>>> Emerging (4 of 4) app-admin/python-updater-0.12 * python-updater-0.12.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking python-updater-0.12.tar.bz2 to /mnt/1TB/var/tmp/portage/app-admin/python-updater-0.12/work >>> Source unpacked in /mnt/1TB/var/tmp/portage/app-admin/python-updater-0.12/work >>> Preparing source in /mnt/1TB/var/tmp/portage/app-admin/python-updater-0.12/work/python-updater-0.12 ... >>> Source prepared. >>> Configuring source in /mnt/1TB/var/tmp/portage/app-admin/python-updater-0.12/work/python-updater-0.12 ... >>> Source configured. >>> Compiling source in /mnt/1TB/var/tmp/portage/app-admin/python-updater-0.12/work/python-updater-0.12 ... make -j3 sed -e "s:@GENTOO_PORTAGE_EPREFIX@::g" python-updater.in > python-updater make: ./python-updater: Command not found chmod +x python-updater >>> Source compiled. >>> Test phase [not enabled]: app-admin/python-updater-0.12 >>> Install python-updater-0.12 into /mnt/1TB/var/tmp/portage/app-admin/python-updater-0.12/image/ category app-admin make -j3 DESTDIR=/mnt/1TB/var/tmp/portage/app-admin/python-updater-0.12/image/ install install -d /mnt/1TB/var/tmp/portage/app-admin/python-updater-0.12/image//usr/sbin install -m0755 python-updater /mnt/1TB/var/tmp/portage/app-admin/python-updater-0.12/image//usr/sbin install -d /mnt/1TB/var/tmp/portage/app-admin/python-updater-0.12/image//usr/share/man/man1 install -m0644 python-updater.1 /mnt/1TB/var/tmp/portage/app-admin/python-updater-0.12/image//usr/share/man/man1 >>> Completed installing python-updater-0.12 into /mnt/1TB/var/tmp/portage/app-admin/python-updater-0.12/image/ ecompressdir: bzip2 -9 /usr/share/doc ecompressdir: bzip2 -9 /usr/share/man >>> Installing (4 of 4) app-admin/python-updater-0.12 Aside from the typo in ebuild, the make should die if there is a failure.
If you are going to assign your own bugs, do it properly please.
Also, what typo are you referring to?
(In reply to Mike Gilbert from comment #2) > Also, what typo are you referring to? Sorry, none, somehow I thougt it was related to the sed call and thought there is a typo in it.
I think this error is coming from the VERSION variable declaration: VERSION=$(shell ./python-updater -V) It should be harmless, but I'll see if I can fix that; it's a little awkward because I have a circular dependency there.
removed from the tree