Gentoo Archives: gentoo-hardened

From: Hinnerk van Bruinehsen <h.v.bruinehsen@×××××××××.de>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] musl profile
Date: Fri, 17 Oct 2014 07:15:30
Message-Id: 20141017071501.GA2325@TranscendTheRubicon.zedat.fu-berlin.de
In Reply to: [gentoo-hardened] musl profile by James Cloos
1 On Thu, Oct 16, 2014 at 08:02:21PM -0400, James Cloos wrote:
2 > I'm testing the hardened/musl profile.
3 >
4 > The initial emerge world wants to downgrade some (but not all) of the
5 > packages which have replacements in hardened-dev. They include:
6 >
7 > sys-apps/tcp-wrappers-7.6.22-r1::gentoo [7.6.22-r99::hardened-dev]
8 > sys-apps/net-tools-1.60_p20130513023548-r1::gentoo [1.60_p20130513023548-r99::hardened-dev]
9 > sys-apps/sysvinit-2.88-r7::gentoo [2.88-r999::hardened-dev]
10 > sys-apps/sandbox-2.6-r1::gentoo [2.6-r999::hardened-dev]
11 > sys-apps/attr-2.4.47-r1::gentoo [2.4.47-r99::hardened-dev]
12 > net-misc/iputils-20121221-r1::gentoo [20121221-r99::hardened-dev]
13 > dev-libs/libxml2-2.9.1-r5:2::gentoo [2.9.1-r99:2::hardened-dev]
14 >
15 > I do not see any reason why it doesn't like the hardened-dev versions.
16 >
17 > Trying, eg, emerge -v =sys-apps/sysvinit-2.88-r999 (with or w/o
18 > the ::hardened-dev suffix) gives:
19 >
20 > emerge: there are no ebuilds to satisfy "=sys-apps/sysvinit-2.88-r999".
21 >
22 > The ::gentoo version fail to merge.
23 >
24 > Any thoughts on why portage refuses the overlay versions?
25
26
27 Hi Jim,
28
29 are you sure that you switched the branch of the overlay to the musl one?
30 Go to /var/lib/layman/hardened-development (or where ever else you keep your
31 overlays) and run git branch. It should say that you're on the musl branch. If
32 it doesn't run git checkout musl and re-check with git branch afterwards.
33 If you actually are on the musl branch, try to force one of the -r99 versions
34 from the overlay (and see if/why portage fails to do so), by running e.g.
35 emerge =net-misc/attr-2.4.47-r99 -v1
36 If portage can't find the package check if you source the make.conf from layman
37 in your normal make.conf or if you have set the PORTDIR_OVERLAY correctly.
38
39 If nothing of this helps, post the error here and we'll see how to go on.
40
41 WKR
42 Hinnerk

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-hardened] musl profile James Cloos <cloos@×××××××.com>