Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Running into unknown user errors while building -current for the Rasberry Pi



On Wed, Dec 28, 2016 at 11:26:10AM -0800, Brian Buhrow wrote:
> 	Hello.  I'm sure this problem is pilot error on my part, but I'm
> having trouble figuring out where the build process is picking up the user
> postgres in the destination build environent.  
> I'm hosting the build on a NetBSD-5.2/i386 system.  The build command looks
> like:
> 
> ./build.sh -D /var/tmp/netbsd-rpi -O /usr/local/netbsd/obj-rpi -j 4 -m evbarm -a earmv7hf release
> 
> 	I'm almost all the way through the build process, when I get the
> following error:
> 
> 
> . . . 
> 
> Populating `/usr/local/netbsd/obj-rpi/releasedir/evbarm/binary/gzimg/armv7.img'
> Image `/usr/local/netbsd/obj-rpi/releasedir/evbarm/binary/gzimg/armv7.img' complete
> === Populating ffs filesystem ===
> nbmakefs: unknown user `postgres'
> nbmakefs: failed at line 7774 of the specification
> *** [smp_armv7] Error code 1
> 

You might want to use the '-U' flag to build.sh.  You may also want to
consider using the '-u' flag.

	Jonathan Kollasch


Home | Main Index | Thread Index | Old Index