Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 588476 - default/linux/arm/13.0/{,*/}desktop/plasma profiles not described in profiles/profiles.desc
Summary: default/linux/arm/13.0/{,*/}desktop/plasma profiles not described in profiles...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Profiles (show other bugs)
Hardware: ARM Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-09 22:36 UTC by Nathan Shearer
Modified: 2018-12-15 19:43 UTC (History)
1 user (show)

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 Nathan Shearer 2016-07-09 22:36:36 UTC
A recent news article has announced that support for the desktop/kde profile has been dropped and that I should upgrade to Plasma: https://www.gentoo.org/support/news-items/2016-04-07-kde-plasma5-stable.html

However, arm architectures do not have a desktop/plasma profile. I submitted a bug report about a blocker while installing kde-apps/kdebase-meta which was closed as invalid because support for desktop/kde was dropped: BUG588468

Please add the desktop/plasma profile to arm architectures since I cannot install kde-apps/kdebase-meta

I will gladly start testing KDE Plasma on arm and begin submitting stabilization requests -- that is if I could emerge it ;)
Comment 1 Johannes Huber (RETIRED) gentoo-dev 2016-07-09 22:44:58 UTC
Please provide output of eselect profile list.
Comment 2 Arfrever Frehtes Taifersar Arahesis 2016-07-09 22:52:03 UTC
Requested profiles actually already exist:

# find profiles -name plasma | sort
profiles/default/linux/amd64/13.0/desktop/plasma
profiles/default/linux/arm/13.0/armv4/desktop/plasma
profiles/default/linux/arm/13.0/armv4t/desktop/plasma
profiles/default/linux/arm/13.0/armv5te/desktop/plasma
profiles/default/linux/arm/13.0/armv6j/desktop/plasma
profiles/default/linux/arm/13.0/armv7a/desktop/plasma
profiles/default/linux/arm/13.0/desktop/plasma
profiles/default/linux/x86/13.0/desktop/plasma
profiles/targets/desktop/plasma


Probably descriptions in profiles/profiles.desc should be added which are missing now:

# grep plasma profiles/profiles.desc
amd64           default/linux/amd64/13.0/desktop/plasma            stable
amd64           default/linux/amd64/13.0/desktop/plasma/systemd    stable
x86             default/linux/x86/13.0/desktop/plasma           stable
x86             default/linux/x86/13.0/desktop/plasma/systemd   stable
# grep -E "^arm.*desktop/kde" profiles/profiles.desc
arm             default/linux/arm/13.0/desktop/kde              dev
arm             default/linux/arm/13.0/desktop/kde/systemd      dev
arm             default/linux/arm/13.0/armv4/desktop/kde        dev
arm             default/linux/arm/13.0/armv4t/desktop/kde       dev
arm             default/linux/arm/13.0/armv5te/desktop/kde      dev
arm             default/linux/arm/13.0/armv6j/desktop/kde       dev
arm             default/linux/arm/13.0/armv7a/desktop/kde       dev
Comment 3 Michael Palimaka (kensington) gentoo-dev 2016-07-10 15:00:30 UTC
@arm is it OK to add the plasma profile to profiles.desc?
Comment 4 Michael Palimaka (kensington) gentoo-dev 2016-07-10 20:25:09 UTC
(In reply to Nathan Shearer from comment #0)
> I will gladly start testing KDE Plasma on arm and begin submitting
> stabilization requests -- that is if I could emerge it ;)

Stabilisation on arm is an interesting idea but I'd be concerned about the workload on the arm team, considering the number of packages involved and how fast qt/frameworks/plasma is moving.
Comment 5 Nathan Shearer 2017-04-13 17:45:20 UTC
Any news on adding the plasma profile to /usr/portage/profiles/profiles.desc? 

I've done it manually on several of my systems and when I unmask stable x86 packages I'm able to emerge plasma and it's remarkably stable.
Comment 6 Larry the Git Cow gentoo-dev 2018-12-15 19:43:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debfdb2f6bbcd3cb2dc83044c5681f613fcc6b0f

commit debfdb2f6bbcd3cb2dc83044c5681f613fcc6b0f
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2018-12-15 19:40:54 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2018-12-15 19:40:54 +0000

    profiles: list existing arm/*plasma* profiles into profiles.desc
    
    Reported-by: Nathan Shearer
    Closes: https://bugs.gentoo.org/588476
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 profiles/profiles.desc | 14 ++++++++++++++
 1 file changed, 14 insertions(+)