Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832046 - sys-libs/glibc-2.34-r6 fails to compile (clang tinderbox): configure: error: These critical programs are missing or too old: compiler
Summary: sys-libs/glibc-2.34-r6 fails to compile (clang tinderbox): configure: error: ...
Status: RESOLVED FIXED
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: 2022-01-25 14:27 UTC by Agostino Sarubbo
Modified: 2023-05-27 10:28 UTC (History)
0 users

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


Attachments
build.log (build.log,53.33 KB, text/plain)
2022-01-25 14:27 UTC, Agostino Sarubbo
Details
config.log (config.log,29.32 KB, text/plain)
2022-01-25 15:30 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-01-25 14:27:21 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-libs/glibc-2.34-r6 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses CLANG as a compiler and LLD as a linker
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-25 14:27:25 UTC
Created attachment 763612 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-25 15:30:08 UTC
Created attachment 763622 [details]
config.log

config.log
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2022-01-29 12:46:53 UTC
Sigh. The configure test uses the C preprocessor:

ac_cpp='$CPP $CPPFLAGS'

Seems like the tinderbox also sets CPP (to enforce clang), and that is the one variable not reset yet...

Fixable, but the fix needs careful testing -> new revbump, later
Comment 4 Agostino Sarubbo gentoo-dev 2022-01-29 15:17:15 UTC
(In reply to Andreas K. Hüttel from comment #3)
> Fixable, but the fix needs careful testing -> new revbump, later

no problem, if you need me feel free to ask