Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 663286 - sys-devel/gcc-7.3.0-r3 fails to build - configure bails out as it cannot find boehm-gc
Summary: sys-devel/gcc-7.3.0-r3 fails to build - configure bails out as it cannot find...
Status: RESOLVED DUPLICATE of bug 617788
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-10 10:31 UTC by Sven E.
Modified: 2018-08-12 18:38 UTC (History)
1 user (show)

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 Sven E. 2018-08-10 10:31:51 UTC
When trying to build gcc-7.3.0 the build process fails with a configure error and configure claims it cannot find boehm-gc

Reproducible: Always

Steps to Reproduce:
1. Simply try to build gcc-7.3.0 with something requiring boehm-gc
Actual Results:  
Build error

Expected Results:  
Clean Build

[ebuild  NS    ] sys-devel/gcc-7.3.0-r3:7.3.0::gentoo [5.4.0-r4:5.4.0::gentoo, 6.4.0-r1:6.4.0::gentoo] USE="cxx fortran (multilib) nls nptl objc objc++ objc-gc openmp pch (pie) sanitize ssp vtv (-altivec) -cilk -debug -doc (-fixed-point) -go -graphite (-hardened) (-jit) (-libssp) -mpx -pgo -regression-test -vanilla"

Error:
checking for bdw garbage collector... checking for system boehm-gc... configure: error: system bdw-gc required but not found
make[1]: *** [Makefile:19365: configure-target-libobjc] Error 1

Looks like it is related to objective-c.

But:
# qlist -vI boehm-gc
dev-libs/boehm-gc-7.6.4

Is installed, reemerged boehm after the first fail, just to make sure.
Comment 1 josef.95 2018-08-10 10:48:19 UTC
Hi, build dev-libs/boehm-gc with USE=abi_x86_32 should help,
see Bug 617788
Comment 2 Sven E. 2018-08-10 12:46:18 UTC
(In reply to josef.95 from comment #1)
> Hi, build dev-libs/boehm-gc with USE=abi_x86_32 should help,
> see Bug 617788

Thanks for you input, will try your suggestion and report back later.
Comment 3 Sven E. 2018-08-10 19:01:02 UTC
And indeed after reemerging boehm-gc with abi_x86_32 the build works like a charm.
Comment 4 Sergei Trofimovich (RETIRED) gentoo-dev 2018-08-12 18:38:09 UTC

*** This bug has been marked as a duplicate of bug 617788 ***