Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 304545 - dev-python/gst-python - configure fails with python 3.1
Summary: dev-python/gst-python - configure fails with python 3.1
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-11 12:57 UTC by Arsen Shnurkov
Modified: 2011-10-29 18:14 UTC (History)
0 users

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


Attachments
/var/tmp/portage/dev-python/gst-python-0.10.17/temp/build.log (build.log,8.91 KB, text/plain)
2010-02-11 13:02 UTC, Arsen Shnurkov
Details
/var/tmp/portage/dev-python/gst-python-0.10.17/work/gst-python-0.10.17/config.log (config.log,38.31 KB, text/plain)
2010-02-11 13:03 UTC, Arsen Shnurkov
Details
/var/tmp/portage/dev-python/gst-python-0.10.17/temp/environment (environment,162.44 KB, text/plain)
2010-02-11 13:03 UTC, Arsen Shnurkov
Details
emerge --info =dev-python/gst-python-0.10.17 (emerge.info.txt,4.02 KB, text/plain)
2010-02-11 13:04 UTC, Arsen Shnurkov
Details
emerge -pqv =dev-python/gst-python-0.10.17 (emerge.pqv.txt,73 bytes, text/plain)
2010-02-11 13:05 UTC, Arsen Shnurkov
Details

Note You need to log in before you can comment on or make changes to this bug.
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.