Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 611094 - profiles/arch/*/package.use missing from profiles/hardened/linux/musl/*/
Summary: profiles/arch/*/package.use missing from profiles/hardened/linux/musl/*/
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Profiles (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-27 12:24 UTC by Richard Yao (RETIRED)
Modified: 2022-03-19 17:39 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Yao (RETIRED) gentoo-dev 2017-02-27 12:24:55 UTC
This causes us to hit bug #611084 on the amd64 musl stage 3 because app-emulation/qemu does not have qemu_softmmu_targets_x86_64 set.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-11-21 09:16:04 UTC
This doesn't seem to make sense to me. We don't use profiles/hardened/linux/musl/*/ directly anyway (at least not anymore).

And e.g. profiles/default/linux/amd64/17.0/musl/hardened inherits stuff fine. CCing dilfridge in case he can make sense of it but I don't think there's anything to do here.
Comment 2 Larry the Git Cow gentoo-dev 2022-03-19 17:39:10 UTC
The bug has been referenced in the following commit(s):

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

commit 1c9dcdba33971e9b3f9037f1979f3798d736ab80
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-03-19 17:35:49 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-03-19 17:36:26 +0000

    profiles/default/linux: drop trailing slash from musl inherit in 'parent' file
    
    We keep seeing reports of collisions between musl/glibc but this shouldn't
    be possible as glibc is masked on musl profiles.
    
    Not clear if this is causing our issue but it's at the very least superfluous
    and maybe even wrong.
    
    Bug: https://bugs.gentoo.org/831063
    Bug: https://bugs.gentoo.org/834579
    Bug: https://bugs.gentoo.org/631568
    Bug: https://bugs.gentoo.org/611094
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/default/linux/amd64/17.0/musl/parent                  | 2 +-
 profiles/default/linux/arm/17.0/musl/parent                    | 2 +-
 profiles/default/linux/arm64/17.0/musl/parent                  | 2 +-
 profiles/default/linux/powerpc/ppc32/17.0/musl/hardened/parent | 2 +-
 profiles/default/linux/powerpc/ppc32/17.0/musl/parent          | 2 +-
 profiles/default/linux/riscv/20.0/rv64gc/lp64d/musl/parent     | 2 +-
 profiles/default/linux/x86/17.0/musl/parent                    | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)