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"
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/
done, sorry about that