From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 29 12:20:10 2011 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 4FF661065672 for ; Tue, 29 Mar 2011 12:20:10 +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 122B08FC17 for ; Tue, 29 Mar 2011 12:20:10 +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 p2TCK9ib036564 for ; Tue, 29 Mar 2011 12:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p2TCK9Vg036563; Tue, 29 Mar 2011 12:20:09 GMT (envelope-from gnats) Resent-Date: Tue, 29 Mar 2011 12:20:09 GMT Resent-Message-Id: <201103291220.p2TCK9Vg036563@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, Achilleas Mantzios Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B103F106566C for ; Tue, 29 Mar 2011 12:17:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 853648FC0C for ; Tue, 29 Mar 2011 12:17:21 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p2TCHL0c072942 for ; Tue, 29 Mar 2011 12:17:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p2TCHL6J072941; Tue, 29 Mar 2011 12:17:21 GMT (envelope-from nobody) Message-Id: <201103291217.p2TCHL6J072941@red.freebsd.org> Date: Tue, 29 Mar 2011 12:17:21 GMT From: Achilleas Mantzios To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156035: libgpg-error-1.10 wrongly identifies libiconv as not found - results in broken build 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: Tue, 29 Mar 2011 12:20:10 -0000 >Number: 156035 >Category: ports >Synopsis: libgpg-error-1.10 wrongly identifies libiconv as not found - results in broken build >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 29 12:20:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Achilleas Mantzios >Release: 8.2-RELEASE >Organization: >Environment: FreeBSD panix.internal.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Mar 23 13:27:15 EET 2011 doroot@panix.internal.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: When building gnome2, it needs gnupg, which it tries to install as a dependency libgpg-error. libgpg-error needs libiconv. libiconv is installed, however libgpg-error wrongly detects libiconv as not installed. Build goes like: .................. ===> Patching for libgpg-error-1.10 ===> libgpg-error-1.10 depends on package: libtool>=2.4 - found ===> libgpg-error-1.10 depends on package: libtool>=2.4 - found ===> libgpg-error-1.10 depends on shared library: iconv.3 - not found ===> Verifying reinstall for iconv.3 in /usr/ports/converters/libiconv ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for libiconv-1.13.1_1 ===> Extracting for libiconv-1.13.1_1 => SHA256 Checksum OK for libiconv-1.13.1.tar.gz. ===> Patching for libiconv-1.13.1_1 ===> Applying FreeBSD patches for libiconv-1.13.1_1 ===> libiconv-1.13.1_1 depends on package: libtool>=2.4 - found ===> Configuring for libiconv-1.13.1_1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for gawk... gawk ...................... ===> Installing for libiconv-1.13.1_1 ===> Generating temporary packing list ===> Checking if converters/libiconv already installed ===> libiconv-1.13.1_1 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of converters/libiconv without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /usr/ports/converters/libiconv. *** Error code 1 Stop in /usr/ports/converters/libiconv. *** Error code 1 Stop in /usr/ports/converters/libiconv. *** Error code 1 Stop in /usr/ports/security/libgpg-error. *** Error code 1 Stop in /usr/ports/security/libgpg-error. *** Error code 1 Stop in /usr/ports/security/libassuan. *** Error code 1 Stop in /usr/ports/security/libassuan. *** Error code 1 Stop in /usr/ports/security/gnupg. *** Error code 1 Stop in /usr/ports/security/gnupg. *** Error code 1 Stop in /usr/ports/security/gnupg. >How-To-Repeat: In a completely clean system try to install gnome2 by portinstall -P /usr/ports/x11/gnome >Fix: setenv FORCE_PKG_REGISTER >Release-Note: >Audit-Trail: >Unformatted: