svn commit: r417709 - head/shells/bash

Mathieu Arnold mat at FreeBSD.org
Wed Jun 29 13:31:14 UTC 2016


+--On 28 juin 2016 11:56:03 +0000 Emanuel Haupt <ehaupt at FreeBSD.org> wrote:
| Author: ehaupt
| Date: Tue Jun 28 11:56:03 2016
| New Revision: 417709
| URL: https://svnweb.freebsd.org/changeset/ports/417709
| 
| Log:
|   Remove stray ICONV patch that breaks unicode support if NLS is disabled.

That breaks on 9 when NLS is disabled:

<https://pkg.absolight.fr/data/9amd64-pkgng-default/20160629T152625Z/logs/errors/bash-4.3.46_1.log>

cc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob
-L./lib/tilde  -L./lib/sh -fstack-protector -static -static   -O2 -pipe
-DUSE_MKTEMP=1 -DUSE_MKSTEMP=1 -DIMPORT_FUNCTIONS_DEF=0 -fstack-protector
-fno-strict-aliasing -o bash shell.o eval.o y.tab.o general.o make_cmd.o
print_cmd.o   dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o
expr.o flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o  trap.o
input.o unwind_prot.o pathexp.o sig.o test.o version.o  alias.o array.o
arrayfunc.o assoc.o braces.o bracecomp.o bashhist.o  bashline.o  list.o
stringlib.o locale.o findcmd.o redir.o  pcomplete.o pcomplib.o syntax.o
xmalloc.o  -lbuiltins -lglob -lsh -lreadline -lhistory -ltermcap  -ltilde

./lib/sh/libsh.a(tmpfile.o): In function `sh_mktmpname':
tmpfile.c:(.text+0x24e): warning: warning: mktemp() possibly used unsafely;
consider using mkstemp()
./lib/sh/libsh.a(unicode.o): In function `u32cconv':
unicode.c:(.text+0x331): undefined reference to `libiconv'
unicode.c:(.text+0x34f): undefined reference to `libiconv'
unicode.c:(.text+0x3a1): undefined reference to `locale_charset'
unicode.c:(.text+0x3b6): undefined reference to `libiconv_open'
unicode.c:(.text+0x411): undefined reference to `libiconv_open'
./lib/sh/libsh.a(unicode.o): In function `u32reset':
unicode.c:(.text+0x44c): undefined reference to `libiconv_close'
*** [bash] Error code 1
1 error
===> Compilation failed unexpectedly.


-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20160629/cea73d1e/attachment.sig>


More information about the svn-ports-head mailing list