[Bug 193009] java/openjdk8 does not build with OPTIONS_FILE_SET+=DEBUG
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 27 09:35:42 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193009
--- Comment #12 from Konstantin Belousov <kib at FreeBSD.org> ---
(In reply to Jung-uk Kim from comment #9)
The patch looks good, although I am curious how the symlink survived the whole
path from the execve to obj->path. Could you build your rtld as
(cd libexec/rtld-elf && make DEBUG_FLAGS=-g DEBUG=-DDDEBUG clean all install)
and show the LD_DEBUG=1 output, in particular, AT_EXECPATH line ?
In fact, I wonder if this should be realpath(3) instead of readlink(2).
>From what I read above, it is one the shells which tries to track the symlinks
in the PWD ? Anyway.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-java
mailing list