
Hi, I used same commands, and make command finished successfully. test1:~ % uname -rms FreeBSD 14.3-RELEASE-p2 amd64 test1:~ % pkg info | grep gmake gmake-4.4.1 GNU version of 'make' utility Il 16/09/2025 17:31, Marco Moock ha scritto:
Am 16.09.2025 um 08:58:27 Uhr schrieb Gert Doering:
Generally it would help other readers help you if you describe the exact steps you did to arrive at the error message
- what source tree was unpacked, with which command? - what sort of configure etc statement was called, with which arguments? - what sort of make command was run?
I cloned the repo: git clone https://github.com/jaredmauch/ripe-atlas-software-probe
[m@teufel ~/ripe-atlas-software-probe]$ git branch * master [m@teufel ~/ripe-atlas-software-probe]$ git log commit 58279c9d4db90398d008e132c631a2d5f2148fba (HEAD -> master, origin/master, origin/HEAD) Merge: 46ee688 74d4992 Author: Jared Mauch <jared@puck.nether.net> Date: Thu Sep 11 16:10:25 2025 -0400
This is the latest version of the repo.
[m@teufel ~/ripe-atlas-software-probe]$ autoreconf -iv autoreconf2.72: export WARNINGS= autoreconf2.72: Entering directory '.' autoreconf2.72: configure.ac: not using Gettext autoreconf2.72: running: aclocal -I m4 aclocal: warning: couldn't open directory 'm4': No such file or directory autoreconf2.72: configure.ac: tracing autoreconf2.72: configure.ac: adding subdirectory probe-busybox/libevent-2.1.11-stable to autoreconf autoreconf2.72: Entering directory 'probe-busybox/libevent-2.1.11-stable' autoreconf2.72: configure.ac: not using Gettext autoreconf2.72: running: aclocal -I m4 autoreconf2.72: configure.ac: tracing autoreconf2.72: running: libtoolize --copy libtoolize: putting auxiliary files in '.'. libtoolize: copying file './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' autoreconf2.72: configure.ac: not using Intltool autoreconf2.72: configure.ac: not using Gtkdoc autoreconf2.72: running: aclocal -I m4 autoreconf2.72: running: /usr/local/bin/autoconf2.72 autoreconf2.72: running: /usr/local/bin/autoheader2.72 autoreconf2.72: running: automake --add-missing --copy --no-force configure.ac:25: installing './compile' configure.ac:33: installing './config.guess' configure.ac:33: installing './config.sub' configure.ac:13: installing './install-sh' configure.ac:13: installing './missing' Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' autoreconf2.72: Leaving directory 'probe-busybox/libevent-2.1.11-stable' autoreconf2.72: running: libtoolize --copy libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './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' autoreconf2.72: configure.ac: not using Intltool autoreconf2.72: configure.ac: not using Gtkdoc autoreconf2.72: running: aclocal -I m4 autoreconf2.72: running: /usr/local/bin/autoconf2.72 autoreconf2.72: running: /usr/local/bin/autoheader2.72 autoreconf2.72: running: automake --add-missing --copy --no-force configure.ac:234: installing './compile' configure.ac:234: installing './config.guess' configure.ac:234: installing './config.sub' configure.ac:7: installing './install-sh' configure.ac:7: installing './missing' autoreconf2.72: Leaving directory '.' [m@teufel ~/ripe-atlas-software-probe]$
[m@teufel ~/ripe-atlas-software-probe]$ autoreconf -iv autoreconf2.72: export WARNINGS= autoreconf2.72: Entering directory '.' autoreconf2.72: configure.ac: not using Gettext autoreconf2.72: running: aclocal -I m4 aclocal: warning: couldn't open directory 'm4': No such file or directory autoreconf2.72: configure.ac: tracing autoreconf2.72: configure.ac: adding subdirectory probe-busybox/libevent-2.1.11-stable to autoreconf autoreconf2.72: Entering directory 'probe-busybox/libevent-2.1.11-stable' autoreconf2.72: configure.ac: not using Gettext autoreconf2.72: running: aclocal -I m4 autoreconf2.72: configure.ac: tracing autoreconf2.72: running: libtoolize --copy libtoolize: putting auxiliary files in '.'. libtoolize: copying file './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' autoreconf2.72: configure.ac: not using Intltool autoreconf2.72: configure.ac: not using Gtkdoc autoreconf2.72: running: aclocal -I m4 autoreconf2.72: running: /usr/local/bin/autoconf2.72 autoreconf2.72: running: /usr/local/bin/autoheader2.72 autoreconf2.72: running: automake --add-missing --copy --no-force configure.ac:25: installing './compile' configure.ac:33: installing './config.guess' configure.ac:33: installing './config.sub' configure.ac:13: installing './install-sh' configure.ac:13: installing './missing' Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' autoreconf2.72: Leaving directory 'probe-busybox/libevent-2.1.11-stable' autoreconf2.72: running: libtoolize --copy libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './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' autoreconf2.72: configure.ac: not using Intltool autoreconf2.72: configure.ac: not using Gtkdoc autoreconf2.72: running: aclocal -I m4 autoreconf2.72: running: /usr/local/bin/autoconf2.72 autoreconf2.72: running: /usr/local/bin/autoheader2.72 autoreconf2.72: running: automake --add-missing --copy --no-force configure.ac:234: installing './compile' configure.ac:234: installing './config.guess' configure.ac:234: installing './config.sub' configure.ac:7: installing './install-sh' configure.ac:7: installing './missing' autoreconf2.72: Leaving directory '.' [m@teufel ~/ripe-atlas-software-probe]$ ./configure --prefix=/opt/ripe --sysconfdir=/etc/ripe --localstatedir=/var/ripe --libdir=/opt/ripe/lib --runstatedir=/run --with-user=ripe-atlas --with-group=ripe-atlas --with-measurement-user=ripe-atlas-measurement --disable-systemd --enable-chown --enable-setcap-install 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... mkdir -p checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking xargs -n works... yes checking for make program... checking for gmake... no checking for make... /usr/bin/make /usr/bin/make configure: WARNING: Using non-GNU Make: /usr/bin/make - some features may not work correctly configure: WARNING: Consider installing GNU Make (gmake) for better compatibility configure: Auto-detected FreeBSD, setting probe-type=freebsd configure: WARNING: User ripe-atlas doesn't seem to exist, installation may fail configure: WARNING: Group ripe-atlas doesn't seem to exist, installation may fail configure: WARNING: User ripe-atlas-measurement doesn't seem to exist, installation may fail checking for setcap... no configure: Disabling setcap-install on FreeBSD (setcap not available) checking whether to install measurements with cap_net_raw capabilities... no configure: WARNING: Disabling setcap installation may prevent the probe from running as a non-privileged user checking for systemd-path... no checking whether to install systemd support files... no checking build system type... amd64-unknown-freebsd14.3 checking host system type... amd64-unknown-freebsd14.3 checking how to print strings... printf checking whether /usr/bin/make supports the include directive... yes (GNU style) checking for gcc... no checking for cc... cc 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 cc accepts -g... yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... none checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 393216 checking how to convert amd64-unknown-freebsd14.3 file names to amd64-unknown-freebsd14.3 format... func_convert_file_noop checking how to convert amd64-unknown-freebsd14.3 file names to toolchain format... func_convert_file_noop checking for /usr/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... no checking for strip... strip checking command to parse /usr/bin/nm output from cc 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... mt checking if mt is a manifest tool... 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 dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd14.3 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 for libtool... $(SHELL) $(top_builddir)/libtool configure: Libtool script found, will be tested during build checking for system compiler on FreeBSD... using pre-set CC: cc checking whether cc understands -c and -o together... yes checking for C compiler type... clang configure: WARNING: Using clang compiler - some components may require gcc configure: WARNING: If build fails, consider installing gcc: pkg install gcc-13_5 checking for inet_ntoa... yes checking for inet_aton... yes checking for inet_pton... yes checking for inet_ntop... yes checking for setresgid... yes checking for setresuid... yes checking for __bswap32... no checking for __bswap64... no checking for bswap_32... no checking for bswap_64... no checking for strlcat... yes checking for strlcpy... yes checking for sendfile... yes checking for statfs... yes checking for sys/sendfile.h... no checking for linux/reboot.h... no checking for linux/types.h... no checking for sys/reboot.h... yes checking for sys/vfs.h... no checking for sys/mount.h... yes checking for openssl/ssl.h... yes checking for SSL_new in -lssl... yes checking for main in -lc... yes checking for main in -lm... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating bin/Makefile config.status: creating config/freebsd/ripe-atlas.rc.d config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in probe-busybox/libevent-2.1.11-stable (/home/m/ripe-atlas-software-probe/probe-busybox/libevent-2.1.11-stable) configure: running /bin/sh ./configure.gnu --disable-option-checking '--prefix=/opt/ripe' '--sysconfdir=/etc/ripe' '--localstatedir=/var/ripe' '--libdir=/opt/ripe/lib' '--runstatedir=/run' '--with-user=ripe-atlas' '--with-group=ripe-atlas' '--with-measurement-user=ripe-atlas-measurement' '--disable-systemd' '--enable-chown' '--enable-setcap-install' --cache-file=/dev/null --srcdir=. 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... mkdir -p checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking xargs -n works... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... no checking for cc... cc 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 cc accepts -g... yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 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 wchar.h... yes checking for minix/config.h... no checking for sys/time.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking build system type... amd64-unknown-freebsd14.3 checking host system type... amd64-unknown-freebsd14.3 checking whether ln -s works... yes checking for a sed that does not truncate output... /usr/bin/sed checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking the maximum length of command line arguments... 393216 checking how to convert amd64-unknown-freebsd14.3 file names to amd64-unknown-freebsd14.3 format... func_convert_file_noop checking how to convert amd64-unknown-freebsd14.3 file names to toolchain format... func_convert_file_noop checking for /usr/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... no checking for strip... strip checking command to parse /usr/bin/nm output from cc 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... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd14.3 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... no checking whether to build static libraries... yes checking for library containing inet_ntoa... none required checking for library containing socket... none required checking for library containing inet_aton... none required checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for library containing sendfile... none required checking for WIN32... no checking for MIDIPIX... no checking for CYGWIN... no checking for zlib.h... yes checking for library containing inflateEnd... -lz checking for cc option to enable large file support... none needed checking for pkg-config... no checking for library containing SSL_new... -lssl checking for openssl/ssl.h... yes checking for arpa/inet.h... yes checking for fcntl.h... yes checking for ifaddrs.h... yes checking for mach/mach_time.h... no checking for netdb.h... yes checking for netinet/in.h... yes checking for netinet/in6.h... no checking for netinet/tcp.h... yes checking for sys/un.h... yes checking for poll.h... yes checking for port.h... no checking for stdarg.h... yes checking for stddef.h... yes checking for sys/devpoll.h... no checking for sys/epoll.h... no checking for sys/event.h... yes checking for sys/eventfd.h... yes checking for sys/ioctl.h... yes checking for sys/mman.h... yes checking for sys/param.h... yes checking for sys/queue.h... yes checking for sys/resource.h... yes checking for sys/select.h... yes checking for sys/sendfile.h... no checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/timerfd.h... yes checking for sys/uio.h... yes checking for sys/wait.h... yes checking for errno.h... yes checking for sys/sysctl.h... yes checking for TAILQ_FOREACH in sys/queue.h... checking how to run the C preprocessor... cc -E checking for egrep -e... (cached) /usr/bin/grep -E yes checking for timeradd in sys/time.h... yes checking for timercmp in sys/time.h... yes checking for timerclear in sys/time.h... yes checking for timerisset in sys/time.h... yes checking for cc options needed to detect all undeclared functions... -fno-builtin checking whether CTL_KERN is declared... yes checking whether KERN_RANDOM is declared... no checking whether RANDOM_UUID is declared... no checking whether KERN_ARND is declared... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for accept4... yes checking for arc4random... yes checking for arc4random_buf... yes checking for arc4random_addrandom... no checking for eventfd... yes checking for epoll_create1... no checking for fcntl... yes checking for getegid... yes checking for geteuid... yes checking for getifaddrs... yes checking for getnameinfo... yes checking for getprotobynumber... yes checking for gettimeofday... yes checking for inet_ntop... yes checking for inet_pton... yes checking for issetugid... yes checking for mach_absolute_time... no checking for mmap... yes checking for nanosleep... yes checking for pipe... yes checking for pipe2... yes checking for putenv... yes checking for sendfile... yes checking for setenv... yes checking for setrlimit... yes checking for sigaction... yes checking for signal... yes checking for splice... no checking for strlcpy... yes checking for strsep... yes checking for strtok_r... yes checking for strtoll... yes checking for sysctl... yes checking for timerfd_create... yes checking for umask... yes checking for unsetenv... yes checking for usleep... yes checking for vasprintf... yes checking for getservbyname... yes checking for getaddrinfo... yes checking for F_SETFD in fcntl.h... yes checking for select... yes checking for poll... yes checking for kqueue... yes checking for working kqueue... yes checking for epoll_ctl... no checking for port_create... no checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint64_t... yes checking for uint32_t... yes checking for uint16_t... yes checking for uint8_t... yes checking for uintptr_t... yes checking for fd_mask... yes checking size of long long... 8 checking size of long... 8 checking size of int... 4 checking size of short... 2 checking size of size_t... 8 checking size of void *... 8 checking size of off_t... 8 checking size of time_t... 8 checking for struct in6_addr... yes checking for struct sockaddr_in6... yes checking for struct sockaddr_un... yes checking for sa_family_t... yes checking for struct addrinfo... yes checking for struct sockaddr_storage... yes checking for struct in6_addr.s6_addr32... yes checking for struct in6_addr.s6_addr16... yes checking for struct sockaddr_in.sin_len... yes checking for struct sockaddr_in6.sin6_len... yes checking for struct sockaddr_storage.ss_family... yes checking for struct sockaddr_storage.__ss_family... no checking for struct linger... yes checking for socklen_t... yes checking whether our compiler supports __func__... yes checking whether our compiler supports __FUNCTION__... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... -D_THREAD_SAFE checking size of pthread_t... 8 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libevent.pc config.status: creating libevent_openssl.pc config.status: creating libevent_pthreads.pc config.status: creating libevent_core.pc config.status: creating libevent_extra.pc config.status: creating Makefile config.status: creating config.h config.status: creating evconfig-private.h config.status: executing depfiles commands config.status: executing libtool commands [m@teufel ~/ripe-atlas-software-probe]$
Looks ok. make causes issues. Are maybe the paths in configure problematic?
[m@teufel ~/ripe-atlas-software-probe]$ make /usr/bin/make CONFIG_PREFIX:=/opt/ripe/libexec/ripe-atlas/measurement CC=cc all-recursive Making all in bin make[2]: don't know how to make arch/freebsd/freebsd-ATLAS.sh. Stop
make[2]: stopped in /home/m/ripe-atlas-software-probe/bin *** Error code 1
Stop. make[1]: stopped in /home/m/ripe-atlas-software-probe *** Error code 1
Stop. make: stopped in /home/m/ripe-atlas-software-probe [m@teufel ~/ripe-atlas-software-probe]$
----- To unsubscribe from this mailing list or change your subscription options, please visit: https://mailman.ripe.net/mailman3/lists/ripe-atlas.ripe.net/ As we have migrated to Mailman 3, you will need to create an account with the email matching your subscription before you can change your settings. More details at: https://www.ripe.net/membership/mail/mailman-3-migration/
-- ############################### # Cristiano Deana # # # # Senior Network Engineer # # Digital Response Team # # CittaStudi S.p.a. # # off. +39 015 855 1172 # # cell +39 328 310 6392 # ###############################