From owner-freebsd-ports Sun Aug 25 3:31:10 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D44437B400; Sun, 25 Aug 2002 03:31:03 -0700 (PDT) Received: from totem.fix.no (totem.fix.no [80.91.32.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E83943E7B; Sun, 25 Aug 2002 03:31:03 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id A2E8D20253; Sun, 25 Aug 2002 12:31:15 +0200 (CEST) Date: Sun, 25 Aug 2002 12:31:15 +0200 From: Anders Nordby 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> Mail-Followup-To: Anders Nordby , obrien@FreeBSD.org, anders@hack.org, ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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