From: "Kurt V. Hindenburg" <khindenburg@cherrynebula.net>
To: "Christian Aust" <christian@wilde-welt.de>,
Stanislav Brabec <utx@gentoo.org>
Cc: Gentoo-dev <gentoo-dev@gentoo.org>
Subject: Re: [gentoo-dev] not missing feature for package.unmask
Date: Wed, 11 Jun 2003 09:11:35 -0500 [thread overview]
Message-ID: <200306110911.38097.khindenburg@cherrynebula.net> (raw)
In-Reply-To: <web-230543@kdmail.aixsequo.de>
On Wednesday 11 June 2003 7:31 am, Christian Aust wrote:
| "Kurt V. Hindenburg" <khindenburg@cherrynebula.net> wrote on Tue,
| 10 Jun 2003 19:02:39
|
| -0500:
| > On Tuesday 10 June 2003 3:21 am, Stanislav Brabec wrote:
| > | V Po, 09. 06. 2003 v 22:56, Christian Aust napsal:
| > | > I'm not sure if gentoo actually lacks this feature, but how
| > | > can I permanently accept ebuilds that are marked unstable,
| > |
| > | It does not lack, probably only does not document it:
| > |
| > | mkdir -p /etc/portage
| > | echo "sys-devel/gcc" >>/etc/portage/package.unmask
| >
| > Doesn't work here... or did you mean something else?
| >
| > % cat /etc/portage/package.unmask
| > app-crypt/cryptplug
| >
| > % emerge -Up $(qpkg -I -nc)
| >
| > >>> --upgradeonly implies --update... adding --update to options.
| >
| > These are the packages that I would merge, in order:
| >
| > Calculating dependencies /
| > !!! all ebuilds that could satisfy "app-crypt/cryptplug" have
| > been masked.
| >
| > !!! Error calculating dependencies. Please correct.
A search of /usr/lib/python2.2/site-packages/portage.py shows :
pkgmasklines=grabfile(settings["PORTDIR"]+"/profiles/package.mask")
pkgmasklines+=grabfile("/etc/portage/profiles/package.mask")
pkgunmasklines=grabfile("/etc/portage/package.unmask");
The code below shows unmaskdict being populated. It seems that emerge
doesn't take it into account... dunno...
--
Kurt
---
There is no good and evil; there is only power.
--
gentoo-dev@gentoo.org mailing list
next parent reply other threads:[~2003-06-11 14:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <web-230543@kdmail.aixsequo.de>
2003-06-11 14:11 ` Kurt V. Hindenburg [this message]
2003-06-11 14:28 ` [gentoo-dev] not missing feature for package.unmask Georgi Georgiev
2003-06-09 20:56 [gentoo-dev] Missing feature for Christian Aust
2003-06-10 8:21 ` [gentoo-dev] not missing feature for package.unmask Stanislav Brabec
2003-06-11 0:02 ` Kurt V. Hindenburg
2003-06-11 13:08 ` Alastair Tse
2003-06-11 14:21 ` Kurt V. Hindenburg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200306110911.38097.khindenburg@cherrynebula.net \
--to=khindenburg@cherrynebula.net \
--cc=christian@wilde-welt.de \
--cc=gentoo-dev@gentoo.org \
--cc=utx@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox