FC3 build machine broken?

Dan Williams dcbw at redhat.com
Mon Nov 21 23:22:27 UTC 2005


On Mon, 2005-11-21 at 14:30 -0800, Michael A. Peters wrote:
> Updated sword.spec for FC3/FC4/devel
> 
> Only change from last release - 
> 
> --disable-static
> 
> added to configure
> 
> libsword.a
> 
> removed from devel package.
> 
> Build succesful on FC4/devel
> Build failed twice on FC3 - and failed in different ways.
> 
> http://mpeters.us/fc_extras/1187-build.log
> http://mpeters.us/fc_extras/1203-build.log

Your 1203 build has got some problems:

...
mkdir /.libs
 g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -DUSE_AUTOTOOLS -DUNIX -Dunix -D__unix__ -D_FTPLIB_NO_COMPAT -ftemplate-depth-25 -DCURLAVAILABLE -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -MT swconfig.lo -MD -MP -MF .deps/swconfig.Tpo -c ../src/mgr/swconfig.cpp  -fPIC -DPIC -o /.libs/swconfig.o
...

obviously, it shouldn't be sticking build objects in /.libs, and that's
probably why the link section can't find it.  Also not that it's a
parallel build, since we're doing 'make -j2' at the top since the box is
a multiprocessor box.  And those opteron boxes are _FAST_.  So try
removing the %{?_smp_mflags} from the make and see what happens.

Dan





More information about the fedora-extras-list mailing list