Date: Thu, 17 Jul 2014 18:56:07 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191928] New: print/hplip doesn't build Message-ID: <bug-191928-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191928 Bug ID: 191928 Summary: print/hplip doesn't build Product: Ports Tree Version: Latest Hardware: amd64 OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: coder@tuxfamily.org Hplip 3.14.4 with snmp option doesn't build: I don't have libnetsnmp.la but libnetsnmp.so in my localbase: --- hpmudext.la --- libtool: link: cc -shared -fPIC -DPIC .libs/hpmudext_la-hpmudext.o -Wl,-rpath -Wl,/usr/ports/print/hplip/work/hplip-3.14.4/.libs -Wl,-rpath -Wl,/usr/local/lib ./.libs/libhpmud.so -lcrypto -L/usr/local/lib -O2 -Wl,-rpath -Wl,/usr/lib:/usr/local/lib -Wl,-soname -Wl,hpmudext.so -o .libs/hpmudext.so --- ptest --- /bin/sh ./libtool --tag=CC --mode=link cc -O2 -pipe -fno-strict-aliasing -DCONFDIR=\"/usr/local/etc/hp\" -Wl,-rpath,/usr/lib:/usr/local/lib -o ptest ptest.o fat.o libhpmud.la -lcrypto -L/usr/local/lib --- scanext.la --- sed: /usr/local/lib/libnetsnmp.la: No such file or directory libtool: link: `/usr/local/lib/libnetsnmp.la' is not a valid libtool archive *** [scanext.la] Error code 1 make[2]: stopped in /usr/ports/print/hplip/work/hplip-3.14.4 --- hp --- libtool: link: warning: `-version-info' is ignored for programs libtool: link: cc -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -O2 -pipe -fno-strict-aliasing -DCONFDIR=\"/usr/local/etc/hp\" -Wl,-rpath -Wl,/usr/lib:/usr/local/lib -o .libs/hp hp-hp.o -lpthread -lnetsnmp -lusb ./.libs/libhpmud.so -L/usr/local/lib /usr/local/lib/libdbus-1.so -lcrypto -Wl,-rpath -Wl,/usr/local/lib --- hpmudext.la --- libtool: link: ( cd ".libs" && rm -f "hpmudext.la" && ln -s "../hpmudext.la" "hpmudext.la" ) --- ptest --- libtool: link: cc -O2 -pipe -fno-strict-aliasing -DCONFDIR=\"/usr/local/etc/hp\" -Wl,-rpath -Wl,/usr/lib:/usr/local/lib -o .libs/ptest ptest.o fat.o ./.libs/libhpmud.so -lcrypto -L/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib 1 error make[2]: stopped in /usr/ports/print/hplip/work/hplip-3.14.4 ===> 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/hplip -- 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-191928-13>