A new version of goland is availabe here: https://www.jetbrains.com/go/download/#section=linux Reproducible: Always
No longer applicable.
commit b078d4d4d688c1b7e061510c6f02a10595944186 Author: Stefan Cristian B. <stefan.cristian+git@rogentos.ro> Date: Tue Apr 29 18:22:17 2025 +0300 dev-util/goland: bump 2024.3.5, 2025.1 * 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. * Corrected SONAME errors as per #738962 report * Corrected find command, using a simpler syntax * Removed useless postrm & postinst functions * Added inotify recommendation * Added full wayland support for jvm options * Replaced objcopy with tc-export OBJCOPY Bug: https://bugs.gentoo.org/876295 Closes: https://bugs.gentoo.org/948674 Closes: https://bugs.gentoo.org/738962 (obsolete) Signed-off-by: Stefan Cristian B. <stefan.cristian+git@rogentos.ro> Part-of: https://github.com/gentoo/gentoo/pull/40265 Closes: https://github.com/gentoo/gentoo/pull/40265 Signed-off-by: Sam James <sam@gentoo.org>