Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217891 - sys-fs/dazuko-2.3.4 fails to emerge on 2.6.24-tuxonice-r5 kernel
Summary: sys-fs/dazuko-2.3.4 fails to emerge on 2.6.24-tuxonice-r5 kernel
Status: RESOLVED DUPLICATE of bug 207537
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-16 02:41 UTC by a_tevelev
Modified: 2008-04-16 14:54 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 a_tevelev 2008-04-16 02:41:39 UTC
# emerge -v sys-fs/dazuko
...

error: capabilities are built-in to the kernel:
       you will need to recompile a kernel with capabilities
       as a kernel module
 * 
 * ERROR: sys-fs/dazuko-2.3.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3484:  Called die
 * The specific snippet of code:
 *       ./configure --without-dep --kernelsrcdir="${KERNEL_DIR}" --kernelobjdir="${KBUILD_OUTPUT}" || die "configure failed";
 *  The die message:
 *   configure failed


However, it is not possible to build CONFIG_SECURITY_CAPABILITIES in 2.6.24-tuxonice-r5 kernel as a module.
Comment 1 Dustin Polke 2008-04-16 10:44:14 UTC
This is a dupe of bug #207537

a_tevelev: Currently, there is no usuable dazuko ebuild in the tree (which means one that is not p.masked) that is working with 2.6.14 kernel sources as Capability has been removed as module from kernel sources.

I am using right now a patched kernel with dazuko built into the kernel directly (see bug #207537). However, as alonbl stated in mentioned bug, this patch will probably never enter gentoo sources, so you need to patch the kernel every time you update to a new version by yourself.

Longterm solution will be to have dazuko as a module work together with redirfs. But redirfs is currently very experimental and thus p.masked together with dazuko-2.3.5_pre1.

If you like to use a patched kernel and are not able to get stuff set up according to the provided README, you can contact me privately and I could help you.

BR,
Dustin 
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2008-04-16 14:54:52 UTC

*** This bug has been marked as a duplicate of bug 207537 ***