[Bug 225226] print/qpdf: Update to 7.1.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 31 12:09:24 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225226

vvd at unislabs.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vvd at unislabs.com

--- Comment #8 from vvd at unislabs.com ---
Port can't be build if installed previous version.

Look at this: -L/usr/local/lib -lqpdf -Llibqpdf/build
Must be: -lqpdf -Llibqpdf/build -L/usr/local/lib
Local libs MUST have higher priority.
Why nobody didn't test port before commit on _real_ system?!

libtool: link: c++ -O2 -pipe -march=prescott -fstack-protector -isystem
/usr/local/include -fno-strict-aliasing -isystem /usr/local/include
-Wold-style-cast -Wall libtests/build/buffer.o -o libtests/build/buffer
-fstack-protector  -ljpeg -lz -L/usr/local/lib -lqpdf -Llibqpdf/build
libtests/build/bits.o: In function `main':
libtests/bits.cc:(.text+0x62b): undefined reference to
`BitStream::getBitsSigned(int)'
libtests/bits.cc:(.text+0x6a7): undefined reference to
`BitStream::getBitsSigned(int)'
libtests/bits.cc:(.text+0x723): undefined reference to
`BitStream::getBitsSigned(int)'
libtests/bits.cc:(.text+0x79f): undefined reference to
`BitStream::getBitsSigned(int)'
libtests/bits.cc:(.text+0x81b): undefined reference to
`BitStream::getBitsSigned(int)'
libtests/bits.cc:(.text+0xab4): undefined reference to
`BitWriter::writeBitsSigned(long long, unsigned int)'
libtests/bits.cc:(.text+0xac3): undefined reference to
`BitWriter::writeBitsSigned(long long, unsigned int)'
libtests/bits.cc:(.text+0xad2): undefined reference to
`BitWriter::writeBitsSigned(long long, unsigned int)'
libtests/bits.cc:(.text+0xae1): undefined reference to
`BitWriter::writeBitsSigned(long long, unsigned int)'
libtests/bits.cc:(.text+0xaf0): undefined reference to
`BitWriter::writeBitsSigned(long long, unsigned int)'
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [libtests/build.mk:44: libtests/build/bits] Error 1
gmake[2]: *** Waiting for unfinished jobs....
libtool: link: c++ -O2 -pipe -march=prescott -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 -fstack-protector  -ljpeg -lz -L/usr/local/lib
-lqpdf -Llibqpdf/build
gmake[2]: Leaving directory '/usr/obj/usr/ports/print/qpdf/work/qpdf-7.1.0'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/print/qpdf
*** Error code 1

Stop.
make: stopped in /usr/ports/print/qpdf

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list