mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
* On #876295, implemented the solution discussed with @thesamesam to strip debug symbols and relocate them in ${EPREFIX}/opt/${P}. JetBrains IDEs have almost identical .build-ids, causing conflicts To prevent the conflicts, we relocate debug symbols per package. The preferred method is stripping with objcopy and using debugedit to point to their new /usr/lib/debug/ location. * The #804453 SONAME correction was done earlier than 2024.3.1-r1. * Corrected the ful list of LICESNES as per #694270 bug * On #842270 port is still exposed The port can be closed with configuration by upstream. Referal: https://intellij-support.jetbrains.com Post name/link: 8125278285586-Internal-Local-ports-63342-6942 * The #907845 does not reproduce anymore. * The #804456 does not reproduce anymore. * The #804450 does not reproduce anymore. * The #804453 does not reproduce anymore. Bug: https://bugs.gentoo.org/842270 Closes: https://bugs.gentoo.org/907845 Closes: https://bugs.gentoo.org/694270 Closes: https://bugs.gentoo.org/804456 Closes: https://bugs.gentoo.org/804450 Closes: https://bugs.gentoo.org/804453 Closes: https://bugs.gentoo.org/949338 Signed-off-by: Stefan Cristian B. <stefan.cristian+git@rogentos.ro> Closes: https://github.com/gentoo/gentoo/pull/40450 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>