From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 17 18:56:07 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7042B6A4 for ; Thu, 17 Jul 2014 18:56:07 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50F142565 for ; Thu, 17 Jul 2014 18:56:07 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s6HIu70E008094 for ; Thu, 17 Jul 2014 18:56:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191928] New: print/hplip doesn't build Date: Thu, 17 Jul 2014 18:56:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: coder@tuxfamily.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2014 18:56:07 -0000 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.