From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 17 23:50:04 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64538106564A for ; Wed, 17 Mar 2010 23:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2751A8FC1E for ; Wed, 17 Mar 2010 23:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o2HNo49I024479 for ; Wed, 17 Mar 2010 23:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o2HNo3pV024478; Wed, 17 Mar 2010 23:50:03 GMT (envelope-from gnats) Resent-Date: Wed, 17 Mar 2010 23:50:03 GMT Resent-Message-Id: <201003172350.o2HNo3pV024478@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcin Wisnicki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 741751065672 for ; Wed, 17 Mar 2010 23:48:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 63DA08FC21 for ; Wed, 17 Mar 2010 23:48:18 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o2HNmI58062494 for ; Wed, 17 Mar 2010 23:48:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o2HNmIws062493; Wed, 17 Mar 2010 23:48:18 GMT (envelope-from nobody) Message-Id: <201003172348.o2HNmIws062493@www.freebsd.org> Date: Wed, 17 Mar 2010 23:48:18 GMT From: Marcin Wisnicki To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/144833: print/hplip3: configure failed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2010 23:50:04 -0000 >Number: 144833 >Category: ports >Synopsis: print/hplip3: configure failed >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 17 23:50:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Marcin Wisnicki >Release: 8.0-STABLE >Organization: >Environment: FreeBSD ghost.pnet.one.pl 8.0-STABLE FreeBSD 8.0-STABLE #1: Fri Mar 12 16:16:49 CET 2010 root@ghost.pnet.one.pl:/home/obj/usr/src/sys/SERWER i386 >Description: As seen on pointyhat for FreeBSD >= 8.0 for some time now :( At the end of configure: checking for snmp_timeout in -lnetsnmp... no checking for snmp_timeout in -lsnmp... no configure: error: cannot find net/ucd-snmp support (or --disable-network-build) Relevant part of config.log: configure:18180: checking for snmp_timeout in -lnetsnmp configure:18215: cc -o conftest -O2 -pipe -march=athlon-xp -fno-strict-aliasing -I/usr/local/include -L/usr/local/lib -pthread conftest.c -lnetsnmp -lcrypto >&5 /usr/local/lib/libnetsnmp.so: undefined reference to `__stack_chk_fail_local' Cause: same as ports/141238 Also relevant: ports/140791 >How-To-Repeat: cd /usr/ports/print/hplip3; make >Fix: One of the following, in increasing order of complexity and correctness: 1. workaround in hplip3 by linking with -lssp_nonshared as sugested in other pr - unfortunately I've tried it and it didn't help 2. compile hplip3 with -fstack-protector 3. fix netsnmp as in ports/141238 4. figure out why this symbol isn't picked up from libc even though it's present there, then fix base system >Release-Note: >Audit-Trail: >Unformatted: