Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 647984 - www-servers/varnish-5.2.0 : ImportError: No module named StringIO
Summary: www-servers/varnish-5.2.0 : ImportError: No module named StringIO
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL: https://github.com/varnishcache/varni...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-02-18 08:58 UTC by Toralf Förster
Modified: 2018-02-19 17:11 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.25 KB, text/plain)
2018-02-18 08:58 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,285.29 KB, text/plain)
2018-02-18 08:58 UTC, Toralf Förster
Details
environment (environment,118.15 KB, text/plain)
2018-02-18 08:58 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.00 KB, application/x-bzip)
2018-02-18 08:58 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,14.84 KB, application/x-bzip)
2018-02-18 08:59 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,35.98 KB, application/x-bzip)
2018-02-18 08:59 UTC, Toralf Förster
Details
www-servers:varnish-5.2.0:20180218-081903.log (www-servers:varnish-5.2.0:20180218-081903.log,78.68 KB, text/plain)
2018-02-18 08:59 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-02-18 08:58:47 UTC
  File "../../lib/libvcc/vsctool.py", line 40, in <module>
    import StringIO
ImportError: No module named 'StringIO'
make[3]: *** [Makefile:3095: VSC_main.c] Error 1
make[3]: Leaving directory '/var/tmp/portage/www-servers/varnish-5.2.0/work/varnish-5.2.0/bin/varnishd'
make[2]: *** [Makefile:414: all-recursive] Error 1

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-systemd_abi32+64_20180210-153826

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
  [3]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems)
  [2]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv www-servers/varnish
[ebuild   R   ] www-servers/varnish-5.1.3  USE="-jemalloc -jit -static-libs" PYTHON_TARGETS="python2_7 python3_5 -pypy -python3_4 -python3_6"
Comment 1 Toralf Förster gentoo-dev 2018-02-18 08:58:50 UTC
Created attachment 519954 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-02-18 08:58:53 UTC
Created attachment 519956 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-02-18 08:58:56 UTC
Created attachment 519958 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-02-18 08:58:59 UTC
Created attachment 519960 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-02-18 08:59:02 UTC
Created attachment 519962 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-02-18 08:59:05 UTC
Created attachment 519964 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-02-18 08:59:09 UTC
Created attachment 519966 [details]
www-servers:varnish-5.2.0:20180218-081903.log
Comment 8 Anthony Basile gentoo-dev 2018-02-19 15:54:21 UTC
@whissi classic python2 <-> 3 error.  i was just in the middle of generating my own home brew fix.  i'll backport upstream's patch.
Comment 9 Anthony Basile gentoo-dev 2018-02-19 17:11:15 UTC
fixed