Closed groenroos closed 4 years ago
As part of troubleshooting, I tried rebuilding Innoextract from the HEAD, but that also resulted in problems;
==> Installing innoextract --HEAD
==> cmake .
==> make install
Last 15 lines from /Users/groenroos/Library/Logs/Homebrew/innoextract/02.make:
make[2]: *** [CMakeFiles/innoextract.dir/src/setup/component.cpp.o] Error 1
2 errors generated.
make[2]: *** [CMakeFiles/innoextract.dir/src/setup/delete.cpp.o] Error 1
2 errors generated.
make[2]: *** [CMakeFiles/innoextract.dir/src/setup/data.cpp.o] Error 1
2 errors generated.
make[2]: *** [CMakeFiles/innoextract.dir/src/cli/gog.cpp.o] Error 1
2 errors generated.
make[2]: *** [CMakeFiles/innoextract.dir/src/cli/goggalaxy.cpp.o] Error 1
2 errors generated.
make[2]: *** [CMakeFiles/innoextract.dir/src/cli/main.cpp.o] Error 1
2 errors generated.
make[2]: *** [CMakeFiles/innoextract.dir/src/cli/extract.cpp.o] Error 1
make[1]: *** [CMakeFiles/innoextract.dir/all] Error 2
make: *** [all] Error 2
READ THIS: https://docs.brew.sh/Troubleshooting
Please create pull requests instead of asking for help on Homebrew's GitHub,
Discourse, Twitter or IRC.
@dscharrer Hi; if this issue is not appropriate here, could you at least point me in the right direction? :)
I'm also experiencing this issue. @dscharrer why is this invalid?
Trying to extract the RCT2 offline installer from GOG, and I get this:
The exact same thing happens also with the RCT1 installer, so it's not just the file being corrupted.
Things I've tried
brew update
brew upgrade
brew doctor
brew cleanup
brew reinstall innoextract
brew uninstall innoextract; brew install --HEAD innoextract
sudo rm -rf /Library/Developer/CommandLineTools; xcode-select --install
brew upgrade node
brew reinstall boost
Environment