Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 507020 - app-admin/python-updater-0.12 - make: ./python-updater: Command not found
Summary: app-admin/python-updater-0.12 - make: ./python-updater: Command not found
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-07 08:13 UTC by Martin Mokrejš
Modified: 2018-02-14 15:59 UTC (History)
1 user (show)

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 Martin Mokrejš 2014-04-07 08:13:46 UTC
>>> 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.
Comment 1 Mike Gilbert gentoo-dev 2014-04-07 15:01:51 UTC
If you are going to assign your own bugs, do it properly please.
Comment 2 Mike Gilbert gentoo-dev 2014-04-07 15:02:10 UTC
Also, what typo are you referring to?
Comment 3 Martin Mokrejš 2014-04-07 15:06:11 UTC
(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.
Comment 4 Mike Gilbert gentoo-dev 2014-04-07 15:12:55 UTC
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.
Comment 5 Pacho Ramos gentoo-dev 2018-02-14 15:59:42 UTC
removed from the tree