From owner-freebsd-current@FreeBSD.ORG Sun Feb 13 14:19:52 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B639C16A4CE for ; Sun, 13 Feb 2005 14:19:52 +0000 (GMT) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17DF843D4C for ; Sun, 13 Feb 2005 14:19:52 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-1.dlr.de over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Sun, 13 Feb 2005 15:19:51 +0100 Date: Sun, 13 Feb 2005 15:23:10 +0100 (CET) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Sean McNeil In-Reply-To: <576db86bb030e3cfe26a00b72f196d20@mcneil.com> Message-ID: <20050213152233.J36779@beagle.kn.op.dlr.de> References: <576db86bb030e3cfe26a00b72f196d20@mcneil.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 13 Feb 2005 14:19:51.0283 (UTC) FILETIME=[14B2CC30:01C511D7] cc: current@freebsd.org Subject: Re: make broken in -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harti Brandt List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 14:19:52 -0000 On Sat, 12 Feb 2005, Sean McNeil wrote: I have backed out the commit in question. I'll put in the right fix next week when I'm back. Thanks, harti SM>Even though it appears to work just fine on a make buildworld and for most SM>things, make will sit in an infinite loop when I do the following: SM> SM>cd /usr/ports/shells/bash2 SM>make distclean SM>make SM> SM>when I cd to the work directory and do a make -d A I get the following: SM> SM>... SM>Global:GRAM_H = parser-built SM>Global:.MAKEFILE_LIST = /usr/share/mk/sys.mk /etc/make.conf .. SM>/usr/share/mk/bsd.compat.mk .. /usr/share/mk/bsd.cpu.mk .. .. Makefile .. SM>Searching for .depend...failed. SM>Searching for .depend.../usr/share/mk...failed. SM> SM>and stuck. SM> SM>a bt says it is sitting at /usr/src/usr.bin/make/main.c:821 SM> SM>This line looks bad. cp is incremented but ptr is the determinator. SM> SM>My machine is an amd64, but this code should cause problems for any machine. SM> SM>Cheers, SM>Sean SM> SM>_______________________________________________ SM>freebsd-current@freebsd.org mailing list SM>http://lists.freebsd.org/mailman/listinfo/freebsd-current SM>To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" SM> SM> SM>