[csw-buildfarm] [csw-maintainers] BerkeleyDB upgrade

Dagobert Michelsen dam at opencsw.org
Tue Jun 8 09:43:30 CEST 2010


Hi Rupert,

Am 08.06.2010 um 06:48 schrieb rupert THURNER:
> hi sebastian,
>
> i saw you also started to use the -norunpath option in gar:
> http://sourceforge.net/apps/trac/gar/changeset/10006.
>
> dago already suggested to undo this gar change, what do you think?
>
> we get errors like in the subversion configure which fails with:

To be precise, it is a warning, most certainly because they use the
linker flag for compilation.

> rupert at current9s ~/mgar/pkg/subversion/trunk
> $ vi work/solaris9-sparc/build-isa-sparcv8/subversion-1.6.11/ 
> config.log
>
> configure:21413: result: yes
> configure:21525: checking for availability of Berkeley DB
> configure:21597: /opt/studio/SOS12/SUNWspro/bin/cc -o conftest -xO3
> -m32 -xarch=v8 -xnorunpath   -mt -D_LARGEFILE64_SOURCE -DNE_LFS
> -I/opt/csw/bdb48/include  -I/opt/csw/apache2/include
> -I/opt/csw/include -I/opt/csw/apache2/include -I/opt/csw/include
> -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
> -D_LARGEFILE64_SOURCE -m32 -xarch=v8 -norunpath -L/opt/csw/apache2/lib
> -L/opt/csw/lib/svn -L/opt/csw/lib -lintl -liconv    -L/opt/csw/lib
> -L/opt/csw/lib -L/opt/csw/bdb48/lib conftest.c  -L/opt/csw/lib -ldb
> -lsocket  >&5
> cc: Warning: illegal option -norunpath
> configure:21597: $? = 0
> configure:21597: ./conftest
> ld.so.1: conftest: fatal: libdb-4.8.so: open failed: No such file or  
> directory

The real problem is that there is no -R/opt/csw/bdb48/lib, so it can't  
find
the lib on execution. Maybe you want to add EXTRA_LIB?


Best regards

   -- Dago




More information about the buildfarm mailing list