Summary: | sys-auth/sssd-2.4.2[python] configure: error: Could not find python3 headers | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonid Kopylov <leonchik1976> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | alexxy, foufou33, ionen, jasmin+gentoo, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
See Also: | https://github.com/SSSD/sssd/issues/5336 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 732648 | ||
Attachments: | build.log |
Description
Leonid Kopylov
2021-03-15 13:39:40 UTC
Created attachment 691587 [details]
build.log
configure:27493: checking for headers required to compile python extensions configure:27502: -I/usr/include/python3.9 -I/usr/include/python3.9 conftest.c ./configure: line 3016: -I/usr/include/python3.9: No such file or directory Looks like $CC goes missing for this one test with USE=python, can only reproduce with autoconf:2.71 (no issue with :2.69) I got the same thing with samba version detection. The probleme seems to stem from the fact that CPP is undefined in configure this https://github.com/SSSD/sssd/issues/5336 point to autoconf. And indeed, after removing autoconf-0.71 sssd-2.4.2 compile fine (at least or seems to). The fix for this seems to be in 2.5.0. Could anybody verify say, 2.5.2 works? (In reply to Sam James from comment #4) > The fix for this seems to be in 2.5.0. Could anybody verify say, 2.5.2 works? it seems so. both autconf and sssd were updated (autoconf first, if the timestamp in eix is to be believed) (In reply to foufou33 from comment #5) > (In reply to Sam James from comment #4) > > The fix for this seems to be in 2.5.0. Could anybody verify say, 2.5.2 works? > > it seems so. > both autconf and sssd were updated (autoconf first, if the timestamp in eix > is to be believed) Excellent. |