[Monetdb-developers] [Monetdb-sql-checkins] Problems with SQL installation.
Romulo, this should have been either filed as a bug report or sent to Monetdb-developers@lists.sourceforge.net. On Tue, Oct 10, 2006 at 05:19:32PM +0200, Romulo Goncalves wrote:
Dear SQL developers,
I checked out the buildtools and I installed it.
I checked out MonetDB4 v4.13.1 and I install with this configure: configure --prefix=/ufs/goncalve/scratch/MonetDB/monetdb4 --enable-debug --enable-bits=64
At this point: is /ufs/goncalve/scratch/MonetDB/monetdb4/bin in your PATH?
I checked out MonetDB5 version v4.99.19 and I installed it with the following configure: configure --prefix=/ufs/goncalve/scratch/MonetDB/monetdb5 --enable-debug --enable-bits=64
Then I checked out SQL module and I installed it with the following configure:
At this point: is /ufs/goncalve/scratch/MonetDB/monetdb5/bin in your PATH?
configure --prefix=/ufs/goncalve/scratch/MonetDB/monetdb5/ --enable-debug --enable-bits=64
For all the installations the directories were removed and the bootstraap was executed.
The error that I got in the installation of SQL is:
ve/scratch/MonetDB/monetdb4/lib/libstream.so -lpthread -m64 -Wl,-soname -Wl,lib _sql.so.0 -o .libs/lib_sql.so.0.0.0 /usr/bin/ld: cannot find -loptimizer collect2: ld returned 1 exit status make[7]: *** [lib_sql.la] Error 1 make[7]: Leaving directory `/net/amelia/export/scratch1/goncalve/SQL/sql/build/s rc/backends/monet5'
This problem started after the following update:
[Monetdb-sql-checkins] sql/src/backends/monet5 Makefile.ag, 1.30, 1.31
Update of /cvsroot/monetdb/sql/src/backends/monet5 In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6378/src/backends/monet5
Modified Files: Makefile.ag Log Message: Added some libraries that are used by the module.
did you re-compiler Monet5 & SQL from scratch (bootstrap; configure; make; make install) after this update?
Could you tell me where I am wrong?
Best regards, Romulo Goncalves
Stefan -- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
Romulo,
this should have been either filed as a bug report or sent to Monetdb-developers@lists.sourceforge.net.
On Tue, Oct 10, 2006 at 05:19:32PM +0200, Romulo Goncalves wrote:
Dear SQL developers,
I checked out the buildtools and I installed it.
I checked out MonetDB4 v4.13.1 and I install with this configure: configure --prefix=/ufs/goncalve/scratch/MonetDB/monetdb4 --enable-debug --enable-bits=64
At this point: is /ufs/goncalve/scratch/MonetDB/monetdb4/bin in your PATH? How you get it in your path before the installation? After the installation it is in the PATH like you can see in the M5 configure
Stefan Manegold wrote: script and SQL configure script. M5 configure script: env PATH=/ufs/goncalve/scratch/MonetDB/monetdb4/bin:/ufs/goncalve/scratch/MonetDB/buildtools/bin:${PATH} PYTHONPATH=/ufs/goncalve/MonetDB/buildtools/autogen ~/MonetDB/MonetDB5/monet5/configure --prefix=/ufs/goncalve/scratch/MonetDB/monetdb5 --enable-debug --enable-bits=64 SQL configure_script: env PATH=/ufs/goncalve/scratch/MonetDB/monetdb4/bin:/ufs/goncalve/scratch/MonetDB/monetdb5/bin/:/ufs/goncalve/scratch/MonetDB/buildtools/bin/:${PATH} ~/MonetDB/SQL/sql/configure --prefix=/ufs/goncalve/scratch/MonetDB/monetdb5/ --enable-debug --enable-bits=64
I checked out MonetDB5 version v4.99.19 and I installed it with the following configure: configure --prefix=/ufs/goncalve/scratch/MonetDB/monetdb5 --enable-debug --enable-bits=64
Then I checked out SQL module and I installed it with the following configure:
At this point: is /ufs/goncalve/scratch/MonetDB/monetdb5/bin in your PATH?
It was explained before.
configure --prefix=/ufs/goncalve/scratch/MonetDB/monetdb5/ --enable-debug --enable-bits=64
For all the installations the directories were removed and the bootstraap was executed.
The error that I got in the installation of SQL is:
ve/scratch/MonetDB/monetdb4/lib/libstream.so -lpthread -m64 -Wl,-soname -Wl,lib _sql.so.0 -o .libs/lib_sql.so.0.0.0 /usr/bin/ld: cannot find -loptimizer collect2: ld returned 1 exit status make[7]: *** [lib_sql.la] Error 1 make[7]: Leaving directory `/net/amelia/export/scratch1/goncalve/SQL/sql/build/s rc/backends/monet5'
This problem started after the following update:
[Monetdb-sql-checkins] sql/src/backends/monet5 Makefile.ag, 1.30, 1.31
Update of /cvsroot/monetdb/sql/src/backends/monet5 In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6378/src/backends/monet5
Modified Files: Makefile.ag Log Message: Added some libraries that are used by the module.
did you re-compiler Monet5 & SQL from scratch (bootstrap; configure; make; make install) after this update?
yes
Could you tell me where I am wrong?
Best regards, Romulo Goncalves
Stefan
Romulo
On Tue, Oct 10, 2006 at 05:39:59PM +0200, Romulo Goncalves wrote:
Stefan Manegold wrote:
Romulo,
this should have been either filed as a bug report or sent to Monetdb-developers@lists.sourceforge.net.
On Tue, Oct 10, 2006 at 05:19:32PM +0200, Romulo Goncalves wrote:
Dear SQL developers,
I checked out the buildtools and I installed it.
I checked out MonetDB4 v4.13.1 and I install with this configure: configure --prefix=/ufs/goncalve/scratch/MonetDB/monetdb4 --enable-debug --enable-bits=64
At this point: is /ufs/goncalve/scratch/MonetDB/monetdb4/bin in your PATH? How you get it in your path before the installation?
Adding a directory to the PATH variable in indeendent of the installation. But of course, I meant whether it is in your PATH before calling M5's configure... Hence, your answer is simply "yes" ;-)
After the installation it is in the PATH like you can see in the M5 configure script and SQL configure script.
[...]
did you re-compiler Monet5 & SQL from scratch (bootstrap; configure; make; make install) after this update? yes
just update sql/src/backends/monet5/Makefile.ag, again, and recompile sql (bootstrap; make; make install) Stefan -- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |
Stefan Manegold wrote:
On Tue, Oct 10, 2006 at 05:39:59PM +0200, Romulo Goncalves wrote:
Stefan Manegold wrote:
Romulo,
this should have been either filed as a bug report or sent to Monetdb-developers@lists.sourceforge.net.
On Tue, Oct 10, 2006 at 05:19:32PM +0200, Romulo Goncalves wrote:
Dear SQL developers,
I checked out the buildtools and I installed it.
I checked out MonetDB4 v4.13.1 and I install with this configure: configure --prefix=/ufs/goncalve/scratch/MonetDB/monetdb4 --enable-debug --enable-bits=64 At this point: is /ufs/goncalve/scratch/MonetDB/monetdb4/bin in your PATH? How you get it in your path before the installation?
Adding a directory to the PATH variable in indeendent of the installation. Ok I understood your point of view. :)
But of course, I meant whether it is in your PATH before calling M5's configure...
Hence, your answer is simply "yes" ;-)
After the installation it is in the PATH like you can see in the M5 configure script and SQL configure script.
[...]
did you re-compiler Monet5 & SQL from scratch (bootstrap; configure; make; make install) after this update? yes
just update sql/src/backends/monet5/Makefile.ag, again, and recompile sql (bootstrap; make; make install) I done that and now it works. So this time it was not my problem. :)
Regards, Romulo
Stefan
participants (3)
-
Fabian Groffen
-
Romulo Goncalves
-
Stefan Manegold