Bugs item #2981299, was opened at 2010-04-02 22:01
Message generated for change (Comment added) made by stmane
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2981299&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Matthew W. Jones (matburt)
Assigned to: Sjoerd Mullender (sjoerd)
Summary: Feb2010-SP1 SB build failure on Ubuntu Linux 8.04 64bits

Initial Comment:
The Feb2010 SP1 superball fails to build... I also get the failure trying to 
build the server package individually

I'm attaching the logfile here's a snippet of the failure:
(...)
config.status: creating mal_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-recursive
make[1]: Entering directory 
`/var/tmp/MonetDB-1270235519/MonetDB5-server/MonetDB5'
Making all in src
make[2]: Entering directory 
`/var/tmp/MonetDB-1270235519/MonetDB5-server/MonetDB5/src'
make  all-recursive
make[3]: Entering directory 
`/var/tmp/MonetDB-1270235519/MonetDB5-server/MonetDB5/src'
Making all in mal
make[4]: Entering directory 
`/var/tmp/MonetDB-1270235519/MonetDB5-server/MonetDB5/src/mal'
make[4]: Leaving directory 
`/var/tmp/MonetDB-1270235519/MonetDB5-server/MonetDB5/src/mal'
make[4]: *** No rule to make target `mal.c', needed by `all'.  Stop.
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/var/tmp/MonetDB-1270235519/MonetDB5-server/MonetDB5/src'
make[2]: Leaving directory 
`/var/tmp/MonetDB-1270235519/MonetDB5-server/MonetDB5/src'
make[1]: Leaving directory 
`/var/tmp/MonetDB-1270235519/MonetDB5-server/MonetDB5'
Please refer to the full log at /var/tmp/MonetDB-1270235519/log
If you believe this is an error in the script or the software,
file a bug and attach the logfile.
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
making MonetDB5-server failed


----------------------------------------------------------------------

>Comment By: Stefan Manegold (stmane)
Date: 2010-04-06 00:12

Message:
This is strange; it suggests that mal.{h,c,mal} somehow got "lost" while or
after monetdb-install.sh copied the sources to the build directory;
however, your log does not indicate any error during the copy:

Fri Apr  2 15:11:59 EDT 2010
called with arguments: --prefix=/root/bullshit --enable-sql
Copying /root/packages/MonetDB-Feb2010-SuperBall-SP1/MonetDB to
/var/tmp/MonetDB-1270235519
Copying /root/packages/MonetDB-Feb2010-SuperBall-SP1/MonetDB-client to
/var/tmp/MonetDB-1270235519
Copying /root/packages/MonetDB-Feb2010-SuperBall-SP1/MonetDB5-server to
/var/tmp/MonetDB-1270235519
Copying /root/packages/MonetDB-Feb2010-SuperBall-SP1/MonetDB-SQL to
/var/tmp/MonetDB-1270235519
 * Processing MonetDB

Could you just try to call monetdb-install.sh, again, and report what
happens?



----------------------------------------------------------------------

Comment By: Matthew W. Jones (matburt)
Date: 2010-04-05 15:58

Message:
It does appear to exist in the source directory:
SP1# ls -alFrt MonetDB5-server/MonetDB5/src/mal/mal.*
-rw-r--r-- 1 234 2000 16932 2010-02-15 08:47
MonetDB5-server/MonetDB5/src/mal/mal.mx
-rw-r--r-- 1 234 2000  4006 2010-03-22 06:36
MonetDB5-server/MonetDB5/src/mal/mal.c
-rw-r--r-- 1 234 2000     2 2010-03-22 06:36
MonetDB5-server/MonetDB5/src/mal/mal.mal
-rw-r--r-- 1 234 2000  2846 2010-03-22 06:36
MonetDB5-server/MonetDB5/src/mal/mal.h


but not in tmp:

# ls -alFrt
/var/tmp/MonetDB-1270235519/MonetDB5-server/MonetDB5/src/mal/mal.*
-rw-r--r-- 1 234 2000 16932 2010-02-15 08:47
/var/tmp/MonetDB-1270235519/MonetDB5-server/MonetDB5/src/mal/mal.mx


----------------------------------------------------------------------

Comment By: Stefan Manegold (stmane)
Date: 2010-04-03 17:27

Message:
Basically, we need to know,
whether the file mal.c does exist
(1) in the extracted sources in
/root/packages/MonetDB-Feb2010-SuperBall-SP1/MonetDB5-server/MonetDB5/src/mal/
and 
(2) in the build directory in
/var/tmp/MonetDB-1270235519/MonetDB5-server/MonetDB5/src/mal/ ,
and whether it is newer than the file mal.mx in the same directories.

In my case, I get

$ ls -alFrt MonetDB5-server/MonetDB5/src/mal/mal.*
-rw-r--r-- 1 16932 2010-02-15 14:47
MonetDB5-server/MonetDB5/src/mal/mal.mx
-rw-r--r-- 1  4006 2010-03-22 11:36
MonetDB5-server/MonetDB5/src/mal/mal.c
-rw-r--r-- 1     2 2010-03-22 11:36
MonetDB5-server/MonetDB5/src/mal/mal.mal
-rw-r--r-- 1  2846 2010-03-22 11:36
MonetDB5-server/MonetDB5/src/mal/mal.h

both for the extracted source and the build directory.


----------------------------------------------------------------------

Comment By: Stefan Manegold (stmane)
Date: 2010-04-03 14:53

Message:
[restored Matthew's Summary --- SF big tracker is not transaction-save]


----------------------------------------------------------------------

Comment By: Stefan Manegold (stmane)
Date: 2010-04-03 14:46

Message:
and possibly also the output of

ls -alFrt
/var/tmp/MonetDB-1270235519/MonetDB5-server/MonetDB5/src/mal/mal.*


----------------------------------------------------------------------

Comment By: Fabian (mr-meltdown)
Date: 2010-04-03 14:35

Message:
>From the buildlog:
called with arguments: --prefix=/root/ahem --enable-sql


----------------------------------------------------------------------

Comment By: Stefan Manegold (stmane)
Date: 2010-04-03 14:26

Message:
Works fine for me.
Could you please share with us your exact commands to
- unpack the tar ball
- call monetdb-install.sh
as well as the result of
ls -alFrt
MonetDB-Feb2010-SuperBall-SP1/MonetDB5-server/MonetDB5/src/mal/mal.*

Thanks!


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2981299&group_id=56967

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to