Summary: | dev-python/pycparser calls cpp directly | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | lssndrbarbieri |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 243502 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 635068 [details]
build.log
build log and emerge --info
This doesn't seem like a real problem. pycparser optionally uses 'cpp' to parse header files. It doesn't compile anything, so using the ${CHOST} toolchain does not matter. I guess it does matter if I use a different cpp implementation (e.g. clang-cpp after set CPP) It should work with any cpp that can process C99 source files. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3af4c3be7962780f471641f0d8d2f6b9c335cdc commit f3af4c3be7962780f471641f0d8d2f6b9c335cdc Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2020-05-02 21:27:50 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2020-05-02 21:27:50 +0000 dev-python/pycparser: trick tests into using CPP variable Closes: https://bugs.gentoo.org/719934 Signed-off-by: Mike Gilbert <floppym@gentoo.org> dev-python/pycparser/pycparser-2.20.ebuild | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b4d4f6e0de55fb7d18119ea06196dae06bc6a6 commit c8b4d4f6e0de55fb7d18119ea06196dae06bc6a6 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2020-05-19 19:46:09 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2020-05-19 19:47:35 +0000 Revert "dev-python/pycparser: trick tests into using CPP variable" This reverts commit f3af4c3be7962780f471641f0d8d2f6b9c335cdc. Bug: https://bugs.gentoo.org/719934 Signed-off-by: Mike Gilbert <floppym@gentoo.org> dev-python/pycparser/pycparser-2.20.ebuild | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebbffbddc263b9dc81fc8081165f2c26dac945f8 commit ebbffbddc263b9dc81fc8081165f2c26dac945f8 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2020-05-24 19:39:37 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2020-05-24 19:40:21 +0000 dev-python/pycparser: skip tests if cpp is not in PATH Bug: https://bugs.gentoo.org/719934 Signed-off-by: Mike Gilbert <floppym@gentoo.org> dev-python/pycparser/pycparser-2.20.ebuild | 2 ++ 1 file changed, 2 insertions(+) *** Bug 840296 has been marked as a duplicate of this bug. *** *** Bug 891947 has been marked as a duplicate of this bug. *** |