Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=519282 --- Comment #10 from manuel wolfshant <wolfy@xxxxxxxxxxxxxxxxxx> 2009-10-12 10:15:10 EDT --- According to mock's build log, Fedora's compile options are not respected, despite the "CFLAGS=%{_optflags}" used in the %build section: ####### Building extension pdfreflow ####### g++ -O3 -Wall -DNDEBUG -fPIC -fno-strict-aliasing -pipe -pthread -I/usr/include/python2.6 -DPNG_SKIP_SETJMP_CHECK -I/usr/include -I/usr/include/ImageMagick -I/usr/include/poppler -c /builddir/build/BUILD/calibre/src/calibre/ebooks/pdf/reflow.cpp -o /builddir/build/BUILD/calibre/build/objects/pdfreflow/reflow.o [...] (similar lines repeated) and: ####### Building extension lzx ####### gcc -O3 -Wall -DNDEBUG -fPIC -fno-strict-aliasing -pipe -pthread -I/usr/include/python2.6 -I/builddir/build/BUILD/calibre/src/calibre/utils/lzx -c /b uilddir/build/BUILD/calibre/src/calibre/utils/lzx/compressor.c -o /builddir/build/BUILD/calibre/build/objects/lzx/compressor.o and so on until : ####### Building extension pictureflow ####### which seems to respect our optimization flags. Unfortunately we can find afterwards: rm -f libpictureflow.so.1.0.0 libpictureflow.so libpictureflow.so.1 libpictureflow.so.1.0 g++ -Wl,-O1 -shared -Wl,-soname,libpictureflow.so.1 -o libpictureflow.so.1.0.0 pictureflow.o moc_pictureflow.o -lQtGui -lQtCore -lpthread which once again is wrong. Could you please check and fix this ? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review