Gentoo Archives: gentoo-dev

From: Stefan Boresch <stefan@×××××××××××××.at>
To: gentoo-dev@g.o
Subject: [gentoo-dev] qpkg / portage peculiarities
Date: Tue, 09 Apr 2002 09:16:15
Message-Id: 20020409141610.GA14786@mdy.univie.ac.at
1 It seems that emerge/ portage up to 1.8.8-r1 (the last for the 1.0-rc6
2 series) recorded md5sums in uppercase, e.g.
3 (from /var/db/pkg/sys-apps/portage-1.8.8-r1/CONTENTS)
4
5 obj /usr/lib/portage/bin/dobin F397C62D816C80DEC70B17CB01A87B69 1013001542
6
7 whereas new emerge/portage-s record md5s in lower case
8 (from /var/db/pkg/sys-apps/portage-1.8.18/CONTENTS):
9
10 obj /usr/lib/portage/bin/dobin 81b729ded424ececf0542edff43df1a3 1018330619
11
12 Since lately qpkg reports most files of a package as having md5 errors,
13 I assume that qpkg expects the old form (md5s in upper case).
14
15 I can't resist the opportunity for a brief
16
17 <rant>
18
19 (i) Am I dreaming or is the symlink to /usr/lib/portage/bin/emerge
20 oscillating between /usr/bin and /usr/sbin depending on the portage
21 "flavor of the day. It's clear that this is not important, but
22 it can lead to annoying '/usr/(s)bin/emerge not found' messages.
23
24 (ii) it would be fantastic if the man page for portage / emerge
25 could be kept up to date. It simply is easier to read man emerge
26 than scroll back in the output of emerge --help. Similarly, the
27 portage user guide accessible from the homepage is by now quite
28 outdated again (e.g., clean is not documented at all) Yes, one
29 can find (most of) the information, but it's not really in
30 the most visible places.
31
32 (iii) While I agree that portage is improving dramatically and
33 rapidly, having to (re)learn some commands every day on this core
34 utility doesn't strike me as the best thing for a release ...
35
36 Please don't get me wrong: I love gentoo, and we have deployed it
37 here on about 20 heavily used workstations since the end of last
38 year. Most screw-ups we encountered were our fault (and mostly
39 resulted from switching from 2.2.x kernels to 2.4.x etc.). I would not have
40 thought of this rant if we were talking about rc6 or some
41 hypothetical rc7. However, since upgrading
42 my experimental home machine to 1.0 I have come close to hosing
43 my system more often than 1.0-rc6 during the last 3 months.
44 (Shouldn't it be the other way around ??)
45
46 <\rant>
47
48 Thanks for the good work and I look forward
49 to a stabilized portage ...
50
51 Stefan
52
53 --
54 Stefan Boresch
55 Institute for Theoretical Chemistry and Structural Molecular Biology
56 University of Vienna, Waehringerstr. 17 A-1090 Vienna, Austria
57 Phone: -43-1-427752715 Fax: -43-1-427752790

Replies

Subject Author
Re: [gentoo-dev] qpkg / portage peculiarities Thilo Bangert <thilo.bangert@×××.net>
Re: [gentoo-dev] qpkg / portage peculiarities Edward Muller <edwardam@××××××××.com>