Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 304545

Summary: dev-python/gst-python - configure fails with python 3.1
Product: Gentoo Linux Reporter: Arsen Shnurkov <Arsen.Shnurkov>
Component: Current packagesAssignee: GStreamer package maintainers <gstreamer>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: /var/tmp/portage/dev-python/gst-python-0.10.17/temp/build.log
/var/tmp/portage/dev-python/gst-python-0.10.17/work/gst-python-0.10.17/config.log
/var/tmp/portage/dev-python/gst-python-0.10.17/temp/environment
emerge --info =dev-python/gst-python-0.10.17
emerge -pqv =dev-python/gst-python-0.10.17

Description Arsen Shnurkov 2010-02-11 12:57:28 UTC
checking for libraries required to embed python...   File "<string>", line 1
    import sys; print sys.exec_prefix
                        ^
SyntaxError: invalid syntax
no
configure: error: could not find Python lib
Comment 1 Arsen Shnurkov 2010-02-11 13:02:31 UTC
Created attachment 219219 [details]
/var/tmp/portage/dev-python/gst-python-0.10.17/temp/build.log
Comment 2 Arsen Shnurkov 2010-02-11 13:03:04 UTC
Created attachment 219223 [details]
/var/tmp/portage/dev-python/gst-python-0.10.17/work/gst-python-0.10.17/config.log
Comment 3 Arsen Shnurkov 2010-02-11 13:03:42 UTC
Created attachment 219225 [details]
/var/tmp/portage/dev-python/gst-python-0.10.17/temp/environment
Comment 4 Arsen Shnurkov 2010-02-11 13:04:51 UTC
Created attachment 219227 [details]
emerge --info =dev-python/gst-python-0.10.17
Comment 5 Arsen Shnurkov 2010-02-11 13:05:36 UTC
Created attachment 219229 [details]
emerge -pqv =dev-python/gst-python-0.10.17
Comment 6 Mart Raudsepp gentoo-dev 2011-10-29 18:14:54 UTC
I believe this was fixed ages ago with these commits:


  06 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  gst-python-0.10.15-r1.ebuild, gst-python-0.10.16.ebuild,
  gst-python-0.10.17.ebuild:
  Use PYTHON_DEPEND instead of NEED_PYTHON.

  13 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  gst-python-0.10.18.ebuild:
  Set SUPPORT_PYTHON_ABIS.

  13 Jun 2010; Arun Raghavan <ford_prefect@gentoo.org>
  gst-python-0.10.18.ebuild:
  Update python.eclass usage based on feedback from Arfrever.