wasnt building in aarch64 as a test , i grabbed the newer sources , did suse build directions.. SQLite encryption build fail / depend/s missing pi64 /usr/src/sqlitebrowser # emerge dev-db/sqlcipher dev-db/sqliteodbc dev-db/qt5-sqlcipher for good measure did a test from vanilla sources on new version builds and installs with added depends added. Reproducible: Always Steps to Reproduce: emerge /sqlitebrowse fail ... Actual Results: https://github.com/sqlitebrowser/sqlitebrowser/blob/master/BUILDING.md opensuse dir's used pi64 /usr/src/sqlitebrowser # emerge dev-db/sqlcipher dev-db/sqliteodbc dev-db/qt5-sqlcipher build working Expected Results: emerge dev-db/sqlightbrowser to build for arm64 the vanilla ish builds in a manual extend .
Created attachment 648978 [details] sqlitebrowser prior ver build logs. noting on arm64 with sqlite use added deps and builds. OpenSUSE (dont need rpms step/s) emerge dev-db/add sqlcipher $ git clone https://github.com/sqlitebrowser/sqlitebrowser $ cd sqlitebrowser $ mkdir build $ cd build $ cmake -Dsqlcipher=1 -Wno-dev -DFORCE_INTERNAL_QSCINTILLA=ON .. $ make $ sudo make install working install. hopefully helps.
Please update the summary to include the category/package and the new version number.
dev-db/sqlitebrowser-3.12 new version. https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.12.0 (https://github.com/sakaki-/gentoo-on-rpi-64bit on 4gig rpi4 ) build was as mentioned (https://github.com/sqlitebrowser/sqlitebrowser/blob/master/BUILDING.md) vanilla build howver the 11-r1 version on emerge dies , so i tried a vanilla upstream build as a test . cmake -DFORCE_INTERNAL_QSCINTILLA=ON works cmake -Dsqlcipher=1 -Wno-dev -DFORCE_INTERNAL_QSCINTILLA=ON .. works but wants dev-db/sqlcipher or dev-db/qt5-sqlcipher to be sure/quick about it ; i emerged both. from /usr/src/sqlitebrowser something ? in the patches aarch64 seems to give a "hairball" on emerge with older. vanilla build seems ok..