Summary: | dev-python/lxml-5.3.0: fails to compile (temp.linux-x86_64-cpython-312/src/lxml/builder.o: No such file or directory) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sam James <sam> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | eschwartz |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/pypa/setuptools/issues/4653 https://bugs.gentoo.org/show_bug.cgi?id=939875 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 351559 | ||
Attachments: | build.log |
Description
Sam James
![]() ![]() ![]() ![]() A parallel build issue? I see a similar issue with pygame which is suspicious. But cython didn't change recently. setuptools maybe? It's a cythonized .o file so it's not clear what it would be racing with. It actually looks like a directory creation issue? You do get precisely the same error message when you attempt to `gcc /tmp/foo.c -c -o /tmp/directory/does/not/exist/foo.o` The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9263b3159f547b099e7f6abd61f929305e0c1516 commit 9263b3159f547b099e7f6abd61f929305e0c1516 Author: Eli Schwartz <eschwartz@gentoo.org> AuthorDate: 2024-09-19 23:49:11 +0000 Commit: Eli Schwartz <eschwartz@gentoo.org> CommitDate: 2024-09-19 23:53:25 +0000 profiles: mask =dev-python/setuptools-75* It is very broken in the face of parallel builds and breaks all software using it as a build system via randomly appearing race conditions. One day, setuptools will update without breaking everything... Bug: https://github.com/pypa/setuptools/issues/4653 Closes: https://bugs.gentoo.org/939798 Closes: https://bugs.gentoo.org/939875 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) |