Bug 225608 - print/qpdf : linker error: undefined symbol: BitStream::getBitsSigned(int)
Summary: print/qpdf : linker error: undefined symbol: BitStream::getBitsSigned(int)
Status: Closed DUPLICATE of bug 225226
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-01 18:18 UTC by O. Hartmann
Modified: 2018-02-01 18:49 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (d.y.kazarov)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description O. Hartmann 2018-02-01 18:18:28 UTC
On recent CURRENT (FreeBSD 12.0-CURRENT #91 r328690: Thu Feb  1 17:52:22 CET 2018 amd64) the update of port print/qpdf (required by print/hplip) fails due to linker error:


[...]
libtool: link: c++ -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wold-style-cast -Wall libtests/build/ascii85.o -o libtests/build/ascii85 -fstack-protector  -ljpeg -lz -L/usr/local/lib -lqpdf -Llibqpdf/build
/bin/sh ./libtool --mode=link c++ -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing  -isystem /usr/local/include -Wold-style-cast -Wall libtests/build/concatenate.o -o libtests/build/concatenate -ljpeg -lz -L/usr/local/lib -lqpdf -Llibqpdf/build -fstack-protector
libtool: link: c++ -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -Wold-style-cast -Wall libtests/build/bits.o -o libtests/build/bits -fstack-protector  -ljpeg -lz -L/usr/local/lib -lqpdf -Llibqpdf/build
/usr/bin/ld: error: undefined symbol: BitStream::getBitsSigned(int)
>>> referenced by bits.cc
>>>               libtests/build/bits.o:(main)

/usr/bin/ld: error: undefined symbol: BitStream::getBitsSigned(int)
>>> referenced by bits.cc
>>>               libtests/build/bits.o:(main)

/usr/bin/ld: error: undefined symbol: BitStream::getBitsSigned(int)
>>> referenced by bits.cc
>>>               libtests/build/bits.o:(main)
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2018-02-01 18:49:40 UTC

*** This bug has been marked as a duplicate of bug 225226 ***