Bionus / imgbrd-grabber

Very customizable imageboard/booru downloader with powerful filenaming features.
https://www.bionus.org/imgbrd-grabber/
Apache License 2.0
2.57k stars 220 forks source link

build.sh: Failed to detect your distribution's package manager. #2339

Closed whp199 closed 3 years ago

whp199 commented 3 years ago

building on Fedora 34 x86_64, cloned git repo and ran build.sh Got this output:

$ ./build.sh 
Submodule 'cmake/cotire' (https://github.com/sakra/cotire.git) registered for path 'src/cmake/cotire'
Submodule 'cmake/qt-android-cmake' (https://github.com/LaurentGomila/qt-android-cmake.git) registered for path 'src/cmake/qt-android-cmake'
Submodule 'tests/src/vendor/catch' (https://github.com/catchorg/Catch2.git) registered for path 'src/tests/src/vendor/catch'
Cloning into '/home/eric/bin/imgbrd-grabber/src/cmake/cotire'...
Cloning into '/home/eric/bin/imgbrd-grabber/src/cmake/qt-android-cmake'...
Cloning into '/home/eric/bin/imgbrd-grabber/src/tests/src/vendor/catch'...
Submodule path 'src/cmake/cotire': checked out '391bf6b7609e14f5976bd5247b68d63cbf8d4d12'
Submodule path 'src/cmake/qt-android-cmake': checked out '5a62962dbe35e955374688461784ddb7f757a377'
Submodule path 'src/tests/src/vendor/catch': checked out 'f0dc4d9be078d21ccabcb0798f03c332a153f84f'
Failed to detect your distribution's package manager.
sisco0 commented 3 years ago

Hopefully the new Pull Request (#2340) would fix this. This has been tested under Docker for fedora:latest.

Bionus commented 3 years ago

That PR should indeed fix this, thanks! šŸ‘

cinnyamon commented 2 years ago

Same problem on Void Linux with build.sh

Submodule 'cmake/cotire' (https://github.com/sakra/cotire.git) registered for path 'src/cmake/cotire' Submodule 'cmake/qt-android-cmake' (https://github.com/LaurentGomila/qt-android-cmake.git) registered for path 'src/cmake/qt-android-cmake' Submodule 'lib/vendor/lexbor' (https://github.com/lexbor/lexbor.git) registered for path 'src/lib/vendor/lexbor' Submodule 'tests/src/vendor/catch' (https://github.com/catchorg/Catch2.git) registered for path 'src/tests/src/vendor/catch' Cloning into '/home/voidbox/Builds/imgbrd-grabber/src/cmake/cotire'... Cloning into '/home/voidbox/Builds/imgbrd-grabber/src/cmake/qt-android-cmake'... Cloning into '/home/voidbox/Builds/imgbrd-grabber/src/lib/vendor/lexbor'... Cloning into '/home/voidbox/Builds/imgbrd-grabber/src/tests/src/vendor/catch'... Submodule path 'src/cmake/cotire': checked out '391bf6b7609e14f5976bd5247b68d63cbf8d4d12' Submodule path 'src/cmake/qt-android-cmake': checked out '5a62962dbe35e955374688461784ddb7f757a377' Submodule path 'src/lib/vendor/lexbor': checked out '44db846ef41d33e20557af985af12c82840003a3' Submodule path 'src/tests/src/vendor/catch': checked out '958944d27a2d2fb82aa008377bf4f8752f6b848e' Failed to detect your distribution's package manager.