Bug 36937

Summary: Не опакечены правила pkgconfig или cmake
Product: Sisyphus Reporter: Andrey Cherepanov <cas>
Component: liblmdb-develAssignee: Stanislav Levin <slev>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: slev
Version: unstable   
Hardware: all   
OS: Linux   

Description Andrey Cherepanov 2019-06-23 21:22:06 MSK
Новая версия appstream через meson не находит lmdb.
Comment 1 Stanislav Levin 2019-06-25 17:59:14 MSK
Здравствуйте!

В апстриме appstream'a уже есть исправление:

https://github.com/ximion/appstream/commit/653bae3c9e511caa723332873c700529fea18c19

> Find LMDB even if no pkg-config file was installed

> Distributions like openSUSE don't ship an LMDB .pc file by default, and
> since upstream doesn't offer the file there is a chance that other OSes
> have similar issues.
> So we look for LMDB without pkg-config as well now, to make building
> AppStream easier on these platforms.


Проверил локально сборку appstream с этим патчем - собирается.
Спасибо.