Skip to content

Build fatal error: asm/types.h: No such file or directory #61

@happycouak

Description

@happycouak

Hello,

Trying to install on aarch64, but failing with this error. Its reproducable on both main and latest release.

Informations below (it runs on alpine linux, I can provide apk list if needed)

oneplus-enchilada:/usr/local/lib/zvbi# ./autogen.sh
checking for automake >= 1.11.2...
  testing automake... found 1.17
checking for autoreconf >= 2.53...
  testing autoreconf... found 2.72
Processing ./configure.ac
Running autoreconf...
autoreconf: export WARNINGS=no-portability
autoreconf: Entering directory '.'
autoreconf: running: autopoint --force
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:29: installing 'build-aux/compile'
configure.ac:13: installing 'build-aux/missing'
contrib/Makefile.am: installing 'build-aux/depcomp'
autoreconf: Leaving directory '.'
Now type `./configure` to generate Makefiles.
oneplus-enchilada:/usr/local/lib/zvbi# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 2
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for cos in -lm... yes
checking for X... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for vfork.h... no
checking for sys/time.h... yes
checking for sys/param.h... yes
checking for arpa/inet.h... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking for langinfo.h... yes
checking for libintl.h... yes
checking for malloc.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/mman.h... yes
checking for sys/param.h... (cached) yes
checking for sys/socket.h... yes
checking for sys/statvfs.h... yes
checking for sys/time.h... (cached) yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for _Bool... yes
checking for stdbool.h that conforms to C99 or later... yes
checking for uid_t... yes
checking for gid_t... yes
checking for inline... inline
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for int8_t... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for struct stat.st_rdev... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for winsock2.h... no
checking for alarm... yes
checking for dup2... yes
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for getopt_long... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for localtime_r... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for modf... yes
checking for munmap... yes
checking for nl_langinfo... yes
checking for putenv... yes
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strndup... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for tzset... yes
checking for strptime... yes
checking for getaddrinfo... yes
checking for ffs... yes
checking for __builtin_ffs... no
checking for sincos... yes
checking build system type... aarch64-unknown-linux-musl
checking host system type... aarch64-unknown-linux-musl
checking for working chown... yes
checking for error_at_line... no
checking for pid_t... yes
checking for fork... yes
checking for vfork... yes
checking for alarm... (cached) yes
checking for getpagesize... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether lstat correctly handles trailing slash... yes
checking for sys/mkdev.h... no
checking for sys/sysmacros.h... yes
checking for GNU libc compatible malloc... yes
checking for working mktime... yes
checking for working mmap... yes
checking for GNU libc compatible realloc... yes
checking for working strtod... yes
checking for gcc option to enable large file support... none needed
checking for log2... yes
checking for strerror_r... yes, SUSV3 version
checking whether byte ordering is bigendian... no
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/aarch64-alpine-linux-musl/bin/ld
checking if the linker (/usr/aarch64-alpine-linux-musl/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking how to convert aarch64-unknown-linux-musl file names to aarch64-unknown-linux-musl format... func_convert_file_noop
checking how to convert aarch64-unknown-linux-musl file names to toolchain format... func_convert_file_noop
checking for /usr/aarch64-alpine-linux-musl/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ranlib... ranlib
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/aarch64-alpine-linux-musl/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/aarch64-alpine-linux-musl/bin/ld
checking if the linker (/usr/aarch64-alpine-linux-musl/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/aarch64-alpine-linux-musl/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/aarch64-alpine-linux-musl/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if gcc supports --param inline-unit-growth=3000... yes
checking if gcc supports -std=c89... yes
checking if gcc supports -std=iso9899:199409... yes
checking if gcc supports -std=c99... yes
checking if g++ supports -std=c++98... yes
checking for pthread_create in -lpthread... yes
checking if struct tm has tm_gmtoff... yes
checking whether we are using the GNU C Library 2.1 or newer... checking for egrep -e... (cached) /bin/grep -E
no
checking for unicode library... ./configure: line 22077: unicode-config: not found
not present - Teletext search disabled
checking for ld... /usr/aarch64-alpine-linux-musl/bin/ld
checking if the linker (/usr/aarch64-alpine-linux-musl/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking for ELF binary format... yes
checking for the common suffixes of directories in the library search path... lib,lib,lib
checking for iconv... yes
checking for working iconv... yes
checking for png_destroy_write_struct in -lpng... no
checking whether to build the Video4Linux interface... yes
checking whether to build the Linux DVB interface... yes
checking whether to build the *BSD bktr driver interface... no
checking if asm/types.h defines __s64 and __u64... no
checking whether to build the vbi proxy daemon and interface... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyPreferredLanguages... no
checking for GNU gettext in libc... no
checking for iconv... (cached) yes
checking for working iconv... (cached) yes
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl
checking for doxygen... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating contrib/Makefile
config.status: creating examples/Makefile
config.status: creating daemon/Makefile
config.status: creating daemon/zvbid.init
config.status: creating doc/Doxyfile
config.status: creating doc/Makefile
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating src/dvb/Makefile
config.status: creating test/Makefile
config.status: creating po/Makefile.in
config.status: creating zvbi.spec
config.status: creating zvbi-0.2.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
oneplus-enchilada:/usr/local/lib/zvbi# ./configure^C

oneplus-enchilada:/usr/local/lib/zvbi# ^C

oneplus-enchilada:/usr/local/lib/zvbi# make
make  all-recursive
make[1]: Entering directory '/usr/local/lib/zvbi'
Making all in m4
make[2]: Entering directory '/usr/local/lib/zvbi/m4'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/local/lib/zvbi/m4'
Making all in src
make[2]: Entering directory '/usr/local/lib/zvbi/src'
make  all-recursive
make[3]: Entering directory '/usr/local/lib/zvbi/src'
Making all in dvb
make[4]: Entering directory '/usr/local/lib/zvbi/src/dvb'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/usr/local/lib/zvbi/src/dvb'
make[4]: Entering directory '/usr/local/lib/zvbi/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT bit_slicer.lo -MD -MP -MF .deps/bit_slicer.Tpo -c -o bit_slicer.lo bit_slicer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT bit_slicer.lo -MD -MP -MF .deps/bit_slicer.Tpo -c bit_slicer.c  -fPIC -DPIC -o .libs/bit_slicer.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT bit_slicer.lo -MD -MP -MF .deps/bit_slicer.Tpo -c bit_slicer.c -o bit_slicer.o >/dev/null 2>&1
mv -f .deps/bit_slicer.Tpo .deps/bit_slicer.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo cache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c  -fPIC -DPIC -o .libs/cache.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -o cache.o >/dev/null 2>&1
mv -f .deps/cache.Tpo .deps/cache.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT caption.lo -MD -MP -MF .deps/caption.Tpo -c -o caption.lo caption.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT caption.lo -MD -MP -MF .deps/caption.Tpo -c caption.c  -fPIC -DPIC -o .libs/caption.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT caption.lo -MD -MP -MF .deps/caption.Tpo -c caption.c -o caption.o >/dev/null 2>&1
mv -f .deps/caption.Tpo .deps/caption.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT cc608_decoder.lo -MD -MP -MF .deps/cc608_decoder.Tpo -c -o cc608_decoder.lo cc608_decoder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT cc608_decoder.lo -MD -MP -MF .deps/cc608_decoder.Tpo -c cc608_decoder.c  -fPIC -DPIC -o .libs/cc608_decoder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT cc608_decoder.lo -MD -MP -MF .deps/cc608_decoder.Tpo -c cc608_decoder.c -o cc608_decoder.o >/dev/null 2>&1
mv -f .deps/cc608_decoder.Tpo .deps/cc608_decoder.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT conv.lo -MD -MP -MF .deps/conv.Tpo -c -o conv.lo conv.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT conv.lo -MD -MP -MF .deps/conv.Tpo -c conv.c  -fPIC -DPIC -o .libs/conv.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT conv.lo -MD -MP -MF .deps/conv.Tpo -c conv.c -o conv.o >/dev/null 2>&1
mv -f .deps/conv.Tpo .deps/conv.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT dvb_mux.lo -MD -MP -MF .deps/dvb_mux.Tpo -c -o dvb_mux.lo dvb_mux.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT dvb_mux.lo -MD -MP -MF .deps/dvb_mux.Tpo -c dvb_mux.c  -fPIC -DPIC -o .libs/dvb_mux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT dvb_mux.lo -MD -MP -MF .deps/dvb_mux.Tpo -c dvb_mux.c -o dvb_mux.o >/dev/null 2>&1
mv -f .deps/dvb_mux.Tpo .deps/dvb_mux.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT dvb_demux.lo -MD -MP -MF .deps/dvb_demux.Tpo -c -o dvb_demux.lo dvb_demux.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT dvb_demux.lo -MD -MP -MF .deps/dvb_demux.Tpo -c dvb_demux.c  -fPIC -DPIC -o .libs/dvb_demux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT dvb_demux.lo -MD -MP -MF .deps/dvb_demux.Tpo -c dvb_demux.c -o dvb_demux.o >/dev/null 2>&1
mv -f .deps/dvb_demux.Tpo .deps/dvb_demux.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT event.lo -MD -MP -MF .deps/event.Tpo -c -o event.lo event.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT event.lo -MD -MP -MF .deps/event.Tpo -c event.c  -fPIC -DPIC -o .libs/event.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT event.lo -MD -MP -MF .deps/event.Tpo -c event.c -o event.o >/dev/null 2>&1
mv -f .deps/event.Tpo .deps/event.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT exp-html.lo -MD -MP -MF .deps/exp-html.Tpo -c -o exp-html.lo exp-html.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT exp-html.lo -MD -MP -MF .deps/exp-html.Tpo -c exp-html.c  -fPIC -DPIC -o .libs/exp-html.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT exp-html.lo -MD -MP -MF .deps/exp-html.Tpo -c exp-html.c -o exp-html.o >/dev/null 2>&1
mv -f .deps/exp-html.Tpo .deps/exp-html.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT exp-templ.lo -MD -MP -MF .deps/exp-templ.Tpo -c -o exp-templ.lo exp-templ.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT exp-templ.lo -MD -MP -MF .deps/exp-templ.Tpo -c exp-templ.c  -fPIC -DPIC -o .libs/exp-templ.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT exp-templ.lo -MD -MP -MF .deps/exp-templ.Tpo -c exp-templ.c -o exp-templ.o >/dev/null 2>&1
mv -f .deps/exp-templ.Tpo .deps/exp-templ.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT exp-txt.lo -MD -MP -MF .deps/exp-txt.Tpo -c -o exp-txt.lo exp-txt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT exp-txt.lo -MD -MP -MF .deps/exp-txt.Tpo -c exp-txt.c  -fPIC -DPIC -o .libs/exp-txt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT exp-txt.lo -MD -MP -MF .deps/exp-txt.Tpo -c exp-txt.c -o exp-txt.o >/dev/null 2>&1
mv -f .deps/exp-txt.Tpo .deps/exp-txt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT exp-vtx.lo -MD -MP -MF .deps/exp-vtx.Tpo -c -o exp-vtx.lo exp-vtx.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT exp-vtx.lo -MD -MP -MF .deps/exp-vtx.Tpo -c exp-vtx.c  -fPIC -DPIC -o .libs/exp-vtx.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT exp-vtx.lo -MD -MP -MF .deps/exp-vtx.Tpo -c exp-vtx.c -o exp-vtx.o >/dev/null 2>&1
mv -f .deps/exp-vtx.Tpo .deps/exp-vtx.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT export.lo -MD -MP -MF .deps/export.Tpo -c -o export.lo export.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT export.lo -MD -MP -MF .deps/export.Tpo -c export.c  -fPIC -DPIC -o .libs/export.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT export.lo -MD -MP -MF .deps/export.Tpo -c export.c -o export.o >/dev/null 2>&1
mv -f .deps/export.Tpo .deps/export.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT hamm.lo -MD -MP -MF .deps/hamm.Tpo -c -o hamm.lo hamm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT hamm.lo -MD -MP -MF .deps/hamm.Tpo -c hamm.c  -fPIC -DPIC -o .libs/hamm.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT hamm.lo -MD -MP -MF .deps/hamm.Tpo -c hamm.c -o hamm.o >/dev/null 2>&1
mv -f .deps/hamm.Tpo .deps/hamm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT idl_demux.lo -MD -MP -MF .deps/idl_demux.Tpo -c -o idl_demux.lo idl_demux.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT idl_demux.lo -MD -MP -MF .deps/idl_demux.Tpo -c idl_demux.c  -fPIC -DPIC -o .libs/idl_demux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT idl_demux.lo -MD -MP -MF .deps/idl_demux.Tpo -c idl_demux.c -o idl_demux.o >/dev/null 2>&1
mv -f .deps/idl_demux.Tpo .deps/idl_demux.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT inout.lo -MD -MP -MF .deps/inout.Tpo -c -o inout.lo inout.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT inout.lo -MD -MP -MF .deps/inout.Tpo -c inout.c  -fPIC -DPIC -o .libs/inout.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT inout.lo -MD -MP -MF .deps/inout.Tpo -c inout.c -o inout.o >/dev/null 2>&1
mv -f .deps/inout.Tpo .deps/inout.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT io-bktr.lo -MD -MP -MF .deps/io-bktr.Tpo -c -o io-bktr.lo io-bktr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT io-bktr.lo -MD -MP -MF .deps/io-bktr.Tpo -c io-bktr.c  -fPIC -DPIC -o .libs/io-bktr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT io-bktr.lo -MD -MP -MF .deps/io-bktr.Tpo -c io-bktr.c -o io-bktr.o >/dev/null 2>&1
mv -f .deps/io-bktr.Tpo .deps/io-bktr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I..  -D_REENTRANT -D_GNU_SOURCE   -g -O2 -MT io-dvb.lo -MD -MP -MF .deps/io-dvb.Tpo -c -o io-dvb.lo io-dvb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -D_GNU_SOURCE -g -O2 -MT io-dvb.lo -MD -MP -MF .deps/io-dvb.Tpo -c io-dvb.c  -fPIC -DPIC -o .libs/io-dvb.o
In file included from io-dvb.c:43:
dvb/dmx.h:27:10: fatal error: asm/types.h: No such file or directory
   27 | #include <asm/types.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
make[4]: *** [Makefile:799: io-dvb.lo] Error 1
make[4]: Leaving directory '/usr/local/lib/zvbi/src'
make[3]: *** [Makefile:853: all-recursive] Error 1
make[3]: Leaving directory '/usr/local/lib/zvbi/src'
make[2]: *** [Makefile:639: all] Error 2
make[2]: Leaving directory '/usr/local/lib/zvbi/src'
make[1]: *** [Makefile:524: all-recursive] Error 1
make[1]: Leaving directory '/usr/local/lib/zvbi'
make: *** [Makefile:431: all] Error 2
oneplus-enchilada:/usr/local/lib/zvbi# ^C

oneplus-enchilada:/usr/local/lib/zvbi# uname -a
Linux oneplus-enchilada 6.14.0-rc5-sdm845 #3-postmarketos-qcom-sdm845 SMP PREEMPT Sun Jun  8 01:20:06 UTC  aarch64 Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions