From owner-freebsd-current@FreeBSD.ORG Thu Dec 16 13:51:38 2004 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 C79FE16A4CE for ; Thu, 16 Dec 2004 13:51:38 +0000 (GMT) Received: from smtp-1.dlr.de (smtp-1.dlr.de [129.247.247.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCCA843D3F for ; Thu, 16 Dec 2004 13:51:37 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.178]) by smtp-1.dlr.de over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Thu, 16 Dec 2004 14:51:36 +0100 Date: Thu, 16 Dec 2004 14:56:02 +0100 (CET) From: Harti Brandt X-X-Sender: brandt@beagle.kn.op.dlr.de To: Chuck Swiger In-Reply-To: <41C10C99.10600@mac.com> Message-ID: <20041216124642.J98592@beagle.kn.op.dlr.de> References: <41C10C99.10600@mac.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 16 Dec 2004 13:51:36.0815 (UTC) FILETIME=[5C583FF0:01C4E376] cc: FreeBSD-Current Subject: Re: make vs. gmake in 6-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: Thu, 16 Dec 2004 13:51:38 -0000 On Wed, 15 Dec 2004, Chuck Swiger wrote: CS>Hi, all-- CS> CS>Apparently something has changed with BSD make in -CURRENT, causing the CS>following problem to appear in a port I maintain: CS> CS>[ ... ] CS>===> Installing for dvd+rw-tools-5.21.4.10.8 CS>===> dvd+rw-tools-5.21.4.10.8 depends on file: /usr/local/bin/mkisofs - CS>found CS>===> Generating temporary packing list CS>install -s -o root -g wheel -m 555 CS>/usr/ports/sysutils/dvd+rw-tools/work/dvd+rw-tools-5.21.4.10.8/ growisofs CS>/usr/local/bin CS>install: /usr/ports/sysutils/dvd+rw-tools/work/dvd+rw-tools-5.21.4.10.8/ CS>growisofs: No such file or directory CS>*** Error code 71 CS> CS>Note the space in ".../dvd+rw-tools-5.21.4.10.8/ growisofs", which command CS>was generated by the following Makefile section: CS> CS>do-install: CS>.for i in ${BIN_FILES} CS> ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin CS>.endfor I cannot reproduce this (I have not looked at the port's makefile). Can you make a small makefile that shows this behaviour? harti CS>Since I don't have a system running 6, I was fortunate to have someone look CS>into the issue and fix the port by having it use gmake instead. (thanks BTW) CS> CS>However, it seems like that space-stuffing when generating paths would break CS>lots of other things. Anyway, I wanted to bring up the issue here and ask CS>whether this change to make's behavior is expected or whether it should be CS>considered a bug...? CS> CS>Cheers, CS>