AppImageLauncher
AppImageLauncher copied to clipboard
Ubuntu 23.04: fail to build from source
Pre-submit checks
- [X] I checked for similar issues beforehand, but could not find any, not even closed ones. I could not add my bug report to any existing issue.
- [X] I am going to take the time to to fill in all the required details. I know that the bug report will be dismissed otherwise.
Describe the bug
I can't build from source, make libappimage fails during the build of libboost:
...failed gcc.compile.c++ bin.v2/libs/thread/build/gcc-12.2.0/release/link-static/threadapi-pthread/threading-multi/visibility-hidden/pthread/thread.o...
gcc.compile.c++ bin.v2/libs/thread/build/gcc-12.2.0/release/link-static/threadapi-pthread/threading-multi/visibility-hidden/pthread/once.o
gcc.compile.c++ bin.v2/libs/thread/build/gcc-12.2.0/release/link-static/threadapi-pthread/threading-multi/visibility-hidden/future.o
...skipped <pbin.v2/libs/thread/build/gcc-12.2.0/release/link-static/threadapi-pthread/threading-multi/visibility-hidden>libboost_thread.a(clean) for lack of <pbin.v2/libs/thread/build/gcc-12.2.0/release/link-static/threadapi-pthread/threading-multi/visibility-hidden>pthread/thread.o...
...skipped <pbin.v2/libs/thread/build/gcc-12.2.0/release/link-static/threadapi-pthread/threading-multi/visibility-hidden>libboost_thread.a for lack of <pbin.v2/libs/thread/build/gcc-12.2.0/release/link-static/threadapi-pthread/threading-multi/visibility-hidden>pthread/thread.o...
...skipped <pstage/lib>libboost_thread.a for lack of <pbin.v2/libs/thread/build/gcc-12.2.0/release/link-static/threadapi-pthread/threading-multi/visibility-hidden>libboost_thread.a...
...failed updating 1 target...
...skipped 3 targets...
...updated 39 targets...
make[3]: *** [lib/libappimage/CMakeFiles/boost-EXTERNAL.dir/build.make:85: lib/libappimage/boost-EXTERNAL-prefix/src/boost-EXTERNAL-stamp/boost-EXTERNAL-build] Error 1
make[2]: *** [CMakeFiles/Makefile2:1043: lib/libappimage/CMakeFiles/boost-EXTERNAL.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:2058: lib/libappimage/src/libappimage/CMakeFiles/libappimage.dir/rule] Error 2
make: *** [Makefile:722: libappimage] Error 2
Expected behavior
Should build.
Steps to reproduce the issue
No response
Screenshots
No response
Distribution and desktop environment
Ubuntu 23.04
Installed AppImageLauncher version
Using the appimagelauncher-d9d4c73 source tarball.
List of AppImages you tried
No response
Additional context
No response