dbb-app icon indicating copy to clipboard operation
dbb-app copied to clipboard

make using the depends system fails on missing fix_qt_pkgconfig.patch

Open fivepiece opened this issue 7 years ago • 3 comments

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.

fivepiece avatar Jan 07 '18 17:01 fivepiece

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.

fivepiece avatar Jan 07 '18 17:01 fivepiece

Thanks! Happy if you do a PR!

jonasschnelli avatar Jan 08 '18 06:01 jonasschnelli

Done!

fivepiece avatar Jan 08 '18 17:01 fivepiece