TritonDataCenter / pkgsrc

NetBSD/pkgsrc fork for our binary package repositories
https://pkgsrc.smartos.org/
134 stars 50 forks source link

apache-tomcat-8.0.47 cannot "jpda start" on openjdk8-1.8.152nb1 #86

Closed idodeclare closed 6 years ago

idodeclare commented 6 years ago

Joyent pkgsrc ships Tomcat 8, but/opt/local/share/tomcat/bin/catalina.sh cannot be started successfully with jpda start (Start Catalina under JPDA debugger) due to the following:

ld.so.1: java: fatal: relocation error: file /opt/local/java/openjdk8/jre/lib/amd64/libnpt.so: symbol libiconv_open: referenced symbol not found
mamash commented 6 years ago

Yep, looks like a bug in the OpenJDK8 build process, I'll get it fixed.

idodeclare commented 6 years ago

Thank you kindly.

mamash commented 6 years ago

This should be fixed now in openjdk8-1.8.162nb1 in 2017Q4, I was able to 'lpda start' successfully. Can you update your openjdk8 package and verify?

idodeclare commented 6 years ago

Thank you, @mamash — I can confirm it starts up now.