Created
September 22, 2014 23:16
-
-
Save tianon/9bc9beb07fefc7cf08a9 to your computer and use it in GitHub Desktop.
failing perl 5.18.2 docker build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker build 5.018.002-64bit | |
Sending build context to Docker daemon 3.072 kB | |
Sending build context to Docker daemon | |
Step 0 : FROM buildpack-deps | |
---> 133626b602ad | |
Step 1 : MAINTAINER Peter Martini <[email protected]> | |
---> Running in 439365f937bf | |
---> 47a560ee0c2e | |
Removing intermediate container 439365f937bf | |
Step 2 : RUN apt-get update && apt-get install -y curl procps | |
---> Running in a6612017a3b1 | |
Get:1 http://security.debian.org jessie/updates InRelease [73.5 kB] | |
Get:2 http://http.debian.net jessie InRelease [182 kB] | |
Get:3 http://http.debian.net jessie-updates InRelease [100 kB] | |
Get:4 http://security.debian.org jessie/updates/main amd64 Packages [20 B] | |
Get:5 http://http.debian.net jessie/main amd64 Packages [8857 kB] | |
Get:6 http://http.debian.net jessie-updates/main amd64 Packages [20 B] | |
Fetched 9213 kB in 8s (1113 kB/s) | |
Reading package lists... | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
procps is already the newest version. | |
The following NEW packages will be installed: | |
curl | |
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded. | |
Need to get 197 kB of archives. | |
After this operation, 312 kB of additional disk space will be used. | |
Get:1 http://http.debian.net/debian/ jessie/main curl amd64 7.38.0-1 [197 kB] | |
debconf: delaying package configuration, since apt-utils is not installed | |
Fetched 197 kB in 1s (157 kB/s) | |
Selecting previously unselected package curl. | |
(Reading database ... 29439 files and directories currently installed.) | |
Preparing to unpack .../curl_7.38.0-1_amd64.deb ... | |
Unpacking curl (7.38.0-1) ... | |
Setting up curl (7.38.0-1) ... | |
---> 35718a47dcd1 | |
Removing intermediate container a6612017a3b1 | |
Step 3 : RUN mkdir /usr/src/perl | |
---> Running in 3d28a212f8c5 | |
---> 07b701010389 | |
Removing intermediate container 3d28a212f8c5 | |
Step 4 : WORKDIR /usr/src/perl | |
---> Running in 985394c9b33d | |
---> 2e428e231882 | |
Removing intermediate container 985394c9b33d | |
Step 5 : RUN curl -SL http://www.cpan.org/src/5.0/perl-5.18.2.tar.gz | tar -xz --strip-components=1 | |
---> Running in fcc26712c1e9 | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 16.4M 100 16.4M 0 0 1534k 0 0:00:11 0:00:11 --:--:-- 1589k | |
---> 821fc6973801 | |
Removing intermediate container fcc26712c1e9 | |
Step 6 : RUN ./Configure -Duse64bitall -des && make -j$(nproc) && TEST_JOBS=$(nproc) make test_harness && make install && make veryclean | |
---> Running in 172d6233fd1e | |
First let's make sure your kit is complete. Checking... | |
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'. | |
Good, your tr supports [:lower:] and [:upper:] to convert case. | |
Using [:upper:] and [:lower:] to convert case. | |
3b1 dragonfly irix_6 openbsd sunos_4_1 | |
aix dynix irix_6_0 opus super-ux | |
aix_3 dynixptx irix_6_1 os2 svr4 | |
aix_4 epix isc os390 svr5 | |
altos486 esix4 isc_2 os400 ti1500 | |
amigaos fps linux posix-bc titanos | |
atheos freebsd lynxos powerux ultrix_4 | |
aux_3 genix midnightbsd qnx umips | |
bsdos gnu mips riscos unicos | |
catamount gnukfreebsd mirbsd sco unicosmk | |
convexos gnuknetbsd mpc sco_2_3_0 unisysdynix | |
cxux greenhills ncr_tower sco_2_3_1 utekv | |
cygwin haiku netbsd sco_2_3_2 uwin | |
darwin hpux newsos4 sco_2_3_3 vos | |
dcosx i386 next_3 sco_2_3_4 | |
dec_osf interix next_3_0 solaris_2 | |
dgux irix_4 next_4 stellar | |
dos_djgpp irix_5 nonstopux sunos_4_0 | |
Which of these apply, if any? [linux] | |
You appear to have ELF support. I'll try to use it for dynamic loading. | |
If dynamic loading doesn't work, read hints/linux.sh for further information. | |
Operating system name? [linux] | |
Operating system version? [3.14.14-gentoo] | |
Installation prefix to use? (~name ok) [/usr/local] | |
AFS does not seem to be running... | |
What installation prefix should I use for installing files? (~name ok) | |
[/usr/local] | |
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/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib] | |
What is the file extension used for shared libraries? [so] | |
Build Perl for SOCKS? [n] | |
Try to use long doubles if available? [n] | |
Checking for optional libraries... | |
What libraries to use? [-lnsl -ldl -lm -lcrypt -lutil -lc] | |
What optimizer/debugger flag should be used? [-O2] | |
Any additional cc flags? | |
[-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include] | |
Let me guess what the preprocessor flags are... | |
Any additional ld flags (NOT including libraries)? | |
[ -fstack-protector -L/usr/local/lib] | |
Checking your choice of C compiler and flags for coherency... | |
Computing filename position in cpp output for #include directives... | |
<stdlib.h> found. | |
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... | |
<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 to see how big your double precision numbers are... | |
Checking to see if you have long double... | |
Checking to see how big your long doubles are... | |
What is your architecture name [x86_64-linux] | |
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/local/bin] | |
Use relocatable @INC? [n] | |
Pathname where the private library files will reside? (~name ok) | |
[/usr/local/lib/perl5/5.18.2] | |
Where do you want to put the public architecture-dependent libraries? (~name ok) | |
[/usr/local/lib/perl5/5.18.2/x86_64-linux] | |
Other username to test security of setuid scripts with? [none] | |
Well, the recommended value is *not* secure. | |
Does your kernel have *secure* setuid scripts? [n] | |
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.18.2] | |
List of earlier versions to include in @INC? [none] | |
<malloc/malloc.h> NOT found. | |
<malloc.h> found. | |
Checking to see how well your C compiler groks the void type... | |
Good. It appears to support void to the level perl5 wants. | |
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.18.2/x86_64-linux] | |
Do you want to configure vendor-specific add-on directories? [n] | |
Colon-separated list of additional directories for perl to search? [none] | |
Checking out function prototypes... | |
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] | |
Do you want to install perl as /usr/bin/perl? [n] | |
Checking for GNU C Library... | |
nm probably won't work on the GNU C Library. | |
Shall I use /usr/bin/nm to extract C symbols from the libraries? [n] | |
<dld.h> NOT found. | |
Checking for C++... | |
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? | |
[-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 -O2 -L/usr/local/lib -fstack-protector] | |
Any special flags to pass to cc to use dynamic linking? [-Wl,-E] | |
ld supports scripting | |
Build a shared libperl.so (y/n) [n] | |
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 "ad029d628f01". Right? [y] | |
What is your domain name? [.(none)] | |
What is your e-mail address? [root@ad029d628f01.(none)] | |
Perl administrator e-mail address [root@ad029d628f01.(none)] | |
Do you want to install only the version-specific parts of perl? [n] | |
What shall I put after the #! to start up perl ("none" to not use #!)? | |
[/usr/local/bin/perl] | |
Where do you keep publicly executable scripts? (~name ok) [/usr/local/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] | |
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... | |
Try to understand large files, if available? [y] | |
Rechecking to see how big your file offsets are... | |
Rechecking the size of fpos_t... 16 bytes. | |
Using <string.h> instead of <strings.h>. | |
qgcvt() found. | |
Checking how to print long doubles... | |
gconvert NOT found. | |
gcvt() found. | |
I'll use gcvt to convert floats into a string. | |
fwalk() NOT found. | |
access() found. | |
<sys/file.h> defines the *_OK access constants. | |
accessx() NOT 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 <time.h>, <sys/time.h> or both. | |
We'll include <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. | |
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)) ... | |
bcmp() found. | |
bcopy() found. | |
getpgrp() found. | |
You have to use getpgrp() instead of getpgrp(pid). | |
setpgrp() found. | |
You have to use setpgrp() instead of setpgrp(pid,pgrp). | |
Checking whether your compiler can handle __builtin_choose_expr ... | |
Checking whether your compiler can handle __builtin_expect ... | |
bzero() found. | |
<stdarg.h> found. | |
<varargs.h> found. | |
We'll include <stdarg.h> to get va_dcl definition. | |
You have <stdarg.h> and <stdlib.h>, so 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. | |
vprintf() found. | |
Your vsprintf() returns (int). | |
chown() found. | |
chroot() found. | |
chsize() NOT found. | |
class() NOT found. | |
clearenv() 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"... | |
copysignl() found. | |
crypt() found. | |
<crypt.h> found. | |
crypt_r() found. | |
ctermid() found. | |
ctermid_r() NOT found. | |
ctime_r() found. | |
cuserid() found. | |
<limits.h> found. | |
<float.h> found. | |
DBL_DIG found. | |
dbmclose() NOT found. | |
difftime() found. | |
<dirent.h> found. | |
Your directory entries are struct dirent. | |
Your directory entry does not know about the d_namlen field. | |
Checking to see if DIR has a dd_fd member variable | |
<sys/dir.h> found. | |
<sys/ndir.h> NOT found. | |
dirfd() 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() found. | |
dup2() found. | |
eaccess() 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() NOT found. | |
endpwent() found. | |
<pwd.h> found. | |
endpwent_r() NOT found. | |
endservent() found. | |
endservent_r() NOT 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... | |
Checking how std your stdio is... | |
Checking to see what happens if we set the stdio ptr... | |
Increasing ptr in your stdio decreases cnt by the same amount. Good. | |
You seem to have 'fast stdio' to directly manipulate the stdio buffers. | |
fchdir() found. | |
fchmod() found. | |
fchown() found. | |
fcntl() found. | |
Well, your system has some sort of fd_set available... | |
and you have the normal fd_set macros. | |
fgetpos() found. | |
finite() found. | |
finitel() found. | |
flock() found. | |
fp_class() NOT found. | |
pathconf() found. | |
fpathconf() found. | |
fpclass() NOT found. | |
fpclassify() NOT found. | |
fpclassl() NOT 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 | |
<ndbm.h> NOT found. | |
<gdbm/ndbm.h> NOT found. | |
<gdbm-ndbm.h> NOT found. | |
getaddrinfo() found. | |
getcwd() found. | |
getespwnam() NOT found. | |
getfsstat() NOT found. | |
getgrent() found. | |
getgrent_r() 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() found. | |
gethostbyname_r() found. | |
gethostent_r() found. | |
getitimer() found. | |
getlogin() found. | |
getlogin_r() found. | |
getmnt() NOT found. | |
getmntent() found. | |
getnameinfo() found. | |
getnetbyaddr() found. | |
getnetbyname() found. | |
getnetent() found. | |
getnetbyaddr_r() found. | |
getnetbyname_r() found. | |
getnetent_r() 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() found. | |
getpwnam_r() found. | |
getpwuid_r() found. | |
getservbyname() found. | |
getservbyport() found. | |
getservent() found. | |
getservbyname_r() found. | |
getservbyport_r() found. | |
getservent_r() found. | |
getspnam() found. | |
<shadow.h> found. | |
getspnam_r() found. | |
gettimeofday() found. | |
gmtime_r() found. | |
hasmntopt() found. | |
<netinet/in.h> found. | |
<arpa/inet.h> found. | |
htonl() found. | |
ilogbl() found. | |
strchr() found. | |
inet_aton() found. | |
inet_ntop() found. | |
inet_pton() found. | |
isascii() found. | |
isblank() found. | |
isfinite() NOT found. | |
isinf() found. | |
isnan() found. | |
isnanl() found. | |
killpg() found. | |
lchown() found. | |
LDBL_DIG found. | |
<math.h> found. | |
Checking to see if your libm supports _LIB_VERSION... | |
Yes, it does (2) | |
link() found. | |
localtime_r() found. | |
localeconv() found. | |
lockf() found. | |
lstat() found. | |
madvise() found. | |
malloc_size() NOT found. | |
malloc_good_size() NOT found. | |
mblen() found. | |
mbstowcs() found. | |
mbtowc() found. | |
memchr() found. | |
memcmp() found. | |
memcpy() found. | |
memmove() found. | |
memset() found. | |
mkdir() found. | |
mkdtemp() found. | |
mkfifo() found. | |
mkstemp() found. | |
mkstemps() found. | |
mktime() found. | |
<sys/mman.h> found. | |
mmap() found. | |
and it returns (void *). | |
sqrtl() found. | |
scalbnl() found. | |
modfl() found. | |
Your modfl() seems okay for large values. | |
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. | |
nice() found. | |
<langinfo.h> found. | |
nl_langinfo() found. | |
Checking to see if your C compiler knows about "volatile"... | |
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. | |
poll() found. | |
prctl() found. | |
readlink() found. | |
vfork() found. | |
Do you still want to use vfork()? [n] | |
pthread_attr_setscope() found. | |
random_r() found. | |
readdir() found. | |
seekdir() found. | |
telldir() found. | |
rewinddir() found. | |
readdir64_r() found. | |
readdir_r() found. | |
readv() found. | |
recvmsg() found. | |
rename() found. | |
rmdir() found. | |
<memory.h> found. | |
Checking if your memcmp() can compare relative magnitude... | |
select() found. | |
semctl() found. | |
semget() found. | |
semop() found. | |
You have the full sem*(2) library. | |
You do not 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() NOT found. | |
setprotoent_r() NOT 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() NOT found. | |
setsid() found. | |
setvbuf() found. | |
<sfio.h> NOT found. | |
shmctl() found. | |
shmget() found. | |
shmat() found. | |
and it returns (void *). | |
shmdt() found. | |
You have the full shm*(2) library. | |
sigaction() found. | |
<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. | |
Checking whether sprintf returns the length of the string... | |
sprintf returns the length of the string (as ANSI says it should) | |
srand48_r() found. | |
srandom_r() found. | |
<sys/stat.h> found. | |
Checking to see if your struct stat has st_blocks field... | |
<sys/vfs.h> found. | |
<sys/statfs.h> 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... | |
I can't figure out how to access stdio streams by file descriptor number. | |
strcoll() found. | |
Checking to see if your C compiler can copy structs... | |
strerror() found. | |
strerror_r() found. | |
strftime() found. | |
strlcat() NOT found. | |
strlcpy() NOT found. | |
strtod() found. | |
strtol() found. | |
strtold() 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. | |
time() found. | |
time_t found. | |
timegm() found. | |
<sys/times.h> found. | |
times() found. | |
clock_t found. | |
tmpnam_r() 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() found. | |
closedir() found. | |
Checking whether closedir() returns a status... | |
wait4() found. | |
waitpid() found. | |
wcstombs() found. | |
wctomb() found. | |
writev() found. | |
Checking alignment constraints... | |
Doubles must be aligned on a how-many-byte boundary? [8] | |
Determining whether or not we are on an EBCDIC system... | |
Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF-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> NOT found. | |
Looking for a random number function... | |
Good, found drand48(). | |
Use which function to generate random numbers? [drand48] | |
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] | |
Build Perl with MAD? [n] | |
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] | |
pid_t found. | |
Checking how to generate random libraries on your machine... | |
<values.h> found. | |
Sizeof time_t = 8 | |
Your select() operates on 64 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. | |
It appears we'll be able to prototype varargs functions. | |
Which compiler compiler (yacc) shall I use? [yacc] | |
<assert.h> found. | |
<fp.h> NOT found. | |
<fp_class.h> NOT found. | |
<gdbm.h> NOT found. | |
<ieeefp.h> NOT found. | |
<libutil.h> NOT found. | |
<mntent.h> 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... | |
tcsetattr() found. | |
You have POSIX termios.h... good! | |
<stdbool.h> found. | |
<stddef.h> found. | |
<sys/access.h> NOT found. | |
<sys/filio.h> NOT found. | |
<sys/ioctl.h> found. | |
<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> found. | |
<utime.h> found. | |
Looking for extensions... | |
What extensions do you wish to load dynamically? | |
[B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd 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 Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Text/Soundex 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] | |
Stripping down executable paths... | |
Creating config.sh... | |
Doing variable substitutions on .SH files... | |
Extracting config.h (with variable substitutions) | |
Extracting cflags (with variable substitutions) | |
Not re-extracting config.h | |
Extracting makedepend (with variable substitutions) | |
Extracting Makefile (with variable substitutions) | |
Extracting myconfig (with variable substitutions) | |
Extracting pod/Makefile (with variable substitutions) | |
Extracting Policy.sh (with variable substitutions) | |
Extracting runtests (with variable substitutions) | |
Extracting utils/Makefile (with variable substitutions) | |
Extracting x2p/cflags (with variable substitutions) | |
Extracting x2p/Makefile (with variable substitutions) | |
Run make depend now? [y] | |
sh ./makedepend MAKE=make | |
make[1]: Entering directory '/usr/src/perl' | |
rm -f opmini.c | |
/bin/ln -s op.c opmini.c | |
rm -f perlmini.c | |
/bin/ln -s 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.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 miniperlmain.c opmini.c perlmini.c | tr ' ' '\n' >.clist | |
make[1]: Leaving directory '/usr/src/perl' | |
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.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 miniperlmain.o. | |
Finding dependencies for opmini.o. | |
Finding dependencies for perlmini.o. | |
make[1]: Entering directory '/usr/src/perl' | |
echo Makefile.SH cflags.SH config_h.SH makedepend.SH myconfig.SH pod/Makefile.SH | tr ' ' '\n' >.shlist | |
make[1]: Leaving directory '/usr/src/perl' | |
Updating makefile... | |
cd x2p; make depend | |
make[1]: Entering directory '/usr/src/perl/x2p' | |
sh ../makedepend MAKE=make | |
make[2]: Entering directory '/usr/src/perl/x2p' | |
echo hash.c str.c util.c walk.c | tr ' ' '\n' >.clist | |
make[2]: Leaving directory '/usr/src/perl/x2p' | |
Finding dependencies for hash.o. | |
Finding dependencies for str.o. | |
Finding dependencies for util.o. | |
Finding dependencies for walk.o. | |
make[2]: Entering directory '/usr/src/perl/x2p' | |
echo Makefile.SH cflags.SH | tr ' ' '\n' >.shlist | |
make[2]: Leaving directory '/usr/src/perl/x2p' | |
Updating makefile... | |
make[1]: Leaving directory '/usr/src/perl/x2p' | |
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. | |
`sh cflags "optimize='-O2'" perlmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c | |
`sh cflags "optimize='-O2'" opmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB opmini.c | |
`sh cflags "optimize='-O2'" miniperlmain.o` miniperlmain.c | |
`sh cflags "optimize='-O2'" gv.o` gv.c | |
`sh cflags "optimize='-O2'" toke.o` toke.c | |
`sh cflags "optimize='-O2'" perly.o` perly.c | |
`sh cflags "optimize='-O2'" pad.o` pad.c | |
`sh cflags "optimize='-O2'" regcomp.o` regcomp.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" dump.o` dump.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" util.o` util.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" mg.o` mg.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" reentr.o` reentr.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" mro.o` mro.c | |
`sh cflags "optimize='-O2'" keywords.o` keywords.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" hv.o` hv.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" av.o` av.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" run.o` run.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" pp_hot.o` pp_hot.c | |
`sh cflags "optimize='-O2'" sv.o` sv.c | |
`sh cflags "optimize='-O2'" pp.o` pp.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" scope.o` scope.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
In file included from perl.h:3480:0, | |
from scope.c:27: | |
scope.c: In function 'Perl_leave_scope': | |
hv.h:430:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
->shared_he_he.he_valu.hent_refcount), \ | |
^ | |
scope.c:1049:25: note: in expansion of macro 'share_hek_hek' | |
share_hek_hek(hek); | |
^ | |
In file included from perl.h:3480:0, | |
from pp.c:28: | |
pp.c: In function 'Perl_pp_undef': | |
hv.h:430:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
->shared_he_he.he_valu.hent_refcount), \ | |
^ | |
pp.c:984:15: note: in expansion of macro 'share_hek_hek' | |
if (hek) share_hek_hek(hek); | |
^ | |
`sh cflags "optimize='-O2'" pp_ctl.o` pp_ctl.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" pp_sys.o` pp_sys.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" doop.o` doop.c | |
`sh cflags "optimize='-O2'" doio.o` doio.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" regexec.o` regexec.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" utf8.o` utf8.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" taint.o` taint.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" deb.o` deb.c | |
`sh cflags "optimize='-O2'" universal.o` universal.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" generate_uudmap.o` generate_uudmap.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" perlio.o` perlio.c | |
`sh cflags "optimize='-O2'" perlapi.o` perlapi.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" numeric.o` numeric.c | |
`sh cflags "optimize='-O2'" mathoms.o` mathoms.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" locale.o` locale.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" pp_pack.o` pp_pack.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
`sh cflags "optimize='-O2'" pp_sort.o` pp_sort.c | |
rm -f pod/perl5182delta.pod | |
/bin/ln -s perldelta.pod pod/perl5182delta.pod | |
`sh cflags "optimize='-O2'" op.o` op.c | |
cc -o generate_uudmap -fstack-protector -L/usr/local/lib generate_uudmap.o -lnsl -ldl -lm -lcrypt -lutil -lc | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
./generate_uudmap uudmap.h bitcount.h mg_data.h | |
`sh cflags "optimize='-O2'" globals.o` globals.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
cc -fstack-protector -L/usr/local/lib -o miniperl \ | |
perlmini.o opmini.o miniperlmain.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro.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 -lnsl -ldl -lm -lcrypt -lutil -lc | |
./miniperl -w -Ilib -MExporter -e '<?>' || make minitest | |
./miniperl -Ilib autodoc.pl | |
./miniperl -Ilib -Idist/Cwd -Idist/Cwd/lib -Idist/Carp/lib pod/perlmodlib.PL -q | |
./miniperl -Ilib make_patchnum.pl | |
./miniperl -Ilib write_buildcustomize.pl >lib/buildcustomize.pl | |
Updating 'git_version.h' and 'lib/Config_git.pl' | |
./miniperl -Ilib configpm | |
`sh cflags "optimize='-O2'" perl.o` perl.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
written lib/Config.pod | |
updated lib/Config.pm | |
updated lib/Config_heavy.pl | |
./miniperl -Ilib make_ext.pl cpan/Archive-Extract/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making AutoLoader (all) | |
Creating Makefile.PL in cpan/AutoLoader for AutoLoader | |
Running Makefile.PL in cpan/AutoLoader | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Archive::Tar (all) | |
Creating Makefile.PL in cpan/Archive-Tar for Archive::Tar | |
Running Makefile.PL in cpan/Archive-Tar | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Archive::Extract (all) | |
Creating Makefile.PL in cpan/Archive-Extract for Archive::Extract | |
Running Makefile.PL in cpan/Archive-Extract | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Attribute::Handlers (all) | |
Creating Makefile.PL in dist/Attribute-Handlers for Attribute::Handlers | |
Running Makefile.PL in dist/Attribute-Handlers | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Writing Makefile for AutoLoader | |
make[1]: Entering directory '/usr/src/perl/cpan/AutoLoader' | |
Writing Makefile for Attribute::Handlers | |
make[1]: Entering directory '/usr/src/perl/dist/Attribute-Handlers' | |
Writing Makefile for Archive::Tar | |
Writing Makefile for Archive::Extract | |
make[1]: Entering directory '/usr/src/perl/cpan/Archive-Tar' | |
make[1]: Entering directory '/usr/src/perl/cpan/Archive-Extract' | |
./miniperl -Ilib make_ext.pl cpan/B-Debug/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl dist/B-Deparse/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making B::Debug (all) | |
Creating Makefile.PL in cpan/B-Debug for B::Debug | |
Running Makefile.PL in cpan/B-Debug | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making B::Deparse (all) | |
Creating Makefile.PL in dist/B-Deparse for B::Deparse | |
Running Makefile.PL in dist/B-Deparse | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Archive-Tar' | |
Making all in cpan/Archive-Tar | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/AutoLoader' | |
Making all in cpan/AutoLoader | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Attribute-Handlers' | |
Making all in dist/Attribute-Handlers | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/AutoLoader' | |
make[1]: Entering directory '/usr/src/perl/dist/Attribute-Handlers' | |
make[1]: Entering directory '/usr/src/perl/cpan/Archive-Tar' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Archive-Extract' | |
Making all in cpan/Archive-Extract | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/Archive/Tar.pm ../../lib/Archive/Tar.pm | |
cp lib/Archive/Tar/Constant.pm ../../lib/Archive/Tar/Constant.pm | |
cp lib/Archive/Tar/File.pm ../../lib/Archive/Tar/File.pm | |
make[1]: Entering directory '/usr/src/perl/cpan/Archive-Extract' | |
cp lib/Attribute/Handlers.pm ../../lib/Attribute/Handlers.pm | |
Writing Makefile for B::Deparse | |
cp lib/AutoLoader.pm ../../lib/AutoLoader.pm | |
cp lib/AutoSplit.pm ../../lib/AutoSplit.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Archive-Tar' | |
./miniperl -Ilib make_ext.pl cpan/B-Lint/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Writing Makefile for B::Debug | |
make[1]: Entering directory '/usr/src/perl/dist/B-Deparse' | |
make[1]: Entering directory '/usr/src/perl/cpan/B-Debug' | |
make[1]: Leaving directory '/usr/src/perl/cpan/AutoLoader' | |
make[1]: Leaving directory '/usr/src/perl/dist/Attribute-Handlers' | |
./miniperl -Ilib make_ext.pl cpan/CGI/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making B::Lint (all) | |
Creating Makefile.PL in cpan/B-Lint for B::Lint | |
Running Makefile.PL in cpan/B-Lint | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making CGI (all) | |
Creating Makefile.PL in cpan/CGI for CGI | |
Running Makefile.PL in cpan/CGI | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/Archive/Extract.pm ../../lib/Archive/Extract.pm | |
Making CPAN (all) | |
Creating Makefile.PL in cpan/CPAN for CPAN | |
Running Makefile.PL in cpan/CPAN | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Archive-Extract' | |
./miniperl -Ilib make_ext.pl cpan/CPAN-Meta/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making CPAN::Meta (all) | |
Creating Makefile.PL in cpan/CPAN-Meta for CPAN::Meta | |
Running Makefile.PL in cpan/CPAN-Meta | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Writing Makefile for B::Lint | |
make[1]: Entering directory '/usr/src/perl/cpan/B-Lint' | |
Writing Makefile for CPAN | |
make[1]: Entering directory '/usr/src/perl/cpan/CPAN' | |
Writing Makefile for CGI | |
make[1]: Entering directory '/usr/src/perl/cpan/CGI' | |
Writing Makefile for CPAN::Meta | |
make[1]: Entering directory '/usr/src/perl/cpan/CPAN-Meta' | |
make[1]: Leaving directory '/usr/src/perl/dist/B-Deparse' | |
Making all in dist/B-Deparse | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/B-Debug' | |
Making all in cpan/B-Debug | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/B-Deparse' | |
make[1]: Entering directory '/usr/src/perl/cpan/B-Debug' | |
cp Debug.pm ../../lib/B/Debug.pm | |
cp Deparse.pm ../../lib/B/Deparse.pm | |
make[1]: Leaving directory '/usr/src/perl/dist/B-Deparse' | |
make[1]: Leaving directory '/usr/src/perl/cpan/B-Lint' | |
Making all in cpan/B-Lint | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/B-Debug' | |
./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-Requirements/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/B-Lint' | |
Making CPAN::Meta::Requirements (all) | |
Creating Makefile.PL in cpan/CPAN-Meta-Requirements for CPAN::Meta::Requirements | |
Running Makefile.PL in cpan/CPAN-Meta-Requirements | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPAN' | |
Making all in cpan/CPAN | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/CPAN' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CGI' | |
Making all in cpan/CGI | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/CGI' | |
cp lib/B/Lint/Debug.pm ../../lib/B/Lint/Debug.pm | |
cp lib/B/Lint.pm ../../lib/B/Lint.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/B-Lint' | |
./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-YAML/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPAN-Meta' | |
Making all in cpan/CPAN-Meta | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/CPAN/DeferredCode.pm ../../lib/CPAN/DeferredCode.pm | |
cp lib/CPAN/Queue.pm ../../lib/CPAN/Queue.pm | |
cp lib/CPAN/Distribution.pm ../../lib/CPAN/Distribution.pm | |
cp lib/CPAN/Version.pm ../../lib/CPAN/Version.pm | |
cp lib/CPAN/HandleConfig.pm ../../lib/CPAN/HandleConfig.pm | |
cp lib/CPAN/Distroprefs.pm ../../lib/CPAN/Distroprefs.pm | |
cp lib/CPAN/Exception/yaml_not_installed.pm ../../lib/CPAN/Exception/yaml_not_installed.pm | |
cp lib/CPAN/InfoObj.pm ../../lib/CPAN/InfoObj.pm | |
cp lib/CPAN/HTTP/Client.pm ../../lib/CPAN/HTTP/Client.pm | |
cp lib/CPAN/Nox.pm ../../lib/CPAN/Nox.pm | |
cp lib/CPAN/Kwalify/distroprefs.yml ../../lib/CPAN/Kwalify/distroprefs.yml | |
cp lib/CPAN/Index.pm ../../lib/CPAN/Index.pm | |
cp lib/CPAN/Complete.pm ../../lib/CPAN/Complete.pm | |
cp lib/CPAN/Author.pm ../../lib/CPAN/Author.pm | |
cp lib/CPAN/Exception/blocked_urllist.pm ../../lib/CPAN/Exception/blocked_urllist.pm | |
cp lib/CPAN/Exception/yaml_process_error.pm ../../lib/CPAN/Exception/yaml_process_error.pm | |
cp lib/CPAN/Shell.pm ../../lib/CPAN/Shell.pm | |
cp lib/App/Cpan.pm ../../lib/App/Cpan.pm | |
cp lib/CPAN/Tarzip.pm ../../lib/CPAN/Tarzip.pm | |
cp lib/CPAN/Mirrors.pm ../../lib/CPAN/Mirrors.pm | |
cp lib/CPAN/API/HOWTO.pod ../../lib/CPAN/API/HOWTO.pod | |
cp lib/CPAN/Prompt.pm ../../lib/CPAN/Prompt.pm | |
cp lib/CPAN/Debug.pm ../../lib/CPAN/Debug.pm | |
cp lib/CPAN/Kwalify/distroprefs.dd ../../lib/CPAN/Kwalify/distroprefs.dd | |
cp lib/CPAN/CacheMgr.pm ../../lib/CPAN/CacheMgr.pm | |
cp lib/CPAN/Module.pm ../../lib/CPAN/Module.pm | |
cp lib/CPAN/URL.pm ../../lib/CPAN/URL.pm | |
cp lib/CPAN/Kwalify.pm ../../lib/CPAN/Kwalify.pm | |
cp lib/CPAN/HTTP/Credentials.pm ../../lib/CPAN/HTTP/Credentials.pm | |
cp lib/CPAN/FTP.pm ../../lib/CPAN/FTP.pm | |
cp lib/CPAN/FTP/netrc.pm ../../lib/CPAN/FTP/netrc.pm | |
cp lib/CPAN/LWP/UserAgent.pm ../../lib/CPAN/LWP/UserAgent.pm | |
cp lib/CPAN/Distrostatus.pm ../../lib/CPAN/Distrostatus.pm | |
cp lib/CPAN/Exception/RecursiveDependency.pm ../../lib/CPAN/Exception/RecursiveDependency.pm | |
cp lib/CPAN/FirstTime.pm ../../lib/CPAN/FirstTime.pm | |
cp lib/CPAN/Bundle.pm ../../lib/CPAN/Bundle.pm | |
cp lib/CPAN.pm ../../lib/CPAN.pm | |
Making CPAN::Meta::YAML (all) | |
Creating Makefile.PL in cpan/CPAN-Meta-YAML for CPAN::Meta::YAML | |
Running Makefile.PL in cpan/CPAN-Meta-YAML | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl cpan/CPANPLUS/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPAN' | |
./miniperl -Ilib make_ext.pl cpan/CPANPLUS-Dist-Build/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/CPAN-Meta' | |
Making CPANPLUS (all) | |
Running Makefile.PL in cpan/CPANPLUS | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making CPANPLUS::Dist::Build (all) | |
Creating Makefile.PL in cpan/CPANPLUS-Dist-Build for CPANPLUS::Dist::Build | |
Running Makefile.PL in cpan/CPANPLUS-Dist-Build | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/CGI/Push.pm ../../lib/CGI/Push.pm | |
cp lib/CGI/Cookie.pm ../../lib/CGI/Cookie.pm | |
cp lib/CGI.pm ../../lib/CGI.pm | |
cp lib/CGI/Carp.pm ../../lib/CGI/Carp.pm | |
cp lib/CGI/Apache.pm ../../lib/CGI/Apache.pm | |
cp lib/CGI/Switch.pm ../../lib/CGI/Switch.pm | |
cp lib/CGI/Fast.pm ../../lib/CGI/Fast.pm | |
cp lib/CGI/Util.pm ../../lib/CGI/Util.pm | |
cp lib/CGI/Pretty.pm ../../lib/CGI/Pretty.pm | |
./miniperl -Ilib make_ext.pl dist/Carp/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
cp lib/CPAN/Meta.pm ../../lib/CPAN/Meta.pm | |
cp lib/CPAN/Meta/Validator.pm ../../lib/CPAN/Meta/Validator.pm | |
cp lib/CPAN/Meta/Converter.pm ../../lib/CPAN/Meta/Converter.pm | |
cp lib/CPAN/Meta/Feature.pm ../../lib/CPAN/Meta/Feature.pm | |
cp lib/CPAN/Meta/Prereqs.pm ../../lib/CPAN/Meta/Prereqs.pm | |
cp lib/CPAN/Meta/History.pm ../../lib/CPAN/Meta/History.pm | |
cp lib/CPAN/Meta/Spec.pm ../../lib/CPAN/Meta/Spec.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/CGI' | |
./miniperl -Ilib make_ext.pl cpan/Config-Perl-V/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Carp (all) | |
Running Makefile.PL in dist/Carp | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Writing Makefile for CPAN::Meta::Requirements | |
make[1]: Entering directory '/usr/src/perl/cpan/CPAN-Meta-Requirements' | |
Making Config::Perl::V (all) | |
Creating Makefile.PL in cpan/Config-Perl-V for Config::Perl::V | |
Running Makefile.PL in cpan/Config-Perl-V | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPAN-Meta' | |
./miniperl -Ilib make_ext.pl dist/Devel-SelfStubber/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Devel::SelfStubber (all) | |
Creating Makefile.PL in dist/Devel-SelfStubber for Devel::SelfStubber | |
Running Makefile.PL in dist/Devel-SelfStubber | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Writing Makefile for CPANPLUS::Dist::Build | |
make[1]: Entering directory '/usr/src/perl/cpan/CPANPLUS-Dist-Build' | |
Writing Makefile for CPANPLUS | |
make[1]: Entering directory '/usr/src/perl/cpan/CPANPLUS' | |
Writing Makefile for Carp | |
make[1]: Entering directory '/usr/src/perl/dist/Carp' | |
Writing Makefile for Config::Perl::V | |
make[1]: Entering directory '/usr/src/perl/cpan/Config-Perl-V' | |
Writing Makefile for CPAN::Meta::YAML | |
make[1]: Entering directory '/usr/src/perl/cpan/CPAN-Meta-YAML' | |
Writing Makefile for Devel::SelfStubber | |
make[1]: Entering directory '/usr/src/perl/dist/Devel-SelfStubber' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPAN-Meta-Requirements' | |
Making all in cpan/CPAN-Meta-Requirements | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/CPAN-Meta-Requirements' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPANPLUS' | |
Making all in cpan/CPANPLUS | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/CPANPLUS' | |
cp lib/CPAN/Meta/Requirements.pm ../../lib/CPAN/Meta/Requirements.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPAN-Meta-Requirements' | |
./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPAN-Meta-YAML' | |
Making all in cpan/CPAN-Meta-YAML | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl dist/Dumpvalue/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/CPAN-Meta-YAML' | |
cp lib/CPANPLUS/Internals/Source/SQLite.pm ../../lib/CPANPLUS/Internals/Source/SQLite.pm | |
cp lib/CPANPLUS/Module.pm ../../lib/CPANPLUS/Module.pm | |
cp lib/CPANPLUS/Module/Fake.pm ../../lib/CPANPLUS/Module/Fake.pm | |
cp lib/CPANPLUS/Module/Checksums.pm ../../lib/CPANPLUS/Module/Checksums.pm | |
cp lib/CPANPLUS/Shell/Default/Plugins/Source.pm ../../lib/CPANPLUS/Shell/Default/Plugins/Source.pm | |
cp lib/CPANPLUS/Internals/Utils.pm ../../lib/CPANPLUS/Internals/Utils.pm | |
cp lib/CPANPLUS/Module/Signature.pm ../../lib/CPANPLUS/Module/Signature.pm | |
cp lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod ../../lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod | |
cp lib/CPANPLUS/Dist/MM.pm ../../lib/CPANPLUS/Dist/MM.pm | |
cp lib/CPANPLUS/Configure/Setup.pm ../../lib/CPANPLUS/Configure/Setup.pm | |
cp lib/CPANPLUS/Internals/Extract.pm ../../lib/CPANPLUS/Internals/Extract.pm | |
cp lib/CPANPLUS/Internals/Report.pm ../../lib/CPANPLUS/Internals/Report.pm | |
cp lib/CPANPLUS/FAQ.pod ../../lib/CPANPLUS/FAQ.pod | |
cp lib/CPANPLUS/Shell/Default/Plugins/Remote.pm ../../lib/CPANPLUS/Shell/Default/Plugins/Remote.pm | |
cp lib/CPANPLUS/Dist/Base.pm ../../lib/CPANPLUS/Dist/Base.pm | |
cp lib/CPANPLUS/Internals/Source.pm ../../lib/CPANPLUS/Internals/Source.pm | |
cp lib/CPANPLUS/Configure.pm ../../lib/CPANPLUS/Configure.pm | |
cp lib/CPANPLUS/Config.pm ../../lib/CPANPLUS/Config.pm | |
cp lib/CPANPLUS/Internals/Utils/Autoflush.pm ../../lib/CPANPLUS/Internals/Utils/Autoflush.pm | |
cp lib/CPANPLUS/Module/Author.pm ../../lib/CPANPLUS/Module/Author.pm | |
cp lib/CPANPLUS/Config/HomeEnv.pm ../../lib/CPANPLUS/Config/HomeEnv.pm | |
cp lib/CPANPLUS/Module/Author/Fake.pm ../../lib/CPANPLUS/Module/Author/Fake.pm | |
cp lib/CPANPLUS/Dist/Sample.pm ../../lib/CPANPLUS/Dist/Sample.pm | |
cp lib/CPANPLUS/Internals.pm ../../lib/CPANPLUS/Internals.pm | |
cp lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm ../../lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm | |
cp lib/CPANPLUS/Internals/Source/Memory.pm ../../lib/CPANPLUS/Internals/Source/Memory.pm | |
cp lib/CPANPLUS/Dist.pm ../../lib/CPANPLUS/Dist.pm | |
cp lib/CPANPLUS/Hacking.pod ../../lib/CPANPLUS/Hacking.pod | |
cp lib/CPANPLUS/Dist/Autobundle.pm ../../lib/CPANPLUS/Dist/Autobundle.pm | |
cp lib/CPANPLUS/Internals/Constants/Report.pm ../../lib/CPANPLUS/Internals/Constants/Report.pm | |
cp lib/CPANPLUS.pm ../../lib/CPANPLUS.pm | |
cp lib/CPANPLUS/Shell.pm ../../lib/CPANPLUS/Shell.pm | |
cp lib/CPANPLUS/Internals/Search.pm ../../lib/CPANPLUS/Internals/Search.pm | |
cp lib/CPANPLUS/Backend/RV.pm ../../lib/CPANPLUS/Backend/RV.pm | |
cp lib/CPANPLUS/Backend.pm ../../lib/CPANPLUS/Backend.pm | |
cp lib/CPANPLUS/Selfupdate.pm ../../lib/CPANPLUS/Selfupdate.pm | |
cp lib/CPANPLUS/Error.pm ../../lib/CPANPLUS/Error.pm | |
Making Digest (all) | |
Creating Makefile.PL in cpan/Digest for Digest | |
Running Makefile.PL in cpan/Digest | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Dumpvalue (all) | |
Creating Makefile.PL in dist/Dumpvalue for Dumpvalue | |
Running Makefile.PL in dist/Dumpvalue | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPANPLUS-Dist-Build' | |
Making all in cpan/CPANPLUS-Dist-Build | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/CPAN/Meta/YAML.pm ../../lib/CPAN/Meta/YAML.pm | |
make[1]: Entering directory '/usr/src/perl/cpan/CPANPLUS-Dist-Build' | |
cp lib/CPANPLUS/Internals/Constants.pm ../../lib/CPANPLUS/Internals/Constants.pm | |
cp lib/CPANPLUS/Internals/Fetch.pm ../../lib/CPANPLUS/Internals/Fetch.pm | |
cp lib/CPANPLUS/Shell/Default.pm ../../lib/CPANPLUS/Shell/Default.pm | |
cp lib/CPANPLUS/Internals/Source/SQLite/Tie.pm ../../lib/CPANPLUS/Internals/Source/SQLite/Tie.pm | |
cp lib/CPANPLUS/Shell/Classic.pm ../../lib/CPANPLUS/Shell/Classic.pm | |
make[1]: Leaving directory '/usr/src/perl/dist/Carp' | |
cp bin/cpanp blib/script/cpanp | |
Making all in dist/Carp | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
/usr/src/perl/cpan/CPANPLUS/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpanp | |
make[1]: Entering directory '/usr/src/perl/dist/Carp' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPAN-Meta-YAML' | |
./miniperl -Ilib make_ext.pl dist/Env/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Config-Perl-V' | |
Making all in cpan/Config-Perl-V | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Config-Perl-V' | |
Making Env (all) | |
Creating Makefile.PL in dist/Env for Env | |
Running Makefile.PL in dist/Env | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/CPANPLUS/Dist/Build/Constants.pm ../../lib/CPANPLUS/Dist/Build/Constants.pm | |
cp lib/CPANPLUS/Dist/Build.pm ../../lib/CPANPLUS/Dist/Build.pm | |
Writing Makefile for Digest | |
make[1]: Entering directory '/usr/src/perl/cpan/Digest' | |
Writing Makefile for Dumpvalue | |
cp lib/Carp/Heavy.pm ../../lib/Carp/Heavy.pm | |
cp lib/Carp.pm ../../lib/Carp.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPANPLUS-Dist-Build' | |
make[1]: Entering directory '/usr/src/perl/dist/Dumpvalue' | |
./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
cp bin/cpanp-run-perl blib/script/cpanp-run-perl | |
cp V.pm ../../lib/Config/Perl/V.pm | |
/usr/src/perl/cpan/CPANPLUS/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpanp-run-perl | |
Making Errno (all) | |
Running Makefile.PL in ext/Errno | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Devel-SelfStubber' | |
Making all in dist/Devel-SelfStubber | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Config-Perl-V' | |
./miniperl -Ilib make_ext.pl dist/ExtUtils-CBuilder/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Carp' | |
make[1]: Entering directory '/usr/src/perl/dist/Devel-SelfStubber' | |
Writing Makefile for Env | |
cp bin/cpan2dist blib/script/cpan2dist | |
make[1]: Entering directory '/usr/src/perl/dist/Env' | |
/usr/src/perl/cpan/CPANPLUS/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpan2dist | |
Making ExtUtils::CBuilder (all) | |
Running Makefile.PL in dist/ExtUtils-CBuilder | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/Devel/SelfStubber.pm ../../lib/Devel/SelfStubber.pm | |
Writing Makefile for Errno | |
make[1]: Entering directory '/usr/src/perl/ext/Errno' | |
make[1]: Leaving directory '/usr/src/perl/dist/Devel-SelfStubber' | |
./miniperl -Ilib make_ext.pl dist/ExtUtils-Command/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making ExtUtils::Command (all) | |
Creating Makefile.PL in dist/ExtUtils-Command for ExtUtils::Command | |
Running Makefile.PL in dist/ExtUtils-Command | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPANPLUS' | |
Writing Makefile for ExtUtils::CBuilder | |
make[1]: Leaving directory '/usr/src/perl/dist/Dumpvalue' | |
Making all in dist/Dumpvalue | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-CBuilder' | |
make[1]: Entering directory '/usr/src/perl/dist/Dumpvalue' | |
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl dist/ExtUtils-Install/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making ExtUtils::Constant (all) | |
Creating Makefile.PL in cpan/ExtUtils-Constant for ExtUtils::Constant | |
Running Makefile.PL in cpan/ExtUtils-Constant | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Digest' | |
Making all in cpan/Digest | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
Making ExtUtils::Install (all) | |
Creating Makefile.PL in dist/ExtUtils-Install for ExtUtils::Install | |
Running Makefile.PL in dist/ExtUtils-Install | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Digest' | |
make[1]: Leaving directory '/usr/src/perl/dist/Env' | |
Making all in dist/Env | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Env' | |
cp lib/Dumpvalue.pm ../../lib/Dumpvalue.pm | |
make[1]: Leaving directory '/usr/src/perl/dist/Dumpvalue' | |
Writing Makefile for ExtUtils::Command | |
make[1]: Leaving directory '/usr/src/perl/ext/Errno' | |
Making all in ext/Errno | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/ext/Errno' | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-Command' | |
../../miniperl "-I../../lib" "-I../../lib" Errno_pm.PL Errno.pm | |
./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
cp Digest.pm ../../lib/Digest.pm | |
cp Digest/file.pm ../../lib/Digest/file.pm | |
cp Digest/base.pm ../../lib/Digest/base.pm | |
cp lib/Env.pm ../../lib/Env.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Digest' | |
./miniperl -Ilib make_ext.pl dist/ExtUtils-Manifest/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Env' | |
./miniperl -Ilib make_ext.pl dist/ExtUtils-ParseXS/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making ExtUtils::MakeMaker (all) | |
Creating Makefile.PL in cpan/ExtUtils-MakeMaker for ExtUtils::MakeMaker | |
Running Makefile.PL in cpan/ExtUtils-MakeMaker | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making ExtUtils::Manifest (all) | |
Creating Makefile.PL in dist/ExtUtils-Manifest for ExtUtils::Manifest | |
Running Makefile.PL in dist/ExtUtils-Manifest | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making ExtUtils::ParseXS (all) | |
Creating Makefile.PL in dist/ExtUtils-ParseXS for ExtUtils::ParseXS | |
Running Makefile.PL in dist/ExtUtils-ParseXS | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Writing Makefile for ExtUtils::Install | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-Install' | |
Writing Makefile for ExtUtils::Constant | |
make[1]: Entering directory '/usr/src/perl/cpan/ExtUtils-Constant' | |
Writing Makefile for ExtUtils::MakeMaker | |
Writing Makefile for ExtUtils::ParseXS | |
make[1]: Entering directory '/usr/src/perl/cpan/ExtUtils-MakeMaker' | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-ParseXS' | |
Writing Makefile for ExtUtils::Manifest | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-Manifest' | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-CBuilder' | |
Making all in dist/ExtUtils-CBuilder | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-CBuilder' | |
cp Errno.pm ../../lib/Errno.pm | |
make[1]: Leaving directory '/usr/src/perl/ext/Errno' | |
./miniperl -Ilib make_ext.pl cpan/File-CheckTree/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-Command' | |
Making all in dist/ExtUtils-Command | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-Command' | |
Making File::CheckTree (all) | |
Creating Makefile.PL in cpan/File-CheckTree for File::CheckTree | |
Running Makefile.PL in cpan/File-CheckTree | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm ../../lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm | |
cp lib/ExtUtils/CBuilder/Platform/cygwin.pm ../../lib/ExtUtils/CBuilder/Platform/cygwin.pm | |
cp lib/ExtUtils/CBuilder/Platform/darwin.pm ../../lib/ExtUtils/CBuilder/Platform/darwin.pm | |
cp lib/ExtUtils/CBuilder/Platform/Unix.pm ../../lib/ExtUtils/CBuilder/Platform/Unix.pm | |
cp lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm ../../lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm | |
cp lib/ExtUtils/CBuilder/Platform/aix.pm ../../lib/ExtUtils/CBuilder/Platform/aix.pm | |
cp lib/ExtUtils/CBuilder/Platform/dec_osf.pm ../../lib/ExtUtils/CBuilder/Platform/dec_osf.pm | |
cp lib/ExtUtils/CBuilder/Platform/VMS.pm ../../lib/ExtUtils/CBuilder/Platform/VMS.pm | |
cp lib/ExtUtils/CBuilder/Platform/Windows.pm ../../lib/ExtUtils/CBuilder/Platform/Windows.pm | |
cp lib/ExtUtils/CBuilder.pm ../../lib/ExtUtils/CBuilder.pm | |
cp lib/ExtUtils/CBuilder/Base.pm ../../lib/ExtUtils/CBuilder/Base.pm | |
cp lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm ../../lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm | |
cp lib/ExtUtils/CBuilder/Platform/os2.pm ../../lib/ExtUtils/CBuilder/Platform/os2.pm | |
cp lib/ExtUtils/Command.pm ../../lib/ExtUtils/Command.pm | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-CBuilder' | |
./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-Command' | |
./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making File::Path (all) | |
Creating Makefile.PL in cpan/File-Path for File::Path | |
Running Makefile.PL in cpan/File-Path | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making File::Fetch (all) | |
Creating Makefile.PL in cpan/File-Fetch for File::Fetch | |
Running Makefile.PL in cpan/File-Fetch | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-Install' | |
Making all in dist/ExtUtils-Install | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-Install' | |
make[1]: Leaving directory '/usr/src/perl/cpan/ExtUtils-Constant' | |
Making all in cpan/ExtUtils-Constant | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/ExtUtils-MakeMaker' | |
Making all in cpan/ExtUtils-MakeMaker | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-ParseXS' | |
Making all in dist/ExtUtils-ParseXS | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/ExtUtils-MakeMaker' | |
make[1]: Entering directory '/usr/src/perl/cpan/ExtUtils-Constant' | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-Manifest' | |
Making all in dist/ExtUtils-Manifest | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
Writing Makefile for File::CheckTree | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-Manifest' | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-ParseXS' | |
make[1]: Entering directory '/usr/src/perl/cpan/File-CheckTree' | |
cp lib/ExtUtils/Installed.pm ../../lib/ExtUtils/Installed.pm | |
cp lib/ExtUtils/Packlist.pm ../../lib/ExtUtils/Packlist.pm | |
cp lib/ExtUtils/Install.pm ../../lib/ExtUtils/Install.pm | |
Writing Makefile for File::Fetch | |
cp lib/ExtUtils/Constant.pm ../../lib/ExtUtils/Constant.pm | |
cp lib/ExtUtils/Constant/Base.pm ../../lib/ExtUtils/Constant/Base.pm | |
cp lib/ExtUtils/Constant/Utils.pm ../../lib/ExtUtils/Constant/Utils.pm | |
cp lib/ExtUtils/Constant/ProxySubs.pm ../../lib/ExtUtils/Constant/ProxySubs.pm | |
cp lib/ExtUtils/Constant/XS.pm ../../lib/ExtUtils/Constant/XS.pm | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-Install' | |
./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Writing Makefile for File::Path | |
make[1]: Entering directory '/usr/src/perl/cpan/File-Path' | |
make[1]: Entering directory '/usr/src/perl/cpan/File-Fetch' | |
Making File::Temp (all) | |
Creating Makefile.PL in cpan/File-Temp for File::Temp | |
Running Makefile.PL in cpan/File-Temp | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/ExtUtils/Manifest.pm ../../lib/ExtUtils/Manifest.pm | |
cp lib/ExtUtils/MANIFEST.SKIP ../../lib/ExtUtils/MANIFEST.SKIP | |
make[1]: Leaving directory '/usr/src/perl/cpan/ExtUtils-Constant' | |
./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
cp lib/ExtUtils/ParseXS.pod ../../lib/ExtUtils/ParseXS.pod | |
cp lib/perlxstut.pod ../../lib/perlxstut.pod | |
cp lib/ExtUtils/ParseXS/Constants.pm ../../lib/ExtUtils/ParseXS/Constants.pm | |
cp lib/ExtUtils/ParseXS.pm ../../lib/ExtUtils/ParseXS.pm | |
cp lib/ExtUtils/xsubpp ../../lib/ExtUtils/xsubpp | |
cp lib/ExtUtils/Typemaps/OutputMap.pm ../../lib/ExtUtils/Typemaps/OutputMap.pm | |
cp lib/perlxstypemap.pod ../../lib/perlxstypemap.pod | |
cp lib/ExtUtils/Typemaps.pm ../../lib/ExtUtils/Typemaps.pm | |
cp lib/ExtUtils/Typemaps/InputMap.pm ../../lib/ExtUtils/Typemaps/InputMap.pm | |
cp lib/ExtUtils/Typemaps/Cmd.pm ../../lib/ExtUtils/Typemaps/Cmd.pm | |
cp lib/ExtUtils/ParseXS/CountLines.pm ../../lib/ExtUtils/ParseXS/CountLines.pm | |
cp lib/ExtUtils/ParseXS/Utilities.pm ../../lib/ExtUtils/ParseXS/Utilities.pm | |
cp lib/perlxs.pod ../../lib/perlxs.pod | |
cp lib/ExtUtils/Typemaps/Type.pm ../../lib/ExtUtils/Typemaps/Type.pm | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-Manifest' | |
./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making FileCache (all) | |
Creating Makefile.PL in ext/FileCache for FileCache | |
Running Makefile.PL in ext/FileCache | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/ExtUtils/Liblist/Kid.pm ../../lib/ExtUtils/Liblist/Kid.pm | |
cp lib/ExtUtils/MM_Cygwin.pm ../../lib/ExtUtils/MM_Cygwin.pm | |
cp lib/ExtUtils/MM_Win95.pm ../../lib/ExtUtils/MM_Win95.pm | |
cp lib/ExtUtils/MM_BeOS.pm ../../lib/ExtUtils/MM_BeOS.pm | |
cp lib/ExtUtils/Mksymlists.pm ../../lib/ExtUtils/Mksymlists.pm | |
cp lib/ExtUtils/MM_Unix.pm ../../lib/ExtUtils/MM_Unix.pm | |
cp lib/ExtUtils/Mkbootstrap.pm ../../lib/ExtUtils/Mkbootstrap.pm | |
cp lib/ExtUtils/MM_NW5.pm ../../lib/ExtUtils/MM_NW5.pm | |
cp lib/ExtUtils/testlib.pm ../../lib/ExtUtils/testlib.pm | |
cp lib/ExtUtils/Command/MM.pm ../../lib/ExtUtils/Command/MM.pm | |
cp lib/ExtUtils/MM_QNX.pm ../../lib/ExtUtils/MM_QNX.pm | |
cp lib/ExtUtils/MakeMaker/Tutorial.pod ../../lib/ExtUtils/MakeMaker/Tutorial.pod | |
cp lib/ExtUtils/MakeMaker/Config.pm ../../lib/ExtUtils/MakeMaker/Config.pm | |
cp lib/ExtUtils/MM_OS2.pm ../../lib/ExtUtils/MM_OS2.pm | |
cp lib/ExtUtils/MM_MacOS.pm ../../lib/ExtUtils/MM_MacOS.pm | |
cp lib/ExtUtils/MY.pm ../../lib/ExtUtils/MY.pm | |
cp lib/ExtUtils/MM_VOS.pm ../../lib/ExtUtils/MM_VOS.pm | |
cp lib/ExtUtils/MM_Any.pm ../../lib/ExtUtils/MM_Any.pm | |
cp lib/ExtUtils/MakeMaker.pm ../../lib/ExtUtils/MakeMaker.pm | |
cp lib/ExtUtils/MM_UWIN.pm ../../lib/ExtUtils/MM_UWIN.pm | |
cp lib/ExtUtils/MM_AIX.pm ../../lib/ExtUtils/MM_AIX.pm | |
cp lib/ExtUtils/MM_DOS.pm ../../lib/ExtUtils/MM_DOS.pm | |
cp lib/ExtUtils/MM_Win32.pm ../../lib/ExtUtils/MM_Win32.pm | |
cp lib/ExtUtils/MM_VMS.pm ../../lib/ExtUtils/MM_VMS.pm | |
cp lib/ExtUtils/Liblist.pm ../../lib/ExtUtils/Liblist.pm | |
cp lib/ExtUtils/MM.pm ../../lib/ExtUtils/MM.pm | |
cp lib/ExtUtils/MM_Darwin.pm ../../lib/ExtUtils/MM_Darwin.pm | |
cp lib/ExtUtils/MakeMaker/FAQ.pod ../../lib/ExtUtils/MakeMaker/FAQ.pod | |
Making Filter::Simple (all) | |
Creating Makefile.PL in dist/Filter-Simple for Filter::Simple | |
Running Makefile.PL in dist/Filter-Simple | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-ParseXS' | |
./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Getopt::Long (all) | |
Creating Makefile.PL in cpan/Getopt-Long for Getopt::Long | |
Running Makefile.PL in cpan/Getopt-Long | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/ExtUtils-MakeMaker' | |
./miniperl -Ilib make_ext.pl cpan/HTTP-Tiny/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making HTTP::Tiny (all) | |
Creating Makefile.PL in cpan/HTTP-Tiny for HTTP::Tiny | |
Running Makefile.PL in cpan/HTTP-Tiny | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Writing Makefile for File::Temp | |
make[1]: Entering directory '/usr/src/perl/cpan/File-Temp' | |
Writing Makefile for FileCache | |
Writing Makefile for Filter::Simple | |
make[1]: Entering directory '/usr/src/perl/ext/FileCache' | |
make[1]: Leaving directory '/usr/src/perl/cpan/File-Path' | |
Making all in cpan/File-Path | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/File-Path' | |
make[1]: Entering directory '/usr/src/perl/dist/Filter-Simple' | |
Writing Makefile for Getopt::Long | |
make[1]: Leaving directory '/usr/src/perl/cpan/File-CheckTree' | |
make[1]: Entering directory '/usr/src/perl/cpan/Getopt-Long' | |
Making all in cpan/File-CheckTree | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/File-CheckTree' | |
Writing Makefile for HTTP::Tiny | |
make[1]: Entering directory '/usr/src/perl/cpan/HTTP-Tiny' | |
cp lib/File/Path.pm ../../lib/File/Path.pm | |
cp lib/File/CheckTree.pm ../../lib/File/CheckTree.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/File-Fetch' | |
Making all in cpan/File-Fetch | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/File-Fetch' | |
make[1]: Leaving directory '/usr/src/perl/cpan/File-Path' | |
make[1]: Leaving directory '/usr/src/perl/cpan/File-CheckTree' | |
./miniperl -Ilib make_ext.pl dist/I18N-Collate/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making I18N::LangTags (all) | |
Creating Makefile.PL in dist/I18N-LangTags for I18N::LangTags | |
Running Makefile.PL in dist/I18N-LangTags | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making I18N::Collate (all) | |
Creating Makefile.PL in dist/I18N-Collate for I18N::Collate | |
Running Makefile.PL in dist/I18N-Collate | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/File/Fetch.pm ../../lib/File/Fetch.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/File-Fetch' | |
make[1]: Leaving directory '/usr/src/perl/ext/FileCache' | |
Making all in ext/FileCache | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/ext/FileCache' | |
make[1]: Leaving directory '/usr/src/perl/cpan/File-Temp' | |
Making all in cpan/File-Temp | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/File-Temp' | |
Writing Makefile for I18N::LangTags | |
make[1]: Entering directory '/usr/src/perl/dist/I18N-LangTags' | |
Writing Makefile for I18N::Collate | |
make[1]: Entering directory '/usr/src/perl/dist/I18N-Collate' | |
make[1]: Leaving directory '/usr/src/perl/dist/Filter-Simple' | |
Making all in dist/Filter-Simple | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/FileCache.pm ../../lib/FileCache.pm | |
make[1]: Entering directory '/usr/src/perl/dist/Filter-Simple' | |
make[1]: Leaving directory '/usr/src/perl/ext/FileCache' | |
./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
cp lib/File/Temp.pm ../../lib/File/Temp.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/HTTP-Tiny' | |
Making all in cpan/HTTP-Tiny | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/HTTP-Tiny' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Getopt-Long' | |
Making all in cpan/Getopt-Long | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Getopt-Long' | |
Making IO::Compress (all) | |
Running Makefile.PL in cpan/IO-Compress | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/File-Temp' | |
./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making IO::Zlib (all) | |
Creating Makefile.PL in cpan/IO-Zlib for IO::Zlib | |
Running Makefile.PL in cpan/IO-Zlib | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/Filter/Simple.pm ../../lib/Filter/Simple.pm | |
cp lib/HTTP/Tiny.pm ../../lib/HTTP/Tiny.pm | |
cp lib/Getopt/Long.pm ../../lib/Getopt/Long.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/HTTP-Tiny' | |
./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making IPC::Open3 (all) | |
Creating Makefile.PL in ext/IPC-Open3 for IPC::Open3 | |
Running Makefile.PL in ext/IPC-Open3 | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Filter-Simple' | |
./miniperl -Ilib make_ext.pl cpan/JSON-PP/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/I18N-LangTags' | |
Making IPC::Cmd (all) | |
Creating Makefile.PL in cpan/IPC-Cmd for IPC::Cmd | |
Running Makefile.PL in cpan/IPC-Cmd | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making all in dist/I18N-LangTags | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Getopt-Long' | |
./miniperl -Ilib make_ext.pl cpan/Locale-Codes/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/I18N-LangTags' | |
Making JSON::PP (all) | |
Creating Makefile.PL in cpan/JSON-PP for JSON::PP | |
Running Makefile.PL in cpan/JSON-PP | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Locale::Codes (all) | |
Creating Makefile.PL in cpan/Locale-Codes for Locale::Codes | |
Running Makefile.PL in cpan/Locale-Codes | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Writing Makefile for IO::Compress | |
make[1]: Entering directory '/usr/src/perl/cpan/IO-Compress' | |
Writing Makefile for IO::Zlib | |
make[1]: Entering directory '/usr/src/perl/cpan/IO-Zlib' | |
cp lib/I18N/LangTags/List.pm ../../lib/I18N/LangTags/List.pm | |
cp lib/I18N/LangTags/Detect.pm ../../lib/I18N/LangTags/Detect.pm | |
cp lib/I18N/LangTags.pm ../../lib/I18N/LangTags.pm | |
make[1]: Leaving directory '/usr/src/perl/dist/I18N-Collate' | |
Making all in dist/I18N-Collate | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/I18N-Collate' | |
Writing Makefile for IPC::Open3 | |
make[1]: Leaving directory '/usr/src/perl/dist/I18N-LangTags' | |
make[1]: Entering directory '/usr/src/perl/ext/IPC-Open3' | |
Writing Makefile for IPC::Cmd | |
make[1]: Entering directory '/usr/src/perl/cpan/IPC-Cmd' | |
Writing Makefile for JSON::PP | |
make[1]: Entering directory '/usr/src/perl/cpan/JSON-PP' | |
cp lib/I18N/Collate.pm ../../lib/I18N/Collate.pm | |
make[1]: Leaving directory '/usr/src/perl/dist/I18N-Collate' | |
./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Writing Makefile for Locale::Codes | |
Making Locale::Maketext (all) | |
Creating Makefile.PL in dist/Locale-Maketext for Locale::Maketext | |
Running Makefile.PL in dist/Locale-Maketext | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Locale-Codes' | |
make[1]: Leaving directory '/usr/src/perl/cpan/IO-Compress' | |
Making all in cpan/IO-Compress | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/IO-Compress' | |
cp lib/IO/Uncompress/Adapter/Inflate.pm ../../lib/IO/Uncompress/Adapter/Inflate.pm | |
cp lib/IO/Compress/Gzip/Constants.pm ../../lib/IO/Compress/Gzip/Constants.pm | |
cp lib/IO/Compress/Bzip2.pm ../../lib/IO/Compress/Bzip2.pm | |
cp lib/IO/Uncompress/RawInflate.pm ../../lib/IO/Uncompress/RawInflate.pm | |
cp lib/IO/Uncompress/Inflate.pm ../../lib/IO/Uncompress/Inflate.pm | |
cp lib/IO/Compress/Adapter/Bzip2.pm ../../lib/IO/Compress/Adapter/Bzip2.pm | |
cp lib/IO/Uncompress/Unzip.pm ../../lib/IO/Uncompress/Unzip.pm | |
cp lib/IO/Compress/FAQ.pod ../../lib/IO/Compress/FAQ.pod | |
cp lib/IO/Compress/Base/Common.pm ../../lib/IO/Compress/Base/Common.pm | |
cp lib/IO/Compress/Deflate.pm ../../lib/IO/Compress/Deflate.pm | |
cp lib/IO/Compress/Zlib/Extra.pm ../../lib/IO/Compress/Zlib/Extra.pm | |
cp lib/IO/Compress/Adapter/Deflate.pm ../../lib/IO/Compress/Adapter/Deflate.pm | |
cp lib/IO/Compress/Zlib/Constants.pm ../../lib/IO/Compress/Zlib/Constants.pm | |
cp lib/Compress/Zlib.pm ../../lib/Compress/Zlib.pm | |
cp lib/IO/Uncompress/AnyInflate.pm ../../lib/IO/Uncompress/AnyInflate.pm | |
cp lib/IO/Compress/Adapter/Identity.pm ../../lib/IO/Compress/Adapter/Identity.pm | |
cp lib/IO/Uncompress/Gunzip.pm ../../lib/IO/Uncompress/Gunzip.pm | |
cp lib/IO/Uncompress/Adapter/Bunzip2.pm ../../lib/IO/Uncompress/Adapter/Bunzip2.pm | |
cp lib/IO/Uncompress/Base.pm ../../lib/IO/Uncompress/Base.pm | |
cp lib/IO/Compress/RawDeflate.pm ../../lib/IO/Compress/RawDeflate.pm | |
cp lib/IO/Compress/Base.pm ../../lib/IO/Compress/Base.pm | |
cp lib/IO/Compress/Zip.pm ../../lib/IO/Compress/Zip.pm | |
cp lib/IO/Compress/Gzip.pm ../../lib/IO/Compress/Gzip.pm | |
cp lib/IO/Compress/Zip/Constants.pm ../../lib/IO/Compress/Zip/Constants.pm | |
cp lib/IO/Uncompress/Bunzip2.pm ../../lib/IO/Uncompress/Bunzip2.pm | |
cp lib/IO/Uncompress/Adapter/Identity.pm ../../lib/IO/Uncompress/Adapter/Identity.pm | |
cp lib/IO/Uncompress/AnyUncompress.pm ../../lib/IO/Uncompress/AnyUncompress.pm | |
cp lib/File/GlobMapper.pm ../../lib/File/GlobMapper.pm | |
Writing Makefile for Locale::Maketext | |
make[1]: Entering directory '/usr/src/perl/dist/Locale-Maketext' | |
cp bin/zipdetails blib/script/zipdetails | |
/usr/src/perl/cpan/IO-Compress/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/zipdetails | |
make[1]: Leaving directory '/usr/src/perl/cpan/IO-Zlib' | |
Making all in cpan/IO-Zlib | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/IO-Zlib' | |
make[1]: Leaving directory '/usr/src/perl/cpan/JSON-PP' | |
Making all in cpan/JSON-PP | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/JSON-PP' | |
cp Zlib.pm ../../lib/IO/Zlib.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/IO-Zlib' | |
./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl cpan/Log-Message/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/IPC-Cmd' | |
Making all in cpan/IPC-Cmd | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/IPC-Cmd' | |
Making Locale::Maketext::Simple (all) | |
Creating Makefile.PL in cpan/Locale-Maketext-Simple for Locale::Maketext::Simple | |
Running Makefile.PL in cpan/Locale-Maketext-Simple | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Log::Message (all) | |
Creating Makefile.PL in cpan/Log-Message for Log::Message | |
Running Makefile.PL in cpan/Log-Message | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/IO-Compress' | |
./miniperl -Ilib make_ext.pl cpan/Log-Message-Simple/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
cp lib/JSON/PP/Boolean.pm ../../lib/JSON/PP/Boolean.pm | |
cp lib/JSON/PP.pm ../../lib/JSON/PP.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Locale-Codes' | |
Making all in cpan/Locale-Codes | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/JSON-PP' | |
make[1]: Leaving directory '/usr/src/perl/ext/IPC-Open3' | |
Making all in ext/IPC-Open3 | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl dist/Math-BigInt/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Locale-Codes' | |
Making Log::Message::Simple (all) | |
Creating Makefile.PL in cpan/Log-Message-Simple for Log::Message::Simple | |
Running Makefile.PL in cpan/Log-Message-Simple | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/ext/IPC-Open3' | |
cp lib/IPC/Cmd.pm ../../lib/IPC/Cmd.pm | |
Making Math::BigInt (all) | |
Creating Makefile.PL in dist/Math-BigInt for Math::BigInt | |
Running Makefile.PL in dist/Math-BigInt | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/IPC-Cmd' | |
./miniperl -Ilib make_ext.pl dist/Math-BigRat/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Locale-Maketext' | |
Making all in dist/Locale-Maketext | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Locale-Maketext' | |
Making Math::BigRat (all) | |
Creating Makefile.PL in dist/Math-BigRat for Math::BigRat | |
Running Makefile.PL in dist/Math-BigRat | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/IPC/Open3.pm ../../lib/IPC/Open3.pm | |
cp lib/IPC/Open2.pm ../../lib/IPC/Open2.pm | |
cp lib/Locale/Maketext/Cookbook.pod ../../lib/Locale/Maketext/Cookbook.pod | |
cp lib/Locale/Maketext/TPJ13.pod ../../lib/Locale/Maketext/TPJ13.pod | |
cp lib/Locale/Maketext/Guts.pm ../../lib/Locale/Maketext/Guts.pm | |
cp lib/Locale/Maketext.pm ../../lib/Locale/Maketext.pm | |
cp lib/Locale/Maketext/GutsLoader.pm ../../lib/Locale/Maketext/GutsLoader.pm | |
cp lib/Locale/Maketext.pod ../../lib/Locale/Maketext.pod | |
make[1]: Leaving directory '/usr/src/perl/ext/IPC-Open3' | |
./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Locale-Maketext' | |
./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Writing Makefile for Log::Message | |
Writing Makefile for Locale::Maketext::Simple | |
make[1]: Entering directory '/usr/src/perl/cpan/Log-Message' | |
make[1]: Entering directory '/usr/src/perl/cpan/Locale-Maketext-Simple' | |
Making Math::Complex (all) | |
Running Makefile.PL in cpan/Math-Complex | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Memoize (all) | |
Creating Makefile.PL in cpan/Memoize for Memoize | |
Running Makefile.PL in cpan/Memoize | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Writing Makefile for Math::BigInt | |
make[1]: Entering directory '/usr/src/perl/dist/Math-BigInt' | |
Writing Makefile for Log::Message::Simple | |
cp lib/Locale/Codes/LangFam_Codes.pm ../../lib/Locale/Codes/LangFam_Codes.pm | |
cp lib/Locale/Codes/Script.pm ../../lib/Locale/Codes/Script.pm | |
cp lib/Locale/Script.pm ../../lib/Locale/Script.pm | |
cp lib/Locale/Codes/LangVar.pod ../../lib/Locale/Codes/LangVar.pod | |
cp lib/Locale/Codes/Changes.pod ../../lib/Locale/Codes/Changes.pod | |
cp lib/Locale/Currency.pod ../../lib/Locale/Currency.pod | |
cp lib/Locale/Codes/API.pod ../../lib/Locale/Codes/API.pod | |
cp lib/Locale/Codes/Currency.pm ../../lib/Locale/Codes/Currency.pm | |
cp lib/Locale/Codes/Constants.pm ../../lib/Locale/Codes/Constants.pm | |
cp lib/Locale/Codes/LangExt.pm ../../lib/Locale/Codes/LangExt.pm | |
cp lib/Locale/Codes/Language.pod ../../lib/Locale/Codes/Language.pod | |
cp lib/Locale/Country.pm ../../lib/Locale/Country.pm | |
cp lib/Locale/Script.pod ../../lib/Locale/Script.pod | |
cp lib/Locale/Codes/LangFam_Retired.pm ../../lib/Locale/Codes/LangFam_Retired.pm | |
cp lib/Locale/Codes/Script_Codes.pm ../../lib/Locale/Codes/Script_Codes.pm | |
cp lib/Locale/Currency.pm ../../lib/Locale/Currency.pm | |
cp lib/Locale/Codes/Script.pod ../../lib/Locale/Codes/Script.pod | |
cp lib/Locale/Codes/LangExt_Retired.pm ../../lib/Locale/Codes/LangExt_Retired.pm | |
cp lib/Locale/Codes/LangVar_Retired.pm ../../lib/Locale/Codes/LangVar_Retired.pm | |
cp lib/Locale/Codes/Currency.pod ../../lib/Locale/Codes/Currency.pod | |
cp lib/Locale/Codes/Country.pm ../../lib/Locale/Codes/Country.pm | |
cp lib/Locale/Country.pod ../../lib/Locale/Country.pod | |
cp lib/Locale/Codes.pod ../../lib/Locale/Codes.pod | |
cp lib/Locale/Codes/Language_Retired.pm ../../lib/Locale/Codes/Language_Retired.pm | |
cp lib/Locale/Codes/Country_Codes.pm ../../lib/Locale/Codes/Country_Codes.pm | |
cp lib/Locale/Codes/LangExt.pod ../../lib/Locale/Codes/LangExt.pod | |
cp lib/Locale/Codes/Currency_Retired.pm ../../lib/Locale/Codes/Currency_Retired.pm | |
cp lib/Locale/Codes/Language.pm ../../lib/Locale/Codes/Language.pm | |
cp lib/Locale/Language.pod ../../lib/Locale/Language.pod | |
cp lib/Locale/Codes/Country_Retired.pm ../../lib/Locale/Codes/Country_Retired.pm | |
cp lib/Locale/Codes/Country.pod ../../lib/Locale/Codes/Country.pod | |
cp lib/Locale/Codes/LangVar_Codes.pm ../../lib/Locale/Codes/LangVar_Codes.pm | |
cp lib/Locale/Codes/Script_Retired.pm ../../lib/Locale/Codes/Script_Retired.pm | |
cp lib/Locale/Language.pm ../../lib/Locale/Language.pm | |
cp lib/Locale/Codes/LangFam.pod ../../lib/Locale/Codes/LangFam.pod | |
cp lib/Locale/Codes/Language_Codes.pm ../../lib/Locale/Codes/Language_Codes.pm | |
cp lib/Locale/Codes/Currency_Codes.pm ../../lib/Locale/Codes/Currency_Codes.pm | |
cp lib/Locale/Codes/LangFam.pm ../../lib/Locale/Codes/LangFam.pm | |
cp lib/Locale/Codes/LangExt_Codes.pm ../../lib/Locale/Codes/LangExt_Codes.pm | |
make[1]: Entering directory '/usr/src/perl/cpan/Log-Message-Simple' | |
Writing Makefile for Math::BigRat | |
make[1]: Entering directory '/usr/src/perl/dist/Math-BigRat' | |
cp lib/Locale/Codes.pm ../../lib/Locale/Codes.pm | |
cp lib/Locale/Codes/LangVar.pm ../../lib/Locale/Codes/LangVar.pm | |
cp lib/Locale/Codes/Constants.pod ../../lib/Locale/Codes/Constants.pod | |
Writing Makefile for Math::Complex | |
make[1]: Entering directory '/usr/src/perl/cpan/Math-Complex' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Locale-Codes' | |
Writing Makefile for Memoize | |
make[1]: Entering directory '/usr/src/perl/cpan/Memoize' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Log-Message' | |
Making all in cpan/Log-Message | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Log-Message' | |
cp lib/Log/Message.pm ../../lib/Log/Message.pm | |
cp lib/Log/Message/Item.pm ../../lib/Log/Message/Item.pm | |
cp lib/Log/Message/Handlers.pm ../../lib/Log/Message/Handlers.pm | |
cp lib/Log/Message/Config.pm ../../lib/Log/Message/Config.pm | |
make[1]: Leaving directory '/usr/src/perl/dist/Math-BigInt' | |
Making all in dist/Math-BigInt | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Log-Message' | |
./miniperl -Ilib make_ext.pl cpan/Module-Build/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Math-BigInt' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Locale-Maketext-Simple' | |
Making all in cpan/Locale-Maketext-Simple | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Locale-Maketext-Simple' | |
Making Module::Build (all) | |
Creating Makefile.PL in cpan/Module-Build for Module::Build | |
Running Makefile.PL in cpan/Module-Build | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Math-BigRat' | |
Making all in dist/Math-BigRat | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Module::CoreList (all) | |
Running Makefile.PL in dist/Module-CoreList | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Math-BigRat' | |
cp lib/Math/BigFloat.pm ../../lib/Math/BigFloat.pm | |
cp lib/Math/BigInt/CalcEmu.pm ../../lib/Math/BigInt/CalcEmu.pm | |
cp lib/Math/BigInt.pm ../../lib/Math/BigInt.pm | |
cp lib/Math/BigInt/Calc.pm ../../lib/Math/BigInt/Calc.pm | |
cp lib/Locale/Maketext/Simple.pm ../../lib/Locale/Maketext/Simple.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Log-Message-Simple' | |
Making all in cpan/Log-Message-Simple | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Log-Message-Simple' | |
make[1]: Leaving directory '/usr/src/perl/dist/Math-BigInt' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Memoize' | |
Making all in cpan/Memoize | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Memoize' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Locale-Maketext-Simple' | |
Making Module::Load (all) | |
Creating Makefile.PL in cpan/Module-Load for Module::Load | |
Running Makefile.PL in cpan/Module-Load | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/Math/BigRat.pm ../../lib/Math/BigRat.pm | |
Writing Makefile for Module::Build | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Build' | |
./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
cp lib/Log/Message/Simple.pm ../../lib/Log/Message/Simple.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Math-Complex' | |
Making all in cpan/Math-Complex | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Math-Complex' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Log-Message-Simple' | |
cp Memoize/Storable.pm ../../lib/Memoize/Storable.pm | |
cp Memoize/NDBM_File.pm ../../lib/Memoize/NDBM_File.pm | |
cp Memoize/ExpireFile.pm ../../lib/Memoize/ExpireFile.pm | |
cp Memoize/AnyDBM_File.pm ../../lib/Memoize/AnyDBM_File.pm | |
cp Memoize/ExpireTest.pm ../../lib/Memoize/ExpireTest.pm | |
cp Memoize/Expire.pm ../../lib/Memoize/Expire.pm | |
cp Memoize.pm ../../lib/Memoize.pm | |
cp Memoize/SDBM_File.pm ../../lib/Memoize/SDBM_File.pm | |
Making Module::Load::Conditional (all) | |
Creating Makefile.PL in cpan/Module-Load-Conditional for Module::Load::Conditional | |
Running Makefile.PL in cpan/Module-Load-Conditional | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Math-BigRat' | |
./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Memoize' | |
./miniperl -Ilib make_ext.pl cpan/Module-Metadata/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Writing Makefile for Module::CoreList | |
Making Module::Loaded (all) | |
Creating Makefile.PL in cpan/Module-Loaded for Module::Loaded | |
Running Makefile.PL in cpan/Module-Loaded | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Module::Metadata (all) | |
Creating Makefile.PL in cpan/Module-Metadata for Module::Metadata | |
Running Makefile.PL in cpan/Module-Metadata | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Module-CoreList' | |
Writing Makefile for Module::Load | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Load' | |
cp lib/Math/Complex.pm ../../lib/Math/Complex.pm | |
cp lib/Math/Trig.pm ../../lib/Math/Trig.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Math-Complex' | |
Writing Makefile for Module::Loaded | |
Writing Makefile for Module::Load::Conditional | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Loaded' | |
./miniperl -Ilib make_ext.pl cpan/Module-Pluggable/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Load-Conditional' | |
Making Module::Pluggable (all) | |
Running Makefile.PL in cpan/Module-Pluggable | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Build' | |
Making all in cpan/Module-Build | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Build' | |
Writing Makefile for Module::Metadata | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Metadata' | |
make[1]: Leaving directory '/usr/src/perl/dist/Module-CoreList' | |
Making all in dist/Module-CoreList | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Module-CoreList' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Load' | |
Making all in cpan/Module-Load | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Load' | |
cp lib/Module/Build/Authoring.pod ../../lib/Module/Build/Authoring.pod | |
cp lib/Module/Build.pm ../../lib/Module/Build.pm | |
cp lib/Module/Build/Platform/VOS.pm ../../lib/Module/Build/Platform/VOS.pm | |
cp lib/Module/Build/Platform/EBCDIC.pm ../../lib/Module/Build/Platform/EBCDIC.pm | |
cp lib/Module/Build/Platform/MacOS.pm ../../lib/Module/Build/Platform/MacOS.pm | |
cp lib/Module/Build/Platform/Amiga.pm ../../lib/Module/Build/Platform/Amiga.pm | |
cp lib/Module/Build/Compat.pm ../../lib/Module/Build/Compat.pm | |
cp lib/inc/latest.pm ../../lib/inc/latest.pm | |
cp lib/Module/Build/Platform/cygwin.pm ../../lib/Module/Build/Platform/cygwin.pm | |
cp lib/Module/Build/Platform/aix.pm ../../lib/Module/Build/Platform/aix.pm | |
cp lib/Module/Build/PPMMaker.pm ../../lib/Module/Build/PPMMaker.pm | |
cp lib/Module/Build/Platform/MPEiX.pm ../../lib/Module/Build/Platform/MPEiX.pm | |
cp lib/Module/Build/Platform/Windows.pm ../../lib/Module/Build/Platform/Windows.pm | |
cp lib/Module/Build/Platform/os2.pm ../../lib/Module/Build/Platform/os2.pm | |
cp lib/Module/Build/ModuleInfo.pm ../../lib/Module/Build/ModuleInfo.pm | |
cp lib/Module/Build/Bundling.pod ../../lib/Module/Build/Bundling.pod | |
cp lib/Module/Build/Platform/RiscOS.pm ../../lib/Module/Build/Platform/RiscOS.pm | |
cp lib/Module/Build/ConfigData.pm ../../lib/Module/Build/ConfigData.pm | |
cp lib/Module/Build/Platform/darwin.pm ../../lib/Module/Build/Platform/darwin.pm | |
cp lib/Module/Build/Platform/VMS.pm ../../lib/Module/Build/Platform/VMS.pm | |
cp lib/Module/Build/Version.pm ../../lib/Module/Build/Version.pm | |
cp lib/Module/Build/Base.pm ../../lib/Module/Build/Base.pm | |
cp lib/Module/Build/API.pod ../../lib/Module/Build/API.pod | |
cp lib/Module/Build/Platform/Unix.pm ../../lib/Module/Build/Platform/Unix.pm | |
cp lib/Module/Build/Notes.pm ../../lib/Module/Build/Notes.pm | |
cp lib/Module/Build/Cookbook.pm ../../lib/Module/Build/Cookbook.pm | |
cp lib/Module/Build/Platform/Default.pm ../../lib/Module/Build/Platform/Default.pm | |
cp lib/Module/Build/Dumper.pm ../../lib/Module/Build/Dumper.pm | |
cp lib/Module/Build/Config.pm ../../lib/Module/Build/Config.pm | |
cp lib/Module/Build/PodParser.pm ../../lib/Module/Build/PodParser.pm | |
cp lib/inc/latest/private.pm ../../lib/inc/latest/private.pm | |
cp lib/Module/Build/YAML.pm ../../lib/Module/Build/YAML.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Build' | |
Writing Makefile for Module::Pluggable | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Loaded' | |
Making all in cpan/Module-Loaded | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Pluggable' | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Loaded' | |
cp lib/Module/CoreList/Utils.pm ../../lib/Module/CoreList/Utils.pm | |
cp lib/Module/CoreList.pod ../../lib/Module/CoreList.pod | |
cp lib/Module/CoreList/TieHashDelta.pm ../../lib/Module/CoreList/TieHashDelta.pm | |
cp lib/Module/CoreList.pm ../../lib/Module/CoreList.pm | |
./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
cp corelist blib/script/corelist | |
cp lib/Module/Load.pm ../../lib/Module/Load.pm | |
/usr/src/perl/dist/Module-CoreList/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/corelist | |
Making NEXT (all) | |
Creating Makefile.PL in cpan/NEXT for NEXT | |
Running Makefile.PL in cpan/NEXT | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Load-Conditional' | |
Making all in cpan/Module-Load-Conditional | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Load' | |
./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Load-Conditional' | |
cp lib/Module/Loaded.pm ../../lib/Module/Loaded.pm | |
Making Net::Ping (all) | |
Creating Makefile.PL in dist/Net-Ping for Net::Ping | |
Running Makefile.PL in dist/Net-Ping | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Metadata' | |
Making all in cpan/Module-Metadata | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Metadata' | |
cp lib/Module/Load/Conditional.pm ../../lib/Module/Load/Conditional.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Loaded' | |
./miniperl -Ilib make_ext.pl cpan/Object-Accessor/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Load-Conditional' | |
Making Object::Accessor (all) | |
Creating Makefile.PL in cpan/Object-Accessor for Object::Accessor | |
Running Makefile.PL in cpan/Object-Accessor | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/Module/Metadata.pm ../../lib/Module/Metadata.pm | |
./miniperl -Ilib make_ext.pl cpan/Package-Constants/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Pluggable' | |
Making all in cpan/Module-Pluggable | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
Writing Makefile for NEXT | |
Making Package::Constants (all) | |
Creating Makefile.PL in cpan/Package-Constants for Package::Constants | |
Running Makefile.PL in cpan/Package-Constants | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Params::Check (all) | |
Creating Makefile.PL in cpan/Params-Check for Params::Check | |
Running Makefile.PL in cpan/Params-Check | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Module-CoreList' | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Pluggable' | |
make[1]: Entering directory '/usr/src/perl/cpan/NEXT' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Metadata' | |
./miniperl -Ilib make_ext.pl cpan/Parse-CPAN-Meta/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl cpan/Perl-OSType/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Parse::CPAN::Meta (all) | |
Creating Makefile.PL in cpan/Parse-CPAN-Meta for Parse::CPAN::Meta | |
Running Makefile.PL in cpan/Parse-CPAN-Meta | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Perl::OSType (all) | |
Creating Makefile.PL in cpan/Perl-OSType for Perl::OSType | |
Running Makefile.PL in cpan/Perl-OSType | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/Module/Pluggable.pm ../../lib/Module/Pluggable.pm | |
cp lib/Devel/InnerPackage.pm ../../lib/Devel/InnerPackage.pm | |
cp lib/Module/Pluggable/Object.pm ../../lib/Module/Pluggable/Object.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Pluggable' | |
Writing Makefile for Net::Ping | |
make[1]: Entering directory '/usr/src/perl/dist/Net-Ping' | |
Writing Makefile for Params::Check | |
make[1]: Entering directory '/usr/src/perl/cpan/Params-Check' | |
Writing Makefile for Package::Constants | |
Writing Makefile for Object::Accessor | |
make[1]: Entering directory '/usr/src/perl/cpan/Package-Constants' | |
make[1]: Entering directory '/usr/src/perl/cpan/Object-Accessor' | |
make[1]: Leaving directory '/usr/src/perl/cpan/NEXT' | |
Making all in cpan/NEXT | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/NEXT' | |
Writing Makefile for Perl::OSType | |
make[1]: Entering directory '/usr/src/perl/cpan/Perl-OSType' | |
Writing Makefile for Parse::CPAN::Meta | |
make[1]: Entering directory '/usr/src/perl/cpan/Parse-CPAN-Meta' | |
cp lib/NEXT.pm ../../lib/NEXT.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/NEXT' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Object-Accessor' | |
Making all in cpan/Object-Accessor | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Object-Accessor' | |
./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Net-Ping' | |
Making all in dist/Net-Ping | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Params-Check' | |
Making all in cpan/Params-Check | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Package-Constants' | |
Making all in cpan/Package-Constants | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Params-Check' | |
make[1]: Entering directory '/usr/src/perl/dist/Net-Ping' | |
make[1]: Entering directory '/usr/src/perl/cpan/Package-Constants' | |
Making PerlIO::via::QuotedPrint (all) | |
Creating Makefile.PL in cpan/PerlIO-via-QuotedPrint for PerlIO::via::QuotedPrint | |
Running Makefile.PL in cpan/PerlIO-via-QuotedPrint | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Parse-CPAN-Meta' | |
Making all in cpan/Parse-CPAN-Meta | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Parse-CPAN-Meta' | |
cp lib/Package/Constants.pm ../../lib/Package/Constants.pm | |
cp lib/Object/Accessor.pm ../../lib/Object/Accessor.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Object-Accessor' | |
./miniperl -Ilib make_ext.pl cpan/Pod-Checker/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
cp lib/Net/Ping.pm ../../lib/Net/Ping.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Package-Constants' | |
./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Pod::Checker (all) | |
Creating Makefile.PL in cpan/Pod-Checker for Pod::Checker | |
Running Makefile.PL in cpan/Pod-Checker | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
cp lib/Params/Check.pm ../../lib/Params/Check.pm | |
Making Pod::Escapes (all) | |
Creating Makefile.PL in cpan/Pod-Escapes for Pod::Escapes | |
Running Makefile.PL in cpan/Pod-Escapes | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Params-Check' | |
./miniperl -Ilib make_ext.pl ext/Pod-Html/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Perl-OSType' | |
Making all in cpan/Perl-OSType | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Perl-OSType' | |
Making Pod::Simple (all) | |
Creating Makefile.PL in cpan/Pod-Simple for Pod::Simple | |
Running Makefile.PL in cpan/Pod-Simple | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/Parse/CPAN/Meta.pm ../../lib/Parse/CPAN/Meta.pm | |
make[1]: Leaving directory '/usr/src/perl/dist/Net-Ping' | |
./miniperl -Ilib make_ext.pl cpan/Pod-LaTeX/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Pod::Html (all) | |
Creating Makefile.PL in ext/Pod-Html for Pod::Html | |
Running Makefile.PL in ext/Pod-Html | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Writing Makefile for PerlIO::via::QuotedPrint | |
Making Pod::LaTeX (all) | |
Creating Makefile.PL in cpan/Pod-LaTeX for Pod::LaTeX | |
Running Makefile.PL in cpan/Pod-LaTeX | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/PerlIO-via-QuotedPrint' | |
cp lib/Perl/OSType.pm ../../lib/Perl/OSType.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Parse-CPAN-Meta' | |
./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Perl-OSType' | |
./miniperl -Ilib make_ext.pl cpan/Pod-Perldoc/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Pod::Parser (all) | |
Creating Makefile.PL in cpan/Pod-Parser for Pod::Parser | |
Running Makefile.PL in cpan/Pod-Parser | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Pod::Perldoc (all) | |
Creating Makefile.PL in cpan/Pod-Perldoc for Pod::Perldoc | |
Running Makefile.PL in cpan/Pod-Perldoc | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
WARNING: Setting ABSTRACT via file 'lib/Pod/Checker.pm' failed | |
at /usr/src/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm line 611. | |
Writing Makefile for Pod::Escapes | |
Writing Makefile for Pod::Checker | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Escapes' | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Checker' | |
Writing Makefile for Pod::Html | |
make[1]: Entering directory '/usr/src/perl/ext/Pod-Html' | |
Writing Makefile for Pod::LaTeX | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-LaTeX' | |
Writing Makefile for Pod::Simple | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Simple' | |
Writing Makefile for Pod::Parser | |
Writing Makefile for Pod::Perldoc | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Parser' | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Perldoc' | |
make[1]: Leaving directory '/usr/src/perl/cpan/PerlIO-via-QuotedPrint' | |
Making all in cpan/PerlIO-via-QuotedPrint | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/PerlIO-via-QuotedPrint' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Escapes' | |
Making all in cpan/Pod-Escapes | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Escapes' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Checker' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Perldoc' | |
Making all in cpan/Pod-Perldoc | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
Making all in cpan/Pod-Checker | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Checker' | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Perldoc' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Simple' | |
Making all in cpan/Pod-Simple | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Simple' | |
cp lib/PerlIO/via/QuotedPrint.pm ../../lib/PerlIO/via/QuotedPrint.pm | |
cp lib/Pod/Escapes.pm ../../lib/Pod/Escapes.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-LaTeX' | |
Making all in cpan/Pod-LaTeX | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Parser' | |
Making all in cpan/Pod-Parser | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Parser' | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-LaTeX' | |
cp lib/Pod/Perldoc/ToXml.pm ../../lib/Pod/Perldoc/ToXml.pm | |
cp lib/Pod/Perldoc/ToTerm.pm ../../lib/Pod/Perldoc/ToTerm.pm | |
cp lib/Pod/Perldoc/GetOptsOO.pm ../../lib/Pod/Perldoc/GetOptsOO.pm | |
cp lib/Pod/Perldoc/ToANSI.pm ../../lib/Pod/Perldoc/ToANSI.pm | |
cp lib/Pod/Perldoc/ToNroff.pm ../../lib/Pod/Perldoc/ToNroff.pm | |
cp lib/Pod/Perldoc/ToTk.pm ../../lib/Pod/Perldoc/ToTk.pm | |
cp lib/Pod/Perldoc/ToText.pm ../../lib/Pod/Perldoc/ToText.pm | |
cp lib/Pod/Perldoc/ToChecker.pm ../../lib/Pod/Perldoc/ToChecker.pm | |
cp lib/Pod/Perldoc/ToPod.pm ../../lib/Pod/Perldoc/ToPod.pm | |
cp lib/perldoc.pod ../../lib/perldoc.pod | |
cp lib/Pod/Perldoc/ToMan.pm ../../lib/Pod/Perldoc/ToMan.pm | |
cp lib/Pod/Perldoc.pm ../../lib/Pod/Perldoc.pm | |
cp lib/Pod/Perldoc/ToRtf.pm ../../lib/Pod/Perldoc/ToRtf.pm | |
cp lib/Pod/Perldoc/BaseTo.pm ../../lib/Pod/Perldoc/BaseTo.pm | |
cp lib/Pod/Checker.pm ../../lib/Pod/Checker.pm | |
make[1]: Leaving directory '/usr/src/perl/ext/Pod-Html' | |
Making all in ext/Pod-Html | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/ext/Pod-Html' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Escapes' | |
make[1]: Leaving directory '/usr/src/perl/cpan/PerlIO-via-QuotedPrint' | |
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" podchecker.PL podchecker | |
./miniperl -Ilib make_ext.pl cpan/Pod-Usage/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Pod::Usage (all) | |
Creating Makefile.PL in cpan/Pod-Usage for Pod::Usage | |
Running Makefile.PL in cpan/Pod-Usage | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/Pod/Simple/LinkSection.pm ../../lib/Pod/Simple/LinkSection.pm | |
cp lib/Pod/Simple/Methody.pm ../../lib/Pod/Simple/Methody.pm | |
cp lib/Pod/Simple/XHTML.pm ../../lib/Pod/Simple/XHTML.pm | |
cp lib/Pod/Simple/TiedOutFH.pm ../../lib/Pod/Simple/TiedOutFH.pm | |
cp lib/Pod/Simple/PullParser.pm ../../lib/Pod/Simple/PullParser.pm | |
cp lib/Pod/Simple/XMLOutStream.pm ../../lib/Pod/Simple/XMLOutStream.pm | |
cp lib/Pod/Simple/Search.pm ../../lib/Pod/Simple/Search.pm | |
cp lib/Pod/Simple/HTML.pm ../../lib/Pod/Simple/HTML.pm | |
cp lib/Pod/Simple/Subclassing.pod ../../lib/Pod/Simple/Subclassing.pod | |
cp lib/Pod/Simple/SimpleTree.pm ../../lib/Pod/Simple/SimpleTree.pm | |
cp lib/Pod/Simple/Debug.pm ../../lib/Pod/Simple/Debug.pm | |
cp lib/Pod/Simple/PullParserStartToken.pm ../../lib/Pod/Simple/PullParserStartToken.pm | |
cp lib/Pod/Simple/DumpAsText.pm ../../lib/Pod/Simple/DumpAsText.pm | |
cp lib/Pod/Simple/RTF.pm ../../lib/Pod/Simple/RTF.pm | |
cp lib/Pod/Simple/PullParserToken.pm ../../lib/Pod/Simple/PullParserToken.pm | |
cp lib/Pod/Simple/TranscodeDumb.pm ../../lib/Pod/Simple/TranscodeDumb.pm | |
cp lib/Pod/Simple/BlackBox.pm ../../lib/Pod/Simple/BlackBox.pm | |
cp lib/Pod/Simple/HTMLLegacy.pm ../../lib/Pod/Simple/HTMLLegacy.pm | |
cp lib/Pod/Simple.pm ../../lib/Pod/Simple.pm | |
cp lib/Pod/Simple/TranscodeSmart.pm ../../lib/Pod/Simple/TranscodeSmart.pm | |
cp lib/Pod/Simple/Transcode.pm ../../lib/Pod/Simple/Transcode.pm | |
cp lib/Pod/Simple/DumpAsXML.pm ../../lib/Pod/Simple/DumpAsXML.pm | |
cp lib/Pod/Simple/TextContent.pm ../../lib/Pod/Simple/TextContent.pm | |
cp lib/Pod/Simple/Checker.pm ../../lib/Pod/Simple/Checker.pm | |
cp lib/Pod/Simple/PullParserTextToken.pm ../../lib/Pod/Simple/PullParserTextToken.pm | |
cp lib/Pod/Simple.pod ../../lib/Pod/Simple.pod | |
cp lib/Pod/Simple/Text.pm ../../lib/Pod/Simple/Text.pm | |
cp lib/Pod/Simple/HTMLBatch.pm ../../lib/Pod/Simple/HTMLBatch.pm | |
cp lib/Pod/Simple/PullParserEndToken.pm ../../lib/Pod/Simple/PullParserEndToken.pm | |
cp lib/Pod/Simple/Progress.pm ../../lib/Pod/Simple/Progress.pm | |
Making Safe (all) | |
Running Makefile.PL in dist/Safe | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/Pod/LaTeX.pm ../../lib/Pod/LaTeX.pm | |
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" pod2latex.PL pod2latex | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Perldoc' | |
./miniperl -Ilib make_ext.pl dist/Search-Dict/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Simple' | |
./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Search::Dict (all) | |
Running Makefile.PL in dist/Search-Dict | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making SelfLoader (all) | |
Creating Makefile.PL in dist/SelfLoader for SelfLoader | |
Running Makefile.PL in dist/SelfLoader | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/Pod/Html.pm ../../lib/Pod/Html.pm | |
make[1]: Leaving directory '/usr/src/perl/ext/Pod-Html' | |
./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
cp lib/Pod/Select.pm ../../lib/Pod/Select.pm | |
cp lib/Pod/Parser.pm ../../lib/Pod/Parser.pm | |
cp lib/Pod/PlainText.pm ../../lib/Pod/PlainText.pm | |
cp lib/Pod/Find.pm ../../lib/Pod/Find.pm | |
cp lib/Pod/InputObjects.pm ../../lib/Pod/InputObjects.pm | |
cp lib/Pod/ParseUtils.pm ../../lib/Pod/ParseUtils.pm | |
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" podselect.PL podselect | |
Making Term::ANSIColor (all) | |
Creating Makefile.PL in cpan/Term-ANSIColor for Term::ANSIColor | |
Running Makefile.PL in cpan/Term-ANSIColor | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Extracting podchecker (with variable substitutions) | |
Extracting pod2latex (with variable substitutions) | |
cp pod2latex blib/script/pod2latex | |
/usr/src/perl/cpan/Pod-LaTeX/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2latex | |
cp podchecker blib/script/podchecker | |
Extracting podselect (with variable substitutions) | |
/usr/src/perl/cpan/Pod-Checker/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/podchecker | |
cp podselect blib/script/podselect | |
/usr/src/perl/cpan/Pod-Parser/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/podselect | |
Writing Makefile for Safe | |
make[1]: Entering directory '/usr/src/perl/dist/Safe' | |
WARNING: Setting ABSTRACT via file 'lib/Pod/Usage.pm' failed | |
at /usr/src/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm line 611. | |
Writing Makefile for Pod::Usage | |
Writing Makefile for Search::Dict | |
make[1]: Entering directory '/usr/src/perl/dist/Search-Dict' | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Usage' | |
Writing Makefile for SelfLoader | |
Writing Makefile for Term::ANSIColor | |
make[1]: Entering directory '/usr/src/perl/dist/SelfLoader' | |
make[1]: Entering directory '/usr/src/perl/cpan/Term-ANSIColor' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Checker' | |
./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-LaTeX' | |
./miniperl -Ilib make_ext.pl dist/Term-Complete/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Term::Cap (all) | |
Creating Makefile.PL in cpan/Term-Cap for Term::Cap | |
Running Makefile.PL in cpan/Term-Cap | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Term::Complete (all) | |
Creating Makefile.PL in dist/Term-Complete for Term::Complete | |
Running Makefile.PL in dist/Term-Complete | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Parser' | |
./miniperl -Ilib make_ext.pl dist/Term-ReadLine/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Safe' | |
Making all in dist/Safe | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Safe' | |
Making Term::ReadLine (all) | |
Creating Makefile.PL in dist/Term-ReadLine for Term::ReadLine | |
Running Makefile.PL in dist/Term-ReadLine | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Writing Makefile for Term::Cap | |
make[1]: Entering directory '/usr/src/perl/cpan/Term-Cap' | |
cp Safe.pm ../../lib/Safe.pm | |
make[1]: Leaving directory '/usr/src/perl/dist/SelfLoader' | |
Making all in dist/SelfLoader | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/SelfLoader' | |
Writing Makefile for Term::Complete | |
make[1]: Leaving directory '/usr/src/perl/dist/Safe' | |
make[1]: Entering directory '/usr/src/perl/dist/Term-Complete' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Usage' | |
Making all in cpan/Pod-Usage | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Usage' | |
make[1]: Leaving directory '/usr/src/perl/dist/Search-Dict' | |
Making all in dist/Search-Dict | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Search-Dict' | |
Writing Makefile for Term::ReadLine | |
make[1]: Leaving directory '/usr/src/perl/cpan/Term-ANSIColor' | |
Making all in cpan/Term-ANSIColor | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Term-ReadLine' | |
make[1]: Entering directory '/usr/src/perl/cpan/Term-ANSIColor' | |
cp lib/SelfLoader.pm ../../lib/SelfLoader.pm | |
make[1]: Leaving directory '/usr/src/perl/dist/SelfLoader' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Term-Cap' | |
Making all in cpan/Term-Cap | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Term-Cap' | |
cp ANSIColor.pm ../../lib/Term/ANSIColor.pm | |
cp lib/Search/Dict.pm ../../lib/Search/Dict.pm | |
cp lib/Pod/Usage.pm ../../lib/Pod/Usage.pm | |
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" pod2usage.PL pod2usage | |
./miniperl -Ilib make_ext.pl cpan/Term-UI/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Search-Dict' | |
./miniperl -Ilib make_ext.pl cpan/Test/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
cp Cap.pm ../../lib/Term/Cap.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Term-ANSIColor' | |
./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Term::UI (all) | |
Creating Makefile.PL in cpan/Term-UI for Term::UI | |
Running Makefile.PL in cpan/Term-UI | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Extracting pod2usage (with variable substitutions) | |
make[1]: Leaving directory '/usr/src/perl/cpan/Term-Cap' | |
cp pod2usage blib/script/pod2usage | |
./miniperl -Ilib make_ext.pl dist/Text-Abbrev/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
/usr/src/perl/cpan/Pod-Usage/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2usage | |
make[1]: Leaving directory '/usr/src/perl/dist/Term-Complete' | |
Making all in dist/Term-Complete | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Test::Simple (all) | |
Creating Makefile.PL in cpan/Test-Simple for Test::Simple | |
Running Makefile.PL in cpan/Test-Simple | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Term-Complete' | |
Making Test::Harness (all) | |
Creating Makefile.PL in cpan/Test-Harness for Test::Harness | |
Running Makefile.PL in cpan/Test-Harness | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Test (all) | |
Creating Makefile.PL in cpan/Test for Test | |
Running Makefile.PL in cpan/Test | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Text::Abbrev (all) | |
Creating Makefile.PL in dist/Text-Abbrev for Text::Abbrev | |
Running Makefile.PL in dist/Text-Abbrev | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Term-ReadLine' | |
Making all in dist/Term-ReadLine | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Term-ReadLine' | |
cp lib/Term/Complete.pm ../../lib/Term/Complete.pm | |
cp lib/Term/ReadLine.pm ../../lib/Term/ReadLine.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Usage' | |
make[1]: Leaving directory '/usr/src/perl/dist/Term-Complete' | |
./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Term-ReadLine' | |
./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Writing Makefile for Term::UI | |
Writing Makefile for Test | |
make[1]: Entering directory '/usr/src/perl/cpan/Term-UI' | |
Making Text::Tabs (all) | |
Creating Makefile.PL in cpan/Text-Tabs for Text::Tabs | |
Running Makefile.PL in cpan/Text-Tabs | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Text::Balanced (all) | |
Creating Makefile.PL in cpan/Text-Balanced for Text::Balanced | |
Running Makefile.PL in cpan/Text-Balanced | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Text::ParseWords (all) | |
Creating Makefile.PL in cpan/Text-ParseWords for Text::ParseWords | |
Running Makefile.PL in cpan/Text-ParseWords | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Test' | |
Writing Makefile for Test::Simple | |
make[1]: Entering directory '/usr/src/perl/cpan/Test-Simple' | |
Writing Makefile for Text::Abbrev | |
make[1]: Entering directory '/usr/src/perl/dist/Text-Abbrev' | |
Writing Makefile for Test::Harness | |
make[1]: Entering directory '/usr/src/perl/cpan/Test-Harness' | |
Writing Makefile for Text::ParseWords | |
make[1]: Entering directory '/usr/src/perl/cpan/Text-ParseWords' | |
Writing Makefile for Text::Balanced | |
make[1]: Entering directory '/usr/src/perl/cpan/Text-Balanced' | |
Writing Makefile for Text::Tabs | |
make[1]: Entering directory '/usr/src/perl/cpan/Text-Tabs' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Test' | |
Making all in cpan/Test | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Test' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Term-UI' | |
Making all in cpan/Term-UI | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Term-UI' | |
cp lib/Test.pm ../../lib/Test.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Test-Simple' | |
Making all in cpan/Test-Simple | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Test-Simple' | |
cp lib/Term/UI.pm ../../lib/Term/UI.pm | |
cp lib/Term/UI/History.pm ../../lib/Term/UI/History.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Term-UI' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Test' | |
./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Thread::Semaphore (all) | |
Creating Makefile.PL in dist/Thread-Semaphore for Thread::Semaphore | |
Running Makefile.PL in dist/Thread-Semaphore | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Thread::Queue (all) | |
Creating Makefile.PL in dist/Thread-Queue for Thread::Queue | |
Running Makefile.PL in dist/Thread-Queue | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Text-Abbrev' | |
Making all in dist/Text-Abbrev | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/Test/Builder.pm ../../lib/Test/Builder.pm | |
cp lib/Test/Builder/Module.pm ../../lib/Test/Builder/Module.pm | |
cp lib/Test/More.pm ../../lib/Test/More.pm | |
cp lib/Test/Tutorial.pod ../../lib/Test/Tutorial.pod | |
cp lib/Test/Builder/Tester/Color.pm ../../lib/Test/Builder/Tester/Color.pm | |
cp lib/Test/Simple.pm ../../lib/Test/Simple.pm | |
cp lib/Test/Builder/Tester.pm ../../lib/Test/Builder/Tester.pm | |
make[1]: Entering directory '/usr/src/perl/dist/Text-Abbrev' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Text-ParseWords' | |
Making all in cpan/Text-ParseWords | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Text-ParseWords' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Test-Simple' | |
./miniperl -Ilib make_ext.pl dist/Tie-File/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Test-Harness' | |
Making all in cpan/Test-Harness | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Tie::File (all) | |
Creating Makefile.PL in dist/Tie-File for Tie::File | |
Running Makefile.PL in dist/Tie-File | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Test-Harness' | |
cp lib/Text/Abbrev.pm ../../lib/Text/Abbrev.pm | |
cp lib/Text/ParseWords.pm ../../lib/Text/ParseWords.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Text-Balanced' | |
Making all in cpan/Text-Balanced | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Text-Balanced' | |
make[1]: Leaving directory '/usr/src/perl/dist/Text-Abbrev' | |
./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Tie::Memoize (all) | |
Creating Makefile.PL in ext/Tie-Memoize for Tie::Memoize | |
Running Makefile.PL in ext/Tie-Memoize | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Text-ParseWords' | |
./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Writing Makefile for Thread::Queue | |
make[1]: Entering directory '/usr/src/perl/dist/Thread-Queue' | |
Writing Makefile for Thread::Semaphore | |
make[1]: Entering directory '/usr/src/perl/dist/Thread-Semaphore' | |
Making Tie::RefHash (all) | |
Creating Makefile.PL in cpan/Tie-RefHash for Tie::RefHash | |
Running Makefile.PL in cpan/Tie-RefHash | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Text-Tabs' | |
Making all in cpan/Text-Tabs | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Text-Tabs' | |
cp lib/TAP/Parser/Scheduler/Job.pm ../../lib/TAP/Parser/Scheduler/Job.pm | |
cp lib/TAP/Parser/YAMLish/Writer.pm ../../lib/TAP/Parser/YAMLish/Writer.pm | |
cp lib/TAP/Parser/Aggregator.pm ../../lib/TAP/Parser/Aggregator.pm | |
cp lib/TAP/Parser/SourceHandler.pm ../../lib/TAP/Parser/SourceHandler.pm | |
cp lib/Test/Harness.pm ../../lib/Test/Harness.pm | |
cp lib/TAP/Harness/Beyond.pod ../../lib/TAP/Harness/Beyond.pod | |
cp lib/TAP/Parser/SourceHandler/RawTAP.pm ../../lib/TAP/Parser/SourceHandler/RawTAP.pm | |
cp lib/TAP/Parser/Scheduler.pm ../../lib/TAP/Parser/Scheduler.pm | |
cp lib/TAP/Parser/Iterator/Process.pm ../../lib/TAP/Parser/Iterator/Process.pm | |
cp lib/TAP/Parser/Result/Plan.pm ../../lib/TAP/Parser/Result/Plan.pm | |
cp lib/TAP/Parser/Result/Pragma.pm ../../lib/TAP/Parser/Result/Pragma.pm | |
cp lib/TAP/Formatter/Base.pm ../../lib/TAP/Formatter/Base.pm | |
cp lib/App/Prove/State.pm ../../lib/App/Prove/State.pm | |
cp lib/TAP/Parser/Result/Unknown.pm ../../lib/TAP/Parser/Result/Unknown.pm | |
cp lib/TAP/Parser/SourceHandler/Perl.pm ../../lib/TAP/Parser/SourceHandler/Perl.pm | |
cp lib/TAP/Parser/Result/Test.pm ../../lib/TAP/Parser/Result/Test.pm | |
cp lib/App/Prove/State/Result/Test.pm ../../lib/App/Prove/State/Result/Test.pm | |
cp lib/TAP/Formatter/Console/Session.pm ../../lib/TAP/Formatter/Console/Session.pm | |
cp lib/TAP/Parser/Utils.pm ../../lib/TAP/Parser/Utils.pm | |
cp lib/TAP/Formatter/File.pm ../../lib/TAP/Formatter/File.pm | |
cp lib/TAP/Parser/Multiplexer.pm ../../lib/TAP/Parser/Multiplexer.pm | |
cp lib/TAP/Formatter/File/Session.pm ../../lib/TAP/Formatter/File/Session.pm | |
cp lib/TAP/Parser/Result/Comment.pm ../../lib/TAP/Parser/Result/Comment.pm | |
cp lib/TAP/Parser/Result/Version.pm ../../lib/TAP/Parser/Result/Version.pm | |
cp lib/TAP/Parser/Iterator.pm ../../lib/TAP/Parser/Iterator.pm | |
cp lib/TAP/Harness.pm ../../lib/TAP/Harness.pm | |
cp lib/TAP/Parser/SourceHandler/Handle.pm ../../lib/TAP/Parser/SourceHandler/Handle.pm | |
cp lib/TAP/Formatter/Session.pm ../../lib/TAP/Formatter/Session.pm | |
cp lib/App/Prove.pm ../../lib/App/Prove.pm | |
cp lib/TAP/Parser/Iterator/Array.pm ../../lib/TAP/Parser/Iterator/Array.pm | |
cp lib/TAP/Parser/Source.pm ../../lib/TAP/Parser/Source.pm | |
cp lib/TAP/Object.pm ../../lib/TAP/Object.pm | |
cp lib/TAP/Parser/YAMLish/Reader.pm ../../lib/TAP/Parser/YAMLish/Reader.pm | |
cp lib/TAP/Formatter/Console/ParallelSession.pm ../../lib/TAP/Formatter/Console/ParallelSession.pm | |
cp lib/TAP/Parser/SourceHandler/File.pm ../../lib/TAP/Parser/SourceHandler/File.pm | |
cp lib/TAP/Parser/ResultFactory.pm ../../lib/TAP/Parser/ResultFactory.pm | |
cp lib/TAP/Parser.pm ../../lib/TAP/Parser.pm | |
cp lib/TAP/Parser/Grammar.pm ../../lib/TAP/Parser/Grammar.pm | |
cp lib/Text/Balanced.pm ../../lib/Text/Balanced.pm | |
Writing Makefile for Tie::File | |
make[1]: Entering directory '/usr/src/perl/dist/Tie-File' | |
cp lib/Text/Tabs.pm ../../lib/Text/Tabs.pm | |
cp lib/Text/Wrap.pm ../../lib/Text/Wrap.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Text-Balanced' | |
./miniperl -Ilib make_ext.pl cpan/Time-Local/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
cp lib/TAP/Formatter/Console.pm ../../lib/TAP/Formatter/Console.pm | |
cp lib/TAP/Parser/IteratorFactory.pm ../../lib/TAP/Parser/IteratorFactory.pm | |
cp lib/TAP/Parser/Iterator/Stream.pm ../../lib/TAP/Parser/Iterator/Stream.pm | |
cp lib/App/Prove/State/Result.pm ../../lib/App/Prove/State/Result.pm | |
cp lib/TAP/Parser/Result/Bailout.pm ../../lib/TAP/Parser/Result/Bailout.pm | |
cp lib/TAP/Parser/Scheduler/Spinner.pm ../../lib/TAP/Parser/Scheduler/Spinner.pm | |
cp lib/TAP/Formatter/Color.pm ../../lib/TAP/Formatter/Color.pm | |
cp lib/TAP/Base.pm ../../lib/TAP/Base.pm | |
cp lib/TAP/Parser/Result/YAML.pm ../../lib/TAP/Parser/Result/YAML.pm | |
cp lib/TAP/Parser/SourceHandler/Executable.pm ../../lib/TAP/Parser/SourceHandler/Executable.pm | |
cp lib/TAP/Parser/Result.pm ../../lib/TAP/Parser/Result.pm | |
Writing Makefile for Tie::Memoize | |
Making Time::Local (all) | |
Creating Makefile.PL in cpan/Time-Local for Time::Local | |
Running Makefile.PL in cpan/Time-Local | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/ext/Tie-Memoize' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Text-Tabs' | |
./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Test-Harness' | |
./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Writing Makefile for Tie::RefHash | |
make[1]: Entering directory '/usr/src/perl/cpan/Tie-RefHash' | |
Making XSLoader (all) | |
Running Makefile.PL in dist/XSLoader | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making autodie (all) | |
Creating Makefile.PL in cpan/autodie for autodie | |
Running Makefile.PL in cpan/autodie | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Writing Makefile for XSLoader | |
Writing Makefile for Time::Local | |
make[1]: Entering directory '/usr/src/perl/cpan/Time-Local' | |
make[1]: Entering directory '/usr/src/perl/dist/XSLoader' | |
Writing Makefile for autodie | |
make[1]: Entering directory '/usr/src/perl/cpan/autodie' | |
make[1]: Leaving directory '/usr/src/perl/dist/Thread-Queue' | |
Making all in dist/Thread-Queue | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Thread-Queue' | |
make[1]: Leaving directory '/usr/src/perl/dist/Thread-Semaphore' | |
Making all in dist/Thread-Semaphore | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Thread-Semaphore' | |
cp lib/Thread/Queue.pm ../../lib/Thread/Queue.pm | |
make[1]: Leaving directory '/usr/src/perl/dist/Thread-Queue' | |
cp lib/Thread/Semaphore.pm ../../lib/Thread/Semaphore.pm | |
make[1]: Leaving directory '/usr/src/perl/dist/Tie-File' | |
Making all in dist/Tie-File | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Tie-File' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Tie-RefHash' | |
Making all in cpan/Tie-RefHash | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Thread-Semaphore' | |
./miniperl -Ilib make_ext.pl dist/autouse/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Tie-RefHash' | |
make[1]: Leaving directory '/usr/src/perl/ext/Tie-Memoize' | |
Making all in ext/Tie-Memoize | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/ext/Tie-Memoize' | |
Making autouse (all) | |
Creating Makefile.PL in dist/autouse for autouse | |
Running Makefile.PL in dist/autouse | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/Tie/File.pm ../../lib/Tie/File.pm | |
./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/XSLoader' | |
Making all in dist/XSLoader | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/XSLoader' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Time-Local' | |
../../miniperl "-I../../lib" "-I../../lib" XSLoader_pm.PL XSLoader.pm | |
Making all in cpan/Time-Local | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Time-Local' | |
Making base (all) | |
Creating Makefile.PL in dist/base for base | |
Running Makefile.PL in dist/base | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/Tie-File' | |
cp lib/Tie/RefHash.pm ../../lib/Tie/RefHash.pm | |
./miniperl -Ilib make_ext.pl dist/bignum/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
cp lib/Tie/Memoize.pm ../../lib/Tie/Memoize.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Tie-RefHash' | |
./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making bignum (all) | |
Creating Makefile.PL in dist/bignum for bignum | |
Running Makefile.PL in dist/bignum | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Making constant (all) | |
Creating Makefile.PL in dist/constant for constant | |
Running Makefile.PL in dist/constant | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/autodie' | |
Making all in cpan/autodie | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/autodie' | |
make[1]: Leaving directory '/usr/src/perl/ext/Tie-Memoize' | |
cp lib/Time/Local.pm ../../lib/Time/Local.pm | |
./miniperl -Ilib make_ext.pl cpan/encoding-warnings/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making encoding::warnings (all) | |
Creating Makefile.PL in cpan/encoding-warnings for encoding::warnings | |
Running Makefile.PL in cpan/encoding-warnings | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/Time-Local' | |
./miniperl -Ilib make_ext.pl dist/if/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Writing Makefile for autouse | |
make[1]: Entering directory '/usr/src/perl/dist/autouse' | |
cp XSLoader.pm ../../lib/XSLoader.pm | |
Making if (all) | |
Creating Makefile.PL in dist/if for if | |
Running Makefile.PL in dist/if | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Writing Makefile for base | |
cp lib/autodie/hints.pm ../../lib/autodie/hints.pm | |
cp lib/Fatal.pm ../../lib/Fatal.pm | |
cp lib/autodie/exception.pm ../../lib/autodie/exception.pm | |
cp lib/autodie.pm ../../lib/autodie.pm | |
cp lib/autodie/exception/system.pm ../../lib/autodie/exception/system.pm | |
make[1]: Entering directory '/usr/src/perl/dist/base' | |
make[1]: Leaving directory '/usr/src/perl/dist/XSLoader' | |
./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/autodie' | |
Making lib (all) | |
Running Makefile.PL in dist/lib | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
Writing Makefile for bignum | |
make[1]: Entering directory '/usr/src/perl/dist/bignum' | |
Writing Makefile for constant | |
Writing Makefile for encoding::warnings | |
make[1]: Entering directory '/usr/src/perl/dist/constant' | |
make[1]: Entering directory '/usr/src/perl/cpan/encoding-warnings' | |
Writing Makefile for if | |
make[1]: Entering directory '/usr/src/perl/dist/if' | |
./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/base' | |
Making all in dist/base | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
Making libnet (all) | |
Running Makefile.PL in cpan/libnet | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/base' | |
Writing Makefile for lib | |
make[1]: Entering directory '/usr/src/perl/dist/lib' | |
cp lib/fields.pm ../../lib/fields.pm | |
cp lib/base.pm ../../lib/base.pm | |
Writing Makefile for Net | |
make[1]: Leaving directory '/usr/src/perl/dist/base' | |
make[1]: Leaving directory '/usr/src/perl/dist/autouse' | |
./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making all in dist/autouse | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/autouse' | |
make[1]: Entering directory '/usr/src/perl/cpan/libnet' | |
Making parent (all) | |
Creating Makefile.PL in cpan/parent for parent | |
Running Makefile.PL in cpan/parent | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/bignum' | |
Making all in dist/bignum | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/autouse.pm ../../lib/autouse.pm | |
make[1]: Entering directory '/usr/src/perl/dist/bignum' | |
make[1]: Leaving directory '/usr/src/perl/cpan/encoding-warnings' | |
Making all in cpan/encoding-warnings | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/encoding-warnings' | |
make[1]: Leaving directory '/usr/src/perl/dist/constant' | |
Making all in dist/constant | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/if' | |
Making all in dist/if | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/autouse' | |
make[1]: Entering directory '/usr/src/perl/dist/if' | |
make[1]: Entering directory '/usr/src/perl/dist/constant' | |
cp lib/bignum.pm ../../lib/bignum.pm | |
cp lib/Math/BigInt/Trace.pm ../../lib/Math/BigInt/Trace.pm | |
cp lib/Math/BigFloat/Trace.pm ../../lib/Math/BigFloat/Trace.pm | |
cp lib/bigrat.pm ../../lib/bigrat.pm | |
cp lib/bigint.pm ../../lib/bigint.pm | |
make[1]: Leaving directory '/usr/src/perl/dist/bignum' | |
./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Writing Makefile for parent | |
Making perlfaq (all) | |
Creating Makefile.PL in cpan/perlfaq for perlfaq | |
Running Makefile.PL in cpan/perlfaq | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/lib' | |
Making all in dist/lib | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
cp lib/encoding/warnings.pm ../../lib/encoding/warnings.pm | |
make[1]: Entering directory '/usr/src/perl/dist/lib' | |
../../miniperl "-I../../lib" "-I../../lib" lib_pm.PL lib.pm | |
make[1]: Entering directory '/usr/src/perl/cpan/parent' | |
make[1]: Leaving directory '/usr/src/perl/cpan/encoding-warnings' | |
./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
./miniperl -Ilib minimod.pl > lib/ExtUtils/Miniperl.pm | |
./miniperl -Ilib make_ext.pl ext/Pod-Functions/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Extracting lib.pm (with variable substitutions) | |
cp lib/constant.pm ../../lib/constant.pm | |
cp if.pm ../../lib/if.pm | |
Making podlators (all) | |
Creating Makefile.PL in cpan/podlators for podlators | |
Running Makefile.PL in cpan/podlators | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/libnet' | |
Making all in cpan/libnet | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
Making Pod::Functions (all) | |
Running Makefile.PL in ext/Pod-Functions | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/dist/if' | |
./miniperl -Ilib -Ilib -MExtUtils::Miniperl -e 'writemain(@ARGV)' DynaLoader > perlmain.c | |
make[1]: Entering directory '/usr/src/perl/cpan/libnet' | |
make[1]: Leaving directory '/usr/src/perl/dist/constant' | |
`sh cflags "optimize='-O2'" perlmain.o` perlmain.c | |
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings | |
cp lib.pm ../../lib/lib.pm | |
make[1]: Leaving directory '/usr/src/perl/dist/lib' | |
cp Net/SMTP.pm ../../lib/Net/SMTP.pm | |
cp Net/FTP/I.pm ../../lib/Net/FTP/I.pm | |
cp Net/FTP/E.pm ../../lib/Net/FTP/E.pm | |
cp Net/Netrc.pm ../../lib/Net/Netrc.pm | |
cp Net/FTP/L.pm ../../lib/Net/FTP/L.pm | |
cp Net/Cmd.pm ../../lib/Net/Cmd.pm | |
cp Net/FTP.pm ../../lib/Net/FTP.pm | |
cp Net/POP3.pm ../../lib/Net/POP3.pm | |
cp Net/FTP/dataconn.pm ../../lib/Net/FTP/dataconn.pm | |
cp Net/libnetFAQ.pod ../../lib/Net/libnetFAQ.pod | |
cp Net/Config.pm ../../lib/Net/Config.pm | |
cp Net/FTP/A.pm ../../lib/Net/FTP/A.pm | |
cp Net/NNTP.pm ../../lib/Net/NNTP.pm | |
cp Net/Domain.pm ../../lib/Net/Domain.pm | |
cp Net/Time.pm ../../lib/Net/Time.pm | |
make[1]: Leaving directory '/usr/src/perl/cpan/libnet' | |
Writing Makefile for Pod::Functions | |
make[1]: Entering directory '/usr/src/perl/ext/Pod-Functions' | |
Writing Makefile for Pod | |
make[1]: Entering directory '/usr/src/perl/cpan/podlators' | |
Writing Makefile for perlfaq | |
make[1]: Leaving directory '/usr/src/perl/cpan/parent' | |
Making all in cpan/parent | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/perlfaq' | |
make[1]: Entering directory '/usr/src/perl/cpan/parent' | |
cp lib/parent.pm ../../lib/parent.pm | |
make[1]: Leaving directory '/usr/src/perl/ext/Pod-Functions' | |
Making all in ext/Pod-Functions | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Leaving directory '/usr/src/perl/cpan/parent' | |
make[1]: Entering directory '/usr/src/perl/ext/Pod-Functions' | |
../../miniperl "-I../../lib" "-I../../lib" Functions_pm.PL ../../pod/perlfunc.pod | |
make[1]: Leaving directory '/usr/src/perl/cpan/perlfaq' | |
Making all in cpan/perlfaq | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/perlfaq' | |
make[1]: Leaving directory '/usr/src/perl/cpan/podlators' | |
Making all in cpan/podlators | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/podlators' | |
cp lib/perlfaq9.pod ../../lib/perlfaq9.pod | |
cp lib/perlfaq5.pod ../../lib/perlfaq5.pod | |
cp lib/perlfaq6.pod ../../lib/perlfaq6.pod | |
cp lib/perlfaq.pm ../../lib/perlfaq.pm | |
cp lib/perlfaq4.pod ../../lib/perlfaq4.pod | |
cp lib/perlfaq.pod ../../lib/perlfaq.pod | |
cp lib/perlfaq8.pod ../../lib/perlfaq8.pod | |
cp lib/perlfaq2.pod ../../lib/perlfaq2.pod | |
cp lib/perlfaq3.pod ../../lib/perlfaq3.pod | |
cp lib/perlglossary.pod ../../lib/perlglossary.pod | |
cp lib/perlfaq1.pod ../../lib/perlfaq1.pod | |
cp lib/perlfaq7.pod ../../lib/perlfaq7.pod | |
make[1]: Leaving directory '/usr/src/perl/cpan/perlfaq' | |
cp lib/Pod/Text/Color.pm ../../lib/Pod/Text/Color.pm | |
cp lib/Pod/Man.pm ../../lib/Pod/Man.pm | |
cp lib/Pod/Text/Overstrike.pm ../../lib/Pod/Text/Overstrike.pm | |
cp lib/Pod/Text.pm ../../lib/Pod/Text.pm | |
cp lib/Pod/Text/Termcap.pm ../../lib/Pod/Text/Termcap.pm | |
cp lib/Pod/ParseLink.pm ../../lib/Pod/ParseLink.pm | |
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" pod2text.PL pod2text | |
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" pod2man.PL pod2man | |
Extracting pod2man (with variable substitutions) | |
Extracting pod2text (with variable substitutions) | |
cp pod2man blib/script/pod2man | |
cp pod2text blib/script/pod2text | |
/usr/src/perl/cpan/podlators/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2man | |
/usr/src/perl/cpan/podlators/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2text | |
make[1]: Leaving directory '/usr/src/perl/cpan/podlators' | |
cp Functions.pm ../../lib/Pod/Functions.pm | |
make[1]: Leaving directory '/usr/src/perl/ext/Pod-Functions' | |
./miniperl -Ilib -Idist/Cwd -Idist/Cwd/lib -Idist/Carp/lib lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p | |
./miniperl -Ilib make_ext.pl DynaLoader.o MAKE=make LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= | |
./miniperl -Ilib -Idist/Cwd -Idist/Cwd/lib -Idist/Carp/lib mkppport | |
Making DynaLoader (all) | |
Running Makefile.PL in ext/DynaLoader | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= | |
Processing hints file hints/linux.pl | |
running /usr/src/perl/miniperl -I../../lib PPPort_pm.PL | |
Writing Makefile for DynaLoader | |
make[1]: Entering directory '/usr/src/perl/ext/DynaLoader' | |
make[1]: Leaving directory '/usr/src/perl/ext/DynaLoader' | |
Making all in ext/DynaLoader | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= | |
make[1]: Entering directory '/usr/src/perl/ext/DynaLoader' | |
../../miniperl "-I../../lib" "-I../../lib" DynaLoader_pm.PL DynaLoader.pm | |
rm -f DynaLoader.xs | |
cp dl_dlopen.xs DynaLoader.xs | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototypes -typemap ../../lib/ExtUtils/typemap DynaLoader.xs > DynaLoader.xsc && mv DynaLoader.xsc DynaLoader.c | |
Processing PropertyAliases.txt | |
cp DynaLoader.pm ../../lib/DynaLoader.pm | |
Finishing property setup | |
Processing PropValueAliases.txt | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.18\" -DXS_VERSION=\"1.18\" "-I../.." -DLIBC="" DynaLoader.c | |
mysterious name [PL_parser-E<gt>bufend] in parts/apidoc.fnc, line 347 | |
mysterious name [PL_parser-E<gt>bufptr] in parts/apidoc.fnc, line 348 | |
mysterious name [PL_parser-E<gt>linestart] in parts/apidoc.fnc, line 349 | |
mysterious name [PL_parser-E<gt>linestr] in parts/apidoc.fnc, line 350 | |
parts/inc/variables provides PL_parser, which is still marked todo for 5.9.5 | |
Processing DAge.txt | |
including ppphdoc | |
including ppphbin | |
including version | |
including threads | |
including limits | |
including uv | |
including memory | |
including misc | |
including variables | |
including mPUSH | |
including call | |
including newRV | |
including newCONSTSUB | |
including MY_CXT | |
including format | |
including SvREFCNT | |
including newSV_type | |
including newSVpv | |
including SvPV | |
including Sv_set | |
including sv_xpvf | |
including shared_pv | |
including HvNAME | |
including gv | |
including warn | |
including pvs | |
including magic | |
including cop | |
including grok | |
including snprintf | |
including sprintf | |
including exception | |
including strlfuncs | |
including pv_tools | |
running /usr/src/perl/miniperl -I../../lib ppport_h.PL | |
installing ppport.h for cpan/DB_File | |
installing ppport.h for cpan/IPC-SysV | |
installing ppport.h for cpan/List-Util | |
installing ppport.h for cpan/Time-HiRes | |
installing ppport.h for cpan/Win32API-File | |
installing ppport.h for dist/Cwd | |
removing temporary file PPPort.pm | |
removing temporary file ppport.h | |
rm -rf ../../DynaLoader.o | |
cp DynaLoader.o ../../DynaLoader.o | |
make[1]: Leaving directory '/usr/src/perl/ext/DynaLoader' | |
rm -f libperl.a | |
/usr/bin/ar rcu libperl.a op.o perl.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro.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 DynaLoader.o | |
./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cc -o perl -fstack-protector -L/usr/local/lib -Wl,-E perlmain.o libperl.a `cat ext.libs` -lnsl -ldl -lm -lcrypt -lutil -lc | |
./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Compress::Raw::Zlib (all) | |
Running Makefile.PL in cpan/Compress-Raw-Zlib | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making B (all) | |
Running Makefile.PL in ext/B | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Cwd (all) | |
Creating Makefile.PL in dist/Cwd for Cwd | |
Running Makefile.PL in dist/Cwd | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Compress::Raw::Bzip2 (all) | |
Running Makefile.PL in cpan/Compress-Raw-Bzip2 | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Devel::PPPort (all) | |
Running Makefile.PL in cpan/Devel-PPPort | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Processing extracted/DGeneralCategory.txt | |
Making Data::Dumper (all) | |
Creating Makefile.PL in dist/Data-Dumper for Data::Dumper | |
Running Makefile.PL in dist/Data-Dumper | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Devel::Peek (all) | |
Running Makefile.PL in ext/Devel-Peek | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Writing Makefile for Compress::Raw::Bzip2 | |
make[1]: Entering directory '/usr/src/perl/cpan/Compress-Raw-Bzip2' | |
Setting license tag... | |
Writing Makefile for Data::Dumper | |
Writing Makefile for Cwd | |
make[1]: Entering directory '/usr/src/perl/dist/Data-Dumper' | |
Parsing config.in... | |
Building Zlib enabled | |
Auto Detect Gzip OS Code.. | |
Setting Gzip OS Code to 3 [Unix/Default] | |
Looks Good. | |
Writing Makefile for Devel::PPPort | |
make[1]: Entering directory '/usr/src/perl/cpan/Devel-PPPort' | |
Writing Makefile for B | |
make[1]: Entering directory '/usr/src/perl/dist/Cwd' | |
make[1]: Entering directory '/usr/src/perl/ext/B' | |
Writing Makefile for Compress::Raw::Zlib | |
make[1]: Entering directory '/usr/src/perl/cpan/Compress-Raw-Zlib' | |
Writing Makefile for Devel::Peek | |
make[1]: Entering directory '/usr/src/perl/ext/Devel-Peek' | |
Processing extracted/DCombiningClass.txt | |
make[1]: Leaving directory '/usr/src/perl/dist/Cwd' | |
Making all in dist/Cwd | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/dist/Cwd' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Devel-PPPort' | |
Making all in cpan/Devel-PPPort | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Devel-PPPort' | |
../../miniperl "-I../../lib" "-I../../lib" PPPort_pm.PL PPPort.pm | |
Processing extracted/DNumType.txt | |
make[1]: Leaving directory '/usr/src/perl/ext/B' | |
Making all in ext/B | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/B' | |
Processing extracted/DEastAsianWidth.txt | |
make[1]: Leaving directory '/usr/src/perl/cpan/Compress-Raw-Bzip2' | |
Making all in cpan/Compress-Raw-Bzip2 | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cp lib/File/Spec/Win32.pm ../../lib/File/Spec/Win32.pm | |
cp lib/File/Spec/Unix.pm ../../lib/File/Spec/Unix.pm | |
cp lib/File/Spec/OS2.pm ../../lib/File/Spec/OS2.pm | |
cp lib/File/Spec/VMS.pm ../../lib/File/Spec/VMS.pm | |
cp lib/File/Spec.pm ../../lib/File/Spec.pm | |
cp lib/File/Spec/Epoc.pm ../../lib/File/Spec/Epoc.pm | |
cp lib/File/Spec/Mac.pm ../../lib/File/Spec/Mac.pm | |
cp lib/File/Spec/Cygwin.pm ../../lib/File/Spec/Cygwin.pm | |
cp lib/File/Spec/Functions.pm ../../lib/File/Spec/Functions.pm | |
cp Cwd.pm ../../lib/Cwd.pm | |
make[1]: Entering directory '/usr/src/perl/cpan/Compress-Raw-Bzip2' | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Cwd.xs > Cwd.xsc && mv Cwd.xsc Cwd.c | |
make[1]: Leaving directory '/usr/src/perl/dist/Data-Dumper' | |
Making all in dist/Data-Dumper | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/dist/Data-Dumper' | |
cp B.pm ../../lib/B.pm | |
cp B/Terse.pm ../../lib/B/Terse.pm | |
cp B/Xref.pm ../../lib/B/Xref.pm | |
cp B/Showlex.pm ../../lib/B/Showlex.pm | |
cp O.pm ../../lib/O.pm | |
cp B/Concise.pm ../../lib/B/Concise.pm | |
make[1]: Leaving directory '/usr/src/perl/ext/Devel-Peek' | |
Making all in ext/Devel-Peek | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Leaving directory '/usr/src/perl/cpan/Compress-Raw-Zlib' | |
Making all in cpan/Compress-Raw-Zlib | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Compress-Raw-Zlib' | |
make[1]: Entering directory '/usr/src/perl/ext/Devel-Peek' | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap -typemap typemap B.xs > B.xsc && mv B.xsc B.c | |
cp Dumper.pm ../../lib/Data/Dumper.pm | |
cp lib/Compress/Raw/Bzip2.pm ../../lib/Compress/Raw/Bzip2.pm | |
AutoSplitting ../../lib/Compress/Raw/Bzip2.pm (../../lib/auto/Compress/Raw/Bzip2) | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Dumper.xs > Dumper.xsc && mv Dumper.xsc Dumper.c | |
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DBZ_NO_STDIO blocksort.c | |
Processing extracted/DLineBreak.txt | |
cp lib/Compress/Raw/Zlib.pm ../../lib/Compress/Raw/Zlib.pm | |
AutoSplitting ../../lib/Compress/Raw/Zlib.pm (../../lib/auto/Compress/Raw/Zlib) | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap -typemap typemap Zlib.xs > Zlib.xsc && mv Zlib.xsc Zlib.c | |
mysterious name [PL_parser-E<gt>bufend] in parts/apidoc.fnc, line 347 | |
mysterious name [PL_parser-E<gt>bufptr] in parts/apidoc.fnc, line 348 | |
mysterious name [PL_parser-E<gt>linestart] in parts/apidoc.fnc, line 349 | |
mysterious name [PL_parser-E<gt>linestr] in parts/apidoc.fnc, line 350 | |
Running Mkbootstrap for Cwd () | |
cp Peek.pm ../../lib/Devel/Peek.pm | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototypes -typemap ../../lib/ExtUtils/typemap Peek.xs > Peek.xsc && mv Peek.xsc Peek.c | |
chmod 644 Cwd.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.40\" -DXS_VERSION=\"3.40\" -fPIC "-I../.." Cwd.c | |
Running Mkbootstrap for B () | |
parts/inc/variables provides PL_parser, which is still marked todo for 5.9.5 | |
including ppphdoc | |
including ppphbin | |
including version | |
including threads | |
including limits | |
including uv | |
including memory | |
including misc | |
including variables | |
including mPUSH | |
including call | |
including newRV | |
including newCONSTSUB | |
including MY_CXT | |
including format | |
including SvREFCNT | |
including newSV_type | |
including newSVpv | |
including SvPV | |
including Sv_set | |
including sv_xpvf | |
including shared_pv | |
including HvNAME | |
including gv | |
including warn | |
including pvs | |
including magic | |
including cop | |
including grok | |
including snprintf | |
including sprintf | |
including exception | |
including strlfuncs | |
including pv_tools | |
Running Mkbootstrap for Devel::PPPort () | |
Running Mkbootstrap for Data::Dumper () | |
chmod 644 B.bs | |
Running Mkbootstrap for Devel::Peek () | |
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 adler32.c | |
chmod 644 PPPort.bs | |
chmod 644 Dumper.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.42_02\" -DXS_VERSION=\"1.42_02\" -fPIC "-I../.." B.c | |
chmod 644 Peek.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.145\" -DXS_VERSION=\"2.145\" -fPIC "-I../.." Dumper.c | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.11\" -DXS_VERSION=\"1.11\" -fPIC "-I../.." Peek.c | |
Processing extracted/DBidiClass.txt | |
cp PPPort.pm ../../lib/Devel/PPPort.pm | |
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 crc32.c | |
cp PPPort.bs ../../lib/auto/Devel/PPPort/PPPort.bs | |
chmod 644 ../../lib/auto/Devel/PPPort/PPPort.bs | |
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" PPPort_xs.PL RealPPPort.xs | |
cp Cwd.bs ../../lib/auto/Cwd/Cwd.bs | |
chmod 644 ../../lib/auto/Cwd/Cwd.bs | |
rm -f ../../lib/auto/Cwd/Cwd.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Cwd.o -o ../../lib/auto/Cwd/Cwd.so \ | |
\ | |
Processing extracted/DDecompositionType.txt | |
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 infback.c | |
chmod 755 ../../lib/auto/Cwd/Cwd.so | |
Processing extracted/DBinaryProperties.txt | |
Processing extracted/DNumValues.txt | |
adding XS code from parts/inc/newSV_type | |
adding XS code from parts/inc/gv | |
adding XS code from parts/inc/call | |
adding XS code from parts/inc/pv_tools | |
adding XS code from parts/inc/snprintf | |
adding XS code from parts/inc/warn | |
adding XS code from parts/inc/cop | |
adding XS code from parts/inc/shared_pv | |
adding XS code from parts/inc/SvREFCNT | |
adding XS code from parts/inc/threads | |
adding XS code from parts/inc/HvNAME | |
adding XS code from parts/inc/mPUSH | |
adding XS code from parts/inc/format | |
adding XS code from parts/inc/grok | |
adding XS code from parts/inc/newSVpv | |
adding XS code from parts/inc/variables | |
adding XS code from parts/inc/strlfuncs | |
adding XS code from parts/inc/MY_CXT | |
adding XS code from parts/inc/misc | |
adding XS code from parts/inc/magic | |
adding XS code from parts/inc/newRV | |
adding XS code from parts/inc/pvs | |
adding XS code from parts/inc/sv_xpvf | |
adding XS code from parts/inc/sprintf | |
adding XS code from parts/inc/memory | |
adding XS code from parts/inc/SvPV | |
adding XS code from parts/inc/newCONSTSUB | |
adding XS code from parts/inc/exception | |
adding XS code from parts/inc/limits | |
adding XS code from parts/inc/uv | |
adding XS code from parts/inc/Sv_set | |
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" ppport_h.PL ppport.h | |
make[1]: Leaving directory '/usr/src/perl/dist/Cwd' | |
./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Digest::MD5 (all) | |
Running Makefile.PL in cpan/Digest-MD5 | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototypes -typemap ../../lib/ExtUtils/typemap -typemap typemap RealPPPort.xs > RealPPPort.xsc && mv RealPPPort.xsc RealPPPort.c | |
Perl's config says that U32 access must be aligned. | |
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DBZ_NO_STDIO huffman.c | |
Processing extracted/DJoinGroup.txt | |
Writing Makefile for Digest::MD5 | |
make[1]: Entering directory '/usr/src/perl/cpan/Digest-MD5' | |
Processing extracted/DJoinType.txt | |
Processing Jamo.txt | |
Processing UnicodeData.txt | |
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 inflate.c | |
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DBZ_NO_STDIO crctable.c | |
cp Peek.bs ../../lib/auto/Devel/Peek/Peek.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.20\" -DXS_VERSION=\"3.20\" -fPIC "-I../.." module2.c | |
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DBZ_NO_STDIO randtable.c | |
chmod 644 ../../lib/auto/Devel/Peek/Peek.bs | |
rm -f ../../lib/auto/Devel/Peek/Peek.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Peek.o -o ../../lib/auto/Devel/Peek/Peek.so \ | |
\ | |
chmod 755 ../../lib/auto/Devel/Peek/Peek.so | |
make[1]: Leaving directory '/usr/src/perl/ext/Devel-Peek' | |
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DBZ_NO_STDIO compress.c | |
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DBZ_NO_STDIO decompress.c | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.20\" -DXS_VERSION=\"3.20\" -fPIC "-I../.." module3.c | |
make[1]: Leaving directory '/usr/src/perl/cpan/Digest-MD5' | |
Making all in cpan/Digest-MD5 | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Digest-MD5' | |
cp Dumper.bs ../../lib/auto/Data/Dumper/Dumper.bs | |
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 uncompr.c | |
chmod 644 ../../lib/auto/Data/Dumper/Dumper.bs | |
rm -f ../../lib/auto/Data/Dumper/Dumper.so | |
cp MD5.pm ../../lib/Digest/MD5.pm | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap -typemap typemap MD5.xs > MD5.xsc && mv MD5.xsc MD5.c | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Dumper.o -o ../../lib/auto/Data/Dumper/Dumper.so \ | |
\ | |
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 compress.c | |
chmod 755 ../../lib/auto/Data/Dumper/Dumper.so | |
make[1]: Leaving directory '/usr/src/perl/dist/Data-Dumper' | |
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 deflate.c | |
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 inffast.c | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.20\" -DXS_VERSION=\"3.20\" -fPIC "-I../.." RealPPPort.c | |
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 inftrees.c | |
Running Mkbootstrap for Digest::MD5 () | |
chmod 644 MD5.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.52\" -DXS_VERSION=\"2.52\" -fPIC "-I../.." -DU32_ALIGNMENT_REQUIRED MD5.c | |
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 trees.c | |
cp B.bs ../../lib/auto/B/B.bs | |
chmod 644 ../../lib/auto/B/B.bs | |
rm -f ../../lib/auto/B/B.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector B.o -o ../../lib/auto/B/B.so \ | |
\ | |
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DBZ_NO_STDIO bzlib.c | |
chmod 755 ../../lib/auto/B/B.so | |
make[1]: Leaving directory '/usr/src/perl/ext/B' | |
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 zutil.c | |
Running Mkbootstrap for Compress::Raw::Zlib () | |
chmod 644 Zlib.bs | |
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 Zlib.c | |
cp Zlib.bs ../../lib/auto/Compress/Raw/Zlib/Zlib.bs | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap -typemap typemap Bzip2.xs > Bzip2.xsc && mv Bzip2.xsc Bzip2.c | |
chmod 644 ../../lib/auto/Compress/Raw/Zlib/Zlib.bs | |
./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cp MD5.bs ../../lib/auto/Digest/MD5/MD5.bs | |
Making Digest::SHA (all) | |
Running Makefile.PL in cpan/Digest-SHA | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
chmod 644 ../../lib/auto/Digest/MD5/MD5.bs | |
rm -f ../../lib/auto/Digest/MD5/MD5.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector MD5.o -o ../../lib/auto/Digest/MD5/MD5.so \ | |
\ | |
chmod 755 ../../lib/auto/Digest/MD5/MD5.so | |
Running Mkbootstrap for Compress::Raw::Bzip2 () | |
make[1]: Leaving directory '/usr/src/perl/cpan/Digest-MD5' | |
./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Encode (all) | |
Running Makefile.PL in cpan/Encode | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
chmod 644 Bzip2.bs | |
./miniperl -Ilib make_ext.pl lib/auto/File/DosGlob/DosGlob.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making File::DosGlob (all) | |
Creating Makefile.PL in ext/File-DosGlob for File::DosGlob | |
Running Makefile.PL in ext/File-DosGlob | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Writing Makefile for Digest::SHA | |
Making Fcntl (all) | |
Running Makefile.PL in ext/Fcntl | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Digest-SHA' | |
cp Bzip2.bs ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs | |
chmod 644 ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs | |
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.060\" -DXS_VERSION=\"2.060\" -fPIC "-I../.." -DBZ_NO_STDIO Bzip2.c | |
Writing Makefile for File::DosGlob | |
make[1]: Entering directory '/usr/src/perl/ext/File-DosGlob' | |
Writing Makefile for Fcntl | |
make[1]: Entering directory '/usr/src/perl/ext/Fcntl' | |
Writing Makefile for Encode::Byte | |
Writing Makefile for Encode::CN | |
Writing Makefile for Encode::EBCDIC | |
Writing Makefile for Encode::JP | |
Writing Makefile for Encode::KR | |
Writing Makefile for Encode::Symbol | |
Writing Makefile for Encode::TW | |
Writing Makefile for Encode::Unicode | |
Writing Makefile for Encode | |
make[1]: Entering directory '/usr/src/perl/cpan/Encode' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Digest-SHA' | |
Making all in cpan/Digest-SHA | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Digest-SHA' | |
cp lib/Digest/SHA.pm ../../lib/Digest/SHA.pm | |
make[1]: Leaving directory '/usr/src/perl/ext/Fcntl' | |
Making all in ext/Fcntl | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap -typemap typemap SHA.xs > SHA.xsc && mv SHA.xsc SHA.c | |
make[1]: Entering directory '/usr/src/perl/ext/Fcntl' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Encode' | |
Making all in cpan/Encode | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Encode' | |
cp Fcntl.pm ../../lib/Fcntl.pm | |
make[1]: Leaving directory '/usr/src/perl/ext/File-DosGlob' | |
Making all in ext/File-DosGlob | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/File-DosGlob' | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototypes -typemap ../../lib/ExtUtils/typemap Fcntl.xs > Fcntl.xsc && mv Fcntl.xsc Fcntl.c | |
Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in SHA.xs, line 36 | |
cp Encode/README.e2x ../../lib/Encode/README.e2x | |
cp Encode/_PM.e2x ../../lib/Encode/_PM.e2x | |
cp Encode.pm ../../lib/Encode.pm | |
cp Encode/encode.h ../../lib/Encode/encode.h | |
cp Encode/ConfigLocal_PM.e2x ../../lib/Encode/ConfigLocal_PM.e2x | |
cp lib/Encode/Guess.pm ../../lib/Encode/Guess.pm | |
cp encoding.pm ../../lib/encoding.pm | |
cp lib/Encode/MIME/Header/ISO_2022_JP.pm ../../lib/Encode/MIME/Header/ISO_2022_JP.pm | |
cp lib/Encode/KR/2022_KR.pm ../../lib/Encode/KR/2022_KR.pm | |
cp lib/Encode/JP/JIS7.pm ../../lib/Encode/JP/JIS7.pm | |
cp lib/Encode/Encoder.pm ../../lib/Encode/Encoder.pm | |
cp lib/Encode/MIME/Name.pm ../../lib/Encode/MIME/Name.pm | |
cp lib/Encode/Config.pm ../../lib/Encode/Config.pm | |
cp lib/Encode/Unicode/UTF7.pm ../../lib/Encode/Unicode/UTF7.pm | |
cp lib/Encode/Supported.pod ../../lib/Encode/Supported.pod | |
cp lib/Encode/MIME/Header.pm ../../lib/Encode/MIME/Header.pm | |
cp lib/Encode/CN/HZ.pm ../../lib/Encode/CN/HZ.pm | |
cp lib/Encode/GSM0338.pm ../../lib/Encode/GSM0338.pm | |
cp lib/Encode/CJKConstants.pm ../../lib/Encode/CJKConstants.pm | |
cp lib/Encode/Encoding.pm ../../lib/Encode/Encoding.pm | |
cp Encode/_T.e2x ../../lib/Encode/_T.e2x | |
cp lib/Encode/JP/H2Z.pm ../../lib/Encode/JP/H2Z.pm | |
cp lib/Encode/PerlIO.pod ../../lib/Encode/PerlIO.pod | |
cp Encode/Makefile_PL.e2x ../../lib/Encode/Makefile_PL.e2x | |
cp Encode/Changes.e2x ../../lib/Encode/Changes.e2x | |
cp lib/Encode/Alias.pm ../../lib/Encode/Alias.pm | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Encode.xs > Encode.xsc && mv Encode.xsc Encode.c | |
Running Mkbootstrap for Digest::SHA () | |
cp lib/File/DosGlob.pm ../../lib/File/DosGlob.pm | |
chmod 644 SHA.bs | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap DosGlob.xs > DosGlob.xsc && mv DosGlob.xsc DosGlob.c | |
cp shasum blib/script/shasum | |
/usr/src/perl/cpan/Digest-SHA/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shasum | |
Running Mkbootstrap for Fcntl () | |
chmod 644 Fcntl.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.11\" -DXS_VERSION=\"1.11\" -fPIC "-I../.." Fcntl.c | |
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"5.84_01\" -DXS_VERSION=\"5.84_01\" -fPIC "-I../.." -DSHA_PerlIO SHA.c | |
Running Mkbootstrap for File::DosGlob () | |
../../miniperl "-I../../lib" bin/enc2xs -"Q" -"O" -o def_t.c -f def_t.fnm | |
rm -f ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o Bzip2.o -o ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so \ | |
\ | |
chmod 644 DosGlob.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.10\" -DXS_VERSION=\"1.10\" -fPIC "-I../.." DosGlob.c | |
Writing compiled form | |
chmod 755 ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so | |
512 bytes in string tables | |
32 bytes (5.88%) saved spotting duplicates | |
Reading iso-8859-1 (iso-8859-1) | |
Reading ascii (ascii) | |
Reading ascii-ctrl (ascii-ctrl) | |
Reading null (null) | |
cc -c -I./Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.49\" -DXS_VERSION=\"2.49\" -fPIC "-I../.." encengine.c | |
make[1]: Leaving directory '/usr/src/perl/cpan/Compress-Raw-Bzip2' | |
./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making File::Glob (all) | |
Running Makefile.PL in ext/File-Glob | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Writing Makefile for File::Glob | |
make[1]: Entering directory '/usr/src/perl/ext/File-Glob' | |
cp Fcntl.bs ../../lib/auto/Fcntl/Fcntl.bs | |
chmod 644 ../../lib/auto/Fcntl/Fcntl.bs | |
rm -f ../../lib/auto/Fcntl/Fcntl.so | |
cp DosGlob.bs ../../lib/auto/File/DosGlob/DosGlob.bs | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Fcntl.o -o ../../lib/auto/Fcntl/Fcntl.so \ | |
\ | |
chmod 644 ../../lib/auto/File/DosGlob/DosGlob.bs | |
Running Mkbootstrap for Encode () | |
rm -f ../../lib/auto/File/DosGlob/DosGlob.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector DosGlob.o -o ../../lib/auto/File/DosGlob/DosGlob.so \ | |
\ | |
chmod 644 Encode.bs | |
rm -f ../../lib/auto/Compress/Raw/Zlib/Zlib.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Zlib.o adler32.o crc32.o infback.o inflate.o uncompr.o compress.o deflate.o inffast.o inftrees.o trees.o zutil.o -o ../../lib/auto/Compress/Raw/Zlib/Zlib.so \ | |
\ | |
cp bin/enc2xs blib/script/enc2xs | |
/usr/src/perl/cpan/Encode/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs | |
chmod 755 ../../lib/auto/Fcntl/Fcntl.so | |
chmod 755 ../../lib/auto/File/DosGlob/DosGlob.so | |
chmod 755 ../../lib/auto/Compress/Raw/Zlib/Zlib.so | |
make[1]: Leaving directory '/usr/src/perl/ext/File-DosGlob' | |
./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Leaving directory '/usr/src/perl/ext/Fcntl' | |
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Leaving directory '/usr/src/perl/cpan/Compress-Raw-Zlib' | |
Making Hash::Util (all) | |
Running Makefile.PL in ext/Hash-Util | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cp SHA.bs ../../lib/auto/Digest/SHA/SHA.bs | |
chmod 644 ../../lib/auto/Digest/SHA/SHA.bs | |
Making Filter::Util::Call (all) | |
Creating Makefile.PL in cpan/Filter-Util-Call for Filter::Util::Call | |
Running Makefile.PL in cpan/Filter-Util-Call | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Hash::Util::FieldHash (all) | |
Creating Makefile.PL in ext/Hash-Util-FieldHash for Hash::Util::FieldHash | |
Running Makefile.PL in ext/Hash-Util-FieldHash | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cp bin/piconv blib/script/piconv | |
/usr/src/perl/cpan/Encode/../../miniperl "-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv | |
make[1]: Leaving directory '/usr/src/perl/ext/File-Glob' | |
Making all in ext/File-Glob | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/File-Glob' | |
Writing Makefile for Hash::Util | |
make[1]: Entering directory '/usr/src/perl/ext/Hash-Util' | |
cp Glob.pm ../../lib/File/Glob.pm | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.20_01\" -DXS_VERSION=\"1.20_01\" -fPIC "-I../.." bsd_glob.c | |
Writing Makefile for Filter::Util::Call | |
rm -f ../../lib/auto/Devel/PPPort/PPPort.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector RealPPPort.o module2.o module3.o -o ../../lib/auto/Devel/PPPort/PPPort.so \ | |
\ | |
make[1]: Entering directory '/usr/src/perl/cpan/Filter-Util-Call' | |
Writing Makefile for Hash::Util::FieldHash | |
make[1]: Entering directory '/usr/src/perl/ext/Hash-Util-FieldHash' | |
chmod 755 ../../lib/auto/Devel/PPPort/PPPort.so | |
make[2]: Entering directory '/usr/src/perl/cpan/Encode/Byte' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Devel-PPPort' | |
./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making I18N::Langinfo (all) | |
Running Makefile.PL in ext/I18N-Langinfo | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cp Byte.pm ../../../lib/Encode/Byte.pm | |
Writing Makefile for I18N::Langinfo | |
make[1]: Entering directory '/usr/src/perl/ext/I18N-Langinfo' | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o byte_t.c -f byte_t.fnm | |
make[1]: Leaving directory '/usr/src/perl/cpan/Filter-Util-Call' | |
Making all in cpan/Filter-Util-Call | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Filter-Util-Call' | |
make[1]: Leaving directory '/usr/src/perl/ext/Hash-Util' | |
Making all in ext/Hash-Util | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/Hash-Util' | |
cp lib/Hash/Util.pm ../../lib/Hash/Util.pm | |
cp filter-util.pl ../../lib/Filter/Util/filter-util.pl | |
cp Call.pm ../../lib/Filter/Util/Call.pm | |
make[1]: Leaving directory '/usr/src/perl/ext/Hash-Util-FieldHash' | |
Making all in ext/Hash-Util-FieldHash | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Util.xs > Util.xsc && mv Util.xsc Util.c | |
make[1]: Entering directory '/usr/src/perl/ext/Hash-Util-FieldHash' | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Call.xs > Call.xsc && mv Call.xsc Call.c | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Glob.xs > Glob.xsc && mv Glob.xsc Glob.c | |
cp lib/Hash/Util/FieldHash.pm ../../lib/Hash/Util/FieldHash.pm | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap FieldHash.xs > FieldHash.xsc && mv FieldHash.xsc FieldHash.c | |
make[1]: Leaving directory '/usr/src/perl/ext/I18N-Langinfo' | |
Making all in ext/I18N-Langinfo | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/I18N-Langinfo' | |
Running Mkbootstrap for Hash::Util () | |
Running Mkbootstrap for File::Glob () | |
chmod 644 Util.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.16\" -DXS_VERSION=\"0.16\" -fPIC "-I../.." -DPERL_EXT Util.c | |
chmod 644 Glob.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.20_01\" -DXS_VERSION=\"1.20_01\" -fPIC "-I../.." Glob.c | |
Running Mkbootstrap for Filter::Util::Call () | |
cp Langinfo.pm ../../lib/I18N/Langinfo.pm | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Langinfo.xs > Langinfo.xsc && mv Langinfo.xsc Langinfo.c | |
chmod 644 Call.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.45\" -DXS_VERSION=\"1.45\" -fPIC "-I../.." Call.c | |
Running Mkbootstrap for Hash::Util::FieldHash () | |
chmod 644 FieldHash.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.10\" -DXS_VERSION=\"1.10\" -fPIC "-I../.." FieldHash.c | |
Writing compiled form | |
rm -f ../../lib/auto/Digest/SHA/SHA.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector SHA.o -o ../../lib/auto/Digest/SHA/SHA.so \ | |
\ | |
Processing ArabicShaping.txt | |
Running Mkbootstrap for I18N::Langinfo () | |
Processing Blocks.txt | |
chmod 755 ../../lib/auto/Digest/SHA/SHA.so | |
chmod 644 Langinfo.bs | |
Processing PropList.txt | |
make[1]: Leaving directory '/usr/src/perl/cpan/Digest-SHA' | |
cp FieldHash.bs ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs | |
chmod 644 ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -fPIC "-I../.." Langinfo.c | |
cp Langinfo.bs ../../lib/auto/I18N/Langinfo/Langinfo.bs | |
chmod 644 ../../lib/auto/I18N/Langinfo/Langinfo.bs | |
./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
12946 bytes in string tables | |
4452 bytes (25.6%) saved spotting duplicates | |
7 bytes (0.054%) saved using substrings | |
Reading iso-8859-2 (iso-8859-2) | |
Reading iso-8859-3 (iso-8859-3) | |
Reading iso-8859-4 (iso-8859-4) | |
Reading iso-8859-5 (iso-8859-5) | |
Reading iso-8859-6 (iso-8859-6) | |
Reading iso-8859-7 (iso-8859-7) | |
Reading iso-8859-8 (iso-8859-8) | |
Reading iso-8859-9 (iso-8859-9) | |
Reading iso-8859-10 (iso-8859-10) | |
Reading iso-8859-11 (iso-8859-11) | |
Reading iso-8859-13 (iso-8859-13) | |
Reading iso-8859-14 (iso-8859-14) | |
Reading iso-8859-15 (iso-8859-15) | |
Reading iso-8859-16 (iso-8859-16) | |
Reading AdobeStandardEncoding (AdobeStandardEncoding) | |
Reading cp1006 (cp1006) | |
Reading cp1250 (cp1250) | |
Reading cp1251 (cp1251) | |
Reading cp1252 (cp1252) | |
Reading cp1253 (cp1253) | |
Reading cp1254 (cp1254) | |
Reading cp1255 (cp1255) | |
Reading cp1256 (cp1256) | |
Reading cp1257 (cp1257) | |
Reading cp1258 (cp1258) | |
Reading cp424 (cp424) | |
Reading cp437 (cp437) | |
Reading cp737 (cp737) | |
Reading cp775 (cp775) | |
Reading cp850 (cp850) | |
Reading cp852 (cp852) | |
Reading cp855 (cp855) | |
Reading cp856 (cp856) | |
Reading cp857 (cp857) | |
Reading cp858 (cp858) | |
Reading cp860 (cp860) | |
Reading cp861 (cp861) | |
Reading cp862 (cp862) | |
Reading cp863 (cp863) | |
Reading cp864 (cp864) | |
Reading cp865 (cp865) | |
Reading cp866 (cp866) | |
Reading cp869 (cp869) | |
Reading cp874 (cp874) | |
Reading hp-roman8 (hp-roman8) | |
Reading koi8-f (koi8-f) | |
Reading koi8-r (koi8-r) | |
Reading koi8-u (koi8-u) | |
Reading MacArabic (MacArabic) | |
Reading MacCentralEurRoman (MacCentralEurRoman) | |
Reading MacCroatian (MacCroatian) | |
Reading MacCyrillic (MacCyrillic) | |
Reading MacFarsi (MacFarsi) | |
Reading MacGreek (MacGreek) | |
Reading MacHebrew (MacHebrew) | |
Reading MacIcelandic (MacIcelandic) | |
Reading MacRomanian (MacRomanian) | |
Reading MacRumanian (MacRumanian) | |
Reading MacRoman (MacRoman) | |
Reading MacSami (MacSami) | |
Reading MacThai (MacThai) | |
Reading MacTurkish (MacTurkish) | |
Reading MacUkrainian (MacUkrainian) | |
Reading nextstep (nextstep) | |
Reading viscii (viscii) | |
Making IO (all) | |
Running Makefile.PL in dist/IO | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Running Mkbootstrap for Encode::Byte () | |
Processing SpecialCasing.txt | |
chmod 644 Byte.bs | |
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp -nolinenumbers -typemap ../../../lib/ExtUtils/typemap Byte.xs > Byte.xsc && mv Byte.xsc Byte.c | |
Writing Makefile for IO | |
make[1]: Entering directory '/usr/src/perl/dist/IO' | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." byte_t.c | |
cp Util.bs ../../lib/auto/Hash/Util/Util.bs | |
Processing LineBreak.txt | |
chmod 644 ../../lib/auto/Hash/Util/Util.bs | |
rm -f ../../lib/auto/Hash/Util/Util.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Util.o -o ../../lib/auto/Hash/Util/Util.so \ | |
\ | |
cp Call.bs ../../lib/auto/Filter/Util/Call/Call.bs | |
chmod 644 ../../lib/auto/Filter/Util/Call/Call.bs | |
rm -f ../../lib/auto/Filter/Util/Call/Call.so | |
rm -f ../../lib/auto/I18N/Langinfo/Langinfo.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Langinfo.o -o ../../lib/auto/I18N/Langinfo/Langinfo.so \ | |
\ | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Call.o -o ../../lib/auto/Filter/Util/Call/Call.so \ | |
\ | |
chmod 755 ../../lib/auto/Hash/Util/Util.so | |
make[1]: Leaving directory '/usr/src/perl/ext/Hash-Util' | |
chmod 755 ../../lib/auto/I18N/Langinfo/Langinfo.so | |
make[1]: Leaving directory '/usr/src/perl/ext/I18N-Langinfo' | |
./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cp Byte.bs ../../../lib/auto/Encode/Byte/Byte.bs | |
Making IPC::SysV (all) | |
Running Makefile.PL in cpan/IPC-SysV | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
chmod 755 ../../lib/auto/Filter/Util/Call/Call.so | |
chmod 644 ../../../lib/auto/Encode/Byte/Byte.bs | |
make[1]: Leaving directory '/usr/src/perl/cpan/Filter-Util-Call' | |
cc -c -I./Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.49\" -DXS_VERSION=\"2.49\" -fPIC "-I../.." Encode.c | |
./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making List::Util (all) | |
Running Makefile.PL in cpan/List-Util | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cp Glob.bs ../../lib/auto/File/Glob/Glob.bs | |
chmod 644 ../../lib/auto/File/Glob/Glob.bs | |
rm -f ../../lib/auto/File/Glob/Glob.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector bsd_glob.o Glob.o -o ../../lib/auto/File/Glob/Glob.so \ | |
\ | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." Byte.c | |
chmod 755 ../../lib/auto/File/Glob/Glob.so | |
make[1]: Leaving directory '/usr/src/perl/ext/File-Glob' | |
./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Setting license tag... | |
rm -f ../../lib/auto/Hash/Util/FieldHash/FieldHash.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector FieldHash.o -o ../../lib/auto/Hash/Util/FieldHash/FieldHash.so \ | |
\ | |
Writing Makefile for IPC::SysV | |
Making MIME::Base64 (all) | |
Running Makefile.PL in cpan/MIME-Base64 | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Leaving directory '/usr/src/perl/dist/IO' | |
Making all in dist/IO | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/IPC-SysV' | |
make[1]: Entering directory '/usr/src/perl/dist/IO' | |
Writing Makefile for List::Util | |
chmod 755 ../../lib/auto/Hash/Util/FieldHash/FieldHash.so | |
cp lib/IO/Socket/UNIX.pm ../../lib/IO/Socket/UNIX.pm | |
cp lib/IO/Select.pm ../../lib/IO/Select.pm | |
cp lib/IO/Handle.pm ../../lib/IO/Handle.pm | |
cp lib/IO/Socket/INET.pm ../../lib/IO/Socket/INET.pm | |
cp lib/IO/Seekable.pm ../../lib/IO/Seekable.pm | |
cp lib/IO/Dir.pm ../../lib/IO/Dir.pm | |
cp lib/IO/File.pm ../../lib/IO/File.pm | |
cp IO.pm ../../lib/IO.pm | |
cp lib/IO/Poll.pm ../../lib/IO/Poll.pm | |
cp lib/IO/Pipe.pm ../../lib/IO/Pipe.pm | |
cp lib/IO/Socket.pm ../../lib/IO/Socket.pm | |
make[1]: Leaving directory '/usr/src/perl/ext/Hash-Util-FieldHash' | |
make[1]: Entering directory '/usr/src/perl/cpan/List-Util' | |
./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap IO.xs > IO.xsc && mv IO.xsc IO.c | |
Making Opcode (all) | |
Creating Makefile.PL in ext/Opcode for Opcode | |
Running Makefile.PL in ext/Opcode | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Writing Makefile for MIME::Base64 | |
make[1]: Entering directory '/usr/src/perl/cpan/MIME-Base64' | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.28\" -DXS_VERSION=\"1.28\" -fPIC "-I../.." poll.c | |
Writing Makefile for Opcode | |
make[1]: Entering directory '/usr/src/perl/ext/Opcode' | |
make[1]: Leaving directory '/usr/src/perl/cpan/IPC-SysV' | |
Making all in cpan/IPC-SysV | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/IPC-SysV' | |
rm -f ../../../lib/auto/Encode/Byte/Byte.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Byte.o byte_t.o -o ../../../lib/auto/Encode/Byte/Byte.so \ | |
\ | |
chmod 755 ../../../lib/auto/Encode/Byte/Byte.so | |
cp lib/IPC/SharedMem.pm ../../lib/IPC/SharedMem.pm | |
cp lib/IPC/SysV.pm ../../lib/IPC/SysV.pm | |
cp lib/IPC/Semaphore.pm ../../lib/IPC/Semaphore.pm | |
cp lib/IPC/Msg.pm ../../lib/IPC/Msg.pm | |
make[2]: Entering directory '/usr/src/perl/cpan/IPC-SysV' | |
../../miniperl -I../../lib -I../../lib regen.pl | |
make[2]: Leaving directory '/usr/src/perl/cpan/Encode/Byte' | |
make[1]: Leaving directory '/usr/src/perl/cpan/List-Util' | |
Making all in cpan/List-Util | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[2]: Entering directory '/usr/src/perl/cpan/IPC-SysV' | |
../../miniperl -I../../lib -I../../lib regen.pl | |
make[1]: Entering directory '/usr/src/perl/cpan/List-Util' | |
make[1]: Leaving directory '/usr/src/perl/cpan/MIME-Base64' | |
Making all in cpan/MIME-Base64 | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/MIME-Base64' | |
Writing const-xs.inc | |
Writing const-c.inc | |
make[2]: Leaving directory '/usr/src/perl/cpan/IPC-SysV' | |
./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Writing const-xs.inc | |
Writing const-c.inc | |
make[2]: Leaving directory '/usr/src/perl/cpan/IPC-SysV' | |
Running Mkbootstrap for IPC::SysV () | |
Running Mkbootstrap for IO () | |
Making POSIX (all) | |
Running Makefile.PL in ext/POSIX | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cp lib/List/Util.pm ../../lib/List/Util.pm | |
cp lib/List/Util/XS.pm ../../lib/List/Util/XS.pm | |
cp lib/Scalar/Util.pm ../../lib/Scalar/Util.pm | |
chmod 644 SysV.bs | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap -typemap typemap SysV.xs > SysV.xsc && mv SysV.xsc SysV.c | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap ListUtil.xs > ListUtil.xsc && mv ListUtil.xsc ListUtil.c | |
cp QuotedPrint.pm ../../lib/MIME/QuotedPrint.pm | |
cp Base64.pm ../../lib/MIME/Base64.pm | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Base64.xs > Base64.xsc && mv Base64.xsc Base64.c | |
chmod 644 IO.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.28\" -DXS_VERSION=\"1.28\" -fPIC "-I../.." IO.c | |
Processing hints file hints/linux.pl | |
make[1]: Leaving directory '/usr/src/perl/ext/Opcode' | |
Making all in ext/Opcode | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/Opcode' | |
Warning (mostly harmless): No library found for -lposix | |
Warning (mostly harmless): No library found for -lcposix | |
Running Mkbootstrap for MIME::Base64 () | |
Running Mkbootstrap for List::Util () | |
cp SysV.bs ../../lib/auto/IPC/SysV/SysV.bs | |
chmod 644 ../../lib/auto/IPC/SysV/SysV.bs | |
chmod 644 Base64.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.13\" -DXS_VERSION=\"3.13\" -fPIC "-I../.." Base64.c | |
Writing Makefile for POSIX | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../.." SysV.c | |
make[1]: Entering directory '/usr/src/perl/ext/POSIX' | |
chmod 644 Util.bs | |
cp Opcode.pm ../../lib/Opcode.pm | |
cp ops.pm ../../lib/ops.pm | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.27\" -DXS_VERSION=\"1.27\" -fPIC "-I../.." -DPERL_EXT ListUtil.c | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Opcode.xs > Opcode.xsc && mv Opcode.xsc Opcode.c | |
Running Mkbootstrap for Opcode () | |
chmod 644 Opcode.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.25\" -DXS_VERSION=\"1.25\" -fPIC "-I../.." Opcode.c | |
cc -c -I./Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.49\" -DXS_VERSION=\"2.49\" -fPIC "-I../.." def_t.c | |
make[1]: Leaving directory '/usr/src/perl/ext/POSIX' | |
Making all in ext/POSIX | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/POSIX' | |
cp Encode.bs ../../lib/auto/Encode/Encode.bs | |
chmod 644 ../../lib/auto/Encode/Encode.bs | |
cp IO.bs ../../lib/auto/IO/IO.bs | |
cp lib/POSIX.pod ../../lib/POSIX.pod | |
cp lib/POSIX.pm ../../lib/POSIX.pm | |
make[2]: Entering directory '/usr/src/perl/cpan/Encode/CN' | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototypes -typemap ../../lib/ExtUtils/typemap -typemap typemap POSIX.xs > POSIX.xsc && mv POSIX.xsc POSIX.c | |
chmod 644 ../../lib/auto/IO/IO.bs | |
rm -f ../../lib/auto/IO/IO.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector IO.o poll.o -o ../../lib/auto/IO/IO.so \ | |
\ | |
cp Base64.bs ../../lib/auto/MIME/Base64/Base64.bs | |
chmod 644 ../../lib/auto/MIME/Base64/Base64.bs | |
rm -f ../../lib/auto/MIME/Base64/Base64.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Base64.o -o ../../lib/auto/MIME/Base64/Base64.so \ | |
\ | |
chmod 755 ../../lib/auto/IO/IO.so | |
chmod 755 ../../lib/auto/MIME/Base64/Base64.so | |
make[1]: Leaving directory '/usr/src/perl/cpan/MIME-Base64' | |
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Leaving directory '/usr/src/perl/dist/IO' | |
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/mmap/mmap.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making PerlIO::encoding (all) | |
Creating Makefile.PL in ext/PerlIO-encoding for PerlIO::encoding | |
Running Makefile.PL in ext/PerlIO-encoding | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making PerlIO::mmap (all) | |
Creating Makefile.PL in ext/PerlIO-mmap for PerlIO::mmap | |
Running Makefile.PL in ext/PerlIO-mmap | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cp CN.pm ../../../lib/Encode/CN.pm | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o gb_02_t.c -f gb_02_t.fnm | |
Running Mkbootstrap for POSIX () | |
rm -f ../../lib/auto/IPC/SysV/SysV.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector SysV.o -o ../../lib/auto/IPC/SysV/SysV.so \ | |
\ | |
Writing Makefile for PerlIO::encoding | |
chmod 644 POSIX.bs | |
make[1]: Entering directory '/usr/src/perl/ext/PerlIO-encoding' | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST -O2 -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -fPIC "-I../.." POSIX.c | |
Writing Makefile for PerlIO::mmap | |
cp Opcode.bs ../../lib/auto/Opcode/Opcode.bs | |
chmod 644 ../../lib/auto/Opcode/Opcode.bs | |
make[1]: Entering directory '/usr/src/perl/ext/PerlIO-mmap' | |
chmod 755 ../../lib/auto/IPC/SysV/SysV.so | |
rm -f ../../lib/auto/Opcode/Opcode.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Opcode.o -o ../../lib/auto/Opcode/Opcode.so \ | |
\ | |
make[1]: Leaving directory '/usr/src/perl/cpan/IPC-SysV' | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o gb_03_t.c -f gb_03_t.fnm | |
chmod 755 ../../lib/auto/Opcode/Opcode.so | |
make[1]: Leaving directory '/usr/src/perl/ext/Opcode' | |
Processing EastAsianWidth.txt | |
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making PerlIO::scalar (all) | |
Creating Makefile.PL in ext/PerlIO-scalar for PerlIO::scalar | |
Running Makefile.PL in ext/PerlIO-scalar | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cp Util.bs ../../lib/auto/List/Util/Util.bs | |
chmod 644 ../../lib/auto/List/Util/Util.bs | |
rm -f ../../lib/auto/List/Util/Util.so | |
Writing compiled form | |
cc -shared -O2 -L/usr/local/lib -fstack-protector ListUtil.o -o ../../lib/auto/List/Util/Util.so \ | |
\ | |
chmod 755 ../../lib/auto/List/Util/Util.so | |
make[1]: Leaving directory '/usr/src/perl/cpan/List-Util' | |
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making PerlIO::via (all) | |
Creating Makefile.PL in ext/PerlIO-via for PerlIO::via | |
Running Makefile.PL in ext/PerlIO-via | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Writing Makefile for PerlIO::scalar | |
Writing compiled form | |
make[1]: Entering directory '/usr/src/perl/ext/PerlIO-scalar' | |
34800 bytes in string tables | |
2786 bytes (7.41%) saved spotting duplicates | |
Reading gb12345-raw (gb12345-raw) | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm | |
make[1]: Leaving directory '/usr/src/perl/ext/PerlIO-encoding' | |
Making all in ext/PerlIO-encoding | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/PerlIO-encoding' | |
make[1]: Leaving directory '/usr/src/perl/ext/PerlIO-mmap' | |
Making all in ext/PerlIO-mmap | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cp encoding.pm ../../lib/PerlIO/encoding.pm | |
make[1]: Entering directory '/usr/src/perl/ext/PerlIO-mmap' | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap encoding.xs > encoding.xsc && mv encoding.xsc encoding.c | |
34764 bytes in string tables | |
2312 bytes (6.24%) saved spotting duplicates | |
Reading gb2312-raw (gb2312-raw) | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm | |
Writing Makefile for PerlIO::via | |
make[1]: Entering directory '/usr/src/perl/ext/PerlIO-via' | |
cp mmap.pm ../../lib/PerlIO/mmap.pm | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap mmap.xs > mmap.xsc && mv mmap.xsc mmap.c | |
Running Mkbootstrap for PerlIO::encoding () | |
make[1]: Leaving directory '/usr/src/perl/ext/PerlIO-scalar' | |
Making all in ext/PerlIO-scalar | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/PerlIO-scalar' | |
Writing compiled form | |
chmod 644 encoding.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.16\" -DXS_VERSION=\"0.16\" -fPIC "-I../.." encoding.c | |
cp scalar.pm ../../lib/PerlIO/scalar.pm | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap scalar.xs > scalar.xsc && mv scalar.xsc scalar.c | |
Running Mkbootstrap for PerlIO::mmap () | |
chmod 644 mmap.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.011\" -DXS_VERSION=\"0.011\" -fPIC "-I../.." mmap.c | |
34638 bytes in string tables | |
2566 bytes (6.9%) saved spotting duplicates | |
Reading euc-cn (euc-cn) | |
Running Mkbootstrap for PerlIO::scalar () | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ir_04_t.c -f ir_04_t.fnm | |
make[1]: Leaving directory '/usr/src/perl/ext/PerlIO-via' | |
Making all in ext/PerlIO-via | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/PerlIO-via' | |
chmod 644 scalar.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.16\" -DXS_VERSION=\"0.16\" -fPIC "-I../.." scalar.c | |
cp via.pm ../../lib/PerlIO/via.pm | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap via.xs > via.xsc && mv via.xsc via.c | |
cp mmap.bs ../../lib/auto/PerlIO/mmap/mmap.bs | |
chmod 644 ../../lib/auto/PerlIO/mmap/mmap.bs | |
rm -f ../../lib/auto/PerlIO/mmap/mmap.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector mmap.o -o ../../lib/auto/PerlIO/mmap/mmap.so \ | |
\ | |
chmod 755 ../../lib/auto/PerlIO/mmap/mmap.so | |
Writing compiled form | |
Running Mkbootstrap for PerlIO::via () | |
make[1]: Leaving directory '/usr/src/perl/ext/PerlIO-mmap' | |
cp scalar.bs ../../lib/auto/PerlIO/scalar/scalar.bs | |
chmod 644 ../../lib/auto/PerlIO/scalar/scalar.bs | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm | |
chmod 644 via.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.12\" -DXS_VERSION=\"0.12\" -fPIC "-I../.." via.c | |
rm -f ../../lib/auto/PerlIO/scalar/scalar.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector scalar.o -o ../../lib/auto/PerlIO/scalar/scalar.so \ | |
\ | |
Writing compiled form | |
38113 bytes in string tables | |
2548 bytes (6.27%) saved spotting duplicates | |
Reading iso-ir-165 (iso-ir-165) | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." eu_01_t.c | |
chmod 755 ../../lib/auto/PerlIO/scalar/scalar.so | |
make[1]: Leaving directory '/usr/src/perl/ext/PerlIO-scalar' | |
./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making SDBM_File (all) | |
Running Makefile.PL in ext/SDBM_File | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cp encoding.bs ../../lib/auto/PerlIO/encoding/encoding.bs | |
Writing compiled form | |
chmod 644 ../../lib/auto/PerlIO/encoding/encoding.bs | |
rm -f ../../lib/auto/PerlIO/encoding/encoding.so | |
cp POSIX.bs ../../lib/auto/POSIX/POSIX.bs | |
cc -shared -O2 -L/usr/local/lib -fstack-protector encoding.o -o ../../lib/auto/PerlIO/encoding/encoding.so \ | |
\ | |
chmod 644 ../../lib/auto/POSIX/POSIX.bs | |
rm -f ../../lib/auto/POSIX/POSIX.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector POSIX.o -o ../../lib/auto/POSIX/POSIX.so \ | |
-lm \ | |
chmod 755 ../../lib/auto/PerlIO/encoding/encoding.so | |
Reading cp936 (cp936) | |
120296 bytes in string tables | |
138 bytes (0.115%) saved spotting duplicates | |
make[1]: Leaving directory '/usr/src/perl/ext/PerlIO-encoding' | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." gb_02_t.c | |
./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Socket (all) | |
Running Makefile.PL in cpan/Socket | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
POSIX.o: In function `XS_POSIX_tmpnam': | |
POSIX.c:(.text+0x3203): warning: the use of `tmpnam' is dangerous, better use `mkstemp' | |
chmod 755 ../../lib/auto/POSIX/POSIX.so | |
Writing Makefile for sdbm | |
Writing Makefile for SDBM_File | |
make[1]: Entering directory '/usr/src/perl/ext/SDBM_File' | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." gb_03_t.c | |
make[1]: Leaving directory '/usr/src/perl/ext/POSIX' | |
./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Storable (all) | |
Running Makefile.PL in dist/Storable | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
34801 bytes in string tables | |
2601 bytes (6.95%) saved spotting duplicates | |
Reading MacChineseSimp (MacChineseSimp) | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ir_04_t.c | |
Processing CompositionExclusions.txt | |
Processing BidiMirroring.txt | |
Processing CaseFolding.txt | |
Processing hints file hints/linux.pl | |
cp via.bs ../../lib/auto/PerlIO/via/via.bs | |
chmod 644 ../../lib/auto/PerlIO/via/via.bs | |
rm -f ../../lib/auto/PerlIO/via/via.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector via.o -o ../../lib/auto/PerlIO/via/via.so \ | |
\ | |
Writing Makefile for Storable | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ma_05_t.c | |
make[1]: Entering directory '/usr/src/perl/dist/Storable' | |
Writing Makefile for Socket | |
make[1]: Entering directory '/usr/src/perl/cpan/Socket' | |
chmod 755 ../../lib/auto/PerlIO/via/via.so | |
make[1]: Leaving directory '/usr/src/perl/ext/SDBM_File' | |
Making all in ext/SDBM_File | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Leaving directory '/usr/src/perl/ext/PerlIO-via' | |
make[1]: Entering directory '/usr/src/perl/ext/SDBM_File' | |
Processing DCoreProperties.txt | |
Running Mkbootstrap for Encode::CN () | |
./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Sys::Hostname (all) | |
Creating Makefile.PL in ext/Sys-Hostname for Sys::Hostname | |
Running Makefile.PL in ext/Sys-Hostname | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
chmod 644 CN.bs | |
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp -noprototypes -nolinenumbers -typemap ../../../lib/ExtUtils/typemap CN.xs > CN.xsc && mv CN.xsc CN.c | |
cp SDBM_File.pm ../../lib/SDBM_File.pm | |
cd sdbm && make all | |
make[1]: Leaving directory '/usr/src/perl/dist/Storable' | |
Making all in dist/Storable | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." cp_00_t.c | |
make[2]: Entering directory '/usr/src/perl/ext/SDBM_File/sdbm' | |
cc -c -I../../.. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I../../.." -DSDBM -DDUFF sdbm.c | |
make[1]: Entering directory '/usr/src/perl/dist/Storable' | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Storable.xs > Storable.xsc && mv Storable.xsc Storable.c | |
make[1]: Leaving directory '/usr/src/perl/cpan/Socket' | |
Making all in cpan/Socket | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cp Storable.pm ../../lib/Storable.pm | |
make[1]: Entering directory '/usr/src/perl/cpan/Socket' | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototypes -typemap ../../lib/ExtUtils/typemap -typemap typemap Socket.xs > Socket.xsc && mv Socket.xsc Socket.c | |
Running Mkbootstrap for Storable () | |
Writing Makefile for Sys::Hostname | |
chmod 644 Storable.bs | |
make[1]: Entering directory '/usr/src/perl/ext/Sys-Hostname' | |
cp Storable.bs ../../lib/auto/Storable/Storable.bs | |
chmod 644 ../../lib/auto/Storable/Storable.bs | |
cp Socket.pm ../../lib/Socket.pm | |
./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Running Mkbootstrap for Socket () | |
Making Sys::Syslog (all) | |
Running Makefile.PL in cpan/Sys-Syslog | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
./miniperl -Ilib make_ext.pl lib/auto/Text/Soundex/Soundex.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
chmod 644 Socket.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.009\" -DXS_VERSION=\"2.009\" -fPIC "-I../.." Socket.c | |
Making Text::Soundex (all) | |
Creating Makefile.PL in cpan/Text-Soundex for Text::Soundex | |
Running Makefile.PL in cpan/Text-Soundex | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.41\" -DXS_VERSION=\"2.41\" -fPIC "-I../.." Storable.c | |
cc -c -I../../.. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I../../.." -DSDBM -DDUFF pair.c | |
cp CN.bs ../../../lib/auto/Encode/CN/CN.bs | |
chmod 644 ../../../lib/auto/Encode/CN/CN.bs | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." CN.c | |
Writing Makefile for Sys::Syslog | |
make[1]: Entering directory '/usr/src/perl/cpan/Sys-Syslog' | |
Processing Scripts.txt | |
Writing Makefile for Text::Soundex | |
make[1]: Entering directory '/usr/src/perl/cpan/Text-Soundex' | |
Processing DNormalizationProps.txt | |
cc -c -I../../.. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I../../.." -DSDBM -DDUFF hash.c | |
make[1]: Leaving directory '/usr/src/perl/ext/Sys-Hostname' | |
Making all in ext/Sys-Hostname | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/Sys-Hostname' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Sys-Syslog' | |
Making all in cpan/Sys-Syslog | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Sys-Syslog' | |
cp Hostname.pm ../../lib/Sys/Hostname.pm | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Hostname.xs > Hostname.xsc && mv Hostname.xsc Hostname.c | |
rm -f ../../../lib/auto/Encode/CN/CN.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector CN.o cp_00_t.o eu_01_t.o gb_02_t.o gb_03_t.o ir_04_t.o ma_05_t.o -o ../../../lib/auto/Encode/CN/CN.so \ | |
\ | |
make[1]: Leaving directory '/usr/src/perl/cpan/Text-Soundex' | |
Making all in cpan/Text-Soundex | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Text-Soundex' | |
cp Syslog.pm ../../lib/Sys/Syslog.pm | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototypes -typemap ../../lib/ExtUtils/typemap Syslog.xs > Syslog.xsc && mv Syslog.xsc Syslog.c | |
Please specify prototyping behavior for Hostname.xs (see perlxs manual) | |
rm -rf libsdbm.a | |
Running Mkbootstrap for Sys::Hostname () | |
/usr/bin/ar cr libsdbm.a sdbm.o pair.o hash.o && : libsdbm.a | |
chmod 755 ../../../lib/auto/Encode/CN/CN.so | |
cp Soundex.pm ../../lib/Text/Soundex.pm | |
chmod 755 libsdbm.a | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Soundex.xs > Soundex.xsc && mv Soundex.xsc Soundex.c | |
chmod 644 Hostname.bs | |
make[2]: Leaving directory '/usr/src/perl/cpan/Encode/CN' | |
rm -f ../../lib/auto/Encode/Encode.so | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.17\" -DXS_VERSION=\"1.17\" -fPIC "-I../.." Hostname.c | |
make[2]: Leaving directory '/usr/src/perl/ext/SDBM_File/sdbm' | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Encode.o def_t.o encengine.o -o ../../lib/auto/Encode/Encode.so \ | |
\ | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototypes -typemap ../../lib/ExtUtils/typemap -typemap typemap SDBM_File.xs > SDBM_File.xsc && mv SDBM_File.xsc SDBM_File.c | |
Running Mkbootstrap for Sys::Syslog () | |
chmod 644 Syslog.bs | |
Processing HangulSyllableType.txt | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.32\" -DXS_VERSION=\"0.32\" -fPIC "-I../.." Syslog.c | |
chmod 755 ../../lib/auto/Encode/Encode.so | |
Running Mkbootstrap for Text::Soundex () | |
make[2]: Entering directory '/usr/src/perl/cpan/Encode/EBCDIC' | |
Processing auxiliary/WordBreakProperty.txt | |
chmod 644 Soundex.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.04\" -DXS_VERSION=\"3.04\" -fPIC "-I../.." Soundex.c | |
Running Mkbootstrap for SDBM_File () | |
chmod 644 SDBM_File.bs | |
cp Socket.bs ../../lib/auto/Socket/Socket.bs | |
chmod 644 ../../lib/auto/Socket/Socket.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"1.09\" -DXS_VERSION=\"1.09\" -fPIC "-I../.." SDBM_File.c | |
rm -f ../../lib/auto/Socket/Socket.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Socket.o -o ../../lib/auto/Socket/Socket.so \ | |
\ | |
Processing auxiliary/GraphemeBreakProperty.txt | |
chmod 755 ../../lib/auto/Socket/Socket.so | |
cp EBCDIC.pm ../../../lib/Encode/EBCDIC.pm | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o ebcdic_t.c -f ebcdic_t.fnm | |
cp Hostname.bs ../../lib/auto/Sys/Hostname/Hostname.bs | |
make[1]: Leaving directory '/usr/src/perl/cpan/Socket' | |
chmod 644 ../../lib/auto/Sys/Hostname/Hostname.bs | |
Running Mkbootstrap for Encode::EBCDIC () | |
rm -f ../../lib/auto/Sys/Hostname/Hostname.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Hostname.o -o ../../lib/auto/Sys/Hostname/Hostname.so \ | |
\ | |
Processing auxiliary/GCBTest.txt | |
Processing auxiliary/SentenceBreakProperty.txt | |
chmod 755 ../../lib/auto/Sys/Hostname/Hostname.so | |
make[1]: Leaving directory '/usr/src/perl/ext/Sys-Hostname' | |
./miniperl -Ilib make_ext.pl lib/auto/Tie/Hash/NamedCapture/NamedCapture.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
chmod 644 EBCDIC.bs | |
Writing compiled form | |
./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
2174 bytes in string tables | |
367 bytes (14.4%) saved spotting duplicates | |
1 bytes (0.046%) saved using substrings | |
Reading cp37 (cp37) | |
Reading cp1026 (cp1026) | |
Reading cp1047 (cp1047) | |
Reading cp500 (cp500) | |
Reading cp875 (cp875) | |
Reading posix-bc (posix-bc) | |
Making Time::HiRes (all) | |
Running Makefile.PL in cpan/Time-HiRes | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Tie::Hash::NamedCapture (all) | |
Creating Makefile.PL in ext/Tie-Hash-NamedCapture for Tie::Hash::NamedCapture | |
Running Makefile.PL in ext/Tie-Hash-NamedCapture | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp -nolinenumbers -typemap ../../../lib/ExtUtils/typemap EBCDIC.xs > EBCDIC.xsc && mv EBCDIC.xsc EBCDIC.c | |
Processing NamedSequences.txt | |
Processing NameAliases.txt | |
cp Syslog.bs ../../lib/auto/Sys/Syslog/Syslog.bs | |
Configuring Time::HiRes... | |
Using hints hints/linux.pl... | |
Extra libraries: -lrt... | |
Have syscall()... looking for syscall.h... chmod 644 ../../lib/auto/Sys/Syslog/Syslog.bs | |
rm -f ../../lib/auto/Sys/Syslog/Syslog.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Syslog.o -o ../../lib/auto/Sys/Syslog/Syslog.so \ | |
\ | |
Processing ScriptExtensions.txt | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." ebcdic_t.c | |
chmod 755 ../../lib/auto/Sys/Syslog/Syslog.so | |
cp Soundex.bs ../../lib/auto/Text/Soundex/Soundex.bs | |
chmod 644 ../../lib/auto/Text/Soundex/Soundex.bs | |
rm -f ../../lib/auto/Text/Soundex/Soundex.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Soundex.o -o ../../lib/auto/Text/Soundex/Soundex.so \ | |
\ | |
Finishing processing Unicode properties | |
make[1]: Leaving directory '/usr/src/perl/cpan/Sys-Syslog' | |
./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
chmod 755 ../../lib/auto/Text/Soundex/Soundex.so | |
cp EBCDIC.bs ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs | |
Writing Makefile for Tie::Hash::NamedCapture | |
make[1]: Entering directory '/usr/src/perl/ext/Tie-Hash-NamedCapture' | |
chmod 644 ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs | |
Making Time::Piece (all) | |
Running Makefile.PL in cpan/Time-Piece | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Leaving directory '/usr/src/perl/cpan/Text-Soundex' | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." EBCDIC.c | |
Writing Makefile for Time::Piece | |
./miniperl -Ilib make_ext.pl lib/auto/Unicode/Collate/Collate.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Unicode::Collate (all) | |
Running Makefile.PL in cpan/Unicode-Collate | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Time-Piece' | |
cp SDBM_File.bs ../../lib/auto/SDBM_File/SDBM_File.bs | |
chmod 644 ../../lib/auto/SDBM_File/SDBM_File.bs | |
rm -f ../../lib/auto/SDBM_File/SDBM_File.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector SDBM_File.o -o ../../lib/auto/SDBM_File/SDBM_File.so sdbm/libsdbm.a \ | |
\ | |
make[1]: Leaving directory '/usr/src/perl/ext/Tie-Hash-NamedCapture' | |
Making all in ext/Tie-Hash-NamedCapture | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/Tie-Hash-NamedCapture' | |
chmod 755 ../../lib/auto/SDBM_File/SDBM_File.so | |
found <syscall.h>. | |
Looking for gettimeofday()... found. | |
Looking for setitimer()... found. | |
Looking for getitimer()... found. | |
You have interval timers (both setitimer and getitimer). | |
Looking for ualarm()... found. | |
Looking for usleep()... found. | |
Looking for nanosleep()... testing... rm -f ../../../lib/auto/Encode/EBCDIC/EBCDIC.so | |
make[1]: Leaving directory '/usr/src/perl/ext/SDBM_File' | |
cc -shared -O2 -L/usr/local/lib -fstack-protector EBCDIC.o ebcdic_t.o -o ../../../lib/auto/Encode/EBCDIC/EBCDIC.so \ | |
\ | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap NamedCapture.xs > NamedCapture.xsc && mv NamedCapture.xsc NamedCapture.c | |
Making header files for XS... | |
chmod 755 ../../../lib/auto/Encode/EBCDIC/EBCDIC.so | |
cp NamedCapture.pm ../../lib/Tie/Hash/NamedCapture.pm | |
Running Mkbootstrap for Tie::Hash::NamedCapture () | |
make[2]: Leaving directory '/usr/src/perl/cpan/Encode/EBCDIC' | |
make[2]: Entering directory '/usr/src/perl/cpan/Encode/JP' | |
chmod 644 NamedCapture.bs | |
cp NamedCapture.bs ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.bs | |
chmod 644 ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.bs | |
./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" -fPIC "-I../.." NamedCapture.c | |
Making XS::APItest (all) | |
Running Makefile.PL in ext/XS-APItest | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Leaving directory '/usr/src/perl/cpan/Time-Piece' | |
Making all in cpan/Time-Piece | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Time-Piece' | |
cp JP.pm ../../../lib/Encode/JP.pm | |
cp Seconds.pm ../../lib/Time/Seconds.pm | |
cp Piece.pm ../../lib/Time/Piece.pm | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ji_02_t.c -f ji_02_t.fnm | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Piece.xs > Piece.xsc && mv Piece.xsc Piece.c | |
Writing Makefile for XS::APItest | |
make[1]: Entering directory '/usr/src/perl/ext/XS-APItest' | |
Writing compiled form | |
479 bytes in string tables | |
Reading jis0201-raw (jis0201-raw) | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm | |
Running Mkbootstrap for Time::Piece () | |
rm -f ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.so | |
chmod 644 Piece.bs | |
cc -shared -O2 -L/usr/local/lib -fstack-protector NamedCapture.o -o ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.so \ | |
\ | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.20_01\" -DXS_VERSION=\"1.20_01\" -fPIC "-I../.." Piece.c | |
found. | |
You can mix subsecond sleeps with signals, if you want to. | |
(It's still not portable, though.) | |
Looking for clock_gettime()... chmod 755 ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.so | |
make[1]: Leaving directory '/usr/src/perl/ext/Tie-Hash-NamedCapture' | |
./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making XS::Typemap (all) | |
Running Makefile.PL in ext/XS-Typemap | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Leaving directory '/usr/src/perl/ext/XS-APItest' | |
Making all in ext/XS-APItest | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/XS-APItest' | |
make[1]: Entering directory '/usr/src/perl/cpan/Unicode-Collate' | |
cp APItest.pm ../../lib/XS/APItest.pm | |
Writing Makefile for XS::Typemap | |
make[1]: Entering directory '/usr/src/perl/ext/XS-Typemap' | |
found. | |
Looking for clock_getres()... ../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap -typemap typemap APItest.xs > APItest.xsc && mv APItest.xsc APItest.c | |
Writing compiled form | |
rm -f ../../lib/auto/Storable/Storable.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Storable.o -o ../../lib/auto/Storable/Storable.so \ | |
\ | |
chmod 755 ../../lib/auto/Storable/Storable.so | |
make[1]: Leaving directory '/usr/src/perl/dist/Storable' | |
./miniperl -Ilib make_ext.pl lib/auto/arybase/arybase.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
found. | |
Looking for clock_nanosleep()... Making arybase (all) | |
Creating Makefile.PL in ext/arybase for arybase | |
Running Makefile.PL in ext/arybase | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Leaving directory '/usr/src/perl/ext/XS-Typemap' | |
Making all in ext/XS-Typemap | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/XS-Typemap' | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap -typemap typemap XSUB-undef-XS_VERSION.xs > XSUB-undef-XS_VERSION.xsc && mv XSUB-undef-XS_VERSION.xsc XSUB-undef-XS_VERSION.c | |
cp Typemap.pm ../../lib/XS/Typemap.pm | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -fPIC "-I../.." stdio.c | |
make[1]: Leaving directory '/usr/src/perl/cpan/Unicode-Collate' | |
Making all in cpan/Unicode-Collate | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Unicode-Collate' | |
Writing Makefile for arybase | |
make[1]: Entering directory '/usr/src/perl/ext/arybase' | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Typemap.xs > Typemap.xsc && mv Typemap.xsc Typemap.c | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap -typemap typemap XSUB-redefined-macros.xs > XSUB-redefined-macros.xsc && mv XSUB-redefined-macros.xsc XSUB-redefined-macros.c | |
cp Piece.bs ../../lib/auto/Time/Piece/Piece.bs | |
chmod 644 ../../lib/auto/Time/Piece/Piece.bs | |
rm -f ../../lib/auto/Time/Piece/Piece.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Piece.o -o ../../lib/auto/Time/Piece/Piece.so \ | |
\ | |
chmod 755 ../../lib/auto/Time/Piece/Piece.so | |
cp Collate/Locale/fi.pl ../../lib/Unicode/Collate/Locale/fi.pl | |
cp Collate/Locale/ee.pl ../../lib/Unicode/Collate/Locale/ee.pl | |
cp Collate/Locale/haw.pl ../../lib/Unicode/Collate/Locale/haw.pl | |
cp Collate/Locale/sq.pl ../../lib/Unicode/Collate/Locale/sq.pl | |
cp Collate/Locale/sl.pl ../../lib/Unicode/Collate/Locale/sl.pl | |
cp Collate/Locale/si_dict.pl ../../lib/Unicode/Collate/Locale/si_dict.pl | |
cp Collate/Locale/ca.pl ../../lib/Unicode/Collate/Locale/ca.pl | |
cp Collate/Locale/ur.pl ../../lib/Unicode/Collate/Locale/ur.pl | |
cp Collate/Locale/sv_refo.pl ../../lib/Unicode/Collate/Locale/sv_refo.pl | |
cp Collate/Locale/be.pl ../../lib/Unicode/Collate/Locale/be.pl | |
cp Collate/Locale/kok.pl ../../lib/Unicode/Collate/Locale/kok.pl | |
cp Collate/Locale/hu.pl ../../lib/Unicode/Collate/Locale/hu.pl | |
cp Collate/Locale/ja.pl ../../lib/Unicode/Collate/Locale/ja.pl | |
cp Collate/CJK/Stroke.pm ../../lib/Unicode/Collate/CJK/Stroke.pm | |
cp Collate/Locale/ru.pl ../../lib/Unicode/Collate/Locale/ru.pl | |
cp Collate/Locale/te.pl ../../lib/Unicode/Collate/Locale/te.pl | |
cp Collate/Locale/wae.pl ../../lib/Unicode/Collate/Locale/wae.pl | |
cp Collate/CJK/Korean.pm ../../lib/Unicode/Collate/CJK/Korean.pm | |
cp Collate/Locale/sr.pl ../../lib/Unicode/Collate/Locale/sr.pl | |
cp Collate/Locale/gu.pl ../../lib/Unicode/Collate/Locale/gu.pl | |
cp Collate/Locale/pa.pl ../../lib/Unicode/Collate/Locale/pa.pl | |
cp Collate/Locale/ta.pl ../../lib/Unicode/Collate/Locale/ta.pl | |
cp Collate/CJK/Pinyin.pm ../../lib/Unicode/Collate/CJK/Pinyin.pm | |
cp Collate/Locale/cy.pl ../../lib/Unicode/Collate/Locale/cy.pl | |
cp Collate.pm ../../lib/Unicode/Collate.pm | |
cp Collate/Locale/da.pl ../../lib/Unicode/Collate/Locale/da.pl | |
cp Collate/Locale/af.pl ../../lib/Unicode/Collate/Locale/af.pl | |
cp Collate/Locale/mt.pl ../../lib/Unicode/Collate/Locale/mt.pl | |
cp Collate/Locale/sa.pl ../../lib/Unicode/Collate/Locale/sa.pl | |
cp Collate/Locale/de_phone.pl ../../lib/Unicode/Collate/Locale/de_phone.pl | |
cp Collate/allkeys.txt ../../lib/Unicode/Collate/allkeys.txt | |
cp Collate/Locale/ro.pl ../../lib/Unicode/Collate/Locale/ro.pl | |
cp Collate/Locale/lt.pl ../../lib/Unicode/Collate/Locale/lt.pl | |
cp Collate/Locale/ar.pl ../../lib/Unicode/Collate/Locale/ar.pl | |
cp Collate/Locale/hr.pl ../../lib/Unicode/Collate/Locale/hr.pl | |
cp Collate/Locale/fil.pl ../../lib/Unicode/Collate/Locale/fil.pl | |
cp Collate/Locale/ln.pl ../../lib/Unicode/Collate/Locale/ln.pl | |
cp Collate/Locale/mk.pl ../../lib/Unicode/Collate/Locale/mk.pl | |
cp Collate/Locale/hy.pl ../../lib/Unicode/Collate/Locale/hy.pl | |
cp Collate/Locale/ml.pl ../../lib/Unicode/Collate/Locale/ml.pl | |
make[1]: Leaving directory '/usr/src/perl/cpan/Time-Piece' | |
./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making attributes (all) | |
Creating Makefile.PL in ext/attributes for attributes | |
Running Makefile.PL in ext/attributes | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -O2 -DVERSION=\"0.51\" -DXS_VERSION=\"0.51\" -fPIC "-I../.." exception.c | |
cp Collate/Locale/zh_strk.pl ../../lib/Unicode/Collate/Locale/zh_strk.pl | |
cp Collate/keys.txt ../../lib/Unicode/Collate/keys.txt | |
cp Collate/Locale/ig.pl ../../lib/Unicode/Collate/Locale/ig.pl | |
cp Collate/Locale/kl.pl ../../lib/Unicode/Collate/Locale/kl.pl | |
cp Collate/Locale/eo.pl ../../lib/Unicode/Collate/Locale/eo.pl | |
cp Collate/Locale/to.pl ../../lib/Unicode/Collate/Locale/to.pl | |
cp Collate/Locale/wo.pl ../../lib/Unicode/Collate/Locale/wo.pl | |
cp Collate/Locale/lv.pl ../../lib/Unicode/Collate/Locale/lv.pl | |
cp Collate/Locale/az.pl ../../lib/Unicode/Collate/Locale/az.pl | |
cp Collate/Locale.pm ../../lib/Unicode/Collate/Locale.pm | |
cp Collate/Locale/zh_pin.pl ../../lib/Unicode/Collate/Locale/zh_pin.pl | |
cp Collate/Locale/sk.pl ../../lib/Unicode/Collate/Locale/sk.pl | |
cp Collate/Locale/sv.pl ../../lib/Unicode/Collate/Locale/sv.pl | |
cp Collate/Locale/fa.pl ../../lib/Unicode/Collate/Locale/fa.pl | |
cp Collate/Locale/zh_zhu.pl ../../lib/Unicode/Collate/Locale/zh_zhu.pl | |
cp Collate/Locale/es.pl ../../lib/Unicode/Collate/Locale/es.pl | |
cp Collate/Locale/bn.pl ../../lib/Unicode/Collate/Locale/bn.pl | |
cp Collate/Locale/bg.pl ../../lib/Unicode/Collate/Locale/bg.pl | |
cp Collate/Locale/es_trad.pl ../../lib/Unicode/Collate/Locale/es_trad.pl | |
cp Collate/Locale/uk.pl ../../lib/Unicode/Collate/Locale/uk.pl | |
cp Collate/Locale/tr.pl ../../lib/Unicode/Collate/Locale/tr.pl | |
cp Collate/Locale/fo.pl ../../lib/Unicode/Collate/Locale/fo.pl | |
cp Collate/Locale/nb.pl ../../lib/Unicode/Collate/Locale/nb.pl | |
cp Collate/Locale/kn.pl ../../lib/Unicode/Collate/Locale/kn.pl | |
cp Collate/Locale/et.pl ../../lib/Unicode/Collate/Locale/et.pl | |
cp Collate/CJK/Zhuyin.pm ../../lib/Unicode/Collate/CJK/Zhuyin.pm | |
cp Collate/CJK/GB2312.pm ../../lib/Unicode/Collate/CJK/GB2312.pm | |
cp Collate/Locale/hi.pl ../../lib/Unicode/Collate/Locale/hi.pl | |
cp Collate/Locale/se.pl ../../lib/Unicode/Collate/Locale/se.pl | |
cp Collate/Locale/as.pl ../../lib/Unicode/Collate/Locale/as.pl | |
cp Collate/Locale/mr.pl ../../lib/Unicode/Collate/Locale/mr.pl | |
cp Collate/Locale/si.pl ../../lib/Unicode/Collate/Locale/si.pl | |
cp Collate/CJK/JISX0208.pm ../../lib/Unicode/Collate/CJK/JISX0208.pm | |
cp Collate/Locale/fr.pl ../../lib/Unicode/Collate/Locale/fr.pl | |
cp Collate/Locale/kk.pl ../../lib/Unicode/Collate/Locale/kk.pl | |
cp Collate/Locale/fi_phone.pl ../../lib/Unicode/Collate/Locale/fi_phone.pl | |
cp Collate/Locale/zh.pl ../../lib/Unicode/Collate/Locale/zh.pl | |
cp Collate/Locale/is.pl ../../lib/Unicode/Collate/Locale/is.pl | |
cp Collate/Locale/or.pl ../../lib/Unicode/Collate/Locale/or.pl | |
cp Collate/Locale/yo.pl ../../lib/Unicode/Collate/Locale/yo.pl | |
Compiling Perl properties | |
Running Mkbootstrap for XS::Typemap () | |
chmod 644 Typemap.bs | |
make[1]: Leaving directory '/usr/src/perl/ext/arybase' | |
Making all in ext/arybase | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/arybase' | |
cp Collate/Locale/pl.pl ../../lib/Unicode/Collate/Locale/pl.pl | |
cp Collate/Locale/cs.pl ../../lib/Unicode/Collate/Locale/cs.pl | |
cp Collate/Locale/nso.pl ../../lib/Unicode/Collate/Locale/nso.pl | |
cp Collate/CJK/Big5.pm ../../lib/Unicode/Collate/CJK/Big5.pm | |
cp Collate/Locale/zh_big5.pl ../../lib/Unicode/Collate/Locale/zh_big5.pl | |
cp Collate/Locale/th.pl ../../lib/Unicode/Collate/Locale/th.pl | |
cp Collate/Locale/ha.pl ../../lib/Unicode/Collate/Locale/ha.pl | |
cp Collate/Locale/zh_gb.pl ../../lib/Unicode/Collate/Locale/zh_gb.pl | |
cp Collate/Locale/om.pl ../../lib/Unicode/Collate/Locale/om.pl | |
cp Collate/Locale/vi.pl ../../lib/Unicode/Collate/Locale/vi.pl | |
cp Collate/Locale/ko.pl ../../lib/Unicode/Collate/Locale/ko.pl | |
cp Collate/Locale/nn.pl ../../lib/Unicode/Collate/Locale/nn.pl | |
cp Collate/Locale/tn.pl ../../lib/Unicode/Collate/Locale/tn.pl | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -fPIC "-I../.." Typemap.c | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Collate.xs > Collate.xsc && mv Collate.xsc Collate.c | |
Writing Makefile for attributes | |
make[1]: Entering directory '/usr/src/perl/ext/attributes' | |
cp arybase.pm ../../lib/arybase.pm | |
78376 bytes in string tables | |
5448 bytes (6.5%) saved spotting duplicates | |
Reading euc-jp (euc-jp) | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap arybase.xs > arybase.xsc && mv arybase.xsc arybase.c | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ji_04_t.c -f ji_04_t.fnm | |
Running Mkbootstrap for Unicode::Collate () | |
chmod 644 Collate.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.97\" -DXS_VERSION=\"0.97\" -fPIC "-I../.." Collate.c | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -O2 -DVERSION=\"0.51\" -DXS_VERSION=\"0.51\" -fPIC "-I../.." core.c | |
Running Mkbootstrap for arybase () | |
chmod 644 arybase.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.06\" -DXS_VERSION=\"0.06\" -fPIC "-I../.." arybase.c | |
make[1]: Leaving directory '/usr/src/perl/ext/attributes' | |
Making all in ext/attributes | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/attributes' | |
Writing compiled form | |
found. | |
Looking for clock()... cp attributes.pm ../../lib/attributes.pm | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap attributes.xs > attributes.xsc && mv attributes.xsc attributes.c | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -O2 -DVERSION=\"0.51\" -DXS_VERSION=\"0.51\" -fPIC "-I../.." notcore.c | |
Running Mkbootstrap for attributes () | |
27241 bytes in string tables | |
2829 bytes (9.41%) saved spotting duplicates | |
Reading jis0212-raw (jis0212-raw) | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm | |
chmod 644 attributes.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.21\" -DXS_VERSION=\"0.21\" -fPIC "-I../.." attributes.c | |
Running Mkbootstrap for XS::APItest () | |
chmod 644 APItest.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -O2 -DVERSION=\"0.51\" -DXS_VERSION=\"0.51\" -fPIC "-I../.." APItest.c | |
cp arybase.bs ../../lib/auto/arybase/arybase.bs | |
chmod 644 ../../lib/auto/arybase/arybase.bs | |
found. | |
Looking for stat() subsecond timestamps... | |
Trying struct stat st_atimespec.tv_nsec...rm -f ../../lib/auto/arybase/arybase.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector arybase.o -o ../../lib/auto/arybase/arybase.so \ | |
\ | |
Creating Perl synonyms | |
Writing compiled form | |
chmod 755 ../../lib/auto/arybase/arybase.so | |
make[1]: Leaving directory '/usr/src/perl/ext/arybase' | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -O2 -DVERSION=\"0.51\" -DXS_VERSION=\"0.51\" -fPIC "-I../.." XSUB-undef-XS_VERSION.c | |
cp attributes.bs ../../lib/auto/attributes/attributes.bs | |
chmod 644 ../../lib/auto/attributes/attributes.bs | |
rm -f ../../lib/auto/attributes/attributes.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector attributes.o -o ../../lib/auto/attributes/attributes.so \ | |
\ | |
chmod 755 ../../lib/auto/attributes/attributes.so | |
cp Typemap.bs ../../lib/auto/XS/Typemap/Typemap.bs | |
NOT found. | |
Trying struct stat st_atimensec...chmod 644 ../../lib/auto/XS/Typemap/Typemap.bs | |
make[1]: Leaving directory '/usr/src/perl/ext/attributes' | |
rm -f ../../lib/auto/XS/Typemap/Typemap.so | |
cp Collate.bs ../../lib/auto/Unicode/Collate/Collate.bs | |
cc -shared -O2 -L/usr/local/lib -fstack-protector stdio.o Typemap.o -o ../../lib/auto/XS/Typemap/Typemap.so \ | |
\ | |
chmod 644 ../../lib/auto/Unicode/Collate/Collate.bs | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o sh_06_t.c -f sh_06_t.fnm | |
34511 bytes in string tables | |
1922 bytes (5.28%) saved spotting duplicates | |
Reading MacJapanese (MacJapanese) | |
./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
chmod 755 ../../lib/auto/XS/Typemap/Typemap.so | |
Making mro (all) | |
Creating Makefile.PL in ext/mro for mro | |
Running Makefile.PL in ext/mro | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
rm -f ../../lib/auto/Unicode/Collate/Collate.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Collate.o -o ../../lib/auto/Unicode/Collate/Collate.so \ | |
\ | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -O2 -DVERSION=\"0.51\" -DXS_VERSION=\"0.51\" -fPIC "-I../.." XSUB-redefined-macros.c | |
make[1]: Leaving directory '/usr/src/perl/ext/XS-Typemap' | |
./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making re (all) | |
Running Makefile.PL in ext/re | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
chmod 755 ../../lib/auto/Unicode/Collate/Collate.so | |
make[1]: Leaving directory '/usr/src/perl/cpan/Unicode-Collate' | |
./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
NOT found. | |
Trying struct stat st_atime_n...Writing Makefile for mro | |
Making threads (all) | |
Creating Makefile.PL in dist/threads for threads | |
Running Makefile.PL in dist/threads | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/mro' | |
Writing Makefile for re | |
make[1]: Entering directory '/usr/src/perl/ext/re' | |
Writing compiled form | |
Processing hints file hints/linux.pl | |
Writing Makefile for threads | |
make[1]: Entering directory '/usr/src/perl/dist/threads' | |
NOT found. | |
Trying struct stat st_atim.tv_nsec...Writing tables | |
32924 bytes in string tables | |
1726 bytes (4.98%) saved spotting duplicates | |
Reading shiftjis (shiftjis) | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm | |
cp APItest.bs ../../lib/auto/XS/APItest/APItest.bs | |
chmod 644 ../../lib/auto/XS/APItest/APItest.bs | |
make[1]: Leaving directory '/usr/src/perl/ext/re' | |
Making all in ext/re | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ji_03_t.c -f ji_03_t.fnm | |
make[1]: Entering directory '/usr/src/perl/ext/re' | |
make[1]: Leaving directory '/usr/src/perl/ext/mro' | |
Making all in ext/mro | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/mro' | |
cp re.pm ../../lib/re.pm | |
rm -f re_exec.c | |
cp ../../regexec.c re_exec.c | |
rm -f inline_invlist.c | |
cp ../../inline_invlist.c inline_invlist.c | |
rm -f re_comp.c | |
cp ../../regcomp.c re_comp.c | |
rm -f dquote_static.c | |
cp ../../dquote_static.c dquote_static.c | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototypes -typemap ../../lib/ExtUtils/typemap re.xs > re.xsc && mv re.xsc re.c | |
make[1]: Leaving directory '/usr/src/perl/dist/threads' | |
Making all in dist/threads | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cp mro.pm ../../lib/mro.pm | |
make[1]: Entering directory '/usr/src/perl/dist/threads' | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap mro.xs > mro.xsc && mv mro.xsc mro.c | |
found. | |
Trying struct stat st_uatime...Writing compiled form | |
cp lib/threads.pm ../../lib/threads.pm | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap threads.xs > threads.xsc && mv threads.xsc threads.c | |
Running Mkbootstrap for mro () | |
Running Mkbootstrap for re () | |
chmod 644 mro.bs | |
chmod 644 re.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_exec.c | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.11\" -DXS_VERSION=\"1.11\" -fPIC "-I../.." mro.c | |
Writing compiled form | |
Processing hints file hints/linux.pl | |
NOT found. | |
You seem to have stat() subsecond timestamps. | |
(Your struct stat has them, but the filesystems must help.) | |
31800 bytes in string tables | |
Reading jis0208-raw (jis0208-raw) | |
2470 bytes (7.21%) saved spotting duplicates | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." eu_01_t.c | |
Writing Makefile for Time::HiRes | |
make[1]: Entering directory '/usr/src/perl/cpan/Time-HiRes' | |
Running Mkbootstrap for threads () | |
chmod 644 threads.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.86\" -DXS_VERSION=\"1.86\" -fPIC "-I../.." threads.c | |
45234 bytes in string tables | |
2360 bytes (4.96%) saved spotting duplicates | |
Reading cp932 (cp932) | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." ji_02_t.c | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." ji_03_t.c | |
cp threads.bs ../../lib/auto/threads/threads.bs | |
chmod 644 ../../lib/auto/threads/threads.bs | |
rm -f ../../lib/auto/threads/threads.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector threads.o -o ../../lib/auto/threads/threads.so \ | |
\ | |
make[1]: Leaving directory '/usr/src/perl/cpan/Time-HiRes' | |
Making all in cpan/Time-HiRes | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Time-HiRes' | |
chmod 755 ../../lib/auto/threads/threads.so | |
make[1]: Leaving directory '/usr/src/perl/dist/threads' | |
./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making threads::shared (all) | |
Creating Makefile.PL in dist/threads-shared for threads::shared | |
Running Makefile.PL in dist/threads-shared | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cp HiRes.pm ../../lib/Time/HiRes.pm | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." ji_04_t.c | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap -typemap typemap HiRes.xs > HiRes.xsc && mv HiRes.xsc HiRes.c | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." ma_05_t.c | |
Processing hints file hints/linux.pl | |
cp mro.bs ../../lib/auto/mro/mro.bs | |
chmod 644 ../../lib/auto/mro/mro.bs | |
Writing Makefile for threads::shared | |
rm -f ../../lib/auto/mro/mro.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector mro.o -o ../../lib/auto/mro/mro.so \ | |
\ | |
make[1]: Entering directory '/usr/src/perl/dist/threads-shared' | |
chmod 755 ../../lib/auto/mro/mro.so | |
make[1]: Leaving directory '/usr/src/perl/ext/mro' | |
Making utilities | |
make[1]: Entering directory '/usr/src/perl/utils' | |
../miniperl -I../lib c2ph.PL | |
Running Mkbootstrap for Time::HiRes () | |
Extracting c2ph (with variable substitutions) | |
Linking c2ph to pstruct. | |
../miniperl -I../lib config_data.PL | |
Extracting config_data (with variable substitutions) | |
../miniperl -I../lib corelist.PL | |
chmod 644 HiRes.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.9725\" -DXS_VERSION=\"1.9725\" -fPIC "-I../.." -DTIME_HIRES_NANOSLEEP -DTIME_HIRES_CLOCK_GETTIME -DTIME_HIRES_CLOCK_GETRES -DTIME_HIRES_CLOCK_NANOSLEEP -DTIME_HIRES_CLOCK -DTIME_HIRES_STAT=4 -DATLEASTFIVEOHOHFIVE HiRes.c | |
Extracting corelist (with variable substitutions) | |
../miniperl -I../lib cpan.PL | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." sh_06_t.c | |
Running Mkbootstrap for Encode::JP () | |
Extracting cpan (with variable substitutions) | |
../miniperl -I../lib h2ph.PL | |
chmod 644 JP.bs | |
../miniperl -I../lib h2xs.PL | |
Extracting h2ph (with variable substitutions) | |
../miniperl -I../lib instmodsh.PL | |
Extracting h2xs (with variable substitutions) | |
../miniperl -I../lib json_pp.PL | |
Extracting instmodsh (with variable substitutions) | |
../miniperl -I../lib perlbug.PL | |
Extracting json_pp (with variable substitutions) | |
../miniperl -I../lib perldoc.PL | |
Extracting perlbug (with variable substitutions) | |
../miniperl -I../lib perlivp.PL | |
Extracting perlivp (with variable substitutions) | |
../miniperl -I../lib pl2pm.PL | |
Extracting "perldoc" (with variable substitutions) | |
../miniperl -I../lib prove.PL | |
make[1]: Leaving directory '/usr/src/perl/dist/threads-shared' | |
Making all in dist/threads-shared | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/dist/threads-shared' | |
Extracting pl2pm (with variable substitutions) | |
./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Extracting prove (with variable substitutions) | |
../miniperl -I../lib ptar.PL | |
Making Math::BigInt::FastCalc (all) | |
Creating Makefile.PL in dist/Math-BigInt-FastCalc for Math::BigInt::FastCalc | |
Running Makefile.PL in dist/Math-BigInt-FastCalc | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
cp lib/threads/shared.pm ../../lib/threads/shared.pm | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap shared.xs > shared.xsc && mv shared.xsc shared.c | |
Extracting ptar (with variable substitutions) | |
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp -nolinenumbers -typemap ../../../lib/ExtUtils/typemap JP.xs > JP.xsc && mv JP.xsc JP.c | |
../miniperl -I../lib ptardiff.PL | |
Extracting ptardiff (with variable substitutions) | |
../miniperl -I../lib ptargrep.PL | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." cp_00_t.c | |
Extracting ptargrep (with variable substitutions) | |
../miniperl -I../lib cpanp-run-perl.PL | |
Writing Makefile for Math::BigInt::FastCalc | |
make[1]: Entering directory '/usr/src/perl/dist/Math-BigInt-FastCalc' | |
Extracting cpanp-run-perl (with variable substitutions) | |
../miniperl -I../lib cpanp.PL | |
Extracting cpanp (with variable substitutions) | |
../miniperl -I../lib cpan2dist.PL | |
Running Mkbootstrap for threads::shared () | |
chmod 644 shared.bs | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.43\" -DXS_VERSION=\"1.43\" -fPIC "-I../.." shared.c | |
Extracting cpan2dist (with variable substitutions) | |
../miniperl -I../lib shasum.PL | |
Extracting shasum (with variable substitutions) | |
../miniperl -I../lib splain.PL | |
Extracting splain (with variable substitutions) | |
../miniperl -I../lib libnetcfg.PL | |
cp HiRes.bs ../../lib/auto/Time/HiRes/HiRes.bs | |
chmod 644 ../../lib/auto/Time/HiRes/HiRes.bs | |
rm -f ../../lib/auto/Time/HiRes/HiRes.so | |
LD_RUN_PATH="/lib/x86_64-linux-gnu" cc -shared -O2 -L/usr/local/lib -fstack-protector HiRes.o -o ../../lib/auto/Time/HiRes/HiRes.so \ | |
-lrt \ | |
Extracting libnetcfg (with variable substitutions) | |
../miniperl -I../lib piconv.PL | |
cp JP.bs ../../../lib/auto/Encode/JP/JP.bs | |
chmod 644 ../../../lib/auto/Encode/JP/JP.bs | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." JP.c | |
Extracting piconv (with variable substitutions) | |
../miniperl -I../lib enc2xs.PL | |
Extracting enc2xs (with variable substitutions) | |
cp shared.bs ../../lib/auto/threads/shared/shared.bs | |
../miniperl -I../lib xsubpp.PL | |
chmod 644 ../../lib/auto/threads/shared/shared.bs | |
rm -f ../../lib/auto/threads/shared/shared.so | |
chmod 755 ../../lib/auto/Time/HiRes/HiRes.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector shared.o -o ../../lib/auto/threads/shared/shared.so \ | |
\ | |
Extracting xsubpp (with variable substitutions) | |
../miniperl -I../lib pod2html.PL | |
make[1]: Leaving directory '/usr/src/perl/cpan/Time-HiRes' | |
../miniperl -I../lib zipdetails.PL | |
chmod 755 ../../lib/auto/threads/shared/shared.so | |
Extracting pod2html (with variable substitutions) | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_comp.c | |
make[1]: Leaving directory '/usr/src/perl/dist/threads-shared' | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re.c | |
Extracting zipdetails (with variable substitutions) | |
make[1]: Leaving directory '/usr/src/perl/utils' | |
cp re.bs ../../lib/auto/re/re.bs | |
chmod 644 ../../lib/auto/re/re.bs | |
make[1]: Leaving directory '/usr/src/perl/dist/Math-BigInt-FastCalc' | |
Making all in dist/Math-BigInt-FastCalc | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/dist/Math-BigInt-FastCalc' | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap FastCalc.xs > FastCalc.xsc && mv FastCalc.xsc FastCalc.c | |
cp lib/Math/BigInt/FastCalc.pm ../../lib/Math/BigInt/FastCalc.pm | |
Running Mkbootstrap for Math::BigInt::FastCalc () | |
rm -f ../../../lib/auto/Encode/JP/JP.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector JP.o cp_00_t.o eu_01_t.o ji_02_t.o ji_03_t.o ji_04_t.o ma_05_t.o sh_06_t.o -o ../../../lib/auto/Encode/JP/JP.so \ | |
\ | |
chmod 644 FastCalc.bs | |
cp FastCalc.bs ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs | |
chmod 644 ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs | |
chmod 755 ../../../lib/auto/Encode/JP/JP.so | |
make[2]: Leaving directory '/usr/src/perl/cpan/Encode/JP' | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.30\" -DXS_VERSION=\"0.30\" -fPIC "-I../.." FastCalc.c | |
make[2]: Entering directory '/usr/src/perl/cpan/Encode/KR' | |
cp KR.pm ../../../lib/Encode/KR.pm | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm | |
rm -f ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector FastCalc.o -o ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so \ | |
\ | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o jo_02_t.c -f jo_02_t.fnm | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ks_03_t.c -f ks_03_t.fnm | |
chmod 755 ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so | |
make[1]: Leaving directory '/usr/src/perl/dist/Math-BigInt-FastCalc' | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ma_04_t.c -f ma_04_t.fnm | |
Writing compiled form | |
Writing compiled form | |
Writing compiled form | |
Writing compiled form | |
36763 bytes in string tables | |
4318 bytes (10.5%) saved spotting duplicates | |
Reading euc-kr (euc-kr) | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm | |
36921 bytes in string tables | |
4038 bytes (9.86%) saved spotting duplicates | |
Reading ksc5601-raw (ksc5601-raw) | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." eu_01_t.c | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ks_03_t.c | |
43458 bytes in string tables | |
4417 bytes (9.23%) saved spotting duplicates | |
Reading MacKorean (MacKorean) | |
83424 bytes in string tables | |
1772 bytes (2.08%) saved spotting duplicates | |
Reading johab (johab) | |
Running Mkbootstrap for Encode::KR () | |
Making pod file | |
chmod 644 KR.bs | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." jo_02_t.c | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ma_04_t.c | |
Writing compiled form | |
cp KR.bs ../../../lib/auto/Encode/KR/KR.bs | |
chmod 644 ../../../lib/auto/Encode/KR/KR.bs | |
Making test script | |
rm -f ../../lib/auto/XS/APItest/APItest.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector APItest.o XSUB-undef-XS_VERSION.o XSUB-redefined-macros.o exception.o core.o notcore.o -o ../../lib/auto/XS/APItest/APItest.so \ | |
\ | |
chmod 755 ../../lib/auto/XS/APItest/APItest.so | |
make[1]: Leaving directory '/usr/src/perl/ext/XS-APItest' | |
83711 bytes in string tables | |
Reading cp949 (cp949) | |
3158 bytes (3.64%) saved spotting duplicates | |
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp -nolinenumbers -typemap ../../../lib/ExtUtils/typemap KR.xs > KR.xsc && mv KR.xsc KR.c | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." cp_00_t.c | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." KR.c | |
rm -f ../../../lib/auto/Encode/KR/KR.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector KR.o cp_00_t.o eu_01_t.o jo_02_t.o ks_03_t.o ma_04_t.o -o ../../../lib/auto/Encode/KR/KR.so \ | |
\ | |
chmod 755 ../../../lib/auto/Encode/KR/KR.so | |
make[2]: Leaving directory '/usr/src/perl/cpan/Encode/KR' | |
make[2]: Entering directory '/usr/src/perl/cpan/Encode/Symbol' | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o symbol_t.c -f symbol_t.fnm | |
Running Mkbootstrap for Encode::Symbol () | |
cp Symbol.pm ../../../lib/Encode/Symbol.pm | |
chmod 644 Symbol.bs | |
cp Symbol.bs ../../../lib/auto/Encode/Symbol/Symbol.bs | |
chmod 644 ../../../lib/auto/Encode/Symbol/Symbol.bs | |
Writing compiled form | |
1859 bytes in string tables | |
305 bytes (14.1%) saved spotting duplicates | |
Reading AdobeSymbol (AdobeSymbol) | |
Reading AdobeZdingbat (AdobeZdingbat) | |
Reading dingbats (dingbats) | |
Reading MacDingbats (MacDingbats) | |
Reading MacSymbol (MacSymbol) | |
Reading symbol (symbol) | |
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp -nolinenumbers -typemap ../../../lib/ExtUtils/typemap Symbol.xs > Symbol.xsc && mv Symbol.xsc Symbol.c | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." symbol_t.c | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." Symbol.c | |
rm -f ../../../lib/auto/Encode/Symbol/Symbol.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Symbol.o symbol_t.o -o ../../../lib/auto/Encode/Symbol/Symbol.so \ | |
\ | |
chmod 755 ../../../lib/auto/Encode/Symbol/Symbol.so | |
make[2]: Leaving directory '/usr/src/perl/cpan/Encode/Symbol' | |
make[2]: Entering directory '/usr/src/perl/cpan/Encode/TW' | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o cp_02_t.c -f cp_02_t.fnm | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ma_03_t.c -f ma_03_t.fnm | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o bi_00_t.c -f bi_00_t.fnm | |
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o bi_01_t.c -f bi_01_t.fnm | |
cp TW.pm ../../../lib/Encode/TW.pm | |
Running Mkbootstrap for Encode::TW () | |
chmod 644 TW.bs | |
cp TW.bs ../../../lib/auto/Encode/TW/TW.bs | |
chmod 644 ../../../lib/auto/Encode/TW/TW.bs | |
Writing compiled form | |
Writing compiled form | |
Writing compiled form | |
Writing compiled form | |
66317 bytes in string tables | |
1102 bytes (1.63%) saved spotting duplicates | |
Reading MacChineseTrad (MacChineseTrad) | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ma_03_t.c | |
68325 bytes in string tables | |
1191 bytes (1.71%) saved spotting duplicates | |
Reading big5-eten (big5-eten) | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." bi_00_t.c | |
98212 bytes in string tables | |
1314 bytes (1.32%) saved spotting duplicates | |
Reading cp950 (cp950) | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." cp_02_t.c | |
91321 bytes in string tables | |
3227 bytes (3.41%) saved spotting duplicates | |
Reading big5-hkscs (big5-hkscs) | |
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp -nolinenumbers -typemap ../../../lib/ExtUtils/typemap TW.xs > TW.xsc && mv TW.xsc TW.c | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." bi_01_t.c | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." TW.c | |
rm -f ../../../lib/auto/Encode/TW/TW.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector TW.o bi_00_t.o bi_01_t.o cp_02_t.o ma_03_t.o -o ../../../lib/auto/Encode/TW/TW.so \ | |
\ | |
chmod 755 ../../../lib/auto/Encode/TW/TW.so | |
make[2]: Leaving directory '/usr/src/perl/cpan/Encode/TW' | |
make[2]: Entering directory '/usr/src/perl/cpan/Encode/Unicode' | |
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp -typemap ../../../lib/ExtUtils/typemap Unicode.xs > Unicode.xsc && mv Unicode.xsc Unicode.c | |
cp Unicode.pm ../../../lib/Encode/Unicode.pm | |
Running Mkbootstrap for Encode::Unicode () | |
chmod 644 Unicode.bs | |
cp Unicode.bs ../../../lib/auto/Encode/Unicode/Unicode.bs | |
chmod 644 ../../../lib/auto/Encode/Unicode/Unicode.bs | |
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.07\" -DXS_VERSION=\"2.07\" -fPIC "-I../../.." Unicode.c | |
rm -f ../../../lib/auto/Encode/Unicode/Unicode.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Unicode.o -o ../../../lib/auto/Encode/Unicode/Unicode.so \ | |
\ | |
chmod 755 ../../../lib/auto/Encode/Unicode/Unicode.so | |
make[2]: Leaving directory '/usr/src/perl/cpan/Encode/Unicode' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Encode' | |
Updating 'mktables.lst' | |
rm -f ../../lib/auto/re/re.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector re_exec.o re_comp.o re.o -o ../../lib/auto/re/re.so \ | |
\ | |
./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Unicode::Normalize (all) | |
Running Makefile.PL in cpan/Unicode-Normalize | |
../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
chmod 755 ../../lib/auto/re/re.so | |
make[1]: Leaving directory '/usr/src/perl/ext/re' | |
Making header files for XS... | |
make[1]: Entering directory '/usr/src/perl/cpan/Unicode-Normalize' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Unicode-Normalize' | |
Making all in cpan/Unicode-Normalize | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Unicode-Normalize' | |
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap Normalize.xs > Normalize.xsc && mv Normalize.xsc Normalize.c | |
Running Mkbootstrap for Unicode::Normalize () | |
chmod 644 Normalize.bs | |
cp Normalize.bs ../../lib/auto/Unicode/Normalize/Normalize.bs | |
chmod 644 ../../lib/auto/Unicode/Normalize/Normalize.bs | |
cp Normalize.pm ../../lib/Unicode/Normalize.pm | |
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC "-I../.." Normalize.c | |
rm -f ../../lib/auto/Unicode/Normalize/Normalize.so | |
cc -shared -O2 -L/usr/local/lib -fstack-protector Normalize.o -o ../../lib/auto/Unicode/Normalize/Normalize.so \ | |
\ | |
chmod 755 ../../lib/auto/Unicode/Normalize/Normalize.so | |
make[1]: Leaving directory '/usr/src/perl/cpan/Unicode-Normalize' | |
./perl -f -Ilib pod/buildtoc -q | |
Making x2p stuff | |
make[1]: Entering directory '/usr/src/perl/x2p' | |
`sh cflags "optimize='-O2'" hash.o` -DPERL_FOR_X2P hash.c | |
`sh cflags "optimize='-O2'" str.o` -DPERL_FOR_X2P str.c | |
`sh cflags "optimize='-O2'" util.o` -DPERL_FOR_X2P util.c | |
`sh cflags "optimize='-O2'" walk.o` -DPERL_FOR_X2P walk.c | |
`sh cflags "optimize='-O2'" a2p.o` a2p.c | |
../miniperl -I../lib s2p.PL | |
../miniperl -I../lib find2perl.PL | |
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 | |
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 | |
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 | |
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 | |
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 | |
Extracting find2perl (with variable substitutions) | |
Extracting s2p (with variable substitutions) | |
Linking s2p to psed. | |
cc -o a2p -fstack-protector -L/usr/local/lib hash.o str.o util.o walk.o a2p.o -lnsl -ldl -lm -lcrypt -lutil -lc | |
make[1]: Leaving directory '/usr/src/perl/x2p' | |
Everything is up to date. Type 'make test' to run test suite. | |
./miniperl -Ilib make_ext.pl cpan/Archive-Extract/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Archive::Extract (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Archive-Extract' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Archive-Extract' | |
Making all in cpan/Archive-Extract | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Archive-Extract' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Archive-Extract' | |
./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Archive::Tar (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Archive-Tar' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Archive-Tar' | |
Making all in cpan/Archive-Tar | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Archive-Tar' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Archive-Tar' | |
./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Attribute::Handlers (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Attribute-Handlers' | |
make[1]: Leaving directory '/usr/src/perl/dist/Attribute-Handlers' | |
Making all in dist/Attribute-Handlers | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Attribute-Handlers' | |
make[1]: Leaving directory '/usr/src/perl/dist/Attribute-Handlers' | |
./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making AutoLoader (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/AutoLoader' | |
make[1]: Leaving directory '/usr/src/perl/cpan/AutoLoader' | |
Making all in cpan/AutoLoader | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/AutoLoader' | |
make[1]: Leaving directory '/usr/src/perl/cpan/AutoLoader' | |
./miniperl -Ilib make_ext.pl cpan/B-Debug/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making B::Debug (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/B-Debug' | |
make[1]: Leaving directory '/usr/src/perl/cpan/B-Debug' | |
Making all in cpan/B-Debug | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/B-Debug' | |
make[1]: Leaving directory '/usr/src/perl/cpan/B-Debug' | |
./miniperl -Ilib make_ext.pl dist/B-Deparse/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making B::Deparse (all) | |
make[1]: Entering directory '/usr/src/perl/dist/B-Deparse' | |
make[1]: Leaving directory '/usr/src/perl/dist/B-Deparse' | |
Making all in dist/B-Deparse | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/B-Deparse' | |
make[1]: Leaving directory '/usr/src/perl/dist/B-Deparse' | |
./miniperl -Ilib make_ext.pl cpan/B-Lint/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making B::Lint (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/B-Lint' | |
make[1]: Leaving directory '/usr/src/perl/cpan/B-Lint' | |
Making all in cpan/B-Lint | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/B-Lint' | |
make[1]: Leaving directory '/usr/src/perl/cpan/B-Lint' | |
./miniperl -Ilib make_ext.pl cpan/CGI/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making CGI (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/CGI' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CGI' | |
Making all in cpan/CGI | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/CGI' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CGI' | |
./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making CPAN (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/CPAN' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPAN' | |
Making all in cpan/CPAN | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/CPAN' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPAN' | |
./miniperl -Ilib make_ext.pl cpan/CPAN-Meta/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making CPAN::Meta (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/CPAN-Meta' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPAN-Meta' | |
Making all in cpan/CPAN-Meta | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/CPAN-Meta' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPAN-Meta' | |
./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-Requirements/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making CPAN::Meta::Requirements (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/CPAN-Meta-Requirements' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPAN-Meta-Requirements' | |
Making all in cpan/CPAN-Meta-Requirements | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/CPAN-Meta-Requirements' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPAN-Meta-Requirements' | |
./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-YAML/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making CPAN::Meta::YAML (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/CPAN-Meta-YAML' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPAN-Meta-YAML' | |
Making all in cpan/CPAN-Meta-YAML | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/CPAN-Meta-YAML' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPAN-Meta-YAML' | |
./miniperl -Ilib make_ext.pl cpan/CPANPLUS/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making CPANPLUS (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/CPANPLUS' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPANPLUS' | |
Making all in cpan/CPANPLUS | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/CPANPLUS' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPANPLUS' | |
./miniperl -Ilib make_ext.pl cpan/CPANPLUS-Dist-Build/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making CPANPLUS::Dist::Build (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/CPANPLUS-Dist-Build' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPANPLUS-Dist-Build' | |
Making all in cpan/CPANPLUS-Dist-Build | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/CPANPLUS-Dist-Build' | |
make[1]: Leaving directory '/usr/src/perl/cpan/CPANPLUS-Dist-Build' | |
./miniperl -Ilib make_ext.pl dist/Carp/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Carp (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Carp' | |
make[1]: Leaving directory '/usr/src/perl/dist/Carp' | |
Making all in dist/Carp | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Carp' | |
make[1]: Leaving directory '/usr/src/perl/dist/Carp' | |
./miniperl -Ilib make_ext.pl cpan/Config-Perl-V/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Config::Perl::V (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Config-Perl-V' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Config-Perl-V' | |
Making all in cpan/Config-Perl-V | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Config-Perl-V' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Config-Perl-V' | |
./miniperl -Ilib make_ext.pl dist/Devel-SelfStubber/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Devel::SelfStubber (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Devel-SelfStubber' | |
make[1]: Leaving directory '/usr/src/perl/dist/Devel-SelfStubber' | |
Making all in dist/Devel-SelfStubber | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Devel-SelfStubber' | |
make[1]: Leaving directory '/usr/src/perl/dist/Devel-SelfStubber' | |
./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Digest (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Digest' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Digest' | |
Making all in cpan/Digest | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Digest' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Digest' | |
./miniperl -Ilib make_ext.pl dist/Dumpvalue/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Dumpvalue (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Dumpvalue' | |
make[1]: Leaving directory '/usr/src/perl/dist/Dumpvalue' | |
Making all in dist/Dumpvalue | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Dumpvalue' | |
make[1]: Leaving directory '/usr/src/perl/dist/Dumpvalue' | |
./miniperl -Ilib make_ext.pl dist/Env/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Env (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Env' | |
make[1]: Leaving directory '/usr/src/perl/dist/Env' | |
Making all in dist/Env | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Env' | |
make[1]: Leaving directory '/usr/src/perl/dist/Env' | |
./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Errno (all) | |
make[1]: Entering directory '/usr/src/perl/ext/Errno' | |
make[1]: Leaving directory '/usr/src/perl/ext/Errno' | |
Making all in ext/Errno | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/ext/Errno' | |
make[1]: Leaving directory '/usr/src/perl/ext/Errno' | |
./miniperl -Ilib make_ext.pl dist/ExtUtils-CBuilder/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making ExtUtils::CBuilder (all) | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-CBuilder' | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-CBuilder' | |
Making all in dist/ExtUtils-CBuilder | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-CBuilder' | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-CBuilder' | |
./miniperl -Ilib make_ext.pl dist/ExtUtils-Command/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making ExtUtils::Command (all) | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-Command' | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-Command' | |
Making all in dist/ExtUtils-Command | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-Command' | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-Command' | |
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making ExtUtils::Constant (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/ExtUtils-Constant' | |
make[1]: Leaving directory '/usr/src/perl/cpan/ExtUtils-Constant' | |
Making all in cpan/ExtUtils-Constant | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/ExtUtils-Constant' | |
make[1]: Leaving directory '/usr/src/perl/cpan/ExtUtils-Constant' | |
./miniperl -Ilib make_ext.pl dist/ExtUtils-Install/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making ExtUtils::Install (all) | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-Install' | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-Install' | |
Making all in dist/ExtUtils-Install | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-Install' | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-Install' | |
./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making ExtUtils::MakeMaker (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/ExtUtils-MakeMaker' | |
make[1]: Leaving directory '/usr/src/perl/cpan/ExtUtils-MakeMaker' | |
Making all in cpan/ExtUtils-MakeMaker | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/ExtUtils-MakeMaker' | |
make[1]: Leaving directory '/usr/src/perl/cpan/ExtUtils-MakeMaker' | |
./miniperl -Ilib make_ext.pl dist/ExtUtils-Manifest/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making ExtUtils::Manifest (all) | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-Manifest' | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-Manifest' | |
Making all in dist/ExtUtils-Manifest | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-Manifest' | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-Manifest' | |
./miniperl -Ilib make_ext.pl dist/ExtUtils-ParseXS/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making ExtUtils::ParseXS (all) | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-ParseXS' | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-ParseXS' | |
Making all in dist/ExtUtils-ParseXS | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/ExtUtils-ParseXS' | |
make[1]: Leaving directory '/usr/src/perl/dist/ExtUtils-ParseXS' | |
./miniperl -Ilib make_ext.pl cpan/File-CheckTree/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making File::CheckTree (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/File-CheckTree' | |
make[1]: Leaving directory '/usr/src/perl/cpan/File-CheckTree' | |
Making all in cpan/File-CheckTree | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/File-CheckTree' | |
make[1]: Leaving directory '/usr/src/perl/cpan/File-CheckTree' | |
./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making File::Fetch (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/File-Fetch' | |
make[1]: Leaving directory '/usr/src/perl/cpan/File-Fetch' | |
Making all in cpan/File-Fetch | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/File-Fetch' | |
make[1]: Leaving directory '/usr/src/perl/cpan/File-Fetch' | |
./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making File::Path (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/File-Path' | |
make[1]: Leaving directory '/usr/src/perl/cpan/File-Path' | |
Making all in cpan/File-Path | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/File-Path' | |
make[1]: Leaving directory '/usr/src/perl/cpan/File-Path' | |
./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making File::Temp (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/File-Temp' | |
make[1]: Leaving directory '/usr/src/perl/cpan/File-Temp' | |
Making all in cpan/File-Temp | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/File-Temp' | |
make[1]: Leaving directory '/usr/src/perl/cpan/File-Temp' | |
./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making FileCache (all) | |
make[1]: Entering directory '/usr/src/perl/ext/FileCache' | |
make[1]: Leaving directory '/usr/src/perl/ext/FileCache' | |
Making all in ext/FileCache | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/ext/FileCache' | |
make[1]: Leaving directory '/usr/src/perl/ext/FileCache' | |
./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Filter::Simple (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Filter-Simple' | |
make[1]: Leaving directory '/usr/src/perl/dist/Filter-Simple' | |
Making all in dist/Filter-Simple | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Filter-Simple' | |
make[1]: Leaving directory '/usr/src/perl/dist/Filter-Simple' | |
./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Getopt::Long (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Getopt-Long' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Getopt-Long' | |
Making all in cpan/Getopt-Long | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Getopt-Long' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Getopt-Long' | |
./miniperl -Ilib make_ext.pl cpan/HTTP-Tiny/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making HTTP::Tiny (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/HTTP-Tiny' | |
make[1]: Leaving directory '/usr/src/perl/cpan/HTTP-Tiny' | |
Making all in cpan/HTTP-Tiny | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/HTTP-Tiny' | |
make[1]: Leaving directory '/usr/src/perl/cpan/HTTP-Tiny' | |
./miniperl -Ilib make_ext.pl dist/I18N-Collate/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making I18N::Collate (all) | |
make[1]: Entering directory '/usr/src/perl/dist/I18N-Collate' | |
make[1]: Leaving directory '/usr/src/perl/dist/I18N-Collate' | |
Making all in dist/I18N-Collate | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/I18N-Collate' | |
make[1]: Leaving directory '/usr/src/perl/dist/I18N-Collate' | |
./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making I18N::LangTags (all) | |
make[1]: Entering directory '/usr/src/perl/dist/I18N-LangTags' | |
make[1]: Leaving directory '/usr/src/perl/dist/I18N-LangTags' | |
Making all in dist/I18N-LangTags | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/I18N-LangTags' | |
make[1]: Leaving directory '/usr/src/perl/dist/I18N-LangTags' | |
./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making IO::Compress (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/IO-Compress' | |
make[1]: Leaving directory '/usr/src/perl/cpan/IO-Compress' | |
Making all in cpan/IO-Compress | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/IO-Compress' | |
make[1]: Leaving directory '/usr/src/perl/cpan/IO-Compress' | |
./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making IO::Zlib (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/IO-Zlib' | |
make[1]: Leaving directory '/usr/src/perl/cpan/IO-Zlib' | |
Making all in cpan/IO-Zlib | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/IO-Zlib' | |
make[1]: Leaving directory '/usr/src/perl/cpan/IO-Zlib' | |
./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making IPC::Cmd (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/IPC-Cmd' | |
make[1]: Leaving directory '/usr/src/perl/cpan/IPC-Cmd' | |
Making all in cpan/IPC-Cmd | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/IPC-Cmd' | |
make[1]: Leaving directory '/usr/src/perl/cpan/IPC-Cmd' | |
./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making IPC::Open3 (all) | |
make[1]: Entering directory '/usr/src/perl/ext/IPC-Open3' | |
make[1]: Leaving directory '/usr/src/perl/ext/IPC-Open3' | |
Making all in ext/IPC-Open3 | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/ext/IPC-Open3' | |
make[1]: Leaving directory '/usr/src/perl/ext/IPC-Open3' | |
./miniperl -Ilib make_ext.pl cpan/JSON-PP/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making JSON::PP (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/JSON-PP' | |
make[1]: Leaving directory '/usr/src/perl/cpan/JSON-PP' | |
Making all in cpan/JSON-PP | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/JSON-PP' | |
make[1]: Leaving directory '/usr/src/perl/cpan/JSON-PP' | |
./miniperl -Ilib make_ext.pl cpan/Locale-Codes/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Locale::Codes (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Locale-Codes' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Locale-Codes' | |
Making all in cpan/Locale-Codes | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Locale-Codes' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Locale-Codes' | |
./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Locale::Maketext (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Locale-Maketext' | |
make[1]: Leaving directory '/usr/src/perl/dist/Locale-Maketext' | |
Making all in dist/Locale-Maketext | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Locale-Maketext' | |
make[1]: Leaving directory '/usr/src/perl/dist/Locale-Maketext' | |
./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Locale::Maketext::Simple (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Locale-Maketext-Simple' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Locale-Maketext-Simple' | |
Making all in cpan/Locale-Maketext-Simple | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Locale-Maketext-Simple' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Locale-Maketext-Simple' | |
./miniperl -Ilib make_ext.pl cpan/Log-Message/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Log::Message (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Log-Message' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Log-Message' | |
Making all in cpan/Log-Message | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Log-Message' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Log-Message' | |
./miniperl -Ilib make_ext.pl cpan/Log-Message-Simple/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Log::Message::Simple (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Log-Message-Simple' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Log-Message-Simple' | |
Making all in cpan/Log-Message-Simple | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Log-Message-Simple' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Log-Message-Simple' | |
./miniperl -Ilib make_ext.pl dist/Math-BigInt/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Math::BigInt (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Math-BigInt' | |
make[1]: Leaving directory '/usr/src/perl/dist/Math-BigInt' | |
Making all in dist/Math-BigInt | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Math-BigInt' | |
make[1]: Leaving directory '/usr/src/perl/dist/Math-BigInt' | |
./miniperl -Ilib make_ext.pl dist/Math-BigRat/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Math::BigRat (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Math-BigRat' | |
make[1]: Leaving directory '/usr/src/perl/dist/Math-BigRat' | |
Making all in dist/Math-BigRat | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Math-BigRat' | |
make[1]: Leaving directory '/usr/src/perl/dist/Math-BigRat' | |
./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Math::Complex (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Math-Complex' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Math-Complex' | |
Making all in cpan/Math-Complex | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Math-Complex' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Math-Complex' | |
./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Memoize (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Memoize' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Memoize' | |
Making all in cpan/Memoize | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Memoize' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Memoize' | |
./miniperl -Ilib make_ext.pl cpan/Module-Build/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Module::Build (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Build' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Build' | |
Making all in cpan/Module-Build | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Build' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Build' | |
./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Module::CoreList (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Module-CoreList' | |
make[1]: Leaving directory '/usr/src/perl/dist/Module-CoreList' | |
Making all in dist/Module-CoreList | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Module-CoreList' | |
make[1]: Leaving directory '/usr/src/perl/dist/Module-CoreList' | |
./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Module::Load (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Load' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Load' | |
Making all in cpan/Module-Load | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Load' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Load' | |
./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Module::Load::Conditional (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Load-Conditional' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Load-Conditional' | |
Making all in cpan/Module-Load-Conditional | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Load-Conditional' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Load-Conditional' | |
./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Module::Loaded (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Loaded' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Loaded' | |
Making all in cpan/Module-Loaded | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Loaded' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Loaded' | |
./miniperl -Ilib make_ext.pl cpan/Module-Metadata/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Module::Metadata (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Metadata' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Metadata' | |
Making all in cpan/Module-Metadata | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Metadata' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Metadata' | |
./miniperl -Ilib make_ext.pl cpan/Module-Pluggable/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Module::Pluggable (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Pluggable' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Pluggable' | |
Making all in cpan/Module-Pluggable | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Module-Pluggable' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Module-Pluggable' | |
./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making NEXT (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/NEXT' | |
make[1]: Leaving directory '/usr/src/perl/cpan/NEXT' | |
Making all in cpan/NEXT | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/NEXT' | |
make[1]: Leaving directory '/usr/src/perl/cpan/NEXT' | |
./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Net::Ping (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Net-Ping' | |
make[1]: Leaving directory '/usr/src/perl/dist/Net-Ping' | |
Making all in dist/Net-Ping | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Net-Ping' | |
make[1]: Leaving directory '/usr/src/perl/dist/Net-Ping' | |
./miniperl -Ilib make_ext.pl cpan/Object-Accessor/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Object::Accessor (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Object-Accessor' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Object-Accessor' | |
Making all in cpan/Object-Accessor | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Object-Accessor' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Object-Accessor' | |
./miniperl -Ilib make_ext.pl cpan/Package-Constants/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Package::Constants (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Package-Constants' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Package-Constants' | |
Making all in cpan/Package-Constants | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Package-Constants' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Package-Constants' | |
./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Params::Check (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Params-Check' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Params-Check' | |
Making all in cpan/Params-Check | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Params-Check' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Params-Check' | |
./miniperl -Ilib make_ext.pl cpan/Parse-CPAN-Meta/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Parse::CPAN::Meta (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Parse-CPAN-Meta' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Parse-CPAN-Meta' | |
Making all in cpan/Parse-CPAN-Meta | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Parse-CPAN-Meta' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Parse-CPAN-Meta' | |
./miniperl -Ilib make_ext.pl cpan/Perl-OSType/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Perl::OSType (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Perl-OSType' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Perl-OSType' | |
Making all in cpan/Perl-OSType | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Perl-OSType' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Perl-OSType' | |
./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making PerlIO::via::QuotedPrint (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/PerlIO-via-QuotedPrint' | |
make[1]: Leaving directory '/usr/src/perl/cpan/PerlIO-via-QuotedPrint' | |
Making all in cpan/PerlIO-via-QuotedPrint | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/PerlIO-via-QuotedPrint' | |
make[1]: Leaving directory '/usr/src/perl/cpan/PerlIO-via-QuotedPrint' | |
./miniperl -Ilib make_ext.pl cpan/Pod-Checker/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Pod::Checker (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Checker' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Checker' | |
Making all in cpan/Pod-Checker | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Checker' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Checker' | |
./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Pod::Escapes (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Escapes' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Escapes' | |
Making all in cpan/Pod-Escapes | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Escapes' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Escapes' | |
./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Pod::Simple (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Simple' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Simple' | |
Making all in cpan/Pod-Simple | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Simple' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Simple' | |
./miniperl -Ilib make_ext.pl ext/Pod-Functions/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Pod::Functions (all) | |
make[1]: Entering directory '/usr/src/perl/ext/Pod-Functions' | |
make[1]: Leaving directory '/usr/src/perl/ext/Pod-Functions' | |
Making all in ext/Pod-Functions | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/ext/Pod-Functions' | |
make[1]: Leaving directory '/usr/src/perl/ext/Pod-Functions' | |
./miniperl -Ilib make_ext.pl ext/Pod-Html/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Pod::Html (all) | |
make[1]: Entering directory '/usr/src/perl/ext/Pod-Html' | |
make[1]: Leaving directory '/usr/src/perl/ext/Pod-Html' | |
Making all in ext/Pod-Html | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/ext/Pod-Html' | |
make[1]: Leaving directory '/usr/src/perl/ext/Pod-Html' | |
./miniperl -Ilib make_ext.pl cpan/Pod-LaTeX/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Pod::LaTeX (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-LaTeX' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-LaTeX' | |
Making all in cpan/Pod-LaTeX | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-LaTeX' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-LaTeX' | |
./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Pod::Parser (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Parser' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Parser' | |
Making all in cpan/Pod-Parser | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Parser' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Parser' | |
./miniperl -Ilib make_ext.pl cpan/Pod-Perldoc/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Pod::Perldoc (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Perldoc' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Perldoc' | |
Making all in cpan/Pod-Perldoc | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Perldoc' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Perldoc' | |
./miniperl -Ilib make_ext.pl cpan/Pod-Usage/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Pod::Usage (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Usage' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Usage' | |
Making all in cpan/Pod-Usage | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Pod-Usage' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Pod-Usage' | |
./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Safe (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Safe' | |
make[1]: Leaving directory '/usr/src/perl/dist/Safe' | |
Making all in dist/Safe | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Safe' | |
make[1]: Leaving directory '/usr/src/perl/dist/Safe' | |
./miniperl -Ilib make_ext.pl dist/Search-Dict/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Search::Dict (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Search-Dict' | |
make[1]: Leaving directory '/usr/src/perl/dist/Search-Dict' | |
Making all in dist/Search-Dict | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Search-Dict' | |
make[1]: Leaving directory '/usr/src/perl/dist/Search-Dict' | |
./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making SelfLoader (all) | |
make[1]: Entering directory '/usr/src/perl/dist/SelfLoader' | |
make[1]: Leaving directory '/usr/src/perl/dist/SelfLoader' | |
Making all in dist/SelfLoader | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/SelfLoader' | |
make[1]: Leaving directory '/usr/src/perl/dist/SelfLoader' | |
./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Term::ANSIColor (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Term-ANSIColor' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Term-ANSIColor' | |
Making all in cpan/Term-ANSIColor | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Term-ANSIColor' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Term-ANSIColor' | |
./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Term::Cap (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Term-Cap' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Term-Cap' | |
Making all in cpan/Term-Cap | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Term-Cap' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Term-Cap' | |
./miniperl -Ilib make_ext.pl dist/Term-Complete/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Term::Complete (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Term-Complete' | |
make[1]: Leaving directory '/usr/src/perl/dist/Term-Complete' | |
Making all in dist/Term-Complete | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Term-Complete' | |
make[1]: Leaving directory '/usr/src/perl/dist/Term-Complete' | |
./miniperl -Ilib make_ext.pl dist/Term-ReadLine/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Term::ReadLine (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Term-ReadLine' | |
make[1]: Leaving directory '/usr/src/perl/dist/Term-ReadLine' | |
Making all in dist/Term-ReadLine | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Term-ReadLine' | |
make[1]: Leaving directory '/usr/src/perl/dist/Term-ReadLine' | |
./miniperl -Ilib make_ext.pl cpan/Term-UI/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Term::UI (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Term-UI' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Term-UI' | |
Making all in cpan/Term-UI | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Term-UI' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Term-UI' | |
./miniperl -Ilib make_ext.pl cpan/Test/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Test (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Test' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Test' | |
Making all in cpan/Test | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Test' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Test' | |
./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Test::Harness (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Test-Harness' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Test-Harness' | |
Making all in cpan/Test-Harness | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Test-Harness' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Test-Harness' | |
./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Test::Simple (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Test-Simple' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Test-Simple' | |
Making all in cpan/Test-Simple | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Test-Simple' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Test-Simple' | |
./miniperl -Ilib make_ext.pl dist/Text-Abbrev/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Text::Abbrev (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Text-Abbrev' | |
make[1]: Leaving directory '/usr/src/perl/dist/Text-Abbrev' | |
Making all in dist/Text-Abbrev | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Text-Abbrev' | |
make[1]: Leaving directory '/usr/src/perl/dist/Text-Abbrev' | |
./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Text::Balanced (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Text-Balanced' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Text-Balanced' | |
Making all in cpan/Text-Balanced | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Text-Balanced' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Text-Balanced' | |
./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Text::ParseWords (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Text-ParseWords' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Text-ParseWords' | |
Making all in cpan/Text-ParseWords | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Text-ParseWords' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Text-ParseWords' | |
./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Text::Tabs (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Text-Tabs' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Text-Tabs' | |
Making all in cpan/Text-Tabs | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Text-Tabs' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Text-Tabs' | |
./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Thread::Queue (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Thread-Queue' | |
make[1]: Leaving directory '/usr/src/perl/dist/Thread-Queue' | |
Making all in dist/Thread-Queue | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Thread-Queue' | |
make[1]: Leaving directory '/usr/src/perl/dist/Thread-Queue' | |
./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Thread::Semaphore (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Thread-Semaphore' | |
make[1]: Leaving directory '/usr/src/perl/dist/Thread-Semaphore' | |
Making all in dist/Thread-Semaphore | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Thread-Semaphore' | |
make[1]: Leaving directory '/usr/src/perl/dist/Thread-Semaphore' | |
./miniperl -Ilib make_ext.pl dist/Tie-File/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Tie::File (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Tie-File' | |
make[1]: Leaving directory '/usr/src/perl/dist/Tie-File' | |
Making all in dist/Tie-File | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/Tie-File' | |
make[1]: Leaving directory '/usr/src/perl/dist/Tie-File' | |
./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Tie::Memoize (all) | |
make[1]: Entering directory '/usr/src/perl/ext/Tie-Memoize' | |
make[1]: Leaving directory '/usr/src/perl/ext/Tie-Memoize' | |
Making all in ext/Tie-Memoize | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/ext/Tie-Memoize' | |
make[1]: Leaving directory '/usr/src/perl/ext/Tie-Memoize' | |
./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Tie::RefHash (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Tie-RefHash' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Tie-RefHash' | |
Making all in cpan/Tie-RefHash | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Tie-RefHash' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Tie-RefHash' | |
./miniperl -Ilib make_ext.pl cpan/Time-Local/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making Time::Local (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Time-Local' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Time-Local' | |
Making all in cpan/Time-Local | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/Time-Local' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Time-Local' | |
./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making XSLoader (all) | |
make[1]: Entering directory '/usr/src/perl/dist/XSLoader' | |
make[1]: Leaving directory '/usr/src/perl/dist/XSLoader' | |
Making all in dist/XSLoader | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/XSLoader' | |
make[1]: Leaving directory '/usr/src/perl/dist/XSLoader' | |
./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making autodie (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/autodie' | |
make[1]: Leaving directory '/usr/src/perl/cpan/autodie' | |
Making all in cpan/autodie | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/autodie' | |
make[1]: Leaving directory '/usr/src/perl/cpan/autodie' | |
./miniperl -Ilib make_ext.pl dist/autouse/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making autouse (all) | |
make[1]: Entering directory '/usr/src/perl/dist/autouse' | |
make[1]: Leaving directory '/usr/src/perl/dist/autouse' | |
Making all in dist/autouse | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/autouse' | |
make[1]: Leaving directory '/usr/src/perl/dist/autouse' | |
./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making base (all) | |
make[1]: Entering directory '/usr/src/perl/dist/base' | |
make[1]: Leaving directory '/usr/src/perl/dist/base' | |
Making all in dist/base | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/base' | |
make[1]: Leaving directory '/usr/src/perl/dist/base' | |
./miniperl -Ilib make_ext.pl dist/bignum/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making bignum (all) | |
make[1]: Entering directory '/usr/src/perl/dist/bignum' | |
make[1]: Leaving directory '/usr/src/perl/dist/bignum' | |
Making all in dist/bignum | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/bignum' | |
make[1]: Leaving directory '/usr/src/perl/dist/bignum' | |
./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making constant (all) | |
make[1]: Entering directory '/usr/src/perl/dist/constant' | |
make[1]: Leaving directory '/usr/src/perl/dist/constant' | |
Making all in dist/constant | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/constant' | |
make[1]: Leaving directory '/usr/src/perl/dist/constant' | |
./miniperl -Ilib make_ext.pl cpan/encoding-warnings/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making encoding::warnings (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/encoding-warnings' | |
make[1]: Leaving directory '/usr/src/perl/cpan/encoding-warnings' | |
Making all in cpan/encoding-warnings | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/encoding-warnings' | |
make[1]: Leaving directory '/usr/src/perl/cpan/encoding-warnings' | |
./miniperl -Ilib make_ext.pl dist/if/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making if (all) | |
make[1]: Entering directory '/usr/src/perl/dist/if' | |
make[1]: Leaving directory '/usr/src/perl/dist/if' | |
Making all in dist/if | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/if' | |
make[1]: Leaving directory '/usr/src/perl/dist/if' | |
./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making lib (all) | |
make[1]: Entering directory '/usr/src/perl/dist/lib' | |
make[1]: Leaving directory '/usr/src/perl/dist/lib' | |
Making all in dist/lib | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/dist/lib' | |
make[1]: Leaving directory '/usr/src/perl/dist/lib' | |
./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making libnet (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/libnet' | |
make[1]: Leaving directory '/usr/src/perl/cpan/libnet' | |
Making all in cpan/libnet | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/libnet' | |
make[1]: Leaving directory '/usr/src/perl/cpan/libnet' | |
./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making parent (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/parent' | |
make[1]: Leaving directory '/usr/src/perl/cpan/parent' | |
Making all in cpan/parent | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/parent' | |
make[1]: Leaving directory '/usr/src/perl/cpan/parent' | |
./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making perlfaq (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/perlfaq' | |
make[1]: Leaving directory '/usr/src/perl/cpan/perlfaq' | |
Making all in cpan/perlfaq | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/perlfaq' | |
make[1]: Leaving directory '/usr/src/perl/cpan/perlfaq' | |
./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE=make LIBPERL_A=libperl.a | |
Making podlators (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/podlators' | |
make[1]: Leaving directory '/usr/src/perl/cpan/podlators' | |
Making all in cpan/podlators | |
make all PERL_CORE=1 LIBPERL_A=libperl.a | |
make[1]: Entering directory '/usr/src/perl/cpan/podlators' | |
make[1]: Leaving directory '/usr/src/perl/cpan/podlators' | |
./miniperl -Ilib -Idist/Cwd -Idist/Cwd/lib -Idist/Carp/lib mkppport | |
ppport.h in cpan/DB_File is up-to-date | |
ppport.h in cpan/IPC-SysV is up-to-date | |
ppport.h in cpan/List-Util is up-to-date | |
ppport.h in cpan/Time-HiRes is up-to-date | |
ppport.h in cpan/Win32API-File is up-to-date | |
ppport.h in dist/Cwd is up-to-date | |
./miniperl -Ilib make_ext.pl DynaLoader.o MAKE=make LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= | |
Making DynaLoader (all) | |
make[1]: Entering directory '/usr/src/perl/ext/DynaLoader' | |
make[1]: Leaving directory '/usr/src/perl/ext/DynaLoader' | |
Making all in ext/DynaLoader | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= | |
make[1]: Entering directory '/usr/src/perl/ext/DynaLoader' | |
make[1]: Leaving directory '/usr/src/perl/ext/DynaLoader' | |
./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Cwd (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Cwd' | |
make[1]: Leaving directory '/usr/src/perl/dist/Cwd' | |
Making all in dist/Cwd | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/dist/Cwd' | |
make[1]: Leaving directory '/usr/src/perl/dist/Cwd' | |
Making utilities | |
make[1]: Entering directory '/usr/src/perl/utils' | |
make[1]: Nothing to be done for 'all'. | |
make[1]: Leaving directory '/usr/src/perl/utils' | |
./miniperl -Ilib -Idist/Cwd -Idist/Cwd/lib -Idist/Carp/lib lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p | |
Files seem to be ok, not bothering to rebuild. Add '-w' option to force build | |
./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making B (all) | |
make[1]: Entering directory '/usr/src/perl/ext/B' | |
make[1]: Leaving directory '/usr/src/perl/ext/B' | |
Making all in ext/B | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/B' | |
make[1]: Leaving directory '/usr/src/perl/ext/B' | |
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Compress::Raw::Bzip2 (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Compress-Raw-Bzip2' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Compress-Raw-Bzip2' | |
Making all in cpan/Compress-Raw-Bzip2 | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Compress-Raw-Bzip2' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Compress-Raw-Bzip2' | |
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Compress::Raw::Zlib (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Compress-Raw-Zlib' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Compress-Raw-Zlib' | |
Making all in cpan/Compress-Raw-Zlib | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Compress-Raw-Zlib' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Compress-Raw-Zlib' | |
./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Data::Dumper (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Data-Dumper' | |
make[1]: Leaving directory '/usr/src/perl/dist/Data-Dumper' | |
Making all in dist/Data-Dumper | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/dist/Data-Dumper' | |
make[1]: Leaving directory '/usr/src/perl/dist/Data-Dumper' | |
./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Devel::PPPort (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Devel-PPPort' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Devel-PPPort' | |
Making all in cpan/Devel-PPPort | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Devel-PPPort' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Devel-PPPort' | |
./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Devel::Peek (all) | |
make[1]: Entering directory '/usr/src/perl/ext/Devel-Peek' | |
make[1]: Leaving directory '/usr/src/perl/ext/Devel-Peek' | |
Making all in ext/Devel-Peek | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/Devel-Peek' | |
make[1]: Leaving directory '/usr/src/perl/ext/Devel-Peek' | |
./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Digest::MD5 (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Digest-MD5' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Digest-MD5' | |
Making all in cpan/Digest-MD5 | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Digest-MD5' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Digest-MD5' | |
./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Digest::SHA (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Digest-SHA' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Digest-SHA' | |
Making all in cpan/Digest-SHA | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Digest-SHA' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Digest-SHA' | |
./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Encode (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Encode' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Encode' | |
Making all in cpan/Encode | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Encode' | |
make[2]: Entering directory '/usr/src/perl/cpan/Encode/Byte' | |
make[2]: Leaving directory '/usr/src/perl/cpan/Encode/Byte' | |
make[2]: Entering directory '/usr/src/perl/cpan/Encode/CN' | |
make[2]: Leaving directory '/usr/src/perl/cpan/Encode/CN' | |
make[2]: Entering directory '/usr/src/perl/cpan/Encode/EBCDIC' | |
make[2]: Leaving directory '/usr/src/perl/cpan/Encode/EBCDIC' | |
make[2]: Entering directory '/usr/src/perl/cpan/Encode/JP' | |
make[2]: Leaving directory '/usr/src/perl/cpan/Encode/JP' | |
make[2]: Entering directory '/usr/src/perl/cpan/Encode/KR' | |
make[2]: Leaving directory '/usr/src/perl/cpan/Encode/KR' | |
make[2]: Entering directory '/usr/src/perl/cpan/Encode/Symbol' | |
make[2]: Leaving directory '/usr/src/perl/cpan/Encode/Symbol' | |
make[2]: Entering directory '/usr/src/perl/cpan/Encode/TW' | |
make[2]: Leaving directory '/usr/src/perl/cpan/Encode/TW' | |
make[2]: Entering directory '/usr/src/perl/cpan/Encode/Unicode' | |
make[2]: Leaving directory '/usr/src/perl/cpan/Encode/Unicode' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Encode' | |
./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Fcntl (all) | |
make[1]: Entering directory '/usr/src/perl/ext/Fcntl' | |
make[1]: Leaving directory '/usr/src/perl/ext/Fcntl' | |
Making all in ext/Fcntl | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/Fcntl' | |
make[1]: Leaving directory '/usr/src/perl/ext/Fcntl' | |
./miniperl -Ilib make_ext.pl lib/auto/File/DosGlob/DosGlob.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making File::DosGlob (all) | |
make[1]: Entering directory '/usr/src/perl/ext/File-DosGlob' | |
make[1]: Leaving directory '/usr/src/perl/ext/File-DosGlob' | |
Making all in ext/File-DosGlob | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/File-DosGlob' | |
make[1]: Leaving directory '/usr/src/perl/ext/File-DosGlob' | |
./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making File::Glob (all) | |
make[1]: Entering directory '/usr/src/perl/ext/File-Glob' | |
make[1]: Leaving directory '/usr/src/perl/ext/File-Glob' | |
Making all in ext/File-Glob | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/File-Glob' | |
make[1]: Leaving directory '/usr/src/perl/ext/File-Glob' | |
./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Filter::Util::Call (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Filter-Util-Call' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Filter-Util-Call' | |
Making all in cpan/Filter-Util-Call | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Filter-Util-Call' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Filter-Util-Call' | |
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Hash::Util (all) | |
make[1]: Entering directory '/usr/src/perl/ext/Hash-Util' | |
make[1]: Leaving directory '/usr/src/perl/ext/Hash-Util' | |
Making all in ext/Hash-Util | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/Hash-Util' | |
make[1]: Leaving directory '/usr/src/perl/ext/Hash-Util' | |
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Hash::Util::FieldHash (all) | |
make[1]: Entering directory '/usr/src/perl/ext/Hash-Util-FieldHash' | |
make[1]: Leaving directory '/usr/src/perl/ext/Hash-Util-FieldHash' | |
Making all in ext/Hash-Util-FieldHash | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/Hash-Util-FieldHash' | |
make[1]: Leaving directory '/usr/src/perl/ext/Hash-Util-FieldHash' | |
./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making I18N::Langinfo (all) | |
make[1]: Entering directory '/usr/src/perl/ext/I18N-Langinfo' | |
make[1]: Leaving directory '/usr/src/perl/ext/I18N-Langinfo' | |
Making all in ext/I18N-Langinfo | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/I18N-Langinfo' | |
make[1]: Leaving directory '/usr/src/perl/ext/I18N-Langinfo' | |
./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making IO (all) | |
make[1]: Entering directory '/usr/src/perl/dist/IO' | |
make[1]: Leaving directory '/usr/src/perl/dist/IO' | |
Making all in dist/IO | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/dist/IO' | |
make[1]: Leaving directory '/usr/src/perl/dist/IO' | |
./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making IPC::SysV (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/IPC-SysV' | |
make[1]: Leaving directory '/usr/src/perl/cpan/IPC-SysV' | |
Making all in cpan/IPC-SysV | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/IPC-SysV' | |
make[1]: Leaving directory '/usr/src/perl/cpan/IPC-SysV' | |
./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making List::Util (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/List-Util' | |
make[1]: Leaving directory '/usr/src/perl/cpan/List-Util' | |
Making all in cpan/List-Util | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/List-Util' | |
make[1]: Leaving directory '/usr/src/perl/cpan/List-Util' | |
./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making MIME::Base64 (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/MIME-Base64' | |
make[1]: Leaving directory '/usr/src/perl/cpan/MIME-Base64' | |
Making all in cpan/MIME-Base64 | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/MIME-Base64' | |
make[1]: Leaving directory '/usr/src/perl/cpan/MIME-Base64' | |
./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Math::BigInt::FastCalc (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Math-BigInt-FastCalc' | |
make[1]: Leaving directory '/usr/src/perl/dist/Math-BigInt-FastCalc' | |
Making all in dist/Math-BigInt-FastCalc | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/dist/Math-BigInt-FastCalc' | |
make[1]: Leaving directory '/usr/src/perl/dist/Math-BigInt-FastCalc' | |
./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Opcode (all) | |
make[1]: Entering directory '/usr/src/perl/ext/Opcode' | |
make[1]: Leaving directory '/usr/src/perl/ext/Opcode' | |
Making all in ext/Opcode | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/Opcode' | |
make[1]: Leaving directory '/usr/src/perl/ext/Opcode' | |
./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making POSIX (all) | |
make[1]: Entering directory '/usr/src/perl/ext/POSIX' | |
make[1]: Leaving directory '/usr/src/perl/ext/POSIX' | |
Making all in ext/POSIX | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/POSIX' | |
make[1]: Leaving directory '/usr/src/perl/ext/POSIX' | |
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making PerlIO::encoding (all) | |
make[1]: Entering directory '/usr/src/perl/ext/PerlIO-encoding' | |
make[1]: Leaving directory '/usr/src/perl/ext/PerlIO-encoding' | |
Making all in ext/PerlIO-encoding | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/PerlIO-encoding' | |
make[1]: Leaving directory '/usr/src/perl/ext/PerlIO-encoding' | |
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/mmap/mmap.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making PerlIO::mmap (all) | |
make[1]: Entering directory '/usr/src/perl/ext/PerlIO-mmap' | |
make[1]: Leaving directory '/usr/src/perl/ext/PerlIO-mmap' | |
Making all in ext/PerlIO-mmap | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/PerlIO-mmap' | |
make[1]: Leaving directory '/usr/src/perl/ext/PerlIO-mmap' | |
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making PerlIO::scalar (all) | |
make[1]: Entering directory '/usr/src/perl/ext/PerlIO-scalar' | |
make[1]: Leaving directory '/usr/src/perl/ext/PerlIO-scalar' | |
Making all in ext/PerlIO-scalar | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/PerlIO-scalar' | |
make[1]: Leaving directory '/usr/src/perl/ext/PerlIO-scalar' | |
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making PerlIO::via (all) | |
make[1]: Entering directory '/usr/src/perl/ext/PerlIO-via' | |
make[1]: Leaving directory '/usr/src/perl/ext/PerlIO-via' | |
Making all in ext/PerlIO-via | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/PerlIO-via' | |
make[1]: Leaving directory '/usr/src/perl/ext/PerlIO-via' | |
./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making SDBM_File (all) | |
make[1]: Entering directory '/usr/src/perl/ext/SDBM_File' | |
make[1]: Leaving directory '/usr/src/perl/ext/SDBM_File' | |
Making all in ext/SDBM_File | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/SDBM_File' | |
make[1]: Leaving directory '/usr/src/perl/ext/SDBM_File' | |
./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Socket (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Socket' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Socket' | |
Making all in cpan/Socket | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Socket' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Socket' | |
./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Storable (all) | |
make[1]: Entering directory '/usr/src/perl/dist/Storable' | |
make[1]: Leaving directory '/usr/src/perl/dist/Storable' | |
Making all in dist/Storable | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/dist/Storable' | |
make[1]: Leaving directory '/usr/src/perl/dist/Storable' | |
./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Sys::Hostname (all) | |
make[1]: Entering directory '/usr/src/perl/ext/Sys-Hostname' | |
make[1]: Leaving directory '/usr/src/perl/ext/Sys-Hostname' | |
Making all in ext/Sys-Hostname | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/Sys-Hostname' | |
make[1]: Leaving directory '/usr/src/perl/ext/Sys-Hostname' | |
./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Sys::Syslog (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Sys-Syslog' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Sys-Syslog' | |
Making all in cpan/Sys-Syslog | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Sys-Syslog' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Sys-Syslog' | |
./miniperl -Ilib make_ext.pl lib/auto/Text/Soundex/Soundex.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Text::Soundex (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Text-Soundex' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Text-Soundex' | |
Making all in cpan/Text-Soundex | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Text-Soundex' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Text-Soundex' | |
./miniperl -Ilib make_ext.pl lib/auto/Tie/Hash/NamedCapture/NamedCapture.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Tie::Hash::NamedCapture (all) | |
make[1]: Entering directory '/usr/src/perl/ext/Tie-Hash-NamedCapture' | |
make[1]: Leaving directory '/usr/src/perl/ext/Tie-Hash-NamedCapture' | |
Making all in ext/Tie-Hash-NamedCapture | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/Tie-Hash-NamedCapture' | |
make[1]: Leaving directory '/usr/src/perl/ext/Tie-Hash-NamedCapture' | |
./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Time::HiRes (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Time-HiRes' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Time-HiRes' | |
Making all in cpan/Time-HiRes | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Time-HiRes' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Time-HiRes' | |
./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Time::Piece (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Time-Piece' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Time-Piece' | |
Making all in cpan/Time-Piece | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Time-Piece' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Time-Piece' | |
./miniperl -Ilib make_ext.pl lib/auto/Unicode/Collate/Collate.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Unicode::Collate (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Unicode-Collate' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Unicode-Collate' | |
Making all in cpan/Unicode-Collate | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Unicode-Collate' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Unicode-Collate' | |
./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making Unicode::Normalize (all) | |
make[1]: Entering directory '/usr/src/perl/cpan/Unicode-Normalize' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Unicode-Normalize' | |
Making all in cpan/Unicode-Normalize | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/cpan/Unicode-Normalize' | |
make[1]: Leaving directory '/usr/src/perl/cpan/Unicode-Normalize' | |
./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making XS::APItest (all) | |
make[1]: Entering directory '/usr/src/perl/ext/XS-APItest' | |
make[1]: Leaving directory '/usr/src/perl/ext/XS-APItest' | |
Making all in ext/XS-APItest | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/XS-APItest' | |
make[1]: Leaving directory '/usr/src/perl/ext/XS-APItest' | |
./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making XS::Typemap (all) | |
make[1]: Entering directory '/usr/src/perl/ext/XS-Typemap' | |
make[1]: Leaving directory '/usr/src/perl/ext/XS-Typemap' | |
Making all in ext/XS-Typemap | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/XS-Typemap' | |
make[1]: Leaving directory '/usr/src/perl/ext/XS-Typemap' | |
./miniperl -Ilib make_ext.pl lib/auto/arybase/arybase.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making arybase (all) | |
make[1]: Entering directory '/usr/src/perl/ext/arybase' | |
make[1]: Leaving directory '/usr/src/perl/ext/arybase' | |
Making all in ext/arybase | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/arybase' | |
make[1]: Leaving directory '/usr/src/perl/ext/arybase' | |
./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making attributes (all) | |
make[1]: Entering directory '/usr/src/perl/ext/attributes' | |
make[1]: Leaving directory '/usr/src/perl/ext/attributes' | |
Making all in ext/attributes | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/attributes' | |
make[1]: Leaving directory '/usr/src/perl/ext/attributes' | |
./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making mro (all) | |
make[1]: Entering directory '/usr/src/perl/ext/mro' | |
make[1]: Leaving directory '/usr/src/perl/ext/mro' | |
Making all in ext/mro | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/mro' | |
make[1]: Leaving directory '/usr/src/perl/ext/mro' | |
./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making re (all) | |
make[1]: Entering directory '/usr/src/perl/ext/re' | |
make[1]: Leaving directory '/usr/src/perl/ext/re' | |
Making all in ext/re | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/ext/re' | |
make[1]: Leaving directory '/usr/src/perl/ext/re' | |
./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making threads (all) | |
make[1]: Entering directory '/usr/src/perl/dist/threads' | |
make[1]: Leaving directory '/usr/src/perl/dist/threads' | |
Making all in dist/threads | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/dist/threads' | |
make[1]: Leaving directory '/usr/src/perl/dist/threads' | |
./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE=make LIBPERL_A=libperl.a LINKTYPE=dynamic | |
Making threads::shared (all) | |
make[1]: Entering directory '/usr/src/perl/dist/threads-shared' | |
make[1]: Leaving directory '/usr/src/perl/dist/threads-shared' | |
Making all in dist/threads-shared | |
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic | |
make[1]: Entering directory '/usr/src/perl/dist/threads-shared' | |
make[1]: Leaving directory '/usr/src/perl/dist/threads-shared' | |
cd x2p; make s2p | |
make[1]: Entering directory '/usr/src/perl/x2p' | |
make[1]: 's2p' is up to date. | |
make[1]: Leaving directory '/usr/src/perl/x2p' | |
cd x2p; make find2perl | |
make[1]: Entering directory '/usr/src/perl/x2p' | |
make[1]: 'find2perl' is up to date. | |
make[1]: Leaving directory '/usr/src/perl/x2p' | |
cd t && (rm -f perl; /bin/ln -s ../perl perl) | |
TESTFILE=harness ./runtests choose | |
No saved state, selection will be empty | |
base/cond.t ....................................................... ok | |
base/if.t ......................................................... ok | |
base/lex.t ........................................................ ok | |
base/num.t ........................................................ ok | |
base/pat.t ........................................................ ok | |
base/rs.t ......................................................... ok | |
base/term.t ....................................................... ok | |
base/while.t ...................................................... ok | |
comp/final_line_num.t ............................................. ok | |
comp/decl.t ....................................................... ok | |
comp/bproto.t ..................................................... ok | |
comp/form_scope.t ................................................. ok | |
comp/multiline.t .................................................. ok | |
comp/colon.t ...................................................... ok | |
comp/our.t ........................................................ ok | |
comp/fold.t ....................................................... ok | |
comp/line_debug.t ................................................. ok | |
comp/package_block.t .............................................. ok | |
comp/cmdopt.t ..................................................... ok | |
comp/package.t .................................................... ok | |
comp/opsubs.t ..................................................... ok | |
comp/redef.t ...................................................... ok | |
comp/hints.t ...................................................... ok | |
comp/term.t ....................................................... ok | |
comp/uproto.t ..................................................... ok | |
comp/retainedlines.t .............................................. ok | |
run/dtrace.t ...................................................... skipped: no dtrace | |
run/cloexec.t ..................................................... ok | |
comp/use.t ........................................................ ok | |
run/exit.t ........................................................ ok | |
comp/parser.t ..................................................... ok | |
run/mad.t ......................................................... skipped: no mad | |
comp/proto.t ...................................................... ok | |
run/noswitch.t .................................................... ok | |
run/switch0.t ..................................................... ok | |
run/switcha.t ..................................................... ok | |
run/script.t ...................................................... ok | |
run/switchd-78586.t ............................................... ok | |
run/locale.t ...................................................... ok | |
run/switchF.t ..................................................... ok | |
run/switchF1.t .................................................... ok | |
run/switchC.t ..................................................... ok | |
run/switchI.t ..................................................... ok | |
run/switchd.t ..................................................... ok | |
run/switchp.t ..................................................... ok | |
run/switchn.t ..................................................... ok | |
run/switchM.t ..................................................... ok | |
cmd/elsif.t ....................................................... ok | |
cmd/for.t ......................................................... ok | |
run/switcht.t ..................................................... ok | |
run/switchx.t ..................................................... ok | |
cmd/mod.t ......................................................... ok | |
cmd/switch.t ...................................................... ok | |
cmd/subval.t ...................................................... ok | |
run/runenv.t ...................................................... ok | |
io/binmode.t ...................................................... ok | |
io/bom.t .......................................................... ok | |
io/argv.t ......................................................... ok | |
io/data.t ......................................................... ok | |
io/defout.t ....................................................... ok | |
io/eintr.t ........................................................ skipped: various portability issues | |
io/dup.t .......................................................... ok | |
io/errno.t ........................................................ ok | |
io/fflush.t ....................................................... ok | |
io/fs.t ........................................................... ok | |
run/fresh_perl.t .................................................. ok | |
io/iofile.t ....................................................... ok | |
run/switches.t .................................................... ok | |
io/inplace.t ...................................................... ok | |
io/iprefix.t ...................................................... ok | |
io/nargv.t ........................................................ ok | |
io/layers.t ....................................................... ok | |
io/openpid.t ...................................................... ok | |
io/errnosig.t ..................................................... ok | |
io/perlio_fail.t .................................................. ok | |
io/perlio.t ....................................................... ok | |
io/perlio_leaks.t ................................................. ok | |
comp/require.t .................................................... ok | |
io/perlio_open.t .................................................. ok | |
io/pvbm.t ......................................................... ok | |
io/read.t ......................................................... ok | |
io/print.t ........................................................ ok | |
io/open.t ......................................................... ok | |
io/say.t .......................................................... ok | |
io/shm.t .......................................................... ok | |
io/tell.t ......................................................... ok | |
io/utf8.t ......................................................... ok | |
re/no_utf8_pm.t ................................................... ok | |
re/overload.t ..................................................... ok | |
io/crlf_through.t ................................................. ok | |
re/pat.t .......................................................... ok | |
re/pat_advanced_thr.t ............................................. skipped: no ithreads | |
comp/utf.t ........................................................ ok | |
re/pat_psycho_thr.t ............................................... skipped: no ithreads | |
re/pat_advanced.t ................................................. ok | |
re/pat_re_eval_thr.t .............................................. skipped: no ithreads | |
re/pat_re_eval.t .................................................. ok | |
re/pat_rt_report_thr.t ............................................ skipped: no ithreads | |
re/pat_special_cc.t ............................................... ok | |
re/charset.t ...................................................... ok | |
re/pat_special_cc_thr.t ........................................... skipped: no ithreads | |
re/pat_thr.t ...................................................... skipped: no ithreads | |
re/pos.t .......................................................... ok | |
re/qr-72922.t ..................................................... ok | |
re/qr.t ........................................................... ok | |
re/qr_gc.t ........................................................ ok | |
re/qrstack.t ...................................................... ok | |
re/reg_60508.t .................................................... ok | |
re/recompile.t .................................................... ok | |
re/reg_email_thr.t ................................................ skipped: no ithreads | |
re/reg_eval.t ..................................................... ok | |
re/pat_rt_report.t ................................................ ok | |
re/reg_eval_scope.t ............................................... ok | |
re/reg_mesg.t ..................................................... ok | |
re/reg_namedcapture.t ............................................. ok | |
re/reg_nc_tie.t ................................................... ok | |
re/reg_pmod.t ..................................................... ok | |
re/reg_posixcc.t .................................................. ok | |
re/reg_email.t .................................................... ok | |
re/regex_sets.t ................................................... ok | |
re/regex_sets_compat.t ............................................ ok | |
re/regexp.t ....................................................... ok | |
re/reg_fold.t ..................................................... ok | |
re/regexp_noamp.t ................................................. ok | |
re/regexp_notrie.t ................................................ ok | |
re/regexp_qr_embed_thr.t .......................................... skipped: no ithreads | |
re/regexp_qr.t .................................................... ok | |
re/regexp_qr_embed.t .............................................. ok | |
re/regexp_unicode_prop_thr.t ...................................... skipped: no ithreads | |
re/rxcode.t ....................................................... ok | |
re/regexp_trielist.t .............................................. ok | |
re/subst_amp.t .................................................... ok | |
re/subst.t ........................................................ ok | |
io/crlf.t ......................................................... ok | |
re/subst_wamp.t ................................................... ok | |
re/substT.t ....................................................... ok | |
opbasic/arith.t ................................................... ok | |
re/regexp_unicode_prop.t .......................................... ok | |
opbasic/concat.t .................................................. ok | |
opbasic/magic_phase.t ............................................. ok | |
opbasic/qq.t ...................................................... ok | |
op/64bitint.t ..................................................... ok | |
op/anonsub.t ...................................................... ok | |
op/append.t ....................................................... ok | |
op/args.t ......................................................... ok | |
op/array.t ........................................................ ok | |
op/array_base.t ................................................... ok | |
op/assignwarn.t ................................................... ok | |
op/attrhand.t ..................................................... ok | |
op/attrs.t ........................................................ ok | |
op/auto.t ......................................................... ok | |
op/avhv.t ......................................................... ok | |
op/bless.t ........................................................ ok | |
op/blocks.t ....................................................... ok | |
op/bop.t .......................................................... ok | |
op/caller.t ....................................................... ok | |
op/chars.t ........................................................ ok | |
op/chdir.t ........................................................ ok | |
op/chop.t ......................................................... ok | |
op/chr.t .......................................................... ok | |
op/closure.t ...................................................... ok | |
op/concat2.t ...................................................... ok | |
op/cond.t ......................................................... ok | |
op/context.t ...................................................... ok | |
io/pipe.t ......................................................... ok | |
opbasic/cmp.t ..................................................... ok | |
op/cproto.t ....................................................... ok | |
op/coreamp.t ...................................................... ok | |
op/crypt.t ........................................................ ok | |
op/current_sub.t .................................................. ok | |
op/defined.t ...................................................... ok | |
op/defins.t ....................................................... ok | |
op/delete.t ....................................................... ok | |
op/die.t .......................................................... ok | |
op/dbm.t .......................................................... ok | |
op/die_except.t ................................................... ok | |
op/die_keeperr.t .................................................. ok | |
op/coresubs.t ..................................................... ok | |
op/die_exit.t ..................................................... ok | |
op/die_unwind.t ................................................... ok | |
op/dor.t .......................................................... ok | |
op/do.t ........................................................... ok | |
op/each.t ......................................................... ok | |
op/each_array.t ................................................... ok | |
op/evalbytes.t .................................................... ok | |
op/exists_sub.t ................................................... ok | |
op/exp.t .......................................................... ok | |
op/eval.t ......................................................... ok | |
op/fh.t ........................................................... ok | |
op/filehandle.t ................................................... ok | |
op/exec.t ......................................................... ok | |
op/filetest_t.t ................................................... ok | |
op/filetest_stack_ok.t ............................................ ok | |
op/flip.t ......................................................... ok | |
op/for.t .......................................................... ok | |
re/pat_psycho.t ................................................... ok | |
op/fresh_perl_utf8.t .............................................. ok | |
op/getpid.t ....................................................... skipped: no ithreads | |
op/getppid.t ...................................................... ok | |
op/filetest.t ..................................................... ok | |
op/glob.t ......................................................... ok | |
op/gmagic.t ....................................................... ok | |
op/goto_xs.t ...................................................... ok | |
op/grent.t ........................................................ ok | |
op/goto.t ......................................................... ok | |
op/grep.t ......................................................... ok | |
op/groups.t ....................................................... ok | |
op/hash.t ......................................................... ok | |
op/gv.t ........................................................... ok | |
op/hash-rt85026.t ................................................. ok | |
op/hashwarn.t ..................................................... ok | |
op/inc.t .......................................................... ok | |
op/heredoc.t ...................................................... ok | |
op/hashassign.t ................................................... ok | |
op/inccode-tie.t .................................................. ok | |
op/inccode.t ...................................................... ok | |
op/incfilter.t .................................................... ok | |
op/index_thr.t .................................................... skipped: no ithreads | |
op/int.t .......................................................... ok | |
op/join.t ......................................................... ok | |
op/index.t ........................................................ ok | |
op/kill0.t ........................................................ ok | |
op/leaky-magic.t .................................................. ok | |
op/length.t ....................................................... ok | |
op/lex.t .......................................................... ok | |
op/lc.t ........................................................... ok | |
op/lfs.t .......................................................... ok | |
op/lex_assign.t ................................................... ok | |
op/list.t ......................................................... ok | |
op/lexsub.t ....................................................... ok | |
op/lock.t ......................................................... ok | |
op/localref.t ..................................................... ok | |
op/lop.t .......................................................... ok | |
op/loopctl.t ...................................................... ok | |
op/magic-27839.t .................................................. ok | |
io/through.t ...................................................... ok | |
op/mkdir.t ........................................................ ok | |
op/method.t ....................................................... ok | |
op/local.t ........................................................ ok | |
op/my_stash.t ..................................................... ok | |
op/my.t ........................................................... ok | |
op/negate.t ....................................................... ok | |
op/mydef.t ........................................................ ok | |
op/not.t .......................................................... ok | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -1.84467440737096e+19 => I - N P vs I - P | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -1.84467440737096e+19 => I - N P vs I - P | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -9.22337203685478e+18 => I - N P vs I - P | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -9223372036854775808 => I - N P vs I - P | |
# '-9223372036854775808' ne '-9.22337203685478e+18', 9223372036854775808 => I - N P vs I - P | |
# Failed test 104 - at op/numconvert.t line 247 | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -9223372036854775808 => N - N P vs N - P | |
# Failed test 108 - at op/numconvert.t line 247 | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -9223372036854775808 => P - N P vs P - P | |
# Failed test 112 - at op/numconvert.t line 247 | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -1.84467440737096e+19 => I - u P vs I - P | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -1.84467440737096e+19 => I - u P vs I - P | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -9.22337203685478e+18 => I - u P vs I - P | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -9223372036854775808 => I - u P vs I - P | |
# '-9223372036854775808' ne '-9.22337203685478e+18', 9223372036854775808 => I - u P vs I - P | |
# Failed test 136 - at op/numconvert.t line 247 | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -9223372036854775808 => N - u P vs N - P | |
# Failed test 140 - at op/numconvert.t line 247 | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -9223372036854775808 => P - u P vs P - P | |
# Failed test 144 - at op/numconvert.t line 247 | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -1.84467440737096e+19 => I - i P vs I - P | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -1.84467440737096e+19 => I - i P vs I - P | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -9.22337203685478e+18 => I - i P vs I - P | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -9223372036854775808 => I - i P vs I - P | |
# '-9223372036854775808' ne '-9.22337203685478e+18', 9223372036854775808 => I - i P vs I - P | |
# Failed test 152 - at op/numconvert.t line 247 | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -9223372036854775808 => N - i P vs N - P | |
# Failed test 156 - at op/numconvert.t line 247 | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -9223372036854775808 => P - i P vs P - P | |
# Failed test 160 - at op/numconvert.t line 247 | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -1.84467440737096e+19 => I - n P vs I - P | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -1.84467440737096e+19 => I - n P vs I - P | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -9.22337203685478e+18 => I - n P vs I - P | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -9223372036854775808 => I - n P vs I - P | |
# '-9223372036854775808' ne '-9.22337203685478e+18', 9223372036854775808 => I - n P vs I - P | |
# Failed test 168 - at op/numconvert.t line 247 | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -9223372036854775808 => N - n P vs N - P | |
# Failed test 172 - at op/numconvert.t line 247 | |
# '-9223372036854775808' ne '-9.22337203685478e+18', -9223372036854775808 => P - n P vs P - P | |
# Failed test 176 - at op/numconvert.t line 247 | |
op/or.t ........................................................... ok | |
op/oct.t .......................................................... ok | |
op/ord.t .......................................................... ok | |
op/overload_integer.t ............................................. ok | |
op/override.t ..................................................... ok | |
op/packagev.t ..................................................... ok | |
op/pos.t .......................................................... ok | |
op/pow.t .......................................................... ok | |
op/print.t ........................................................ ok | |
op/protowarn.t .................................................... ok | |
op/push.t ......................................................... ok | |
op/pwent.t ........................................................ ok | |
op/numconvert.t ................................................... | |
Failed 12/1444 subtests | |
op/qr.t ........................................................... ok | |
op/quotemeta.t .................................................... ok | |
op/rand.t ......................................................... ok | |
# Failed test 84 - Lower bound accepted: -9223372036854775807 at op/range.t line 289 | |
# Failed test 85 - Lower bound okay at op/range.t line 290 | |
# got undef | |
# expected "-9223372036854775807" | |
# Failed test 86 - Upper bound okay at op/range.t line 291 | |
# got undef | |
# expected "-9223372036854775797" | |
# Failed test 87 - Lower bound accepted: -9223372036854775806 at op/range.t line 289 | |
# Failed test 88 - Lower bound okay at op/range.t line 290 | |
# got undef | |
# expected "-9223372036854775806" | |
# Failed test 89 - Upper bound okay at op/range.t line 291 | |
# got undef | |
# expected "-9223372036854775797" | |
# Failed test 90 - Lower bound accepted: -9223372036854775805 at op/range.t line 289 | |
# Failed test 91 - Lower bound okay at op/range.t line 290 | |
# got undef | |
# expected "-9223372036854775805" | |
# Failed test 92 - Upper bound okay at op/range.t line 291 | |
# got undef | |
# expected "-9223372036854775797" | |
# Failed test 93 - Lower bound accepted: -9223372036854775804 at op/range.t line 289 | |
# Failed test 94 - Lower bound okay at op/range.t line 290 | |
# got undef | |
# expected "-9223372036854775804" | |
# Failed test 95 - Upper bound okay at op/range.t line 291 | |
# got undef | |
# expected "-9223372036854775797" | |
# Failed test 99 - Upper bound accepted: -9223372036854775807 at op/range.t line 310 | |
# Failed test 100 - Lower bound okay at op/range.t line 311 | |
# got undef | |
# expected "-9223372036854775807" | |
# Failed test 101 - Upper bound okay at op/range.t line 312 | |
# got undef | |
# expected "-9223372036854775807" | |
# Failed test 102 - Upper bound accepted: -9223372036854775806 at op/range.t line 310 | |
# Failed test 103 - Lower bound okay at op/range.t line 311 | |
# got undef | |
# expected "-9223372036854775807" | |
# Failed test 104 - Upper bound okay at op/range.t line 312 | |
# got undef | |
# expected "-9223372036854775806" | |
# Failed test 105 - Upper bound accepted: -9223372036854775805 at op/range.t line 310 | |
# Failed test 106 - Lower bound okay at op/range.t line 311 | |
# got undef | |
# expected "-9223372036854775807" | |
# Failed test 107 - Upper bound okay at op/range.t line 312 | |
# got undef | |
# expected "-9223372036854775805" | |
# Failed test 108 - Upper bound accepted: -9223372036854775804 at op/range.t line 310 | |
# Failed test 109 - Lower bound okay at op/range.t line 311 | |
# got undef | |
# expected "-9223372036854775807" | |
# Failed test 110 - Upper bound okay at op/range.t line 312 | |
# got undef | |
# expected "-9223372036854775804" | |
# Failed test 111 - Range accepted at op/range.t line 330 | |
op/range.t ........................................................ | |
Failed 25/141 subtests | |
op/readdir.t ...................................................... ok | |
op/read.t ......................................................... ok | |
op/recurse.t ...................................................... ok | |
op/ref.t .......................................................... ok | |
op/repeat.t ....................................................... ok | |
op/require_37033.t ................................................ ok | |
op/require_errors.t ............................................... ok | |
op/reset.t ........................................................ ok | |
op/reverse.t ...................................................... ok | |
op/readline.t ..................................................... ok | |
op/select.t ....................................................... ok | |
op/setpgrpstack.t ................................................. ok | |
op/runlevel.t ..................................................... ok | |
op/sigsystem.t .................................................... ok | |
op/magic.t ........................................................ ok | |
op/smartkve.t ..................................................... ok | |
op/smartmatch.t ................................................... ok | |
op/sort.t ......................................................... ok | |
op/splice.t ....................................................... ok | |
op/split.t ........................................................ ok | |
op/split_unicode.t ................................................ ok | |
op/sprintf.t ...................................................... ok | |
op/alarm.t ........................................................ ok | |
op/pack.t ......................................................... ok | |
op/sprintf2.t ..................................................... ok | |
op/stash.t ........................................................ ok | |
op/srand.t ........................................................ ok | |
op/state.t ........................................................ ok | |
op/study.t ........................................................ ok | |
op/studytied.t .................................................... ok | |
op/sub.t .......................................................... ok | |
op/sleep.t ........................................................ ok | |
op/sub_lval.t ..................................................... ok | |
op/substr_thr.t ................................................... skipped: no ithreads | |
op/substr.t ....................................................... ok | |
op/svleak.t ....................................................... ok | |
op/symbolcache.t .................................................. ok | |
op/sysio.t ........................................................ ok | |
op/switch.t ....................................................... ok | |
op/threads-dirh.t ................................................. skipped: no ithreads | |
op/threads.t ...................................................... skipped: no ithreads | |
op/taint.t ........................................................ ok | |
op/tie_fetch_count.t .............................................. ok | |
op/tiearray.t ..................................................... ok | |
op/tiehandle.t .................................................... ok | |
re/fold_grind.t ................................................... ok | |
op/time_loop.t .................................................... ok | |
op/tr.t ........................................................... ok | |
op/undef.t ........................................................ ok | |
op/universal.t .................................................... ok | |
op/unlink.t ....................................................... ok | |
op/unshift.t ...................................................... ok | |
op/tie.t .......................................................... ok | |
op/upgrade.t ...................................................... ok | |
op/utf8decode.t ................................................... ok | |
op/utf8magic.t .................................................... ok | |
op/utfhash.t ...................................................... ok | |
op/stat.t ......................................................... ok | |
op/utftaint.t ..................................................... ok | |
op/vec.t .......................................................... ok | |
op/wantarray.t .................................................... ok | |
op/ver.t .......................................................... ok | |
op/while.t ........................................................ ok | |
op/warn.t ......................................................... ok | |
op/yadayada.t ..................................................... ok | |
op/time.t ......................................................... ok | |
uni/attrs.t ....................................................... ok | |
uni/bless.t ....................................................... ok | |
uni/cache.t ....................................................... ok | |
op/utf8cache.t .................................................... ok | |
uni/caller.t ...................................................... ok | |
op/write.t ........................................................ ok | |
uni/eval.t ........................................................ ok | |
uni/chr.t ......................................................... ok | |
uni/class.t ....................................................... ok | |
uni/goto.t ........................................................ ok | |
uni/chomp.t ....................................................... ok | |
uni/greek.t ....................................................... ok | |
uni/gv.t .......................................................... ok | |
uni/labels.t ...................................................... ok | |
uni/latin2.t ...................................................... ok | |
uni/lex_utf8.t .................................................... ok | |
uni/opcroak.t ..................................................... ok | |
uni/method.t ...................................................... ok | |
uni/package.t ..................................................... ok | |
uni/overload.t .................................................... ok | |
uni/parser.t ...................................................... ok | |
uni/readline.t .................................................... ok | |
uni/select.t ...................................................... ok | |
uni/sprintf.t ..................................................... ok | |
uni/tie.t ......................................................... ok | |
uni/stash.t ....................................................... ok | |
uni/tr_7jis.t ..................................................... ok | |
uni/tr_eucjp.t .................................................... ok | |
uni/tr_sjis.t ..................................................... ok | |
uni/tr_utf8.t ..................................................... ok | |
op/fork.t ......................................................... ok | |
uni/universal.t ................................................... ok | |
uni/title.t ....................................................... ok | |
uni/write.t ....................................................... ok | |
mro/basic.t ....................................................... ok | |
mro/basic_01_c3.t ................................................. ok | |
mro/basic_01_c3_utf8.t ............................................ ok | |
mro/basic_01_dfs.t ................................................ ok | |
mro/basic_01_dfs_utf8.t ........................................... ok | |
mro/basic_02_c3.t ................................................. ok | |
mro/basic_02_c3_utf8.t ............................................ ok | |
mro/basic_02_dfs.t ................................................ ok | |
mro/basic_02_dfs_utf8.t ........................................... ok | |
mro/basic_03_c3.t ................................................. ok | |
mro/basic_03_c3_utf8.t ............................................ ok | |
mro/basic_03_dfs.t ................................................ ok | |
op/sselect.t ...................................................... ok | |
mro/basic_03_dfs_utf8.t ........................................... ok | |
mro/basic_04_c3.t ................................................. ok | |
mro/basic_04_dfs.t ................................................ ok | |
mro/basic_04_c3_utf8.t ............................................ ok | |
mro/basic_05_c3.t ................................................. ok | |
mro/basic_04_dfs_utf8.t ........................................... ok | |
mro/basic_05_dfs.t ................................................ ok | |
mro/basic_05_c3_utf8.t ............................................ ok | |
mro/basic_05_dfs_utf8.t ........................................... ok | |
mro/c3_with_overload.t ............................................ ok | |
mro/basic_utf8.t .................................................. ok | |
mro/c3_with_overload_utf8.t ....................................... ok | |
mro/complex_c3.t .................................................. ok | |
mro/complex_c3_utf8.t ............................................. ok | |
mro/complex_dfs.t ................................................. ok | |
mro/dbic_c3.t ..................................................... ok | |
mro/complex_dfs_utf8.t ............................................ ok | |
mro/dbic_dfs.t .................................................... ok | |
mro/dbic_c3_utf8.t ................................................ ok | |
mro/inconsistent_c3.t ............................................. ok | |
mro/dbic_dfs_utf8.t ............................................... ok | |
mro/isa_aliases.t ................................................. ok | |
mro/inconsistent_c3_utf8.t ........................................ ok | |
mro/isa_aliases_utf8.t ............................................ ok | |
mro/isa_c3.t ...................................................... ok | |
mro/isa_dfs.t ..................................................... ok | |
mro/isa_c3_utf8.t ................................................. ok | |
mro/isarev.t ...................................................... ok | |
mro/isa_dfs_utf8.t ................................................ ok | |
mro/isarev_utf8.t ................................................. ok | |
mro/method_caching.t .............................................. ok | |
mro/next_edgecases.t .............................................. ok | |
mro/method_caching_utf8.t ......................................... ok | |
mro/next_goto.t ................................................... ok | |
mro/next_edgecases_utf8.t ......................................... ok | |
mro/next_goto_utf8.t .............................................. ok | |
mro/next_inanon.t ................................................. ok | |
mro/next_inanon_utf8.t ............................................ ok | |
mro/next_ineval.t ................................................. ok | |
mro/next_method.t ................................................. ok | |
mro/next_ineval_utf8.t ............................................ ok | |
mro/next_method_utf8.t ............................................ ok | |
mro/next_NEXT.t ................................................... ok | |
mro/next_NEXT_utf8.t .............................................. ok | |
mro/next_skip.t ................................................... ok | |
mro/overload_c3.t ................................................. ok | |
mro/next_skip_utf8.t .............................................. ok | |
uni/upper.t ....................................................... ok | |
mro/overload_dfs.t ................................................ ok | |
mro/overload_c3_utf8.t ............................................ ok | |
op/sigdispatch.t .................................................. ok | |
mro/pkg_gen.t ..................................................... ok | |
mro/pkg_gen_utf8.t ................................................ ok | |
mro/recursion_c3.t ................................................ ok | |
mro/recursion_dfs.t ............................................... ok | |
mro/recursion_c3_utf8.t ........................................... ok | |
mro/recursion_dfs_utf8.t .......................................... ok | |
mro/vulcan_c3.t ................................................... ok | |
mro/vulcan_dfs.t .................................................. ok | |
mro/vulcan_c3_utf8.t .............................................. ok | |
mro/vulcan_dfs_utf8.t ............................................. ok | |
lib/commonsense.t ................................................. ok | |
mro/package_aliases.t ............................................. ok | |
lib/1_compile.t ................................................... ok | |
lib/cygwin.t ...................................................... skipped: cygwin specific test | |
lib/mypragma.t .................................................... ok | |
lib/deprecate.t ................................................... ok | |
lib/no_load.t ..................................................... ok | |
lib/overload_fallback.t ........................................... ok | |
lib/overload_nomethod.t ........................................... ok | |
lib/proxy_constant_subs.t ......................................... ok | |
lib/universal.t ................................................... ok | |
porting/args_assert.t ............................................. ok | |
porting/authors.t ................................................. skipped: not being run from a git checkout | |
porting/bincompat.t ............................................... ok | |
lib/croak.t ....................................................... ok | |
porting/cmp_version.t ............................................. skipped: not being run from a git checkout | |
porting/checkcfgvar.t ............................................. ok | |
porting/customized.t .............................................. ok | |
porting/dual-life.t ............................................... ok | |
mro/package_aliases_utf8.t ........................................ ok | |
porting/exec-bit.t ................................................ ok | |
porting/extrefs.t ................................................. ok | |
porting/FindExt.t ................................................. ok | |
porting/globvar.t ................................................. ok | |
uni/lower.t ....................................................... ok | |
porting/diag.t .................................................... ok | |
porting/pending-author.t .......................................... skipped: not being run from a git checkout | |
porting/perlfunc.t ................................................ ok | |
porting/pod_rules.t ............................................... ok | |
porting/filenames.t ............................................... ok | |
uni/fold.t ........................................................ ok | |
porting/test_bootstrap.t .......................................... ok | |
porting/utils.t ................................................... skipped: not being run from a git checkout | |
porting/checkcase.t ............................................... ok | |
porting/maintainers.t ............................................. ok | |
porting/manifest.t ................................................ ok | |
porting/regen.t ................................................... ok | |
re/uniprops.t ..................................................... ok | |
uni/variables.t ................................................... ok | |
porting/podcheck.t ................................................ ok | |
../cpan/CGI/t/apache.t ............................................ ok | |
../cpan/Archive-Tar/t/01_use.t .................................... ok | |
../cpan/CPAN-Meta-Requirements/t/accepts.t ........................ ok | |
../cpan/CPAN-Meta-YAML/t/01_compile.t ............................. ok | |
../cpan/AutoLoader/t/01AutoLoader.t ............................... ok | |
../cpan/CGI/t/autoescape.t ........................................ ok | |
../cpan/CPAN-Meta-Requirements/t/bad_version_hook.t ............... ok | |
../cpan/CGI/t/can.t ............................................... ok | |
../cpan/CPAN-Meta-Requirements/t/basic.t .......................... ok | |
../cpan/CPAN-Meta-Requirements/t/finalize.t ....................... ok | |
../cpan/B-Debug/t/debug.t ......................................... ok | |
../cpan/CGI/t/carp.t .............................................. ok | |
../cpan/CPAN-Meta-Requirements/t/from-hash.t ...................... ok | |
../cpan/CGI/t/charset.t ........................................... ok | |
../cpan/CPAN-Meta-Requirements/t/merge.t .......................... ok | |
../cpan/CGI/t/checkbox_group.t .................................... ok | |
../cpan/CPAN-Meta-YAML/t/02_basic.t ............................... ok | |
../cpan/CGI/t/cookie.t ............................................ ok | |
../cpan/CGI/t/delete.t ............................................ ok | |
../cpan/CPAN-Meta/t/converter-bad.t ............................... ok | |
../cpan/CGI/t/Dump.t .............................................. ok | |
../cpan/CPAN/t/01loadme.t ......................................... ok | |
../cpan/CGI/t/end_form.t .......................................... ok | |
../cpan/CGI/t/form.t .............................................. ok | |
../cpan/CPAN-Meta/t/converter-fail.t .............................. ok | |
../cpan/Archive-Tar/t/02_methods.t ................................ ok | |
../cpan/CGI/t/function.t .......................................... ok | |
../cpan/CPAN-Meta-YAML/t/03_regression.t .......................... ok | |
../cpan/CGI/t/headers.t ........................................... ok | |
../cpan/CPAN/t/02nox.t ............................................ ok | |
../cpan/CPAN-Meta-YAML/t/05_export.t .............................. ok | |
../cpan/CGI/t/hidden.t ............................................ ok | |
../cpan/Archive-Tar/t/03_file.t ................................... ok | |
../cpan/CPAN-Meta-YAML/t/11_meta_yml.t ............................ ok | |
../cpan/CGI/t/html.t .............................................. ok | |
../cpan/CGI/t/http.t .............................................. ok | |
../cpan/CPAN-Meta-YAML/t/12_plagger.t ............................. ok | |
../cpan/CGI/t/init.t .............................................. ok | |
../cpan/Archive-Tar/t/04_resolved_issues.t ........................ ok | |
../cpan/CPAN-Meta-YAML/t/13_perl_smith.t .......................... ok | |
../cpan/CPAN/t/03pkgs.t ........................................... ok | |
../cpan/CGI/t/multipart_init.t .................................... ok | |
../cpan/CPAN-Meta/t/converter.t ................................... ok | |
../cpan/CPAN-Meta-YAML/t/14_yaml_org.t ............................ ok | |
../cpan/CGI/t/no_tabindex.t ....................................... ok | |
../cpan/CPAN/t/10version.t ........................................ ok | |
../cpan/CPAN-Meta-YAML/t/15_multibyte.t ........................... ok | |
../cpan/Archive-Tar/t/05_iter.t ................................... ok | |
../cpan/CGI/t/param_fetch.t ....................................... ok | |
../cpan/CPAN-Meta-YAML/t/16_nullrefs.t ............................ ok | |
../cpan/CGI/t/popup_menu.t ........................................ ok | |
../cpan/CPAN-Meta-YAML/t/17_toolbar.t ............................. ok | |
../cpan/CPAN/t/11mirroredby.t ..................................... ok | |
../cpan/Archive-Tar/t/06_error.t .................................. ok | |
../cpan/CGI/t/pretty.t ............................................ ok | |
../cpan/B-Lint/t/lint.t ........................................... ok | |
../cpan/Archive-Tar/t/90_symlink.t ................................ skipped: Skipping tests on this platform | |
../cpan/CPAN-Meta/t/load-bad.t .................................... ok | |
../cpan/CGI/t/push.t .............................................. ok | |
../cpan/Archive-Tar/t/99_pod.t .................................... skipped: Test::Pod v0.95 required for testing POD | |
../cpan/CPAN-Meta-YAML/t/18_tap.t ................................. ok | |
../cpan/CGI/t/query_string.t ...................................... ok | |
../cpan/Compress-Raw-Bzip2/t/000prereq.t .......................... ok | |
../cpan/CPAN-Meta-YAML/t/19_errors.t .............................. ok | |
../cpan/CPAN-Meta/t/meta-obj.t .................................... ok | |
../cpan/CGI/t/request.t ........................................... ok | |
../cpan/CPAN-Meta-YAML/t/20_subclass.t ............................ ok | |
../cpan/CPAN-Meta/t/no-index.t .................................... ok | |
../cpan/CGI/t/rt-52469.t .......................................... ok | |
../cpan/CPAN-Meta-YAML/t/21_bom.t ................................. ok | |
../cpan/CPANPLUS-Dist-Build/t/01_CPANPLUS-Dist-Build-Constants.t .. ok | |
../cpan/CPAN-Meta/t/prereqs-finalize.t ............................ ok | |
../cpan/CGI/t/save_read_roundtrip.t ............................... ok | |
../cpan/Compress-Raw-Bzip2/t/01bzip2.t ............................ ok | |
../cpan/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t .................. ok | |
../cpan/CPAN-Meta-YAML/t/22_comments.t ............................ ok | |
../cpan/CPAN-Meta/t/prereqs-merge.t ............................... ok | |
../cpan/CGI/t/start_end_asterisk.t ................................ ok | |
../cpan/Compress-Raw-Zlib/t/01version.t ........................... ok | |
../cpan/CPAN-Meta/t/prereqs.t ..................................... ok | |
../cpan/CGI/t/start_end_end.t ..................................... ok | |
../cpan/Compress-Raw-Bzip2/t/09limitoutput.t ...................... ok | |
../cpan/CPAN-Meta/t/repository.t .................................. ok | |
../cpan/Compress-Raw-Bzip2/t/99pod.t .............................. skipped: Test::Pod 1.00 required for testing POD | |
../cpan/CGI/t/start_end_start.t ................................... ok | |
../cpan/Config-Perl-V/t/00_pod.t .................................. skipped: Test::Pod 1.00 required for testing POD | |
../cpan/Config-Perl-V/t/01_pod.t .................................. skipped: Test::Pod::Covarage required for testing POD Coverage | |
../cpan/CGI/t/switch.t ............................................ ok | |
../cpan/CPAN-Meta/t/save-load.t ................................... ok | |
../cpan/CGI/t/tmpdir.t ............................................ skipped: Root can write to 'unwritable files', so many of these tests don't make sense for root. | |
../cpan/Config-Perl-V/t/10_base.t ................................. ok | |
../cpan/CPAN-Meta/t/strings.t ..................................... ok | |
../cpan/CGI/t/unescapeHTML.t ...................................... ok | |
../cpan/Config-Perl-V/t/20_plv.t .................................. ok | |
../cpan/Compress-Raw-Zlib/t/02zlib.t .............................. ok | |
../cpan/CGI/t/upload.t ............................................ ok | |
../cpan/Devel-PPPort/t/call.t ..................................... ok | |
../cpan/CPAN-Meta/t/validator.t ................................... ok | |
../cpan/CGI/t/uploadInfo.t ........................................ ok | |
../cpan/Digest-MD5/t/align.t ...................................... ok | |
../cpan/Devel-PPPort/t/cop.t ...................................... ok | |
../cpan/Digest-MD5/t/badfile.t .................................... ok | |
../cpan/CGI/t/url.t ............................................... ok | |
../cpan/Digest-MD5/t/bits.t ....................................... ok | |
../cpan/Devel-PPPort/t/exception.t ................................ ok | |
../cpan/Digest-MD5/t/clone.t ...................................... ok | |
../cpan/CGI/t/user_agent.t ........................................ ok | |
../cpan/Devel-PPPort/t/format.t ................................... ok | |
../cpan/Digest-MD5/t/files.t ...................................... ok | |
../cpan/CPANPLUS/t/01_CPANPLUS-Configure.t ........................ ok | |
../cpan/CGI/t/utf8.t .............................................. ok | |
../cpan/Devel-PPPort/t/grok.t ..................................... ok | |
../cpan/CGI/t/util-58.t ........................................... ok | |
../cpan/Devel-PPPort/t/gv.t ....................................... ok | |
../cpan/CGI/t/util.t .............................................. ok | |
../cpan/Devel-PPPort/t/HvNAME.t ................................... ok | |
../cpan/Digest-SHA/t/allfcns.t .................................... ok | |
../cpan/Digest-MD5/t/md5-aaa.t .................................... ok | |
../cpan/Digest-SHA/t/base64.t ..................................... ok | |
../cpan/Devel-PPPort/t/limits.t ................................... ok | |
../cpan/Digest-MD5/t/threads.t .................................... skipped: Perl compiled without ithreads | |
../cpan/Digest-SHA/t/bitbuf.t ..................................... ok | |
../cpan/Digest-MD5/t/utf8.t ....................................... ok | |
../cpan/Devel-PPPort/t/magic.t .................................... ok | |
../cpan/Digest/t/base.t ........................................... ok | |
../cpan/Devel-PPPort/t/memory.t ................................... ok | |
../cpan/Digest/t/digest.t ......................................... ok | |
../cpan/Devel-PPPort/t/misc.t ..................................... ok | |
../cpan/CPANPLUS/t/02_CPANPLUS-Internals.t ........................ ok | |
../cpan/Digest/t/file.t ........................................... ok | |
../cpan/Devel-PPPort/t/mPUSH.t .................................... ok | |
../cpan/Digest/t/security.t ....................................... ok | |
../cpan/Devel-PPPort/t/MY_CXT.t ................................... ok | |
../cpan/Archive-Extract/t/01_Archive-Extract.t .................... ok | |
../cpan/Devel-PPPort/t/newCONSTSUB.t .............................. ok | |
../cpan/Devel-PPPort/t/newRV.t .................................... ok | |
../cpan/Devel-PPPort/t/newSV_type.t ............................... ok | |
../cpan/Devel-PPPort/t/newSVpv.t .................................. ok | |
../cpan/Devel-PPPort/t/podtest.t .................................. ok | |
../cpan/Compress-Raw-Zlib/t/07bufsize.t ........................... ok | |
../cpan/Encode/t/Aliases.t ........................................ ok | |
../cpan/Encode/t/at-cn.t .......................................... ok | |
../cpan/Compress-Raw-Zlib/t/09limitoutput.t ....................... ok | |
../cpan/Encode/t/at-tw.t .......................................... ok | |
../cpan/Compress-Raw-Zlib/t/18lvalue.t ............................ ok | |
../cpan/ExtUtils-MakeMaker/t/00compile.t .......................... ok | |
../cpan/ExtUtils-MakeMaker/t/01perl_bugs.t ........................ ok | |
../cpan/ExtUtils-MakeMaker/t/arch_check.t ......................... ok | |
../cpan/ExtUtils-MakeMaker/t/backwards.t .......................... ok | |
../cpan/Encode/t/CJKT.t ........................................... ok | |
../cpan/Encode/t/enc_data.t ....................................... ok | |
../cpan/Encode/t/enc_eucjp.t ...................................... ok | |
../cpan/Encode/t/enc_module.t ..................................... ok | |
../cpan/Encode/t/enc_utf8.t ....................................... ok | |
../cpan/Encode/t/Encode.t ......................................... ok | |
../cpan/Digest-SHA/t/dumpload.t ................................... ok | |
../cpan/CPANPLUS-Dist-Build/t/02_CPANPLUS-Dist-Build.t ............ ok | |
../cpan/Digest-SHA/t/fips180-4.t .................................. ok | |
../cpan/Digest-SHA/t/fips198.t .................................... ok | |
../cpan/Digest-SHA/t/gg.t ......................................... ok | |
../cpan/Encode/t/Encoder.t ........................................ ok | |
../cpan/File-CheckTree/t/CheckTree.t .............................. ok | |
../cpan/Digest-SHA/t/gglong.t ..................................... ok | |
../cpan/Digest-SHA/t/hmacsha.t .................................... ok | |
../cpan/Encode/t/encoding.t ....................................... ok | |
../cpan/Digest-SHA/t/ireland.t .................................... ok | |
../cpan/Encode/t/fallback.t ....................................... ok | |
../cpan/Digest-SHA/t/methods.t .................................... ok | |
../cpan/Digest-SHA/t/nistbit.t .................................... ok | |
../cpan/Encode/t/from_to.t ........................................ ok | |
../cpan/Digest-SHA/t/nistbyte.t ................................... ok | |
../cpan/Digest-SHA/t/rfc2202.t .................................... ok | |
../cpan/Digest-SHA/t/sha1.t ....................................... ok | |
../cpan/Digest-SHA/t/sha224.t ..................................... ok | |
../cpan/Encode/t/grow.t ........................................... ok | |
../cpan/Digest-SHA/t/sha256.t ..................................... ok | |
../cpan/Digest-SHA/t/sha384.t ..................................... ok | |
../cpan/Digest-SHA/t/sha512.t ..................................... ok | |
../cpan/Digest-SHA/t/unicode.t .................................... ok | |
../cpan/Digest-SHA/t/woodbury.t ................................... ok | |
../cpan/Encode/t/gsm0338.t ........................................ ok | |
../cpan/File-Path/t/Path.t ........................................ ok | |
../cpan/File-Path/t/taint.t ....................................... ok | |
../cpan/Encode/t/guess.t .......................................... ok | |
../cpan/File-Temp/t/cmp.t ......................................... ok | |
../cpan/Encode/t/jis7-fallback.t .................................. ok | |
../cpan/Encode/t/jperl.t .......................................... ok | |
../cpan/File-Fetch/t/01_File-Fetch.t .............................. ok | |
../cpan/Encode/t/mime-header.t .................................... ok | |
../cpan/Encode/t/mime-name.t ...................................... ok | |
../cpan/File-Fetch/t/null_subclass.t .............................. ok | |
../cpan/Encode/t/mime_header_iso2022jp.t .......................... ok | |
../cpan/Filter-Util-Call/t/call.t ................................. ok | |
../cpan/Getopt-Long/t/gol-basic.t ................................. ok | |
../cpan/Getopt-Long/t/gol-linkage.t ............................... ok | |
../cpan/Getopt-Long/t/gol-oo.t .................................... ok | |
../cpan/Getopt-Long/t/gol-xargv.t ................................. ok | |
../cpan/Getopt-Long/t/gol-xstring.t ............................... ok | |
../cpan/HTTP-Tiny/t/00-compile.t .................................. ok | |
../cpan/HTTP-Tiny/t/000_load.t .................................... ok | |
../cpan/HTTP-Tiny/t/001_api.t ..................................... ok | |
../cpan/Encode/t/perlio.t ......................................... ok | |
../cpan/Encode/t/piconv.t ......................................... skipped: Don't know how to test this within perl's core | |
../cpan/HTTP-Tiny/t/002_croakage.t ................................ ok | |
../cpan/HTTP-Tiny/t/003_agent.t ................................... ok | |
../cpan/HTTP-Tiny/t/010_url.t ..................................... ok | |
../cpan/Encode/t/Unicode.t ........................................ ok | |
../cpan/HTTP-Tiny/t/020_headers.t ................................. ok | |
../cpan/Encode/t/utf8ref.t ........................................ ok | |
../cpan/HTTP-Tiny/t/030_response.t ................................ ok | |
../cpan/Encode/t/utf8strict.t ..................................... ok | |
../cpan/HTTP-Tiny/t/040_content.t ................................. ok | |
../cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source.t ................. ok | |
../cpan/IO-Compress/t/000prereq.t ................................. ok | |
../cpan/HTTP-Tiny/t/050_chunked_body.t ............................ ok | |
../cpan/HTTP-Tiny/t/060_http_date.t ............................... ok | |
../cpan/HTTP-Tiny/t/100_get.t ..................................... ok | |
../cpan/HTTP-Tiny/t/101_head.t .................................... ok | |
../cpan/Devel-PPPort/t/ppphtest.t ................................. ok | |
../cpan/HTTP-Tiny/t/102_put.t ..................................... ok | |
../cpan/Devel-PPPort/t/pv_tools.t ................................. ok | |
../cpan/HTTP-Tiny/t/103_delete.t .................................. ok | |
../cpan/Devel-PPPort/t/pvs.t ...................................... ok | |
../cpan/Devel-PPPort/t/shared_pv.t ................................ ok | |
../cpan/HTTP-Tiny/t/104_post.t .................................... ok | |
../cpan/IO-Compress/t/001bzip2.t .................................. ok | |
../cpan/Devel-PPPort/t/snprintf.t ................................. ok | |
../cpan/Devel-PPPort/t/sprintf.t .................................. ok | |
../cpan/HTTP-Tiny/t/110_mirror.t .................................. ok | |
../cpan/Devel-PPPort/t/strlfuncs.t ................................ ok | |
../cpan/Devel-PPPort/t/Sv_set.t ................................... ok | |
../cpan/IO-Compress/t/001zlib-generic-deflate.t ................... ok | |
../cpan/HTTP-Tiny/t/130_redirect.t ................................ ok | |
../cpan/Devel-PPPort/t/sv_xpvf.t .................................. ok | |
../cpan/HTTP-Tiny/t/140_proxy.t ................................... ok | |
../cpan/Devel-PPPort/t/SvPV.t ..................................... ok | |
../cpan/IO-Compress/t/001zlib-generic-gzip.t ...................... ok | |
../cpan/HTTP-Tiny/t/150_post_form.t ............................... ok | |
../cpan/Devel-PPPort/t/SvREFCNT.t ................................. ok | |
../cpan/IO-Zlib/t/basic.t ......................................... ok | |
../cpan/Devel-PPPort/t/threads.t .................................. ok | |
../cpan/Devel-PPPort/t/uv.t ....................................... ok | |
../cpan/IO-Compress/t/001zlib-generic-rawdeflate.t ................ ok | |
../cpan/IO-Zlib/t/external.t ...................................... skipped: no /usr/bin/gzip | |
../cpan/Devel-PPPort/t/variables.t ................................ ok | |
../cpan/IO-Zlib/t/getc.t .......................................... ok | |
../cpan/Devel-PPPort/t/warn.t ..................................... ok | |
../cpan/IO-Compress/t/001zlib-generic-zip.t ....................... ok | |
../cpan/IO-Zlib/t/getline.t ....................................... ok | |
../cpan/IO-Zlib/t/import.t ........................................ ok | |
../cpan/IO-Zlib/t/large.t ......................................... ok | |
../cpan/IO-Compress/t/002any-deflate.t ............................ ok | |
../cpan/IO-Zlib/t/tied.t .......................................... ok | |
../cpan/IO-Zlib/t/uncomp1.t ....................................... ok | |
../cpan/IO-Compress/t/002any-gzip.t ............................... ok | |
../cpan/IO-Zlib/t/uncomp2.t ....................................... ok | |
../cpan/IO-Compress/t/002any-rawdeflate.t ......................... ok | |
../cpan/IPC-SysV/t/ipcsysv.t ...................................... ok | |
../cpan/IO-Compress/t/002any-transparent.t ........................ ok | |
../cpan/IPC-SysV/t/msg.t .......................................... ok | |
../cpan/IPC-SysV/t/pod.t .......................................... skipped: testing pod requires Test::Pod | |
../cpan/IPC-SysV/t/podcov.t ....................................... skipped: testing pod coverage requires Pod::Coverage 0.10 | |
../cpan/IO-Compress/t/002any-zip.t ................................ ok | |
../cpan/CPANPLUS/t/04_CPANPLUS-Module.t ........................... ok | |
../cpan/IPC-SysV/t/sem.t .......................................... ok | |
../cpan/IPC-SysV/t/shm.t .......................................... ok | |
../cpan/JSON-PP/t/000_load.t ...................................... ok | |
../cpan/JSON-PP/t/001_utf8.t ...................................... ok | |
../cpan/JSON-PP/t/002_error.t ..................................... ok | |
../cpan/JSON-PP/t/003_types.t ..................................... ok | |
../cpan/JSON-PP/t/006_pc_pretty.t ................................. ok | |
../cpan/JSON-PP/t/007_pc_esc.t .................................... ok | |
../cpan/IO-Compress/t/004gziphdr.t ................................ ok | |
../cpan/JSON-PP/t/008_pc_base.t ................................... ok | |
../cpan/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t .................. ok | |
../cpan/JSON-PP/t/009_pc_extra_number.t ........................... ok | |
../cpan/JSON-PP/t/010_pc_keysort.t ................................ ok | |
../cpan/JSON-PP/t/011_pc_expo.t ................................... ok | |
../cpan/IO-Compress/t/005defhdr.t ................................. ok | |
../cpan/JSON-PP/t/012_blessed.t ................................... ok | |
../cpan/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t .............. ok | |
../cpan/JSON-PP/t/013_limit.t ..................................... ok | |
../cpan/IO-Compress/t/006zip.t .................................... ok | |
../cpan/JSON-PP/t/014_latin1.t .................................... ok | |
../cpan/JSON-PP/t/015_prefix.t .................................... ok | |
../cpan/JSON-PP/t/016_tied.t ...................................... ok | |
../cpan/JSON-PP/t/017_relaxed.t ................................... ok | |
../cpan/ExtUtils-MakeMaker/t/basic.t .............................. ok | |
../cpan/JSON-PP/t/018_json_checker.t .............................. ok | |
../cpan/IO-Compress/t/010examples-bzip2.t ......................... ok | |
../cpan/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t ................ ok | |
../cpan/JSON-PP/t/019_incr.t ...................................... ok | |
../cpan/JSON-PP/t/020_unknown.t ................................... ok | |
../cpan/ExtUtils-MakeMaker/t/build_man.t .......................... ok | |
../cpan/JSON-PP/t/021_evans_bugrep.t .............................. ok | |
../cpan/IPC-Cmd/t/01_IPC-Cmd.t .................................... ok | |
../cpan/IPC-Cmd/t/02_Interactive.t ................................ skipped: No interactive tests from harness | |
../cpan/JSON-PP/t/022_comment_at_eof.t ............................ ok | |
../cpan/List-Util/t/00version.t ................................... ok | |
../cpan/ExtUtils-MakeMaker/t/cd.t ................................. ok | |
../cpan/IO-Compress/t/010examples-zlib.t .......................... ok | |
../cpan/List-Util/t/blessed.t ..................................... ok | |
../cpan/List-Util/t/dualvar.t ..................................... ok | |
../cpan/ExtUtils-MakeMaker/t/config.t ............................. ok | |
../cpan/List-Util/t/first.t ....................................... ok | |
../cpan/List-Util/t/getmagic-once.t ............................... ok | |
../cpan/IO-Compress/t/01misc.t .................................... ok | |
../cpan/AutoLoader/t/02AutoSplit.t ................................ ok | |
../cpan/ExtUtils-MakeMaker/t/dir_target.t ......................... ok | |
../cpan/List-Util/t/isvstring.t ................................... ok | |
../cpan/Locale-Codes/t/alias_code.t ............................... ok | |
../cpan/IO-Compress/t/020isize.t .................................. skipped: Lengthy Tests Disabled | |
../cpan/List-Util/t/lln.t ......................................... ok | |
../cpan/Locale-Codes/t/alias_code_old.t ........................... ok | |
../cpan/List-Util/t/max.t ......................................... ok | |
../cpan/List-Util/t/maxstr.t ...................................... ok | |
../cpan/Locale-Codes/t/code2country.t ............................. ok | |
../cpan/IO-Compress/t/050interop-gzip.t ........................... ok | |
../cpan/ExtUtils-MakeMaker/t/echo.t ............................... ok | |
../cpan/Locale-Codes/t/code2country_old.t ......................... ok | |
../cpan/List-Util/t/min.t ......................................... ok | |
../cpan/Locale-Codes/t/code2currency.t ............................ ok | |
../cpan/List-Util/t/minstr.t ...................................... ok | |
../cpan/List-Util/t/multicall-refcount.t .......................... ok | |
../cpan/Locale-Codes/t/code2langext.t ............................. ok | |
../cpan/List-Util/t/openhan.t ..................................... ok | |
../cpan/Locale-Codes/t/code2langfam.t ............................. ok | |
../cpan/List-Util/t/proto.t ....................................... ok | |
../cpan/List-Util/t/readonly.t .................................... ok | |
../cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t ..................... ok | |
../cpan/List-Util/t/reduce.t ...................................... ok | |
../cpan/ExtUtils-Constant/t/Constant.t ............................ ok | |
../cpan/Locale-Maketext-Simple/t/0-signature.t .................... ok | |
../cpan/List-Util/t/refaddr.t ..................................... ok | |
../cpan/Locale-Maketext-Simple/t/1-basic.t ........................ ok | |
../cpan/ExtUtils-MakeMaker/t/fix_libs.t ........................... ok | |
../cpan/List-Util/t/reftype.t ..................................... ok | |
../cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t .... skipped: No soft dependencies, i_default will not work | |
../cpan/Locale-Codes/t/code2language.t ............................ ok | |
../cpan/List-Util/t/shuffle.t ..................................... ok | |
../cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t ....... skipped: No soft dependencies, i_default will not work | |
../cpan/Locale-Codes/t/code2langvar.t ............................. ok | |
../cpan/List-Util/t/stack-corruption.t ............................ ok | |
../cpan/Log-Message-Simple/t/01_use.t ............................. ok | |
../cpan/Locale-Codes/t/code2script.t .............................. ok | |
../cpan/ExtUtils-MakeMaker/t/fixin.t .............................. ok | |
../cpan/List-Util/t/sum.t ......................................... ok | |
../cpan/List-Util/t/sum0.t ........................................ ok | |
../cpan/Log-Message-Simple/t/02_imports.t ......................... ok | |
../cpan/Locale-Codes/t/country.t .................................. ok | |
../cpan/List-Util/t/tainted.t ..................................... ok | |
../cpan/File-Temp/t/fork.t ........................................ ok | |
../cpan/ExtUtils-MakeMaker/t/hints.t .............................. ok | |
../cpan/List-Util/t/weak.t ........................................ ok | |
../cpan/File-Temp/t/lock.t ........................................ skipped: Do not seem to have O_EXLOCK | |
../cpan/Log-Message-Simple/t/03_functions.t ....................... ok | |
../cpan/Log-Message/t/01_Log-Message-Config.t ..................... ok | |
../cpan/Locale-Codes/t/country2code.t ............................. ok | |
../cpan/File-Temp/t/mktemp.t ...................................... ok | |
../cpan/Log-Message/t/02_Log-Message.t ............................ ok | |
../cpan/Locale-Codes/t/country2code_old.t ......................... ok | |
../cpan/File-Temp/t/object.t ...................................... ok | |
../cpan/MIME-Base64/t/base64.t .................................... ok | |
../cpan/IO-Compress/t/100generic-bzip2.t .......................... ok | |
../cpan/File-Temp/t/posix.t ....................................... ok | |
../cpan/Locale-Codes/t/country_code2code.t ........................ ok | |
../cpan/ExtUtils-MakeMaker/t/INST.t ............................... ok | |
../cpan/CPANPLUS/t/08_CPANPLUS-Backend.t .......................... ok | |
../cpan/File-Temp/t/rmtree.t ...................................... ok | |
../cpan/Locale-Codes/t/country_code2code_old.t .................... ok | |
../cpan/MIME-Base64/t/length.t .................................... ok | |
../cpan/File-Temp/t/security.t .................................... ok | |
../cpan/MIME-Base64/t/quoted-print.t .............................. ok | |
../cpan/Locale-Codes/t/country_old.t .............................. ok | |
../cpan/MIME-Base64/t/unicode.t ................................... ok | |
../cpan/Locale-Codes/t/currency2code.t ............................ ok | |
../cpan/File-Temp/t/seekable.t .................................... ok | |
../cpan/Locale-Codes/t/currency2code_old.t ........................ ok | |
../cpan/File-Temp/t/tempfile.t .................................... ok | |
../cpan/Locale-Codes/t/langext2code.t ............................. ok | |
../cpan/Locale-Codes/t/langfam2code.t ............................. ok | |
../cpan/JSON-PP/t/099_binary.t .................................... ok | |
../cpan/CPANPLUS/t/09_CPANPLUS-Internals-Search.t ................. ok | |
../cpan/JSON-PP/t/104_sortby.t .................................... ok | |
../cpan/JSON-PP/t/105_esc_slash.t ................................. ok | |
../cpan/IO-Compress/t/100generic-deflate.t ........................ ok | |
../cpan/Locale-Codes/t/language.t ................................. ok | |
../cpan/JSON-PP/t/106_allow_barekey.t ............................. ok | |
../cpan/Math-Complex/t/Complex.t .................................. ok | |
../cpan/JSON-PP/t/107_allow_singlequote.t ......................... ok | |
../cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t ........................ ok | |
../cpan/Math-Complex/t/Trig.t ..................................... ok | |
../cpan/JSON-PP/t/108_decode.t .................................... ok | |
../cpan/Locale-Codes/t/language2code.t ............................ ok | |
../cpan/Math-Complex/t/underbar.t ................................. ok | |
../cpan/JSON-PP/t/109_encode.t .................................... ok | |
../cpan/CPANPLUS/t/10_CPANPLUS-Error.t ............................ ok | |
../cpan/JSON-PP/t/110_bignum.t .................................... ok | |
../cpan/JSON-PP/t/112_upgrade.t ................................... ok | |
../cpan/Locale-Codes/t/language_old.t ............................. ok | |
../cpan/Locale-Codes/t/langvar2code.t ............................. ok | |
../cpan/JSON-PP/t/113_overloaded_eq.t ............................. ok | |
../cpan/JSON-PP/t/114_decode_prefix.t ............................. ok | |
../cpan/CPANPLUS/t/15_CPANPLUS-Shell.t ............................ ok | |
../cpan/Locale-Codes/t/script2code.t .............................. ok | |
../cpan/JSON-PP/t/115_tie_ixhash.t ................................ ok | |
../cpan/Locale-Codes/t/script2code_old.t .......................... ok | |
../cpan/JSON-PP/t/116_incr_parse_fixed.t .......................... ok | |
../cpan/IO-Compress/t/100generic-gzip.t ........................... ok | |
../cpan/Module-Build/t/properties/dist_suffix.t ................... ok | |
../cpan/Module-Build/t/compat/exit.t .............................. ok | |
../cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t .... ok | |
../cpan/Module-Build/t/00-compile.t ............................... ok | |
../cpan/Module-Load/t/01_Module-Load.t ............................ ok | |
../cpan/Module-Loaded/t/01_Module-Loaded.t ........................ ok | |
../cpan/Module-Metadata/t/encoding.t .............................. ok | |
../cpan/Module-Build/t/actions/installdeps.t ...................... ok | |
../cpan/Module-Build/t/add_property.t ............................. ok | |
../cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t ....................... ok | |
../cpan/Module-Metadata/t/metadata.t .............................. ok | |
../cpan/Module-Metadata/t/version.t ............................... ok | |
../cpan/ExtUtils-MakeMaker/t/installed_file.t ..................... ok | |
../cpan/Module-Build/t/properties/license.t ....................... ok | |
../cpan/Module-Pluggable/t/01use.t ................................ ok | |
../cpan/Module-Pluggable/t/02alsoworks.t .......................... ok | |
../cpan/ExtUtils-MakeMaker/t/is_of_type.t ......................... ok | |
../cpan/Module-Pluggable/t/02works.t .............................. ok | |
../cpan/Module-Pluggable/t/02works_taint.t ........................ ok | |
../cpan/ExtUtils-MakeMaker/t/Liblist.t ............................ ok | |
../cpan/Module-Pluggable/t/03diffname.t ........................... ok | |
../cpan/Module-Pluggable/t/04acmedir.t ............................ ok | |
../cpan/ExtUtils-MakeMaker/t/make.t ............................... ok | |
../cpan/Module-Pluggable/t/04acmedir_single.t ..................... ok | |
../cpan/Module-Pluggable/t/04acmepath.t ........................... ok | |
../cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t ............... ok | |
../cpan/Module-Pluggable/t/04acmepath_single.t .................... ok | |
../cpan/Module-Pluggable/t/05postpath.t ........................... ok | |
../cpan/ExtUtils-MakeMaker/t/maketext_filter.t .................... ok | |
../cpan/Module-Pluggable/t/06multipath.t .......................... ok | |
../cpan/Memoize/t/array.t ......................................... ok | |
../cpan/Module-Build/t/actions/manifest_skip.t .................... ok | |
../cpan/Module-Build/t/properties/module_name.t ................... ok | |
../cpan/Module-Pluggable/t/07instantiate.t ........................ ok | |
../cpan/Memoize/t/array_confusion.t ............................... ok | |
../cpan/NEXT/t/actual.t ........................................... ok | |
../cpan/Memoize/t/correctness.t ................................... ok | |
../cpan/Module-Pluggable/t/08nothing.t ............................ ok | |
../cpan/NEXT/t/actuns.t ........................................... ok | |
../cpan/Memoize/t/errors.t ........................................ ok | |
../cpan/ExtUtils-MakeMaker/t/meta_convert.t ....................... ok | |
../cpan/Module-Pluggable/t/09require.t ............................ ok | |
../cpan/NEXT/t/dynamically_scoped_regex_vars.t .................... ok | |
../cpan/NEXT/t/next.t ............................................. ok | |
../cpan/Module-Pluggable/t/10innerpack.t .......................... ok | |
../cpan/NEXT/t/stringify.t ........................................ ok | |
../cpan/Module-Pluggable/t/10innerpack_inner.t .................... ok | |
../cpan/NEXT/t/unseen.t ........................................... ok | |
../cpan/Module-Pluggable/t/10innerpack_noinner.t .................. ok | |
../cpan/Object-Accessor/t/00_Object-Accessor.t .................... ok | |
../cpan/Module-Pluggable/t/10innerpack_onefile.t .................. ok | |
../cpan/Object-Accessor/t/01_Object-Accessor-Subclassed.t ......... ok | |
../cpan/ExtUtils-MakeMaker/t/metafile_data.t ...................... ok | |
../cpan/Module-Pluggable/t/10innerpack_override.t ................. ok | |
../cpan/Object-Accessor/t/02_Object-Accessor-allow.t .............. ok | |
../cpan/Module-Pluggable/t/10innerpack_super.t .................... ok | |
../cpan/IO-Compress/t/100generic-rawdeflate.t ..................... ok | |
../cpan/ExtUtils-MakeMaker/t/metafile_file.t ...................... ok | |
../cpan/Module-Pluggable/t/11usetwice.t ........................... ok | |
../cpan/Object-Accessor/t/03_Object-Accessor-local.t .............. ok | |
../cpan/Module-Pluggable/t/12only.t ............................... ok | |
../cpan/Object-Accessor/t/04_Object-Accessor-lvalue.t ............. ok | |
../cpan/Module-Pluggable/t/12onlyarray.t .......................... ok | |
../cpan/Object-Accessor/t/05_Object-Accessor-callback.t ........... ok | |
../cpan/Module-Pluggable/t/12onlyregex.t .......................... ok | |
../cpan/Module-Build/t/basic.t .................................... ok | |
../cpan/Object-Accessor/t/06_Object-Accessor-alias.t .............. ok | |
../cpan/Module-Pluggable/t/12onlyrequire.t ........................ ok | |
../cpan/Package-Constants/t/01_list.t ............................. ok | |
../cpan/Params-Check/t/01_Params-Check.t .......................... ok | |
../cpan/Module-Pluggable/t/13except.t ............................. ok | |
../cpan/Parse-CPAN-Meta/t/01_compile.t ............................ ok | |
../cpan/Module-Pluggable/t/13exceptarray.t ........................ ok | |
../cpan/Module-Build/t/bundle_inc.t ............................... skipped: bundle_inc tests will never succeed in PERL_CORE | |
../cpan/Parse-CPAN-Meta/t/02_api.t ................................ ok | |
../cpan/Parse-CPAN-Meta/t/03_functions.t .......................... ok | |
../cpan/Module-Pluggable/t/13exceptregex.t ........................ ok | |
../cpan/IO-Compress/t/100generic-zip.t ............................ ok | |
../cpan/Parse-CPAN-Meta/t/04_export.t ............................. ok | |
../cpan/Module-Pluggable/t/14package.t ............................ ok | |
../cpan/Parse-CPAN-Meta/t/05_errors.t ............................. ok | |
../cpan/Module-Pluggable/t/15topicsafe.t .......................... ok | |
../cpan/Perl-OSType/t/OSType.t .................................... ok | |
../cpan/Module-Pluggable/t/16different_extension.t ................ ok | |
../cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t .................... ok | |
../cpan/Module-Pluggable/t/17devel_inner_package.t ................ ok | |
../cpan/Pod-Checker/t/pod/podchkenc.t ............................. ok | |
../cpan/Module-Pluggable/t/18skipped_package.t .................... ok | |
../cpan/Pod-Checker/t/pod/poderrs.t ............................... ok | |
../cpan/Module-Pluggable/t/19can_ok_clobber.t ..................... ok | |
../cpan/Pod-Checker/t/pod/selfcheck.t ............................. ok | |
../cpan/Module-Pluggable/t/20dodgy_files.t ........................ ok | |
../cpan/Pod-Escapes/t/01_about_verbose.t .......................... ok | |
../cpan/Module-Pluggable/t/21editor_junk.t ........................ ok | |
../cpan/Pod-Escapes/t/10_main.t ................................... ok | |
../cpan/ExtUtils-MakeMaker/t/min_perl_version.t ................... ok | |
../cpan/Module-Pluggable/t/22trigger.t ............................ ok | |
../cpan/Pod-Escapes/t/15_name2charnum.t ........................... ok | |
../cpan/Module-Pluggable/t/23depth.t .............................. ok | |
../cpan/Pod-LaTeX/t/pod2latex.t ................................... ok | |
../cpan/Module-Pluggable/t/24local_inc_object.t ................... ok | |
../cpan/Module-Pluggable/t/24local_inc_package.t .................. ok | |
../cpan/Pod-LaTeX/t/user.t ........................................ ok | |
../cpan/Pod-Parser/t/pod/contains_pod.t ........................... ok | |
../cpan/Pod-Parser/t/pod/emptycmd.t ............................... ok | |
../cpan/Pod-Perldoc/t/load.t ...................................... ok | |
../cpan/Pod-Parser/t/pod/find.t ................................... ok | |
../cpan/Pod-Perldoc/t/pod.t ....................................... skipped: Pod tests not required for installation. | |
../cpan/CPANPLUS/t/19_CPANPLUS-Dist.t ............................. ok | |
../cpan/Pod-Parser/t/pod/for.t .................................... ok | |
../cpan/Module-Build/t/properties/needs_compiler.t ................ ok | |
../cpan/IO-Compress/t/101truncate-bzip2.t ......................... ok | |
../cpan/Pod-Parser/t/pod/headings.t ............................... ok | |
../cpan/Pod-Perldoc/t/man/_get_columns.t .......................... ok | |
../cpan/Pod-Parser/t/pod/include.t ................................ ok | |
../cpan/Pod-Parser/t/pod/included.t ............................... ok | |
../cpan/Pod-Parser/t/pod/lref.t ................................... ok | |
../cpan/Pod-Parser/t/pod/multiline_items.t ........................ ok | |
../cpan/Pod-Simple/t/00about.t .................................... ok | |
../cpan/Pod-Parser/t/pod/nested_items.t ........................... ok | |
../cpan/Pod-Simple/t/20_skip.t .................................... ok | |
../cpan/Pod-Parser/t/pod/nested_seqs.t ............................ ok | |
../cpan/Pod-Simple/t/ac_d.t ....................................... ok | |
../cpan/Pod-Parser/t/pod/oneline_cmds.t ........................... ok | |
../cpan/Pod-Simple/t/accept01.t ................................... ok | |
../cpan/Pod-Parser/t/pod/podselect.t .............................. ok | |
../cpan/Pod-Simple/t/accept05.t ................................... ok | |
../cpan/Pod-Simple/t/basic.t ...................................... ok | |
../cpan/Pod-Simple/t/begin.t ...................................... ok | |
../cpan/Pod-Parser/t/pod/selfcheck.t .............................. ok | |
../cpan/Pod-Parser/t/pod/special_seqs.t ........................... ok | |
../cpan/Pod-Simple/t/cbacks.t ..................................... ok | |
../cpan/ExtUtils-MakeMaker/t/miniperl.t ........................... ok | |
../cpan/Pod-Parser/t/pod/twice.t .................................. ok | |
../cpan/Pod-Simple/t/chunking.t ................................... ok | |
../cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t ........................ ok | |
../cpan/Pod-Simple/t/closeys.t .................................... ok | |
../cpan/Pod-Usage/t/pod/pod2usage.t ............................... ok | |
../cpan/ExtUtils-MakeMaker/t/MM_Any.t ............................. ok | |
../cpan/ExtUtils-MakeMaker/t/MM_BeOS.t ............................ skipped: This is not BeOS | |
../cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t .......................... skipped: This is not cygwin | |
../cpan/ExtUtils-MakeMaker/t/MM_NW5.t ............................. skipped: This is not NW5 | |
../cpan/IO-Compress/t/101truncate-deflate.t ....................... ok | |
../cpan/ExtUtils-MakeMaker/t/MM_OS2.t ............................. skipped: This is not OS/2 | |
../cpan/Pod-Simple/t/corpus.t ..................................... ok | |
../cpan/Pod-Usage/t/pod/pod2usage2.t .............................. ok | |
../cpan/Pod-Simple/t/emptylists.t ................................. ok | |
../cpan/ExtUtils-MakeMaker/t/MM_Unix.t ............................ ok | |
../cpan/Pod-Simple/t/enc-chars.t .................................. ok | |
../cpan/ExtUtils-MakeMaker/t/MM_VMS.t ............................. skipped: This is not VMS | |
../cpan/ExtUtils-MakeMaker/t/MM_Win32.t ........................... skipped: This is not Win32 | |
../cpan/Pod-Simple/t/encod01.t .................................... ok | |
../cpan/Pod-Simple/t/encod02.t .................................... ok | |
../cpan/Pod-Simple/t/encod03.t .................................... ok | |
../cpan/ExtUtils-MakeMaker/t/oneliner.t ........................... ok | |
../cpan/Pod-Simple/t/encod04.t .................................... ok | |
../cpan/Pod-Simple/t/end_over.t ................................... ok | |
../cpan/ExtUtils-MakeMaker/t/parse_abstract.t ..................... ok | |
../cpan/Socket/t/getaddrinfo.t .................................... ok | |
../cpan/Pod-Simple/t/eol.t ........................................ ok | |
../cpan/Socket/t/getnameinfo.t .................................... ok | |
../cpan/Pod-Simple/t/eol2.t ....................................... ok | |
../cpan/Socket/t/ip_mreq.t ........................................ ok | |
../cpan/ExtUtils-MakeMaker/t/parse_version.t ...................... ok | |
../cpan/Socket/t/ipv6_mreq.t ...................................... ok | |
../cpan/Pod-Simple/t/fake-closers.t ............................... ok | |
../cpan/Socket/t/sockaddr.t ....................................... ok | |
../cpan/Socket/t/Socket.t ......................................... ok | |
../cpan/Pod-Simple/t/fcodes.t ..................................... ok | |
../cpan/Pod-Simple/t/fcodes_e.t ................................... ok | |
../cpan/IO-Compress/t/101truncate-gzip.t .......................... ok | |
../cpan/Pod-Simple/t/fcodes_l.t ................................... ok | |
../cpan/Pod-Simple/t/fcodes_s.t ................................... ok | |
../cpan/Pod-Simple/t/for.t ........................................ ok | |
../cpan/IO-Compress/t/101truncate-rawdeflate.t .................... ok | |
../cpan/Pod-Simple/t/fornot.t ..................................... ok | |
../cpan/ExtUtils-MakeMaker/t/PL_FILES.t ........................... ok | |
../cpan/Pod-Simple/t/heads.t ...................................... ok | |
../cpan/Pod-Simple/t/html01.t ..................................... ok | |
../cpan/Module-Build/t/properties/release_status.t ................ ok | |
../cpan/Pod-Simple/t/html02.t ..................................... ok | |
../cpan/ExtUtils-MakeMaker/t/pm.t ................................. ok | |
../cpan/Pod-Simple/t/html03.t ..................................... ok | |
../cpan/Pod-Simple/t/htmlbat.t .................................... ok | |
../cpan/Pod-Simple/t/items.t ...................................... ok | |
../cpan/Pod-Simple/t/items02.t .................................... ok | |
../cpan/Pod-Simple/t/itemstar.t ................................... ok | |
../cpan/Pod-Simple/t/linkclas.t ................................... ok | |
../cpan/Pod-Simple/t/output.t ..................................... ok | |
../cpan/Memoize/t/expfile.t ....................................... ok | |
../cpan/Module-Build/t/properties/requires.t ...................... ok | |
../cpan/Memoize/t/expire.t ........................................ ok | |
../cpan/Memoize/t/expmod_n.t ...................................... ok | |
../cpan/Pod-Simple/t/puller.t ..................................... ok | |
../cpan/Socket/t/socketpair.t ..................................... ok | |
../cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM.t .......................... ok | |
../cpan/Sys-Syslog/t/00-load.t .................................... ok | |
../cpan/Pod-Simple/t/pulltitl.t ................................... ok | |
../cpan/Sys-Syslog/t/constants.t .................................. ok | |
../cpan/Sys-Syslog/t/facilities-routing.t ......................... skipped: POE is not available | |
../cpan/Pod-Simple/t/reinit.t ..................................... ok | |
../cpan/Sys-Syslog/t/syslog.t ..................................... ok | |
../cpan/Term-ANSIColor/t/aliases-func.t ........................... ok | |
../cpan/Term-ANSIColor/t/basic.t .................................. ok | |
../cpan/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t .................... ok | |
../cpan/Term-ANSIColor/t/basic256.t ............................... ok | |
../cpan/Term-ANSIColor/t/eval.t ................................... ok | |
../cpan/Term-ANSIColor/t/stringify.t .............................. ok | |
../cpan/Pod-Simple/t/render.t ..................................... ok | |
../cpan/Term-ANSIColor/t/taint.t .................................. ok | |
../cpan/Pod-Simple/t/search05.t ................................... ok | |
../cpan/Term-Cap/test.pl .......................................... skipped: no termcap available to test | |
../cpan/Term-UI/t/00_load.t ....................................... ok | |
../cpan/Pod-Simple/t/search10.t ................................... ok | |
../cpan/Term-UI/t/01_history.t .................................... ok | |
../cpan/Pod-Simple/t/search12.t ................................... ok | |
../cpan/Term-UI/t/02_ui.t ......................................... ok | |
../cpan/CPANPLUS/t/25_CPANPLUS.t .................................. ok | |
../cpan/Pod-Simple/t/search20.t ................................... ok | |
../cpan/ExtUtils-MakeMaker/t/pm_to_blib.t ......................... ok | |
../cpan/ExtUtils-MakeMaker/t/pod2man.t ............................ ok | |
../cpan/Pod-Simple/t/search22.t ................................... ok | |
../cpan/Test-Harness/t/000-load.t ................................. ok | |
../cpan/Pod-Simple/t/search25.t ................................... ok | |
../cpan/Test-Harness/t/aggregator.t ............................... ok | |
../cpan/Pod-Simple/t/search26.t ................................... ok | |
../cpan/ExtUtils-MakeMaker/t/postamble.t .......................... ok | |
../cpan/Test-Harness/t/bailout.t .................................. ok | |
../cpan/Pod-Simple/t/search27.t ................................... ok | |
../cpan/ExtUtils-MakeMaker/t/prefixify.t .......................... ok | |
../cpan/Test-Harness/t/base.t ..................................... ok | |
../cpan/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t ............. ok | |
../cpan/Pod-Simple/t/search28.t ................................... ok | |
../cpan/Test-Harness/t/callbacks.t ................................ ok | |
../cpan/Pod-Simple/t/search29.t ................................... ok | |
../cpan/Test-Harness/t/console.t .................................. ok | |
../cpan/Test-Harness/t/errors.t ................................... ok | |
../cpan/IO-Compress/t/101truncate-zip.t ........................... ok | |
../cpan/Test-Harness/t/file.t ..................................... ok | |
../cpan/ExtUtils-MakeMaker/t/prereq.t ............................. ok | |
../cpan/Test-Harness/t/glob-to-regexp.t ........................... ok | |
../cpan/Module-Build/t/properties/share_dir.t ..................... ok | |
../cpan/CPANPLUS/t/40_CPANPLUS-Internals-Report.t ................. ok | |
../cpan/Test-Harness/t/grammar.t .................................. ok | |
../cpan/Test-Harness/t/source_tests/source.t ...................... ok | |
../cpan/Test-Simple/examples/subtest.t ............................ ok | |
../cpan/Test-Harness/t/compat/env.t ............................... ok | |
../cpan/Test-Simple/t/00test_harness_check.t ...................... ok | |
../cpan/IO-Compress/t/102tied-bzip2.t ............................. ok | |
../cpan/Test-Simple/t/bad_plan.t .................................. ok | |
../cpan/Test-Harness/t/compat/env_opts.t .......................... ok | |
../cpan/ExtUtils-MakeMaker/t/prereq_print.t ....................... ok | |
../cpan/Test-Simple/t/bail_out.t .................................. ok | |
../cpan/Test-Simple/t/BEGIN_require_ok.t .......................... ok | |
../cpan/ExtUtils-MakeMaker/t/problems.t ........................... ok | |
../cpan/Test-Simple/t/BEGIN_use_ok.t .............................. ok | |
../cpan/Test-Harness/t/compat/failure.t ........................... ok | |
../cpan/Pod-Simple/t/search50.t ................................... ok | |
../cpan/Test-Simple/t/buffer.t .................................... ok | |
../cpan/ExtUtils-MakeMaker/t/prompt.t ............................. ok | |
../cpan/Pod-Simple/t/stree.t ...................................... ok | |
../cpan/Test-Simple/t/c_flag.t .................................... ok | |
../cpan/Pod-Simple/t/strpvbtm.t ................................... ok | |
../cpan/Test-Harness/t/compat/inc-propagation.t ................... ok | |
../cpan/Test-Simple/t/circular_data.t ............................. ok | |
../cpan/IO-Compress/t/102tied-deflate.t ........................... ok | |
../cpan/Pod-Simple/t/tiedfh.t ..................................... ok | |
../cpan/Test-Simple/t/cmp_ok.t .................................... ok | |
../cpan/Test-Simple/t/dependents.t ................................ skipped: Dependents only tested when releasing | |
../cpan/Pod-Simple/t/verb_fmt.t ................................... ok | |
../cpan/Test-Simple/t/diag.t ...................................... ok | |
../cpan/Test-Harness/t/compat/inc_taint.t ......................... ok | |
../cpan/Test-Simple/t/died.t ...................................... ok | |
../cpan/Test-Harness/t/compat/nonumbers.t ......................... ok | |
../cpan/Test-Simple/t/dont_overwrite_die_handler.t ................ ok | |
../cpan/Pod-Simple/t/verbatim.t ................................... ok | |
../cpan/Test-Simple/t/eq_set.t .................................... ok | |
../cpan/Test-Harness/t/compat/regression.t ........................ ok | |
../cpan/Pod-Simple/t/whine.t ...................................... ok | |
../cpan/Test-Harness/t/compat/subclass.t .......................... ok | |
../cpan/Pod-Simple/t/x_nixer.t .................................... ok | |
../cpan/Pod-Simple/t/xhtml-bkb.t .................................. ok | |
../cpan/Test-Harness/t/compat/switches.t .......................... ok | |
../cpan/IO-Compress/t/102tied-gzip.t .............................. ok | |
../cpan/Pod-Simple/t/xhtml01.t .................................... ok | |
../cpan/Pod-Simple/t/xhtml05.t .................................... ok | |
../cpan/Pod-Simple/t/xhtml10.t .................................... ok | |
../cpan/Pod-Simple/t/xhtml15.t .................................... ok | |
../cpan/Pod-Simple/t/xhtml20.t .................................... ok | |
../cpan/Test-Simple/t/Builder/Builder.t ........................... ok | |
../cpan/IO-Compress/t/102tied-rawdeflate.t ........................ ok | |
../cpan/Test-Simple/t/Builder/carp.t .............................. ok | |
../cpan/Test-Harness/t/harness-bailout.t .......................... ok | |
../cpan/Test-Simple/t/Builder/create.t ............................ ok | |
../cpan/Test-Simple/t/Builder/current_test.t ...................... ok | |
../cpan/Test-Simple/t/Builder/current_test_without_plan.t ......... ok | |
../cpan/Test-Harness/t/harness-subclass.t ......................... ok | |
../cpan/Test-Simple/t/Builder/details.t ........................... ok | |
../cpan/Test-Simple/t/Builder/done_testing.t ...................... ok | |
../cpan/Test-Harness/t/compat/test-harness-compat.t ............... ok | |
../cpan/Test-Simple/t/Builder/done_testing_double.t ............... ok | |
../cpan/Test-Simple/t/Builder/done_testing_plan_mismatch.t ........ ok | |
../cpan/Test-Harness/t/compat/version.t ........................... ok | |
../cpan/Test-Simple/t/Builder/done_testing_with_no_plan.t ......... ok | |
../cpan/Test-Simple/t/Simple/load.t ............................... ok | |
../cpan/Test-Simple/t/Builder/done_testing_with_number.t .......... ok | |
../cpan/Test-Simple/t/Tester/tbt_01basic.t ........................ ok | |
../cpan/Test-Simple/t/Builder/done_testing_with_plan.t ............ ok | |
../cpan/IO-Compress/t/102tied-zip.t ............................... ok | |
../cpan/Test-Simple/t/Tester/tbt_02fhrestore.t .................... ok | |
../cpan/Test-Harness/t/harness.t .................................. ok | |
../cpan/Test-Simple/t/Builder/fork_with_new_stdout.t .............. ok | |
../cpan/Test-Simple/t/Tester/tbt_03die.t .......................... ok | |
../cpan/Test-Simple/t/Builder/has_plan.t .......................... ok | |
../cpan/Test-Harness/t/iterator_factory.t ......................... ok | |
../cpan/Test-Simple/t/Tester/tbt_04line_num.t ..................... ok | |
../cpan/Test-Simple/t/Builder/has_plan2.t ......................... ok | |
../cpan/IO-Compress/t/103newtied-bzip2.t .......................... ok | |
../cpan/Test-Simple/t/Tester/tbt_05faildiag.t ..................... ok | |
../cpan/Test-Simple/t/Builder/is_fh.t ............................. ok | |
../cpan/Test-Harness/t/iterators.t ................................ ok | |
../cpan/Test-Simple/t/Tester/tbt_06errormess.t .................... ok | |
../cpan/Test-Simple/t/Builder/is_passing.t ........................ ok | |
../cpan/Test-Simple/t/Builder/maybe_regex.t ....................... ok | |
../cpan/Test-Simple/t/Tester/tbt_07args.t ......................... ok | |
../cpan/IO-Compress/t/103newtied-deflate.t ........................ ok | |
../cpan/Test-Simple/t/Builder/no_diag.t ........................... ok | |
../cpan/Test-Simple/t/subtest/args.t .............................. ok | |
../cpan/Test-Harness/t/multiplexer.t .............................. ok | |
../cpan/Test-Simple/t/Builder/no_ending.t ......................... ok | |
../cpan/Test-Simple/t/subtest/basic.t ............................. ok | |
../cpan/Test-Simple/t/exit.t ...................................... ok | |
../cpan/Test-Simple/t/Builder/no_header.t ......................... ok | |
../cpan/Test-Simple/t/subtest/die.t ............................... ok | |
../cpan/ExtUtils-MakeMaker/t/recurs.t ............................. ok | |
../cpan/Test-Simple/t/Builder/no_plan_at_all.t .................... ok | |
../cpan/Test-Harness/t/nested.t ................................... ok | |
../cpan/Test-Simple/t/explain.t ................................... ok | |
../cpan/Test-Simple/t/subtest/do.t ................................ ok | |
../cpan/Test-Simple/t/Builder/ok_obj.t ............................ ok | |
../cpan/Test-Simple/t/extra.t ..................................... ok | |
../cpan/Test-Simple/t/subtest/exceptions.t ........................ ok | |
../cpan/ExtUtils-MakeMaker/t/revision.t ........................... ok | |
../cpan/Test-Simple/t/extra_one.t ................................. ok | |
../cpan/Test-Simple/t/Builder/output.t ............................ ok | |
../cpan/Test-Simple/t/subtest/fork.t .............................. ok | |
../cpan/Test-Simple/t/fail-like.t ................................. ok | |
../cpan/Test-Simple/t/Builder/reset.t ............................. ok | |
../cpan/IO-Compress/t/103newtied-gzip.t ........................... ok | |
../cpan/Test-Simple/t/subtest/implicit_done.t ..................... ok | |
../cpan/Test-Harness/t/nofork-mux.t ............................... ok | |
../cpan/Test-Simple/t/Builder/try.t ............................... ok | |
../cpan/Test-Simple/t/fail-more.t ................................. ok | |
../cpan/Test-Simple/t/subtest/line_numbers.t ...................... ok | |
../cpan/Test/t/05_about_verbose.t ................................. ok | |
../cpan/Test-Simple/t/fail.t ...................................... ok | |
../cpan/Test-Simple/t/subtest/plan.t .............................. ok | |
../cpan/Test/t/fail.t ............................................. ok | |
../cpan/Test-Simple/t/fail_one.t .................................. ok | |
../cpan/Test-Harness/t/nofork.t ................................... ok | |
../cpan/Test/t/mix.t .............................................. ok | |
../cpan/Test-Simple/t/subtest/predicate.t ......................... ok | |
../cpan/Test-Simple/t/filehandles.t ............................... ok | |
../cpan/Test-Harness/t/nowarn.t ................................... ok | |
../cpan/Test-Simple/t/subtest/singleton.t ......................... ok | |
../cpan/Test-Simple/t/fork.t ...................................... ok | |
../cpan/Test/t/multiline.t ........................................ ok | |
../cpan/Test-Harness/t/object.t ................................... ok | |
../cpan/Test-Simple/t/harness_active.t ............................ ok | |
../cpan/Test/t/onfail.t ........................................... ok | |
../cpan/IO-Compress/t/103newtied-rawdeflate.t ..................... ok | |
../cpan/Test-Simple/t/import.t .................................... ok | |
../cpan/Test/t/qr.t ............................................... ok | |
../cpan/Test/t/skip.t ............................................. ok | |
../cpan/Test-Simple/t/subtest/todo.t .............................. ok | |
../cpan/Test-Simple/t/is_deeply_dne_bug.t ......................... ok | |
../cpan/Test/t/success.t .......................................... ok | |
../cpan/Test-Simple/t/subtest/wstat.t ............................. ok | |
../cpan/Test/t/todo.t ............................................. ok | |
../cpan/ExtUtils-MakeMaker/t/several_authors.t .................... ok | |
../cpan/Text-Balanced/t/01_compile.t .............................. ok | |
../cpan/Text-ParseWords/t/ParseWords.t ............................ ok | |
../cpan/Text-Balanced/t/02_extbrk.t ............................... ok | |
../cpan/Text-ParseWords/t/taint.t ................................. ok | |
../cpan/IO-Compress/t/103newtied-zip.t ............................ ok | |
../cpan/Text-Soundex/t/Soundex.t .................................. ok | |
../cpan/Test-Simple/t/is_deeply_fail.t ............................ ok | |
../cpan/Text-Tabs/t/37000.t ....................................... ok | |
../cpan/Test-Harness/t/parse.t .................................... ok | |
../cpan/Test-Simple/t/is_deeply_with_threads.t .................... skipped: no working threads | |
../cpan/Text-Tabs/t/39548.t ....................................... ok | |
../cpan/Text-Balanced/t/03_extcbk.t ............................... ok | |
../cpan/ExtUtils-MakeMaker/t/split_command.t ...................... ok | |
../cpan/Text-Tabs/t/belg4mit.t .................................... ok | |
../cpan/Test-Simple/t/missing.t ................................... ok | |
../cpan/IO-Compress/t/104destroy-bzip2.t .......................... ok | |
../cpan/Text-Balanced/t/04_extdel.t ............................... ok | |
../cpan/Text-Tabs/t/dandv.t ....................................... ok | |
../cpan/Test-Harness/t/parser-config.t ............................ ok | |
../cpan/Text-Tabs/t/fill.t ........................................ ok | |
../cpan/ExtUtils-MakeMaker/t/test_boilerplate.t ................... ok | |
../cpan/Text-Tabs/t/Jacobson.t .................................... ok | |
../cpan/ExtUtils-MakeMaker/t/testlib.t ............................ ok | |
../cpan/Text-Tabs/t/Jacobson2.t ................................... ok | |
../cpan/Test-Simple/t/More.t ...................................... ok | |
../cpan/Text-Tabs/t/Jochen.t ...................................... ok | |
../cpan/Test-Harness/t/parser-subclass.t .......................... ok | |
../cpan/IO-Compress/t/104destroy-deflate.t ........................ ok | |
../cpan/Test-Simple/t/new_ok.t .................................... ok | |
../cpan/Text-Tabs/t/sep.t ......................................... ok | |
../cpan/Text-Balanced/t/05_extmul.t ............................... ok | |
../cpan/Test-Simple/t/no_plan.t ................................... ok | |
../cpan/Text-Tabs/t/sep2.t ........................................ ok | |
../cpan/Test-Harness/t/perl5lib.t ................................. ok | |
../cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t ....................... ok | |
../cpan/Test-Simple/t/no_tests.t .................................. ok | |
../cpan/Text-Tabs/t/Tabs-ElCid.t .................................. ok | |
../cpan/IO-Compress/t/104destroy-gzip.t ........................... ok | |
../cpan/Test-Simple/t/note.t ...................................... ok | |
../cpan/Text-Tabs/t/tabs.t ........................................ ok | |
../cpan/Test-Harness/t/premature-bailout.t ........................ ok | |
../cpan/Text-Balanced/t/06_extqlk.t ............................... ok | |
../cpan/Text-Tabs/t/Wrap-JLB.t .................................... ok | |
../cpan/Test-Simple/t/overload.t .................................. ok | |
../cpan/Text-Tabs/t/wrap.t ........................................ ok | |
../cpan/IO-Compress/t/104destroy-rawdeflate.t ..................... ok | |
../cpan/Test-Simple/t/overload_threads.t .......................... ok | |
../cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t ................. ok | |
../cpan/Text-Tabs/t/wrap_separator2.t ............................. ok | |
../cpan/Test-Simple/t/plan.t ...................................... ok | |
../cpan/Tie-RefHash/t/rebless.t ................................... ok | |
../cpan/Text-Balanced/t/07_exttag.t ............................... ok | |
../cpan/IO-Compress/t/104destroy-zip.t ............................ ok | |
../cpan/Test-Simple/t/plan_bad.t .................................. ok | |
../cpan/Test-Simple/t/plan_is_noplan.t ............................ ok | |
../cpan/Text-Balanced/t/08_extvar.t ............................... ok | |
../cpan/Tie-RefHash/t/refhash.t ................................... ok | |
../cpan/Test-Simple/t/plan_no_plan.t .............................. ok | |
../cpan/Text-Balanced/t/09_gentag.t ............................... ok | |
../cpan/Tie-RefHash/t/storable.t .................................. ok | |
../cpan/Test-Simple/t/plan_shouldnt_import.t ...................... ok | |
../cpan/Tie-RefHash/t/threaded.t .................................. skipped: -- threads aren't enabled in your perl, or Scalar::Util::weaken is missing | |
../cpan/Test-Simple/t/plan_skip_all.t ............................. skipped: Just testing plan & skip_all | |
../cpan/Test-Simple/t/require_ok.t ................................ ok | |
../cpan/Time-Local/t/Local.t ...................................... ok | |
../cpan/Test-Simple/t/simple.t .................................... ok | |
../cpan/Time-Piece/t/01base.t ..................................... ok | |
../cpan/Test-Simple/t/skip.t ...................................... ok | |
../cpan/Test-Simple/t/skipall.t ................................... ok | |
../cpan/Time-Piece/t/02core.t ..................................... ok | |
../cpan/Test-Harness/t/process.t .................................. ok | |
../cpan/Test-Simple/t/tbm_doesnt_set_exported_to.t ................ ok | |
../cpan/Time-Piece/t/03compare.t .................................. ok | |
../cpan/Test-Simple/t/thread_taint.t .............................. ok | |
../cpan/Time-Piece/t/04mjd.t ...................................... ok | |
../cpan/Test-Simple/t/threads.t ................................... skipped: no working threads | |
../cpan/Time-Piece/t/05overload.t ................................. ok | |
../cpan/Test-Simple/t/todo.t ...................................... ok | |
../cpan/Time-Piece/t/06subclass.t ................................. ok | |
../cpan/IO-Compress/t/105oneshot-bzip2.t .......................... ok | |
../cpan/Test-Simple/t/undef.t ..................................... ok | |
../cpan/Time-Piece/t/07arith.t .................................... ok | |
../cpan/Test-Simple/t/use_ok.t .................................... ok | |
../cpan/Unicode-Collate/t/altern.t ................................ ok | |
../cpan/Test-Simple/t/useing.t .................................... ok | |
../cpan/Test-Simple/t/utf8.t ...................................... ok | |
../cpan/Unicode-Collate/t/backwds.t ............................... ok | |
../cpan/Test-Simple/t/versions.t .................................. ok | |
../cpan/Unicode-Collate/t/cjk_b5.t ................................ ok | |
../cpan/ExtUtils-MakeMaker/t/writemakefile_args.t ................. ok | |
../cpan/Unicode-Normalize/t/fcdc.t ................................ ok | |
../cpan/Unicode-Collate/t/cjk_gb.t ................................ ok | |
../cpan/Unicode-Normalize/t/form.t ................................ ok | |
../cpan/Unicode-Collate/t/cjk_ja.t ................................ ok | |
../cpan/Unicode-Normalize/t/func.t ................................ ok | |
../cpan/Unicode-Collate/t/cjk_ko.t ................................ ok | |
../cpan/Test-Harness/t/prove.t .................................... ok | |
../cpan/Unicode-Normalize/t/illegal.t ............................. ok | |
../cpan/Unicode-Collate/t/cjk_py.t ................................ ok | |
../cpan/Test-Harness/t/proveenv.t ................................. ok | |
../cpan/Unicode-Normalize/t/norm.t ................................ ok | |
../cpan/Unicode-Collate/t/cjk_st.t ................................ ok | |
../cpan/Test-Harness/t/proverc.t .................................. ok | |
../cpan/Unicode-Normalize/t/null.t ................................ ok | |
../cpan/Unicode-Collate/t/cjk_zy.t ................................ ok | |
../cpan/Unicode-Normalize/t/partial1.t ............................ ok | |
../cpan/Unicode-Normalize/t/partial2.t ............................ ok | |
../cpan/Test-Harness/t/proverun.t ................................. ok | |
../cpan/Unicode-Normalize/t/proto.t ............................... ok | |
../cpan/Test-Harness/t/proveversion.t ............................. ok | |
../cpan/IO-Compress/t/105oneshot-deflate.t ........................ ok | |
../cpan/Unicode-Normalize/t/split.t ............................... ok | |
../cpan/Unicode-Normalize/t/test.t ................................ ok | |
../cpan/Unicode-Collate/t/cjkrange.t .............................. ok | |
../cpan/Unicode-Normalize/t/tie.t ................................. ok | |
../cpan/autodie/t/00-load.t ....................................... ok | |
../cpan/Unicode-Collate/t/compatui.t .............................. ok | |
../cpan/Unicode-Collate/t/contract.t .............................. ok | |
../cpan/autodie/t/autodie.t ....................................... ok | |
../cpan/autodie/t/backcompat.t .................................... ok | |
../cpan/Unicode-Collate/t/default.t ............................... ok | |
../cpan/Unicode-Collate/t/hangtype.t .............................. ok | |
../cpan/autodie/t/basic_exceptions.t .............................. ok | |
../cpan/Unicode-Collate/t/hangul.t ................................ ok | |
../cpan/autodie/t/binmode.t ....................................... ok | |
../cpan/Unicode-Collate/t/ident.t ................................. ok | |
../cpan/autodie/t/blog_hints.t .................................... ok | |
../cpan/Unicode-Collate/t/iglevel2.t .............................. ok | |
../cpan/autodie/t/caller.t ........................................ ok | |
../cpan/autodie/t/context.t ....................................... ok | |
../cpan/Unicode-Collate/t/ignor.t ................................. ok | |
../cpan/autodie/t/context_lexical.t ............................... ok | |
../cpan/Unicode-Collate/t/illegal.t ............................... ok | |
../cpan/ExtUtils-MakeMaker/t/xs.t ................................. ok | |
../cpan/Unicode-Collate/t/illegalp.t .............................. ok | |
../cpan/encoding-warnings/t/1-warning.t ........................... ok | |
../cpan/autodie/t/crickey.t ....................................... ok | |
../cpan/encoding-warnings/t/2-fatal.t ............................. ok | |
../cpan/Unicode-Collate/t/index.t ................................. ok | |
../cpan/encoding-warnings/t/3-normal.t ............................ ok | |
../cpan/autodie/t/dbmopen.t ....................................... ok | |
../cpan/Unicode-Collate/t/loc_af.t ................................ ok | |
../cpan/encoding-warnings/t/4-lexical.t ........................... ok | |
../cpan/libnet/t/config.t ......................................... skipped: (no reason given) | |
../cpan/libnet/t/datasend.t ....................................... skipped: (no reason given) | |
../cpan/autodie/t/eval_error.t .................................... ok | |
../cpan/Unicode-Collate/t/loc_ar.t ................................ ok | |
../cpan/libnet/t/ftp.t ............................................ skipped: (no reason given) | |
../cpan/autodie/t/exception_class.t ............................... ok | |
../cpan/Unicode-Collate/t/loc_as.t ................................ ok | |
../cpan/libnet/t/hostname.t ....................................... ok | |
../cpan/libnet/t/netrc.t .......................................... skipped: (no reason given) | |
../cpan/Unicode-Collate/t/loc_az.t ................................ ok | |
../cpan/autodie/t/exceptions.t .................................... ok | |
../cpan/libnet/t/nntp.t ........................................... skipped: (no reason given) | |
../cpan/autodie/t/exec.t .......................................... ok | |
../cpan/Unicode-Collate/t/loc_be.t ................................ ok | |
../cpan/libnet/t/require.t ........................................ ok | |
../cpan/autodie/t/Fatal.t ......................................... ok | |
../cpan/libnet/t/smtp.t ........................................... skipped: (no reason given) | |
../cpan/libnet/t/time.t ........................................... skipped: (no reason given) | |
../cpan/autodie/t/filehandles.t ................................... ok | |
../cpan/parent/t/compile-time-file.t .............................. ok | |
../cpan/Unicode-Collate/t/loc_bg.t ................................ ok | |
../cpan/autodie/t/fileno.t ........................................ ok | |
../cpan/parent/t/compile-time.t ................................... ok | |
../cpan/Unicode-Collate/t/loc_bn.t ................................ ok | |
../cpan/parent/t/parent-classfromclassfile.t ...................... ok | |
../cpan/autodie/t/flock.t ......................................... ok | |
../cpan/parent/t/parent-classfromfile.t ........................... ok | |
../cpan/Unicode-Collate/t/loc_bs.t ................................ ok | |
../cpan/parent/t/parent-pmc.t ..................................... ok | |
../cpan/autodie/t/format-clobber.t ................................ ok | |
../cpan/parent/t/parent-returns-false.t ........................... ok | |
../cpan/parent/t/parent.t ......................................... ok | |
../cpan/Unicode-Collate/t/loc_bscy.t .............................. ok | |
../cpan/autodie/t/hints.t ......................................... ok | |
../cpan/Unicode-Collate/t/loc_ca.t ................................ ok | |
../cpan/autodie/t/hints_insist.t .................................. ok | |
../cpan/podlators/t/basic.t ....................................... ok | |
../cpan/autodie/t/hints_pod_examples.t ............................ ok | |
../cpan/podlators/t/color.t ....................................... ok | |
../cpan/autodie/t/hints_provider_does.t ........................... ok | |
../cpan/podlators/t/devise-date.t ................................. ok | |
../cpan/autodie/t/hints_provider_easy_does_it.t ................... ok | |
../cpan/podlators/t/filehandle.t .................................. ok | |
../cpan/autodie/t/hints_provider_isa.t ............................ ok | |
../cpan/podlators/t/man-heading.t ................................. ok | |
../cpan/autodie/t/internal-backcompat.t ........................... ok | |
../cpan/podlators/t/man-options.t ................................. ok | |
../cpan/autodie/t/internal.t ...................................... ok | |
../cpan/autodie/t/lethal.t ........................................ ok | |
../cpan/podlators/t/man-perlio.t .................................. ok | |
../cpan/autodie/t/mkdir.t ......................................... ok | |
../cpan/podlators/t/man-utf8.t .................................... ok | |
../cpan/Unicode-Collate/t/loc_cjk.t ............................... ok | |
../cpan/autodie/t/open.t .......................................... ok | |
../cpan/podlators/t/man.t ......................................... ok | |
../cpan/autodie/t/recv.t .......................................... ok | |
../cpan/Time-HiRes/t/alarm.t ...................................... ok | |
../cpan/podlators/t/overstrike.t .................................. ok | |
../cpan/autodie/t/repeat.t ........................................ ok | |
../cpan/podlators/t/parselink.t ................................... ok | |
../cpan/autodie/t/scope_leak.t .................................... ok | |
../cpan/podlators/t/pod-parser.t .................................. ok | |
../cpan/autodie/t/string-eval-basic.t ............................. ok | |
../cpan/podlators/t/pod-spelling.t ................................ skipped: Spelling tests only run for maintainer | |
../cpan/podlators/t/pod.t ......................................... skipped: Test::Pod 1.00 required for testing POD | |
../cpan/autodie/t/string-eval-leak.t .............................. ok | |
../cpan/podlators/t/termcap.t ..................................... ok | |
../cpan/autodie/t/sysopen.t ....................................... ok | |
../cpan/podlators/t/text-encoding.t ............................... ok | |
../cpan/autodie/t/truncate.t ...................................... ok | |
../cpan/podlators/t/text-options.t ................................ ok | |
../cpan/autodie/t/unlink.t ........................................ ok | |
../cpan/podlators/t/text-perlio.t ................................. ok | |
../cpan/autodie/t/user-context.t .................................. ok | |
../cpan/podlators/t/text-utf8.t ................................... ok | |
../cpan/autodie/t/usersub.t ....................................... ok | |
../cpan/podlators/t/text.t ........................................ ok | |
../cpan/autodie/t/version.t ....................................... ok | |
../dist/Attribute-Handlers/t/constants.t .......................... ok | |
../dist/Attribute-Handlers/t/data_convert.t ....................... ok | |
../cpan/autodie/t/version_tag.t ................................... ok | |
../dist/Attribute-Handlers/t/linerep.t ............................ ok | |
../dist/Attribute-Handlers/t/multi.t .............................. ok | |
../dist/Carp/t/Carp.t ............................................. ok | |
../dist/Carp/t/heavy.t ............................................ ok | |
../dist/Carp/t/stash_deletion.t ................................... ok | |
../dist/Carp/t/swash.t ............................................ ok | |
../dist/Carp/t/vivify_gv.t ........................................ ok | |
../dist/Carp/t/vivify_stash.t ..................................... ok | |
../dist/Carp/t/with_warnings.t .................................... ok | |
../dist/Cwd/t/crossplatform.t ..................................... ok | |
../cpan/Test-Harness/t/regression.t ............................... ok | |
../dist/Cwd/t/cwd.t ............................................... ok | |
../cpan/Test-Harness/t/results.t .................................. ok | |
../dist/Cwd/t/Functions.t ......................................... ok | |
../dist/Cwd/t/rel2abs2rel.t ....................................... ok | |
../cpan/Test-Harness/t/scheduler.t ................................ ok | |
../dist/Cwd/t/Spec-taint.t ........................................ ok | |
../cpan/Test-Harness/t/source.t ................................... ok | |
../cpan/Test-Harness/t/source_handler.t ........................... ok | |
../dist/Cwd/t/Spec.t .............................................. ok | |
../dist/Cwd/t/taint.t ............................................. ok | |
../cpan/Test-Harness/t/spool.t .................................... ok | |
../dist/Cwd/t/tmpdir.t ............................................ ok | |
../dist/Cwd/t/win32.t ............................................. skipped: this is not win32 | |
../cpan/Test-Harness/t/state.t .................................... ok | |
../dist/Data-Dumper/t/bless.t ..................................... ok | |
../cpan/Test-Harness/t/state_results.t ............................ ok | |
../dist/Data-Dumper/t/bless_var_method.t .......................... ok | |
../cpan/Unicode-Collate/t/loc_cjkc.t .............................. ok | |
../cpan/Test-Harness/t/streams.t .................................. ok | |
../dist/Data-Dumper/t/bugs.t ...................................... ok | |
../cpan/Unicode-Collate/t/loc_cs.t ................................ ok | |
../cpan/Time-HiRes/t/clock.t ...................................... ok | |
../cpan/Test-Harness/t/taint.t .................................... ok | |
../cpan/Unicode-Collate/t/loc_cy.t ................................ ok | |
../dist/Data-Dumper/t/deparse.t ................................... ok | |
../cpan/Unicode-Collate/t/loc_cyrl.t .............................. ok | |
../cpan/Unicode-Collate/t/loc_da.t ................................ ok | |
../cpan/Unicode-Collate/t/loc_de.t ................................ ok | |
../dist/Data-Dumper/t/dumper.t .................................... ok | |
../cpan/Test-Harness/t/testargs.t ................................. ok | |
../cpan/Unicode-Collate/t/loc_deph.t .............................. ok | |
../dist/Data-Dumper/t/dumpperl.t .................................. ok | |
../cpan/Unicode-Collate/t/loc_ee.t ................................ ok | |
../dist/Data-Dumper/t/freezer.t ................................... ok | |
../cpan/Test-Harness/t/unicode.t .................................. ok | |
../cpan/Unicode-Collate/t/loc_eo.t ................................ ok | |
../dist/Data-Dumper/t/freezer_useperl.t ........................... ok | |
../cpan/Test-Harness/t/utils.t .................................... ok | |
../cpan/Unicode-Collate/t/loc_es.t ................................ ok | |
../dist/Data-Dumper/t/indent.t .................................... ok | |
../cpan/Test-Harness/t/yamlish-output.t ........................... ok | |
../cpan/Unicode-Collate/t/loc_estr.t .............................. ok | |
../dist/Data-Dumper/t/misc.t ...................................... ok | |
../cpan/Test-Harness/t/yamlish-writer.t ........................... ok | |
../dist/Data-Dumper/t/names.t ..................................... ok | |
../cpan/Unicode-Collate/t/loc_et.t ................................ ok | |
../dist/Data-Dumper/t/overload.t .................................. ok | |
../cpan/Test-Harness/t/yamlish.t .................................. ok | |
../cpan/Unicode-Collate/t/loc_fa.t ................................ ok | |
../dist/Data-Dumper/t/pair.t ...................................... ok | |
../cpan/Time-HiRes/t/gettimeofday.t ............................... ok | |
../dist/Devel-SelfStubber/t/Devel-SelfStubber.t ................... ok | |
../dist/Data-Dumper/t/perl-74170.t ................................ ok | |
../cpan/Unicode-Collate/t/loc_fi.t ................................ ok | |
../dist/Dumpvalue/t/Dumpvalue.t ................................... ok | |
../dist/Data-Dumper/t/purity_deepcopy_maxdepth.t .................. ok | |
../cpan/Unicode-Collate/t/loc_fil.t ............................... ok | |
../dist/Env/t/array.t ............................................. ok | |
../dist/Data-Dumper/t/qr.t ........................................ ok | |
../dist/Env/t/env.t ............................................... ok | |
../cpan/Unicode-Collate/t/loc_fiph.t .............................. ok | |
../dist/Data-Dumper/t/quotekeys.t ................................. ok | |
../cpan/Unicode-Collate/t/loc_fo.t ................................ ok | |
../dist/Data-Dumper/t/seen.t ...................................... ok | |
../cpan/Unicode-Collate/t/loc_fr.t ................................ ok | |
../cpan/Memoize/t/expmod_t.t ...................................... ok | |
../dist/Data-Dumper/t/sortkeys.t .................................. ok | |
../cpan/Memoize/t/flush.t ......................................... ok | |
../cpan/Unicode-Collate/t/loc_gu.t ................................ ok | |
../cpan/Memoize/t/normalize.t ..................................... ok | |
../dist/Data-Dumper/t/sparseseen.t ................................ ok | |
../cpan/Memoize/t/prototype.t ..................................... ok | |
../dist/Data-Dumper/t/terse.t ..................................... ok | |
../cpan/Unicode-Collate/t/loc_ha.t ................................ ok | |
../dist/Data-Dumper/t/toaster.t ................................... ok | |
../cpan/Unicode-Collate/t/loc_haw.t ............................... ok | |
../dist/Data-Dumper/t/values.t .................................... ok | |
../cpan/Unicode-Collate/t/loc_hi.t ................................ ok | |
../dist/ExtUtils-Command/t/cp.t ................................... ok | |
../cpan/Unicode-Collate/t/loc_hr.t ................................ ok | |
../cpan/IO-Compress/t/105oneshot-gzip-only.t ...................... ok | |
../cpan/Unicode-Collate/t/loc_hu.t ................................ ok | |
../cpan/Unicode-Collate/t/loc_hy.t ................................ ok | |
../cpan/Unicode-Collate/t/loc_ig.t ................................ ok | |
../cpan/Unicode-Collate/t/loc_is.t ................................ ok | |
../cpan/Unicode-Collate/t/loc_ja.t ................................ ok | |
../dist/ExtUtils-CBuilder/t/00-have-compiler.t .................... ok | |
../dist/B-Deparse/t/core.t ........................................ ok | |
../cpan/Time-HiRes/t/itimer.t ..................................... ok | |
../cpan/Unicode-Collate/t/loc_jait.t .............................. ok | |
../dist/ExtUtils-CBuilder/t/01-basic.t ............................ ok | |
../cpan/Module-Build/t/compat.t ................................... ok | |
../cpan/IO-Compress/t/105oneshot-gzip.t ........................... ok | |
../cpan/Unicode-Collate/t/loc_japr.t .............................. ok | |
../cpan/Unicode-Collate/t/loc_kk.t ................................ ok | |
../cpan/Time-HiRes/t/nanosleep.t .................................. ok | |
../cpan/Unicode-Collate/t/loc_kl.t ................................ ok | |
../cpan/Unicode-Collate/t/loc_kn.t ................................ ok | |
../dist/ExtUtils-CBuilder/t/02-link.t ............................. ok | |
../dist/ExtUtils-Command/t/eu_command.t ........................... ok | |
../cpan/Unicode-Collate/t/loc_ko.t ................................ ok | |
../dist/ExtUtils-Install/t/can_write_dir.t ........................ ok | |
../cpan/Unicode-Collate/t/loc_kok.t ............................... ok | |
../cpan/Time-HiRes/t/sleep.t ...................................... ok | |
../cpan/IO-Compress/t/105oneshot-rawdeflate.t ..................... ok | |
../cpan/Unicode-Collate/t/loc_ln.t ................................ ok | |
../cpan/Module-Build/t/debug.t .................................... ok | |
../dist/ExtUtils-CBuilder/t/03-cplusplus.t ........................ ok | |
../dist/B-Deparse/t/deparse.t ..................................... ok | |
../cpan/Unicode-Collate/t/loc_lt.t ................................ ok | |
../cpan/Unicode-Collate/t/loc_lv.t ................................ ok | |
../dist/ExtUtils-Install/t/Install.t .............................. ok | |
../dist/ExtUtils-Manifest/t/Manifest.t ............................ ok | |
../cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t ................. ok | |
../dist/ExtUtils-CBuilder/t/04-base.t ............................. ok | |
../cpan/Unicode-Collate/t/loc_mk.t ................................ ok | |
../dist/Filter-Simple/t/code_no_comments.t ........................ ok | |
../cpan/Unicode-Collate/t/loc_ml.t ................................ ok | |
../dist/Filter-Simple/t/data.t .................................... ok | |
../cpan/Unicode-Collate/t/loc_mr.t ................................ ok | |
../dist/Filter-Simple/t/export.t .................................. ok | |
../dist/ExtUtils-Install/t/Installapi2.t .......................... ok | |
../cpan/Unicode-Collate/t/loc_mt.t ................................ ok | |
../dist/Filter-Simple/t/filter.t .................................. ok | |
../cpan/Module-Build/t/destinations.t ............................. ok | |
../dist/Filter-Simple/t/filter_only.t ............................. ok | |
../cpan/Unicode-Collate/t/loc_nb.t ................................ ok | |
../dist/Filter-Simple/t/import.t .................................. ok | |
../cpan/Unicode-Collate/t/loc_nn.t ................................ ok | |
../dist/I18N-Collate/t/I18N-Collate.t ............................. ok | |
../cpan/Unicode-Collate/t/loc_nso.t ............................... ok | |
../dist/I18N-LangTags/t/01_about_verbose.t ........................ ok | |
../cpan/Unicode-Collate/t/loc_om.t ................................ ok | |
../dist/ExtUtils-Install/t/Installed.t ............................ ok | |
../dist/I18N-LangTags/t/05_main.t ................................. ok | |
../cpan/Unicode-Collate/t/loc_or.t ................................ ok | |
../dist/I18N-LangTags/t/07_listy.t ................................ ok | |
../dist/ExtUtils-ParseXS/t/001-basic.t ............................ ok | |
../cpan/Unicode-Collate/t/loc_pa.t ................................ ok | |
../dist/I18N-LangTags/t/10_http.t ................................. ok | |
../cpan/Unicode-Collate/t/loc_pl.t ................................ ok | |
../dist/I18N-LangTags/t/20_locales.t .............................. ok | |
../cpan/Unicode-Collate/t/loc_ro.t ................................ ok | |
../dist/I18N-LangTags/t/50_super.t ................................ ok | |
../cpan/Time-HiRes/t/stat.t ....................................... ok | |
../dist/I18N-LangTags/t/55_supers_strict.t ........................ ok | |
../cpan/Time-HiRes/t/time.t ....................................... ok | |
../cpan/Unicode-Collate/t/loc_ru.t ................................ ok | |
../cpan/Time-HiRes/t/tv_interval.t ................................ ok | |
../dist/I18N-LangTags/t/80_all_env.t .............................. ok | |
../cpan/Unicode-Collate/t/loc_sa.t ................................ ok | |
../cpan/Module-Build/t/ext.t ...................................... ok | |
../cpan/Unicode-Collate/t/loc_se.t ................................ ok | |
../cpan/Unicode-Collate/t/loc_si.t ................................ ok | |
../cpan/Unicode-Collate/t/loc_sidt.t .............................. ok | |
../cpan/Unicode-Collate/t/loc_sk.t ................................ ok | |
../cpan/Unicode-Collate/t/loc_sl.t ................................ ok | |
../dist/ExtUtils-ParseXS/t/002-more.t ............................. ok | |
../cpan/Module-Build/t/extend.t ................................... ok | |
../cpan/Unicode-Collate/t/loc_sq.t ................................ ok | |
../cpan/Unicode-Collate/t/loc_sr.t ................................ ok | |
../cpan/Unicode-Collate/t/loc_srla.t .............................. ok | |
../cpan/Unicode-Collate/t/loc_sv.t ................................ ok | |
../cpan/Unicode-Collate/t/loc_svrf.t .............................. ok | |
../cpan/Unicode-Collate/t/loc_sw.t ................................ ok | |
../cpan/Unicode-Collate/t/loc_ta.t ................................ ok | |
../dist/ExtUtils-Install/t/InstallWithMM.t ........................ ok | |
../cpan/Unicode-Collate/t/loc_te.t ................................ ok | |
../dist/IO/t/cachepropagate-tcp.t ................................. ok | |
../cpan/Module-Build/t/files.t .................................... ok | |
../dist/ExtUtils-Install/t/Packlist.t ............................. ok | |
../dist/IO/t/cachepropagate-udp.t ................................. ok | |
../dist/Locale-Maketext/t/01_about_verbose.t ...................... ok | |
../dist/ExtUtils-ParseXS/t/003-usage.t ............................ ok | |
../dist/Locale-Maketext/t/04_use_external_lex_cache.t ............. ok | |
../cpan/Unicode-Collate/t/loc_test.t .............................. ok | |
../dist/Locale-Maketext/t/09_compile.t ............................ ok | |
../cpan/Unicode-Collate/t/loc_th.t ................................ ok | |
../dist/Locale-Maketext/t/10_make.t ............................... ok | |
../cpan/Unicode-Collate/t/loc_tn.t ................................ ok | |
../dist/Locale-Maketext/t/20_get.t ................................ ok | |
../cpan/Module-Build/t/help.t ..................................... ok | |
../dist/Locale-Maketext/t/30_eval_dollar_at.t ..................... ok | |
../cpan/Unicode-Collate/t/loc_to.t ................................ ok | |
../dist/Locale-Maketext/t/40_super.t .............................. ok | |
../cpan/Unicode-Collate/t/loc_tr.t ................................ ok | |
../dist/Locale-Maketext/t/50_super.t .............................. ok | |
../cpan/Unicode-Collate/t/loc_uk.t ................................ ok | |
../dist/Locale-Maketext/t/60_super.t .............................. ok | |
../dist/Locale-Maketext/t/70_fail_auto.t .......................... ok | |
../cpan/Unicode-Collate/t/loc_ur.t ................................ ok | |
../dist/Locale-Maketext/t/90_utf8.t ............................... ok | |
../cpan/Unicode-Collate/t/loc_vi.t ................................ ok | |
../dist/ExtUtils-ParseXS/t/004-nolinenumbers.t .................... ok | |
../dist/Math-BigInt-FastCalc/t/bigintfc.t ......................... ok | |
../dist/ExtUtils-ParseXS/t/101-standard_typemap_locations.t ....... ok | |
../dist/Math-BigInt-FastCalc/t/bootstrap.t ........................ ok | |
../dist/IO/t/cachepropagate-unix.t ................................ ok | |
../dist/ExtUtils-ParseXS/t/102-trim_whitespace.t .................. ok | |
../cpan/Unicode-Collate/t/loc_wae.t ............................... ok | |
../dist/Math-BigInt-FastCalc/t/leak.t ............................. ok | |
../dist/ExtUtils-ParseXS/t/103-tidy_type.t ........................ ok | |
../cpan/Unicode-Collate/t/loc_wo.t ................................ ok | |
../dist/IO/t/IO.t ................................................. ok | |
../dist/IO/t/io_const.t ........................................... ok | |
../cpan/Unicode-Collate/t/loc_yo.t ................................ ok | |
../dist/ExtUtils-ParseXS/t/104-map_type.t ......................... ok | |
../dist/IO/t/io_dir.t ............................................. ok | |
../dist/Math-BigInt-FastCalc/t/mbi_rand.t ......................... ok | |
../dist/ExtUtils-ParseXS/t/105-valid_proto_string.t ............... ok | |
../dist/IO/t/io_dup.t ............................................. ok | |
../dist/Math-BigInt/t/_e_math.t ................................... ok | |
../dist/ExtUtils-ParseXS/t/106-process_typemaps.t ................. ok | |
../dist/IO/t/io_file.t ............................................ ok | |
../cpan/Unicode-Collate/t/loc_zh.t ................................ ok | |
../dist/IO/t/io_file_export.t ..................................... ok | |
../dist/IO/t/io_linenum.t ......................................... ok | |
../dist/ExtUtils-ParseXS/t/107-make_targetable.t .................. ok | |
../dist/ExtUtils-ParseXS/t/108-map_type.t ......................... ok | |
../dist/ExtUtils-ParseXS/t/109-standard_XS_defs.t ................. ok | |
../cpan/Unicode-Collate/t/loc_zhb5.t .............................. ok | |
../dist/ExtUtils-ParseXS/t/110-assign_func_args.t ................. ok | |
../cpan/Unicode-Collate/t/loc_zhgb.t .............................. ok | |
../dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements.t .. ok | |
../cpan/Unicode-Collate/t/loc_zhpy.t .............................. ok | |
../dist/ExtUtils-ParseXS/t/112-set_cond.t ......................... ok | |
../dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t .... ok | |
../dist/ExtUtils-ParseXS/t/114-blurt_death_Warn.t ................. ok | |
../cpan/Unicode-Collate/t/loc_zhst.t .............................. ok | |
../dist/IO/t/io_multihomed.t ...................................... ok | |
../dist/ExtUtils-ParseXS/t/115-avoid-noise.t ...................... ok | |
../dist/ExtUtils-ParseXS/t/501-t-compile.t ........................ ok | |
../cpan/Unicode-Collate/t/loc_zhzy.t .............................. ok | |
../dist/ExtUtils-ParseXS/t/510-t-bare.t ........................... ok | |
../cpan/Unicode-Collate/t/nonchar.t ............................... ok | |
../dist/Math-BigInt/t/bare_mbf.t .................................. ok | |
../dist/ExtUtils-ParseXS/t/511-t-whitespace.t ..................... ok | |
../cpan/Unicode-Collate/t/normal.t ................................ ok | |
../cpan/Unicode-Collate/t/notable.t ............................... ok | |
../dist/ExtUtils-ParseXS/t/512-t-file.t ........................... ok | |
../cpan/Unicode-Collate/t/overcjk0.t .............................. ok | |
../dist/ExtUtils-ParseXS/t/513-t-merge.t .......................... ok | |
../cpan/Unicode-Collate/t/overcjk1.t .............................. ok | |
../dist/ExtUtils-ParseXS/t/514-t-embed.t .......................... ok | |
../cpan/Unicode-Collate/t/override.t .............................. ok | |
../dist/ExtUtils-ParseXS/t/515-t-cmd.t ............................ ok | |
../cpan/Unicode-Collate/t/rearrang.t .............................. ok | |
../dist/IO/t/io_pipe.t ............................................ ok | |
../dist/ExtUtils-ParseXS/t/600-t-compat.t ......................... ok | |
../dist/IO/t/io_poll.t ............................................ ok | |
../dist/Math-BigRat/t/big_ap.t .................................... ok | |
../dist/IO/t/io_sel.t ............................................. ok | |
../dist/Math-BigRat/t/bigfltrt.t .................................. ok | |
../cpan/Module-Build/t/install.t .................................. ok | |
../dist/Math-BigInt/t/bare_mbi.t .................................. ok | |
../dist/Math-BigRat/t/biglog.t .................................... ok | |
../cpan/Unicode-Collate/t/rewrite.t ............................... ok | |
../dist/Math-BigInt/t/bare_mif.t .................................. ok | |
../cpan/Unicode-Collate/t/test.t .................................. ok | |
../dist/Math-BigInt/t/big_pi_e.t .................................. ok | |
../cpan/Unicode-Collate/t/trailwt.t ............................... ok | |
../cpan/Unicode-Collate/t/variable.t .............................. ok | |
../cpan/Unicode-Collate/t/version.t ............................... ok | |
../dist/Math-BigRat/t/bigrat.t .................................... ok | |
../cpan/Unicode-Collate/t/view.t .................................. ok | |
../dist/Module-CoreList/t/corelist.t .............................. ok | |
../dist/Module-CoreList/t/deprecated.t ............................ ok | |
../dist/Math-BigRat/t/bigratpm.t .................................. ok | |
../cpan/Time-HiRes/t/ualarm.t ..................................... ok | |
../dist/Math-BigRat/t/bigratup.t .................................. ok | |
../cpan/IO-Compress/t/105oneshot-zip-only.t ....................... ok | |
../cpan/Module-Build/t/install_extra_target.t ..................... ok | |
../dist/Math-BigInt/t/bigfltpm.t .................................. ok | |
../dist/Math-BigInt/t/bigintc.t ................................... ok | |
../dist/Module-CoreList/t/find_modules.t .......................... ok | |
../dist/Math-BigRat/t/bigroot.t ................................... ok | |
../cpan/Module-Build/t/manifypods.t ............................... ok | |
../dist/Math-BigRat/t/bitwise.t ................................... ok | |
../dist/Math-BigRat/t/hang.t ...................................... ok | |
../dist/Module-CoreList/t/is_core.t ............................... ok | |
../dist/Module-CoreList/t/pod.t ................................... skipped: Test::Pod 1.00 required for testing POD | |
../dist/Math-BigRat/t/requirer.t .................................. ok | |
../dist/Module-CoreList/t/utils.t ................................. ok | |
../dist/Math-BigRat/t/trap.t ...................................... ok | |
../dist/Net-Ping/t/100_load.t ..................................... ok | |
../dist/Safe/t/safe1.t ............................................ ok | |
../dist/Net-Ping/t/110_icmp_inst.t ................................ ok | |
../dist/Safe/t/safe2.t ............................................ ok | |
../dist/Net-Ping/t/120_udp_inst.t ................................. ok | |
../dist/Math-BigInt/t/bigintpm.t .................................. ok | |
../dist/Net-Ping/t/130_tcp_inst.t ................................. ok | |
../dist/Safe/t/safe3.t ............................................ ok | |
../dist/Math-BigInt/t/bigints.t ................................... ok | |
../dist/Safe/t/safeload.t ......................................... ok | |
../dist/Net-Ping/t/140_stream_inst.t .............................. ok | |
../dist/Safe/t/safenamedcap.t ..................................... ok | |
../dist/Net-Ping/t/150_syn_inst.t ................................. ok | |
../dist/Net-Ping/t/190_alarm.t .................................... skipped: network dependent test | |
../dist/Net-Ping/t/200_ping_tcp.t ................................. skipped: network dependent test | |
../dist/Net-Ping/t/250_ping_hires.t ............................... skipped: network dependent test | |
../dist/Net-Ping/t/300_ping_stream.t .............................. skipped: network dependent test | |
../dist/Net-Ping/t/400_ping_syn.t ................................. skipped: network dependent test | |
../dist/Net-Ping/t/410_syn_host.t ................................. skipped: network dependent test | |
../dist/Net-Ping/t/450_service.t .................................. ok | |
../dist/Net-Ping/t/500_ping_icmp.t ................................ ok | |
../dist/Net-Ping/t/510_ping_udp.t ................................. ok | |
../cpan/Time-HiRes/t/usleep.t ..................................... ok | |
../dist/Safe/t/safeops.t .......................................... ok | |
../dist/Net-Ping/t/520_icmp_ttl.t ................................. ok | |
../dist/Search-Dict/t/Dict.t ...................................... ok | |
../dist/SelfLoader/t/01SelfLoader.t ............................... ok | |
../dist/Safe/t/saferegexp.t ....................................... ok | |
../dist/SelfLoader/t/02SelfLoader-buggy.t ......................... ok | |
../dist/Storable/t/attach_errors.t ................................ ok | |
../dist/SelfLoader/t/03taint.t .................................... ok | |
../dist/Safe/t/safesort.t ......................................... ok | |
../dist/Storable/t/attach_singleton.t ............................. ok | |
../dist/Term-Complete/t/Complete.t ................................ ok | |
../dist/Safe/t/safeuniversal.t .................................... ok | |
../dist/Storable/t/blessed.t ...................................... ok | |
../dist/Term-ReadLine/t/AE.t ...................................... skipped: AnyEvent is not installed. | |
../dist/Storable/t/canonical.t .................................... ok | |
../dist/Term-ReadLine/t/AETk.t .................................... skipped: AnyEvent and/or Tk is not installed. | |
../dist/Safe/t/safeutf8.t ......................................... ok | |
../dist/Storable/t/circular_hook.t ................................ ok | |
../dist/Term-ReadLine/t/ReadLine.t ................................ ok | |
../dist/Safe/t/safewrap.t ......................................... ok | |
../dist/Text-Abbrev/t/Abbrev.t .................................... ok | |
../dist/Thread-Queue/t/01_basic.t ................................. skipped: Perl not compiled with 'useithreads' | |
../dist/Term-ReadLine/t/Tk.t ...................................... skipped: Tk is not installed. | |
../dist/Thread-Queue/t/02_refs.t .................................. skipped: Perl not compiled with 'useithreads' | |
../dist/Thread-Semaphore/t/01_basic.t ............................. skipped: Perl not compiled with 'useithreads' | |
../dist/Thread-Queue/t/03_peek.t .................................. skipped: Perl not compiled with 'useithreads' | |
../dist/Thread-Queue/t/04_errs.t .................................. ok | |
../dist/Thread-Semaphore/t/02_errs.t .............................. ok | |
../dist/Thread-Queue/t/05_extract.t ............................... skipped: Perl not compiled with 'useithreads' | |
../dist/Math-BigInt/t/biglog.t .................................... ok | |
../dist/Thread-Queue/t/06_insert.t ................................ skipped: Perl not compiled with 'useithreads' | |
../dist/Thread-Semaphore/t/03_nothreads.t ......................... ok | |
../dist/Thread-Queue/t/07_lock.t .................................. skipped: Perl not compiled with 'useithreads' | |
../dist/Thread-Semaphore/t/04_nonblocking.t ....................... skipped: Perl not compiled with 'useithreads' | |
../dist/Thread-Semaphore/t/05_force.t ............................. skipped: Perl not compiled with 'useithreads' | |
../dist/Storable/t/code.t ......................................... ok | |
../dist/Thread-Queue/t/08_nothreads.t ............................. ok | |
../dist/Storable/t/compat01.t ..................................... skipped: Test only works for 32 bit little-ending machines | |
../dist/Thread-Queue/t/09_ended.t ................................. skipped: Perl not compiled with 'useithreads' | |
../dist/Tie-File/t/00_version.t ................................... ok | |
../dist/Thread-Queue/t/10_timed.t ................................. skipped: Perl not compiled with 'useithreads' | |
../dist/Storable/t/compat06.t ..................................... ok | |
../dist/Tie-File/t/01_gen.t ....................................... ok | |
../dist/Storable/t/croak.t ........................................ ok | |
../dist/Math-BigInt/t/bigroot.t ................................... ok | |
../dist/XSLoader/t/XSLoader.t ..................................... ok | |
../dist/Storable/t/dclone.t ....................................... ok | |
../dist/Tie-File/t/02_fetchsize.t ................................. ok | |
../cpan/Memoize/t/speed.t ......................................... ok | |
../dist/autouse/t/autouse.t ....................................... ok | |
../cpan/Memoize/t/tie.t ........................................... ok | |
../dist/Tie-File/t/03_longfetch.t ................................. ok | |
../dist/base/t/base.t ............................................. ok | |
../cpan/Memoize/t/tie_gdbm.t ...................................... skipped: (no reason given) | |
../cpan/Memoize/t/tie_ndbm.t ...................................... skipped: (no reason given) | |
../dist/base/t/compile-time.t ..................................... ok | |
../cpan/Memoize/t/tie_sdbm.t ...................................... ok | |
../dist/base/t/fields-5_6_0.t ..................................... skipped: pseudo-hashes removed in 5.9.0 | |
../cpan/Memoize/t/tie_storable.t .................................. ok | |
../dist/Math-BigInt/t/calling.t ................................... ok | |
../dist/base/t/fields-5_8_0.t ..................................... skipped: pseudo-hashes removed in 5.9.0 | |
../dist/Storable/t/downgrade.t .................................... ok | |
../cpan/Memoize/t/tiefeatures.t ................................... ok | |
../dist/Tie-File/t/04_splice.t .................................... ok | |
../cpan/Memoize/t/unmemoize.t ..................................... ok | |
../dist/base/t/fields-base.t ...................................... ok | |
../dist/Tie-File/t/05_size.t ...................................... ok | |
../dist/Math-BigInt/t/config.t .................................... ok | |
../dist/bignum/t/big_e_pi.t ....................................... ok | |
../dist/Tie-File/t/06_fixrec.t .................................... ok | |
../dist/base/t/fields.t ........................................... ok | |
../dist/Storable/t/file_magic.t ................................... ok | |
../dist/Math-BigInt/t/const_mbf.t ................................. ok | |
../dist/base/t/isa.t .............................................. ok | |
../dist/Storable/t/forgive.t ...................................... ok | |
../dist/Tie-File/t/07_rv_splice.t ................................. ok | |
../dist/bignum/t/bigexp.t ......................................... ok | |
../dist/base/t/sigdie.t ........................................... ok | |
../dist/Math-BigInt/t/constant.t .................................. ok | |
../dist/Tie-File/t/08_ro.t ........................................ ok | |
../dist/base/t/version.t .......................................... ok | |
../dist/Storable/t/freeze.t ....................................... ok | |
../dist/Math-BigInt/t/downgrade.t ................................. ok | |
../dist/bignum/t/bigint.t ......................................... ok | |
../dist/base/t/warnings.t ......................................... ok | |
../dist/Tie-File/t/09_gen_rs.t .................................... ok | |
../dist/constant/t/constant.t ..................................... ok | |
../dist/bignum/t/bignum.t ......................................... ok | |
../dist/Tie-File/t/10_splice_rs.t ................................. ok | |
../dist/constant/t/utf8.t ......................................... ok | |
../dist/Tie-File/t/11_rv_splice_rs.t .............................. ok | |
../dist/if/t/if.t ................................................. ok | |
../dist/bignum/t/bigrat.t ......................................... ok | |
../dist/Tie-File/t/12_longfetch_rs.t .............................. ok | |
../dist/lib/t/01lib.t ............................................. ok | |
../dist/bignum/t/bii_e_pi.t ....................................... ok | |
../dist/Tie-File/t/13_size_rs.t ................................... ok | |
../dist/threads-shared/t/0nothread.t .............................. ok | |
../dist/threads-shared/t/av_refs.t ................................ skipped: Perl not compiled with 'useithreads' | |
../dist/bignum/t/biinfnan.t ....................................... ok | |
../dist/threads-shared/t/av_simple.t .............................. skipped: Perl not compiled with 'useithreads' | |
../dist/Tie-File/t/14_lock.t ...................................... ok | |
../dist/threads-shared/t/blessed.t ................................ skipped: Perl not compiled with 'useithreads' | |
../dist/threads-shared/t/clone.t .................................. skipped: Perl not compiled with 'useithreads' | |
../dist/bignum/t/bir_e_pi.t ....................................... ok | |
../dist/threads-shared/t/cond.t ................................... skipped: Perl not compiled with 'useithreads' | |
../dist/bignum/t/bn_lite.t ........................................ skipped: no Math::BigInt::Lite | |
../dist/Tie-File/t/15_pushpop.t ................................... ok | |
../dist/threads-shared/t/disabled.t ............................... ok | |
../dist/threads-shared/t/dualvar.t ................................ skipped: Perl not compiled with 'useithreads' | |
../dist/threads-shared/t/hv_refs.t ................................ skipped: Perl not compiled with 'useithreads' | |
../dist/threads-shared/t/hv_simple.t .............................. skipped: Perl not compiled with 'useithreads' | |
../dist/Tie-File/t/16_handle.t .................................... ok | |
../dist/threads-shared/t/no_share.t ............................... skipped: Perl not compiled with 'useithreads' | |
../dist/bignum/t/bninfnan.t ....................................... ok | |
../dist/threads-shared/t/object.t ................................. skipped: Perl not compiled with 'useithreads' | |
../dist/bignum/t/br_lite.t ........................................ skipped: no Math::BigInt::Lite | |
../dist/threads-shared/t/object2.t ................................ skipped: Perl not compiled with 'useithreads' | |
../dist/threads-shared/t/shared_attr.t ............................ skipped: Perl not compiled with 'useithreads' | |
../dist/Tie-File/t/17_misc_meth.t ................................. ok | |
../dist/threads-shared/t/stress.t ................................. skipped: Perl not compiled with 'useithreads' | |
../dist/Storable/t/integer.t ...................................... ok | |
../dist/threads-shared/t/sv_refs.t ................................ skipped: Perl not compiled with 'useithreads' | |
../dist/Storable/t/interwork56.t .................................. skipped: Your IVs are no larger than your longs | |
../dist/threads-shared/t/sv_simple.t .............................. skipped: Perl not compiled with 'useithreads' | |
../dist/Tie-File/t/18_rs_fixrec.t ................................. ok | |
../dist/threads-shared/t/utf8.t ................................... skipped: Perl not compiled with 'useithreads' | |
../dist/bignum/t/brinfnan.t ....................................... ok | |
../dist/threads-shared/t/wait.t ................................... skipped: Perl not compiled with 'useithreads' | |
../dist/Storable/t/just_plain_nasty.t ............................. ok | |
../dist/threads-shared/t/waithires.t .............................. skipped: Perl not compiled with 'useithreads' | |
../dist/threads/t/basic.t ......................................... skipped: Perl not compiled with 'useithreads' | |
../dist/Tie-File/t/19_cache.t ..................................... ok | |
../dist/Storable/t/lock.t ......................................... ok | |
../dist/threads/t/blocks.t ........................................ skipped: Perl not compiled with 'useithreads' | |
../dist/bignum/t/in_effect.t ...................................... ok | |
../dist/threads/t/context.t ....................................... skipped: Perl not compiled with 'useithreads' | |
../dist/threads/t/end.t ........................................... skipped: Perl not compiled with 'useithreads' | |
../dist/Tie-File/t/20_cache_full.t ................................ ok | |
../dist/threads/t/err.t ........................................... skipped: Perl not compiled with 'useithreads' | |
../dist/bignum/t/option_a.t ....................................... ok | |
../dist/threads/t/exit.t .......................................... skipped: Perl not compiled with 'useithreads' | |
../dist/Tie-File/t/21_win32.t ..................................... skipped: (no reason given) | |
../dist/threads/t/free.t .......................................... skipped: Perl not compiled with 'useithreads' | |
../dist/threads/t/free2.t ......................................... skipped: Perl not compiled with 'useithreads' | |
../dist/threads/t/join.t .......................................... skipped: Perl not compiled with 'useithreads' | |
../dist/bignum/t/option_l.t ....................................... ok | |
../dist/threads/t/kill.t .......................................... skipped: Perl not compiled with 'useithreads' | |
../dist/threads/t/kill2.t ......................................... skipped: Perl not compiled with 'useithreads' | |
../dist/Tie-File/t/22_autochomp.t ................................. ok | |
../dist/threads/t/libc.t .......................................... skipped: Perl not compiled with 'useithreads' | |
../dist/bignum/t/option_p.t ....................................... ok | |
../dist/threads/t/list.t .......................................... skipped: Perl not compiled with 'useithreads' | |
../dist/threads/t/no_threads.t .................................... ok | |
../dist/threads/t/problems.t ...................................... skipped: Perl not compiled with 'useithreads' | |
../dist/threads/t/stack.t ......................................... skipped: Perl not compiled with 'useithreads' | |
../dist/Tie-File/t/23_rv_ac_splice.t .............................. ok | |
../dist/threads/t/stack_env.t ..................................... skipped: Perl not compiled with 'useithreads' | |
../dist/bignum/t/overrides.t ...................................... ok | |
../dist/threads/t/state.t ......................................... skipped: Perl not compiled with 'useithreads' | |
../dist/Tie-File/t/24_cache_loop.t ................................ ok | |
../dist/threads/t/stress_cv.t ..................................... skipped: Perl not compiled with 'useithreads' | |
../dist/threads/t/stress_re.t ..................................... skipped: Perl not compiled with 'useithreads' | |
../dist/threads/t/stress_string.t ................................. skipped: Perl not compiled with 'useithreads' | |
../dist/bignum/t/ratopt_a.t ....................................... ok | |
../dist/threads/t/thread.t ........................................ skipped: Perl not compiled with 'useithreads' | |
../dist/Storable/t/malice.t ....................................... ok | |
../dist/Tie-File/t/25_gen_nocache.t ............................... ok | |
../dist/Storable/t/overload.t ..................................... ok | |
../dist/bignum/t/scope_f.t ........................................ ok | |
../dist/Storable/t/recurse.t ...................................... ok | |
../ext/B/t/b.t .................................................... ok | |
../dist/bignum/t/scope_i.t ........................................ ok | |
../dist/Tie-File/t/26_twrite.t .................................... ok | |
../dist/Storable/t/restrict.t ..................................... ok | |
../dist/bignum/t/scope_r.t ........................................ ok | |
../dist/Storable/t/retrieve.t ..................................... ok | |
../dist/Math-BigInt/t/inf_nan.t ................................... ok | |
../dist/Storable/t/robust.t ....................................... ok | |
../ext/Devel-Peek/t/Peek.t ........................................ ok | |
../dist/Tie-File/t/27_iwrite.t .................................... ok | |
../dist/Storable/t/sig_die.t ...................................... ok | |
../dist/Math-BigInt/t/isa.t ....................................... ok | |
../ext/DynaLoader/t/DynaLoader.t .................................. ok | |
../dist/Storable/t/store.t ........................................ ok | |
../ext/Errno/t/Errno.t ............................................ ok | |
../dist/Storable/t/threads.t ...................................... skipped: no threads | |
../dist/Math-BigInt/t/lib_load.t .................................. ok | |
../ext/Fcntl/t/autoload.t ......................................... ok | |
../dist/Storable/t/tied.t ......................................... ok | |
../ext/Fcntl/t/fcntl.t ............................................ ok | |
../dist/Math-BigInt/t/mbf_ali.t ................................... ok | |
../dist/Storable/t/tied_hook.t .................................... ok | |
../ext/Fcntl/t/mode.t ............................................. ok | |
../dist/Storable/t/tied_items.t ................................... ok | |
../dist/Math-BigInt/t/mbi_ali.t ................................... ok | |
../dist/Storable/t/utf8.t ......................................... ok | |
../ext/Fcntl/t/syslfs.t ........................................... ok | |
../dist/Storable/t/utf8hash.t ..................................... ok | |
../ext/File-DosGlob/t/DosGlob.t ................................... ok | |
../dist/Storable/t/weak.t ......................................... ok | |
../ext/File-Glob/t/basic.t ........................................ ok | |
../ext/FileCache/t/01open.t ....................................... ok | |
../ext/File-Glob/t/case.t ......................................... ok | |
../ext/FileCache/t/02maxopen.t .................................... ok | |
../dist/Math-BigInt/t/mbi_rand.t .................................. ok | |
../ext/FileCache/t/03append.t ..................................... ok | |
../ext/File-Glob/t/global.t ....................................... ok | |
../ext/FileCache/t/04twoarg.t ..................................... ok | |
../ext/FileCache/t/05override.t ................................... ok | |
../ext/FileCache/t/06export.t ..................................... ok | |
../ext/File-Glob/t/rt114984.t ..................................... ok | |
../ext/FileCache/t/07noimport.t ................................... ok | |
../ext/File-Glob/t/taint.t ........................................ ok | |
../cpan/IO-Compress/t/105oneshot-zip-store-only.t ................. ok | |
../ext/File-Glob/t/threads.t ...................................... skipped: Perl not compiled with 'useithreads' | |
../ext/Hash-Util-FieldHash/t/01_load.t ............................ ok | |
../dist/Math-BigInt/t/mbimbf.t .................................... ok | |
../ext/Hash-Util/t/Util.t ......................................... ok | |
../ext/Hash-Util-FieldHash/t/02_function.t ........................ ok | |
../ext/I18N-Langinfo/t/Langinfo.t ................................. ok | |
../dist/Math-BigInt/t/nan_cmp.t ................................... ok | |
../ext/Hash-Util-FieldHash/t/03_class.t ........................... ok | |
../ext/IPC-Open3/t/fd.t ........................................... ok | |
../dist/Math-BigInt/t/new_overloaded.t ............................ ok | |
../ext/Hash-Util-FieldHash/t/04_thread.t .......................... ok | |
../ext/IPC-Open3/t/IPC-Open2.t .................................... ok | |
../ext/Hash-Util-FieldHash/t/05_perlhook.t ........................ ok | |
../dist/Math-BigInt/t/req_mbf0.t .................................. ok | |
../ext/Hash-Util-FieldHash/t/11_hashassign.t ...................... ok | |
../ext/Hash-Util-FieldHash/t/12_hashwarn.t ........................ ok | |
../dist/Math-BigInt/t/req_mbf1.t .................................. ok | |
../ext/IPC-Open3/t/IPC-Open3.t .................................... ok | |
../ext/POSIX/t/export.t ........................................... ok | |
../dist/Math-BigInt/t/req_mbfa.t .................................. ok | |
../cpan/IO-Compress/t/105oneshot-zip.t ............................ ok | |
../dist/Math-BigInt/t/req_mbfi.t .................................. ok | |
../ext/POSIX/t/is.t ............................................... ok | |
../ext/Opcode/t/Opcode.t .......................................... ok | |
../dist/Math-BigInt/t/req_mbfn.t .................................. ok | |
../dist/IO/t/io_sock.t ............................................ ok | |
../ext/POSIX/t/math.t ............................................. ok | |
../ext/Opcode/t/ops.t ............................................. ok | |
../dist/IO/t/io_taint.t ........................................... ok | |
../dist/Math-BigInt/t/req_mbfw.t .................................. ok | |
../dist/IO/t/io_tell.t ............................................ ok | |
../ext/PerlIO-encoding/t/encoding.t ............................... ok | |
../dist/Math-BigInt/t/require.t ................................... ok | |
../dist/IO/t/io_udp.t ............................................. ok | |
../ext/PerlIO-encoding/t/fallback.t ............................... ok | |
../dist/IO/t/io_unix.t ............................................ ok | |
../ext/PerlIO-encoding/t/nolooping.t .............................. ok | |
../dist/Math-BigInt/t/round.t ..................................... ok | |
../ext/PerlIO-scalar/t/scalar.t ................................... ok | |
../ext/PerlIO-scalar/t/scalar_ungetc.t ............................ ok | |
../dist/Math-BigInt/t/rt-16221.t .................................. ok | |
../dist/Math-BigInt/t/sub_ali.t ................................... ok | |
../ext/PerlIO-via/t/via.t ......................................... ok | |
../cpan/Module-Build/t/metadata.t ................................. ok | |
../ext/Pod-Functions/t/Functions.t ................................ ok | |
../dist/Tie-File/t/28_mtwrite.t ................................... ok | |
../ext/Pod-Html/t/cache.t ......................................... ok | |
../ext/Pod-Html/t/crossref.t ...................................... ok | |
../ext/Pod-Html/t/crossref2.t ..................................... ok | |
../ext/Pod-Html/t/crossref3.t ..................................... ok | |
../dist/Tie-File/t/29_downcopy.t .................................. ok | |
../ext/Pod-Html/t/eol.t ........................................... ok | |
../dist/Tie-File/t/29a_upcopy.t ................................... ok | |
../dist/Tie-File/t/30_defer.t ..................................... ok | |
../ext/Pod-Html/t/feature.t ....................................... ok | |
../dist/Tie-File/t/31_autodefer.t ................................. ok | |
../ext/Pod-Html/t/feature2.t ...................................... ok | |
../dist/Tie-File/t/32_defer_misc.t ................................ ok | |
../dist/Tie-File/t/33_defer_vs.t .................................. ok | |
../dist/Tie-File/t/40_abs_cache.t ................................. ok | |
../ext/Pod-Html/t/htmldir1.t ...................................... ok | |
../dist/Math-BigInt/t/sub_mbf.t ................................... ok | |
../dist/Tie-File/t/41_heap.t ...................................... ok | |
../dist/Tie-File/t/42_offset.t .................................... ok | |
../ext/Pod-Html/t/htmldir2.t ...................................... ok | |
../cpan/Module-Build/t/metadata2.t ................................ ok | |
../cpan/IO-Compress/t/106prime-bzip2.t ............................ ok | |
../ext/SDBM_File/t/sdbm.t ......................................... ok | |
../ext/Sys-Hostname/t/Hostname.t .................................. ok | |
../ext/Pod-Html/t/htmldir3.t ...................................... ok | |
../ext/Tie-Hash-NamedCapture/t/tiehash.t .......................... ok | |
../ext/Tie-Memoize/t/Tie-Memoize.t ................................ ok | |
../ext/XS-APItest/t/addissub.t .................................... ok | |
../ext/Pod-Html/t/htmldir4.t ...................................... ok | |
../ext/XS-APItest/t/arrayexpr.t ................................... ok | |
../ext/POSIX/t/posix.t ............................................ ok | |
../ext/XS-APItest/t/autoload.t .................................... ok | |
../ext/Pod-Html/t/htmldir5.t ...................................... ok | |
../ext/POSIX/t/sigaction.t ........................................ ok | |
../ext/XS-APItest/t/blockasexpr.t ................................. ok | |
../ext/XS-APItest/t/blockhooks-csc.t .............................. ok | |
../ext/Pod-Html/t/htmlescp.t ...................................... ok | |
../ext/XS-APItest/t/blockhooks.t .................................. ok | |
../ext/Pod-Html/t/htmllink.t ...................................... ok | |
../ext/XS-APItest/t/call.t ........................................ ok | |
../ext/Pod-Html/t/htmlview.t ...................................... ok | |
../ext/XS-APItest/t/call_checker.t ................................ ok | |
../ext/POSIX/t/sigset.t ........................................... ok | |
../ext/Pod-Html/t/poderr.t ........................................ ok | |
../ext/XS-APItest/t/caller.t ...................................... ok | |
../ext/POSIX/t/sysconf.t .......................................... ok | |
../ext/XS-APItest/t/callregexec.t ................................. ok | |
../ext/Pod-Html/t/podnoerr.t ...................................... ok | |
../ext/POSIX/t/taint.t ............................................ ok | |
../ext/XS-APItest/t/check_warnings.t .............................. ok | |
../ext/XS-APItest/t/cleanup.t ..................................... ok | |
../ext/XS-Typemap/t/Typemap.t ..................................... ok | |
../ext/XS-APItest/t/clone-with-stack.t ............................ skipped: clone_with_stack requires threads | |
../ext/arybase/t/aeach.t .......................................... ok | |
../ext/XS-APItest/t/cophh.t ....................................... ok | |
../ext/arybase/t/aelem.t .......................................... ok | |
../ext/XS-APItest/t/coplabel.t .................................... ok | |
../ext/arybase/t/akeys.t .......................................... ok | |
../ext/XS-APItest/t/copstash.t .................................... skipped: no threads | |
../ext/arybase/t/arybase.t ........................................ ok | |
../ext/XS-APItest/t/copyhints.t ................................... ok | |
../ext/arybase/t/aslice.t ......................................... ok | |
../ext/XS-APItest/t/customop.t .................................... ok | |
../ext/arybase/t/av2arylen.t ...................................... ok | |
../ext/XS-APItest/t/eval-filter.t ................................. ok | |
../ext/arybase/t/index.t .......................................... ok | |
../ext/XS-APItest/t/exception.t ................................... ok | |
../ext/arybase/t/lslice.t ......................................... ok | |
../ext/arybase/t/pos.t ............................................ ok | |
../ext/XS-APItest/t/fetch_pad_names.t ............................. ok | |
../ext/arybase/t/scope.t .......................................... ok | |
../ext/XS-APItest/t/gotosub.t ..................................... ok | |
../ext/arybase/t/splice.t ......................................... ok | |
../ext/arybase/t/substr.t ......................................... ok | |
../ext/re/t/lexical_debug.t ....................................... ok | |
../ext/re/t/qr.t .................................................. ok | |
../ext/re/t/re.t .................................................. ok | |
../ext/re/t/re_funcs.t ............................................ ok | |
../ext/re/t/re_funcs_u.t .......................................... ok | |
../ext/B/t/concise-xs.t ........................................... ok | |
../ext/re/t/reflags.t ............................................. ok | |
../dist/Math-BigInt/t/sub_mbi.t ................................... ok | |
../ext/re/t/regop.t ............................................... ok | |
../lib/AnyDBM_File.t .............................................. ok | |
../ext/POSIX/t/termios.t .......................................... ok | |
../cpan/Module-Build/t/mymeta.t ................................... ok | |
../ext/POSIX/t/time.t ............................................. ok | |
../ext/POSIX/t/unimplemented.t .................................... ok | |
../dist/Math-BigInt/t/sub_mif.t ................................... ok | |
../cpan/IO-Compress/t/106prime-deflate.t .......................... ok | |
../dist/Math-BigInt/t/trap.t ...................................... ok | |
../ext/POSIX/t/usage.t ............................................ ok | |
../cpan/Module-Build/t/new_from_context.t ......................... ok | |
../cpan/Module-Build/t/notes.t .................................... ok | |
../dist/Math-BigInt/t/upgrade.t ................................... ok | |
../dist/Math-BigInt/t/upgrade2.t .................................. ok | |
../cpan/Module-Build/t/parents.t .................................. ok | |
../dist/Math-BigInt/t/upgradef.t .................................. ok | |
../dist/Math-BigInt/t/use.t ....................................... ok | |
../dist/Math-BigInt/t/use_lib1.t .................................. ok | |
../dist/Math-BigInt/t/use_lib2.t .................................. ok | |
../dist/Math-BigInt/t/use_lib3.t .................................. ok | |
../dist/Math-BigInt/t/use_lib4.t .................................. ok | |
../dist/Math-BigInt/t/use_mbfw.t .................................. ok | |
../ext/B/t/concise.t .............................................. ok | |
../ext/B/t/f_map.t ................................................ ok | |
../ext/B/t/f_sort.t ............................................... ok | |
../ext/B/t/o.t .................................................... ok | |
../ext/B/t/optree_check.t ......................................... ok | |
../ext/B/t/optree_concise.t ....................................... ok | |
../cpan/Module-Build/t/perl_mb_opt.t .............................. ok | |
../ext/B/t/optree_constants.t ..................................... ok | |
../cpan/IO-Compress/t/106prime-gzip.t ............................. ok | |
../ext/B/t/optree_misc.t .......................................... ok | |
../ext/B/t/optree_samples.t ....................................... ok | |
../dist/Math-BigInt/t/with_sub.t .................................. ok | |
../ext/B/t/optree_sort.t .......................................... ok | |
../lib/Class/Struct.t ............................................. ok | |
../cpan/Module-Build/t/PL_files.t ................................. ok | |
../lib/Config.t ................................................... ok | |
../cpan/Module-Build/t/pod_parser.t ............................... ok | |
../ext/POSIX/t/waitpid.t .......................................... ok | |
../ext/B/t/optree_specials.t ...................................... ok | |
../lib/Config/Extensions.t ........................................ ok | |
../ext/POSIX/t/wrappers.t ......................................... ok | |
../lib/DBM_Filter/t/01error.t ..................................... ok | |
../lib/DB.t ....................................................... ok | |
../lib/DirHandle.t ................................................ ok | |
../lib/DBM_Filter/t/02core.t ...................................... ok | |
../lib/English.t .................................................. ok | |
../ext/B/t/optree_varinit.t ....................................... ok | |
../lib/Exporter.t ................................................. ok | |
../ext/B/t/pragma.t ............................................... ok | |
../lib/DBM_Filter/t/compress.t .................................... ok | |
../dist/IO/t/io_utf8.t ............................................ ok | |
../dist/IO/t/io_utf8argv.t ........................................ ok | |
../lib/DBM_Filter/t/encode.t ...................................... ok | |
../ext/B/t/showlex.t .............................................. ok | |
../dist/IO/t/io_xs.t .............................................. ok | |
../lib/DBM_Filter/t/int32.t ....................................... ok | |
../lib/File/Basename.t ............................................ ok | |
../ext/B/t/terse.t ................................................ ok | |
../lib/DBM_Filter/t/null.t ........................................ ok | |
../ext/B/t/walkoptree.t ........................................... ok | |
../lib/File/Compare.t ............................................. ok | |
../lib/ExtUtils/t/Embed.t ......................................... ok | |
../lib/DBM_Filter/t/utf8.t ........................................ ok | |
../lib/FileHandle.t ............................................... ok | |
../lib/FindBin.t .................................................. ok | |
../ext/B/t/xref.t ................................................. ok | |
../lib/Getopt/Std.t ............................................... ok | |
../lib/Net/hostent.t .............................................. ok | |
../lib/Internals.t ................................................ ok | |
../lib/Net/netent.t ............................................... ok | |
../lib/File/Find/t/find.t ......................................... ok | |
../lib/Net/protoent.t ............................................. ok | |
../lib/Pod/t/InputObjects.t ....................................... ok | |
../lib/Net/servent.t .............................................. ok | |
../lib/SelectSaver.t .............................................. ok | |
../lib/Pod/t/Select.t ............................................. ok | |
../lib/Symbol.t ................................................... ok | |
../lib/File/Copy.t ................................................ ok | |
../lib/Thread.t ................................................... skipped: No threads | |
../lib/File/Find/t/taint.t ........................................ ok | |
../lib/File/stat-7896.t ........................................... ok | |
../lib/Tie/ExtraHash.t ............................................ ok | |
../lib/Pod/t/Usage.t .............................................. ok | |
../lib/Tie/Hash.t ................................................. ok | |
../lib/Tie/Array/push.t ........................................... ok | |
../lib/Pod/t/utils.t .............................................. ok | |
../lib/Tie/Scalar.t ............................................... ok | |
../lib/Tie/Handle/stdhandle.t ..................................... ok | |
../lib/Tie/Array/splice.t ......................................... ok | |
../lib/Tie/SubstrHash.t ........................................... ok | |
../lib/Tie/Handle/stdhandle_from_handle.t ......................... ok | |
../ext/XS-APItest/t/grok.t ........................................ ok | |
../lib/Time/gmtime.t .............................................. ok | |
../ext/XS-APItest/t/gv_autoload4.t ................................ ok | |
../lib/Tie/Array/std.t ............................................ ok | |
../lib/Time/localtime.t ........................................... ok | |
../ext/XS-APItest/t/gv_fetchmeth.t ................................ ok | |
../lib/Tie/Array/stdpush.t ........................................ ok | |
../lib/User/grent.t ............................................... ok | |
../lib/blib.t ..................................................... ok | |
../lib/User/pwent.t ............................................... ok | |
../ext/XS-APItest/t/gv_fetchmeth_autoload.t ....................... ok | |
../lib/bytes.t .................................................... ok | |
../ext/XS-APItest/t/gv_fetchmethod_flags.t ........................ ok | |
../ext/XS-APItest/t/gv_init.t ..................................... ok | |
../cpan/IO-Compress/t/106prime-rawdeflate.t ....................... ok | |
../cpan/Module-Build/t/ppm.t ...................................... ok | |
../lib/diagnostics.t .............................................. ok | |
../lib/dumpvar.t .................................................. ok | |
../cpan/Module-Build/t/resume.t ................................... ok | |
../lib/File/stat.t ................................................ ok | |
../cpan/Module-Build/t/runthrough.t ............................... ok | |
../lib/feature.t .................................................. ok | |
../lib/filetest.t ................................................. ok | |
../lib/h2ph.t ..................................................... ok | |
../cpan/Module-Build/t/sample.t ................................... ok | |
../lib/h2xs.t ..................................................... ok | |
../lib/integer.t .................................................. ok | |
../cpan/Module-Build/t/script_dist.t .............................. ok | |
../lib/less.t ..................................................... ok | |
../lib/locale.t ................................................... ok | |
../cpan/Module-Build/t/test_file_exts.t ........................... ok | |
../lib/open.t ..................................................... ok | |
../cpan/Module-Build/t/test_type.t ................................ ok | |
../cpan/Module-Build/t/test_types.t ............................... ok | |
../cpan/IO-Compress/t/106prime-zip.t .............................. ok | |
../cpan/IO-Compress/t/107multi-bzip2.t ............................ ok | |
../lib/overload.t ................................................. ok | |
../lib/overload64.t ............................................... ok | |
../lib/overloading.t .............................................. ok | |
../cpan/IO-Compress/t/107multi-deflate.t .......................... ok | |
../cpan/IO-Compress/t/107multi-gzip.t ............................. ok | |
../cpan/Module-Build/t/tilde.t .................................... ok | |
../lib/Unicode/UCD.t .............................................. ok | |
../lib/sigtrap.t .................................................. ok | |
../cpan/IO-Compress/t/107multi-rawdeflate.t ....................... ok | |
../lib/sort.t ..................................................... ok | |
../cpan/IO-Compress/t/107multi-zip.t .............................. ok | |
../cpan/IO-Compress/t/108anyunc-bzip2.t ........................... ok | |
../cpan/IO-Compress/t/108anyunc-deflate.t ......................... ok | |
../cpan/IO-Compress/t/108anyunc-gzip.t ............................ ok | |
../cpan/Module-Build/t/use_tap_harness.t .......................... ok | |
../cpan/IO-Compress/t/108anyunc-rawdeflate.t ...................... ok | |
../cpan/Module-Build/t/versions.t ................................. ok | |
../cpan/IO-Compress/t/108anyunc-transparent.t ..................... ok | |
../cpan/IO-Compress/t/108anyunc-zip.t ............................. ok | |
../cpan/Module-Build/t/write_default_maniskip.t ................... ok | |
../lib/feature/unicode_strings.t .................................. ok | |
../cpan/IO-Compress/t/109merge-deflate.t .......................... ok | |
../lib/subs.t ..................................................... ok | |
../lib/charnames.t ................................................ ok | |
../lib/vars.t ..................................................... ok | |
../lib/vars_carp.t ................................................ ok | |
../lib/Benchmark.t ................................................ ok | |
../lib/strict.t ................................................... ok | |
../cpan/IO-Compress/t/109merge-gzip.t ............................. ok | |
../lib/vmsish.t ................................................... ok | |
../lib/utf8.t ..................................................... ok | |
../cpan/IO-Compress/t/109merge-rawdeflate.t ....................... ok | |
../cpan/IO-Compress/t/109merge-zip.t .............................. skipped: not implemented yet | |
../lib/version/t/01base.t ......................................... ok | |
../cpan/IO-Compress/t/110encode-bzip2.t ........................... ok | |
../cpan/IO-Compress/t/110encode-deflate.t ......................... ok | |
../lib/version/t/02derived.t ...................................... ok | |
../cpan/IO-Compress/t/110encode-gzip.t ............................ ok | |
../lib/version/t/03require.t ...................................... ok | |
../cpan/IO-Compress/t/110encode-rawdeflate.t ...................... ok | |
../lib/version/t/04strict_lax.t ................................... ok | |
../lib/version/t/05sigdie.t ....................................... ok | |
../lib/version/t/06noop.t ......................................... ok | |
../cpan/IO-Compress/t/110encode-zip.t ............................. ok | |
../lib/version/t/07locale.t ....................................... ok | |
../ext/XS-APItest/t/handy.t ....................................... ok | |
../cpan/IO-Compress/t/111const-deflate.t .......................... ok | |
../cpan/IO-Compress/t/999pod.t .................................... skipped: Test::Pod 1.00 required for testing POD | |
../cpan/IO-Compress/t/cz-01version.t .............................. ok | |
../ext/XS-APItest/t/hash.t ........................................ ok | |
../ext/XS-APItest/t/keyword_multiline.t ........................... ok | |
x2p/s2p.t ......................................................... ok | |
../ext/XS-APItest/t/keyword_plugin.t .............................. ok | |
../cpan/IO-Compress/t/cz-03zlib-v1.t .............................. ok | |
../ext/XS-APItest/t/labelconst.t .................................. ok | |
../ext/XS-APItest/t/lexsub.t ...................................... ok | |
../ext/XS-APItest/t/loopblock.t ................................... ok | |
../ext/XS-APItest/t/looprest.t .................................... ok | |
../ext/XS-APItest/t/lvalue.t ...................................... ok | |
../ext/XS-APItest/t/magic.t ....................................... ok | |
../ext/XS-APItest/t/magic_chain.t ................................. ok | |
../ext/XS-APItest/t/mro.t ......................................... ok | |
../ext/XS-APItest/t/multicall.t ................................... ok | |
../ext/XS-APItest/t/my_cxt.t ...................................... ok | |
../ext/XS-APItest/t/my_exit.t ..................................... ok | |
../cpan/IO-Compress/t/cz-05examples.t ............................. ok | |
../ext/XS-APItest/t/newCONSTSUB.t ................................. ok | |
../ext/XS-APItest/t/op.t .......................................... ok | |
../cpan/IO-Compress/t/cz-06gzsetp.t ............................... ok | |
../ext/XS-APItest/t/op_contextualize.t ............................ ok | |
../ext/XS-APItest/t/op_list.t ..................................... ok | |
../cpan/IO-Compress/t/cz-08encoding.t ............................. ok | |
../ext/XS-APItest/t/overload.t .................................... ok | |
../cpan/Module-Build/t/xs.t ....................................... ok | |
../ext/XS-APItest/t/pad_scalar.t .................................. ok | |
../ext/XS-APItest/t/peep.t ........................................ ok | |
../cpan/IO-Compress/t/cz-14gzopen.t ............................... ok | |
../ext/XS-APItest/t/pmflag.t ...................................... ok | |
../ext/XS-APItest/t/postinc.t ..................................... ok | |
../ext/XS-APItest/t/printf.t ...................................... ok | |
../cpan/IO-Compress/t/globmapper.t ................................ ok | |
../ext/XS-APItest/t/ptr_table.t ................................... ok | |
../ext/XS-APItest/t/push.t ........................................ ok | |
../ext/XS-APItest/t/refs.t ........................................ ok | |
../ext/XS-APItest/t/rmagical.t .................................... ok | |
../ext/XS-APItest/t/rv2cv_op_cv.t ................................. ok | |
../ext/XS-APItest/t/savehints.t ................................... ok | |
../ext/XS-APItest/t/scopelessblock.t .............................. ok | |
../ext/XS-APItest/t/sort.t ........................................ ok | |
../ext/XS-APItest/t/stmtasexpr.t .................................. ok | |
../ext/XS-APItest/t/stmtsasexpr.t ................................. ok | |
../ext/XS-APItest/t/stuff_modify_bug.t ............................ ok | |
../ext/XS-APItest/t/stuff_svcur_bug.t ............................. ok | |
../ext/XS-APItest/t/sviscow.t ..................................... ok | |
../ext/XS-APItest/t/svpeek.t ...................................... ok | |
../ext/XS-APItest/t/svpv.t ........................................ ok | |
../ext/XS-APItest/t/svpv_magic.t .................................. ok | |
../ext/XS-APItest/t/svsetsv.t ..................................... ok | |
../ext/XS-APItest/t/swaplabel.t ................................... ok | |
../ext/XS-APItest/t/swaptwostmts.t ................................ ok | |
../ext/XS-APItest/t/sym-hook.t .................................... ok | |
../ext/XS-APItest/t/temp_lv_sub.t ................................. ok | |
../ext/XS-APItest/t/underscore_length.t ........................... ok | |
../ext/XS-APItest/t/utf16_to_utf8.t ............................... ok | |
../ext/XS-APItest/t/utf8.t ........................................ ok | |
../ext/XS-APItest/t/whichsig.t .................................... ok | |
../ext/XS-APItest/t/xs_special_subs.t ............................. ok | |
../ext/XS-APItest/t/xs_special_subs_require.t ..................... ok | |
../ext/XS-APItest/t/xsub_h.t ...................................... ok | |
../lib/perl5db.t .................................................. ok | |
../lib/warnings.t ................................................. ok | |
Test Summary Report | |
------------------- | |
op/numconvert.t (Wstat: 0 Tests: 1444 Failed: 12) | |
Failed tests: 104, 108, 112, 136, 140, 144, 152, 156 | |
160, 168, 172, 176 | |
op/range.t (Wstat: 0 Tests: 141 Failed: 25) | |
Failed tests: 84-95, 99-111 | |
Files=2388, Tests=674348, 216 wallclock secs (84.78 usr 17.17 sys + 525.46 cusr 68.03 csys = 695.44 CPU) | |
Result: FAIL | |
makefile:959: recipe for target 'test_harness' failed | |
make: *** [test_harness] Error 37 | |
2014/09/22 17:12:04 The command [/bin/sh -c ./Configure -Duse64bitall -des && make -j$(nproc) && TEST_JOBS=$(nproc) make test_harness && make install && make veryclean] returned a non-zero code: 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My buildpack-deps was 4 months old; I'm updating that now to see if I can reproduce