Date: Sun, 25 Aug 2002 12:31:15 +0200 From: Anders Nordby <anders@FreeBSD.org> To: obrien@FreeBSD.org Cc: anders@hack.org, ports@FreeBSD.org Subject: Bash2 does not build in -current Message-ID: <20020825103115.GA54230@totem.fix.no>
next in thread | raw e-mail | index | archive | help
Hi, ports/shells/bash2 does not build in -current anymore (just checked -current from today): (..) making ./lib/glob/libglob.a in ./lib/glob cc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O -pipe -g -mcpu=pentiumpro glob.c cc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O -pipe -g -mcpu=pentiumpro strmatch.c cc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O -pipe -g -mcpu=pentiumpro smatch.c cc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O -pipe -g -mcpu=pentiumpro xmbsrtowcs.c rm -f libglob.a ar cr libglob.a glob.o strmatch.o smatch.o xmbsrtowcs.o test -n "ranlib" && ranlib libglob.a making ./lib/tilde/libtilde.a in ./lib/tilde cc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -O -pipe -g -mcpu=pentiumpro tilde.c rm -f libtilde.a ar cr libtilde.a tilde.o test -n "ranlib" && ranlib libtilde.a rm -f bash cc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde -L./lib/sh -static -rdynamic -O -pipe -g -mcpu=pentiumpro -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 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 -lsh -lreadline -lhistory -ltermcap -lglob -ltilde ./lib/glob/libglob.a(smatch.o): In function `rangecmp_wc': /usr/ports/shells/bash2/work/bash-2.05b/lib/glob/smatch.c:256: undefined reference to `wcscoll' ./lib/glob/libglob.a(smatch.o): In function `wscompare': /usr/ports/shells/bash2/work/bash-2.05b/lib/glob/sm_loop.c:592: undefined reference to `wcscoll' *** Error code 1 Stop in /usr/ports/shells/bash2/work/bash-2.05b. *** Error code 1 Stop in /usr/ports/shells/bash2. Regards, -- Anders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020825103115.GA54230>