Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] python_single_target_python2_7 or 3_3
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
emc
Guru
Guru


Joined: 02 Jul 2004
Posts: 564
Location: Cracow, Poland

PostPosted: Thu Oct 30, 2014 11:18 am    Post subject: [solved] python_single_target_python2_7 or 3_3 Reply with quote

I've emetge ne python-3.4 and run python-updater after that run into some:

Code:
# emerge -NDu --with-bdeps=y @world     

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

Calculating dependencies -

!!! Problem resolving dependencies for media-sound/rhythmbox from @selected
... done!

!!! The ebuild selected to satisfy "media-sound/rhythmbox" has unmet requirements.
- media-sound/rhythmbox-3.0.3::gentoo USE="cdr dbus libnotify libsecret udev -daap -html -ipod -lirc -mtp -nsplugin -python -test -upnp-av -visualizer -webkit -zeitgeist" ABI_X86="64" PYTHON_SINGLE_TARGET="-python3_2 -python3_3" PYTHON_TARGETS="python3_3 -python3_2"

  The following REQUIRED_USE flag constraints are unsatisfied:
    dbus? ( python )

  The above constraints are a subset of the following complete expression:
    ipod? ( udev ) mtp? ( udev ) dbus? ( python ) webkit? ( python ) python? ( python_single_target_python3_2? ( python_targets_python3_2 ) python_single_target_python3_3? ( python_targets_python3_3 ) exactly-one-of ( python_single_target_python3_2 python_single_target_python3_3 ) )

(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
 * Unmounting 6G of memory to /var/tmp/portage ...

I have in make.conf:
Code:

USE_PYTHON="2.7 3.3 3.4"
PYTHON_TARGETS="python2_7 python3_3 python3_4"
PYTHON_SINGLE_TARGET="python2_7"

Should I change PYTHON_SINGLE_TARGET="python2_7" to 3_3, or mayby set 3_3 per package media-sound/rhythmbox in package.use file.
Code:
# grep python_single_target_python3_3 /etc/portage/package.use
media-sound/rhythmbox musicbrainz  -webkit -python python_single_target_python3_3

Code:
# emerge -pvNDu --with-bdeps=y @world                                                                                 
These are the packages that would be merged, in order:

Calculating dependencies -

!!! Problem resolving dependencies for media-sound/rhythmbox from @selected
... done!

!!! The ebuild selected to satisfy "media-sound/rhythmbox" has unmet requirements.
- media-sound/rhythmbox-3.0.3::gentoo USE="cdr dbus libnotify libsecret udev -daap -html -ipod -lirc -mtp -nsplugin -python -test -upnp-av -visualizer -webkit -zeitgeist" ABI_X86="64" PYTHON_SINGLE_TARGET="python3_3 -python3_2" PYTHON_TARGETS="python3_3 -python3_2"

  The following REQUIRED_USE flag constraints are unsatisfied:
    dbus? ( python )

  The above constraints are a subset of the following complete expression:
    ipod? ( udev ) mtp? ( udev ) dbus? ( python ) webkit? ( python ) python? ( python_single_target_python3_2? ( python_targets_python3_2 ) python_single_target_python3_3? ( python_targets_python3_3 ) exactly-one-of ( python_single_target_python3_2 python_single_target_python3_3 ) )

(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

 * Unmounting 6G of memory to /var/tmp/portage ...


Last edited by emc on Fri Oct 31, 2014 2:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Thu Oct 30, 2014 1:28 pm    Post subject: Re: python_single_target_python2_7 or 3_3 Reply with quote

emc wrote:
I have in make.conf:
Code:

USE_PYTHON="2.7 3.3 3.4"
PYTHON_TARGETS="python2_7 python3_3 python3_4"
PYTHON_SINGLE_TARGET="python2_7"
What's the reason for having those lines there? I'd simply prefer having not of them.
Back to top
View user's profile Send private message
emc
Guru
Guru


Joined: 02 Jul 2004
Posts: 564
Location: Cracow, Poland

PostPosted: Fri Oct 31, 2014 2:26 pm    Post subject: media-libs/openjpeg masking problem Reply with quote

Remove those 3 lines helped ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum