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

Bug 804456

Summary: dev-util/pycharm-community-2024.2.1 installs pre-stripped files
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: stefan.cristian+git
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2021-07-26 07:31:38 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/pycharm-community-2021.1.2-r1 installs pre-stripped files.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2021-07-26 07:31:41 UTC
Created attachment 727131 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-12-29 10:42:43 UTC
ci has reproduced this issue with version 2021.3 - Updating summary.
Comment 3 Agostino Sarubbo gentoo-dev 2022-01-23 08:46:06 UTC
ci has reproduced this issue with version 2021.3.1 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2022-07-24 12:54:09 UTC
ci has reproduced this issue with version 2022.1.4 - Updating summary.
Comment 5 Agostino Sarubbo gentoo-dev 2022-08-01 17:36:05 UTC
ci has reproduced this issue with version 2022.2 - Updating summary.
Comment 6 Agostino Sarubbo gentoo-dev 2022-10-10 09:44:45 UTC
ci has reproduced this issue with version 2022.2.2 - Updating summary.
Comment 7 Agostino Sarubbo gentoo-dev 2022-10-31 19:18:19 UTC
ci has reproduced this issue with version 2022.2.3 - Updating summary.
Comment 8 Agostino Sarubbo gentoo-dev 2023-01-07 14:32:52 UTC
ci has reproduced this issue with version 2022.3.1 - Updating summary.
Comment 9 Agostino Sarubbo gentoo-dev 2023-02-16 12:36:52 UTC
ci has reproduced this issue with version 2022.3.2 - Updating summary.
Comment 10 Agostino Sarubbo gentoo-dev 2023-04-12 14:50:00 UTC
ci has reproduced this issue with version 2023.1 - Updating summary.
Comment 11 Agostino Sarubbo gentoo-dev 2023-05-04 14:41:46 UTC
ci has reproduced this issue with version 2023.1.1 - Updating summary.
Comment 12 Agostino Sarubbo gentoo-dev 2023-05-25 15:21:40 UTC
ci has reproduced this issue with version 2023.1.2 - Updating summary.
Comment 13 Agostino Sarubbo gentoo-dev 2023-05-27 19:56:38 UTC
ci has reproduced this issue with version 2023.1.2-r1 - Updating summary.
Comment 14 Agostino Sarubbo gentoo-dev 2023-07-20 20:39:03 UTC
ci has reproduced this issue with version 2023.1.4 - Updating summary.
Comment 15 Agostino Sarubbo gentoo-dev 2023-08-30 06:57:01 UTC
ci has reproduced this issue with version 2023.2.1 - Updating summary.
Comment 16 Agostino Sarubbo gentoo-dev 2024-02-04 09:16:21 UTC
tinderbox_musl has reproduced this issue with version 2023.3.2 - Updating summary.
Comment 17 Agostino Sarubbo gentoo-dev 2024-02-09 14:12:40 UTC
ci has reproduced this issue with version 2023.3.3 - Updating summary.
Comment 18 Agostino Sarubbo gentoo-dev 2024-07-02 14:33:12 UTC
ci has reproduced this issue with version 2024.1.4 - Updating summary.
Comment 19 Agostino Sarubbo gentoo-dev 2024-09-01 07:33:04 UTC
ci has reproduced this issue with version 2024.2.1 - Updating summary.
Comment 20 Stefan Cristian Brindusa 2025-02-10 19:17:13 UTC
No longer reproducible in 2024.3.2, PR: https://github.com/gentoo/gentoo/pull/40450
Comment 21 Larry the Git Cow gentoo-dev 2025-02-17 18:03:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094772508de6e03f6616b8cf4404d98eed9fa994

commit 094772508de6e03f6616b8cf4404d98eed9fa994
Author:     Stefan Cristian B. <stefan.cristian+git@rogentos.ro>
AuthorDate: 2025-02-17 09:40:31 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2025-02-17 18:03:24 +0000

    dev-util/pycharm-community: version bump 2024.3.2 and bugfixes
    
    * 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>

 dev-util/pycharm-community/Manifest                |   2 +
 .../pycharm-community-2024.3.2.ebuild              | 203 +++++++++++++++++++++
 2 files changed, 205 insertions(+)