Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164754 - sys-fs/dazuko-2.3.3_pre1 compile fails w/ kernel-2.4.x
Summary: sys-fs/dazuko-2.3.3_pre1 compile fails w/ kernel-2.4.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Alon Bar-Lev (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-31 22:39 UTC by f.mensik
Modified: 2007-02-01 10:12 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 f.mensik 2007-01-31 22:39:23 UTC
dazuko-2.3.3_pre1.ebuild

Reproducible: Always




here's my patch:

--- dazuko-2.3.3_pre1.ebuild_orig	2007-01-19 20:31:09.000000000 +0100
+++ dazuko-2.3.3_pre1.ebuild	2007-01-31 22:08:54.000000000 +0100
@@ -17,9 +17,13 @@
 S="${WORKDIR}/${MY_P}"
 
 # kernel settings
-CONFIG_CHECK="SECURITY_CAPABILITIES"
+if kernel_is le 2 4; then
+	BUILD_TARGETS="all"
+else
+	CONFIG_CHECK="SECURITY_CAPABILITIES"
+	BUILD_TARGETS="dummy_rule"
+fi
 MODULE_NAMES="dazuko(misc:)"
-BUILD_TARGETS="dummy_rule"
 
 pkg_setup() {
 	[ "${KERNEL}" = "linux" ] && linux-mod_pkg_setup
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2007-01-31 22:50:53 UTC
Why on earth do you use 2.4?!?!?
Fixed... :)
Comment 2 f.mensik 2007-02-01 10:12:41 UTC
(In reply to comment #1)
> Why on earth do you use 2.4?!?!?
> Fixed... :)
> 
nostalgia