<?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>92334</bug_id>
          
          <creation_ts>2005-05-11 23:32 0000</creation_ts>
          <short_desc>unionfs-1.0.11 fails to build on x86</short_desc>
          <delta_ts>2005-05-15 12:06:14 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>Core system</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>Magnus.Kessler@gmx.net</reporter>
          <assigned_to>malc@gentoo.org</assigned_to>
          <cc>genstef@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>Magnus.Kessler@gmx.net</who>
            <bug_when>2005-05-11 23:32:44 0000</bug_when>
            <thetext>Due to the addition of a bug fix for amd64, the unionfs-1.0.11 ebuild now fails on non-amd64 platforms on the line

	use amd64 &amp;&amp; epatch ${FILESDIR}/${P}-amd64.patch || die

in src_unpack(). Removing that line gives a successful build.

Reproducible: Always
Steps to Reproduce:
1. emerge =sys-fs/unionfs-1.0.11
Actual Results:  
&gt;&gt;&gt; Unpacking unionfs-1.0.11.tar.gz to /var/tmp/portage/unionfs-1.0.11/work 
 
!!! ERROR: sys-fs/unionfs-1.0.11 failed. 
!!! Function src_unpack, Line 29, Exitcode 1 
 

Expected Results:  
&gt;&gt;&gt; sys-fs/unionfs-1.0.11 merged.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2005-05-12 02:28:20 0000</bug_when>
            <thetext>Malcolm, you broke it! ;-)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>rocket@gentoo.org</who>
            <bug_when>2005-05-12 12:37:44 0000</bug_when>
            <thetext>change 
use amd64 &amp;&amp; epatch ${FILESDIR}/${P}-amd64.patch || die

to 

if use amd64; then
      epatch ${FILESDIR}/${P}-amd64.patch || die
fi

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>Magnus.Kessler@gmx.net</who>
            <bug_when>2005-05-15 11:34:35 0000</bug_when>
            <thetext>*** Bug 92722 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>genstef@gentoo.org</who>
            <bug_when>2005-05-15 12:05:54 0000</bug_when>
            <thetext>Just fixed that, thank you guys for uncovering the bug.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>