So after making the changes described in my previous email (the diffs to get the build environment working by default for OpenBSD 5.7), I'm hitting this error.
/usr/bin/objcopy: libinstrument.debuginfo: Invalid operation lib/ServiceabilityLibraries.gmk:249: recipe for target '/home/bceverly/work/jdk8/build/bsd-x86_64-normal-server-release/jdk/objs/libinstrument/libinstrument.debuginfo' failed gmake[2]: *** [/home/bceverly/work/jdk8/build/bsd-x86_64-normal-server-release/jdk/objs/libinstrument/libinstrument.debuginfo] Error 1 BuildJdk.gmk:70: recipe for target 'libs-only' failed gmake[1]: *** [libs-only] Error 2 /home/bceverly/work/jdk8//make/Main.gmk:119: recipe for target 'jdk-only' failed gmake: *** [jdk-only] Error 2 It looks like something is bombing out trying to strip debug symbols. The creepy thing is that if I restart the build from this point it actually gets farther but I'd prefer to solve this problem and not kludge around it. Can someone please point me in the right direction so I can keep moving? Thanks, Bryan