vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| There appears to be a bug in the ports package: ports.tar.gz 6609 KB 08/19/03 04:02:00 there is a bug in the file /usr/ports/infrastructure/mk/bsd.port.mk change line 742 from: PKG_ARGS+= -S ${WRKINST} to PKG_ARGS+= -s ${WRKINST}${PREFIX} else pkg_create will fail. -- Regards Luke Th. Bullock (Lucc) [ http://alge.anart.no/ ] |
| |||
| On Wed, 20 Aug 2003 23:05:05 +0000 (UTC) The Guru Luke Th. Bullock <nospam|lucc@alge.anart.no> wrote: > There appears to be a bug in the ports package: > ports.tar.gz 6609 KB 08/19/03 04:02:00 > there is a bug in the file /usr/ports/infrastructure/mk/bsd.port.mk > change line 742 from: > PKG_ARGS+= -S ${WRKINST} > to > PKG_ARGS+= -s ${WRKINST}${PREFIX} > else pkg_create will fail. this is of course in the current snapshot directory.. -- Regards Luke Th. Bullock (Lucc) [ http://alge.anart.no/ ] |
| |||
| On Wed, 20 Aug 2003 23:15:57 +0000 (UTC) "Luke Th. Bullock" <nospam|lucc@alge.anart.no> wrote: > On Wed, 20 Aug 2003 23:05:05 +0000 (UTC) The Guru Luke Th. Bullock > <nospam|lucc@alge.anart.no> wrote: > > There appears to be a bug in the ports package: > > ports.tar.gz 6609 KB 08/19/03 04:02:00 > > > there is a bug in the file > > /usr/ports/infrastructure/mk/bsd.port.mk change line 742 from: > > PKG_ARGS+= -S ${WRKINST} > > to > > PKG_ARGS+= -s ${WRKINST}${PREFIX} > > else pkg_create will fail. > > this is of course in the current snapshot directory.. And of course you don't use src current. You should have check this before : http://www.openbsd.org/cgi-bin/cvswe.../create/main.c mips |
| |||
| On Thu, 21 Aug 2003 13:30:22 +0200 The Guru mips <mips@cyberspace.org> wrote: >On Wed, 20 Aug 2003 23:15:57 +0000 (UTC) >"Luke Th. Bullock" <nospam|lucc@alge.anart.no> wrote: >> On Wed, 20 Aug 2003 23:05:05 +0000 (UTC) The Guru Luke Th. Bullock >> <nospam|lucc@alge.anart.no> wrote: >> > There appears to be a bug in the ports package: >> > ports.tar.gz 6609 KB 08/19/03 04:02:00 >> >> > there is a bug in the file >> > /usr/ports/infrastructure/mk/bsd.port.mk change line 742 from: >> > PKG_ARGS+= -S ${WRKINST} >> > to >> > PKG_ARGS+= -s ${WRKINST}${PREFIX} >> > else pkg_create will fail. >> >> this is of course in the current snapshot directory.. >And of course you don't use src current. >You should have check this before : >http://www.openbsd.org/cgi-bin/cvswe.../create/main.c >mips Ok, i agree, though i discovered this while installing OpenBSD 3.4beta m88k which is in fact current.. but i did not see the url before now. Ok. Yeah. -- Regards Luke Th. Bullock (Lucc) [ http://alge.anart.no/ ] |
| ||||
| On Fri, 22 Aug 2003 11:20:43 +0000 (UTC) The Guru Marc Espie <espie@tetto.gentiane.org> wrote: >In article <bi2b25$93k$1@troll.powertech.no>, >Luke Th. Bullock <nospam|lucc@alge.anart.no> wrote: >> Ok, i agree, though i discovered this while installing OpenBSD 3.4beta m88k >> which is in fact current.. but i did not see the url before now. Ok. Yeah. >Not quite current enough. Miod's box is not that fast. >-S ${WRKINST} is a *huge* improvement, design-wise, compared to the old >-s kludge. Now I know. Got an email from Miod: "I started building the 3.4-beta snapshot before the pkg_create changes went in. Next snapshot will have it; in the meantime you can simply recompile pkg_create." Thanks to all for setting this issue straight -- Regards Luke Th. Bullock (Lucc) [ http://alge.anart.no/ ] |