Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 131133
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Toolchain Maintainers <toolchain@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Brett Johnson <brett@blzj.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
crossdev-binutils-config-version-fix.patch patch to correct crossdev version checking of binutils-config patch Brett Johnson 2006-04-24 12:31 0000 456 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 131133 depends on: Show dependency tree
Bug 131133 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-04-24 12:30 0000
crossdev tries to check the version of binutils using the -v option, and it
should be -V.

--- /usr/sbin/crossdev  2006-04-24 14:21:52.000000000 -0500
+++ /tmp/crossdev       2006-04-24 14:25:24.000000000 -0500
@@ -357,7 +357,7 @@

 #####################
 ### sanity checks ###
-if ! binutils-config -v &> /dev/null ; then
+if ! binutils-config -V &> /dev/null ; then
        eerror "Sorry, but your host system needs to have binutils-config"
        eerror "in order to keep from screwing things up."
        eerror "That means you must be running unstable versions of"

------- Comment #1 From Brett Johnson 2006-04-24 12:31:20 0000 -------
Created an attachment (id=85373) [details]
patch to correct crossdev version checking of binutils-config

------- Comment #2 From Brett Johnson 2006-04-24 12:39:03 0000 -------
Here is the forum thread
http://forums.gentoo.org/viewtopic-t-456697-highlight-crossdev.html

------- Comment #3 From SpanKY 2006-04-24 15:01:39 0000 -------
better to use --version as all binutils-config support that

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