Gentoo Archives: gentoo-user

From: Jarry <mr.jarry@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] python-updater: updating cracklib forever...
Date: Thu, 06 Mar 2014 18:42:13
Message-Id: 5318C138.3040607@gmail.com
In Reply to: Re: [gentoo-user] python-updater: updating cracklib forever... by Peter Humphrey
1 On 06-Mar-14 19:25, Peter Humphrey wrote:
2 > On Thursday 06 Mar 2014 18:57:51 Jarry wrote:
3 >
4 >> today after emerging python-exec (from 2.0.1 to 2.0.1-r1)
5 >> I tried python-upadter and found out it wants to update
6 >> cracklib. OK, I did, and then tested python-updater again.
7 >> An it updated cracklib again! I tried it again, again,
8 >> again, still the same: python-updater keeps re-emerging
9 >> cracklib...
10 >>
11 >> Is this normal?
12 >
13 > I hope so, because I've been finding the same thing for some years now. Usually
14 > I have a couple of other packages to rebuild too, but not so recently.
15 >
16 > I just assume that python-updater can't tell whether it needs to update
17 > cracklib, so it plays safe and adds it to the list for remerging.
18
19 Seems to me like bug in python-updater. Why does it want to
20 update cracklib, when it was compiled with "-python" use-flag?
21
22 sys-libs/cracklib-2.8.19 USE="nls zlib -build -python -static-libs"
23
24 And I found the same with bind on different system:
25
26 net-dns/bind-9.9.4_p2 USE="berkdb dlz ipv6 ssl -caps -doc -filter-aaaa
27 -fixed-rrset -geoip -gost -gssapi -idn -ldap -mysql -odbc -postgres
28 -python -rpz -rrl -sdb-ldap (-selinux) -static-libs -threads -urandom -xml"
29
30 If I understand it correctly, then "-python" means package is
31 compiled *without* python-support. So a) it should not depend
32 on python at all and b) recompilation does not change anything...
33
34 Jarry
35
36 --
37 _______________________________________________________________
38 This mailbox accepts e-mails only from selected mailing-lists!
39 Everything else is considered to be spam and therefore deleted.

Replies

Subject Author
Re: [gentoo-user] python-updater: updating cracklib forever... Daniel Frey <djqfrey@×××××.com>