Buildsys weirdness

Dan Williams dcbw at redhat.com
Sun Jan 15 23:19:41 UTC 2006


On Sat, 2006-01-14 at 23:59 +0100, Chris Chabot wrote:
> Still sometimes getting weird results on the build systems, here's a
> package build request (libtorrent for fc3) that failed:
> http://buildsys.fedoraproject.org/logs/fedora-3-extras/2883-libtorrent-0.8.2-2.fc3/i386/build.log
> 
> Then later i re-asked it to build the exact the same src.rpm, and it
> succeeds:
> http://buildsys.fedoraproject.org/logs/fedora-3-extras/2887-libtorrent-0.8.2-2.fc3/i386/build.log
> 
> Kind of odd right?
> 
> 
> Owell no biggy i don't mind kicking the system to get it working
> properly again (did a local mock first to make sure it wasn't me
> though), but maybe the room the servers are in could use a bit better
> cooling? :-)

It might be smpflags again, not sure.  You'll note the build is doing
make -j2.  The two different commands for manager.cc are below.  The ""
is probably screwing the command up, because, of course, there's no
-c...  Didn't this problem come up already just a few days ago?  Anyone
else noticed it on other systems?

Failed:

g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -m32 -march=i386
-mtune=pentium4 -g -DDEBUG -I/usr/kerberos/include -I/usr/include/sigc
++-2.0 -I/usr/lib/sigc++-2.0/include -MT manager.lo -MD -MP
-MF .deps/manager.Tpo "" manager.cc  -fPIC -DPIC -o .libs/manager.o

Successful:

g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -m32 -march=i386
-mtune=pentium4 -g -DDEBUG -I/usr/kerberos/include -I/usr/include/sigc
++-2.0 -I/usr/lib/sigc++-2.0/include -MT manager.lo -MD -MP
-MF .deps/manager.Tpo -c manager.cc  -fPIC -DPIC -o .libs/manager.o

Dan





More information about the fedora-extras-list mailing list