Gentoo Logo
Gentoo Spaceship




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
Navigation:
Lists: gentoo-portage-dev: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-portage-dev@g.o
From: Ned Ludd <solar@g.o>
Subject: Re: Making pax-utils a depend
Date: Sat, 19 Nov 2005 22:39:29 -0500
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


Replies:
Re: Making pax-utils a depend
-- Brian Harring
References:
Making pax-utils a depend
-- solar
Re: Making pax-utils a depend
-- Jason Stubbs
Re: Making pax-utils a depend
-- Brian Harring
Navigation:
Lists: gentoo-portage-dev: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
Re: Making pax-utils a depend
Next by thread:
Re: Making pax-utils a depend
Previous by date:
Re: Plugin backport PATCH (1/2)/(2/2)
Next by date:
Re: Making pax-utils a depend


Updated Jun 17, 2009

Summary: Archive of the gentoo-portage-dev mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.