From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 3 19:50:13 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A4CD865C for ; Mon, 3 Jun 2013 19:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 70D0B1265; Mon, 3 Jun 2013 19:50:13 +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 r53JoDAO022171; Mon, 3 Jun 2013 19:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53JoD9b022170; Mon, 3 Jun 2013 19:50:13 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 19:50:13 GMT Resent-Message-Id: <201306031950.r53JoD9b022170@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Cc: gabor@freebsd.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan Beich Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9CFCB5C8 for ; Mon, 3 Jun 2013 19:40:46 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id 5EC46121E for ; Mon, 3 Jun 2013 19:40:45 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1UjacO-0003J2-8r for FreeBSD-gnats-submit@freebsd.org; Mon, 03 Jun 2013 23:40:37 +0400 Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1UjaZd-0005OM-GX for FreeBSD-gnats-submit@freebsd.org; Mon, 03 Jun 2013 19:37:47 +0000 Message-Id: <1UjaZd-0005OM-GX@internal.tormail.org> Date: Mon, 03 Jun 2013 12:36:16 -0700 From: Jan Beich To: FreeBSD-gnats-submit@freebsd.org X-GNATS-Notify: gabor@freebsd.org Subject: bin/179270: [patch][iconv] expose _citrus_bcs_trunc_rws_len to make libintl happy X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 19:50:13 -0000 >Number: 179270 >Category: bin >Synopsis: [patch][iconv] expose _citrus_bcs_trunc_rws_len to make libintl happy >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 03 19:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jan Beich >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: $ cat /etc/libmap.conf libintl.so.9 libintl.so.1 >Description: http://marc.info/?l=freebsd-stable&m=134748417404086 >How-To-Repeat: $ cc foo.c -lintl /usr/lib/libintl.so: undefined reference to `_citrus_bcs_trunc_rws_len' cc: error: linker command failed with exit code 1 (use -v to see invocation) >Fix: --- rws_len.diff begins here --- Index: lib/libc/iconv/Symbol.map =================================================================== --- lib/libc/iconv/Symbol.map (revision 240180) +++ lib/libc/iconv/Symbol.map (working copy) @@ -39,6 +39,7 @@ FBSDprivate_1.0 { _citrus_bcs_strtoul; _citrus_bcs_tolower; _citrus_bcs_toupper; + _citrus_bcs_trunc_rws_len; _citrus_bcs_trunc_ws_len; _citrus_csmapper_open; _citrus_csmapper_close; --- rws_len.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: