Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 590000 - app-admin/python-updater-0.14 - make: ./python-updater: Command not found
Summary: app-admin/python-updater-0.14 - make: ./python-updater: Command not found
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 615252
  Show dependency tree
 
Reported: 2016-07-29 15:21 UTC by Martin Mokrejš
Modified: 2018-02-14 15:59 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
python-updater.diff (python-updater.diff,9.62 KB, text/plain)
2017-04-11 11:51 UTC, Martin Mokrejš
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2016-07-29 15:21:55 UTC
Opening a new bug report as per bug #567896#c12 . It happened when upgrading from python-updater-0.13 version to 0.14 for me on a generic Gentoo ~amd64 installation (no Prefix or RAP involved).




# python-updater
 * '/usr/bin/python2' is not valid symlink
# emerge python-updater
>>> Emerging (1 of 1) app-admin/python-updater-0.14::gentoo
>>> Downloading 'http://gentoo.wheel.sk/distfiles/python-updater-0.14.tar.bz2'
--2016-07-29 13:27:51--  http://gentoo.wheel.sk/distfiles/python-updater-0.14.tar.bz2
Resolving gentoo.wheel.sk... 92.240.244.16
Connecting to gentoo.wheel.sk|92.240.244.16|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10354 (10K) [application/x-bzip]
Saving to: '/scratch/usr/portage/distfiles/python-updater-0.14.tar.bz2'

/scratch/usr/portag 100%[===================>]  10.11K  --.-KB/s    in 0s      

2016-07-29 13:27:51 (130 MB/s) - '/scratch/usr/portage/distfiles/python-updater-0.14.tar.bz2' saved [10354/10354]

 * python-updater-0.14.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                                                                                                                                     [ ok ]
>>> Unpacking source...
>>> Unpacking python-updater-0.14.tar.bz2 to /scratch/var/tmp/portage/app-admin/python-updater-0.14/work
>>> Source unpacked in /scratch/var/tmp/portage/app-admin/python-updater-0.14/work
>>> Preparing source in /scratch/var/tmp/portage/app-admin/python-updater-0.14/work/python-updater-0.14 ...
>>> Source prepared.
>>> Configuring source in /scratch/var/tmp/portage/app-admin/python-updater-0.14/work/python-updater-0.14 ...
>>> Source configured.
>>> Compiling source in /scratch/var/tmp/portage/app-admin/python-updater-0.14/work/python-updater-0.14 ...
make -j2 
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.14

>>> Install python-updater-0.14 into /scratch/var/tmp/portage/app-admin/python-updater-0.14/image/ category app-admin
make -j2 DESTDIR=/scratch/var/tmp/portage/app-admin/python-updater-0.14/image/ install 
install -d /scratch/var/tmp/portage/app-admin/python-updater-0.14/image//usr/sbin
install -m0755 python-updater /scratch/var/tmp/portage/app-admin/python-updater-0.14/image//usr/sbin
install -d /scratch/var/tmp/portage/app-admin/python-updater-0.14/image//usr/share/man/man1
install -m0644 python-updater.1 /scratch/var/tmp/portage/app-admin/python-updater-0.14/image//usr/share/man/man1
>>> Completed installing python-updater-0.14 into /scratch/var/tmp/portage/app-admin/python-updater-0.14/image/

 * Final size of build directory: 88 KiB
 * Final size of installed tree: 72 KiB

ecompressdir: bzip2 -9 /usr/share/man
ecompressdir: bzip2 -9 /usr/share/doc

>>> Installing (1 of 1) app-admin/python-updater-0.14::gentoo
...


Note above the "make: ./python-updater: Command not found".


However, it probably works after merging into the Gentoo installation:

# python-updater
 * Starting Python Updater...
 * Main active version of Python:    2.7
 * Active version of Python 2:       2.7
 * Active version of Python 3:       3.5
 * Globally supported Python ABIs in installed repositories:
 *   gentoo:                         2.4 2.5 2.6 2.7 3.1 3.2 3.3 2.5-jython 2.7-jython 2.7-pypy-1.7 2.7-pypy-1.8 2.7-pypy-1.9 2.7-pypy-2.0
 *   haskell:                        2.4 2.5 2.6 2.7 3.1 3.2 3.3 2.5-jython 2.7-jython 2.7-pypy-1.7 2.7-pypy-1.8 2.7-pypy-1.9 2.7-pypy-2.0
 *   layman:                         2.4 2.5 2.6 2.7 3.1 3.2 3.3 2.5-jython 2.7-jython 2.7-pypy-1.7 2.7-pypy-1.8 2.7-pypy-1.9 2.7-pypy-2.0
 *   science:                        2.4 2.5 2.6 2.7 3.1 3.2 3.3 2.5-jython 2.7-jython 2.7-pypy-1.7 2.7-pypy-1.8 2.7-pypy-1.9 2.7-pypy-2.0
 *   x-portage:                      2.4 2.5 2.6 2.7 3.1 3.2 3.3 2.5-jython 2.7-jython 2.7-pypy-1.7 2.7-pypy-1.8 2.7-pypy-1.9 2.7-pypy-2.0
...

# emerge --info
Portage 2.3.0 (python 2.7.11-final-0, default/linux/amd64/13.0, gcc-5.4.0, glibc-2.23-r2, 4.6.3-default-pciehp x86_64)
=================================================================
System uname: Linux-4.6.3-default-pciehp-x86_64-Intel-R-_Core-TM-_i7-2640M_CPU_@_2.80GHz-with-gentoo-2.2
KiB Mem:    16375816 total,    170916 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Thu, 28 Jul 2016 17:00:01 +0000
sh bash 4.3_p46
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p46::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.20.2-r1::gentoo
dev-lang/python:          2.7.11-r1::gentoo, 3.4.3-r7::gentoo, 3.5.1-r2::gentoo
dev-util/cmake:           3.3.2-r1::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2-r1::gentoo
sys-apps/openrc:          0.21.2::gentoo
sys-apps/sandbox:         2.6-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r1::gentoo
sys-devel/automake:       1.11.6-r1::gentoo, 1.12.6::gentoo, 1.13.4::gentoo, 1.14::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo, 2.26.1::gentoo
sys-devel/gcc:            4.3.6-r1::gentoo, 4.4.7::gentoo, 4.6.4::gentoo, 4.7.4::gentoo, 4.8.5::gentoo, 4.9.3::gentoo, 5.3.0::gentoo, 5.4.0::gentoo
sys-devel/gcc-config:     1.8::gentoo
sys-devel/libtool:        2.4.6-r1::gentoo
sys-devel/make:           4.2.1::gentoo
sys-kernel/linux-headers: 4.6::gentoo (virtual/os-headers)
sys-libs/glibc:           2.23-r2::gentoo
Repositories:

gentoo
    location: /scratch/usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

science
    location: /home/mmokrejs/proj/sci
    masters: gentoo
    priority: 0

x-portage
    location: /usr/local/portage
    masters: gentoo
    priority: 1

layman
    location: /var/lib/layman
    masters: gentoo
    priority: 2

haskell
    location: /var/lib/layman/haskell
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA dlj-1.1 sun-bcla-java-vm Oracle-BCLA-JavaSE IBM-J1.6 skype-eula Nero-EULA-US AdobeFlash-10.3 skype-4.0.0.7-copyright AdobeFlash-11.x OPERA-2014"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -maes -mpclmul -mpopcnt -mavx -march=native"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/stunnel/stunnel.conf /usr/lib64/libreoffice/program/sofficerc /usr/share/easy-rsa /usr/share/gnupg/qualified.txt /usr/share/maven-bin-3.2/conf /var/bind /var/lib/hsqldb /var/spool/torque"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.4/ext-active/ /etc/php/apache2-php5.5/ext-active/ /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe -maes -mpclmul -mpopcnt -mavx -march=native"
DISTDIR="/scratch/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news noclean parallel-fetch preserve-libs protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gentoo.wheel.sk/ http://ftp.fi.muni.cz/pub/linux/gentoo/ http://gentoo.mirror.web4u.cz/ rsync://gentoo.mirror.dkm.cz/gentoo/ ftp://gentoo.mirror.web4u.cz/"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/scratch/var/tmp"
USE="X acpi alsa amd64 amr apache apache2 apulse avx berkdb bindist bluetooth boost bzip2 cairo cgi cli coin consolekit cracklib crypt cryptlib cups cxx dbus device-mapper dhcp directfb dri drm dvd emboss encode fax fbcon ffmpeg flac fontconfig fortran gbm gd gdbm geoip gimp glpk gnutls gpm gtk hal hpijs hwdb iconv id3tag imaging innodb java javascript jce jpeg jpg js jscript keymap ladspa lapack laptop lcms libnotify lm_sensors mad matroska mmx mmxext modules mpi mpich2 multilib mysql ncurses nfs nls nptl nptlonly nscd nsplugin ntfsprogs ocr ogg opengl openmp pam parport pcre pdf perl php png policykit polkit ppds pppd python qt3support readline rendering resolvconf scanner seccomp server session slideshow sndfile sqlite sse sse2 sse3 sse4_1 sse4_2 ssl ssse3 suexec svg syslog tcl tcpd threads tiff tk truetype udev unicode usb v4l v4l2 vim-syntax vnc wavpack wifi x11 xattr xcb xml xorg xrandr xv xvid xvmc zlib" ABI_X86="64 32" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="alias authz_host auth_basic auth_digest cgi cgid deflate dir env filter include info mem_cache mime mime_magic negotiation remoteip setenvif status userdir vhost_alias rewrite usertrack cache file_cache disk_cache charset_lite log_config log_forensic" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" DRACUT_MODULES="crypt crypt-gpg" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="pc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en en_US en_GB cs cz" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4 python3_5" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="vesa vmware fbdev intel i915 i965" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
USE_PYTHON="2.7"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Mike Gilbert gentoo-dev 2016-07-29 18:15:27 UTC
What version of dev-util/make?
Comment 2 Martin Mokrejš 2016-07-29 18:27:12 UTC
sys-devel/make-4.2.1
Comment 3 Martin Mokrejš 2017-04-11 10:46:28 UTC
I just happened on another amd64 STABLE host with sys-devel/make-3.82-r4.
Comment 4 Martin Mokrejš 2017-04-11 11:01:04 UTC
BTW, the 0.14 installation is really broken (on two install host for me):

# emerge -pv python-updater

Calculating dependencies... done!
[ebuild   R    ] app-admin/python-updater-0.14::gentoo  0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB
Comment 5 Martin Mokrejš 2017-04-11 11:10:10 UTC
On one host I get:

# emerge -pv bash
[ebuild     U  ] app-shells/bash-4.3_p48-r1::gentoo [4.2_p45::gentoo] USE="net nls (readline) -afs -bashlogger -examples -mem-scramble -plugins (-vanilla%)" 8008 KiB

while on the other:

[ebuild   R    ] app-shells/bash-4.3_p48-r1::gentoo  USE="net nls (readline) -afs -bashlogger -examples -mem-scramble -plugins" 0 KiB



# emerge -pv portage
[ebuild     U  ] sys-apps/portage-2.3.3::gentoo [2.2.26::gentoo] USE="(ipc) native-extensions%* xattr -build -doc -epydoc (-selinux)" LINGUAS="-ru" PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-python3_5) (-python3_6) (-python3_3%)" 900 KiB

and on the other:

[ebuild   R    ] sys-apps/portage-2.3.3::gentoo  USE="(ipc) native-extensions xattr -build -doc -epydoc (-selinux)" LINGUAS="-ru" PYTHON_TARGETS="python2_7 python3_4 (-pypy) (-python3_5) (-python3_6)" 0 KiB
Comment 6 Martin Mokrejš 2017-04-11 11:18:17 UTC
And I have this issue also on ~amd64:

# python-updater
Traceback (most recent call last):
  File "<string>", line 25, in <module>
KeyError: 'python'
 * Starting Python Updater...
 * Main active version of Python:    2.7
 * Active version of Python 2:       2.7
 * Active version of Python 3:       3.5
 * Globally supported Python ABIs in installed repositories:
^C



# emerge -pv app-shells/bash sys-devel/make python-updater sys-apps/portage

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] app-shells/bash-4.4_p12::gentoo  USE="net nls (readline) -afs -bashlogger -examples -mem-scramble -plugins" 0 KiB
[ebuild   R    ] sys-devel/make-4.2.1::gentoo  USE="nls -guile -static" 0 KiB
[ebuild   R    ] sys-apps/portage-2.3.5::gentoo  USE="(ipc) native-extensions xattr -build -doc -epydoc (-selinux)" LINGUAS="-ru" PYTHON_TARGETS="python2_7 python3_5 -pypy -python3_4 -python3_6" 0 KiB
[ebuild   R    ] app-admin/python-updater-0.14::gentoo  0 KiB

Total: 4 packages (4 reinstalls), Size of downloads: 0 KiB
#
Comment 7 Martin Mokrejš 2017-04-11 11:51:12 UTC
Created attachment 469684 [details]
python-updater.diff

I think the EPREFIX-related replacements do not work. See the misplaced double-quotes.
Comment 8 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-04-11 11:57:04 UTC
I think we can really lastrite it now.
Comment 9 Martin Mokrejš 2017-04-11 12:12:59 UTC
(In reply to Michał Górny from comment #8)
> I think we can really lastrite it now.

Please no. I don't have a single installation where python is properly installed. See bug #615158, #615252 (python-updater-0.11). There is a bunch of portage blocks for python-exec versions and there is at the moment not a single tool to check and repair whatever went wrong. Fixing pthon-updater should be simple, probably replacing first 

sed -e 's#"@GENTOO_PORTAGE_EPREFIX@"##'

sed -e "s#'@GENTOO_PORTAGE_EPREFIX@'##"

and only then

sed -e 's#@GENTOO_PORTAGE_EPREFIX@##'

But I do not know where. In some eclass probably. ;(
Comment 10 Fabian Groffen gentoo-dev 2017-04-11 12:16:25 UTC
The double quotes aren't a problem actually, they just expand to the empty string.
Comment 11 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-04-11 12:40:48 UTC
It's this bit from the Makefile:

  VERSION=$(shell ./python-updater -V)

which obviously fails if make is run before python-updater is created...

In any case, I don't think it's worth any effort to fix it. It's not used in any of the make rules relevant to the ebuild.

(In reply to Martin Mokrejš from comment #9)
> (In reply to Michał Górny from comment #8)
> > I think we can really lastrite it now.
> 
> Please no. I don't have a single installation where python is properly
> installed. See bug #615158, #615252 (python-updater-0.11). There is a bunch
> of portage blocks for python-exec versions and there is at the moment not a
> single tool to check and repair whatever went wrong. Fixing pthon-updater
> should be simple, probably replacing first 

I doubt python-updater will do anything useful but if you believe so... just let me know if it actually did anything useful, so we don't keep it forever just to have people shoot themselves in the feet by using it too much.
Comment 12 Pacho Ramos gentoo-dev 2018-02-14 15:59:56 UTC
removed from the tree