Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60888 - fung-calc ebuild dies on line 29 with no message
Summary: fung-calc ebuild dies on line 29 with no message
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-19 06:52 UTC by Ellis Whitehead
Modified: 2004-09-22 03:33 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 Ellis Whitehead 2004-08-19 06:52:02 UTC
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 Patrick Kursawe (RETIRED) gentoo-dev 2004-09-22 03:33:57 UTC
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