Date: Mon, 23 Jan 2006 08:58:56 +0100 (CET) From: Anton Berezin <tobez@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mi@aldan.algebra.com Subject: ports/92188: A slight problem with make -C in ALL_DEPENDS_LIST on 4.X Message-ID: <20060123075856.E9BA7125456@heechee.tobez.org> Resent-Message-ID: <200601230800.k0N80St9074347@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92188 >Category: ports >Synopsis: A slight problem with make -C in ALL_DEPENDS_LIST on 4.X >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 23 08:00:28 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Anton Berezin >Release: FreeBSD 6.0-STABLE amd64 >Organization: >Environment: >Description: The recent round of changes to bsd.port.mk introduced a regression on 4.X. Namely, PR 86310, which was [1] in the bsd.port.mk 1.518, uses make -C. And it looks like make -C is buggy on 4.X systems: # cd /usr/ports/devel/p5-Test-Base # make -C /usr/ports/lang/perl5 -V _DEPEND_DIRS "Makefile", line 47: Could not find Makefile.man make: fatal errors encountered -- cannot continue This leads to this message being shown repeatedly for any p5 port build. I would imaging that any dependant port that includes anything in its Makefile from its own directory will lead to similar results. I am not sure whether this behavior breaks anything, hence I assigned low priority to this PR. I am sure Mikhail will be able to tell right away whether it is just an annoyance or a true regression. >How-To-Repeat: See above. >Fix: Possibly change make -C $$d instances to ( cd $$d ; make ) ? >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060123075856.E9BA7125456>