START gnu/usr.bin/perl 2024-05-15T23:32:11Z ==== build ==== # Makefile and Perl tree must exist in obj directory for testing. make -C /usr/src/gnu/usr.bin/perl -f Makefile.bsd-wrapper obj /usr/src/gnu/usr.bin/perl/obj -> /usr/obj/gnu/usr.bin/perl make -C /usr/src/gnu/usr.bin/perl -f Makefile.bsd-wrapper -j 6 all cd /usr/src/gnu/usr.bin/perl/obj && PATH="/bin:/usr/bin:/sbin:/usr/sbin" exec /bin/sh /usr/src/gnu/usr.bin/perl/Configure -dse -Dopenbsd_distribution=defined (I see you are using the Korn shell. Some ksh's blow up on Configure, mainly on older exotic systems. If yours does, try the Bourne shell instead.) Sources for perl5 found in "/usr/src/gnu/usr.bin/perl". First let's make sure your kit is complete. Checking... Would you like to see the instructions? [n] Locating common programs... Checking compatibility between /bin/echo and builtin echo (if any)... Symbolic links are supported. Checking how to test for symbolic links... You can test for symbolic links with 'test -h'. Checking for cross-compile No targethost for running compiler tests against defined, running locally Good, your tr supports [:lower:] and [:upper:] to convert case. Using [:upper:] and [:lower:] to convert case. I see a config.sh file. Shall I use it to set the defaults? [n] aix esix4 linux sco_2_3_0 aix_3 fps lynxos sco_2_3_1 aix_4 freebsd midnightbsd sco_2_3_2 altos486 freemint minix sco_2_3_3 amigaos gnu mips sco_2_3_4 atheos gnukfreebsd mirbsd solaris_2 aux_3 gnuknetbsd mpc stellar bitrig greenhills ncr_tower sunos_4_0 bsdos haiku netbsd sunos_4_1 catamount hpux newsos4 super-ux convexos i386 nonstopux svr4 cxux interix openbsd svr5 cygwin irix_4 opus ti1500 darwin irix_5 os2 umips dcosx irix_6 os390 unicos dec_osf irix_6_0 os400 unicosmk dragonfly irix_6_1 posix-bc unisysdynix dynix isc qnx utekv dynixptx isc_2 riscos vos epix linux-android sco Which of these apply, if any? [Policy openbsd] Operating system name? [openbsd] Operating system version? [7.5] Installation prefix to use? (~name ok) [/usr] AFS does not seem to be running... What installation prefix should I use for installing files? (~name ok) [/usr] Build a threading Perl? [n] Build Perl for multiplicity? [n] Use which C compiler? [cc] Checking for GNU cc in disguise and/or its version number... Now, how can we feed standard input to your C preprocessor... Directories to use for library searches? [/usr/lib /usr/lib/clang/16/lib] What is the file extension used for shared libraries? [so] Make shared library basenames unique? [n] Build Perl for SOCKS? [n] Try to use long doubles if available? [n] Checking for optional libraries... What libraries to use? [-lm -lc] What optimizer/debugger flag should be used? [-O2] Checking if your compiler accepts -fno-strict-aliasing Yes, it does. Checking if your compiler accepts -pipe Yes, it does. Checking if your compiler accepts -fstack-protector-strong Yes, it does. Any additional cc flags? [-DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong] Let me guess what the preprocessor flags are... Any additional ld flags (NOT including libraries)? [-Wl,-E -fstack-protector-strong] Checking your choice of C compiler and flags for coherency... Checking to see how big your integers are... Checking to see if you have long long... Checking to see how big your long longs are... Computing filename position in cpp output for #include directives... found. Checking to see if you have int64_t... Checking which 64-bit integer type we could use... We could use 'long' for 64-bit integers. Try to use maximal 64-bit support, if available? [y] Checking if your C library has broken 64-bit functions... Checking for GNU C Library... Shall I use /usr/bin/nm to extract C symbols from the libraries? [y] Where is your C library? [/usr/lib/libc.so.100.0] Extracting names from the following files for later perusal: /usr/lib/libc.so.100.0 /usr/lib/libm.so.10.1 This may take a while....done. Checking for C++... Checking to see how big your double precision numbers are... Checking to see if you have long double... You have long double. ldexpl() found. Checking to see how big your long doubles are... Your long doubles are 16 bytes long. Checking the kind of long doubles you have... You have x86 80-bit little endian long doubles. Getting the current patchlevel... What is your architecture name [OpenBSD.amd64-openbsd] Add the Perl API version to your archname? [n] This architecture is naturally 64-bit, not changing architecture name. Pathname where the public executables will reside? (~name ok) [/usr/bin] Use relocatable @INC? [n] Pathname where the private library files will reside? (~name ok) [/usr/libdata/perl5] Where do you want to put the public architecture-dependent libraries? (~name ok) [/usr/libdata/perl5/OpenBSD.amd64-openbsd] Other username to test security of setuid scripts with? [none] Well, the recommended value *is* secure. Does your kernel have *secure* setuid scripts? [y] Installation prefix to use for add-on modules and utilities? (~name ok) [/usr/local] Pathname for the site-specific library files? (~name ok) [/usr/local/libdata/perl5/site_perl] List of earlier versions to include in @INC? [none] Checking to see how big your pointers are... Do you wish to wrap malloc calls to protect against potential overflows? [y] Do you wish to attempt to use the malloc that comes with perl5? [n] Your system wants malloc to return 'void *', it would seem. Your system uses void free(), it would seem. Pathname for the site-specific architecture-dependent library files? (~name ok) [/usr/local/libdata/perl5/site_perl/OpenBSD.amd64-openbsd] Do you want to configure vendor-specific add-on directories? [n] Colon-separated list of additional directories for perl to search? [none] Support DTrace if available? [n] Install any extra modules (y or n)? [n] Directory for the main Perl5 html pages? (~name ok) [none] Directory for the Perl5 module html pages? (~name ok) [ ] dlopen() found. found. Do you wish to use dynamic loading? [y] Source file to use for dynamic loading [ext/DynaLoader/dl_dlopen.xs] Any special flags to pass to cc -c to compile shared library modules? [-DPIC -fpic ] What command should be used to create dynamic libraries? [cc] Any special flags to pass to cc to create a dynamically loaded library? [-shared -fpic -fstack-protector-strong] Any special flags to pass to cc to use dynamic linking? [none] ld supports scripting Build a shared libperl.so (y/n) [y] What name do you want to give to the shared libperl? [libperl.so.24.0] Adding -Wl,-R/usr/libdata/perl5/OpenBSD.amd64-openbsd/CORE to the flags passed to cc so that the perl executable will find the installed shared libperl.so.24.0. System manual is in /usr/share/man/man1. Where do the main Perl5 manual pages (source) go? (~name ok) [/usr/share/man/man1] What suffix should be used for the main Perl5 man pages? [1] You can have filenames longer than 14 characters. Where do the perl5 library man pages (source) go? (~name ok) [/usr/share/man/man3p] What suffix should be used for the perl5 library man pages? [3p] Figuring out host name... Your host name appears to be "ot29.obsd-lab.genua.de". Right? [y] What is your domain name? [.obsd-lab.genua.de] What is your e-mail address? [root@ot29.obsd-lab.genua.de] Perl administrator e-mail address [root@localhost] Do you want to use a version number suffix for installed binaries? [n] What shall I put after the #! to start up perl ("none" to not use #!)? [/usr/bin/perl] Where do you keep publicly executable scripts? (~name ok) [/usr/bin] Pathname where the add-on public executables should be installed? (~name ok) [/usr/local/bin] Pathname where the site-specific html pages should be installed? (~name ok) [none] Pathname where the site-specific library html pages should be installed? (~name ok) [none] Pathname where the site-specific manual pages should be installed? (~name ok) [/usr/local/share/man/man1] Pathname where the site-specific library manual pages should be installed? (~name ok) [/usr/local/man/man3p] Pathname where add-on public executable scripts should be installed? (~name ok) [/usr/local/bin] backtrace() NOT found. Use the "fast stdio" if available? [n] off_t found. Checking to see how big your file offsets are... fpos_t found. Checking the size of fpos_t... qgcvt() NOT found. Checking the kind of doubles you have... You have IEEE 754 64-bit little endian doubles. Checking how to print long doubles... gconvert NOT found. gcvt() found. I'll use gcvt to convert floats into a string. fwalk() NOT found. accept4() found. access() found. defines the *_OK access constants. accessx() NOT found. acosh() found. aintl() NOT found. alarm() found. ctime64() NOT found. localtime64() NOT found. gmtime64() NOT found. mktime64() NOT found. difftime64() NOT found. asctime64() NOT found. found. found. found. Testing to see if we should include . We'll include . Checking to see if your struct tm has tm_zone field... Checking to see if your struct tm has tm_gmtoff field... asctime_r() found. asinh() found. atanh() found. atolf() NOT found. atoll() found. Checking whether your compiler can handle __attribute__((format)) ... Checking whether your compiler allows __printf__ format to be null ... Checking whether your compiler can handle __attribute__((malloc)) ... Checking whether your compiler can handle __attribute__((nonnull(1))) ... Checking whether your compiler can handle __attribute__((noreturn)) ... Checking whether your compiler can handle __attribute__((pure)) ... Checking whether your compiler can handle __attribute__((unused)) ... Checking whether your compiler can handle __attribute__((deprecated)) ... Checking whether your compiler can handle __attribute__((warn_unused_result)) ... Checking whether your compiler can handle __attribute__((always_inline)) ... Checking whether your compiler can handle __attribute__((visibility)) ... getpgrp() found. You have to use getpgrp() instead of getpgrp(pid). setpgrp() found. You have to use setpgrp(pid,pgrp) instead of setpgrp(). Checking whether your compiler can handle __builtin_add_overflow ... Checking whether your compiler can handle __builtin_sub_overflow ... Checking whether your compiler can handle __builtin_mul_overflow ... Checking whether your compiler can handle __builtin_choose_expr ... Checking whether your compiler can handle __builtin_expect ... Checking for C99 variadic macros. You have C99 variadic macros. You have void (*signal())(). Checking whether your C compiler can cast large floats to int32. Checking whether your C compiler can cast negative float to unsigned. cbrt() found. chown() found. chroot() found. chsize() NOT found. class() NOT found. clearenv() NOT found. Hmm... Looks like you have Berkeley networking support. socketpair() found. Checking the availability sa_len in the sock struct ... Checking the availability struct sockaddr_in6 ... Checking the availability struct sockaddr_storage ... Checking the availability sin6_scope_id in struct sockaddr_in6 ... Checking the availability struct ip_mreq ... Checking the availability struct ip_mreq_source ... Checking the availability struct ipv6_mreq ... Checking the availability struct ipv6_mreq_source ... Checking the availability of certain socket constants... found. Checking to see if your system supports struct cmsghdr... copysign() found. copysignl() found. crypt() found. NOT found. crypt_r() NOT found. ctermid() found. ctermid_r() NOT found. ctime_r() found. cuserid() NOT found. dbmclose() NOT found. difftime() found. found. Your directory entries are struct dirent. Good, your directory entry keeps length information in d_namlen. Checking to see if DIR has a dd_fd member variable found. NOT found. dirfd() found. dladdr() found. dlerror() found. found. What is the extension of dynamically loaded modules [so] Checking whether your dlsym() needs a leading underscore ... dlsym doesn't need a leading underscore. drand48_r() NOT found. dup2() found. dup3() found. localeconv_l() NOT found. NOT found. newlocale() found. Hmm. Based on the hints in hints/openbsd.sh, the recommended value for $d_newlocale on this machine was "undef"! Keep the recommended value? [y] freelocale() found. uselocale() found. duplocale() found. querylocale() NOT found. eaccess() NOT found. endgrent() found. found. endgrent_r() NOT found. endhostent() found. found. endhostent_r() NOT found. endnetent() found. endnetent_r() NOT found. endprotoent() found. endprotoent_r() found. endpwent() found. found. endpwent_r() NOT found. endservent() found. endservent_r() found. defines the O_* constants... and you have the 3 argument form of open(). found. We'll be including . found. We don't need to include if we include . fork() found. pipe() found. Figuring out the flag used by open() for non-blocking I/O... Let's see what value errno gets from read() on a O_NONBLOCK file... erf() found. erfc() found. exp2() found. expm1() found. Checking how std your stdio is... Checking to see what happens if we set the stdio ptr... Increasing ptr in your stdio leaves cnt unchanged. Good. You seem to have 'fast stdio' to directly manipulate the stdio buffers. fchdir() found. fchmod() found. openat() found. unlinkat() found. renameat() found. linkat() found. fchmodat() found. fchown() found. fcntl() found. Well, your system knows about the normal fd_set typedef... and you have the normal fd_set macros (just as I'd expect). fdclose() NOT found. fdim() found. fegetround() found. ffs() found. ffsl() NOT found. fgetpos() found. finite() found. finitel() NOT found. flock() found. fma() found. fmax() found. fmin() found. fp_class() NOT found. Checking to see if you have fpclassify... fp_classify() NOT found. fp_classl() NOT found. pathconf() found. fpathconf() found. fpclass() NOT found. fpclassl() NOT found. fpgetround() found. Checking to see if you have fpos64_t... frexpl() found. found. found. Checking to see if your system supports struct fs_data... fseeko() found. fsetpos() found. fstatfs() found. statvfs() found. fstatvfs() found. fsync() found. ftello() found. Checking if you have a working futimes() Yes, you have A working gai_strerror() found. found. NOT found. NOT found. dbm_open() found. Checking if your uses prototypes... getaddrinfo() found. getcwd() found. Checking to see if getenv() preserves a different thread's results (I can't seem to compile the test program.) Assuming that your C library's getenv destroys another thread's return value. getespwnam() NOT found. getfsstat() found. getgrent() found. getgrent_r() NOT found. getgrgid_r() found. getgrnam_r() found. gethostbyaddr() found. gethostbyname() found. gethostent() found. gethostname() found. uname() found. Shall I ignore gethostname() from now on? [n] gethostbyaddr_r() NOT found. gethostbyname_r() NOT found. gethostent_r() NOT found. getitimer() found. getlogin() found. getlogin_r() found. getmnt() NOT found. getmntent() NOT found. getnameinfo() found. getnetbyaddr() found. getnetbyname() found. getnetent() found. getnetbyaddr_r() NOT found. getnetbyname_r() NOT found. getnetent_r() NOT found. getpagesize() found. getprotobyname() found. getprotobynumber() found. getprotoent() found. getpgid() found. getpgrp2() NOT found. getppid() found. getpriority() found. getprotobyname_r() found. getprotobynumber_r() found. getprotoent_r() found. getprpwnam() NOT found. getpwent() found. getpwent_r() NOT found. getpwnam_r() found. getpwuid_r() found. getservbyname() found. getservbyport() found. getservent() found. getservbyname_r() found. getservbyport_r() found. getservent_r() found. getspnam() NOT found. NOT found. getspnam_r() NOT found. gettimeofday() found. gmtime_r() found. hasmntopt() NOT found. found. found. htonl() found. hypot() found. ilogb() found. ilogbl() found. inet_aton() found. inet_ntop() found. inet_pton() found. isascii() found. isblank() found. Checking to see if you have isfinite... isfinitel() NOT found. Checking to see if you have isinf... isinfl() NOT found. Checking to see if you have isless... Checking to see if you have isnan... isnanl() NOT found. Checking to see if you have isnormal... j0() found. j0l() NOT found. killpg() found. localeconv() found. lchown() found. LDBL_DIG found. lgamma() found. lgamma_r() found. Checking to see if your libm supports _LIB_VERSION... No, it does not (probably harmless) link() found. llrint() found. llrintl() found. llround() found. llroundl() found. NOT found. NOT found. localtime_r() found. lockf() found. log1p() found. log2() found. logb() found. lrint() found. lrintl() found. lround() found. lroundl() found. lstat() found. madvise() found. malloc_size() NOT found. malloc_good_size() NOT found. malloc_usable_size() NOT found. mblen() found. mbrlen() found. mbrtowc() found. mbstowcs() found. mbtowc() found. memmem() found. memrchr() found. mkdir() found. mkdtemp() found. mkfifo() found. mkostemp() found. mkstemp() found. mkstemps() found. mktime() found. found. mmap() found. and it returns (void *). sqrtl() found. scalbnl() found. truncl() found. modfl() found. mprotect() found. msgctl() found. msgget() found. msgsnd() found. msgrcv() found. You have the full msg*(2) library. Checking to see if your system supports struct msghdr... msync() found. munmap() found. nan() found. nanosleep() found. nearbyint() found. nextafter() found. nexttoward() found. nice() found. found. nl_langinfo() found. found. Since threads aren't selected, we won't bother looking for nl_langinfo_l() Checking whether your compiler can handle struct bitfields that aren't 'int' or 'unsigned int' ... Your C compiler supports struct bitfields besides 'int' and 'unsigned int'. NOT found. Choosing the C types to be used for Perl's internal types... Checking how many bits of your UVs your NVs can preserve... Your NVs can preserve only 53 bits of your UVs. Checking to find the largest integer value your NVs can hold... The largest integer your NVs can preserve is equal to 256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0 Checking whether NV 0.0 is all bits zero in memory... 0.0 is represented as all bits zero in memory Checking to see if you have off64_t... pause() found. pipe2() found. poll() found. prctl() NOT found. readlink() found. vfork() found. Do you still want to use vfork()? [y] pthread_attr_setscope() NOT found. Checking to see if you have ptrdiff_t... random_r() NOT found. readdir() found. seekdir() found. telldir() found. rewinddir() found. readdir64_r() NOT found. readdir_r() found. readv() found. recvmsg() found. regcomp() found. remainder() found. remquo() found. rename() found. rint() found. rmdir() found. round() found. scalbn() found. select() found. semctl() found. semget() found. semop() found. You have the full sem*(2) library. You have union semun in . You can use union semun for semctl IPC_STAT. You can also use struct semid_ds* for semctl IPC_STAT. sendmsg() found. setegid() found. setenv() found. seteuid() found. setgrent() found. setgrent_r() NOT found. sethostent() found. sethostent_r() NOT found. setitimer() found. setlinebuf() found. found. towupper() found. Checking to see if you have setlocale() and its behavior Your system has setlocale()... and it seems sane, but accepts any locale name as valid setlocale_r() NOT found. setnetent() found. setnetent_r() NOT found. setprotoent() found. setpgid() found. setpgrp2() NOT found. setpriority() found. setproctitle() found. setprotoent_r() found. setpwent() found. setpwent_r() NOT found. setregid() found. setresgid() found. setreuid() found. setresuid() found. setrgid() NOT found. setruid() NOT found. setservent() found. setservent_r() found. setsid() found. setvbuf() found. shmctl() found. shmget() found. shmat() found. and it returns (void *). shmdt() found. You have the full shm*(2) library. sigaction() found. pid_t found. Checking if your siginfo_t has si_errno field... Checking if your siginfo_t has si_pid field... Checking if your siginfo_t has si_uid field... Checking if your siginfo_t has si_addr field... Checking if your siginfo_t has si_status field... Checking if your siginfo_t has si_band field... Checking if your siginfo_t has si_value field... Checking if your siginfo_t has si_fd field... NOT found. Checking to see if you have signbit() available to work on double... Yes. sigprocmask() found. POSIX sigsetjmp found. snprintf() found. vsnprintf() found. sockatmark() found. socks5_init() NOT found. srand48_r() NOT found. srandom_r() NOT found. stat() found. found. Checking to see if your struct stat has st_blocks field... NOT found. NOT found. Checking to see if your system supports struct statfs... Checking to see if your struct statfs has f_flags field... Your compiler supports static __inline__. Checking how to access stdio streams by file descriptor number... You can access stdio streams by file descriptor number by the __sF array. strcoll() found. strerror_l() found. strerror_r() found. strftime() found. strlcat() found. strlcpy() found. strnlen() found. strtod() found. strtod_l() NOT found. strtol() found. strtold() found. strtold_l() NOT found. strtoll() found. strtoq() found. strtoul() found. strtoull() found. strtouq() found. strxfrm() found. strxfrm_l() found. symlink() found. syscall() NOT found. found. sysconf() found. system() found. tcgetpgrp() found. tcsetpgrp() found. tgamma() found. Your compiler does NOT support _Thread_local. Your compiler does NOT support __thread. time() found. time_t found. timegm() found. found. times() found. clock_t found. tmpnam_r() NOT found. towlower() found. trunc() found. truncate() found. ttyname_r() found. tzname[] found. (Testing for character data alignment may crash the test. That's okay.) It seems that you must access character data in an aligned manner. ualarm() found. umask() found. unordered() NOT found. unsetenv() found. usleep() found. ustat() NOT found. closedir() found. Checking whether closedir() returns a status... wait4() found. waitpid() found. wcrtomb() found. A working wcscmp() found. wcstombs() found. A working wcsxfrm() found. wctomb() found. writev() found. Checking alignment constraints... Doubles must be aligned on a how-many-byte boundary? [8] Checking how long a character is (in bits)... What is the length of a character (in bits)? [8] Checking to see how your cpp does stuff like concatenate tokens... Oh! Smells like ANSI's been here. found. Checking Berkeley DB version ... Looks OK. Checking return type needed for hash for Berkeley DB ... Checking return type needed for prefix for Berkeley DB ... Exclude . from @INC by default? [y] Checking the kind of infinities and nans you have... (The following tests may crash. That's okay.) Checking how many mantissa bits your doubles have... Checking how many mantissa bits your long doubles have... Checking how many mantissa bits your NVs have... Using our internal random number implementation... Determining whether or not we are on an EBCDIC system... Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF-8. Checking how to flush all pending stdio output... Your fflush(NULL) works okay for output streams. Let's see if it clobbers input pipes... fflush(NULL) seems to behave okay with input streams. Checking the size of gid_t... Checking the sign of gid_t... Checking how to print 64-bit integers... Checking the format strings to be used for Perl's internal types... Checking the format string to be used for gids... getgroups() found. setgroups() found. What type pointer is the second argument to getgroups() and setgroups()? [gid_t] Checking the format strings to be used for Perl's internal 32bit-types... Checking if your /usr/bin/make program sets $(MAKE)... mode_t found. It seems that va_copy() or similar will be needed. size_t found. What is the type for the 1st argument to gethostbyaddr? [char *] What is the type for the 2nd argument to gethostbyaddr? [size_t] What pager is used on your system? [/usr/bin/less] Checking how to generate random libraries on your machine... Your select() operates on 32 bits at a time. Generating a list of signal names and numbers... Checking the size of size_t... Checking to see if you have socklen_t... NOT found. I'll be using ssize_t for functions returning a byte count. Checking the size of st_dev... Checking the sign of st_dev... Checking the size of st_ino... Checking the sign of st_ino... Your stdio uses signed chars. Checking the size of uid_t... Checking the sign of uid_t... Checking the format string to be used for uids... Would you like to build perl with strict enabled by default? [n] Determining whether we can use sysctl with KERN_PROC_PATHNAME to find executing program... I'm unable to compile the test program. I'll assume no sysctl with KERN_PROC_PATHNAME here. Determining whether we can use _NSGetExecutablePath to find executing program... I'm unable to compile the test program. I'll assume no _NSGetExecutablePath here. Which compiler compiler (yacc) shall I use? [yacc] NOT found. found. found. NOT found. NOT found. NOT found. found. NOT found. NOT found. NOT found. found. found. NOT found. Guessing which symbols your C compiler and preprocessor define... You seem not to have gcc 4.* or later, not adding -D_FORTIFY_SOURCE. tcsetattr() found. You have POSIX termios.h... good! found. found. NOT found. found. found. You have socket ioctls defined in . found. NOT found. found. found. NOT found. found. found. found. found. NOT found. found. NOT found. found. Looking for extensions... What extensions do you wish to load dynamically? [B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd DB_File Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc NDBM_File Opcode OpenBSD/MkTemp OpenBSD/Pledge OpenBSD/Unveil POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Term/ReadKey Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap attributes mro re threads threads/shared] What extensions do you wish to load statically? [none] I see a config.over file. Do you wish to load it? [y] Stripping down executable paths... Creating config.sh... Doing variable substitutions on .SH files... cflags.SH: cc = cc cflags.SH: ccflags = -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong cflags.SH: stdflags = cflags.SH: optimize = -O2 cflags.SH: warn = -Wall Extracting cflags (with variable substitutions) Extracting config.h (with variable substitutions) Extracting makedepend (with variable substitutions) Extracting makedepend_file (with variable substitutions) Extracting Makefile (with variable substitutions) Extracting myconfig (with variable substitutions) Extracting Policy.sh (with variable substitutions) Extracting runtests (with variable substitutions) Extracting pod/Makefile (with variable substitutions) Run make depend now? [y] cc -c -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -O2 -Wall -DPIC -fpic generate_uudmap.c cc -o generate_uudmap -Wl,-E -fstack-protector-strong generate_uudmap.o -lm -lc ./generate_uudmap uudmap.h bitcount.h mg_data.h sh ./makedepend MAKE="make" cflags make: don't know how to make peep.c (prerequisite of: clist) Stop in /usr/src/gnu/usr.bin/perl/obj Searching for .c files... sh ./makedepend_file malloc.c malloc.c.depends cflags Finding dependencies for malloc.o sh ./makedepend_file pad.c pad.c.depends cflags Finding dependencies for pad.o sh ./makedepend_file gv.c gv.c.depends cflags make: don't know how to make regcomp_debug.o (prerequisite of: lib/buildcustomize.pl) Stop in /usr/src/gnu/usr.bin/perl/obj cat: av.c.depends: No such file or directory cat: builtin.c.depends: No such file or directory cat: caretx.c.depends: No such file or directory cat: deb.c.depends: No such file or directory cat: doio.c.depends: No such file or directory cat: doop.c.depends: No such file or directory cat: dquote.c.depends: No such file or directory cat: dump.c.depends: No such file or directory cat: generate_uudmap.c.depends: No such file or directory cat: globals.c.depends: No such file or directory cat: gv.c.depends: No such file or directory cat: hv.c.depends: No such file or directory cat: keywords.c.depends: No such file or directory cat: locale.c.depends: No such file or directory cat: mathoms.c.depends: No such file or directory cat: mg.c.depends: No such file or directory cat: miniperlmain.c.depends: No such file or directory cat: mro_core.c.depends: No such file or directory cat: numeric.c.depends: No such file or directory cat: op.c.depends: No such file or directory cat: opmini.c.depends: No such file or directory cat: perl.c.depends: No such file or directory cat: perlio.c.depends: No such file or directory cat: perlmain.c.depends: No such file or directory cat: perlmini.c.depends: No such file or directory cat: perly.c.depends: No such file or directory cat: pp.c.depends: No such file or directory cat: pp_ctl.c.depends: No such file or directory cat: pp_hot.c.depends: No such file or directory cat: pp_pack.c.depends: No such file or directory cat: pp_sort.c.depends: No such file or directory cat: pp_sys.c.depends: No such file or directory cat: reentr.c.depends: No such file or directory cat: regcomp.c.depends: No such file or directory cat: regexec.c.depends: No such file or directory cat: run.c.depends: No such file or directory cat: scope.c.depends: No such file or directory cat: sv.c.depends: No such file or directory cat: syscall_emulator.c.depends: No such file or directory cat: taint.c.depends: No such file or directory cat: time64.c.depends: No such file or directory cat: toke.c.depends: No such file or directory cat: universal.c.depends: No such file or directory cat: universalmini.c.depends: No such file or directory cat: utf8.c.depends: No such file or directory cat: util.c.depends: No such file or directory cat: vutil.c.depends: No such file or directory Updating makefile... Now you must run 'make'. If you compile perl5 on a different machine or from a different object directory, copy the Policy.sh file from this object directory to the new one before you run Configure -- this will help you with most of the policy defaults. cd /usr/src/gnu/usr.bin/perl && exec make -f Makefile.bsd-wrapper1 perl.build cd /usr/src/gnu/usr.bin/perl/obj && exec make rm -f pod/perl5382delta.pod rm -f opmini.c rm -f perlmini.c /bin/ln -s perldelta.pod pod/perl5382delta.pod cp op.c opmini.c cp perl.c perlmini.c rm -f universalmini.c echo @`sh cflags "optimize='-O2'" perlmini.o` -DPIC -fpic -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c echo @`sh cflags "optimize='-O2'" opmini.o` -DPIC -fpic -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB opmini.c cp universal.c universalmini.c echo @`sh cflags "optimize='-O2'" universalmini.o` -DPIC -fpic -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB universalmini.c cc -c -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -O2 -Wall -DPIC -fpic op.c cc -c -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -O2 -Wall -DPIC -fpic perl.c cc -c -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -O2 -Wall -DPIC -fpic universal.c @cc -c -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -O2 -Wall -DPIC -fpic -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB opmini.c @cc -c -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -O2 -Wall -DPIC -fpic -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c @cc -c -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -O2 -Wall -DPIC -fpic -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB universalmini.c In file included from perl.c:38: In file included from ./perl.h:4543: ./scope.h:11:10: fatal error: 'scope_types.h' file not found #include "scope_types.h" ^~~~~~~~~~~~~~~ In file included from op.c:163: In file included from ./perl.h:4543: ./scope.h:11:10: fatal error: 'scope_types.h' file not found #include "scope_types.h" ^~~~~~~~~~~~~~~ In file included from perl.c:38: In file included from ./perl.h:4543: ./scope.h:11:10: fatal error: 'scope_types.h' file not found #include "scope_types.h" ^~~~~~~~~~~~~~~ In file included from universal.c:31: In file included from ./perl.h:4543: ./scope.h:11:10: fatal error: 'scope_types.h' file not found #include "scope_types.h" ^~~~~~~~~~~~~~~ In file included from op.c:163: In file included from ./perl.h:4543: ./scope.h:11:10: fatal error: 'scope_types.h' file not found #include "scope_types.h" ^~~~~~~~~~~~~~~ In file included from universal.c:31: In file included from ./perl.h:4543: ./scope.h:11:10: fatal error: 'scope_types.h' file not found #include "scope_types.h" ^~~~~~~~~~~~~~~ 1 error generated. 1 error generated. 1 error generated. 1 error generated. 1 error generated. 1 error generated. *** Error 1 in /usr/src/gnu/usr.bin/perl/obj (makefile:313 'opmini.o': @`sh cflags "optimize='-O2'" opmini.o` -DPIC -fpic -DPERL_IS_MINIPE...) *** Error 1 (makefile:255 'op.o': @`sh cflags "optimize='-O2'" op.o` -DPIC -fpic op.c) *** Error 1 (makefile:337 'universalmini.o': @`sh cflags "optimize='-O2'" universalmini.o` -DPIC -fpic -DPERL_IS_MINIPERL -DPERL_EXTERNAL_...) *** Error 1 (makefile:255 'universal.o': @`sh cflags "optimize='-O2'" universal.o` -DPIC -fpic universal.c) *** Error 1 (makefile:325 'perlmini.o': @`sh cflags "optimize='-O2'" perlmini.o` -DPIC -fpic -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlm...) *** Error 1 (makefile:255 'perl.o': @`sh cflags "optimize='-O2'" perl.o` -DPIC -fpic perl.c) *** Error 1 in target 'perl.o' *** Error 1 in target 'perlmini.o' *** Error 1 in target 'universal.o' *** Error 1 in target 'universalmini.o' *** Error 1 in target 'op.o' *** Error 2 in /usr/src/gnu/usr.bin/perl (Makefile.bsd-wrapper1:838 'perl.build') *** Error 2 in /usr/src/gnu/usr.bin/perl (Makefile.bsd-wrapper:43 'all') *** Error 2 in . (Makefile:11 'build') *** Error 2 in . (:84 'stamp-build': make -C /usr/src/regress/gnu/usr.bin/perl build) *** Error 2 in /usr/src/regress/gnu/usr.bin/perl (:92 'regress': make -C /usr/src/regress/gnu/usr.bin/perl stamp-build) NOEXIT gnu/usr.bin/perl Command 'make regress' failed: 512