Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 777983 Details for
Bug 843629
=media-libs/libjxl-0.7.0_pre20220329 fails to cross compile to aarch64 with: transform/palette.h:124:20: error: variable ‘std::atomic<int> num_errors’ has initializer but incomplete type
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
enough to make if fly
0001-fix-missing-include-aarch64.patch (text/plain), 754 bytes, created by
tt_1
on 2022-05-10 19:57:31 UTC
(
hide
)
Description:
enough to make if fly
Filename:
MIME Type:
Creator:
tt_1
Created:
2022-05-10 19:57:31 UTC
Size:
754 bytes
patch
obsolete
>diff --git a/lib/jxl/enc_image_bundle.cc b/lib/jxl/enc_image_bundle.cc >index fe06247..f7ba1ca 100644 >--- a/lib/jxl/enc_image_bundle.cc >+++ b/lib/jxl/enc_image_bundle.cc >@@ -17,6 +17,7 @@ > #include "lib/jxl/fields.h" > #include "lib/jxl/image_bundle.h" > #include "lib/jxl/luminance.h" >+#include <atomic> > > namespace jxl { > >diff --git a/lib/jxl/modular/transform/palette.h b/lib/jxl/modular/transform/palette.h >index 5fd533f..dca11fa 100644 >--- a/lib/jxl/modular/transform/palette.h >+++ b/lib/jxl/modular/transform/palette.h >@@ -12,6 +12,7 @@ > #include "lib/jxl/modular/encoding/context_predict.h" > #include "lib/jxl/modular/modular_image.h" > #include "lib/jxl/modular/transform/transform.h" // CheckEqualChannels >+#include <atomic> > > namespace jxl { >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 843629
:
777977
|
777980
| 777983