Date: Wed, 17 Mar 2004 10:21:21 -0800 From: Drew Tomlinson <drew@mykitchentable.net> To: Mark Linimon <linimon@lonesome.com> Cc: FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Re: [Fwd: Re: Failure At Build (?) Stage When Making Ports?] Message-ID: <40589721.7070103@mykitchentable.net> In-Reply-To: <Pine.LNX.4.44.0403171123360.27161-100000@pancho> References: <Pine.LNX.4.44.0403171123360.27161-100000@pancho>
next in thread | previous in thread | raw e-mail | index | archive | help
On 3/17/2004 9:34 AM Mark Linimon wrote: >I'm too sleep-deprived to come up with the "right" answer >right now, but ... > > Thank you for giving me a little of your time. Now get some rest... :-) >for comparison purposes, try the following on both machines, >in the directory of some port that is known to fail: > >make -V LOCALBASE >make -V PORTSDIR >make -V WRKDIRPREFIX >make -V CONFIGURE_WRKSRC >make -V BUILD_WRKSRC > > From blacklamb, the one that has the ports tree locally: blacklamb# cd /usr/ports/sysutils/bacula blacklamb# make -V LOCALBASE /usr/local blacklamb# make -V PORTSDIR /usr/ports blacklamb# make -V WRKDIRPREFIX /var/tmp blacklamb# make -V CONFIGURE_WRKSRC /var/tmp/usr/ports/sysutils/bacula/work/bacula-1.32f-5 blacklamb# make -V BUILD_WRKSRC /var/tmp/usr/ports/sysutils/bacula/work/bacula-1.32f-5 And from blacksheep, the one whose ports tree is mounted from blacklamb via smbfs: blacksheep# cd /usr/ports/sysutils/bacula blacksheep# make -V LOCALBASE /usr/local blacksheep# make -V PORTSDIR /usr/ports blacksheep# make -V WRKDIRPREFIX /var/tmp blacksheep# make -V CONFIGURE_WRKSRC /var/tmp/usr/ports/sysutils/bacula/work/bacula-1.32f-5 blacksheep# make -V BUILD_WRKSRC /var/tmp/usr/ports/sysutils/bacula/work/bacula-1.32f-5 >All of this stuff is explained, somewhat cryptically, starting >around line 500 of Mk/bsd.port.mk. > > I will read this. Thanks again!!! Drew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40589721.7070103>