This is (I believe) connected to bug #269602 >>> Unpacking source... >>> Unpacking kdebluetooth-1.0_beta8.tar.bz2 to /var/tmp/portage/net-wireless/kdebluetooth-1.0_beta8-r2/work * Cannot find $EPATCH_SOURCE! Value for $EPATCH_SOURCE is: * * /usr/portage/net-wireless/kdebluetooth/files/kdebluetooth-1.0_beta8-gcc43.patch /usr/portage/net-wireless/kdebluetooth/files/kdebluetooth-1.0_beta8-bashism.patch * ( kdebluetooth-1.0_beta8-bashism.patch ) * * ERROR: net-wireless/kdebluetooth-1.0_beta8-r2 failed. * Call stack: * ebuild.sh, line 48: Called src_unpack * environment, line 4282: Called kde_src_unpack * environment, line 3279: Called base_src_unpack 'autopatch' * environment, line 666: Called base_src_util 'autopatch' * environment, line 694: Called epatch '/usr/portage/net-wireless/kdebluetooth/files/kdebluetooth-1.0_beta8-gcc43.patch /usr/portage/net-wireless/kdebluetooth/files/kdebluetooth-1.0_beta8-bashism.patch' * environment, line 2112: Called die * The specific snippet of code: * die "Cannot find $EPATCH_SOURCE!";
Created attachment 191250 [details] emerge --info
There is just a small typo in the ebuild. Change: PATCHES=( "${FILESDIR}/${P}-gcc43.patch ${FILESDIR}/${P}-bashism.patch" "${FILESDIR}/${P}-kbluelock.diff" ) to: PATCHES=( "${FILESDIR}/${P}-gcc43.patch" "${FILESDIR}/${P}-bashism.patch" "${FILESDIR}/${P}-kbluelock.diff" ) execute "ebuild /usr/portage/net-wireless/kdebluetooth/kdebluetooth-1.0_beta8-r2.ebuild digest" and you should be able to emerge the package.
Khtx for report. I tested only beta2 so beta8 slipped. Script adjusted to avoid this happening again.