Re: My latest error

2015-05-15 Thread Kurt Miller
On Thu, 2015-05-14 at 16:59 -0400, Kurt Miller wrote: > The debug symbol logic works in several places prior to it failing. When > it does fail it fails with: > > /usr/bin/objcopy: libinstrument.debuginfo: Invalid operation > > I can manually reproduce the 'Invalid operation' error if I attempt t

Re: My latest error

2015-05-15 Thread Kurt Miller
Thanks for confirming it. On Thu, 2015-05-14 at 17:56 -0400, Bryan C. Everly wrote: > Kurt - I reran with log=debug and saw the same thing: > > > cd > /home/bceverly/work/jdk8/build/bsd-x86_64-normal-server-release/jdk/objs/libinstrument > && /usr/bin/objcopy --add-gnu-debuglink=libinstrument.

Re: My latest error

2015-05-14 Thread Bryan C. Everly
Kurt - I reran with log=debug and saw the same thing: cd /home/bceverly/work/jdk8/build/bsd-x86_64-normal-server-release/jdk/objs/libinstrument && /usr/bin/objcopy --add-gnu-debuglink=libinstrument.debuginfo /home/bceverly/work/jdk8/build/bsd-x86_64-normal-server-release/jdk/lib/amd64/libinstrumen

Re: My latest error

2015-05-14 Thread Kurt Miller
On Thu, 2015-05-14 at 23:04 +0300, Dmitry Samersoff wrote: > Kurt, > > Debug symbols logic should work with GNU objcopy. > > could you try > > gmake LOG=debug > > and post make output? > > -Dmitry Hi Dmitry, The debug symbol logic works in several places prior to it failing. When it does fai

Re: My latest error

2015-05-14 Thread Dmitry Samersoff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kurt, Debug symbols logic should work with GNU objcopy. could you try gmake LOG=debug and post make output? - -Dmitry On 2015-05-14 22:49, Kurt Miller wrote: > On Thu, 2015-05-14 at 22:14 +0300, Dmitry Samersoff wrote: >> Kurt, >> >>> If you wa

Re: My latest error

2015-05-14 Thread Kurt Miller
On Thu, 2015-05-14 at 22:14 +0300, Dmitry Samersoff wrote: > Kurt, > > > If you want to avoid the problem you can add > > --disable-debug-symbols to the configure stage. > > or install GNU binutils somewhere. > > -Dmitry Hi Dmitry, OpenBSD does use GNU binutils. We're currently at 2.15, but th

Re: My latest error

2015-05-14 Thread Dmitry Samersoff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kurt, > If you want to avoid the problem you can add > --disable-debug-symbols to the configure stage. or install GNU binutils somewhere. - -Dmitry On 2015-05-14 21:37, Kurt Miller wrote: > On Thu, 2015-05-14 at 14:07 -0400, Bryan C. Everly wrote:

Re: My latest error

2015-05-14 Thread Kurt Miller
On Thu, 2015-05-14 at 14:07 -0400, Bryan C. Everly wrote: > 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/