First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 150352
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Toolchain Maintainers <toolchain@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Diego Pettenò <flameeyes@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
binutils-config-patch binutils-config patch patch Diego Pettenò 2006-10-07 00:59 0000 692 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

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

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







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


Description:   Opened: 2006-10-07 00:58 0000
As per summary, currently binutils-config uses the -xtype option that is GNU
specific, throwing out an error when it's used on FreeBSD.

The attached patch replaces it with `find -L $path -type l`, that, as far as I
can see, it's just the same behaviour. `find $path -xtype l` is basically used
to find broken links, if I'm not mistaken, and the same does my command.

Thanks,
Diego

------- Comment #1 From Diego Pettenò 2006-10-07 00:59:06 0000 -------
Created an attachment (id=99026) [edit]
binutils-config patch

------- Comment #2 From SpanKY 2006-10-07 01:16:38 0000 -------
i started to use -L but iirc, older versions of `find` didnt support it

since we have newer findutils stable, that shouldnt be a problem

------- Comment #3 From SpanKY 2006-10-18 20:46:20 0000 -------
fixed in cvs

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