Re: Build break for amd64? [fixed]

2022-09-02 Thread Simon Gerraty
My bad, sorry. >Am 03.09.2022 um 05:05 schrieb Paul Goyette: >> On Fri, 2 Sep 2022, Paul Goyette wrote: >> >>> Trying to build HEAD I am seeing >>> >>> checkflist ===> distrib/sets >>> ==  1 missing files in DESTDIR  >>> Files in flist but missing from DESTDIR. >>> Fi

Re: Makefile PATH modification with -current 'make'?

2017-02-15 Thread Simon Gerraty
Sorry, forgot to cc myself on last mail. What the failing makefile should probably be doing is using PREPEND_PATH += ${QTDIR}/bin rather than PATH:= ${QTDIR}/bin:${PATH} since _PATH_CMD has already been engaged - which is why PATH:= ${QTDIR}/bin:${PATH} is causing trouble. --sjg

Re: Makefile PATH modification with -current 'make'?

2017-02-15 Thread Simon Gerraty
>The problem with -current 'make' only showed up when I tried to build >"/usr/pkgsrc/wip/moto4lin". Prior to that, I built all packages in my >usual complement without incident (modulo pkg/51266). So the problem is _PATH_CMD in bsd.pkg.mk which is apparently used rarely - according to the comment

Re: Makefile PATH modification with -current 'make'?

2017-02-15 Thread Simon Gerraty
>The problem with -current 'make' only showed up when I tried to build >"/usr/pkgsrc/wip/moto4lin". Prior to that, I built all packages in my >usual complement without incident (modulo pkg/51266). Ok might be something interesting about that package. Let me wade though the output you sent... >My

Re: Makefile PATH modification with -current 'make'?

2017-02-15 Thread Simon Gerraty
Hi just a note to say, looking into your issue. Trying to reproduce (in a simpler example) ... no joy yet. Could you send me the output of 'ident /usr/bin/make' ? Thanks --sjg

Re: Makefile PATH modification with -current 'make'?

2017-02-15 Thread Simon Gerraty
>The curious item is that the very last line of "wip/moto4lin/Makefile" >is: Sorry not familar with that - what's url to check it out? >PATH:= ${QTDIR}/bin:${PATH} > >This produces the following on NetBSD/i386-7.99.59: > >$ make show-var VARNAME=PATH >/qt3/bin:16304path The sh