hi there,
i know my posts are long but i try to give a context.
i am trying to build okboard following eber42s instructions.
basically you connect to build vm with ssh, you use sb2 to config the target and install some dependencies
you copy over the sources, the language db’s and trigger his release script.
this line in the script:
fakeroot rpmbuild -ba $RPMBUILD/SPECS/basename "$spec"
$buildopts
results in that
error: Failed build dependencies:
pkgconfig(Qt5Core) is needed by okboard-full-0.6.34-1.i386
pkgconfig(Qt5Gui) is needed by okboard-full-0.6.34-1.i386
pkgconfig(Qt5Qml) is needed by okboard-full-0.6.34-1.i386
pkgconfig(Qt5Quick) is needed by okboard-full-0.6.34-1.i386
pkgconfig(sailfishapp) >= 0.0.10 is needed by okboard-full-0.6.34-1.i386
i wonder why, the sailfish sdk build engine wm should already contain those dependencies or ?
i have tried to install them in sb2 but failed.
i did use this map:
and got: no provider for when i try to do somehting like:
fakeroot zypper install python3-devel qt5-qtdeclarative-qtquick-devel meego-rpm-config git fakeroot libsailfishapp-devel core qtbase5-dev
no provider of core found
same for qtbase5-dev