Created
December 29, 2024 21:19
-
-
Save nipsy/94c69b441bacdd72534889b2c7c6fb4c to your computer and use it in GitHub Desktop.
scorched3d-build-failure.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Running phase: unpackPhase | |
| @nix { "action": "setPhase", "phase": "unpackPhase" } | |
| unpacking source archive /nix/store/21cncgzdzac2ihis1q5b6zalzskm698j-Scorched3D-44-src.tar.gz | |
| source root is scorched | |
| setting SOURCE_DATE_EPOCH to timestamp 1406911693 of file scorched/src/server/scorcheds/.deps/snprintf.Po | |
| Running phase: patchPhase | |
| @nix { "action": "setPhase", "phase": "patchPhase" } | |
| applying patch /nix/store/fmxpsr4ql8x1s5v3b7d3x7ac17hqd14p-file-existence.patch | |
| patching file src/common/common/DefinesFile.cpp | |
| Hunk #2 succeeded at 90 (offset 5 lines). | |
| applying patch /nix/store/smvc52b4v22lgsbml164bf5pi2sj0nnf-scorched3d-44-fix-c++14.patch?id=1bbcfc9ae3dfdfcbdd35151cb7b6050776215e4d | |
| patching file src/common/weapons/AccessoryStore.cpp | |
| applying patch /nix/store/bl596bfajmdh8d75gka29vzb01nprhhc-wx3.0-compat.patch | |
| patching file src/launcher/wxdialogs/Display.cpp | |
| patching file src/launcher/wxdialogs/DisplayDialog.cpp | |
| patching file src/launcher/wxdialogs/SettingsDialog.cpp | |
| Running phase: updateAutotoolsGnuConfigScriptsPhase | |
| @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } | |
| Updating Autotools / GNU config script to a newer upstream version: ./config.sub | |
| Updating Autotools / GNU config script to a newer upstream version: ./config.guess | |
| Running phase: configurePhase | |
| @nix { "action": "setPhase", "phase": "configurePhase" } | |
| patching script interpreter paths in ./configure | |
| ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/5mh7kaj2fyv8mk4sfq1brwxgc02884wi-bash-5.2p37/bin/sh" | |
| configure flags: --disable-dependency-tracking --prefix=/nix/store/pzbwvaqz2cpdhc5d11445y18i8xs28ih-scorched3d-44 --with-fftw=/nix/store/xw2h1rwznk5kahw36pkinswhgh8x8hmf-fftw-single-3.3.10-dev | |
| checking build system type... x86_64-pc-linux-gnu | |
| checking host system type... x86_64-pc-linux-gnu | |
| checking target system type... x86_64-pc-linux-gnu | |
| checking for a BSD-compatible install... /nix/store/4s9rah4cwaxflicsk5cndnknqlk9n4p3-coreutils-9.5/bin/install -c | |
| checking whether build environment is sane... yes | |
| /build/scorched/missing: Unknown `--is-lightweight' option | |
| Try `/build/scorched/missing --help' for more information | |
| configure: WARNING: 'missing' script is too old or missing | |
| checking for a thread-safe mkdir -p... /nix/store/4s9rah4cwaxflicsk5cndnknqlk9n4p3-coreutils-9.5/bin/mkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... yes | |
| checking whether make supports nested variables... yes | |
| checking whether make sets $(MAKE)... (cached) yes | |
| checking for gcc... gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether gcc accepts -g... yes | |
| checking for gcc option to accept ISO C89... none needed | |
| checking for style of include used by make... GNU | |
| checking dependency style of gcc... none | |
| checking whether we are using the GNU C++ compiler... yes | |
| checking whether g++ accepts -g... yes | |
| checking dependency style of g++... none | |
| checking for ranlib... ranlib | |
| checking for beer in -lfridge... no | |
| Warning: No beer found in fridge! | |
| We highly suggest that you rectify this situation immediately. | |
| checking for OpenGL support... yes | |
| checking for GLEW support... yes | |
| checking for OpenAL support... checking for openal-config... no | |
| The openal-config script installed by OpenAL could not be found | |
| Make sure openal-config is in your path, or set the OPENAL_CONFIG | |
| environment variable to the full path to openal-config. | |
| Trying pkg-config instead. | |
| checking for pkg-config... /nix/store/0d4m43yp69lrm8imxbqgl9zxjwwz52jw-pkg-config-wrapper-0.29.2/bin/pkg-config | |
| yes | |
| checking for Freealut support... checking for freealut-config... /nix/store/fg4lg3c3bjkf6gklcg2amclkgp2q1d5i-freealut-1.1.0/bin/freealut-config | |
| yes | |
| checking for OpenAL compilation... *** Compiled but failed to link using the OpenAL library. | |
| *** LIBS = -L/nix/store/df1196q8yx7xgwh5pkq6v477r1diykx1-openal-soft-1.23.1/lib -lopenal -L/nix/store/fg4lg3c3bjkf6gklcg2amclkgp2q1d5i-freealut-1.1.0/lib -lalut | |
| *** Check the OpenAL library is on the LD_LIBRARY_PATH | |
| configure: error: *** Check the OpenAL library is correctly installed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment