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.
Created attachment 425326 [details] emerge log emerge log
Created attachment 425328 [details] emerge info emerge --info
looks like use of a subdir confuses the build
looks like the move to src/ was reverted here: https://github.com/ivmai/bdwgc/commit/5e756d4d8df2949cb3b6e51532d3016cbb276fd7 i've deployed a workaround: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a98eeac0e9fe37782543aa185ced60ab85f80d
Tested fix, works fine. Thanks!