Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175987 - Incorrect syntax in default-linux/x86/no-nptl/package.mask
Summary: Incorrect syntax in default-linux/x86/no-nptl/package.mask
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-25 16:46 UTC by Christian Schlotter
Modified: 2007-04-25 16:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Schlotter 2007-04-25 16:46:44 UTC
Hi!

On one of my boxen I use the profile mentioned above, and its package.mask contains the lines:

# Ra??l Porcel <armin76@gentoo.org> (03 Apr 2007)
# Unmasking firefox-1.5 for <epiphany-2.16
-=www-client/mozilla-firefox-1.5

I could not find this syntax in the devmanual, and paludis gives the following error

Building target list... paludis@1177519285: [QA] In program paludis -pi world:
  ... When performing install action from command line:
  ... When adding install target 'world':
  ... When adding profile directory '/usr/portage/profiles/default-linux/x86/no-nptl/2.4:
  ... When adding profile configuration file '/usr/portage/profiles/default-linux/x86/no-nptl/2.4/package.mask':
  ... No match for '-=www-client/mozilla-firefox-1.5*'
paludis@1177519285: [QA] (same context) No match for '-=www-client/mozilla-firefox-1.5*'

OTOH, it does not seem to be possible to add a package.unmask file with the line =www-client/mozilla-firefox-1.5*...

Best regards
Christian
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2007-04-25 16:52:52 UTC
Yeah, package.unmask doesn't work on subdirs of profiles. But using - negates the mask.

That was because i was going to mask firefox-1.5, but it turns out that gnome-2.14 depends on it. I'll remove that mask, since it's pretty useless.