dbb-app
dbb-app copied to clipboard
make using the depends system fails on missing fix_qt_pkgconfig.patch
Hey, I'm following the depends build instructions and am unable to complete the build because what seems to be a missing patch file
$ make -j4 BASE_CACHE=/absolute/path/to/deps-cache SOURCES_PATH=/absolute/path/to/deps-cache/sources
sha256sum: /absolute/path/to/dbb-app/depends/patches/qt/fix_qt_pkgconfig.patch: No such file or directory
Preprocessing qt...
cp: cannot stat 'fix_qt_pkgconfig.patch': No such file or directory
funcs.mk:242: recipe for target '/absolute/path/to/dbb-app/depends/work/build/x86_64-pc-linux-gnu/qt/5.7.1-175bb550631/.stamp_preprocessed' failed
make: *** [/absolute/path/to/dbb-app/depends/work/build/x86_64-pc-linux-gnu/qt/5.7.1-175bb550631/.stamp_preprocessed] Error 1
The files present in the patches/qt directory are the same ones in the repo. I'm building the master branch on debian testing.
I got the file from https://github.com/bitcoin/bitcoin/blob/master/depends/patches/qt/fix_qt_pkgconfig.patch
The build continues. I'll open a new issue if anything else comes up, cheers.
Thanks! Happy if you do a PR!
Done!