Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-portage-dev
On Fri, 2005-11-18 at 10:16 -0600, Brian Harring wrote:
[snip]
> Still have issues with it- revdep-rebuild for example can't rely on
> NEEDED until a repository regen script is written.
# How about something like this then?
cd ${ROOT}/var/db/pkg || exit 1
for f in *-*/*/CONTENTS ; do
NEEDED="${f%/*}/NEEDED"
if [[ ! -e $NEEDED ]]; then
grep ^obj $f | awk '{print $2}' | scanelf -BF"%F %n" -f - > $NEEDED
fi
done
--
Ned Ludd <solar@g.o>
Gentoo Linux
--
gentoo-portage-dev@g.o mailing list
|
|