Summary: | dev-util/maturin-1.5.0 fails to compile on loong: error[E0425]: cannot find value `FS_IOC_GETFLAGS` in module `c` | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | matoro <matoro_gentoo> |
Component: | Current packages | Assignee: | Ionen Wolkens <ionen> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | matoro_gentoo |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | Loong | ||
OS: | Linux | ||
URL: | https://github.com/bytecodealliance/rustix/issues/1009 | ||
See Also: | https://github.com/PyO3/maturin/issues/1984 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log and emerge --info |
Description
matoro
![]() Created attachment 886951 [details]
build.log and emerge --info
Guess I'll just mask this version on ~loong in the interim (no urgency to update), and forward the report to maturin so that they can either upgrade or downgrade the crate as needed next bump (I say downgrade because [1] is not in a release yet as of the writing of this). Guess this is a problem that is going to affect every packages that use the crate again... thankfully not too many keyworded for ~loong. [1] https://github.com/bytecodealliance/rustix/commit/8edaecae The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94fc0eec5b65b38b50e895dd7d2c46905eb93c77 commit 94fc0eec5b65b38b50e895dd7d2c46905eb93c77 Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2024-03-07 19:32:59 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2024-03-07 19:34:30 +0000 profiles/arch/loong: mask dev-util/maturin-1.5.0 Bug: https://bugs.gentoo.org/926407 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> profiles/arch/loong/package.mask | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5286f0d5011667c5088d267d95a046668fbc84e commit a5286f0d5011667c5088d267d95a046668fbc84e Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2024-03-21 14:24:52 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2024-03-21 14:40:55 +0000 dev-util/maturin: add 1.5.1 untested wrt bug #926407, but rustix and libc crates were bumped so the immediate issue should be fixed Closes: https://bugs.gentoo.org/926407 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> dev-util/maturin/Manifest | 3 + dev-util/maturin/maturin-1.5.1.ebuild | 543 ++++++++++++++++++++++++++++++++++ 2 files changed, 546 insertions(+) |