Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 711906 - Remove qt5 use mask
Summary: Remove qt5 use mask
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Profiles (show other bugs)
Hardware: Alpha Linux
: Normal normal
Assignee: Alpha Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-08 21:12 UTC by Barnabás Virágh
Modified: 2020-03-19 04:39 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Barnabás Virágh 2020-03-08 21:12:18 UTC
In 2016, "qt5" use flag was masked with this comment:
# Tobias Klausmann <klausman@gentoo.org> (2016-06-07)
# We currently do not have the resources to AT qt5 packages.
# This may change when/if qt4 goes away.
qt5

Since then, all alpha stable keywords disappeared, so no more effort is taken into checking regularly if qt5 would work.

Actually it builds, and works well. With the mask in place, VLC media player displays without GUI (which requires qt5 under linux X).

Reproducible: Always

Steps to Reproduce:
make.conf: accept_keywords="alpha -~alpha *"
emerge --ask media-video/vlc
qt5 is masked.


Expected Results:  
qt5 use flag can be set
Comment 1 Matt Turner gentoo-dev 2020-03-17 03:19:22 UTC
Probably best to submit a pull request via GitHub that removes the mask, so CI can check if there are any missing dependencies that need keywording.
Comment 2 Barnabás Virágh 2020-03-18 20:18:07 UTC
Should the PR also include the required/needed keyword changes in dev-qt/* ?
Comment 3 Matt Turner gentoo-dev 2020-03-19 04:39:03 UTC
Oh, I didn't realize the extent of it. dev-qt/qtgui doesn't have alpha keywords. I don't think I'm interested in keywording dev-qt/*.

Since you're likely the only user of Qt on Gentoo/Alpha, I'd suggest just unmasking things locally.