Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] usb webcam
Date: Fri, 17 Oct 2008 21:41:00
Message-Id: 200810172340.52086.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] usb webcam by RYAN vAN GINNEKEN
1 On Friday 17 October 2008 20:02:58 RYAN vAN GINNEKEN wrote:
2 > ----- "KH" <gentoo-user@××××××××××××××××.de> wrote:
3
4 > I have tried the additional combos below, but still cannot build the
5 > spca5xx port. The first one gives me invalid atom error the rest just give
6 > the package mask error mentioned in my first email.
7 >
8 > =media-video/spca5xx
9
10 This won't work. An atom with a version prefix must have a version number.
11
12 > =media-video/spca5xx-20060501-r1 ~x86
13 > <=media-video/spca5xx-20060501-r1 ~x86
14 >
15 > >=media-video/spca5xx-20060501-r1 ~x86
16 >
17 > funny thing is i got the masked zoneminder port to build using these in
18 > /etc/portage/package.keywords
19
20 You are looking in the wrong place. I would suggest that you first read all
21 the portage man pages:
22
23 man emerge
24 man 5 make.conf
25 man 5 portage
26 man 5 ebuild
27
28 It's a lot of stuff but it's all necessary.
29
30 Now look at your original error and see what is there instead of what you
31 think might be there. It clearly says that the package is hard masked, and
32 that it is package.mask that is doing it. If you look in that file, you see:
33
34 nazgul ~ # grep spca /var/portage/profiles/package.mask
35 # Sorting out media-video/{spca5xx,gspca{,v1}} bug 159176
36 media-video/spca5xx
37 media-video/gspca
38
39 You can fiddle with package.keywords for the next century, it won't make a
40 difference. You need to unmask these packages with entries
41 in /etc/portage/package.unmask
42
43
44 --
45 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] usb webcam Neil Bothwick <neil@××××××××××.uk>