[SailfishDevel] missing build dependencies in mersdk-VM

Martin Kampas martin.kampas at jolla.com
Mon Aug 29 15:41:30 UTC 2016


Hi Bernhard,
 
> I had installed some of them, but as far as I understood the behaviour of
> mb2, it should install missing dependencies automatically.
 
Correct
 
> So after manually installing all dependencies zypper could find, three
> packages cannot be found:
> pkgconfig(xtables)
> pkgconfig(libsystemd-daemon)
> pkgconfig(libglibutil)
 
I can confirm libglibutil-devel is missing from the public repos by mistake. It will be fixed in some of the upcoming releases - meanwhile you could build libglibutil yourself as a workaround https://git.merproject.org/mer-core/libglibutil .
 
The other two packages seems to be available in fresh installed Sailfish OS SDK 1608 (latest):
 
[mersdk at SailfishSDK ~]$ sb2 -t SailfishOS-armv7hl -m sdk-install -R zypper wp 'pkgconfig(xtables)'
Loading repository data...
Reading installed packages...
S | Name           | Type    | Version      | Arch    | Repository
--+----------------+---------+--------------+---------+-----------
  | iptables-devel | package | 1.4.15-1.1.3 | armv7hl | jolla     
[mersdk at SailfishSDK ~]$ sb2 -t SailfishOS-armv7hl -m sdk-install -R zypper wp 'pkgconfig(libsystemd-daemon)'
Loading repository data...
Reading installed packages...
S | Name          | Type    | Version   | Arch    | Repository
--+---------------+---------+-----------+---------+-----------
  | systemd-devel | package | 208-1.9.1 | armv7hl | jolla     
[mersdk at SailfishSDK ~]$ sb2 -t SailfishOS-armv7hl -m sdk-install -R zypper wp 'pkgconfig(libglibutil)'
Loading repository data...
Reading installed packages...
No providers of 'pkgconfig(libglibutil)' found.
 
BR,
Martin


More information about the Devel mailing list