From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 26 13:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CE04E8FE for ; Mon, 26 Aug 2013 13:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ADAA0257F for ; Mon, 26 Aug 2013 13:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7QDo0sg001888 for ; Mon, 26 Aug 2013 13:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7QDo0av001887; Mon, 26 Aug 2013 13:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 26 Aug 2013 13:50:00 GMT Resent-Message-Id: <201308261350.r7QDo0av001887@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, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 468CE7B2 for ; Mon, 26 Aug 2013 13:44:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1ADCA2545 for ; Mon, 26 Aug 2013 13:44:04 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7QDi3AC012752 for ; Mon, 26 Aug 2013 13:44:03 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7QDi3Ov012751; Mon, 26 Aug 2013 13:44:03 GMT (envelope-from nobody) Message-Id: <201308261344.r7QDi3Ov012751@oldred.freebsd.org> Date: Mon, 26 Aug 2013 13:44:03 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181564: print/cups: undefined reference to `libiconv_close` X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Aug 2013 13:50:00 -0000 >Number: 181564 >Category: ports >Synopsis: print/cups: undefined reference to `libiconv_close` >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 26 13:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT amd64 >Organization: FU berlin >Environment: FreeBSD 10.0-CURRENT #0 r254896: Mon Aug 26 09:42:48 CEST 2013 >Description: On FreeBSD 10.0-CURRENT as determined in the ENV row above, compilation of port print/cups and most of its essentiell parts fails with a linker error. For print/cups-base or print/cups-image, the compilation fails with undefined refrence to libiconv and functions within. See below. [...] Linking ippserver... cc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -L/usr/local/lib -Wl,-rpath=/usr/lib:/usr/local/lib -Wl,-R/usr/local/lib -Wall -Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector -Wno-tautological-compare -o ippserver ippserver.o ../cups/libcups.a \ -lssl -lcrypto -pthread -lcrypt -lm -lssp_nonshared -lz ./cups/libcups.a(transcode.o): In function `_cupsCharmapFlush': /usr/ports/print/cups-client/work/cups-1.5.4/cups/transcode.c:64: undefined reference to `libiconv_close' /usr/ports/print/cups-client/work/cups-1.5.4/cups/transcode.c:70: undefined reference to `libiconv_close' /usr/ports/print/cups-client/work/cups-1.5.4/cups/transcode.c:64: undefined reference to `libiconv_close' /usr/ports/print/cups-client/work/cups-1.5.4/cups/transcode.c:70: undefined reference to `libiconv_close' ./cups/libcups.a(transcode.o): In function `cupsCharsetToUTF8': /usr/ports/print/cups-client/work/cups-1.5.4/cups/transcode.c:167: undefined reference to `libiconv_open' /usr/ports/print/cups-client/work/cups-1.5.4/cups/transcode.c:168: undefined reference to `libiconv_open' /usr/ports/print/cups-client/work/cups-1.5.4/cups/transcode.c:179: undefined reference to `libiconv' ./cups/libcups.a(transcode.o): In function `_cupsCharmapFlush': /usr/ports/print/cups-client/work/cups-1.5.4/cups/transcode.c:64: undefined reference to `libiconv_close' /usr/ports/print/cups-client/work/cups-1.5.4/cups/transcode.c:70: undefined reference to `libiconv_close' ./cups/libcups.a(transcode.o): In function `cupsUTF8ToCharset': /usr/ports/print/cups-client/work/cups-1.5.4/cups/transcode.c:292: undefined reference to `libiconv_open' /usr/ports/print/cups-client/work/cups-1.5.4/cups/transcode.c:293: undefined reference to `libiconv_open' /usr/ports/print/cups-client/work/cups-1.5.4/cups/transcode.c:304: undefined reference to `libiconv' cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[3]: *** [ippserver] Error 1 gmake[3]: *** Waiting for unfinished jobs.... gmake[3]: Leaving directory `/usr/ports/print/cups-base/work/cups-1.5.4/test' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/print/cups-base/work/cups-1.5.4' ===> Compilation failed unexpectedly. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: