Date: Wed, 31 Jan 2018 12:09:22 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 225226] print/qpdf: Update to 7.1.0 Message-ID: <bug-225226-13-zjJw81YOnR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-225226-13@https.bugs.freebsd.org/bugzilla/> References: <bug-225226-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225226 vvd@unislabs.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vvd@unislabs.com --- Comment #8 from vvd@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=3Dprescott -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 invocatio= n) gmake[2]: *** [libtests/build.mk:44: libtests/build/bits] Error 1 gmake[2]: *** Waiting for unfinished jobs.... libtool: link: c++ -O2 -pipe -march=3Dprescott -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' =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225226-13-zjJw81YOnR>