Re: buildworld not working with MAKEOBJDIRPREFIX

2017-05-17 Thread O. Hartmann
Am Tue, 16 May 2017 16:01:40 -0700 "Simon J. Gerraty" schrieb: > Roger Pau Monné wrote: > > $ cd /home/royger/buildjob/freebsd > > $ make -j30 buildworld MAKEOBJDIRPREFIX=/home/royger/buildjob/obj/ > > That will not work as desired. > > When you set

Re: buildworld not working with MAKEOBJDIRPREFIX

2017-05-16 Thread Simon J. Gerraty
Roger Pau Monné wrote: > $ cd /home/royger/buildjob/freebsd > $ make -j30 buildworld MAKEOBJDIRPREFIX=/home/royger/buildjob/obj/ That will not work as desired. When you set VAR=val as an argument to make, it overrides anything the makefiles want to do and there are a

Re: buildworld not working with MAKEOBJDIRPREFIX

2017-05-16 Thread Roger Pau Monné
On Tue, May 16, 2017 at 02:18:36PM +0200, O. Hartmann wrote: > On Tue, 16 May 2017 09:39:11 +0100 > Roger Pau Monné wrote: > > > Hello, > > > > I'm trying to build world as a regular user, using sources fetched into my > > home directory and a different object directory.

Re: buildworld not working with MAKEOBJDIRPREFIX

2017-05-16 Thread Matthias Apitz
El día Tuesday, May 16, 2017 a las 02:18:36PM +0200, O. Hartmann escribió: > On Tue, 16 May 2017 09:39:11 +0100 > Roger Pau Monné wrote: > > > Hello, > > > > I'm trying to build world as a regular user, using sources fetched into my > > home directory and a different

Re: buildworld not working with MAKEOBJDIRPREFIX

2017-05-16 Thread O. Hartmann
On Tue, 16 May 2017 09:39:11 +0100 Roger Pau Monné wrote: > Hello, > > I'm trying to build world as a regular user, using sources fetched into my > home directory and a different object directory. The rune I'm using to build > is: > > $ cd /home/royger/buildjob/freebsd >

buildworld not working with MAKEOBJDIRPREFIX

2017-05-16 Thread Roger Pau Monné
Hello, I'm trying to build world as a regular user, using sources fetched into my home directory and a different object directory. The rune I'm using to build is: $ cd /home/royger/buildjob/freebsd $ make -j30 buildworld MAKEOBJDIRPREFIX=/home/royger/buildjob/obj/ And this leads to the

Buildworld not working

2000-04-24 Thread Robert Small
I've been trying to do a buildworld since Friday, after doing a cvsup, and no matter how many times I try, I keep getting: === librsausa cp /usr/src/secure/lib/librsausa/../libcrypto/opensslconf-i386.h openssl/opensslconf.h mkdir: openssl: File exists *** Error code 1 1 error *** Error code 2 1

Re: Buildworld not working

2000-04-24 Thread Hasan Diwan
Robert: as root: # rm -rf /usr/include/openssl /usr/obj * Robert Small ([EMAIL PROTECTED]) [000424 10:08]: I've been trying to do a buildworld since Friday, after doing a cvsup, and no matter how many times I try, I keep getting: === librsausa cp

Re: Buildworld not working

2000-04-24 Thread David O'Brien
On Mon, Apr 24, 2000 at 08:40:52AM -0500, Robert Small wrote: I've been trying to do a buildworld since Friday, after doing a cvsup, and no matter how many times I try, I keep getting: Please try: cd /usr/src make cleandir make cleandir and try again. Let me know the outcome --