On Monday, April 30, 2007 at 11:45:05 +0200, Maurice Janssen wrote: >Hi, > >I'm trying to build a release(8) of 4.1-stable for a couple of >architectures. I installed 4.1-release from the CD on i386, sparc and >sparc64. I untarred the srs.tar.gz from the CD on an NFS server (also >running 4.1-release) and updated the cvs tree through anoncvs >(cvs -qd [EMAIL PROTECTED]:/cvs up -rOPENBSD_4_1 -Pd). >So far so good. > >The updated /usr/src is mounted as nfs mount on the three systems that >I'm building the release on. Compiling the kernel worked fine for all >three systems. 'make build' failed on sparc64, but it worked fine for >i386. sparc is still compiling, but it passed the point where sparc64 >failed. > >The build for sparc64 failed somewhere in gnu/usr.bin/binutils (see >below, dmesg also below). Any ideas what's going wrong?
In my original attempt, /usr/obj was also an NFS mount. Today I tried again with /usr/obj on a local filesystem and the build finished without a problem. Very strange. Builds for sparc and i386 work fine when /usr/obj is NFS mounted. Should /osr/obj always be in a localfilesystem or is something else going in? Maurice