Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 682528 - net-libs/webkit-gtk 2.24.0 USE=geolocation - gdbus-codegen ... /usr/share/dbus-1/interfaces/org.freedesktop.GeoClue2.xml : python_wrapper_setup: python3 is not supported by python2.7 (PYTHON_COMPAT)
Summary: net-libs/webkit-gtk 2.24.0 USE=geolocation - gdbus-codegen ... /usr/share/dbu...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-04 14:23 UTC by David Heidelberg (okias)
Modified: 2019-04-05 10:42 UTC (History)
0 users

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 David Heidelberg (okias) 2019-04-04 14:23:34 UTC
[1598/2814] cd /var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.24.0/work/webkit-gtk-2.24.0_build/Source/WebCore && gdbus-codegen --interface-prefix org.freedesktop.GeoClue2. --c-namespace Geoclue --generate-c-code /var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.24.0/work/webkit-gtk-2.24.0_build/DerivedSources/WebCore/Geoclue2Interface /usr/share/dbus-1/interfaces/org.freedesktop.GeoClue2.xml
FAILED: DerivedSources/WebCore/Geoclue2Interface.c DerivedSources/WebCore/Geoclue2Interface.h 
cd /var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.24.0/work/webkit-gtk-2.24.0_build/Source/WebCore && gdbus-codegen --interface-prefix org.freedesktop.GeoClue2. --c-namespace Geoclue --generate-c-code /var/tmp/notmpfs/portage/net-libs/webkit-gtk-2.24.0/work/webkit-gtk-2.24.0_build/DerivedSources/WebCore/Geoclue2Interface /usr/share/dbus-1/interfaces/org.freedesktop.GeoClue2.xml
: python_wrapper_setup: python3 is not supported by python2.7 (PYTHON_COMPAT)

$ eselect python list
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python3.5 (uninstalled)
  [4]   python2.7
Comment 1 Mart Raudsepp gentoo-dev 2019-04-05 09:15:56 UTC
Outputs of

emerge -vpO gdbus-codegen
head -n1 /usr/bin/gdbus-codegen

please.
Comment 2 David Heidelberg (okias) 2019-04-05 10:17:21 UTC
[ebuild   R    ] dev-util/gdbus-codegen-666::gnome-next  0 KiB

#!/usr/bin/env python3
Comment 3 Mart Raudsepp gentoo-dev 2019-04-05 10:42:46 UTC
Your gdbus-codegen (or glib) package is broken and doesn't install with a correct shebang for /usr/bin/gdbus-codegen for the chosen PYTHON_SINGLE_TARGET. Nothing I can do there, use main tree gdbus-codegen or fix that overlay.