Gentoo Archives: gentoo-alt

From: Derek Harland <derek@××××××××××××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] Use of --oneshot in bootstrap process
Date: Mon, 14 Jul 2008 22:05:16
Message-Id: 01DCB66D-3579-4EDE-9B27-59B5D576124B@chocolate-fish.com
1 I've a query regarding the use of --oneshot in the bootstrap
2 process. This results in a some merged ebuilds that don't appear in
3 the world file ... should this be the case??
4
5 As it stands, "emerge --update world" will then miss updates on
6 packages that were used in the bootstrap process.
7
8 For example, I built my prefix based upon instructions here
9
10 http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
11
12 Now if I say
13
14 $ emerge --pretend --update world | grep python
15 -> NO OUTPUT
16
17 But there are updates available!
18
19 $ emerge --pretend --update python | grep python
20 [ebuild U ] app-admin/python-updater-0.5 [0.4]
21 [ebuild U ] dev-lang/python-2.5.2-r5 [2.5.2-r4]
22
23 More generally, if I compare the outputs when I pass -e or not
24 emerge --pretend -e world | grep ebuild | cut -c 17- | sort
25 emerge --pretend world | grep ebuild | cut -c 17- | sort
26
27 then it seems there are 25 merged ebuilds that aren't in the world file.
28
29 des.
30
31 --
32 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] Use of --oneshot in bootstrap process Peter Ansell <ansell.peter@×××××.com>