First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 60888
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ellis Whitehead <gentoo@ellisw.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

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

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

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2004-08-19 06:52 0000
There are missing parenthesis in the ebuild.  Line 29 of
app-sci/fung-calc-1.3.2b should probably be fixed as follows:
-        use amd64 && epatch ${FILESDIR}/fung-calc-fPIC || die
-        use amd64 && (epatch ${FILESDIR}/fung-calc-fPIC || die)
Doing so works for me anyway...

Reproducible: Always
Steps to Reproduce:
ACCEPT_KEYWORDS=~x86 emerge fung-calc

Actual Results:  
Calculating dependencies ...done! 
>>> emerge (1 of 1) app-sci/fung-calc-1.3.2b to / 
>>> md5 src_uri ;-) fung-calc-1.3.2b.tar.gz 
>>> Unpacking source... 
>>> Unpacking fung-calc-1.3.2b.tar.gz to /var/tmp/portage/fung-calc-1.3.2b/work 
>>> Source unpacked. 
opengl 

!!! ERROR: app-sci/fung-calc-1.3.2b failed. 
!!! Function src_compile, Line 29, Exitcode 1 
!!! (no error message)

------- Comment #1 From Patrick Kursawe 2004-09-22 03:33:57 0000 -------
Since it's better to apply the patch unconditionally (for prelinking), I just
removed the broken stuff.
Just a hint about your proposed solution: Try running
true && (false || exit 1); echo Still alive

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