Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 574566 - >=dev-libs/boehm-gc-7.4.0: build failure on ia64
Summary: >=dev-libs/boehm-gc-7.4.0: build failure on ia64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: IA64 Linux
: Normal normal
Assignee: Ralph Sennhauser (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-12 15:03 UTC by Brendan Horan
Modified: 2018-01-26 22:16 UTC (History)
3 users (show)

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


Attachments
emerge log (emerge.log,22.99 KB, text/x-log)
2016-02-12 15:04 UTC, Brendan Horan
Details
emerge info (emerge-info.txt,4.42 KB, text/plain)
2016-02-12 15:05 UTC, Brendan Horan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brendan Horan 2016-02-12 15:03:21 UTC
dev-libs-boehm-gc-7.4.2 on fails.
Seem to be a similar error as bug 543350 (sparc)
---
make[1]: *** No rule to make target 'ia64_save_regs_in_stack.lo', needed by 'libgc.la'.  Stop.
make[1]: *** Waiting for unfinished jobs....
---

Reproducible: Always

Steps to Reproduce:
1. emerge dev-libs/boehm-gc on ia64
2. fail
3. fail
Actual Results:  
make[1]: *** No rule to make target 'ia64_save_regs_in_stack.lo', needed by 'libgc.la'.  Stop.
make[1]: *** Waiting for unfinished jobs....


Expected Results:  
It compiles and merges.
Comment 1 Brendan Horan 2016-02-12 15:04:52 UTC
Created attachment 425326 [details]
emerge log

emerge log
Comment 2 Brendan Horan 2016-02-12 15:05:53 UTC
Created attachment 425328 [details]
emerge info

emerge --info
Comment 3 SpanKY gentoo-dev 2016-02-13 21:10:46 UTC
looks like use of a subdir confuses the build
Comment 5 Brendan Horan 2016-02-14 05:39:16 UTC
Tested fix, works fine.
Thanks!