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

Bug 576614

Summary: kernel-2.eclass - removal of kdbus support
Product: Gentoo Linux Reporter: jon R-B <jon.roadleybattin>
Component: EclassesAssignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel>
Status: RESOLVED FIXED    
Severity: normal CC: pacho
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://lkml.iu.edu/hypermail/linux/kernel/1511.1/00247.html
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch to kernel-2.eclass to remove kdbus

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