[MonetDB-users] install script (monetdb-install.sh) doesn't work for current branch
Hello,
I try to install the nightly build of current branch using the install
script "monetdb-install.sh" (just downloaded from http://monetdb.cwi.nl/projects/monetdb/Assets/monetdb-install.sh)
, but it stops when trying to rename the directory for MonetDB-
client-1.21.0
I run the script with the following options:
monetdb-install.sh --prefix=$HOME/monetdb --build=$HOME/tmp/
monetdb_build --enable-xquery --nightly=current --enable-debug
The log is attached below.
A request: would the owner of the script please add the new module
"java" in to the script?
Thanks a lot!
Jennie
==============================
$ cat monetdb_build/log
Fri Dec 7 12:37:45 CET 2007
called with arguments: --prefix=/export/scratch0/streettivo/monetdb --
build=/export/scratch0/streettivo/tmp/monetdb_build --enable-xquery --
nightly=current --enable-debug
--12:37:46-- http://www.ins.cwi.nl/~monet/tars/latest/current/MonetDB.tar.gz
Resolving www.ins.cwi.nl... 192.16.196.21
Connecting to www.ins.cwi.nl|192.16.196.21|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1198570 (1.1M) [application/x-gzip]
Saving to: `/export/scratch0/streettivo/tmp/monetdb_build/MonetDB/
MonetDB.tar.gz'
0K ........ ........ .. 100%
4.85M=0.2s
12:37:46 (4.85 MB/s) - `/export/scratch0/streettivo/tmp/monetdb_build/
MonetDB/MonetDB.tar.gz' saved [1198570/1198570]
unpacking MonetDB.tar.gz
--12:37:46-- http://www.ins.cwi.nl/~monet/tars/latest/current/MonetDB-client.tar.gz
Resolving www.ins.cwi.nl... 192.16.196.21
Connecting to www.ins.cwi.nl|192.16.196.21|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 920374 (899K) [application/x-gzip]
Saving to: `/export/scratch0/streettivo/tmp/monetdb_build/MonetDB-
client/MonetDB-client.tar.gz'
0K ........ ...... 100%
32.9M=0.03s
12:37:46 (32.9 MB/s) - `/export/scratch0/streettivo/tmp/monetdb_build/
MonetDB-client/MonetDB-client.tar.gz' saved [920374/920374]
unpacking MonetDB-client.tar.gz
mv: cannot stat `clients-[0-9]*': No such file or directory
failed to rename sources to the right name
Please refer to the full log at /export/scratch0/streettivo/tmp/
monetdb_build/log
If you believe this is an error in the script or the software,
file a bug and attach the logfile.
Fri Dec 7 12:37:46 CET 2007
The following tools might be relevant to debug your problem:
: 1.15.4.6 $
/usr/bin/autoconf
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
/usr/bin/automake
automake (GNU automake) 1.9.6
Written by Tom Tromey
On 07-12-2007 13:35:27 +0100, Ying Zhang wrote:
Hello,
I try to install the nightly build of current branch using the install script "monetdb-install.sh" (just downloaded from http://monetdb.cwi.nl/projects/monetdb/Assets/monetdb-install.sh) , but it stops when trying to rename the directory for MonetDB- client-1.21.0
I run the script with the following options:
monetdb-install.sh --prefix=$HOME/monetdb --build=$HOME/tmp/ monetdb_build --enable-xquery --nightly=current --enable-debug
The log is attached below.
The script cannot cope with the renamed tarball contents. Fixing this will take some efforts, but more importantly it bloats the script as stable does not use this new naming scheme (yet). I hope we can soon do the GDK-2 feature release, such that I can actually skip supporting both ways of doing things in the script.
A request: would the owner of the script please add the new module "java" in to the script?
This is already added, as well as the geom module. It's probably not on the live website, but since it won't work that doesn't matter anyway.
On 07-12-2007 15:38:06 +0100, Fabian Groffen wrote:
The script cannot cope with the renamed tarball contents. Fixing this will take some efforts, but more importantly it bloats the script as stable does not use this new naming scheme (yet). I hope we can soon do the GDK-2 feature release, such that I can actually skip supporting both ways of doing things in the script.
It turned out that it was not as bad as I thought it was. I updated the script to cope with current nightlies. Unfortunately the script has not been updated on the live website yet, so I put a working version here: http://www.cwi.nl/~fabian/troep/monetdb-install.sh However, we just fixed a bug in the tarball generation that prevented compiling from the nightlies. So in any case you'll have to wait till tomorrow's nightlies are built. The new script includes an --enable-geom switch to optionally build the geom extension for MonetDB/SQL.
On Dec 11, 2007, at 13:12 , Fabian Groffen wrote:
On 07-12-2007 15:38:06 +0100, Fabian Groffen wrote:
The script cannot cope with the renamed tarball contents. Fixing this will take some efforts, but more importantly it bloats the script as stable does not use this new naming scheme (yet). I hope we can soon do the GDK-2 feature release, such that I can actually skip supporting both ways of doing things in the script.
It turned out that it was not as bad as I thought it was. I updated the script to cope with current nightlies. Unfortunately the script has not been updated on the live website yet, so I put a working version here:
http://www.cwi.nl/~fabian/troep/monetdb-install.sh
However, we just fixed a bug in the tarball generation that prevented compiling from the nightlies. So in any case you'll have to wait till tomorrow's nightlies are built.
I was not in a hurry, so I can wait until tomorrow. Thanks!
The new script includes an --enable-geom switch to optionally build the geom extension for MonetDB/SQL.
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
On Tue, Dec 11, 2007 at 01:12:20PM +0100, Fabian Groffen wrote:
On 07-12-2007 15:38:06 +0100, Fabian Groffen wrote:
The script cannot cope with the renamed tarball contents. Fixing this will take some efforts, but more importantly it bloats the script as stable does not use this new naming scheme (yet). I hope we can soon do the GDK-2 feature release, such that I can actually skip supporting both ways of doing things in the script.
It turned out that it was not as bad as I thought it was. I updated the script to cope with current nightlies. Unfortunately the script has not been updated on the live website yet,
Please let Niels or me know, in case / whenever the live website needs to be updated after changes to the website'\''s sources. Stefan
so I put a working version here:
http://www.cwi.nl/~fabian/troep/monetdb-install.sh
However, we just fixed a bug in the tarball generation that prevented compiling from the nightlies. So in any case you'll have to wait till tomorrow's nightlies are built.
The new script includes an --enable-geom switch to optionally build the geom extension for MonetDB/SQL.
-- | 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 |
Hello, The install script monetdb-install.sh still doesn't work for current branch: ===================== $ /export/scratch0/streettivo/tmp/monetdb-install.sh --prefix=$HOME/ monetdb -- build=/export/scratch0/streettivo/tmp/monetdb_build --enable-xquery -- nightly=current --enable-debug ... --11:22:33-- http://www.ins.cwi.nl/~monet/tars/latest/current/MonetDB-client.tar.gz Resolving www.ins.cwi.nl... 192.16.196.21 Connecting to www.ins.cwi.nl|192.16.196.21|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 957191 (935K) [application/x-gzip] Saving to: `/export/scratch0/streettivo/tmp/monetdb_build/MonetDB- client/MonetDB-client.tar.gz' 0K ........ ...... 100% 9.93M=0.09s 11:22:33 (9.93 MB/s) - `/export/scratch0/streettivo/tmp/monetdb_build/ MonetDB-client/MonetDB-client.tar.gz' saved [957191/957191] unpacking MonetDB-client.tar.gz mv: cannot stat `clients-[0-9]*': No such file or directory failed to rename sources to the right name Please refer to the full log at /export/scratch0/streettivo/tmp/ monetdb_build/log If you believe this is an error in the script or the software, file a bug and attach the logfile. Terminated ===================== The problem is in the name of the root directory included in the package "MonetDB-client.tar.gz". In the stable brach, it is called "clients-1.20.3", and can be handled by the 'mv' command in line 316; while in the current branch, it has become "MonetDB-client-1.21.0", which indeed can not be found by the 'mv' command. Could this problem be solved by adding a check to the value of "-- nightly"? Does other packages, e.g. MonetDB4-XQuery, has similar changes in the directory name? Regards, Jennie On Dec 11, 2007, at 13:12 , Fabian Groffen wrote:
On 07-12-2007 15:38:06 +0100, Fabian Groffen wrote:
The script cannot cope with the renamed tarball contents. Fixing this will take some efforts, but more importantly it bloats the script as stable does not use this new naming scheme (yet). I hope we can soon do the GDK-2 feature release, such that I can actually skip supporting both ways of doing things in the script.
It turned out that it was not as bad as I thought it was. I updated the script to cope with current nightlies. Unfortunately the script has not been updated on the live website yet, so I put a working version here:
http://www.cwi.nl/~fabian/troep/monetdb-install.sh
However, we just fixed a bug in the tarball generation that prevented compiling from the nightlies. So in any case you'll have to wait till tomorrow's nightlies are built.
The new script includes an --enable-geom switch to optionally build the geom extension for MonetDB/SQL.
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
On 18-12-2007 11:37:12 +0100, Ying Zhang wrote:
Hello,
The install script monetdb-install.sh still doesn't work for current branch:
what does monetdb-install.sh --version return?
===================== $ /export/scratch0/streettivo/tmp/monetdb-install.sh --prefix=$HOME/ monetdb -- build=/export/scratch0/streettivo/tmp/monetdb_build --enable-xquery -- nightly=current --enable-debug ...
--11:22:33-- http://www.ins.cwi.nl/~monet/tars/latest/current/MonetDB-client.tar.gz Resolving www.ins.cwi.nl... 192.16.196.21 Connecting to www.ins.cwi.nl|192.16.196.21|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 957191 (935K) [application/x-gzip] Saving to: `/export/scratch0/streettivo/tmp/monetdb_build/MonetDB- client/MonetDB-client.tar.gz'
0K ........ ...... 100% 9.93M=0.09s
11:22:33 (9.93 MB/s) - `/export/scratch0/streettivo/tmp/monetdb_build/ MonetDB-client/MonetDB-client.tar.gz' saved [957191/957191]
unpacking MonetDB-client.tar.gz mv: cannot stat `clients-[0-9]*': No such file or directory failed to rename sources to the right name Please refer to the full log at /export/scratch0/streettivo/tmp/ monetdb_build/log If you believe this is an error in the script or the software, file a bug and attach the logfile. Terminated =====================
The problem is in the name of the root directory included in the package "MonetDB-client.tar.gz". In the stable brach, it is called "clients-1.20.3", and can be handled by the 'mv' command in line 316; while in the current branch, it has become "MonetDB-client-1.21.0", which indeed can not be found by the 'mv' command.
Could this problem be solved by adding a check to the value of "-- nightly"? Does other packages, e.g. MonetDB4-XQuery, has similar changes in the directory name?
Regards,
Jennie
On Dec 11, 2007, at 13:12 , Fabian Groffen wrote:
On 07-12-2007 15:38:06 +0100, Fabian Groffen wrote:
The script cannot cope with the renamed tarball contents. Fixing this will take some efforts, but more importantly it bloats the script as stable does not use this new naming scheme (yet). I hope we can soon do the GDK-2 feature release, such that I can actually skip supporting both ways of doing things in the script.
It turned out that it was not as bad as I thought it was. I updated the script to cope with current nightlies. Unfortunately the script has not been updated on the live website yet, so I put a working version here:
http://www.cwi.nl/~fabian/troep/monetdb-install.sh
However, we just fixed a bug in the tarball generation that prevented compiling from the nightlies. So in any case you'll have to wait till tomorrow's nightlies are built.
The new script includes an --enable-geom switch to optionally build the geom extension for MonetDB/SQL.
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
On Dec 18, 2007, at 11:40 , Fabian Groffen wrote:
On 18-12-2007 11:37:12 +0100, Ying Zhang wrote:
Hello,
The install script monetdb-install.sh still doesn't work for current branch:
what does monetdb-install.sh --version return?
I see. I have an old version... $ monetdb-install.sh --version monetdb-install.sh 1.15.4.6 2007/11/22 11:54:07 fabian With version 1.15.4.14, I get --12:37:26-- http://www.ins.cwi.nl/~monet/tars/latest/current/MonetDB4-XQuery.tar.gz Resolving www.ins.cwi.nl... 192.16.196.21 Connecting to www.ins.cwi.nl|192.16.196.21|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 12:37:26 ERROR 403: Forbidden. But the package MonetDB4-XQuery.tar.gz does not exist in http://www.ins.cwi.nl/~monet/tars/latest/current/ Maybe it is because the nightly test is not finished yet?
===================== $ /export/scratch0/streettivo/tmp/monetdb-install.sh --prefix=$HOME/ monetdb -- build=/export/scratch0/streettivo/tmp/monetdb_build --enable-xquery -- nightly=current --enable-debug ...
--11:22:33-- http://www.ins.cwi.nl/~monet/tars/latest/current/MonetDB-client.tar.gz Resolving www.ins.cwi.nl... 192.16.196.21 Connecting to www.ins.cwi.nl|192.16.196.21|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 957191 (935K) [application/x-gzip] Saving to: `/export/scratch0/streettivo/tmp/monetdb_build/MonetDB- client/MonetDB-client.tar.gz'
0K ........ ...... 100% 9.93M=0.09s
11:22:33 (9.93 MB/s) - `/export/scratch0/streettivo/tmp/ monetdb_build/ MonetDB-client/MonetDB-client.tar.gz' saved [957191/957191]
unpacking MonetDB-client.tar.gz mv: cannot stat `clients-[0-9]*': No such file or directory failed to rename sources to the right name Please refer to the full log at /export/scratch0/streettivo/tmp/ monetdb_build/log If you believe this is an error in the script or the software, file a bug and attach the logfile. Terminated =====================
The problem is in the name of the root directory included in the package "MonetDB-client.tar.gz". In the stable brach, it is called "clients-1.20.3", and can be handled by the 'mv' command in line 316; while in the current branch, it has become "MonetDB-client-1.21.0", which indeed can not be found by the 'mv' command.
Could this problem be solved by adding a check to the value of "-- nightly"? Does other packages, e.g. MonetDB4-XQuery, has similar changes in the directory name?
Regards,
Jennie
On Dec 11, 2007, at 13:12 , Fabian Groffen wrote:
On 07-12-2007 15:38:06 +0100, Fabian Groffen wrote:
The script cannot cope with the renamed tarball contents. Fixing this will take some efforts, but more importantly it bloats the script as stable does not use this new naming scheme (yet). I hope we can soon do the GDK-2 feature release, such that I can actually skip supporting both ways of doing things in the script.
It turned out that it was not as bad as I thought it was. I updated the script to cope with current nightlies. Unfortunately the script has not been updated on the live website yet, so I put a working version here:
http://www.cwi.nl/~fabian/troep/monetdb-install.sh
However, we just fixed a bug in the tarball generation that prevented compiling from the nightlies. So in any case you'll have to wait till tomorrow's nightlies are built.
The new script includes an --enable-geom switch to optionally build the geom extension for MonetDB/SQL.
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
On 18-12-2007 12:43:21 +0100, Ying Zhang wrote:
On Dec 18, 2007, at 11:40 , Fabian Groffen wrote:
On 18-12-2007 11:37:12 +0100, Ying Zhang wrote:
Hello,
The install script monetdb-install.sh still doesn't work for current branch:
what does monetdb-install.sh --version return?
I see. I have an old version... $ monetdb-install.sh --version monetdb-install.sh 1.15.4.6 2007/11/22 11:54:07 fabian
With version 1.15.4.14, I get
--12:37:26-- http://www.ins.cwi.nl/~monet/tars/latest/current/MonetDB4-XQuery.tar.gz Resolving www.ins.cwi.nl... 192.16.196.21 Connecting to www.ins.cwi.nl|192.16.196.21|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 12:37:26 ERROR 403: Forbidden.
But the package MonetDB4-XQuery.tar.gz does not exist in http://www.ins.cwi.nl/~monet/tars/latest/current/ Maybe it is because the nightly test is not finished yet?
No, just because for some reason it has been renamed into MonetDB-XQuery.tar.gz.
On 18-12-2007 12:47:34 +0100, Fabian Groffen wrote:
--12:37:26-- http://www.ins.cwi.nl/~monet/tars/latest/current/MonetDB4-XQuery.tar.gz Resolving www.ins.cwi.nl... 192.16.196.21 Connecting to www.ins.cwi.nl|192.16.196.21|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 12:37:26 ERROR 403: Forbidden.
But the package MonetDB4-XQuery.tar.gz does not exist in http://www.ins.cwi.nl/~monet/tars/latest/current/ Maybe it is because the nightly test is not finished yet?
No, just because for some reason it has been renamed into MonetDB-XQuery.tar.gz.
Fetch should work, but most probably the unpack fails. Lovely.
On Dec 18, 2007, at 12:49 , Fabian Groffen wrote:
On 18-12-2007 12:47:34 +0100, Fabian Groffen wrote:
--12:37:26-- http://www.ins.cwi.nl/~monet/tars/latest/current/MonetDB4-XQuery.tar.gz Resolving www.ins.cwi.nl... 192.16.196.21 Connecting to www.ins.cwi.nl|192.16.196.21|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 12:37:26 ERROR 403: Forbidden.
But the package MonetDB4-XQuery.tar.gz does not exist in http://www.ins.cwi.nl/~monet/tars/latest/current/ Maybe it is because the nightly test is not finished yet?
No, just because for some reason it has been renamed into MonetDB-XQuery.tar.gz.
Fetch should work, but most probably the unpack fails.
Lovely.
yep, it fails. well, not the unpack, but the 'mv': mv: cannot stat `pathfinder-[0-9]*': No such file or director but it is now named differently... $ ls tmp/monetdb_build/MonetDB4-XQuery/ MonetDB-XQuery-0.21.0/ MonetDB4-XQuery.tar.gz
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
On 18-12-2007 12:53:09 +0100, Ying Zhang wrote:
Fetch should work, but most probably the unpack fails.
Lovely.
yep, it fails. well, not the unpack, but the 'mv': mv: cannot stat `pathfinder-[0-9]*': No such file or director
but it is now named differently...
$ ls tmp/monetdb_build/MonetDB4-XQuery/ MonetDB-XQuery-0.21.0/ MonetDB4-XQuery.tar.gz
Yes, horror. I don't understand why this wasn't properly communicated...
On 18-12-2007 12:54:25 +0100, Fabian Groffen wrote:
On 18-12-2007 12:53:09 +0100, Ying Zhang wrote:
Fetch should work, but most probably the unpack fails.
Lovely.
yep, it fails. well, not the unpack, but the 'mv': mv: cannot stat `pathfinder-[0-9]*': No such file or director
but it is now named differently...
$ ls tmp/monetdb_build/MonetDB4-XQuery/ MonetDB-XQuery-0.21.0/ MonetDB4-XQuery.tar.gz
Yes, horror.
I don't understand why this wasn't properly communicated...
revision: 1.25 has the necessary hacks on board to do the trick...
On 18-12-2007 12:53:09 +0100, Ying Zhang wrote:
Fetch should work, but most probably the unpack fails.
Lovely.
yep, it fails. well, not the unpack, but the 'mv': mv: cannot stat `pathfinder-[0-9]*': No such file or director
but it is now named differently...
$ ls tmp/monetdb_build/MonetDB4-XQuery/ MonetDB-XQuery-0.21.0/ MonetDB4-XQuery.tar.gz
Yes, horror.
I don't understand why this wasn't properly communicated...
For convenience and consistency, the names of all tar balls and the top-level directories in them have been "canonicalized" in by Sjoerd on 2007/12/03 (please mind the last line of his checkin message): =================================================================== 2007/12/03 - sjoerd: MonetDB/conf/monetdb-config.bat.in,1.7(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB/conf/monetdb-config.in,1.5(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB4/Makefile.ag,1.9 MonetDB4/MonetDB-server.spec.in,1.20 MonetDB4/configure.ag,1.25 MonetDB4/rpm.mk.in,1.15(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-06) MonetDB4/conf/MonetDB.conf.in,1.9(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB4/conf/monetdb4-config.bat.in,1.3(Current_DailyBuild-07,Current_DailyBuild-06,Current_DailyBuild-05,Current_DailyBuild-04) MonetDB4/conf/monetdb4-config.in,1.3(Current_DailyBuild-07,Current_DailyBuild-06,Current_DailyBuild-05,Current_DailyBuild-04) MonetDB4/scripts/tools/Makefile.ag,1.6(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB4/src/mapi/Makefile.ag,1.7(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB4/src/modules/calibrator/Makefile.ag,1.7(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB4/src/modules/contrib/Makefile.ag,1.9(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB4/src/modules/mnetcdf/Makefile.ag,1.8(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB4/src/modules/plain/Makefile.ag,1.9(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB4/src/monet/Makefile.ag,1.6(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB5/Makefile.ag,1.22 MonetDB5/MonetDB-server.spec.in,1.32 MonetDB5/configure.ag,1.80 MonetDB5/rpm.mk.in,1.14(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-06) MonetDB5/conf/Makefile.ag,1.13(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB5/conf/monetdb5-config.bat.in,1.3(Current_DailyBuild-07,Current_DailyBuild-06,Current_DailyBuild-05,Current_DailyBuild-04) MonetDB5/conf/monetdb5-config.in,1.3(Current_DailyBuild-07,Current_DailyBuild-06,Current_DailyBuild-05,Current_DailyBuild-04) MonetDB5/conf/monetdb5.conf.in,1.29(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB5/src/compiler/Makefile.ag,1.8(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB5/src/mal/Makefile.ag,1.46(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB5/src/modules/atoms/Makefile.ag,1.36(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB5/src/modules/kernel/Makefile.ag,1.67(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB5/src/modules/mal/Makefile.ag,1.110(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB5/src/modules/mal/crackers/Makefile.ag,1.5(Current_DailyBuild-07,Current_DailyBuild-06,Current_DailyBuild-05,Current_DailyBuild-04) MonetDB5/src/optimizer/Makefile.ag,1.51(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) MonetDB5/src/scheduler/Makefile.ag,1.11(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) buildtools/autogen/autogen/am.py,1.59 clients/Makefile.ag,1.10 clients/MonetDB-client.spec.in,1.30(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) clients/configure.ag,1.29(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) clients/rpm.mk.in,1.16(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-06) java/MonetDB-java.spec.in,1.3(Current_DailyBuild-05,Current_DailyBuild-04) java/configure.ag,1.4 java/rpm.mk.in,1.4(Current_DailyBuild-06,Current_DailyBuild-05,Current_DailyBuild-04) pathfinder/Makefile.ag,1.31 pathfinder/MonetDB-XQuery.spec.in,1.45 pathfinder/configure.ag,1.122(Current_DailyBuild-05,Current_DailyBuild-04) pathfinder/rpm.mk.in,1.21(Current_DailyBuild-05,Current_DailyBuild-04) pathfinder/vertoo.config,1.21(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) sql/MonetDB-SQL.spec.in,1.60(Current_DailyBuild-04) sql/configure.ag,1.128 sql/rpm.mk.in,1.22(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-06) template/Makefile.ag,1.11 template/configure.ag,1.50(Current_DailyBuild-05,Current_DailyBuild-04,Current_DailyBuild-07,Current_DailyBuild-06) xml/Makefile.ag,1.10 xml/MonetDB-XML.spec.in,1.15 xml/configure.ag,1.46 xml/rpm.mk.in,1.12 xml/vertoo.config,1.4 TestTools/MdoServer,1.269 amdb/Makefile.ag,1.7 amdb/configure.ag,1.51 Changed the name of the generated tar balls (and the name of the top-level directory within them). The names are now equal to what nightly testing created, so that doesn't have to rename the tar balls anymore. The files are still installed in the same place as before. Building RPMs still works. The main change in the code is that we no longer use @PACKAGE@ since that is the longer tar ball name which we don't want in the installation directories we create. Also, we can't use the defaults when installing include files since they would also otherwise be installed in a directory with @PACKAGE@ in it. Note, this will undoubtedly negatively affect the monetdb-install script, but I leave it to its owner to fix that. ===================================================================
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
On 18-12-2007 13:15:04 +0100, Stefan.Manegold@cwi.nl wrote:
Yes, horror.
I don't understand why this wasn't properly communicated...
For convenience and consistency, the names of all tar balls and the top-level directories in them have been "canonicalized" in by Sjoerd on 2007/12/03 (please mind the last line of his checkin message):
=================================================================== 2007/12/03 - sjoerd:
Changed the name of the generated tar balls (and the name of the top-level directory within them).
The names are now equal to what nightly testing created, so that doesn't have to rename the tar balls anymore.
--> "are now equal to what nightly testing created"
The files are still installed in the same place as before. Building RPMs still works.
The main change in the code is that we no longer use @PACKAGE@ since that is the longer tar ball name which we don't want in the installation directories we create. Also, we can't use the defaults
when installing include files since they would also otherwise be installed in a directory with @PACKAGE@ in it.
Note, this will undoubtedly negatively affect the monetdb-install script, but I leave it to its owner to fix that.
I fixed it a few days ago. Apparently the naming has changed once again. In any case they were NOT "equal to what nightly testing creatED" this morning, as my symlinks obviously suddenly were pointing into void. Thanks.
For convenience and consistency, the names of all tar balls and the top-level directories in them have been "canonicalized" in by Sjoerd on 2007/12/03
In detail: Basically, all source tarballs (and the top-level directories within them), RPMs and Windows-Installers are now prefixed with "MonetDB-" with the only exceptions being the "MonetDB4" & "MonetDB5" backend servers themselves, MonetDB[45]-SQL-* Windows installers (to distinguish between the included M4/M5 backend), and MonetDB4-XQuery-* RPMs (to indicate the M4 only status). Stefan
For convenience and consistency, the names of all tar balls and the top-level directories in them have been "canonicalized" in by Sjoerd on 2007/12/03
In detail: Basically, all source tarballs (and the top-level directories within them), RPMs and Windows-Installers are now prefixed with "MonetDB-" with the only exceptions being the "MonetDB4" & "MonetDB5" backend servers themselves, MonetDB[45]-SQL-* Windows installers (to distinguish between the included M4/M5 backend), and MonetDB4-XQuery-* RPMs (to indicate the ^ (forgot: and Windows-Installers)
M4 only status).
Stefan
On Dec 18, 2007, at 11:40 , Fabian Groffen wrote:
On 18-12-2007 11:37:12 +0100, Ying Zhang wrote:
Hello,
The install script monetdb-install.sh still doesn't work for current branch:
what does monetdb-install.sh --version return?
I see. I have an old version... $ monetdb-install.sh --version monetdb-install.sh 1.15.4.6 2007/11/22 11:54:07 fabian
With version 1.15.4.14, I get
--12:37:26-- http://www.ins.cwi.nl/~monet/tars/latest/current/MonetDB4-XQuery.tar.gz Resolving www.ins.cwi.nl... 192.16.196.21 Connecting to www.ins.cwi.nl|192.16.196.21|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 12:37:26 ERROR 403: Forbidden.
But the package MonetDB4-XQuery.tar.gz does not exist in http://www.ins.cwi.nl/~monet/tars/latest/current/ Maybe it is because the nightly test is not finished yet?
It does exist in the place where it is originally provided: http://monetdb.cwi.nl/testing/projects/monetdb/Current/.DailyBuilds./0_lates... Note, though, it's "now" called MonetDB-XQuery-0.21.0.tar.gz Stefan
===================== $ /export/scratch0/streettivo/tmp/monetdb-install.sh --prefix=$HOME/ monetdb -- build=/export/scratch0/streettivo/tmp/monetdb_build --enable-xquery -- nightly=current --enable-debug ...
--11:22:33-- http://www.ins.cwi.nl/~monet/tars/latest/current/MonetDB-client.tar.gz Resolving www.ins.cwi.nl... 192.16.196.21 Connecting to www.ins.cwi.nl|192.16.196.21|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 957191 (935K) [application/x-gzip] Saving to: `/export/scratch0/streettivo/tmp/monetdb_build/MonetDB- client/MonetDB-client.tar.gz'
0K ........ ...... 100% 9.93M=0.09s
11:22:33 (9.93 MB/s) - `/export/scratch0/streettivo/tmp/ monetdb_build/ MonetDB-client/MonetDB-client.tar.gz' saved [957191/957191]
unpacking MonetDB-client.tar.gz mv: cannot stat `clients-[0-9]*': No such file or directory failed to rename sources to the right name Please refer to the full log at /export/scratch0/streettivo/tmp/ monetdb_build/log If you believe this is an error in the script or the software, file a bug and attach the logfile. Terminated =====================
The problem is in the name of the root directory included in the package "MonetDB-client.tar.gz". In the stable brach, it is called "clients-1.20.3", and can be handled by the 'mv' command in line 316; while in the current branch, it has become "MonetDB-client-1.21.0", which indeed can not be found by the 'mv' command.
Could this problem be solved by adding a check to the value of "-- nightly"? Does other packages, e.g. MonetDB4-XQuery, has similar changes in the directory name?
Regards,
Jennie
On Dec 11, 2007, at 13:12 , Fabian Groffen wrote:
On 07-12-2007 15:38:06 +0100, Fabian Groffen wrote:
The script cannot cope with the renamed tarball contents. Fixing this will take some efforts, but more importantly it bloats the script as stable does not use this new naming scheme (yet). I hope we can soon do the GDK-2 feature release, such that I can actually skip supporting both ways of doing things in the script.
It turned out that it was not as bad as I thought it was. I updated the script to cope with current nightlies. Unfortunately the script has not been updated on the live website yet, so I put a working version here:
http://www.cwi.nl/~fabian/troep/monetdb-install.sh
However, we just fixed a bug in the tarball generation that prevented compiling from the nightlies. So in any case you'll have to wait till tomorrow's nightlies are built.
The new script includes an --enable-geom switch to optionally build the geom extension for MonetDB/SQL.
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
participants (4)
-
Fabian Groffen
-
Stefan Manegold
-
Stefan.Manegold@cwi.nl
-
Ying Zhang