<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>164754</bug_id>
          
          <creation_ts>2007-01-31 22:39 0000</creation_ts>
          <short_desc>sys-fs/dazuko-2.3.3_pre1 compile fails w/ kernel-2.4.x</short_desc>
          <delta_ts>2007-02-01 10:12:41 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>f.mensik@tiscali.cz</reporter>
          <assigned_to>alonbl@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>f.mensik@tiscali.cz</who>
            <bug_when>2007-01-31 22:39:23 0000</bug_when>
            <thetext>dazuko-2.3.3_pre1.ebuild

Reproducible: Always




here&apos;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=&quot;${WORKDIR}/${MY_P}&quot;
 
 # kernel settings
-CONFIG_CHECK=&quot;SECURITY_CAPABILITIES&quot;
+if kernel_is le 2 4; then
+	BUILD_TARGETS=&quot;all&quot;
+else
+	CONFIG_CHECK=&quot;SECURITY_CAPABILITIES&quot;
+	BUILD_TARGETS=&quot;dummy_rule&quot;
+fi
 MODULE_NAMES=&quot;dazuko(misc:)&quot;
-BUILD_TARGETS=&quot;dummy_rule&quot;
 
 pkg_setup() {
 	[ &quot;${KERNEL}&quot; = &quot;linux&quot; ] &amp;&amp; linux-mod_pkg_setup</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>alonbl@gentoo.org</who>
            <bug_when>2007-01-31 22:50:53 0000</bug_when>
            <thetext>Why on earth do you use 2.4?!?!?
Fixed... :)
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>f.mensik@tiscali.cz</who>
            <bug_when>2007-02-01 10:12:41 0000</bug_when>
            <thetext>(In reply to comment #1)
&gt; Why on earth do you use 2.4?!?!?
&gt; Fixed... :)
&gt; 
nostalgia
</thetext>
          </long_desc>
      
    </bug>

</bugzilla>