Summary: | media-sound/mixxx-2.2.4::gentoo failed (compile phase) ERROR:root:Build had unmet dependencies. Exiting. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | denn0n <denn0nmtz> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | ionen |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
The complete build log
The ebuild environment the search list of the unmet dependencies |
Description
denn0n
2021-02-13 19:20:09 UTC
Created attachment 686586 [details]
The ebuild environment
Created attachment 686589 [details]
the search list of the unmet dependencies
I can reproduce using your CFLAGS and looking at the config.log: x86_64-pc-linux-gnu-gcc: error: l1-cache-size=32: No such file or directory There's a occasional packages that don't like --param with a space, so try to replace them with --param=l1-cache-size=32 This is a scons issue rather than mixxx which I believe is fixed in scons-4.1.0 (but I won't tell you to use it because mixxx has other problems with 4.1.0 right now) On a side-note, I'd recommend to use app-misc/resolve-march-native to simplify those -m* flags. (In reply to Ionen Wolkens from comment #3) > I can reproduce using your CFLAGS and looking at the config.log: > > x86_64-pc-linux-gnu-gcc: error: l1-cache-size=32: No such file or directory > > There's a occasional packages that don't like --param with a space, so try > to replace them with --param=l1-cache-size=32 > > This is a scons issue rather than mixxx which I believe is fixed in > scons-4.1.0 (but I won't tell you to use it because mixxx has other problems > with 4.1.0 right now) > > On a side-note, I'd recommend to use app-misc/resolve-march-native to > simplify those -m* flags. I try changing --param l1-cache-size=32 to --param=l1-cache-size=32 but i get the same but after take your advise and simplify I set march=native and it is fully compiled thank you ! Good to hear. |