Summary: | mail-client/thunderbird-115.7.0 failed to rebuild after system upgrade | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonid Kopylov <leonchik1976> |
Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | leonchik1976, parona |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=923416 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log.xz
build.log.xz |
Description
Leonid Kopylov
2024-01-31 11:38:29 UTC
Created attachment 883860 [details]
build.log.xz
1:11.47 error[E0460]: found possibly newer version of crate `compiler_builtins` which `unicode_ident` depends on 1:11.48 --> /var/tmp/portage/mail-client/thunderbird-115.7.0/work/thunderbird-115.7.0/third_party/rust/proc-macro2/src/fallback.rs:743:17 1:11.48 | 1:11.48 743 | c == '_' || unicode_ident::is_xid_start(c) 1:11.48 | ^^^^^^^^^^^^^ 1:11.48 | 1:11.48 = note: perhaps that crate needs to be recompiled? 1:11.48 = note: the following crate versions were found: 1:11.48 crate `compiler_builtins`: /usr/lib/rust/1.74.1/lib/rustlib/aarch64-unknown-linux-gnu/lib/libcompiler_builtins-8f96674f32f2b4f6.rlib 1:11.48 crate `unicode_ident`: /var/tmp/portage/mail-client/thunderbird-115.7.0/work/thunderbird_build/release/deps/libunicode_ident-826df3c6422ddb7c.rmeta 1:11.49 error[E0463]: can't find crate for `unicode_ident` 1:11.49 --> /var/tmp/portage/mail-client/thunderbird-115.7.0/work/thunderbird-115.7.0/third_party/rust/proc-macro2/src/fallback.rs:747:5 1:11.49 | 1:11.49 747 | unicode_ident::is_xid_continue(c) 1:11.49 | ^^^^^^^^^^^^^ can't find crate 1:11.49 warning: ignoring -C extra-filename flag due to -o flag 1:11.49 Some errors have detailed explanations: E0460, E0463. 1:11.49 For more information about an error, try `rustc --explain E0460`. 1:11.49 warning: `proc-macro2` (lib) generated 1 warning 1:11.50 error: could not compile `proc-macro2` (lib) due to 2 previous errors; 1 warning emitted Created attachment 884507 [details]
build.log.xz
build.log without ccache Comment on attachment 884507 [details]
build.log.xz
Please name your files in a non misleading way.
A bit of PEBKAC on my end, just wrong mime type again. (In reply to Leonid Kopylov from comment #3) > Created attachment 884507 [details] > build.log.xz This is still using sccache, > /usr/bin/sccache /usr/bin/rustc --crate-name proc_macro2 ... wrap_proc_macro` > 0:25.19 error[E0460]: found possibly newer version of crate Also the configure log shows many cached hits. (In reply to Joonas Niilola from comment #7) > (In reply to Leonid Kopylov from comment #3) > > Created attachment 884507 [details] > > build.log.xz > > This is still using sccache, > > > /usr/bin/sccache /usr/bin/rustc --crate-name proc_macro2 ... wrap_proc_macro` > > 0:25.19 error[E0460]: found possibly newer version of crate > > Also the configure log shows many cached hits. yes, it builds without sccache Glad to hear it! Again, always try without ccache/sccache first if you hit issues using them. |