From owner-freebsd-bugs Tue Sep 3 9:40:30 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDABB37B4D9 for ; Tue, 3 Sep 2002 09:40:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1405943E42 for ; Tue, 3 Sep 2002 09:40:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g83GeDJU049352 for ; Tue, 3 Sep 2002 09:40:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g83GeDAm049351; Tue, 3 Sep 2002 09:40:13 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3790837B400 for ; Tue, 3 Sep 2002 09:33:45 -0700 (PDT) Received: from mailman.packetdesign.com (dns.packetdesign.com [65.192.41.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA17243E42 for ; Tue, 3 Sep 2002 09:33:44 -0700 (PDT) (envelope-from archie@packetdesign.com) Received: from bubba.packetdesign.com (bubba.packetdesign.com [192.168.0.223]) by mailman.packetdesign.com (8.11.6/8.11.6) with ESMTP id g83GXix41264 for ; Tue, 3 Sep 2002 09:33:44 -0700 (PDT) (envelope-from archie@packetdesign.com) Received: (from archie@localhost) by bubba.packetdesign.com (8.11.6/8.11.6) id g83GXiu30150; Tue, 3 Sep 2002 09:33:44 -0700 (PDT) (envelope-from archie) Message-Id: <200209031633.g83GXiu30150@bubba.packetdesign.com> Date: Tue, 3 Sep 2002 09:33:44 -0700 (PDT) From: Archie Cobbs Reply-To: Archie Cobbs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/42379: make(1): bogus error output with bad variable substitution Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42379 >Category: bin >Synopsis: make(1): bogus error output with bad variable substitution >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 03 09:40:13 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Archie Cobbs >Release: FreeBSD 4.6-STABLE i386 >Organization: Packet Design >Environment: System: FreeBSD stable.packetdesign.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 29 17:11:55 PDT 2002 archie@stable.packetdesign.com:/usr/obj/usr/src/sys/STABLE i386 >Description: make(1) generates bogus output in a certain error situation. It is trying to display a string that has apparently already been free'd (this is detected by setting /etc/malloc.conf 'AJ'). >How-To-Repeat: $ ln -sf AJ /etc/malloc.conf $ cat > Makefile FOO_VAR= ${BAR_VAR:S/$/.ps} all: ${FOO_VAR} ^D $ make Unclosed substitution for (/ missing) make: don't know how to make ÐÐÐÐÐÐÐÐÐÐÐÐÐ. Stop $ >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message