Code: Select all
-actions/upload-pages-artifact@v2
+actions/upload-pages-artifact@v3
However, something else seems to have changed in a breaking way. At build-linux (pkg-posix), we see:
Code: Select all
/usr/bin/ld: deps/Linux-deps/x86_64/lib_linker/libSDL.so: undefined reference to `pthread_sigmask@GLIBC_2.32'
/usr/bin/ld: deps/Linux-deps/x86_64/lib_linker/libSDL.so: undefined reference to `stat@GLIBC_2.33'
collect2: error: ld returned 1 exit status
make[5]: *** [/usr/share/GNUstep/Makefiles/Instance/objc.make:79: obj.spk/oolite] Error 1
make[4]: *** [/usr/share/GNUstep/Makefiles/Instance/objc.make:64: internal-objc_program-all_] Error 2
make[3]: *** [/usr/share/GNUstep/Makefiles/Master/rules.make:297: oolite.all.objc-program.variables] Error 2
make[2]: *** [/usr/share/GNUstep/Makefiles/Master/objc.make:36: internal-all] Error 2
make[2]: Leaving directory '/home/runner/work/oolite/oolite/oolite'
make[1]: *** [Makefile:142: deps-release-deployment] Error 2
make[1]: Leaving directory '/home/runner/work/oolite/oolite/oolite'
+ make_rc=2
+ '[' 2 -ne 0 ']'
+ exit 2
make: *** [Makefile:215: pkg-posix] Error 2
Error: Process completed with exit code 2.
Anyone "in the know" got a minute to have a proper look please?
https://github.com/OoMrFlibble/oolite/a ... 38628#logs
Problem solved-ish. I commented it out in the lib_linker script, as it wouldn't have been there/done anyway.
Perhaps lib_linker needs updating/reconsidering? Maybe we could use that as a good place to grab all the static bundle of libs? That might help if building on an even older platform with a view to making a flatpak or appimage.