On Wed, Nov 27 2019 11:49:00 +0100, Marc Espie wrote: > On Wed, Nov 27, 2019 at 12:42:48PM +0200, Lauri Tirkkonen wrote: > > In a lesson to always proof-read *before* sending your message: > > > > On Wed, Nov 27 2019 12:31:51 +0200, Lauri Tirkkonen wrote: > > > - a full release build with the jobserver enabled passed after > > > disabling gnu/usr.bin/binutils > > > > this should, in fact, read "gnu/usr.bin/binutils-2.17". binutils builds > > fine. > > We would need to investigate this. > > Instead of disabling them, send logs
Sure; I just considered these separate problems that happened to be exposed by the jobserver usage ('expensive' avoids these races since it does not run more than one sub-make at a time). The problem I encountered with binutils-2.17 seems to be that configure is run in 'intl' more than once at the same time. pstree output seems to support my hypothesis: | | |-+= 94071 lotheac make -f Makefile.bsd-wrapper -j16 -x | | | \-+- 26584 lotheac /bin/sh -ec SUBDIRS='opcodes bfd binutils ld gas' CONFIGURE_HOST_MODULES='configure- | | | \-+- 71033 lotheac make CC=cc CFLAGS=-O2 -pipe -DPIE_DEFAULT=1 LDFLAGS= scriptdir=/usr/libdata toold | | | |-+- 08037 lotheac /bin/sh -ec r=`${PWDCMD-pwd}`; export r; s=`cd /usr/src/gnu/usr.bin/binutils-2.1 | | | | \-+- 57596 lotheac make DESTDIR= RPATH_ENVVAR=LD_LIBRARY_PATH TARGET_SUBDIR=amd64-unknown-openbsd6 | | | | \-+- 46889 lotheac /bin/sh -ec r=`${PWDCMD-pwd}`; export r; s=`cd /usr/src/gnu/usr.bin/binutils | | | | \-+- 07550 lotheac /bin/sh /usr/src/gnu/usr.bin/binutils-2.17/intl/configure --cache-file=./co | | | | \--- 50218 lotheac (grep) | | | \-+- 47358 lotheac /bin/sh -ec r=`${PWDCMD-pwd}`; export r; s=`cd /usr/src/gnu/usr.bin/binutils-2.1 | | | \-+- 26216 lotheac make DESTDIR= RPATH_ENVVAR=LD_LIBRARY_PATH TARGET_SUBDIR=amd64-unknown-openbsd6 | | | \-+- 51511 lotheac /bin/sh -ec r=`${PWDCMD-pwd}`; export r; s=`cd /usr/src/gnu/usr.bin/binutils | | | \-+- 22785 lotheac /bin/sh /usr/src/gnu/usr.bin/binutils-2.17/intl/configure --cache-file=./co | | | \-+- 25979 lotheac /bin/sh /usr/src/gnu/usr.bin/binutils-2.17/intl/configure --cache-file=./ | | | \--- 51834 lotheac (cc) Partial log of the failure below. I have a full log of the make invocation as well but I think the relevant parts are included here. [ ... ] cd /usr/src/gnu/usr.bin/binutils-2.17/obj/ld && make ld.1 cd /usr/src/gnu/usr.bin/binutils-2.17/obj/gas/doc && make as.1 `as.1' is up to date. `ld.1' is up to date. mv ld/ld.1 ld/ld.bfd.1 SUBDIRS='opcodes bfd binutils ld gas' CONFIGURE_HOST_MODULES='configure-opcodes configure-bfd configure-binutils configure-ld configure-gas' make CC="cc" CFLAGS="-O2 -pipe -DPIE_DEFAULT=1 " LDFLAGS="" scriptdir=/usr/libdata tooldir=/usr MAKEINFO='makeinfo --no-split' MAKEINFOFLAGS='' BSDSRCDIR=/usr/src ALL_MODULES="all-opcodes all-bfd all-binutils all-ld all-gas" ALL_HOST_MODULES='all-opcodes all-bfd all-binutils all-ld all-gas' INFO_HOST_MODULES='info-opcodes info-bfd info-binutils info-ld info-gas' all info Configuring in ./intl Configuring in ./intl Doing info in opcodes Doing info in bfd Doing info in binutils Doing info in gas Doing info in ld Making info in po Making info in doc touch ld.1 Making info in doc perl /usr/src/gnu/usr.bin/binutils-2.17/ld/../etc/texi2pod.pl -I /usr/src/gnu/usr.bin/binutils-2.17/ld -I /usr/src/gnu/usr.bin/binutils-2.17/ld/../bfd/doc -I /usr/src/gnu/usr.bin/binutils-2.17/ld/../../../lib/libiberty/src -Dman < /usr/src/gnu/usr.bin/binutils-2.17/ld/ld.texinfo > ld.pod Making info in doc rm -f /usr/src/gnu/usr.bin/binutils-2.17/bfd/doc/bfd.info /usr/src/gnu/usr.bin/binutils-2.17/bfd/doc/bfd.info-[0-9] /usr/src/gnu/usr.bin/binutils-2.17/bfd/doc/bfd.info-[0-9][0-9] if test -f cxxfilt.man; then man=cxxfilt.man; else man=/usr/src/gnu/usr.bin/binutils-2.17/binutils/doc/cxxfilt.man; fi; sed -e 's/@PROGRAM@/c++filt/' -e 's/cxxfilt/c++filt/' < $man > c++filt.1 makeinfo --no-split -I /usr/src/gnu/usr.bin/binutils-2.17/bfd/doc /usr/src/gnu/usr.bin/binutils-2.17/bfd/doc/bfd.texinfo Making info in po makeinfo --no-split -I "/usr/src/gnu/usr.bin/binutils-2.17/binutils/doc" -I "/usr/src/gnu/usr.bin/binutils-2.17/binutils/../../../lib/libiberty/src" -I /usr/src/gnu/usr.bin/binutils-2.17/binutils/doc /usr/src/gnu/usr.bin/binutils-2.17/binutils/doc/binutils.texi Making info in po loading cache ./config.cache Making info in po loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking how to run the C preprocessor... (pod2man --center="GNU Development Tools" --release="binutils-2.17" --section=1 ld.pod | sed -e '/^.if n .na/d' > ld.1.T$$ && mv -f ld.1.T$$ ld.1) || (rm -f ld.1.T$$ && exit 1) checking for a BSD compatible install... /usr/bin/install -c checking how to run the C preprocessor... cc -E checking whether make sets ${MAKE}... cc -E checking whether make sets ${MAKE}... yes checking for gcc... yes checking for gcc... cc checking whether the C compiler (cc -O2 -pipe -DPIE_DEFAULT=1 ) works... cc checking whether the C compiler (cc -O2 -pipe -DPIE_DEFAULT=1 ) works... rm -f ld.pod Making info in po makeinfo --no-split -I /usr/src/gnu/usr.bin/binutils-2.17/ld -I /usr/src/gnu/usr.bin/binutils-2.17/ld/../bfd/doc -I /usr/src/gnu/usr.bin/binutils-2.17/ld/../../../lib/libiberty/src -I /usr/src/gnu/usr.bin/binutils-2.17/ld /usr/src/gnu/usr.bin/binutils-2.17/ld/ld.texinfo yes checking whether the C compiler (cc -O2 -pipe -DPIE_DEFAULT=1 ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether the C compiler (cc -O2 -pipe -DPIE_DEFAULT=1 ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking whether cc accepts -g... yes checking for ranlib... yes checking for ranlib... ranlib checking for POSIXized ISC... no checking for ANSI C header files... ranlib checking for POSIXized ISC... no checking for ANSI C header files... yes yes checking for working const... checking for working const... yes checking for inline... yes checking for inline... inline checking for off_t... inline checking for off_t... yes checking for size_t... yes checking for size_t... yes checking for working alloca.h... yes checking for working alloca.h... no checking for alloca... no checking for alloca... yes yes checking for unistd.h... checking for unistd.h... yes grep: conftest.out: No such file or directory checking for getpagesize... yes checking for getpagesize... yes yes checking for working mmap... checking for working mmap... yes yes checking for argz.h... checking for argz.h... no no checking for limits.h... checking for limits.h... yes yes checking for locale.h... checking for locale.h... yes yes checking for nl_types.h... checking for nl_types.h... yes yes checking for malloc.h... checking for malloc.h... no no checking for string.h... checking for string.h... yes yes checking for unistd.h... checking for unistd.h... (cached) (cached) yes yes checking for values.h... checking for values.h... no no checking for sys/param.h... checking for sys/param.h... yes yes checking for getcwd... checking for getcwd... yes yes checking for munmap... checking for munmap... yes yes checking for putenv... checking for putenv... yes yes checking for setenv... checking for setenv... yes yes checking for setlocale... checking for setlocale... yes yes checking for strchr... checking for strchr... yes checking for strcasecmp... cat: conftest.c: No such file or directory no checking for strcasecmp... yes yes checking for __argz_count... checking for __argz_count... no checking for __argz_stringify... no checking for __argz_stringify... no checking for __argz_next... no checking for __argz_next... no checking for stpcpy... no checking for stpcpy... yes yes checking for LC_MESSAGES... checking for LC_MESSAGES... yes yes checking whether NLS is requested... no checking whether NLS is requested... no updating cache ./config.cache updating cache ./config.cache creating ./config.status creating ./config.status mv: conftest.tail: No such file or directory mv: conftest.tail: No such file or directory mv: conftest.tail: No such file or directory mv: conftest.tail: No such file or directory mv: conftest.tail: No such file or directory mv: conftest.tail: No such file or directory mv: conftest.tail: No such file or directory mv: conftest.tail: No such file or directory mv: conftest.tail: No such file or directory mv: conftest.tail: No such file or directory mv: conftest.tail: No such file or directory creating Makefile creating Makefile ./config.status[818]: syntax error: `fi' unexpected ./config.status[818]: syntax error: `fi' unexpected *** Error 1 in obj (Makefile:5406 'configure-intl') *** Error 1 in obj (Makefile:5406 'configure-intl') *** Error 2 in obj (Makefile:634 'all') *** Error 2 (Makefile:747 'do-info') *** Error 2 in target 'do-info' *** Error 2 in /usr/src/gnu/usr.bin/binutils-2.17 (Makefile.bsd-wrapper:77 'all') As for perl, the entire log is below. It seems to be to be a race between Getopt/Long.pm being created in the objdir and its presence being required there by something, but I have not looked closer than that. cc -O2 -pipe -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c /usr/src/gnu/usr.bin/perl/generate_uudmap.c 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 -Dccflags='-DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE' -Dmksymlinks (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.) cc -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -O2 -pipe -o generate_uudmap generate_uudmap.o 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'. Creating the symbolic links... 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. aix esix4 lynxos sco_2_3_3 aix_3 fps midnightbsd sco_2_3_4 aix_4 freebsd mips solaris_2 altos486 freemint mirbsd stellar amigaos gnu mpc sunos_4_0 atheos gnukfreebsd ncr_tower sunos_4_1 aux_3 gnuknetbsd netbsd super-ux bitrig greenhills newsos4 svr4 bsdos haiku nonstopux svr5 catamount hpux openbsd ti1500 convexos i386 opus ultrix_4 cxux interix os2 umips cygwin irix_4 os390 unicos darwin irix_5 os400 unicosmk dcosx irix_6 posix-bc unisysdynix dec_osf irix_6_0 qnx utekv dos_djgpp irix_6_1 riscos uwin dragonfly isc sco vos dynix isc_2 sco_2_3_0 dynixptx linux-android sco_2_3_1 epix linux sco_2_3_2 Which of these apply, if any? [openbsd] Operating system name? [openbsd] Operating system version? [6.6] 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] Getting the current patchlevel... 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] 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] 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... <inttypes.h> 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.96.0] Extracting names from the following files for later perusal: /usr/lib/libc.so.96.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... ldexpl() found. Checking to see how big your long doubles are... Checking the kind of long doubles you have... You have x86 80-bit little endian long doubles. 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/lib/perl5/5.28.2] Where do you want to put the public architecture-dependent libraries? (~name ok) [/usr/lib/perl5/5.28.2/OpenBSD.amd64-openbsd] Congratulations, your kernel has secure setuid scripts! 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/lib/perl5/site_perl/5.28.2] List of earlier versions to include in @INC? [none] <malloc/malloc.h> NOT found. <malloc.h> NOT found. 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/lib/perl5/site_perl/5.28.2/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) [none] dlopen() found. <unistd.h> 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.19.0] Adding -Wl,-R/usr/lib/perl5/5.28.2/OpenBSD.amd64-openbsd/CORE to the flags passed to cc so that the perl executable will find the installed shared libperl.so.19.0. System manual is in /usr/share/man/man1. Where do the main Perl5 manual pages (source) go? (~name ok) [none] You can have filenames longer than 14 characters. Where do the perl5 library man pages (source) go? (~name ok) [none] Figuring out host name... Your host name appears to be "openbeast.lotheac.fi". Right? [y] What is your domain name? [.lotheac.fi] What is your e-mail address? [loth...@openbeast.lotheac.fi] Perl administrator e-mail address [loth...@openbeast.lotheac.fi] 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) [none] Pathname where the site-specific library manual pages should be installed? (~name ok) [none] 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. <unistd.h> 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. <pthread.h> found. <sys/types.h> found. <sys/select.h> found. Testing to see if we should include <sys/time.h>. We'll include <sys/time.h>. 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)) ... 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 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... <sys/uio.h> found. Checking to see if your system supports struct cmsghdr... Checking to see if your C compiler knows about "const"... copysign() found. copysignl() found. crypt() found. <crypt.h> NOT found. crypt_r() NOT found. ctermid() found. ctermid_r() NOT found. ctime_r() found. cuserid() NOT found. dbmclose() NOT found. difftime() found. <dirent.h> 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 <sys/dir.h> found. <sys/ndir.h> NOT found. dirfd() found. dladdr() found. dlerror() found. <dlfcn.h> 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. <xlocale.h> NOT found. newlocale() found. freelocale() found. uselocale() found. duplocale() found. querylocale() NOT found. eaccess() NOT found. endgrent() found. <grp.h> found. endgrent_r() NOT found. endhostent() found. <netdb.h> found. endhostent_r() NOT found. endnetent() found. endnetent_r() NOT found. endprotoent() found. endprotoent_r() found. endpwent() found. <pwd.h> found. endpwent_r() NOT found. endservent() found. endservent_r() found. <sys/file.h> defines the O_* constants... and you have the 3 argument form of open(). <sys/file.h> found. We'll be including <sys/file.h>. <fcntl.h> found. We don't need to include <fcntl.h> if we include <sys/file.h>. 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. 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. <sys/param.h> found. <sys/mount.h> 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. <ndbm.h> found. <gdbm/ndbm.h> NOT found. <gdbm-ndbm.h> NOT found. dbm_open() found. Checking if your <ndbm.h> uses prototypes... getaddrinfo() found. getcwd() found. 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. <shadow.h> NOT found. getspnam_r() NOT found. gettimeofday() found. gmtime_r() found. hasmntopt() NOT found. <netinet/in.h> found. <arpa/inet.h> 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. localeconv_l() 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. 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. <sys/mman.h> 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. <langinfo.h> found. nl_langinfo() found. <quadmath.h> 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... 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 <sys/sem.h>. You can use union semun for semctl IPC_STAT. You can also use struct semid_ds* for semctl IPC_STAT. sendmsg() found. setegid() found. seteuid() found. setgrent() found. setgrent_r() NOT found. sethostent() found. sethostent_r() NOT found. setitimer() found. setlinebuf() found. setlocale() found. <locale.h> found. 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... <sunmath.h> 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. <sys/stat.h> found. Checking to see if your struct stat has st_blocks field... <sys/vfs.h> NOT found. <sys/statfs.h> 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. symlink() found. syscall() found. sysconf() found. system() found. tcgetpgrp() found. tcsetpgrp() found. tgamma() found. Since threads aren't selected, we won't bother looking for nl_langinfo_l() time() found. time_t found. timegm() found. <sys/times.h> found. times() found. clock_t found. tmpnam_r() NOT 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. 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. <db.h> 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 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 -R] 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... <socks.h> NOT found. I'll be using ssize_t for functions returning a byte count. 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... 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] <bfd.h> NOT found. <execinfo.h> NOT found. <fenv.h> found. <fp.h> NOT found. <fp_class.h> NOT found. <gdbm.h> NOT found. <ieeefp.h> found. <libutil.h> NOT found. <mntent.h> NOT found. <net/errno.h> NOT found. <netinet/tcp.h> found. <poll.h> found. <prot.h> NOT found. Guessing which symbols your C compiler and preprocessor define... Adding -D_FORTIFY_SOURCE=2 to ccflags... tcsetattr() found. You have POSIX termios.h... good! <stdbool.h> found. <stdint.h> found. <sys/access.h> NOT found. <sys/filio.h> found. <sys/ioctl.h> found. You have socket ioctls defined in <sys/sockio.h>. <syslog.h> found. <sys/mode.h> NOT found. <sys/poll.h> found. <sys/resource.h> found. <sys/security.h> NOT found. <sys/statvfs.h> found. <sys/un.h> found. <sys/utsname.h> found. <sys/wait.h> found. <ustat.h> NOT found. <utime.h> found. <vfork.h> NOT found. <wchar.h> 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 Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap arybase 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... cd /usr/src/gnu/usr.bin/perl/obj/pod && exec /bin/sh Makefile.SH cd /usr/src/gnu/usr.bin/perl/obj && exec /bin/sh Policy_sh.SH cd /usr/src/gnu/usr.bin/perl/obj && exec /bin/sh Makefile.SH cd /usr/src/gnu/usr.bin/perl/obj && exec /bin/sh myconfig.SH cd /usr/src/gnu/usr.bin/perl/obj && exec /bin/sh makedepend.SH cd /usr/src/gnu/usr.bin/perl/obj && exec /bin/sh cflags.SH cd /usr/src/gnu/usr.bin/perl/obj && exec /bin/sh config_h.SH ./generate_uudmap uudmap.h bitcount.h mg_data.h Extracting Policy.sh (with variable substitutions) Extracting myconfig (with variable substitutions) Extracting makedepend (with variable substitutions) Extracting config.h (with variable substitutions) Extracting config.h (with variable substitutions) Extracting pod/Makefile (with variable substitutions) cflags.SH: Adding -std=c89. Extracting Makefile (with variable substitutions) cflags.SH: Adding -Werror=declaration-after-statement. cflags.SH: Adding -Werror=pointer-arith. cflags.SH: Adding -Wextra. cflags.SH: Adding -Wc++-compat. cflags.SH: Adding -Wwrite-strings. 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 -D_FORTIFY_SOURCE=2 cflags.SH: stdflags = -std=c89 cflags.SH: optimize = -O2 cflags.SH: warn = -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings Extracting cflags (with variable substitutions) cd /usr/src/gnu/usr.bin/perl/obj && exec make depend sh ./makedepend MAKE="make" cflags rm -f opmini.c rm -f perlmini.c cp op.c opmini.c cp perl.c perlmini.c echo av.c scope.c op.c doop.c doio.c dump.c gv.c hv.c mg.c reentr.c mro_core.c perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c sv.c taint.c toke.c util.c deb.c run.c universal.c pad.c globals.c keywords.c perlio.c perlapi.c numeric.c mathoms.c locale.c pp_pack.c pp_sort.c caretx.c dquote.c time64.c miniperlmain.c opmini.c perlmini.c | tr ' ' '\n' >.clist Finding dependencies for av.o Finding dependencies for scope.o Finding dependencies for op.o Finding dependencies for doop.o Finding dependencies for doio.o Finding dependencies for dump.o Finding dependencies for gv.o Finding dependencies for hv.o Finding dependencies for mg.o Finding dependencies for reentr.o Finding dependencies for mro_core.o Finding dependencies for perl.o Finding dependencies for perly.o Finding dependencies for pp.o Finding dependencies for pp_hot.o Finding dependencies for pp_ctl.o Finding dependencies for pp_sys.o Finding dependencies for regcomp.o Finding dependencies for regexec.o Finding dependencies for utf8.o Finding dependencies for sv.o Finding dependencies for taint.o Finding dependencies for toke.o Finding dependencies for util.o Finding dependencies for deb.o Finding dependencies for run.o Finding dependencies for universal.o Finding dependencies for pad.o Finding dependencies for globals.o Finding dependencies for keywords.o Finding dependencies for perlio.o Finding dependencies for perlapi.o Finding dependencies for numeric.o Finding dependencies for mathoms.o Finding dependencies for locale.o Finding dependencies for pp_pack.o Finding dependencies for pp_sort.o Finding dependencies for caretx.o Finding dependencies for dquote.o Finding dependencies for time64.o Finding dependencies for miniperlmain.o Finding dependencies for opmini.o Finding dependencies for perlmini.o Updating makefile... touch depend.done cd /usr/src/gnu/usr.bin/perl && exec make -f Makefile.bsd-wrapper1 perl.build CPPFLAGS=" -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I." GENERATED="config.sh bitcount.h config.h mg_data.h uudmap.h cflags makedepend myconfig Makefile Policy.sh pod/Makefile" cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC perl.c -o perl.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c perl.c -o perl.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC gv.c -o gv.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c gv.c -o gv.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC toke.c -o toke.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c toke.c -o toke.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC pad.c -o pad.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c pad.c -o pad.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC regcomp.c -o regcomp.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c regcomp.c -o regcomp.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC dump.c -o dump.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC perly.c -o perly.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c perly.c -o perly.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c dump.c -o dump.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC util.c -o util.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c util.c -o util.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC mg.c -o mg.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c mg.c -o mg.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC reentr.c -o reentr.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c reentr.c -o reentr.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC mro_core.c -o mro_core.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c mro_core.c -o mro_core.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC keywords.c -o keywords.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c keywords.c -o keywords.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC hv.c -o hv.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c hv.c -o hv.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC av.c -o av.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c av.c -o av.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC run.c -o run.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c run.c -o run.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC pp_hot.c -o pp_hot.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c pp_hot.c -o pp_hot.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC sv.c -o sv.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c sv.c -o sv.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC pp.c -o pp.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c pp.c -o pp.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC scope.c -o scope.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c scope.c -o scope.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC pp_ctl.c -o pp_ctl.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c pp_ctl.c -o pp_ctl.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC pp_sys.c -o pp_sys.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c pp_sys.c -o pp_sys.o sv.c:12432:41: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] && strnEQ(q + 1, UTF8f + 2, sizeof(UTF8f) - 3)) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ./handy.h:500:37: note: expanded from macro 'strnEQ' #define strnEQ(s1,s2,l) (strncmp(s1,s2,l) == 0) ^~ sv.c:12432:41: note: use array indexing to silence this warning && strnEQ(q + 1, UTF8f + 2, sizeof(UTF8f) - 3)) ^ & [ ./handy.h:500:37: note: expanded from macro 'strnEQ' #define strnEQ(s1,s2,l) (strncmp(s1,s2,l) == 0) ^ sv.c:12432:41: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] && strnEQ(q + 1, UTF8f + 2, sizeof(UTF8f) - 3)) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ./handy.h:500:37: note: expanded from macro 'strnEQ' #define strnEQ(s1,s2,l) (strncmp(s1,s2,l) == 0) ^~ sv.c:12432:41: note: use array indexing to silence this warning && strnEQ(q + 1, UTF8f + 2, sizeof(UTF8f) - 3)) ^ & [ ./handy.h:500:37: note: expanded from macro 'strnEQ' #define strnEQ(s1,s2,l) (strncmp(s1,s2,l) == 0) ^ cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC doop.c -o doop.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c doop.c -o doop.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC doio.c -o doio.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c doio.c -o doio.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC dquote.c -o dquote.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c dquote.c -o dquote.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC regexec.c -o regexec.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c regexec.c -o regexec.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC utf8.c -o utf8.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c utf8.c -o utf8.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC taint.c -o taint.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c taint.c -o taint.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC deb.c -o deb.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c deb.c -o deb.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC universal.c -o universal.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c universal.c -o universal.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC globals.c -o globals.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c globals.c -o globals.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC perlio.c -o perlio.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c perlio.c -o perlio.o 1 warning generated. 1 warning generated. cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC perlapi.c -o perlapi.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c perlapi.c -o perlapi.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC numeric.c -o numeric.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c numeric.c -o numeric.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC mathoms.c -o mathoms.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c mathoms.c -o mathoms.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC locale.c -o locale.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c locale.c -o locale.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC time64.c -o time64.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c time64.c -o time64.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC pp_pack.c -o pp_pack.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c pp_pack.c -o pp_pack.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC pp_sort.c -o pp_sort.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c pp_sort.c -o pp_sort.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC caretx.c -o caretx.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c caretx.c -o caretx.o cc -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_EXTERNAL_GLOB -c opmini.c -o opmini.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC op.c -o op.so cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c op.c -o op.o cc -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_EXTERNAL_GLOB -DPERL_IS_MINIPERL -c perlmini.c -o perlmini.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c miniperlmain.c -o miniperlmain.o cc -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -O2 -pipe -g -fno-strict-aliasing -MD -MP -o miniperl gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro_core.o keywords.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o dquote.o regexec.o utf8.o taint.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o time64.o pp_pack.o pp_sort.o caretx.o opmini.o perlmini.o miniperlmain.o -g -lm -lutil cd /usr/src/gnu/usr.bin/perl/obj && exec make preplibrary cc -Wl,-E -fstack-protector-strong -o miniperl opmini.o perlmini.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro_core.o keywords.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o caretx.o dquote.o time64.o miniperlmain.o -lm -lc LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -w -Ilib -Idist/Exporter/lib -MExporter -e '<?>' || sh -c 'echo >&2 Failed to build miniperl. Please run make minitest; exit 1' LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib -f write_buildcustomize.pl LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib configpm written lib/Config.pod updated install lib/Config_heavy.pl updated lib/Config.pm updated lib/Config_heavy.pl ./miniperl -Ilib -Idist/Cwd -Idist/Cwd/lib -Idist/ExtUtils-ParseXS/lib -Icpan/Getopt-Long/lib -Idist/constant/lib -Iext/re -mExtUtils::Typemaps dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp -noprototypes -typemap ../../lib/ExtUtils/typemap ext/DynaLoader/dl_dlopen.xs | sed -f /usr/src/gnu/usr.bin/perl/DynaLoader.sed > DynaLoader.c; test -s DynaLoader.c || rm -f DynaLoader.c cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c DynaLoader.c -o DynaLoader.o cc -O2 -pipe -g -fno-strict-aliasing -MD -MP -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -DBIG_TIME -I. -c -fpic -DPIC DynaLoader.c -o DynaLoader.so building shared perl library (version 19.0) cc -shared -Wl,-soname,libperl.so.19.0 -fpic -o libperl.so.19.0 `echo DynaLoader.so gv.so toke.so perly.so pad.so regcomp.so dump.so util.so mg.so reentr.so mro_core.so keywords.so hv.so av.so run.so pp_hot.so sv.so pp.so scope.so pp_ctl.so pp_sys.so doop.so doio.so dquote.so regexec.so utf8.so taint.so deb.so universal.so globals.so perlio.so perlapi.so numeric.so mathoms.so locale.so time64.so pp_pack.so pp_sort.so caretx.so op.so perl.so | tr ' ' '\n' | sort -R` building standard perl library ranlib libperl.a cd /usr/src/gnu/usr.bin/perl/obj && exec make rm -f pod/perl5282delta.pod /bin/ln -s perldelta.pod pod/perl5282delta.pod LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib pod/perlmodlib.PL -q LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib autodoc.pl LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib utils/Makefile.PL LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/version/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/if/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/experimental/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/encoding-warnings/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Extracting utils/Makefile (with variable substitutions) LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/autouse/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for cpan/version directly Running pm_to_blib for dist/encoding-warnings directly Running pm_to_blib for cpan/experimental directly Running pm_to_blib for dist/constant directly LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for cpan/perlfaq directly LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Time-Local/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for cpan/bignum directly LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for cpan/parent directly LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/Tie-File/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for dist/autouse directly LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for cpan/Time-Local directly Running pm_to_blib for ext/Tie-Memoize directly Running pm_to_blib for dist/Thread-Semaphore directly Running pm_to_blib for cpan/autodie directly LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for cpan/Tie-RefHash directly Running pm_to_blib for dist/Tie-File directly LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/Text-Abbrev/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/Test/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for dist/Thread-Queue directly Generating a Unix-style Makefile Writing Makefile for lib Generating a Unix-style Makefile Writing Makefile for Pod LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/Term-ReadLine/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Generating a Unix-style Makefile Writing Makefile for base Generating a Unix-style Makefile Writing Makefile for Net Generating a Unix-style Makefile Writing Makefile for if Running pm_to_blib for cpan/Text-ParseWords directly Running pm_to_blib for cpan/Text-Tabs directly Running pm_to_blib for dist/Text-Abbrev directly Running pm_to_blib for cpan/Text-Balanced directly LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/Term-Complete/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for dist/Test directly Running pm_to_blib for dist/Term-ReadLine directly Generating a Unix-style Makefile Writing Makefile for XSLoader LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for cpan/Test-Simple directly Running pm_to_blib for dist/Term-Complete directly LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/Search-Dict/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 "../../miniperl" "-I../../lib" "-I../../lib" scripts/pod2text.PL scripts/pod2text Running pm_to_blib for cpan/Term-ANSIColor directly "../../miniperl" "-I../../lib" "-I../../lib" scripts/pod2man.PL scripts/pod2man Extracting pod2text (with variable substitutions) Extracting pod2man (with variable substitutions) Running pm_to_blib for dist/SelfLoader directly LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Generating a Unix-style Makefile Writing Makefile for Test::Harness "../../miniperl" "-I../../lib" lib_pm.PL lib.pm Running pm_to_blib for dist/Search-Dict directly cp scripts/pod2text blib/script/pod2text /usr/obj/gnu/usr.bin/perl/cpan/podlators/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2text cp scripts/pod2man blib/script/pod2man LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Pod-Usage/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 "../../miniperl" "-I../../lib" XSLoader_pm.PL XSLoader.pm /usr/obj/gnu/usr.bin/perl/cpan/podlators/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2man Extracting lib.pm (with variable substitutions) LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for dist/Safe directly LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Pod-Perldoc/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl ext/Pod-Html/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Pod-Checker/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Generating a Unix-style Makefile Writing Makefile for Term::Cap LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Perl-OSType/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for cpan/Pod-Simple directly Running pm_to_blib for cpan/Pod-Escapes directly LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for cpan/PerlIO-via-QuotedPrint directly LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl ext/Pod-Functions/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for cpan/Perl-OSType directly LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Module-Metadata/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for cpan/Params-Check directly LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Can't locate Getopt/Long.pm in @INC (you may need to install the Getopt::Long module) (@INC contains: /usr/obj/gnu/usr.bin/perl/cpan/AutoLoader/lib /usr/obj/gnu/usr.bin/perl/dist/Carp/lib /usr/obj/gnu/usr.bin/perl/dist/PathTools /usr/obj/gnu/usr.bin/perl/dist/PathTools/lib /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib /usr/obj/gnu/usr.bin/perl/cpan/File-Path/lib /usr/obj/gnu/usr.bin/perl/ext/re /usr/obj/gnu/usr.bin/perl/dist/Term-ReadLine/lib /usr/obj/gnu/usr.bin/perl/dist/Exporter/lib /usr/obj/gnu/usr.bin/perl/ext/File-Find/lib /usr/obj/gnu/usr.bin/perl/cpan/Text-Tabs/lib /usr/obj/gnu/usr.bin/perl/dist/constant/lib /usr/obj/gnu/usr.bin/perl/cpan/version/lib /usr/obj/gnu/usr.bin/perl/lib .) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm line 115. *** Error 2 in /usr/obj/gnu/usr.bin/perl/cpan/podlators (Makefile:437 'manifypods': @ "../../miniperl" "-I../../lib" "-MExtUtils::Command::M...) LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for dist/Net-Ping directly Generating a Unix-style Makefile Writing Makefile for Pod::Perldoc Running pm_to_blib for cpan/NEXT directly Generating a Unix-style Makefile Writing Makefile for Pod::Usage LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for cpan/Module-Loaded directly LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Running pm_to_blib for cpan/Module-Load-Conditional directly Running pm_to_blib for cpan/Module-Load directly Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Use of uninitialized value $mandir in pattern match (m//) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm line 2189. Generating a Unix-style Makefile Writing Makefile for Pod::Html Generating a Unix-style Makefile Writing Makefile for Pod::Parser LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Generating a Unix-style Makefile Writing Makefile for Pod::Checker Can't locate Getopt/Long.pm in @INC (you may need to install the Getopt::Long module) (@INC contains: /usr/obj/gnu/usr.bin/perl/cpan/AutoLoader/lib /usr/obj/gnu/usr.bin/perl/dist/Carp/lib /usr/obj/gnu/usr.bin/perl/dist/PathTools /usr/obj/gnu/usr.bin/perl/dist/PathTools/lib /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib /usr/obj/gnu/usr.bin/perl/cpan/File-Path/lib /usr/obj/gnu/usr.bin/perl/ext/re /usr/obj/gnu/usr.bin/perl/dist/Term-ReadLine/lib /usr/obj/gnu/usr.bin/perl/dist/Exporter/lib /usr/obj/gnu/usr.bin/perl/ext/File-Find/lib /usr/obj/gnu/usr.bin/perl/cpan/Text-Tabs/lib /usr/obj/gnu/usr.bin/perl/dist/constant/lib /usr/obj/gnu/usr.bin/perl/cpan/version/lib /usr/obj/gnu/usr.bin/perl/lib .) at /usr/obj/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm line 115. *** Error 2 in /usr/obj/gnu/usr.bin/perl/cpan/podlators (Makefile:437 'manifypods': @ "../../miniperl" "-I../../lib" "-MExtUtils::Command::M...) Unsuccessful make(cpan/podlators): code=512 at make_ext.pl line 570. Running pm_to_blib for cpan/Memoize directly *** Error 25 in target 'cpan/podlators/pm_to_blib' LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.so.19.0 Generating a Unix-style Makefile Writing Makefile for Pod::Functions Running pm_to_blib for cpan/Math-Complex directly Generating a Unix-style Makefile Writing Makefile for IO::Compress "../../miniperl" "-I../../lib" "-I../../lib" pod2usage.PL pod2usage Running pm_to_blib for cpan/Math-BigRat directly Running pm_to_blib for cpan/Math-BigInt directly Generating a Unix-style Makefile Writing Makefile for Module::Metadata Running pm_to_blib for cpan/Locale-Maketext-Simple directly "../../miniperl" "-I../../lib" "-I../../lib" podselect.PL podselect Extracting pod2usage (with variable substitutions) "../../miniperl" "-I../../lib" "-I../../lib" podchecker.PL podchecker Generating a Unix-style Makefile Writing Makefile for Module::CoreList Extracting podselect (with variable substitutions) cp pod2usage blib/script/pod2usage Extracting podchecker (with variable substitutions) /usr/obj/gnu/usr.bin/perl/cpan/Pod-Usage/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2usage cp podselect blib/script/podselect "../../miniperl" "-I../../lib" Functions_pm.PL ../../pod/perlfunc.pod cp podchecker blib/script/podchecker /usr/obj/gnu/usr.bin/perl/cpan/Pod-Parser/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/podselect /usr/obj/gnu/usr.bin/perl/cpan/Pod-Checker/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/podchecker cp bin/zipdetails blib/script/zipdetails /usr/obj/gnu/usr.bin/perl/cpan/IO-Compress/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/zipdetails cp corelist blib/script/corelist /usr/obj/gnu/usr.bin/perl/dist/Module-CoreList/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/corelist *** Error 25 in obj (makefile:585 'cpan/podlators/pm_to_blib') *** Error 2 in . (Makefile.bsd-wrapper1:35 'perl.build') *** Error 2 in /usr/src/gnu/usr.bin/perl (Makefile.bsd-wrapper:71 'all') -- Lauri Tirkkonen | lotheac @ IRCnet