Gentoo Archives: gentoo-user

From: Meino.Cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] The Tao of Portage ... again
Date: Sat, 31 Dec 2016 16:11:21
Message-Id: 20161231161100.GA9359@solfire
In Reply to: Re: [gentoo-user] The Tao of Portage ... again by Corbin Bird
1 Corbin Bird <corbinbird@×××××××.net> [16-12-31 16:52]:
2 >
3 > On 12/31/2016 09:23 AM, Meino.Cramer@×××.de wrote:
4 > > Hi,
5 > >
6 > > and the novice asked:
7 > > "Is there the Tao in rpm?"
8 > > The master replied: "...ues, there is the Tao in rpm."
9 > > "And is there the Tao in yum?"
10 > > "Yes, there is Tao in yym also...in every package manager
11 > > is the Tao...humble and silent they do all their work..."
12 > > The master added:
13 > > "...and Tao is in portage/emerge also...but of an higher order,
14 > > so dont try to understand, what it says..."
15 > >
16 > > This time the novice was who shifted slightly and coughed...
17 > >
18 > > Hmmm...
19 > >
20 > > This time portage reached down from its ebony tower and spake to the
21 > > novice claiming:
22 > >
23 > > emerge sci-electronics/pulseview sci-electronics/sigrok-cli sci-libs/libsigrok sci-libs/libsigrokdecode
24 > >
25 > > Calculating dependencies [ ok ] -
26 > >
27 > > !!! Problem resolving dependencies for sci-electronics/pulseview ... done!
28 > >
29 > > !!! The ebuild selected to satisfy "sci-electronics/pulseview" has unmet requirements.
30 > > - sci-electronics/pulseview-0.3.0::gentoo USE="decode qt5 -qt4 -static" ABI_X86="64" PYTHON_TARGETS="-python3_4"
31 > >
32 > > The following REQUIRED_USE flag constraints are unsatisfied:
33 > > decode? ( python_targets_python3_4 )
34 > >
35 > > The above constraints are a subset of the following complete expression:
36 > > decode? ( python_targets_python3_4 ) exactly-one-of ( qt4 qt5 )
37 > >
38 > >
39 > > What is missing what by what ?
40 > > Is it possible to make these kind of output a little more readable...?
41 > > I am only a simple human being and my ideas for more and more clones
42 > > of "The Tao of Programming" just to add some humor are limited...
43 > > :)
44 > >
45 > > Ah! By the way: Happy new year! :) :) :)
46 > >
47 > > Cheers
48 > > Meino
49 > > (slightly shifting and coughing)
50 > >
51 > in "package.use" for "sci-electronics/pulseview" put :
52 >
53 > python_targets_python3_4
54 >
55 > That is what it is asking for.
56 >
57 > > The following REQUIRED_USE flag constraints are unsatisfied:
58 > > decode? ( python_targets_python3_4 )
59 >
60 > you have the qt requirements met correctly :
61 >
62 > > exactly-one-of ( qt4 qt5 )
63 >
64 > Humor always helps.
65 >
66 >
67 >
68
69
70 and as the masters spake again, the novice took
71 his pencil writing down on the flag of usage the letters:
72
73 /root>cat package.use/pulseview
74 sci-electronics/pulseview python_targets_python3_4
75
76 and did, what he did before
77 emerge sci-electronics/pulseview
78
79 And again, thunder could be heard and lightning was
80 blinding the very eyes of the novice:
81
82 Calculating dependencies |
83
84 !!! Problem resolving dependencies for sci-electronics/pulseview ... done!
85
86 !!! The ebuild selected to satisfy "sci-electronics/pulseview" has unmet requirements.
87 - sci-electronics/pulseview-0.3.0::gentoo USE="decode -qt4 -qt5 -static" ABI_X86="64" PYTHON_TARGETS="python3_4"
88
89 The following REQUIRED_USE flag constraints are unsatisfied:
90 exactly-one-of ( qt4 qt5 )
91
92 The above constraints are a subset of the following complete expression:
93 decode? ( python_targets_python3_4 ) exactly-one-of ( qt4 qt5 )
94
95 [1] 10614 exit 1 emerge sci-electronics/pulseview
96
97 Irritated and somehow frustrated he stared up to the
98 dark clouds of portaged darkness...and wants to emerge
99 from this place...but the strong spell of the Linux environment
100 was holding him firmly and prevent him to jump through the open windows
101 of hell.
102
103 Oh how micro he felt and how soft his previously strong believe
104 became...
105
106 ...and from the distance he could hear the penguins laughing...
107
108 --
109
110 Only my understanding of portage seems to be limited right now...
111 still haveing enough silly ideas for the next round of Taos I have..
112
113 ;)
114
115 Cheers
116 Meino

Replies

Subject Author
Re: [gentoo-user] The Tao of Portage ... again "Poison BL." <poisonbl@×××××.com>