Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 878523

Summary: dev-util/goland-2022.2.4: version bump
Product: Gentoo Linux Reporter: Thymo van Beers <thymovanbeers>
Component: Current packagesAssignee: Jason A. Donenfeld <zx2c4>
Status: RESOLVED FIXED    
Severity: normal CC: stefan.cristian+git
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Thymo van Beers 2022-10-28 10:12:08 UTC
A new version of goland is availabe here: https://www.jetbrains.com/go/download/#section=linux

Reproducible: Always
Comment 1 Stefan Cristian Brindusa 2025-04-30 16:32:31 UTC
No longer applicable.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-05-01 06:16:07 UTC
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>