First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 153180
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gnustep herd <gnustep@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Axel Dyks <XL@XLsigned.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gnustep-base-1.13.0-r1.ebuild An updated ebuild text/plain Axel Dyks 2006-10-28 15:12 0000 3.74 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 153180 depends on: Show dependency tree
Show dependency graph
Bug 153180 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-10-28 13:59 0000
... and not into "/etc/revdep"

Anyway, thanks for adding this to latest ebuild.

Axel

------- Comment #1 From Axel Dyks 2006-10-28 15:09:21 0000 -------
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 From Axel Dyks 2006-10-28 15:12:59 0000 -------
Created an attachment (id=100668) [edit]
An updated ebuild

------- Comment #3 From Fabian Groffen 2006-12-05 10:32:57 0000 -------
Fixed in CVS now.  I just fixed the sed statement.  Thanks!

First Last Prev Next    No search results available      Search page      Enter new bug