Gentoo Archives: gentoo-user

From: allan gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] preserved rebuild failure with python
Date: Wed, 07 Dec 2016 17:30:37
Message-Id: 87bmwnlk9e.fsf@nyu.edu
In Reply to: Re: [gentoo-user] preserved rebuild failure with python by Neil Bothwick
1 On Wed, Dec 07 2016, Neil Bothwick wrote:
2
3 > On Wed, 07 Dec 2016 10:54:59 -0500, allan gottlieb wrote:
4 >
5 >> >> emerge: there are no ebuilds to satisfy "dev-lang/python:3.3".
6 >> >> (dependency required by "@preserved-rebuild" [argument])
7 >> >
8 >> > Does "qdepends -r dev-lang/python:3.3" reveal anything helpful?
9 >>
10 >> allan ~ # qdepends -r dev-lang/python:3.3
11 >> depends: no matches found for your query
12 >>
13 >> Looks like no.
14 >
15 > How about something a bit less subtle
16 >
17 > grep python:3.3 /var/db/pkg/*/*/*.ebuild
18 >
19 > although that won't help if the dependency is in an eclass.
20
21 Looks like an even blunter instrument is needed
22
23 allan ~ # grep python:3.3 /var/db/pkg/*/*/*.ebuild
24 allan ~ #
25
26 allan

Replies

Subject Author
Re: [gentoo-user] preserved rebuild failure with python Mike Gilbert <floppym@g.o>