First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 27835
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: George Shapovalov <george@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: SpanKY <vapier@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 27835 depends on: Show dependency tree
Bug 27835 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: 2003-09-02 21:08 0000
needs to be updated because it'll fail ...
basically a `sed -iR 's:head -1:head -n 1:g' *` in src_unpack() would do it (in
an ugly manner ... i'd suggest a patch)

------- Comment #1 From George Shapovalov 2003-09-09 10:58:36 0000 -------
Thanks SpanKY.

Made that change. This was not failing here, but it is outdated and may cause problems in future (or may be even now on some arches).

Well, I did it through sed - I think it works much better for such situation:
catches any changes upstream, should they add this construct in any new places and its intention can be immediately understood, whereas you would have to look through the patch. Oh and its simpler and smaller :).
But I did not find "R" option to sed in man or info, so (in case this is another non-stanard extension) I used grep -rle .. | xargs .. instead.

George

------- Comment #2 From James Harlow (RETIRED) 2003-10-11 21:14:43 0000 -------
*** Bug 30943 has been marked as a duplicate of this bug. ***

------- Comment #3 From Ricardo Ferreira 2003-12-03 11:32:04 0000 -------
Yeah, its fixed in 3.06-r2 but unfortunately that is still ~x86 which means
everyone not using testing packages is still having the problem (like me).

If the only change r1->r2 was this fix, r2 should be marked stable, IMHO.

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