Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831800 - sci-libs/opencascade-7.6.0-r2 installs pre-stripped files
Summary: sci-libs/opencascade-7.6.0-r2 installs pre-stripped files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernd
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-01-22 09:42 UTC by Agostino Sarubbo
Modified: 2022-06-14 16:01 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,215.18 KB, application/x-xz)
2022-01-22 09:42 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 2022-01-22 09:42:25 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/opencascade-7.6.0-r2 installs pre-stripped files.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses CLANG as a compiler and LLD as a linker
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-22 09:42:29 UTC
Created attachment 763137 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Larry the Git Cow gentoo-dev 2022-06-14 16:01:47 UTC
The bug has been closed via the following commit(s):

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

commit b62d48ddf7302a3db272a0ffc494fb0f8defe8f5
Author:     Bernd Waibel <waebbl-gentoo@posteo.net>
AuthorDate: 2022-06-05 09:05:43 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2022-06-14 16:01:44 +0000

    sci-libs/opencascade: avoid pre-stripping binaries
    
    Remove cmake settings for gcc and clang to not strip the binaries
    during linking stage.
    
    Closes: https://bugs.gentoo.org/831800
    Bug: https://dev.opencascade.org/content/dont-pre-strip-binaries
    Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
    Closes: https://github.com/gentoo/gentoo/pull/25764
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 ...ascade-7.6.2-avoid-pre-stripping-binaries.patch | 33 ++++++++++++++++++++++
 sci-libs/opencascade/opencascade-7.5.2-r6.ebuild   |  1 +
 sci-libs/opencascade/opencascade-7.5.3-r7.ebuild   |  1 +
 sci-libs/opencascade/opencascade-7.6.0-r4.ebuild   |  1 +
 sci-libs/opencascade/opencascade-7.6.1-r1.ebuild   |  1 +
 sci-libs/opencascade/opencascade-7.6.2.ebuild      |  1 +
 6 files changed, 38 insertions(+)