Closed maflcko closed 3 weeks ago
(This worked fine with autotools)
Added to 29.0 milestone as this will either need to be fixed, or documented as no-longer-supported.
-DWITH_QRENCODE=OFF
Is this known to be broken / also didn't work previously?
I never tried libqrencode with autotools on tumbleweed.
Even though the package is available, looks like it didn't work there either.
Even though the package is available, looks like it didn't work there either.
The qrencode-devel
package should be installed.
Looks like this broke after the cmake migration.
Steps to reproduce on a fresh
podman run -it --rm 'registry.opensuse.org/opensuse/tumbleweed:latest'
:zypper in -y awk qrencode libevent-devel boost-devel sqlite3-devel libqt5-qttools-devel libqt5-qtbase-devel libdb-4_8-devel find bison gcc-c++ libtool make autoconf automake python3 clang llvm lbzip2 patch xz curl wget htop git vim ccache && git clone https://github.com/bitcoin/bitcoin.git --depth=1 ./b-c && cd b-c && cmake -B ./bld -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON -DBUILD_GUI=ON -DWITH_QRENCODE=OFF -DWITH_CCACHE=ON -DWITH_NATPMP=ON
Output: