gns wrote: > > I attempted a build of ksh93 prototype005 code. The "dmake install" exited > with a series of errors such as: > > "ld: fatal: relocation error: R_AMD64_32: file ./debug64/unix.o: symbol > cpu_setups: value 0xfffffffffbc42a40 does not fit" > > The last few lines of the build log says : > > *** Error code 1
Were there any errors before this line (you're using dmake which means that an error long before this point may cause this build failure (and dmake just unrolls all the output of the pending jobs)) ? > dmake: Fatal error: Command failed for target `debug64/unix' > Current working directory /PROJECTS/test_x86/usr/src/uts/i86pc/unix > *** Error code 1 > The following command caused the error: > BUILD_TYPE=DBG64 VERSION='test_x86' dmake install.targ > dmake: Fatal error: Command failed for target `install.debug64' > Current working directory /PROJECTS/test_x86/usr/src/uts/i86pc/unix > *** Error code 1 > ... > > /usr/ccs/bin/ld is the linker that is getting used. Host is a *32-bit* intel > system. > > (ON build b54 on the same system had been done without issues using "nightly" > on the same system). > Any hints as to what could be the problem ? No, I don't have a clue in this case... the ksh93-integration tree doesn't change anything in usr/src/uts/ ... I've CC:'ed [email protected] and Mike Kupfer to take a look at the problem... maybe this is a known issue with B61 (for the log: the ksh93-integration prototype005 tree is B61-based, diff between B61 and prototype005 can be found at http://www.opensolaris.org/os/project/ksh93-integration/downloads/svn_genunix_org_on_branches_ksh93_gisburn_prototype005_rev_676_694.diff.txt) ... ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) [EMAIL PROTECTED] \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 7950090 (;O/ \/ \O;) _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
