Bugs item #2960174, was opened at 2010-02-27 14:31
Message generated for change (Comment added) made by sjoerd
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2960174&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: MonetDB Common "candidate"
Status: Open
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Mark Kubacki (hurrikane)
Assigned to: Sjoerd Mullender (sjoerd)
Summary: compiling fails with --with-pcl

Initial Comment:
Given MonetDB-1.36.1 (Feb2010 testing) and installed PCL (tested with
dev-libs/pcl-1.6) following command leads to errors:
(this didn't happen in MonetDB-1.34.4)

Reproduce:
cd MonetDB-1.36.1
./configure --with-pcl
make

Expected:
compiles fine

Got:
[... configuring OK]
[... 1 line by make, then:]
/bin/sh ../../libtool --tag=CC   --mode=link gcc -DLIBMUTILS  -O2   
-D_REENTRANT -version-number 1:36:1  -o libmutils.la -rpath /usr/local/lib  
libmutils_la-monet_options.lo  -Lyes/lib
../../libtool: line 4984: cd: yes/lib: No such file or directory
libtool: link: cannot determine absolute directory name of `yes/lib'
[...]
make: *** [all] Error 2

Additional information:
OS: GNU/Linux-2.6.31
Dist: Gentoo 10.1
app-shells/bash:     4.0_p35
dev-lang/python:     2.6.4
dev-util/ccache:     2.4-r7
dev-util/cmake:      2.8.0-r2
sys-apps/baselayout: 1.12.13
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.63-r1
sys-devel/automake:  1.9.6-r2, 1.10.2
sys-devel/binutils:  2.20.51.0.6
sys-devel/gcc:       4.3.4, 4.4.3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6b
virtual/os-headers:  2.6.32


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

>Comment By: Sjoerd Mullender (sjoerd)
Date: 2010-03-17 14:26

Message:
I fixed configure, hopefully correctly.   I have no easy access to a PCL
library (there is no prepackaged version available from the Fedora
repository), so I can't easily check this (except that it now properly
gives an error message when you say --with-pcl when the library cannot be
found).

Can you test this?  This would involve trying from CVS or using tar balls
from the nightly builds.

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

Comment By: Stefan Manegold (stmane)
Date: 2010-03-01 17:19

Message:
Indeed, our configure scripts appear to be buggy in this case, i.e., they
cannot handle --with-pc[=yes] correctly.
Thanks for reporting and sorry for the inconvenience.

Until we manage to fix this, --with-pcl[=yes] should be the default, i.e.,
pcl should be found automatically if it is available in /usr/{include,lib},
i.e., omitting --with-pcl[=yes] should work fine.
If pcl is available elsewhere, say in /usr/local/pcl/{include,lib}, you'd
need to tell this to configure via --with-pcl=/usr/local/pcl .

Note, though, that only the depercated MonetDB4 back-end provides some pcl
support via it's pcl module.
MonetDB5 (and hence MonetDB/SQL) does not (yet?) provide any pcl support
at all; hence, omitting --with-pcl is just fine.


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

Comment By: Mark Kubacki (hurrikane)
Date: 2010-02-27 14:47

Message:
MonetDB-client and perhaps other packages are affected by this, too.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2960174&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