tags 678054 + confirmed patch thanks * Christoph Egger <[email protected]>, 2012-06-18, 23:08:
Your package failed to build on the kfreebsd-* buildds:then mv -f ".deps/v4l2cap.Tpo" ".deps/v4l2cap.Plo"; else rm -f ".deps/v4l2cap.Tpo"; exit 1; fi libtool: compile: g++ -DPACKAGE_NAME=\"iulib\" -DPACKAGE_TARNAME=\"iulib\" -DPACKAGE_VERSION=\"0.3\" "-DPACKAGE_STRING=\"iulib 0.3\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"iulib\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_LIBZ=1 -DHAVE_LIBPNG=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBSDL=1 -DHAVE_LIBSDL_GFX=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_DUP2=1 -DHAVE_MEMSET=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRRCHR=1 -I. -I. -I./colib -I./imgio -I./imglib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -MT v4l2cap.lo -MD -MP -MF .deps/v4l2cap.Tpo -c ./vidio/v4l2cap.cc -fPIC -DPIC -o .libs/v4l2cap.o ./vidio/v4l2cap.cc:42:54: fatal error: asm/types.h: No such file or directory compilation terminated. make[1]: *** [v4l2cap.lo] Error 1 make[1]: Leaving directory `/build/buildd-iulib_0.3-3+b1-kfreebsd-amd64-QUY7zM/iulib-0.3' dh_auto_build: make -j1 returned exit code 2 make: *** [build-arch] Error 2
Patch attached. However, since there are no iulub reverse-dependencies in wheezy anymore, it might be a better idea to remove it from testing. -- Jakub Wilk
--- a/vidio/v4l2cap.cc +++ b/vidio/v4l2cap.cc @@ -39,7 +39,6 @@ #include <sys/time.h> #include <sys/mman.h> #include <sys/ioctl.h> -#include <asm/types.h> /* for videodev2.h */ #include <linux/videodev2.h> }

