shalk commented on issue #2080:
URL: 
https://github.com/apache/incubator-pegasus/issues/2080#issuecomment-2250205833

   I build a docker for arm64, but some compile error happen
   
   ```
   docker run -v `pwd`:/root/pegasus \
              xshalk/pegasus:build-env-ubuntu2204-20240722  \
              /bin/bash -c "cd /root/pegasus; ./run.sh build -c 
--clear_thirdparty -j $(nproc)"
   ```
   
   log 
   ```
   gcc.compile.c++ 
bin.v2/libs/system/build/gcc-11.4.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/error_code.o
   gcc.archive 
bin.v2/libs/system/build/gcc-11.4.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/libboost_system.a
   common.copy lib/libboost_system.a
   gcc.compile.c++ 
bin.v2/libs/filesystem/build/gcc-11.4.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/codecvt_error_category.o
   gcc.compile.c++ 
bin.v2/libs/filesystem/build/gcc-11.4.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/operations.o
   gcc.compile.c++ 
bin.v2/libs/filesystem/build/gcc-11.4.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/path.o
   gcc.compile.c++ 
bin.v2/libs/filesystem/build/gcc-11.4.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/path_traits.o
   gcc.compile.c++ 
bin.v2/libs/filesystem/build/gcc-11.4.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/portability.o
   gcc.compile.c++ 
bin.v2/libs/filesystem/build/gcc-11.4.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/unique_path.o
   gcc.compile.c++ 
bin.v2/libs/filesystem/build/gcc-11.4.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/utf8_codecvt_facet.o
   gcc.compile.c++ 
bin.v2/libs/filesystem/build/gcc-11.4.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/windows_file_codecvt.o
   gcc.archive 
bin.v2/libs/filesystem/build/gcc-11.4.0/release/cxxstd-11-iso/link-static/threading-multi/visibility-hidden/libboost_filesystem.a
   common.copy lib/libboost_filesystem.a
   ...updated 14775 targets...
   [ 65%] Performing install step for 'boost'
   [ 66%] Completed 'boost'
   [ 66%] Built target boost
   make: *** [Makefile:91: all] Error 2
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to