| View previous topic :: View next topic |
| Author |
Message |
xsilentmurmurx Apprentice

Joined: 23 Oct 2009 Posts: 224
|
Posted: Tue Jul 31, 2012 12:45 am Post subject: dbus-python will not emerge :( |
|
|
Hello everyone
I am trying to update my system but whenever the update process gets to emerge dbus-python, it gives me the following error:
| Code: |
Emerging (1 of 1) dev-python/dbus-python-1.1.1
* dbus-python-1.1.1.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
* ERROR: dev-python/dbus-python-1.1.1 failed (setup phase):
* Active version of CPython 3 is not supported by dev-python/dbus-python-1.1.1
*
* Call stack:
* ebuild.sh, line 85: Called pkg_setup
* ebuild.sh, line 319: Called python_pkg_setup
* python.eclass, line 431: Called _python_calculate_PYTHON_ABIS
* python.eclass, line 845: Called die
* The specific snippet of code:
* die "Active version of CPython 3 is not supported by ${CATEGORY}/${PF}"
*
* If you need support, post the output of `emerge --info '=dev-python/dbus-python-1.1.1'`,
* the complete build log and the output of `emerge -pqv '=dev-python/dbus-python-1.1.1'`.
* The complete build log is located at '/var/tmp/portage/dev-python/dbus-python-1.1.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-python/dbus-python-1.1.1/temp/die.env'.
* Working directory: '/var/tmp/portage/dev-python/dbus-python-1.1.1'
* S: '/var/tmp/portage/dev-python/dbus-python-1.1.1/work/dbus-python-1.1.1'
|
has anyone found a way to fix this issue? If so please let me know!! Thanks everyone!! |
|
| Back to top |
|
 |
sebaro Veteran


Joined: 03 Jul 2006 Posts: 1028 Location: Romania
|
Posted: Tue Jul 31, 2012 7:36 am Post subject: |
|
|
http://forums.gentoo.org/viewtopic-t-923884-start-0.html _________________ My Smooth Computer
MB: VIA 82C598MVP on DFI P5BV3+/Rev. B+
CPU: AMD K6-II 333 MHz | RAM: 256 MB SDRAM
Video: Asus MB19TU on nVidia GeForce MX4000 64 MB
Sound: CM8738 | Net: RTL-8139
PATA HDD WD 80 GB & DVD-RW LG 16x |
|
| Back to top |
|
 |
gorkypl Guru

Joined: 04 Oct 2010 Posts: 440 Location: Kraków, PL
|
Posted: Tue Jul 31, 2012 7:36 am Post subject: |
|
|
It tells you what is wrong:
| Code: |
Active version of CPython 3 is not supported
|
Do
| Code: |
eselect python set python2.7
|
_________________ BTW, TWM FTW! |
|
| Back to top |
|
 |
mbjr Guru


Joined: 17 Jan 2004 Posts: 526 Location: Budapest/Hungary
|
Posted: Sun Aug 05, 2012 11:00 am Post subject: |
|
|
Wow how obvious that is - ran into it regardless
Thanks :> _________________ MBJr.
buy me a beer |
|
| Back to top |
|
 |
duderonomy Guru

Joined: 20 Mar 2004 Posts: 325 Location: SF Bay Area
|
Posted: Tue Aug 21, 2012 12:51 am Post subject: |
|
|
I was wondering how my python select gets changed... again
but then I read another thread which suggested that the package required python 3.2.
So if that is available, then
eselect python set --python3 python3.2
Thanks!
 |
|
| Back to top |
|
 |
klevin n00b

Joined: 16 Aug 2005 Posts: 27
|
Posted: Sat Sep 08, 2012 7:52 pm Post subject: |
|
|
| I ran into this same problem, even though eselect reported my active python version as being 2.7. I set the active python version to 3.2, and the emerge update of dbus-python ran without complaint. |
|
| Back to top |
|
 |
lindegur Apprentice


Joined: 14 Aug 2004 Posts: 243 Location: Swiss mountains
|
|
| Back to top |
|
 |
Duncan Mac Leod Apprentice


Joined: 02 May 2004 Posts: 160 Location: Coburg, Bavaria, Germany
|
Posted: Tue Jan 08, 2013 2:59 am Post subject: |
|
|
| lindegur wrote: | Since I have python 3.2 on my system I just removed python 3.1 with
| Code: | | emerge -C python:3.1 |
After that | Code: | | emerge -1 dbus-python | went well. |
Worked !
Thanks! |
|
| Back to top |
|
 |
Chryyz n00b


Joined: 12 Jan 2013 Posts: 1
|
Posted: Sat Jan 12, 2013 1:14 am Post subject: |
|
|
| Duncan Mac Leod wrote: | | lindegur wrote: | Since I have python 3.2 on my system I just removed python 3.1 with
| Code: | | emerge -C python:3.1 |
After that | Code: | | emerge -1 dbus-python | went well. |
Worked !
Thanks! |
Confirmed. Thanks. |
|
| Back to top |
|
 |
|