buildsystem test results

Michael Schwendt bugs.michael at gmx.net
Fri Jul 15 18:13:15 UTC 2005


On Fri, 15 Jul 2005 19:51:21 +0200 (CEST), Andreas Thienemann wrote:

> On Fri, 15 Jul 2005, Oliver Falk wrote:
> 
> > Have a look at the log, you also have problems with the documentation:
> > <snip>
> > ls: barcode.aux~: No such file or directory
> > texindex: barcode.ps: not a texinfo index file
> > </snip>
> Yes, I noticed those. However the document I'm interested in (info page) 
> is getting rebuild correctly.
> 
> > Maybe, it's a x86_64 tetex problem? But I don't believe it's the buildsys...
> Hmm. I tried building on my local rhel4 notebook, fedora core 4 and 
> rawhide in mock x86_64, rawhide on mock i386.
> Each build succeeded.
> 
> So I'm a bit at a loss here why the buildsystem doesn't build the packages 
> while mock here builds the package.
> In theorie, if my mock installation succeeds, so should seth's 
> buildserver.

Are you sure it's not an SMP make flags problem? Here it really
removes barcode.texinfo before it calls tex on it:

cd doc && make 
gcc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m64 -mtune=nocona -Wall  -DHAVE_UNISTD_H=1 -DHAVE_STRCASECMP=1   -DNO_LIBPAPER    -c -o sample.o sample.c
make[1]: Entering directory `/builddir/build/BUILD/barcode-0.98/doc'
sed -f ./infofilter doc.barcode | cat > barcode.texinfo
chmod 400 barcode.texinfo
# preserve the pdf copy
mv -f barcode.pdf PDF 2> /dev/null && \
	rm -f *~ *.dvi *.log *.aux \
	      barcode.*.bak barcode.??? barcode.texinfo && \
	mv PDF barcode.pdf;
# preserve the ps copy
mv barcode.ps PS;
rm -f barcode.??;
sample.c: In function 'main':
sample.c:9: warning: implicit declaration of function 'strcmp'
mv PS barcode.ps;
touch barcode.oo
if test "x`ls barcode.?? barcode.aux`" != "x"; then \
  for i in `ls barcode.?? barcode.aux`; do \
    cp $i $i~; \
  done; \
fi
ar r libbarcode.a library.o ean.o code128.o code39.o code93.o i25.o msi.o plessey.o codabar.o ps.o pcl.o
ls: barcode.aux: No such file or directory
ls: barcode.aux: No such file or directory
tex barcode.texinfo
ar: creating libbarcode.a
makeinfo barcode.texinfo -o barcode.info
barcode.texinfo: No such file or directory
make[1]: *** [barcode.info] Error 1
make[1]: *** Waiting for unfinished jobs....




More information about the fedora-extras-list mailing list