Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76666 - elilo build fails - ebuild update and Make.defaults patch
Summary: elilo build fails - ebuild update and Make.defaults patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: IA64 Linux
: High major
Assignee: IA-64 team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-04 10:41 UTC by Thomas Sjolshagen
Modified: 2005-03-23 23:25 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Make.defaults patch (elilo-3.4-make_defaults.patch,281 bytes, patch)
2005-01-04 10:42 UTC, Thomas Sjolshagen
Details | Diff
elilo-3.4.ebuild update (elilo-3.4-r1.diff,798 bytes, text/plain)
2005-01-04 10:43 UTC, Thomas Sjolshagen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Sjolshagen 2005-01-04 10:41:31 UTC
When attempting to build elilo 3.4, it fails with a "Command not found" error beacuse the prefix setting in Make.defaults is coded to /opt/gcc-3.1/bin whereas for gcc V3.3.2, the correct prefix/path appears to be /usr/bin

Included a Make.defaults patch as well as a change to the .ebuild.

Reproducible: Always
Steps to Reproduce:
1. Build gcc V3.3.2
2.emerge elilo
3.Watch it fail...

Actual Results:  
ebuild failed.

Expected Results:  
Completed successfully
Comment 1 Thomas Sjolshagen 2005-01-04 10:42:08 UTC
Created attachment 47622 [details, diff]
Make.defaults patch
Comment 2 Thomas Sjolshagen 2005-01-04 10:43:01 UTC
Created attachment 47623 [details]
elilo-3.4.ebuild update
Comment 3 Tim Yamin (RETIRED) gentoo-dev 2005-01-22 05:29:17 UTC
No, the issue was vapier breaking the ebuild by not adding toolchain-funcs when he should have done. Try merging now, should work.
Comment 4 Tim Yamin (RETIRED) gentoo-dev 2005-03-23 23:25:57 UTC
This should be fixed, emerge sync and reopen this bug if you still have the issue. Thanks.