Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 666556 - media-gfx/inkscape-0.92.3-r1 fails to compile: python_wrapper_setup: python3.6 is not supported by python2.7 (PYTHON_COMPAT)
Summary: media-gfx/inkscape-0.92.3-r1 fails to compile: python_wrapper_setup: python3....
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-19 12:55 UTC by Sebastian Pipping
Modified: 2018-09-19 19:24 UTC (History)
1 user (show)

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


Attachments
Build log (media-gfx:inkscape-0.92.3-r1:20180919-124557.log,87.01 KB, text/x-log)
2018-09-19 12:55 UTC, Sebastian Pipping
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2018-09-19 12:55:02 UTC
Created attachment 547298 [details]
Build log

It seems like python 3.6 is leaking into the build somehow?


[..]
glib-genmarshal --prefix=sp_marshal --header ./helper/sp-marshal.list > helper/tmp.sp-marshal.h
: python_wrapper_setup: python3.6 is not supported by python2.7 (PYTHON_COMPAT)
make[3]: *** [Makefile:11456: helper/sp-marshal.h] Error 127
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/var/tmp/portage/media-gfx/inkscape-0.92.3-r1/work/inkscape-0.92.3/src'
make[2]: *** [Makefile:5976: all] Error 2
make[2]: Leaving directory '/var/tmp/portage/media-gfx/inkscape-0.92.3-r1/work/inkscape-0.92.3/src'
make[1]: *** [Makefile:1472: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/media-gfx/inkscape-0.92.3-r1/work/inkscape-0.92.3'
make: *** [Makefile:1128: all] Error 2
Comment 1 Ben Kohler gentoo-dev 2018-09-19 13:00:27 UTC
https://gitweb.gentoo.org/repo/gentoo.git/log/eclass/python-utils-r1.eclass

This was among many bugs caused by commit 7f291f5759959bc338ca0b52b169871f0dccf9a9 but "fixed" by the revert in 0b6ceb56b07e645d7c0374dbe93ae0bec67d85f8.

I think if you sync, this problem will go away
Comment 2 Sebastian Pipping gentoo-dev 2018-09-19 19:24:06 UTC
(In reply to Ben Kohler from comment #1)
> https://gitweb.gentoo.org/repo/gentoo.git/log/eclass/python-utils-r1.eclass
> 
> This was among many bugs caused by commit
> 7f291f5759959bc338ca0b52b169871f0dccf9a9 but "fixed" by the revert in
> 0b6ceb56b07e645d7c0374dbe93ae0bec67d85f8.
> 
> I think if you sync, this problem will go away

Confirming, thank you!  Closing as obsolete.