Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Beginning of configuration questions for perl5.
- Checking echo to see how to suppress newlines...
- ...using \c
- The star should be here-->*
- First let's make sure your kit is complete. Checking...
- Looks good...
- Would you like to see the instructions? [n]
- Locating common programs...
- awk is in /usr/bin/awk.
- cat is in /bin/cat.
- chmod is in /bin/chmod.
- comm is in /usr/bin/comm.
- cp is in /bin/cp.
- echo is in /bin/echo.
- expr is in /usr/bin/expr.
- grep is in /bin/grep.
- ls is in /bin/ls.
- mkdir is in /bin/mkdir.
- rm is in /bin/rm.
- sed is in /bin/sed.
- sort is in /usr/bin/sort.
- touch is in /bin/touch.
- tr is in /usr/bin/tr.
- uniq is in /usr/bin/uniq.
- Don't worry if any of the following aren't found...
- ar is in /usr/bin/ar.
- bison is in /usr/bin/bison.
- I don't see byacc out there, offhand.
- cpp is in /usr/bin/cpp.
- I don't see csh out there, either.
- date is in /bin/date.
- egrep is in /bin/egrep.
- I don't see gmake out there, either.
- gzip is in /bin/gzip.
- less is in /bin/less.
- ln is in /bin/ln.
- make is in /usr/bin/make.
- more is in /bin/more.
- nm is in /usr/bin/nm.
- nroff is in /usr/bin/nroff.
- perl is in /usr/bin/perl.
- pg is in /usr/bin/pg.
- test is in /usr/bin/test.
- uname is in /bin/uname.
- zip is in /usr/bin/zip.
- Substituting less -R for less.
- Using the test built into your sh.
- Checking compatibility between /bin/echo and builtin echo (if any)...
- They are not compatible! You are probably running ksh on a non-USG system.
- I'll have to use /bin/echo instead of the builtin, since Bourne shell doesn't
- have echo built in and we may have to run some Bourne shell scripts. That
- means I'll have to use '-n' to suppress newlines now. Life is ridiculous.
- The star should be here-->*
- The following message is sponsored by
- Dresden.pm<--The stars should be here.
- Dear Perl user, system administrator or package
- maintainer, the Perl community sends greetings to
- you. Do you (emblematical) greet back [Y/n]? n
- Symbolic links are supported.
- Checking how to test for symbolic links...
- You can test for symbolic links with 'test -h'.
- Checking for cross-compile
- No targethost for running compiler tests against defined, running locally
- Good, your tr supports [:lower:] and [:upper:] to convert case.
- Using [:upper:] and [:lower:] to convert case.
- I see a config.sh file. Shall I use it to set the defaults? [n]
- OK, I'll ignore it.
- First time through, eh? I have some defaults handy for some systems
- that need some extra help getting the Configure answers right:
- aix_3 dragonfly irix_4 nonstopux stellar
- aix_4 dynixptx irix_5 openbsd sunos_4_0
- aix dynix irix_6_0 opus sunos_4_1
- altos486 epix irix_6_1 os2 super-ux
- amigaos esix4 irix_6 os390 svr4
- atheos fps isc_2 os400 svr5
- aux_3 freebsd isc posix-bc ti1500
- bitrig freemint linux-android powerux ultrix_4
- bsdos genix linux qnx umips
- catamount gnukfreebsd lynxos riscos unicosmk
- convexos gnuknetbsd midnightbsd sco_2_3_0 unicos
- cxux gnu mips sco_2_3_1 unisysdynix
- cygwin greenhills mirbsd sco_2_3_2 utekv
- darwin haiku mpc sco_2_3_3 uwin
- dcosx hpux ncr_tower sco_2_3_4 vos
- dec_osf i386 netbsd sco
- dos_djgpp interix newsos4 solaris_2
- There's also a Policy hint file available, which should make the
- site-specific (policy) questions easier to answer.
- You may give one or more space-separated answers, or "none" if appropriate.
- If you have a handcrafted Policy.sh file or a Policy.sh file generated by a
- previous run of Configure, you may specify it as well as or instead of
- OS-specific hints. If hints are provided for your OS, you should use them:
- although Perl can probably be built without hints on many platforms, using
- hints often improve performance and may enable features that Configure can't
- set up on its own. If there are no hints that match your OS, specify "none";
- DO NOT give a wrong version or a wrong OS.
- Which of these apply, if any? [Policy linux]
- You appear to have a working bash. Good.
- Your shared -lndbm is not a real library.
- Configure uses the operating system name and version to set some defaults.
- The default value is probably right if the name rings a bell. Otherwise,
- since spelling matters for me, either accept the default or answer "none"
- to leave it blank.
- Operating system name? [linux]
- Operating system version? [4.4.0-57-generic]
- By default, perl5 will be installed in /opt/perl/blead/bin, manual pages
- under /opt/perl/blead/man, etc..., i.e. with /opt/perl/blead as prefix for all
- installation directories. Typically this is something like /usr/local.
- If you wish to have binaries under /usr/bin but other parts of the
- installation under /usr/local, that's ok: you will be prompted
- separately for each of the installation directories, the prefix being
- only used to set the defaults.
- Installation prefix to use? (~name ok) [/opt/perl/blead]
- Directory /opt/perl/blead doesn't exist. Use that name anyway? [y]
- AFS does not seem to be running...
- In some special cases, particularly when building perl5 for distribution,
- it is convenient to distinguish the directory in which files should be
- installed from the directory (/opt/perl/blead) in which they will
- eventually reside. For most users, these two directories are the same.
- What installation prefix should I use for installing files? (~name ok)
- [/opt/perl/blead]
- Directory /opt/perl/blead doesn't exist. Use that name anyway? [y]
- Getting the current patchlevel...
- (You have perl5 version 25 subversion 9.)
- Perl can be built to offer a form of threading support on some systems
- To do so, Configure can be run with -Dusethreads.
- Note that Perl built with threading support runs slightly slower
- and uses slightly more memory than plain Perl.
- If this doesn't make any sense to you, just accept the default 'n'.
- Build a threading Perl? [n]
- Your platform has some specific hints regarding threaded builds, using them...
- Perl can be built so that multiple Perl interpreters can coexist
- within the same Perl executable.
- If this doesn't make any sense to you, just accept the default 'n'.
- Build Perl for multiplicity? [n]
- Use which C compiler? [cc]
- Hmm... Looks kind of like a Version 7 system, but we'll see...
- Congratulations. You aren't running Eunice.
- It's not Xenix...
- Nor is it Venix...
- Checking for GNU cc in disguise and/or its version number...
- You are using GNU cc 5.4.0 20160609.
- Hmm... Doesn't look like a MIPS system.
- Now, how can we feed standard input to your C preprocessor...
- Maybe "cc -E" will work...
- Nope...maybe "cc -E -" will work...
- Yup, it does.
- Some systems have incompatible or broken versions of libraries. Among
- the directories listed in the question below, please remove any you
- know not to be holding relevant libraries, and add any that are needed.
- Say "none" for none.
- Directories to use for library searches?
- [/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/5/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib]
- On some systems, shared libraries may be available. Answer 'none' if
- you want to suppress searching of shared libraries for the remainder
- of this configuration.
- What is the file extension used for shared libraries? [so]
- Some dynamic loaders assume that the *basename* of shared library filenames
- are globally unique. We'll default this to undef as we assume your system
- is not this weird. Set to defined if you're on one of them.
- Make shared library basenames unique? [n]
- Perl can be built to use the SOCKS proxy protocol library. To do so,
- Configure must be run with -Dusesocks. If you use SOCKS you also need
- to use the PerlIO abstraction layer, this will be implicitly selected.
- If this doesn't make any sense to you, just accept the default 'n'.
- Build Perl for SOCKS? [n]
- Perl can be built to take advantage of long doubles which
- (if available) may give more accuracy and range for floating point numbers.
- If this doesn't make any sense to you, just accept the default 'n'.
- Try to use long doubles if available? [n]
- Checking for optional libraries...
- No -lcl.
- Found -lpthread (shared).
- No -lsocket.
- No -linet.
- Found -lnsl (shared).
- No -lgdbm.
- No -ldbm.
- No -ldb.
- No -lmalloc.
- Found -ldl (shared).
- No -lld.
- No -lsun.
- Found -lm (shared).
- Found -lcrypt (shared).
- No -lsec.
- Found -lutil (shared).
- Found -lc (shared).
- No -lcposix.
- No -lposix.
- No -lucb.
- No -lBSD.
- No -lgdbm_compat.
- In order to compile perl5 on your machine, a number of libraries
- are usually needed. Include any other special libraries here as well.
- Say "none" for none. The default list is almost always right.
- What libraries to use? [-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc]
- By default, perl5 compiles with the -O flag to use the optimizer.
- Alternately, you might want to use the symbolic debugger, which uses
- the -g flag (on traditional Unix systems). Either flag can be
- specified here. To use neither flag, specify the word "none".
- What optimizer/debugger flag should be used? [-O2]
- Checking if your compiler accepts -fno-strict-aliasing
- Yes, it does.
- Checking if your compiler accepts -pipe
- Yes, it does.
- Checking if your compiler accepts -fstack-protector-strong
- Yes, it does.
- Your C compiler may want other flags. For this question you should include
- -I/whatever and -DWHATEVER flags and any other flags used by the C compiler,
- but you should NOT include libraries or ld flags like -lwhatever. If you
- want perl5 to honor its debug switch, you should include -DDEBUGGING here.
- Your C compiler might also need additional flags, such as -D_POSIX_SOURCE.
- To use no flags, specify the word "none".
- Any additional cc flags?
- [-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include]
- Let me guess what the preprocessor flags are...
- They appear to be: -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include
- Your C linker may need flags. For this question you should
- include -L/whatever and any other flags used by the C linker, but you
- should NOT include libraries like -lwhatever.
- Make sure you include the appropriate -L/path flags if your C linker
- does not normally search all of the directories you specified above,
- namely
- /usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/5/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
- To use no flags, specify the word "none".
- Any additional ld flags (NOT including libraries)?
- [ -fstack-protector-strong -L/usr/local/lib]
- Checking your choice of C compiler and flags for coherency...
- OK, that should do.
- Computing filename position in cpp output for #include directives...
- Your cpp writes the filename in the third field of the line.
- <stdlib.h> found.
- Checking to see how big your integers are...
- Your integers are 4 bytes long.
- Your long integers are 8 bytes long.
- Your short integers are 2 bytes long.
- Checking to see if you have long long...
- You have long long.
- Checking to see how big your long longs are...
- Your long longs are 8 bytes long.
- (That isn't any different from an ordinary long.)
- <inttypes.h> found.
- Checking to see if you have int64_t...
- You have int64_t.
- Checking which 64-bit integer type we could use...
- We could use 'long' for 64-bit integers.
- You have natively 64-bit long integers.
- You may also choose to try maximal 64-bitness. It means using as much
- 64-bitness as possible on the platform. This in turn means even more
- binary incompatibilities. On the other hand, your platform may not
- have any more 64-bitness available than what you already have chosen.
- If this doesn't make any sense to you, just accept the default 'y'.
- (The default has been chosen based on your configuration.)
- Try to use maximal 64-bit support, if available? [y]
- Checking if your C library has broken 64-bit functions...
- Your C library's 64-bit functions are ok.
- Checking for GNU C Library...
- You are using the GNU C Library version 2.23
- nm probably won't work on the GNU C Library.
- I can use /usr/bin/nm to extract the symbols from your C libraries. This
- is a time consuming task which may generate huge output on the disk (up
- to 3 megabytes) but that should make the symbols extraction faster. The
- alternative is to skip the 'nm' extraction part and to compile a small
- test program instead to determine whether each symbol is present. If
- you have a fast C compiler and/or if your 'nm' output cannot be parsed,
- this may be the best solution.
- You probably shouldn't let me use 'nm' if you are using the GNU C Library.
- Shall I use /usr/bin/nm to extract C symbols from the libraries? [n]
- Checking for C++...
- You are not using a C++ compiler.
- Checking to see how big your double precision numbers are...
- Your double is 8 bytes long.
- <float.h> found.
- Checking to see if you have long double...
- You have long double.
- ldexpl() found.
- Checking to see how big your long doubles are...
- Your long doubles are 16 bytes long.
- Checking the kind of long doubles you have...
- You have x86 80-bit little endian long doubles.
- 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)
- [/opt/perl/blead/bin]
- Directory /opt/perl/blead/bin doesn't exist. Use that name anyway? [y]
- Would you like to build Perl so that the installation is relocatable, so that
- library paths in @INC are determined relative to the path of the perl binary?
- This is not advised for system Perl installs, or if you need to run setid
- scripts or scripts under taint mode.
- If this doesn't make any sense to you, just accept the default 'n'.
- Use relocatable @INC? [n]
- There are some auxiliary files for perl5 that need to be put into a
- private library directory that is accessible by everyone.
- Pathname where the private library files will reside? (~name ok)
- [/opt/perl/blead/lib/5.25.9]
- Perl5 contains architecture-dependent library files. If you are
- sharing libraries in a heterogeneous environment, you might store
- these files in a separate location. Otherwise, you can just include
- them with the rest of the public library files.
- Where do you want to put the public architecture-dependent libraries? (~name ok)
- [/opt/perl/blead/lib/5.25.9/x86_64-linux]
- Some kernels have a bug that prevents setuid #! scripts from being
- secure. Some sites have disabled setuid #! scripts because of this.
- First let's decide if your kernel supports secure setuid #! scripts.
- (If setuid #! scripts would be secure but have been disabled anyway,
- don't say that they are secure if asked.)
- If you are not sure if they are secure, I can check but I'll need a
- username and password different from the one you are using right now.
- If you don't have such a username or don't want me to test, simply
- enter 'none'.
- 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]
- Looking for a previously installed perl5.005 or later...
- Using /usr/bin/perl.
- After perl5 is installed, you may wish to install various
- add-on modules and utilities. Typically, these add-ons will
- be installed under /opt/perl/blead with the rest
- of this package. However, you may wish to install such add-ons
- elsewhere under a different prefix.
- If you do not wish to put everything under a single prefix, that's
- ok. You will be prompted for the individual locations; this siteprefix
- is only used to suggest the defaults.
- The default should be fine for most people.
- Installation prefix to use for add-on modules and utilities? (~name ok)
- [/opt/perl/blead]
- The installation process will create a directory for
- site-specific extensions and modules. Most users find it convenient
- to place all site-specific files in this directory rather than in the
- main distribution directory.
- Pathname for the site-specific library files? (~name ok)
- [/opt/perl/blead/lib/site_perl/5.25.9]
- In order to ease the process of upgrading, this version of perl
- can be configured to use modules built and installed with earlier
- versions of perl that were installed under /opt/perl/blead. Specify here
- the list of earlier versions that this version of perl should check.
- If Configure detected no earlier versions of perl installed under
- /opt/perl/blead, then the list will be empty. Answer 'none' to tell perl
- to not search earlier versions.
- The default should almost always be sensible, so if you're not sure,
- just accept the default.
- List of earlier versions to include in @INC? [none]
- <malloc/malloc.h> NOT found.
- <malloc.h> found.
- Checking to see how big your pointers are...
- Your pointers are 8 bytes long.
- 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.
- The installation process will also create a directory for
- architecture-dependent site-specific extensions and modules.
- Pathname for the site-specific architecture-dependent library files? (~name ok)
- [/opt/perl/blead/lib/site_perl/5.25.9/x86_64-linux]
- The installation process will also create a directory for
- vendor-supplied add-ons. Vendors who supply perl with their system
- may find it convenient to place all vendor-supplied files in this
- directory rather than in the main distribution directory. This will
- ease upgrades between binary-compatible maintenance versions of perl.
- Of course you may also use these directories in whatever way you see
- fit. For example, you might use them to access modules shared over a
- company-wide network.
- The default answer should be fine for most people.
- This causes further questions about vendor add-ons to be skipped
- and no vendor-specific directories will be configured for perl.
- Do you want to configure vendor-specific add-on directories? [n]
- Lastly, you can have perl look in other directories for extensions and
- modules in addition to those already specified.
- These directories will be searched after
- /opt/perl/blead/lib/site_perl/5.25.9/x86_64-linux
- /opt/perl/blead/lib/site_perl/5.25.9
- Enter a colon-separated set of extra paths to include in perl's @INC
- search path, or enter 'none' for no extra paths.
- Colon-separated list of additional directories for perl to search? [none]
- Checking out function prototypes...
- Your C compiler appears to support function prototypes.
- Perl can be built to support DTrace on platforms that support it.
- DTrace is a diagnosis and performance analysis tool from Sun.
- If this doesn't make any sense to you, just accept the default.
- Support DTrace if available? [n]
- Perl can be built with extra modules or bundles of modules which
- will be fetched from the CPAN and installed alongside Perl.
- Notice that you will need access to the CPAN; either via the Internet,
- or a local copy, for example a CD-ROM or a local CPAN mirror. (You will
- be asked later to configure the CPAN.pm module which will in turn do
- the installation of the rest of the extra modules or bundles.)
- Notice also that if the modules require any external software such as
- libraries and headers (the libz library and the zlib.h header for the
- Compress::Zlib module, for example) you MUST have any such software
- already installed, this configuration process will NOT install such
- things for you.
- If this doesn't make any sense to you, just accept the default 'n'.
- Install any extra modules (y or n)? [n]
- If you wish to install html files for programs in Perl5, indicate
- the appropriate directory here. To skip installing html files,
- answer "none".
- Directory for the main Perl5 html pages? (~name ok) [none]
- If you wish to install html files for modules associated with Perl5,
- indicate the appropriate directory here. To skip installing html files,
- answer "none".
- Directory for the Perl5 module html pages? (~name ok) [ ]
- (That expands to on this system.)
- Many scripts expect perl to be installed as /usr/bin/perl.
- If you want to, I can install the perl you are about to compile
- as /usr/bin/perl (in addition to /opt/perl/blead/bin/perl).
- However, please note that because you already have a /usr/bin/perl,
- overwriting that with a new Perl would very probably cause problems.
- Therefore I'm assuming you don't want to do that (unless you insist).
- Do you want to install perl as /usr/bin/perl? [n]
- dlopen() found.
- <unistd.h> found.
- Do you wish to use dynamic loading? [y]
- The following dynamic loading files are available:
- ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
- ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_none.xs
- ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_symbian.xs
- ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_vms.xs
- ext/DynaLoader/dl_freemint.xs ext/DynaLoader/dl_win32.xs
- Source file to use for dynamic loading [ext/DynaLoader/dl_dlopen.xs]
- Some systems may require passing special flags to cc -c to
- compile modules that will be used to create a shared library.
- To use no flags, say "none".
- Any special flags to pass to cc -c to compile shared library modules?
- [-fPIC]
- Some systems use ld to create libraries that can be dynamically loaded,
- while other systems (such as those using ELF) use cc.
- You appear to have ELF support. I'll use cc to build dynamic libraries.
- What command should be used to create dynamic libraries? [cc]
- Some systems may require passing special flags to cc to create a
- library that can be dynamically loaded. If your ld flags include
- -L/other/path options to locate libraries outside your loader's normal
- search path, you may need to specify those -L options here as well. To
- use no flags, say "none".
- Any special flags to pass to cc to create a dynamically loaded library?
- [-shared -O2 -L/usr/local/lib -fstack-protector-strong]
- Some systems may require passing special flags to cc to indicate that
- the resulting executable will use dynamic linking. To use no flags,
- say "none".
- Any special flags to pass to cc to use dynamic linking? [-Wl,-E]
- ld supports scripting
- The perl executable is normally obtained by linking perlmain.c with
- libperl.a, any static extensions (usually just DynaLoader), and
- any other libraries needed on this system (such as -lm, etc.). Since
- your system supports dynamic loading, it is probably possible to build
- a shared libperl.so. If you will have more than one executable linked
- to libperl.so, this will significantly reduce the size of each
- executable, but it may have a noticeable effect on performance. The
- default is probably sensible for your system.
- Build a shared libperl.so (y/n) [n]
- System manual is in /usr/share/man/man1.
- Perl5 has manual pages available in source form.
- If you don't want the manual sources installed, answer 'none'.
- Where do the main Perl5 manual pages (source) go? (~name ok)
- [/opt/perl/blead/man/man1]
- What suffix should be used for the main Perl5 man pages? [1]
- You can have filenames longer than 14 characters.
- Perl5 has manual pages for many of the library modules.
- If you don't want the manual sources installed, answer 'none'.
- Where do the perl5 library man pages (source) go? (~name ok)
- [/opt/perl/blead/man/man3]
- What suffix should be used for the perl5 library man pages? [3]
- Figuring out host name...
- Maybe "hostname" will work...
- Your host name appears to be "hakon-ThinkPad-Edge-E540". Right? [y]
- (Normalizing case in your host name)
- (You do not have fully-qualified names in the hosts database)
- (Attempting domain name extraction from /etc/resolv.conf)
- (No help from resolv.conf either -- attempting clever guess)
- What is your domain name? [.(none)]
- I need to get your e-mail address in Internet format if possible, i.e.
- something like user@host.domain. Please answer accurately since I have
- no easy means to double check it. The default value provided below
- is most probably close to reality but may not be valid from outside
- your organization...
- What is your e-mail address? [hakon@hakon-thinkpad-edge-e540.(none)]
- If you or somebody else will be maintaining perl at your site, please
- fill in the correct e-mail address here so that they may be contacted
- if necessary. Currently, the "perlbug" program included with perl
- will send mail to this address in addition to perlbug@perl.org. You may
- enter "none" for no administrator.
- Perl administrator e-mail address [hakon@hakon-thinkpad-edge-e540.(none)]
- Do you want to use a version number suffix for installed binaries? This
- will install 'perl5.25.9' instead of 'perl', and likewise for other
- binaries like 'perldoc' and 'cpan'. This allows many versions of perl
- to be installed side-by-side. Unless you are a developer, you probably
- do *not* want to do this.
- Do you want to use a version number suffix for installed binaries? [y]
- I can use the #! construct to start perl on your system. This will
- make startup of perl scripts faster, but may cause problems if you
- want to share those scripts and perl is not in a standard place
- (/opt/perl/blead/bin/perl) on all your platforms. The alternative
- is to force a shell by starting the script with a single ':' character.
- What shall I put after the #! to start up perl ("none" to not use #!)?
- [/opt/perl/blead/bin/perl5.25.9]
- WARNING: Some systems limit the #! command to 32 characters.
- If you experience difficulty running Perl scripts with #!, try
- installing Perl in a directory with a shorter pathname.
- I'll use #!/opt/perl/blead/bin/perl5.25.9 to start perl scripts.
- Some installations have a separate directory just for executable scripts so
- that they can mount it across multiple architectures but keep the scripts in
- one spot. You might, for example, have a subdirectory of /usr/share for this.
- Or you might just lump your scripts in with all your other executables.
- Where do you keep publicly executable scripts? (~name ok)
- [/opt/perl/blead/bin]
- Directory /opt/perl/blead/bin doesn't exist. Use that name anyway? [y]
- Pathname where the add-on public executables should be installed? (~name ok)
- [/opt/perl/blead/bin]
- Directory /opt/perl/blead/bin doesn't exist. Use that name anyway? [y]
- 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)
- [/opt/perl/blead/man/man1]
- Pathname where the site-specific library manual pages should be installed? (~name ok)
- [/opt/perl/blead/man/man3]
- Pathname where add-on public executable scripts should be installed? (~name ok)
- [/opt/perl/blead/bin]
- backtrace() found.
- Perl can be built to use 'fast stdio', which means using the stdio
- library but also directly manipulating the stdio buffers to enable
- faster I/O. Using stdio is better for backward compatibility (especially
- for Perl extensions), but on the other hand since Perl 5.8 the 'perlio'
- interface has been preferred instead of stdio.
- If this doesn't make any sense to you, just accept the default 'n'.
- Use the "fast stdio" if available? [n]
- Looking for the type used for lseek's offset on this system.
- off_t found.
- Checking to see how big your file offsets are...
- Your file offsets are 8 bytes long.
- Looking for the type for file position used by fsetpos().
- fpos_t found.
- Checking the size of fpos_t...
- Your fpos_t is 16 bytes long.
- Perl can be built to understand large files (files larger than 2 gigabytes)
- on some systems. To do so, Configure can be run with -Duselargefiles.
- If this doesn't make any sense to you, just accept the default 'y'.
- Try to understand large files, if available? [y]
- Your platform has some specific hints regarding large file builds, using them...
- Rechecking to see how big your file offsets are...
- Your file offsets are now 8 bytes long.
- Rechecking the size of fpos_t... 16 bytes.
- Using <string.h> instead of <strings.h>.
- qgcvt() found.
- Checking the kind of doubles you have...
- You have IEEE 754 64-bit little endian doubles.
- Checking how to print long doubles...
- We will use %Lf.
- Checking for an efficient way to convert floats to strings.
- Trying gconvert...
- gconvert NOT found.
- Trying gcvt...
- 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.
- acosh() found.
- aintl() NOT found.
- alarm() found.
- ctime64() NOT found.
- localtime64() NOT found.
- gmtime64() NOT found.
- mktime64() NOT found.
- difftime64() NOT found.
- asctime64() NOT found.
- <pthread.h> found.
- <sys/types.h> found.
- <sys/select.h> found.
- Testing to see if we should include <time.h>, <sys/time.h> or both.
- I'm now running the test program......
- Succeeded with -DI_TIME -DI_SYSTIME -DS_TIMEVAL
- We'll include <time.h>.
- We'll include <sys/time.h>.
- Checking to see if your struct tm has tm_zone field...
- Yes, it does.
- Checking to see if your struct tm has tm_gmtoff field...
- Yes, it does.
- asctime_r() found.
- asinh() found.
- atanh() found.
- atolf() NOT found.
- atoll() found.
- Checking whether your compiler can handle __attribute__((format)) ...
- Your C compiler supports __attribute__((format)).
- Checking whether your compiler allows __printf__ format to be null ...
- Your C compiler doesn't allow __printf__ format to be null.
- Checking whether your compiler can handle __attribute__((malloc)) ...
- Your C compiler supports __attribute__((malloc)).
- Checking whether your compiler can handle __attribute__((nonnull(1))) ...
- Your C compiler supports __attribute__((nonnull)).
- Checking whether your compiler can handle __attribute__((noreturn)) ...
- Your C compiler supports __attribute__((noreturn)).
- Checking whether your compiler can handle __attribute__((pure)) ...
- Your C compiler supports __attribute__((pure)).
- Checking whether your compiler can handle __attribute__((unused)) ...
- Your C compiler supports __attribute__((unused)).
- Checking whether your compiler can handle __attribute__((deprecated)) ...
- Your C compiler supports __attribute__((deprecated)).
- Checking whether your compiler can handle __attribute__((warn_unused_result)) ...
- Your C compiler supports __attribute__((warn_unused_result)).
- bcmp() found.
- bcopy() found.
- getpgrp() found.
- Checking to see which flavor of getpgrp is in use...
- You have to use getpgrp() instead of getpgrp(pid).
- setpgrp() found.
- Checking to see which flavor of setpgrp is in use...
- You have to use setpgrp() instead of setpgrp(pid,pgrp).
- Checking whether your compiler can handle __builtin_choose_expr ...
- All good!
- Your C compiler supports __builtin_choose_expr.
- Checking whether your compiler can handle __builtin_expect ...
- Your C compiler supports __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.
- Nope, it can't.
- Checking whether your C compiler can cast negative float to unsigned.
- Yup, it can.
- cbrt() found.
- 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...
- Yes, it does.
- Checking to see if your C compiler knows about "const"...
- Yup, it does.
- copysign() found.
- copysignl() found.
- crypt() found.
- <crypt.h> found.
- crypt_r() found.
- ctermid() found.
- ctermid_r() NOT found.
- ctime_r() found.
- cuserid() found.
- <limits.h> found.
- DBL_DIG found.
- dbmclose() NOT found.
- We won't be including <dbm.h>
- dbminit() prototype 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
- No, it does not.
- <sys/dir.h> found.
- <sys/ndir.h> NOT found.
- dirfd() found.
- dladdr() found.
- dlerror() found.
- <dlfcn.h> found.
- On a few systems, the dynamically loaded modules that perl generates and uses
- will need a different extension than shared libs. The default will probably
- be appropriate.
- 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.
- drand48() prototype 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...
- Seems like we can use O_NONBLOCK.
- Let's see what value errno gets from read() on a O_NONBLOCK file...
- A read() system call with no data present returns -1.
- Your read() sets errno to EAGAIN when no data is available.
- And it correctly returns 0 to signal EOF.
- erf() found.
- erfc() found.
- exp2() found.
- expm1() found.
- (Looks like you have stdio.h from Linux.)
- Checking how std your stdio is...
- Your stdio acts pretty std.
- But I will not snoop inside glibc 2.23 stdio buffers.
- fchdir() found.
- fchmod() found.
- fchown() found.
- fcntl() found.
- Checking if fcntl-based file locking works...
- Yes, it seems to work.
- Checking to see how well your C compiler handles fd_set and friends ...
- Hmm, your compiler has some difficulty with fd_set. Checking further...
- Well, your system has some sort of fd_set available...
- and you have the normal fd_set macros.
- fdclose() NOT found.
- fdim() found.
- fegetround() found.
- fgetpos() found.
- finite() found.
- finitel() found.
- flock() found.
- flock() prototype found.
- fma() found.
- fmax() found.
- fmin() found.
- fp_class() NOT found.
- <math.h> found.
- Checking to see if you have fpclassify...
- You have fpclassify.
- fp_classify() NOT found.
- fp_classl() NOT found.
- pathconf() found.
- fpathconf() found.
- fpclass() NOT found.
- fpclassl() NOT found.
- fpgetround() NOT found.
- Checking to see if you have fpos64_t...
- You do not have fpos64_t.
- <xlocale.h> found.
- newlocale() found.
- freelocale() found.
- uselocale() found.
- duplocale() found.
- querylocale() NOT found.
- frexpl() found.
- <sys/param.h> found.
- <sys/mount.h> found.
- Checking to see if your system supports struct fs_data...
- No, it doesn't.
- fseeko() found.
- (Your long is 64 bits, so you could use fseek.)
- fsetpos() found.
- fstatfs() found.
- statvfs() found.
- fstatvfs() found.
- fsync() found.
- ftello() found.
- (Your long is 64 bits, so you could use ftell.)
- Checking if you have a working futimes()
- Yes, you have
- A working gai_strerror() found.
- <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.
- Every now and then someone has a gethostname() that lies about the hostname
- but can't be fixed for political or economic reasons. If you wish, I can
- pretend gethostname() isn't there and maybe compute hostname at run-time
- thanks to the 'hostname' command.
- Shall I ignore gethostname() from now on? [n]
- gethostbyaddr_r() found.
- gethostbyname_r() found.
- gethostent_r() found.
- gethostent() prototype 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.
- getnetent() prototype 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.
- getprotoent() prototype 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.
- getservent() prototype 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.
- hypot() found.
- ilogb() found.
- ilogbl() found.
- strchr() found.
- inet_aton() found.
- inet_ntop() found.
- inet_pton() found.
- isascii() found.
- isblank() found.
- Checking to see if you have isfinite...
- You have isfinite.
- isfinitel() NOT found.
- Checking to see if you have isinf...
- You have isinf.
- isinfl() found.
- Checking to see if you have isless...
- You do not have isless.
- Checking to see if you have isnan...
- You have isnan.
- isnanl() found.
- Checking to see if you have isnormal...
- You have isnormal.
- j0() found.
- j0l() found.
- killpg() found.
- localeconv() found.
- lchown() found.
- LDBL_DIG found.
- lgamma() found.
- lgamma_r() found.
- Checking to see if your libm supports _LIB_VERSION...
- Yes, it does (2)
- link() found.
- llrint() found.
- llrintl() found.
- llround() found.
- llroundl() found.
- localtime_r() found.
- lockf() found.
- log1p() found.
- log2() found.
- logb() found.
- lrint() found.
- lrintl() found.
- lround() found.
- lroundl() found.
- lseek() prototype 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.
- memmem() 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.
- truncl() found.
- modfl() found.
- modfl() prototype found.
- mprotect() found.
- msgctl() found.
- msgget() found.
- msgsnd() found.
- msgrcv() found.
- You have the full msg*(2) library.
- Checking to see if your system supports struct msghdr...
- Yes, it does.
- msync() found.
- munmap() found.
- nan() found.
- nearbyint() found.
- nextafter() found.
- nexttoward() found.
- nice() found.
- <langinfo.h> found.
- nl_langinfo() found.
- <quadmath.h> found.
- Checking to see if your C compiler knows about "volatile"...
- Yup, it does.
- Choosing the C types to be used for Perl's internal types...
- (IV will be long, 8 bytes)
- (UV will be unsigned long, 8 bytes)
- (NV will be double, 8 bytes)
- Checking how many bits of your UVs your NVs can preserve...
- Your NVs can preserve only 53 bits of your UVs.
- Checking to find the largest integer value your NVs can hold...
- The largest integer your NVs can preserve is equal to 256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0
- Checking whether NV 0.0 is all bits zero in memory...
- 0.0 is represented as all bits zero in memory
- Checking to see if you have off64_t...
- You do not have off64_t.
- (Your off_t is 64 bits, so you could use that.)
- pause() found.
- poll() found.
- prctl() found.
- Your prctl (PR_SET_NAME, ...) works
- readlink() found.
- You have Linux-like /proc/self/exe.
- vfork() found.
- Perl can only use a vfork() that doesn't suffer from strict
- restrictions on calling functions or modifying global data in
- the child. For example, glibc-2.1 contains such a vfork()
- that is unsuitable. If your system provides a proper fork()
- call, chances are that you do NOT want perl to use vfork().
- Do you still want to use vfork()? [n]
- Ok, we won't use vfork().
- pthread_attr_setscope() found.
- Checking to see if you have ptrdiff_t...
- You have ptrdiff_t.
- random_r() found.
- readdir() found.
- seekdir() found.
- telldir() found.
- rewinddir() found.
- readdir64_r() found.
- readdir_r() found.
- readv() found.
- recvmsg() found.
- regcomp() found.
- remainder() found.
- remquo() found.
- rename() found.
- rint() found.
- rmdir() found.
- round() found.
- <memory.h> found.
- We won't be including <memory.h>.
- I'll use memmove() instead of bcopy() for overlapping copies.
- I'll use memmove() instead of memcpy() for overlapping copies.
- Checking if your memcmp() can compare relative magnitude...
- Yes, it can.
- sbrk() prototype found.
- scalbn() found.
- 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.
- shmctl() found.
- shmget() found.
- shmat() found.
- and it returns (void *).
- shmdt() found.
- You have the full shm*(2) library.
- sigaction() found.
- Looking for the type of process ids on this system.
- pid_t found.
- Looking for the type for user ids returned by getuid().
- uid_t found.
- Checking if your siginfo_t has si_errno field...
- Checking if your siginfo_t has si_pid field...
- Checking if your siginfo_t has si_uid field...
- Checking if your siginfo_t has si_addr field...
- Checking if your siginfo_t has si_status field...
- Checking if your siginfo_t has si_band field...
- Checking if your siginfo_t has si_value field...
- Checking if your siginfo_t has si_fd field...
- <sunmath.h> NOT found.
- Checking to see if you have signbit() available to work on double... Yes.
- sigprocmask() found.
- POSIX sigsetjmp found.
- snprintf() found.
- vsnprintf() found.
- Checking whether your snprintf() and vsnprintf() work okay...
- Your snprintf() and vsnprintf() seem to be working okay.
- sockatmark() found.
- sockatmark() prototype 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.
- setresgid() prototype NOT found.
- setresuid() prototype NOT found.
- stat() 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...
- Yes, it does.
- Checking to see if your struct statfs has f_flags field...
- Yes, it does.
- Checking to see if your system supports static inline...
- 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...
- Yup, it can.
- strerror() found.
- (You also have sys_errlist[], so we could roll our own strerror.)
- strerror_l() found.
- strerror_r() found.
- strftime() found.
- strlcat() NOT found.
- strlcpy() NOT found.
- strtod() found.
- strtol() found.
- strtold() found.
- strtoll() found.
- Checking whether your strtoll() works okay...
- Your strtoll() seems to be working okay.
- strtoq() found.
- strtoul() found.
- Checking whether your strtoul() works okay...
- Your strtoul() seems to be working okay.
- strtoull() found.
- Checking whether your strtoull() works okay...
- Your strtoull() seems to be working okay.
- strtouq() found.
- Checking whether your strtouq() works okay...
- Your strtouq() seems to be working okay.
- strxfrm() found.
- symlink() found.
- syscall() found.
- syscall() prototype found.
- sysconf() found.
- system() found.
- tcgetpgrp() found.
- tcsetpgrp() found.
- telldir() prototype found.
- tgamma() found.
- time() found.
- Looking for the type returned by time() on this system.
- time_t found.
- timegm() found.
- <sys/times.h> found.
- times() found.
- Looking for the type returned by times() on this system.
- clock_t found.
- tmpnam_r() found.
- trunc() found.
- truncate() found.
- ttyname_r() found.
- tzname[] found.
- In the following, larger digits indicate more significance. A big-endian
- machine like a Pyramid or a Motorola 680?0 chip will come out to 4321. A
- little-endian machine like a Vax or an Intel 80?86 chip would be 1234. Other
- machines may have weird orders like 3412. A Cray will report 87654321,
- an Alpha will report 12345678. If the test program works the default is
- probably right.
- I'm now running the test program...
- (The test program ran ok.)
- byteorder=12345678
- Checking to see whether you can access character data unalignedly...
- (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.
- usleep() prototype found.
- ustat() found.
- closedir() found.
- Checking whether closedir() returns a status...
- Yes, it does.
- wait4() found.
- waitpid() found.
- A working wcscmp() found.
- wcstombs() found.
- A working wcsxfrm() found.
- wctomb() found.
- writev() found.
- Checking alignment constraints...
- Doubles must be aligned on a how-many-byte boundary? [8]
- Checking how long a character is (in bits)...
- What is the length of a character (in bits)? [8]
- Checking to see how your cpp does stuff like concatenate tokens...
- Oh! Smells like ANSI's been here.
- We can catify or stringify, separately or together!
- <db.h> NOT found.
- Historically Perl has provided a final fallback of the current working
- directory '.' when searching for a library. This, however, can lead to
- problems when a Perl program which loads optional modules is called from
- a shared directory. This can lead to executing unexpected code.
- Exclude . from @INC by default? [n]
- Checking the kind of infinities and nans you have...
- (The following tests may crash. That's okay.)
- Checking how many mantissa bits your doubles have...
- Checking how many mantissa bits your long doubles have...
- Checking how many mantissa bits your NVs have...
- Using our internal random number implementation...
- Determining whether or not we are on an EBCDIC system...
- Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF-8.
- Checking how to flush all pending stdio output...
- Your fflush(NULL) works okay for output streams.
- Let's see if it clobbers input pipes...
- fflush(NULL) seems to behave okay with input streams.
- Looking for the type for group ids returned by getgid().
- gid_t found.
- Checking the size of gid_t...
- Your gid_t is 4 bytes long.
- Checking the sign of gid_t...
- Your gid_t is unsigned.
- Checking how to print 64-bit integers...
- We will use %ld.
- 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 of pointer is the second argument to getgroups() and setgroups()?
- Usually this is the same as group ids, gid_t, but not always.
- What type pointer is the second argument to getgroups() and setgroups()?
- [gid_t]
- Checking if your /usr/bin/make program sets $(MAKE)...
- Yup, it does.
- Looking for the type used for file modes for system calls (e.g. fchmod()).
- mode_t found.
- It seems that va_copy() or similar will be needed.
- Looking for the type used for the length parameter for string functions.
- size_t found.
- Checking to see what type of arguments are accepted by gethostbyaddr().
- What is the type for the 1st argument to gethostbyaddr? [char *]
- What is the type for the 2nd argument to gethostbyaddr? [size_t]
- Checking to see what type of argument is accepted by gethostbyname().
- Your system accepts const char *.
- Checking to see what type of 1st argument is accepted by getnetbyaddr().
- Your system accepts in_addr_t.
- What pager is used on your system? [/bin/less -R]
- Checking how to generate random libraries on your machine...
- /usr/bin/ar appears to generate random libraries itself.
- <values.h> found.
- Checking max offsets that gmtime () accepts
- Checking max offsets that localtime () accepts
- Checking to see what type of arguments are accepted by select().
- Your system accepts fd_set *.
- Checking to see on how many bits at a time your select() operates...
- Your select() operates on 64 bits at a time.
- Generating a list of signal names and numbers...
- The following 65 signals are available:
- SIGZERO SIGHUP SIGINT SIGQUIT SIGILL SIGTRAP SIGABRT SIGBUS SIGFPE
- SIGKILL SIGUSR1 SIGSEGV SIGUSR2 SIGPIPE SIGALRM SIGTERM SIGSTKFLT
- SIGCHLD SIGCONT SIGSTOP SIGTSTP SIGTTIN SIGTTOU SIGURG SIGXCPU
- SIGXFSZ SIGVTALRM SIGPROF SIGWINCH SIGIO SIGPWR SIGSYS SIGNUM32
- SIGNUM33 SIGRTMIN SIGNUM35 SIGNUM36 SIGNUM37 SIGNUM38 SIGNUM39
- SIGNUM40 SIGNUM41 SIGNUM42 SIGNUM43 SIGNUM44 SIGNUM45 SIGNUM46
- SIGNUM47 SIGNUM48 SIGNUM49 SIGNUM50 SIGNUM51 SIGNUM52 SIGNUM53
- SIGNUM54 SIGNUM55 SIGNUM56 SIGNUM57 SIGNUM58 SIGNUM59 SIGNUM60
- SIGNUM61 SIGNUM62 SIGNUM63 SIGRTMAX SIGIOT SIGCLD SIGPOLL SIGUNUSED
- Checking the size of size_t...
- Your size_t size is 8 bytes.
- Checking to see if you have socklen_t...
- You have socklen_t.
- <socks.h> NOT found.
- Checking to see what type is the last argument of accept().
- Your system accepts 'socklen_t *' for the last argument of accept().
- I'll be using ssize_t for functions returning a byte count.
- Checking the size of st_ino...
- Your st_ino is 8 bytes long.
- Checking the sign of st_ino...
- Your st_ino is unsigned.
- Your stdio uses signed chars.
- Checking the size of uid_t...
- Your uid_t is 4 bytes long.
- Checking the sign of uid_t...
- Your uid_t is unsigned.
- 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 or bison -y) shall I use? [yacc]
- <assert.h> found.
- <bfd.h> NOT found.
- <execinfo.h> found.
- <fenv.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...
- Your C pre-processor defines the following symbols:
- __amd64
- __amd64__
- __ATOMIC_ACQ_REL
- __ATOMIC_ACQUIRE
- __ATOMIC_CONSUME
- __ATOMIC_HLE_ACQUIRE
- __ATOMIC_HLE_RELEASE
- __ATOMIC_RELAXED
- __ATOMIC_RELEASE
- __ATOMIC_SEQ_CST
- __BIGGEST_ALIGNMENT__
- __BYTE_ORDER__
- __CHAR16_TYPE__
- __CHAR32_TYPE__
- __CHAR_BIT__
- __code_model_small__
- __DBL_DECIMAL_DIG__
- __DBL_DENORM_MIN__
- __DBL_DIG__
- __DBL_EPSILON__
- __DBL_HAS_DENORM__
- __DBL_HAS_INFINITY__
- __DBL_HAS_QUIET_NAN__
- __DBL_MANT_DIG__
- __DBL_MAX_10_EXP__
- __DBL_MAX__
- __DBL_MAX_EXP__
- __DBL_MIN_10_EXP__
- __DBL_MIN__
- __DBL_MIN_EXP__
- __DEC128_EPSILON__
- __DEC128_MANT_DIG__
- __DEC128_MAX__
- __DEC128_MAX_EXP__
- __DEC128_MIN__
- __DEC128_MIN_EXP__
- __DEC128_SUBNORMAL_MIN__
- __DEC32_EPSILON__
- __DEC32_MANT_DIG__
- __DEC32_MAX__
- __DEC32_MAX_EXP__
- __DEC32_MIN__
- __DEC32_MIN_EXP__
- __DEC32_SUBNORMAL_MIN__
- __DEC64_EPSILON__
- __DEC64_MANT_DIG__
- __DEC64_MAX__
- __DEC64_MAX_EXP__
- __DEC64_MIN__
- __DEC64_MIN_EXP__
- __DEC64_SUBNORMAL_MIN__
- __DEC_EVAL_METHOD__
- __DECIMAL_BID_FORMAT__
- __DECIMAL_DIG__
- __ELF__
- _FILE_OFFSET_BITS
- __FINITE_MATH_ONLY__
- __FLOAT_WORD_ORDER__
- __FLT_DECIMAL_DIG__
- __FLT_DENORM_MIN__
- __FLT_DIG__
- __FLT_EPSILON__
- __FLT_EVAL_METHOD__
- __FLT_HAS_DENORM__
- __FLT_HAS_INFINITY__
- __FLT_HAS_QUIET_NAN__
- __FLT_MANT_DIG__
- __FLT_MAX_10_EXP__
- __FLT_MAX__
- __FLT_MAX_EXP__
- __FLT_MIN_10_EXP__
- __FLT_MIN__
- __FLT_MIN_EXP__
- __FLT_RADIX__
- _FORTIFY_SOURCE
- __FXSR__
- __GCC_ATOMIC_BOOL_LOCK_FREE
- __GCC_ATOMIC_CHAR16_T_LOCK_FREE
- __GCC_ATOMIC_CHAR32_T_LOCK_FREE
- __GCC_ATOMIC_CHAR_LOCK_FREE
- __GCC_ATOMIC_INT_LOCK_FREE
- __GCC_ATOMIC_LLONG_LOCK_FREE
- __GCC_ATOMIC_LONG_LOCK_FREE
- __GCC_ATOMIC_POINTER_LOCK_FREE
- __GCC_ATOMIC_SHORT_LOCK_FREE
- __GCC_ATOMIC_TEST_AND_SET_TRUEVAL
- __GCC_ATOMIC_WCHAR_T_LOCK_FREE
- __GCC_HAVE_DWARF2_CFI_ASM
- __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1
- __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
- __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4
- __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
- __GCC_IEC_559
- __GCC_IEC_559_COMPLEX
- __GLIBC__
- __GLIBC_MINOR__
- __GNUC__
- __GNUC_MINOR__
- __GNUC_PATCHLEVEL__
- __GNUC_STDC_INLINE__
- __GNU_LIBRARY__
- __gnu_linux__
- __GXX_ABI_VERSION
- __has_include
- __has_include_next
- __INT16_C
- __INT16_MAX__
- __INT16_TYPE__
- __INT32_C
- __INT32_MAX__
- __INT32_TYPE__
- __INT64_C
- __INT64_MAX__
- __INT64_TYPE__
- __INT8_C
- __INT8_MAX__
- __INT8_TYPE__
- __INT_FAST16_MAX__
- __INT_FAST16_TYPE__
- __INT_FAST32_MAX__
- __INT_FAST32_TYPE__
- __INT_FAST64_MAX__
- __INT_FAST64_TYPE__
- __INT_FAST8_MAX__
- __INT_FAST8_TYPE__
- __INT_LEAST16_MAX__
- __INT_LEAST16_TYPE__
- __INT_LEAST32_MAX__
- __INT_LEAST32_TYPE__
- __INT_LEAST64_MAX__
- __INT_LEAST64_TYPE__
- __INT_LEAST8_MAX__
- __INT_LEAST8_TYPE__
- __INT_MAX__
- __INTMAX_C
- __INTMAX_MAX__
- __INTMAX_TYPE__
- __INTPTR_MAX__
- __INTPTR_TYPE__
- __k8
- __k8__
- _LARGEFILE_SOURCE
- __LDBL_DENORM_MIN__
- __LDBL_DIG__
- __LDBL_EPSILON__
- __LDBL_HAS_DENORM__
- __LDBL_HAS_INFINITY__
- __LDBL_HAS_QUIET_NAN__
- __LDBL_MANT_DIG__
- __LDBL_MAX_10_EXP__
- __LDBL_MAX__
- __LDBL_MAX_EXP__
- __LDBL_MIN_10_EXP__
- __LDBL_MIN__
- __LDBL_MIN_EXP__
- __linux
- __linux__
- linux
- __LONG_LONG_MAX__
- __LONG_MAX__
- __LP64__
- _LP64
- __MMX__
- __ORDER_BIG_ENDIAN__
- __ORDER_LITTLE_ENDIAN__
- __ORDER_PDP_ENDIAN__
- _POSIX_C_SOURCE
- _POSIX_SOURCE
- __PRAGMA_REDEFINE_EXTNAME
- __PTRDIFF_MAX__
- __PTRDIFF_TYPE__
- __REGISTER_PREFIX__
- __SCHAR_MAX__
- __SHRT_MAX__
- __SIG_ATOMIC_MAX__
- __SIG_ATOMIC_MIN__
- __SIG_ATOMIC_TYPE__
- __SIZE_MAX__
- __SIZEOF_DOUBLE__
- __SIZEOF_FLOAT128__
- __SIZEOF_FLOAT__
- __SIZEOF_FLOAT80__
- __SIZEOF_INT128__
- __SIZEOF_INT__
- __SIZEOF_LONG__
- __SIZEOF_LONG_DOUBLE__
- __SIZEOF_LONG_LONG__
- __SIZEOF_POINTER__
- __SIZEOF_PTRDIFF_T__
- __SIZEOF_SHORT__
- __SIZEOF_SIZE_T__
- __SIZEOF_WCHAR_T__
- __SIZEOF_WINT_T__
- __SIZE_TYPE__
- __SSE__
- __SSE2__
- __SSE2_MATH__
- __SSE_MATH__
- __SSP_STRONG__
- __STDC__
- __STDC_HOSTED__
- __STDC_IEC_559__
- __STDC_IEC_559_COMPLEX__
- __STDC_ISO_10646__
- __STDC_NO_THREADS__
- _STDC_PREDEF_H
- __STDC_UTF_16__
- __STDC_UTF_32__
- __STDC_VERSION__
- __UINT16_C
- __UINT16_MAX__
- __UINT16_TYPE__
- __UINT32_C
- __UINT32_MAX__
- __UINT32_TYPE__
- __UINT64_C
- __UINT64_MAX__
- __UINT64_TYPE__
- __UINT8_C
- __UINT8_MAX__
- __UINT8_TYPE__
- __UINT_FAST16_MAX__
- __UINT_FAST16_TYPE__
- __UINT_FAST32_MAX__
- __UINT_FAST32_TYPE__
- __UINT_FAST64_MAX__
- __UINT_FAST64_TYPE__
- __UINT_FAST8_MAX__
- __UINT_FAST8_TYPE__
- __UINT_LEAST16_MAX__
- __UINT_LEAST16_TYPE__
- __UINT_LEAST32_MAX__
- __UINT_LEAST32_TYPE__
- __UINT_LEAST64_MAX__
- __UINT_LEAST64_TYPE__
- __UINT_LEAST8_MAX__
- __UINT_LEAST8_TYPE__
- __UINTMAX_C
- __UINTMAX_MAX__
- __UINTMAX_TYPE__
- __UINTPTR_MAX__
- __UINTPTR_TYPE__
- __unix
- __unix__
- unix
- __USE_FILE_OFFSET64
- __USE_LARGEFILE
- __USE_MISC
- __USE_POSIX
- __USE_POSIX199309
- __USE_POSIX199506
- __USE_POSIX2
- __USER_LABEL_PREFIX__
- __VERSION__
- __WCHAR_MAX__
- __WCHAR_MIN__
- __WCHAR_TYPE__
- __WINT_MAX__
- __WINT_MIN__
- __WINT_TYPE__
- __x86_64
- __x86_64__
- You seem to have -D_FORTIFY_SOURCE already, not adding it.
- tcsetattr() found.
- You have POSIX termios.h... good!
- <stdbool.h> found.
- <stddef.h> found.
- <stdint.h> found.
- <sys/access.h> NOT found.
- <sys/filio.h> NOT found.
- <sys/ioctl.h> found.
- <sys/sockio.h> not found, assuming socket ioctls are in <sys/ioctl.h>.
- <syslog.h> found.
- <sys/mode.h> NOT found.
- <sys/poll.h> found.
- <sys/resource.h> found.
- <sys/security.h> NOT found.
- <sys/statvfs.h> found.
- <sys/un.h> found.
- <sys/utsname.h> found.
- <sys/wait.h> found.
- <ustat.h> found.
- <utime.h> found.
- Looking for extensions...
- A number of extensions are supplied with perl5. You may choose to
- compile these extensions for dynamic loading (the default), compile
- them into the perl5 executable (static loading), or not include
- them at all. Answer "none" to include no extensions.
- Note that DynaLoader is always built and need not be mentioned here.
- What extensions do you wish to load dynamically?
- [arybase attributes B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd Data/Dumper Devel/Peek Devel/PPPort 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 Math/BigInt/FastCalc MIME/Base64 mro Opcode PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via POSIX re SDBM_File Socket Storable Sys/Hostname Sys/Syslog threads threads/shared Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap]
- What extensions do you wish to load statically? [none]
- End of configuration questions.
- Stripping down executable paths...
- Creating config.sh...
- Hmm...You had some extra variables I don't know about...I'll try to keep 'em...
- Propagating recommended variable $libdb_needs_pthread...
- Doing variable substitutions on .SH files...
- cflags.SH: Adding -std=c89.
- cflags.SH: Adding -Werror=declaration-after-statement.
- cflags.SH: Adding -Wextra.
- cflags.SH: Adding -Wc++-compat.
- cflags.SH: Adding -Wwrite-strings.
- cflags.SH: cc = cc
- cflags.SH: ccflags = -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
- cflags.SH: stdflags = -std=c89
- cflags.SH: optimize = -O2
- cflags.SH: warn = -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings
- Extracting cflags (with variable substitutions)
- Extracting config.h (with variable substitutions)
- 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)
- Now you need to generate make dependencies by running "make depend".
- You might prefer to run it in background: "make depend > makedepend.out &"
- It can take a while, so you might not want to run it right now.
- Run make depend now? [y]
- sh ./makedepend MAKE="make" cflags
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl'
- echo av.c scope.c op.c doop.c doio.c dump.c gv.c hv.c mg.c reentr.c mro_core.c perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c sv.c taint.c toke.c util.c deb.c run.c universal.c pad.c globals.c keywords.c perlio.c perlapi.c numeric.c mathoms.c locale.c pp_pack.c pp_sort.c caretx.c dquote.c time64.c miniperlmain.c opmini.c perlmini.c | tr ' ' '\n' >.clist
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/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_core.o.
- Finding dependencies for perl.o.
- Finding dependencies for perly.o.
- Finding dependencies for pp.o.
- Finding dependencies for pp_hot.o.
- Finding dependencies for pp_ctl.o.
- Finding dependencies for pp_sys.o.
- Finding dependencies for regcomp.o.
- Finding dependencies for regexec.o.
- Finding dependencies for utf8.o.
- Finding dependencies for sv.o.
- Finding dependencies for taint.o.
- Finding dependencies for toke.o.
- Finding dependencies for util.o.
- Finding dependencies for deb.o.
- Finding dependencies for run.o.
- Finding dependencies for universal.o.
- Finding dependencies for pad.o.
- Finding dependencies for globals.o.
- Finding dependencies for keywords.o.
- Finding dependencies for perlio.o.
- Finding dependencies for perlapi.o.
- Finding dependencies for numeric.o.
- Finding dependencies for mathoms.o.
- Finding dependencies for locale.o.
- Finding dependencies for pp_pack.o.
- Finding dependencies for pp_sort.o.
- Finding dependencies for caretx.o.
- Finding dependencies for dquote.o.
- Finding dependencies for time64.o.
- Finding dependencies for miniperlmain.o.
- Finding dependencies for opmini.o.
- Finding dependencies for perlmini.o.
- Updating makefile...
- 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.
- echo @`sh cflags "optimize='-O2'" opmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB opmini.c
- @cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB opmini.c
- echo @`sh cflags "optimize='-O2'" perlmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c
- @cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings gv.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings toke.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings perly.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings pad.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings regcomp.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings dump.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings util.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings mg.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings reentr.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings mro_core.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings keywords.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings hv.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings av.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings run.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings pp_hot.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings sv.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings pp.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings scope.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings pp_ctl.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings pp_sys.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings doop.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings doio.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings regexec.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings utf8.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings taint.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings deb.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings universal.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings globals.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings perlio.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings perlapi.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings numeric.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings mathoms.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings locale.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings pp_pack.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings pp_sort.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings caretx.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings dquote.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings time64.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings miniperlmain.c
- cc -fstack-protector-strong -L/usr/local/lib -o miniperl \
- opmini.o perlmini.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro_core.o keywords.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o caretx.o dquote.o time64.o miniperlmain.o -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
- ./miniperl -w -Ilib -Idist/Exporter/lib -MExporter -e '<?>' || sh -c 'echo >&2 Failed to build miniperl. Please run make minitest; exit 1'
- ./miniperl -Ilib -f write_buildcustomize.pl
- ./miniperl -Ilib configpm
- written lib/Config.pod
- updated lib/Config.pm
- updated lib/Config_heavy.pl
- ./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Archive-Tar'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for Archive::Tar
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:731: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Archive-Tar'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Archive-Tar'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Archive-Tar'
- ./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Attribute-Handlers directly
- ./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/autodie directly
- ./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/AutoLoader directly
- ./miniperl -Ilib make_ext.pl dist/autouse/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/autouse directly
- ./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/base'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for base
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:727: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/base'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/base'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/base'
- ./miniperl -Ilib make_ext.pl cpan/B-Debug/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/B-Debug directly
- ./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/bignum directly
- ./miniperl -Ilib make_ext.pl dist/Carp/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Carp directly
- ./miniperl -Ilib make_ext.pl cpan/Config-Perl-V/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Config-Perl-V directly
- ./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/constant directly
- ./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for CPAN
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:785: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN'
- ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN-Meta'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for CPAN::Meta
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:747: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN-Meta'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN-Meta'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN-Meta'
- ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-Requirements/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/CPAN-Meta-Requirements directly
- ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-YAML/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/CPAN-Meta-YAML directly
- ./miniperl -Ilib make_ext.pl dist/Devel-SelfStubber/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Devel-SelfStubber directly
- ./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Digest directly
- ./miniperl -Ilib make_ext.pl dist/Dumpvalue/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Dumpvalue directly
- ./miniperl -Ilib make_ext.pl dist/encoding-warnings/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/encoding-warnings directly
- ./miniperl -Ilib make_ext.pl dist/Env/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Env directly
- ./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Errno'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for Errno
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:737: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Errno'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Errno'
- "../../miniperl" "-I../../lib" Errno_pm.PL Errno.pm
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Errno'
- ./miniperl -Ilib make_ext.pl cpan/experimental/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/experimental directly
- ./miniperl -Ilib make_ext.pl dist/Exporter/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Exporter directly
- ./miniperl -Ilib make_ext.pl dist/ExtUtils-CBuilder/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/ExtUtils-CBuilder directly
- ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/ExtUtils-Constant directly
- ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Install/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/ExtUtils-Install directly
- ./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-MakeMaker'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for ExtUtils::MakeMaker
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:774: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-MakeMaker'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-MakeMaker'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-MakeMaker'
- ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-Manifest'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for ExtUtils::Manifest
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:729: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-Manifest'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-Manifest'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-Manifest'
- ./miniperl -Ilib make_ext.pl ext/ExtUtils-Miniperl/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for ext/ExtUtils-Miniperl directly
- ./miniperl -Ilib make_ext.pl dist/ExtUtils-ParseXS/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/ExtUtils-ParseXS'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for ExtUtils::ParseXS
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:749: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/ExtUtils-ParseXS'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/ExtUtils-ParseXS'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/ExtUtils-ParseXS'
- ./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for ext/FileCache directly
- ./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/File-Fetch directly
- ./miniperl -Ilib make_ext.pl ext/File-Find/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for ext/File-Find directly
- ./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/File-Path directly
- ./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/File-Temp directly
- ./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Filter-Simple directly
- ./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Getopt-Long directly
- ./miniperl -Ilib make_ext.pl cpan/HTTP-Tiny/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/HTTP-Tiny'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for HTTP::Tiny
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:728: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/HTTP-Tiny'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/HTTP-Tiny'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/HTTP-Tiny'
- ./miniperl -Ilib make_ext.pl dist/I18N-Collate/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/I18N-Collate directly
- ./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/I18N-LangTags directly
- ./miniperl -Ilib make_ext.pl dist/if/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/if directly
- ./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IO-Compress'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for IO::Compress
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:789: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IO-Compress'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IO-Compress'
- cp bin/zipdetails blib/script/zipdetails
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IO-Compress/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/zipdetails
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IO-Compress'
- ./miniperl -Ilib make_ext.pl cpan/IO-Socket-IP/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/IO-Socket-IP directly
- ./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/IO-Zlib directly
- ./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/IPC-Cmd directly
- ./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for ext/IPC-Open3 directly
- ./miniperl -Ilib make_ext.pl cpan/JSON-PP/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/JSON-PP'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for JSON::PP
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:729: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/JSON-PP'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/JSON-PP'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/JSON-PP'
- ./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/lib'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for lib
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:740: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/lib'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/lib'
- "../../miniperl" "-I../../lib" lib_pm.PL lib.pm
- Extracting lib.pm (with variable substitutions)
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/lib'
- ./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/libnet'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for Net
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:757: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/libnet'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/libnet'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/libnet'
- ./miniperl -Ilib make_ext.pl cpan/Locale-Codes/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Locale-Codes directly
- ./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Locale-Maketext directly
- ./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Locale-Maketext-Simple directly
- ./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Math-BigInt directly
- ./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Math-BigRat directly
- ./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Math-Complex directly
- ./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Memoize directly
- ./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Module-CoreList'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for Module::CoreList
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:752: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Module-CoreList'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Module-CoreList'
- cp corelist blib/script/corelist
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Module-CoreList/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/corelist
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Module-CoreList'
- ./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Module-Load directly
- ./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Module-Load-Conditional directly
- ./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Module-Loaded directly
- ./miniperl -Ilib make_ext.pl cpan/Module-Metadata/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Module-Metadata'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for Module::Metadata
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:728: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Module-Metadata'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Module-Metadata'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Module-Metadata'
- ./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Net-Ping directly
- ./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/NEXT directly
- ./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Params-Check directly
- ./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/parent directly
- ./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/perlfaq directly
- ./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/PerlIO-via-QuotedPrint directly
- ./miniperl -Ilib make_ext.pl cpan/Perl-OSType/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Perl-OSType directly
- ./miniperl -Ilib make_ext.pl cpan/Pod-Checker/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Checker'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for Pod::Checker
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:754: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Checker'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Checker'
- "../../miniperl" "-I../../lib" "-I../../lib" podchecker.PL podchecker
- Extracting podchecker (with variable substitutions)
- cp podchecker blib/script/podchecker
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Checker/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/podchecker
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Checker'
- ./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Pod-Escapes directly
- ./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Pod-Simple directly
- ./miniperl -Ilib make_ext.pl ext/Pod-Functions/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Functions'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for Pod::Functions
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:733: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Functions'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Functions'
- "../../miniperl" "-I../../lib" Functions_pm.PL ../../pod/perlfunc.pod
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Functions'
- ./miniperl -Ilib make_ext.pl ext/Pod-Html/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Html'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for Pod::Html
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:728: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Html'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Html'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Html'
- ./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/podlators'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for Pod
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:786: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/podlators'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/podlators'
- "../../miniperl" "-I../../lib" "-I../../lib" scripts/pod2man.PL scripts/pod2man
- Extracting pod2man (with variable substitutions)
- cp scripts/pod2man blib/script/pod2man
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/podlators/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2man
- "../../miniperl" "-I../../lib" "-I../../lib" scripts/pod2text.PL scripts/pod2text
- Extracting pod2text (with variable substitutions)
- cp scripts/pod2text blib/script/pod2text
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/podlators/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2text
- Manifying 2 pod documents
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/podlators'
- ./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Parser'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for Pod::Parser
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:761: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Parser'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Parser'
- "../../miniperl" "-I../../lib" "-I../../lib" podselect.PL podselect
- Extracting podselect (with variable substitutions)
- cp podselect blib/script/podselect
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Parser/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/podselect
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Parser'
- ./miniperl -Ilib make_ext.pl cpan/Pod-Perldoc/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Perldoc'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for Pod::Perldoc
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:750: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Perldoc'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Perldoc'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Perldoc'
- ./miniperl -Ilib make_ext.pl cpan/Pod-Usage/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Usage'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for Pod::Usage
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:754: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Usage'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Usage'
- "../../miniperl" "-I../../lib" "-I../../lib" pod2usage.PL pod2usage
- Extracting pod2usage (with variable substitutions)
- cp pod2usage blib/script/pod2usage
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Usage/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2usage
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Usage'
- ./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Safe directly
- ./miniperl -Ilib make_ext.pl dist/Search-Dict/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Search-Dict directly
- ./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/SelfLoader directly
- ./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Term-ANSIColor directly
- ./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Term-Cap'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for Term::Cap
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:728: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Term-Cap'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Term-Cap'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Term-Cap'
- ./miniperl -Ilib make_ext.pl dist/Term-Complete/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Term-Complete directly
- ./miniperl -Ilib make_ext.pl dist/Term-ReadLine/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Term-ReadLine directly
- ./miniperl -Ilib make_ext.pl dist/Test/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Test directly
- ./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Test-Harness'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for Test::Harness
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:800: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Test-Harness'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Test-Harness'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Test-Harness'
- ./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Test-Simple directly
- ./miniperl -Ilib make_ext.pl dist/Text-Abbrev/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Text-Abbrev directly
- ./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Text-Balanced directly
- ./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Text-ParseWords directly
- ./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Text-Tabs directly
- ./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Thread-Queue directly
- ./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Thread-Semaphore directly
- ./miniperl -Ilib make_ext.pl dist/Tie-File/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Tie-File directly
- ./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for ext/Tie-Memoize directly
- ./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Tie-RefHash directly
- ./miniperl -Ilib make_ext.pl cpan/Time-Local/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Time-Local directly
- ./miniperl -Ilib make_ext.pl cpan/version/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/version directly
- ./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/XSLoader'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
- Generating a Unix-style Makefile
- Writing Makefile for XSLoader
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:742: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/XSLoader'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/XSLoader'
- "../../miniperl" "-I../../lib" XSLoader_pm.PL XSLoader.pm
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/XSLoader'
- ./miniperl -Ilib lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p
- lib/unicore/mktables: Files seem to be ok, not bothering to rebuild. Add '-w' option to force build
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings perlmain.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings op.c
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings perl.c
- ./miniperl -Ilib make_ext.pl DynaLoader.o MAKE="make" LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS=
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/DynaLoader'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=static" "CCCDLFLAGS="
- Generating a Unix-style Makefile
- Writing Makefile for DynaLoader
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:947: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/DynaLoader'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/DynaLoader'
- "../../miniperl" "-I../../lib" DynaLoader_pm.PL DynaLoader.pm
- rm -f DynaLoader.xs
- cp dl_dlopen.xs DynaLoader.xs
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/DynaLoader/../../lib/ExtUtils/typemap' DynaLoader.xs > DynaLoader.xsc
- mv DynaLoader.xsc DynaLoader.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.41\" -DXS_VERSION=\"1.41\" "-I../.." -DLIBC="libc-2.23.so" DynaLoader.c
- rm -rf ../../DynaLoader.o
- cp DynaLoader.o ../../DynaLoader.o
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/DynaLoader'
- rm -f libperl.a
- /usr/bin/ar rc 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_core.o keywords.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o caretx.o dquote.o time64.o DynaLoader.o
- cc -o perl -fstack-protector-strong -L/usr/local/lib -Wl,-E perlmain.o libperl.a `cat ext.libs` -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
- ./miniperl -Ilib 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/Scalar-List-Utils is up-to-date
- ppport.h in cpan/Win32API-File is up-to-date
- ppport.h in dist/PathTools is up-to-date
- ppport.h in dist/Time-HiRes is up-to-date
- ./miniperl -Ilib make_ext.pl lib/auto/arybase/arybase.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/arybase'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for arybase
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:902: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/arybase'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/arybase'
- Running Mkbootstrap for arybase ()
- chmod 644 "arybase.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/arybase/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- arybase.bs ../../lib/auto/arybase/arybase.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/arybase/../../lib/ExtUtils/typemap' arybase.xs > arybase.xsc
- mv arybase.xsc arybase.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.12\" -DXS_VERSION=\"0.12\" -fPIC "-I../.." arybase.c
- rm -f ../../lib/auto/arybase/arybase.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong arybase.o -o ../../lib/auto/arybase/arybase.so \
- \
- chmod 755 ../../lib/auto/arybase/arybase.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/arybase'
- ./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/attributes'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for attributes
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:900: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/attributes'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/attributes'
- Running Mkbootstrap for attributes ()
- chmod 644 "attributes.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/attributes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- attributes.bs ../../lib/auto/attributes/attributes.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/attributes/../../lib/ExtUtils/typemap' attributes.xs > attributes.xsc
- mv attributes.xsc attributes.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.28\" -DXS_VERSION=\"0.28\" -fPIC "-I../.." attributes.c
- rm -f ../../lib/auto/attributes/attributes.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong attributes.o -o ../../lib/auto/attributes/attributes.so \
- \
- chmod 755 ../../lib/auto/attributes/attributes.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/attributes'
- ./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/B'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for B
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:910: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/B'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/B'
- Running Mkbootstrap for B ()
- chmod 644 "B.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/B/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- B.bs ../../lib/auto/B/B.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/B/../../lib/ExtUtils/typemap' -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/B/typemap' B.xs > B.xsc
- mv B.xsc B.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.65\" -DXS_VERSION=\"1.65\" -fPIC "-I../.." B.c
- rm -f ../../lib/auto/B/B.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong B.o -o ../../lib/auto/B/B.so \
- \
- chmod 755 ../../lib/auto/B/B.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/B'
- ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Bzip2'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Compress::Raw::Bzip2
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:932: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Bzip2'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Bzip2'
- Running Mkbootstrap for Bzip2 ()
- chmod 644 "Bzip2.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Bzip2/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bzip2.bs ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Bzip2/../../lib/ExtUtils/typemap' -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Bzip2/typemap' Bzip2.xs > Bzip2.xsc
- mv Bzip2.xsc Bzip2.c
- cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DBZ_NO_STDIO Bzip2.c
- cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DBZ_NO_STDIO blocksort.c
- cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DBZ_NO_STDIO bzlib.c
- cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DBZ_NO_STDIO compress.c
- cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DBZ_NO_STDIO crctable.c
- cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DBZ_NO_STDIO decompress.c
- cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DBZ_NO_STDIO huffman.c
- cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DBZ_NO_STDIO randtable.c
- rm -f ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Bzip2.o blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o -o ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so \
- \
- chmod 755 ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/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
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Zlib'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Parsing config.in...
- Building Zlib enabled
- Auto Detect Gzip OS Code..
- Setting Gzip OS Code to 3 [Unix/Default]
- Looks Good.
- Generating a Unix-style Makefile
- Writing Makefile for Compress::Raw::Zlib
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:936: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Zlib'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Zlib'
- Running Mkbootstrap for Zlib ()
- chmod 644 "Zlib.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Zlib/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Zlib.bs ../../lib/auto/Compress/Raw/Zlib/Zlib.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Zlib/../../lib/ExtUtils/typemap' -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Zlib/typemap' Zlib.xs > Zlib.xsc
- mv Zlib.xsc Zlib.c
- cc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 Zlib.c
- cc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 adler32.c
- cc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 compress.c
- cc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 crc32.c
- cc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 deflate.c
- cc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 infback.c
- cc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 inffast.c
- cc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 inflate.c
- cc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 inftrees.c
- cc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 trees.c
- cc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 uncompr.c
- cc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 zutil.c
- rm -f ../../lib/auto/Compress/Raw/Zlib/Zlib.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Zlib.o adler32.o compress.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o -o ../../lib/auto/Compress/Raw/Zlib/Zlib.so \
- \
- chmod 755 ../../lib/auto/Compress/Raw/Zlib/Zlib.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Zlib'
- ./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/PathTools'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Cwd
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:920: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/PathTools'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/PathTools'
- Running Mkbootstrap for Cwd ()
- chmod 644 "Cwd.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/PathTools/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cwd.bs ../../lib/auto/Cwd/Cwd.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/PathTools/../../lib/ExtUtils/typemap' Cwd.xs > Cwd.xsc
- mv Cwd.xsc Cwd.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.66\" -DXS_VERSION=\"3.66\" -fPIC "-I../.." -DDOUBLE_SLASHES_SPECIAL=0 -DNO_PPPORT_H Cwd.c
- rm -f ../../lib/auto/Cwd/Cwd.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Cwd.o -o ../../lib/auto/Cwd/Cwd.so \
- \
- chmod 755 ../../lib/auto/Cwd/Cwd.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/PathTools'
- ./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Data-Dumper'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Data::Dumper
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:900: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Data-Dumper'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Data-Dumper'
- Running Mkbootstrap for Dumper ()
- chmod 644 "Dumper.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Data-Dumper/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Dumper.bs ../../lib/auto/Data/Dumper/Dumper.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Data-Dumper/../../lib/ExtUtils/typemap' Dumper.xs > Dumper.xsc
- mv Dumper.xsc Dumper.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.166\" -DXS_VERSION=\"2.166\" -fPIC "-I../.." Dumper.c
- rm -f ../../lib/auto/Data/Dumper/Dumper.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Dumper.o -o ../../lib/auto/Data/Dumper/Dumper.so \
- \
- chmod 755 ../../lib/auto/Data/Dumper/Dumper.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Data-Dumper'
- ./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Devel-Peek'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Devel::Peek
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:900: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Devel-Peek'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Devel-Peek'
- Running Mkbootstrap for Peek ()
- chmod 644 "Peek.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Devel-Peek/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Peek.bs ../../lib/auto/Devel/Peek/Peek.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Devel-Peek/../../lib/ExtUtils/typemap' Peek.xs > Peek.xsc
- mv Peek.xsc Peek.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.26\" -DXS_VERSION=\"1.26\" -fPIC "-I../.." Peek.c
- rm -f ../../lib/auto/Devel/Peek/Peek.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Peek.o -o ../../lib/auto/Devel/Peek/Peek.so \
- \
- chmod 755 ../../lib/auto/Devel/Peek/Peek.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Devel-Peek'
- ./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Devel-PPPort'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Setting license tag...
- Generating a Unix-style Makefile
- Writing Makefile for Devel::PPPort
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:939: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Devel-PPPort'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Devel-PPPort'
- "../../miniperl" "-I../../lib" PPPort_pm.PL PPPort.pm
- 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 PPPort ()
- chmod 644 "PPPort.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Devel-PPPort/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- PPPort.bs ../../lib/auto/Devel/PPPort/PPPort.bs 644
- "../../miniperl" "-I../../lib" "-I../../lib" PPPort_xs.PL RealPPPort.xs
- adding XS code from parts/inc/HvNAME
- adding XS code from parts/inc/MY_CXT
- adding XS code from parts/inc/SvPV
- adding XS code from parts/inc/SvREFCNT
- adding XS code from parts/inc/Sv_set
- adding XS code from parts/inc/call
- adding XS code from parts/inc/cop
- adding XS code from parts/inc/exception
- adding XS code from parts/inc/format
- adding XS code from parts/inc/grok
- adding XS code from parts/inc/gv
- adding XS code from parts/inc/limits
- adding XS code from parts/inc/mPUSH
- adding XS code from parts/inc/magic
- adding XS code from parts/inc/memory
- adding XS code from parts/inc/misc
- adding XS code from parts/inc/newCONSTSUB
- adding XS code from parts/inc/newRV
- adding XS code from parts/inc/newSV_type
- adding XS code from parts/inc/newSVpv
- adding XS code from parts/inc/pv_tools
- adding XS code from parts/inc/pvs
- adding XS code from parts/inc/shared_pv
- adding XS code from parts/inc/snprintf
- adding XS code from parts/inc/sprintf
- adding XS code from parts/inc/strlfuncs
- adding XS code from parts/inc/sv_xpvf
- adding XS code from parts/inc/threads
- adding XS code from parts/inc/uv
- adding XS code from parts/inc/variables
- adding XS code from parts/inc/warn
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Devel-PPPort/../../lib/ExtUtils/typemap' -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Devel-PPPort/typemap' RealPPPort.xs > RealPPPort.xsc
- mv RealPPPort.xsc RealPPPort.c
- "../../miniperl" "-I../../lib" "-I../../lib" ppport_h.PL ppport.h
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.35\" -DXS_VERSION=\"3.35\" -fPIC "-I../.." RealPPPort.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.35\" -DXS_VERSION=\"3.35\" -fPIC "-I../.." module2.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.35\" -DXS_VERSION=\"3.35\" -fPIC "-I../.." module3.c
- rm -f ../../lib/auto/Devel/PPPort/PPPort.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong RealPPPort.o module2.o module3.o -o ../../lib/auto/Devel/PPPort/PPPort.so \
- \
- chmod 755 ../../lib/auto/Devel/PPPort/PPPort.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Devel-PPPort'
- ./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-MD5'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Perl's config says that U32 access must be aligned.
- Generating a Unix-style Makefile
- Writing Makefile for Digest::MD5
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:905: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-MD5'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-MD5'
- Running Mkbootstrap for MD5 ()
- chmod 644 "MD5.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-MD5/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- MD5.bs ../../lib/auto/Digest/MD5/MD5.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-MD5/../../lib/ExtUtils/typemap' -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-MD5/typemap' MD5.xs > MD5.xsc
- mv MD5.xsc MD5.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.55\" -DXS_VERSION=\"2.55\" -fPIC "-I../.." -DU32_ALIGNMENT_REQUIRED MD5.c
- rm -f ../../lib/auto/Digest/MD5/MD5.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong MD5.o -o ../../lib/auto/Digest/MD5/MD5.so \
- \
- chmod 755 ../../lib/auto/Digest/MD5/MD5.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-MD5'
- ./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Digest::SHA
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:922: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA'
- Running Mkbootstrap for SHA ()
- chmod 644 "SHA.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs ../../lib/auto/Digest/SHA/SHA.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA/../../lib/ExtUtils/typemap' -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA/typemap' SHA.xs > SHA.xsc
- mv SHA.xsc SHA.c
- cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"5.96\" -DXS_VERSION=\"5.96\" -fPIC "-I../.." SHA.c
- rm -f ../../lib/auto/Digest/SHA/SHA.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong SHA.o -o ../../lib/auto/Digest/SHA/SHA.so \
- \
- chmod 755 ../../lib/auto/Digest/SHA/SHA.so
- cp shasum blib/script/shasum
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shasum
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA'
- ./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Encode
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:1029: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode'
- make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Byte'
- Running Mkbootstrap for Byte ()
- chmod 644 "Byte.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Byte/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Byte.bs ../../../lib/auto/Encode/Byte/Byte.bs 644
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o byte_t.c -f byte_t.fnm
- 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 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)
- "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Byte/../../../lib/ExtUtils/typemap' Byte.xs > Byte.xsc
- mv Byte.xsc Byte.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." Byte.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." byte_t.c
- rm -f ../../../lib/auto/Encode/Byte/Byte.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Byte.o byte_t.o -o ../../../lib/auto/Encode/Byte/Byte.so \
- \
- chmod 755 ../../../lib/auto/Encode/Byte/Byte.so
- make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Byte'
- make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/CN'
- Running Mkbootstrap for CN ()
- chmod 644 "CN.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/CN/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- CN.bs ../../../lib/auto/Encode/CN/CN.bs 644
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
- Reading cp936 (cp936)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
- Reading euc-cn (euc-cn)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o gb_02_t.c -f gb_02_t.fnm
- Reading gb12345-raw (gb12345-raw)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o gb_03_t.c -f gb_03_t.fnm
- Reading gb2312-raw (gb2312-raw)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ir_04_t.c -f ir_04_t.fnm
- Reading iso-ir-165 (iso-ir-165)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm
- Reading MacChineseSimp (MacChineseSimp)
- "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -noprototypes -nolinenumbers -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/CN/../../../lib/ExtUtils/typemap' CN.xs > CN.xsc
- mv CN.xsc CN.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." CN.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." cp_00_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." eu_01_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." gb_02_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." gb_03_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ir_04_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ma_05_t.c
- rm -f ../../../lib/auto/Encode/CN/CN.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong 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 \
- \
- chmod 755 ../../../lib/auto/Encode/CN/CN.so
- make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/CN'
- make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/EBCDIC'
- Running Mkbootstrap for EBCDIC ()
- chmod 644 "EBCDIC.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/EBCDIC/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- EBCDIC.bs ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs 644
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o ebcdic_t.c -f ebcdic_t.fnm
- Reading cp37 (cp37)
- Reading cp1026 (cp1026)
- Reading cp1047 (cp1047)
- Reading cp500 (cp500)
- Reading cp875 (cp875)
- Reading posix-bc (posix-bc)
- "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/EBCDIC/../../../lib/ExtUtils/typemap' EBCDIC.xs > EBCDIC.xsc
- mv EBCDIC.xsc EBCDIC.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." EBCDIC.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." ebcdic_t.c
- rm -f ../../../lib/auto/Encode/EBCDIC/EBCDIC.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong EBCDIC.o ebcdic_t.o -o ../../../lib/auto/Encode/EBCDIC/EBCDIC.so \
- \
- chmod 755 ../../../lib/auto/Encode/EBCDIC/EBCDIC.so
- make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/EBCDIC'
- make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/JP'
- Running Mkbootstrap for JP ()
- chmod 644 "JP.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/JP/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- JP.bs ../../../lib/auto/Encode/JP/JP.bs 644
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
- Reading cp932 (cp932)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
- Reading euc-jp (euc-jp)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_02_t.c -f ji_02_t.fnm
- Reading jis0201-raw (jis0201-raw)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_03_t.c -f ji_03_t.fnm
- Reading jis0208-raw (jis0208-raw)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_04_t.c -f ji_04_t.fnm
- Reading jis0212-raw (jis0212-raw)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm
- Reading MacJapanese (MacJapanese)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o sh_06_t.c -f sh_06_t.fnm
- Reading shiftjis (shiftjis)
- "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/JP/../../../lib/ExtUtils/typemap' JP.xs > JP.xsc
- mv JP.xsc JP.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." JP.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." cp_00_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." eu_01_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." ji_02_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." ji_03_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." ji_04_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." ma_05_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." sh_06_t.c
- rm -f ../../../lib/auto/Encode/JP/JP.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong 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 755 ../../../lib/auto/Encode/JP/JP.so
- make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/JP'
- make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/KR'
- Running Mkbootstrap for KR ()
- chmod 644 "KR.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/KR/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- KR.bs ../../../lib/auto/Encode/KR/KR.bs 644
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
- Reading cp949 (cp949)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
- Reading euc-kr (euc-kr)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o jo_02_t.c -f jo_02_t.fnm
- Reading johab (johab)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ks_03_t.c -f ks_03_t.fnm
- Reading ksc5601-raw (ksc5601-raw)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_04_t.c -f ma_04_t.fnm
- Reading MacKorean (MacKorean)
- "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/KR/../../../lib/ExtUtils/typemap' KR.xs > KR.xsc
- mv KR.xsc KR.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." KR.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." cp_00_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." eu_01_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." jo_02_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ks_03_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ma_04_t.c
- rm -f ../../../lib/auto/Encode/KR/KR.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong 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 '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/KR'
- make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Symbol'
- Running Mkbootstrap for Symbol ()
- chmod 644 "Symbol.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Symbol/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Symbol.bs ../../../lib/auto/Encode/Symbol/Symbol.bs 644
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o symbol_t.c -f symbol_t.fnm
- Reading AdobeSymbol (AdobeSymbol)
- Reading AdobeZdingbat (AdobeZdingbat)
- Reading dingbats (dingbats)
- Reading MacDingbats (MacDingbats)
- Reading MacSymbol (MacSymbol)
- Reading symbol (symbol)
- "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Symbol/../../../lib/ExtUtils/typemap' Symbol.xs > Symbol.xsc
- mv Symbol.xsc Symbol.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." Symbol.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." symbol_t.c
- rm -f ../../../lib/auto/Encode/Symbol/Symbol.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Symbol.o symbol_t.o -o ../../../lib/auto/Encode/Symbol/Symbol.so \
- \
- chmod 755 ../../../lib/auto/Encode/Symbol/Symbol.so
- make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Symbol'
- make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/TW'
- Running Mkbootstrap for TW ()
- chmod 644 "TW.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/TW/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- TW.bs ../../../lib/auto/Encode/TW/TW.bs 644
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o bi_00_t.c -f bi_00_t.fnm
- Reading big5-eten (big5-eten)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o bi_01_t.c -f bi_01_t.fnm
- Reading big5-hkscs (big5-hkscs)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_02_t.c -f cp_02_t.fnm
- Reading cp950 (cp950)
- "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_03_t.c -f ma_03_t.fnm
- Reading MacChineseTrad (MacChineseTrad)
- "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/TW/../../../lib/ExtUtils/typemap' TW.xs > TW.xsc
- mv TW.xsc TW.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." TW.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." bi_00_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." bi_01_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." cp_02_t.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ma_03_t.c
- rm -f ../../../lib/auto/Encode/TW/TW.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong 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 '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/TW'
- make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Unicode'
- Running Mkbootstrap for Unicode ()
- chmod 644 "Unicode.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Unicode/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Unicode.bs ../../../lib/auto/Encode/Unicode/Unicode.bs 644
- "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Unicode/../../../lib/ExtUtils/typemap' Unicode.xs > Unicode.xsc
- mv Unicode.xsc Unicode.c
- cc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.1501\" -DXS_VERSION=\"2.1501\" -fPIC "-I../../.." Unicode.c
- rm -f ../../../lib/auto/Encode/Unicode/Unicode.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Unicode.o -o ../../../lib/auto/Encode/Unicode/Unicode.so \
- \
- chmod 755 ../../../lib/auto/Encode/Unicode/Unicode.so
- make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Unicode'
- Running Mkbootstrap for Encode ()
- chmod 644 "Encode.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encode.bs ../../lib/auto/Encode/Encode.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/../../lib/ExtUtils/typemap' Encode.xs > Encode.xsc
- mv Encode.xsc Encode.c
- "../../miniperl" "-I../../lib" bin/enc2xs -"Q" -"O" -o def_t.c -f def_t.fnm
- Reading iso-8859-1 (iso-8859-1)
- Reading ascii (ascii)
- Reading cp1252 (cp1252)
- Reading ascii-ctrl (ascii-ctrl)
- Reading null (null)
- cc -c -I./Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.88\" -DXS_VERSION=\"2.88\" -fPIC "-I../.." Encode.c
- cc -c -I./Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.88\" -DXS_VERSION=\"2.88\" -fPIC "-I../.." def_t.c
- cc -c -I./Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.88\" -DXS_VERSION=\"2.88\" -fPIC "-I../.." encengine.c
- rm -f ../../lib/auto/Encode/Encode.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Encode.o def_t.o encengine.o -o ../../lib/auto/Encode/Encode.so \
- \
- chmod 755 ../../lib/auto/Encode/Encode.so
- cp bin/enc2xs blib/script/enc2xs
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs
- cp bin/encguess blib/script/encguess
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/encguess
- cp bin/piconv blib/script/piconv
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode'
- ./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Fcntl'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Fcntl
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:901: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Fcntl'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Fcntl'
- Running Mkbootstrap for Fcntl ()
- chmod 644 "Fcntl.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Fcntl/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fcntl.bs ../../lib/auto/Fcntl/Fcntl.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Fcntl/../../lib/ExtUtils/typemap' Fcntl.xs > Fcntl.xsc
- mv Fcntl.xsc Fcntl.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.13\" -DXS_VERSION=\"1.13\" -fPIC "-I../.." Fcntl.c
- rm -f ../../lib/auto/Fcntl/Fcntl.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Fcntl.o -o ../../lib/auto/Fcntl/Fcntl.so \
- \
- chmod 755 ../../lib/auto/Fcntl/Fcntl.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Fcntl'
- ./miniperl -Ilib make_ext.pl lib/auto/File/DosGlob/DosGlob.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-DosGlob'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for File::DosGlob
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:900: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-DosGlob'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-DosGlob'
- Running Mkbootstrap for DosGlob ()
- chmod 644 "DosGlob.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-DosGlob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DosGlob.bs ../../lib/auto/File/DosGlob/DosGlob.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-DosGlob/../../lib/ExtUtils/typemap' DosGlob.xs > DosGlob.xsc
- mv DosGlob.xsc DosGlob.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.12\" -DXS_VERSION=\"1.12\" -fPIC "-I../.." DosGlob.c
- rm -f ../../lib/auto/File/DosGlob/DosGlob.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong DosGlob.o -o ../../lib/auto/File/DosGlob/DosGlob.so \
- \
- chmod 755 ../../lib/auto/File/DosGlob/DosGlob.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-DosGlob'
- ./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-Glob'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for File::Glob
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:905: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-Glob'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-Glob'
- Running Mkbootstrap for Glob ()
- chmod 644 "Glob.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-Glob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glob.bs ../../lib/auto/File/Glob/Glob.bs 644
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.27\" -DXS_VERSION=\"1.27\" -fPIC "-I../.." bsd_glob.c
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-Glob/../../lib/ExtUtils/typemap' Glob.xs > Glob.xsc
- mv Glob.xsc Glob.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.27\" -DXS_VERSION=\"1.27\" -fPIC "-I../.." Glob.c
- rm -f ../../lib/auto/File/Glob/Glob.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong bsd_glob.o Glob.o -o ../../lib/auto/File/Glob/Glob.so \
- \
- chmod 755 ../../lib/auto/File/Glob/Glob.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-Glob'
- ./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Filter-Util-Call'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Filter::Util::Call
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:902: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Filter-Util-Call'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Filter-Util-Call'
- Running Mkbootstrap for Call ()
- chmod 644 "Call.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Filter-Util-Call/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Call.bs ../../lib/auto/Filter/Util/Call/Call.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Filter-Util-Call/../../lib/ExtUtils/typemap' Call.xs > Call.xsc
- mv Call.xsc Call.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.55\" -DXS_VERSION=\"1.55\" -fPIC "-I../.." Call.c
- rm -f ../../lib/auto/Filter/Util/Call/Call.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Call.o -o ../../lib/auto/Filter/Util/Call/Call.so \
- \
- chmod 755 ../../lib/auto/Filter/Util/Call/Call.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Filter-Util-Call'
- ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Hash::Util
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:900: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util'
- Running Mkbootstrap for Util ()
- chmod 644 "Util.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/Hash/Util/Util.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util/../../lib/ExtUtils/typemap' Util.xs > Util.xsc
- mv Util.xsc Util.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" -fPIC "-I../.." -DPERL_EXT Util.c
- rm -f ../../lib/auto/Hash/Util/Util.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Util.o -o ../../lib/auto/Hash/Util/Util.so \
- \
- chmod 755 ../../lib/auto/Hash/Util/Util.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util'
- ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util-FieldHash'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Hash::Util::FieldHash
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:900: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util-FieldHash'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util-FieldHash'
- Running Mkbootstrap for FieldHash ()
- chmod 644 "FieldHash.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util-FieldHash/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FieldHash.bs ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util-FieldHash/../../lib/ExtUtils/typemap' FieldHash.xs > FieldHash.xsc
- mv FieldHash.xsc FieldHash.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.19\" -DXS_VERSION=\"1.19\" -fPIC "-I../.." FieldHash.c
- rm -f ../../lib/auto/Hash/Util/FieldHash/FieldHash.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong FieldHash.o -o ../../lib/auto/Hash/Util/FieldHash/FieldHash.so \
- \
- chmod 755 ../../lib/auto/Hash/Util/FieldHash/FieldHash.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util-FieldHash'
- ./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/I18N-Langinfo'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for I18N::Langinfo
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:902: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/I18N-Langinfo'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/I18N-Langinfo'
- Running Mkbootstrap for Langinfo ()
- chmod 644 "Langinfo.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/I18N-Langinfo/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Langinfo.bs ../../lib/auto/I18N/Langinfo/Langinfo.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/I18N-Langinfo/../../lib/ExtUtils/typemap' Langinfo.xs > Langinfo.xsc
- mv Langinfo.xsc Langinfo.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.13\" -DXS_VERSION=\"0.13\" -fPIC "-I../.." Langinfo.c
- rm -f ../../lib/auto/I18N/Langinfo/Langinfo.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Langinfo.o -o ../../lib/auto/I18N/Langinfo/Langinfo.so \
- \
- chmod 755 ../../lib/auto/I18N/Langinfo/Langinfo.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/I18N-Langinfo'
- ./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/IO'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for IO
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:921: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/IO'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/IO'
- Running Mkbootstrap for IO ()
- chmod 644 "IO.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/IO/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- IO.bs ../../lib/auto/IO/IO.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/IO/../../lib/ExtUtils/typemap' IO.xs > IO.xsc
- mv IO.xsc IO.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.38\" -DXS_VERSION=\"1.38\" -fPIC "-I../.." IO.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.38\" -DXS_VERSION=\"1.38\" -fPIC "-I../.." poll.c
- rm -f ../../lib/auto/IO/IO.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong IO.o poll.o -o ../../lib/auto/IO/IO.so \
- \
- chmod 755 ../../lib/auto/IO/IO.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/IO'
- ./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IPC-SysV'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Setting license tag...
- Generating a Unix-style Makefile
- Writing Makefile for IPC::SysV
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:916: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IPC-SysV'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IPC-SysV'
- Running Mkbootstrap for SysV ()
- chmod 644 "SysV.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IPC-SysV/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SysV.bs ../../lib/auto/IPC/SysV/SysV.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IPC-SysV/../../lib/ExtUtils/typemap' -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IPC-SysV/typemap' SysV.xs > SysV.xsc
- mv SysV.xsc SysV.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.07\" -DXS_VERSION=\"2.07\" -fPIC "-I../.." SysV.c
- rm -f ../../lib/auto/IPC/SysV/SysV.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong SysV.o -o ../../lib/auto/IPC/SysV/SysV.so \
- \
- chmod 755 ../../lib/auto/IPC/SysV/SysV.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IPC-SysV'
- ./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Scalar-List-Utils'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for List::Util
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:913: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Scalar-List-Utils'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Scalar-List-Utils'
- Running Mkbootstrap for Util ()
- chmod 644 "Util.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Scalar-List-Utils/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/List/Util/Util.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Scalar-List-Utils/../../lib/ExtUtils/typemap' ListUtil.xs > ListUtil.xsc
- mv ListUtil.xsc ListUtil.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.46_02\" -DXS_VERSION=\"1.46_02\" -fPIC "-I../.." -DPERL_EXT ListUtil.c
- rm -f ../../lib/auto/List/Util/Util.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong ListUtil.o -o ../../lib/auto/List/Util/Util.so \
- \
- chmod 755 ../../lib/auto/List/Util/Util.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Scalar-List-Utils'
- ./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Math-BigInt-FastCalc'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Math::BigInt::FastCalc
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:900: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Math-BigInt-FastCalc'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Math-BigInt-FastCalc'
- Running Mkbootstrap for FastCalc ()
- chmod 644 "FastCalc.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Math-BigInt-FastCalc/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FastCalc.bs ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Math-BigInt-FastCalc/../../lib/ExtUtils/typemap' FastCalc.xs > FastCalc.xsc
- mv FastCalc.xsc FastCalc.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.5005\" -DXS_VERSION=\"0.5005\" -fPIC "-I../.." FastCalc.c
- rm -f ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong FastCalc.o -o ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so \
- \
- chmod 755 ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Math-BigInt-FastCalc'
- ./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/MIME-Base64'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for MIME::Base64
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:902: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/MIME-Base64'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/MIME-Base64'
- Running Mkbootstrap for Base64 ()
- chmod 644 "Base64.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/MIME-Base64/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Base64.bs ../../lib/auto/MIME/Base64/Base64.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/MIME-Base64/../../lib/ExtUtils/typemap' Base64.xs > Base64.xsc
- mv Base64.xsc Base64.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.15\" -DXS_VERSION=\"3.15\" -fPIC "-I../.." Base64.c
- rm -f ../../lib/auto/MIME/Base64/Base64.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Base64.o -o ../../lib/auto/MIME/Base64/Base64.so \
- \
- chmod 755 ../../lib/auto/MIME/Base64/Base64.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/MIME-Base64'
- ./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/mro'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for mro
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:900: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/mro'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/mro'
- Running Mkbootstrap for mro ()
- chmod 644 "mro.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/mro/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mro.bs ../../lib/auto/mro/mro.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/mro/../../lib/ExtUtils/typemap' mro.xs > mro.xsc
- mv mro.xsc mro.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -fPIC "-I../.." mro.c
- rm -f ../../lib/auto/mro/mro.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong mro.o -o ../../lib/auto/mro/mro.so \
- \
- chmod 755 ../../lib/auto/mro/mro.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/mro'
- ./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Opcode'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Opcode
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:902: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Opcode'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Opcode'
- Running Mkbootstrap for Opcode ()
- chmod 644 "Opcode.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Opcode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Opcode.bs ../../lib/auto/Opcode/Opcode.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Opcode/../../lib/ExtUtils/typemap' Opcode.xs > Opcode.xsc
- mv Opcode.xsc Opcode.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.39\" -DXS_VERSION=\"1.39\" -fPIC "-I../.." Opcode.c
- rm -f ../../lib/auto/Opcode/Opcode.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Opcode.o -o ../../lib/auto/Opcode/Opcode.so \
- \
- chmod 755 ../../lib/auto/Opcode/Opcode.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Opcode'
- ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-encoding'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for PerlIO::encoding
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:900: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-encoding'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-encoding'
- Running Mkbootstrap for encoding ()
- chmod 644 "encoding.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-encoding/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- encoding.bs ../../lib/auto/PerlIO/encoding/encoding.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-encoding/../../lib/ExtUtils/typemap' encoding.xs > encoding.xsc
- mv encoding.xsc encoding.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC "-I../.." encoding.c
- rm -f ../../lib/auto/PerlIO/encoding/encoding.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong encoding.o -o ../../lib/auto/PerlIO/encoding/encoding.so \
- \
- chmod 755 ../../lib/auto/PerlIO/encoding/encoding.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-encoding'
- ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/mmap/mmap.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-mmap'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for PerlIO::mmap
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:900: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-mmap'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-mmap'
- Running Mkbootstrap for mmap ()
- chmod 644 "mmap.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-mmap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mmap.bs ../../lib/auto/PerlIO/mmap/mmap.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-mmap/../../lib/ExtUtils/typemap' mmap.xs > mmap.xsc
- mv mmap.xsc mmap.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.016\" -DXS_VERSION=\"0.016\" -fPIC "-I../.." mmap.c
- rm -f ../../lib/auto/PerlIO/mmap/mmap.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong mmap.o -o ../../lib/auto/PerlIO/mmap/mmap.so \
- \
- chmod 755 ../../lib/auto/PerlIO/mmap/mmap.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-mmap'
- ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-scalar'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for PerlIO::scalar
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:900: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-scalar'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-scalar'
- Running Mkbootstrap for scalar ()
- chmod 644 "scalar.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-scalar/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- scalar.bs ../../lib/auto/PerlIO/scalar/scalar.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-scalar/../../lib/ExtUtils/typemap' scalar.xs > scalar.xsc
- mv scalar.xsc scalar.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.26\" -DXS_VERSION=\"0.26\" -fPIC "-I../.." scalar.c
- rm -f ../../lib/auto/PerlIO/scalar/scalar.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong scalar.o -o ../../lib/auto/PerlIO/scalar/scalar.so \
- \
- chmod 755 ../../lib/auto/PerlIO/scalar/scalar.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-scalar'
- ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-via'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for PerlIO::via
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:900: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-via'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-via'
- Running Mkbootstrap for via ()
- chmod 644 "via.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-via/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- via.bs ../../lib/auto/PerlIO/via/via.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-via/../../lib/ExtUtils/typemap' via.xs > via.xsc
- mv via.xsc via.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.16\" -DXS_VERSION=\"0.16\" -fPIC "-I../.." via.c
- rm -f ../../lib/auto/PerlIO/via/via.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong via.o -o ../../lib/auto/PerlIO/via/via.so \
- \
- chmod 755 ../../lib/auto/PerlIO/via/via.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-via'
- ./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/POSIX'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for POSIX
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:909: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/POSIX'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/POSIX'
- Running Mkbootstrap for POSIX ()
- chmod 644 "POSIX.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/POSIX/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- POSIX.bs ../../lib/auto/POSIX/POSIX.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/POSIX/../../lib/ExtUtils/typemap' -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/POSIX/typemap' POSIX.xs > POSIX.xsc
- mv POSIX.xsc POSIX.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.76\" -DXS_VERSION=\"1.76\" -fPIC "-I../.." POSIX.c
- rm -f ../../lib/auto/POSIX/POSIX.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong POSIX.o -o ../../lib/auto/POSIX/POSIX.so \
- -lm \
- chmod 755 ../../lib/auto/POSIX/POSIX.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/POSIX'
- ./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/re'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for re
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:908: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/re'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/re'
- Running Mkbootstrap for re ()
- chmod 644 "re.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/re/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- re.bs ../../lib/auto/re/re.bs 644
- rm -f re_exec.c
- cp ../../regexec.c re_exec.c
- rm -f invlist_inline.h
- cp ../../invlist_inline.h invlist_inline.h
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.33\" -DXS_VERSION=\"0.33\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_exec.c
- rm -f re_comp.c
- cp ../../regcomp.c re_comp.c
- rm -f dquote.c
- cp ../../dquote.c dquote.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.33\" -DXS_VERSION=\"0.33\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_comp.c
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/re/../../lib/ExtUtils/typemap' re.xs > re.xsc
- mv re.xsc re.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.33\" -DXS_VERSION=\"0.33\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re.c
- rm -f ../../lib/auto/re/re.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong re_exec.o re_comp.o re.o -o ../../lib/auto/re/re.so \
- \
- chmod 755 ../../lib/auto/re/re.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/re'
- ./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/SDBM_File'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for SDBM_File
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:920: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/SDBM_File'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/SDBM_File'
- Running Mkbootstrap for SDBM_File ()
- chmod 644 "SDBM_File.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/SDBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SDBM_File.bs ../../lib/auto/SDBM_File/SDBM_File.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/SDBM_File/../../lib/ExtUtils/typemap' -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/SDBM_File/typemap' SDBM_File.xs > SDBM_File.xsc
- mv SDBM_File.xsc SDBM_File.c
- cc -c -I../.. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -fPIC "-I../.." -DSDBM -DDUFF SDBM_File.c
- cc -c -I../.. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -fPIC "-I../.." -DSDBM -DDUFF hash.c
- cc -c -I../.. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -fPIC "-I../.." -DSDBM -DDUFF pair.c
- cc -c -I../.. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -fPIC "-I../.." -DSDBM -DDUFF sdbm.c
- rm -f ../../lib/auto/SDBM_File/SDBM_File.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong SDBM_File.o hash.o pair.o sdbm.o -o ../../lib/auto/SDBM_File/SDBM_File.so \
- \
- chmod 755 ../../lib/auto/SDBM_File/SDBM_File.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/SDBM_File'
- ./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Socket'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Socket
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:906: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Socket'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Socket'
- Running Mkbootstrap for Socket ()
- chmod 644 "Socket.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Socket/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket.bs ../../lib/auto/Socket/Socket.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Socket/../../lib/ExtUtils/typemap' -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Socket/typemap' Socket.xs > Socket.xsc
- mv Socket.xsc Socket.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.020_03\" -DXS_VERSION=\"2.020_03\" -fPIC "-I../.." Socket.c
- rm -f ../../lib/auto/Socket/Socket.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Socket.o -o ../../lib/auto/Socket/Socket.so \
- \
- chmod 755 ../../lib/auto/Socket/Socket.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Socket'
- ./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Storable'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Storable
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:902: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Storable'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Storable'
- Running Mkbootstrap for Storable ()
- chmod 644 "Storable.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Storable/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Storable.bs ../../lib/auto/Storable/Storable.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Storable/../../lib/ExtUtils/typemap' Storable.xs > Storable.xsc
- mv Storable.xsc Storable.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.60\" -DXS_VERSION=\"2.60\" -fPIC "-I../.." Storable.c
- rm -f ../../lib/auto/Storable/Storable.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Storable.o -o ../../lib/auto/Storable/Storable.so \
- \
- chmod 755 ../../lib/auto/Storable/Storable.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Storable'
- ./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Sys-Hostname'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Sys::Hostname
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:900: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Sys-Hostname'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Sys-Hostname'
- Running Mkbootstrap for Hostname ()
- chmod 644 "Hostname.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Sys-Hostname/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hostname.bs ../../lib/auto/Sys/Hostname/Hostname.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Sys-Hostname/../../lib/ExtUtils/typemap' Hostname.xs > Hostname.xsc
- mv Hostname.xsc Hostname.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -fPIC "-I../.." Hostname.c
- rm -f ../../lib/auto/Sys/Hostname/Hostname.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Hostname.o -o ../../lib/auto/Sys/Hostname/Hostname.so \
- \
- chmod 755 ../../lib/auto/Sys/Hostname/Hostname.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Sys-Hostname'
- ./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Sys-Syslog'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Sys::Syslog
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:914: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Sys-Syslog'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Sys-Syslog'
- Running Mkbootstrap for Syslog ()
- chmod 644 "Syslog.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Sys-Syslog/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Syslog.bs ../../lib/auto/Sys/Syslog/Syslog.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Sys-Syslog/../../lib/ExtUtils/typemap' Syslog.xs > Syslog.xsc
- mv Syslog.xsc Syslog.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.35\" -DXS_VERSION=\"0.35\" -fPIC "-I../.." Syslog.c
- rm -f ../../lib/auto/Sys/Syslog/Syslog.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Syslog.o -o ../../lib/auto/Sys/Syslog/Syslog.so \
- \
- chmod 755 ../../lib/auto/Sys/Syslog/Syslog.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Sys-Syslog'
- ./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for threads
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:904: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads'
- Running Mkbootstrap for threads ()
- chmod 644 "threads.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- threads.bs ../../lib/auto/threads/threads.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads/../../lib/ExtUtils/typemap' threads.xs > threads.xsc
- mv threads.xsc threads.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.10\" -DXS_VERSION=\"2.10\" -fPIC "-I../.." threads.c
- rm -f ../../lib/auto/threads/threads.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong threads.o -o ../../lib/auto/threads/threads.so \
- -lpthread \
- chmod 755 ../../lib/auto/threads/threads.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads'
- ./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads-shared'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for threads::shared
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:904: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads-shared'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads-shared'
- Running Mkbootstrap for shared ()
- chmod 644 "shared.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads-shared/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- shared.bs ../../lib/auto/threads/shared/shared.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads-shared/../../lib/ExtUtils/typemap' shared.xs > shared.xsc
- mv shared.xsc shared.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.53\" -DXS_VERSION=\"1.53\" -fPIC "-I../.." shared.c
- rm -f ../../lib/auto/threads/shared/shared.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong shared.o -o ../../lib/auto/threads/shared/shared.so \
- -lpthread \
- chmod 755 ../../lib/auto/threads/shared/shared.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads-shared'
- ./miniperl -Ilib make_ext.pl lib/auto/Tie/Hash/NamedCapture/NamedCapture.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Tie-Hash-NamedCapture'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Tie::Hash::NamedCapture
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:900: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Tie-Hash-NamedCapture'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Tie-Hash-NamedCapture'
- Running Mkbootstrap for NamedCapture ()
- chmod 644 "NamedCapture.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Tie-Hash-NamedCapture/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- NamedCapture.bs ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Tie-Hash-NamedCapture/../../lib/ExtUtils/typemap' NamedCapture.xs > NamedCapture.xsc
- mv NamedCapture.xsc NamedCapture.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -fPIC "-I../.." NamedCapture.c
- rm -f ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong NamedCapture.o -o ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.so \
- \
- chmod 755 ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Tie-Hash-NamedCapture'
- ./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Time-HiRes'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Configuring Time::HiRes...
- Using hints hints/linux.pl...
- Extra libraries: -lrt...
- Have syscall()... looking for syscall.h... 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... found.
- You can mix subsecond sleeps with signals, if you want to.
- (It's still not portable, though.)
- Looking for clockid_t... found.
- Looking for clock_gettime()... found.
- Looking for clock_getres()... found.
- Looking for clock_nanosleep()... found.
- Looking for clock()... found.
- Looking for futimens()... found.
- Looking for utimensat()... found.
- Looking for stat() subsecond timestamps...
- Trying struct stat st_atimespec.tv_nsec...NOT found.
- Trying struct stat st_atimensec...NOT found.
- Trying struct stat st_atime_n...NOT found.
- Trying struct stat st_atim.tv_nsec...found.
- Trying struct stat st_uatime...NOT found.
- You seem to have stat() subsecond timestamps.
- (Your struct stat has them, but the filesystems must help.)
- Generating a Unix-style Makefile
- Writing Makefile for Time::HiRes
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:921: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Time-HiRes'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Time-HiRes'
- Running Mkbootstrap for HiRes ()
- chmod 644 "HiRes.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Time-HiRes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- HiRes.bs ../../lib/auto/Time/HiRes/HiRes.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Time-HiRes/../../lib/ExtUtils/typemap' -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Time-HiRes/typemap' HiRes.xs > HiRes.xsc
- mv HiRes.xsc HiRes.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.9741\" -DXS_VERSION=\"1.9741\" -fPIC "-I../.." -DTIME_HIRES_NANOSLEEP -DTIME_HIRES_CLOCKID_T -DTIME_HIRES_CLOCK_GETTIME -DTIME_HIRES_CLOCK_GETRES -DTIME_HIRES_CLOCK_NANOSLEEP -DTIME_HIRES_CLOCK -DHAS_FUTIMENS -DHAS_UTIMENSAT -DTIME_HIRES_UTIME -DTIME_HIRES_STAT_XTIM -DTIME_HIRES_STAT=4 -DATLEASTFIVEOHOHFIVE HiRes.c
- 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-strong HiRes.o -o ../../lib/auto/Time/HiRes/HiRes.so \
- -lrt \
- chmod 755 ../../lib/auto/Time/HiRes/HiRes.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Time-HiRes'
- ./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Time-Piece'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Time::Piece
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:902: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Time-Piece'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Time-Piece'
- Running Mkbootstrap for Piece ()
- chmod 644 "Piece.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Time-Piece/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Piece.bs ../../lib/auto/Time/Piece/Piece.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Time-Piece/../../lib/ExtUtils/typemap' Piece.xs > Piece.xsc
- mv Piece.xsc Piece.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.31\" -DXS_VERSION=\"1.31\" -fPIC "-I../.." Piece.c
- rm -f ../../lib/auto/Time/Piece/Piece.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Piece.o -o ../../lib/auto/Time/Piece/Piece.so \
- \
- chmod 755 ../../lib/auto/Time/Piece/Piece.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Time-Piece'
- ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Collate/Collate.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Unicode-Collate'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Making header files for XS...
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:1047: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Unicode-Collate'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Unicode-Collate'
- Running Mkbootstrap for Collate ()
- chmod 644 "Collate.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Unicode-Collate/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Collate.bs ../../lib/auto/Unicode/Collate/Collate.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Unicode-Collate/../../lib/ExtUtils/typemap' Collate.xs > Collate.xsc
- mv Collate.xsc Collate.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.19\" -DXS_VERSION=\"1.19\" -fPIC "-I../.." Collate.c
- rm -f ../../lib/auto/Unicode/Collate/Collate.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Collate.o -o ../../lib/auto/Unicode/Collate/Collate.so \
- \
- chmod 755 ../../lib/auto/Unicode/Collate/Collate.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Unicode-Collate'
- ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Unicode-Normalize'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for Unicode::Normalize
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:915: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Unicode-Normalize'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Unicode-Normalize'
- Running Mkbootstrap for Normalize ()
- chmod 644 "Normalize.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Unicode-Normalize/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Normalize.bs ../../lib/auto/Unicode/Normalize/Normalize.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Unicode-Normalize/../../lib/ExtUtils/typemap' Normalize.xs > Normalize.xsc
- mv Normalize.xsc Normalize.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.25\" -DXS_VERSION=\"1.25\" -fPIC "-I../.." Normalize.c
- rm -f ../../lib/auto/Unicode/Normalize/Normalize.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Normalize.o -o ../../lib/auto/Unicode/Normalize/Normalize.so \
- \
- chmod 755 ../../lib/auto/Unicode/Normalize/Normalize.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Unicode-Normalize'
- ./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for XS::APItest
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:819: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest'
- Running Mkbootstrap for APItest ()
- chmod 644 "APItest.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- APItest.bs ../../lib/auto/XS/APItest/APItest.bs 644
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest/typemap' APItest.xs > APItest.xsc
- mv APItest.xsc APItest.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.88\" -DXS_VERSION=\"0.88\" -fPIC "-I../.." APItest.c
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest/typemap' XSUB-undef-XS_VERSION.xs > XSUB-undef-XS_VERSION.xsc
- mv XSUB-undef-XS_VERSION.xsc XSUB-undef-XS_VERSION.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.88\" -DXS_VERSION=\"0.88\" -fPIC "-I../.." XSUB-undef-XS_VERSION.c
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest/typemap' XSUB-redefined-macros.xs > XSUB-redefined-macros.xsc
- mv XSUB-redefined-macros.xsc XSUB-redefined-macros.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.88\" -DXS_VERSION=\"0.88\" -fPIC "-I../.." XSUB-redefined-macros.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.88\" -DXS_VERSION=\"0.88\" -fPIC "-I../.." core.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.88\" -DXS_VERSION=\"0.88\" -fPIC "-I../.." exception.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.88\" -DXS_VERSION=\"0.88\" -fPIC "-I../.." notcore.c
- rm -f ../../lib/auto/XS/APItest/APItest.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong APItest.o XSUB-undef-XS_VERSION.o XSUB-redefined-macros.o core.o exception.o notcore.o -o ../../lib/auto/XS/APItest/APItest.so \
- \
- chmod 755 ../../lib/auto/XS/APItest/APItest.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest'
- ./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-Typemap'
- Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
- Cleaning current config before rebuilding Makefile...
- make -f Makefile.old clean > /dev/null 2>&1
- "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
- Generating a Unix-style Makefile
- Writing Makefile for XS::Typemap
- ==> Your Makefile has been rebuilt. <==
- ==> Please rerun the make command. <==
- false
- Makefile:796: recipe for target 'Makefile' failed
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-Typemap'
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-Typemap'
- Running Mkbootstrap for Typemap ()
- chmod 644 "Typemap.bs"
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-Typemap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Typemap.bs ../../lib/auto/XS/Typemap/Typemap.bs 644
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -fPIC "-I../.." stdio.c
- "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-Typemap/../../lib/ExtUtils/typemap' Typemap.xs > Typemap.xsc
- mv Typemap.xsc Typemap.c
- cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -fPIC "-I../.." Typemap.c
- rm -f ../../lib/auto/XS/Typemap/Typemap.so
- cc -shared -O2 -L/usr/local/lib -fstack-protector-strong stdio.o Typemap.o -o ../../lib/auto/XS/Typemap/Typemap.so \
- \
- chmod 755 ../../lib/auto/XS/Typemap/Typemap.so
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-Typemap'
- ./perl -Ilib -I. -f pod/buildtoc -q
- ./miniperl -Ilib utils/Makefile.PL
- Extracting utils/Makefile (with variable substitutions)
- Making utilities
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/utils'
- ../miniperl -I../lib c2ph.PL
- Extracting c2ph (with variable substitutions)
- Linking c2ph to pstruct.
- ../miniperl -I../lib corelist.PL
- Extracting corelist (with variable substitutions)
- ../miniperl -I../lib cpan.PL
- Extracting cpan (with variable substitutions)
- ../miniperl -I../lib h2ph.PL
- Extracting h2ph (with variable substitutions)
- ../miniperl -I../lib h2xs.PL
- Extracting h2xs (with variable substitutions)
- ../miniperl -I../lib instmodsh.PL
- Extracting instmodsh (with variable substitutions)
- ../miniperl -I../lib json_pp.PL
- Extracting json_pp (with variable substitutions)
- ../miniperl -I../lib perlbug.PL
- Extracting perlbug (with variable substitutions)
- ../miniperl -I../lib perldoc.PL
- Extracting "perldoc" (with variable substitutions)
- ../miniperl -I../lib perlivp.PL
- Extracting perlivp (with variable substitutions)
- ../miniperl -I../lib pl2pm.PL
- Extracting pl2pm (with variable substitutions)
- ../miniperl -I../lib prove.PL
- Extracting prove (with variable substitutions)
- ../miniperl -I../lib ptar.PL
- Extracting ptar (with variable substitutions)
- ../miniperl -I../lib ptardiff.PL
- Extracting ptardiff (with variable substitutions)
- ../miniperl -I../lib ptargrep.PL
- Extracting ptargrep (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
- Extracting libnetcfg (with variable substitutions)
- ../miniperl -I../lib piconv.PL
- Extracting piconv (with variable substitutions)
- ../miniperl -I../lib enc2xs.PL
- Extracting enc2xs (with variable substitutions)
- ../miniperl -I../lib xsubpp.PL
- Extracting xsubpp (with variable substitutions)
- ../miniperl -I../lib pod2html.PL
- Extracting pod2html (with variable substitutions)
- ../miniperl -I../lib zipdetails.PL
- Extracting zipdetails (with variable substitutions)
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/utils'
- Everything is up to date. Type 'make test' to run test suite.
- ./miniperl -Ilib make_patchnum.pl
- Reusing 'git_version.h' and 'lib/Config_git.pl'
- ./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Archive-Tar'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Archive-Tar'
- ./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Attribute-Handlers directly
- ./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/autodie directly
- ./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/AutoLoader directly
- ./miniperl -Ilib make_ext.pl dist/autouse/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/autouse directly
- ./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/base'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/base'
- ./miniperl -Ilib make_ext.pl cpan/B-Debug/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/B-Debug directly
- ./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/bignum directly
- ./miniperl -Ilib make_ext.pl dist/Carp/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Carp directly
- ./miniperl -Ilib make_ext.pl cpan/Config-Perl-V/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Config-Perl-V directly
- ./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/constant directly
- ./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN'
- ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN-Meta'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN-Meta'
- ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-Requirements/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/CPAN-Meta-Requirements directly
- ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-YAML/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/CPAN-Meta-YAML directly
- ./miniperl -Ilib make_ext.pl dist/Devel-SelfStubber/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Devel-SelfStubber directly
- ./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Digest directly
- ./miniperl -Ilib make_ext.pl dist/Dumpvalue/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Dumpvalue directly
- ./miniperl -Ilib make_ext.pl dist/encoding-warnings/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/encoding-warnings directly
- ./miniperl -Ilib make_ext.pl dist/Env/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Env directly
- ./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Errno'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Errno'
- ./miniperl -Ilib make_ext.pl cpan/experimental/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/experimental directly
- ./miniperl -Ilib make_ext.pl dist/Exporter/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Exporter directly
- ./miniperl -Ilib make_ext.pl dist/ExtUtils-CBuilder/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/ExtUtils-CBuilder directly
- ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/ExtUtils-Constant directly
- ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Install/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/ExtUtils-Install directly
- ./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-MakeMaker'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-MakeMaker'
- ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-Manifest'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-Manifest'
- ./miniperl -Ilib make_ext.pl ext/ExtUtils-Miniperl/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for ext/ExtUtils-Miniperl directly
- ./miniperl -Ilib make_ext.pl dist/ExtUtils-ParseXS/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/ExtUtils-ParseXS'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/ExtUtils-ParseXS'
- ./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for ext/FileCache directly
- ./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/File-Fetch directly
- ./miniperl -Ilib make_ext.pl ext/File-Find/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for ext/File-Find directly
- ./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/File-Path directly
- ./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/File-Temp directly
- ./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Filter-Simple directly
- ./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Getopt-Long directly
- ./miniperl -Ilib make_ext.pl cpan/HTTP-Tiny/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/HTTP-Tiny'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/HTTP-Tiny'
- ./miniperl -Ilib make_ext.pl dist/I18N-Collate/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/I18N-Collate directly
- ./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/I18N-LangTags directly
- ./miniperl -Ilib make_ext.pl dist/if/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/if directly
- ./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IO-Compress'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IO-Compress'
- ./miniperl -Ilib make_ext.pl cpan/IO-Socket-IP/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/IO-Socket-IP directly
- ./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/IO-Zlib directly
- ./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/IPC-Cmd directly
- ./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for ext/IPC-Open3 directly
- ./miniperl -Ilib make_ext.pl cpan/JSON-PP/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/JSON-PP'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/JSON-PP'
- ./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/lib'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/lib'
- ./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/libnet'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/libnet'
- ./miniperl -Ilib make_ext.pl cpan/Locale-Codes/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Locale-Codes directly
- ./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Locale-Maketext directly
- ./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Locale-Maketext-Simple directly
- ./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Math-BigInt directly
- ./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Math-BigRat directly
- ./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Math-Complex directly
- ./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Memoize directly
- ./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Module-CoreList'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Module-CoreList'
- ./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Module-Load directly
- ./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Module-Load-Conditional directly
- ./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Module-Loaded directly
- ./miniperl -Ilib make_ext.pl cpan/Module-Metadata/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Module-Metadata'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Module-Metadata'
- ./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Net-Ping directly
- ./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/NEXT directly
- ./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Params-Check directly
- ./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/parent directly
- ./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/perlfaq directly
- ./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/PerlIO-via-QuotedPrint directly
- ./miniperl -Ilib make_ext.pl cpan/Perl-OSType/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Perl-OSType directly
- ./miniperl -Ilib make_ext.pl cpan/Pod-Checker/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Checker'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Checker'
- ./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Pod-Escapes directly
- ./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Pod-Simple directly
- ./miniperl -Ilib make_ext.pl ext/Pod-Functions/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Functions'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Functions'
- ./miniperl -Ilib make_ext.pl ext/Pod-Html/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Html'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Html'
- ./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/podlators'
- Manifying 2 pod documents
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/podlators'
- ./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Parser'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Parser'
- ./miniperl -Ilib make_ext.pl cpan/Pod-Perldoc/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Perldoc'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Perldoc'
- ./miniperl -Ilib make_ext.pl cpan/Pod-Usage/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Usage'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Usage'
- ./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Safe directly
- ./miniperl -Ilib make_ext.pl dist/Search-Dict/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Search-Dict directly
- ./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/SelfLoader directly
- ./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Term-ANSIColor directly
- ./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Term-Cap'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Term-Cap'
- ./miniperl -Ilib make_ext.pl dist/Term-Complete/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Term-Complete directly
- ./miniperl -Ilib make_ext.pl dist/Term-ReadLine/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Term-ReadLine directly
- ./miniperl -Ilib make_ext.pl dist/Test/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Test directly
- ./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Test-Harness'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Test-Harness'
- ./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Test-Simple directly
- ./miniperl -Ilib make_ext.pl dist/Text-Abbrev/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Text-Abbrev directly
- ./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Text-Balanced directly
- ./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Text-ParseWords directly
- ./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Text-Tabs directly
- ./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Thread-Queue directly
- ./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Thread-Semaphore directly
- ./miniperl -Ilib make_ext.pl dist/Tie-File/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for dist/Tie-File directly
- ./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for ext/Tie-Memoize directly
- ./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Tie-RefHash directly
- ./miniperl -Ilib make_ext.pl cpan/Time-Local/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/Time-Local directly
- ./miniperl -Ilib make_ext.pl cpan/version/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- Running pm_to_blib for cpan/version directly
- ./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/XSLoader'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/XSLoader'
- ./miniperl -Ilib 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/Scalar-List-Utils is up-to-date
- ppport.h in cpan/Win32API-File is up-to-date
- ppport.h in dist/PathTools is up-to-date
- ppport.h in dist/Time-HiRes is up-to-date
- ./miniperl -Ilib make_ext.pl DynaLoader.o MAKE="make" LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS=
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/DynaLoader'
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/DynaLoader'
- ./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/PathTools'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/PathTools/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cwd.bs ../../lib/auto/Cwd/Cwd.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/PathTools'
- Making utilities
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/utils'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/utils'
- ./miniperl -Ilib lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p
- lib/unicore/mktables: Files seem to be ok, not bothering to rebuild. Add '-w' option to force build
- ./miniperl -Ilib -MExtUtils::Miniperl -e 'writemain(\"perlmain.c", @ARGV)' DynaLoader
- cc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings perlmain.c
- cc -o perl -fstack-protector-strong -L/usr/local/lib -Wl,-E perlmain.o libperl.a `cat ext.libs` -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
- ./miniperl -Ilib make_ext.pl lib/auto/arybase/arybase.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/arybase'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/arybase/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- arybase.bs ../../lib/auto/arybase/arybase.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/arybase'
- ./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/attributes'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/attributes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- attributes.bs ../../lib/auto/attributes/attributes.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/attributes'
- ./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/B'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/B/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- B.bs ../../lib/auto/B/B.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/B'
- ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Bzip2'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Bzip2/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bzip2.bs ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/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
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Zlib'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Zlib/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Zlib.bs ../../lib/auto/Compress/Raw/Zlib/Zlib.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Zlib'
- ./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Data-Dumper'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Data-Dumper/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Dumper.bs ../../lib/auto/Data/Dumper/Dumper.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Data-Dumper'
- ./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Devel-Peek'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Devel-Peek/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Peek.bs ../../lib/auto/Devel/Peek/Peek.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Devel-Peek'
- ./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Devel-PPPort'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Devel-PPPort/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- PPPort.bs ../../lib/auto/Devel/PPPort/PPPort.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Devel-PPPort'
- ./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-MD5'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-MD5/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- MD5.bs ../../lib/auto/Digest/MD5/MD5.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-MD5'
- ./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs ../../lib/auto/Digest/SHA/SHA.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA'
- ./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode'
- make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Byte'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Byte/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Byte.bs ../../../lib/auto/Encode/Byte/Byte.bs 644
- make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Byte'
- make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/CN'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/CN/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- CN.bs ../../../lib/auto/Encode/CN/CN.bs 644
- make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/CN'
- make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/EBCDIC'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/EBCDIC/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- EBCDIC.bs ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs 644
- make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/EBCDIC'
- make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/JP'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/JP/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- JP.bs ../../../lib/auto/Encode/JP/JP.bs 644
- make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/JP'
- make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/KR'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/KR/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- KR.bs ../../../lib/auto/Encode/KR/KR.bs 644
- make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/KR'
- make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Symbol'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Symbol/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Symbol.bs ../../../lib/auto/Encode/Symbol/Symbol.bs 644
- make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Symbol'
- make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/TW'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/TW/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- TW.bs ../../../lib/auto/Encode/TW/TW.bs 644
- make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/TW'
- make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Unicode'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Unicode/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Unicode.bs ../../../lib/auto/Encode/Unicode/Unicode.bs 644
- make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Unicode'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encode.bs ../../lib/auto/Encode/Encode.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode'
- ./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Fcntl'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Fcntl/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fcntl.bs ../../lib/auto/Fcntl/Fcntl.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Fcntl'
- ./miniperl -Ilib make_ext.pl lib/auto/File/DosGlob/DosGlob.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-DosGlob'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-DosGlob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DosGlob.bs ../../lib/auto/File/DosGlob/DosGlob.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-DosGlob'
- ./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-Glob'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-Glob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glob.bs ../../lib/auto/File/Glob/Glob.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-Glob'
- ./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Filter-Util-Call'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Filter-Util-Call/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Call.bs ../../lib/auto/Filter/Util/Call/Call.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Filter-Util-Call'
- ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/Hash/Util/Util.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util'
- ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util-FieldHash'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util-FieldHash/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FieldHash.bs ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util-FieldHash'
- ./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/I18N-Langinfo'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/I18N-Langinfo/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Langinfo.bs ../../lib/auto/I18N/Langinfo/Langinfo.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/I18N-Langinfo'
- ./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/IO'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/IO/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- IO.bs ../../lib/auto/IO/IO.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/IO'
- ./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IPC-SysV'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IPC-SysV/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SysV.bs ../../lib/auto/IPC/SysV/SysV.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IPC-SysV'
- ./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Scalar-List-Utils'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Scalar-List-Utils/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/List/Util/Util.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Scalar-List-Utils'
- ./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Math-BigInt-FastCalc'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Math-BigInt-FastCalc/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FastCalc.bs ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Math-BigInt-FastCalc'
- ./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/MIME-Base64'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/MIME-Base64/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Base64.bs ../../lib/auto/MIME/Base64/Base64.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/MIME-Base64'
- ./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/mro'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/mro/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mro.bs ../../lib/auto/mro/mro.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/mro'
- ./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Opcode'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Opcode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Opcode.bs ../../lib/auto/Opcode/Opcode.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Opcode'
- ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-encoding'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-encoding/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- encoding.bs ../../lib/auto/PerlIO/encoding/encoding.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-encoding'
- ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/mmap/mmap.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-mmap'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-mmap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mmap.bs ../../lib/auto/PerlIO/mmap/mmap.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-mmap'
- ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-scalar'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-scalar/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- scalar.bs ../../lib/auto/PerlIO/scalar/scalar.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-scalar'
- ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-via'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-via/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- via.bs ../../lib/auto/PerlIO/via/via.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-via'
- ./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/POSIX'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/POSIX/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- POSIX.bs ../../lib/auto/POSIX/POSIX.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/POSIX'
- ./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/re'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/re/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- re.bs ../../lib/auto/re/re.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/re'
- ./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/SDBM_File'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/SDBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SDBM_File.bs ../../lib/auto/SDBM_File/SDBM_File.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/SDBM_File'
- ./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Socket'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Socket/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket.bs ../../lib/auto/Socket/Socket.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Socket'
- ./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Storable'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Storable/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Storable.bs ../../lib/auto/Storable/Storable.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Storable'
- ./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Sys-Hostname'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Sys-Hostname/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hostname.bs ../../lib/auto/Sys/Hostname/Hostname.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Sys-Hostname'
- ./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Sys-Syslog'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Sys-Syslog/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Syslog.bs ../../lib/auto/Sys/Syslog/Syslog.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Sys-Syslog'
- ./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- threads.bs ../../lib/auto/threads/threads.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads'
- ./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads-shared'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads-shared/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- shared.bs ../../lib/auto/threads/shared/shared.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads-shared'
- ./miniperl -Ilib make_ext.pl lib/auto/Tie/Hash/NamedCapture/NamedCapture.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Tie-Hash-NamedCapture'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Tie-Hash-NamedCapture/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- NamedCapture.bs ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Tie-Hash-NamedCapture'
- ./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Time-HiRes'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Time-HiRes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- HiRes.bs ../../lib/auto/Time/HiRes/HiRes.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Time-HiRes'
- ./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Time-Piece'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Time-Piece/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Piece.bs ../../lib/auto/Time/Piece/Piece.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Time-Piece'
- ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Collate/Collate.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Unicode-Collate'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Unicode-Collate/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Collate.bs ../../lib/auto/Unicode/Collate/Collate.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Unicode-Collate'
- ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Unicode-Normalize'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Unicode-Normalize/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Normalize.bs ../../lib/auto/Unicode/Normalize/Normalize.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Unicode-Normalize'
- ./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- APItest.bs ../../lib/auto/XS/APItest/APItest.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest'
- ./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
- make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-Typemap'
- /home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-Typemap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Typemap.bs ../../lib/auto/XS/Typemap/Typemap.bs 644
- make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-Typemap'
- ./miniperl -Ilib autodoc.pl
- ./miniperl -Ilib pod/perlmodlib.PL -q
- ./perl -Ilib -I. -f pod/buildtoc -q
- cd t && (rm -f perl; /bin/ln -s ../perl perl)
- ./runtests choose
- t/base/cond .................................................... ok
- t/base/if ...................................................... ok
- t/base/lex ..................................................... ok
- t/base/num ..................................................... ok
- t/base/pat ..................................................... ok
- t/base/rs ...................................................... ok
- t/base/term .................................................... ok
- t/base/translate ............................................... ok
- t/base/while ................................................... ok
- t/comp/bproto .................................................. ok
- t/comp/cmdopt .................................................. ok
- t/comp/colon ................................................... ok
- t/comp/decl .................................................... ok
- t/comp/final_line_num .......................................... ok
- t/comp/fold .................................................... ok
- t/comp/form_scope .............................................. ok
- t/comp/hints ................................................... ok
- t/comp/line_debug .............................................. ok
- t/comp/multiline ............................................... ok
- t/comp/opsubs .................................................. ok
- t/comp/our ..................................................... ok
- t/comp/package ................................................. ok
- t/comp/package_block ........................................... ok
- t/comp/parser .................................................. ok
- t/comp/proto ................................................... ok
- t/comp/redef ................................................... ok
- t/comp/require ................................................. ok
- t/comp/retainedlines ........................................... ok
- t/comp/term .................................................... ok
- t/comp/uproto .................................................. ok
- t/comp/use ..................................................... ok
- t/comp/utf ..................................................... ok
- t/run/cloexec .................................................. ok
- t/run/dtrace ................................................... skipped
- t/run/exit ..................................................... ok
- t/run/fresh_perl ............................................... ok
- t/run/locale ................................................... ok
- t/run/noswitch ................................................. ok
- t/run/runenv ................................................... ok
- t/run/script ................................................... ok
- t/run/switch0 .................................................. ok
- t/run/switchC .................................................. ok
- t/run/switchDx ................................................. skipped
- t/run/switchF .................................................. ok
- t/run/switchF1 ................................................. ok
- t/run/switchF2 ................................................. ok
- t/run/switchI .................................................. ok
- t/run/switchM .................................................. ok
- t/run/switcha .................................................. ok
- t/run/switchd-78586 ............................................ ok
- t/run/switchd .................................................. ok
- t/run/switches ................................................. ok
- t/run/switchn .................................................. ok
- t/run/switchp .................................................. ok
- t/run/switcht .................................................. ok
- t/run/switchx .................................................. ok
- t/cmd/elsif .................................................... ok
- t/cmd/for ...................................................... ok
- t/cmd/mod ...................................................... ok
- t/cmd/subval ................................................... ok
- t/cmd/switch ................................................... ok
- t/io/argv ...................................................... ok
- t/io/binmode ................................................... ok
- t/io/bom ....................................................... ok
- t/io/closepid .................................................. ok
- t/io/crlf ...................................................... ok
- t/io/crlf_through .............................................. ok
- t/io/data ...................................................... ok
- t/io/defout .................................................... ok
- t/io/dup ....................................................... ok
- t/io/eintr ..................................................... ok
- t/io/eintr_print ............................................... ok
- t/io/errno ..................................................... ok
- t/io/errnosig .................................................. ok
- t/io/fflush .................................................... ok
- t/io/fs ........................................................ ok
- t/io/inplace ................................................... ok
- t/io/iofile .................................................... ok
- t/io/iprefix ................................................... ok
- t/io/layers .................................................... ok
- t/io/nargv ..................................................... ok
- t/io/open ...................................................... ok
- t/io/openpid ................................................... ok
- t/io/perlio .................................................... ok
- t/io/perlio_fail ............................................... ok
- t/io/perlio_leaks .............................................. ok
- t/io/perlio_open ............................................... ok
- t/io/pipe ...................................................... ok
- t/io/print ..................................................... ok
- t/io/pvbm ...................................................... ok
- t/io/read ...................................................... ok
- t/io/say ....................................................... ok
- t/io/sem ....................................................... ok
- t/io/semctl .................................................... ok
- t/io/shm ....................................................... ok
- t/io/socket .................................................... ok
- t/io/tell ...................................................... ok
- t/io/through ................................................... ok
- t/io/utf8 ...................................................... ok
- t/re/anyof ..................................................... ok
- t/re/charset ................................................... ok
- t/re/fold_grind ................................................ ok
- t/re/no_utf8_pm ................................................ ok
- t/re/overload .................................................. ok
- t/re/pat ....................................................... ok
- t/re/pat_advanced .............................................. ok
- t/re/pat_advanced_thr .......................................... skipped
- t/re/pat_psycho ................................................ ok
- t/re/pat_psycho_thr ............................................ skipped
- t/re/pat_re_eval ............................................... ok
- t/re/pat_re_eval_thr ........................................... skipped
- t/re/pat_rt_report ............................................. ok
- t/re/pat_rt_report_thr ......................................... skipped
- t/re/pat_special_cc ............................................ ok
- t/re/pat_special_cc_thr ........................................ skipped
- t/re/pat_thr ................................................... skipped
- t/re/pos ....................................................... ok
- t/re/qr-72922 .................................................. ok
- t/re/qr ........................................................ ok
- t/re/qr_gc ..................................................... ok
- t/re/qrstack ................................................... ok
- t/re/recompile ................................................. ok
- t/re/reg_60508 ................................................. ok
- t/re/reg_email ................................................. ok
- t/re/reg_email_thr ............................................. skipped
- t/re/reg_eval .................................................. ok
- t/re/reg_eval_scope ............................................ ok
- t/re/reg_fold .................................................. ok
- t/re/reg_mesg .................................................. ok
- t/re/reg_namedcapture .......................................... ok
- t/re/reg_nc_tie ................................................ ok
- t/re/reg_nocapture ............................................. ok
- t/re/reg_pmod .................................................. ok
- t/re/reg_posixcc ............................................... ok
- t/re/regex_sets ................................................ ok
- t/re/regex_sets_compat ......................................... ok
- t/re/regexp .................................................... ok
- t/re/regexp_noamp .............................................. ok
- t/re/regexp_nonull ............................................. ok
- t/re/regexp_notrie ............................................. ok
- t/re/regexp_qr ................................................. ok
- t/re/regexp_qr_embed ........................................... ok
- t/re/regexp_qr_embed_thr ....................................... skipped
- t/re/regexp_trielist ........................................... ok
- t/re/regexp_unicode_prop ....................................... ok
- t/re/regexp_unicode_prop_thr ................................... skipped
- t/re/rt122747 .................................................. ok
- t/re/rxcode .................................................... ok
- t/re/speed ..................................................... ok
- t/re/speed_thr ................................................. skipped
- t/re/subst ..................................................... ok
- t/re/substT .................................................... ok
- t/re/subst_amp ................................................. ok
- t/re/subst_wamp ................................................ ok
- t/re/uniprops01 ................................................ ok
- t/re/uniprops02 ................................................ ok
- t/re/uniprops03 ................................................ ok
- t/re/uniprops04 ................................................ ok
- t/re/uniprops05 ................................................ ok
- t/re/uniprops06 ................................................ ok
- t/re/uniprops07 ................................................ ok
- t/re/uniprops08 ................................................ ok
- t/re/uniprops09 ................................................ ok
- t/re/uniprops10 ................................................ ok
- t/opbasic/arith ................................................ ok
- t/opbasic/cmp .................................................. ok
- t/opbasic/concat ............................................... ok
- t/opbasic/magic_phase .......................................... ok
- t/opbasic/qq ................................................... ok
- t/op/64bitint .................................................. ok
- t/op/aassign ................................................... ok
- t/op/alarm ..................................................... ok
- t/op/anonconst ................................................. ok
- t/op/anonsub ................................................... ok
- t/op/append .................................................... ok
- t/op/args ...................................................... ok
- t/op/array ..................................................... ok
- t/op/array_base ................................................ ok
- t/op/assignwarn ................................................ ok
- t/op/attrhand .................................................. ok
- t/op/attrproto ................................................. ok
- t/op/attrs ..................................................... ok
- t/op/auto ...................................................... ok
- t/op/avhv ...................................................... ok
- t/op/bless ..................................................... ok
- t/op/blocks .................................................... ok
- t/op/bop ....................................................... ok
- t/op/caller .................................................... ok
- t/op/chars ..................................................... ok
- t/op/chdir ..................................................... ok
- t/op/chop ...................................................... ok
- t/op/chr ....................................................... ok
- t/op/closure ................................................... ok
- t/op/concat2 ................................................... ok
- t/op/cond ...................................................... ok
- t/op/const-optree .............................................. ok
- t/op/context ................................................... ok
- t/op/coreamp ................................................... ok
- t/op/coresubs .................................................. ok
- t/op/cproto .................................................... ok
- t/op/crypt ..................................................... ok
- t/op/current_sub ............................................... ok
- t/op/dbm ....................................................... ok
- t/op/decl-refs ................................................. ok
- t/op/defined ................................................... ok
- t/op/defins .................................................... ok
- t/op/delete .................................................... ok
- t/op/die ....................................................... ok
- t/op/die_except ................................................ ok
- t/op/die_exit .................................................. ok
- t/op/die_keeperr ............................................... ok
- t/op/die_unwind ................................................ ok
- t/op/do ........................................................ ok
- t/op/dor ....................................................... ok
- t/op/dump ...................................................... ok
- t/op/each ...................................................... ok
- t/op/each_array ................................................ ok
- t/op/eval ...................................................... ok
- t/op/evalbytes ................................................. ok
- t/op/exec ...................................................... ok
- t/op/exists_sub ................................................ ok
- t/op/exp ....................................................... ok
- t/op/fh ........................................................ ok
- t/op/filehandle ................................................ ok
- t/op/filetest .................................................. ok
- t/op/filetest_stack_ok ......................................... ok
- t/op/filetest_t ................................................ ok
- t/op/flip ...................................................... ok
- t/op/for ....................................................... ok
- t/op/fork ...................................................... ok
- t/op/fresh_perl_utf8 ........................................... ok
- t/op/getpid .................................................... skipped
- t/op/getppid ................................................... ok
- t/op/glob ...................................................... ok
- t/op/gmagic .................................................... ok
- t/op/goto ...................................................... ok
- t/op/goto_xs ................................................... ok
- t/op/grent ..................................................... ok
- t/op/grep ...................................................... ok
- t/op/groups .................................................... ok
- t/op/gv ........................................................ ok
- t/op/hash-rt85026 .............................................. ok
- t/op/hash ...................................................... ok
- t/op/hashassign ................................................ ok
- t/op/hashwarn .................................................. ok
- t/op/heredoc ................................................... ok
- t/op/hexfp ..................................................... ok
- t/op/inc ....................................................... ok
- t/op/inccode-tie ............................................... ok
- t/op/inccode ................................................... ok
- t/op/incfilter ................................................. ok
- t/op/index ..................................................... ok
- t/op/index_thr ................................................. skipped
- t/op/infnan .................................................... ok
- t/op/int ....................................................... ok
- t/op/join ...................................................... ok
- t/op/kill0 ..................................................... ok
- t/op/kvaslice .................................................. ok
- t/op/kvhslice .................................................. ok
- t/op/lc ........................................................ ok
- t/op/leaky-magic ............................................... ok
- t/op/length .................................................... ok
- t/op/lex ....................................................... ok
- t/op/lex_assign ................................................ ok
- t/op/lexsub .................................................... ok
- t/op/lfs ....................................................... ok
- t/op/list ...................................................... ok
- t/op/local ..................................................... ok
- t/op/localref .................................................. ok
- t/op/lock ...................................................... ok
- t/op/loopctl ................................................... ok
- t/op/lop ....................................................... ok
- t/op/lvref ..................................................... ok
- t/op/magic-27839 ............................................... ok
- t/op/magic ..................................................... ok
- t/op/method .................................................... ok
- t/op/mkdir ..................................................... ok
- t/op/multideref ................................................ ok
- t/op/my ........................................................ ok
- t/op/my_stash .................................................. ok
- t/op/mydef ..................................................... ok
- t/op/negate .................................................... ok
- t/op/not ....................................................... ok
- t/op/numconvert ................................................ ok
- t/op/oct ....................................................... ok
- t/op/or ........................................................ ok
- t/op/ord ....................................................... ok
- t/op/overload_integer .......................................... ok
- t/op/override .................................................. ok
- t/op/pack ...................................................... ok
- t/op/packagev .................................................. ok
- t/op/pos ....................................................... ok
- t/op/postfixderef .............................................. ok
- t/op/pow ....................................................... ok
- t/op/print ..................................................... ok
- t/op/protowarn ................................................. ok
- t/op/push ...................................................... ok
- t/op/pwent ..................................................... ok
- t/op/qr ........................................................ ok
- t/op/quotemeta ................................................. ok
- t/op/rand ...................................................... ok
- t/op/range ..................................................... ok
- t/op/read ...................................................... ok
- t/op/readdir ................................................... ok
- t/op/readline .................................................. ok
- t/op/recurse ................................................... ok
- t/op/ref ....................................................... ok
- t/op/repeat .................................................... ok
- t/op/require_37033 ............................................. ok
- t/op/require_errors ............................................ ok
- t/op/require_override .......................................... ok
- t/op/reset ..................................................... ok
- t/op/reverse ................................................... ok
- t/op/rt119311 .................................................. ok
- t/op/runlevel .................................................. ok
- t/op/select .................................................... ok
- t/op/setpgrpstack .............................................. ok
- t/op/sigdispatch ............................................... ok
- t/op/signatures ................................................ ok
- t/op/sigsystem ................................................. ok
- t/op/sleep ..................................................... ok
- t/op/smartkve .................................................. ok
- t/op/smartmatch ................................................ ok
- t/op/sort ...................................................... ok
- t/op/splice .................................................... ok
- t/op/split ..................................................... ok
- t/op/split_unicode ............................................. ok
- t/op/sprintf ................................................... ok
- t/op/sprintf2 .................................................. ok
- t/op/srand ..................................................... ok
- t/op/sselect ................................................... ok
- t/op/stash ..................................................... ok
- t/op/stat ...................................................... ok
- t/op/state ..................................................... ok
- t/op/study ..................................................... ok
- t/op/studytied ................................................. ok
- t/op/sub ....................................................... ok
- t/op/sub_lval .................................................. ok
- t/op/substr .................................................... ok
- t/op/substr_thr ................................................ skipped
- t/op/svleak .................................................... ok
- t/op/switch .................................................... ok
- t/op/symbolcache ............................................... ok
- t/op/sysio ..................................................... ok
- t/op/taint ..................................................... ok
- t/op/threads-dirh .............................................. skipped
- t/op/threads ................................................... skipped
- t/op/tie ....................................................... ok
- t/op/tie_fetch_count ........................................... ok
- t/op/tiearray .................................................. ok
- t/op/tiehandle ................................................. ok
- t/op/time ...................................................... ok
- t/op/time_loop ................................................. ok
- t/op/tr ........................................................ ok
- t/op/undef ..................................................... ok
- t/op/universal ................................................. ok
- t/op/unlink .................................................... ok
- t/op/unshift ................................................... ok
- t/op/upgrade ................................................... ok
- t/op/utf8cache ................................................. ok
- t/op/utf8decode ................................................ ok
- t/op/utf8magic ................................................. ok
- t/op/utfhash ................................................... ok
- t/op/utftaint .................................................. ok
- t/op/vec ....................................................... ok
- t/op/ver ....................................................... ok
- t/op/waitpid ................................................... ok
- t/op/wantarray ................................................. ok
- t/op/warn ...................................................... ok
- t/op/while ..................................................... ok
- t/op/write ..................................................... ok
- t/op/yadayada .................................................. ok
- t/uni/attrs .................................................... ok
- t/uni/bless .................................................... ok
- t/uni/cache .................................................... ok
- t/uni/caller ................................................... ok
- t/uni/chomp .................................................... ok
- t/uni/class .................................................... ok
- t/uni/eval ..................................................... ok
- t/uni/fold ..................................................... ok
- t/uni/goto ..................................................... ok
- t/uni/greek .................................................... skipped
- t/uni/gv ....................................................... ok
- t/uni/heavy .................................................... ok
- t/uni/labels ................................................... ok
- t/uni/latin2 ................................................... skipped
- t/uni/lex_utf8 ................................................. ok
- t/uni/lower .................................................... ok
- t/uni/method ................................................... ok
- t/uni/opcroak .................................................. ok
- t/uni/overload ................................................. ok
- t/uni/package .................................................. ok
- t/uni/parser ................................................... ok
- t/uni/readline ................................................. ok
- t/uni/select ................................................... ok
- t/uni/sprintf .................................................. ok
- t/uni/stash .................................................... ok
- t/uni/tie ...................................................... ok
- t/uni/title .................................................... ok
- t/uni/tr_utf8 .................................................. ok
- t/uni/universal ................................................ ok
- t/uni/upper .................................................... ok
- t/uni/variables ................................................ ok
- t/uni/write .................................................... ok
- t/mro/basic .................................................... ok
- t/mro/basic_01_c3 .............................................. ok
- t/mro/basic_01_c3_utf8 ......................................... ok
- t/mro/basic_01_dfs ............................................. ok
- t/mro/basic_01_dfs_utf8 ........................................ ok
- t/mro/basic_02_c3 .............................................. ok
- t/mro/basic_02_c3_utf8 ......................................... ok
- t/mro/basic_02_dfs ............................................. ok
- t/mro/basic_02_dfs_utf8 ........................................ ok
- t/mro/basic_03_c3 .............................................. ok
- t/mro/basic_03_c3_utf8 ......................................... ok
- t/mro/basic_03_dfs ............................................. ok
- t/mro/basic_03_dfs_utf8 ........................................ ok
- t/mro/basic_04_c3 .............................................. ok
- t/mro/basic_04_c3_utf8 ......................................... ok
- t/mro/basic_04_dfs ............................................. ok
- t/mro/basic_04_dfs_utf8 ........................................ ok
- t/mro/basic_05_c3 .............................................. ok
- t/mro/basic_05_c3_utf8 ......................................... ok
- t/mro/basic_05_dfs ............................................. ok
- t/mro/basic_05_dfs_utf8 ........................................ ok
- t/mro/basic_utf8 ............................................... ok
- t/mro/c3_with_overload ......................................... ok
- t/mro/c3_with_overload_utf8 .................................... ok
- t/mro/complex_c3 ............................................... ok
- t/mro/complex_c3_utf8 .......................................... ok
- t/mro/complex_dfs .............................................. ok
- t/mro/complex_dfs_utf8 ......................................... ok
- t/mro/dbic_c3 .................................................. ok
- t/mro/dbic_c3_utf8 ............................................. ok
- t/mro/dbic_dfs ................................................. ok
- t/mro/dbic_dfs_utf8 ............................................ ok
- t/mro/inconsistent_c3 .......................................... ok
- t/mro/inconsistent_c3_utf8 ..................................... ok
- t/mro/isa_aliases .............................................. ok
- t/mro/isa_aliases_utf8 ......................................... ok
- t/mro/isa_c3 ................................................... ok
- t/mro/isa_c3_utf8 .............................................. ok
- t/mro/isa_dfs .................................................. ok
- t/mro/isa_dfs_utf8 ............................................. ok
- t/mro/isarev ................................................... ok
- t/mro/isarev_utf8 .............................................. ok
- t/mro/method_caching ........................................... ok
- t/mro/method_caching_utf8 ...................................... ok
- t/mro/next_NEXT ................................................ ok
- t/mro/next_NEXT_utf8 ........................................... ok
- t/mro/next_edgecases ........................................... ok
- t/mro/next_edgecases_utf8 ...................................... ok
- t/mro/next_goto ................................................ ok
- t/mro/next_goto_utf8 ........................................... ok
- t/mro/next_inanon .............................................. ok
- t/mro/next_inanon_utf8 ......................................... ok
- t/mro/next_ineval .............................................. ok
- t/mro/next_ineval_utf8 ......................................... ok
- t/mro/next_method .............................................. ok
- t/mro/next_method_utf8 ......................................... ok
- t/mro/next_skip ................................................ ok
- t/mro/next_skip_utf8 ........................................... ok
- t/mro/overload_c3 .............................................. ok
- t/mro/overload_c3_utf8 ......................................... ok
- t/mro/overload_dfs ............................................. ok
- t/mro/package_aliases .......................................... ok
- t/mro/package_aliases_utf8 ..................................... ok
- t/mro/pkg_gen .................................................. ok
- t/mro/pkg_gen_utf8 ............................................. ok
- t/mro/recursion_c3 ............................................. ok
- t/mro/recursion_c3_utf8 ........................................ ok
- t/mro/recursion_dfs ............................................ ok
- t/mro/recursion_dfs_utf8 ....................................... ok
- t/mro/vulcan_c3 ................................................ ok
- t/mro/vulcan_c3_utf8 ........................................... ok
- t/mro/vulcan_dfs ............................................... ok
- t/mro/vulcan_dfs_utf8 .......................................... ok
- t/perf/benchmarks .............................................. ok
- t/perf/opcount ................................................. ok
- t/perf/optree .................................................. ok
- t/perf/speed ................................................... ok
- t/perf/taint ................................................... ok
- t/porting/FindExt .............................................. ok
- t/porting/args_assert .......................................... ok
- t/porting/authors .............................................. ok
- t/porting/bench ................................................ ok
- t/porting/bincompat ............................................ ok
- t/porting/checkcase ............................................ ok
- t/porting/checkcfgvar .......................................... ok
- t/porting/cmp_version .......................................... ok
- t/porting/copyright ............................................ ok
- t/porting/corelist ............................................. ok
- t/porting/customized ........................................... ok
- t/porting/diag ................................................. ok
- t/porting/dual-life ............................................ ok
- t/porting/exec-bit ............................................. ok
- t/porting/extrefs .............................................. ok
- t/porting/filenames ............................................ ok
- t/porting/globvar .............................................. ok
- t/porting/libperl .............................................. ok
- t/porting/maintainers .......................................... ok
- t/porting/manifest ............................................. ok
- t/porting/pending-author ....................................... skipped
- t/porting/perlfunc ............................................. ok
- t/porting/pod_rules ............................................ ok
- t/porting/podcheck ............................................. ok
- t/porting/re_context ........................................... ok
- t/porting/readme ............................................... ok
- t/porting/regen ................................................ ok
- t/porting/ss_dup ............................................... ok
- t/porting/test_bootstrap ....................................... ok
- t/porting/utils ................................................ ok
- t/lib/commonsense .............................................. ok
- t/lib/croak .................................................... ok
- t/lib/cygwin ................................................... skipped
- t/lib/deprecate ................................................ ok
- t/lib/mypragma ................................................. ok
- t/lib/no_load .................................................. ok
- t/lib/overload_fallback ........................................ ok
- t/lib/overload_nomethod ........................................ ok
- t/lib/proxy_constant_subs ...................................... ok
- t/lib/universal ................................................ ok
- cpan/Archive-Tar/t/01_use ...................................... ok
- cpan/Archive-Tar/t/02_methods .................................. ok
- cpan/Archive-Tar/t/03_file ..................................... ok
- cpan/Archive-Tar/t/04_resolved_issues .......................... ok
- cpan/Archive-Tar/t/05_iter ..................................... ok
- cpan/Archive-Tar/t/06_error .................................... ok
- cpan/Archive-Tar/t/08_ptargrep ................................. ok
- cpan/Archive-Tar/t/09_roundtrip ................................ ok
- cpan/Archive-Tar/t/90_symlink .................................. skipped
- cpan/Archive-Tar/t/99_pod ...................................... skipped
- cpan/autodie/t/00-load ......................................... ok
- cpan/autodie/t/args ............................................ ok
- cpan/autodie/t/autodie ......................................... ok
- cpan/autodie/t/backcompat ...................................... ok
- cpan/autodie/t/basic_exceptions ................................ ok
- cpan/autodie/t/binmode ......................................... ok
- cpan/autodie/t/blog_hints ...................................... ok
- cpan/autodie/t/caller .......................................... ok
- cpan/autodie/t/chmod ........................................... ok
- cpan/autodie/t/chown ........................................... ok
- cpan/autodie/t/context ......................................... ok
- cpan/autodie/t/context_lexical ................................. ok
- cpan/autodie/t/core-trampoline-slurp ........................... ok
- cpan/autodie/t/crickey ......................................... ok
- cpan/autodie/t/dbmopen ......................................... ok
- cpan/autodie/t/eval_error ...................................... ok
- cpan/autodie/t/exception_class ................................. ok
- cpan/autodie/t/exceptions ...................................... ok
- cpan/autodie/t/exec ............................................ ok
- cpan/autodie/t/Fatal ........................................... ok
- cpan/autodie/t/filehandles ..................................... ok
- cpan/autodie/t/fileno .......................................... ok
- cpan/autodie/t/flock ........................................... ok
- cpan/autodie/t/format-clobber .................................. ok
- cpan/autodie/t/hints ........................................... ok
- cpan/autodie/t/hints_insist .................................... ok
- cpan/autodie/t/hints_pod_examples .............................. ok
- cpan/autodie/t/hints_provider_does ............................. ok
- cpan/autodie/t/hints_provider_easy_does_it ..................... ok
- cpan/autodie/t/hints_provider_isa .............................. ok
- cpan/autodie/t/import-into ..................................... skipped
- cpan/autodie/t/internal ........................................ ok
- cpan/autodie/t/internal-backcompat ............................. ok
- cpan/autodie/t/kill ............................................ ok
- cpan/autodie/t/lethal .......................................... ok
- cpan/autodie/t/mkdir ........................................... ok
- cpan/autodie/t/no_carp ......................................... ok
- cpan/autodie/t/open ............................................ ok
- cpan/autodie/t/read ............................................ ok
- cpan/autodie/t/recv ............................................ ok
- cpan/autodie/t/repeat .......................................... ok
- cpan/autodie/t/rt-74246 ........................................ ok
- cpan/autodie/t/scope_leak ...................................... ok
- cpan/autodie/t/skip ............................................ ok
- cpan/autodie/t/string-eval-basic ............................... ok
- cpan/autodie/t/string-eval-leak ................................ ok
- cpan/autodie/t/sysopen ......................................... ok
- cpan/autodie/t/truncate ........................................ ok
- cpan/autodie/t/unlink .......................................... ok
- cpan/autodie/t/user-context .................................... ok
- cpan/autodie/t/usersub ......................................... ok
- cpan/autodie/t/utf8_open ....................................... ok
- cpan/autodie/t/utime ........................................... ok
- cpan/autodie/t/version ......................................... skipped
- cpan/autodie/t/version_tag ..................................... ok
- cpan/AutoLoader/t/01AutoLoader ................................. ok
- cpan/AutoLoader/t/02AutoSplit .................................. ok
- cpan/B-Debug/t/debug ........................................... ok
- cpan/bignum/t/big_e_pi ......................................... ok
- cpan/bignum/t/bigexp ........................................... ok
- cpan/bignum/t/bigint ........................................... ok
- cpan/bignum/t/bignum ........................................... ok
- cpan/bignum/t/bigrat ........................................... ok
- cpan/bignum/t/bii_e_pi ......................................... ok
- cpan/bignum/t/biinfnan ......................................... ok
- cpan/bignum/t/bir_e_pi ......................................... ok
- cpan/bignum/t/bn_lite .......................................... skipped
- cpan/bignum/t/bninfnan ......................................... ok
- cpan/bignum/t/br_lite .......................................... skipped
- cpan/bignum/t/brinfnan ......................................... ok
- cpan/bignum/t/in_effect ........................................ ok
- cpan/bignum/t/option_a ......................................... ok
- cpan/bignum/t/option_l ......................................... ok
- cpan/bignum/t/option_p ......................................... ok
- cpan/bignum/t/overrides ........................................ ok
- cpan/bignum/t/ratopt_a ......................................... ok
- cpan/bignum/t/scope_f .......................................... ok
- cpan/bignum/t/scope_i .......................................... ok
- cpan/bignum/t/scope_r .......................................... ok
- cpan/Compress-Raw-Bzip2/t/000prereq ............................ ok
- cpan/Compress-Raw-Bzip2/t/01bzip2 .............................. ok
- cpan/Compress-Raw-Bzip2/t/09limitoutput ........................ ok
- cpan/Compress-Raw-Bzip2/t/19nonpv .............................. ok
- cpan/Compress-Raw-Bzip2/t/99pod ................................ skipped
- cpan/Compress-Raw-Zlib/t/01version ............................. ok
- cpan/Compress-Raw-Zlib/t/02zlib ................................ ok
- cpan/Compress-Raw-Zlib/t/07bufsize ............................. skipped
- cpan/Compress-Raw-Zlib/t/09limitoutput ......................... ok
- cpan/Compress-Raw-Zlib/t/18lvalue .............................. ok
- cpan/Compress-Raw-Zlib/t/19nonpv ............................... ok
- cpan/Config-Perl-V/t/10_base ................................... ok
- cpan/Config-Perl-V/t/20_plv56 .................................. ok
- cpan/Config-Perl-V/t/21_plv58 .................................. ok
- cpan/Config-Perl-V/t/22_plv510 ................................. ok
- cpan/Config-Perl-V/t/23_plv512 ................................. ok
- cpan/Config-Perl-V/t/24_plv514 ................................. ok
- cpan/Config-Perl-V/t/25_plv516 ................................. ok
- cpan/Config-Perl-V/t/25_plv5162 ................................ ok
- cpan/Config-Perl-V/t/26_plv518 ................................. ok
- cpan/Config-Perl-V/t/26_plv5182 ................................ ok
- cpan/Config-Perl-V/t/27_plv5200 ................................ ok
- cpan/Config-Perl-V/t/27_plv5202 ................................ ok
- cpan/Config-Perl-V/t/28_plv5220 ................................ ok
- cpan/Config-Perl-V/t/28_plv52201w .............................. ok
- cpan/Config-Perl-V/t/29_plv5235w ............................... ok
- cpan/Config-Perl-V/t/30_plv5240 ................................ ok
- cpan/CPAN/t/01loadme ........................................... ok
- cpan/CPAN/t/02nox .............................................. ok
- cpan/CPAN/t/03pkgs ............................................. ok
- cpan/CPAN/t/10version .......................................... ok
- cpan/CPAN/t/11mirroredby ....................................... ok
- cpan/CPAN-Meta/t/converter ..................................... ok
- cpan/CPAN-Meta/t/converter-bad ................................. ok
- cpan/CPAN-Meta/t/converter-fail ................................ ok
- cpan/CPAN-Meta/t/converter-fragments ........................... ok
- cpan/CPAN-Meta/t/load-bad ...................................... ok
- cpan/CPAN-Meta/t/merge ......................................... ok
- cpan/CPAN-Meta/t/meta-obj ...................................... ok
- cpan/CPAN-Meta/t/no-index ...................................... ok
- cpan/CPAN-Meta/t/optional_feature-merge ........................ ok
- cpan/CPAN-Meta/t/parse-cpan-meta/02_api ........................ ok
- cpan/CPAN-Meta/t/parse-cpan-meta/03_functions .................. ok
- cpan/CPAN-Meta/t/parse-cpan-meta/04_export ..................... ok
- cpan/CPAN-Meta/t/parse-cpan-meta/05_errors ..................... ok
- cpan/CPAN-Meta/t/prereqs ....................................... ok
- cpan/CPAN-Meta/t/prereqs-finalize .............................. ok
- cpan/CPAN-Meta/t/prereqs-merge ................................. ok
- cpan/CPAN-Meta/t/repository .................................... ok
- cpan/CPAN-Meta/t/save-load ..................................... ok
- cpan/CPAN-Meta/t/validator ..................................... ok
- cpan/CPAN-Meta-Requirements/t/accepts .......................... ok
- cpan/CPAN-Meta-Requirements/t/bad_version_hook ................. ok
- cpan/CPAN-Meta-Requirements/t/basic ............................ ok
- cpan/CPAN-Meta-Requirements/t/finalize ......................... ok
- cpan/CPAN-Meta-Requirements/t/from-hash ........................ ok
- cpan/CPAN-Meta-Requirements/t/merge ............................ ok
- cpan/CPAN-Meta-Requirements/t/strings .......................... ok
- cpan/CPAN-Meta-YAML/t/01_api ................................... ok
- cpan/CPAN-Meta-YAML/t/01_compile ............................... ok
- cpan/CPAN-Meta-YAML/t/10_read .................................. ok
- cpan/CPAN-Meta-YAML/t/11_read_string ........................... ok
- cpan/CPAN-Meta-YAML/t/12_write ................................. ok
- cpan/CPAN-Meta-YAML/t/13_write_string .......................... ok
- cpan/CPAN-Meta-YAML/t/20_subclass .............................. ok
- cpan/CPAN-Meta-YAML/t/21_yamlpm_compat ......................... ok
- cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml ......................... ok
- cpan/CPAN-Meta-YAML/t/31_local_tml ............................. ok
- cpan/CPAN-Meta-YAML/t/32_world_tml ............................. ok
- cpan/CPAN-Meta-YAML/t/86_fail .................................. ok
- cpan/Devel-PPPort/t/call ....................................... ok
- cpan/Devel-PPPort/t/cop ........................................ ok
- cpan/Devel-PPPort/t/exception .................................. ok
- cpan/Devel-PPPort/t/format ..................................... ok
- cpan/Devel-PPPort/t/grok ....................................... ok
- cpan/Devel-PPPort/t/gv ......................................... ok
- cpan/Devel-PPPort/t/HvNAME ..................................... ok
- cpan/Devel-PPPort/t/limits ..................................... ok
- cpan/Devel-PPPort/t/magic ...................................... ok
- cpan/Devel-PPPort/t/memory ..................................... ok
- cpan/Devel-PPPort/t/misc ....................................... ok
- cpan/Devel-PPPort/t/mPUSH ...................................... ok
- cpan/Devel-PPPort/t/MY_CXT ..................................... ok
- cpan/Devel-PPPort/t/newCONSTSUB ................................ ok
- cpan/Devel-PPPort/t/newRV ...................................... ok
- cpan/Devel-PPPort/t/newSV_type ................................. ok
- cpan/Devel-PPPort/t/newSVpv .................................... ok
- cpan/Devel-PPPort/t/podtest .................................... ok
- cpan/Devel-PPPort/t/ppphtest ................................... ok
- cpan/Devel-PPPort/t/pv_tools ................................... ok
- cpan/Devel-PPPort/t/pvs ........................................ ok
- cpan/Devel-PPPort/t/shared_pv .................................. ok
- cpan/Devel-PPPort/t/snprintf ................................... ok
- cpan/Devel-PPPort/t/sprintf .................................... ok
- cpan/Devel-PPPort/t/strlfuncs .................................. ok
- cpan/Devel-PPPort/t/Sv_set ..................................... ok
- cpan/Devel-PPPort/t/sv_xpvf .................................... ok
- cpan/Devel-PPPort/t/SvPV ....................................... ok
- cpan/Devel-PPPort/t/SvREFCNT ................................... ok
- cpan/Devel-PPPort/t/threads .................................... ok
- cpan/Devel-PPPort/t/uv ......................................... ok
- cpan/Devel-PPPort/t/variables .................................. ok
- cpan/Devel-PPPort/t/warn ....................................... ok
- cpan/Digest/t/base ............................................. ok
- cpan/Digest/t/digest ........................................... ok
- cpan/Digest/t/file ............................................. ok
- cpan/Digest/t/security ......................................... ok
- cpan/Digest-MD5/t/align ........................................ ok
- cpan/Digest-MD5/t/badfile ...................................... ok
- cpan/Digest-MD5/t/bits ......................................... ok
- cpan/Digest-MD5/t/clone ........................................ ok
- cpan/Digest-MD5/t/files ........................................ ok
- cpan/Digest-MD5/t/md5-aaa ...................................... ok
- cpan/Digest-MD5/t/threads ...................................... skipped
- cpan/Digest-MD5/t/utf8 ......................................... ok
- cpan/Digest-SHA/t/allfcns ...................................... ok
- cpan/Digest-SHA/t/base64 ....................................... ok
- cpan/Digest-SHA/t/bitbuf ....................................... ok
- cpan/Digest-SHA/t/bitorder ..................................... ok
- cpan/Digest-SHA/t/fips180-4 .................................... ok
- cpan/Digest-SHA/t/fips198 ...................................... ok
- cpan/Digest-SHA/t/gg ........................................... ok
- cpan/Digest-SHA/t/gglong ....................................... ok
- cpan/Digest-SHA/t/hmacsha ...................................... ok
- cpan/Digest-SHA/t/inheritance .................................. ok
- cpan/Digest-SHA/t/ireland ...................................... ok
- cpan/Digest-SHA/t/methods ...................................... ok
- cpan/Digest-SHA/t/nistbit ...................................... ok
- cpan/Digest-SHA/t/nistbyte ..................................... ok
- cpan/Digest-SHA/t/rfc2202 ...................................... ok
- cpan/Digest-SHA/t/sha1 ......................................... ok
- cpan/Digest-SHA/t/sha224 ....................................... ok
- cpan/Digest-SHA/t/sha256 ....................................... ok
- cpan/Digest-SHA/t/sha384 ....................................... ok
- cpan/Digest-SHA/t/sha512 ....................................... ok
- cpan/Digest-SHA/t/state ........................................ ok
- cpan/Digest-SHA/t/unicode ...................................... ok
- cpan/Digest-SHA/t/woodbury ..................................... ok
- cpan/Encode/t/Aliases .......................................... ok
- cpan/Encode/t/at-cn ............................................ ok
- cpan/Encode/t/at-tw ............................................ ok
- cpan/Encode/t/CJKT ............................................. ok
- cpan/Encode/t/cow .............................................. ok
- cpan/Encode/t/decode ........................................... ok
- cpan/Encode/t/enc_data ......................................... skipped
- cpan/Encode/t/enc_eucjp ........................................ skipped
- cpan/Encode/t/enc_module ....................................... skipped
- cpan/Encode/t/enc_utf8 ......................................... skipped
- cpan/Encode/t/Encode ........................................... ok
- cpan/Encode/t/Encoder .......................................... ok
- cpan/Encode/t/encoding ......................................... skipped
- cpan/Encode/t/encoding-locale .................................. ok
- cpan/Encode/t/fallback ......................................... ok
- cpan/Encode/t/from_to .......................................... ok
- cpan/Encode/t/grow ............................................. ok
- cpan/Encode/t/gsm0338 .......................................... ok
- cpan/Encode/t/guess ............................................ ok
- cpan/Encode/t/isa .............................................. ok
- cpan/Encode/t/jis7-fallback .................................... ok
- cpan/Encode/t/jperl ............................................ skipped
- cpan/Encode/t/magic ............................................ ok
- cpan/Encode/t/mime-header ...................................... ok
- cpan/Encode/t/mime-name ........................................ ok
- cpan/Encode/t/mime_header_iso2022jp ............................ ok
- cpan/Encode/t/perlio ........................................... ok
- cpan/Encode/t/piconv ........................................... skipped
- cpan/Encode/t/rt113164 ......................................... ok
- cpan/Encode/t/rt65541 .......................................... ok
- cpan/Encode/t/rt76824 .......................................... ok
- cpan/Encode/t/rt85489 .......................................... ok
- cpan/Encode/t/rt86327 .......................................... ok
- cpan/Encode/t/taint ............................................ ok
- cpan/Encode/t/Unicode .......................................... ok
- cpan/Encode/t/utf8ref .......................................... ok
- cpan/Encode/t/utf8strict ....................................... ok
- cpan/Encode/t/utf8warnings ..................................... ok
- cpan/experimental/t/basic ...................................... ok
- cpan/ExtUtils-Constant/t/Constant .............................. ok
- cpan/ExtUtils-Install/t/can_write_dir .......................... ok
- cpan/ExtUtils-Install/t/Install ................................ ok
- cpan/ExtUtils-Install/t/Installapi2 ............................ ok
- cpan/ExtUtils-Install/t/Installed .............................. ok
- cpan/ExtUtils-Install/t/InstallWithMM .......................... ok
- cpan/ExtUtils-Install/t/Packlist ............................... ok
- cpan/ExtUtils-MakeMaker/t/00compile ............................ skipped
- cpan/ExtUtils-MakeMaker/t/01perl_bugs .......................... ok
- cpan/ExtUtils-MakeMaker/t/02-xsdynamic ......................... ok
- cpan/ExtUtils-MakeMaker/t/03-xsstatic .......................... skipped
- cpan/ExtUtils-MakeMaker/t/arch_check ........................... ok
- cpan/ExtUtils-MakeMaker/t/backwards ............................ ok
- cpan/ExtUtils-MakeMaker/t/basic ................................ ok
- cpan/ExtUtils-MakeMaker/t/build_man ............................ ok
- cpan/ExtUtils-MakeMaker/t/cd ................................... ok
- cpan/ExtUtils-MakeMaker/t/config ............................... ok
- cpan/ExtUtils-MakeMaker/t/cp ................................... ok
- cpan/ExtUtils-MakeMaker/t/dir_target ........................... ok
- cpan/ExtUtils-MakeMaker/t/echo ................................. ok
- cpan/ExtUtils-MakeMaker/t/eu_command ........................... ok
- cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE ....................... ok
- cpan/ExtUtils-MakeMaker/t/fix_libs ............................. ok
- cpan/ExtUtils-MakeMaker/t/fixin ................................ ok
- cpan/ExtUtils-MakeMaker/t/hints ................................ ok
- cpan/ExtUtils-MakeMaker/t/INST ................................. ok
- cpan/ExtUtils-MakeMaker/t/INST_PREFIX .......................... ok
- cpan/ExtUtils-MakeMaker/t/INSTALL_BASE ......................... ok
- cpan/ExtUtils-MakeMaker/t/installed_file ....................... ok
- cpan/ExtUtils-MakeMaker/t/is_of_type ........................... ok
- cpan/ExtUtils-MakeMaker/t/Liblist .............................. ok
- cpan/ExtUtils-MakeMaker/t/make ................................. ok
- cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters ................. ok
- cpan/ExtUtils-MakeMaker/t/maketext_filter ...................... ok
- cpan/ExtUtils-MakeMaker/t/meta_convert ......................... ok
- cpan/ExtUtils-MakeMaker/t/metafile_data ........................ ok
- cpan/ExtUtils-MakeMaker/t/metafile_file ........................ ok
- cpan/ExtUtils-MakeMaker/t/min_perl_version ..................... ok
- cpan/ExtUtils-MakeMaker/t/miniperl ............................. ok
- cpan/ExtUtils-MakeMaker/t/Mkbootstrap .......................... ok
- cpan/ExtUtils-MakeMaker/t/MM_Any ............................... ok
- cpan/ExtUtils-MakeMaker/t/MM_BeOS .............................. skipped
- cpan/ExtUtils-MakeMaker/t/MM_Cygwin ............................ skipped
- cpan/ExtUtils-MakeMaker/t/MM_NW5 ............................... skipped
- cpan/ExtUtils-MakeMaker/t/MM_OS2 ............................... skipped
- cpan/ExtUtils-MakeMaker/t/MM_Unix .............................. ok
- cpan/ExtUtils-MakeMaker/t/MM_VMS ............................... skipped
- cpan/ExtUtils-MakeMaker/t/MM_Win32 ............................. skipped
- cpan/ExtUtils-MakeMaker/t/oneliner ............................. ok
- cpan/ExtUtils-MakeMaker/t/parse_abstract ....................... ok
- cpan/ExtUtils-MakeMaker/t/parse_version ........................ ok
- cpan/ExtUtils-MakeMaker/t/PL_FILES ............................. ok
- cpan/ExtUtils-MakeMaker/t/pm ................................... ok
- cpan/ExtUtils-MakeMaker/t/pm_to_blib ........................... ok
- cpan/ExtUtils-MakeMaker/t/pod2man .............................. ok
- cpan/ExtUtils-MakeMaker/t/postamble ............................ ok
- cpan/ExtUtils-MakeMaker/t/prefixify ............................ ok
- cpan/ExtUtils-MakeMaker/t/prereq ............................... ok
- cpan/ExtUtils-MakeMaker/t/prereq_print ......................... ok
- cpan/ExtUtils-MakeMaker/t/problems ............................. ok
- cpan/ExtUtils-MakeMaker/t/prompt ............................... ok
- cpan/ExtUtils-MakeMaker/t/recurs ............................... ok
- cpan/ExtUtils-MakeMaker/t/revision ............................. ok
- cpan/ExtUtils-MakeMaker/t/several_authors ...................... ok
- cpan/ExtUtils-MakeMaker/t/split_command ........................ ok
- cpan/ExtUtils-MakeMaker/t/test_boilerplate ..................... ok
- cpan/ExtUtils-MakeMaker/t/testlib .............................. ok
- cpan/ExtUtils-MakeMaker/t/unicode .............................. ok
- cpan/ExtUtils-MakeMaker/t/VERSION_FROM ......................... ok
- cpan/ExtUtils-MakeMaker/t/vstrings ............................. ok
- cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile ................... ok
- cpan/ExtUtils-MakeMaker/t/writemakefile_args ................... ok
- cpan/ExtUtils-Manifest/t/Manifest .............................. ok
- cpan/File-Fetch/t/01_File-Fetch ................................ ok
- cpan/File-Fetch/t/null_subclass ................................ ok
- cpan/File-Path/t/Path .......................................... ok
- cpan/File-Path/t/Path_root ..................................... skipped
- cpan/File-Path/t/Path_win32 .................................... skipped
- cpan/File-Path/t/taint ......................................... ok
- cpan/File-Temp/t/cmp ........................................... ok
- cpan/File-Temp/t/fork .......................................... ok
- cpan/File-Temp/t/lock .......................................... skipped
- cpan/File-Temp/t/mktemp ........................................ ok
- cpan/File-Temp/t/object ........................................ ok
- cpan/File-Temp/t/posix ......................................... ok
- cpan/File-Temp/t/rmtree ........................................ ok
- cpan/File-Temp/t/security ...................................... ok
- cpan/File-Temp/t/seekable ...................................... ok
- cpan/File-Temp/t/tempfile ...................................... ok
- cpan/Filter-Util-Call/t/call ................................... ok
- cpan/Filter-Util-Call/t/rt_101033 .............................. ok
- cpan/Filter-Util-Call/t/rt_54452-rebless ....................... ok
- cpan/Getopt-Long/t/gol-basic ................................... ok
- cpan/Getopt-Long/t/gol-linkage ................................. ok
- cpan/Getopt-Long/t/gol-oo ...................................... ok
- cpan/Getopt-Long/t/gol-xargv ................................... ok
- cpan/Getopt-Long/t/gol-xstring ................................. ok
- cpan/HTTP-Tiny/t/000_load ...................................... ok
- cpan/HTTP-Tiny/t/001_api ....................................... ok
- cpan/HTTP-Tiny/t/002_croakage .................................. ok
- cpan/HTTP-Tiny/t/003_agent ..................................... ok
- cpan/HTTP-Tiny/t/004_timeout ................................... ok
- cpan/HTTP-Tiny/t/010_url ....................................... ok
- cpan/HTTP-Tiny/t/020_headers ................................... ok
- cpan/HTTP-Tiny/t/030_response .................................. ok
- cpan/HTTP-Tiny/t/040_content ................................... ok
- cpan/HTTP-Tiny/t/050_chunked_body .............................. ok
- cpan/HTTP-Tiny/t/060_http_date ................................. ok
- cpan/HTTP-Tiny/t/070_cookie_jar ................................ ok
- cpan/HTTP-Tiny/t/100_get ....................................... ok
- cpan/HTTP-Tiny/t/101_head ...................................... ok
- cpan/HTTP-Tiny/t/102_put ....................................... ok
- cpan/HTTP-Tiny/t/103_delete .................................... ok
- cpan/HTTP-Tiny/t/104_post ...................................... ok
- cpan/HTTP-Tiny/t/110_mirror .................................... ok
- cpan/HTTP-Tiny/t/130_redirect .................................. ok
- cpan/HTTP-Tiny/t/140_proxy ..................................... ok
- cpan/HTTP-Tiny/t/141_no_proxy .................................. ok
- cpan/HTTP-Tiny/t/150_post_form ................................. ok
- cpan/HTTP-Tiny/t/160_cookies ................................... ok
- cpan/HTTP-Tiny/t/161_basic_auth ................................ ok
- cpan/HTTP-Tiny/t/162_proxy_auth ................................ ok
- cpan/HTTP-Tiny/t/170_keepalive ................................. ok
- cpan/IO-Compress/t/000prereq ................................... ok
- cpan/IO-Compress/t/001bzip2 .................................... ok
- cpan/IO-Compress/t/001zlib-generic-deflate ..................... ok
- cpan/IO-Compress/t/001zlib-generic-gzip ........................ ok
- cpan/IO-Compress/t/001zlib-generic-rawdeflate .................. ok
- cpan/IO-Compress/t/001zlib-generic-zip ......................... ok
- cpan/IO-Compress/t/002any-deflate .............................. ok
- cpan/IO-Compress/t/002any-gzip ................................. ok
- cpan/IO-Compress/t/002any-rawdeflate ........................... ok
- cpan/IO-Compress/t/002any-transparent .......................... ok
- cpan/IO-Compress/t/002any-zip .................................. ok
- cpan/IO-Compress/t/004gziphdr .................................. ok
- cpan/IO-Compress/t/005defhdr ................................... ok
- cpan/IO-Compress/t/006zip ...................................... ok
- cpan/IO-Compress/t/01misc ...................................... ok
- cpan/IO-Compress/t/020isize .................................... skipped
- cpan/IO-Compress/t/050interop-gzip ............................. ok
- cpan/IO-Compress/t/100generic-bzip2 ............................ ok
- cpan/IO-Compress/t/100generic-deflate .......................... ok
- cpan/IO-Compress/t/100generic-gzip ............................. ok
- cpan/IO-Compress/t/100generic-rawdeflate ....................... ok
- cpan/IO-Compress/t/100generic-zip .............................. ok
- cpan/IO-Compress/t/101truncate-bzip2 ........................... skipped
- cpan/IO-Compress/t/101truncate-deflate ......................... skipped
- cpan/IO-Compress/t/101truncate-gzip ............................ skipped
- cpan/IO-Compress/t/101truncate-rawdeflate ...................... skipped
- cpan/IO-Compress/t/101truncate-zip ............................. skipped
- cpan/IO-Compress/t/102tied-bzip2 ............................... ok
- cpan/IO-Compress/t/102tied-deflate ............................. ok
- cpan/IO-Compress/t/102tied-gzip ................................ ok
- cpan/IO-Compress/t/102tied-rawdeflate .......................... ok
- cpan/IO-Compress/t/102tied-zip ................................. ok
- cpan/IO-Compress/t/103newtied-bzip2 ............................ ok
- cpan/IO-Compress/t/103newtied-deflate .......................... ok
- cpan/IO-Compress/t/103newtied-gzip ............................. ok
- cpan/IO-Compress/t/103newtied-rawdeflate ....................... ok
- cpan/IO-Compress/t/103newtied-zip .............................. ok
- cpan/IO-Compress/t/104destroy-bzip2 ............................ ok
- cpan/IO-Compress/t/104destroy-deflate .......................... ok
- cpan/IO-Compress/t/104destroy-gzip ............................. ok
- cpan/IO-Compress/t/104destroy-rawdeflate ....................... ok
- cpan/IO-Compress/t/104destroy-zip .............................. ok
- cpan/IO-Compress/t/105oneshot-bzip2 ............................ ok
- cpan/IO-Compress/t/105oneshot-deflate .......................... ok
- cpan/IO-Compress/t/105oneshot-gzip ............................. ok
- cpan/IO-Compress/t/105oneshot-gzip-only ........................ ok
- cpan/IO-Compress/t/105oneshot-rawdeflate ....................... ok
- cpan/IO-Compress/t/105oneshot-zip .............................. ok
- cpan/IO-Compress/t/105oneshot-zip-bzip2-only ................... ok
- cpan/IO-Compress/t/105oneshot-zip-only ......................... ok
- cpan/IO-Compress/t/105oneshot-zip-store-only ................... skipped
- cpan/IO-Compress/t/106prime-bzip2 .............................. skipped
- cpan/IO-Compress/t/106prime-deflate ............................ skipped
- cpan/IO-Compress/t/106prime-gzip ............................... skipped
- cpan/IO-Compress/t/106prime-rawdeflate ......................... skipped
- cpan/IO-Compress/t/106prime-zip ................................ skipped
- cpan/IO-Compress/t/107multi-bzip2 .............................. ok
- cpan/IO-Compress/t/107multi-deflate ............................ ok
- cpan/IO-Compress/t/107multi-gzip ............................... ok
- cpan/IO-Compress/t/107multi-rawdeflate ......................... ok
- cpan/IO-Compress/t/107multi-zip ................................ ok
- cpan/IO-Compress/t/108anyunc-bzip2 ............................. ok
- cpan/IO-Compress/t/108anyunc-deflate ........................... ok
- cpan/IO-Compress/t/108anyunc-gzip .............................. ok
- cpan/IO-Compress/t/108anyunc-rawdeflate ........................ ok
- cpan/IO-Compress/t/108anyunc-transparent ....................... ok
- cpan/IO-Compress/t/108anyunc-zip ............................... ok
- cpan/IO-Compress/t/109merge-deflate ............................ ok
- cpan/IO-Compress/t/109merge-gzip ............................... ok
- cpan/IO-Compress/t/109merge-rawdeflate ......................... ok
- cpan/IO-Compress/t/109merge-zip ................................ skipped
- cpan/IO-Compress/t/110encode-bzip2 ............................. ok
- cpan/IO-Compress/t/110encode-deflate ........................... ok
- cpan/IO-Compress/t/110encode-gzip .............................. ok
- cpan/IO-Compress/t/110encode-rawdeflate ........................ ok
- cpan/IO-Compress/t/110encode-zip ............................... ok
- cpan/IO-Compress/t/111const-deflate ............................ ok
- cpan/IO-Compress/t/999pod ...................................... skipped
- cpan/IO-Compress/t/cz-01version ................................ ok
- cpan/IO-Compress/t/cz-03zlib-v1 ................................ ok
- cpan/IO-Compress/t/cz-06gzsetp ................................. ok
- cpan/IO-Compress/t/cz-08encoding ............................... ok
- cpan/IO-Compress/t/cz-14gzopen ................................. ok
- cpan/IO-Compress/t/globmapper .................................. ok
- cpan/IO-Socket-IP/t/00use ...................................... ok
- cpan/IO-Socket-IP/t/01local-client-v4 .......................... ok
- cpan/IO-Socket-IP/t/02local-server-v4 .......................... ok
- cpan/IO-Socket-IP/t/03local-cross-v4 ........................... ok
- cpan/IO-Socket-IP/t/04local-client-v6 .......................... ok
- cpan/IO-Socket-IP/t/05local-server-v6 .......................... ok
- cpan/IO-Socket-IP/t/06local-cross-v6 ........................... ok
- cpan/IO-Socket-IP/t/10args ..................................... ok
- cpan/IO-Socket-IP/t/11sockopts ................................. ok
- cpan/IO-Socket-IP/t/12port-fallback ............................ ok
- cpan/IO-Socket-IP/t/13addrinfo ................................. ok
- cpan/IO-Socket-IP/t/14fileno ................................... ok
- cpan/IO-Socket-IP/t/15io-socket ................................ ok
- cpan/IO-Socket-IP/t/16v6only ................................... ok
- cpan/IO-Socket-IP/t/17gai-flags ................................ ok
- cpan/IO-Socket-IP/t/18fdopen ................................... ok
- cpan/IO-Socket-IP/t/19no-addrs ................................. ok
- cpan/IO-Socket-IP/t/20subclass ................................. ok
- cpan/IO-Socket-IP/t/21as-inet .................................. ok
- cpan/IO-Socket-IP/t/22timeout .................................. ok
- cpan/IO-Socket-IP/t/30nonblocking-connect ...................... ok
- cpan/IO-Socket-IP/t/31nonblocking-connect-internet ............. ok
- cpan/IO-Socket-IP/t/99pod ...................................... skipped
- cpan/IO-Zlib/t/basic ........................................... ok
- cpan/IO-Zlib/t/external ........................................ skipped
- cpan/IO-Zlib/t/getc ............................................ ok
- cpan/IO-Zlib/t/getline ......................................... ok
- cpan/IO-Zlib/t/import .......................................... ok
- cpan/IO-Zlib/t/large ........................................... ok
- cpan/IO-Zlib/t/tied ............................................ ok
- cpan/IO-Zlib/t/uncomp1 ......................................... ok
- cpan/IO-Zlib/t/uncomp2 ......................................... ok
- cpan/IPC-Cmd/t/01_IPC-Cmd ...................................... ok
- cpan/IPC-Cmd/t/02_Interactive .................................. skipped
- cpan/IPC-Cmd/t/03_run-forked ................................... ok
- cpan/IPC-SysV/t/ipcsysv ........................................ ok
- cpan/IPC-SysV/t/msg ............................................ ok
- cpan/IPC-SysV/t/pod ............................................ skipped
- cpan/IPC-SysV/t/podcov ......................................... skipped
- cpan/IPC-SysV/t/sem ............................................ ok
- cpan/IPC-SysV/t/shm ............................................ ok
- cpan/JSON-PP/t/000_load ........................................ ok
- cpan/JSON-PP/t/001_utf8 ........................................ ok
- cpan/JSON-PP/t/002_error ....................................... ok
- cpan/JSON-PP/t/003_types ....................................... ok
- cpan/JSON-PP/t/006_pc_pretty ................................... ok
- cpan/JSON-PP/t/007_pc_esc ...................................... ok
- cpan/JSON-PP/t/008_pc_base ..................................... ok
- cpan/JSON-PP/t/009_pc_extra_number ............................. ok
- cpan/JSON-PP/t/010_pc_keysort .................................. ok
- cpan/JSON-PP/t/011_pc_expo ..................................... ok
- cpan/JSON-PP/t/012_blessed ..................................... ok
- cpan/JSON-PP/t/013_limit ....................................... ok
- cpan/JSON-PP/t/014_latin1 ...................................... ok
- cpan/JSON-PP/t/015_prefix ...................................... ok
- cpan/JSON-PP/t/016_tied ........................................ ok
- cpan/JSON-PP/t/017_relaxed ..................................... ok
- cpan/JSON-PP/t/018_json_checker ................................ ok
- cpan/JSON-PP/t/019_incr ........................................ ok
- cpan/JSON-PP/t/020_unknown ..................................... ok
- cpan/JSON-PP/t/021_evans_bugrep ................................ ok
- cpan/JSON-PP/t/022_comment_at_eof .............................. ok
- cpan/JSON-PP/t/099_binary ...................................... ok
- cpan/JSON-PP/t/104_sortby ...................................... ok
- cpan/JSON-PP/t/105_esc_slash ................................... ok
- cpan/JSON-PP/t/106_allow_barekey ............................... ok
- cpan/JSON-PP/t/107_allow_singlequote ........................... ok
- cpan/JSON-PP/t/108_decode ...................................... ok
- cpan/JSON-PP/t/109_encode ...................................... ok
- cpan/JSON-PP/t/110_bignum ...................................... ok
- cpan/JSON-PP/t/112_upgrade ..................................... ok
- cpan/JSON-PP/t/113_overloaded_eq ............................... ok
- cpan/JSON-PP/t/114_decode_prefix ............................... ok
- cpan/JSON-PP/t/115_tie_ixhash .................................. ok
- cpan/JSON-PP/t/116_incr_parse_fixed ............................ ok
- cpan/JSON-PP/t/zero-mojibake ................................... ok
- cpan/libnet/t/config ........................................... ok
- cpan/libnet/t/datasend ......................................... ok
- cpan/libnet/t/ftp .............................................. skipped
- cpan/libnet/t/hostname ......................................... ok
- cpan/libnet/t/netrc ............................................ ok
- cpan/libnet/t/nntp ............................................. skipped
- cpan/libnet/t/nntp_ipv6 ........................................ ok
- cpan/libnet/t/nntp_ssl ......................................... skipped
- cpan/libnet/t/pop3_ipv6 ........................................ ok
- cpan/libnet/t/pop3_ssl ......................................... skipped
- cpan/libnet/t/require .......................................... ok
- cpan/libnet/t/smtp ............................................. skipped
- cpan/libnet/t/smtp_ipv6 ........................................ ok
- cpan/libnet/t/smtp_ssl ......................................... skipped
- cpan/libnet/t/time ............................................. ok
- cpan/Locale-Codes/t/country .................................... ok
- cpan/Locale-Codes/t/country_old ................................ ok
- cpan/Locale-Codes/t/currency ................................... ok
- cpan/Locale-Codes/t/currency_old ............................... ok
- cpan/Locale-Codes/t/langext .................................... ok
- cpan/Locale-Codes/t/langfam .................................... ok
- cpan/Locale-Codes/t/language ................................... ok
- cpan/Locale-Codes/t/language_old ............................... ok
- cpan/Locale-Codes/t/langvar .................................... ok
- cpan/Locale-Codes/t/script ..................................... ok
- cpan/Locale-Codes/t/script_old ................................. ok
- cpan/Locale-Maketext-Simple/t/0-signature ...................... ok
- cpan/Locale-Maketext-Simple/t/1-basic .......................... ok
- cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default ...... skipped
- cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default ......... skipped
- cpan/Math-BigInt/t/_e_math ..................................... ok
- cpan/Math-BigInt/t/bare_mbf .................................... ok
- cpan/Math-BigInt/t/bare_mbi .................................... ok
- cpan/Math-BigInt/t/bare_mif .................................... ok
- cpan/Math-BigInt/t/bdstr-mbf ................................... ok
- cpan/Math-BigInt/t/bdstr-mbi ................................... ok
- cpan/Math-BigInt/t/bestr-mbf ................................... ok
- cpan/Math-BigInt/t/bestr-mbi ................................... ok
- cpan/Math-BigInt/t/big_pi_e .................................... ok
- cpan/Math-BigInt/t/bigfltpm .................................... ok
- cpan/Math-BigInt/t/bigintc ..................................... ok
- cpan/Math-BigInt/t/bigintpm .................................... ok
- cpan/Math-BigInt/t/bigints ..................................... ok
- cpan/Math-BigInt/t/biglog ...................................... ok
- cpan/Math-BigInt/t/bigroot ..................................... ok
- cpan/Math-BigInt/t/bnstr-mbf ................................... ok
- cpan/Math-BigInt/t/bnstr-mbi ................................... ok
- cpan/Math-BigInt/t/bsstr-mbf ................................... ok
- cpan/Math-BigInt/t/bsstr-mbi ................................... ok
- cpan/Math-BigInt/t/calling ..................................... ok
- cpan/Math-BigInt/t/calling-class-methods ....................... ok
- cpan/Math-BigInt/t/calling-instance-methods .................... ok
- cpan/Math-BigInt/t/config ...................................... ok
- cpan/Math-BigInt/t/const_mbf ................................... ok
- cpan/Math-BigInt/t/constant .................................... ok
- cpan/Math-BigInt/t/downgrade ................................... ok
- cpan/Math-BigInt/t/dparts-mbf .................................. ok
- cpan/Math-BigInt/t/dparts-mbi .................................. ok
- cpan/Math-BigInt/t/eparts-mbf .................................. ok
- cpan/Math-BigInt/t/eparts-mbi .................................. ok
- cpan/Math-BigInt/t/from_bin-mbf ................................ ok
- cpan/Math-BigInt/t/from_bin-mbi ................................ ok
- cpan/Math-BigInt/t/from_hex-mbf ................................ ok
- cpan/Math-BigInt/t/from_hex-mbi ................................ ok
- cpan/Math-BigInt/t/from_oct-mbf ................................ ok
- cpan/Math-BigInt/t/from_oct-mbi ................................ ok
- cpan/Math-BigInt/t/inf_nan ..................................... ok
- cpan/Math-BigInt/t/isa ......................................... ok
- cpan/Math-BigInt/t/lib_load .................................... ok
- cpan/Math-BigInt/t/mbf_ali ..................................... ok
- cpan/Math-BigInt/t/mbi_ali ..................................... ok
- cpan/Math-BigInt/t/mbi_rand .................................... ok
- cpan/Math-BigInt/t/mbimbf ...................................... ok
- cpan/Math-BigInt/t/nan_cmp ..................................... ok
- cpan/Math-BigInt/t/new-mbf ..................................... ok
- cpan/Math-BigInt/t/new_overloaded .............................. ok
- cpan/Math-BigInt/t/nparts-mbf .................................. ok
- cpan/Math-BigInt/t/nparts-mbi .................................. ok
- cpan/Math-BigInt/t/objectify_mbf ............................... ok
- cpan/Math-BigInt/t/objectify_mbi ............................... ok
- cpan/Math-BigInt/t/req_mbf0 .................................... ok
- cpan/Math-BigInt/t/req_mbf1 .................................... ok
- cpan/Math-BigInt/t/req_mbfa .................................... ok
- cpan/Math-BigInt/t/req_mbfi .................................... ok
- cpan/Math-BigInt/t/req_mbfn .................................... ok
- cpan/Math-BigInt/t/req_mbfw .................................... ok
- cpan/Math-BigInt/t/require ..................................... ok
- cpan/Math-BigInt/t/round ....................................... ok
- cpan/Math-BigInt/t/rt-16221 .................................... ok
- cpan/Math-BigInt/t/sparts-mbf .................................. ok
- cpan/Math-BigInt/t/sparts-mbi .................................. ok
- cpan/Math-BigInt/t/sub_ali ..................................... ok
- cpan/Math-BigInt/t/sub_mbf ..................................... ok
- cpan/Math-BigInt/t/sub_mbi ..................................... ok
- cpan/Math-BigInt/t/sub_mif ..................................... ok
- cpan/Math-BigInt/t/trap ........................................ ok
- cpan/Math-BigInt/t/upgrade ..................................... ok
- cpan/Math-BigInt/t/upgrade2 .................................... ok
- cpan/Math-BigInt/t/upgradef .................................... ok
- cpan/Math-BigInt/t/use ......................................... ok
- cpan/Math-BigInt/t/use_lib1 .................................... ok
- cpan/Math-BigInt/t/use_lib2 .................................... ok
- cpan/Math-BigInt/t/use_lib3 .................................... ok
- cpan/Math-BigInt/t/use_lib4 .................................... ok
- cpan/Math-BigInt/t/use_mbfw .................................... ok
- cpan/Math-BigInt/t/with_sub .................................... ok
- cpan/Math-BigInt-FastCalc/t/bigintfc ........................... ok
- cpan/Math-BigInt-FastCalc/t/biglog ............................. ok
- cpan/Math-BigInt-FastCalc/t/bigroot ............................ ok
- cpan/Math-BigInt-FastCalc/t/bootstrap .......................... ok
- cpan/Math-BigInt-FastCalc/t/leak ............................... ok
- cpan/Math-BigInt-FastCalc/t/mbi_rand ........................... ok
- cpan/Math-BigRat/t/big_ap ...................................... ok
- cpan/Math-BigRat/t/bigfltrt .................................... ok
- cpan/Math-BigRat/t/biglog ...................................... ok
- cpan/Math-BigRat/t/bigrat ...................................... ok
- cpan/Math-BigRat/t/bigratpm .................................... ok
- cpan/Math-BigRat/t/bigratup .................................... ok
- cpan/Math-BigRat/t/bigroot ..................................... ok
- cpan/Math-BigRat/t/bitwise ..................................... ok
- cpan/Math-BigRat/t/hang ........................................ ok
- cpan/Math-BigRat/t/requirer .................................... ok
- cpan/Math-BigRat/t/trap ........................................ ok
- cpan/Math-Complex/t/Complex .................................... ok
- cpan/Math-Complex/t/Trig ....................................... ok
- cpan/Math-Complex/t/underbar ................................... ok
- cpan/Memoize/t/array ........................................... ok
- cpan/Memoize/t/array_confusion ................................. ok
- cpan/Memoize/t/correctness ..................................... ok
- cpan/Memoize/t/errors .......................................... ok
- cpan/Memoize/t/expfile ......................................... ok
- cpan/Memoize/t/expire .......................................... ok
- cpan/Memoize/t/expmod_n ........................................ ok
- cpan/Memoize/t/expmod_t ........................................ ok
- cpan/Memoize/t/flush ........................................... ok
- cpan/Memoize/t/normalize ....................................... ok
- cpan/Memoize/t/prototype ....................................... ok
- cpan/Memoize/t/speed ........................................... ok
- cpan/Memoize/t/tie ............................................. ok
- cpan/Memoize/t/tie_gdbm ........................................ skipped
- cpan/Memoize/t/tie_ndbm ........................................ skipped
- cpan/Memoize/t/tie_sdbm ........................................ ok
- cpan/Memoize/t/tie_storable .................................... ok
- cpan/Memoize/t/tiefeatures ..................................... ok
- cpan/Memoize/t/unmemoize ....................................... ok
- cpan/MIME-Base64/t/base64 ...................................... ok
- cpan/MIME-Base64/t/length ...................................... ok
- cpan/MIME-Base64/t/quoted-print ................................ ok
- cpan/MIME-Base64/t/unicode ..................................... ok
- cpan/Module-Load/t/01_Module-Load .............................. ok
- cpan/Module-Load/t/02_Module-Load .............................. ok
- cpan/Module-Load-Conditional/t/01_Module_Load_Conditional ...... ok
- cpan/Module-Loaded/t/01_Module-Loaded .......................... ok
- cpan/Module-Metadata/t/contains_pod ............................ ok
- cpan/Module-Metadata/t/encoding ................................ ok
- cpan/Module-Metadata/t/endpod .................................. ok
- cpan/Module-Metadata/t/extract-package ......................... ok
- cpan/Module-Metadata/t/extract-version ......................... ok
- cpan/Module-Metadata/t/metadata ................................ ok
- cpan/Module-Metadata/t/taint ................................... ok
- cpan/Module-Metadata/t/version ................................. ok
- cpan/NEXT/t/actual ............................................. ok
- cpan/NEXT/t/actuns ............................................. ok
- cpan/NEXT/t/dynamically_scoped_regex_vars ...................... ok
- cpan/NEXT/t/next ............................................... ok
- cpan/NEXT/t/stringify .......................................... ok
- cpan/NEXT/t/unseen ............................................. ok
- cpan/Params-Check/t/01_Params-Check ............................ ok
- cpan/parent/t/compile-time ..................................... ok
- cpan/parent/t/compile-time-file ................................ ok
- cpan/parent/t/parent ........................................... ok
- cpan/parent/t/parent-classfromclassfile ........................ ok
- cpan/parent/t/parent-classfromfile ............................. ok
- cpan/parent/t/parent-pmc ....................................... ok
- cpan/parent/t/parent-returns-false ............................. ok
- cpan/Perl-OSType/t/OSType ...................................... ok
- cpan/PerlIO-via-QuotedPrint/t/QuotedPrint ...................... ok
- cpan/Pod-Checker/t/pod/podchkenc ............................... ok
- cpan/Pod-Checker/t/pod/podchklink .............................. ok
- cpan/Pod-Checker/t/pod/poderrs ................................. ok
- cpan/Pod-Checker/t/pod/selfcheck ............................... ok
- cpan/Pod-Escapes/t/01_about_verbose ............................ ok
- cpan/Pod-Escapes/t/10_main ..................................... ok
- cpan/Pod-Escapes/t/15_name2charnum ............................. ok
- cpan/Pod-Parser/t/pod/contains_pod ............................. ok
- cpan/Pod-Parser/t/pod/emptycmd ................................. ok
- cpan/Pod-Parser/t/pod/find ..................................... ok
- cpan/Pod-Parser/t/pod/for ...................................... ok
- cpan/Pod-Parser/t/pod/headings ................................. ok
- cpan/Pod-Parser/t/pod/include .................................. ok
- cpan/Pod-Parser/t/pod/included ................................. ok
- cpan/Pod-Parser/t/pod/lref ..................................... ok
- cpan/Pod-Parser/t/pod/multiline_items .......................... ok
- cpan/Pod-Parser/t/pod/nested_items ............................. ok
- cpan/Pod-Parser/t/pod/nested_seqs .............................. ok
- cpan/Pod-Parser/t/pod/oneline_cmds ............................. ok
- cpan/Pod-Parser/t/pod/podselect ................................ ok
- cpan/Pod-Parser/t/pod/selfcheck ................................ ok
- cpan/Pod-Parser/t/pod/special_seqs ............................. ok
- cpan/Pod-Parser/t/pod/twice .................................... ok
- cpan/Pod-Perldoc/t/00_load ..................................... ok
- cpan/Pod-Perldoc/t/01_about_verbose ............................ ok
- cpan/Pod-Perldoc/t/man/_get_columns ............................ ok
- cpan/Pod-Perldoc/t/pod ......................................... skipped
- cpan/Pod-Simple/t/00about ...................................... ok
- cpan/Pod-Simple/t/20_skip ...................................... ok
- cpan/Pod-Simple/t/ac_d ......................................... ok
- cpan/Pod-Simple/t/accept01 ..................................... ok
- cpan/Pod-Simple/t/accept05 ..................................... ok
- cpan/Pod-Simple/t/basic ........................................ ok
- cpan/Pod-Simple/t/begin ........................................ ok
- cpan/Pod-Simple/t/cbacks ....................................... ok
- cpan/Pod-Simple/t/chunking ..................................... ok
- cpan/Pod-Simple/t/closeys ...................................... ok
- cpan/Pod-Simple/t/corpus ....................................... ok
- cpan/Pod-Simple/t/emptylists ................................... ok
- cpan/Pod-Simple/t/enc-chars .................................... ok
- cpan/Pod-Simple/t/encod01 ...................................... ok
- cpan/Pod-Simple/t/encod02 ...................................... ok
- cpan/Pod-Simple/t/encod03 ...................................... ok
- cpan/Pod-Simple/t/encod04 ...................................... ok
- cpan/Pod-Simple/t/end_over ..................................... ok
- cpan/Pod-Simple/t/eol .......................................... ok
- cpan/Pod-Simple/t/eol2 ......................................... ok
- cpan/Pod-Simple/t/fake-closers ................................. ok
- cpan/Pod-Simple/t/fcodes ....................................... ok
- cpan/Pod-Simple/t/fcodes_e ..................................... ok
- cpan/Pod-Simple/t/fcodes_l ..................................... ok
- cpan/Pod-Simple/t/fcodes_s ..................................... ok
- cpan/Pod-Simple/t/for .......................................... ok
- cpan/Pod-Simple/t/fornot ....................................... ok
- cpan/Pod-Simple/t/heads ........................................ ok
- cpan/Pod-Simple/t/html01 ....................................... ok
- cpan/Pod-Simple/t/html02 ....................................... ok
- cpan/Pod-Simple/t/html03 ....................................... ok
- cpan/Pod-Simple/t/htmlbat ...................................... ok
- cpan/Pod-Simple/t/items ........................................ ok
- cpan/Pod-Simple/t/items02 ...................................... ok
- cpan/Pod-Simple/t/itemstar ..................................... ok
- cpan/Pod-Simple/t/linkclas ..................................... ok
- cpan/Pod-Simple/t/output ....................................... ok
- cpan/Pod-Simple/t/puller ....................................... ok
- cpan/Pod-Simple/t/pulltitl ..................................... ok
- cpan/Pod-Simple/t/reinit ....................................... ok
- cpan/Pod-Simple/t/render ....................................... ok
- cpan/Pod-Simple/t/search05 ..................................... ok
- cpan/Pod-Simple/t/search10 ..................................... ok
- cpan/Pod-Simple/t/search12 ..................................... ok
- cpan/Pod-Simple/t/search20 ..................................... ok
- cpan/Pod-Simple/t/search22 ..................................... ok
- cpan/Pod-Simple/t/search25 ..................................... ok
- cpan/Pod-Simple/t/search26 ..................................... ok
- cpan/Pod-Simple/t/search27 ..................................... ok
- cpan/Pod-Simple/t/search28 ..................................... ok
- cpan/Pod-Simple/t/search29 ..................................... ok
- cpan/Pod-Simple/t/search50 ..................................... ok
- cpan/Pod-Simple/t/stree ........................................ ok
- cpan/Pod-Simple/t/strpvbtm ..................................... ok
- cpan/Pod-Simple/t/tiedfh ....................................... ok
- cpan/Pod-Simple/t/verb_fmt ..................................... ok
- cpan/Pod-Simple/t/verbatim ..................................... ok
- cpan/Pod-Simple/t/whine ........................................ ok
- cpan/Pod-Simple/t/x_nixer ...................................... ok
- cpan/Pod-Simple/t/xhtml-bkb .................................... ok
- cpan/Pod-Simple/t/xhtml01 ...................................... ok
- cpan/Pod-Simple/t/xhtml05 ...................................... ok
- cpan/Pod-Simple/t/xhtml10 ...................................... ok
- cpan/Pod-Simple/t/xhtml15 ...................................... ok
- cpan/Pod-Simple/t/xhtml20 ...................................... ok
- cpan/Pod-Usage/t/pod/headwithmarkup ............................ ok
- cpan/Pod-Usage/t/pod/pod2usage ................................. ok
- cpan/Pod-Usage/t/pod/pod2usage2 ................................ ok
- cpan/Pod-Usage/t/pod/selectheaders ............................. ok
- cpan/Pod-Usage/t/pod/selectsections ............................ ok
- cpan/podlators/t/docs/pod ...................................... skipped
- cpan/podlators/t/docs/pod-spelling ............................. skipped
- cpan/podlators/t/docs/synopsis ................................. skipped
- cpan/podlators/t/general/basic ................................. ok
- cpan/podlators/t/general/filehandle ............................ ok
- cpan/podlators/t/general/pod-parser ............................ ok
- cpan/podlators/t/man/devise-date ............................... ok
- cpan/podlators/t/man/devise-title .............................. ok
- cpan/podlators/t/man/empty ..................................... ok
- cpan/podlators/t/man/heading ................................... ok
- cpan/podlators/t/man/iso-8859-1 ................................ ok
- cpan/podlators/t/man/no-encode ................................. ok
- cpan/podlators/t/man/snippets .................................. ok
- cpan/podlators/t/man/utf8-io ................................... ok
- cpan/podlators/t/parselink/basic ............................... ok
- cpan/podlators/t/style/minimum-version ......................... skipped
- cpan/podlators/t/style/module-version .......................... skipped
- cpan/podlators/t/style/strict .................................. skipped
- cpan/podlators/t/text/basic .................................... ok
- cpan/podlators/t/text/color .................................... ok
- cpan/podlators/t/text/empty .................................... ok
- cpan/podlators/t/text/encoding ................................. ok
- cpan/podlators/t/text/options .................................. ok
- cpan/podlators/t/text/overstrike ............................... ok
- cpan/podlators/t/text/perlio ................................... ok
- cpan/podlators/t/text/termcap .................................. ok
- cpan/podlators/t/text/utf8 ..................................... ok
- cpan/Scalar-List-Utils/t/00version ............................. ok
- cpan/Scalar-List-Utils/t/any-all ............................... ok
- cpan/Scalar-List-Utils/t/blessed ............................... ok
- cpan/Scalar-List-Utils/t/dualvar ............................... ok
- cpan/Scalar-List-Utils/t/first ................................. ok
- cpan/Scalar-List-Utils/t/getmagic-once ......................... ok
- cpan/Scalar-List-Utils/t/isvstring ............................. ok
- cpan/Scalar-List-Utils/t/lln ................................... ok
- cpan/Scalar-List-Utils/t/max ................................... ok
- cpan/Scalar-List-Utils/t/maxstr ................................ ok
- cpan/Scalar-List-Utils/t/min ................................... ok
- cpan/Scalar-List-Utils/t/minstr ................................ ok
- cpan/Scalar-List-Utils/t/openhan ............................... ok
- cpan/Scalar-List-Utils/t/pair .................................. ok
- cpan/Scalar-List-Utils/t/product ............................... ok
- cpan/Scalar-List-Utils/t/prototype ............................. ok
- cpan/Scalar-List-Utils/t/readonly .............................. ok
- cpan/Scalar-List-Utils/t/reduce ................................ ok
- cpan/Scalar-List-Utils/t/refaddr ............................... ok
- cpan/Scalar-List-Utils/t/reftype ............................... ok
- cpan/Scalar-List-Utils/t/rt-96343 .............................. ok
- cpan/Scalar-List-Utils/t/scalarutil-proto ...................... ok
- cpan/Scalar-List-Utils/t/shuffle ............................... ok
- cpan/Scalar-List-Utils/t/stack-corruption ...................... ok
- cpan/Scalar-List-Utils/t/subname ............................... ok
- cpan/Scalar-List-Utils/t/sum ................................... ok
- cpan/Scalar-List-Utils/t/sum0 .................................. ok
- cpan/Scalar-List-Utils/t/tainted ............................... ok
- cpan/Scalar-List-Utils/t/uniq .................................. ok
- cpan/Scalar-List-Utils/t/weak .................................. ok
- cpan/Socket/t/getaddrinfo ...................................... ok
- cpan/Socket/t/getnameinfo ...................................... ok
- cpan/Socket/t/ip_mreq .......................................... ok
- cpan/Socket/t/ipv6_mreq ........................................ ok
- cpan/Socket/t/sockaddr ......................................... ok
- cpan/Socket/t/Socket ........................................... ok
- cpan/Socket/t/socketpair ....................................... ok
- cpan/Sys-Syslog/t/00-load ...................................... ok
- cpan/Sys-Syslog/t/constants .................................... ok
- cpan/Sys-Syslog/t/facilities-routing ........................... skipped
- cpan/Sys-Syslog/t/syslog ....................................... ok
- cpan/Term-ANSIColor/t/module/aliases-func ...................... ok
- cpan/Term-ANSIColor/t/module/basic ............................. ok
- cpan/Term-ANSIColor/t/module/basic256 .......................... ok
- cpan/Term-ANSIColor/t/module/eval .............................. ok
- cpan/Term-ANSIColor/t/module/stringify ......................... ok
- cpan/Term-ANSIColor/t/taint/basic .............................. ok
- cpan/Term-Cap/test ............................................. ok
- cpan/Test-Harness/t/aggregator ................................. ok
- cpan/Test-Harness/t/bailout .................................... ok
- cpan/Test-Harness/t/base ....................................... ok
- cpan/Test-Harness/t/callbacks .................................. ok
- cpan/Test-Harness/t/compat/env ................................. ok
- cpan/Test-Harness/t/compat/env_opts ............................ ok
- cpan/Test-Harness/t/compat/failure ............................. ok
- cpan/Test-Harness/t/compat/inc-propagation ..................... ok
- cpan/Test-Harness/t/compat/inc_taint ........................... ok
- cpan/Test-Harness/t/compat/nonumbers ........................... skipped
- cpan/Test-Harness/t/compat/regression .......................... ok
- cpan/Test-Harness/t/compat/subclass ............................ ok
- cpan/Test-Harness/t/compat/switches ............................ ok
- cpan/Test-Harness/t/compat/test-harness-compat ................. ok
- cpan/Test-Harness/t/compat/version ............................. ok
- cpan/Test-Harness/t/console .................................... ok
- cpan/Test-Harness/t/errors ..................................... ok
- cpan/Test-Harness/t/file ....................................... ok
- cpan/Test-Harness/t/glob-to-regexp ............................. ok
- cpan/Test-Harness/t/grammar .................................... ok
- cpan/Test-Harness/t/harness .................................... ok
- cpan/Test-Harness/t/harness-bailout ............................ ok
- cpan/Test-Harness/t/harness-subclass ........................... ok
- cpan/Test-Harness/t/iterator_factory ........................... ok
- cpan/Test-Harness/t/iterators .................................. ok
- cpan/Test-Harness/t/multiplexer ................................ ok
- cpan/Test-Harness/t/nested ..................................... ok
- cpan/Test-Harness/t/nofork ..................................... ok
- cpan/Test-Harness/t/nofork-mux ................................. ok
- cpan/Test-Harness/t/object ..................................... ok
- cpan/Test-Harness/t/parse ...................................... ok
- cpan/Test-Harness/t/parser-config .............................. ok
- cpan/Test-Harness/t/parser-subclass ............................ ok
- cpan/Test-Harness/t/perl5lib ................................... ok
- cpan/Test-Harness/t/premature-bailout .......................... ok
- cpan/Test-Harness/t/process .................................... ok
- cpan/Test-Harness/t/prove ...................................... ok
- cpan/Test-Harness/t/proverc .................................... ok
- cpan/Test-Harness/t/proverun ................................... ok
- cpan/Test-Harness/t/proveversion ............................... ok
- cpan/Test-Harness/t/regression ................................. ok
- cpan/Test-Harness/t/results .................................... ok
- cpan/Test-Harness/t/scheduler .................................. ok
- cpan/Test-Harness/t/source ..................................... ok
- cpan/Test-Harness/t/source_handler ............................. ok
- cpan/Test-Harness/t/source_tests/source ........................ ok
- cpan/Test-Harness/t/spool ...................................... ok
- cpan/Test-Harness/t/state ...................................... ok
- cpan/Test-Harness/t/state_results .............................. ok
- cpan/Test-Harness/t/streams .................................... ok
- cpan/Test-Harness/t/taint ...................................... ok
- cpan/Test-Harness/t/testargs ................................... ok
- cpan/Test-Harness/t/unicode .................................... ok
- cpan/Test-Harness/t/yamlish .................................... ok
- cpan/Test-Harness/t/yamlish-output ............................. ok
- cpan/Test-Harness/t/yamlish-writer ............................. ok
- cpan/Test-Simple/t/Legacy/00test_harness_check ................. ok
- cpan/Test-Simple/t/Legacy/01-basic ............................. ok
- cpan/Test-Simple/t/Legacy/478-cmp_ok_hash ...................... ok
- cpan/Test-Simple/t/Legacy/auto ................................. ok
- cpan/Test-Simple/t/Legacy/bad_plan ............................. ok
- cpan/Test-Simple/t/Legacy/bail_out ............................. ok
- cpan/Test-Simple/t/Legacy/BEGIN_require_ok ..................... ok
- cpan/Test-Simple/t/Legacy/BEGIN_use_ok ......................... ok
- cpan/Test-Simple/t/Legacy/buffer ............................... ok
- cpan/Test-Simple/t/Legacy/Bugs/600 ............................. ok
- cpan/Test-Simple/t/Legacy/Bugs/629 ............................. ok
- cpan/Test-Simple/t/Legacy/Builder/Builder ...................... ok
- cpan/Test-Simple/t/Legacy/Builder/carp ......................... ok
- cpan/Test-Simple/t/Legacy/Builder/create ....................... ok
- cpan/Test-Simple/t/Legacy/Builder/current_test ................. ok
- cpan/Test-Simple/t/Legacy/Builder/current_test_without_plan .... ok
- cpan/Test-Simple/t/Legacy/Builder/details ...................... ok
- cpan/Test-Simple/t/Legacy/Builder/done_testing ................. ok
- cpan/Test-Simple/t/Legacy/Builder/done_testing_double .......... ok
- cpan/Test-Simple/t/Legacy/Builder/done_testing_plan_mismatch ... ok
- cpan/Test-Simple/t/Legacy/Builder/done_testing_with_no_plan .... ok
- cpan/Test-Simple/t/Legacy/Builder/done_testing_with_number ..... ok
- cpan/Test-Simple/t/Legacy/Builder/done_testing_with_plan ....... ok
- cpan/Test-Simple/t/Legacy/Builder/fork_with_new_stdout ......... ok
- cpan/Test-Simple/t/Legacy/Builder/has_plan ..................... ok
- cpan/Test-Simple/t/Legacy/Builder/has_plan2 .................... ok
- cpan/Test-Simple/t/Legacy/Builder/is_fh ........................ ok
- cpan/Test-Simple/t/Legacy/Builder/is_passing ................... ok
- cpan/Test-Simple/t/Legacy/Builder/maybe_regex .................. ok
- cpan/Test-Simple/t/Legacy/Builder/no_diag ...................... ok
- cpan/Test-Simple/t/Legacy/Builder/no_ending .................... ok
- cpan/Test-Simple/t/Legacy/Builder/no_header .................... ok
- cpan/Test-Simple/t/Legacy/Builder/no_plan_at_all ............... ok
- cpan/Test-Simple/t/Legacy/Builder/ok_obj ....................... ok
- cpan/Test-Simple/t/Legacy/Builder/output ....................... ok
- cpan/Test-Simple/t/Legacy/Builder/reset ........................ ok
- cpan/Test-Simple/t/Legacy/Builder/reset_outputs ................ ok
- cpan/Test-Simple/t/Legacy/Builder/try .......................... ok
- cpan/Test-Simple/t/Legacy/c_flag ............................... ok
- cpan/Test-Simple/t/Legacy/capture .............................. ok
- cpan/Test-Simple/t/Legacy/check_tests .......................... ok
- cpan/Test-Simple/t/Legacy/circular_data ........................ ok
- cpan/Test-Simple/t/Legacy/cmp_ok ............................... ok
- cpan/Test-Simple/t/Legacy/depth ................................ ok
- cpan/Test-Simple/t/Legacy/diag ................................. ok
- cpan/Test-Simple/t/Legacy/died ................................. ok
- cpan/Test-Simple/t/Legacy/dont_overwrite_die_handler ........... ok
- cpan/Test-Simple/t/Legacy/eq_set ............................... ok
- cpan/Test-Simple/t/Legacy/exit ................................. ok
- cpan/Test-Simple/t/Legacy/explain .............................. ok
- cpan/Test-Simple/t/Legacy/explain_err_vars ..................... ok
- cpan/Test-Simple/t/Legacy/extra ................................ ok
- cpan/Test-Simple/t/Legacy/extra_one ............................ ok
- cpan/Test-Simple/t/Legacy/fail ................................. ok
- cpan/Test-Simple/t/Legacy/fail-like ............................ ok
- cpan/Test-Simple/t/Legacy/fail-more ............................ ok
- cpan/Test-Simple/t/Legacy/fail_one ............................. ok
- cpan/Test-Simple/t/Legacy/filehandles .......................... ok
- cpan/Test-Simple/t/Legacy/fork ................................. ok
- cpan/Test-Simple/t/Legacy/harness_active ....................... ok
- cpan/Test-Simple/t/Legacy/import ............................... ok
- cpan/Test-Simple/t/Legacy/is_deeply_dne_bug .................... ok
- cpan/Test-Simple/t/Legacy/is_deeply_fail ....................... ok
- cpan/Test-Simple/t/Legacy/is_deeply_with_threads ............... skipped
- cpan/Test-Simple/t/Legacy/missing .............................. ok
- cpan/Test-Simple/t/Legacy/More ................................. ok
- cpan/Test-Simple/t/Legacy/new_ok ............................... ok
- cpan/Test-Simple/t/Legacy/no_plan .............................. ok
- cpan/Test-Simple/t/Legacy/no_tests ............................. ok
- cpan/Test-Simple/t/Legacy/note ................................. ok
- cpan/Test-Simple/t/Legacy/overload ............................. ok
- cpan/Test-Simple/t/Legacy/overload_threads ..................... ok
- cpan/Test-Simple/t/Legacy/plan ................................. ok
- cpan/Test-Simple/t/Legacy/plan_bad ............................. ok
- cpan/Test-Simple/t/Legacy/plan_is_noplan ....................... ok
- cpan/Test-Simple/t/Legacy/plan_no_plan ......................... ok
- cpan/Test-Simple/t/Legacy/plan_shouldnt_import ................. ok
- cpan/Test-Simple/t/Legacy/plan_skip_all ........................ skipped
- cpan/Test-Simple/t/Legacy/Regression/637 ....................... skipped
- cpan/Test-Simple/t/Legacy/Regression/683_thread_todo ........... skipped
- cpan/Test-Simple/t/Legacy/Regression/6_cmp_ok .................. ok
- cpan/Test-Simple/t/Legacy/Regression/736_use_ok ................ ok
- cpan/Test-Simple/t/Legacy/require_ok ........................... ok
- cpan/Test-Simple/t/Legacy/run_test ............................. ok
- cpan/Test-Simple/t/Legacy/simple ............................... ok
- cpan/Test-Simple/t/Legacy/Simple/load .......................... ok
- cpan/Test-Simple/t/Legacy/skip ................................. ok
- cpan/Test-Simple/t/Legacy/skipall .............................. ok
- cpan/Test-Simple/t/Legacy/strays ............................... skipped
- cpan/Test-Simple/t/Legacy/subtest/args ......................... ok
- cpan/Test-Simple/t/Legacy/subtest/bail_out ..................... ok
- cpan/Test-Simple/t/Legacy/subtest/basic ........................ ok
- cpan/Test-Simple/t/Legacy/subtest/die .......................... ok
- cpan/Test-Simple/t/Legacy/subtest/do ........................... ok
- cpan/Test-Simple/t/Legacy/subtest/events ....................... ok
- cpan/Test-Simple/t/Legacy/subtest/fork ......................... ok
- cpan/Test-Simple/t/Legacy/subtest/implicit_done ................ ok
- cpan/Test-Simple/t/Legacy/subtest/line_numbers ................. ok
- cpan/Test-Simple/t/Legacy/subtest/plan ......................... ok
- cpan/Test-Simple/t/Legacy/subtest/predicate .................... ok
- cpan/Test-Simple/t/Legacy/subtest/singleton .................... ok
- cpan/Test-Simple/t/Legacy/subtest/threads ...................... skipped
- cpan/Test-Simple/t/Legacy/subtest/todo ......................... ok
- cpan/Test-Simple/t/Legacy/subtest/wstat ........................ ok
- cpan/Test-Simple/t/Legacy/tbm_doesnt_set_exported_to ........... ok
- cpan/Test-Simple/t/Legacy/Test2/Subtest ........................ ok
- cpan/Test-Simple/t/Legacy/Tester/tbt_01basic ................... ok
- cpan/Test-Simple/t/Legacy/Tester/tbt_02fhrestore ............... ok
- cpan/Test-Simple/t/Legacy/Tester/tbt_03die ..................... ok
- cpan/Test-Simple/t/Legacy/Tester/tbt_04line_num ................ ok
- cpan/Test-Simple/t/Legacy/Tester/tbt_05faildiag ................ ok
- cpan/Test-Simple/t/Legacy/Tester/tbt_06errormess ............... ok
- cpan/Test-Simple/t/Legacy/Tester/tbt_07args .................... ok
- cpan/Test-Simple/t/Legacy/Tester/tbt_08subtest ................. ok
- cpan/Test-Simple/t/Legacy/Tester/tbt_09do ...................... ok
- cpan/Test-Simple/t/Legacy/thread_taint ......................... ok
- cpan/Test-Simple/t/Legacy/threads .............................. skipped
- cpan/Test-Simple/t/Legacy/todo ................................. ok
- cpan/Test-Simple/t/Legacy/undef ................................ ok
- cpan/Test-Simple/t/Legacy/use_ok ............................... ok
- cpan/Test-Simple/t/Legacy/useing ............................... ok
- cpan/Test-Simple/t/Legacy/utf8 ................................. ok
- cpan/Test-Simple/t/Legacy/versions ............................. ok
- cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late ........ ok
- cpan/Test-Simple/t/Legacy_And_Test2/hidden_warnings ............ ok
- cpan/Test-Simple/t/regression/642_persistent_end ............... ok
- cpan/Test-Simple/t/regression/662-tbt-no-plan .................. ok
- cpan/Test-Simple/t/regression/684-nested_todo_diag ............. ok
- cpan/Test-Simple/t/regression/694_note_diag_return_values ...... ok
- cpan/Test-Simple/t/regression/696-intercept_skip_all ........... ok
- cpan/Test-Simple/t/regression/721-nested-streamed-subtest ...... ok
- cpan/Test-Simple/t/regression/no_name_in_subtest ............... ok
- cpan/Test-Simple/t/Test2/acceptance/try_it_done_testing ........ ok
- cpan/Test-Simple/t/Test2/acceptance/try_it_fork ................ ok
- cpan/Test-Simple/t/Test2/acceptance/try_it_no_plan ............. ok
- cpan/Test-Simple/t/Test2/acceptance/try_it_plan ................ ok
- cpan/Test-Simple/t/Test2/acceptance/try_it_skip ................ skipped
- cpan/Test-Simple/t/Test2/acceptance/try_it_threads ............. skipped
- cpan/Test-Simple/t/Test2/acceptance/try_it_todo ................ ok
- cpan/Test-Simple/t/Test2/behavior/err_var ...................... ok
- cpan/Test-Simple/t/Test2/behavior/Formatter .................... ok
- cpan/Test-Simple/t/Test2/behavior/init_croak ................... ok
- cpan/Test-Simple/t/Test2/behavior/nested_context_exception ..... ok
- cpan/Test-Simple/t/Test2/behavior/no_load_api .................. ok
- cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit .......... ok
- cpan/Test-Simple/t/Test2/behavior/special_names ................ ok
- cpan/Test-Simple/t/Test2/behavior/Subtest_buffer_formatter ..... ok
- cpan/Test-Simple/t/Test2/behavior/Subtest_events ............... ok
- cpan/Test-Simple/t/Test2/behavior/Subtest_plan ................. ok
- cpan/Test-Simple/t/Test2/behavior/Subtest_todo ................. ok
- cpan/Test-Simple/t/Test2/behavior/Taint ........................ ok
- cpan/Test-Simple/t/Test2/legacy/TAP ............................ ok
- cpan/Test-Simple/t/Test2/modules/API ........................... ok
- cpan/Test-Simple/t/Test2/modules/API/Breakage .................. ok
- cpan/Test-Simple/t/Test2/modules/API/Context ................... ok
- cpan/Test-Simple/t/Test2/modules/API/Instance .................. ok
- cpan/Test-Simple/t/Test2/modules/API/Stack ..................... ok
- cpan/Test-Simple/t/Test2/modules/Event ......................... ok
- cpan/Test-Simple/t/Test2/modules/Event/Bail .................... ok
- cpan/Test-Simple/t/Test2/modules/Event/Diag .................... ok
- cpan/Test-Simple/t/Test2/modules/Event/Exception ............... ok
- cpan/Test-Simple/t/Test2/modules/Event/Generic ................. ok
- cpan/Test-Simple/t/Test2/modules/Event/Info .................... ok
- cpan/Test-Simple/t/Test2/modules/Event/Note .................... ok
- cpan/Test-Simple/t/Test2/modules/Event/Ok ...................... ok
- cpan/Test-Simple/t/Test2/modules/Event/Plan .................... ok
- cpan/Test-Simple/t/Test2/modules/Event/Skip .................... ok
- cpan/Test-Simple/t/Test2/modules/Event/Subtest ................. ok
- cpan/Test-Simple/t/Test2/modules/Event/Waiting ................. ok
- cpan/Test-Simple/t/Test2/modules/Formatter/TAP ................. ok
- cpan/Test-Simple/t/Test2/modules/Hub ........................... ok
- cpan/Test-Simple/t/Test2/modules/Hub/Interceptor ............... ok
- cpan/Test-Simple/t/Test2/modules/Hub/Interceptor/Terminator .... ok
- cpan/Test-Simple/t/Test2/modules/Hub/Subtest ................... ok
- cpan/Test-Simple/t/Test2/modules/IPC ........................... ok
- cpan/Test-Simple/t/Test2/modules/IPC/Driver .................... ok
- cpan/Test-Simple/t/Test2/modules/IPC/Driver/Files .............. ok
- cpan/Test-Simple/t/Test2/modules/Tools/Tiny .................... ok
- cpan/Test-Simple/t/Test2/modules/Util .......................... ok
- cpan/Test-Simple/t/Test2/modules/Util/ExternalMeta ............. ok
- cpan/Test-Simple/t/Test2/modules/Util/HashBase ................. ok
- cpan/Test-Simple/t/Test2/modules/Util/Trace .................... ok
- cpan/Test-Simple/t/Test2/regression/693_ipc_ordering ........... skipped
- cpan/Test-Simple/t/Test2/regression/gh_16 ...................... ok
- cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit ....... ok
- cpan/Text-Balanced/t/01_compile ................................ ok
- cpan/Text-Balanced/t/02_extbrk ................................. ok
- cpan/Text-Balanced/t/03_extcbk ................................. ok
- cpan/Text-Balanced/t/04_extdel ................................. ok
- cpan/Text-Balanced/t/05_extmul ................................. ok
- cpan/Text-Balanced/t/06_extqlk ................................. ok
- cpan/Text-Balanced/t/07_exttag ................................. ok
- cpan/Text-Balanced/t/08_extvar ................................. ok
- cpan/Text-Balanced/t/09_gentag ................................. ok
- cpan/Text-ParseWords/t/ParseWords .............................. ok
- cpan/Text-ParseWords/t/taint ................................... ok
- cpan/Text-Tabs/t/37000 ......................................... ok
- cpan/Text-Tabs/t/39548 ......................................... ok
- cpan/Text-Tabs/t/79766 ......................................... ok
- cpan/Text-Tabs/t/belg4mit ...................................... ok
- cpan/Text-Tabs/t/dandv ......................................... ok
- cpan/Text-Tabs/t/fill .......................................... ok
- cpan/Text-Tabs/t/Jacobson ...................................... ok
- cpan/Text-Tabs/t/Jacobson2 ..................................... ok
- cpan/Text-Tabs/t/Jochen ........................................ ok
- cpan/Text-Tabs/t/sep ........................................... ok
- cpan/Text-Tabs/t/sep2 .......................................... ok
- cpan/Text-Tabs/t/tabs .......................................... ok
- cpan/Text-Tabs/t/Tabs-ElCid .................................... ok
- cpan/Text-Tabs/t/wrap .......................................... ok
- cpan/Text-Tabs/t/Wrap-JLB ...................................... ok
- cpan/Text-Tabs/t/wrap_separator2 ............................... ok
- cpan/Tie-RefHash/t/rebless ..................................... ok
- cpan/Tie-RefHash/t/refhash ..................................... ok
- cpan/Tie-RefHash/t/storable .................................... ok
- cpan/Tie-RefHash/t/threaded .................................... skipped
- cpan/Time-Local/t/Local ........................................ ok
- cpan/Time-Piece/t/01base ....................................... ok
- cpan/Time-Piece/t/02core ....................................... ok
- cpan/Time-Piece/t/02core_dst ................................... ok
- cpan/Time-Piece/t/03compare .................................... ok
- cpan/Time-Piece/t/04mjd ........................................ ok
- cpan/Time-Piece/t/05overload ................................... ok
- cpan/Time-Piece/t/06subclass ................................... ok
- cpan/Time-Piece/t/07arith ...................................... ok
- cpan/Unicode-Collate/t/altern .................................. ok
- cpan/Unicode-Collate/t/backwds ................................. ok
- cpan/Unicode-Collate/t/cjk_b5 .................................. ok
- cpan/Unicode-Collate/t/cjk_gb .................................. ok
- cpan/Unicode-Collate/t/cjk_ja .................................. ok
- cpan/Unicode-Collate/t/cjk_ko .................................. ok
- cpan/Unicode-Collate/t/cjk_py .................................. ok
- cpan/Unicode-Collate/t/cjk_st .................................. ok
- cpan/Unicode-Collate/t/cjk_zy .................................. ok
- cpan/Unicode-Collate/t/cjkrange ................................ ok
- cpan/Unicode-Collate/t/compatui ................................ ok
- cpan/Unicode-Collate/t/contract ................................ ok
- cpan/Unicode-Collate/t/default ................................. ok
- cpan/Unicode-Collate/t/hangtype ................................ ok
- cpan/Unicode-Collate/t/hangul .................................. ok
- cpan/Unicode-Collate/t/ident ................................... ok
- cpan/Unicode-Collate/t/iglevel2 ................................ ok
- cpan/Unicode-Collate/t/ignor ................................... ok
- cpan/Unicode-Collate/t/illegal ................................. ok
- cpan/Unicode-Collate/t/illegalp ................................ ok
- cpan/Unicode-Collate/t/index ................................... ok
- cpan/Unicode-Collate/t/loc_af .................................. ok
- cpan/Unicode-Collate/t/loc_ar .................................. ok
- cpan/Unicode-Collate/t/loc_as .................................. ok
- cpan/Unicode-Collate/t/loc_az .................................. ok
- cpan/Unicode-Collate/t/loc_be .................................. ok
- cpan/Unicode-Collate/t/loc_bg .................................. ok
- cpan/Unicode-Collate/t/loc_bn .................................. ok
- cpan/Unicode-Collate/t/loc_bs .................................. ok
- cpan/Unicode-Collate/t/loc_bscy ................................ ok
- cpan/Unicode-Collate/t/loc_ca .................................. ok
- cpan/Unicode-Collate/t/loc_cjk ................................. ok
- cpan/Unicode-Collate/t/loc_cjkc ................................ ok
- cpan/Unicode-Collate/t/loc_cs .................................. ok
- cpan/Unicode-Collate/t/loc_cy .................................. ok
- cpan/Unicode-Collate/t/loc_cyrl ................................ ok
- cpan/Unicode-Collate/t/loc_da .................................. ok
- cpan/Unicode-Collate/t/loc_de .................................. ok
- cpan/Unicode-Collate/t/loc_deat ................................ ok
- cpan/Unicode-Collate/t/loc_deph ................................ ok
- cpan/Unicode-Collate/t/loc_ee .................................. ok
- cpan/Unicode-Collate/t/loc_eo .................................. ok
- cpan/Unicode-Collate/t/loc_es .................................. ok
- cpan/Unicode-Collate/t/loc_estr ................................ ok
- cpan/Unicode-Collate/t/loc_et .................................. ok
- cpan/Unicode-Collate/t/loc_fa .................................. ok
- cpan/Unicode-Collate/t/loc_fi .................................. ok
- cpan/Unicode-Collate/t/loc_fil ................................. ok
- cpan/Unicode-Collate/t/loc_fiph ................................ ok
- cpan/Unicode-Collate/t/loc_fo .................................. ok
- cpan/Unicode-Collate/t/loc_fr .................................. ok
- cpan/Unicode-Collate/t/loc_frca ................................ ok
- cpan/Unicode-Collate/t/loc_gu .................................. ok
- cpan/Unicode-Collate/t/loc_ha .................................. ok
- cpan/Unicode-Collate/t/loc_haw ................................. ok
- cpan/Unicode-Collate/t/loc_he .................................. ok
- cpan/Unicode-Collate/t/loc_hi .................................. ok
- cpan/Unicode-Collate/t/loc_hr .................................. ok
- cpan/Unicode-Collate/t/loc_hu .................................. ok
- cpan/Unicode-Collate/t/loc_hy .................................. ok
- cpan/Unicode-Collate/t/loc_ig .................................. ok
- cpan/Unicode-Collate/t/loc_is .................................. ok
- cpan/Unicode-Collate/t/loc_ja .................................. ok
- cpan/Unicode-Collate/t/loc_jait ................................ ok
- cpan/Unicode-Collate/t/loc_japr ................................ ok
- cpan/Unicode-Collate/t/loc_kk .................................. ok
- cpan/Unicode-Collate/t/loc_kl .................................. ok
- cpan/Unicode-Collate/t/loc_kn .................................. ok
- cpan/Unicode-Collate/t/loc_ko .................................. ok
- cpan/Unicode-Collate/t/loc_kok ................................. ok
- cpan/Unicode-Collate/t/loc_ln .................................. ok
- cpan/Unicode-Collate/t/loc_lt .................................. ok
- cpan/Unicode-Collate/t/loc_lv .................................. ok
- cpan/Unicode-Collate/t/loc_mk .................................. ok
- cpan/Unicode-Collate/t/loc_ml .................................. ok
- cpan/Unicode-Collate/t/loc_mncy ................................ ok
- cpan/Unicode-Collate/t/loc_mr .................................. ok
- cpan/Unicode-Collate/t/loc_mt .................................. ok
- cpan/Unicode-Collate/t/loc_nb .................................. ok
- cpan/Unicode-Collate/t/loc_nn .................................. ok
- cpan/Unicode-Collate/t/loc_nso ................................. ok
- cpan/Unicode-Collate/t/loc_om .................................. ok
- cpan/Unicode-Collate/t/loc_or .................................. ok
- cpan/Unicode-Collate/t/loc_pa .................................. ok
- cpan/Unicode-Collate/t/loc_pl .................................. ok
- cpan/Unicode-Collate/t/loc_ro .................................. ok
- cpan/Unicode-Collate/t/loc_ru .................................. ok
- cpan/Unicode-Collate/t/loc_sa .................................. ok
- cpan/Unicode-Collate/t/loc_se .................................. ok
- cpan/Unicode-Collate/t/loc_si .................................. ok
- cpan/Unicode-Collate/t/loc_sidt ................................ ok
- cpan/Unicode-Collate/t/loc_sk .................................. ok
- cpan/Unicode-Collate/t/loc_sl .................................. ok
- cpan/Unicode-Collate/t/loc_sq .................................. ok
- cpan/Unicode-Collate/t/loc_sr .................................. ok
- cpan/Unicode-Collate/t/loc_srla ................................ ok
- cpan/Unicode-Collate/t/loc_sv .................................. ok
- cpan/Unicode-Collate/t/loc_svrf ................................ ok
- cpan/Unicode-Collate/t/loc_sw .................................. ok
- cpan/Unicode-Collate/t/loc_ta .................................. ok
- cpan/Unicode-Collate/t/loc_te .................................. ok
- cpan/Unicode-Collate/t/loc_test ................................ ok
- cpan/Unicode-Collate/t/loc_th .................................. ok
- cpan/Unicode-Collate/t/loc_tn .................................. ok
- cpan/Unicode-Collate/t/loc_to .................................. ok
- cpan/Unicode-Collate/t/loc_tr .................................. ok
- cpan/Unicode-Collate/t/loc_ugcy ................................ ok
- cpan/Unicode-Collate/t/loc_uk .................................. ok
- cpan/Unicode-Collate/t/loc_ur .................................. ok
- cpan/Unicode-Collate/t/loc_vi .................................. ok
- cpan/Unicode-Collate/t/loc_vo .................................. ok
- cpan/Unicode-Collate/t/loc_wae ................................. ok
- cpan/Unicode-Collate/t/loc_wo .................................. ok
- cpan/Unicode-Collate/t/loc_yo .................................. ok
- cpan/Unicode-Collate/t/loc_zh .................................. ok
- cpan/Unicode-Collate/t/loc_zhb5 ................................ ok
- cpan/Unicode-Collate/t/loc_zhgb ................................ ok
- cpan/Unicode-Collate/t/loc_zhpy ................................ ok
- cpan/Unicode-Collate/t/loc_zhst ................................ ok
- cpan/Unicode-Collate/t/loc_zhzy ................................ ok
- cpan/Unicode-Collate/t/nonchar ................................. ok
- cpan/Unicode-Collate/t/normal .................................. ok
- cpan/Unicode-Collate/t/notable ................................. ok
- cpan/Unicode-Collate/t/overcjk0 ................................ ok
- cpan/Unicode-Collate/t/overcjk1 ................................ ok
- cpan/Unicode-Collate/t/override ................................ ok
- cpan/Unicode-Collate/t/rearrang ................................ ok
- cpan/Unicode-Collate/t/rewrite ................................. ok
- cpan/Unicode-Collate/t/test .................................... ok
- cpan/Unicode-Collate/t/trailwt ................................. ok
- cpan/Unicode-Collate/t/variable ................................ ok
- cpan/Unicode-Collate/t/version ................................. ok
- cpan/Unicode-Collate/t/view .................................... ok
- cpan/version/t/01base .......................................... ok
- cpan/version/t/02derived ....................................... ok
- cpan/version/t/03require ....................................... ok
- cpan/version/t/04strict_lax .................................... ok
- cpan/version/t/05sigdie ........................................ ok
- cpan/version/t/06noop .......................................... ok
- cpan/version/t/07locale ........................................ ok
- cpan/version/t/08_corelist ..................................... ok
- cpan/version/t/09_list_util .................................... ok
- cpan/version/t/10_lyon ......................................... ok
- dist/Attribute-Handlers/t/constants ............................ ok
- dist/Attribute-Handlers/t/data_convert ......................... ok
- dist/Attribute-Handlers/t/linerep .............................. ok
- dist/Attribute-Handlers/t/multi ................................ ok
- dist/autouse/t/autouse ......................................... ok
- dist/base/t/base ............................................... ok
- dist/base/t/base-open-chunk .................................... ok
- dist/base/t/base-open-line ..................................... ok
- dist/base/t/compile-time ....................................... ok
- dist/base/t/core-global ........................................ ok
- dist/base/t/fields ............................................. ok
- dist/base/t/fields-5_6_0 ....................................... skipped
- dist/base/t/fields-5_8_0 ....................................... skipped
- dist/base/t/fields-base ........................................ ok
- dist/base/t/incdot ............................................. ok
- dist/base/t/isa ................................................ ok
- dist/base/t/sigdie ............................................. ok
- dist/base/t/version ............................................ ok
- dist/base/t/warnings ........................................... ok
- dist/Carp/t/arg_regexp ......................................... ok
- dist/Carp/t/arg_string ......................................... ok
- dist/Carp/t/baduni ............................................. ok
- dist/Carp/t/baduni_warnings .................................... ok
- dist/Carp/t/Carp ............................................... ok
- dist/Carp/t/Carp_overload ...................................... ok
- dist/Carp/t/errno .............................................. ok
- dist/Carp/t/heavy .............................................. ok
- dist/Carp/t/heavy_mismatch ..................................... ok
- dist/Carp/t/stash_deletion ..................................... ok
- dist/Carp/t/swash .............................................. ok
- dist/Carp/t/vivify_gv .......................................... ok
- dist/Carp/t/vivify_stash ....................................... ok
- dist/Carp/t/with_warnings ...................................... ok
- dist/constant/t/constant ....................................... ok
- dist/constant/t/utf8 ........................................... ok
- dist/Data-Dumper/t/bless ....................................... ok
- dist/Data-Dumper/t/bless_var_method ............................ ok
- dist/Data-Dumper/t/bugs ........................................ ok
- dist/Data-Dumper/t/deparse ..................................... ok
- dist/Data-Dumper/t/dumper ...................................... ok
- dist/Data-Dumper/t/dumpperl .................................... ok
- dist/Data-Dumper/t/freezer ..................................... ok
- dist/Data-Dumper/t/freezer_useperl ............................. ok
- dist/Data-Dumper/t/huge ........................................ skipped
- dist/Data-Dumper/t/indent ...................................... ok
- dist/Data-Dumper/t/misc ........................................ ok
- dist/Data-Dumper/t/names ....................................... ok
- dist/Data-Dumper/t/overload .................................... ok
- dist/Data-Dumper/t/pair ........................................ ok
- dist/Data-Dumper/t/perl-74170 .................................. ok
- dist/Data-Dumper/t/purity_deepcopy_maxdepth .................... ok
- dist/Data-Dumper/t/qr .......................................... ok
- dist/Data-Dumper/t/quotekeys ................................... ok
- dist/Data-Dumper/t/recurse ..................................... ok
- dist/Data-Dumper/t/seen ........................................ ok
- dist/Data-Dumper/t/sortkeys .................................... ok
- dist/Data-Dumper/t/sparseseen .................................. ok
- dist/Data-Dumper/t/terse ....................................... ok
- dist/Data-Dumper/t/toaster ..................................... ok
- dist/Data-Dumper/t/trailing_comma .............................. ok
- dist/Data-Dumper/t/values ...................................... ok
- dist/Devel-SelfStubber/t/Devel-SelfStubber ..................... ok
- dist/Dumpvalue/t/Dumpvalue ..................................... ok
- dist/encoding-warnings/t/1-warning ............................. ok
- dist/encoding-warnings/t/2-fatal ............................... skipped
- dist/encoding-warnings/t/3-normal .............................. skipped
- dist/encoding-warnings/t/4-lexical ............................. skipped
- dist/Env/t/array ............................................... ok
- dist/Env/t/env ................................................. ok
- dist/Exporter/t/Exporter ....................................... ok
- dist/Exporter/t/warn ........................................... ok
- dist/ExtUtils-CBuilder/t/00-have-compiler ...................... ok
- dist/ExtUtils-CBuilder/t/01-basic .............................. ok
- dist/ExtUtils-CBuilder/t/02-link ............................... ok
- dist/ExtUtils-CBuilder/t/03-cplusplus .......................... ok
- dist/ExtUtils-CBuilder/t/04-base ............................... ok
- dist/ExtUtils-ParseXS/t/001-basic .............................. ok
- dist/ExtUtils-ParseXS/t/002-more ............................... ok
- dist/ExtUtils-ParseXS/t/003-usage .............................. ok
- dist/ExtUtils-ParseXS/t/101-standard_typemap_locations ......... ok
- dist/ExtUtils-ParseXS/t/102-trim_whitespace .................... ok
- dist/ExtUtils-ParseXS/t/103-tidy_type .......................... ok
- dist/ExtUtils-ParseXS/t/104-map_type ........................... ok
- dist/ExtUtils-ParseXS/t/105-valid_proto_string ................. ok
- dist/ExtUtils-ParseXS/t/106-process_typemaps ................... ok
- dist/ExtUtils-ParseXS/t/108-map_type ........................... ok
- dist/ExtUtils-ParseXS/t/109-standard_XS_defs ................... ok
- dist/ExtUtils-ParseXS/t/110-assign_func_args ................... ok
- dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements .... ok
- dist/ExtUtils-ParseXS/t/112-set_cond ........................... ok
- dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements ...... ok
- dist/ExtUtils-ParseXS/t/114-blurt_death_Warn ................... ok
- dist/ExtUtils-ParseXS/t/115-avoid-noise ........................ ok
- dist/ExtUtils-ParseXS/t/501-t-compile .......................... ok
- dist/ExtUtils-ParseXS/t/510-t-bare ............................. ok
- dist/ExtUtils-ParseXS/t/511-t-whitespace ....................... ok
- dist/ExtUtils-ParseXS/t/512-t-file ............................. ok
- dist/ExtUtils-ParseXS/t/513-t-merge ............................ ok
- dist/ExtUtils-ParseXS/t/514-t-embed ............................ ok
- dist/ExtUtils-ParseXS/t/515-t-cmd .............................. ok
- dist/ExtUtils-ParseXS/t/516-t-clone ............................ ok
- dist/ExtUtils-ParseXS/t/517-t-targetable ....................... ok
- dist/ExtUtils-ParseXS/t/600-t-compat ........................... ok
- dist/Filter-Simple/t/code_no_comments .......................... ok
- dist/Filter-Simple/t/data ...................................... ok
- dist/Filter-Simple/t/export .................................... ok
- dist/Filter-Simple/t/filter .................................... ok
- dist/Filter-Simple/t/filter_only ............................... ok
- dist/Filter-Simple/t/import .................................... ok
- dist/Filter-Simple/t/no ........................................ ok
- dist/I18N-Collate/t/I18N-Collate ............................... ok
- dist/I18N-LangTags/t/01_about_verbose .......................... ok
- dist/I18N-LangTags/t/05_main ................................... ok
- dist/I18N-LangTags/t/07_listy .................................. ok
- dist/I18N-LangTags/t/10_http ................................... ok
- dist/I18N-LangTags/t/20_locales ................................ ok
- dist/I18N-LangTags/t/50_super .................................. ok
- dist/I18N-LangTags/t/55_supers_strict .......................... ok
- dist/I18N-LangTags/t/80_all_env ................................ ok
- dist/if/t/if ................................................... ok
- dist/IO/t/cachepropagate-tcp ................................... ok
- dist/IO/t/cachepropagate-udp ................................... ok
- dist/IO/t/cachepropagate-unix .................................. ok
- dist/IO/t/IO ................................................... ok
- dist/IO/t/io_const ............................................. ok
- dist/IO/t/io_dir ............................................... ok
- dist/IO/t/io_dup ............................................... ok
- dist/IO/t/io_file .............................................. ok
- dist/IO/t/io_file_export ....................................... ok
- dist/IO/t/io_leak .............................................. ok
- dist/IO/t/io_linenum ........................................... ok
- dist/IO/t/io_multihomed ........................................ ok
- dist/IO/t/io_pipe .............................................. ok
- dist/IO/t/io_poll .............................................. ok
- dist/IO/t/io_sel ............................................... ok
- dist/IO/t/io_sock .............................................. ok
- dist/IO/t/io_taint ............................................. ok
- dist/IO/t/io_tell .............................................. ok
- dist/IO/t/io_udp ............................................... ok
- dist/IO/t/io_unix .............................................. ok
- dist/IO/t/io_utf8 .............................................. ok
- dist/IO/t/io_utf8argv .......................................... ok
- dist/IO/t/io_xs ................................................ ok
- dist/lib/t/01lib ............................................... ok
- dist/Locale-Maketext/t/01_about_verbose ........................ ok
- dist/Locale-Maketext/t/04_use_external_lex_cache ............... ok
- dist/Locale-Maketext/t/09_compile .............................. ok
- dist/Locale-Maketext/t/10_make ................................. ok
- dist/Locale-Maketext/t/20_get .................................. ok
- dist/Locale-Maketext/t/30_eval_dollar_at ....................... ok
- dist/Locale-Maketext/t/40_super ................................ ok
- dist/Locale-Maketext/t/50_super ................................ ok
- dist/Locale-Maketext/t/60_super ................................ ok
- dist/Locale-Maketext/t/70_fail_auto ............................ ok
- dist/Locale-Maketext/t/90_utf8 ................................. ok
- dist/Locale-Maketext/t/91_backslash ............................ ok
- dist/Locale-Maketext/t/92_blacklist ............................ ok
- dist/Locale-Maketext/t/93_whitelist ............................ ok
- dist/Module-CoreList/t/corelist ................................ ok
- dist/Module-CoreList/t/deprecated .............................. ok
- dist/Module-CoreList/t/find_modules ............................ ok
- dist/Module-CoreList/t/is_core ................................. ok
- dist/Module-CoreList/t/pod ..................................... skipped
- dist/Module-CoreList/t/utils ................................... ok
- dist/Net-Ping/t/000_load ....................................... ok
- dist/Net-Ping/t/001_new ........................................ ok
- dist/Net-Ping/t/010_pingecho ................................... ok
- dist/Net-Ping/t/110_icmp_inst .................................. ok
- dist/Net-Ping/t/120_udp_inst ................................... ok
- dist/Net-Ping/t/130_tcp_inst ................................... ok
- dist/Net-Ping/t/140_stream_inst ................................ ok
- dist/Net-Ping/t/150_syn_inst ................................... ok
- dist/Net-Ping/t/190_alarm ...................................... skipped
- dist/Net-Ping/t/200_ping_tcp ................................... skipped
- dist/Net-Ping/t/250_ping_hires ................................. skipped
- dist/Net-Ping/t/300_ping_stream ................................ skipped
- dist/Net-Ping/t/400_ping_syn ................................... skipped
- dist/Net-Ping/t/410_syn_host ................................... skipped
- dist/Net-Ping/t/450_service .................................... ok
- dist/Net-Ping/t/500_ping_icmp .................................. ok
- dist/Net-Ping/t/510_ping_udp ................................... ok
- dist/Net-Ping/t/520_icmp_ttl ................................... ok
- dist/PathTools/t/abs2rel ....................................... ok
- dist/PathTools/t/crossplatform ................................. ok
- dist/PathTools/t/cwd ........................................... ok
- dist/PathTools/t/Functions ..................................... ok
- dist/PathTools/t/rel2abs2rel ................................... ok
- dist/PathTools/t/Spec .......................................... ok
- dist/PathTools/t/Spec-taint .................................... ok
- dist/PathTools/t/taint ......................................... ok
- dist/PathTools/t/tmpdir ........................................ ok
- dist/PathTools/t/win32 ......................................... skipped
- dist/Safe/t/safe1 .............................................. ok
- dist/Safe/t/safe2 .............................................. ok
- dist/Safe/t/safe3 .............................................. ok
- dist/Safe/t/safeload ........................................... ok
- dist/Safe/t/safenamedcap ....................................... ok
- dist/Safe/t/safeops ............................................ ok
- dist/Safe/t/saferegexp ......................................... ok
- dist/Safe/t/safesecurity ....................................... ok
- dist/Safe/t/safesort ........................................... ok
- dist/Safe/t/safeuniversal ...................................... ok
- dist/Safe/t/safeutf8 ........................................... ok
- dist/Safe/t/safewrap ........................................... ok
- dist/Search-Dict/t/Dict ........................................ ok
- dist/SelfLoader/t/01SelfLoader ................................. ok
- dist/SelfLoader/t/02SelfLoader-buggy ........................... ok
- dist/SelfLoader/t/03taint ...................................... ok
- dist/Storable/t/attach ......................................... ok
- dist/Storable/t/attach_errors .................................. ok
- dist/Storable/t/attach_singleton ............................... ok
- dist/Storable/t/blessed ........................................ ok
- dist/Storable/t/canonical ...................................... ok
- dist/Storable/t/circular_hook .................................. ok
- dist/Storable/t/code ........................................... ok
- dist/Storable/t/compat01 ....................................... skipped
- dist/Storable/t/compat06 ....................................... ok
- dist/Storable/t/croak .......................................... ok
- dist/Storable/t/dclone ......................................... ok
- dist/Storable/t/destroy ........................................ ok
- dist/Storable/t/downgrade ...................................... ok
- dist/Storable/t/file_magic ..................................... ok
- dist/Storable/t/forgive ........................................ ok
- dist/Storable/t/freeze ......................................... ok
- dist/Storable/t/integer ........................................ ok
- dist/Storable/t/interwork56 .................................... skipped
- dist/Storable/t/just_plain_nasty ............................... ok
- dist/Storable/t/leaks .......................................... skipped
- dist/Storable/t/lock ........................................... ok
- dist/Storable/t/malice ......................................... ok
- dist/Storable/t/overload ....................................... ok
- dist/Storable/t/recurse ........................................ ok
- dist/Storable/t/restrict ....................................... ok
- dist/Storable/t/retrieve ....................................... ok
- dist/Storable/t/robust ......................................... ok
- dist/Storable/t/sig_die ........................................ ok
- dist/Storable/t/store .......................................... ok
- dist/Storable/t/threads ........................................ skipped
- dist/Storable/t/tied ........................................... ok
- dist/Storable/t/tied_hook ...................................... ok
- dist/Storable/t/tied_items ..................................... ok
- dist/Storable/t/tied_store ..................................... ok
- dist/Storable/t/utf8 ........................................... ok
- dist/Storable/t/utf8hash ....................................... ok
- dist/Storable/t/weak ........................................... ok
- dist/Term-Complete/t/Complete .................................. ok
- dist/Term-ReadLine/t/AE ........................................ skipped
- dist/Term-ReadLine/t/AETk ...................................... skipped
- dist/Term-ReadLine/t/ReadLine .................................. ok
- dist/Term-ReadLine/t/Tk ........................................ skipped
- dist/Test/t/05_about_verbose ................................... ok
- dist/Test/t/fail ............................................... ok
- dist/Test/t/mix ................................................ ok
- dist/Test/t/multiline .......................................... ok
- dist/Test/t/onfail ............................................. ok
- dist/Test/t/qr ................................................. ok
- dist/Test/t/skip ............................................... ok
- dist/Test/t/success ............................................ ok
- dist/Test/t/todo ............................................... ok
- dist/Text-Abbrev/t/Abbrev ...................................... ok
- dist/Thread-Queue/t/01_basic ................................... skipped
- dist/Thread-Queue/t/02_refs .................................... skipped
- dist/Thread-Queue/t/03_peek .................................... skipped
- dist/Thread-Queue/t/04_errs .................................... ok
- dist/Thread-Queue/t/05_extract ................................. skipped
- dist/Thread-Queue/t/06_insert .................................. skipped
- dist/Thread-Queue/t/07_lock .................................... skipped
- dist/Thread-Queue/t/08_nothreads ............................... ok
- dist/Thread-Queue/t/09_ended ................................... skipped
- dist/Thread-Queue/t/10_timed ................................... skipped
- dist/Thread-Queue/t/11_limit ................................... skipped
- dist/Thread-Semaphore/t/01_basic ............................... skipped
- dist/Thread-Semaphore/t/02_errs ................................ ok
- dist/Thread-Semaphore/t/03_nothreads ........................... ok
- dist/Thread-Semaphore/t/04_nonblocking ......................... skipped
- dist/Thread-Semaphore/t/05_force ............................... skipped
- dist/Thread-Semaphore/t/06_timed ............................... skipped
- dist/threads/t/basic ........................................... skipped
- dist/threads/t/blocks .......................................... skipped
- dist/threads/t/context ......................................... skipped
- dist/threads/t/end ............................................. skipped
- dist/threads/t/err ............................................. skipped
- dist/threads/t/exit ............................................ skipped
- dist/threads/t/free ............................................ skipped
- dist/threads/t/free2 ........................................... skipped
- dist/threads/t/join ............................................ skipped
- dist/threads/t/kill ............................................ skipped
- dist/threads/t/kill2 ........................................... skipped
- dist/threads/t/libc ............................................ skipped
- dist/threads/t/list ............................................ skipped
- dist/threads/t/no_threads ...................................... ok
- dist/threads/t/problems ........................................ skipped
- dist/threads/t/stack ........................................... skipped
- dist/threads/t/stack_env ....................................... skipped
- dist/threads/t/state ........................................... skipped
- dist/threads/t/stress_cv ....................................... skipped
- dist/threads/t/stress_re ....................................... skipped
- dist/threads/t/stress_string ................................... skipped
- dist/threads/t/thread .......................................... skipped
- dist/threads-shared/t/0nothread ................................ ok
- dist/threads-shared/t/av_refs .................................. skipped
- dist/threads-shared/t/av_simple ................................ skipped
- dist/threads-shared/t/blessed .................................. skipped
- dist/threads-shared/t/clone .................................... skipped
- dist/threads-shared/t/cond ..................................... skipped
- dist/threads-shared/t/disabled ................................. ok
- dist/threads-shared/t/dualvar .................................. skipped
- dist/threads-shared/t/hv_refs .................................. skipped
- dist/threads-shared/t/hv_simple ................................ skipped
- dist/threads-shared/t/no_share ................................. skipped
- dist/threads-shared/t/object ................................... skipped
- dist/threads-shared/t/object2 .................................. skipped
- dist/threads-shared/t/shared_attr .............................. skipped
- dist/threads-shared/t/stress ................................... skipped
- dist/threads-shared/t/sv_refs .................................. skipped
- dist/threads-shared/t/sv_simple ................................ skipped
- dist/threads-shared/t/utf8 ..................................... skipped
- dist/threads-shared/t/wait ..................................... skipped
- dist/threads-shared/t/waithires ................................ skipped
- dist/Tie-File/t/00_version ..................................... ok
- dist/Tie-File/t/01_gen ......................................... ok
- dist/Tie-File/t/02_fetchsize ................................... ok
- dist/Tie-File/t/03_longfetch ................................... ok
- dist/Tie-File/t/04_splice ...................................... ok
- dist/Tie-File/t/05_size ........................................ ok
- dist/Tie-File/t/06_fixrec ...................................... ok
- dist/Tie-File/t/07_rv_splice ................................... ok
- dist/Tie-File/t/08_ro .......................................... ok
- dist/Tie-File/t/09_gen_rs ...................................... ok
- dist/Tie-File/t/10_splice_rs ................................... ok
- dist/Tie-File/t/11_rv_splice_rs ................................ ok
- dist/Tie-File/t/12_longfetch_rs ................................ ok
- dist/Tie-File/t/13_size_rs ..................................... ok
- dist/Tie-File/t/14_lock ........................................ ok
- dist/Tie-File/t/15_pushpop ..................................... ok
- dist/Tie-File/t/16_handle ...................................... ok
- dist/Tie-File/t/17_misc_meth ................................... ok
- dist/Tie-File/t/18_rs_fixrec ................................... ok
- dist/Tie-File/t/19_cache ....................................... ok
- dist/Tie-File/t/20_cache_full .................................. ok
- dist/Tie-File/t/21_win32 ....................................... skipped
- dist/Tie-File/t/22_autochomp ................................... ok
- dist/Tie-File/t/23_rv_ac_splice ................................ ok
- dist/Tie-File/t/24_cache_loop .................................. ok
- dist/Tie-File/t/25_gen_nocache ................................. ok
- dist/Tie-File/t/26_twrite ...................................... ok
- dist/Tie-File/t/27_iwrite ...................................... ok
- dist/Tie-File/t/28_mtwrite ..................................... ok
- dist/Tie-File/t/29_downcopy .................................... ok
- dist/Tie-File/t/29a_upcopy ..................................... ok
- dist/Tie-File/t/30_defer ....................................... ok
- dist/Tie-File/t/31_autodefer ................................... ok
- dist/Tie-File/t/32_defer_misc .................................. ok
- dist/Tie-File/t/33_defer_vs .................................... ok
- dist/Tie-File/t/40_abs_cache ................................... ok
- dist/Tie-File/t/41_heap ........................................ ok
- dist/Tie-File/t/42_offset ...................................... ok
- dist/Time-HiRes/t/alarm ........................................ ok
- dist/Time-HiRes/t/clock ........................................ ok
- dist/Time-HiRes/t/gettimeofday ................................. ok
- dist/Time-HiRes/t/itimer ....................................... ok
- dist/Time-HiRes/t/nanosleep .................................... ok
- dist/Time-HiRes/t/sleep ........................................ ok
- dist/Time-HiRes/t/stat ......................................... ok
- dist/Time-HiRes/t/time ......................................... ok
- dist/Time-HiRes/t/tv_interval .................................. ok
- dist/Time-HiRes/t/ualarm ....................................... ok
- dist/Time-HiRes/t/usleep ....................................... ok
- dist/Time-HiRes/t/utime ........................................ ok
- dist/Unicode-Normalize/t/fcdc .................................. ok
- dist/Unicode-Normalize/t/form .................................. ok
- dist/Unicode-Normalize/t/func .................................. ok
- dist/Unicode-Normalize/t/illegal ............................... ok
- dist/Unicode-Normalize/t/norm .................................. ok
- dist/Unicode-Normalize/t/null .................................. ok
- dist/Unicode-Normalize/t/partial1 .............................. ok
- dist/Unicode-Normalize/t/partial2 .............................. ok
- dist/Unicode-Normalize/t/proto ................................. ok
- dist/Unicode-Normalize/t/split ................................. ok
- dist/Unicode-Normalize/t/test .................................. ok
- dist/Unicode-Normalize/t/tie ................................... ok
- dist/XSLoader/t/XSLoader ....................................... ok
- ext/arybase/t/aeach ............................................ ok
- ext/arybase/t/aelem ............................................ ok
- ext/arybase/t/akeys ............................................ ok
- ext/arybase/t/arybase .......................................... ok
- ext/arybase/t/aslice ........................................... ok
- ext/arybase/t/av2arylen ........................................ ok
- ext/arybase/t/index ............................................ ok
- ext/arybase/t/lslice ........................................... ok
- ext/arybase/t/pos .............................................. ok
- ext/arybase/t/scope ............................................ ok
- ext/arybase/t/splice ........................................... ok
- ext/arybase/t/substr ........................................... ok
- ext/B/t/b ...................................................... ok
- ext/B/t/concise ................................................ ok
- ext/B/t/concise-xs ............................................. ok
- ext/B/t/f_map .................................................. ok
- ext/B/t/f_sort ................................................. ok
- ext/B/t/o ...................................................... ok
- ext/B/t/optree_check ........................................... ok
- ext/B/t/optree_concise ......................................... ok
- ext/B/t/optree_constants ....................................... ok
- ext/B/t/optree_misc ............................................ ok
- ext/B/t/optree_samples ......................................... ok
- ext/B/t/optree_sort ............................................ ok
- ext/B/t/optree_specials ........................................ ok
- ext/B/t/optree_varinit ......................................... ok
- ext/B/t/pragma ................................................. ok
- ext/B/t/showlex ................................................ ok
- ext/B/t/sv_stash ............................................... ok
- ext/B/t/terse .................................................. ok
- ext/B/t/walkoptree ............................................. ok
- ext/B/t/xref ................................................... ok
- ext/Devel-Peek/t/Peek .......................................... ok
- ext/DynaLoader/t/DynaLoader .................................... ok
- ext/Errno/t/Errno .............................................. ok
- ext/Fcntl/t/autoload ........................................... ok
- ext/Fcntl/t/fcntl .............................................. ok
- ext/Fcntl/t/mode ............................................... ok
- ext/Fcntl/t/syslfs ............................................. ok
- ext/File-DosGlob/t/DosGlob ..................................... ok
- ext/File-Find/t/find ........................................... ok
- ext/File-Find/t/taint .......................................... ok
- ext/File-Glob/t/basic .......................................... ok
- ext/File-Glob/t/case ........................................... ok
- ext/File-Glob/t/global ......................................... ok
- ext/File-Glob/t/rt114984 ....................................... ok
- ext/File-Glob/t/taint .......................................... ok
- ext/File-Glob/t/threads ........................................ skipped
- ext/FileCache/t/01open ......................................... ok
- ext/FileCache/t/02maxopen ...................................... ok
- ext/FileCache/t/03append ....................................... ok
- ext/FileCache/t/04twoarg ....................................... ok
- ext/FileCache/t/05override ..................................... ok
- ext/FileCache/t/06export ....................................... ok
- ext/FileCache/t/07noimport ..................................... ok
- ext/Hash-Util/t/builtin ........................................ ok
- ext/Hash-Util/t/Util ........................................... ok
- ext/Hash-Util-FieldHash/t/01_load .............................. ok
- ext/Hash-Util-FieldHash/t/02_function .......................... ok
- ext/Hash-Util-FieldHash/t/03_class ............................. ok
- ext/Hash-Util-FieldHash/t/04_thread ............................ ok
- ext/Hash-Util-FieldHash/t/05_perlhook .......................... ok
- ext/Hash-Util-FieldHash/t/11_hashassign ........................ ok
- ext/Hash-Util-FieldHash/t/12_hashwarn .......................... ok
- ext/I18N-Langinfo/t/Langinfo ................................... ok
- ext/IPC-Open3/t/fd ............................................. ok
- ext/IPC-Open3/t/IPC-Open2 ...................................... ok
- ext/IPC-Open3/t/IPC-Open3 ...................................... ok
- ext/Opcode/t/Opcode ............................................ ok
- ext/Opcode/t/ops ............................................... ok
- ext/PerlIO-encoding/t/encoding ................................. ok
- ext/PerlIO-encoding/t/fallback ................................. ok
- ext/PerlIO-encoding/t/nolooping ................................ ok
- ext/PerlIO-encoding/t/threads .................................. skipped
- ext/PerlIO-scalar/t/scalar ..................................... ok
- ext/PerlIO-scalar/t/scalar_ungetc .............................. ok
- ext/PerlIO-via/t/via ........................................... ok
- ext/Pod-Functions/t/Functions .................................. ok
- ext/Pod-Html/t/anchorify ....................................... ok
- ext/Pod-Html/t/cache ........................................... ok
- ext/Pod-Html/t/crossref ........................................ ok
- ext/Pod-Html/t/crossref2 ....................................... ok
- ext/Pod-Html/t/crossref3 ....................................... ok
- ext/Pod-Html/t/eol ............................................. ok
- ext/Pod-Html/t/feature ......................................... ok
- ext/Pod-Html/t/feature2 ........................................ ok
- ext/Pod-Html/t/htmldir1 ........................................ ok
- ext/Pod-Html/t/htmldir2 ........................................ ok
- ext/Pod-Html/t/htmldir3 ........................................ ok
- ext/Pod-Html/t/htmldir4 ........................................ ok
- ext/Pod-Html/t/htmldir5 ........................................ ok
- ext/Pod-Html/t/htmlescp ........................................ ok
- ext/Pod-Html/t/htmllink ........................................ ok
- ext/Pod-Html/t/htmlview ........................................ ok
- ext/Pod-Html/t/poderr .......................................... ok
- ext/Pod-Html/t/podnoerr ........................................ ok
- ext/POSIX/t/export ............................................. ok
- ext/POSIX/t/math ............................................... ok
- ext/POSIX/t/posix .............................................. ok
- ext/POSIX/t/sigaction .......................................... ok
- ext/POSIX/t/sigset ............................................. ok
- ext/POSIX/t/strerror_errno ..................................... ok
- ext/POSIX/t/sysconf ............................................ ok
- ext/POSIX/t/taint .............................................. ok
- ext/POSIX/t/termios ............................................ ok
- ext/POSIX/t/time ............................................... ok
- ext/POSIX/t/unimplemented ...................................... ok
- ext/POSIX/t/usage .............................................. ok
- ext/POSIX/t/waitpid ............................................ ok
- ext/POSIX/t/wrappers ........................................... ok
- ext/re/t/lexical_debug ......................................... ok
- ext/re/t/qr .................................................... ok
- ext/re/t/re .................................................... ok
- ext/re/t/re_funcs .............................................. ok
- ext/re/t/re_funcs_u ............................................ ok
- ext/re/t/reflags ............................................... ok
- ext/re/t/regop ................................................. ok
- ext/re/t/strict ................................................ ok
- ext/SDBM_File/t/constants ...................................... ok
- ext/SDBM_File/t/prep ........................................... ok
- ext/SDBM_File/t/sdbm ........................................... ok
- ext/Sys-Hostname/t/Hostname .................................... ok
- ext/Tie-Hash-NamedCapture/t/tiehash ............................ ok
- ext/Tie-Memoize/t/Tie-Memoize .................................. ok
- ext/XS-APItest/t/addissub ...................................... ok
- ext/XS-APItest/t/arrayexpr ..................................... ok
- ext/XS-APItest/t/autoload ...................................... ok
- ext/XS-APItest/t/blockasexpr ................................... ok
- ext/XS-APItest/t/blockhooks .................................... ok
- ext/XS-APItest/t/blockhooks-csc ................................ ok
- ext/XS-APItest/t/call .......................................... ok
- ext/XS-APItest/t/call_checker .................................. ok
- ext/XS-APItest/t/caller ........................................ ok
- ext/XS-APItest/t/callregexec ................................... ok
- ext/XS-APItest/t/check_warnings ................................ ok
- ext/XS-APItest/t/cleanup ....................................... ok
- ext/XS-APItest/t/clone-with-stack .............................. skipped
- ext/XS-APItest/t/cophh ......................................... ok
- ext/XS-APItest/t/coplabel ...................................... ok
- ext/XS-APItest/t/copstash ...................................... skipped
- ext/XS-APItest/t/copyhints ..................................... ok
- ext/XS-APItest/t/customop ...................................... ok
- ext/XS-APItest/t/cv_name ....................................... ok
- ext/XS-APItest/t/eval-filter ................................... ok
- ext/XS-APItest/t/exception ..................................... ok
- ext/XS-APItest/t/extend ........................................ ok
- ext/XS-APItest/t/fetch_pad_names ............................... ok
- ext/XS-APItest/t/gotosub ....................................... ok
- ext/XS-APItest/t/grok .......................................... ok
- ext/XS-APItest/t/gv_autoload4 .................................. ok
- ext/XS-APItest/t/gv_const_sv ................................... ok
- ext/XS-APItest/t/gv_fetchmeth .................................. ok
- ext/XS-APItest/t/gv_fetchmeth_autoload ......................... ok
- ext/XS-APItest/t/gv_fetchmethod_flags .......................... ok
- ext/XS-APItest/t/gv_init ....................................... ok
- ext/XS-APItest/t/handy ......................................... ok
- ext/XS-APItest/t/hash .......................................... ok
- ext/XS-APItest/t/join_with_space ............................... ok
- ext/XS-APItest/t/keyword_multiline ............................. ok
- ext/XS-APItest/t/keyword_plugin ................................ ok
- ext/XS-APItest/t/labelconst .................................... ok
- ext/XS-APItest/t/lexsub ........................................ ok
- ext/XS-APItest/t/load-module ................................... ok
- ext/XS-APItest/t/locale ........................................ ok
- ext/XS-APItest/t/loopblock ..................................... ok
- ext/XS-APItest/t/looprest ...................................... ok
- ext/XS-APItest/t/lvalue ........................................ ok
- ext/XS-APItest/t/magic ......................................... ok
- ext/XS-APItest/t/magic_chain ................................... ok
- ext/XS-APItest/t/mro ........................................... ok
- ext/XS-APItest/t/multicall ..................................... ok
- ext/XS-APItest/t/my_cxt ........................................ ok
- ext/XS-APItest/t/my_exit ....................................... ok
- ext/XS-APItest/t/newCONSTSUB ................................... ok
- ext/XS-APItest/t/newDEFSVOP .................................... ok
- ext/XS-APItest/t/op ............................................ ok
- ext/XS-APItest/t/op_contextualize .............................. ok
- ext/XS-APItest/t/op_list ....................................... ok
- ext/XS-APItest/t/overload ...................................... ok
- ext/XS-APItest/t/pad_scalar .................................... ok
- ext/XS-APItest/t/peep .......................................... ok
- ext/XS-APItest/t/pmflag ........................................ ok
- ext/XS-APItest/t/postinc ....................................... ok
- ext/XS-APItest/t/printf ........................................ ok
- ext/XS-APItest/t/ptr_table ..................................... ok
- ext/XS-APItest/t/push .......................................... ok
- ext/XS-APItest/t/refs .......................................... ok
- ext/XS-APItest/t/rmagical ...................................... ok
- ext/XS-APItest/t/rv2cv_op_cv ................................... ok
- ext/XS-APItest/t/savehints ..................................... ok
- ext/XS-APItest/t/scopelessblock ................................ ok
- ext/XS-APItest/t/sort .......................................... ok
- ext/XS-APItest/t/stmtasexpr .................................... ok
- ext/XS-APItest/t/stmtsasexpr ................................... ok
- ext/XS-APItest/t/stuff_modify_bug .............................. ok
- ext/XS-APItest/t/stuff_svcur_bug ............................... ok
- ext/XS-APItest/t/subcall ....................................... ok
- ext/XS-APItest/t/svcat ......................................... ok
- ext/XS-APItest/t/svcatpvf ...................................... ok
- ext/XS-APItest/t/sviscow ....................................... ok
- ext/XS-APItest/t/svpeek ........................................ ok
- ext/XS-APItest/t/svpv .......................................... ok
- ext/XS-APItest/t/svpv_magic .................................... ok
- ext/XS-APItest/t/svsetsv ....................................... ok
- ext/XS-APItest/t/swaplabel ..................................... ok
- ext/XS-APItest/t/swaptwostmts .................................. ok
- ext/XS-APItest/t/sym-hook ...................................... ok
- ext/XS-APItest/t/synthetic_scope ............................... ok
- ext/XS-APItest/t/temp_lv_sub ................................... ok
- ext/XS-APItest/t/underscore_length ............................. ok
- ext/XS-APItest/t/utf16_to_utf8 ................................. ok
- ext/XS-APItest/t/utf8 .......................................... ok
- ext/XS-APItest/t/weaken ........................................ ok
- ext/XS-APItest/t/whichsig ...................................... ok
- ext/XS-APItest/t/win32 ......................................... skipped
- ext/XS-APItest/t/xs_special_subs ............................... ok
- ext/XS-APItest/t/xs_special_subs_require ....................... ok
- ext/XS-APItest/t/xsub_h ........................................ ok
- ext/XS-Typemap/t/Typemap ....................................... ok
- lib/AnyDBM_File ................................................ ok
- lib/B/Deparse .................................................. ok
- lib/B/Deparse-core ............................................. ok
- lib/B/Deparse-subclass ......................................... ok
- lib/Benchmark .................................................. ok
- lib/blib ....................................................... ok
- lib/bytes ...................................................... ok
- lib/charnames .................................................. ok
- lib/Class/Struct ............................................... ok
- lib/Config ..................................................... ok
- lib/Config/Extensions .......................................... ok
- lib/DB ......................................................... ok
- lib/DBM_Filter/t/01error ....................................... ok
- lib/DBM_Filter/t/02core ........................................ ok
- lib/DBM_Filter/t/compress ...................................... ok
- lib/DBM_Filter/t/encode ........................................ ok
- lib/DBM_Filter/t/int32 ......................................... ok
- lib/DBM_Filter/t/null .......................................... ok
- lib/DBM_Filter/t/utf8 .......................................... ok
- lib/diagnostics ................................................ ok
- lib/DirHandle .................................................. ok
- lib/dumpvar .................................................... ok
- lib/English .................................................... ok
- lib/ExtUtils/t/Embed ........................................... ok
- lib/feature .................................................... ok
- lib/feature/unicode_strings .................................... ok
- lib/File/Basename .............................................. ok
- lib/File/Compare ............................................... ok
- lib/File/Copy .................................................. ok
- lib/File/stat .................................................. ok
- lib/File/stat-7896 ............................................. ok
- lib/FileHandle ................................................. ok
- lib/filetest ................................................... ok
- lib/FindBin .................................................... ok
- lib/Getopt/Std ................................................. ok
- lib/h2ph ....................................................... ok
- lib/h2xs ....................................................... ok
- lib/integer .................................................... ok
- lib/Internals .................................................. ok
- lib/less ....................................................... ok
- lib/locale ..................................................... ok
- lib/locale_threads ............................................. skipped
- lib/meta_notation .............................................. ok
- lib/Net/hostent ................................................ ok
- lib/Net/netent ................................................. skipped
- lib/Net/protoent ............................................... ok
- lib/Net/servent ................................................ ok
- lib/open ....................................................... ok
- lib/overload ................................................... ok
- lib/overload64 ................................................. ok
- lib/overloading ................................................ ok
- lib/perl5db ....................................................
- # Failed test 19 - Can set breakpoint in a line in the middle of the file. at ../lib/perl5db.t line 555
- # got 'In MyModule.\nIn Main File.\n'
- # expected /(?^msx:
- # ^Var=Bar$
- # .*
- # ^In\ MyModule\.$
- # .*
- # ^In\ Main\ File\.$
- # .*
- # )/
- # Failed test 20 - Can set breakpoint in a line. at ../lib/perl5db.t line 582
- # got ''
- # expected /(?^msx:X=\{Two\})/
- # Failed test 21 - Can set breakpoint in a line. at ../lib/perl5db.t line 606
- # got ''
- # expected /(?^ms:X=\{SecondVal\})/
- # Failed test 22 - Can set breakpoint in a line. at ../lib/perl5db.t line 630
- # got ''
- # expected /(?^msx:
- # X=\{SecondValOneHundred\}
- # )/
- # Failed test 23 - Can set breakpoint in a line. at ../lib/perl5db.t line 660
- # got ''
- # expected /(?^msx:
- # X=\{SecondValTwoHundred\}
- # )/
- # Failed test 24 - Prompt should display the first line of code. at ../lib/perl5db.t line 675
- # got ''
- # expected /(?^msx:
- # ^main::\([^\)]*\bdisable-breakpoints-1:2\):\n
- # 2:\s+my\ \$x\ =\ "One";\n
- # )/
- # Failed test 25 - Restart and delete all breakpoints work properly. at ../lib/perl5db.t line 701
- # got ''
- # expected /(?^msx:
- # X=\{FirstVal\};dummy=\{1\}
- # )/
- # Failed test 26 - 'c line_num' is working properly. at ../lib/perl5db.t line 721
- # got ''
- # expected /(?^msx:
- # X=\{ThirdVal\}
- # )/
- # Failed test 27 - 'b .' is working correctly. at ../lib/perl5db.t line 743
- # got ''
- # expected /(?^msx:
- # Exp=\{256\}
- # )/
- # Failed test 28 - Prompt should display the line of code inside a subroutine. at ../lib/perl5db.t line 763
- # got ''
- # expected /(?^msx:
- # ^main::back\([^\)\n]*\bwith-subroutine:15\):[\ \t]*\n
- # ^15:\s*print\ "hello\ back\\n";
- # )/
- # Failed test 29 - p command works. at ../lib/perl5db.t line 784
- # got ''
- # expected /(?^:<<<24>>>)/
- # Failed test 30 - x command test. at ../lib/perl5db.t line 802
- # got ''
- # expected /(?^ms:^0\s+HASH\([^\)]+\)\n\s+500 => 600\n)/
- # Failed test 31 - x command test with '@_'. at ../lib/perl5db.t line 824
- # got ''
- # expected /(?^ms:Arg1.*?Capsula.*GreekHumor.*Socrates)/
- # Failed test 32 - Mutating '@_'. at ../lib/perl5db.t line 847
- # got 'One\nTwo\nThree\n'
- # expected /(?^ms:^\(\(\(Capsula,GreekHumor,Socrates\)\)\)$)/
- # Failed test 33 - x after AutoTrace=1 command is working. at ../lib/perl5db.t line 870
- # got ''
- # expected /(?^ms:^0\s+SCALAR\([^\)]+\)\n\s+-> 'hello world'\n)/
- # Failed test 34 - T command test. at ../lib/perl5db.t line 905
- # got ''
- # expected /(?^ms:^\. = main\:\:baz\(\) called from file '\.\.\/lib\/perl5db\/t\/rt\-104168' line 14\n\. = main\:\:bar\(\) called from file '\.\.\/lib\/perl5db\/t\/rt\-104168' line 9\n\. = main\:\:foo\(\) called from file '\.\.\/lib\/perl5db\/t\/rt\-104168' line 6\n)/
- # Failed test 35 - test for s - single step at ../lib/perl5db.t line 928
- # got ''
- # expected /(?^msx:
- # X=\{SecondVal\};dummy=\{1\}
- # )/
- # Failed test 36 - 'b .' is working correctly. at ../lib/perl5db.t line 951
- # got ''
- # expected /(?^msx:
- # Exp=\{256\}
- # )/
- # Failed test 37 - Test for the s command. at ../lib/perl5db.t line 970
- # got ''
- # expected /(?^msx:
- # ^main::foo\([^\)\n]*\brt-104168:9\):[\ \t]*\n
- # ^9:\s*bar\(\);
- # )/
- # Failed test 38 - uncalled_subroutine was called after s EXPR() at ../lib/perl5db.t line 992
- # got ''
- # expected /(?^:<1,2,3,4,5>\n)/
- # Failed test 39 - uncalled_subroutine was called after n EXPR() at ../lib/perl5db.t line 1011
- # got ''
- # expected /(?^:<1,2,3,4,5>\n)/
- # Failed test 40 - b subroutine works fine at ../lib/perl5db.t line 1034
- # got ''
- # expected /(?^:<3>)/
- # Failed test 41 - n steps over lvalue subs at ../lib/perl5db.t line 1042
- # got ''
- # expected /(?^:<1>\n<11>\n)/
- # Failed test 42 - M (module list) works fine at ../lib/perl5db.t line 1067
- # got ''
- # expected /(?^:Scalar/Util\.pm)/
- # Failed test 43 - r statement is working properly. at ../lib/perl5db.t line 1089
- # got 'Foo\n'
- # expected /(?^msx:
- # ^Foo$
- # .*?
- # ^Bar$
- # .*?
- # ^Var=Test$
- # )/
- # Failed test 44 - l statement is working properly (test No. 1). at ../lib/perl5db.t line 1113
- # got ''
- # expected /(?^msx:
- # ^1==>\s+\$x\ =\ 1;\n
- # 2:\s+print\ "1\\n";\n
- # 3\s*\n
- # 4:\s+\$x\ =\ 2;\n
- # 5:\s+print\ "2\\n";\n
- # )/
- # Failed test 45 - l followed by l and then followed by - at ../lib/perl5db.t line 1167
- # got ''
- # expected /(?^msx:
- # ^(?^msx:
- # 1==>\s+\$x\ =\ 1;\n
- # 2:\s+print\ "1\\n";\n
- # 3\s*\n
- # 4:\s+\$x\ =\ 2;\n
- # 5:\s+print\ "2\\n";\n
- # 6\s*\n
- # 7:\s+\$x\ =\ 3;\n
- # 8:\s+print\ "3\\n";\n
- # 9\s*\n
- # 10:\s+\$x\ =\ 4;\n
- # )
- # [^\n]*?DB<\d+>\ \#\ After\ l\ 1\n
- # [\ \t]*\n
- # [^\n]*?DB<\d+>\ l\s*\n
- # (?^msx:
- # 11:\s+print\ "4\\n";\n
- # 12\s*\n
- # 13:\s+\$x\ =\ 5;\n
- # 14:\s+print\ "5\\n";\n
- # 15\s*\n
- # 16:\s+\$x\ =\ 6;\n
- # 17:\s+print\ "6\\n";\n
- # 18\s*\n
- # 19:\s+\$x\ =\ 7;\n
- # 20:\s+print\ "7\\n";\n
- # )
- # [^\n]*?DB<\d+>\ \#\ After\ l\ 2\n
- # [\ \t]*\n
- # [^\n]*?DB<\d+>\ -\s*\n
- # (?^msx:
- # 1==>\s+\$x\ =\ 1;\n
- # 2:\s+print\ "1\\n";\n
- # 3\s*\n
- # 4:\s+\$x\ =\ 2;\n
- # 5:\s+print\ "2\\n";\n
- # 6\s*\n
- # 7:\s+\$x\ =\ 3;\n
- # 8:\s+print\ "3\\n";\n
- # 9\s*\n
- # 10:\s+\$x\ =\ 4;\n
- # )
- # [^\n]*?DB<\d+>\ \#\ After\ -\n
- # )/
- # Failed test 46 - l subroutine_name at ../lib/perl5db.t line 1203
- # got ''
- # expected /(?^msx:
- # DB<1>\s+l\ fact\n
- # (?^msx:
- # 6\s+sub\ fact\ \{\n
- # 7:\s+my\ \$n\ =\ shift;\n
- # 8:\s+if\ \(\$n\ >\ 1\)\ \{\n
- # 9:\s+return\ \$n\ \*\ fact\(\$n\ -\ 1\);
- # )
- # )/
- # Failed test 47 - Test the "." command at ../lib/perl5db.t line 1235
- # got ''
- # expected /(?^msx:
- # (?^msx:
- # ^main::fact\([^\n]*?:7\):\n
- # ^7:\s+my\ \$n\ =\ shift;\n
- # )
- # auto\(-\d+\)\s+DB<\d+>\s+\.\n
- # (?^msx:
- # ^main::fact\([^\n]*?:7\):\n
- # ^7:\s+my\ \$n\ =\ shift;\n
- # )
- # )/
- # Failed test 48 - f command is working. at ../lib/perl5db.t line 1263
- # got 'In MyModule.\nIn Main File.\n'
- # expected /(?^msx:
- # ^Var=Bar$
- # .*
- # ^In\ MyModule\.$
- # .*
- # ^In\ Main\ File\.$
- # .*
- # )/
- # Failed test 49 - /pat/ command is working and found a match. at ../lib/perl5db.t line 1295
- # got ''
- # expected /(?^msx:12: \s* for\ my\ \$q\ \(1\ \.\.\ 10\)\ \{)/
- # Failed test 50 - ?pat? command is working and found a match. at ../lib/perl5db.t line 1315
- # got ''
- # expected /(?^msx:12: \s* for\ my\ \$q\ \(1\ \.\.\ 10\)\ \{)/
- # Failed test 51 - L command is listing breakpoints at ../lib/perl5db.t line 1336
- # got ''
- # expected /(?^msx:
- # ^\S*?eval-line-bug:\n
- # \s*6:\s*my\ \$i\ =\ 5;\n
- # \s*break\ if\ \(1\)\n
- # \s*13:\s*\$i\ \+=\ \$q;\n
- # \s*break\ if\ \(\(\$q\ ==\ 5\)\)\n
- # )/
- # Failed test 52 - L command is listing watch expressions at ../lib/perl5db.t line 1362
- # got ''
- # expected /(?^msx:
- # ^Watch-expressions:\n
- # \s*\(5\+6\)\n
- # )/
- # Failed test 53 - L command is not listing deleted watch expressions at ../lib/perl5db.t line 1386
- # got ''
- # expected /(?^msx:
- # ^Watch-expressions:\n
- # \s*\(11\*23\)\n
- # ^auto\(
- # )/
- # Failed test 54 - L command is listing actions and breakpoints at ../lib/perl5db.t line 1411
- # got ''
- # expected /(?^msx:
- # ^\S*?eval-line-bug:\n
- # \s*6:\s*my\ \$i\ =\ 5;\n
- # \s*break\ if\ \(1\)\n
- # \s*13:\s*\$i\ \+=\ \$q;\n
- # \s*action:\s+print\ \$i\n
- # )/
- # Failed test 55 - S command - 1 at ../lib/perl5db.t line 1435
- # got ''
- # expected /(?^msx:
- # ^main::bar\n
- # main::baz\n
- # main::foo\n
- # )/
- # Failed test 56 - S command with regex at ../lib/perl5db.t line 1457
- # got ''
- # expected /(?^msx:
- # ^main::bar\n
- # main::baz\n
- # auto\(
- # )/
- # Failed test 58 - S command with negative regex - what it still matches at ../lib/perl5db.t line 1486
- # got ''
- # expected /(?^msx:
- # ^main::foo\n
- # )/
- # Failed test 59 - a command is working at ../lib/perl5db.t line 1509
- # got ''
- # expected /(?^msx:
- # \nVar<Q>=1\
- #
- # \nVar<Q>=2\
- #
- # \nVar<Q>=3
- # )/
- # Failed test 60 - a command with no line number is working at ../lib/perl5db.t line 1533
- # got '123456789012 This is a test\n3456789012345This is another test\n6789012345678This is yet another test\n9012345678901Is this yet another test?\n234567890123 Yes, this is another test.\n4567890123456I think this is a test.\n7890123456789Now is the time.\n0123456789012For all good men.\n3456789012345To come to the aid party.\n678901234678 This is the tenth line.\n\n'
- # expected /(?^msx:
- # (?:^Hello\ 12\n.*?){4}
- # )/
- # Failed test 63 - w command - watchpoint changed at ../lib/perl5db.t line 1599
- # got ''
- # expected /(?^msx:
- # \$foo\ changed:\n
- # \s+old\ value:\s+'1'\n
- # \s+new\ value:\s+'2'\n
- # )/
- # Failed test 64 - w command - correct output from IDX at ../lib/perl5db.t line 1606
- # got 'Hello\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\n'
- # expected /(?^msx:
- # \nIDX=<20>\n
- # )/
- # Failed test 66 - W command - stopped at end. at ../lib/perl5db.t line 1635
- # got 'Hello\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\n'
- # expected /(?^msx:
- # \nIDX=<>\n
- # )/
- # Failed test 68 - "W *" command - stopped at end. at ../lib/perl5db.t line 1666
- # got 'Hello\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\n'
- # expected /(?^msx:
- # \nIDX=<>\n
- # )/
- # Failed test 69 - "o" command (without arguments) displays warnLevel at ../lib/perl5db.t line 1686
- # got ''
- # expected /(?^msx:
- # ^\s*warnLevel\ =\ '1'\n
- # )/
- # Failed test 70 - "o" command (without arguments) displays signalLevel at ../lib/perl5db.t line 1692
- # got ''
- # expected /(?^msx:
- # ^\s*signalLevel\ =\ '1'\n
- # )/
- # Failed test 71 - "o" command (without arguments) displays dieLevel at ../lib/perl5db.t line 1698
- # got ''
- # expected /(?^msx:
- # ^\s*dieLevel\ =\ '1'\n
- # )/
- # Failed test 72 - "o" command (without arguments) displays hashDepth at ../lib/perl5db.t line 1704
- # got ''
- # expected /(?^msx:
- # ^\s*hashDepth\ =\ 'N/A'\n
- # )/
- # Failed test 74 - "o" query command displays signalLevel at ../lib/perl5db.t line 1728
- # got ''
- # expected /(?^msx:
- # ^\s*signalLevel\ =\ '1'\n
- # )/
- # Failed test 76 - "o" query command displays hashDepth at ../lib/perl5db.t line 1738
- # got ''
- # expected /(?^msx:
- # ^\s*hashDepth\ =\ 'N/A'\n
- # )/
- # Failed test 77 - o set command works at ../lib/perl5db.t line 1759
- # got ''
- # expected /(?^msx:
- # ^\s*(signalLevel\ =\ '0'\n)
- # .*?
- # ^\s*\1
- # )/
- # Failed test 78 - o set command - hashDepth at ../lib/perl5db.t line 1767
- # got ''
- # expected /(?^msx:
- # ^\s*hashDepth\ =\ 'N/A'\n
- # )/
- # Failed test 79 - Test < and < ? commands - contents. at ../lib/perl5db.t line 1790
- # got ''
- # expected /(?^msx:
- # ^pre-perl\ commands:\n
- # \s*<\ --\ print\ "\\nX=<\$x>\\n"\n
- # )/
- # Failed test 80 - Test < and < ? commands - output. at ../lib/perl5db.t line 1797
- # got ''
- # expected /(?^msx:
- # ^X=<FirstVal>\n
- # )/
- # Failed test 82 - Test > and > ? commands - contents. at ../lib/perl5db.t line 1842
- # got ''
- # expected /(?^msx:
- # ^post-perl\ commands:\n
- # \s*>\ --\ print\ "\\nFOO=<\$::foo>\\n"\n
- # )/
- # Failed test 83 - Test > and > ? commands - output. at ../lib/perl5db.t line 1849
- # got ''
- # expected /(?^msx:
- # ^FOO=<500>\n
- # )/
- # Failed test 85 - Test < and > commands. at ../lib/perl5db.t line 1896
- # got ''
- # expected /(?^msx:
- # ^LOREM=<10>\n
- # )/
- # Failed test 86 - Test the pre-prompt debugger commands at ../lib/perl5db.t line 1920
- # got ''
- # expected /(?^msx:
- # ^No\ pre-debugger\ actions\.\n
- # .*?
- # ^pre-debugger\ commands:\n
- # \s+\{\ --\ l\n
- # .*?
- # ^5==>b\s+\$x\ =\ "FirstVal";\n
- # 6\s*\n
- # 7:\s+\$dummy\+\+;\n
- # 8\s*\n
- # 9:\s+\$x\ =\ "SecondVal";\n
- #
- # )/
- # Failed test 87 - Test the { * command at ../lib/perl5db.t line 1954
- # got ''
- # expected /(?^msx:
- # ^All\ \{\ actions\ cleared\.\n
- # )/
- # Failed test 88 - { * test - output is OK. at ../lib/perl5db.t line 1960
- # got ''
- # expected /(?^:OneOneOneOneOne)/
- # Failed test 89 - Test the ! command (along with l 3-5) at ../lib/perl5db.t line 1979
- # got ''
- # expected /(?^msx:
- # (^3:\s+my\ \$dummy\ =\ 0;\n
- # 4\s*\n
- # 5:\s+\$x\ =\ "FirstVal";)\n
- # .*?
- # ^l\ 3-5\n
- # \1
- # )/
- # Failed test 90 - Test the ! -n command (along with l) at ../lib/perl5db.t line 2006
- # got ''
- # expected /(?^msx:
- # (^3:\s+my\ \$dummy\ =\ 0;\n
- # 4\s*\n
- # 5:\s+\$x\ =\ "FirstVal";)\n
- # .*?
- # ^2==\>\s+my\ \$x\ =\ "One";\n
- # .*?
- # ^l\ 3-5\n
- # \1
- # )/
- # Failed test 91 - Test the source command (along with l) at ../lib/perl5db.t line 2036
- # got ''
- # expected /(?^msx:
- # ^3:\s+my\ \$dummy\ =\ 0;\n
- # 4\s*\n
- # 5:\s+\$x\ =\ "FirstVal";\n
- # 6\s*\n
- # 7:\s+\$dummy\+\+;\n
- # 8\s*\n
- # 9:\s+\$x\ =\ "SecondVal";\n
- # 10\s*\n
- # )/
- # Failed test 92 - Test the source command inside a typeahead at ../lib/perl5db.t line 2063
- # got ''
- # expected /(?^msx:
- # ^3:\s+my\ \$dummy\ =\ 0;\n
- # 4\s*\n
- # 5:\s+\$x\ =\ "FirstVal";\n
- # 6\s*\n
- # 7:\s+\$dummy\+\+;\n
- # 8\s*\n
- # 9:\s+\$x\ =\ "SecondVal";\n
- # 10\s*\n
- # )/
- # Failed test 93 - Test the H -num command at ../lib/perl5db.t line 2096
- # got ''
- # expected /(?^msx:
- # ^\d+:\s+H\ -7\n
- # \d+:\s+x\ \(20\+4\)\n
- # \d+:\s+b\ 3\n
- # \d+:\s+l\ 1-5\n
- # \d+:\s+x\ "Hello\ World"\n
- # \d+:\s+l\ 5-10\n
- # \d+:\s+l\ 1-10\n
- # )/
- # Failed test 94 - Test the H command (without a number.) at ../lib/perl5db.t line 2128
- # got ''
- # expected /(?^msx:
- # ^\d+:\s+x\ \(20\+4\)\n
- # \d+:\s+b\ 3\n
- # \d+:\s+l\ 1-5\n
- # \d+:\s+x\ "Hello\ World"\n
- # \d+:\s+l\ 5-10\n
- # \d+:\s+l\ 1-10\n
- # )/
- # Failed test 95 - Test the = (command alias) command. at ../lib/perl5db.t line 2154
- # got ''
- # expected /(?^msx:
- # ^1==>\s+\$x\ =\ 1;\n
- # 2:\s+print\ "1\\n";\n
- # 3\s*\n
- # 4:\s+\$x\ =\ 2;\n
- # 5:\s+print\ "2\\n";\n
- # )/
- # Failed test 96 - Test m for main - 1 at ../lib/perl5db.t line 2179
- # got ''
- # expected /(?^msx:
- # ^via\ UNIVERSAL:\ DOES$
- # )/
- # Failed test 97 - Test m for main - 2 at ../lib/perl5db.t line 2185
- # got ''
- # expected /(?^msx:
- # ^via\ UNIVERSAL:\ can$
- # )/
- # Failed test 98 - Test m for obj - 1 at ../lib/perl5db.t line 2207
- # got ''
- # expected /(?^ms:^greet$)/
- # Failed test 99 - Test m for obj - 1 at ../lib/perl5db.t line 2211
- # got ''
- # expected /(?^ms:^via UNIVERSAL: can$)/
- # Failed test 100 - Test M at ../lib/perl5db.t line 2229
- # got ''
- # expected /(?^msx:
- # ^'strict\.pm'\ =>\ '\d+\.\d+\ from
- # )/
- # Failed test 101 - Test the o recallCommand option at ../lib/perl5db.t line 2253
- # got ''
- # expected /(?^msx:
- # (^3:\s+my\ \$dummy\ =\ 0;\n
- # 4\s*\n
- # 5:\s+\$x\ =\ "FirstVal";)\n
- # .*?
- # ^2==\>\s+my\ \$x\ =\ "One";\n
- # .*?
- # ^l\ 3-5\n
- # \1
- # )/
- # Failed test 104 - Test the t command (without a number.) at ../lib/perl5db.t line 2331
- # got ''
- # expected /(?^msx:
- # ^main::\([^:]+:15\):\n
- # 15:\s+\$dummy\+\+;\n
- # main::\([^:]+:17\):\n
- # 17:\s+\$x\ =\ "FourthVal";\n
- # )/
- # Failed test 105 - Test the o AutoTrace command at ../lib/perl5db.t line 2355
- # got ''
- # expected /(?^msx:
- # ^main::\([^:]+:15\):\n
- # 15:\s+\$dummy\+\+;\n
- # main::\([^:]+:17\):\n
- # 17:\s+\$x\ =\ "FourthVal";\n
- # )/
- # Failed test 106 - Test the t command with function calls. at ../lib/perl5db.t line 2382
- # got 'This is not a warning. at ../lib/perl5db/t/test-warnLevel-option-1 line 18.\n at ../lib/perl5db/t/test-warnLevel-option-1 line 18.\n\tmain::baz() called at ../lib/perl5db/t/test-warnLevel-option-1 line 13\n\tmain::bar() called at ../lib/perl5db/t/test-warnLevel-option-1 line 25\n\tmain::myfunc() called at ../lib/perl5db/t/test-warnLevel-option-1 line 28\n'
- # expected /(?^msx:
- # ^main::\([^:]+:28\):\n
- # 28:\s+myfunc\(\);\n
- # auto\(-\d+\)\s+DB<1>\s+t\n
- # Trace\ =\ on\n
- # auto\(-\d+\)\s+DB<1>\s+b\ 18\n
- # auto\(-\d+\)\s+DB<2>\s+c\n
- # main::myfunc\([^:]+:25\):\n
- # 25:\s+bar\(\);\n
- # )/
- # Failed test 107 - Test the o AutoTrace command with function calls. at ../lib/perl5db.t line 2413
- # got 'This is not a warning. at ../lib/perl5db/t/test-warnLevel-option-1 line 18.\n at ../lib/perl5db/t/test-warnLevel-option-1 line 18.\n\tmain::baz() called at ../lib/perl5db/t/test-warnLevel-option-1 line 13\n\tmain::bar() called at ../lib/perl5db/t/test-warnLevel-option-1 line 25\n\tmain::myfunc() called at ../lib/perl5db/t/test-warnLevel-option-1 line 28\n'
- # expected /(?^msx:
- # ^main::\([^:]+:28\):\n
- # 28:\s+myfunc\(\);\n
- # auto\(-\d+\)\s+DB<1>\s+o\ AutoTrace\n
- # \s+AutoTrace\s+=\s+'1'\n
- # auto\(-\d+\)\s+DB<2>\s+b\ 18\n
- # auto\(-\d+\)\s+DB<3>\s+c\n
- # main::myfunc\([^:]+:25\):\n
- # 25:\s+bar\(\);\n
- # )/
- # Failed test 108 - Test the final "Debugged program terminated" message. at ../lib/perl5db.t line 2440
- # got 'This is not a warning. at ../lib/perl5db/t/test-warnLevel-option-1 line 18.\n at ../lib/perl5db/t/test-warnLevel-option-1 line 18.\n\tmain::baz() called at ../lib/perl5db/t/test-warnLevel-option-1 line 13\n\tmain::bar() called at ../lib/perl5db/t/test-warnLevel-option-1 line 25\n\tmain::myfunc() called at ../lib/perl5db/t/test-warnLevel-option-1 line 28\n'
- # expected /(?^msx:
- # ^Debugged\ program\ terminated\.
- # )/
- # Failed test 110 - Test o PrintRet=1 at ../lib/perl5db.t line 2490
- # got 'Use of uninitialized value $x in string eq at ../lib/perl5db/t/test-PrintRet-option-1 line 33.\n at ../lib/perl5db/t/test-PrintRet-option-1 line 33.\nUse of uninitialized value $x in string eq at ../lib/perl5db/t/test-PrintRet-option-1 line 33.\n at ../lib/perl5db/t/test-PrintRet-option-1 line 33.\n'
- # expected /(?^:scalar context return from main::return_scalar: 20024)/
- # Failed test 112 - Test o PrintRet=1 in list context at ../lib/perl5db.t line 2540
- # got 'Use of uninitialized value $x in string eq at ../lib/perl5db/t/test-PrintRet-option-1 line 33.\n at ../lib/perl5db/t/test-PrintRet-option-1 line 33.\nUse of uninitialized value $x in string eq at ../lib/perl5db/t/test-PrintRet-option-1 line 33.\n at ../lib/perl5db/t/test-PrintRet-option-1 line 33.\n'
- # expected /(?^:list context return from main::return_list:\n0\s*'Foo'\n1\s*'Bar'\n2\s*'Baz'\n)/
- # Failed test 114 - Test o PrintRet=1 in void context at ../lib/perl5db.t line 2590
- # got 'Use of uninitialized value $x in string eq at ../lib/perl5db/t/test-PrintRet-option-1 line 33.\n at ../lib/perl5db/t/test-PrintRet-option-1 line 33.\nUse of uninitialized value $x in string eq at ../lib/perl5db/t/test-PrintRet-option-1 line 33.\n at ../lib/perl5db/t/test-PrintRet-option-1 line 33.\n'
- # expected /(?^:void context return from main::return_void)/
- # Failed test 116 - Test o PrintRet=0 in void context at ../lib/perl5db.t line 2640
- # got ''
- # expected /(?^msx:
- # in\s*\.=main::my_other_func\(3,\ 1200\)\ from.*?
- # out\s*\.=main::my_other_func\(3,\ 1200\)\ from
- # )/
- # Failed test 117 - Test t expr at ../lib/perl5db.t line 2664
- # got ''
- # expected /(?^msx:
- # (?:^main::fact.*return\ \$n\ \*\ fact\(\$n\ -\ 1\);.*)
- # )/
- # Failed test 118 - Test w for lexical values. at ../lib/perl5db.t line 2691
- # got ''
- # expected /(?^msx:
- # \s+old\ value:\s+'1'\n
- # \s+new\ value:\s+'2'\n
- # )/
Add Comment
Please, Sign In to add comment