Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153180 - gnustep-base-1.13.0 should install "50-gnustep-revdep" into "/etc/revdep-rebuild"
Summary: gnustep-base-1.13.0 should install "50-gnustep-revdep" into "/etc/revdep-rebu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Gnustep project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-28 13:59 UTC by Axel Dyks
Modified: 2006-12-05 10:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
An updated ebuild (gnustep-base-1.13.0-r1.ebuild,3.74 KB, text/plain)
2006-10-28 15:12 UTC, Axel Dyks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Axel Dyks 2006-10-28 13:59:50 UTC
... and not into "/etc/revdep"

Anyway, thanks for adding this to latest ebuild.

Axel
Comment 1 Axel Dyks 2006-10-28 15:09:21 UTC
Addition:

The code that is obviously meant to generate the revdep-file does not work.
The following is an excerpt from the ebuild log in debug mode:

+ dodir /etc/revdep
+ sed -e 's/$GNUSTEP_SEARCH_DIRS//var/tmp/portage/gnustep-base/gnustep-base-1.13.0/homedir/GNUstep:/usr/GNUstep/Local:/usr/GNUstep/Network:/usr/GNUstep/System/' /usr/portage/gnustep-base/gnustep-base/files/50-gnustep-revdep
sed: -e expression #1, char 25: unknown option to `s'

Wouldn't it be simpler (though "hard-coded") to do the following:

	dodir /etc/revdep-rebuild
	echo "SEARCH_DIRS=/usr/GNUstep" > "${D}/etc/revdep-rebuild/50-gnustep-revdep"

Axel



 
Comment 2 Axel Dyks 2006-10-28 15:12:59 UTC
Created attachment 100668 [details]
An updated ebuild
Comment 3 Fabian Groffen gentoo-dev 2006-12-05 10:32:57 UTC
Fixed in CVS now.  I just fixed the sed statement.  Thanks!