Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Profile listings
Date: Sun, 21 Jun 2015 16:10:12
Message-Id: loom.20150621T180133-675@post.gmane.org
In Reply to: Re: [gentoo-user] Re: Profile listings by Neil Bothwick
1 Neil Bothwick <neil <at> digimed.co.uk> writes:
2
3
4 > % PORTAGE_PROFILE=/var/portage/profiles/default/linux/arm/13.0/armv7a eix
5 -c --system
6 > [snip]
7 > Found 42 matches.
8 >
9 > The nil return before was caused by search in one of the arch
10 > directories, which are not complete profiles but data to be used by
11 > profiles. It is a little confusing, but if you stick to profiles under
12 > default/linux you should get useful information.
13
14
15 Interestingly, you used "var" instead of "usr". From earlier, Martin used
16
17 "PORTAGE_PROFILE=/usr/portage/profiles/$PROFILE eix -c --system"
18
19
20 Granted "$PROFILE" needed expansion, but he put "/usr" and now
21 you have it working with "/var" at the head of the path-string.
22
23 Interestingly enough, "/var/portage" is not even a dir, yet the
24 path-string you used does work.
25
26 ' PORTAGE_PROFILE=/var/portage/profiles/default/linux/arm/13.0/armv7a eix -c
27 --system'
28
29 Which does work nicely.....
30
31
32 Care to explain?
33
34
35 James

Replies

Subject Author
Re: [gentoo-user] Re: Profile listings Neil Bothwick <neil@××××××××××.uk>