Gentoo Archives: gentoo-user

From: Franz Fellner <alpine.art.de@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Is this a portage bug?
Date: Wed, 15 Aug 2018 11:45:26
Message-Id: CADtyuE6RNMrLNexkdNFGB5_TuajRR4JKhWurbPFbeEvpFt6DXg@mail.gmail.com
In Reply to: Re: [gentoo-user] Is this a portage bug? by Peter Humphrey
1 I think that's the way "equery w" works:
2 >> Display the path to the ebuild that would be used by Portage with the
3 current configuration. <<
4 With your current configuration there is no package matching your query.
5
6 Alternatives for future use in such cases:
7 ❯ epkginfo -k kyocera-1x2x-mfp-driver
8 * net-print/kyocera-1x2x-mfp-driver [gentoo]
9 1.1203-r1:0: ~amd64 -*
10
11 ❯ equery y kyocera-1x2x-mfp-driver
12 Keywords for net-print/kyocera-1x2x-mfp-driver:
13 | a | |
14 | m | |
15 | d x | |
16 | 6 8 | |
17 | 4 6 | u |
18 | a a a p s | | | n |
19 | l m r i p h m s p f m f | e u s | r
20 | p d a m a p c x p 6 3 a b i b | a s l | e
21 | h 6 r 6 6 p 6 8 p 8 9 s r s p s | p e o | p
22 | a 4 m 4 4 c 4 6 a k 0 h c d s d | i d t | o
23 ----------+---------------------------------+-------+-------
24
25 1.1203-r1 | * ~ * * * * * * * * * * * * * * | 6 o 0 | gentoo
26
27 Am Mi., 15. Aug. 2018 um 12:23 Uhr schrieb Peter Humphrey <
28 peter@××××××××××××.uk>:
29
30 > On Wednesday, 15 August 2018 09:50:09 BST Franz Fellner wrote:
31 > >
32 > > Am Mi., 15. Aug. 2018 um 11:29 Uhr schrieb Peter Humphrey <
33 > >
34 > > peter@××××××××××××.uk>:
35 > > > Hello list,
36 > > >
37 > > > While trying to get a USB printer recognised on an Atom box, I found
38 > > > this, immediately after emerge --sync && eix-update:
39 > > >
40 > > > (atom) peak / # eix -c kyocera
41 > > > [N] net-print/kyocera-1x2x-mfp-driver (--): Printer descriptions (PPDs)
42 > > > and filters for Kyocera 1x2x MFP
43 > > > [N] net-print/kyocera-mita-ppds ((~)8.4-r1{tbz2}): PPD description
44 > files
45 > > > for (some) Kyocera Mita Printers
46 > > > Found 2 matches
47 > > >
48 > > > (atom) peak / # emerge -pv net-print/kyocera-1x2x-mfp-driver
49 > > > net-print/kyocera-mita-ppds
50 > > >
51 > > > These are the packages that would be merged, in order:
52 > > >
53 > > > Calculating dependencies ... done!
54 > > >
55 > > > !!! All ebuilds that could satisfy "net-print/kyocera-1x2x-mfp-driver"
56 > > > have been masked.
57 > > > !!! One of the following masked packages is required to complete your
58 > > > request:
59 > > > - net-print/kyocera-1x2x-mfp-driver-1.1203-r1::gentoo (masked by:
60 > > > missing keyword)
61 > > >
62 > > > (atom) peak / # grep kyocera /etc/portage/package.keywords
63 > > > net-print/kyocera-1x2x-mfp-driver
64 > > > net-print/kyocera-mita-ppds
65 > > >
66 > > > I wonder whether the "1x2x" is confusing portage.
67 >
68 > > It's ~amd64 only. So if you get missing keyword, could it be you are on
69 > > x86?
70 >
71 > This is an X86 box (Atom N270), but it's more complex than that:
72 >
73 > (atom) peak / # equery w net-print/kyocera-1x2x-mfp-driver
74 > !!! No packages matching 'net-print/kyocera-1x2x-mfp-driver'
75 > (atom) peak / # ls -l /usr/portage/net-print/kyocera-1x2x-mfp-driver
76 > total 7.0K
77 > drwxr-xr-x 2 portage portage 1.0K Sep 6 2017 files
78 > -rw-r--r-- 1 portage portage 3.4K Jan 15 2018
79 > kyocera-1x2x-mfp-driver-1.1203-r1.ebuild
80 > -rw-r--r-- 1 portage portage 317 Dec 12 2017 Manifest
81 > -rw-r--r-- 1 portage portage 529 Sep 6 2017 metadata.xml
82 >
83 > Thus my usual use of portage tools failed, so I didn't get as far as seeing
84 > this:
85 >
86 > (atom) peak / # grep KEYWORDS
87 > /usr/portage/net-print/kyocera-1x2x-mfp-driver/*ebuild
88 > KEYWORDS="-* ~amd64"
89 >
90 > Something does seem to be, if not broken, somewhat bent.
91 >
92 > --
93 > Regards,
94 > Peter.
95 >
96 >
97 >
98 >
99 >

Replies

Subject Author
Re: [gentoo-user] Is this a portage bug? Peter Humphrey <peter@××××××××××××.uk>