Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70567 - binutils-2.15.92.0.2-r1 build error
Summary: binutils-2.15.92.0.2-r1 build error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-09 04:34 UTC by Dulmandakh
Modified: 2004-11-09 08:50 UTC (History)
0 users

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 Dulmandakh 2004-11-09 04:34:50 UTC
When emerging binutils-2.15.92.0.2-r1 then it exits with mv error, then it cannot be built.

Reproducible: Always
Steps to Reproduce:
1. open in editor //usr/portage/sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild
2. find line mv ${WORKDIR}/patch/*no_rel_ro* ${WORKDIR}/patch/20_* ${WORKDIR}/patch/*ldsoconf* skip/
3. replace this line by mv ${WORKDIR}/patch/*no_rel_ro* ${WORKDIR}/patch/20_* ${WORKDIR}/patch/*ldsoconf* ${WORKDIR}/patch/skip/

Actual Results:  
Emerge of binutils-2.15.92.0.2-r1 was successful.


I'm using gentoo 2004.2 with ACCEPT_KEYWORDS="~x86"
Comment 1 merwan kashouty 2004-11-09 08:44:43 UTC
me too and his fix worked for ... ie

change:

mv ${WORKDIR}/patch/*no_rel_ro* ${WORKDIR}/patch/20_* ${WORKDIR}/patch/*ldsoconf* skip/

to:

mv ${WORKDIR}/patch/*no_rel_ro* ${WORKDIR}/patch/20_* ${WORKDIR}/patch/*ldsoconf* ${WORKDIR}/patch/skip/
Comment 2 SpanKY gentoo-dev 2004-11-09 08:50:06 UTC
done, sorry about that