Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
gmp-4.1.2's ebuild fails during the src_unpack stage. The problem is with the build. Commenting out this line: [ $ARCH = "amd64" ] && epatch ${FILESDIR}/longlong.patch || die fixes the build. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Replacing this string: [ $ARCH = "amd64" ] && ( epatch ${FILESDIR}/longlong.patch || die ) should fix the ebuild. Someone forgot to test ebuilds :P
fixed in cvs