bin/179270: [patch][iconv] expose _citrus_bcs_trunc_rws_len to make libintl happy

Jan Beich jbeich at tormail.org
Mon Jun 3 19:50:13 UTC 2013


>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:


More information about the freebsd-bugs mailing list