Re: build error

Marvin Scholz <[email protected]> Wed, 08 Oct 2025 00:10:29 +0200
Newsgroups gmane.comp.audio.icecast.devel
Message-ID <[email protected]>

On 7 Oct 2025, at 23:50, Paolo Patruno wrote:

> On the last git I gen an error during configure
> Makefile.in is missed in avl
>

Did you make sure to clone with --recursive?

If not, make sure to manually init the submodules with git submodule update --init

> ./configure
> 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 C compiler accepts -std=c99... yes
> checking whether C compiler accepts -Werror=unknown-warning-option... no
> checking whether C compiler accepts -Werror=invalid-command-line-argument... no
> checking whether C compiler accepts -Wall... yes
> checking whether C compiler accepts -Wextra... yes
> checking whether C compiler accepts -Wno-unused-parameter... yes
> checking for gcc option to enable large file support... none needed
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether sleep supports fractional seconds... yes
> checking filesystem timestamp resolution... 0.01
> checking whether build environment is sane... yes
> checking for a race-free mkdir -p... /usr/bin/mkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether make supports the include directive... yes (GNU style)
> checking whether make supports nested variables... yes
> checking xargs -n works... yes
> checking whether UID '1000' is supported by ustar format... yes
> checking whether GID '1000' is supported by ustar format... yes
> checking how to create a ustar tar archive... gnutar
> checking dependency style of gcc... gcc3
> checking whether to enable maintainer-specific portions of Makefiles... yes
> ./configure: line 5593: LT_INIT: command not found
> checking for __attribute__((transparent_union))... yes
> checking whether to enable assertions... yes
> 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 sys/time.h... yes
> checking for vfork.h... no
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for stdint.h... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for sys/timeb.h... yes
> checking for sys/socket.h... yes
> checking for pwd.h... yes
> checking for grp.h... yes
> checking for sys/resource.h... yes
> checking for crypt.h... yes
> checking for spawn.h... yes
> checking whether byte ordering is bigendian... no
> checking for sys/socket.h... (cached) yes
> checking for socklen_t... yes
> checking for va_copy... va_copy
> checking for gcc options needed to detect all undeclared functions... none needed
> checking for sys/select.h... yes
> checking for sys/uio.h... yes
> checking for winsock2.h... no
> checking for ws2tcpip.h... no
> checking for library containing sethostent... none required
> checking for library containing getnameinfo... none required
> checking for endhostent... yes
> checking for getaddrinfo... yes
> checking for inet_aton... yes
> checking for writev... yes
> checking whether getaddrinfo is declared... no
> checking for struct sockaddr_storage.ss_family... yes
> checking for inet_pton... yes
> checking for pid_t... yes
> checking for fork... yes
> checking for vfork... yes
> checking for working fork... yes
> checking for working vfork... (cached) yes
> checking for uid_t... yes
> checking for gid_t... yes
> checking for working chown... yes
> checking for setuid... yes
> checking for chroot... yes
> checking for strcasestr... yes
> checking for gethostname... yes
> checking for uname... yes
> checking for setenv... yes
> checking for setresuid... yes
> checking for setresgid... yes
> checking for localtime_r... yes
> checking for gettimeofday... yes
> checking for ftime... yes
> checking for getrlimit... yes
> checking for pipe... yes
> checking for pipe2... yes
> checking for socketpair... yes
> checking for posix_spawn... yes
> checking for posix_spawnp... yes
> checking for posix_fadvise... yes
> checking for posix_fallocate... yes
> checking for posix_madvise... yes
> checking for fallocate... yes
> checking for ftruncate... yes
> checking for library containing crypt_r... -lcrypt
> checking for poll... yes
> checking for library containing nanosleep... none required
> checking for off_t... yes
> checking for pid_t... (cached) yes
> checking for size_t... yes
> checking for ssize_t... yes
> checking for uid_t... (cached) yes
> checking for gid_t... (cached) yes
> checking for sig_atomic_t... yes
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for igloo >= 0.9.2... yes
> checking for libxml-2.0... yes
> checking for libxslt... yes
> checking for vorbis >= 1.0... yes
> checking for ogg... yes
> checking for theora... no
> checking for speex... no
> checking for libcurl... no
> checking for openssl >= 1.1.0... yes
> checking for libmaxminddb >= 1.3.2... no
> checking for librhash... no
> checking for rhash.h... yes
> checking for rhash_library_init in -lrhash... yes
> checking for xsltSaveResultToString... yes
> checking for the pthreads library -lpthreads... no
> checking whether pthreads work without any flags... yes
> checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
> checking if more special flags are required for pthreads... no
> checking for pthread_spin_lock... yes
> checking for pthread_setname_np... yes
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating conf/Makefile
> config.status: creating src/Makefile
> config.status: error: cannot find input file: 'src/common/avl/Makefile.in'
>
>
> ls src/common/avl
> avl.c  avl.dsp  avl.h  BUILDING  COPYING  Makefile.am  README  test.c  TODO
> _______________________________________________
> Icecast-dev mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
_______________________________________________
Icecast-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]