From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 2 19:20:04 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A74E8106566C for ; Fri, 2 Jul 2010 19:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7BC408FC27 for ; Fri, 2 Jul 2010 19:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o62JK4Wo075088 for ; Fri, 2 Jul 2010 19:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o62JK4kj075087; Fri, 2 Jul 2010 19:20:04 GMT (envelope-from gnats) Resent-Date: Fri, 2 Jul 2010 19:20:04 GMT Resent-Message-Id: <201007021920.o62JK4kj075087@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Wollman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 399FC1065676 for ; Fri, 2 Jul 2010 19:16:32 +0000 (UTC) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [128.30.28.20]) by mx1.freebsd.org (Postfix) with ESMTP id F02158FC16 for ; Fri, 2 Jul 2010 19:16:31 +0000 (UTC) Received: from khavrinen.csail.mit.edu (localhost [127.0.0.1]) by khavrinen.csail.mit.edu (8.14.4/8.14.4) with ESMTP id o62JGUbo078321 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL CN=khavrinen.csail.mit.edu issuer=Client+20CA) for ; Fri, 2 Jul 2010 15:16:30 -0400 (EDT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: (from wollman@localhost) by khavrinen.csail.mit.edu (8.14.4/8.14.4/Submit) id o62JGUfT078320; Fri, 2 Jul 2010 15:16:30 -0400 (EDT) (envelope-from wollman) Message-Id: <201007021916.o62JGUfT078320@khavrinen.csail.mit.edu> Date: Fri, 2 Jul 2010 15:16:30 -0400 (EDT) From: Garrett Wollman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/148329: shells/bash broken requires libiconv X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Wollman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2010 19:20:04 -0000 >Number: 148329 >Category: ports >Synopsis: shells/bash broken requires libiconv >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 02 19:20:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Garrett Wollman >Release: FreeBSD 7.3-RELEASE i386 >Organization: MIT Computer Science & Artificial Intelligence Lab >Environment: FreeBSD ca.csail.mit.edu 7.3-RELEASE FreeBSD 7.3-RELEASE #5: Fri Apr 30 16:18:18 EDT 2010 root@ca.csail.mit.edu:/usr/obj/usr/src/sys/CSAIL i386 >Description: shells/bash has an unhandled dependency on libiconv. >How-To-Repeat: Attempt to build shells/bash on a machine with no libiconv. Watch it fail: [root@ca /usr/ports/shells/bash]# make ===> Building for bash-4.1.7 rm -f bash cc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde -L./lib/sh -L/usr/local/lib -rdynamic -O -pipe -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 -liconv /usr/bin/ld: cannot find -liconv *** Error code 1 >Fix: Make shells/bash depend on converters/libiconv, or else fix the broken vendor makefile to not link against libiconv when configure doesn't find it. It builds just fine without it. >Release-Note: >Audit-Trail: >Unformatted: