Gentoo Archives: gentoo-portage-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] rewriting the ldconfig logic
Date: Sat, 01 Apr 2006 20:34:11
Message-Id: 200604011534.14988.vapier@gentoo.org
In Reply to: Re: [gentoo-portage-dev] Re: r3046 - main/trunk/pym by Zac Medico
1 i thought about this some more ... why do we even care about the mtimes during
2 package merge ? if a package doesnt install any files into a libdir, why
3 should we bother running ldconfig ? if a user updated the dirs, then they
4 can either run ldconfig or env-update ...
5
6 so imo, the logic should be:
7 if srcroot is None:
8 <mtime checks>
9 else:
10 <libdir existence checks>
11 -mike
12 --
13 gentoo-portage-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-portage-dev] rewriting the ldconfig logic Zac Medico <zmedico@g.o>