First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 92334
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Malcolm Lashley (RETIRED) <malc@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Magnus Kessler <Magnus.Kessler@gmx.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 92334 depends on: Show dependency tree
Show dependency graph
Bug 92334 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-05-11 23:32 0000
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 && 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:  
>>> 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:  
>>> sys-fs/unionfs-1.0.11 merged.

------- Comment #1 From Jakub Moc 2005-05-12 02:28:20 0000 -------
Malcolm, you broke it! ;-)

------- Comment #2 From Eric Edgar (RETIRED) 2005-05-12 12:37:44 0000 -------
change 
use amd64 && epatch ${FILESDIR}/${P}-amd64.patch || die

to 

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


------- Comment #3 From Magnus Kessler 2005-05-15 11:34:35 0000 -------
*** Bug 92722 has been marked as a duplicate of this bug. ***

------- Comment #4 From Stefan Schweizer 2005-05-15 12:05:54 0000 -------
Just fixed that, thank you guys for uncovering the bug.

First Last Prev Next    No search results available      Search page      Enter new bug