gentoo / musl

[MIRROR] musl development overlay
https://gitweb.gentoo.org/proj/musl.git
99 stars 59 forks source link

dev-java/icedtea-bin: bump to 3.18.0 + fix debug symbols issue #381

Closed teapot9 closed 3 years ago

teapot9 commented 3 years ago

USE=debug was installing the debug symbols themselves rather than the unstripped binaries.

I believe Portage expects unstripped binaries and then decides what to do with FEATURES=nostrip or splitdebug. So I use elfutils to unsplit debug symbols.