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=485641 --- Comment #9 from Orcan 'oget' Ogetbil <oget.fedora@xxxxxxxxx> 2009-03-03 22:52:31 EDT --- * We still have the rpmlint: pdftk.src: W: mixed-use-of-spaces-and-tabs (spaces: line 27, tab: line 1) * To fix the dependency you can add this to the end of the %install section: ------------------------------------------------------------- # Fix the weird dependency, e.g. # /usr/lib64/gcj/itext/itext-x.y.z.jar.so()(64bit) to # /usr/lib64/gcj/itext/itext-x.y.z.jar.so %define _use_internal_dependency_generator 0 cat << \EOF > %{name}.req #!%{_buildshell} grep -v %{_docdir} - | %{__find_requires} $* \ | sed 's@\(itext-[0-9.]*\.jar\.so\)\(()(64bit)\)\?@\1@' EOF %define __find_requires %{_builddir}/%{name}-%{version}/%{name}.req chmod +x %{__find_requires} ------------------------------------------------------------- Note that you will need to remove Requires: %{_libdir}/gcj/itext/itext-2.1.4.jar.so now. Also not that this won't break anything in 32bit systems. I am rebuilding itext with proper provides now. * Unfortunately, we have a bigger issue. pdftk fails to compile with gcc44: ------------------------------------------------------------- /usr/lib/gcc/x86_64-redhat-linux/4.4.0/../../../../include/c++/4.4.0/ostream:514: instantiated from 'std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, const char*) [with _Traits = std::char_traits<char>]' pdftk.cc:119: instantiated from here /usr/lib/gcc/x86_64-redhat-linux/4.4.0/../../../../include/c++/4.4.0/bits/ostream_insert.h:107: error: mixing C++ and Java catches in a single translation unit ------------------------------------------------------------- I don't know (yet) how to solve this. Andrew? -- 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