We have moved to a new Sailfish OS Forum. Please start new discussions there.
0

Docker Build Engine: Not possible to install dependencies [answered]

asked 2020-05-20 21:01:45 +0200

R1tschY gravatar image

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?

edit retag flag offensive reopen delete

The question has been closed for the following reason "the question is answered, an answer was accepted" by santhoshmanikandan
close date 2020-05-21 05:35:13.182033

1 Answer

Sort by » oldest newest most voted
2

answered 2020-05-20 21:50:03 +0200

coderus gravatar image

login to target and rm -rf /home/.zypp-cache/*

edit flag offensive delete publish link more

Comments

thanks a lot :)

R1tschY ( 2020-05-20 22:10:39 +0200 )edit

Question tools

Follow
2 followers

Stats

Asked: 2020-05-20 21:01:45 +0200

Seen: 397 times

Last updated: May 20 '20