build_native testing on the linux/s390x #368
Replies: 5 comments 43 replies
-
|
I believe this is openjpeg 2.5 API. |
Beta Was this translation helpful? Give feedback.
-
FAILED: obj/core/fxcrt/fxcrt/cfx_seekablestreamproxy.o
g++ -MD -MF obj/core/fxcrt/fxcrt/cfx_seekablestreamproxy.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_OZONE=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_NONE -D_GLIBCXX_ASSERTIONS=1 -DCOMPONENT_BUILD -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DABSL_CONSUME_DLL -DABSL_FLAGS_STRIP_NAMES=0 -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_ENABLE_TRACING=1 -DU_ENABLE_RESOURCE_TRACING=0 -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -I../.. -Igen -I../../third_party/abseil-cpp -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../third_party/fast_float/src/include -Wall -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations -Wno-comments -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-unused-parameter -Wno-psabi -fno-strict-overflow -fno-ident -fno-strict-aliasing -fstack-protector -funwind-tables -fPIC -pipe -pthread -ffp-contract=off -m64 -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -O2 -fdata-sections -ffunction-sections -fno-math-errno -fno-omit-frame-pointer -g0 -fvisibility=hidden -Wnarrowing -Wno-return-type -isystem/usr/include/freetype2 -isystem/usr/include/libpng16 -Wno-narrowing -Wno-class-memaccess -Wno-invalid-offsetof -std=gnu++2a -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -c ../../core/fxcrt/cfx_seekablestreamproxy.cpp -o obj/core/fxcrt/fxcrt/cfx_seekablestreamproxy.o
../../core/fxcrt/cfx_seekablestreamproxy.cpp: In member function ‘size_t CFX_SeekableStreamProxy::ReadBlock(pdfium::span<wchar_t, 18446744073709551615, wchar_t*>)’:
../../core/fxcrt/cfx_seekablestreamproxy.cpp:204:9: error: ‘m_wCodePage’ was not declared in this scope; did you mean ‘GetCodePage’?
204 | if (m_wCodePage == FX_CodePage::kUTF16LE) {
| ^~~~~~~~~~~
| GetCodePage |
Beta Was this translation helpful? Give feedback.
-
|
Hi @wojiushixiaobai, may I ask for you help again? I wanted to do some emulated testing locally and did as instructed on [1]: but the latter command immediately terminates without output, and fails to enter the container. Do you know this issue? What can I do about it? |
Beta Was this translation helpful? Give feedback.
-
|
I just came across scikit-build/ninja-python-distributions#320 and https://github.com/mayeut/static-clang-images which sounds very promising. And I believe you're already aware of this, too, given the PR for loongarch mayeut/static-clang-images#2. |
Beta Was this translation helpful? Give feedback.
-
|
Now included in releases: loongarch64 can only be uploaded to GH (not PyPI) at this time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Building with
cibuildwheelfailed.Maybe need to recompile
libjpeglibraries.Beta Was this translation helpful? Give feedback.
All reactions