Summary: | sys-process/below-0.6.3 - error: failed to run custom build command for below v0.3.0 (/var/tmp/portage/sys-process/below-0.3.0/wor | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Daniel Hodges <hodges.daniel.scott> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | flow, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=890638 https://bugs.gentoo.org/show_bug.cgi?id=908995 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tar.bz2 sys-process:below-0.3.0:20210813-215001.log temp.tar.bz2 |
Description
Toralf Förster
2021-08-14 07:22:34 UTC
Created attachment 732829 [details]
emerge-info.txt
Created attachment 732832 [details]
emerge-history.txt
Created attachment 732835 [details]
environment
Created attachment 732838 [details]
etc.portage.tar.bz2
Created attachment 732841 [details]
sys-process:below-0.3.0:20210813-215001.log
Created attachment 732844 [details]
temp.tar.bz2
usr-merge_tinderbox has reproduced this issue with version 0.6.3 - Updating summary. I see both rust and rust-bin in the history. could have happened that -bin was with rustfmt and thus satisfying the dep, and other one got installed without it. in toralf's portage conf I see dev-lang/rust-bin clippy rls rustfmt but I don't see one for rust (non bin) and in the log file I see he installs rust-bin first and then installs rust (and eselect will select it) so this issue is caused by mismatched flags on rust and rust-bin, one of those satisfies virtual/rust[rustfmt] but other one without rustfmt is actually eselected at build time. idk how ago's tinderbox reproduced this, it had to hit exact same situation. more likely it hit this: https://github.com/libbpf/libbpf-rs/issues/337 but we'll never know, as there are no logs or configuration attached, and bug matching algo is unknown. |