Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 236067
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo/BSD Team <bsd@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Javier Villavicencio <the_paya@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 236067 depends on: Show dependency tree
Bug 236067 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: 2008-08-28 20:53 0000
bsd find needs the first argument to be the path.

-       find -type f -print0 | xargs -0 touch -r configure
+       find . -type f -print0 | xargs -0 touch -r configure

------- Comment #1 From Alexis Ballier 2008-10-03 06:14:22 0000 -------
@toolchain: ping; i'll probably apply the fix soon if you don't mind

------- Comment #2 From SpanKY 2008-10-26 12:20:12 0000 -------
really your `find` should be GNU.  barring that sudden bout of common sense,
the proposed change is fine.

------- Comment #3 From Alexis Ballier 2008-11-28 13:20:02 0000 -------
(In reply to comment #2)
> really your `find` should be GNU.  

that's something i've had on my "to be thought about and discussed" list; this
is basically what prevents us to have xulrunner 1.9. However replacing
completely bsd find by gnu find isn't an option but installing gnu find as
gfind and using a portage wrapper could be an option...

> barring that sudden bout of common sense,
> the proposed change is fine.

and applied eventually.

------- Comment #4 From SpanKY 2008-11-28 18:35:55 0000 -------
yes, i was proposing you have portage wrap `find` in the ebuild environment,
not replacing /usr/bin/find with GNU find

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug