Gentoo Archives: gentoo-dev

From: Karl Trygve Kalleberg <karltk@×××××××.no>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] gpm & mozilla bugs -- Suggestion for Portage extensions
Date: Thu, 20 Sep 2001 07:38:39
Message-Id: 20010920153250.A32755@prosalg.no
In Reply to: Re: [gentoo-dev] gpm & mozilla bugs by Mikael Hallendal
1 On Thu, Sep 20, 2001 at 10:52:34AM +0200, Mikael Hallendal wrote:
2 > tor 2001-09-20 klockan 01.46 skrev Morgan Christiansson:
3 >
4 > Hi!
5 >
6 > > *mozilla-0.9.3 segfaults when started as non-root, mozilla-bin-0.9.4
7 > > doesn't work either.
8 >
9 > Hmm, you have to first start mozilla as root (once after install), then
10 > it should be fine to run it as any user.
11
12 The ebuild should inform the user of this caveat.
13
14 In fact, we should have some kind of global notices for the portage
15 system. When an ebuild has required or suggested post-install steps, these
16 should be added to the notices list.
17
18 The user would then do:
19 # notices
20 to list all notices
21 # notices mozilla
22 to list all notices pertaining to mozilla
23 # notices --del mozilla
24 to delete all notices pertaining to mozilla
25
26 For very many packages, it would be nice for the user to have an archive
27 of required, manual post-install steps. The entry in the notices list may
28 be a complete step-by-step howto for trivial stuff, or a reference to a
29 real howto on our website.
30
31 It might be of interest to be able to mark notices as done, but still be
32 able to bring them back at a later stage, when one wants to reconfigure a
33 package.
34
35 # notices --purge <ebuild>
36 will delete the notices for good
37 # notices --del <ebuild>
38 will just remove it from the list of active notices
39 # notices --undel <ebuild>
40 will reinstate the notice
41
42
43 In other distros, (Debian), required manual intervention in the
44 post-install step is covered by the apt's menu-system. We might not want
45 to do this, leaving the details and timing to the user.
46
47
48 Karl T

Replies

Subject Author
Re: [gentoo-dev] gpm & mozilla bugs -- Suggestion for Portage extensions Mikael Hallendal <micke@×××××××××××.se>
AW: [gentoo-dev] gpm & mozilla bugs -- Suggestion for Portage extensions Sebastian Werner <sebastian@××××××××××××××××××.de>