Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make uninstall
Date: 2011-01-24 14:15:55 +0100 From: @drstmane To: clients devs <> Version: 11.3.3 (Apr2011-SP1) [obsolete]
Last updated: 2011-07-29 10:52:47 +0200
Date: 2011-01-24 14:15:55 +0100 From: @drstmane
after a complete and successful build of MonetDB (bootstrap; configure; make; make install), make uninstall fails as follows:
Making uninstall in ruby make[2]: Entering directory /net/rig.ins.cwi.nl/export/scratch0/manegold/Monet/HG/default/build./clients/ruby' Making uninstall in adapter make[3]: Entering directory /net/rig.ins.cwi.nl/export/scratch0/manegold/Monet/HG/default/build./clients/ruby/adapter' gem uninstall --install-dir '/ufs/manegold/_/scratch0/Monet/HG/default/prefix./lib/ruby/gems/1.8' 'activerecord-monetdb-adapter-0.1.gem' ERROR: While executing gem ... (Gem::InstallError) cannot uninstall, check gem list -d activerecord-monetdb-adapter-0.1.gem make[3]: *** [uninstall-local-activerecord-monetdb-adapter-0_1_gemspec] Error 1 make[3]: Leaving directory /net/rig.ins.cwi.nl/export/scratch0/manegold/Monet/HG/default/build./clients/ruby/adapter' make[2]: *** [uninstall-recursive] Error 1 make[2]: Leaving directory /net/rig.ins.cwi.nl/export/scratch0/manegold/Monet/HG/default/build./clients/ruby' make[1]: *** [uninstall-recursive] Error 1 make[1]: Leaving directory `/net/rig.ins.cwi.nl/export/scratch0/manegold/Monet/HG/default/build./clients' make: *** [uninstall-recursive] Error 1
/net/rig.ins.cwi.nl/export/scratch0/manegold/Monet/HG/default/build./clients/ruby' Making uninstall in adapter make[3]: Entering directory
gem list -d activerecord-monetdb-adapter-0.1.gem
/net/rig.ins.cwi.nl/export/scratch0/manegold/Monet/HG/default/build./clients/ruby/adapter' make[2]: *** [uninstall-recursive] Error 1 make[2]: Leaving directory
Date: 2011-07-01 17:15:38 +0200 From: @sjoerdmullender
Changeset 1f648c8bc898 made by Sjoerd Mullender sjoerd@acm.org in the MonetDB repo, refers to this bug.
For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=1f648c8bc898
Changeset description:
Fix call to "gem uninstall". This fixes bug #2767.
Date: 2011-07-29 10:52:47 +0200 From: @sjoerdmullender
The Apr2011-SP2 bugfix release is out.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Date: 2011-01-24 14:15:55 +0100
From: @drstmane
To: clients devs <>
Version: 11.3.3 (Apr2011-SP1) [obsolete]
Last updated: 2011-07-29 10:52:47 +0200
Comment 15411
Date: 2011-01-24 14:15:55 +0100
From: @drstmane
after a complete and successful build of MonetDB (bootstrap; configure; make; make install),
make uninstallfails as follows:Making uninstall in ruby
make[2]: Entering directory
/net/rig.ins.cwi.nl/export/scratch0/manegold/Monet/HG/default/build./clients/ruby' Making uninstall in adapter make[3]: Entering directory/net/rig.ins.cwi.nl/export/scratch0/manegold/Monet/HG/default/build./clients/ruby/adapter'gem uninstall --install-dir '/ufs/manegold/_/scratch0/Monet/HG/default/prefix./lib/ruby/gems/1.8' 'activerecord-monetdb-adapter-0.1.gem'
ERROR: While executing gem ... (Gem::InstallError)
cannot uninstall, check
gem list -d activerecord-monetdb-adapter-0.1.gemmake[3]: *** [uninstall-local-activerecord-monetdb-adapter-0_1_gemspec] Error 1
make[3]: Leaving directory
/net/rig.ins.cwi.nl/export/scratch0/manegold/Monet/HG/default/build./clients/ruby/adapter' make[2]: *** [uninstall-recursive] Error 1 make[2]: Leaving directory/net/rig.ins.cwi.nl/export/scratch0/manegold/Monet/HG/default/build./clients/ruby'make[1]: *** [uninstall-recursive] Error 1
make[1]: Leaving directory `/net/rig.ins.cwi.nl/export/scratch0/manegold/Monet/HG/default/build./clients'
make: *** [uninstall-recursive] Error 1
Comment 15873
Date: 2011-07-01 17:15:38 +0200
From: @sjoerdmullender
Changeset 1f648c8bc898 made by Sjoerd Mullender sjoerd@acm.org in the MonetDB repo, refers to this bug.
For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=1f648c8bc898
Changeset description:
Comment 16013
Date: 2011-07-29 10:52:47 +0200
From: @sjoerdmullender
The Apr2011-SP2 bugfix release is out.
The text was updated successfully, but these errors were encountered: