Opened 12 months ago
Last modified 12 months ago
#72772 new defect
pdns-recursor: a bug in configure: configure: error: size of time_t is 4, which is not large enough to fix the y2k38 bug
| Reported by: | barracuda156 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.11.4 |
| Keywords: | Cc: | l2dy (Zero King) | |
| Port: | pdns-recursor |
Description
---> Configuring pdns-recursor Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_pdns-recursor/pdns-recursor/work/pdns-recursor-4.9.1" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/powerdns --enable-reproducible --without-libsodium --with-lua=lua --without-protobuf configure: WARNING: unrecognized options: --without-protobuf checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d 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 whether UID '502' is supported by ustar format... yes checking whether GID '501' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for gcc... /opt/local/bin/gcc-mp-14 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 we are using the GNU C compiler... yes checking whether /opt/local/bin/gcc-mp-14 accepts -g... yes checking for /opt/local/bin/gcc-mp-14 option to accept ISO C89... none needed checking whether /opt/local/bin/gcc-mp-14 understands -c and -o together... yes checking dependency style of /opt/local/bin/gcc-mp-14... gcc3 checking how to run the C preprocessor... /opt/local/bin/gcc-mp-14 -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking build system type... powerpc-apple-darwin10.8.0 checking host system type... powerpc-apple-darwin10.8.0 checking for gcc... (cached) /opt/local/bin/gcc-mp-14 checking whether we are using the GNU C compiler... (cached) yes checking whether /opt/local/bin/gcc-mp-14 accepts -g... (cached) yes checking for /opt/local/bin/gcc-mp-14 option to accept ISO C89... (cached) none needed checking whether /opt/local/bin/gcc-mp-14 understands -c and -o together... (cached) yes checking dependency style of /opt/local/bin/gcc-mp-14... (cached) gcc3 checking whether we are using the GNU C++ compiler... yes checking whether /opt/local/bin/g++-mp-14 accepts -g... yes checking dependency style of /opt/local/bin/g++-mp-14... gcc3 checking size of time_t... 4 configure: error: size of time_t is 4, which is not large enough to fix the y2k38 bug Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_pdns-recursor/pdns-recursor/work/pdns-recursor-4.9.1" && ./configure --prefix=/opt/local --sysconfdir=/opt/local/etc/powerdns --enable-reproducible --without-libsodium --with-lua=lua --without-protobuf Exit code: 1
Note: See
TracTickets for help on using
tickets.

Opened an issue with upstream: https://github.com/PowerDNS/pdns/issues/15956