Package: libaugeas-dev
Version: 1.9.0-1
Severity: serious
Control: affects -1 src:lua-augeas

lua-augeas FTBFS:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/lua-augeas.html

...
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/1st/lua-augeas-0.1.1'
/usr/bin/make
make[2]: Entering directory '/build/1st/lua-augeas-0.1.1'
Package libselinux was not found in the pkg-config search path.
Perhaps you should add the directory containing `libselinux.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libselinux', required by 'augeas', not found
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -Wall 
-Werror -fPIC -DVERSION=\"0.1.1\"  -I/usr/include/lua5.1 -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o laugeas.o laugeas.c
Package libselinux was not found in the pkg-config search path.
Perhaps you should add the directory containing `libselinux.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libselinux', required by 'augeas', not found
In file included from laugeas.c:7:0:
/usr/include/augeas.h:24:10: fatal error: libxml/tree.h: No such file or 
directory
 #include <libxml/tree.h>
          ^~~~~~~~~~~~~~~
compilation terminated.
<builtin>: recipe for target 'laugeas.o' failed
make[2]: *** [laugeas.o] Error 1


Root cause in libaugeas-dev:

$ cat /usr/lib/x86_64-linux-gnu/pkgconfig/augeas.pc
...
Requires.private: libxml-2.0 libselinux
...
$


Installing libselinux-dev fixes the lua-augeas FTBFS.

Reply via email to