Docker Build Engine: Not possible to install dependencies [answered]
I installed the new Docker Build Engine with the Sailfish SDK 3.3.0.16. Everything installed fine. But I could not install any packages that I need to build my packages:
> sfdk build
No provider of 'pkgconfig(openssl) >= 1.0.1' found.
No provider of 'cmake' found.
No provider of 'gettext' found.
No provider of 'ninja' found.
No provider of 'pkgconfig(Qt5Test)' found.
No provider of 'pkgconfig(nemonotifications-qt5)' found.
No provider of 'python3-devel' found.
NOTICE: Appending changelog entries to the .spec file…
Building target platforms: armv7hl-meego-linux
Building for target armv7hl-meego-linux
error: Failed build dependencies:
cmake is needed by harbour-sailfishconnect-0.6-0.1.armv7hl
gettext is needed by harbour-sailfishconnect-0.6-0.1.armv7hl
ninja is needed by harbour-sailfishconnect-0.6-0.1.armv7hl
pkgconfig(Qt5Test) is needed by harbour-sailfishconnect-0.6-0.1.armv7hl
pkgconfig(nemonotifications-qt5) is needed by harbour-sailfishconnect-0.6-0.1.armv7hl
pkgconfig(openssl) >= 1.0.1 is needed by harbour-sailfishconnect-0.6-0.1.armv7hl
python3-devel is needed by harbour-sailfishconnect-0.6-0.1.armv7hl
Directly using zypper in sb2 also did not work:
[mersdk@61d333950257 ~]$ sb2 -m sdk-install -R -t SailfishOS-3.3.0.16-armv7hl zypper install cmake
Loading repository data...
Retrieving repository 'apps' data...
Retrieving repository 'apps' metadata .....................................................................................................................................[done]
Retrieving repository 'customer-jolla' data...
Retrieving repository 'customer-jolla' metadata ...........................................................................................................................[done]
Retrieving repository 'hotfixes' data...
Retrieving repository 'hotfixes' metadata .................................................................................................................................[done]
Retrieving repository 'jolla' data...
Retrieving repository 'jolla' metadata ....................................................................................................................................[done]
Retrieving repository 'sdk' data...
Retrieving repository 'sdk' metadata ......................................................................................................................................[done]
Reading installed packages...
'cmake' not found in package names. Trying capabilities.
No provider of 'cmake' found.
Resolving package dependencies...
Nothing to do.
Refreshing repos in Sailfish IDE also did not change anything.
Does anybody know a fix or can give advice to further debug this?