On Thu, 10 Dec 2015 12:00:02 +0100 crux-request@lists.crux.nu wrote:
Message: 2 Date: Wed, 9 Dec 2015 13:50:11 +0100 From: Juergen Daubert <jue@jue.li> Subject: Re: Cups-filters-1.2.0 fails to build on Crux 3.2 To: crux@lists.crux.nu Message-ID: <20151209125011.GA7521@jue.netz> Content-Type: text/plain; charset=us-ascii
On Wed, Dec 09, 2015 at 11:31:42AM +0000, Hazel Russman wrote:
There are a load of undefined references to QPDFObjectHandle fields in the compilation of pdf2pdf. My qpdf is version 6.0.0.
Do you mean pdftopdf? I don't have a pdf2pdf here and cups-filters builds fine for me on 3.2. Please provide some more infos.
Greetings Juergen
Sorry for the misprint. Yes I did mean pdftopdf. Here is a specimen of the error messages in the pkgbuild log: qpdf_cm.cc:(.text+0x128a): undefined reference to `QPDFObjectHandle::getKey(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' qpdf_cm.cc:(.text+0x12f7): undefined reference to `QPDFObjectHandle::hasKey(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' qpdf_cm.cc:(.text+0x137d): undefined reference to `QPDFObjectHandle::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' qpdf_cm.cc:(.text+0x13d8): undefined reference to `QPDFObjectHandle::replaceKey(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, QPDFObjectHandle const&)' qpdf_cm.cc:(.text+0x14c3): undefined reference to `QPDFObjectHandle::getKey(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' collect2: error: ld returned 1 exit status Makefile:2097: recipe for target 'pdftopdf' failed make[1]: *** [pdftopdf] Error 1 There are pages of these errors. They occur when pdftopdf is being linked by CXXLD.
_______________________________________________ CRUX mailing list CRUX@lists.crux.nu https://lists.crux.nu/mailman/listinfo/crux
End of CRUX Digest, Vol 135, Issue 6 ************************************
-- If any members of GCHQ are reading this, shame on you! I fought for your right to belong to a trade union and now you are taking away my right to privacy? H Russman
On Thu, Dec 10, 2015 at 12:23:08PM +0000, Hazel Russman wrote:
There are pages of these errors. They occur when pdftopdf is being linked by CXXLD.
I'm not entirely sure if this is relevant to your circumstances but I have found that, following an upgrade from 3.1 to 3.2, it has in some cases been necessary to rebuild some dependencies of a port. The folowing is likely to do more than strictly necessary but should rebuild all dependencies: prt-get update -fr $(prt-get quickdep <port>) David
participants (2)
-
David Brooke
-
Hazel Russman