Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Python target
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3483
Location: Berlin

PostPosted: Fri May 08, 2020 9:14 am    Post subject: Python target Reply with quote

Hallo, vor einiger Zeit habe ich alle Einträge betreffend PYTHON_SINGLE_TARGET="xxxx" PYTHON_TARGETS="xxxx" aus der /etc/portage/make.conf und der /etc/portage/package.use entfernt. Das war geraume Zeit in Ordnung. Heute geht es wieder los, das div. ebuilds die Einträge verlangen.
Code:
emerge app-admin/system-config-printer -pv

These are the packages that would be merged, in order:

Calculating dependencies |

!!! Problem resolving dependencies for app-admin/system-config-printer
... done!

!!! The ebuild selected to satisfy "app-admin/system-config-printer" has unmet requirements.
- app-admin/system-config-printer-1.5.12-r1::gentoo USE="(policykit) -gnome-keyring" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_6 python3_7 (-python3_8)"

  The following REQUIRED_USE flag constraints are unsatisfied:
    exactly-one-of ( python_single_target_python3_6 python_single_target_python3_7 python_single_target_python3_8
Code:
emerge -puDNtv world

These are the packages that would be merged, in reverse order:

Calculating dependencies /

!!! Problem resolving dependencies for app-pda/libimobiledevice from @selected
... done!

!!! The ebuild selected to satisfy "app-pda/libimobiledevice" has unmet requirements.
- app-pda/libimobiledevice-1.2.0-r1::gentoo USE="-gnutls -libressl -python -static-libs" ABI_X86="(64)" PYTHON_TARGETS="-python3_6"

  The following REQUIRED_USE flag constraints are unsatisfied:
    python_targets_python3_6

  The above constraints are a subset of the following complete expression:
    any-of ( python_targets_python3_6 )

(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
Ich hatte das so verstanden, das sich das aus dem gewählten Profil (default/linux/amd64/17.1/desktop/plasma/systemd (stable) *)ergibt und die Einträge nicht mehr benötigt werden.
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8936

PostPosted: Fri May 08, 2020 9:25 am    Post subject: Re: Python target Reply with quote

flammenflitzer wrote:
Hallo, vor einiger Zeit habe ich alle Einträge betreffend PYTHON_SINGLE_TARGET="xxxx" PYTHON_TARGETS="xxxx" aus der /etc/portage/make.conf und der /etc/portage/package.use entfernt.

Scheinbar nicht alle Einträge, wie man ja sieht:
flammenflitzer wrote:
Code:

!!! The ebuild selected to satisfy "app-admin/system-config-printer" has unmet requirements.
- app-admin/system-config-printer-1.5.12-r1::gentoo USE="(policykit) -gnome-keyring" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_6 python3_7 (-python3_8)"

  The following REQUIRED_USE flag constraints are unsatisfied:
    exactly-one-of ( python_single_target_python3_6 python_single_target_python3_7 python_single_target_python3_8


libimobiledevice: https://bugs.gentoo.org/721616
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3483
Location: Berlin

PostPosted: Sat May 09, 2020 4:40 am    Post subject: Reply with quote

Code:
flammenflitzer /etc/portage # grep -r -i PYTHON_TARGET ./
./package.use/package.use:#*/* PYTHON_TARGETS: python2_7 python3_6
flammenflitzer /etc/portage # grep -r -i PYTHON_SINGLE_TARGET ./
./package.use/package.use:#*/* PYTHON_SINGLE_TARGET: python3_6 -python3_7 -python3_8
Nichts vorhanden. Die beiden Einträge sind auskommentiert.
Die Änderung in package.use
Code:
*/* PYTHON_TARGETS: python2_7 python3_6
hilft mir erst einmal weiter. Er scheint gerade die Umstellung von python3_6 auf python3_7 stattzufinden.
Back to top
View user's profile Send private message
deranonyme
Guru
Guru


Joined: 09 Jul 2005
Posts: 508

PostPosted: Tue May 12, 2020 8:55 am    Post subject: Reply with quote

flammenflitzer wrote:
Er scheint gerade die Umstellung von python3_6 auf python3_7 stattzufinden.


Ja, so sehr ich das auch. Default ist wohl aktuell python 3.7
Es sind noch nicht alle Python Programme auf 3.7 umgestellt, so dass man in diesem Fall das richtige Python zusätzlich freigeben muss. Siehe auch
Code:
eselect news  read 2020-04-22-python3-7

BTW, weiß jemand wann Gimp ohne Python 2.7 auskommen soll/wird?
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Wed May 13, 2020 8:28 am    Post subject: Reply with quote

deranonyme wrote:
BTW, weiß jemand wann Gimp ohne Python 2.7 auskommen soll/wird?

Ab gimp-3.0, was auch auf gtk3 umgestellt sein wird.
WANN das sein wird wissen die Götter. Aber da jetzt so viele Distris py2.7 raushauen und manche python bei gimp bereits deaktiviert haben (arch, ubuntu) wird sich das hoffentlich beschleunigen.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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