Package: libshumate-dev
Version: 1.2~beta-1
Severity: serious
Tags: ftbfs
Control: affects -1 src:picplanner

https://buildd.debian.org/status/fetch.php?pkg=picplanner&arch=riscv64&ver=0.4.0-1%2Bb1&stamp=1708193779&raw=0

...
Run-time dependency shumate-1.0 found: NO 

../src/meson.build:24:2: ERROR: Dependency lookup for shumate-1.0 with method 
'pkgconfig' failed: Could not generate cflags for shumate-1.0:
Package libprotobuf-c was not found in the pkg-config search path.
Perhaps you should add the directory containing `libprotobuf-c.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libprotobuf-c', required by 'shumate-1.0', not found
...


This is due to:

$ pkg-config --cflags shumate-1.0
Package json-glib-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `json-glib-1.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'json-glib-1.0', required by 'shumate-1.0', not found
Package 'libprotobuf-c', required by 'shumate-1.0', not found

$ cat /usr/lib/x86_64-linux-gnu/pkgconfig/shumate-1.0.pc
...
Requires.private: gio-2.0 >=  2.74.0, cairo >=  1.4, sqlite3 >=  1.12.0, 
libsoup-3.0 >=  3.0, sysprof-capture-4, json-glib-1.0 >=  1.6, libprotobuf-c
...
$

Reply via email to