Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 512148 - sys-cluster/ceph-0.80.1 with system python3 - ceph --version: print '...' -//- SyntaxError: invalid syntax
Summary: sys-cluster/ceph-0.80.1 with system python3 - ceph --version: print '...' -//...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Yixun Lan
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-06-02 11:25 UTC by Stefan Junker
Modified: 2014-06-20 07:31 UTC (History)
2 users (show)

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


Attachments
Makefile.am: use python2 instead of python (ceph-0.80.1-python2-hashbang.patch,467 bytes, patch)
2014-06-02 11:41 UTC, Stefan Junker
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Junker 2014-06-02 11:25:02 UTC
After a complete world rebuild /usr/bin/ceph had the following hashbang:
#!/usr/bin/env python

Which causes the script to use the default python version. Therefore, if one choses python3 as default ceph will not work anymore.


Reproducible: Always

Steps to Reproduce:
1. eselect python set python3.3
2. emerge =sys-cluster/ceph-0.80.1
3. ceph --version
Actual Results:  
  File "/usr/bin/ceph", line 178
    print '\n', s, '\n', '=' * len(s)
             ^
SyntaxError: invalid syntax

---
(with the broken hashbang for /usr/bin/ceph: #!/usr/bin/env python)


Expected Results:  
ceph version 0.80.1 (a38fe1169b6d2ac98b427334c12d7cf81f809b74)

---
(with a working hashbang for /usr/bin/ceph: #!/usr/bin/env python2)

# emerge --info

    Portage 2.2.8-r1 (default/linux/amd64/13.0, gcc-4.7.3, glibc-2.17, 3.14.4-gentoo x86_64)
    =================================================================
    System uname: Linux-3.14.4-gentoo-x86_64-Intel-R-_Core-TM-_i7-4770_CPU_@_3.40GHz-with-gentoo-2.2
    KiB Mem:    32826792 total,   3415204 free
    KiB Swap:   33554424 total,  33546104 free
    Timestamp of tree: Sun, 01 Jun 2014 23:30:01 +0000
    ld GNU ld (GNU Binutils) 2.23.2
    ccache version 3.1.9 [disabled]
    app-shells/bash:          4.2_p45
    dev-lang/python:          2.7.6, 3.3.3
    dev-util/ccache:          3.1.9-r3
    dev-util/cmake:           2.8.12.2
    dev-util/pkgconfig:       0.28
    sys-apps/baselayout:      2.2
    sys-apps/openrc:          0.12.4
    sys-apps/sandbox:         2.6-r1
    sys-devel/autoconf:       2.13, 2.69
    sys-devel/automake:       1.12.6, 1.13.4
    sys-devel/binutils:       2.23.2
    sys-devel/gcc:            4.7.3-r1
    sys-devel/gcc-config:     1.7.3
    sys-devel/libtool:        2.4.2
    sys-devel/make:           3.82-r4
    sys-kernel/linux-headers: 3.13 (virtual/os-headers)
    sys-libs/glibc:           2.17::poly-c
    Repositories: gentoo quarks_gentoo_hardened_overlay gza-lxc jmesmon poly-c
    ACCEPT_KEYWORDS="amd64"
    ACCEPT_LICENSE="* -@EULA"
    CBUILD="x86_64-pc-linux-gnu"
    CFLAGS="-march=core-avx2 -O2 -pipe"
    CHOST="x86_64-pc-linux-gnu"
    CONFIG_PROTECT="/etc /usr/share/easy-rsa /usr/share/gnupg/qualified.txt"
    CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
    CXXFLAGS="-march=core-avx2 -O2 -pipe"
    DISTDIR="/usr/portage/distfiles"
    EMERGE_DEFAULT_OPTS="--jobs=3 --load-average=10 -b"
    FCFLAGS="-O2 -pipe"
    FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news 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://distfiles.gentoo.org"
    LANG="en_US.utf8"
    LDFLAGS="-Wl,-O1 -Wl,--as-needed"
    MAKEOPTS="-l10 -j10"
    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"
    PORTAGE_TMPDIR="/var/tmp"
    PORTDIR="/usr/portage"
    PORTDIR_OVERLAY="/var/lib/layman/quarks /var/lib/layman/gza-lxc /var/lib/layman/jmesmon /var/lib/layman/poly-c"
    USE="acl amd64 anacron audit avx avx2 berkdb btrfs bzip2 ccache cgroup cli clvm cman cracklib cron crypt cxx device-mapper dri fortran fuse gdbm heartbeat highlight iconv ipv6 lvm lxc lzma mmx modules multilib multiuser ncurses nfs nls nptl ntfs openmp optimization pacemaker pam parted pcre pkcs11 python qemu rbd readline sasl seccomp security session spice sse sse2 sse3 ssl ssse3 tcpd tls tools unicode vim-syntax virt-network xattr xfs xz zlib" ABI_X86="64" 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="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" 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" 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 multiboot" 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" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" 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 3.3"
    Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC
Comment 1 Stefan Junker 2014-06-02 11:41:17 UTC
Created attachment 378058 [details, diff]
Makefile.am: use python2 instead of python
Comment 2 Stefan Junker 2014-06-02 11:42:22 UTC
I don't know why this has become necessary for me, since I've been using python3 as a system default for a while now.
Comment 3 Yixun Lan archtester gentoo-dev 2014-06-14 15:36:26 UTC
will look this later..

as I know ceph only works fine for python2, I previously force it re-generate the python shebang, force it stick to python2.7, so it will works fine even your default system using python3 (just your case there).
Comment 4 Yixun Lan archtester gentoo-dev 2014-06-20 07:31:07 UTC
+  20 Jun 2014; Yixun Lan <dlan@gentoo.org> ceph-0.67.7.ebuild,
+  ceph-0.72.2-r3.ebuild, ceph-0.80.1.ebuild:
+  fix python shebang, bug 512148, thanks Stefan Junker

this due to python-util-r1 API changes, fixed without revision bump.

thanks for reporting.