[Bug 519282] Review Request: calibre - e-book converter and library manager

bugzilla at redhat.com bugzilla at redhat.com
Mon Oct 12 14:15:12 UTC 2009


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 at nobugconsulting.ro>  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.




More information about the package-review mailing list