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

Bug 904456

Summary: media-tv/mythtv-32.0-r3 fails to build with USE=python
Product: Gentoo Linux Reporter: Stefan Trenker <strenker>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge build log
emerge --info mythtv
Python Targets customization
Use-flags for mythtv
Use flags for dev-python/setuptools

Description Stefan Trenker 2023-04-17 12:33:17 UTC
Created attachment 860243 [details]
emerge build log

It is important to know, that i have already anticipated to switch PYTHON_TARGETS to Python 3.11. I followed the procedure recommended in the Gentoo news "2023-04-02  Python 3.11 to become the default on 2023-05-01".

I had to customize the PYTHON_TARGETS for some Python-ebuilds so that 'emerge -uDN world' still works (see attachment python-target-use)

Since the mythty ebuild changed to 32.0-r3 emerging of mythtv bails out complaining wrong parameters in python setuptools (see build log). dev-python/setuptools are built with PYTHON_TARGETS for 3.10 and 3.11.

Build-log is attached.

With 'USE=-python' mythtv-32.0-r3 emerge shows no errors.
Comment 1 Stefan Trenker 2023-04-17 12:34:14 UTC
Created attachment 860244 [details]
emerge --info mythtv
Comment 2 Stefan Trenker 2023-04-17 12:34:51 UTC
Created attachment 860245 [details]
Python Targets customization
Comment 3 Stefan Trenker 2023-04-17 12:35:29 UTC
Created attachment 860246 [details]
Use-flags for mythtv
Comment 4 Stefan Trenker 2023-04-17 12:36:08 UTC
Created attachment 860247 [details]
Use flags for dev-python/setuptools
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-18 12:17:14 UTC
Thanks, I fixed this earlier today.

*** This bug has been marked as a duplicate of bug 891189 ***
Comment 6 Stefan Trenker 2023-04-19 11:14:53 UTC
(In reply to Sam James from comment #5)
> Thanks, I fixed this earlier today.
> 
> *** This bug has been marked as a duplicate of bug 891189 ***

Many Thanks! I can confirm it works now.