Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 576614 - kernel-2.eclass - removal of kdbus support
Summary: kernel-2.eclass - removal of kdbus support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL: http://lkml.iu.edu/hypermail/linux/ke...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2016-03-06 15:58 UTC by jon R-B
Modified: 2016-12-15 23:39 UTC (History)
1 user (show)

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


Attachments
patch to kernel-2.eclass to remove kdbus (kernel-2.eclass.patch,1.24 KB, patch)
2016-03-06 15:59 UTC, jon R-B
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jon R-B 2016-03-06 15:58:46 UTC
KDBus has been discontinued & some early work on a replacement (bus1, https://github.com/bus1/bus1) exists.

Thus, the kdbus support within the kerne-2.eclass should be removed  

Reproducible: Always

Steps to Reproduce:
1.emerge gentoo-sources -vp

Actual Results:  
[ebuild  NS    ] sys-kernel/gentoo-sources-4.4.4:4.4.4::gentoo [3.18.1:3.18.1::gentoo, 4.2.0-r1:4.2.0-r1::gentoo, 4.2.3:4.2.3::gentoo, 4.2.4:4.2.4::gentoo, 4.2.5:4.2.5::gentoo, 4.3.0:4.3.0::gentoo, 4.3.3:4.3.3::gentoo, 4.4.0:4.4.0::gentoo, 4.4.0-r1:4.4.0-r1::gentoo, 4.4.1:4.4.1::gentoo, 4.4.2:4.4.2::gentoo, 4.4.3:4.4.3::gentoo] USE="experimental -build -kdbus -symlink" 278 KiB


Expected Results:  
[ebuild  NS    ] sys-kernel/gentoo-sources-4.4.4:4.4.4::gentoo [3.18.1:3.18.1::gentoo, 4.2.0-r1:4.2.0-r1::gentoo, 4.2.3:4.2.3::gentoo, 4.2.4:4.2.4::gentoo, 4.2.5:4.2.5::gentoo, 4.3.0:4.3.0::gentoo, 4.3.3:4.3.3::gentoo, 4.4.0:4.4.0::gentoo, 4.4.0-r1:4.4.0-r1::gentoo, 4.4.1:4.4.1::gentoo, 4.4.2:4.4.2::gentoo, 4.4.3:4.4.3::gentoo] USE="experimental -build  -symlink" 278 KiB
Comment 1 jon R-B 2016-03-06 15:59:24 UTC
Created attachment 427604 [details, diff]
patch to kernel-2.eclass to remove kdbus