Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914286 - dev-util/pycharm-professional-2023.2 does not respect CFLAGS
Summary: dev-util/pycharm-professional-2023.2 does not respect CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: cflags
  Show dependency tree
 
Reported: 2023-09-16 12:04 UTC by Agostino Sarubbo
Modified: 2025-02-17 18:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,97.00 KB, text/plain)
2023-09-16 12:04 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-09-16 12:04:09 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/pycharm-professional-2023.2 does not respect CFLAGS.
Discovered on: amd64 (internal ref: ci)

NOTE:
To reproduce this issue you may want to add "-frecord-gcc-switches" to CFLAGS/CXXFLAGS/FFLAGS/FCFLAGS. If this is not something about c/c++ context see this bug as an hint to hide the QA warning (with QA_FLAGS_IGNORED) where is not possible to respect CFLAGS.
Comment 1 Agostino Sarubbo gentoo-dev 2023-09-16 12:04:11 UTC
I'm unable to CC the author of the commit (1554e6ab9244779ea1a9bf6baa5842d26e94ead2) because the author's email is not registered to this bugzilla
Comment 2 Agostino Sarubbo gentoo-dev 2023-09-16 12:04:12 UTC
Created attachment 870731 [details]
build.log

build log and emerge --info
Comment 3 Larry the Git Cow gentoo-dev 2024-02-24 13:30:09 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0ac996bc56b545e3226ba27c8b222d75a23cf5

commit 8d0ac996bc56b545e3226ba27c8b222d75a23cf5
Author:     Alfred Wingate <parona@protonmail.com>
AuthorDate: 2024-01-29 19:21:22 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-02-24 13:28:50 +0000

    dev-util/pycharm-professional: add 2023.3.3
    
    * Add license of bundled dependencies.
    * Drop x86 as compatible libraries aren't included.
    * Finally handle noise from prebuilt libraries.
    * Remove README which is outdated, nowadays JetBrains prefers their own
      fork of OpenJDK over Oracle JDK.
    
    Bug: https://bugs.gentoo.org/694272
    Bug: https://bugs.gentoo.org/914287
    Bug: https://bugs.gentoo.org/914285
    Bug: https://bugs.gentoo.org/914286
    Signed-off-by: Alfred Wingate <parona@protonmail.com>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-util/pycharm-professional/Manifest             |   2 +
 .../pycharm-professional-2023.3.3.ebuild           | 146 +++++++++++++++++++++
 2 files changed, 148 insertions(+)
Comment 4 Larry the Git Cow gentoo-dev 2025-02-17 18:03:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028156b32a929d4921fa550bd8d3bb259baaca8a

commit 028156b32a929d4921fa550bd8d3bb259baaca8a
Author:     Stefan Cristian B. <stefan.cristian+git@rogentos.ro>
AuthorDate: 2025-02-17 09:34:34 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2025-02-17 18:03:23 +0000

    dev-util/pycharm-professional: 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 #923766 SONAME correction was done earlier than 2024.3.1-r1.
    * Corrected the full list of LICENSES as per #694272 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 #804450 does not reproduce anymore.
    * The #914286 does not reproduce anymore.
    * The #914287 does not reproduce anymore.
    * The #914285 does not reproduce anymore.
    
    Bug: https://bugs.gentoo.org/842270
    Bug: https://bugs.gentoo.org/876295
    Closes: https://bugs.gentoo.org/923766
    Closes: https://bugs.gentoo.org/914286
    Closes: https://bugs.gentoo.org/914287
    Closes: https://bugs.gentoo.org/914285
    Closes: https://bugs.gentoo.org/949389
    Signed-off-by: Stefan Cristian B. <stefan.cristian+git@rogentos.ro>
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

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