Re: [reSIProcate] automake failed
Hi Robert,
this seems to be an issue because of my up-to-date build system. Do not spend
time on this. I'm investigating it currently here locally (and already build
successful without the error).
NO
On Wednesday 11 May 2005 20:43, Robert Sparks wrote:
> Thanks Nils -
>
> This error is new to me as well (copying the complaint here to make it
>
> easier for people to find):
> > libtool: link: unable to infer tagged configuration
> > libtool: link: specify a tag with `--tag'
> > make[3]: *** [testTcp] Error 1
>
> I'll research. If anybody on the list knows this and what to do about it
> off the top of their head, please speak up.
>
> Thanks,
>
> RjS
>
> On May 11, 2005, at 1:33 PM, Nils Ohlmeier wrote:
> > At first I had the same error here on a Intel Gentoo system. After
> > compiling
> > ares by hand, the compilation finally failed in the test directory.
> > But with
> > a somehow strange error to me.
> >
> > NO
> >
> > 1) shell history
> > 2) second (final) error
> > 3) first error
> >
> > shell history:
> > (note: I interrupted the compile jobs to take advantage of distcc)
> > 515 tar xzf resiprocate-0.5.0-4579.tar.gz
> > 516 ls -l
> > 517 cd resiprocate-0.5.0-4579/
> > 518 ls
> > 519 ls -l
> > 520 ./configure --help
> > 521* ./configure
> > 522 ./configure --help
> > 523 ./configure --enable-distcc
> > 524 ./configure --enable-distcc --enable-ipv6
> > 525 make
> > 526 cat /etc/distcc/hosts
> > 527 man distcc
> > 528 make -j 3
> > 529 cd contrib/ares/
> > 530 ls
> > 531 ./configure --help
> > 532 ./configure
> > 533 make
> > 534 cd ../..
> > 535 make
> > 536 man distcc
> > 537 make -j 5
> >
> > second (final error):
> >
> > if /usr/bin/distcc g++ -DHAVE_CONFIG_H -I. -I. -I../../resiprocate
> > -I../..
> > -I../.. -I/home/lando/resiprocate/resiprocate-0.5.0-4579/contrib/ares
> > -I/usr/kerberos/include -g -O2 -Wall -Wno-deprecated -MT limpc.o -MD
> > -MP -MF
> > ".deps/limpc.Tpo" -c -o limpc.o limpc.cxx; \
> > then mv -f ".deps/limpc.Tpo" ".deps/limpc.Po"; else rm -f
> > ".deps/limpc.Tpo";
> > exit 1; fi
> > if /usr/bin/distcc g++ -DHAVE_CONFIG_H -I. -I. -I../../resiprocate
> > -I../..
> > -I../.. -I/home/lando/resiprocate/resiprocate-0.5.0-4579/contrib/ares
> > -I/usr/kerberos/include -g -O2 -Wall -Wno-deprecated -MT testTcp.o
> > -MD -MP
> > -MF ".deps/testTcp.Tpo" -c -o testTcp.o testTcp.cxx; \
> > then mv -f ".deps/testTcp.Tpo" ".deps/testTcp.Po"; else rm -f
> > ".deps/testTcp.Tpo"; exit 1; fi
> > if /usr/bin/distcc g++ -DHAVE_CONFIG_H -I. -I. -I../../resiprocate
> > -I../..
> > -I../.. -I/home/lando/resiprocate/resiprocate-0.5.0-4579/contrib/ares
> > -I/usr/kerberos/include -g -O2 -Wall -Wno-deprecated -MT
> > testDataPerformance.o -MD -MP -MF ".deps/testDataPerformance.Tpo" -c -o
> > testDataPerformance.o testDataPerformance.cxx; \
> > then mv -f ".deps/testDataPerformance.Tpo"
> > ".deps/testDataPerformance.Po";
> > else rm -f ".deps/testDataPerformance.Tpo"; exit 1; fi
> > rm -f libtestsupport.a
> > ar cru libtestsupport.a InviteClient.o InviteServer.o Register.o
> > Registrar.o
> > TestSupport.o
> > ranlib libtestsupport.a
> > /bin/sh ../../libtool --mode=link /usr/bin/distcc g++ -g -O2 -Wall
> > -Wno-deprecated -lpopt
> > -L/home/lando/resiprocate/resiprocate-0.5.0-4579/contrib/ares -o
> > testTcp
> > testTcp.o libtestsupport.a ../libresiprocate.la -lpopt -lssl -lcrypto
> > -lares
> > -lpthread
> > /bin/sh ../../libtool --mode=link /usr/bin/distcc g++ -g -O2 -Wall
> > -Wno-deprecated -lpopt
> > -L/home/lando/resiprocate/resiprocate-0.5.0-4579/contrib/ares -o
> > testDataPerformance testDataPerformance.o
> > libtestsupport.a ../libresiprocate.la -lpopt -lssl -lcrypto -lares
> > -lpthread
> > libtool: link: unable to infer tagged configuration
> > libtool: link: specify a tag with `--tag'
> > make[3]: *** [testTcp] Error 1
> > make[3]: *** Waiting for unfinished jobs....
> > libtool: link: unable to infer tagged configuration
> > libtool: link: specify a tag with `--tag'
> > make[3]: *** [testDataPerformance] Error 1
> > make[3]: Leaving directory
> > `/home/lando/resiprocate/resiprocate-0.5.0-4579/resiprocate/test'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory
> > `/home/lando/resiprocate/resiprocate-0.5.0-4579/resiprocate'
> > make[1]: *** [all] Error 2
> > make[1]: Leaving directory
> > `/home/lando/resiprocate/resiprocate-0.5.0-4579/resiprocate'
> > make: *** [all-recursive] Error 1