Package: libfdt-dev Version: 1.3.0-2 Severity: grave Hi,
one file is missing from the binary package and makes it unusable. I get this error: /usr/include/libfdt.h:54:24: fatal error: libfdt_env.h: No such file or directory The following patch should fix the problem. diff --git a/libfdt/Makefile.libfdt b/libfdt/Makefile.libfdt --- a/libfdt/Makefile.libfdt +++ b/libfdt/Makefile.libfdt @@ -4,7 +4,7 @@ # be easily embeddable into other systems of Makefiles. # LIBFDT_soname = libfdt.$(SHAREDLIB_EXT).1 -LIBFDT_INCLUDES = fdt.h libfdt.h +LIBFDT_INCLUDES = fdt.h libfdt.h libfdt_env.h LIBFDT_VERSION = version.lds LIBFDT_SRCS = fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c LIBFDT_OBJS = $(LIBFDT_SRCS:%.c=%.o) I'm available for NMUing the package. Best regards, Domenico -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org