hi

i've figured out why building failes on ubuntu:

freshly installed ubuntus link /bin/sh to /bin/dash. Seems that some 
scripts use bashisms. 

rm /bin/sh && ln -s /bin/bash /bin/sh 

did the trick. 

seems also to be related to debian fakeroot bug #447022 

- Thomas

make[1]: Leaving directory `/tmp/buildd/bacula-2.5.42~beta2mit1/debian/
tmp-build-sqlite3'
/usr/bin/make -C /tmp/buildd/bacula-2.5.42~beta2mit1/debian/tmp-build-
sqlite3/src/tools
make[1]: Entering directory `/tmp/buildd/bacula-2.5.42~beta2mit1/debian/
tmp-build-sqlite3/src/tools'
/tmp/buildd/bacula-2.5.42~beta2mit1/debian/tmp-build-sqlite3/libtool --
silent --tag=CXX --mode=link /usr/bin/x86_64-linux-gnu-g++ -Wl,-Bsymbolic-
functions -L../lib -o bsmtp bsmtp.o -lbac -lm  -lpthread -ldl   -lssl -
lcrypto
eval: 1: libtool_args+=: not found
eval: 1: compile_command+=: not found
eval: 1: finalize_command+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: compile_command+=: not found
eval: 1: finalize_command+=: not found
eval: 1: libtool_args+=: not found
eval: 1: compile_command+=: not found
eval: 1: finalize_command+=: not found
eval: 1: libtool_args+=: not found
eval: 1: compile_command+=: not found
eval: 1: finalize_command+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
eval: 1: libtool_args+=: not found
/usr/lib/gcc/x86_64-linux-gnu/4.3.2/../../../../lib/crt1.o: In function 
`_start':
(.text+0x20): undefined reference to `main'
collect2: ld returned 1 exit status
make[1]: *** [bsmtp] Error 1
make[1]: Leaving directory `/tmp/buildd/bacula-2.5.42~beta2mit1/debian/
tmp-build-sqlite3/src/tools'
make: *** [build-stamp-sqlite3] Error 2
rm configure-stamp-sqlite3


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to