On Tue, Feb 05, 2013 at 10:52:14AM +0100, Sébastien Marie wrote: > Hi, > > I start having a problem with recent bsd.port.mk in ports, that seems > related to readonly /usr/ports partition. > > My bsd.port.mk is 1.1208. > The base is (on i386): > OpenBSD 5.3-beta (GENERIC.MP) #25: Fri Feb 1 16:35:30 MST 2013 > > > bert:/usr/ports/textproc/groff# make clean > ===> Cleaning for groff-1.21p8 > rm: /usr/ports/textproc/groff/w-groff-1.21: Read-only file system > *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2859 > '_internal-clean': @rm -rf /usr/ports/textproc/groff/w-groff-1.21) > *** Error 1 in /usr/ports/textproc/groff > (/usr/ports/infrastructure/mk/bsd.port.mk:2342 'clean')
w-XXXX (OLD_WRKDIR_NAME) calculation changed in http://www.openbsd.org/cgi-bin/cvsweb/ports/infrastructure/mk/bsd.port.mk.diff?r1=1.1205;r2=1.1206 pretty sure that's related. The wrong codepath is used because WRKOBJDIR_${PKGPATH} is empty. Landry
