Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904456 - media-tv/mythtv-32.0-r3 fails to build with USE=python
Summary: media-tv/mythtv-32.0-r3 fails to build with USE=python
Status: RESOLVED DUPLICATE of bug 891189
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-17 12:33 UTC by Stefan Trenker
Modified: 2023-04-19 11:14 UTC (History)
0 users

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


Attachments
emerge build log (media-tv:mythtv-32.0-r3:20230417-114625.log.gz,53.46 KB, application/gzip)
2023-04-17 12:33 UTC, Stefan Trenker
Details
emerge --info mythtv (emerge-info-mythtv,9.34 KB, text/plain)
2023-04-17 12:34 UTC, Stefan Trenker
Details
Python Targets customization (python-target-use,6.56 KB, text/plain)
2023-04-17 12:34 UTC, Stefan Trenker
Details
Use-flags for mythtv (mythtv-equery-uses,298 bytes, text/plain)
2023-04-17 12:35 UTC, Stefan Trenker
Details
Use flags for dev-python/setuptools (python-setuptools-equery-uses,86 bytes, text/plain)
2023-04-17 12:36 UTC, Stefan Trenker
Details

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