Date: Fri, 10 Mar 2023 19:45:06 +0000 From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 256477] cannot install java/openjdk11 Message-ID: <bug-256477-8522-0VIQezCets@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-256477-8522@https.bugs.freebsd.org/bugzilla/> References: <bug-256477-8522@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256477 Peter Much <pmc@citylink.dinoex.sub.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pmc@citylink.dinoex.sub.org --- Comment #17 from Peter Much <pmc@citylink.dinoex.sub.org> --- Ed, thanks for re-opening Here is a whole directory of binaries ending up in /usr/local/openjdk11/bin, and most, maybe all of them do not like to run without wxneeded.=20 Then, the port Makefile defines=20 JDK_BUILDDIR=3D ${WRKSRC}/build/${JDK_OSARCH}- normal-${JDK_BUILD_JVM}-${JDK_BUILD_TYPE} After a few futile tries to make things work with that variable, I gave up = and just did this: post-build: # USES=3Delfctl does not work here, because the .for loop there # gets expanded before the destination dir of the binaries is known ${ELFCTL} -i -e +wxneeded ${JDK_IMAGEDIR}/bin/* --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256477-8522-0VIQezCets>