Package: fbreader Version: 0.8.17-3 Hi,
Your package is failing to build with the following error: Creating libzltext.so.0.8.17 .../usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../../lib64/liblinebreak.a(linebreak.o): relocation R_X86_64_32S against `lb_prop_default' can not be used when making a shared object; recompile with -fPIC /usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../../lib64/liblinebreak.a: could not read symbols: Bad value collect2: ld returned 1 exit status make[1]: *** [libzltext.so.0.8.17] Error 1 The problem is that liblinebreak is only available as a static (non-PIC) library. You can't use those in shared libraries. You probably want liblinebreak to provide a static library build using -fPIC, and name it liblinebreak_pic.a. Please see policy section 11.2. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]