Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197407 - Problems with latest revision of binutils-config-1.9-r4
Summary: Problems with latest revision of binutils-config-1.9-r4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-29 12:02 UTC by Matt Michalowski
Modified: 2007-10-31 08:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Michalowski 2007-10-29 12:02:00 UTC
I'm seeing some issue with the latest revision of binutils-config-1.9-r4. I noticed it when trying to bootstrap, but I can recreate it on older x86 and amd64 Linux installs of prefix-portage.

Older version:
-----------
# binutils-config -l
Using binutils-config info in /opt/hwbp/
 [1] x86_64-pc-linux-gnu-2.18.50.0.2 *

# binutils-config 1
 * Switching to x86_64-pc-linux-gnu-2.18.50.0.2 ...                                                                                                              [ ok ]
>>> Regenerating /opt/hwbp/etc/ld.so.cache...
sh: /opt/hwbp/sbin/ldconfig: No such file or directory

 * Please remember to run:

 *  (bash) # source /opt/hwbp/etc/profile
 * or
 *  (tcsh) # source /opt/hwbp/etc/csh.login

# source /opt/hwbp/etc/profile

# which ld
/opt/hwbp/usr/bin/ld

# ld
ld: no input files
-----------


Current Version: (binutils-config-1.9-r4, r11540 in svn)
-----------
# binutils-config -l
Using binutils-config info in /opt/hwbp/
 [1] x86_64-pc-linux-gnu-2.18.50.0.2 *

# binutils-config 1
 * Switching to x86_64-pc-linux-gnu-2.18.50.0.2 ...                                                                                                              [ ok ]
>>> Regenerating /opt/hwbp/etc/ld.so.cache...
sh: /opt/hwbp/sbin/ldconfig: No such file or directory

 * Please remember to run:

 *  (bash) # source /opt/hwbp/etc/profile
 * or
 *  (tcsh) # source /opt/hwbp/etc/csh.login


# source /opt/hwbp/etc/profile

# which ld
/opt/hwbp/usr/bin/ld

# ld
binutils-config error: Could not run/locate "" (/opt/hwbp/usr/x86_64-pc-linux-gnu/binutils-bin/2.18.50.0.2/)
-----------


Reproducible: Always
Comment 1 Fabian Groffen gentoo-dev 2007-10-29 12:06:08 UTC
This is weird as I thought I didn't touch the file in the end.  You can revive your system by unmasking binutils-config-1.9-r04.1 (and only that one! no sure how working haubi's 04.2 is) which is a bash-script based binutils wrapper.
Comment 2 Fabian Groffen gentoo-dev 2007-10-29 13:42:02 UTC
*** Bug 197413 has been marked as a duplicate of this bug. ***
Comment 3 Fabian Groffen gentoo-dev 2007-10-29 21:31:43 UTC
I screwed this version up, fixed it in svn.  Please sync from svn, and reemerge binutils-config-1.9-r4 and try again.
Comment 4 Matt Michalowski 2007-10-29 22:56:50 UTC
(In reply to comment #3)
> I screwed this version up, fixed it in svn.  Please sync from svn, and reemerge
> binutils-config-1.9-r4 and try again.
> 


Tried that, still no luck. svn log shows the last commit on 2007-10-25 (r11608) ?
Comment 5 Matt Michalowski 2007-10-30 23:19:57 UTC
Working now with the latest commit, r11782
Comment 6 Fabian Groffen gentoo-dev 2007-10-31 08:50:34 UTC
glad to hear.