Gentoo Archives: gentoo-user

From: Anatoly Oreshkin <anatoly.oreshkin@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problem installing confluent-kafka from guru
Date: Thu, 24 Feb 2022 06:58:00
Message-Id: CAJ=aAkCKU5AcVzN1dUmZFY=zwE-sseCzfeyNFwzgtEyfD-EQ4w@mail.gmail.com
In Reply to: Re: [gentoo-user] problem installing confluent-kafka from guru by "Matt Connell (Gmail)"
1 To work around my problem I've changed state dev-python/confluent-kafka to
2 this variant:
3
4 dev-python/confluent-kafka:
5 cmd.run:
6 - name: emerge dev-python/confluent-kafka
7 - require:
8 - confluent-kafka-1.7.0.ebuild
9 - dev-libs/librdkafka
10 - add_guru
11
12 It works !
13 Thanks.
14
15
16
17 чт, 24 февр. 2022 г. в 00:55, Matt Connell (Gmail) <
18 matthewdconnell@×××××.com>:
19
20 > On Wed, 2022-02-23 at 11:28 +0300, Anatoly Oreshkin wrote:
21 > > Unfortunately specifying dev-python/confluent-kafka::guru hasn't
22 > > helped.
23 >
24 > Unfortunately I don't have any better ideas. I've had more problems
25 > with the pkg.installed state than any other single thing in Salt.
26 >
27 > If you states don't need to be extended to other platforms, you could
28 > just resort to cmd.run again. Seems you're already doing that with
29 > emaint anyway.
30 >
31 >
32 >