[Linux-HA] Question: Freebsd on Alpha Architecture

Angus MacGyver macgyver at calibre-solutions.co.uk
Tue Jun 22 17:08:29 MDT 2004


OK, searched the Mailing lists for this.

Just wondering is anyone has managed to get working linux-ha under
Freebsd on the Alpha CPU platform, and if so, are there any weird hoops
to jump through.

Basically, started with minimum install of Freebsd 4.9.
CVS'd to latest security patch, and then make installworld / new custom
kernel (i.e. supporting only the hardware in the machine and ipf/ipfw)


Version of linux-ha, 1.2

I installed autoconf and automake and that was where things got
interesting.

Libtool.

All from ports, libtool13, libtool14 and libtool15.

Libtool14 seems to be "happier", however, when doing the ./ConfigureMe
configure step keeps breaking on "--no-verify", so found all instances
where this --no-verify was invoked in the files and just removed all
instances of "--no-verify" (ok, prolly breaks something)

At this point, the ./ConfigureMe configure actually runs and finished.

Now onto make.
And this is the result of the make, and where I come to a halt.


Any ideas appreciated.

Regards

Angus.



axpnode2# make
Making all in libltdl
/usr/local/bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I.     -g -O2 -c ltdl.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c  -fPIC
cc1: warning:
***
***     The -O2 flag TRIGGERS KNOWN OPTIMIZER BUGS ON THIS PLATFORM
***
mv -f ltdl.o .libs/ltdl.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c ltdl.c >/dev/null 2>&1
/usr/local/bin/bash ./libtool --mode=link gcc  -g -O2  -o libltdlc.la  
ltdl.lo
./libtool: line 5348: test: : integer expression expected
./libtool: line 5348: test: : integer expression expected
using piecewise archive linking...
./libtool: line 5383: test: : integer expression expected
ar cru .libs/libltdlc.a .libs/ltdl.o
ranlib .libs/libltdlc.a
creating libltdlc.la
(cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la)
Making all in doc
rm -fr ChangeLog
sed -e '1,/^%changelog/d' -e '/^%/,$d' < ../heartbeat.spec > ChangeLog
Making all in debian
gmake: Nothing to be done for `all'.
Making all in pkg
gmake: Nothing to be done for `all'.
Making all in replace
source='NoSuchFunctionName.c' object='NoSuchFunctionName.lo' libtool=yes
\
depfile='.deps/NoSuchFunctionName.Plo'
tmpdepfile='.deps/NoSuchFunctionName.TPlo' \
depmode=gcc /usr/local/bin/bash ../depcomp \
/usr/local/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I../linux-ha -I../include -I../linux-ha -I../linux-ha 
-I/usr/local/include -I/usr/local/include/glib12     -g -O2
-fno-strict-aliasing  -Wall -Wmissing-prototypes -Wmissing-declarations
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wcast-qual
-Wcast-align -Wbad-function-cast -Winline -Wformat=2 -Wformat-security
-Wformat-nonliteral -Wno-long-long -Werror -ggdb3 -c -o
NoSuchFunctionName.lo `test -f NoSuchFunctionName.c || echo
'./'`NoSuchFunctionName.c
../libtool: line 1: s%^.*/%%: No such file or directory
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
../libtool: line 1: -e: command not found
: compile: cannot determine name of library object from `'
gmake: *** [NoSuchFunctionName.lo] Error 1
*** Error code 1









More information about the Linux-HA mailing list