hakonhagland

Log from Configure, make, and "make install" installing perl

Dec 29th, 2016
684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 493.13 KB | None | 0 0
  1.  
  2. Beginning of configuration questions for perl5.
  3.  
  4. Checking echo to see how to suppress newlines...
  5. ...using \c
  6. The star should be here-->*
  7.  
  8. First let's make sure your kit is complete. Checking...
  9. Looks good...
  10.  
  11. Would you like to see the instructions? [n]
  12.  
  13. Locating common programs...
  14. awk is in /usr/bin/awk.
  15. cat is in /bin/cat.
  16. chmod is in /bin/chmod.
  17. comm is in /usr/bin/comm.
  18. cp is in /bin/cp.
  19. echo is in /bin/echo.
  20. expr is in /usr/bin/expr.
  21. grep is in /bin/grep.
  22. ls is in /bin/ls.
  23. mkdir is in /bin/mkdir.
  24. rm is in /bin/rm.
  25. sed is in /bin/sed.
  26. sort is in /usr/bin/sort.
  27. touch is in /bin/touch.
  28. tr is in /usr/bin/tr.
  29. uniq is in /usr/bin/uniq.
  30.  
  31. Don't worry if any of the following aren't found...
  32. ar is in /usr/bin/ar.
  33. bison is in /usr/bin/bison.
  34. I don't see byacc out there, offhand.
  35. cpp is in /usr/bin/cpp.
  36. I don't see csh out there, either.
  37. date is in /bin/date.
  38. egrep is in /bin/egrep.
  39. I don't see gmake out there, either.
  40. gzip is in /bin/gzip.
  41. less is in /bin/less.
  42. ln is in /bin/ln.
  43. make is in /usr/bin/make.
  44. more is in /bin/more.
  45. nm is in /usr/bin/nm.
  46. nroff is in /usr/bin/nroff.
  47. perl is in /usr/bin/perl.
  48. pg is in /usr/bin/pg.
  49. test is in /usr/bin/test.
  50. uname is in /bin/uname.
  51. zip is in /usr/bin/zip.
  52. Substituting less -R for less.
  53. Using the test built into your sh.
  54.  
  55. Checking compatibility between /bin/echo and builtin echo (if any)...
  56. They are not compatible! You are probably running ksh on a non-USG system.
  57. I'll have to use /bin/echo instead of the builtin, since Bourne shell doesn't
  58. have echo built in and we may have to run some Bourne shell scripts. That
  59. means I'll have to use '-n' to suppress newlines now. Life is ridiculous.
  60.  
  61. The star should be here-->*
  62. The following message is sponsored by
  63.  
  64. Dresden.pm<--The stars should be here.
  65.  
  66. Dear Perl user, system administrator or package
  67. maintainer, the Perl community sends greetings to
  68. you. Do you (emblematical) greet back [Y/n]? n
  69.  
  70.  
  71. Symbolic links are supported.
  72.  
  73. Checking how to test for symbolic links...
  74. You can test for symbolic links with 'test -h'.
  75.  
  76. Checking for cross-compile
  77. No targethost for running compiler tests against defined, running locally
  78.  
  79. Good, your tr supports [:lower:] and [:upper:] to convert case.
  80. Using [:upper:] and [:lower:] to convert case.
  81.  
  82. I see a config.sh file. Shall I use it to set the defaults? [n]
  83. OK, I'll ignore it.
  84.  
  85. First time through, eh? I have some defaults handy for some systems
  86. that need some extra help getting the Configure answers right:
  87.  
  88. aix_3 dragonfly irix_4 nonstopux stellar
  89. aix_4 dynixptx irix_5 openbsd sunos_4_0
  90. aix dynix irix_6_0 opus sunos_4_1
  91. altos486 epix irix_6_1 os2 super-ux
  92. amigaos esix4 irix_6 os390 svr4
  93. atheos fps isc_2 os400 svr5
  94. aux_3 freebsd isc posix-bc ti1500
  95. bitrig freemint linux-android powerux ultrix_4
  96. bsdos genix linux qnx umips
  97. catamount gnukfreebsd lynxos riscos unicosmk
  98. convexos gnuknetbsd midnightbsd sco_2_3_0 unicos
  99. cxux gnu mips sco_2_3_1 unisysdynix
  100. cygwin greenhills mirbsd sco_2_3_2 utekv
  101. darwin haiku mpc sco_2_3_3 uwin
  102. dcosx hpux ncr_tower sco_2_3_4 vos
  103. dec_osf i386 netbsd sco
  104. dos_djgpp interix newsos4 solaris_2
  105.  
  106. There's also a Policy hint file available, which should make the
  107. site-specific (policy) questions easier to answer.
  108.  
  109. You may give one or more space-separated answers, or "none" if appropriate.
  110. If you have a handcrafted Policy.sh file or a Policy.sh file generated by a
  111. previous run of Configure, you may specify it as well as or instead of
  112. OS-specific hints. If hints are provided for your OS, you should use them:
  113. although Perl can probably be built without hints on many platforms, using
  114. hints often improve performance and may enable features that Configure can't
  115. set up on its own. If there are no hints that match your OS, specify "none";
  116. DO NOT give a wrong version or a wrong OS.
  117.  
  118. Which of these apply, if any? [Policy linux]
  119.  
  120.  
  121. You appear to have a working bash. Good.
  122. Your shared -lndbm is not a real library.
  123.  
  124. Configure uses the operating system name and version to set some defaults.
  125. The default value is probably right if the name rings a bell. Otherwise,
  126. since spelling matters for me, either accept the default or answer "none"
  127. to leave it blank.
  128.  
  129. Operating system name? [linux]
  130.  
  131. Operating system version? [4.4.0-57-generic]
  132.  
  133. By default, perl5 will be installed in /opt/perl/blead/bin, manual pages
  134. under /opt/perl/blead/man, etc..., i.e. with /opt/perl/blead as prefix for all
  135. installation directories. Typically this is something like /usr/local.
  136. If you wish to have binaries under /usr/bin but other parts of the
  137. installation under /usr/local, that's ok: you will be prompted
  138. separately for each of the installation directories, the prefix being
  139. only used to set the defaults.
  140.  
  141. Installation prefix to use? (~name ok) [/opt/perl/blead]
  142. Directory /opt/perl/blead doesn't exist. Use that name anyway? [y]
  143.  
  144. AFS does not seem to be running...
  145.  
  146. In some special cases, particularly when building perl5 for distribution,
  147. it is convenient to distinguish the directory in which files should be
  148. installed from the directory (/opt/perl/blead) in which they will
  149. eventually reside. For most users, these two directories are the same.
  150.  
  151. What installation prefix should I use for installing files? (~name ok)
  152. [/opt/perl/blead]
  153. Directory /opt/perl/blead doesn't exist. Use that name anyway? [y]
  154.  
  155. Getting the current patchlevel...
  156. (You have perl5 version 25 subversion 9.)
  157.  
  158. Perl can be built to offer a form of threading support on some systems
  159. To do so, Configure can be run with -Dusethreads.
  160.  
  161. Note that Perl built with threading support runs slightly slower
  162. and uses slightly more memory than plain Perl.
  163.  
  164. If this doesn't make any sense to you, just accept the default 'n'.
  165. Build a threading Perl? [n]
  166. Your platform has some specific hints regarding threaded builds, using them...
  167.  
  168. Perl can be built so that multiple Perl interpreters can coexist
  169. within the same Perl executable.
  170.  
  171. If this doesn't make any sense to you, just accept the default 'n'.
  172. Build Perl for multiplicity? [n]
  173.  
  174. Use which C compiler? [cc]
  175.  
  176. Hmm... Looks kind of like a Version 7 system, but we'll see...
  177.  
  178. Congratulations. You aren't running Eunice.
  179.  
  180. It's not Xenix...
  181.  
  182. Nor is it Venix...
  183.  
  184. Checking for GNU cc in disguise and/or its version number...
  185. You are using GNU cc 5.4.0 20160609.
  186.  
  187. Hmm... Doesn't look like a MIPS system.
  188.  
  189. Now, how can we feed standard input to your C preprocessor...
  190. Maybe "cc -E" will work...
  191. Nope...maybe "cc -E -" will work...
  192. Yup, it does.
  193.  
  194. Some systems have incompatible or broken versions of libraries. Among
  195. the directories listed in the question below, please remove any you
  196. know not to be holding relevant libraries, and add any that are needed.
  197. Say "none" for none.
  198.  
  199. Directories to use for library searches?
  200. [/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]
  201.  
  202. On some systems, shared libraries may be available. Answer 'none' if
  203. you want to suppress searching of shared libraries for the remainder
  204. of this configuration.
  205.  
  206. What is the file extension used for shared libraries? [so]
  207.  
  208. Some dynamic loaders assume that the *basename* of shared library filenames
  209. are globally unique. We'll default this to undef as we assume your system
  210. is not this weird. Set to defined if you're on one of them.
  211.  
  212. Make shared library basenames unique? [n]
  213.  
  214. Perl can be built to use the SOCKS proxy protocol library. To do so,
  215. Configure must be run with -Dusesocks. If you use SOCKS you also need
  216. to use the PerlIO abstraction layer, this will be implicitly selected.
  217.  
  218. If this doesn't make any sense to you, just accept the default 'n'.
  219. Build Perl for SOCKS? [n]
  220.  
  221. Perl can be built to take advantage of long doubles which
  222. (if available) may give more accuracy and range for floating point numbers.
  223.  
  224. If this doesn't make any sense to you, just accept the default 'n'.
  225. Try to use long doubles if available? [n]
  226.  
  227. Checking for optional libraries...
  228. No -lcl.
  229. Found -lpthread (shared).
  230. No -lsocket.
  231. No -linet.
  232. Found -lnsl (shared).
  233. No -lgdbm.
  234. No -ldbm.
  235. No -ldb.
  236. No -lmalloc.
  237. Found -ldl (shared).
  238. No -lld.
  239. No -lsun.
  240. Found -lm (shared).
  241. Found -lcrypt (shared).
  242. No -lsec.
  243. Found -lutil (shared).
  244. Found -lc (shared).
  245. No -lcposix.
  246. No -lposix.
  247. No -lucb.
  248. No -lBSD.
  249. No -lgdbm_compat.
  250.  
  251. In order to compile perl5 on your machine, a number of libraries
  252. are usually needed. Include any other special libraries here as well.
  253. Say "none" for none. The default list is almost always right.
  254.  
  255. What libraries to use? [-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc]
  256.  
  257. By default, perl5 compiles with the -O flag to use the optimizer.
  258. Alternately, you might want to use the symbolic debugger, which uses
  259. the -g flag (on traditional Unix systems). Either flag can be
  260. specified here. To use neither flag, specify the word "none".
  261.  
  262. What optimizer/debugger flag should be used? [-O2]
  263.  
  264. Checking if your compiler accepts -fno-strict-aliasing
  265. Yes, it does.
  266.  
  267. Checking if your compiler accepts -pipe
  268. Yes, it does.
  269.  
  270. Checking if your compiler accepts -fstack-protector-strong
  271. Yes, it does.
  272.  
  273. Your C compiler may want other flags. For this question you should include
  274. -I/whatever and -DWHATEVER flags and any other flags used by the C compiler,
  275. but you should NOT include libraries or ld flags like -lwhatever. If you
  276. want perl5 to honor its debug switch, you should include -DDEBUGGING here.
  277. Your C compiler might also need additional flags, such as -D_POSIX_SOURCE.
  278.  
  279. To use no flags, specify the word "none".
  280.  
  281. Any additional cc flags?
  282. [-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include]
  283.  
  284. Let me guess what the preprocessor flags are...
  285. They appear to be: -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include
  286.  
  287. Your C linker may need flags. For this question you should
  288. include -L/whatever and any other flags used by the C linker, but you
  289. should NOT include libraries like -lwhatever.
  290.  
  291. Make sure you include the appropriate -L/path flags if your C linker
  292. does not normally search all of the directories you specified above,
  293. namely
  294. /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
  295. To use no flags, specify the word "none".
  296.  
  297. Any additional ld flags (NOT including libraries)?
  298. [ -fstack-protector-strong -L/usr/local/lib]
  299.  
  300. Checking your choice of C compiler and flags for coherency...
  301. OK, that should do.
  302.  
  303. Computing filename position in cpp output for #include directives...
  304. Your cpp writes the filename in the third field of the line.
  305.  
  306. <stdlib.h> found.
  307.  
  308. Checking to see how big your integers are...
  309. Your integers are 4 bytes long.
  310. Your long integers are 8 bytes long.
  311. Your short integers are 2 bytes long.
  312.  
  313. Checking to see if you have long long...
  314. You have long long.
  315.  
  316. Checking to see how big your long longs are...
  317. Your long longs are 8 bytes long.
  318. (That isn't any different from an ordinary long.)
  319.  
  320. <inttypes.h> found.
  321.  
  322. Checking to see if you have int64_t...
  323. You have int64_t.
  324.  
  325. Checking which 64-bit integer type we could use...
  326. We could use 'long' for 64-bit integers.
  327.  
  328. You have natively 64-bit long integers.
  329.  
  330. You may also choose to try maximal 64-bitness. It means using as much
  331. 64-bitness as possible on the platform. This in turn means even more
  332. binary incompatibilities. On the other hand, your platform may not
  333. have any more 64-bitness available than what you already have chosen.
  334.  
  335. If this doesn't make any sense to you, just accept the default 'y'.
  336. (The default has been chosen based on your configuration.)
  337. Try to use maximal 64-bit support, if available? [y]
  338.  
  339. Checking if your C library has broken 64-bit functions...
  340. Your C library's 64-bit functions are ok.
  341.  
  342. Checking for GNU C Library...
  343. You are using the GNU C Library version 2.23
  344.  
  345. nm probably won't work on the GNU C Library.
  346.  
  347. I can use /usr/bin/nm to extract the symbols from your C libraries. This
  348. is a time consuming task which may generate huge output on the disk (up
  349. to 3 megabytes) but that should make the symbols extraction faster. The
  350. alternative is to skip the 'nm' extraction part and to compile a small
  351. test program instead to determine whether each symbol is present. If
  352. you have a fast C compiler and/or if your 'nm' output cannot be parsed,
  353. this may be the best solution.
  354.  
  355. You probably shouldn't let me use 'nm' if you are using the GNU C Library.
  356.  
  357. Shall I use /usr/bin/nm to extract C symbols from the libraries? [n]
  358.  
  359. Checking for C++...
  360. You are not using a C++ compiler.
  361.  
  362. Checking to see how big your double precision numbers are...
  363. Your double is 8 bytes long.
  364.  
  365. <float.h> found.
  366.  
  367. Checking to see if you have long double...
  368. You have long double.
  369.  
  370. ldexpl() found.
  371.  
  372. Checking to see how big your long doubles are...
  373. Your long doubles are 16 bytes long.
  374. Checking the kind of long doubles you have...
  375. You have x86 80-bit little endian long doubles.
  376.  
  377. What is your architecture name [x86_64-linux]
  378. Add the Perl API version to your archname? [n]
  379. This architecture is naturally 64-bit, not changing architecture name.
  380.  
  381. Pathname where the public executables will reside? (~name ok)
  382. [/opt/perl/blead/bin]
  383. Directory /opt/perl/blead/bin doesn't exist. Use that name anyway? [y]
  384.  
  385. Would you like to build Perl so that the installation is relocatable, so that
  386. library paths in @INC are determined relative to the path of the perl binary?
  387. This is not advised for system Perl installs, or if you need to run setid
  388. scripts or scripts under taint mode.
  389.  
  390. If this doesn't make any sense to you, just accept the default 'n'.
  391. Use relocatable @INC? [n]
  392.  
  393. There are some auxiliary files for perl5 that need to be put into a
  394. private library directory that is accessible by everyone.
  395.  
  396. Pathname where the private library files will reside? (~name ok)
  397. [/opt/perl/blead/lib/5.25.9]
  398.  
  399. Perl5 contains architecture-dependent library files. If you are
  400. sharing libraries in a heterogeneous environment, you might store
  401. these files in a separate location. Otherwise, you can just include
  402. them with the rest of the public library files.
  403.  
  404. Where do you want to put the public architecture-dependent libraries? (~name ok)
  405. [/opt/perl/blead/lib/5.25.9/x86_64-linux]
  406.  
  407. Some kernels have a bug that prevents setuid #! scripts from being
  408. secure. Some sites have disabled setuid #! scripts because of this.
  409.  
  410. First let's decide if your kernel supports secure setuid #! scripts.
  411. (If setuid #! scripts would be secure but have been disabled anyway,
  412. don't say that they are secure if asked.)
  413.  
  414. If you are not sure if they are secure, I can check but I'll need a
  415. username and password different from the one you are using right now.
  416. If you don't have such a username or don't want me to test, simply
  417. enter 'none'.
  418.  
  419. Other username to test security of setuid scripts with? [none]
  420. Well, the recommended value is *not* secure.
  421. Does your kernel have *secure* setuid scripts? [n]
  422. Looking for a previously installed perl5.005 or later...
  423. Using /usr/bin/perl.
  424.  
  425. After perl5 is installed, you may wish to install various
  426. add-on modules and utilities. Typically, these add-ons will
  427. be installed under /opt/perl/blead with the rest
  428. of this package. However, you may wish to install such add-ons
  429. elsewhere under a different prefix.
  430.  
  431. If you do not wish to put everything under a single prefix, that's
  432. ok. You will be prompted for the individual locations; this siteprefix
  433. is only used to suggest the defaults.
  434.  
  435. The default should be fine for most people.
  436.  
  437. Installation prefix to use for add-on modules and utilities? (~name ok)
  438. [/opt/perl/blead]
  439.  
  440. The installation process will create a directory for
  441. site-specific extensions and modules. Most users find it convenient
  442. to place all site-specific files in this directory rather than in the
  443. main distribution directory.
  444.  
  445. Pathname for the site-specific library files? (~name ok)
  446. [/opt/perl/blead/lib/site_perl/5.25.9]
  447.  
  448. In order to ease the process of upgrading, this version of perl
  449. can be configured to use modules built and installed with earlier
  450. versions of perl that were installed under /opt/perl/blead. Specify here
  451. the list of earlier versions that this version of perl should check.
  452. If Configure detected no earlier versions of perl installed under
  453. /opt/perl/blead, then the list will be empty. Answer 'none' to tell perl
  454. to not search earlier versions.
  455.  
  456. The default should almost always be sensible, so if you're not sure,
  457. just accept the default.
  458. List of earlier versions to include in @INC? [none]
  459.  
  460. <malloc/malloc.h> NOT found.
  461.  
  462. <malloc.h> found.
  463.  
  464. Checking to see how big your pointers are...
  465. Your pointers are 8 bytes long.
  466.  
  467. Do you wish to wrap malloc calls to protect against potential overflows? [y]
  468.  
  469. Do you wish to attempt to use the malloc that comes with perl5? [n]
  470.  
  471. Your system wants malloc to return 'void *', it would seem.
  472. Your system uses void free(), it would seem.
  473.  
  474. The installation process will also create a directory for
  475. architecture-dependent site-specific extensions and modules.
  476.  
  477. Pathname for the site-specific architecture-dependent library files? (~name ok)
  478. [/opt/perl/blead/lib/site_perl/5.25.9/x86_64-linux]
  479.  
  480. The installation process will also create a directory for
  481. vendor-supplied add-ons. Vendors who supply perl with their system
  482. may find it convenient to place all vendor-supplied files in this
  483. directory rather than in the main distribution directory. This will
  484. ease upgrades between binary-compatible maintenance versions of perl.
  485.  
  486. Of course you may also use these directories in whatever way you see
  487. fit. For example, you might use them to access modules shared over a
  488. company-wide network.
  489.  
  490. The default answer should be fine for most people.
  491. This causes further questions about vendor add-ons to be skipped
  492. and no vendor-specific directories will be configured for perl.
  493.  
  494. Do you want to configure vendor-specific add-on directories? [n]
  495.  
  496. Lastly, you can have perl look in other directories for extensions and
  497. modules in addition to those already specified.
  498. These directories will be searched after
  499. /opt/perl/blead/lib/site_perl/5.25.9/x86_64-linux
  500. /opt/perl/blead/lib/site_perl/5.25.9
  501.  
  502. Enter a colon-separated set of extra paths to include in perl's @INC
  503. search path, or enter 'none' for no extra paths.
  504.  
  505. Colon-separated list of additional directories for perl to search? [none]
  506.  
  507. Checking out function prototypes...
  508. Your C compiler appears to support function prototypes.
  509.  
  510. Perl can be built to support DTrace on platforms that support it.
  511. DTrace is a diagnosis and performance analysis tool from Sun.
  512.  
  513. If this doesn't make any sense to you, just accept the default.
  514. Support DTrace if available? [n]
  515.  
  516. Perl can be built with extra modules or bundles of modules which
  517. will be fetched from the CPAN and installed alongside Perl.
  518.  
  519. Notice that you will need access to the CPAN; either via the Internet,
  520. or a local copy, for example a CD-ROM or a local CPAN mirror. (You will
  521. be asked later to configure the CPAN.pm module which will in turn do
  522. the installation of the rest of the extra modules or bundles.)
  523.  
  524. Notice also that if the modules require any external software such as
  525. libraries and headers (the libz library and the zlib.h header for the
  526. Compress::Zlib module, for example) you MUST have any such software
  527. already installed, this configuration process will NOT install such
  528. things for you.
  529.  
  530. If this doesn't make any sense to you, just accept the default 'n'.
  531. Install any extra modules (y or n)? [n]
  532.  
  533.  
  534. If you wish to install html files for programs in Perl5, indicate
  535. the appropriate directory here. To skip installing html files,
  536. answer "none".
  537. Directory for the main Perl5 html pages? (~name ok) [none]
  538.  
  539. If you wish to install html files for modules associated with Perl5,
  540. indicate the appropriate directory here. To skip installing html files,
  541. answer "none".
  542. Directory for the Perl5 module html pages? (~name ok) [ ]
  543. (That expands to on this system.)
  544.  
  545. Many scripts expect perl to be installed as /usr/bin/perl.
  546.  
  547. If you want to, I can install the perl you are about to compile
  548. as /usr/bin/perl (in addition to /opt/perl/blead/bin/perl).
  549.  
  550. However, please note that because you already have a /usr/bin/perl,
  551. overwriting that with a new Perl would very probably cause problems.
  552. Therefore I'm assuming you don't want to do that (unless you insist).
  553.  
  554. Do you want to install perl as /usr/bin/perl? [n]
  555.  
  556. dlopen() found.
  557.  
  558. <unistd.h> found.
  559.  
  560. Do you wish to use dynamic loading? [y]
  561. The following dynamic loading files are available:
  562. ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
  563. ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_none.xs
  564. ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_symbian.xs
  565. ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_vms.xs
  566. ext/DynaLoader/dl_freemint.xs ext/DynaLoader/dl_win32.xs
  567. Source file to use for dynamic loading [ext/DynaLoader/dl_dlopen.xs]
  568.  
  569. Some systems may require passing special flags to cc -c to
  570. compile modules that will be used to create a shared library.
  571. To use no flags, say "none".
  572.  
  573. Any special flags to pass to cc -c to compile shared library modules?
  574. [-fPIC]
  575.  
  576. Some systems use ld to create libraries that can be dynamically loaded,
  577. while other systems (such as those using ELF) use cc.
  578.  
  579. You appear to have ELF support. I'll use cc to build dynamic libraries.
  580. What command should be used to create dynamic libraries? [cc]
  581.  
  582. Some systems may require passing special flags to cc to create a
  583. library that can be dynamically loaded. If your ld flags include
  584. -L/other/path options to locate libraries outside your loader's normal
  585. search path, you may need to specify those -L options here as well. To
  586. use no flags, say "none".
  587.  
  588. Any special flags to pass to cc to create a dynamically loaded library?
  589. [-shared -O2 -L/usr/local/lib -fstack-protector-strong]
  590.  
  591. Some systems may require passing special flags to cc to indicate that
  592. the resulting executable will use dynamic linking. To use no flags,
  593. say "none".
  594.  
  595. Any special flags to pass to cc to use dynamic linking? [-Wl,-E]
  596. ld supports scripting
  597.  
  598. The perl executable is normally obtained by linking perlmain.c with
  599. libperl.a, any static extensions (usually just DynaLoader), and
  600. any other libraries needed on this system (such as -lm, etc.). Since
  601. your system supports dynamic loading, it is probably possible to build
  602. a shared libperl.so. If you will have more than one executable linked
  603. to libperl.so, this will significantly reduce the size of each
  604. executable, but it may have a noticeable effect on performance. The
  605. default is probably sensible for your system.
  606.  
  607.  
  608. Build a shared libperl.so (y/n) [n]
  609.  
  610. System manual is in /usr/share/man/man1.
  611.  
  612. Perl5 has manual pages available in source form.
  613. If you don't want the manual sources installed, answer 'none'.
  614.  
  615. Where do the main Perl5 manual pages (source) go? (~name ok)
  616. [/opt/perl/blead/man/man1]
  617. What suffix should be used for the main Perl5 man pages? [1]
  618.  
  619. You can have filenames longer than 14 characters.
  620.  
  621. Perl5 has manual pages for many of the library modules.
  622. If you don't want the manual sources installed, answer 'none'.
  623.  
  624. Where do the perl5 library man pages (source) go? (~name ok)
  625. [/opt/perl/blead/man/man3]
  626. What suffix should be used for the perl5 library man pages? [3]
  627.  
  628. Figuring out host name...
  629. Maybe "hostname" will work...
  630. Your host name appears to be "hakon-ThinkPad-Edge-E540". Right? [y]
  631. (Normalizing case in your host name)
  632. (You do not have fully-qualified names in the hosts database)
  633. (Attempting domain name extraction from /etc/resolv.conf)
  634. (No help from resolv.conf either -- attempting clever guess)
  635.  
  636. What is your domain name? [.(none)]
  637.  
  638. I need to get your e-mail address in Internet format if possible, i.e.
  639. something like user@host.domain. Please answer accurately since I have
  640. no easy means to double check it. The default value provided below
  641. is most probably close to reality but may not be valid from outside
  642. your organization...
  643.  
  644. What is your e-mail address? [hakon@hakon-thinkpad-edge-e540.(none)]
  645.  
  646. If you or somebody else will be maintaining perl at your site, please
  647. fill in the correct e-mail address here so that they may be contacted
  648. if necessary. Currently, the "perlbug" program included with perl
  649. will send mail to this address in addition to perlbug@perl.org. You may
  650. enter "none" for no administrator.
  651.  
  652. Perl administrator e-mail address [hakon@hakon-thinkpad-edge-e540.(none)]
  653.  
  654. Do you want to use a version number suffix for installed binaries? This
  655. will install 'perl5.25.9' instead of 'perl', and likewise for other
  656. binaries like 'perldoc' and 'cpan'. This allows many versions of perl
  657. to be installed side-by-side. Unless you are a developer, you probably
  658. do *not* want to do this.
  659. Do you want to use a version number suffix for installed binaries? [y]
  660.  
  661. I can use the #! construct to start perl on your system. This will
  662. make startup of perl scripts faster, but may cause problems if you
  663. want to share those scripts and perl is not in a standard place
  664. (/opt/perl/blead/bin/perl) on all your platforms. The alternative
  665. is to force a shell by starting the script with a single ':' character.
  666.  
  667. What shall I put after the #! to start up perl ("none" to not use #!)?
  668. [/opt/perl/blead/bin/perl5.25.9]
  669.  
  670. WARNING: Some systems limit the #! command to 32 characters.
  671. If you experience difficulty running Perl scripts with #!, try
  672. installing Perl in a directory with a shorter pathname.
  673.  
  674. I'll use #!/opt/perl/blead/bin/perl5.25.9 to start perl scripts.
  675.  
  676. Some installations have a separate directory just for executable scripts so
  677. that they can mount it across multiple architectures but keep the scripts in
  678. one spot. You might, for example, have a subdirectory of /usr/share for this.
  679. Or you might just lump your scripts in with all your other executables.
  680.  
  681. Where do you keep publicly executable scripts? (~name ok)
  682. [/opt/perl/blead/bin]
  683. Directory /opt/perl/blead/bin doesn't exist. Use that name anyway? [y]
  684. Pathname where the add-on public executables should be installed? (~name ok)
  685. [/opt/perl/blead/bin]
  686. Directory /opt/perl/blead/bin doesn't exist. Use that name anyway? [y]
  687. Pathname where the site-specific html pages should be installed? (~name ok)
  688. [none]
  689. Pathname where the site-specific library html pages should be installed? (~name ok)
  690. [none]
  691. Pathname where the site-specific manual pages should be installed? (~name ok)
  692. [/opt/perl/blead/man/man1]
  693. Pathname where the site-specific library manual pages should be installed? (~name ok)
  694. [/opt/perl/blead/man/man3]
  695. Pathname where add-on public executable scripts should be installed? (~name ok)
  696. [/opt/perl/blead/bin]
  697.  
  698. backtrace() found.
  699.  
  700. Perl can be built to use 'fast stdio', which means using the stdio
  701. library but also directly manipulating the stdio buffers to enable
  702. faster I/O. Using stdio is better for backward compatibility (especially
  703. for Perl extensions), but on the other hand since Perl 5.8 the 'perlio'
  704. interface has been preferred instead of stdio.
  705.  
  706. If this doesn't make any sense to you, just accept the default 'n'.
  707. Use the "fast stdio" if available? [n]
  708.  
  709. Looking for the type used for lseek's offset on this system.
  710. off_t found.
  711.  
  712. Checking to see how big your file offsets are...
  713. Your file offsets are 8 bytes long.
  714.  
  715. Looking for the type for file position used by fsetpos().
  716. fpos_t found.
  717.  
  718. Checking the size of fpos_t...
  719. Your fpos_t is 16 bytes long.
  720.  
  721. Perl can be built to understand large files (files larger than 2 gigabytes)
  722. on some systems. To do so, Configure can be run with -Duselargefiles.
  723.  
  724. If this doesn't make any sense to you, just accept the default 'y'.
  725. Try to understand large files, if available? [y]
  726. Your platform has some specific hints regarding large file builds, using them...
  727.  
  728. Rechecking to see how big your file offsets are...
  729. Your file offsets are now 8 bytes long.
  730. Rechecking the size of fpos_t... 16 bytes.
  731.  
  732. Using <string.h> instead of <strings.h>.
  733.  
  734. qgcvt() found.
  735. Checking the kind of doubles you have...
  736. You have IEEE 754 64-bit little endian doubles.
  737.  
  738. Checking how to print long doubles...
  739. We will use %Lf.
  740.  
  741. Checking for an efficient way to convert floats to strings.
  742. Trying gconvert...
  743. gconvert NOT found.
  744. Trying gcvt...
  745. gcvt() found.
  746. I'll use gcvt to convert floats into a string.
  747.  
  748. fwalk() NOT found.
  749.  
  750. access() found.
  751.  
  752. <sys/file.h> defines the *_OK access constants.
  753.  
  754. accessx() NOT found.
  755.  
  756. acosh() found.
  757.  
  758. aintl() NOT found.
  759.  
  760. alarm() found.
  761.  
  762. ctime64() NOT found.
  763.  
  764. localtime64() NOT found.
  765.  
  766. gmtime64() NOT found.
  767.  
  768. mktime64() NOT found.
  769.  
  770. difftime64() NOT found.
  771.  
  772. asctime64() NOT found.
  773.  
  774. <pthread.h> found.
  775.  
  776. <sys/types.h> found.
  777.  
  778. <sys/select.h> found.
  779.  
  780. Testing to see if we should include <time.h>, <sys/time.h> or both.
  781. I'm now running the test program......
  782. Succeeded with -DI_TIME -DI_SYSTIME -DS_TIMEVAL
  783. We'll include <time.h>.
  784. We'll include <sys/time.h>.
  785.  
  786. Checking to see if your struct tm has tm_zone field...
  787. Yes, it does.
  788.  
  789. Checking to see if your struct tm has tm_gmtoff field...
  790. Yes, it does.
  791.  
  792. asctime_r() found.
  793.  
  794. asinh() found.
  795.  
  796. atanh() found.
  797.  
  798. atolf() NOT found.
  799.  
  800. atoll() found.
  801.  
  802. Checking whether your compiler can handle __attribute__((format)) ...
  803. Your C compiler supports __attribute__((format)).
  804.  
  805. Checking whether your compiler allows __printf__ format to be null ...
  806. Your C compiler doesn't allow __printf__ format to be null.
  807.  
  808. Checking whether your compiler can handle __attribute__((malloc)) ...
  809. Your C compiler supports __attribute__((malloc)).
  810.  
  811. Checking whether your compiler can handle __attribute__((nonnull(1))) ...
  812. Your C compiler supports __attribute__((nonnull)).
  813.  
  814. Checking whether your compiler can handle __attribute__((noreturn)) ...
  815. Your C compiler supports __attribute__((noreturn)).
  816.  
  817. Checking whether your compiler can handle __attribute__((pure)) ...
  818. Your C compiler supports __attribute__((pure)).
  819.  
  820. Checking whether your compiler can handle __attribute__((unused)) ...
  821. Your C compiler supports __attribute__((unused)).
  822.  
  823. Checking whether your compiler can handle __attribute__((deprecated)) ...
  824. Your C compiler supports __attribute__((deprecated)).
  825.  
  826. Checking whether your compiler can handle __attribute__((warn_unused_result)) ...
  827. Your C compiler supports __attribute__((warn_unused_result)).
  828.  
  829. bcmp() found.
  830.  
  831. bcopy() found.
  832.  
  833. getpgrp() found.
  834.  
  835. Checking to see which flavor of getpgrp is in use...
  836. You have to use getpgrp() instead of getpgrp(pid).
  837.  
  838. setpgrp() found.
  839.  
  840. Checking to see which flavor of setpgrp is in use...
  841. You have to use setpgrp() instead of setpgrp(pid,pgrp).
  842.  
  843. Checking whether your compiler can handle __builtin_choose_expr ...
  844. All good!
  845. Your C compiler supports __builtin_choose_expr.
  846.  
  847. Checking whether your compiler can handle __builtin_expect ...
  848. Your C compiler supports __builtin_expect.
  849.  
  850. bzero() found.
  851.  
  852. <stdarg.h> found.
  853.  
  854. <varargs.h> found.
  855.  
  856. We'll include <stdarg.h> to get va_dcl definition.
  857. You have <stdarg.h> and <stdlib.h>, so checking for C99 variadic macros.
  858. You have C99 variadic macros.
  859.  
  860. You have void (*signal())().
  861.  
  862. Checking whether your C compiler can cast large floats to int32.
  863. Nope, it can't.
  864.  
  865. Checking whether your C compiler can cast negative float to unsigned.
  866. Yup, it can.
  867.  
  868. cbrt() found.
  869.  
  870. vprintf() found.
  871. Your vsprintf() returns (int).
  872.  
  873. chown() found.
  874.  
  875. chroot() found.
  876.  
  877. chsize() NOT found.
  878.  
  879. class() NOT found.
  880.  
  881. clearenv() found.
  882.  
  883. Hmm... Looks like you have Berkeley networking support.
  884.  
  885. socketpair() found.
  886.  
  887. Checking the availability sa_len in the sock struct ...
  888.  
  889. Checking the availability struct sockaddr_in6 ...
  890.  
  891. Checking the availability sin6_scope_id in struct sockaddr_in6 ...
  892.  
  893. Checking the availability struct ip_mreq ...
  894.  
  895. Checking the availability struct ip_mreq_source ...
  896.  
  897. Checking the availability struct ipv6_mreq ...
  898.  
  899. Checking the availability struct ipv6_mreq_source ...
  900.  
  901. Checking the availability of certain socket constants...
  902.  
  903. <sys/uio.h> found.
  904.  
  905. Checking to see if your system supports struct cmsghdr...
  906. Yes, it does.
  907.  
  908. Checking to see if your C compiler knows about "const"...
  909. Yup, it does.
  910.  
  911. copysign() found.
  912.  
  913. copysignl() found.
  914.  
  915.  
  916. crypt() found.
  917.  
  918. <crypt.h> found.
  919.  
  920. crypt_r() found.
  921.  
  922. ctermid() found.
  923.  
  924. ctermid_r() NOT found.
  925.  
  926. ctime_r() found.
  927.  
  928. cuserid() found.
  929.  
  930. <limits.h> found.
  931.  
  932. DBL_DIG found.
  933.  
  934. dbmclose() NOT found.
  935. We won't be including <dbm.h>
  936.  
  937. dbminit() prototype NOT found.
  938.  
  939. difftime() found.
  940.  
  941. <dirent.h> found.
  942.  
  943. Your directory entries are struct dirent.
  944.  
  945. Your directory entry does not know about the d_namlen field.
  946. Checking to see if DIR has a dd_fd member variable
  947. No, it does not.
  948.  
  949. <sys/dir.h> found.
  950.  
  951. <sys/ndir.h> NOT found.
  952.  
  953. dirfd() found.
  954.  
  955. dladdr() found.
  956.  
  957. dlerror() found.
  958.  
  959. <dlfcn.h> found.
  960.  
  961. On a few systems, the dynamically loaded modules that perl generates and uses
  962. will need a different extension than shared libs. The default will probably
  963. be appropriate.
  964.  
  965. What is the extension of dynamically loaded modules [so]
  966.  
  967. Checking whether your dlsym() needs a leading underscore ...
  968. dlsym doesn't need a leading underscore.
  969.  
  970. drand48_r() found.
  971.  
  972. drand48() prototype found.
  973.  
  974. dup2() found.
  975.  
  976. eaccess() found.
  977.  
  978. endgrent() found.
  979.  
  980. <grp.h> found.
  981.  
  982. endgrent_r() NOT found.
  983.  
  984. endhostent() found.
  985.  
  986. <netdb.h> found.
  987.  
  988. endhostent_r() NOT found.
  989.  
  990. endnetent() found.
  991.  
  992. endnetent_r() NOT found.
  993.  
  994. endprotoent() found.
  995.  
  996. endprotoent_r() NOT found.
  997.  
  998. endpwent() found.
  999.  
  1000. <pwd.h> found.
  1001.  
  1002. endpwent_r() NOT found.
  1003.  
  1004. endservent() found.
  1005.  
  1006. endservent_r() NOT found.
  1007.  
  1008. <sys/file.h> defines the O_* constants...
  1009. and you have the 3 argument form of open().
  1010.  
  1011. <sys/file.h> found.
  1012.  
  1013. We'll be including <sys/file.h>.
  1014.  
  1015. <fcntl.h> found.
  1016.  
  1017. We don't need to include <fcntl.h> if we include <sys/file.h>.
  1018.  
  1019. fork() found.
  1020.  
  1021. pipe() found.
  1022.  
  1023. Figuring out the flag used by open() for non-blocking I/O...
  1024. Seems like we can use O_NONBLOCK.
  1025.  
  1026. Let's see what value errno gets from read() on a O_NONBLOCK file...
  1027. A read() system call with no data present returns -1.
  1028. Your read() sets errno to EAGAIN when no data is available.
  1029. And it correctly returns 0 to signal EOF.
  1030.  
  1031. erf() found.
  1032.  
  1033. erfc() found.
  1034.  
  1035. exp2() found.
  1036.  
  1037. expm1() found.
  1038.  
  1039. (Looks like you have stdio.h from Linux.)
  1040. Checking how std your stdio is...
  1041. Your stdio acts pretty std.
  1042. But I will not snoop inside glibc 2.23 stdio buffers.
  1043.  
  1044. fchdir() found.
  1045.  
  1046. fchmod() found.
  1047.  
  1048. fchown() found.
  1049.  
  1050. fcntl() found.
  1051.  
  1052. Checking if fcntl-based file locking works...
  1053. Yes, it seems to work.
  1054.  
  1055. Checking to see how well your C compiler handles fd_set and friends ...
  1056. Hmm, your compiler has some difficulty with fd_set. Checking further...
  1057. Well, your system has some sort of fd_set available...
  1058. and you have the normal fd_set macros.
  1059.  
  1060. fdclose() NOT found.
  1061.  
  1062. fdim() found.
  1063.  
  1064. fegetround() found.
  1065.  
  1066. fgetpos() found.
  1067.  
  1068. finite() found.
  1069.  
  1070. finitel() found.
  1071.  
  1072. flock() found.
  1073.  
  1074. flock() prototype found.
  1075.  
  1076. fma() found.
  1077.  
  1078. fmax() found.
  1079.  
  1080. fmin() found.
  1081.  
  1082. fp_class() NOT found.
  1083.  
  1084. <math.h> found.
  1085. Checking to see if you have fpclassify...
  1086. You have fpclassify.
  1087.  
  1088. fp_classify() NOT found.
  1089.  
  1090. fp_classl() NOT found.
  1091.  
  1092. pathconf() found.
  1093.  
  1094. fpathconf() found.
  1095.  
  1096. fpclass() NOT found.
  1097.  
  1098. fpclassl() NOT found.
  1099.  
  1100. fpgetround() NOT found.
  1101.  
  1102. Checking to see if you have fpos64_t...
  1103. You do not have fpos64_t.
  1104.  
  1105. <xlocale.h> found.
  1106.  
  1107. newlocale() found.
  1108.  
  1109. freelocale() found.
  1110.  
  1111. uselocale() found.
  1112.  
  1113. duplocale() found.
  1114.  
  1115. querylocale() NOT found.
  1116.  
  1117. frexpl() found.
  1118.  
  1119. <sys/param.h> found.
  1120.  
  1121. <sys/mount.h> found.
  1122.  
  1123. Checking to see if your system supports struct fs_data...
  1124. No, it doesn't.
  1125.  
  1126. fseeko() found.
  1127. (Your long is 64 bits, so you could use fseek.)
  1128.  
  1129. fsetpos() found.
  1130.  
  1131. fstatfs() found.
  1132.  
  1133. statvfs() found.
  1134.  
  1135. fstatvfs() found.
  1136.  
  1137. fsync() found.
  1138.  
  1139. ftello() found.
  1140. (Your long is 64 bits, so you could use ftell.)
  1141.  
  1142. Checking if you have a working futimes()
  1143. Yes, you have
  1144.  
  1145. A working gai_strerror() found.
  1146.  
  1147. <ndbm.h> NOT found.
  1148.  
  1149. <gdbm/ndbm.h> NOT found.
  1150.  
  1151. <gdbm-ndbm.h> NOT found.
  1152.  
  1153. getaddrinfo() found.
  1154.  
  1155. getcwd() found.
  1156.  
  1157. getespwnam() NOT found.
  1158.  
  1159. getfsstat() NOT found.
  1160.  
  1161. getgrent() found.
  1162.  
  1163. getgrent_r() found.
  1164.  
  1165. getgrgid_r() found.
  1166.  
  1167. getgrnam_r() found.
  1168.  
  1169. gethostbyaddr() found.
  1170.  
  1171. gethostbyname() found.
  1172.  
  1173. gethostent() found.
  1174.  
  1175. gethostname() found.
  1176. uname() found.
  1177.  
  1178. Every now and then someone has a gethostname() that lies about the hostname
  1179. but can't be fixed for political or economic reasons. If you wish, I can
  1180. pretend gethostname() isn't there and maybe compute hostname at run-time
  1181. thanks to the 'hostname' command.
  1182.  
  1183. Shall I ignore gethostname() from now on? [n]
  1184.  
  1185. gethostbyaddr_r() found.
  1186.  
  1187. gethostbyname_r() found.
  1188.  
  1189. gethostent_r() found.
  1190.  
  1191. gethostent() prototype found.
  1192.  
  1193. getitimer() found.
  1194.  
  1195. getlogin() found.
  1196.  
  1197. getlogin_r() found.
  1198.  
  1199. getmnt() NOT found.
  1200.  
  1201. getmntent() found.
  1202.  
  1203. getnameinfo() found.
  1204.  
  1205. getnetbyaddr() found.
  1206.  
  1207. getnetbyname() found.
  1208.  
  1209. getnetent() found.
  1210.  
  1211. getnetbyaddr_r() found.
  1212.  
  1213. getnetbyname_r() found.
  1214.  
  1215. getnetent_r() found.
  1216.  
  1217. getnetent() prototype found.
  1218.  
  1219. getpagesize() found.
  1220.  
  1221. getprotobyname() found.
  1222.  
  1223. getprotobynumber() found.
  1224.  
  1225. getprotoent() found.
  1226.  
  1227. getpgid() found.
  1228.  
  1229. getpgrp2() NOT found.
  1230.  
  1231. getppid() found.
  1232.  
  1233. getpriority() found.
  1234.  
  1235. getprotobyname_r() found.
  1236.  
  1237. getprotobynumber_r() found.
  1238.  
  1239. getprotoent_r() found.
  1240.  
  1241. getprotoent() prototype found.
  1242.  
  1243. getprpwnam() NOT found.
  1244.  
  1245. getpwent() found.
  1246.  
  1247. getpwent_r() found.
  1248.  
  1249. getpwnam_r() found.
  1250.  
  1251. getpwuid_r() found.
  1252.  
  1253. getservbyname() found.
  1254.  
  1255. getservbyport() found.
  1256.  
  1257. getservent() found.
  1258.  
  1259. getservbyname_r() found.
  1260.  
  1261. getservbyport_r() found.
  1262.  
  1263. getservent_r() found.
  1264.  
  1265. getservent() prototype found.
  1266.  
  1267. getspnam() found.
  1268.  
  1269. <shadow.h> found.
  1270.  
  1271. getspnam_r() found.
  1272.  
  1273. gettimeofday() found.
  1274.  
  1275. gmtime_r() found.
  1276.  
  1277. hasmntopt() found.
  1278.  
  1279. <netinet/in.h> found.
  1280.  
  1281. <arpa/inet.h> found.
  1282.  
  1283. htonl() found.
  1284.  
  1285. hypot() found.
  1286.  
  1287. ilogb() found.
  1288.  
  1289. ilogbl() found.
  1290.  
  1291. strchr() found.
  1292.  
  1293. inet_aton() found.
  1294.  
  1295. inet_ntop() found.
  1296.  
  1297. inet_pton() found.
  1298.  
  1299. isascii() found.
  1300.  
  1301. isblank() found.
  1302. Checking to see if you have isfinite...
  1303. You have isfinite.
  1304.  
  1305. isfinitel() NOT found.
  1306. Checking to see if you have isinf...
  1307. You have isinf.
  1308.  
  1309. isinfl() found.
  1310. Checking to see if you have isless...
  1311. You do not have isless.
  1312. Checking to see if you have isnan...
  1313. You have isnan.
  1314.  
  1315. isnanl() found.
  1316. Checking to see if you have isnormal...
  1317. You have isnormal.
  1318.  
  1319. j0() found.
  1320.  
  1321. j0l() found.
  1322.  
  1323. killpg() found.
  1324.  
  1325. localeconv() found.
  1326.  
  1327. lchown() found.
  1328.  
  1329. LDBL_DIG found.
  1330.  
  1331. lgamma() found.
  1332.  
  1333. lgamma_r() found.
  1334.  
  1335. Checking to see if your libm supports _LIB_VERSION...
  1336. Yes, it does (2)
  1337.  
  1338. link() found.
  1339.  
  1340. llrint() found.
  1341.  
  1342. llrintl() found.
  1343.  
  1344. llround() found.
  1345.  
  1346. llroundl() found.
  1347.  
  1348. localtime_r() found.
  1349.  
  1350. lockf() found.
  1351.  
  1352. log1p() found.
  1353.  
  1354. log2() found.
  1355.  
  1356. logb() found.
  1357.  
  1358. lrint() found.
  1359.  
  1360. lrintl() found.
  1361.  
  1362. lround() found.
  1363.  
  1364. lroundl() found.
  1365.  
  1366. lseek() prototype found.
  1367.  
  1368. lstat() found.
  1369.  
  1370. madvise() found.
  1371.  
  1372. malloc_size() NOT found.
  1373.  
  1374. malloc_good_size() NOT found.
  1375.  
  1376. mblen() found.
  1377.  
  1378. mbstowcs() found.
  1379.  
  1380. mbtowc() found.
  1381.  
  1382. memchr() found.
  1383.  
  1384. memcmp() found.
  1385.  
  1386. memcpy() found.
  1387.  
  1388. memmem() found.
  1389.  
  1390. memmove() found.
  1391.  
  1392. memset() found.
  1393.  
  1394. mkdir() found.
  1395.  
  1396. mkdtemp() found.
  1397.  
  1398. mkfifo() found.
  1399.  
  1400. mkstemp() found.
  1401.  
  1402. mkstemps() found.
  1403.  
  1404. mktime() found.
  1405.  
  1406. <sys/mman.h> found.
  1407.  
  1408. mmap() found.
  1409. and it returns (void *).
  1410.  
  1411. sqrtl() found.
  1412.  
  1413. scalbnl() found.
  1414.  
  1415. truncl() found.
  1416.  
  1417. modfl() found.
  1418.  
  1419. modfl() prototype found.
  1420.  
  1421. mprotect() found.
  1422.  
  1423. msgctl() found.
  1424.  
  1425. msgget() found.
  1426.  
  1427. msgsnd() found.
  1428.  
  1429. msgrcv() found.
  1430.  
  1431. You have the full msg*(2) library.
  1432.  
  1433. Checking to see if your system supports struct msghdr...
  1434. Yes, it does.
  1435.  
  1436. msync() found.
  1437.  
  1438. munmap() found.
  1439.  
  1440. nan() found.
  1441.  
  1442. nearbyint() found.
  1443.  
  1444. nextafter() found.
  1445.  
  1446. nexttoward() found.
  1447.  
  1448. nice() found.
  1449.  
  1450. <langinfo.h> found.
  1451.  
  1452. nl_langinfo() found.
  1453.  
  1454. <quadmath.h> found.
  1455.  
  1456. Checking to see if your C compiler knows about "volatile"...
  1457. Yup, it does.
  1458.  
  1459. Choosing the C types to be used for Perl's internal types...
  1460. (IV will be long, 8 bytes)
  1461. (UV will be unsigned long, 8 bytes)
  1462. (NV will be double, 8 bytes)
  1463. Checking how many bits of your UVs your NVs can preserve...
  1464. Your NVs can preserve only 53 bits of your UVs.
  1465. Checking to find the largest integer value your NVs can hold...
  1466. 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
  1467. Checking whether NV 0.0 is all bits zero in memory...
  1468. 0.0 is represented as all bits zero in memory
  1469.  
  1470. Checking to see if you have off64_t...
  1471. You do not have off64_t.
  1472. (Your off_t is 64 bits, so you could use that.)
  1473.  
  1474. pause() found.
  1475.  
  1476. poll() found.
  1477.  
  1478. prctl() found.
  1479. Your prctl (PR_SET_NAME, ...) works
  1480.  
  1481. readlink() found.
  1482.  
  1483. You have Linux-like /proc/self/exe.
  1484.  
  1485. vfork() found.
  1486.  
  1487.  
  1488. Perl can only use a vfork() that doesn't suffer from strict
  1489. restrictions on calling functions or modifying global data in
  1490. the child. For example, glibc-2.1 contains such a vfork()
  1491. that is unsuitable. If your system provides a proper fork()
  1492. call, chances are that you do NOT want perl to use vfork().
  1493.  
  1494. Do you still want to use vfork()? [n]
  1495. Ok, we won't use vfork().
  1496.  
  1497. pthread_attr_setscope() found.
  1498.  
  1499. Checking to see if you have ptrdiff_t...
  1500. You have ptrdiff_t.
  1501.  
  1502. random_r() found.
  1503.  
  1504. readdir() found.
  1505.  
  1506. seekdir() found.
  1507.  
  1508. telldir() found.
  1509.  
  1510. rewinddir() found.
  1511.  
  1512. readdir64_r() found.
  1513.  
  1514. readdir_r() found.
  1515.  
  1516. readv() found.
  1517.  
  1518. recvmsg() found.
  1519.  
  1520. regcomp() found.
  1521.  
  1522. remainder() found.
  1523.  
  1524. remquo() found.
  1525.  
  1526. rename() found.
  1527.  
  1528. rint() found.
  1529.  
  1530. rmdir() found.
  1531.  
  1532. round() found.
  1533.  
  1534. <memory.h> found.
  1535.  
  1536. We won't be including <memory.h>.
  1537.  
  1538. I'll use memmove() instead of bcopy() for overlapping copies.
  1539.  
  1540. I'll use memmove() instead of memcpy() for overlapping copies.
  1541.  
  1542. Checking if your memcmp() can compare relative magnitude...
  1543. Yes, it can.
  1544.  
  1545. sbrk() prototype found.
  1546.  
  1547. scalbn() found.
  1548.  
  1549. select() found.
  1550.  
  1551. semctl() found.
  1552.  
  1553. semget() found.
  1554.  
  1555. semop() found.
  1556.  
  1557. You have the full sem*(2) library.
  1558.  
  1559. You do not have union semun in <sys/sem.h>.
  1560.  
  1561. You can use union semun for semctl IPC_STAT.
  1562. You can also use struct semid_ds* for semctl IPC_STAT.
  1563.  
  1564. sendmsg() found.
  1565.  
  1566. setegid() found.
  1567.  
  1568. seteuid() found.
  1569.  
  1570. setgrent() found.
  1571.  
  1572. setgrent_r() NOT found.
  1573.  
  1574. sethostent() found.
  1575.  
  1576. sethostent_r() NOT found.
  1577.  
  1578. setitimer() found.
  1579.  
  1580. setlinebuf() found.
  1581.  
  1582. setlocale() found.
  1583.  
  1584. <locale.h> found.
  1585.  
  1586. setlocale_r() NOT found.
  1587.  
  1588. setnetent() found.
  1589.  
  1590. setnetent_r() NOT found.
  1591.  
  1592. setprotoent() found.
  1593.  
  1594. setpgid() found.
  1595.  
  1596. setpgrp2() NOT found.
  1597.  
  1598. setpriority() found.
  1599.  
  1600. setproctitle() NOT found.
  1601.  
  1602. setprotoent_r() NOT found.
  1603.  
  1604. setpwent() found.
  1605.  
  1606. setpwent_r() NOT found.
  1607.  
  1608. setregid() found.
  1609.  
  1610. setresgid() found.
  1611.  
  1612. setreuid() found.
  1613.  
  1614. setresuid() found.
  1615.  
  1616. setrgid() NOT found.
  1617.  
  1618. setruid() NOT found.
  1619.  
  1620. setservent() found.
  1621.  
  1622. setservent_r() NOT found.
  1623.  
  1624. setsid() found.
  1625.  
  1626. setvbuf() found.
  1627.  
  1628. shmctl() found.
  1629.  
  1630. shmget() found.
  1631.  
  1632. shmat() found.
  1633. and it returns (void *).
  1634.  
  1635. shmdt() found.
  1636.  
  1637. You have the full shm*(2) library.
  1638.  
  1639. sigaction() found.
  1640.  
  1641. Looking for the type of process ids on this system.
  1642. pid_t found.
  1643.  
  1644. Looking for the type for user ids returned by getuid().
  1645. uid_t found.
  1646. Checking if your siginfo_t has si_errno field...
  1647. Checking if your siginfo_t has si_pid field...
  1648. Checking if your siginfo_t has si_uid field...
  1649. Checking if your siginfo_t has si_addr field...
  1650. Checking if your siginfo_t has si_status field...
  1651. Checking if your siginfo_t has si_band field...
  1652. Checking if your siginfo_t has si_value field...
  1653. Checking if your siginfo_t has si_fd field...
  1654.  
  1655. <sunmath.h> NOT found.
  1656. Checking to see if you have signbit() available to work on double... Yes.
  1657.  
  1658. sigprocmask() found.
  1659.  
  1660. POSIX sigsetjmp found.
  1661.  
  1662. snprintf() found.
  1663.  
  1664. vsnprintf() found.
  1665. Checking whether your snprintf() and vsnprintf() work okay...
  1666. Your snprintf() and vsnprintf() seem to be working okay.
  1667.  
  1668. sockatmark() found.
  1669.  
  1670. sockatmark() prototype found.
  1671.  
  1672. socks5_init() NOT found.
  1673. Checking whether sprintf returns the length of the string...
  1674. sprintf returns the length of the string (as ANSI says it should)
  1675.  
  1676. srand48_r() found.
  1677.  
  1678. srandom_r() found.
  1679.  
  1680. setresgid() prototype NOT found.
  1681.  
  1682. setresuid() prototype NOT found.
  1683.  
  1684. stat() found.
  1685.  
  1686. <sys/stat.h> found.
  1687.  
  1688. Checking to see if your struct stat has st_blocks field...
  1689.  
  1690. <sys/vfs.h> found.
  1691.  
  1692. <sys/statfs.h> found.
  1693.  
  1694. Checking to see if your system supports struct statfs...
  1695. Yes, it does.
  1696.  
  1697. Checking to see if your struct statfs has f_flags field...
  1698. Yes, it does.
  1699.  
  1700. Checking to see if your system supports static inline...
  1701. Your compiler supports static __inline__.
  1702. Checking how to access stdio streams by file descriptor number...
  1703. I can't figure out how to access stdio streams by file descriptor number.
  1704.  
  1705. strcoll() found.
  1706.  
  1707. Checking to see if your C compiler can copy structs...
  1708. Yup, it can.
  1709.  
  1710. strerror() found.
  1711. (You also have sys_errlist[], so we could roll our own strerror.)
  1712.  
  1713. strerror_l() found.
  1714.  
  1715. strerror_r() found.
  1716.  
  1717. strftime() found.
  1718.  
  1719. strlcat() NOT found.
  1720.  
  1721. strlcpy() NOT found.
  1722.  
  1723. strtod() found.
  1724.  
  1725. strtol() found.
  1726.  
  1727. strtold() found.
  1728.  
  1729. strtoll() found.
  1730. Checking whether your strtoll() works okay...
  1731. Your strtoll() seems to be working okay.
  1732.  
  1733. strtoq() found.
  1734.  
  1735. strtoul() found.
  1736. Checking whether your strtoul() works okay...
  1737. Your strtoul() seems to be working okay.
  1738.  
  1739. strtoull() found.
  1740. Checking whether your strtoull() works okay...
  1741. Your strtoull() seems to be working okay.
  1742.  
  1743. strtouq() found.
  1744. Checking whether your strtouq() works okay...
  1745. Your strtouq() seems to be working okay.
  1746.  
  1747. strxfrm() found.
  1748.  
  1749. symlink() found.
  1750.  
  1751. syscall() found.
  1752.  
  1753. syscall() prototype found.
  1754.  
  1755. sysconf() found.
  1756.  
  1757. system() found.
  1758.  
  1759. tcgetpgrp() found.
  1760.  
  1761. tcsetpgrp() found.
  1762.  
  1763. telldir() prototype found.
  1764.  
  1765. tgamma() found.
  1766.  
  1767. time() found.
  1768.  
  1769. Looking for the type returned by time() on this system.
  1770. time_t found.
  1771.  
  1772. timegm() found.
  1773.  
  1774. <sys/times.h> found.
  1775.  
  1776. times() found.
  1777.  
  1778. Looking for the type returned by times() on this system.
  1779. clock_t found.
  1780.  
  1781. tmpnam_r() found.
  1782.  
  1783. trunc() found.
  1784.  
  1785. truncate() found.
  1786.  
  1787. ttyname_r() found.
  1788.  
  1789. tzname[] found.
  1790.  
  1791. In the following, larger digits indicate more significance. A big-endian
  1792. machine like a Pyramid or a Motorola 680?0 chip will come out to 4321. A
  1793. little-endian machine like a Vax or an Intel 80?86 chip would be 1234. Other
  1794. machines may have weird orders like 3412. A Cray will report 87654321,
  1795. an Alpha will report 12345678. If the test program works the default is
  1796. probably right.
  1797. I'm now running the test program...
  1798. (The test program ran ok.)
  1799. byteorder=12345678
  1800.  
  1801. Checking to see whether you can access character data unalignedly...
  1802. (Testing for character data alignment may crash the test. That's okay.)
  1803. It seems that you must access character data in an aligned manner.
  1804.  
  1805. ualarm() found.
  1806.  
  1807. umask() found.
  1808.  
  1809. unordered() NOT found.
  1810.  
  1811. unsetenv() found.
  1812.  
  1813. usleep() found.
  1814.  
  1815. usleep() prototype found.
  1816.  
  1817. ustat() found.
  1818.  
  1819. closedir() found.
  1820.  
  1821. Checking whether closedir() returns a status...
  1822. Yes, it does.
  1823.  
  1824. wait4() found.
  1825.  
  1826. waitpid() found.
  1827.  
  1828. A working wcscmp() found.
  1829.  
  1830. wcstombs() found.
  1831.  
  1832. A working wcsxfrm() found.
  1833.  
  1834. wctomb() found.
  1835.  
  1836. writev() found.
  1837.  
  1838. Checking alignment constraints...
  1839. Doubles must be aligned on a how-many-byte boundary? [8]
  1840. Checking how long a character is (in bits)...
  1841. What is the length of a character (in bits)? [8]
  1842.  
  1843. Checking to see how your cpp does stuff like concatenate tokens...
  1844. Oh! Smells like ANSI's been here.
  1845. We can catify or stringify, separately or together!
  1846.  
  1847. <db.h> NOT found.
  1848.  
  1849. Historically Perl has provided a final fallback of the current working
  1850. directory '.' when searching for a library. This, however, can lead to
  1851. problems when a Perl program which loads optional modules is called from
  1852. a shared directory. This can lead to executing unexpected code.
  1853.  
  1854. Exclude . from @INC by default? [n]
  1855. Checking the kind of infinities and nans you have...
  1856. (The following tests may crash. That's okay.)
  1857. Checking how many mantissa bits your doubles have...
  1858. Checking how many mantissa bits your long doubles have...
  1859. Checking how many mantissa bits your NVs have...
  1860.  
  1861. Using our internal random number implementation...
  1862.  
  1863. Determining whether or not we are on an EBCDIC system...
  1864. Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF-8.
  1865.  
  1866. Checking how to flush all pending stdio output...
  1867. Your fflush(NULL) works okay for output streams.
  1868. Let's see if it clobbers input pipes...
  1869. fflush(NULL) seems to behave okay with input streams.
  1870.  
  1871. Looking for the type for group ids returned by getgid().
  1872. gid_t found.
  1873.  
  1874. Checking the size of gid_t...
  1875. Your gid_t is 4 bytes long.
  1876.  
  1877. Checking the sign of gid_t...
  1878. Your gid_t is unsigned.
  1879.  
  1880. Checking how to print 64-bit integers...
  1881. We will use %ld.
  1882.  
  1883. Checking the format strings to be used for Perl's internal types...
  1884.  
  1885. Checking the format string to be used for gids...
  1886.  
  1887. getgroups() found.
  1888.  
  1889. setgroups() found.
  1890.  
  1891. What type of pointer is the second argument to getgroups() and setgroups()?
  1892. Usually this is the same as group ids, gid_t, but not always.
  1893.  
  1894. What type pointer is the second argument to getgroups() and setgroups()?
  1895. [gid_t]
  1896.  
  1897. Checking if your /usr/bin/make program sets $(MAKE)...
  1898. Yup, it does.
  1899.  
  1900. Looking for the type used for file modes for system calls (e.g. fchmod()).
  1901. mode_t found.
  1902.  
  1903. It seems that va_copy() or similar will be needed.
  1904.  
  1905. Looking for the type used for the length parameter for string functions.
  1906. size_t found.
  1907.  
  1908. Checking to see what type of arguments are accepted by gethostbyaddr().
  1909. What is the type for the 1st argument to gethostbyaddr? [char *]
  1910. What is the type for the 2nd argument to gethostbyaddr? [size_t]
  1911.  
  1912. Checking to see what type of argument is accepted by gethostbyname().
  1913. Your system accepts const char *.
  1914.  
  1915. Checking to see what type of 1st argument is accepted by getnetbyaddr().
  1916. Your system accepts in_addr_t.
  1917.  
  1918. What pager is used on your system? [/bin/less -R]
  1919.  
  1920. Checking how to generate random libraries on your machine...
  1921. /usr/bin/ar appears to generate random libraries itself.
  1922.  
  1923. <values.h> found.
  1924. Checking max offsets that gmtime () accepts
  1925. Checking max offsets that localtime () accepts
  1926.  
  1927. Checking to see what type of arguments are accepted by select().
  1928. Your system accepts fd_set *.
  1929.  
  1930. Checking to see on how many bits at a time your select() operates...
  1931. Your select() operates on 64 bits at a time.
  1932.  
  1933. Generating a list of signal names and numbers...
  1934. The following 65 signals are available:
  1935.  
  1936. SIGZERO SIGHUP SIGINT SIGQUIT SIGILL SIGTRAP SIGABRT SIGBUS SIGFPE
  1937. SIGKILL SIGUSR1 SIGSEGV SIGUSR2 SIGPIPE SIGALRM SIGTERM SIGSTKFLT
  1938. SIGCHLD SIGCONT SIGSTOP SIGTSTP SIGTTIN SIGTTOU SIGURG SIGXCPU
  1939. SIGXFSZ SIGVTALRM SIGPROF SIGWINCH SIGIO SIGPWR SIGSYS SIGNUM32
  1940. SIGNUM33 SIGRTMIN SIGNUM35 SIGNUM36 SIGNUM37 SIGNUM38 SIGNUM39
  1941. SIGNUM40 SIGNUM41 SIGNUM42 SIGNUM43 SIGNUM44 SIGNUM45 SIGNUM46
  1942. SIGNUM47 SIGNUM48 SIGNUM49 SIGNUM50 SIGNUM51 SIGNUM52 SIGNUM53
  1943. SIGNUM54 SIGNUM55 SIGNUM56 SIGNUM57 SIGNUM58 SIGNUM59 SIGNUM60
  1944. SIGNUM61 SIGNUM62 SIGNUM63 SIGRTMAX SIGIOT SIGCLD SIGPOLL SIGUNUSED
  1945.  
  1946. Checking the size of size_t...
  1947. Your size_t size is 8 bytes.
  1948.  
  1949. Checking to see if you have socklen_t...
  1950. You have socklen_t.
  1951.  
  1952. <socks.h> NOT found.
  1953.  
  1954. Checking to see what type is the last argument of accept().
  1955. Your system accepts 'socklen_t *' for the last argument of accept().
  1956.  
  1957. I'll be using ssize_t for functions returning a byte count.
  1958.  
  1959. Checking the size of st_ino...
  1960. Your st_ino is 8 bytes long.
  1961.  
  1962. Checking the sign of st_ino...
  1963. Your st_ino is unsigned.
  1964.  
  1965. Your stdio uses signed chars.
  1966.  
  1967. Checking the size of uid_t...
  1968. Your uid_t is 4 bytes long.
  1969.  
  1970. Checking the sign of uid_t...
  1971. Your uid_t is unsigned.
  1972.  
  1973. Checking the format string to be used for uids...
  1974.  
  1975. Determining whether we can use sysctl with KERN_PROC_PATHNAME to find executing program...
  1976. I'm unable to compile the test program.
  1977. I'll assume no sysctl with KERN_PROC_PATHNAME here.
  1978.  
  1979. Determining whether we can use _NSGetExecutablePath to find executing program...
  1980. I'm unable to compile the test program.
  1981. I'll assume no _NSGetExecutablePath here.
  1982.  
  1983. It appears we'll be able to prototype varargs functions.
  1984.  
  1985. Which compiler compiler (yacc or bison -y) shall I use? [yacc]
  1986.  
  1987. <assert.h> found.
  1988.  
  1989. <bfd.h> NOT found.
  1990.  
  1991. <execinfo.h> found.
  1992.  
  1993. <fenv.h> found.
  1994.  
  1995. <fp.h> NOT found.
  1996.  
  1997. <fp_class.h> NOT found.
  1998.  
  1999. <gdbm.h> NOT found.
  2000.  
  2001. <ieeefp.h> NOT found.
  2002.  
  2003. <libutil.h> NOT found.
  2004.  
  2005. <mntent.h> found.
  2006.  
  2007. <net/errno.h> NOT found.
  2008.  
  2009. <netinet/tcp.h> found.
  2010.  
  2011. <poll.h> found.
  2012.  
  2013. <prot.h> NOT found.
  2014.  
  2015. Guessing which symbols your C compiler and preprocessor define...
  2016. Your C pre-processor defines the following symbols:
  2017. __amd64
  2018. __amd64__
  2019. __ATOMIC_ACQ_REL
  2020. __ATOMIC_ACQUIRE
  2021. __ATOMIC_CONSUME
  2022. __ATOMIC_HLE_ACQUIRE
  2023. __ATOMIC_HLE_RELEASE
  2024. __ATOMIC_RELAXED
  2025. __ATOMIC_RELEASE
  2026. __ATOMIC_SEQ_CST
  2027. __BIGGEST_ALIGNMENT__
  2028. __BYTE_ORDER__
  2029. __CHAR16_TYPE__
  2030. __CHAR32_TYPE__
  2031. __CHAR_BIT__
  2032. __code_model_small__
  2033. __DBL_DECIMAL_DIG__
  2034. __DBL_DENORM_MIN__
  2035. __DBL_DIG__
  2036. __DBL_EPSILON__
  2037. __DBL_HAS_DENORM__
  2038. __DBL_HAS_INFINITY__
  2039. __DBL_HAS_QUIET_NAN__
  2040. __DBL_MANT_DIG__
  2041. __DBL_MAX_10_EXP__
  2042. __DBL_MAX__
  2043. __DBL_MAX_EXP__
  2044. __DBL_MIN_10_EXP__
  2045. __DBL_MIN__
  2046. __DBL_MIN_EXP__
  2047. __DEC128_EPSILON__
  2048. __DEC128_MANT_DIG__
  2049. __DEC128_MAX__
  2050. __DEC128_MAX_EXP__
  2051. __DEC128_MIN__
  2052. __DEC128_MIN_EXP__
  2053. __DEC128_SUBNORMAL_MIN__
  2054. __DEC32_EPSILON__
  2055. __DEC32_MANT_DIG__
  2056. __DEC32_MAX__
  2057. __DEC32_MAX_EXP__
  2058. __DEC32_MIN__
  2059. __DEC32_MIN_EXP__
  2060. __DEC32_SUBNORMAL_MIN__
  2061. __DEC64_EPSILON__
  2062. __DEC64_MANT_DIG__
  2063. __DEC64_MAX__
  2064. __DEC64_MAX_EXP__
  2065. __DEC64_MIN__
  2066. __DEC64_MIN_EXP__
  2067. __DEC64_SUBNORMAL_MIN__
  2068. __DEC_EVAL_METHOD__
  2069. __DECIMAL_BID_FORMAT__
  2070. __DECIMAL_DIG__
  2071. __ELF__
  2072. _FILE_OFFSET_BITS
  2073. __FINITE_MATH_ONLY__
  2074. __FLOAT_WORD_ORDER__
  2075. __FLT_DECIMAL_DIG__
  2076. __FLT_DENORM_MIN__
  2077. __FLT_DIG__
  2078. __FLT_EPSILON__
  2079. __FLT_EVAL_METHOD__
  2080. __FLT_HAS_DENORM__
  2081. __FLT_HAS_INFINITY__
  2082. __FLT_HAS_QUIET_NAN__
  2083. __FLT_MANT_DIG__
  2084. __FLT_MAX_10_EXP__
  2085. __FLT_MAX__
  2086. __FLT_MAX_EXP__
  2087. __FLT_MIN_10_EXP__
  2088. __FLT_MIN__
  2089. __FLT_MIN_EXP__
  2090. __FLT_RADIX__
  2091. _FORTIFY_SOURCE
  2092. __FXSR__
  2093. __GCC_ATOMIC_BOOL_LOCK_FREE
  2094. __GCC_ATOMIC_CHAR16_T_LOCK_FREE
  2095. __GCC_ATOMIC_CHAR32_T_LOCK_FREE
  2096. __GCC_ATOMIC_CHAR_LOCK_FREE
  2097. __GCC_ATOMIC_INT_LOCK_FREE
  2098. __GCC_ATOMIC_LLONG_LOCK_FREE
  2099. __GCC_ATOMIC_LONG_LOCK_FREE
  2100. __GCC_ATOMIC_POINTER_LOCK_FREE
  2101. __GCC_ATOMIC_SHORT_LOCK_FREE
  2102. __GCC_ATOMIC_TEST_AND_SET_TRUEVAL
  2103. __GCC_ATOMIC_WCHAR_T_LOCK_FREE
  2104. __GCC_HAVE_DWARF2_CFI_ASM
  2105. __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1
  2106. __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
  2107. __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4
  2108. __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
  2109. __GCC_IEC_559
  2110. __GCC_IEC_559_COMPLEX
  2111. __GLIBC__
  2112. __GLIBC_MINOR__
  2113. __GNUC__
  2114. __GNUC_MINOR__
  2115. __GNUC_PATCHLEVEL__
  2116. __GNUC_STDC_INLINE__
  2117. __GNU_LIBRARY__
  2118. __gnu_linux__
  2119. __GXX_ABI_VERSION
  2120. __has_include
  2121. __has_include_next
  2122. __INT16_C
  2123. __INT16_MAX__
  2124. __INT16_TYPE__
  2125. __INT32_C
  2126. __INT32_MAX__
  2127. __INT32_TYPE__
  2128. __INT64_C
  2129. __INT64_MAX__
  2130. __INT64_TYPE__
  2131. __INT8_C
  2132. __INT8_MAX__
  2133. __INT8_TYPE__
  2134. __INT_FAST16_MAX__
  2135. __INT_FAST16_TYPE__
  2136. __INT_FAST32_MAX__
  2137. __INT_FAST32_TYPE__
  2138. __INT_FAST64_MAX__
  2139. __INT_FAST64_TYPE__
  2140. __INT_FAST8_MAX__
  2141. __INT_FAST8_TYPE__
  2142. __INT_LEAST16_MAX__
  2143. __INT_LEAST16_TYPE__
  2144. __INT_LEAST32_MAX__
  2145. __INT_LEAST32_TYPE__
  2146. __INT_LEAST64_MAX__
  2147. __INT_LEAST64_TYPE__
  2148. __INT_LEAST8_MAX__
  2149. __INT_LEAST8_TYPE__
  2150. __INT_MAX__
  2151. __INTMAX_C
  2152. __INTMAX_MAX__
  2153. __INTMAX_TYPE__
  2154. __INTPTR_MAX__
  2155. __INTPTR_TYPE__
  2156. __k8
  2157. __k8__
  2158. _LARGEFILE_SOURCE
  2159. __LDBL_DENORM_MIN__
  2160. __LDBL_DIG__
  2161. __LDBL_EPSILON__
  2162. __LDBL_HAS_DENORM__
  2163. __LDBL_HAS_INFINITY__
  2164. __LDBL_HAS_QUIET_NAN__
  2165. __LDBL_MANT_DIG__
  2166. __LDBL_MAX_10_EXP__
  2167. __LDBL_MAX__
  2168. __LDBL_MAX_EXP__
  2169. __LDBL_MIN_10_EXP__
  2170. __LDBL_MIN__
  2171. __LDBL_MIN_EXP__
  2172. __linux
  2173. __linux__
  2174. linux
  2175. __LONG_LONG_MAX__
  2176. __LONG_MAX__
  2177. __LP64__
  2178. _LP64
  2179. __MMX__
  2180. __ORDER_BIG_ENDIAN__
  2181. __ORDER_LITTLE_ENDIAN__
  2182. __ORDER_PDP_ENDIAN__
  2183. _POSIX_C_SOURCE
  2184. _POSIX_SOURCE
  2185. __PRAGMA_REDEFINE_EXTNAME
  2186. __PTRDIFF_MAX__
  2187. __PTRDIFF_TYPE__
  2188. __REGISTER_PREFIX__
  2189. __SCHAR_MAX__
  2190. __SHRT_MAX__
  2191. __SIG_ATOMIC_MAX__
  2192. __SIG_ATOMIC_MIN__
  2193. __SIG_ATOMIC_TYPE__
  2194. __SIZE_MAX__
  2195. __SIZEOF_DOUBLE__
  2196. __SIZEOF_FLOAT128__
  2197. __SIZEOF_FLOAT__
  2198. __SIZEOF_FLOAT80__
  2199. __SIZEOF_INT128__
  2200. __SIZEOF_INT__
  2201. __SIZEOF_LONG__
  2202. __SIZEOF_LONG_DOUBLE__
  2203. __SIZEOF_LONG_LONG__
  2204. __SIZEOF_POINTER__
  2205. __SIZEOF_PTRDIFF_T__
  2206. __SIZEOF_SHORT__
  2207. __SIZEOF_SIZE_T__
  2208. __SIZEOF_WCHAR_T__
  2209. __SIZEOF_WINT_T__
  2210. __SIZE_TYPE__
  2211. __SSE__
  2212. __SSE2__
  2213. __SSE2_MATH__
  2214. __SSE_MATH__
  2215. __SSP_STRONG__
  2216. __STDC__
  2217. __STDC_HOSTED__
  2218. __STDC_IEC_559__
  2219. __STDC_IEC_559_COMPLEX__
  2220. __STDC_ISO_10646__
  2221. __STDC_NO_THREADS__
  2222. _STDC_PREDEF_H
  2223. __STDC_UTF_16__
  2224. __STDC_UTF_32__
  2225. __STDC_VERSION__
  2226. __UINT16_C
  2227. __UINT16_MAX__
  2228. __UINT16_TYPE__
  2229. __UINT32_C
  2230. __UINT32_MAX__
  2231. __UINT32_TYPE__
  2232. __UINT64_C
  2233. __UINT64_MAX__
  2234. __UINT64_TYPE__
  2235. __UINT8_C
  2236. __UINT8_MAX__
  2237. __UINT8_TYPE__
  2238. __UINT_FAST16_MAX__
  2239. __UINT_FAST16_TYPE__
  2240. __UINT_FAST32_MAX__
  2241. __UINT_FAST32_TYPE__
  2242. __UINT_FAST64_MAX__
  2243. __UINT_FAST64_TYPE__
  2244. __UINT_FAST8_MAX__
  2245. __UINT_FAST8_TYPE__
  2246. __UINT_LEAST16_MAX__
  2247. __UINT_LEAST16_TYPE__
  2248. __UINT_LEAST32_MAX__
  2249. __UINT_LEAST32_TYPE__
  2250. __UINT_LEAST64_MAX__
  2251. __UINT_LEAST64_TYPE__
  2252. __UINT_LEAST8_MAX__
  2253. __UINT_LEAST8_TYPE__
  2254. __UINTMAX_C
  2255. __UINTMAX_MAX__
  2256. __UINTMAX_TYPE__
  2257. __UINTPTR_MAX__
  2258. __UINTPTR_TYPE__
  2259. __unix
  2260. __unix__
  2261. unix
  2262. __USE_FILE_OFFSET64
  2263. __USE_LARGEFILE
  2264. __USE_MISC
  2265. __USE_POSIX
  2266. __USE_POSIX199309
  2267. __USE_POSIX199506
  2268. __USE_POSIX2
  2269. __USER_LABEL_PREFIX__
  2270. __VERSION__
  2271. __WCHAR_MAX__
  2272. __WCHAR_MIN__
  2273. __WCHAR_TYPE__
  2274. __WINT_MAX__
  2275. __WINT_MIN__
  2276. __WINT_TYPE__
  2277. __x86_64
  2278. __x86_64__
  2279. You seem to have -D_FORTIFY_SOURCE already, not adding it.
  2280.  
  2281. tcsetattr() found.
  2282.  
  2283. You have POSIX termios.h... good!
  2284.  
  2285. <stdbool.h> found.
  2286.  
  2287. <stddef.h> found.
  2288.  
  2289. <stdint.h> found.
  2290.  
  2291. <sys/access.h> NOT found.
  2292.  
  2293. <sys/filio.h> NOT found.
  2294.  
  2295. <sys/ioctl.h> found.
  2296.  
  2297. <sys/sockio.h> not found, assuming socket ioctls are in <sys/ioctl.h>.
  2298.  
  2299. <syslog.h> found.
  2300.  
  2301. <sys/mode.h> NOT found.
  2302.  
  2303. <sys/poll.h> found.
  2304.  
  2305. <sys/resource.h> found.
  2306.  
  2307. <sys/security.h> NOT found.
  2308.  
  2309. <sys/statvfs.h> found.
  2310.  
  2311. <sys/un.h> found.
  2312.  
  2313. <sys/utsname.h> found.
  2314.  
  2315. <sys/wait.h> found.
  2316.  
  2317. <ustat.h> found.
  2318.  
  2319. <utime.h> found.
  2320.  
  2321. Looking for extensions...
  2322. A number of extensions are supplied with perl5. You may choose to
  2323. compile these extensions for dynamic loading (the default), compile
  2324. them into the perl5 executable (static loading), or not include
  2325. them at all. Answer "none" to include no extensions.
  2326. Note that DynaLoader is always built and need not be mentioned here.
  2327.  
  2328. What extensions do you wish to load dynamically?
  2329. [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]
  2330. What extensions do you wish to load statically? [none]
  2331.  
  2332.  
  2333. End of configuration questions.
  2334.  
  2335.  
  2336. Stripping down executable paths...
  2337.  
  2338. Creating config.sh...
  2339. Hmm...You had some extra variables I don't know about...I'll try to keep 'em...
  2340. Propagating recommended variable $libdb_needs_pthread...
  2341.  
  2342. Doing variable substitutions on .SH files...
  2343. cflags.SH: Adding -std=c89.
  2344. cflags.SH: Adding -Werror=declaration-after-statement.
  2345. cflags.SH: Adding -Wextra.
  2346. cflags.SH: Adding -Wc++-compat.
  2347. cflags.SH: Adding -Wwrite-strings.
  2348. cflags.SH: cc = cc
  2349. cflags.SH: ccflags = -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
  2350. cflags.SH: stdflags = -std=c89
  2351. cflags.SH: optimize = -O2
  2352. cflags.SH: warn = -Wall -Werror=declaration-after-statement -Wextra -Wc++-compat -Wwrite-strings
  2353. Extracting cflags (with variable substitutions)
  2354. Extracting config.h (with variable substitutions)
  2355. Extracting makedepend (with variable substitutions)
  2356. Extracting Makefile (with variable substitutions)
  2357. Extracting myconfig (with variable substitutions)
  2358. Extracting pod/Makefile (with variable substitutions)
  2359. Extracting Policy.sh (with variable substitutions)
  2360. Extracting runtests (with variable substitutions)
  2361.  
  2362. Now you need to generate make dependencies by running "make depend".
  2363. You might prefer to run it in background: "make depend > makedepend.out &"
  2364. It can take a while, so you might not want to run it right now.
  2365.  
  2366. Run make depend now? [y]
  2367. sh ./makedepend MAKE="make" cflags
  2368. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl'
  2369. 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
  2370. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl'
  2371. Finding dependencies for av.o.
  2372. Finding dependencies for scope.o.
  2373. Finding dependencies for op.o.
  2374. Finding dependencies for doop.o.
  2375. Finding dependencies for doio.o.
  2376. Finding dependencies for dump.o.
  2377. Finding dependencies for gv.o.
  2378. Finding dependencies for hv.o.
  2379. Finding dependencies for mg.o.
  2380. Finding dependencies for reentr.o.
  2381. Finding dependencies for mro_core.o.
  2382. Finding dependencies for perl.o.
  2383. Finding dependencies for perly.o.
  2384. Finding dependencies for pp.o.
  2385. Finding dependencies for pp_hot.o.
  2386. Finding dependencies for pp_ctl.o.
  2387. Finding dependencies for pp_sys.o.
  2388. Finding dependencies for regcomp.o.
  2389. Finding dependencies for regexec.o.
  2390. Finding dependencies for utf8.o.
  2391. Finding dependencies for sv.o.
  2392. Finding dependencies for taint.o.
  2393. Finding dependencies for toke.o.
  2394. Finding dependencies for util.o.
  2395. Finding dependencies for deb.o.
  2396. Finding dependencies for run.o.
  2397. Finding dependencies for universal.o.
  2398. Finding dependencies for pad.o.
  2399. Finding dependencies for globals.o.
  2400. Finding dependencies for keywords.o.
  2401. Finding dependencies for perlio.o.
  2402. Finding dependencies for perlapi.o.
  2403. Finding dependencies for numeric.o.
  2404. Finding dependencies for mathoms.o.
  2405. Finding dependencies for locale.o.
  2406. Finding dependencies for pp_pack.o.
  2407. Finding dependencies for pp_sort.o.
  2408. Finding dependencies for caretx.o.
  2409. Finding dependencies for dquote.o.
  2410. Finding dependencies for time64.o.
  2411. Finding dependencies for miniperlmain.o.
  2412. Finding dependencies for opmini.o.
  2413. Finding dependencies for perlmini.o.
  2414. Updating makefile...
  2415. Now you must run 'make'.
  2416.  
  2417. If you compile perl5 on a different machine or from a different object
  2418. directory, copy the Policy.sh file from this object directory to the
  2419. new one before you run Configure -- this will help you with most of
  2420. the policy defaults.
  2421.  
  2422. echo @`sh cflags "optimize='-O2'" opmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB opmini.c
  2423. @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
  2424. echo @`sh cflags "optimize='-O2'" perlmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c
  2425. @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
  2426. 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
  2427. 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
  2428. 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
  2429. 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
  2430. 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
  2431. 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
  2432. 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
  2433. 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
  2434. 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
  2435. 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
  2436. 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
  2437. 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
  2438. 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
  2439. 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
  2440. 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
  2441. 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
  2442. 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
  2443. 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
  2444. 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
  2445. 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
  2446. 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
  2447. 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
  2448. 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
  2449. 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
  2450. 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
  2451. 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
  2452. 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
  2453. 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
  2454. 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
  2455. 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
  2456. 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
  2457. 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
  2458. 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
  2459. 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
  2460. 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
  2461. 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
  2462. 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
  2463. 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
  2464. 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
  2465. cc -fstack-protector-strong -L/usr/local/lib -o miniperl \
  2466. 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
  2467. ./miniperl -w -Ilib -Idist/Exporter/lib -MExporter -e '<?>' || sh -c 'echo >&2 Failed to build miniperl. Please run make minitest; exit 1'
  2468. ./miniperl -Ilib -f write_buildcustomize.pl
  2469. ./miniperl -Ilib configpm
  2470. written lib/Config.pod
  2471. updated lib/Config.pm
  2472. updated lib/Config_heavy.pl
  2473. ./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2474. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Archive-Tar'
  2475. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2476. Cleaning current config before rebuilding Makefile...
  2477. make -f Makefile.old clean > /dev/null 2>&1
  2478. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2479. Generating a Unix-style Makefile
  2480. Writing Makefile for Archive::Tar
  2481. ==> Your Makefile has been rebuilt. <==
  2482. ==> Please rerun the make command. <==
  2483. false
  2484. Makefile:731: recipe for target 'Makefile' failed
  2485. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Archive-Tar'
  2486. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Archive-Tar'
  2487. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Archive-Tar'
  2488. ./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2489. Running pm_to_blib for dist/Attribute-Handlers directly
  2490. ./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2491. Running pm_to_blib for cpan/autodie directly
  2492. ./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2493. Running pm_to_blib for cpan/AutoLoader directly
  2494. ./miniperl -Ilib make_ext.pl dist/autouse/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2495. Running pm_to_blib for dist/autouse directly
  2496. ./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2497. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/base'
  2498. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2499. Cleaning current config before rebuilding Makefile...
  2500. make -f Makefile.old clean > /dev/null 2>&1
  2501. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2502. Generating a Unix-style Makefile
  2503. Writing Makefile for base
  2504. ==> Your Makefile has been rebuilt. <==
  2505. ==> Please rerun the make command. <==
  2506. false
  2507. Makefile:727: recipe for target 'Makefile' failed
  2508. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/base'
  2509. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/base'
  2510. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/base'
  2511. ./miniperl -Ilib make_ext.pl cpan/B-Debug/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2512. Running pm_to_blib for cpan/B-Debug directly
  2513. ./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2514. Running pm_to_blib for cpan/bignum directly
  2515. ./miniperl -Ilib make_ext.pl dist/Carp/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2516. Running pm_to_blib for dist/Carp directly
  2517. ./miniperl -Ilib make_ext.pl cpan/Config-Perl-V/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2518. Running pm_to_blib for cpan/Config-Perl-V directly
  2519. ./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2520. Running pm_to_blib for dist/constant directly
  2521. ./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2522. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN'
  2523. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2524. Cleaning current config before rebuilding Makefile...
  2525. make -f Makefile.old clean > /dev/null 2>&1
  2526. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2527. Generating a Unix-style Makefile
  2528. Writing Makefile for CPAN
  2529. ==> Your Makefile has been rebuilt. <==
  2530. ==> Please rerun the make command. <==
  2531. false
  2532. Makefile:785: recipe for target 'Makefile' failed
  2533. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN'
  2534. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN'
  2535. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN'
  2536. ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2537. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN-Meta'
  2538. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2539. Cleaning current config before rebuilding Makefile...
  2540. make -f Makefile.old clean > /dev/null 2>&1
  2541. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2542. Generating a Unix-style Makefile
  2543. Writing Makefile for CPAN::Meta
  2544. ==> Your Makefile has been rebuilt. <==
  2545. ==> Please rerun the make command. <==
  2546. false
  2547. Makefile:747: recipe for target 'Makefile' failed
  2548. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN-Meta'
  2549. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN-Meta'
  2550. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN-Meta'
  2551. ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-Requirements/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2552. Running pm_to_blib for cpan/CPAN-Meta-Requirements directly
  2553. ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-YAML/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2554. Running pm_to_blib for cpan/CPAN-Meta-YAML directly
  2555. ./miniperl -Ilib make_ext.pl dist/Devel-SelfStubber/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2556. Running pm_to_blib for dist/Devel-SelfStubber directly
  2557. ./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2558. Running pm_to_blib for cpan/Digest directly
  2559. ./miniperl -Ilib make_ext.pl dist/Dumpvalue/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2560. Running pm_to_blib for dist/Dumpvalue directly
  2561. ./miniperl -Ilib make_ext.pl dist/encoding-warnings/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2562. Running pm_to_blib for dist/encoding-warnings directly
  2563. ./miniperl -Ilib make_ext.pl dist/Env/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2564. Running pm_to_blib for dist/Env directly
  2565. ./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2566. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Errno'
  2567. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2568. Cleaning current config before rebuilding Makefile...
  2569. make -f Makefile.old clean > /dev/null 2>&1
  2570. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2571. Generating a Unix-style Makefile
  2572. Writing Makefile for Errno
  2573. ==> Your Makefile has been rebuilt. <==
  2574. ==> Please rerun the make command. <==
  2575. false
  2576. Makefile:737: recipe for target 'Makefile' failed
  2577. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Errno'
  2578. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Errno'
  2579. "../../miniperl" "-I../../lib" Errno_pm.PL Errno.pm
  2580. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Errno'
  2581. ./miniperl -Ilib make_ext.pl cpan/experimental/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2582. Running pm_to_blib for cpan/experimental directly
  2583. ./miniperl -Ilib make_ext.pl dist/Exporter/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2584. Running pm_to_blib for dist/Exporter directly
  2585. ./miniperl -Ilib make_ext.pl dist/ExtUtils-CBuilder/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2586. Running pm_to_blib for dist/ExtUtils-CBuilder directly
  2587. ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2588. Running pm_to_blib for cpan/ExtUtils-Constant directly
  2589. ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Install/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2590. Running pm_to_blib for cpan/ExtUtils-Install directly
  2591. ./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2592. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-MakeMaker'
  2593. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2594. Cleaning current config before rebuilding Makefile...
  2595. make -f Makefile.old clean > /dev/null 2>&1
  2596. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2597. Generating a Unix-style Makefile
  2598. Writing Makefile for ExtUtils::MakeMaker
  2599. ==> Your Makefile has been rebuilt. <==
  2600. ==> Please rerun the make command. <==
  2601. false
  2602. Makefile:774: recipe for target 'Makefile' failed
  2603. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-MakeMaker'
  2604. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-MakeMaker'
  2605. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-MakeMaker'
  2606. ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2607. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-Manifest'
  2608. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2609. Cleaning current config before rebuilding Makefile...
  2610. make -f Makefile.old clean > /dev/null 2>&1
  2611. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2612. Generating a Unix-style Makefile
  2613. Writing Makefile for ExtUtils::Manifest
  2614. ==> Your Makefile has been rebuilt. <==
  2615. ==> Please rerun the make command. <==
  2616. false
  2617. Makefile:729: recipe for target 'Makefile' failed
  2618. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-Manifest'
  2619. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-Manifest'
  2620. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-Manifest'
  2621. ./miniperl -Ilib make_ext.pl ext/ExtUtils-Miniperl/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2622. Running pm_to_blib for ext/ExtUtils-Miniperl directly
  2623. ./miniperl -Ilib make_ext.pl dist/ExtUtils-ParseXS/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2624. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/ExtUtils-ParseXS'
  2625. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2626. Cleaning current config before rebuilding Makefile...
  2627. make -f Makefile.old clean > /dev/null 2>&1
  2628. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2629. Generating a Unix-style Makefile
  2630. Writing Makefile for ExtUtils::ParseXS
  2631. ==> Your Makefile has been rebuilt. <==
  2632. ==> Please rerun the make command. <==
  2633. false
  2634. Makefile:749: recipe for target 'Makefile' failed
  2635. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/ExtUtils-ParseXS'
  2636. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/ExtUtils-ParseXS'
  2637. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/ExtUtils-ParseXS'
  2638. ./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2639. Running pm_to_blib for ext/FileCache directly
  2640. ./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2641. Running pm_to_blib for cpan/File-Fetch directly
  2642. ./miniperl -Ilib make_ext.pl ext/File-Find/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2643. Running pm_to_blib for ext/File-Find directly
  2644. ./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2645. Running pm_to_blib for cpan/File-Path directly
  2646. ./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2647. Running pm_to_blib for cpan/File-Temp directly
  2648. ./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2649. Running pm_to_blib for dist/Filter-Simple directly
  2650. ./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2651. Running pm_to_blib for cpan/Getopt-Long directly
  2652. ./miniperl -Ilib make_ext.pl cpan/HTTP-Tiny/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2653. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/HTTP-Tiny'
  2654. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2655. Cleaning current config before rebuilding Makefile...
  2656. make -f Makefile.old clean > /dev/null 2>&1
  2657. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2658. Generating a Unix-style Makefile
  2659. Writing Makefile for HTTP::Tiny
  2660. ==> Your Makefile has been rebuilt. <==
  2661. ==> Please rerun the make command. <==
  2662. false
  2663. Makefile:728: recipe for target 'Makefile' failed
  2664. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/HTTP-Tiny'
  2665. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/HTTP-Tiny'
  2666. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/HTTP-Tiny'
  2667. ./miniperl -Ilib make_ext.pl dist/I18N-Collate/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2668. Running pm_to_blib for dist/I18N-Collate directly
  2669. ./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2670. Running pm_to_blib for dist/I18N-LangTags directly
  2671. ./miniperl -Ilib make_ext.pl dist/if/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2672. Running pm_to_blib for dist/if directly
  2673. ./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2674. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IO-Compress'
  2675. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2676. Cleaning current config before rebuilding Makefile...
  2677. make -f Makefile.old clean > /dev/null 2>&1
  2678. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2679. Generating a Unix-style Makefile
  2680. Writing Makefile for IO::Compress
  2681. ==> Your Makefile has been rebuilt. <==
  2682. ==> Please rerun the make command. <==
  2683. false
  2684. Makefile:789: recipe for target 'Makefile' failed
  2685. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IO-Compress'
  2686. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IO-Compress'
  2687. cp bin/zipdetails blib/script/zipdetails
  2688. /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
  2689. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IO-Compress'
  2690. ./miniperl -Ilib make_ext.pl cpan/IO-Socket-IP/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2691. Running pm_to_blib for cpan/IO-Socket-IP directly
  2692. ./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2693. Running pm_to_blib for cpan/IO-Zlib directly
  2694. ./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2695. Running pm_to_blib for cpan/IPC-Cmd directly
  2696. ./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2697. Running pm_to_blib for ext/IPC-Open3 directly
  2698. ./miniperl -Ilib make_ext.pl cpan/JSON-PP/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2699. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/JSON-PP'
  2700. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2701. Cleaning current config before rebuilding Makefile...
  2702. make -f Makefile.old clean > /dev/null 2>&1
  2703. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2704. Generating a Unix-style Makefile
  2705. Writing Makefile for JSON::PP
  2706. ==> Your Makefile has been rebuilt. <==
  2707. ==> Please rerun the make command. <==
  2708. false
  2709. Makefile:729: recipe for target 'Makefile' failed
  2710. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/JSON-PP'
  2711. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/JSON-PP'
  2712. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/JSON-PP'
  2713. ./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2714. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/lib'
  2715. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2716. Cleaning current config before rebuilding Makefile...
  2717. make -f Makefile.old clean > /dev/null 2>&1
  2718. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2719. Generating a Unix-style Makefile
  2720. Writing Makefile for lib
  2721. ==> Your Makefile has been rebuilt. <==
  2722. ==> Please rerun the make command. <==
  2723. false
  2724. Makefile:740: recipe for target 'Makefile' failed
  2725. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/lib'
  2726. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/lib'
  2727. "../../miniperl" "-I../../lib" lib_pm.PL lib.pm
  2728. Extracting lib.pm (with variable substitutions)
  2729. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/lib'
  2730. ./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2731. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/libnet'
  2732. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2733. Cleaning current config before rebuilding Makefile...
  2734. make -f Makefile.old clean > /dev/null 2>&1
  2735. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2736. Generating a Unix-style Makefile
  2737. Writing Makefile for Net
  2738. ==> Your Makefile has been rebuilt. <==
  2739. ==> Please rerun the make command. <==
  2740. false
  2741. Makefile:757: recipe for target 'Makefile' failed
  2742. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/libnet'
  2743. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/libnet'
  2744. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/libnet'
  2745. ./miniperl -Ilib make_ext.pl cpan/Locale-Codes/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2746. Running pm_to_blib for cpan/Locale-Codes directly
  2747. ./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2748. Running pm_to_blib for dist/Locale-Maketext directly
  2749. ./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2750. Running pm_to_blib for cpan/Locale-Maketext-Simple directly
  2751. ./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2752. Running pm_to_blib for cpan/Math-BigInt directly
  2753. ./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2754. Running pm_to_blib for cpan/Math-BigRat directly
  2755. ./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2756. Running pm_to_blib for cpan/Math-Complex directly
  2757. ./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2758. Running pm_to_blib for cpan/Memoize directly
  2759. ./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2760. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Module-CoreList'
  2761. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2762. Cleaning current config before rebuilding Makefile...
  2763. make -f Makefile.old clean > /dev/null 2>&1
  2764. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2765. Generating a Unix-style Makefile
  2766. Writing Makefile for Module::CoreList
  2767. ==> Your Makefile has been rebuilt. <==
  2768. ==> Please rerun the make command. <==
  2769. false
  2770. Makefile:752: recipe for target 'Makefile' failed
  2771. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Module-CoreList'
  2772. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Module-CoreList'
  2773. cp corelist blib/script/corelist
  2774. /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
  2775. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Module-CoreList'
  2776. ./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2777. Running pm_to_blib for cpan/Module-Load directly
  2778. ./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2779. Running pm_to_blib for cpan/Module-Load-Conditional directly
  2780. ./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2781. Running pm_to_blib for cpan/Module-Loaded directly
  2782. ./miniperl -Ilib make_ext.pl cpan/Module-Metadata/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2783. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Module-Metadata'
  2784. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2785. Cleaning current config before rebuilding Makefile...
  2786. make -f Makefile.old clean > /dev/null 2>&1
  2787. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2788. Generating a Unix-style Makefile
  2789. Writing Makefile for Module::Metadata
  2790. ==> Your Makefile has been rebuilt. <==
  2791. ==> Please rerun the make command. <==
  2792. false
  2793. Makefile:728: recipe for target 'Makefile' failed
  2794. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Module-Metadata'
  2795. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Module-Metadata'
  2796. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Module-Metadata'
  2797. ./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2798. Running pm_to_blib for dist/Net-Ping directly
  2799. ./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2800. Running pm_to_blib for cpan/NEXT directly
  2801. ./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2802. Running pm_to_blib for cpan/Params-Check directly
  2803. ./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2804. Running pm_to_blib for cpan/parent directly
  2805. ./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2806. Running pm_to_blib for cpan/perlfaq directly
  2807. ./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2808. Running pm_to_blib for cpan/PerlIO-via-QuotedPrint directly
  2809. ./miniperl -Ilib make_ext.pl cpan/Perl-OSType/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2810. Running pm_to_blib for cpan/Perl-OSType directly
  2811. ./miniperl -Ilib make_ext.pl cpan/Pod-Checker/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2812. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Checker'
  2813. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2814. Cleaning current config before rebuilding Makefile...
  2815. make -f Makefile.old clean > /dev/null 2>&1
  2816. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2817. Generating a Unix-style Makefile
  2818. Writing Makefile for Pod::Checker
  2819. ==> Your Makefile has been rebuilt. <==
  2820. ==> Please rerun the make command. <==
  2821. false
  2822. Makefile:754: recipe for target 'Makefile' failed
  2823. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Checker'
  2824. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Checker'
  2825. "../../miniperl" "-I../../lib" "-I../../lib" podchecker.PL podchecker
  2826. Extracting podchecker (with variable substitutions)
  2827. cp podchecker blib/script/podchecker
  2828. /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
  2829. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Checker'
  2830. ./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2831. Running pm_to_blib for cpan/Pod-Escapes directly
  2832. ./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2833. Running pm_to_blib for cpan/Pod-Simple directly
  2834. ./miniperl -Ilib make_ext.pl ext/Pod-Functions/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2835. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Functions'
  2836. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2837. Cleaning current config before rebuilding Makefile...
  2838. make -f Makefile.old clean > /dev/null 2>&1
  2839. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2840. Generating a Unix-style Makefile
  2841. Writing Makefile for Pod::Functions
  2842. ==> Your Makefile has been rebuilt. <==
  2843. ==> Please rerun the make command. <==
  2844. false
  2845. Makefile:733: recipe for target 'Makefile' failed
  2846. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Functions'
  2847. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Functions'
  2848. "../../miniperl" "-I../../lib" Functions_pm.PL ../../pod/perlfunc.pod
  2849. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Functions'
  2850. ./miniperl -Ilib make_ext.pl ext/Pod-Html/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2851. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Html'
  2852. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2853. Cleaning current config before rebuilding Makefile...
  2854. make -f Makefile.old clean > /dev/null 2>&1
  2855. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2856. Generating a Unix-style Makefile
  2857. Writing Makefile for Pod::Html
  2858. ==> Your Makefile has been rebuilt. <==
  2859. ==> Please rerun the make command. <==
  2860. false
  2861. Makefile:728: recipe for target 'Makefile' failed
  2862. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Html'
  2863. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Html'
  2864. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Html'
  2865. ./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2866. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/podlators'
  2867. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2868. Cleaning current config before rebuilding Makefile...
  2869. make -f Makefile.old clean > /dev/null 2>&1
  2870. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2871. Generating a Unix-style Makefile
  2872. Writing Makefile for Pod
  2873. ==> Your Makefile has been rebuilt. <==
  2874. ==> Please rerun the make command. <==
  2875. false
  2876. Makefile:786: recipe for target 'Makefile' failed
  2877. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/podlators'
  2878. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/podlators'
  2879. "../../miniperl" "-I../../lib" "-I../../lib" scripts/pod2man.PL scripts/pod2man
  2880. Extracting pod2man (with variable substitutions)
  2881. cp scripts/pod2man blib/script/pod2man
  2882. /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
  2883. "../../miniperl" "-I../../lib" "-I../../lib" scripts/pod2text.PL scripts/pod2text
  2884. Extracting pod2text (with variable substitutions)
  2885. cp scripts/pod2text blib/script/pod2text
  2886. /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
  2887. Manifying 2 pod documents
  2888. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/podlators'
  2889. ./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2890. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Parser'
  2891. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2892. Cleaning current config before rebuilding Makefile...
  2893. make -f Makefile.old clean > /dev/null 2>&1
  2894. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2895. Generating a Unix-style Makefile
  2896. Writing Makefile for Pod::Parser
  2897. ==> Your Makefile has been rebuilt. <==
  2898. ==> Please rerun the make command. <==
  2899. false
  2900. Makefile:761: recipe for target 'Makefile' failed
  2901. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Parser'
  2902. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Parser'
  2903. "../../miniperl" "-I../../lib" "-I../../lib" podselect.PL podselect
  2904. Extracting podselect (with variable substitutions)
  2905. cp podselect blib/script/podselect
  2906. /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
  2907. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Parser'
  2908. ./miniperl -Ilib make_ext.pl cpan/Pod-Perldoc/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2909. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Perldoc'
  2910. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2911. Cleaning current config before rebuilding Makefile...
  2912. make -f Makefile.old clean > /dev/null 2>&1
  2913. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2914. Generating a Unix-style Makefile
  2915. Writing Makefile for Pod::Perldoc
  2916. ==> Your Makefile has been rebuilt. <==
  2917. ==> Please rerun the make command. <==
  2918. false
  2919. Makefile:750: recipe for target 'Makefile' failed
  2920. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Perldoc'
  2921. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Perldoc'
  2922. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Perldoc'
  2923. ./miniperl -Ilib make_ext.pl cpan/Pod-Usage/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2924. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Usage'
  2925. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2926. Cleaning current config before rebuilding Makefile...
  2927. make -f Makefile.old clean > /dev/null 2>&1
  2928. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2929. Generating a Unix-style Makefile
  2930. Writing Makefile for Pod::Usage
  2931. ==> Your Makefile has been rebuilt. <==
  2932. ==> Please rerun the make command. <==
  2933. false
  2934. Makefile:754: recipe for target 'Makefile' failed
  2935. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Usage'
  2936. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Usage'
  2937. "../../miniperl" "-I../../lib" "-I../../lib" pod2usage.PL pod2usage
  2938. Extracting pod2usage (with variable substitutions)
  2939. cp pod2usage blib/script/pod2usage
  2940. /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
  2941. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Usage'
  2942. ./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2943. Running pm_to_blib for dist/Safe directly
  2944. ./miniperl -Ilib make_ext.pl dist/Search-Dict/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2945. Running pm_to_blib for dist/Search-Dict directly
  2946. ./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2947. Running pm_to_blib for dist/SelfLoader directly
  2948. ./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2949. Running pm_to_blib for cpan/Term-ANSIColor directly
  2950. ./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2951. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Term-Cap'
  2952. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2953. Cleaning current config before rebuilding Makefile...
  2954. make -f Makefile.old clean > /dev/null 2>&1
  2955. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2956. Generating a Unix-style Makefile
  2957. Writing Makefile for Term::Cap
  2958. ==> Your Makefile has been rebuilt. <==
  2959. ==> Please rerun the make command. <==
  2960. false
  2961. Makefile:728: recipe for target 'Makefile' failed
  2962. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Term-Cap'
  2963. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Term-Cap'
  2964. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Term-Cap'
  2965. ./miniperl -Ilib make_ext.pl dist/Term-Complete/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2966. Running pm_to_blib for dist/Term-Complete directly
  2967. ./miniperl -Ilib make_ext.pl dist/Term-ReadLine/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2968. Running pm_to_blib for dist/Term-ReadLine directly
  2969. ./miniperl -Ilib make_ext.pl dist/Test/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2970. Running pm_to_blib for dist/Test directly
  2971. ./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2972. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Test-Harness'
  2973. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  2974. Cleaning current config before rebuilding Makefile...
  2975. make -f Makefile.old clean > /dev/null 2>&1
  2976. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  2977. Generating a Unix-style Makefile
  2978. Writing Makefile for Test::Harness
  2979. ==> Your Makefile has been rebuilt. <==
  2980. ==> Please rerun the make command. <==
  2981. false
  2982. Makefile:800: recipe for target 'Makefile' failed
  2983. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Test-Harness'
  2984. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Test-Harness'
  2985. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Test-Harness'
  2986. ./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2987. Running pm_to_blib for cpan/Test-Simple directly
  2988. ./miniperl -Ilib make_ext.pl dist/Text-Abbrev/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2989. Running pm_to_blib for dist/Text-Abbrev directly
  2990. ./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2991. Running pm_to_blib for cpan/Text-Balanced directly
  2992. ./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2993. Running pm_to_blib for cpan/Text-ParseWords directly
  2994. ./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2995. Running pm_to_blib for cpan/Text-Tabs directly
  2996. ./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2997. Running pm_to_blib for dist/Thread-Queue directly
  2998. ./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  2999. Running pm_to_blib for dist/Thread-Semaphore directly
  3000. ./miniperl -Ilib make_ext.pl dist/Tie-File/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  3001. Running pm_to_blib for dist/Tie-File directly
  3002. ./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  3003. Running pm_to_blib for ext/Tie-Memoize directly
  3004. ./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  3005. Running pm_to_blib for cpan/Tie-RefHash directly
  3006. ./miniperl -Ilib make_ext.pl cpan/Time-Local/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  3007. Running pm_to_blib for cpan/Time-Local directly
  3008. ./miniperl -Ilib make_ext.pl cpan/version/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  3009. Running pm_to_blib for cpan/version directly
  3010. ./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  3011. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/XSLoader'
  3012. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3013. Cleaning current config before rebuilding Makefile...
  3014. make -f Makefile.old clean > /dev/null 2>&1
  3015. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
  3016. Generating a Unix-style Makefile
  3017. Writing Makefile for XSLoader
  3018. ==> Your Makefile has been rebuilt. <==
  3019. ==> Please rerun the make command. <==
  3020. false
  3021. Makefile:742: recipe for target 'Makefile' failed
  3022. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/XSLoader'
  3023. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/XSLoader'
  3024. "../../miniperl" "-I../../lib" XSLoader_pm.PL XSLoader.pm
  3025. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/XSLoader'
  3026. ./miniperl -Ilib lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p
  3027. lib/unicore/mktables: Files seem to be ok, not bothering to rebuild. Add '-w' option to force build
  3028. 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
  3029. 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
  3030. 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
  3031. ./miniperl -Ilib make_ext.pl DynaLoader.o MAKE="make" LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS=
  3032. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/DynaLoader'
  3033. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3034. Cleaning current config before rebuilding Makefile...
  3035. make -f Makefile.old clean > /dev/null 2>&1
  3036. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=static" "CCCDLFLAGS="
  3037. Generating a Unix-style Makefile
  3038. Writing Makefile for DynaLoader
  3039. ==> Your Makefile has been rebuilt. <==
  3040. ==> Please rerun the make command. <==
  3041. false
  3042. Makefile:947: recipe for target 'Makefile' failed
  3043. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/DynaLoader'
  3044. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/DynaLoader'
  3045. "../../miniperl" "-I../../lib" DynaLoader_pm.PL DynaLoader.pm
  3046. rm -f DynaLoader.xs
  3047. cp dl_dlopen.xs DynaLoader.xs
  3048. "../../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
  3049. mv DynaLoader.xsc DynaLoader.c
  3050. 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
  3051. rm -rf ../../DynaLoader.o
  3052. cp DynaLoader.o ../../DynaLoader.o
  3053. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/DynaLoader'
  3054. rm -f libperl.a
  3055. /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
  3056. 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
  3057. ./miniperl -Ilib mkppport
  3058. ppport.h in cpan/DB_File is up-to-date
  3059. ppport.h in cpan/IPC-SysV is up-to-date
  3060. ppport.h in cpan/Scalar-List-Utils is up-to-date
  3061. ppport.h in cpan/Win32API-File is up-to-date
  3062. ppport.h in dist/PathTools is up-to-date
  3063. ppport.h in dist/Time-HiRes is up-to-date
  3064. ./miniperl -Ilib make_ext.pl lib/auto/arybase/arybase.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3065. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/arybase'
  3066. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3067. Cleaning current config before rebuilding Makefile...
  3068. make -f Makefile.old clean > /dev/null 2>&1
  3069. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3070. Generating a Unix-style Makefile
  3071. Writing Makefile for arybase
  3072. ==> Your Makefile has been rebuilt. <==
  3073. ==> Please rerun the make command. <==
  3074. false
  3075. Makefile:902: recipe for target 'Makefile' failed
  3076. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/arybase'
  3077. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/arybase'
  3078. Running Mkbootstrap for arybase ()
  3079. chmod 644 "arybase.bs"
  3080. /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
  3081. "../../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
  3082. mv arybase.xsc arybase.c
  3083. 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
  3084. rm -f ../../lib/auto/arybase/arybase.so
  3085. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong arybase.o -o ../../lib/auto/arybase/arybase.so \
  3086. \
  3087.  
  3088. chmod 755 ../../lib/auto/arybase/arybase.so
  3089. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/arybase'
  3090. ./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3091. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/attributes'
  3092. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3093. Cleaning current config before rebuilding Makefile...
  3094. make -f Makefile.old clean > /dev/null 2>&1
  3095. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3096. Generating a Unix-style Makefile
  3097. Writing Makefile for attributes
  3098. ==> Your Makefile has been rebuilt. <==
  3099. ==> Please rerun the make command. <==
  3100. false
  3101. Makefile:900: recipe for target 'Makefile' failed
  3102. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/attributes'
  3103. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/attributes'
  3104. Running Mkbootstrap for attributes ()
  3105. chmod 644 "attributes.bs"
  3106. /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
  3107. "../../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
  3108. mv attributes.xsc attributes.c
  3109. 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
  3110. rm -f ../../lib/auto/attributes/attributes.so
  3111. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong attributes.o -o ../../lib/auto/attributes/attributes.so \
  3112. \
  3113.  
  3114. chmod 755 ../../lib/auto/attributes/attributes.so
  3115. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/attributes'
  3116. ./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3117. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/B'
  3118. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3119. Cleaning current config before rebuilding Makefile...
  3120. make -f Makefile.old clean > /dev/null 2>&1
  3121. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3122. Generating a Unix-style Makefile
  3123. Writing Makefile for B
  3124. ==> Your Makefile has been rebuilt. <==
  3125. ==> Please rerun the make command. <==
  3126. false
  3127. Makefile:910: recipe for target 'Makefile' failed
  3128. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/B'
  3129. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/B'
  3130. Running Mkbootstrap for B ()
  3131. chmod 644 "B.bs"
  3132. /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
  3133. "../../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
  3134. mv B.xsc B.c
  3135. 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
  3136. rm -f ../../lib/auto/B/B.so
  3137. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong B.o -o ../../lib/auto/B/B.so \
  3138. \
  3139.  
  3140. chmod 755 ../../lib/auto/B/B.so
  3141. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/B'
  3142. ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3143. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Bzip2'
  3144. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3145. Cleaning current config before rebuilding Makefile...
  3146. make -f Makefile.old clean > /dev/null 2>&1
  3147. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3148. Generating a Unix-style Makefile
  3149. Writing Makefile for Compress::Raw::Bzip2
  3150. ==> Your Makefile has been rebuilt. <==
  3151. ==> Please rerun the make command. <==
  3152. false
  3153. Makefile:932: recipe for target 'Makefile' failed
  3154. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Bzip2'
  3155. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Bzip2'
  3156. Running Mkbootstrap for Bzip2 ()
  3157. chmod 644 "Bzip2.bs"
  3158. /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
  3159. "../../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
  3160. mv Bzip2.xsc Bzip2.c
  3161. 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
  3162. 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
  3163. 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
  3164. 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
  3165. 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
  3166. 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
  3167. 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
  3168. 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
  3169. rm -f ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so
  3170. 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 \
  3171. \
  3172.  
  3173. chmod 755 ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so
  3174. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Bzip2'
  3175. ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3176. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Zlib'
  3177. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3178. Cleaning current config before rebuilding Makefile...
  3179. make -f Makefile.old clean > /dev/null 2>&1
  3180. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3181. Parsing config.in...
  3182. Building Zlib enabled
  3183. Auto Detect Gzip OS Code..
  3184. Setting Gzip OS Code to 3 [Unix/Default]
  3185. Looks Good.
  3186. Generating a Unix-style Makefile
  3187. Writing Makefile for Compress::Raw::Zlib
  3188. ==> Your Makefile has been rebuilt. <==
  3189. ==> Please rerun the make command. <==
  3190. false
  3191. Makefile:936: recipe for target 'Makefile' failed
  3192. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Zlib'
  3193. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Zlib'
  3194. Running Mkbootstrap for Zlib ()
  3195. chmod 644 "Zlib.bs"
  3196. /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
  3197. "../../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
  3198. mv Zlib.xsc Zlib.c
  3199. 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
  3200. 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
  3201. 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
  3202. 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
  3203. 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
  3204. 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
  3205. 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
  3206. 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
  3207. 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
  3208. 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
  3209. 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
  3210. 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
  3211. rm -f ../../lib/auto/Compress/Raw/Zlib/Zlib.so
  3212. 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 \
  3213. \
  3214.  
  3215. chmod 755 ../../lib/auto/Compress/Raw/Zlib/Zlib.so
  3216. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Zlib'
  3217. ./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3218. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/PathTools'
  3219. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3220. Cleaning current config before rebuilding Makefile...
  3221. make -f Makefile.old clean > /dev/null 2>&1
  3222. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3223. Generating a Unix-style Makefile
  3224. Writing Makefile for Cwd
  3225. ==> Your Makefile has been rebuilt. <==
  3226. ==> Please rerun the make command. <==
  3227. false
  3228. Makefile:920: recipe for target 'Makefile' failed
  3229. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/PathTools'
  3230. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/PathTools'
  3231. Running Mkbootstrap for Cwd ()
  3232. chmod 644 "Cwd.bs"
  3233. /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
  3234. "../../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
  3235. mv Cwd.xsc Cwd.c
  3236. 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
  3237. rm -f ../../lib/auto/Cwd/Cwd.so
  3238. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Cwd.o -o ../../lib/auto/Cwd/Cwd.so \
  3239. \
  3240.  
  3241. chmod 755 ../../lib/auto/Cwd/Cwd.so
  3242. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/PathTools'
  3243. ./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3244. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Data-Dumper'
  3245. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3246. Cleaning current config before rebuilding Makefile...
  3247. make -f Makefile.old clean > /dev/null 2>&1
  3248. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3249. Generating a Unix-style Makefile
  3250. Writing Makefile for Data::Dumper
  3251. ==> Your Makefile has been rebuilt. <==
  3252. ==> Please rerun the make command. <==
  3253. false
  3254. Makefile:900: recipe for target 'Makefile' failed
  3255. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Data-Dumper'
  3256. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Data-Dumper'
  3257. Running Mkbootstrap for Dumper ()
  3258. chmod 644 "Dumper.bs"
  3259. /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
  3260. "../../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
  3261. mv Dumper.xsc Dumper.c
  3262. 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
  3263. rm -f ../../lib/auto/Data/Dumper/Dumper.so
  3264. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Dumper.o -o ../../lib/auto/Data/Dumper/Dumper.so \
  3265. \
  3266.  
  3267. chmod 755 ../../lib/auto/Data/Dumper/Dumper.so
  3268. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Data-Dumper'
  3269. ./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3270. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Devel-Peek'
  3271. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3272. Cleaning current config before rebuilding Makefile...
  3273. make -f Makefile.old clean > /dev/null 2>&1
  3274. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3275. Generating a Unix-style Makefile
  3276. Writing Makefile for Devel::Peek
  3277. ==> Your Makefile has been rebuilt. <==
  3278. ==> Please rerun the make command. <==
  3279. false
  3280. Makefile:900: recipe for target 'Makefile' failed
  3281. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Devel-Peek'
  3282. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Devel-Peek'
  3283. Running Mkbootstrap for Peek ()
  3284. chmod 644 "Peek.bs"
  3285. /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
  3286. "../../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
  3287. mv Peek.xsc Peek.c
  3288. 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
  3289. rm -f ../../lib/auto/Devel/Peek/Peek.so
  3290. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Peek.o -o ../../lib/auto/Devel/Peek/Peek.so \
  3291. \
  3292.  
  3293. chmod 755 ../../lib/auto/Devel/Peek/Peek.so
  3294. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Devel-Peek'
  3295. ./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3296. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Devel-PPPort'
  3297. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3298. Cleaning current config before rebuilding Makefile...
  3299. make -f Makefile.old clean > /dev/null 2>&1
  3300. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3301. Setting license tag...
  3302. Generating a Unix-style Makefile
  3303. Writing Makefile for Devel::PPPort
  3304. ==> Your Makefile has been rebuilt. <==
  3305. ==> Please rerun the make command. <==
  3306. false
  3307. Makefile:939: recipe for target 'Makefile' failed
  3308. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Devel-PPPort'
  3309. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Devel-PPPort'
  3310. "../../miniperl" "-I../../lib" PPPort_pm.PL PPPort.pm
  3311. including ppphdoc
  3312. including ppphbin
  3313. including version
  3314. including threads
  3315. including limits
  3316. including uv
  3317. including memory
  3318. including misc
  3319. including variables
  3320. including mPUSH
  3321. including call
  3322. including newRV
  3323. including newCONSTSUB
  3324. including MY_CXT
  3325. including format
  3326. including SvREFCNT
  3327. including newSV_type
  3328. including newSVpv
  3329. including SvPV
  3330. including Sv_set
  3331. including sv_xpvf
  3332. including shared_pv
  3333. including HvNAME
  3334. including gv
  3335. including warn
  3336. including pvs
  3337. including magic
  3338. including cop
  3339. including grok
  3340. including snprintf
  3341. including sprintf
  3342. including exception
  3343. including strlfuncs
  3344. including pv_tools
  3345. Running Mkbootstrap for PPPort ()
  3346. chmod 644 "PPPort.bs"
  3347. /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
  3348. "../../miniperl" "-I../../lib" "-I../../lib" PPPort_xs.PL RealPPPort.xs
  3349. adding XS code from parts/inc/HvNAME
  3350. adding XS code from parts/inc/MY_CXT
  3351. adding XS code from parts/inc/SvPV
  3352. adding XS code from parts/inc/SvREFCNT
  3353. adding XS code from parts/inc/Sv_set
  3354. adding XS code from parts/inc/call
  3355. adding XS code from parts/inc/cop
  3356. adding XS code from parts/inc/exception
  3357. adding XS code from parts/inc/format
  3358. adding XS code from parts/inc/grok
  3359. adding XS code from parts/inc/gv
  3360. adding XS code from parts/inc/limits
  3361. adding XS code from parts/inc/mPUSH
  3362. adding XS code from parts/inc/magic
  3363. adding XS code from parts/inc/memory
  3364. adding XS code from parts/inc/misc
  3365. adding XS code from parts/inc/newCONSTSUB
  3366. adding XS code from parts/inc/newRV
  3367. adding XS code from parts/inc/newSV_type
  3368. adding XS code from parts/inc/newSVpv
  3369. adding XS code from parts/inc/pv_tools
  3370. adding XS code from parts/inc/pvs
  3371. adding XS code from parts/inc/shared_pv
  3372. adding XS code from parts/inc/snprintf
  3373. adding XS code from parts/inc/sprintf
  3374. adding XS code from parts/inc/strlfuncs
  3375. adding XS code from parts/inc/sv_xpvf
  3376. adding XS code from parts/inc/threads
  3377. adding XS code from parts/inc/uv
  3378. adding XS code from parts/inc/variables
  3379. adding XS code from parts/inc/warn
  3380. "../../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
  3381. mv RealPPPort.xsc RealPPPort.c
  3382. "../../miniperl" "-I../../lib" "-I../../lib" ppport_h.PL ppport.h
  3383. 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
  3384. 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
  3385. 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
  3386. rm -f ../../lib/auto/Devel/PPPort/PPPort.so
  3387. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong RealPPPort.o module2.o module3.o -o ../../lib/auto/Devel/PPPort/PPPort.so \
  3388. \
  3389.  
  3390. chmod 755 ../../lib/auto/Devel/PPPort/PPPort.so
  3391. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Devel-PPPort'
  3392. ./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3393. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-MD5'
  3394. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3395. Cleaning current config before rebuilding Makefile...
  3396. make -f Makefile.old clean > /dev/null 2>&1
  3397. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3398. Perl's config says that U32 access must be aligned.
  3399. Generating a Unix-style Makefile
  3400. Writing Makefile for Digest::MD5
  3401. ==> Your Makefile has been rebuilt. <==
  3402. ==> Please rerun the make command. <==
  3403. false
  3404. Makefile:905: recipe for target 'Makefile' failed
  3405. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-MD5'
  3406. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-MD5'
  3407. Running Mkbootstrap for MD5 ()
  3408. chmod 644 "MD5.bs"
  3409. /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
  3410. "../../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
  3411. mv MD5.xsc MD5.c
  3412. 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
  3413. rm -f ../../lib/auto/Digest/MD5/MD5.so
  3414. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong MD5.o -o ../../lib/auto/Digest/MD5/MD5.so \
  3415. \
  3416.  
  3417. chmod 755 ../../lib/auto/Digest/MD5/MD5.so
  3418. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-MD5'
  3419. ./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3420. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA'
  3421. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3422. Cleaning current config before rebuilding Makefile...
  3423. make -f Makefile.old clean > /dev/null 2>&1
  3424. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3425. Generating a Unix-style Makefile
  3426. Writing Makefile for Digest::SHA
  3427. ==> Your Makefile has been rebuilt. <==
  3428. ==> Please rerun the make command. <==
  3429. false
  3430. Makefile:922: recipe for target 'Makefile' failed
  3431. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA'
  3432. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA'
  3433. Running Mkbootstrap for SHA ()
  3434. chmod 644 "SHA.bs"
  3435. /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
  3436. "../../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
  3437. mv SHA.xsc SHA.c
  3438. 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
  3439. rm -f ../../lib/auto/Digest/SHA/SHA.so
  3440. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong SHA.o -o ../../lib/auto/Digest/SHA/SHA.so \
  3441. \
  3442.  
  3443. chmod 755 ../../lib/auto/Digest/SHA/SHA.so
  3444. cp shasum blib/script/shasum
  3445. /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
  3446. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA'
  3447. ./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3448. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode'
  3449. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3450. Cleaning current config before rebuilding Makefile...
  3451. make -f Makefile.old clean > /dev/null 2>&1
  3452. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3453. Generating a Unix-style Makefile
  3454. Writing Makefile for Encode
  3455. ==> Your Makefile has been rebuilt. <==
  3456. ==> Please rerun the make command. <==
  3457. false
  3458. Makefile:1029: recipe for target 'Makefile' failed
  3459. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode'
  3460. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode'
  3461. make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Byte'
  3462. Running Mkbootstrap for Byte ()
  3463. chmod 644 "Byte.bs"
  3464. /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
  3465. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o byte_t.c -f byte_t.fnm
  3466. Reading iso-8859-2 (iso-8859-2)
  3467. Reading iso-8859-3 (iso-8859-3)
  3468. Reading iso-8859-4 (iso-8859-4)
  3469. Reading iso-8859-5 (iso-8859-5)
  3470. Reading iso-8859-6 (iso-8859-6)
  3471. Reading iso-8859-7 (iso-8859-7)
  3472. Reading iso-8859-8 (iso-8859-8)
  3473. Reading iso-8859-9 (iso-8859-9)
  3474. Reading iso-8859-10 (iso-8859-10)
  3475. Reading iso-8859-11 (iso-8859-11)
  3476. Reading iso-8859-13 (iso-8859-13)
  3477. Reading iso-8859-14 (iso-8859-14)
  3478. Reading iso-8859-15 (iso-8859-15)
  3479. Reading iso-8859-16 (iso-8859-16)
  3480. Reading AdobeStandardEncoding (AdobeStandardEncoding)
  3481. Reading cp1006 (cp1006)
  3482. Reading cp1250 (cp1250)
  3483. Reading cp1251 (cp1251)
  3484. Reading cp1253 (cp1253)
  3485. Reading cp1254 (cp1254)
  3486. Reading cp1255 (cp1255)
  3487. Reading cp1256 (cp1256)
  3488. Reading cp1257 (cp1257)
  3489. Reading cp1258 (cp1258)
  3490. Reading cp424 (cp424)
  3491. Reading cp437 (cp437)
  3492. Reading cp737 (cp737)
  3493. Reading cp775 (cp775)
  3494. Reading cp850 (cp850)
  3495. Reading cp852 (cp852)
  3496. Reading cp855 (cp855)
  3497. Reading cp856 (cp856)
  3498. Reading cp857 (cp857)
  3499. Reading cp858 (cp858)
  3500. Reading cp860 (cp860)
  3501. Reading cp861 (cp861)
  3502. Reading cp862 (cp862)
  3503. Reading cp863 (cp863)
  3504. Reading cp864 (cp864)
  3505. Reading cp865 (cp865)
  3506. Reading cp866 (cp866)
  3507. Reading cp869 (cp869)
  3508. Reading cp874 (cp874)
  3509. Reading hp-roman8 (hp-roman8)
  3510. Reading koi8-f (koi8-f)
  3511. Reading koi8-r (koi8-r)
  3512. Reading koi8-u (koi8-u)
  3513. Reading MacArabic (MacArabic)
  3514. Reading MacCentralEurRoman (MacCentralEurRoman)
  3515. Reading MacCroatian (MacCroatian)
  3516. Reading MacCyrillic (MacCyrillic)
  3517. Reading MacFarsi (MacFarsi)
  3518. Reading MacGreek (MacGreek)
  3519. Reading MacHebrew (MacHebrew)
  3520. Reading MacIcelandic (MacIcelandic)
  3521. Reading MacRomanian (MacRomanian)
  3522. Reading MacRumanian (MacRumanian)
  3523. Reading MacRoman (MacRoman)
  3524. Reading MacSami (MacSami)
  3525. Reading MacThai (MacThai)
  3526. Reading MacTurkish (MacTurkish)
  3527. Reading MacUkrainian (MacUkrainian)
  3528. Reading nextstep (nextstep)
  3529. Reading viscii (viscii)
  3530. "../../../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
  3531. mv Byte.xsc Byte.c
  3532. 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
  3533. 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
  3534. rm -f ../../../lib/auto/Encode/Byte/Byte.so
  3535. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Byte.o byte_t.o -o ../../../lib/auto/Encode/Byte/Byte.so \
  3536. \
  3537.  
  3538. chmod 755 ../../../lib/auto/Encode/Byte/Byte.so
  3539. make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Byte'
  3540. make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/CN'
  3541. Running Mkbootstrap for CN ()
  3542. chmod 644 "CN.bs"
  3543. /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
  3544. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
  3545. Reading cp936 (cp936)
  3546. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
  3547. Reading euc-cn (euc-cn)
  3548. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o gb_02_t.c -f gb_02_t.fnm
  3549. Reading gb12345-raw (gb12345-raw)
  3550. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o gb_03_t.c -f gb_03_t.fnm
  3551. Reading gb2312-raw (gb2312-raw)
  3552. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ir_04_t.c -f ir_04_t.fnm
  3553. Reading iso-ir-165 (iso-ir-165)
  3554. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm
  3555. Reading MacChineseSimp (MacChineseSimp)
  3556. "../../../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
  3557. mv CN.xsc CN.c
  3558. 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
  3559. 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
  3560. 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
  3561. 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
  3562. 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
  3563. 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
  3564. 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
  3565. rm -f ../../../lib/auto/Encode/CN/CN.so
  3566. 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 \
  3567. \
  3568.  
  3569. chmod 755 ../../../lib/auto/Encode/CN/CN.so
  3570. make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/CN'
  3571. make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/EBCDIC'
  3572. Running Mkbootstrap for EBCDIC ()
  3573. chmod 644 "EBCDIC.bs"
  3574. /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
  3575. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o ebcdic_t.c -f ebcdic_t.fnm
  3576. Reading cp37 (cp37)
  3577. Reading cp1026 (cp1026)
  3578. Reading cp1047 (cp1047)
  3579. Reading cp500 (cp500)
  3580. Reading cp875 (cp875)
  3581. Reading posix-bc (posix-bc)
  3582. "../../../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
  3583. mv EBCDIC.xsc EBCDIC.c
  3584. 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
  3585. 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
  3586. rm -f ../../../lib/auto/Encode/EBCDIC/EBCDIC.so
  3587. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong EBCDIC.o ebcdic_t.o -o ../../../lib/auto/Encode/EBCDIC/EBCDIC.so \
  3588. \
  3589.  
  3590. chmod 755 ../../../lib/auto/Encode/EBCDIC/EBCDIC.so
  3591. make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/EBCDIC'
  3592. make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/JP'
  3593. Running Mkbootstrap for JP ()
  3594. chmod 644 "JP.bs"
  3595. /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
  3596. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
  3597. Reading cp932 (cp932)
  3598. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
  3599. Reading euc-jp (euc-jp)
  3600. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_02_t.c -f ji_02_t.fnm
  3601. Reading jis0201-raw (jis0201-raw)
  3602. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_03_t.c -f ji_03_t.fnm
  3603. Reading jis0208-raw (jis0208-raw)
  3604. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_04_t.c -f ji_04_t.fnm
  3605. Reading jis0212-raw (jis0212-raw)
  3606. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm
  3607. Reading MacJapanese (MacJapanese)
  3608. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o sh_06_t.c -f sh_06_t.fnm
  3609. Reading shiftjis (shiftjis)
  3610. "../../../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
  3611. mv JP.xsc JP.c
  3612. 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
  3613. 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
  3614. 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
  3615. 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
  3616. 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
  3617. 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
  3618. 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
  3619. 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
  3620. rm -f ../../../lib/auto/Encode/JP/JP.so
  3621. 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 \
  3622. \
  3623.  
  3624. chmod 755 ../../../lib/auto/Encode/JP/JP.so
  3625. make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/JP'
  3626. make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/KR'
  3627. Running Mkbootstrap for KR ()
  3628. chmod 644 "KR.bs"
  3629. /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
  3630. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
  3631. Reading cp949 (cp949)
  3632. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
  3633. Reading euc-kr (euc-kr)
  3634. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o jo_02_t.c -f jo_02_t.fnm
  3635. Reading johab (johab)
  3636. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ks_03_t.c -f ks_03_t.fnm
  3637. Reading ksc5601-raw (ksc5601-raw)
  3638. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_04_t.c -f ma_04_t.fnm
  3639. Reading MacKorean (MacKorean)
  3640. "../../../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
  3641. mv KR.xsc KR.c
  3642. 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
  3643. 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
  3644. 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
  3645. 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
  3646. 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
  3647. 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
  3648. rm -f ../../../lib/auto/Encode/KR/KR.so
  3649. 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 \
  3650. \
  3651.  
  3652. chmod 755 ../../../lib/auto/Encode/KR/KR.so
  3653. make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/KR'
  3654. make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Symbol'
  3655. Running Mkbootstrap for Symbol ()
  3656. chmod 644 "Symbol.bs"
  3657. /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
  3658. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o symbol_t.c -f symbol_t.fnm
  3659. Reading AdobeSymbol (AdobeSymbol)
  3660. Reading AdobeZdingbat (AdobeZdingbat)
  3661. Reading dingbats (dingbats)
  3662. Reading MacDingbats (MacDingbats)
  3663. Reading MacSymbol (MacSymbol)
  3664. Reading symbol (symbol)
  3665. "../../../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
  3666. mv Symbol.xsc Symbol.c
  3667. 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
  3668. 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
  3669. rm -f ../../../lib/auto/Encode/Symbol/Symbol.so
  3670. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Symbol.o symbol_t.o -o ../../../lib/auto/Encode/Symbol/Symbol.so \
  3671. \
  3672.  
  3673. chmod 755 ../../../lib/auto/Encode/Symbol/Symbol.so
  3674. make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Symbol'
  3675. make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/TW'
  3676. Running Mkbootstrap for TW ()
  3677. chmod 644 "TW.bs"
  3678. /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
  3679. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o bi_00_t.c -f bi_00_t.fnm
  3680. Reading big5-eten (big5-eten)
  3681. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o bi_01_t.c -f bi_01_t.fnm
  3682. Reading big5-hkscs (big5-hkscs)
  3683. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_02_t.c -f cp_02_t.fnm
  3684. Reading cp950 (cp950)
  3685. "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_03_t.c -f ma_03_t.fnm
  3686. Reading MacChineseTrad (MacChineseTrad)
  3687. "../../../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
  3688. mv TW.xsc TW.c
  3689. 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
  3690. 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
  3691. 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
  3692. 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
  3693. 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
  3694. rm -f ../../../lib/auto/Encode/TW/TW.so
  3695. 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 \
  3696. \
  3697.  
  3698. chmod 755 ../../../lib/auto/Encode/TW/TW.so
  3699. make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/TW'
  3700. make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Unicode'
  3701. Running Mkbootstrap for Unicode ()
  3702. chmod 644 "Unicode.bs"
  3703. /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
  3704. "../../../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
  3705. mv Unicode.xsc Unicode.c
  3706. 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
  3707. rm -f ../../../lib/auto/Encode/Unicode/Unicode.so
  3708. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Unicode.o -o ../../../lib/auto/Encode/Unicode/Unicode.so \
  3709. \
  3710.  
  3711. chmod 755 ../../../lib/auto/Encode/Unicode/Unicode.so
  3712. make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Unicode'
  3713. Running Mkbootstrap for Encode ()
  3714. chmod 644 "Encode.bs"
  3715. /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
  3716. "../../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
  3717. mv Encode.xsc Encode.c
  3718. "../../miniperl" "-I../../lib" bin/enc2xs -"Q" -"O" -o def_t.c -f def_t.fnm
  3719. Reading iso-8859-1 (iso-8859-1)
  3720. Reading ascii (ascii)
  3721. Reading cp1252 (cp1252)
  3722. Reading ascii-ctrl (ascii-ctrl)
  3723. Reading null (null)
  3724. 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
  3725. 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
  3726. 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
  3727. rm -f ../../lib/auto/Encode/Encode.so
  3728. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Encode.o def_t.o encengine.o -o ../../lib/auto/Encode/Encode.so \
  3729. \
  3730.  
  3731. chmod 755 ../../lib/auto/Encode/Encode.so
  3732. cp bin/enc2xs blib/script/enc2xs
  3733. /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
  3734. cp bin/encguess blib/script/encguess
  3735. /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
  3736. cp bin/piconv blib/script/piconv
  3737. /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
  3738. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode'
  3739. ./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3740. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Fcntl'
  3741. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3742. Cleaning current config before rebuilding Makefile...
  3743. make -f Makefile.old clean > /dev/null 2>&1
  3744. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3745. Generating a Unix-style Makefile
  3746. Writing Makefile for Fcntl
  3747. ==> Your Makefile has been rebuilt. <==
  3748. ==> Please rerun the make command. <==
  3749. false
  3750. Makefile:901: recipe for target 'Makefile' failed
  3751. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Fcntl'
  3752. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Fcntl'
  3753. Running Mkbootstrap for Fcntl ()
  3754. chmod 644 "Fcntl.bs"
  3755. /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
  3756. "../../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
  3757. mv Fcntl.xsc Fcntl.c
  3758. 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
  3759. rm -f ../../lib/auto/Fcntl/Fcntl.so
  3760. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Fcntl.o -o ../../lib/auto/Fcntl/Fcntl.so \
  3761. \
  3762.  
  3763. chmod 755 ../../lib/auto/Fcntl/Fcntl.so
  3764. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Fcntl'
  3765. ./miniperl -Ilib make_ext.pl lib/auto/File/DosGlob/DosGlob.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3766. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-DosGlob'
  3767. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3768. Cleaning current config before rebuilding Makefile...
  3769. make -f Makefile.old clean > /dev/null 2>&1
  3770. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3771. Generating a Unix-style Makefile
  3772. Writing Makefile for File::DosGlob
  3773. ==> Your Makefile has been rebuilt. <==
  3774. ==> Please rerun the make command. <==
  3775. false
  3776. Makefile:900: recipe for target 'Makefile' failed
  3777. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-DosGlob'
  3778. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-DosGlob'
  3779. Running Mkbootstrap for DosGlob ()
  3780. chmod 644 "DosGlob.bs"
  3781. /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
  3782. "../../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
  3783. mv DosGlob.xsc DosGlob.c
  3784. 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
  3785. rm -f ../../lib/auto/File/DosGlob/DosGlob.so
  3786. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong DosGlob.o -o ../../lib/auto/File/DosGlob/DosGlob.so \
  3787. \
  3788.  
  3789. chmod 755 ../../lib/auto/File/DosGlob/DosGlob.so
  3790. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-DosGlob'
  3791. ./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3792. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-Glob'
  3793. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3794. Cleaning current config before rebuilding Makefile...
  3795. make -f Makefile.old clean > /dev/null 2>&1
  3796. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3797. Generating a Unix-style Makefile
  3798. Writing Makefile for File::Glob
  3799. ==> Your Makefile has been rebuilt. <==
  3800. ==> Please rerun the make command. <==
  3801. false
  3802. Makefile:905: recipe for target 'Makefile' failed
  3803. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-Glob'
  3804. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-Glob'
  3805. Running Mkbootstrap for Glob ()
  3806. chmod 644 "Glob.bs"
  3807. /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
  3808. 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
  3809. "../../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
  3810. mv Glob.xsc Glob.c
  3811. 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
  3812. rm -f ../../lib/auto/File/Glob/Glob.so
  3813. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong bsd_glob.o Glob.o -o ../../lib/auto/File/Glob/Glob.so \
  3814. \
  3815.  
  3816. chmod 755 ../../lib/auto/File/Glob/Glob.so
  3817. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-Glob'
  3818. ./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3819. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Filter-Util-Call'
  3820. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3821. Cleaning current config before rebuilding Makefile...
  3822. make -f Makefile.old clean > /dev/null 2>&1
  3823. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3824. Generating a Unix-style Makefile
  3825. Writing Makefile for Filter::Util::Call
  3826. ==> Your Makefile has been rebuilt. <==
  3827. ==> Please rerun the make command. <==
  3828. false
  3829. Makefile:902: recipe for target 'Makefile' failed
  3830. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Filter-Util-Call'
  3831. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Filter-Util-Call'
  3832. Running Mkbootstrap for Call ()
  3833. chmod 644 "Call.bs"
  3834. /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
  3835. "../../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
  3836. mv Call.xsc Call.c
  3837. 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
  3838. rm -f ../../lib/auto/Filter/Util/Call/Call.so
  3839. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Call.o -o ../../lib/auto/Filter/Util/Call/Call.so \
  3840. \
  3841.  
  3842. chmod 755 ../../lib/auto/Filter/Util/Call/Call.so
  3843. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Filter-Util-Call'
  3844. ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3845. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util'
  3846. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3847. Cleaning current config before rebuilding Makefile...
  3848. make -f Makefile.old clean > /dev/null 2>&1
  3849. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3850. Generating a Unix-style Makefile
  3851. Writing Makefile for Hash::Util
  3852. ==> Your Makefile has been rebuilt. <==
  3853. ==> Please rerun the make command. <==
  3854. false
  3855. Makefile:900: recipe for target 'Makefile' failed
  3856. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util'
  3857. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util'
  3858. Running Mkbootstrap for Util ()
  3859. chmod 644 "Util.bs"
  3860. /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
  3861. "../../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
  3862. mv Util.xsc Util.c
  3863. 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
  3864. rm -f ../../lib/auto/Hash/Util/Util.so
  3865. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Util.o -o ../../lib/auto/Hash/Util/Util.so \
  3866. \
  3867.  
  3868. chmod 755 ../../lib/auto/Hash/Util/Util.so
  3869. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util'
  3870. ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3871. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util-FieldHash'
  3872. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3873. Cleaning current config before rebuilding Makefile...
  3874. make -f Makefile.old clean > /dev/null 2>&1
  3875. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3876. Generating a Unix-style Makefile
  3877. Writing Makefile for Hash::Util::FieldHash
  3878. ==> Your Makefile has been rebuilt. <==
  3879. ==> Please rerun the make command. <==
  3880. false
  3881. Makefile:900: recipe for target 'Makefile' failed
  3882. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util-FieldHash'
  3883. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util-FieldHash'
  3884. Running Mkbootstrap for FieldHash ()
  3885. chmod 644 "FieldHash.bs"
  3886. /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
  3887. "../../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
  3888. mv FieldHash.xsc FieldHash.c
  3889. 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
  3890. rm -f ../../lib/auto/Hash/Util/FieldHash/FieldHash.so
  3891. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong FieldHash.o -o ../../lib/auto/Hash/Util/FieldHash/FieldHash.so \
  3892. \
  3893.  
  3894. chmod 755 ../../lib/auto/Hash/Util/FieldHash/FieldHash.so
  3895. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util-FieldHash'
  3896. ./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3897. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/I18N-Langinfo'
  3898. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3899. Cleaning current config before rebuilding Makefile...
  3900. make -f Makefile.old clean > /dev/null 2>&1
  3901. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3902. Generating a Unix-style Makefile
  3903. Writing Makefile for I18N::Langinfo
  3904. ==> Your Makefile has been rebuilt. <==
  3905. ==> Please rerun the make command. <==
  3906. false
  3907. Makefile:902: recipe for target 'Makefile' failed
  3908. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/I18N-Langinfo'
  3909. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/I18N-Langinfo'
  3910. Running Mkbootstrap for Langinfo ()
  3911. chmod 644 "Langinfo.bs"
  3912. /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
  3913. "../../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
  3914. mv Langinfo.xsc Langinfo.c
  3915. 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
  3916. rm -f ../../lib/auto/I18N/Langinfo/Langinfo.so
  3917. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Langinfo.o -o ../../lib/auto/I18N/Langinfo/Langinfo.so \
  3918. \
  3919.  
  3920. chmod 755 ../../lib/auto/I18N/Langinfo/Langinfo.so
  3921. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/I18N-Langinfo'
  3922. ./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3923. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/IO'
  3924. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3925. Cleaning current config before rebuilding Makefile...
  3926. make -f Makefile.old clean > /dev/null 2>&1
  3927. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3928. Generating a Unix-style Makefile
  3929. Writing Makefile for IO
  3930. ==> Your Makefile has been rebuilt. <==
  3931. ==> Please rerun the make command. <==
  3932. false
  3933. Makefile:921: recipe for target 'Makefile' failed
  3934. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/IO'
  3935. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/IO'
  3936. Running Mkbootstrap for IO ()
  3937. chmod 644 "IO.bs"
  3938. /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
  3939. "../../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
  3940. mv IO.xsc IO.c
  3941. 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
  3942. 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
  3943. rm -f ../../lib/auto/IO/IO.so
  3944. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong IO.o poll.o -o ../../lib/auto/IO/IO.so \
  3945. \
  3946.  
  3947. chmod 755 ../../lib/auto/IO/IO.so
  3948. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/IO'
  3949. ./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3950. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IPC-SysV'
  3951. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3952. Cleaning current config before rebuilding Makefile...
  3953. make -f Makefile.old clean > /dev/null 2>&1
  3954. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3955. Setting license tag...
  3956. Generating a Unix-style Makefile
  3957. Writing Makefile for IPC::SysV
  3958. ==> Your Makefile has been rebuilt. <==
  3959. ==> Please rerun the make command. <==
  3960. false
  3961. Makefile:916: recipe for target 'Makefile' failed
  3962. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IPC-SysV'
  3963. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IPC-SysV'
  3964. Running Mkbootstrap for SysV ()
  3965. chmod 644 "SysV.bs"
  3966. /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
  3967. "../../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
  3968. mv SysV.xsc SysV.c
  3969. 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
  3970. rm -f ../../lib/auto/IPC/SysV/SysV.so
  3971. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong SysV.o -o ../../lib/auto/IPC/SysV/SysV.so \
  3972. \
  3973.  
  3974. chmod 755 ../../lib/auto/IPC/SysV/SysV.so
  3975. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IPC-SysV'
  3976. ./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  3977. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Scalar-List-Utils'
  3978. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  3979. Cleaning current config before rebuilding Makefile...
  3980. make -f Makefile.old clean > /dev/null 2>&1
  3981. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  3982. Generating a Unix-style Makefile
  3983. Writing Makefile for List::Util
  3984. ==> Your Makefile has been rebuilt. <==
  3985. ==> Please rerun the make command. <==
  3986. false
  3987. Makefile:913: recipe for target 'Makefile' failed
  3988. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Scalar-List-Utils'
  3989. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Scalar-List-Utils'
  3990. Running Mkbootstrap for Util ()
  3991. chmod 644 "Util.bs"
  3992. /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
  3993. "../../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
  3994. mv ListUtil.xsc ListUtil.c
  3995. 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
  3996. rm -f ../../lib/auto/List/Util/Util.so
  3997. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong ListUtil.o -o ../../lib/auto/List/Util/Util.so \
  3998. \
  3999.  
  4000. chmod 755 ../../lib/auto/List/Util/Util.so
  4001. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Scalar-List-Utils'
  4002. ./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4003. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Math-BigInt-FastCalc'
  4004. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4005. Cleaning current config before rebuilding Makefile...
  4006. make -f Makefile.old clean > /dev/null 2>&1
  4007. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4008. Generating a Unix-style Makefile
  4009. Writing Makefile for Math::BigInt::FastCalc
  4010. ==> Your Makefile has been rebuilt. <==
  4011. ==> Please rerun the make command. <==
  4012. false
  4013. Makefile:900: recipe for target 'Makefile' failed
  4014. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Math-BigInt-FastCalc'
  4015. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Math-BigInt-FastCalc'
  4016. Running Mkbootstrap for FastCalc ()
  4017. chmod 644 "FastCalc.bs"
  4018. /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
  4019. "../../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
  4020. mv FastCalc.xsc FastCalc.c
  4021. 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
  4022. rm -f ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so
  4023. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong FastCalc.o -o ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so \
  4024. \
  4025.  
  4026. chmod 755 ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so
  4027. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Math-BigInt-FastCalc'
  4028. ./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4029. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/MIME-Base64'
  4030. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4031. Cleaning current config before rebuilding Makefile...
  4032. make -f Makefile.old clean > /dev/null 2>&1
  4033. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4034. Generating a Unix-style Makefile
  4035. Writing Makefile for MIME::Base64
  4036. ==> Your Makefile has been rebuilt. <==
  4037. ==> Please rerun the make command. <==
  4038. false
  4039. Makefile:902: recipe for target 'Makefile' failed
  4040. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/MIME-Base64'
  4041. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/MIME-Base64'
  4042. Running Mkbootstrap for Base64 ()
  4043. chmod 644 "Base64.bs"
  4044. /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
  4045. "../../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
  4046. mv Base64.xsc Base64.c
  4047. 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
  4048. rm -f ../../lib/auto/MIME/Base64/Base64.so
  4049. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Base64.o -o ../../lib/auto/MIME/Base64/Base64.so \
  4050. \
  4051.  
  4052. chmod 755 ../../lib/auto/MIME/Base64/Base64.so
  4053. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/MIME-Base64'
  4054. ./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4055. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/mro'
  4056. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4057. Cleaning current config before rebuilding Makefile...
  4058. make -f Makefile.old clean > /dev/null 2>&1
  4059. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4060. Generating a Unix-style Makefile
  4061. Writing Makefile for mro
  4062. ==> Your Makefile has been rebuilt. <==
  4063. ==> Please rerun the make command. <==
  4064. false
  4065. Makefile:900: recipe for target 'Makefile' failed
  4066. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/mro'
  4067. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/mro'
  4068. Running Mkbootstrap for mro ()
  4069. chmod 644 "mro.bs"
  4070. /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
  4071. "../../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
  4072. mv mro.xsc mro.c
  4073. 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
  4074. rm -f ../../lib/auto/mro/mro.so
  4075. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong mro.o -o ../../lib/auto/mro/mro.so \
  4076. \
  4077.  
  4078. chmod 755 ../../lib/auto/mro/mro.so
  4079. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/mro'
  4080. ./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4081. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Opcode'
  4082. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4083. Cleaning current config before rebuilding Makefile...
  4084. make -f Makefile.old clean > /dev/null 2>&1
  4085. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4086. Generating a Unix-style Makefile
  4087. Writing Makefile for Opcode
  4088. ==> Your Makefile has been rebuilt. <==
  4089. ==> Please rerun the make command. <==
  4090. false
  4091. Makefile:902: recipe for target 'Makefile' failed
  4092. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Opcode'
  4093. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Opcode'
  4094. Running Mkbootstrap for Opcode ()
  4095. chmod 644 "Opcode.bs"
  4096. /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
  4097. "../../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
  4098. mv Opcode.xsc Opcode.c
  4099. 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
  4100. rm -f ../../lib/auto/Opcode/Opcode.so
  4101. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Opcode.o -o ../../lib/auto/Opcode/Opcode.so \
  4102. \
  4103.  
  4104. chmod 755 ../../lib/auto/Opcode/Opcode.so
  4105. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Opcode'
  4106. ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4107. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-encoding'
  4108. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4109. Cleaning current config before rebuilding Makefile...
  4110. make -f Makefile.old clean > /dev/null 2>&1
  4111. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4112. Generating a Unix-style Makefile
  4113. Writing Makefile for PerlIO::encoding
  4114. ==> Your Makefile has been rebuilt. <==
  4115. ==> Please rerun the make command. <==
  4116. false
  4117. Makefile:900: recipe for target 'Makefile' failed
  4118. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-encoding'
  4119. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-encoding'
  4120. Running Mkbootstrap for encoding ()
  4121. chmod 644 "encoding.bs"
  4122. /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
  4123. "../../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
  4124. mv encoding.xsc encoding.c
  4125. 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
  4126. rm -f ../../lib/auto/PerlIO/encoding/encoding.so
  4127. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong encoding.o -o ../../lib/auto/PerlIO/encoding/encoding.so \
  4128. \
  4129.  
  4130. chmod 755 ../../lib/auto/PerlIO/encoding/encoding.so
  4131. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-encoding'
  4132. ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/mmap/mmap.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4133. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-mmap'
  4134. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4135. Cleaning current config before rebuilding Makefile...
  4136. make -f Makefile.old clean > /dev/null 2>&1
  4137. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4138. Generating a Unix-style Makefile
  4139. Writing Makefile for PerlIO::mmap
  4140. ==> Your Makefile has been rebuilt. <==
  4141. ==> Please rerun the make command. <==
  4142. false
  4143. Makefile:900: recipe for target 'Makefile' failed
  4144. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-mmap'
  4145. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-mmap'
  4146. Running Mkbootstrap for mmap ()
  4147. chmod 644 "mmap.bs"
  4148. /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
  4149. "../../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
  4150. mv mmap.xsc mmap.c
  4151. 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
  4152. rm -f ../../lib/auto/PerlIO/mmap/mmap.so
  4153. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong mmap.o -o ../../lib/auto/PerlIO/mmap/mmap.so \
  4154. \
  4155.  
  4156. chmod 755 ../../lib/auto/PerlIO/mmap/mmap.so
  4157. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-mmap'
  4158. ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4159. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-scalar'
  4160. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4161. Cleaning current config before rebuilding Makefile...
  4162. make -f Makefile.old clean > /dev/null 2>&1
  4163. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4164. Generating a Unix-style Makefile
  4165. Writing Makefile for PerlIO::scalar
  4166. ==> Your Makefile has been rebuilt. <==
  4167. ==> Please rerun the make command. <==
  4168. false
  4169. Makefile:900: recipe for target 'Makefile' failed
  4170. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-scalar'
  4171. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-scalar'
  4172. Running Mkbootstrap for scalar ()
  4173. chmod 644 "scalar.bs"
  4174. /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
  4175. "../../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
  4176. mv scalar.xsc scalar.c
  4177. 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
  4178. rm -f ../../lib/auto/PerlIO/scalar/scalar.so
  4179. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong scalar.o -o ../../lib/auto/PerlIO/scalar/scalar.so \
  4180. \
  4181.  
  4182. chmod 755 ../../lib/auto/PerlIO/scalar/scalar.so
  4183. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-scalar'
  4184. ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4185. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-via'
  4186. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4187. Cleaning current config before rebuilding Makefile...
  4188. make -f Makefile.old clean > /dev/null 2>&1
  4189. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4190. Generating a Unix-style Makefile
  4191. Writing Makefile for PerlIO::via
  4192. ==> Your Makefile has been rebuilt. <==
  4193. ==> Please rerun the make command. <==
  4194. false
  4195. Makefile:900: recipe for target 'Makefile' failed
  4196. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-via'
  4197. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-via'
  4198. Running Mkbootstrap for via ()
  4199. chmod 644 "via.bs"
  4200. /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
  4201. "../../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
  4202. mv via.xsc via.c
  4203. 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
  4204. rm -f ../../lib/auto/PerlIO/via/via.so
  4205. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong via.o -o ../../lib/auto/PerlIO/via/via.so \
  4206. \
  4207.  
  4208. chmod 755 ../../lib/auto/PerlIO/via/via.so
  4209. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-via'
  4210. ./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4211. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/POSIX'
  4212. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4213. Cleaning current config before rebuilding Makefile...
  4214. make -f Makefile.old clean > /dev/null 2>&1
  4215. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4216. Generating a Unix-style Makefile
  4217. Writing Makefile for POSIX
  4218. ==> Your Makefile has been rebuilt. <==
  4219. ==> Please rerun the make command. <==
  4220. false
  4221. Makefile:909: recipe for target 'Makefile' failed
  4222. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/POSIX'
  4223. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/POSIX'
  4224. Running Mkbootstrap for POSIX ()
  4225. chmod 644 "POSIX.bs"
  4226. /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
  4227. "../../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
  4228. mv POSIX.xsc POSIX.c
  4229. 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
  4230. rm -f ../../lib/auto/POSIX/POSIX.so
  4231. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong POSIX.o -o ../../lib/auto/POSIX/POSIX.so \
  4232. -lm \
  4233.  
  4234. chmod 755 ../../lib/auto/POSIX/POSIX.so
  4235. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/POSIX'
  4236. ./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4237. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/re'
  4238. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4239. Cleaning current config before rebuilding Makefile...
  4240. make -f Makefile.old clean > /dev/null 2>&1
  4241. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4242. Generating a Unix-style Makefile
  4243. Writing Makefile for re
  4244. ==> Your Makefile has been rebuilt. <==
  4245. ==> Please rerun the make command. <==
  4246. false
  4247. Makefile:908: recipe for target 'Makefile' failed
  4248. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/re'
  4249. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/re'
  4250. Running Mkbootstrap for re ()
  4251. chmod 644 "re.bs"
  4252. /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
  4253. rm -f re_exec.c
  4254. cp ../../regexec.c re_exec.c
  4255. rm -f invlist_inline.h
  4256. cp ../../invlist_inline.h invlist_inline.h
  4257. 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
  4258. rm -f re_comp.c
  4259. cp ../../regcomp.c re_comp.c
  4260. rm -f dquote.c
  4261. cp ../../dquote.c dquote.c
  4262. 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
  4263. "../../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
  4264. mv re.xsc re.c
  4265. 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
  4266. rm -f ../../lib/auto/re/re.so
  4267. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong re_exec.o re_comp.o re.o -o ../../lib/auto/re/re.so \
  4268. \
  4269.  
  4270. chmod 755 ../../lib/auto/re/re.so
  4271. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/re'
  4272. ./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4273. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/SDBM_File'
  4274. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4275. Cleaning current config before rebuilding Makefile...
  4276. make -f Makefile.old clean > /dev/null 2>&1
  4277. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4278. Generating a Unix-style Makefile
  4279. Writing Makefile for SDBM_File
  4280. ==> Your Makefile has been rebuilt. <==
  4281. ==> Please rerun the make command. <==
  4282. false
  4283. Makefile:920: recipe for target 'Makefile' failed
  4284. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/SDBM_File'
  4285. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/SDBM_File'
  4286. Running Mkbootstrap for SDBM_File ()
  4287. chmod 644 "SDBM_File.bs"
  4288. /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
  4289. "../../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
  4290. mv SDBM_File.xsc SDBM_File.c
  4291. 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
  4292. 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
  4293. 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
  4294. 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
  4295. rm -f ../../lib/auto/SDBM_File/SDBM_File.so
  4296. 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 \
  4297. \
  4298.  
  4299. chmod 755 ../../lib/auto/SDBM_File/SDBM_File.so
  4300. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/SDBM_File'
  4301. ./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4302. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Socket'
  4303. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4304. Cleaning current config before rebuilding Makefile...
  4305. make -f Makefile.old clean > /dev/null 2>&1
  4306. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4307. Generating a Unix-style Makefile
  4308. Writing Makefile for Socket
  4309. ==> Your Makefile has been rebuilt. <==
  4310. ==> Please rerun the make command. <==
  4311. false
  4312. Makefile:906: recipe for target 'Makefile' failed
  4313. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Socket'
  4314. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Socket'
  4315. Running Mkbootstrap for Socket ()
  4316. chmod 644 "Socket.bs"
  4317. /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
  4318. "../../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
  4319. mv Socket.xsc Socket.c
  4320. 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
  4321. rm -f ../../lib/auto/Socket/Socket.so
  4322. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Socket.o -o ../../lib/auto/Socket/Socket.so \
  4323. \
  4324.  
  4325. chmod 755 ../../lib/auto/Socket/Socket.so
  4326. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Socket'
  4327. ./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4328. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Storable'
  4329. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4330. Cleaning current config before rebuilding Makefile...
  4331. make -f Makefile.old clean > /dev/null 2>&1
  4332. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4333. Generating a Unix-style Makefile
  4334. Writing Makefile for Storable
  4335. ==> Your Makefile has been rebuilt. <==
  4336. ==> Please rerun the make command. <==
  4337. false
  4338. Makefile:902: recipe for target 'Makefile' failed
  4339. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Storable'
  4340. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Storable'
  4341. Running Mkbootstrap for Storable ()
  4342. chmod 644 "Storable.bs"
  4343. /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
  4344. "../../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
  4345. mv Storable.xsc Storable.c
  4346. 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
  4347. rm -f ../../lib/auto/Storable/Storable.so
  4348. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Storable.o -o ../../lib/auto/Storable/Storable.so \
  4349. \
  4350.  
  4351. chmod 755 ../../lib/auto/Storable/Storable.so
  4352. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Storable'
  4353. ./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4354. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Sys-Hostname'
  4355. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4356. Cleaning current config before rebuilding Makefile...
  4357. make -f Makefile.old clean > /dev/null 2>&1
  4358. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4359. Generating a Unix-style Makefile
  4360. Writing Makefile for Sys::Hostname
  4361. ==> Your Makefile has been rebuilt. <==
  4362. ==> Please rerun the make command. <==
  4363. false
  4364. Makefile:900: recipe for target 'Makefile' failed
  4365. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Sys-Hostname'
  4366. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Sys-Hostname'
  4367. Running Mkbootstrap for Hostname ()
  4368. chmod 644 "Hostname.bs"
  4369. /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
  4370. "../../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
  4371. mv Hostname.xsc Hostname.c
  4372. 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
  4373. rm -f ../../lib/auto/Sys/Hostname/Hostname.so
  4374. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Hostname.o -o ../../lib/auto/Sys/Hostname/Hostname.so \
  4375. \
  4376.  
  4377. chmod 755 ../../lib/auto/Sys/Hostname/Hostname.so
  4378. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Sys-Hostname'
  4379. ./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4380. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Sys-Syslog'
  4381. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4382. Cleaning current config before rebuilding Makefile...
  4383. make -f Makefile.old clean > /dev/null 2>&1
  4384. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4385. Generating a Unix-style Makefile
  4386. Writing Makefile for Sys::Syslog
  4387. ==> Your Makefile has been rebuilt. <==
  4388. ==> Please rerun the make command. <==
  4389. false
  4390. Makefile:914: recipe for target 'Makefile' failed
  4391. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Sys-Syslog'
  4392. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Sys-Syslog'
  4393. Running Mkbootstrap for Syslog ()
  4394. chmod 644 "Syslog.bs"
  4395. /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
  4396. "../../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
  4397. mv Syslog.xsc Syslog.c
  4398. 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
  4399. rm -f ../../lib/auto/Sys/Syslog/Syslog.so
  4400. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Syslog.o -o ../../lib/auto/Sys/Syslog/Syslog.so \
  4401. \
  4402.  
  4403. chmod 755 ../../lib/auto/Sys/Syslog/Syslog.so
  4404. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Sys-Syslog'
  4405. ./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4406. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads'
  4407. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4408. Cleaning current config before rebuilding Makefile...
  4409. make -f Makefile.old clean > /dev/null 2>&1
  4410. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4411. Generating a Unix-style Makefile
  4412. Writing Makefile for threads
  4413. ==> Your Makefile has been rebuilt. <==
  4414. ==> Please rerun the make command. <==
  4415. false
  4416. Makefile:904: recipe for target 'Makefile' failed
  4417. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads'
  4418. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads'
  4419. Running Mkbootstrap for threads ()
  4420. chmod 644 "threads.bs"
  4421. /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
  4422. "../../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
  4423. mv threads.xsc threads.c
  4424. 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
  4425. rm -f ../../lib/auto/threads/threads.so
  4426. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong threads.o -o ../../lib/auto/threads/threads.so \
  4427. -lpthread \
  4428.  
  4429. chmod 755 ../../lib/auto/threads/threads.so
  4430. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads'
  4431. ./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4432. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads-shared'
  4433. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4434. Cleaning current config before rebuilding Makefile...
  4435. make -f Makefile.old clean > /dev/null 2>&1
  4436. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4437. Generating a Unix-style Makefile
  4438. Writing Makefile for threads::shared
  4439. ==> Your Makefile has been rebuilt. <==
  4440. ==> Please rerun the make command. <==
  4441. false
  4442. Makefile:904: recipe for target 'Makefile' failed
  4443. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads-shared'
  4444. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads-shared'
  4445. Running Mkbootstrap for shared ()
  4446. chmod 644 "shared.bs"
  4447. /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
  4448. "../../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
  4449. mv shared.xsc shared.c
  4450. 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
  4451. rm -f ../../lib/auto/threads/shared/shared.so
  4452. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong shared.o -o ../../lib/auto/threads/shared/shared.so \
  4453. -lpthread \
  4454.  
  4455. chmod 755 ../../lib/auto/threads/shared/shared.so
  4456. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads-shared'
  4457. ./miniperl -Ilib make_ext.pl lib/auto/Tie/Hash/NamedCapture/NamedCapture.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4458. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Tie-Hash-NamedCapture'
  4459. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4460. Cleaning current config before rebuilding Makefile...
  4461. make -f Makefile.old clean > /dev/null 2>&1
  4462. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4463. Generating a Unix-style Makefile
  4464. Writing Makefile for Tie::Hash::NamedCapture
  4465. ==> Your Makefile has been rebuilt. <==
  4466. ==> Please rerun the make command. <==
  4467. false
  4468. Makefile:900: recipe for target 'Makefile' failed
  4469. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Tie-Hash-NamedCapture'
  4470. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Tie-Hash-NamedCapture'
  4471. Running Mkbootstrap for NamedCapture ()
  4472. chmod 644 "NamedCapture.bs"
  4473. /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
  4474. "../../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
  4475. mv NamedCapture.xsc NamedCapture.c
  4476. 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
  4477. rm -f ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.so
  4478. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong NamedCapture.o -o ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.so \
  4479. \
  4480.  
  4481. chmod 755 ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.so
  4482. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Tie-Hash-NamedCapture'
  4483. ./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4484. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Time-HiRes'
  4485. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4486. Cleaning current config before rebuilding Makefile...
  4487. make -f Makefile.old clean > /dev/null 2>&1
  4488. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4489. Configuring Time::HiRes...
  4490. Using hints hints/linux.pl...
  4491. Extra libraries: -lrt...
  4492. Have syscall()... looking for syscall.h... found <syscall.h>.
  4493. Looking for gettimeofday()... found.
  4494. Looking for setitimer()... found.
  4495. Looking for getitimer()... found.
  4496. You have interval timers (both setitimer and getitimer).
  4497. Looking for ualarm()... found.
  4498. Looking for usleep()... found.
  4499. Looking for nanosleep()... testing... found.
  4500. You can mix subsecond sleeps with signals, if you want to.
  4501. (It's still not portable, though.)
  4502. Looking for clockid_t... found.
  4503. Looking for clock_gettime()... found.
  4504. Looking for clock_getres()... found.
  4505. Looking for clock_nanosleep()... found.
  4506. Looking for clock()... found.
  4507. Looking for futimens()... found.
  4508. Looking for utimensat()... found.
  4509. Looking for stat() subsecond timestamps...
  4510. Trying struct stat st_atimespec.tv_nsec...NOT found.
  4511. Trying struct stat st_atimensec...NOT found.
  4512. Trying struct stat st_atime_n...NOT found.
  4513. Trying struct stat st_atim.tv_nsec...found.
  4514. Trying struct stat st_uatime...NOT found.
  4515. You seem to have stat() subsecond timestamps.
  4516. (Your struct stat has them, but the filesystems must help.)
  4517. Generating a Unix-style Makefile
  4518. Writing Makefile for Time::HiRes
  4519. ==> Your Makefile has been rebuilt. <==
  4520. ==> Please rerun the make command. <==
  4521. false
  4522. Makefile:921: recipe for target 'Makefile' failed
  4523. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Time-HiRes'
  4524. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Time-HiRes'
  4525. Running Mkbootstrap for HiRes ()
  4526. chmod 644 "HiRes.bs"
  4527. /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
  4528. "../../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
  4529. mv HiRes.xsc HiRes.c
  4530. 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
  4531. rm -f ../../lib/auto/Time/HiRes/HiRes.so
  4532. 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 \
  4533. -lrt \
  4534.  
  4535. chmod 755 ../../lib/auto/Time/HiRes/HiRes.so
  4536. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Time-HiRes'
  4537. ./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4538. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Time-Piece'
  4539. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4540. Cleaning current config before rebuilding Makefile...
  4541. make -f Makefile.old clean > /dev/null 2>&1
  4542. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4543. Generating a Unix-style Makefile
  4544. Writing Makefile for Time::Piece
  4545. ==> Your Makefile has been rebuilt. <==
  4546. ==> Please rerun the make command. <==
  4547. false
  4548. Makefile:902: recipe for target 'Makefile' failed
  4549. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Time-Piece'
  4550. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Time-Piece'
  4551. Running Mkbootstrap for Piece ()
  4552. chmod 644 "Piece.bs"
  4553. /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
  4554. "../../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
  4555. mv Piece.xsc Piece.c
  4556. 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
  4557. rm -f ../../lib/auto/Time/Piece/Piece.so
  4558. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Piece.o -o ../../lib/auto/Time/Piece/Piece.so \
  4559. \
  4560.  
  4561. chmod 755 ../../lib/auto/Time/Piece/Piece.so
  4562. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Time-Piece'
  4563. ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Collate/Collate.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4564. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Unicode-Collate'
  4565. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4566. Cleaning current config before rebuilding Makefile...
  4567. make -f Makefile.old clean > /dev/null 2>&1
  4568. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4569. Making header files for XS...
  4570. ==> Your Makefile has been rebuilt. <==
  4571. ==> Please rerun the make command. <==
  4572. false
  4573. Makefile:1047: recipe for target 'Makefile' failed
  4574. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Unicode-Collate'
  4575. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Unicode-Collate'
  4576. Running Mkbootstrap for Collate ()
  4577. chmod 644 "Collate.bs"
  4578. /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
  4579. "../../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
  4580. mv Collate.xsc Collate.c
  4581. 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
  4582. rm -f ../../lib/auto/Unicode/Collate/Collate.so
  4583. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Collate.o -o ../../lib/auto/Unicode/Collate/Collate.so \
  4584. \
  4585.  
  4586. chmod 755 ../../lib/auto/Unicode/Collate/Collate.so
  4587. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Unicode-Collate'
  4588. ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4589. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Unicode-Normalize'
  4590. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4591. Cleaning current config before rebuilding Makefile...
  4592. make -f Makefile.old clean > /dev/null 2>&1
  4593. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4594. Generating a Unix-style Makefile
  4595. Writing Makefile for Unicode::Normalize
  4596. ==> Your Makefile has been rebuilt. <==
  4597. ==> Please rerun the make command. <==
  4598. false
  4599. Makefile:915: recipe for target 'Makefile' failed
  4600. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Unicode-Normalize'
  4601. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Unicode-Normalize'
  4602. Running Mkbootstrap for Normalize ()
  4603. chmod 644 "Normalize.bs"
  4604. /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
  4605. "../../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
  4606. mv Normalize.xsc Normalize.c
  4607. 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
  4608. rm -f ../../lib/auto/Unicode/Normalize/Normalize.so
  4609. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Normalize.o -o ../../lib/auto/Unicode/Normalize/Normalize.so \
  4610. \
  4611.  
  4612. chmod 755 ../../lib/auto/Unicode/Normalize/Normalize.so
  4613. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Unicode-Normalize'
  4614. ./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4615. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest'
  4616. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4617. Cleaning current config before rebuilding Makefile...
  4618. make -f Makefile.old clean > /dev/null 2>&1
  4619. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4620. Generating a Unix-style Makefile
  4621. Writing Makefile for XS::APItest
  4622. ==> Your Makefile has been rebuilt. <==
  4623. ==> Please rerun the make command. <==
  4624. false
  4625. Makefile:819: recipe for target 'Makefile' failed
  4626. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest'
  4627. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest'
  4628. Running Mkbootstrap for APItest ()
  4629. chmod 644 "APItest.bs"
  4630. /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
  4631. "../../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
  4632. mv APItest.xsc APItest.c
  4633. 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
  4634. "../../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
  4635. mv XSUB-undef-XS_VERSION.xsc XSUB-undef-XS_VERSION.c
  4636. 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
  4637. "../../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
  4638. mv XSUB-redefined-macros.xsc XSUB-redefined-macros.c
  4639. 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
  4640. 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
  4641. 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
  4642. 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
  4643. rm -f ../../lib/auto/XS/APItest/APItest.so
  4644. 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 \
  4645. \
  4646.  
  4647. chmod 755 ../../lib/auto/XS/APItest/APItest.so
  4648. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest'
  4649. ./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4650. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-Typemap'
  4651. Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
  4652. Cleaning current config before rebuilding Makefile...
  4653. make -f Makefile.old clean > /dev/null 2>&1
  4654. "../../miniperl" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKTYPE=dynamic"
  4655. Generating a Unix-style Makefile
  4656. Writing Makefile for XS::Typemap
  4657. ==> Your Makefile has been rebuilt. <==
  4658. ==> Please rerun the make command. <==
  4659. false
  4660. Makefile:796: recipe for target 'Makefile' failed
  4661. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-Typemap'
  4662. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-Typemap'
  4663. Running Mkbootstrap for Typemap ()
  4664. chmod 644 "Typemap.bs"
  4665. /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
  4666. 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
  4667. "../../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
  4668. mv Typemap.xsc Typemap.c
  4669. 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
  4670. rm -f ../../lib/auto/XS/Typemap/Typemap.so
  4671. cc -shared -O2 -L/usr/local/lib -fstack-protector-strong stdio.o Typemap.o -o ../../lib/auto/XS/Typemap/Typemap.so \
  4672. \
  4673.  
  4674. chmod 755 ../../lib/auto/XS/Typemap/Typemap.so
  4675. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-Typemap'
  4676. ./perl -Ilib -I. -f pod/buildtoc -q
  4677. ./miniperl -Ilib utils/Makefile.PL
  4678. Extracting utils/Makefile (with variable substitutions)
  4679.  
  4680. Making utilities
  4681. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/utils'
  4682. ../miniperl -I../lib c2ph.PL
  4683. Extracting c2ph (with variable substitutions)
  4684. Linking c2ph to pstruct.
  4685. ../miniperl -I../lib corelist.PL
  4686. Extracting corelist (with variable substitutions)
  4687. ../miniperl -I../lib cpan.PL
  4688. Extracting cpan (with variable substitutions)
  4689. ../miniperl -I../lib h2ph.PL
  4690. Extracting h2ph (with variable substitutions)
  4691. ../miniperl -I../lib h2xs.PL
  4692. Extracting h2xs (with variable substitutions)
  4693. ../miniperl -I../lib instmodsh.PL
  4694. Extracting instmodsh (with variable substitutions)
  4695. ../miniperl -I../lib json_pp.PL
  4696. Extracting json_pp (with variable substitutions)
  4697. ../miniperl -I../lib perlbug.PL
  4698. Extracting perlbug (with variable substitutions)
  4699. ../miniperl -I../lib perldoc.PL
  4700. Extracting "perldoc" (with variable substitutions)
  4701. ../miniperl -I../lib perlivp.PL
  4702. Extracting perlivp (with variable substitutions)
  4703. ../miniperl -I../lib pl2pm.PL
  4704. Extracting pl2pm (with variable substitutions)
  4705. ../miniperl -I../lib prove.PL
  4706. Extracting prove (with variable substitutions)
  4707. ../miniperl -I../lib ptar.PL
  4708. Extracting ptar (with variable substitutions)
  4709. ../miniperl -I../lib ptardiff.PL
  4710. Extracting ptardiff (with variable substitutions)
  4711. ../miniperl -I../lib ptargrep.PL
  4712. Extracting ptargrep (with variable substitutions)
  4713. ../miniperl -I../lib shasum.PL
  4714. Extracting shasum (with variable substitutions)
  4715. ../miniperl -I../lib splain.PL
  4716. Extracting splain (with variable substitutions)
  4717. ../miniperl -I../lib libnetcfg.PL
  4718. Extracting libnetcfg (with variable substitutions)
  4719. ../miniperl -I../lib piconv.PL
  4720. Extracting piconv (with variable substitutions)
  4721. ../miniperl -I../lib enc2xs.PL
  4722. Extracting enc2xs (with variable substitutions)
  4723. ../miniperl -I../lib xsubpp.PL
  4724. Extracting xsubpp (with variable substitutions)
  4725. ../miniperl -I../lib pod2html.PL
  4726. Extracting pod2html (with variable substitutions)
  4727. ../miniperl -I../lib zipdetails.PL
  4728. Extracting zipdetails (with variable substitutions)
  4729. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/utils'
  4730.  
  4731. Everything is up to date. Type 'make test' to run test suite.
  4732. ./miniperl -Ilib make_patchnum.pl
  4733. Reusing 'git_version.h' and 'lib/Config_git.pl'
  4734. ./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4735. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Archive-Tar'
  4736. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Archive-Tar'
  4737. ./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4738. Running pm_to_blib for dist/Attribute-Handlers directly
  4739. ./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4740. Running pm_to_blib for cpan/autodie directly
  4741. ./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4742. Running pm_to_blib for cpan/AutoLoader directly
  4743. ./miniperl -Ilib make_ext.pl dist/autouse/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4744. Running pm_to_blib for dist/autouse directly
  4745. ./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4746. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/base'
  4747. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/base'
  4748. ./miniperl -Ilib make_ext.pl cpan/B-Debug/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4749. Running pm_to_blib for cpan/B-Debug directly
  4750. ./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4751. Running pm_to_blib for cpan/bignum directly
  4752. ./miniperl -Ilib make_ext.pl dist/Carp/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4753. Running pm_to_blib for dist/Carp directly
  4754. ./miniperl -Ilib make_ext.pl cpan/Config-Perl-V/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4755. Running pm_to_blib for cpan/Config-Perl-V directly
  4756. ./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4757. Running pm_to_blib for dist/constant directly
  4758. ./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4759. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN'
  4760. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN'
  4761. ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4762. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN-Meta'
  4763. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/CPAN-Meta'
  4764. ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-Requirements/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4765. Running pm_to_blib for cpan/CPAN-Meta-Requirements directly
  4766. ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-YAML/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4767. Running pm_to_blib for cpan/CPAN-Meta-YAML directly
  4768. ./miniperl -Ilib make_ext.pl dist/Devel-SelfStubber/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4769. Running pm_to_blib for dist/Devel-SelfStubber directly
  4770. ./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4771. Running pm_to_blib for cpan/Digest directly
  4772. ./miniperl -Ilib make_ext.pl dist/Dumpvalue/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4773. Running pm_to_blib for dist/Dumpvalue directly
  4774. ./miniperl -Ilib make_ext.pl dist/encoding-warnings/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4775. Running pm_to_blib for dist/encoding-warnings directly
  4776. ./miniperl -Ilib make_ext.pl dist/Env/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4777. Running pm_to_blib for dist/Env directly
  4778. ./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4779. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Errno'
  4780. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Errno'
  4781. ./miniperl -Ilib make_ext.pl cpan/experimental/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4782. Running pm_to_blib for cpan/experimental directly
  4783. ./miniperl -Ilib make_ext.pl dist/Exporter/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4784. Running pm_to_blib for dist/Exporter directly
  4785. ./miniperl -Ilib make_ext.pl dist/ExtUtils-CBuilder/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4786. Running pm_to_blib for dist/ExtUtils-CBuilder directly
  4787. ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4788. Running pm_to_blib for cpan/ExtUtils-Constant directly
  4789. ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Install/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4790. Running pm_to_blib for cpan/ExtUtils-Install directly
  4791. ./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4792. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-MakeMaker'
  4793. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-MakeMaker'
  4794. ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4795. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-Manifest'
  4796. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/ExtUtils-Manifest'
  4797. ./miniperl -Ilib make_ext.pl ext/ExtUtils-Miniperl/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4798. Running pm_to_blib for ext/ExtUtils-Miniperl directly
  4799. ./miniperl -Ilib make_ext.pl dist/ExtUtils-ParseXS/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4800. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/ExtUtils-ParseXS'
  4801. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/ExtUtils-ParseXS'
  4802. ./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4803. Running pm_to_blib for ext/FileCache directly
  4804. ./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4805. Running pm_to_blib for cpan/File-Fetch directly
  4806. ./miniperl -Ilib make_ext.pl ext/File-Find/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4807. Running pm_to_blib for ext/File-Find directly
  4808. ./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4809. Running pm_to_blib for cpan/File-Path directly
  4810. ./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4811. Running pm_to_blib for cpan/File-Temp directly
  4812. ./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4813. Running pm_to_blib for dist/Filter-Simple directly
  4814. ./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4815. Running pm_to_blib for cpan/Getopt-Long directly
  4816. ./miniperl -Ilib make_ext.pl cpan/HTTP-Tiny/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4817. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/HTTP-Tiny'
  4818. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/HTTP-Tiny'
  4819. ./miniperl -Ilib make_ext.pl dist/I18N-Collate/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4820. Running pm_to_blib for dist/I18N-Collate directly
  4821. ./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4822. Running pm_to_blib for dist/I18N-LangTags directly
  4823. ./miniperl -Ilib make_ext.pl dist/if/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4824. Running pm_to_blib for dist/if directly
  4825. ./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4826. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IO-Compress'
  4827. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IO-Compress'
  4828. ./miniperl -Ilib make_ext.pl cpan/IO-Socket-IP/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4829. Running pm_to_blib for cpan/IO-Socket-IP directly
  4830. ./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4831. Running pm_to_blib for cpan/IO-Zlib directly
  4832. ./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4833. Running pm_to_blib for cpan/IPC-Cmd directly
  4834. ./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4835. Running pm_to_blib for ext/IPC-Open3 directly
  4836. ./miniperl -Ilib make_ext.pl cpan/JSON-PP/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4837. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/JSON-PP'
  4838. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/JSON-PP'
  4839. ./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4840. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/lib'
  4841. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/lib'
  4842. ./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4843. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/libnet'
  4844. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/libnet'
  4845. ./miniperl -Ilib make_ext.pl cpan/Locale-Codes/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4846. Running pm_to_blib for cpan/Locale-Codes directly
  4847. ./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4848. Running pm_to_blib for dist/Locale-Maketext directly
  4849. ./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4850. Running pm_to_blib for cpan/Locale-Maketext-Simple directly
  4851. ./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4852. Running pm_to_blib for cpan/Math-BigInt directly
  4853. ./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4854. Running pm_to_blib for cpan/Math-BigRat directly
  4855. ./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4856. Running pm_to_blib for cpan/Math-Complex directly
  4857. ./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4858. Running pm_to_blib for cpan/Memoize directly
  4859. ./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4860. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Module-CoreList'
  4861. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Module-CoreList'
  4862. ./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4863. Running pm_to_blib for cpan/Module-Load directly
  4864. ./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4865. Running pm_to_blib for cpan/Module-Load-Conditional directly
  4866. ./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4867. Running pm_to_blib for cpan/Module-Loaded directly
  4868. ./miniperl -Ilib make_ext.pl cpan/Module-Metadata/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4869. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Module-Metadata'
  4870. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Module-Metadata'
  4871. ./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4872. Running pm_to_blib for dist/Net-Ping directly
  4873. ./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4874. Running pm_to_blib for cpan/NEXT directly
  4875. ./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4876. Running pm_to_blib for cpan/Params-Check directly
  4877. ./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4878. Running pm_to_blib for cpan/parent directly
  4879. ./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4880. Running pm_to_blib for cpan/perlfaq directly
  4881. ./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4882. Running pm_to_blib for cpan/PerlIO-via-QuotedPrint directly
  4883. ./miniperl -Ilib make_ext.pl cpan/Perl-OSType/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4884. Running pm_to_blib for cpan/Perl-OSType directly
  4885. ./miniperl -Ilib make_ext.pl cpan/Pod-Checker/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4886. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Checker'
  4887. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Checker'
  4888. ./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4889. Running pm_to_blib for cpan/Pod-Escapes directly
  4890. ./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4891. Running pm_to_blib for cpan/Pod-Simple directly
  4892. ./miniperl -Ilib make_ext.pl ext/Pod-Functions/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4893. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Functions'
  4894. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Functions'
  4895. ./miniperl -Ilib make_ext.pl ext/Pod-Html/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4896. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Html'
  4897. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Pod-Html'
  4898. ./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4899. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/podlators'
  4900. Manifying 2 pod documents
  4901. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/podlators'
  4902. ./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4903. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Parser'
  4904. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Parser'
  4905. ./miniperl -Ilib make_ext.pl cpan/Pod-Perldoc/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4906. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Perldoc'
  4907. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Perldoc'
  4908. ./miniperl -Ilib make_ext.pl cpan/Pod-Usage/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4909. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Usage'
  4910. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Pod-Usage'
  4911. ./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4912. Running pm_to_blib for dist/Safe directly
  4913. ./miniperl -Ilib make_ext.pl dist/Search-Dict/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4914. Running pm_to_blib for dist/Search-Dict directly
  4915. ./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4916. Running pm_to_blib for dist/SelfLoader directly
  4917. ./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4918. Running pm_to_blib for cpan/Term-ANSIColor directly
  4919. ./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4920. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Term-Cap'
  4921. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Term-Cap'
  4922. ./miniperl -Ilib make_ext.pl dist/Term-Complete/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4923. Running pm_to_blib for dist/Term-Complete directly
  4924. ./miniperl -Ilib make_ext.pl dist/Term-ReadLine/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4925. Running pm_to_blib for dist/Term-ReadLine directly
  4926. ./miniperl -Ilib make_ext.pl dist/Test/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4927. Running pm_to_blib for dist/Test directly
  4928. ./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4929. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Test-Harness'
  4930. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Test-Harness'
  4931. ./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4932. Running pm_to_blib for cpan/Test-Simple directly
  4933. ./miniperl -Ilib make_ext.pl dist/Text-Abbrev/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4934. Running pm_to_blib for dist/Text-Abbrev directly
  4935. ./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4936. Running pm_to_blib for cpan/Text-Balanced directly
  4937. ./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4938. Running pm_to_blib for cpan/Text-ParseWords directly
  4939. ./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4940. Running pm_to_blib for cpan/Text-Tabs directly
  4941. ./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4942. Running pm_to_blib for dist/Thread-Queue directly
  4943. ./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4944. Running pm_to_blib for dist/Thread-Semaphore directly
  4945. ./miniperl -Ilib make_ext.pl dist/Tie-File/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4946. Running pm_to_blib for dist/Tie-File directly
  4947. ./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4948. Running pm_to_blib for ext/Tie-Memoize directly
  4949. ./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4950. Running pm_to_blib for cpan/Tie-RefHash directly
  4951. ./miniperl -Ilib make_ext.pl cpan/Time-Local/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4952. Running pm_to_blib for cpan/Time-Local directly
  4953. ./miniperl -Ilib make_ext.pl cpan/version/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4954. Running pm_to_blib for cpan/version directly
  4955. ./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a
  4956. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/XSLoader'
  4957. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/XSLoader'
  4958. ./miniperl -Ilib mkppport
  4959. ppport.h in cpan/DB_File is up-to-date
  4960. ppport.h in cpan/IPC-SysV is up-to-date
  4961. ppport.h in cpan/Scalar-List-Utils is up-to-date
  4962. ppport.h in cpan/Win32API-File is up-to-date
  4963. ppport.h in dist/PathTools is up-to-date
  4964. ppport.h in dist/Time-HiRes is up-to-date
  4965. ./miniperl -Ilib make_ext.pl DynaLoader.o MAKE="make" LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS=
  4966. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/DynaLoader'
  4967. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/DynaLoader'
  4968. ./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4969. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/PathTools'
  4970. /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
  4971. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/PathTools'
  4972.  
  4973. Making utilities
  4974. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/utils'
  4975. make[1]: Nothing to be done for 'all'.
  4976. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/utils'
  4977. ./miniperl -Ilib lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p
  4978. lib/unicore/mktables: Files seem to be ok, not bothering to rebuild. Add '-w' option to force build
  4979. ./miniperl -Ilib -MExtUtils::Miniperl -e 'writemain(\"perlmain.c", @ARGV)' DynaLoader
  4980. 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
  4981. 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
  4982. ./miniperl -Ilib make_ext.pl lib/auto/arybase/arybase.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4983. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/arybase'
  4984. /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
  4985. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/arybase'
  4986. ./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4987. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/attributes'
  4988. /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
  4989. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/attributes'
  4990. ./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4991. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/B'
  4992. /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
  4993. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/B'
  4994. ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4995. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Bzip2'
  4996. /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
  4997. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Bzip2'
  4998. ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  4999. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Zlib'
  5000. /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
  5001. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Compress-Raw-Zlib'
  5002. ./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5003. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Data-Dumper'
  5004. /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
  5005. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Data-Dumper'
  5006. ./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5007. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Devel-Peek'
  5008. /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
  5009. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Devel-Peek'
  5010. ./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5011. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Devel-PPPort'
  5012. /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
  5013. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Devel-PPPort'
  5014. ./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5015. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-MD5'
  5016. /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
  5017. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-MD5'
  5018. ./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5019. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA'
  5020. /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
  5021. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Digest-SHA'
  5022. ./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5023. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode'
  5024. make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Byte'
  5025. /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
  5026. make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Byte'
  5027. make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/CN'
  5028. /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
  5029. make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/CN'
  5030. make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/EBCDIC'
  5031. /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
  5032. make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/EBCDIC'
  5033. make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/JP'
  5034. /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
  5035. make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/JP'
  5036. make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/KR'
  5037. /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
  5038. make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/KR'
  5039. make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Symbol'
  5040. /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
  5041. make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Symbol'
  5042. make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/TW'
  5043. /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
  5044. make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/TW'
  5045. make[2]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Unicode'
  5046. /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
  5047. make[2]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode/Unicode'
  5048. /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
  5049. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Encode'
  5050. ./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5051. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Fcntl'
  5052. /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
  5053. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Fcntl'
  5054. ./miniperl -Ilib make_ext.pl lib/auto/File/DosGlob/DosGlob.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5055. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-DosGlob'
  5056. /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
  5057. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-DosGlob'
  5058. ./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5059. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-Glob'
  5060. /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
  5061. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/File-Glob'
  5062. ./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5063. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Filter-Util-Call'
  5064. /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
  5065. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Filter-Util-Call'
  5066. ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5067. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util'
  5068. /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
  5069. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util'
  5070. ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5071. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util-FieldHash'
  5072. /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
  5073. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Hash-Util-FieldHash'
  5074. ./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5075. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/I18N-Langinfo'
  5076. /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
  5077. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/I18N-Langinfo'
  5078. ./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5079. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/IO'
  5080. /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
  5081. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/IO'
  5082. ./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5083. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IPC-SysV'
  5084. /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
  5085. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/IPC-SysV'
  5086. ./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5087. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Scalar-List-Utils'
  5088. /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
  5089. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Scalar-List-Utils'
  5090. ./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5091. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Math-BigInt-FastCalc'
  5092. /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
  5093. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Math-BigInt-FastCalc'
  5094. ./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5095. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/MIME-Base64'
  5096. /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
  5097. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/MIME-Base64'
  5098. ./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5099. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/mro'
  5100. /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
  5101. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/mro'
  5102. ./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5103. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Opcode'
  5104. /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
  5105. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Opcode'
  5106. ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5107. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-encoding'
  5108. /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
  5109. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-encoding'
  5110. ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/mmap/mmap.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5111. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-mmap'
  5112. /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
  5113. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-mmap'
  5114. ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5115. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-scalar'
  5116. /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
  5117. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-scalar'
  5118. ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5119. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-via'
  5120. /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
  5121. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/PerlIO-via'
  5122. ./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5123. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/POSIX'
  5124. /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
  5125. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/POSIX'
  5126. ./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5127. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/re'
  5128. /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
  5129. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/re'
  5130. ./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5131. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/SDBM_File'
  5132. /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
  5133. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/SDBM_File'
  5134. ./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5135. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Socket'
  5136. /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
  5137. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Socket'
  5138. ./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5139. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Storable'
  5140. /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
  5141. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Storable'
  5142. ./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5143. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Sys-Hostname'
  5144. /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
  5145. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Sys-Hostname'
  5146. ./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5147. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Sys-Syslog'
  5148. /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
  5149. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Sys-Syslog'
  5150. ./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5151. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads'
  5152. /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
  5153. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads'
  5154. ./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5155. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads-shared'
  5156. /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
  5157. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/threads-shared'
  5158. ./miniperl -Ilib make_ext.pl lib/auto/Tie/Hash/NamedCapture/NamedCapture.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5159. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Tie-Hash-NamedCapture'
  5160. /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
  5161. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/Tie-Hash-NamedCapture'
  5162. ./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5163. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Time-HiRes'
  5164. /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
  5165. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Time-HiRes'
  5166. ./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5167. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Time-Piece'
  5168. /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
  5169. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Time-Piece'
  5170. ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Collate/Collate.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5171. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Unicode-Collate'
  5172. /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
  5173. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/cpan/Unicode-Collate'
  5174. ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5175. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Unicode-Normalize'
  5176. /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
  5177. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/dist/Unicode-Normalize'
  5178. ./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5179. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest'
  5180. /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
  5181. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-APItest'
  5182. ./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic
  5183. make[1]: Entering directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-Typemap'
  5184. /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
  5185. make[1]: Leaving directory '/home/hakon/pcl/data/p/emacs/desktop/scratch/perl--perl5-source/perl/ext/XS-Typemap'
  5186. ./miniperl -Ilib autodoc.pl
  5187. ./miniperl -Ilib pod/perlmodlib.PL -q
  5188. ./perl -Ilib -I. -f pod/buildtoc -q
  5189. cd t && (rm -f perl; /bin/ln -s ../perl perl)
  5190. ./runtests choose
  5191. t/base/cond .................................................... ok
  5192. t/base/if ...................................................... ok
  5193. t/base/lex ..................................................... ok
  5194. t/base/num ..................................................... ok
  5195. t/base/pat ..................................................... ok
  5196. t/base/rs ...................................................... ok
  5197. t/base/term .................................................... ok
  5198. t/base/translate ............................................... ok
  5199. t/base/while ................................................... ok
  5200. t/comp/bproto .................................................. ok
  5201. t/comp/cmdopt .................................................. ok
  5202. t/comp/colon ................................................... ok
  5203. t/comp/decl .................................................... ok
  5204. t/comp/final_line_num .......................................... ok
  5205. t/comp/fold .................................................... ok
  5206. t/comp/form_scope .............................................. ok
  5207. t/comp/hints ................................................... ok
  5208. t/comp/line_debug .............................................. ok
  5209. t/comp/multiline ............................................... ok
  5210. t/comp/opsubs .................................................. ok
  5211. t/comp/our ..................................................... ok
  5212. t/comp/package ................................................. ok
  5213. t/comp/package_block ........................................... ok
  5214. t/comp/parser .................................................. ok
  5215. t/comp/proto ................................................... ok
  5216. t/comp/redef ................................................... ok
  5217. t/comp/require ................................................. ok
  5218. t/comp/retainedlines ........................................... ok
  5219. t/comp/term .................................................... ok
  5220. t/comp/uproto .................................................. ok
  5221. t/comp/use ..................................................... ok
  5222. t/comp/utf ..................................................... ok
  5223. t/run/cloexec .................................................. ok
  5224. t/run/dtrace ................................................... skipped
  5225. t/run/exit ..................................................... ok
  5226. t/run/fresh_perl ............................................... ok
  5227. t/run/locale ................................................... ok
  5228. t/run/noswitch ................................................. ok
  5229. t/run/runenv ................................................... ok
  5230. t/run/script ................................................... ok
  5231. t/run/switch0 .................................................. ok
  5232. t/run/switchC .................................................. ok
  5233. t/run/switchDx ................................................. skipped
  5234. t/run/switchF .................................................. ok
  5235. t/run/switchF1 ................................................. ok
  5236. t/run/switchF2 ................................................. ok
  5237. t/run/switchI .................................................. ok
  5238. t/run/switchM .................................................. ok
  5239. t/run/switcha .................................................. ok
  5240. t/run/switchd-78586 ............................................ ok
  5241. t/run/switchd .................................................. ok
  5242. t/run/switches ................................................. ok
  5243. t/run/switchn .................................................. ok
  5244. t/run/switchp .................................................. ok
  5245. t/run/switcht .................................................. ok
  5246. t/run/switchx .................................................. ok
  5247. t/cmd/elsif .................................................... ok
  5248. t/cmd/for ...................................................... ok
  5249. t/cmd/mod ...................................................... ok
  5250. t/cmd/subval ................................................... ok
  5251. t/cmd/switch ................................................... ok
  5252. t/io/argv ...................................................... ok
  5253. t/io/binmode ................................................... ok
  5254. t/io/bom ....................................................... ok
  5255. t/io/closepid .................................................. ok
  5256. t/io/crlf ...................................................... ok
  5257. t/io/crlf_through .............................................. ok
  5258. t/io/data ...................................................... ok
  5259. t/io/defout .................................................... ok
  5260. t/io/dup ....................................................... ok
  5261. t/io/eintr ..................................................... ok
  5262. t/io/eintr_print ............................................... ok
  5263. t/io/errno ..................................................... ok
  5264. t/io/errnosig .................................................. ok
  5265. t/io/fflush .................................................... ok
  5266. t/io/fs ........................................................ ok
  5267. t/io/inplace ................................................... ok
  5268. t/io/iofile .................................................... ok
  5269. t/io/iprefix ................................................... ok
  5270. t/io/layers .................................................... ok
  5271. t/io/nargv ..................................................... ok
  5272. t/io/open ...................................................... ok
  5273. t/io/openpid ................................................... ok
  5274. t/io/perlio .................................................... ok
  5275. t/io/perlio_fail ............................................... ok
  5276. t/io/perlio_leaks .............................................. ok
  5277. t/io/perlio_open ............................................... ok
  5278. t/io/pipe ...................................................... ok
  5279. t/io/print ..................................................... ok
  5280. t/io/pvbm ...................................................... ok
  5281. t/io/read ...................................................... ok
  5282. t/io/say ....................................................... ok
  5283. t/io/sem ....................................................... ok
  5284. t/io/semctl .................................................... ok
  5285. t/io/shm ....................................................... ok
  5286. t/io/socket .................................................... ok
  5287. t/io/tell ...................................................... ok
  5288. t/io/through ................................................... ok
  5289. t/io/utf8 ...................................................... ok
  5290. t/re/anyof ..................................................... ok
  5291. t/re/charset ................................................... ok
  5292. t/re/fold_grind ................................................ ok
  5293. t/re/no_utf8_pm ................................................ ok
  5294. t/re/overload .................................................. ok
  5295. t/re/pat ....................................................... ok
  5296. t/re/pat_advanced .............................................. ok
  5297. t/re/pat_advanced_thr .......................................... skipped
  5298. t/re/pat_psycho ................................................ ok
  5299. t/re/pat_psycho_thr ............................................ skipped
  5300. t/re/pat_re_eval ............................................... ok
  5301. t/re/pat_re_eval_thr ........................................... skipped
  5302. t/re/pat_rt_report ............................................. ok
  5303. t/re/pat_rt_report_thr ......................................... skipped
  5304. t/re/pat_special_cc ............................................ ok
  5305. t/re/pat_special_cc_thr ........................................ skipped
  5306. t/re/pat_thr ................................................... skipped
  5307. t/re/pos ....................................................... ok
  5308. t/re/qr-72922 .................................................. ok
  5309. t/re/qr ........................................................ ok
  5310. t/re/qr_gc ..................................................... ok
  5311. t/re/qrstack ................................................... ok
  5312. t/re/recompile ................................................. ok
  5313. t/re/reg_60508 ................................................. ok
  5314. t/re/reg_email ................................................. ok
  5315. t/re/reg_email_thr ............................................. skipped
  5316. t/re/reg_eval .................................................. ok
  5317. t/re/reg_eval_scope ............................................ ok
  5318. t/re/reg_fold .................................................. ok
  5319. t/re/reg_mesg .................................................. ok
  5320. t/re/reg_namedcapture .......................................... ok
  5321. t/re/reg_nc_tie ................................................ ok
  5322. t/re/reg_nocapture ............................................. ok
  5323. t/re/reg_pmod .................................................. ok
  5324. t/re/reg_posixcc ............................................... ok
  5325. t/re/regex_sets ................................................ ok
  5326. t/re/regex_sets_compat ......................................... ok
  5327. t/re/regexp .................................................... ok
  5328. t/re/regexp_noamp .............................................. ok
  5329. t/re/regexp_nonull ............................................. ok
  5330. t/re/regexp_notrie ............................................. ok
  5331. t/re/regexp_qr ................................................. ok
  5332. t/re/regexp_qr_embed ........................................... ok
  5333. t/re/regexp_qr_embed_thr ....................................... skipped
  5334. t/re/regexp_trielist ........................................... ok
  5335. t/re/regexp_unicode_prop ....................................... ok
  5336. t/re/regexp_unicode_prop_thr ................................... skipped
  5337. t/re/rt122747 .................................................. ok
  5338. t/re/rxcode .................................................... ok
  5339. t/re/speed ..................................................... ok
  5340. t/re/speed_thr ................................................. skipped
  5341. t/re/subst ..................................................... ok
  5342. t/re/substT .................................................... ok
  5343. t/re/subst_amp ................................................. ok
  5344. t/re/subst_wamp ................................................ ok
  5345. t/re/uniprops01 ................................................ ok
  5346. t/re/uniprops02 ................................................ ok
  5347. t/re/uniprops03 ................................................ ok
  5348. t/re/uniprops04 ................................................ ok
  5349. t/re/uniprops05 ................................................ ok
  5350. t/re/uniprops06 ................................................ ok
  5351. t/re/uniprops07 ................................................ ok
  5352. t/re/uniprops08 ................................................ ok
  5353. t/re/uniprops09 ................................................ ok
  5354. t/re/uniprops10 ................................................ ok
  5355. t/opbasic/arith ................................................ ok
  5356. t/opbasic/cmp .................................................. ok
  5357. t/opbasic/concat ............................................... ok
  5358. t/opbasic/magic_phase .......................................... ok
  5359. t/opbasic/qq ................................................... ok
  5360. t/op/64bitint .................................................. ok
  5361. t/op/aassign ................................................... ok
  5362. t/op/alarm ..................................................... ok
  5363. t/op/anonconst ................................................. ok
  5364. t/op/anonsub ................................................... ok
  5365. t/op/append .................................................... ok
  5366. t/op/args ...................................................... ok
  5367. t/op/array ..................................................... ok
  5368. t/op/array_base ................................................ ok
  5369. t/op/assignwarn ................................................ ok
  5370. t/op/attrhand .................................................. ok
  5371. t/op/attrproto ................................................. ok
  5372. t/op/attrs ..................................................... ok
  5373. t/op/auto ...................................................... ok
  5374. t/op/avhv ...................................................... ok
  5375. t/op/bless ..................................................... ok
  5376. t/op/blocks .................................................... ok
  5377. t/op/bop ....................................................... ok
  5378. t/op/caller .................................................... ok
  5379. t/op/chars ..................................................... ok
  5380. t/op/chdir ..................................................... ok
  5381. t/op/chop ...................................................... ok
  5382. t/op/chr ....................................................... ok
  5383. t/op/closure ................................................... ok
  5384. t/op/concat2 ................................................... ok
  5385. t/op/cond ...................................................... ok
  5386. t/op/const-optree .............................................. ok
  5387. t/op/context ................................................... ok
  5388. t/op/coreamp ................................................... ok
  5389. t/op/coresubs .................................................. ok
  5390. t/op/cproto .................................................... ok
  5391. t/op/crypt ..................................................... ok
  5392. t/op/current_sub ............................................... ok
  5393. t/op/dbm ....................................................... ok
  5394. t/op/decl-refs ................................................. ok
  5395. t/op/defined ................................................... ok
  5396. t/op/defins .................................................... ok
  5397. t/op/delete .................................................... ok
  5398. t/op/die ....................................................... ok
  5399. t/op/die_except ................................................ ok
  5400. t/op/die_exit .................................................. ok
  5401. t/op/die_keeperr ............................................... ok
  5402. t/op/die_unwind ................................................ ok
  5403. t/op/do ........................................................ ok
  5404. t/op/dor ....................................................... ok
  5405. t/op/dump ...................................................... ok
  5406. t/op/each ...................................................... ok
  5407. t/op/each_array ................................................ ok
  5408. t/op/eval ...................................................... ok
  5409. t/op/evalbytes ................................................. ok
  5410. t/op/exec ...................................................... ok
  5411. t/op/exists_sub ................................................ ok
  5412. t/op/exp ....................................................... ok
  5413. t/op/fh ........................................................ ok
  5414. t/op/filehandle ................................................ ok
  5415. t/op/filetest .................................................. ok
  5416. t/op/filetest_stack_ok ......................................... ok
  5417. t/op/filetest_t ................................................ ok
  5418. t/op/flip ...................................................... ok
  5419. t/op/for ....................................................... ok
  5420. t/op/fork ...................................................... ok
  5421. t/op/fresh_perl_utf8 ........................................... ok
  5422. t/op/getpid .................................................... skipped
  5423. t/op/getppid ................................................... ok
  5424. t/op/glob ...................................................... ok
  5425. t/op/gmagic .................................................... ok
  5426. t/op/goto ...................................................... ok
  5427. t/op/goto_xs ................................................... ok
  5428. t/op/grent ..................................................... ok
  5429. t/op/grep ...................................................... ok
  5430. t/op/groups .................................................... ok
  5431. t/op/gv ........................................................ ok
  5432. t/op/hash-rt85026 .............................................. ok
  5433. t/op/hash ...................................................... ok
  5434. t/op/hashassign ................................................ ok
  5435. t/op/hashwarn .................................................. ok
  5436. t/op/heredoc ................................................... ok
  5437. t/op/hexfp ..................................................... ok
  5438. t/op/inc ....................................................... ok
  5439. t/op/inccode-tie ............................................... ok
  5440. t/op/inccode ................................................... ok
  5441. t/op/incfilter ................................................. ok
  5442. t/op/index ..................................................... ok
  5443. t/op/index_thr ................................................. skipped
  5444. t/op/infnan .................................................... ok
  5445. t/op/int ....................................................... ok
  5446. t/op/join ...................................................... ok
  5447. t/op/kill0 ..................................................... ok
  5448. t/op/kvaslice .................................................. ok
  5449. t/op/kvhslice .................................................. ok
  5450. t/op/lc ........................................................ ok
  5451. t/op/leaky-magic ............................................... ok
  5452. t/op/length .................................................... ok
  5453. t/op/lex ....................................................... ok
  5454. t/op/lex_assign ................................................ ok
  5455. t/op/lexsub .................................................... ok
  5456. t/op/lfs ....................................................... ok
  5457. t/op/list ...................................................... ok
  5458. t/op/local ..................................................... ok
  5459. t/op/localref .................................................. ok
  5460. t/op/lock ...................................................... ok
  5461. t/op/loopctl ................................................... ok
  5462. t/op/lop ....................................................... ok
  5463. t/op/lvref ..................................................... ok
  5464. t/op/magic-27839 ............................................... ok
  5465. t/op/magic ..................................................... ok
  5466. t/op/method .................................................... ok
  5467. t/op/mkdir ..................................................... ok
  5468. t/op/multideref ................................................ ok
  5469. t/op/my ........................................................ ok
  5470. t/op/my_stash .................................................. ok
  5471. t/op/mydef ..................................................... ok
  5472. t/op/negate .................................................... ok
  5473. t/op/not ....................................................... ok
  5474. t/op/numconvert ................................................ ok
  5475. t/op/oct ....................................................... ok
  5476. t/op/or ........................................................ ok
  5477. t/op/ord ....................................................... ok
  5478. t/op/overload_integer .......................................... ok
  5479. t/op/override .................................................. ok
  5480. t/op/pack ...................................................... ok
  5481. t/op/packagev .................................................. ok
  5482. t/op/pos ....................................................... ok
  5483. t/op/postfixderef .............................................. ok
  5484. t/op/pow ....................................................... ok
  5485. t/op/print ..................................................... ok
  5486. t/op/protowarn ................................................. ok
  5487. t/op/push ...................................................... ok
  5488. t/op/pwent ..................................................... ok
  5489. t/op/qr ........................................................ ok
  5490. t/op/quotemeta ................................................. ok
  5491. t/op/rand ...................................................... ok
  5492. t/op/range ..................................................... ok
  5493. t/op/read ...................................................... ok
  5494. t/op/readdir ................................................... ok
  5495. t/op/readline .................................................. ok
  5496. t/op/recurse ................................................... ok
  5497. t/op/ref ....................................................... ok
  5498. t/op/repeat .................................................... ok
  5499. t/op/require_37033 ............................................. ok
  5500. t/op/require_errors ............................................ ok
  5501. t/op/require_override .......................................... ok
  5502. t/op/reset ..................................................... ok
  5503. t/op/reverse ................................................... ok
  5504. t/op/rt119311 .................................................. ok
  5505. t/op/runlevel .................................................. ok
  5506. t/op/select .................................................... ok
  5507. t/op/setpgrpstack .............................................. ok
  5508. t/op/sigdispatch ............................................... ok
  5509. t/op/signatures ................................................ ok
  5510. t/op/sigsystem ................................................. ok
  5511. t/op/sleep ..................................................... ok
  5512. t/op/smartkve .................................................. ok
  5513. t/op/smartmatch ................................................ ok
  5514. t/op/sort ...................................................... ok
  5515. t/op/splice .................................................... ok
  5516. t/op/split ..................................................... ok
  5517. t/op/split_unicode ............................................. ok
  5518. t/op/sprintf ................................................... ok
  5519. t/op/sprintf2 .................................................. ok
  5520. t/op/srand ..................................................... ok
  5521. t/op/sselect ................................................... ok
  5522. t/op/stash ..................................................... ok
  5523. t/op/stat ...................................................... ok
  5524. t/op/state ..................................................... ok
  5525. t/op/study ..................................................... ok
  5526. t/op/studytied ................................................. ok
  5527. t/op/sub ....................................................... ok
  5528. t/op/sub_lval .................................................. ok
  5529. t/op/substr .................................................... ok
  5530. t/op/substr_thr ................................................ skipped
  5531. t/op/svleak .................................................... ok
  5532. t/op/switch .................................................... ok
  5533. t/op/symbolcache ............................................... ok
  5534. t/op/sysio ..................................................... ok
  5535. t/op/taint ..................................................... ok
  5536. t/op/threads-dirh .............................................. skipped
  5537. t/op/threads ................................................... skipped
  5538. t/op/tie ....................................................... ok
  5539. t/op/tie_fetch_count ........................................... ok
  5540. t/op/tiearray .................................................. ok
  5541. t/op/tiehandle ................................................. ok
  5542. t/op/time ...................................................... ok
  5543. t/op/time_loop ................................................. ok
  5544. t/op/tr ........................................................ ok
  5545. t/op/undef ..................................................... ok
  5546. t/op/universal ................................................. ok
  5547. t/op/unlink .................................................... ok
  5548. t/op/unshift ................................................... ok
  5549. t/op/upgrade ................................................... ok
  5550. t/op/utf8cache ................................................. ok
  5551. t/op/utf8decode ................................................ ok
  5552. t/op/utf8magic ................................................. ok
  5553. t/op/utfhash ................................................... ok
  5554. t/op/utftaint .................................................. ok
  5555. t/op/vec ....................................................... ok
  5556. t/op/ver ....................................................... ok
  5557. t/op/waitpid ................................................... ok
  5558. t/op/wantarray ................................................. ok
  5559. t/op/warn ...................................................... ok
  5560. t/op/while ..................................................... ok
  5561. t/op/write ..................................................... ok
  5562. t/op/yadayada .................................................. ok
  5563. t/uni/attrs .................................................... ok
  5564. t/uni/bless .................................................... ok
  5565. t/uni/cache .................................................... ok
  5566. t/uni/caller ................................................... ok
  5567. t/uni/chomp .................................................... ok
  5568. t/uni/class .................................................... ok
  5569. t/uni/eval ..................................................... ok
  5570. t/uni/fold ..................................................... ok
  5571. t/uni/goto ..................................................... ok
  5572. t/uni/greek .................................................... skipped
  5573. t/uni/gv ....................................................... ok
  5574. t/uni/heavy .................................................... ok
  5575. t/uni/labels ................................................... ok
  5576. t/uni/latin2 ................................................... skipped
  5577. t/uni/lex_utf8 ................................................. ok
  5578. t/uni/lower .................................................... ok
  5579. t/uni/method ................................................... ok
  5580. t/uni/opcroak .................................................. ok
  5581. t/uni/overload ................................................. ok
  5582. t/uni/package .................................................. ok
  5583. t/uni/parser ................................................... ok
  5584. t/uni/readline ................................................. ok
  5585. t/uni/select ................................................... ok
  5586. t/uni/sprintf .................................................. ok
  5587. t/uni/stash .................................................... ok
  5588. t/uni/tie ...................................................... ok
  5589. t/uni/title .................................................... ok
  5590. t/uni/tr_utf8 .................................................. ok
  5591. t/uni/universal ................................................ ok
  5592. t/uni/upper .................................................... ok
  5593. t/uni/variables ................................................ ok
  5594. t/uni/write .................................................... ok
  5595. t/mro/basic .................................................... ok
  5596. t/mro/basic_01_c3 .............................................. ok
  5597. t/mro/basic_01_c3_utf8 ......................................... ok
  5598. t/mro/basic_01_dfs ............................................. ok
  5599. t/mro/basic_01_dfs_utf8 ........................................ ok
  5600. t/mro/basic_02_c3 .............................................. ok
  5601. t/mro/basic_02_c3_utf8 ......................................... ok
  5602. t/mro/basic_02_dfs ............................................. ok
  5603. t/mro/basic_02_dfs_utf8 ........................................ ok
  5604. t/mro/basic_03_c3 .............................................. ok
  5605. t/mro/basic_03_c3_utf8 ......................................... ok
  5606. t/mro/basic_03_dfs ............................................. ok
  5607. t/mro/basic_03_dfs_utf8 ........................................ ok
  5608. t/mro/basic_04_c3 .............................................. ok
  5609. t/mro/basic_04_c3_utf8 ......................................... ok
  5610. t/mro/basic_04_dfs ............................................. ok
  5611. t/mro/basic_04_dfs_utf8 ........................................ ok
  5612. t/mro/basic_05_c3 .............................................. ok
  5613. t/mro/basic_05_c3_utf8 ......................................... ok
  5614. t/mro/basic_05_dfs ............................................. ok
  5615. t/mro/basic_05_dfs_utf8 ........................................ ok
  5616. t/mro/basic_utf8 ............................................... ok
  5617. t/mro/c3_with_overload ......................................... ok
  5618. t/mro/c3_with_overload_utf8 .................................... ok
  5619. t/mro/complex_c3 ............................................... ok
  5620. t/mro/complex_c3_utf8 .......................................... ok
  5621. t/mro/complex_dfs .............................................. ok
  5622. t/mro/complex_dfs_utf8 ......................................... ok
  5623. t/mro/dbic_c3 .................................................. ok
  5624. t/mro/dbic_c3_utf8 ............................................. ok
  5625. t/mro/dbic_dfs ................................................. ok
  5626. t/mro/dbic_dfs_utf8 ............................................ ok
  5627. t/mro/inconsistent_c3 .......................................... ok
  5628. t/mro/inconsistent_c3_utf8 ..................................... ok
  5629. t/mro/isa_aliases .............................................. ok
  5630. t/mro/isa_aliases_utf8 ......................................... ok
  5631. t/mro/isa_c3 ................................................... ok
  5632. t/mro/isa_c3_utf8 .............................................. ok
  5633. t/mro/isa_dfs .................................................. ok
  5634. t/mro/isa_dfs_utf8 ............................................. ok
  5635. t/mro/isarev ................................................... ok
  5636. t/mro/isarev_utf8 .............................................. ok
  5637. t/mro/method_caching ........................................... ok
  5638. t/mro/method_caching_utf8 ...................................... ok
  5639. t/mro/next_NEXT ................................................ ok
  5640. t/mro/next_NEXT_utf8 ........................................... ok
  5641. t/mro/next_edgecases ........................................... ok
  5642. t/mro/next_edgecases_utf8 ...................................... ok
  5643. t/mro/next_goto ................................................ ok
  5644. t/mro/next_goto_utf8 ........................................... ok
  5645. t/mro/next_inanon .............................................. ok
  5646. t/mro/next_inanon_utf8 ......................................... ok
  5647. t/mro/next_ineval .............................................. ok
  5648. t/mro/next_ineval_utf8 ......................................... ok
  5649. t/mro/next_method .............................................. ok
  5650. t/mro/next_method_utf8 ......................................... ok
  5651. t/mro/next_skip ................................................ ok
  5652. t/mro/next_skip_utf8 ........................................... ok
  5653. t/mro/overload_c3 .............................................. ok
  5654. t/mro/overload_c3_utf8 ......................................... ok
  5655. t/mro/overload_dfs ............................................. ok
  5656. t/mro/package_aliases .......................................... ok
  5657. t/mro/package_aliases_utf8 ..................................... ok
  5658. t/mro/pkg_gen .................................................. ok
  5659. t/mro/pkg_gen_utf8 ............................................. ok
  5660. t/mro/recursion_c3 ............................................. ok
  5661. t/mro/recursion_c3_utf8 ........................................ ok
  5662. t/mro/recursion_dfs ............................................ ok
  5663. t/mro/recursion_dfs_utf8 ....................................... ok
  5664. t/mro/vulcan_c3 ................................................ ok
  5665. t/mro/vulcan_c3_utf8 ........................................... ok
  5666. t/mro/vulcan_dfs ............................................... ok
  5667. t/mro/vulcan_dfs_utf8 .......................................... ok
  5668. t/perf/benchmarks .............................................. ok
  5669. t/perf/opcount ................................................. ok
  5670. t/perf/optree .................................................. ok
  5671. t/perf/speed ................................................... ok
  5672. t/perf/taint ................................................... ok
  5673. t/porting/FindExt .............................................. ok
  5674. t/porting/args_assert .......................................... ok
  5675. t/porting/authors .............................................. ok
  5676. t/porting/bench ................................................ ok
  5677. t/porting/bincompat ............................................ ok
  5678. t/porting/checkcase ............................................ ok
  5679. t/porting/checkcfgvar .......................................... ok
  5680. t/porting/cmp_version .......................................... ok
  5681. t/porting/copyright ............................................ ok
  5682. t/porting/corelist ............................................. ok
  5683. t/porting/customized ........................................... ok
  5684. t/porting/diag ................................................. ok
  5685. t/porting/dual-life ............................................ ok
  5686. t/porting/exec-bit ............................................. ok
  5687. t/porting/extrefs .............................................. ok
  5688. t/porting/filenames ............................................ ok
  5689. t/porting/globvar .............................................. ok
  5690. t/porting/libperl .............................................. ok
  5691. t/porting/maintainers .......................................... ok
  5692. t/porting/manifest ............................................. ok
  5693. t/porting/pending-author ....................................... skipped
  5694. t/porting/perlfunc ............................................. ok
  5695. t/porting/pod_rules ............................................ ok
  5696. t/porting/podcheck ............................................. ok
  5697. t/porting/re_context ........................................... ok
  5698. t/porting/readme ............................................... ok
  5699. t/porting/regen ................................................ ok
  5700. t/porting/ss_dup ............................................... ok
  5701. t/porting/test_bootstrap ....................................... ok
  5702. t/porting/utils ................................................ ok
  5703. t/lib/commonsense .............................................. ok
  5704. t/lib/croak .................................................... ok
  5705. t/lib/cygwin ................................................... skipped
  5706. t/lib/deprecate ................................................ ok
  5707. t/lib/mypragma ................................................. ok
  5708. t/lib/no_load .................................................. ok
  5709. t/lib/overload_fallback ........................................ ok
  5710. t/lib/overload_nomethod ........................................ ok
  5711. t/lib/proxy_constant_subs ...................................... ok
  5712. t/lib/universal ................................................ ok
  5713. cpan/Archive-Tar/t/01_use ...................................... ok
  5714. cpan/Archive-Tar/t/02_methods .................................. ok
  5715. cpan/Archive-Tar/t/03_file ..................................... ok
  5716. cpan/Archive-Tar/t/04_resolved_issues .......................... ok
  5717. cpan/Archive-Tar/t/05_iter ..................................... ok
  5718. cpan/Archive-Tar/t/06_error .................................... ok
  5719. cpan/Archive-Tar/t/08_ptargrep ................................. ok
  5720. cpan/Archive-Tar/t/09_roundtrip ................................ ok
  5721. cpan/Archive-Tar/t/90_symlink .................................. skipped
  5722. cpan/Archive-Tar/t/99_pod ...................................... skipped
  5723. cpan/autodie/t/00-load ......................................... ok
  5724. cpan/autodie/t/args ............................................ ok
  5725. cpan/autodie/t/autodie ......................................... ok
  5726. cpan/autodie/t/backcompat ...................................... ok
  5727. cpan/autodie/t/basic_exceptions ................................ ok
  5728. cpan/autodie/t/binmode ......................................... ok
  5729. cpan/autodie/t/blog_hints ...................................... ok
  5730. cpan/autodie/t/caller .......................................... ok
  5731. cpan/autodie/t/chmod ........................................... ok
  5732. cpan/autodie/t/chown ........................................... ok
  5733. cpan/autodie/t/context ......................................... ok
  5734. cpan/autodie/t/context_lexical ................................. ok
  5735. cpan/autodie/t/core-trampoline-slurp ........................... ok
  5736. cpan/autodie/t/crickey ......................................... ok
  5737. cpan/autodie/t/dbmopen ......................................... ok
  5738. cpan/autodie/t/eval_error ...................................... ok
  5739. cpan/autodie/t/exception_class ................................. ok
  5740. cpan/autodie/t/exceptions ...................................... ok
  5741. cpan/autodie/t/exec ............................................ ok
  5742. cpan/autodie/t/Fatal ........................................... ok
  5743. cpan/autodie/t/filehandles ..................................... ok
  5744. cpan/autodie/t/fileno .......................................... ok
  5745. cpan/autodie/t/flock ........................................... ok
  5746. cpan/autodie/t/format-clobber .................................. ok
  5747. cpan/autodie/t/hints ........................................... ok
  5748. cpan/autodie/t/hints_insist .................................... ok
  5749. cpan/autodie/t/hints_pod_examples .............................. ok
  5750. cpan/autodie/t/hints_provider_does ............................. ok
  5751. cpan/autodie/t/hints_provider_easy_does_it ..................... ok
  5752. cpan/autodie/t/hints_provider_isa .............................. ok
  5753. cpan/autodie/t/import-into ..................................... skipped
  5754. cpan/autodie/t/internal ........................................ ok
  5755. cpan/autodie/t/internal-backcompat ............................. ok
  5756. cpan/autodie/t/kill ............................................ ok
  5757. cpan/autodie/t/lethal .......................................... ok
  5758. cpan/autodie/t/mkdir ........................................... ok
  5759. cpan/autodie/t/no_carp ......................................... ok
  5760. cpan/autodie/t/open ............................................ ok
  5761. cpan/autodie/t/read ............................................ ok
  5762. cpan/autodie/t/recv ............................................ ok
  5763. cpan/autodie/t/repeat .......................................... ok
  5764. cpan/autodie/t/rt-74246 ........................................ ok
  5765. cpan/autodie/t/scope_leak ...................................... ok
  5766. cpan/autodie/t/skip ............................................ ok
  5767. cpan/autodie/t/string-eval-basic ............................... ok
  5768. cpan/autodie/t/string-eval-leak ................................ ok
  5769. cpan/autodie/t/sysopen ......................................... ok
  5770. cpan/autodie/t/truncate ........................................ ok
  5771. cpan/autodie/t/unlink .......................................... ok
  5772. cpan/autodie/t/user-context .................................... ok
  5773. cpan/autodie/t/usersub ......................................... ok
  5774. cpan/autodie/t/utf8_open ....................................... ok
  5775. cpan/autodie/t/utime ........................................... ok
  5776. cpan/autodie/t/version ......................................... skipped
  5777. cpan/autodie/t/version_tag ..................................... ok
  5778. cpan/AutoLoader/t/01AutoLoader ................................. ok
  5779. cpan/AutoLoader/t/02AutoSplit .................................. ok
  5780. cpan/B-Debug/t/debug ........................................... ok
  5781. cpan/bignum/t/big_e_pi ......................................... ok
  5782. cpan/bignum/t/bigexp ........................................... ok
  5783. cpan/bignum/t/bigint ........................................... ok
  5784. cpan/bignum/t/bignum ........................................... ok
  5785. cpan/bignum/t/bigrat ........................................... ok
  5786. cpan/bignum/t/bii_e_pi ......................................... ok
  5787. cpan/bignum/t/biinfnan ......................................... ok
  5788. cpan/bignum/t/bir_e_pi ......................................... ok
  5789. cpan/bignum/t/bn_lite .......................................... skipped
  5790. cpan/bignum/t/bninfnan ......................................... ok
  5791. cpan/bignum/t/br_lite .......................................... skipped
  5792. cpan/bignum/t/brinfnan ......................................... ok
  5793. cpan/bignum/t/in_effect ........................................ ok
  5794. cpan/bignum/t/option_a ......................................... ok
  5795. cpan/bignum/t/option_l ......................................... ok
  5796. cpan/bignum/t/option_p ......................................... ok
  5797. cpan/bignum/t/overrides ........................................ ok
  5798. cpan/bignum/t/ratopt_a ......................................... ok
  5799. cpan/bignum/t/scope_f .......................................... ok
  5800. cpan/bignum/t/scope_i .......................................... ok
  5801. cpan/bignum/t/scope_r .......................................... ok
  5802. cpan/Compress-Raw-Bzip2/t/000prereq ............................ ok
  5803. cpan/Compress-Raw-Bzip2/t/01bzip2 .............................. ok
  5804. cpan/Compress-Raw-Bzip2/t/09limitoutput ........................ ok
  5805. cpan/Compress-Raw-Bzip2/t/19nonpv .............................. ok
  5806. cpan/Compress-Raw-Bzip2/t/99pod ................................ skipped
  5807. cpan/Compress-Raw-Zlib/t/01version ............................. ok
  5808. cpan/Compress-Raw-Zlib/t/02zlib ................................ ok
  5809. cpan/Compress-Raw-Zlib/t/07bufsize ............................. skipped
  5810. cpan/Compress-Raw-Zlib/t/09limitoutput ......................... ok
  5811. cpan/Compress-Raw-Zlib/t/18lvalue .............................. ok
  5812. cpan/Compress-Raw-Zlib/t/19nonpv ............................... ok
  5813. cpan/Config-Perl-V/t/10_base ................................... ok
  5814. cpan/Config-Perl-V/t/20_plv56 .................................. ok
  5815. cpan/Config-Perl-V/t/21_plv58 .................................. ok
  5816. cpan/Config-Perl-V/t/22_plv510 ................................. ok
  5817. cpan/Config-Perl-V/t/23_plv512 ................................. ok
  5818. cpan/Config-Perl-V/t/24_plv514 ................................. ok
  5819. cpan/Config-Perl-V/t/25_plv516 ................................. ok
  5820. cpan/Config-Perl-V/t/25_plv5162 ................................ ok
  5821. cpan/Config-Perl-V/t/26_plv518 ................................. ok
  5822. cpan/Config-Perl-V/t/26_plv5182 ................................ ok
  5823. cpan/Config-Perl-V/t/27_plv5200 ................................ ok
  5824. cpan/Config-Perl-V/t/27_plv5202 ................................ ok
  5825. cpan/Config-Perl-V/t/28_plv5220 ................................ ok
  5826. cpan/Config-Perl-V/t/28_plv52201w .............................. ok
  5827. cpan/Config-Perl-V/t/29_plv5235w ............................... ok
  5828. cpan/Config-Perl-V/t/30_plv5240 ................................ ok
  5829. cpan/CPAN/t/01loadme ........................................... ok
  5830. cpan/CPAN/t/02nox .............................................. ok
  5831. cpan/CPAN/t/03pkgs ............................................. ok
  5832. cpan/CPAN/t/10version .......................................... ok
  5833. cpan/CPAN/t/11mirroredby ....................................... ok
  5834. cpan/CPAN-Meta/t/converter ..................................... ok
  5835. cpan/CPAN-Meta/t/converter-bad ................................. ok
  5836. cpan/CPAN-Meta/t/converter-fail ................................ ok
  5837. cpan/CPAN-Meta/t/converter-fragments ........................... ok
  5838. cpan/CPAN-Meta/t/load-bad ...................................... ok
  5839. cpan/CPAN-Meta/t/merge ......................................... ok
  5840. cpan/CPAN-Meta/t/meta-obj ...................................... ok
  5841. cpan/CPAN-Meta/t/no-index ...................................... ok
  5842. cpan/CPAN-Meta/t/optional_feature-merge ........................ ok
  5843. cpan/CPAN-Meta/t/parse-cpan-meta/02_api ........................ ok
  5844. cpan/CPAN-Meta/t/parse-cpan-meta/03_functions .................. ok
  5845. cpan/CPAN-Meta/t/parse-cpan-meta/04_export ..................... ok
  5846. cpan/CPAN-Meta/t/parse-cpan-meta/05_errors ..................... ok
  5847. cpan/CPAN-Meta/t/prereqs ....................................... ok
  5848. cpan/CPAN-Meta/t/prereqs-finalize .............................. ok
  5849. cpan/CPAN-Meta/t/prereqs-merge ................................. ok
  5850. cpan/CPAN-Meta/t/repository .................................... ok
  5851. cpan/CPAN-Meta/t/save-load ..................................... ok
  5852. cpan/CPAN-Meta/t/validator ..................................... ok
  5853. cpan/CPAN-Meta-Requirements/t/accepts .......................... ok
  5854. cpan/CPAN-Meta-Requirements/t/bad_version_hook ................. ok
  5855. cpan/CPAN-Meta-Requirements/t/basic ............................ ok
  5856. cpan/CPAN-Meta-Requirements/t/finalize ......................... ok
  5857. cpan/CPAN-Meta-Requirements/t/from-hash ........................ ok
  5858. cpan/CPAN-Meta-Requirements/t/merge ............................ ok
  5859. cpan/CPAN-Meta-Requirements/t/strings .......................... ok
  5860. cpan/CPAN-Meta-YAML/t/01_api ................................... ok
  5861. cpan/CPAN-Meta-YAML/t/01_compile ............................... ok
  5862. cpan/CPAN-Meta-YAML/t/10_read .................................. ok
  5863. cpan/CPAN-Meta-YAML/t/11_read_string ........................... ok
  5864. cpan/CPAN-Meta-YAML/t/12_write ................................. ok
  5865. cpan/CPAN-Meta-YAML/t/13_write_string .......................... ok
  5866. cpan/CPAN-Meta-YAML/t/20_subclass .............................. ok
  5867. cpan/CPAN-Meta-YAML/t/21_yamlpm_compat ......................... ok
  5868. cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml ......................... ok
  5869. cpan/CPAN-Meta-YAML/t/31_local_tml ............................. ok
  5870. cpan/CPAN-Meta-YAML/t/32_world_tml ............................. ok
  5871. cpan/CPAN-Meta-YAML/t/86_fail .................................. ok
  5872. cpan/Devel-PPPort/t/call ....................................... ok
  5873. cpan/Devel-PPPort/t/cop ........................................ ok
  5874. cpan/Devel-PPPort/t/exception .................................. ok
  5875. cpan/Devel-PPPort/t/format ..................................... ok
  5876. cpan/Devel-PPPort/t/grok ....................................... ok
  5877. cpan/Devel-PPPort/t/gv ......................................... ok
  5878. cpan/Devel-PPPort/t/HvNAME ..................................... ok
  5879. cpan/Devel-PPPort/t/limits ..................................... ok
  5880. cpan/Devel-PPPort/t/magic ...................................... ok
  5881. cpan/Devel-PPPort/t/memory ..................................... ok
  5882. cpan/Devel-PPPort/t/misc ....................................... ok
  5883. cpan/Devel-PPPort/t/mPUSH ...................................... ok
  5884. cpan/Devel-PPPort/t/MY_CXT ..................................... ok
  5885. cpan/Devel-PPPort/t/newCONSTSUB ................................ ok
  5886. cpan/Devel-PPPort/t/newRV ...................................... ok
  5887. cpan/Devel-PPPort/t/newSV_type ................................. ok
  5888. cpan/Devel-PPPort/t/newSVpv .................................... ok
  5889. cpan/Devel-PPPort/t/podtest .................................... ok
  5890. cpan/Devel-PPPort/t/ppphtest ................................... ok
  5891. cpan/Devel-PPPort/t/pv_tools ................................... ok
  5892. cpan/Devel-PPPort/t/pvs ........................................ ok
  5893. cpan/Devel-PPPort/t/shared_pv .................................. ok
  5894. cpan/Devel-PPPort/t/snprintf ................................... ok
  5895. cpan/Devel-PPPort/t/sprintf .................................... ok
  5896. cpan/Devel-PPPort/t/strlfuncs .................................. ok
  5897. cpan/Devel-PPPort/t/Sv_set ..................................... ok
  5898. cpan/Devel-PPPort/t/sv_xpvf .................................... ok
  5899. cpan/Devel-PPPort/t/SvPV ....................................... ok
  5900. cpan/Devel-PPPort/t/SvREFCNT ................................... ok
  5901. cpan/Devel-PPPort/t/threads .................................... ok
  5902. cpan/Devel-PPPort/t/uv ......................................... ok
  5903. cpan/Devel-PPPort/t/variables .................................. ok
  5904. cpan/Devel-PPPort/t/warn ....................................... ok
  5905. cpan/Digest/t/base ............................................. ok
  5906. cpan/Digest/t/digest ........................................... ok
  5907. cpan/Digest/t/file ............................................. ok
  5908. cpan/Digest/t/security ......................................... ok
  5909. cpan/Digest-MD5/t/align ........................................ ok
  5910. cpan/Digest-MD5/t/badfile ...................................... ok
  5911. cpan/Digest-MD5/t/bits ......................................... ok
  5912. cpan/Digest-MD5/t/clone ........................................ ok
  5913. cpan/Digest-MD5/t/files ........................................ ok
  5914. cpan/Digest-MD5/t/md5-aaa ...................................... ok
  5915. cpan/Digest-MD5/t/threads ...................................... skipped
  5916. cpan/Digest-MD5/t/utf8 ......................................... ok
  5917. cpan/Digest-SHA/t/allfcns ...................................... ok
  5918. cpan/Digest-SHA/t/base64 ....................................... ok
  5919. cpan/Digest-SHA/t/bitbuf ....................................... ok
  5920. cpan/Digest-SHA/t/bitorder ..................................... ok
  5921. cpan/Digest-SHA/t/fips180-4 .................................... ok
  5922. cpan/Digest-SHA/t/fips198 ...................................... ok
  5923. cpan/Digest-SHA/t/gg ........................................... ok
  5924. cpan/Digest-SHA/t/gglong ....................................... ok
  5925. cpan/Digest-SHA/t/hmacsha ...................................... ok
  5926. cpan/Digest-SHA/t/inheritance .................................. ok
  5927. cpan/Digest-SHA/t/ireland ...................................... ok
  5928. cpan/Digest-SHA/t/methods ...................................... ok
  5929. cpan/Digest-SHA/t/nistbit ...................................... ok
  5930. cpan/Digest-SHA/t/nistbyte ..................................... ok
  5931. cpan/Digest-SHA/t/rfc2202 ...................................... ok
  5932. cpan/Digest-SHA/t/sha1 ......................................... ok
  5933. cpan/Digest-SHA/t/sha224 ....................................... ok
  5934. cpan/Digest-SHA/t/sha256 ....................................... ok
  5935. cpan/Digest-SHA/t/sha384 ....................................... ok
  5936. cpan/Digest-SHA/t/sha512 ....................................... ok
  5937. cpan/Digest-SHA/t/state ........................................ ok
  5938. cpan/Digest-SHA/t/unicode ...................................... ok
  5939. cpan/Digest-SHA/t/woodbury ..................................... ok
  5940. cpan/Encode/t/Aliases .......................................... ok
  5941. cpan/Encode/t/at-cn ............................................ ok
  5942. cpan/Encode/t/at-tw ............................................ ok
  5943. cpan/Encode/t/CJKT ............................................. ok
  5944. cpan/Encode/t/cow .............................................. ok
  5945. cpan/Encode/t/decode ........................................... ok
  5946. cpan/Encode/t/enc_data ......................................... skipped
  5947. cpan/Encode/t/enc_eucjp ........................................ skipped
  5948. cpan/Encode/t/enc_module ....................................... skipped
  5949. cpan/Encode/t/enc_utf8 ......................................... skipped
  5950. cpan/Encode/t/Encode ........................................... ok
  5951. cpan/Encode/t/Encoder .......................................... ok
  5952. cpan/Encode/t/encoding ......................................... skipped
  5953. cpan/Encode/t/encoding-locale .................................. ok
  5954. cpan/Encode/t/fallback ......................................... ok
  5955. cpan/Encode/t/from_to .......................................... ok
  5956. cpan/Encode/t/grow ............................................. ok
  5957. cpan/Encode/t/gsm0338 .......................................... ok
  5958. cpan/Encode/t/guess ............................................ ok
  5959. cpan/Encode/t/isa .............................................. ok
  5960. cpan/Encode/t/jis7-fallback .................................... ok
  5961. cpan/Encode/t/jperl ............................................ skipped
  5962. cpan/Encode/t/magic ............................................ ok
  5963. cpan/Encode/t/mime-header ...................................... ok
  5964. cpan/Encode/t/mime-name ........................................ ok
  5965. cpan/Encode/t/mime_header_iso2022jp ............................ ok
  5966. cpan/Encode/t/perlio ........................................... ok
  5967. cpan/Encode/t/piconv ........................................... skipped
  5968. cpan/Encode/t/rt113164 ......................................... ok
  5969. cpan/Encode/t/rt65541 .......................................... ok
  5970. cpan/Encode/t/rt76824 .......................................... ok
  5971. cpan/Encode/t/rt85489 .......................................... ok
  5972. cpan/Encode/t/rt86327 .......................................... ok
  5973. cpan/Encode/t/taint ............................................ ok
  5974. cpan/Encode/t/Unicode .......................................... ok
  5975. cpan/Encode/t/utf8ref .......................................... ok
  5976. cpan/Encode/t/utf8strict ....................................... ok
  5977. cpan/Encode/t/utf8warnings ..................................... ok
  5978. cpan/experimental/t/basic ...................................... ok
  5979. cpan/ExtUtils-Constant/t/Constant .............................. ok
  5980. cpan/ExtUtils-Install/t/can_write_dir .......................... ok
  5981. cpan/ExtUtils-Install/t/Install ................................ ok
  5982. cpan/ExtUtils-Install/t/Installapi2 ............................ ok
  5983. cpan/ExtUtils-Install/t/Installed .............................. ok
  5984. cpan/ExtUtils-Install/t/InstallWithMM .......................... ok
  5985. cpan/ExtUtils-Install/t/Packlist ............................... ok
  5986. cpan/ExtUtils-MakeMaker/t/00compile ............................ skipped
  5987. cpan/ExtUtils-MakeMaker/t/01perl_bugs .......................... ok
  5988. cpan/ExtUtils-MakeMaker/t/02-xsdynamic ......................... ok
  5989. cpan/ExtUtils-MakeMaker/t/03-xsstatic .......................... skipped
  5990. cpan/ExtUtils-MakeMaker/t/arch_check ........................... ok
  5991. cpan/ExtUtils-MakeMaker/t/backwards ............................ ok
  5992. cpan/ExtUtils-MakeMaker/t/basic ................................ ok
  5993. cpan/ExtUtils-MakeMaker/t/build_man ............................ ok
  5994. cpan/ExtUtils-MakeMaker/t/cd ................................... ok
  5995. cpan/ExtUtils-MakeMaker/t/config ............................... ok
  5996. cpan/ExtUtils-MakeMaker/t/cp ................................... ok
  5997. cpan/ExtUtils-MakeMaker/t/dir_target ........................... ok
  5998. cpan/ExtUtils-MakeMaker/t/echo ................................. ok
  5999. cpan/ExtUtils-MakeMaker/t/eu_command ........................... ok
  6000. cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE ....................... ok
  6001. cpan/ExtUtils-MakeMaker/t/fix_libs ............................. ok
  6002. cpan/ExtUtils-MakeMaker/t/fixin ................................ ok
  6003. cpan/ExtUtils-MakeMaker/t/hints ................................ ok
  6004. cpan/ExtUtils-MakeMaker/t/INST ................................. ok
  6005. cpan/ExtUtils-MakeMaker/t/INST_PREFIX .......................... ok
  6006. cpan/ExtUtils-MakeMaker/t/INSTALL_BASE ......................... ok
  6007. cpan/ExtUtils-MakeMaker/t/installed_file ....................... ok
  6008. cpan/ExtUtils-MakeMaker/t/is_of_type ........................... ok
  6009. cpan/ExtUtils-MakeMaker/t/Liblist .............................. ok
  6010. cpan/ExtUtils-MakeMaker/t/make ................................. ok
  6011. cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters ................. ok
  6012. cpan/ExtUtils-MakeMaker/t/maketext_filter ...................... ok
  6013. cpan/ExtUtils-MakeMaker/t/meta_convert ......................... ok
  6014. cpan/ExtUtils-MakeMaker/t/metafile_data ........................ ok
  6015. cpan/ExtUtils-MakeMaker/t/metafile_file ........................ ok
  6016. cpan/ExtUtils-MakeMaker/t/min_perl_version ..................... ok
  6017. cpan/ExtUtils-MakeMaker/t/miniperl ............................. ok
  6018. cpan/ExtUtils-MakeMaker/t/Mkbootstrap .......................... ok
  6019. cpan/ExtUtils-MakeMaker/t/MM_Any ............................... ok
  6020. cpan/ExtUtils-MakeMaker/t/MM_BeOS .............................. skipped
  6021. cpan/ExtUtils-MakeMaker/t/MM_Cygwin ............................ skipped
  6022. cpan/ExtUtils-MakeMaker/t/MM_NW5 ............................... skipped
  6023. cpan/ExtUtils-MakeMaker/t/MM_OS2 ............................... skipped
  6024. cpan/ExtUtils-MakeMaker/t/MM_Unix .............................. ok
  6025. cpan/ExtUtils-MakeMaker/t/MM_VMS ............................... skipped
  6026. cpan/ExtUtils-MakeMaker/t/MM_Win32 ............................. skipped
  6027. cpan/ExtUtils-MakeMaker/t/oneliner ............................. ok
  6028. cpan/ExtUtils-MakeMaker/t/parse_abstract ....................... ok
  6029. cpan/ExtUtils-MakeMaker/t/parse_version ........................ ok
  6030. cpan/ExtUtils-MakeMaker/t/PL_FILES ............................. ok
  6031. cpan/ExtUtils-MakeMaker/t/pm ................................... ok
  6032. cpan/ExtUtils-MakeMaker/t/pm_to_blib ........................... ok
  6033. cpan/ExtUtils-MakeMaker/t/pod2man .............................. ok
  6034. cpan/ExtUtils-MakeMaker/t/postamble ............................ ok
  6035. cpan/ExtUtils-MakeMaker/t/prefixify ............................ ok
  6036. cpan/ExtUtils-MakeMaker/t/prereq ............................... ok
  6037. cpan/ExtUtils-MakeMaker/t/prereq_print ......................... ok
  6038. cpan/ExtUtils-MakeMaker/t/problems ............................. ok
  6039. cpan/ExtUtils-MakeMaker/t/prompt ............................... ok
  6040. cpan/ExtUtils-MakeMaker/t/recurs ............................... ok
  6041. cpan/ExtUtils-MakeMaker/t/revision ............................. ok
  6042. cpan/ExtUtils-MakeMaker/t/several_authors ...................... ok
  6043. cpan/ExtUtils-MakeMaker/t/split_command ........................ ok
  6044. cpan/ExtUtils-MakeMaker/t/test_boilerplate ..................... ok
  6045. cpan/ExtUtils-MakeMaker/t/testlib .............................. ok
  6046. cpan/ExtUtils-MakeMaker/t/unicode .............................. ok
  6047. cpan/ExtUtils-MakeMaker/t/VERSION_FROM ......................... ok
  6048. cpan/ExtUtils-MakeMaker/t/vstrings ............................. ok
  6049. cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile ................... ok
  6050. cpan/ExtUtils-MakeMaker/t/writemakefile_args ................... ok
  6051. cpan/ExtUtils-Manifest/t/Manifest .............................. ok
  6052. cpan/File-Fetch/t/01_File-Fetch ................................ ok
  6053. cpan/File-Fetch/t/null_subclass ................................ ok
  6054. cpan/File-Path/t/Path .......................................... ok
  6055. cpan/File-Path/t/Path_root ..................................... skipped
  6056. cpan/File-Path/t/Path_win32 .................................... skipped
  6057. cpan/File-Path/t/taint ......................................... ok
  6058. cpan/File-Temp/t/cmp ........................................... ok
  6059. cpan/File-Temp/t/fork .......................................... ok
  6060. cpan/File-Temp/t/lock .......................................... skipped
  6061. cpan/File-Temp/t/mktemp ........................................ ok
  6062. cpan/File-Temp/t/object ........................................ ok
  6063. cpan/File-Temp/t/posix ......................................... ok
  6064. cpan/File-Temp/t/rmtree ........................................ ok
  6065. cpan/File-Temp/t/security ...................................... ok
  6066. cpan/File-Temp/t/seekable ...................................... ok
  6067. cpan/File-Temp/t/tempfile ...................................... ok
  6068. cpan/Filter-Util-Call/t/call ................................... ok
  6069. cpan/Filter-Util-Call/t/rt_101033 .............................. ok
  6070. cpan/Filter-Util-Call/t/rt_54452-rebless ....................... ok
  6071. cpan/Getopt-Long/t/gol-basic ................................... ok
  6072. cpan/Getopt-Long/t/gol-linkage ................................. ok
  6073. cpan/Getopt-Long/t/gol-oo ...................................... ok
  6074. cpan/Getopt-Long/t/gol-xargv ................................... ok
  6075. cpan/Getopt-Long/t/gol-xstring ................................. ok
  6076. cpan/HTTP-Tiny/t/000_load ...................................... ok
  6077. cpan/HTTP-Tiny/t/001_api ....................................... ok
  6078. cpan/HTTP-Tiny/t/002_croakage .................................. ok
  6079. cpan/HTTP-Tiny/t/003_agent ..................................... ok
  6080. cpan/HTTP-Tiny/t/004_timeout ................................... ok
  6081. cpan/HTTP-Tiny/t/010_url ....................................... ok
  6082. cpan/HTTP-Tiny/t/020_headers ................................... ok
  6083. cpan/HTTP-Tiny/t/030_response .................................. ok
  6084. cpan/HTTP-Tiny/t/040_content ................................... ok
  6085. cpan/HTTP-Tiny/t/050_chunked_body .............................. ok
  6086. cpan/HTTP-Tiny/t/060_http_date ................................. ok
  6087. cpan/HTTP-Tiny/t/070_cookie_jar ................................ ok
  6088. cpan/HTTP-Tiny/t/100_get ....................................... ok
  6089. cpan/HTTP-Tiny/t/101_head ...................................... ok
  6090. cpan/HTTP-Tiny/t/102_put ....................................... ok
  6091. cpan/HTTP-Tiny/t/103_delete .................................... ok
  6092. cpan/HTTP-Tiny/t/104_post ...................................... ok
  6093. cpan/HTTP-Tiny/t/110_mirror .................................... ok
  6094. cpan/HTTP-Tiny/t/130_redirect .................................. ok
  6095. cpan/HTTP-Tiny/t/140_proxy ..................................... ok
  6096. cpan/HTTP-Tiny/t/141_no_proxy .................................. ok
  6097. cpan/HTTP-Tiny/t/150_post_form ................................. ok
  6098. cpan/HTTP-Tiny/t/160_cookies ................................... ok
  6099. cpan/HTTP-Tiny/t/161_basic_auth ................................ ok
  6100. cpan/HTTP-Tiny/t/162_proxy_auth ................................ ok
  6101. cpan/HTTP-Tiny/t/170_keepalive ................................. ok
  6102. cpan/IO-Compress/t/000prereq ................................... ok
  6103. cpan/IO-Compress/t/001bzip2 .................................... ok
  6104. cpan/IO-Compress/t/001zlib-generic-deflate ..................... ok
  6105. cpan/IO-Compress/t/001zlib-generic-gzip ........................ ok
  6106. cpan/IO-Compress/t/001zlib-generic-rawdeflate .................. ok
  6107. cpan/IO-Compress/t/001zlib-generic-zip ......................... ok
  6108. cpan/IO-Compress/t/002any-deflate .............................. ok
  6109. cpan/IO-Compress/t/002any-gzip ................................. ok
  6110. cpan/IO-Compress/t/002any-rawdeflate ........................... ok
  6111. cpan/IO-Compress/t/002any-transparent .......................... ok
  6112. cpan/IO-Compress/t/002any-zip .................................. ok
  6113. cpan/IO-Compress/t/004gziphdr .................................. ok
  6114. cpan/IO-Compress/t/005defhdr ................................... ok
  6115. cpan/IO-Compress/t/006zip ...................................... ok
  6116. cpan/IO-Compress/t/01misc ...................................... ok
  6117. cpan/IO-Compress/t/020isize .................................... skipped
  6118. cpan/IO-Compress/t/050interop-gzip ............................. ok
  6119. cpan/IO-Compress/t/100generic-bzip2 ............................ ok
  6120. cpan/IO-Compress/t/100generic-deflate .......................... ok
  6121. cpan/IO-Compress/t/100generic-gzip ............................. ok
  6122. cpan/IO-Compress/t/100generic-rawdeflate ....................... ok
  6123. cpan/IO-Compress/t/100generic-zip .............................. ok
  6124. cpan/IO-Compress/t/101truncate-bzip2 ........................... skipped
  6125. cpan/IO-Compress/t/101truncate-deflate ......................... skipped
  6126. cpan/IO-Compress/t/101truncate-gzip ............................ skipped
  6127. cpan/IO-Compress/t/101truncate-rawdeflate ...................... skipped
  6128. cpan/IO-Compress/t/101truncate-zip ............................. skipped
  6129. cpan/IO-Compress/t/102tied-bzip2 ............................... ok
  6130. cpan/IO-Compress/t/102tied-deflate ............................. ok
  6131. cpan/IO-Compress/t/102tied-gzip ................................ ok
  6132. cpan/IO-Compress/t/102tied-rawdeflate .......................... ok
  6133. cpan/IO-Compress/t/102tied-zip ................................. ok
  6134. cpan/IO-Compress/t/103newtied-bzip2 ............................ ok
  6135. cpan/IO-Compress/t/103newtied-deflate .......................... ok
  6136. cpan/IO-Compress/t/103newtied-gzip ............................. ok
  6137. cpan/IO-Compress/t/103newtied-rawdeflate ....................... ok
  6138. cpan/IO-Compress/t/103newtied-zip .............................. ok
  6139. cpan/IO-Compress/t/104destroy-bzip2 ............................ ok
  6140. cpan/IO-Compress/t/104destroy-deflate .......................... ok
  6141. cpan/IO-Compress/t/104destroy-gzip ............................. ok
  6142. cpan/IO-Compress/t/104destroy-rawdeflate ....................... ok
  6143. cpan/IO-Compress/t/104destroy-zip .............................. ok
  6144. cpan/IO-Compress/t/105oneshot-bzip2 ............................ ok
  6145. cpan/IO-Compress/t/105oneshot-deflate .......................... ok
  6146. cpan/IO-Compress/t/105oneshot-gzip ............................. ok
  6147. cpan/IO-Compress/t/105oneshot-gzip-only ........................ ok
  6148. cpan/IO-Compress/t/105oneshot-rawdeflate ....................... ok
  6149. cpan/IO-Compress/t/105oneshot-zip .............................. ok
  6150. cpan/IO-Compress/t/105oneshot-zip-bzip2-only ................... ok
  6151. cpan/IO-Compress/t/105oneshot-zip-only ......................... ok
  6152. cpan/IO-Compress/t/105oneshot-zip-store-only ................... skipped
  6153. cpan/IO-Compress/t/106prime-bzip2 .............................. skipped
  6154. cpan/IO-Compress/t/106prime-deflate ............................ skipped
  6155. cpan/IO-Compress/t/106prime-gzip ............................... skipped
  6156. cpan/IO-Compress/t/106prime-rawdeflate ......................... skipped
  6157. cpan/IO-Compress/t/106prime-zip ................................ skipped
  6158. cpan/IO-Compress/t/107multi-bzip2 .............................. ok
  6159. cpan/IO-Compress/t/107multi-deflate ............................ ok
  6160. cpan/IO-Compress/t/107multi-gzip ............................... ok
  6161. cpan/IO-Compress/t/107multi-rawdeflate ......................... ok
  6162. cpan/IO-Compress/t/107multi-zip ................................ ok
  6163. cpan/IO-Compress/t/108anyunc-bzip2 ............................. ok
  6164. cpan/IO-Compress/t/108anyunc-deflate ........................... ok
  6165. cpan/IO-Compress/t/108anyunc-gzip .............................. ok
  6166. cpan/IO-Compress/t/108anyunc-rawdeflate ........................ ok
  6167. cpan/IO-Compress/t/108anyunc-transparent ....................... ok
  6168. cpan/IO-Compress/t/108anyunc-zip ............................... ok
  6169. cpan/IO-Compress/t/109merge-deflate ............................ ok
  6170. cpan/IO-Compress/t/109merge-gzip ............................... ok
  6171. cpan/IO-Compress/t/109merge-rawdeflate ......................... ok
  6172. cpan/IO-Compress/t/109merge-zip ................................ skipped
  6173. cpan/IO-Compress/t/110encode-bzip2 ............................. ok
  6174. cpan/IO-Compress/t/110encode-deflate ........................... ok
  6175. cpan/IO-Compress/t/110encode-gzip .............................. ok
  6176. cpan/IO-Compress/t/110encode-rawdeflate ........................ ok
  6177. cpan/IO-Compress/t/110encode-zip ............................... ok
  6178. cpan/IO-Compress/t/111const-deflate ............................ ok
  6179. cpan/IO-Compress/t/999pod ...................................... skipped
  6180. cpan/IO-Compress/t/cz-01version ................................ ok
  6181. cpan/IO-Compress/t/cz-03zlib-v1 ................................ ok
  6182. cpan/IO-Compress/t/cz-06gzsetp ................................. ok
  6183. cpan/IO-Compress/t/cz-08encoding ............................... ok
  6184. cpan/IO-Compress/t/cz-14gzopen ................................. ok
  6185. cpan/IO-Compress/t/globmapper .................................. ok
  6186. cpan/IO-Socket-IP/t/00use ...................................... ok
  6187. cpan/IO-Socket-IP/t/01local-client-v4 .......................... ok
  6188. cpan/IO-Socket-IP/t/02local-server-v4 .......................... ok
  6189. cpan/IO-Socket-IP/t/03local-cross-v4 ........................... ok
  6190. cpan/IO-Socket-IP/t/04local-client-v6 .......................... ok
  6191. cpan/IO-Socket-IP/t/05local-server-v6 .......................... ok
  6192. cpan/IO-Socket-IP/t/06local-cross-v6 ........................... ok
  6193. cpan/IO-Socket-IP/t/10args ..................................... ok
  6194. cpan/IO-Socket-IP/t/11sockopts ................................. ok
  6195. cpan/IO-Socket-IP/t/12port-fallback ............................ ok
  6196. cpan/IO-Socket-IP/t/13addrinfo ................................. ok
  6197. cpan/IO-Socket-IP/t/14fileno ................................... ok
  6198. cpan/IO-Socket-IP/t/15io-socket ................................ ok
  6199. cpan/IO-Socket-IP/t/16v6only ................................... ok
  6200. cpan/IO-Socket-IP/t/17gai-flags ................................ ok
  6201. cpan/IO-Socket-IP/t/18fdopen ................................... ok
  6202. cpan/IO-Socket-IP/t/19no-addrs ................................. ok
  6203. cpan/IO-Socket-IP/t/20subclass ................................. ok
  6204. cpan/IO-Socket-IP/t/21as-inet .................................. ok
  6205. cpan/IO-Socket-IP/t/22timeout .................................. ok
  6206. cpan/IO-Socket-IP/t/30nonblocking-connect ...................... ok
  6207. cpan/IO-Socket-IP/t/31nonblocking-connect-internet ............. ok
  6208. cpan/IO-Socket-IP/t/99pod ...................................... skipped
  6209. cpan/IO-Zlib/t/basic ........................................... ok
  6210. cpan/IO-Zlib/t/external ........................................ skipped
  6211. cpan/IO-Zlib/t/getc ............................................ ok
  6212. cpan/IO-Zlib/t/getline ......................................... ok
  6213. cpan/IO-Zlib/t/import .......................................... ok
  6214. cpan/IO-Zlib/t/large ........................................... ok
  6215. cpan/IO-Zlib/t/tied ............................................ ok
  6216. cpan/IO-Zlib/t/uncomp1 ......................................... ok
  6217. cpan/IO-Zlib/t/uncomp2 ......................................... ok
  6218. cpan/IPC-Cmd/t/01_IPC-Cmd ...................................... ok
  6219. cpan/IPC-Cmd/t/02_Interactive .................................. skipped
  6220. cpan/IPC-Cmd/t/03_run-forked ................................... ok
  6221. cpan/IPC-SysV/t/ipcsysv ........................................ ok
  6222. cpan/IPC-SysV/t/msg ............................................ ok
  6223. cpan/IPC-SysV/t/pod ............................................ skipped
  6224. cpan/IPC-SysV/t/podcov ......................................... skipped
  6225. cpan/IPC-SysV/t/sem ............................................ ok
  6226. cpan/IPC-SysV/t/shm ............................................ ok
  6227. cpan/JSON-PP/t/000_load ........................................ ok
  6228. cpan/JSON-PP/t/001_utf8 ........................................ ok
  6229. cpan/JSON-PP/t/002_error ....................................... ok
  6230. cpan/JSON-PP/t/003_types ....................................... ok
  6231. cpan/JSON-PP/t/006_pc_pretty ................................... ok
  6232. cpan/JSON-PP/t/007_pc_esc ...................................... ok
  6233. cpan/JSON-PP/t/008_pc_base ..................................... ok
  6234. cpan/JSON-PP/t/009_pc_extra_number ............................. ok
  6235. cpan/JSON-PP/t/010_pc_keysort .................................. ok
  6236. cpan/JSON-PP/t/011_pc_expo ..................................... ok
  6237. cpan/JSON-PP/t/012_blessed ..................................... ok
  6238. cpan/JSON-PP/t/013_limit ....................................... ok
  6239. cpan/JSON-PP/t/014_latin1 ...................................... ok
  6240. cpan/JSON-PP/t/015_prefix ...................................... ok
  6241. cpan/JSON-PP/t/016_tied ........................................ ok
  6242. cpan/JSON-PP/t/017_relaxed ..................................... ok
  6243. cpan/JSON-PP/t/018_json_checker ................................ ok
  6244. cpan/JSON-PP/t/019_incr ........................................ ok
  6245. cpan/JSON-PP/t/020_unknown ..................................... ok
  6246. cpan/JSON-PP/t/021_evans_bugrep ................................ ok
  6247. cpan/JSON-PP/t/022_comment_at_eof .............................. ok
  6248. cpan/JSON-PP/t/099_binary ...................................... ok
  6249. cpan/JSON-PP/t/104_sortby ...................................... ok
  6250. cpan/JSON-PP/t/105_esc_slash ................................... ok
  6251. cpan/JSON-PP/t/106_allow_barekey ............................... ok
  6252. cpan/JSON-PP/t/107_allow_singlequote ........................... ok
  6253. cpan/JSON-PP/t/108_decode ...................................... ok
  6254. cpan/JSON-PP/t/109_encode ...................................... ok
  6255. cpan/JSON-PP/t/110_bignum ...................................... ok
  6256. cpan/JSON-PP/t/112_upgrade ..................................... ok
  6257. cpan/JSON-PP/t/113_overloaded_eq ............................... ok
  6258. cpan/JSON-PP/t/114_decode_prefix ............................... ok
  6259. cpan/JSON-PP/t/115_tie_ixhash .................................. ok
  6260. cpan/JSON-PP/t/116_incr_parse_fixed ............................ ok
  6261. cpan/JSON-PP/t/zero-mojibake ................................... ok
  6262. cpan/libnet/t/config ........................................... ok
  6263. cpan/libnet/t/datasend ......................................... ok
  6264. cpan/libnet/t/ftp .............................................. skipped
  6265. cpan/libnet/t/hostname ......................................... ok
  6266. cpan/libnet/t/netrc ............................................ ok
  6267. cpan/libnet/t/nntp ............................................. skipped
  6268. cpan/libnet/t/nntp_ipv6 ........................................ ok
  6269. cpan/libnet/t/nntp_ssl ......................................... skipped
  6270. cpan/libnet/t/pop3_ipv6 ........................................ ok
  6271. cpan/libnet/t/pop3_ssl ......................................... skipped
  6272. cpan/libnet/t/require .......................................... ok
  6273. cpan/libnet/t/smtp ............................................. skipped
  6274. cpan/libnet/t/smtp_ipv6 ........................................ ok
  6275. cpan/libnet/t/smtp_ssl ......................................... skipped
  6276. cpan/libnet/t/time ............................................. ok
  6277. cpan/Locale-Codes/t/country .................................... ok
  6278. cpan/Locale-Codes/t/country_old ................................ ok
  6279. cpan/Locale-Codes/t/currency ................................... ok
  6280. cpan/Locale-Codes/t/currency_old ............................... ok
  6281. cpan/Locale-Codes/t/langext .................................... ok
  6282. cpan/Locale-Codes/t/langfam .................................... ok
  6283. cpan/Locale-Codes/t/language ................................... ok
  6284. cpan/Locale-Codes/t/language_old ............................... ok
  6285. cpan/Locale-Codes/t/langvar .................................... ok
  6286. cpan/Locale-Codes/t/script ..................................... ok
  6287. cpan/Locale-Codes/t/script_old ................................. ok
  6288. cpan/Locale-Maketext-Simple/t/0-signature ...................... ok
  6289. cpan/Locale-Maketext-Simple/t/1-basic .......................... ok
  6290. cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default ...... skipped
  6291. cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default ......... skipped
  6292. cpan/Math-BigInt/t/_e_math ..................................... ok
  6293. cpan/Math-BigInt/t/bare_mbf .................................... ok
  6294. cpan/Math-BigInt/t/bare_mbi .................................... ok
  6295. cpan/Math-BigInt/t/bare_mif .................................... ok
  6296. cpan/Math-BigInt/t/bdstr-mbf ................................... ok
  6297. cpan/Math-BigInt/t/bdstr-mbi ................................... ok
  6298. cpan/Math-BigInt/t/bestr-mbf ................................... ok
  6299. cpan/Math-BigInt/t/bestr-mbi ................................... ok
  6300. cpan/Math-BigInt/t/big_pi_e .................................... ok
  6301. cpan/Math-BigInt/t/bigfltpm .................................... ok
  6302. cpan/Math-BigInt/t/bigintc ..................................... ok
  6303. cpan/Math-BigInt/t/bigintpm .................................... ok
  6304. cpan/Math-BigInt/t/bigints ..................................... ok
  6305. cpan/Math-BigInt/t/biglog ...................................... ok
  6306. cpan/Math-BigInt/t/bigroot ..................................... ok
  6307. cpan/Math-BigInt/t/bnstr-mbf ................................... ok
  6308. cpan/Math-BigInt/t/bnstr-mbi ................................... ok
  6309. cpan/Math-BigInt/t/bsstr-mbf ................................... ok
  6310. cpan/Math-BigInt/t/bsstr-mbi ................................... ok
  6311. cpan/Math-BigInt/t/calling ..................................... ok
  6312. cpan/Math-BigInt/t/calling-class-methods ....................... ok
  6313. cpan/Math-BigInt/t/calling-instance-methods .................... ok
  6314. cpan/Math-BigInt/t/config ...................................... ok
  6315. cpan/Math-BigInt/t/const_mbf ................................... ok
  6316. cpan/Math-BigInt/t/constant .................................... ok
  6317. cpan/Math-BigInt/t/downgrade ................................... ok
  6318. cpan/Math-BigInt/t/dparts-mbf .................................. ok
  6319. cpan/Math-BigInt/t/dparts-mbi .................................. ok
  6320. cpan/Math-BigInt/t/eparts-mbf .................................. ok
  6321. cpan/Math-BigInt/t/eparts-mbi .................................. ok
  6322. cpan/Math-BigInt/t/from_bin-mbf ................................ ok
  6323. cpan/Math-BigInt/t/from_bin-mbi ................................ ok
  6324. cpan/Math-BigInt/t/from_hex-mbf ................................ ok
  6325. cpan/Math-BigInt/t/from_hex-mbi ................................ ok
  6326. cpan/Math-BigInt/t/from_oct-mbf ................................ ok
  6327. cpan/Math-BigInt/t/from_oct-mbi ................................ ok
  6328. cpan/Math-BigInt/t/inf_nan ..................................... ok
  6329. cpan/Math-BigInt/t/isa ......................................... ok
  6330. cpan/Math-BigInt/t/lib_load .................................... ok
  6331. cpan/Math-BigInt/t/mbf_ali ..................................... ok
  6332. cpan/Math-BigInt/t/mbi_ali ..................................... ok
  6333. cpan/Math-BigInt/t/mbi_rand .................................... ok
  6334. cpan/Math-BigInt/t/mbimbf ...................................... ok
  6335. cpan/Math-BigInt/t/nan_cmp ..................................... ok
  6336. cpan/Math-BigInt/t/new-mbf ..................................... ok
  6337. cpan/Math-BigInt/t/new_overloaded .............................. ok
  6338. cpan/Math-BigInt/t/nparts-mbf .................................. ok
  6339. cpan/Math-BigInt/t/nparts-mbi .................................. ok
  6340. cpan/Math-BigInt/t/objectify_mbf ............................... ok
  6341. cpan/Math-BigInt/t/objectify_mbi ............................... ok
  6342. cpan/Math-BigInt/t/req_mbf0 .................................... ok
  6343. cpan/Math-BigInt/t/req_mbf1 .................................... ok
  6344. cpan/Math-BigInt/t/req_mbfa .................................... ok
  6345. cpan/Math-BigInt/t/req_mbfi .................................... ok
  6346. cpan/Math-BigInt/t/req_mbfn .................................... ok
  6347. cpan/Math-BigInt/t/req_mbfw .................................... ok
  6348. cpan/Math-BigInt/t/require ..................................... ok
  6349. cpan/Math-BigInt/t/round ....................................... ok
  6350. cpan/Math-BigInt/t/rt-16221 .................................... ok
  6351. cpan/Math-BigInt/t/sparts-mbf .................................. ok
  6352. cpan/Math-BigInt/t/sparts-mbi .................................. ok
  6353. cpan/Math-BigInt/t/sub_ali ..................................... ok
  6354. cpan/Math-BigInt/t/sub_mbf ..................................... ok
  6355. cpan/Math-BigInt/t/sub_mbi ..................................... ok
  6356. cpan/Math-BigInt/t/sub_mif ..................................... ok
  6357. cpan/Math-BigInt/t/trap ........................................ ok
  6358. cpan/Math-BigInt/t/upgrade ..................................... ok
  6359. cpan/Math-BigInt/t/upgrade2 .................................... ok
  6360. cpan/Math-BigInt/t/upgradef .................................... ok
  6361. cpan/Math-BigInt/t/use ......................................... ok
  6362. cpan/Math-BigInt/t/use_lib1 .................................... ok
  6363. cpan/Math-BigInt/t/use_lib2 .................................... ok
  6364. cpan/Math-BigInt/t/use_lib3 .................................... ok
  6365. cpan/Math-BigInt/t/use_lib4 .................................... ok
  6366. cpan/Math-BigInt/t/use_mbfw .................................... ok
  6367. cpan/Math-BigInt/t/with_sub .................................... ok
  6368. cpan/Math-BigInt-FastCalc/t/bigintfc ........................... ok
  6369. cpan/Math-BigInt-FastCalc/t/biglog ............................. ok
  6370. cpan/Math-BigInt-FastCalc/t/bigroot ............................ ok
  6371. cpan/Math-BigInt-FastCalc/t/bootstrap .......................... ok
  6372. cpan/Math-BigInt-FastCalc/t/leak ............................... ok
  6373. cpan/Math-BigInt-FastCalc/t/mbi_rand ........................... ok
  6374. cpan/Math-BigRat/t/big_ap ...................................... ok
  6375. cpan/Math-BigRat/t/bigfltrt .................................... ok
  6376. cpan/Math-BigRat/t/biglog ...................................... ok
  6377. cpan/Math-BigRat/t/bigrat ...................................... ok
  6378. cpan/Math-BigRat/t/bigratpm .................................... ok
  6379. cpan/Math-BigRat/t/bigratup .................................... ok
  6380. cpan/Math-BigRat/t/bigroot ..................................... ok
  6381. cpan/Math-BigRat/t/bitwise ..................................... ok
  6382. cpan/Math-BigRat/t/hang ........................................ ok
  6383. cpan/Math-BigRat/t/requirer .................................... ok
  6384. cpan/Math-BigRat/t/trap ........................................ ok
  6385. cpan/Math-Complex/t/Complex .................................... ok
  6386. cpan/Math-Complex/t/Trig ....................................... ok
  6387. cpan/Math-Complex/t/underbar ................................... ok
  6388. cpan/Memoize/t/array ........................................... ok
  6389. cpan/Memoize/t/array_confusion ................................. ok
  6390. cpan/Memoize/t/correctness ..................................... ok
  6391. cpan/Memoize/t/errors .......................................... ok
  6392. cpan/Memoize/t/expfile ......................................... ok
  6393. cpan/Memoize/t/expire .......................................... ok
  6394. cpan/Memoize/t/expmod_n ........................................ ok
  6395. cpan/Memoize/t/expmod_t ........................................ ok
  6396. cpan/Memoize/t/flush ........................................... ok
  6397. cpan/Memoize/t/normalize ....................................... ok
  6398. cpan/Memoize/t/prototype ....................................... ok
  6399. cpan/Memoize/t/speed ........................................... ok
  6400. cpan/Memoize/t/tie ............................................. ok
  6401. cpan/Memoize/t/tie_gdbm ........................................ skipped
  6402. cpan/Memoize/t/tie_ndbm ........................................ skipped
  6403. cpan/Memoize/t/tie_sdbm ........................................ ok
  6404. cpan/Memoize/t/tie_storable .................................... ok
  6405. cpan/Memoize/t/tiefeatures ..................................... ok
  6406. cpan/Memoize/t/unmemoize ....................................... ok
  6407. cpan/MIME-Base64/t/base64 ...................................... ok
  6408. cpan/MIME-Base64/t/length ...................................... ok
  6409. cpan/MIME-Base64/t/quoted-print ................................ ok
  6410. cpan/MIME-Base64/t/unicode ..................................... ok
  6411. cpan/Module-Load/t/01_Module-Load .............................. ok
  6412. cpan/Module-Load/t/02_Module-Load .............................. ok
  6413. cpan/Module-Load-Conditional/t/01_Module_Load_Conditional ...... ok
  6414. cpan/Module-Loaded/t/01_Module-Loaded .......................... ok
  6415. cpan/Module-Metadata/t/contains_pod ............................ ok
  6416. cpan/Module-Metadata/t/encoding ................................ ok
  6417. cpan/Module-Metadata/t/endpod .................................. ok
  6418. cpan/Module-Metadata/t/extract-package ......................... ok
  6419. cpan/Module-Metadata/t/extract-version ......................... ok
  6420. cpan/Module-Metadata/t/metadata ................................ ok
  6421. cpan/Module-Metadata/t/taint ................................... ok
  6422. cpan/Module-Metadata/t/version ................................. ok
  6423. cpan/NEXT/t/actual ............................................. ok
  6424. cpan/NEXT/t/actuns ............................................. ok
  6425. cpan/NEXT/t/dynamically_scoped_regex_vars ...................... ok
  6426. cpan/NEXT/t/next ............................................... ok
  6427. cpan/NEXT/t/stringify .......................................... ok
  6428. cpan/NEXT/t/unseen ............................................. ok
  6429. cpan/Params-Check/t/01_Params-Check ............................ ok
  6430. cpan/parent/t/compile-time ..................................... ok
  6431. cpan/parent/t/compile-time-file ................................ ok
  6432. cpan/parent/t/parent ........................................... ok
  6433. cpan/parent/t/parent-classfromclassfile ........................ ok
  6434. cpan/parent/t/parent-classfromfile ............................. ok
  6435. cpan/parent/t/parent-pmc ....................................... ok
  6436. cpan/parent/t/parent-returns-false ............................. ok
  6437. cpan/Perl-OSType/t/OSType ...................................... ok
  6438. cpan/PerlIO-via-QuotedPrint/t/QuotedPrint ...................... ok
  6439. cpan/Pod-Checker/t/pod/podchkenc ............................... ok
  6440. cpan/Pod-Checker/t/pod/podchklink .............................. ok
  6441. cpan/Pod-Checker/t/pod/poderrs ................................. ok
  6442. cpan/Pod-Checker/t/pod/selfcheck ............................... ok
  6443. cpan/Pod-Escapes/t/01_about_verbose ............................ ok
  6444. cpan/Pod-Escapes/t/10_main ..................................... ok
  6445. cpan/Pod-Escapes/t/15_name2charnum ............................. ok
  6446. cpan/Pod-Parser/t/pod/contains_pod ............................. ok
  6447. cpan/Pod-Parser/t/pod/emptycmd ................................. ok
  6448. cpan/Pod-Parser/t/pod/find ..................................... ok
  6449. cpan/Pod-Parser/t/pod/for ...................................... ok
  6450. cpan/Pod-Parser/t/pod/headings ................................. ok
  6451. cpan/Pod-Parser/t/pod/include .................................. ok
  6452. cpan/Pod-Parser/t/pod/included ................................. ok
  6453. cpan/Pod-Parser/t/pod/lref ..................................... ok
  6454. cpan/Pod-Parser/t/pod/multiline_items .......................... ok
  6455. cpan/Pod-Parser/t/pod/nested_items ............................. ok
  6456. cpan/Pod-Parser/t/pod/nested_seqs .............................. ok
  6457. cpan/Pod-Parser/t/pod/oneline_cmds ............................. ok
  6458. cpan/Pod-Parser/t/pod/podselect ................................ ok
  6459. cpan/Pod-Parser/t/pod/selfcheck ................................ ok
  6460. cpan/Pod-Parser/t/pod/special_seqs ............................. ok
  6461. cpan/Pod-Parser/t/pod/twice .................................... ok
  6462. cpan/Pod-Perldoc/t/00_load ..................................... ok
  6463. cpan/Pod-Perldoc/t/01_about_verbose ............................ ok
  6464. cpan/Pod-Perldoc/t/man/_get_columns ............................ ok
  6465. cpan/Pod-Perldoc/t/pod ......................................... skipped
  6466. cpan/Pod-Simple/t/00about ...................................... ok
  6467. cpan/Pod-Simple/t/20_skip ...................................... ok
  6468. cpan/Pod-Simple/t/ac_d ......................................... ok
  6469. cpan/Pod-Simple/t/accept01 ..................................... ok
  6470. cpan/Pod-Simple/t/accept05 ..................................... ok
  6471. cpan/Pod-Simple/t/basic ........................................ ok
  6472. cpan/Pod-Simple/t/begin ........................................ ok
  6473. cpan/Pod-Simple/t/cbacks ....................................... ok
  6474. cpan/Pod-Simple/t/chunking ..................................... ok
  6475. cpan/Pod-Simple/t/closeys ...................................... ok
  6476. cpan/Pod-Simple/t/corpus ....................................... ok
  6477. cpan/Pod-Simple/t/emptylists ................................... ok
  6478. cpan/Pod-Simple/t/enc-chars .................................... ok
  6479. cpan/Pod-Simple/t/encod01 ...................................... ok
  6480. cpan/Pod-Simple/t/encod02 ...................................... ok
  6481. cpan/Pod-Simple/t/encod03 ...................................... ok
  6482. cpan/Pod-Simple/t/encod04 ...................................... ok
  6483. cpan/Pod-Simple/t/end_over ..................................... ok
  6484. cpan/Pod-Simple/t/eol .......................................... ok
  6485. cpan/Pod-Simple/t/eol2 ......................................... ok
  6486. cpan/Pod-Simple/t/fake-closers ................................. ok
  6487. cpan/Pod-Simple/t/fcodes ....................................... ok
  6488. cpan/Pod-Simple/t/fcodes_e ..................................... ok
  6489. cpan/Pod-Simple/t/fcodes_l ..................................... ok
  6490. cpan/Pod-Simple/t/fcodes_s ..................................... ok
  6491. cpan/Pod-Simple/t/for .......................................... ok
  6492. cpan/Pod-Simple/t/fornot ....................................... ok
  6493. cpan/Pod-Simple/t/heads ........................................ ok
  6494. cpan/Pod-Simple/t/html01 ....................................... ok
  6495. cpan/Pod-Simple/t/html02 ....................................... ok
  6496. cpan/Pod-Simple/t/html03 ....................................... ok
  6497. cpan/Pod-Simple/t/htmlbat ...................................... ok
  6498. cpan/Pod-Simple/t/items ........................................ ok
  6499. cpan/Pod-Simple/t/items02 ...................................... ok
  6500. cpan/Pod-Simple/t/itemstar ..................................... ok
  6501. cpan/Pod-Simple/t/linkclas ..................................... ok
  6502. cpan/Pod-Simple/t/output ....................................... ok
  6503. cpan/Pod-Simple/t/puller ....................................... ok
  6504. cpan/Pod-Simple/t/pulltitl ..................................... ok
  6505. cpan/Pod-Simple/t/reinit ....................................... ok
  6506. cpan/Pod-Simple/t/render ....................................... ok
  6507. cpan/Pod-Simple/t/search05 ..................................... ok
  6508. cpan/Pod-Simple/t/search10 ..................................... ok
  6509. cpan/Pod-Simple/t/search12 ..................................... ok
  6510. cpan/Pod-Simple/t/search20 ..................................... ok
  6511. cpan/Pod-Simple/t/search22 ..................................... ok
  6512. cpan/Pod-Simple/t/search25 ..................................... ok
  6513. cpan/Pod-Simple/t/search26 ..................................... ok
  6514. cpan/Pod-Simple/t/search27 ..................................... ok
  6515. cpan/Pod-Simple/t/search28 ..................................... ok
  6516. cpan/Pod-Simple/t/search29 ..................................... ok
  6517. cpan/Pod-Simple/t/search50 ..................................... ok
  6518. cpan/Pod-Simple/t/stree ........................................ ok
  6519. cpan/Pod-Simple/t/strpvbtm ..................................... ok
  6520. cpan/Pod-Simple/t/tiedfh ....................................... ok
  6521. cpan/Pod-Simple/t/verb_fmt ..................................... ok
  6522. cpan/Pod-Simple/t/verbatim ..................................... ok
  6523. cpan/Pod-Simple/t/whine ........................................ ok
  6524. cpan/Pod-Simple/t/x_nixer ...................................... ok
  6525. cpan/Pod-Simple/t/xhtml-bkb .................................... ok
  6526. cpan/Pod-Simple/t/xhtml01 ...................................... ok
  6527. cpan/Pod-Simple/t/xhtml05 ...................................... ok
  6528. cpan/Pod-Simple/t/xhtml10 ...................................... ok
  6529. cpan/Pod-Simple/t/xhtml15 ...................................... ok
  6530. cpan/Pod-Simple/t/xhtml20 ...................................... ok
  6531. cpan/Pod-Usage/t/pod/headwithmarkup ............................ ok
  6532. cpan/Pod-Usage/t/pod/pod2usage ................................. ok
  6533. cpan/Pod-Usage/t/pod/pod2usage2 ................................ ok
  6534. cpan/Pod-Usage/t/pod/selectheaders ............................. ok
  6535. cpan/Pod-Usage/t/pod/selectsections ............................ ok
  6536. cpan/podlators/t/docs/pod ...................................... skipped
  6537. cpan/podlators/t/docs/pod-spelling ............................. skipped
  6538. cpan/podlators/t/docs/synopsis ................................. skipped
  6539. cpan/podlators/t/general/basic ................................. ok
  6540. cpan/podlators/t/general/filehandle ............................ ok
  6541. cpan/podlators/t/general/pod-parser ............................ ok
  6542. cpan/podlators/t/man/devise-date ............................... ok
  6543. cpan/podlators/t/man/devise-title .............................. ok
  6544. cpan/podlators/t/man/empty ..................................... ok
  6545. cpan/podlators/t/man/heading ................................... ok
  6546. cpan/podlators/t/man/iso-8859-1 ................................ ok
  6547. cpan/podlators/t/man/no-encode ................................. ok
  6548. cpan/podlators/t/man/snippets .................................. ok
  6549. cpan/podlators/t/man/utf8-io ................................... ok
  6550. cpan/podlators/t/parselink/basic ............................... ok
  6551. cpan/podlators/t/style/minimum-version ......................... skipped
  6552. cpan/podlators/t/style/module-version .......................... skipped
  6553. cpan/podlators/t/style/strict .................................. skipped
  6554. cpan/podlators/t/text/basic .................................... ok
  6555. cpan/podlators/t/text/color .................................... ok
  6556. cpan/podlators/t/text/empty .................................... ok
  6557. cpan/podlators/t/text/encoding ................................. ok
  6558. cpan/podlators/t/text/options .................................. ok
  6559. cpan/podlators/t/text/overstrike ............................... ok
  6560. cpan/podlators/t/text/perlio ................................... ok
  6561. cpan/podlators/t/text/termcap .................................. ok
  6562. cpan/podlators/t/text/utf8 ..................................... ok
  6563. cpan/Scalar-List-Utils/t/00version ............................. ok
  6564. cpan/Scalar-List-Utils/t/any-all ............................... ok
  6565. cpan/Scalar-List-Utils/t/blessed ............................... ok
  6566. cpan/Scalar-List-Utils/t/dualvar ............................... ok
  6567. cpan/Scalar-List-Utils/t/first ................................. ok
  6568. cpan/Scalar-List-Utils/t/getmagic-once ......................... ok
  6569. cpan/Scalar-List-Utils/t/isvstring ............................. ok
  6570. cpan/Scalar-List-Utils/t/lln ................................... ok
  6571. cpan/Scalar-List-Utils/t/max ................................... ok
  6572. cpan/Scalar-List-Utils/t/maxstr ................................ ok
  6573. cpan/Scalar-List-Utils/t/min ................................... ok
  6574. cpan/Scalar-List-Utils/t/minstr ................................ ok
  6575. cpan/Scalar-List-Utils/t/openhan ............................... ok
  6576. cpan/Scalar-List-Utils/t/pair .................................. ok
  6577. cpan/Scalar-List-Utils/t/product ............................... ok
  6578. cpan/Scalar-List-Utils/t/prototype ............................. ok
  6579. cpan/Scalar-List-Utils/t/readonly .............................. ok
  6580. cpan/Scalar-List-Utils/t/reduce ................................ ok
  6581. cpan/Scalar-List-Utils/t/refaddr ............................... ok
  6582. cpan/Scalar-List-Utils/t/reftype ............................... ok
  6583. cpan/Scalar-List-Utils/t/rt-96343 .............................. ok
  6584. cpan/Scalar-List-Utils/t/scalarutil-proto ...................... ok
  6585. cpan/Scalar-List-Utils/t/shuffle ............................... ok
  6586. cpan/Scalar-List-Utils/t/stack-corruption ...................... ok
  6587. cpan/Scalar-List-Utils/t/subname ............................... ok
  6588. cpan/Scalar-List-Utils/t/sum ................................... ok
  6589. cpan/Scalar-List-Utils/t/sum0 .................................. ok
  6590. cpan/Scalar-List-Utils/t/tainted ............................... ok
  6591. cpan/Scalar-List-Utils/t/uniq .................................. ok
  6592. cpan/Scalar-List-Utils/t/weak .................................. ok
  6593. cpan/Socket/t/getaddrinfo ...................................... ok
  6594. cpan/Socket/t/getnameinfo ...................................... ok
  6595. cpan/Socket/t/ip_mreq .......................................... ok
  6596. cpan/Socket/t/ipv6_mreq ........................................ ok
  6597. cpan/Socket/t/sockaddr ......................................... ok
  6598. cpan/Socket/t/Socket ........................................... ok
  6599. cpan/Socket/t/socketpair ....................................... ok
  6600. cpan/Sys-Syslog/t/00-load ...................................... ok
  6601. cpan/Sys-Syslog/t/constants .................................... ok
  6602. cpan/Sys-Syslog/t/facilities-routing ........................... skipped
  6603. cpan/Sys-Syslog/t/syslog ....................................... ok
  6604. cpan/Term-ANSIColor/t/module/aliases-func ...................... ok
  6605. cpan/Term-ANSIColor/t/module/basic ............................. ok
  6606. cpan/Term-ANSIColor/t/module/basic256 .......................... ok
  6607. cpan/Term-ANSIColor/t/module/eval .............................. ok
  6608. cpan/Term-ANSIColor/t/module/stringify ......................... ok
  6609. cpan/Term-ANSIColor/t/taint/basic .............................. ok
  6610. cpan/Term-Cap/test ............................................. ok
  6611. cpan/Test-Harness/t/aggregator ................................. ok
  6612. cpan/Test-Harness/t/bailout .................................... ok
  6613. cpan/Test-Harness/t/base ....................................... ok
  6614. cpan/Test-Harness/t/callbacks .................................. ok
  6615. cpan/Test-Harness/t/compat/env ................................. ok
  6616. cpan/Test-Harness/t/compat/env_opts ............................ ok
  6617. cpan/Test-Harness/t/compat/failure ............................. ok
  6618. cpan/Test-Harness/t/compat/inc-propagation ..................... ok
  6619. cpan/Test-Harness/t/compat/inc_taint ........................... ok
  6620. cpan/Test-Harness/t/compat/nonumbers ........................... skipped
  6621. cpan/Test-Harness/t/compat/regression .......................... ok
  6622. cpan/Test-Harness/t/compat/subclass ............................ ok
  6623. cpan/Test-Harness/t/compat/switches ............................ ok
  6624. cpan/Test-Harness/t/compat/test-harness-compat ................. ok
  6625. cpan/Test-Harness/t/compat/version ............................. ok
  6626. cpan/Test-Harness/t/console .................................... ok
  6627. cpan/Test-Harness/t/errors ..................................... ok
  6628. cpan/Test-Harness/t/file ....................................... ok
  6629. cpan/Test-Harness/t/glob-to-regexp ............................. ok
  6630. cpan/Test-Harness/t/grammar .................................... ok
  6631. cpan/Test-Harness/t/harness .................................... ok
  6632. cpan/Test-Harness/t/harness-bailout ............................ ok
  6633. cpan/Test-Harness/t/harness-subclass ........................... ok
  6634. cpan/Test-Harness/t/iterator_factory ........................... ok
  6635. cpan/Test-Harness/t/iterators .................................. ok
  6636. cpan/Test-Harness/t/multiplexer ................................ ok
  6637. cpan/Test-Harness/t/nested ..................................... ok
  6638. cpan/Test-Harness/t/nofork ..................................... ok
  6639. cpan/Test-Harness/t/nofork-mux ................................. ok
  6640. cpan/Test-Harness/t/object ..................................... ok
  6641. cpan/Test-Harness/t/parse ...................................... ok
  6642. cpan/Test-Harness/t/parser-config .............................. ok
  6643. cpan/Test-Harness/t/parser-subclass ............................ ok
  6644. cpan/Test-Harness/t/perl5lib ................................... ok
  6645. cpan/Test-Harness/t/premature-bailout .......................... ok
  6646. cpan/Test-Harness/t/process .................................... ok
  6647. cpan/Test-Harness/t/prove ...................................... ok
  6648. cpan/Test-Harness/t/proverc .................................... ok
  6649. cpan/Test-Harness/t/proverun ................................... ok
  6650. cpan/Test-Harness/t/proveversion ............................... ok
  6651. cpan/Test-Harness/t/regression ................................. ok
  6652. cpan/Test-Harness/t/results .................................... ok
  6653. cpan/Test-Harness/t/scheduler .................................. ok
  6654. cpan/Test-Harness/t/source ..................................... ok
  6655. cpan/Test-Harness/t/source_handler ............................. ok
  6656. cpan/Test-Harness/t/source_tests/source ........................ ok
  6657. cpan/Test-Harness/t/spool ...................................... ok
  6658. cpan/Test-Harness/t/state ...................................... ok
  6659. cpan/Test-Harness/t/state_results .............................. ok
  6660. cpan/Test-Harness/t/streams .................................... ok
  6661. cpan/Test-Harness/t/taint ...................................... ok
  6662. cpan/Test-Harness/t/testargs ................................... ok
  6663. cpan/Test-Harness/t/unicode .................................... ok
  6664. cpan/Test-Harness/t/yamlish .................................... ok
  6665. cpan/Test-Harness/t/yamlish-output ............................. ok
  6666. cpan/Test-Harness/t/yamlish-writer ............................. ok
  6667. cpan/Test-Simple/t/Legacy/00test_harness_check ................. ok
  6668. cpan/Test-Simple/t/Legacy/01-basic ............................. ok
  6669. cpan/Test-Simple/t/Legacy/478-cmp_ok_hash ...................... ok
  6670. cpan/Test-Simple/t/Legacy/auto ................................. ok
  6671. cpan/Test-Simple/t/Legacy/bad_plan ............................. ok
  6672. cpan/Test-Simple/t/Legacy/bail_out ............................. ok
  6673. cpan/Test-Simple/t/Legacy/BEGIN_require_ok ..................... ok
  6674. cpan/Test-Simple/t/Legacy/BEGIN_use_ok ......................... ok
  6675. cpan/Test-Simple/t/Legacy/buffer ............................... ok
  6676. cpan/Test-Simple/t/Legacy/Bugs/600 ............................. ok
  6677. cpan/Test-Simple/t/Legacy/Bugs/629 ............................. ok
  6678. cpan/Test-Simple/t/Legacy/Builder/Builder ...................... ok
  6679. cpan/Test-Simple/t/Legacy/Builder/carp ......................... ok
  6680. cpan/Test-Simple/t/Legacy/Builder/create ....................... ok
  6681. cpan/Test-Simple/t/Legacy/Builder/current_test ................. ok
  6682. cpan/Test-Simple/t/Legacy/Builder/current_test_without_plan .... ok
  6683. cpan/Test-Simple/t/Legacy/Builder/details ...................... ok
  6684. cpan/Test-Simple/t/Legacy/Builder/done_testing ................. ok
  6685. cpan/Test-Simple/t/Legacy/Builder/done_testing_double .......... ok
  6686. cpan/Test-Simple/t/Legacy/Builder/done_testing_plan_mismatch ... ok
  6687. cpan/Test-Simple/t/Legacy/Builder/done_testing_with_no_plan .... ok
  6688. cpan/Test-Simple/t/Legacy/Builder/done_testing_with_number ..... ok
  6689. cpan/Test-Simple/t/Legacy/Builder/done_testing_with_plan ....... ok
  6690. cpan/Test-Simple/t/Legacy/Builder/fork_with_new_stdout ......... ok
  6691. cpan/Test-Simple/t/Legacy/Builder/has_plan ..................... ok
  6692. cpan/Test-Simple/t/Legacy/Builder/has_plan2 .................... ok
  6693. cpan/Test-Simple/t/Legacy/Builder/is_fh ........................ ok
  6694. cpan/Test-Simple/t/Legacy/Builder/is_passing ................... ok
  6695. cpan/Test-Simple/t/Legacy/Builder/maybe_regex .................. ok
  6696. cpan/Test-Simple/t/Legacy/Builder/no_diag ...................... ok
  6697. cpan/Test-Simple/t/Legacy/Builder/no_ending .................... ok
  6698. cpan/Test-Simple/t/Legacy/Builder/no_header .................... ok
  6699. cpan/Test-Simple/t/Legacy/Builder/no_plan_at_all ............... ok
  6700. cpan/Test-Simple/t/Legacy/Builder/ok_obj ....................... ok
  6701. cpan/Test-Simple/t/Legacy/Builder/output ....................... ok
  6702. cpan/Test-Simple/t/Legacy/Builder/reset ........................ ok
  6703. cpan/Test-Simple/t/Legacy/Builder/reset_outputs ................ ok
  6704. cpan/Test-Simple/t/Legacy/Builder/try .......................... ok
  6705. cpan/Test-Simple/t/Legacy/c_flag ............................... ok
  6706. cpan/Test-Simple/t/Legacy/capture .............................. ok
  6707. cpan/Test-Simple/t/Legacy/check_tests .......................... ok
  6708. cpan/Test-Simple/t/Legacy/circular_data ........................ ok
  6709. cpan/Test-Simple/t/Legacy/cmp_ok ............................... ok
  6710. cpan/Test-Simple/t/Legacy/depth ................................ ok
  6711. cpan/Test-Simple/t/Legacy/diag ................................. ok
  6712. cpan/Test-Simple/t/Legacy/died ................................. ok
  6713. cpan/Test-Simple/t/Legacy/dont_overwrite_die_handler ........... ok
  6714. cpan/Test-Simple/t/Legacy/eq_set ............................... ok
  6715. cpan/Test-Simple/t/Legacy/exit ................................. ok
  6716. cpan/Test-Simple/t/Legacy/explain .............................. ok
  6717. cpan/Test-Simple/t/Legacy/explain_err_vars ..................... ok
  6718. cpan/Test-Simple/t/Legacy/extra ................................ ok
  6719. cpan/Test-Simple/t/Legacy/extra_one ............................ ok
  6720. cpan/Test-Simple/t/Legacy/fail ................................. ok
  6721. cpan/Test-Simple/t/Legacy/fail-like ............................ ok
  6722. cpan/Test-Simple/t/Legacy/fail-more ............................ ok
  6723. cpan/Test-Simple/t/Legacy/fail_one ............................. ok
  6724. cpan/Test-Simple/t/Legacy/filehandles .......................... ok
  6725. cpan/Test-Simple/t/Legacy/fork ................................. ok
  6726. cpan/Test-Simple/t/Legacy/harness_active ....................... ok
  6727. cpan/Test-Simple/t/Legacy/import ............................... ok
  6728. cpan/Test-Simple/t/Legacy/is_deeply_dne_bug .................... ok
  6729. cpan/Test-Simple/t/Legacy/is_deeply_fail ....................... ok
  6730. cpan/Test-Simple/t/Legacy/is_deeply_with_threads ............... skipped
  6731. cpan/Test-Simple/t/Legacy/missing .............................. ok
  6732. cpan/Test-Simple/t/Legacy/More ................................. ok
  6733. cpan/Test-Simple/t/Legacy/new_ok ............................... ok
  6734. cpan/Test-Simple/t/Legacy/no_plan .............................. ok
  6735. cpan/Test-Simple/t/Legacy/no_tests ............................. ok
  6736. cpan/Test-Simple/t/Legacy/note ................................. ok
  6737. cpan/Test-Simple/t/Legacy/overload ............................. ok
  6738. cpan/Test-Simple/t/Legacy/overload_threads ..................... ok
  6739. cpan/Test-Simple/t/Legacy/plan ................................. ok
  6740. cpan/Test-Simple/t/Legacy/plan_bad ............................. ok
  6741. cpan/Test-Simple/t/Legacy/plan_is_noplan ....................... ok
  6742. cpan/Test-Simple/t/Legacy/plan_no_plan ......................... ok
  6743. cpan/Test-Simple/t/Legacy/plan_shouldnt_import ................. ok
  6744. cpan/Test-Simple/t/Legacy/plan_skip_all ........................ skipped
  6745. cpan/Test-Simple/t/Legacy/Regression/637 ....................... skipped
  6746. cpan/Test-Simple/t/Legacy/Regression/683_thread_todo ........... skipped
  6747. cpan/Test-Simple/t/Legacy/Regression/6_cmp_ok .................. ok
  6748. cpan/Test-Simple/t/Legacy/Regression/736_use_ok ................ ok
  6749. cpan/Test-Simple/t/Legacy/require_ok ........................... ok
  6750. cpan/Test-Simple/t/Legacy/run_test ............................. ok
  6751. cpan/Test-Simple/t/Legacy/simple ............................... ok
  6752. cpan/Test-Simple/t/Legacy/Simple/load .......................... ok
  6753. cpan/Test-Simple/t/Legacy/skip ................................. ok
  6754. cpan/Test-Simple/t/Legacy/skipall .............................. ok
  6755. cpan/Test-Simple/t/Legacy/strays ............................... skipped
  6756. cpan/Test-Simple/t/Legacy/subtest/args ......................... ok
  6757. cpan/Test-Simple/t/Legacy/subtest/bail_out ..................... ok
  6758. cpan/Test-Simple/t/Legacy/subtest/basic ........................ ok
  6759. cpan/Test-Simple/t/Legacy/subtest/die .......................... ok
  6760. cpan/Test-Simple/t/Legacy/subtest/do ........................... ok
  6761. cpan/Test-Simple/t/Legacy/subtest/events ....................... ok
  6762. cpan/Test-Simple/t/Legacy/subtest/fork ......................... ok
  6763. cpan/Test-Simple/t/Legacy/subtest/implicit_done ................ ok
  6764. cpan/Test-Simple/t/Legacy/subtest/line_numbers ................. ok
  6765. cpan/Test-Simple/t/Legacy/subtest/plan ......................... ok
  6766. cpan/Test-Simple/t/Legacy/subtest/predicate .................... ok
  6767. cpan/Test-Simple/t/Legacy/subtest/singleton .................... ok
  6768. cpan/Test-Simple/t/Legacy/subtest/threads ...................... skipped
  6769. cpan/Test-Simple/t/Legacy/subtest/todo ......................... ok
  6770. cpan/Test-Simple/t/Legacy/subtest/wstat ........................ ok
  6771. cpan/Test-Simple/t/Legacy/tbm_doesnt_set_exported_to ........... ok
  6772. cpan/Test-Simple/t/Legacy/Test2/Subtest ........................ ok
  6773. cpan/Test-Simple/t/Legacy/Tester/tbt_01basic ................... ok
  6774. cpan/Test-Simple/t/Legacy/Tester/tbt_02fhrestore ............... ok
  6775. cpan/Test-Simple/t/Legacy/Tester/tbt_03die ..................... ok
  6776. cpan/Test-Simple/t/Legacy/Tester/tbt_04line_num ................ ok
  6777. cpan/Test-Simple/t/Legacy/Tester/tbt_05faildiag ................ ok
  6778. cpan/Test-Simple/t/Legacy/Tester/tbt_06errormess ............... ok
  6779. cpan/Test-Simple/t/Legacy/Tester/tbt_07args .................... ok
  6780. cpan/Test-Simple/t/Legacy/Tester/tbt_08subtest ................. ok
  6781. cpan/Test-Simple/t/Legacy/Tester/tbt_09do ...................... ok
  6782. cpan/Test-Simple/t/Legacy/thread_taint ......................... ok
  6783. cpan/Test-Simple/t/Legacy/threads .............................. skipped
  6784. cpan/Test-Simple/t/Legacy/todo ................................. ok
  6785. cpan/Test-Simple/t/Legacy/undef ................................ ok
  6786. cpan/Test-Simple/t/Legacy/use_ok ............................... ok
  6787. cpan/Test-Simple/t/Legacy/useing ............................... ok
  6788. cpan/Test-Simple/t/Legacy/utf8 ................................. ok
  6789. cpan/Test-Simple/t/Legacy/versions ............................. ok
  6790. cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late ........ ok
  6791. cpan/Test-Simple/t/Legacy_And_Test2/hidden_warnings ............ ok
  6792. cpan/Test-Simple/t/regression/642_persistent_end ............... ok
  6793. cpan/Test-Simple/t/regression/662-tbt-no-plan .................. ok
  6794. cpan/Test-Simple/t/regression/684-nested_todo_diag ............. ok
  6795. cpan/Test-Simple/t/regression/694_note_diag_return_values ...... ok
  6796. cpan/Test-Simple/t/regression/696-intercept_skip_all ........... ok
  6797. cpan/Test-Simple/t/regression/721-nested-streamed-subtest ...... ok
  6798. cpan/Test-Simple/t/regression/no_name_in_subtest ............... ok
  6799. cpan/Test-Simple/t/Test2/acceptance/try_it_done_testing ........ ok
  6800. cpan/Test-Simple/t/Test2/acceptance/try_it_fork ................ ok
  6801. cpan/Test-Simple/t/Test2/acceptance/try_it_no_plan ............. ok
  6802. cpan/Test-Simple/t/Test2/acceptance/try_it_plan ................ ok
  6803. cpan/Test-Simple/t/Test2/acceptance/try_it_skip ................ skipped
  6804. cpan/Test-Simple/t/Test2/acceptance/try_it_threads ............. skipped
  6805. cpan/Test-Simple/t/Test2/acceptance/try_it_todo ................ ok
  6806. cpan/Test-Simple/t/Test2/behavior/err_var ...................... ok
  6807. cpan/Test-Simple/t/Test2/behavior/Formatter .................... ok
  6808. cpan/Test-Simple/t/Test2/behavior/init_croak ................... ok
  6809. cpan/Test-Simple/t/Test2/behavior/nested_context_exception ..... ok
  6810. cpan/Test-Simple/t/Test2/behavior/no_load_api .................. ok
  6811. cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit .......... ok
  6812. cpan/Test-Simple/t/Test2/behavior/special_names ................ ok
  6813. cpan/Test-Simple/t/Test2/behavior/Subtest_buffer_formatter ..... ok
  6814. cpan/Test-Simple/t/Test2/behavior/Subtest_events ............... ok
  6815. cpan/Test-Simple/t/Test2/behavior/Subtest_plan ................. ok
  6816. cpan/Test-Simple/t/Test2/behavior/Subtest_todo ................. ok
  6817. cpan/Test-Simple/t/Test2/behavior/Taint ........................ ok
  6818. cpan/Test-Simple/t/Test2/legacy/TAP ............................ ok
  6819. cpan/Test-Simple/t/Test2/modules/API ........................... ok
  6820. cpan/Test-Simple/t/Test2/modules/API/Breakage .................. ok
  6821. cpan/Test-Simple/t/Test2/modules/API/Context ................... ok
  6822. cpan/Test-Simple/t/Test2/modules/API/Instance .................. ok
  6823. cpan/Test-Simple/t/Test2/modules/API/Stack ..................... ok
  6824. cpan/Test-Simple/t/Test2/modules/Event ......................... ok
  6825. cpan/Test-Simple/t/Test2/modules/Event/Bail .................... ok
  6826. cpan/Test-Simple/t/Test2/modules/Event/Diag .................... ok
  6827. cpan/Test-Simple/t/Test2/modules/Event/Exception ............... ok
  6828. cpan/Test-Simple/t/Test2/modules/Event/Generic ................. ok
  6829. cpan/Test-Simple/t/Test2/modules/Event/Info .................... ok
  6830. cpan/Test-Simple/t/Test2/modules/Event/Note .................... ok
  6831. cpan/Test-Simple/t/Test2/modules/Event/Ok ...................... ok
  6832. cpan/Test-Simple/t/Test2/modules/Event/Plan .................... ok
  6833. cpan/Test-Simple/t/Test2/modules/Event/Skip .................... ok
  6834. cpan/Test-Simple/t/Test2/modules/Event/Subtest ................. ok
  6835. cpan/Test-Simple/t/Test2/modules/Event/Waiting ................. ok
  6836. cpan/Test-Simple/t/Test2/modules/Formatter/TAP ................. ok
  6837. cpan/Test-Simple/t/Test2/modules/Hub ........................... ok
  6838. cpan/Test-Simple/t/Test2/modules/Hub/Interceptor ............... ok
  6839. cpan/Test-Simple/t/Test2/modules/Hub/Interceptor/Terminator .... ok
  6840. cpan/Test-Simple/t/Test2/modules/Hub/Subtest ................... ok
  6841. cpan/Test-Simple/t/Test2/modules/IPC ........................... ok
  6842. cpan/Test-Simple/t/Test2/modules/IPC/Driver .................... ok
  6843. cpan/Test-Simple/t/Test2/modules/IPC/Driver/Files .............. ok
  6844. cpan/Test-Simple/t/Test2/modules/Tools/Tiny .................... ok
  6845. cpan/Test-Simple/t/Test2/modules/Util .......................... ok
  6846. cpan/Test-Simple/t/Test2/modules/Util/ExternalMeta ............. ok
  6847. cpan/Test-Simple/t/Test2/modules/Util/HashBase ................. ok
  6848. cpan/Test-Simple/t/Test2/modules/Util/Trace .................... ok
  6849. cpan/Test-Simple/t/Test2/regression/693_ipc_ordering ........... skipped
  6850. cpan/Test-Simple/t/Test2/regression/gh_16 ...................... ok
  6851. cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit ....... ok
  6852. cpan/Text-Balanced/t/01_compile ................................ ok
  6853. cpan/Text-Balanced/t/02_extbrk ................................. ok
  6854. cpan/Text-Balanced/t/03_extcbk ................................. ok
  6855. cpan/Text-Balanced/t/04_extdel ................................. ok
  6856. cpan/Text-Balanced/t/05_extmul ................................. ok
  6857. cpan/Text-Balanced/t/06_extqlk ................................. ok
  6858. cpan/Text-Balanced/t/07_exttag ................................. ok
  6859. cpan/Text-Balanced/t/08_extvar ................................. ok
  6860. cpan/Text-Balanced/t/09_gentag ................................. ok
  6861. cpan/Text-ParseWords/t/ParseWords .............................. ok
  6862. cpan/Text-ParseWords/t/taint ................................... ok
  6863. cpan/Text-Tabs/t/37000 ......................................... ok
  6864. cpan/Text-Tabs/t/39548 ......................................... ok
  6865. cpan/Text-Tabs/t/79766 ......................................... ok
  6866. cpan/Text-Tabs/t/belg4mit ...................................... ok
  6867. cpan/Text-Tabs/t/dandv ......................................... ok
  6868. cpan/Text-Tabs/t/fill .......................................... ok
  6869. cpan/Text-Tabs/t/Jacobson ...................................... ok
  6870. cpan/Text-Tabs/t/Jacobson2 ..................................... ok
  6871. cpan/Text-Tabs/t/Jochen ........................................ ok
  6872. cpan/Text-Tabs/t/sep ........................................... ok
  6873. cpan/Text-Tabs/t/sep2 .......................................... ok
  6874. cpan/Text-Tabs/t/tabs .......................................... ok
  6875. cpan/Text-Tabs/t/Tabs-ElCid .................................... ok
  6876. cpan/Text-Tabs/t/wrap .......................................... ok
  6877. cpan/Text-Tabs/t/Wrap-JLB ...................................... ok
  6878. cpan/Text-Tabs/t/wrap_separator2 ............................... ok
  6879. cpan/Tie-RefHash/t/rebless ..................................... ok
  6880. cpan/Tie-RefHash/t/refhash ..................................... ok
  6881. cpan/Tie-RefHash/t/storable .................................... ok
  6882. cpan/Tie-RefHash/t/threaded .................................... skipped
  6883. cpan/Time-Local/t/Local ........................................ ok
  6884. cpan/Time-Piece/t/01base ....................................... ok
  6885. cpan/Time-Piece/t/02core ....................................... ok
  6886. cpan/Time-Piece/t/02core_dst ................................... ok
  6887. cpan/Time-Piece/t/03compare .................................... ok
  6888. cpan/Time-Piece/t/04mjd ........................................ ok
  6889. cpan/Time-Piece/t/05overload ................................... ok
  6890. cpan/Time-Piece/t/06subclass ................................... ok
  6891. cpan/Time-Piece/t/07arith ...................................... ok
  6892. cpan/Unicode-Collate/t/altern .................................. ok
  6893. cpan/Unicode-Collate/t/backwds ................................. ok
  6894. cpan/Unicode-Collate/t/cjk_b5 .................................. ok
  6895. cpan/Unicode-Collate/t/cjk_gb .................................. ok
  6896. cpan/Unicode-Collate/t/cjk_ja .................................. ok
  6897. cpan/Unicode-Collate/t/cjk_ko .................................. ok
  6898. cpan/Unicode-Collate/t/cjk_py .................................. ok
  6899. cpan/Unicode-Collate/t/cjk_st .................................. ok
  6900. cpan/Unicode-Collate/t/cjk_zy .................................. ok
  6901. cpan/Unicode-Collate/t/cjkrange ................................ ok
  6902. cpan/Unicode-Collate/t/compatui ................................ ok
  6903. cpan/Unicode-Collate/t/contract ................................ ok
  6904. cpan/Unicode-Collate/t/default ................................. ok
  6905. cpan/Unicode-Collate/t/hangtype ................................ ok
  6906. cpan/Unicode-Collate/t/hangul .................................. ok
  6907. cpan/Unicode-Collate/t/ident ................................... ok
  6908. cpan/Unicode-Collate/t/iglevel2 ................................ ok
  6909. cpan/Unicode-Collate/t/ignor ................................... ok
  6910. cpan/Unicode-Collate/t/illegal ................................. ok
  6911. cpan/Unicode-Collate/t/illegalp ................................ ok
  6912. cpan/Unicode-Collate/t/index ................................... ok
  6913. cpan/Unicode-Collate/t/loc_af .................................. ok
  6914. cpan/Unicode-Collate/t/loc_ar .................................. ok
  6915. cpan/Unicode-Collate/t/loc_as .................................. ok
  6916. cpan/Unicode-Collate/t/loc_az .................................. ok
  6917. cpan/Unicode-Collate/t/loc_be .................................. ok
  6918. cpan/Unicode-Collate/t/loc_bg .................................. ok
  6919. cpan/Unicode-Collate/t/loc_bn .................................. ok
  6920. cpan/Unicode-Collate/t/loc_bs .................................. ok
  6921. cpan/Unicode-Collate/t/loc_bscy ................................ ok
  6922. cpan/Unicode-Collate/t/loc_ca .................................. ok
  6923. cpan/Unicode-Collate/t/loc_cjk ................................. ok
  6924. cpan/Unicode-Collate/t/loc_cjkc ................................ ok
  6925. cpan/Unicode-Collate/t/loc_cs .................................. ok
  6926. cpan/Unicode-Collate/t/loc_cy .................................. ok
  6927. cpan/Unicode-Collate/t/loc_cyrl ................................ ok
  6928. cpan/Unicode-Collate/t/loc_da .................................. ok
  6929. cpan/Unicode-Collate/t/loc_de .................................. ok
  6930. cpan/Unicode-Collate/t/loc_deat ................................ ok
  6931. cpan/Unicode-Collate/t/loc_deph ................................ ok
  6932. cpan/Unicode-Collate/t/loc_ee .................................. ok
  6933. cpan/Unicode-Collate/t/loc_eo .................................. ok
  6934. cpan/Unicode-Collate/t/loc_es .................................. ok
  6935. cpan/Unicode-Collate/t/loc_estr ................................ ok
  6936. cpan/Unicode-Collate/t/loc_et .................................. ok
  6937. cpan/Unicode-Collate/t/loc_fa .................................. ok
  6938. cpan/Unicode-Collate/t/loc_fi .................................. ok
  6939. cpan/Unicode-Collate/t/loc_fil ................................. ok
  6940. cpan/Unicode-Collate/t/loc_fiph ................................ ok
  6941. cpan/Unicode-Collate/t/loc_fo .................................. ok
  6942. cpan/Unicode-Collate/t/loc_fr .................................. ok
  6943. cpan/Unicode-Collate/t/loc_frca ................................ ok
  6944. cpan/Unicode-Collate/t/loc_gu .................................. ok
  6945. cpan/Unicode-Collate/t/loc_ha .................................. ok
  6946. cpan/Unicode-Collate/t/loc_haw ................................. ok
  6947. cpan/Unicode-Collate/t/loc_he .................................. ok
  6948. cpan/Unicode-Collate/t/loc_hi .................................. ok
  6949. cpan/Unicode-Collate/t/loc_hr .................................. ok
  6950. cpan/Unicode-Collate/t/loc_hu .................................. ok
  6951. cpan/Unicode-Collate/t/loc_hy .................................. ok
  6952. cpan/Unicode-Collate/t/loc_ig .................................. ok
  6953. cpan/Unicode-Collate/t/loc_is .................................. ok
  6954. cpan/Unicode-Collate/t/loc_ja .................................. ok
  6955. cpan/Unicode-Collate/t/loc_jait ................................ ok
  6956. cpan/Unicode-Collate/t/loc_japr ................................ ok
  6957. cpan/Unicode-Collate/t/loc_kk .................................. ok
  6958. cpan/Unicode-Collate/t/loc_kl .................................. ok
  6959. cpan/Unicode-Collate/t/loc_kn .................................. ok
  6960. cpan/Unicode-Collate/t/loc_ko .................................. ok
  6961. cpan/Unicode-Collate/t/loc_kok ................................. ok
  6962. cpan/Unicode-Collate/t/loc_ln .................................. ok
  6963. cpan/Unicode-Collate/t/loc_lt .................................. ok
  6964. cpan/Unicode-Collate/t/loc_lv .................................. ok
  6965. cpan/Unicode-Collate/t/loc_mk .................................. ok
  6966. cpan/Unicode-Collate/t/loc_ml .................................. ok
  6967. cpan/Unicode-Collate/t/loc_mncy ................................ ok
  6968. cpan/Unicode-Collate/t/loc_mr .................................. ok
  6969. cpan/Unicode-Collate/t/loc_mt .................................. ok
  6970. cpan/Unicode-Collate/t/loc_nb .................................. ok
  6971. cpan/Unicode-Collate/t/loc_nn .................................. ok
  6972. cpan/Unicode-Collate/t/loc_nso ................................. ok
  6973. cpan/Unicode-Collate/t/loc_om .................................. ok
  6974. cpan/Unicode-Collate/t/loc_or .................................. ok
  6975. cpan/Unicode-Collate/t/loc_pa .................................. ok
  6976. cpan/Unicode-Collate/t/loc_pl .................................. ok
  6977. cpan/Unicode-Collate/t/loc_ro .................................. ok
  6978. cpan/Unicode-Collate/t/loc_ru .................................. ok
  6979. cpan/Unicode-Collate/t/loc_sa .................................. ok
  6980. cpan/Unicode-Collate/t/loc_se .................................. ok
  6981. cpan/Unicode-Collate/t/loc_si .................................. ok
  6982. cpan/Unicode-Collate/t/loc_sidt ................................ ok
  6983. cpan/Unicode-Collate/t/loc_sk .................................. ok
  6984. cpan/Unicode-Collate/t/loc_sl .................................. ok
  6985. cpan/Unicode-Collate/t/loc_sq .................................. ok
  6986. cpan/Unicode-Collate/t/loc_sr .................................. ok
  6987. cpan/Unicode-Collate/t/loc_srla ................................ ok
  6988. cpan/Unicode-Collate/t/loc_sv .................................. ok
  6989. cpan/Unicode-Collate/t/loc_svrf ................................ ok
  6990. cpan/Unicode-Collate/t/loc_sw .................................. ok
  6991. cpan/Unicode-Collate/t/loc_ta .................................. ok
  6992. cpan/Unicode-Collate/t/loc_te .................................. ok
  6993. cpan/Unicode-Collate/t/loc_test ................................ ok
  6994. cpan/Unicode-Collate/t/loc_th .................................. ok
  6995. cpan/Unicode-Collate/t/loc_tn .................................. ok
  6996. cpan/Unicode-Collate/t/loc_to .................................. ok
  6997. cpan/Unicode-Collate/t/loc_tr .................................. ok
  6998. cpan/Unicode-Collate/t/loc_ugcy ................................ ok
  6999. cpan/Unicode-Collate/t/loc_uk .................................. ok
  7000. cpan/Unicode-Collate/t/loc_ur .................................. ok
  7001. cpan/Unicode-Collate/t/loc_vi .................................. ok
  7002. cpan/Unicode-Collate/t/loc_vo .................................. ok
  7003. cpan/Unicode-Collate/t/loc_wae ................................. ok
  7004. cpan/Unicode-Collate/t/loc_wo .................................. ok
  7005. cpan/Unicode-Collate/t/loc_yo .................................. ok
  7006. cpan/Unicode-Collate/t/loc_zh .................................. ok
  7007. cpan/Unicode-Collate/t/loc_zhb5 ................................ ok
  7008. cpan/Unicode-Collate/t/loc_zhgb ................................ ok
  7009. cpan/Unicode-Collate/t/loc_zhpy ................................ ok
  7010. cpan/Unicode-Collate/t/loc_zhst ................................ ok
  7011. cpan/Unicode-Collate/t/loc_zhzy ................................ ok
  7012. cpan/Unicode-Collate/t/nonchar ................................. ok
  7013. cpan/Unicode-Collate/t/normal .................................. ok
  7014. cpan/Unicode-Collate/t/notable ................................. ok
  7015. cpan/Unicode-Collate/t/overcjk0 ................................ ok
  7016. cpan/Unicode-Collate/t/overcjk1 ................................ ok
  7017. cpan/Unicode-Collate/t/override ................................ ok
  7018. cpan/Unicode-Collate/t/rearrang ................................ ok
  7019. cpan/Unicode-Collate/t/rewrite ................................. ok
  7020. cpan/Unicode-Collate/t/test .................................... ok
  7021. cpan/Unicode-Collate/t/trailwt ................................. ok
  7022. cpan/Unicode-Collate/t/variable ................................ ok
  7023. cpan/Unicode-Collate/t/version ................................. ok
  7024. cpan/Unicode-Collate/t/view .................................... ok
  7025. cpan/version/t/01base .......................................... ok
  7026. cpan/version/t/02derived ....................................... ok
  7027. cpan/version/t/03require ....................................... ok
  7028. cpan/version/t/04strict_lax .................................... ok
  7029. cpan/version/t/05sigdie ........................................ ok
  7030. cpan/version/t/06noop .......................................... ok
  7031. cpan/version/t/07locale ........................................ ok
  7032. cpan/version/t/08_corelist ..................................... ok
  7033. cpan/version/t/09_list_util .................................... ok
  7034. cpan/version/t/10_lyon ......................................... ok
  7035. dist/Attribute-Handlers/t/constants ............................ ok
  7036. dist/Attribute-Handlers/t/data_convert ......................... ok
  7037. dist/Attribute-Handlers/t/linerep .............................. ok
  7038. dist/Attribute-Handlers/t/multi ................................ ok
  7039. dist/autouse/t/autouse ......................................... ok
  7040. dist/base/t/base ............................................... ok
  7041. dist/base/t/base-open-chunk .................................... ok
  7042. dist/base/t/base-open-line ..................................... ok
  7043. dist/base/t/compile-time ....................................... ok
  7044. dist/base/t/core-global ........................................ ok
  7045. dist/base/t/fields ............................................. ok
  7046. dist/base/t/fields-5_6_0 ....................................... skipped
  7047. dist/base/t/fields-5_8_0 ....................................... skipped
  7048. dist/base/t/fields-base ........................................ ok
  7049. dist/base/t/incdot ............................................. ok
  7050. dist/base/t/isa ................................................ ok
  7051. dist/base/t/sigdie ............................................. ok
  7052. dist/base/t/version ............................................ ok
  7053. dist/base/t/warnings ........................................... ok
  7054. dist/Carp/t/arg_regexp ......................................... ok
  7055. dist/Carp/t/arg_string ......................................... ok
  7056. dist/Carp/t/baduni ............................................. ok
  7057. dist/Carp/t/baduni_warnings .................................... ok
  7058. dist/Carp/t/Carp ............................................... ok
  7059. dist/Carp/t/Carp_overload ...................................... ok
  7060. dist/Carp/t/errno .............................................. ok
  7061. dist/Carp/t/heavy .............................................. ok
  7062. dist/Carp/t/heavy_mismatch ..................................... ok
  7063. dist/Carp/t/stash_deletion ..................................... ok
  7064. dist/Carp/t/swash .............................................. ok
  7065. dist/Carp/t/vivify_gv .......................................... ok
  7066. dist/Carp/t/vivify_stash ....................................... ok
  7067. dist/Carp/t/with_warnings ...................................... ok
  7068. dist/constant/t/constant ....................................... ok
  7069. dist/constant/t/utf8 ........................................... ok
  7070. dist/Data-Dumper/t/bless ....................................... ok
  7071. dist/Data-Dumper/t/bless_var_method ............................ ok
  7072. dist/Data-Dumper/t/bugs ........................................ ok
  7073. dist/Data-Dumper/t/deparse ..................................... ok
  7074. dist/Data-Dumper/t/dumper ...................................... ok
  7075. dist/Data-Dumper/t/dumpperl .................................... ok
  7076. dist/Data-Dumper/t/freezer ..................................... ok
  7077. dist/Data-Dumper/t/freezer_useperl ............................. ok
  7078. dist/Data-Dumper/t/huge ........................................ skipped
  7079. dist/Data-Dumper/t/indent ...................................... ok
  7080. dist/Data-Dumper/t/misc ........................................ ok
  7081. dist/Data-Dumper/t/names ....................................... ok
  7082. dist/Data-Dumper/t/overload .................................... ok
  7083. dist/Data-Dumper/t/pair ........................................ ok
  7084. dist/Data-Dumper/t/perl-74170 .................................. ok
  7085. dist/Data-Dumper/t/purity_deepcopy_maxdepth .................... ok
  7086. dist/Data-Dumper/t/qr .......................................... ok
  7087. dist/Data-Dumper/t/quotekeys ................................... ok
  7088. dist/Data-Dumper/t/recurse ..................................... ok
  7089. dist/Data-Dumper/t/seen ........................................ ok
  7090. dist/Data-Dumper/t/sortkeys .................................... ok
  7091. dist/Data-Dumper/t/sparseseen .................................. ok
  7092. dist/Data-Dumper/t/terse ....................................... ok
  7093. dist/Data-Dumper/t/toaster ..................................... ok
  7094. dist/Data-Dumper/t/trailing_comma .............................. ok
  7095. dist/Data-Dumper/t/values ...................................... ok
  7096. dist/Devel-SelfStubber/t/Devel-SelfStubber ..................... ok
  7097. dist/Dumpvalue/t/Dumpvalue ..................................... ok
  7098. dist/encoding-warnings/t/1-warning ............................. ok
  7099. dist/encoding-warnings/t/2-fatal ............................... skipped
  7100. dist/encoding-warnings/t/3-normal .............................. skipped
  7101. dist/encoding-warnings/t/4-lexical ............................. skipped
  7102. dist/Env/t/array ............................................... ok
  7103. dist/Env/t/env ................................................. ok
  7104. dist/Exporter/t/Exporter ....................................... ok
  7105. dist/Exporter/t/warn ........................................... ok
  7106. dist/ExtUtils-CBuilder/t/00-have-compiler ...................... ok
  7107. dist/ExtUtils-CBuilder/t/01-basic .............................. ok
  7108. dist/ExtUtils-CBuilder/t/02-link ............................... ok
  7109. dist/ExtUtils-CBuilder/t/03-cplusplus .......................... ok
  7110. dist/ExtUtils-CBuilder/t/04-base ............................... ok
  7111. dist/ExtUtils-ParseXS/t/001-basic .............................. ok
  7112. dist/ExtUtils-ParseXS/t/002-more ............................... ok
  7113. dist/ExtUtils-ParseXS/t/003-usage .............................. ok
  7114. dist/ExtUtils-ParseXS/t/101-standard_typemap_locations ......... ok
  7115. dist/ExtUtils-ParseXS/t/102-trim_whitespace .................... ok
  7116. dist/ExtUtils-ParseXS/t/103-tidy_type .......................... ok
  7117. dist/ExtUtils-ParseXS/t/104-map_type ........................... ok
  7118. dist/ExtUtils-ParseXS/t/105-valid_proto_string ................. ok
  7119. dist/ExtUtils-ParseXS/t/106-process_typemaps ................... ok
  7120. dist/ExtUtils-ParseXS/t/108-map_type ........................... ok
  7121. dist/ExtUtils-ParseXS/t/109-standard_XS_defs ................... ok
  7122. dist/ExtUtils-ParseXS/t/110-assign_func_args ................... ok
  7123. dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements .... ok
  7124. dist/ExtUtils-ParseXS/t/112-set_cond ........................... ok
  7125. dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements ...... ok
  7126. dist/ExtUtils-ParseXS/t/114-blurt_death_Warn ................... ok
  7127. dist/ExtUtils-ParseXS/t/115-avoid-noise ........................ ok
  7128. dist/ExtUtils-ParseXS/t/501-t-compile .......................... ok
  7129. dist/ExtUtils-ParseXS/t/510-t-bare ............................. ok
  7130. dist/ExtUtils-ParseXS/t/511-t-whitespace ....................... ok
  7131. dist/ExtUtils-ParseXS/t/512-t-file ............................. ok
  7132. dist/ExtUtils-ParseXS/t/513-t-merge ............................ ok
  7133. dist/ExtUtils-ParseXS/t/514-t-embed ............................ ok
  7134. dist/ExtUtils-ParseXS/t/515-t-cmd .............................. ok
  7135. dist/ExtUtils-ParseXS/t/516-t-clone ............................ ok
  7136. dist/ExtUtils-ParseXS/t/517-t-targetable ....................... ok
  7137. dist/ExtUtils-ParseXS/t/600-t-compat ........................... ok
  7138. dist/Filter-Simple/t/code_no_comments .......................... ok
  7139. dist/Filter-Simple/t/data ...................................... ok
  7140. dist/Filter-Simple/t/export .................................... ok
  7141. dist/Filter-Simple/t/filter .................................... ok
  7142. dist/Filter-Simple/t/filter_only ............................... ok
  7143. dist/Filter-Simple/t/import .................................... ok
  7144. dist/Filter-Simple/t/no ........................................ ok
  7145. dist/I18N-Collate/t/I18N-Collate ............................... ok
  7146. dist/I18N-LangTags/t/01_about_verbose .......................... ok
  7147. dist/I18N-LangTags/t/05_main ................................... ok
  7148. dist/I18N-LangTags/t/07_listy .................................. ok
  7149. dist/I18N-LangTags/t/10_http ................................... ok
  7150. dist/I18N-LangTags/t/20_locales ................................ ok
  7151. dist/I18N-LangTags/t/50_super .................................. ok
  7152. dist/I18N-LangTags/t/55_supers_strict .......................... ok
  7153. dist/I18N-LangTags/t/80_all_env ................................ ok
  7154. dist/if/t/if ................................................... ok
  7155. dist/IO/t/cachepropagate-tcp ................................... ok
  7156. dist/IO/t/cachepropagate-udp ................................... ok
  7157. dist/IO/t/cachepropagate-unix .................................. ok
  7158. dist/IO/t/IO ................................................... ok
  7159. dist/IO/t/io_const ............................................. ok
  7160. dist/IO/t/io_dir ............................................... ok
  7161. dist/IO/t/io_dup ............................................... ok
  7162. dist/IO/t/io_file .............................................. ok
  7163. dist/IO/t/io_file_export ....................................... ok
  7164. dist/IO/t/io_leak .............................................. ok
  7165. dist/IO/t/io_linenum ........................................... ok
  7166. dist/IO/t/io_multihomed ........................................ ok
  7167. dist/IO/t/io_pipe .............................................. ok
  7168. dist/IO/t/io_poll .............................................. ok
  7169. dist/IO/t/io_sel ............................................... ok
  7170. dist/IO/t/io_sock .............................................. ok
  7171. dist/IO/t/io_taint ............................................. ok
  7172. dist/IO/t/io_tell .............................................. ok
  7173. dist/IO/t/io_udp ............................................... ok
  7174. dist/IO/t/io_unix .............................................. ok
  7175. dist/IO/t/io_utf8 .............................................. ok
  7176. dist/IO/t/io_utf8argv .......................................... ok
  7177. dist/IO/t/io_xs ................................................ ok
  7178. dist/lib/t/01lib ............................................... ok
  7179. dist/Locale-Maketext/t/01_about_verbose ........................ ok
  7180. dist/Locale-Maketext/t/04_use_external_lex_cache ............... ok
  7181. dist/Locale-Maketext/t/09_compile .............................. ok
  7182. dist/Locale-Maketext/t/10_make ................................. ok
  7183. dist/Locale-Maketext/t/20_get .................................. ok
  7184. dist/Locale-Maketext/t/30_eval_dollar_at ....................... ok
  7185. dist/Locale-Maketext/t/40_super ................................ ok
  7186. dist/Locale-Maketext/t/50_super ................................ ok
  7187. dist/Locale-Maketext/t/60_super ................................ ok
  7188. dist/Locale-Maketext/t/70_fail_auto ............................ ok
  7189. dist/Locale-Maketext/t/90_utf8 ................................. ok
  7190. dist/Locale-Maketext/t/91_backslash ............................ ok
  7191. dist/Locale-Maketext/t/92_blacklist ............................ ok
  7192. dist/Locale-Maketext/t/93_whitelist ............................ ok
  7193. dist/Module-CoreList/t/corelist ................................ ok
  7194. dist/Module-CoreList/t/deprecated .............................. ok
  7195. dist/Module-CoreList/t/find_modules ............................ ok
  7196. dist/Module-CoreList/t/is_core ................................. ok
  7197. dist/Module-CoreList/t/pod ..................................... skipped
  7198. dist/Module-CoreList/t/utils ................................... ok
  7199. dist/Net-Ping/t/000_load ....................................... ok
  7200. dist/Net-Ping/t/001_new ........................................ ok
  7201. dist/Net-Ping/t/010_pingecho ................................... ok
  7202. dist/Net-Ping/t/110_icmp_inst .................................. ok
  7203. dist/Net-Ping/t/120_udp_inst ................................... ok
  7204. dist/Net-Ping/t/130_tcp_inst ................................... ok
  7205. dist/Net-Ping/t/140_stream_inst ................................ ok
  7206. dist/Net-Ping/t/150_syn_inst ................................... ok
  7207. dist/Net-Ping/t/190_alarm ...................................... skipped
  7208. dist/Net-Ping/t/200_ping_tcp ................................... skipped
  7209. dist/Net-Ping/t/250_ping_hires ................................. skipped
  7210. dist/Net-Ping/t/300_ping_stream ................................ skipped
  7211. dist/Net-Ping/t/400_ping_syn ................................... skipped
  7212. dist/Net-Ping/t/410_syn_host ................................... skipped
  7213. dist/Net-Ping/t/450_service .................................... ok
  7214. dist/Net-Ping/t/500_ping_icmp .................................. ok
  7215. dist/Net-Ping/t/510_ping_udp ................................... ok
  7216. dist/Net-Ping/t/520_icmp_ttl ................................... ok
  7217. dist/PathTools/t/abs2rel ....................................... ok
  7218. dist/PathTools/t/crossplatform ................................. ok
  7219. dist/PathTools/t/cwd ........................................... ok
  7220. dist/PathTools/t/Functions ..................................... ok
  7221. dist/PathTools/t/rel2abs2rel ................................... ok
  7222. dist/PathTools/t/Spec .......................................... ok
  7223. dist/PathTools/t/Spec-taint .................................... ok
  7224. dist/PathTools/t/taint ......................................... ok
  7225. dist/PathTools/t/tmpdir ........................................ ok
  7226. dist/PathTools/t/win32 ......................................... skipped
  7227. dist/Safe/t/safe1 .............................................. ok
  7228. dist/Safe/t/safe2 .............................................. ok
  7229. dist/Safe/t/safe3 .............................................. ok
  7230. dist/Safe/t/safeload ........................................... ok
  7231. dist/Safe/t/safenamedcap ....................................... ok
  7232. dist/Safe/t/safeops ............................................ ok
  7233. dist/Safe/t/saferegexp ......................................... ok
  7234. dist/Safe/t/safesecurity ....................................... ok
  7235. dist/Safe/t/safesort ........................................... ok
  7236. dist/Safe/t/safeuniversal ...................................... ok
  7237. dist/Safe/t/safeutf8 ........................................... ok
  7238. dist/Safe/t/safewrap ........................................... ok
  7239. dist/Search-Dict/t/Dict ........................................ ok
  7240. dist/SelfLoader/t/01SelfLoader ................................. ok
  7241. dist/SelfLoader/t/02SelfLoader-buggy ........................... ok
  7242. dist/SelfLoader/t/03taint ...................................... ok
  7243. dist/Storable/t/attach ......................................... ok
  7244. dist/Storable/t/attach_errors .................................. ok
  7245. dist/Storable/t/attach_singleton ............................... ok
  7246. dist/Storable/t/blessed ........................................ ok
  7247. dist/Storable/t/canonical ...................................... ok
  7248. dist/Storable/t/circular_hook .................................. ok
  7249. dist/Storable/t/code ........................................... ok
  7250. dist/Storable/t/compat01 ....................................... skipped
  7251. dist/Storable/t/compat06 ....................................... ok
  7252. dist/Storable/t/croak .......................................... ok
  7253. dist/Storable/t/dclone ......................................... ok
  7254. dist/Storable/t/destroy ........................................ ok
  7255. dist/Storable/t/downgrade ...................................... ok
  7256. dist/Storable/t/file_magic ..................................... ok
  7257. dist/Storable/t/forgive ........................................ ok
  7258. dist/Storable/t/freeze ......................................... ok
  7259. dist/Storable/t/integer ........................................ ok
  7260. dist/Storable/t/interwork56 .................................... skipped
  7261. dist/Storable/t/just_plain_nasty ............................... ok
  7262. dist/Storable/t/leaks .......................................... skipped
  7263. dist/Storable/t/lock ........................................... ok
  7264. dist/Storable/t/malice ......................................... ok
  7265. dist/Storable/t/overload ....................................... ok
  7266. dist/Storable/t/recurse ........................................ ok
  7267. dist/Storable/t/restrict ....................................... ok
  7268. dist/Storable/t/retrieve ....................................... ok
  7269. dist/Storable/t/robust ......................................... ok
  7270. dist/Storable/t/sig_die ........................................ ok
  7271. dist/Storable/t/store .......................................... ok
  7272. dist/Storable/t/threads ........................................ skipped
  7273. dist/Storable/t/tied ........................................... ok
  7274. dist/Storable/t/tied_hook ...................................... ok
  7275. dist/Storable/t/tied_items ..................................... ok
  7276. dist/Storable/t/tied_store ..................................... ok
  7277. dist/Storable/t/utf8 ........................................... ok
  7278. dist/Storable/t/utf8hash ....................................... ok
  7279. dist/Storable/t/weak ........................................... ok
  7280. dist/Term-Complete/t/Complete .................................. ok
  7281. dist/Term-ReadLine/t/AE ........................................ skipped
  7282. dist/Term-ReadLine/t/AETk ...................................... skipped
  7283. dist/Term-ReadLine/t/ReadLine .................................. ok
  7284. dist/Term-ReadLine/t/Tk ........................................ skipped
  7285. dist/Test/t/05_about_verbose ................................... ok
  7286. dist/Test/t/fail ............................................... ok
  7287. dist/Test/t/mix ................................................ ok
  7288. dist/Test/t/multiline .......................................... ok
  7289. dist/Test/t/onfail ............................................. ok
  7290. dist/Test/t/qr ................................................. ok
  7291. dist/Test/t/skip ............................................... ok
  7292. dist/Test/t/success ............................................ ok
  7293. dist/Test/t/todo ............................................... ok
  7294. dist/Text-Abbrev/t/Abbrev ...................................... ok
  7295. dist/Thread-Queue/t/01_basic ................................... skipped
  7296. dist/Thread-Queue/t/02_refs .................................... skipped
  7297. dist/Thread-Queue/t/03_peek .................................... skipped
  7298. dist/Thread-Queue/t/04_errs .................................... ok
  7299. dist/Thread-Queue/t/05_extract ................................. skipped
  7300. dist/Thread-Queue/t/06_insert .................................. skipped
  7301. dist/Thread-Queue/t/07_lock .................................... skipped
  7302. dist/Thread-Queue/t/08_nothreads ............................... ok
  7303. dist/Thread-Queue/t/09_ended ................................... skipped
  7304. dist/Thread-Queue/t/10_timed ................................... skipped
  7305. dist/Thread-Queue/t/11_limit ................................... skipped
  7306. dist/Thread-Semaphore/t/01_basic ............................... skipped
  7307. dist/Thread-Semaphore/t/02_errs ................................ ok
  7308. dist/Thread-Semaphore/t/03_nothreads ........................... ok
  7309. dist/Thread-Semaphore/t/04_nonblocking ......................... skipped
  7310. dist/Thread-Semaphore/t/05_force ............................... skipped
  7311. dist/Thread-Semaphore/t/06_timed ............................... skipped
  7312. dist/threads/t/basic ........................................... skipped
  7313. dist/threads/t/blocks .......................................... skipped
  7314. dist/threads/t/context ......................................... skipped
  7315. dist/threads/t/end ............................................. skipped
  7316. dist/threads/t/err ............................................. skipped
  7317. dist/threads/t/exit ............................................ skipped
  7318. dist/threads/t/free ............................................ skipped
  7319. dist/threads/t/free2 ........................................... skipped
  7320. dist/threads/t/join ............................................ skipped
  7321. dist/threads/t/kill ............................................ skipped
  7322. dist/threads/t/kill2 ........................................... skipped
  7323. dist/threads/t/libc ............................................ skipped
  7324. dist/threads/t/list ............................................ skipped
  7325. dist/threads/t/no_threads ...................................... ok
  7326. dist/threads/t/problems ........................................ skipped
  7327. dist/threads/t/stack ........................................... skipped
  7328. dist/threads/t/stack_env ....................................... skipped
  7329. dist/threads/t/state ........................................... skipped
  7330. dist/threads/t/stress_cv ....................................... skipped
  7331. dist/threads/t/stress_re ....................................... skipped
  7332. dist/threads/t/stress_string ................................... skipped
  7333. dist/threads/t/thread .......................................... skipped
  7334. dist/threads-shared/t/0nothread ................................ ok
  7335. dist/threads-shared/t/av_refs .................................. skipped
  7336. dist/threads-shared/t/av_simple ................................ skipped
  7337. dist/threads-shared/t/blessed .................................. skipped
  7338. dist/threads-shared/t/clone .................................... skipped
  7339. dist/threads-shared/t/cond ..................................... skipped
  7340. dist/threads-shared/t/disabled ................................. ok
  7341. dist/threads-shared/t/dualvar .................................. skipped
  7342. dist/threads-shared/t/hv_refs .................................. skipped
  7343. dist/threads-shared/t/hv_simple ................................ skipped
  7344. dist/threads-shared/t/no_share ................................. skipped
  7345. dist/threads-shared/t/object ................................... skipped
  7346. dist/threads-shared/t/object2 .................................. skipped
  7347. dist/threads-shared/t/shared_attr .............................. skipped
  7348. dist/threads-shared/t/stress ................................... skipped
  7349. dist/threads-shared/t/sv_refs .................................. skipped
  7350. dist/threads-shared/t/sv_simple ................................ skipped
  7351. dist/threads-shared/t/utf8 ..................................... skipped
  7352. dist/threads-shared/t/wait ..................................... skipped
  7353. dist/threads-shared/t/waithires ................................ skipped
  7354. dist/Tie-File/t/00_version ..................................... ok
  7355. dist/Tie-File/t/01_gen ......................................... ok
  7356. dist/Tie-File/t/02_fetchsize ................................... ok
  7357. dist/Tie-File/t/03_longfetch ................................... ok
  7358. dist/Tie-File/t/04_splice ...................................... ok
  7359. dist/Tie-File/t/05_size ........................................ ok
  7360. dist/Tie-File/t/06_fixrec ...................................... ok
  7361. dist/Tie-File/t/07_rv_splice ................................... ok
  7362. dist/Tie-File/t/08_ro .......................................... ok
  7363. dist/Tie-File/t/09_gen_rs ...................................... ok
  7364. dist/Tie-File/t/10_splice_rs ................................... ok
  7365. dist/Tie-File/t/11_rv_splice_rs ................................ ok
  7366. dist/Tie-File/t/12_longfetch_rs ................................ ok
  7367. dist/Tie-File/t/13_size_rs ..................................... ok
  7368. dist/Tie-File/t/14_lock ........................................ ok
  7369. dist/Tie-File/t/15_pushpop ..................................... ok
  7370. dist/Tie-File/t/16_handle ...................................... ok
  7371. dist/Tie-File/t/17_misc_meth ................................... ok
  7372. dist/Tie-File/t/18_rs_fixrec ................................... ok
  7373. dist/Tie-File/t/19_cache ....................................... ok
  7374. dist/Tie-File/t/20_cache_full .................................. ok
  7375. dist/Tie-File/t/21_win32 ....................................... skipped
  7376. dist/Tie-File/t/22_autochomp ................................... ok
  7377. dist/Tie-File/t/23_rv_ac_splice ................................ ok
  7378. dist/Tie-File/t/24_cache_loop .................................. ok
  7379. dist/Tie-File/t/25_gen_nocache ................................. ok
  7380. dist/Tie-File/t/26_twrite ...................................... ok
  7381. dist/Tie-File/t/27_iwrite ...................................... ok
  7382. dist/Tie-File/t/28_mtwrite ..................................... ok
  7383. dist/Tie-File/t/29_downcopy .................................... ok
  7384. dist/Tie-File/t/29a_upcopy ..................................... ok
  7385. dist/Tie-File/t/30_defer ....................................... ok
  7386. dist/Tie-File/t/31_autodefer ................................... ok
  7387. dist/Tie-File/t/32_defer_misc .................................. ok
  7388. dist/Tie-File/t/33_defer_vs .................................... ok
  7389. dist/Tie-File/t/40_abs_cache ................................... ok
  7390. dist/Tie-File/t/41_heap ........................................ ok
  7391. dist/Tie-File/t/42_offset ...................................... ok
  7392. dist/Time-HiRes/t/alarm ........................................ ok
  7393. dist/Time-HiRes/t/clock ........................................ ok
  7394. dist/Time-HiRes/t/gettimeofday ................................. ok
  7395. dist/Time-HiRes/t/itimer ....................................... ok
  7396. dist/Time-HiRes/t/nanosleep .................................... ok
  7397. dist/Time-HiRes/t/sleep ........................................ ok
  7398. dist/Time-HiRes/t/stat ......................................... ok
  7399. dist/Time-HiRes/t/time ......................................... ok
  7400. dist/Time-HiRes/t/tv_interval .................................. ok
  7401. dist/Time-HiRes/t/ualarm ....................................... ok
  7402. dist/Time-HiRes/t/usleep ....................................... ok
  7403. dist/Time-HiRes/t/utime ........................................ ok
  7404. dist/Unicode-Normalize/t/fcdc .................................. ok
  7405. dist/Unicode-Normalize/t/form .................................. ok
  7406. dist/Unicode-Normalize/t/func .................................. ok
  7407. dist/Unicode-Normalize/t/illegal ............................... ok
  7408. dist/Unicode-Normalize/t/norm .................................. ok
  7409. dist/Unicode-Normalize/t/null .................................. ok
  7410. dist/Unicode-Normalize/t/partial1 .............................. ok
  7411. dist/Unicode-Normalize/t/partial2 .............................. ok
  7412. dist/Unicode-Normalize/t/proto ................................. ok
  7413. dist/Unicode-Normalize/t/split ................................. ok
  7414. dist/Unicode-Normalize/t/test .................................. ok
  7415. dist/Unicode-Normalize/t/tie ................................... ok
  7416. dist/XSLoader/t/XSLoader ....................................... ok
  7417. ext/arybase/t/aeach ............................................ ok
  7418. ext/arybase/t/aelem ............................................ ok
  7419. ext/arybase/t/akeys ............................................ ok
  7420. ext/arybase/t/arybase .......................................... ok
  7421. ext/arybase/t/aslice ........................................... ok
  7422. ext/arybase/t/av2arylen ........................................ ok
  7423. ext/arybase/t/index ............................................ ok
  7424. ext/arybase/t/lslice ........................................... ok
  7425. ext/arybase/t/pos .............................................. ok
  7426. ext/arybase/t/scope ............................................ ok
  7427. ext/arybase/t/splice ........................................... ok
  7428. ext/arybase/t/substr ........................................... ok
  7429. ext/B/t/b ...................................................... ok
  7430. ext/B/t/concise ................................................ ok
  7431. ext/B/t/concise-xs ............................................. ok
  7432. ext/B/t/f_map .................................................. ok
  7433. ext/B/t/f_sort ................................................. ok
  7434. ext/B/t/o ...................................................... ok
  7435. ext/B/t/optree_check ........................................... ok
  7436. ext/B/t/optree_concise ......................................... ok
  7437. ext/B/t/optree_constants ....................................... ok
  7438. ext/B/t/optree_misc ............................................ ok
  7439. ext/B/t/optree_samples ......................................... ok
  7440. ext/B/t/optree_sort ............................................ ok
  7441. ext/B/t/optree_specials ........................................ ok
  7442. ext/B/t/optree_varinit ......................................... ok
  7443. ext/B/t/pragma ................................................. ok
  7444. ext/B/t/showlex ................................................ ok
  7445. ext/B/t/sv_stash ............................................... ok
  7446. ext/B/t/terse .................................................. ok
  7447. ext/B/t/walkoptree ............................................. ok
  7448. ext/B/t/xref ................................................... ok
  7449. ext/Devel-Peek/t/Peek .......................................... ok
  7450. ext/DynaLoader/t/DynaLoader .................................... ok
  7451. ext/Errno/t/Errno .............................................. ok
  7452. ext/Fcntl/t/autoload ........................................... ok
  7453. ext/Fcntl/t/fcntl .............................................. ok
  7454. ext/Fcntl/t/mode ............................................... ok
  7455. ext/Fcntl/t/syslfs ............................................. ok
  7456. ext/File-DosGlob/t/DosGlob ..................................... ok
  7457. ext/File-Find/t/find ........................................... ok
  7458. ext/File-Find/t/taint .......................................... ok
  7459. ext/File-Glob/t/basic .......................................... ok
  7460. ext/File-Glob/t/case ........................................... ok
  7461. ext/File-Glob/t/global ......................................... ok
  7462. ext/File-Glob/t/rt114984 ....................................... ok
  7463. ext/File-Glob/t/taint .......................................... ok
  7464. ext/File-Glob/t/threads ........................................ skipped
  7465. ext/FileCache/t/01open ......................................... ok
  7466. ext/FileCache/t/02maxopen ...................................... ok
  7467. ext/FileCache/t/03append ....................................... ok
  7468. ext/FileCache/t/04twoarg ....................................... ok
  7469. ext/FileCache/t/05override ..................................... ok
  7470. ext/FileCache/t/06export ....................................... ok
  7471. ext/FileCache/t/07noimport ..................................... ok
  7472. ext/Hash-Util/t/builtin ........................................ ok
  7473. ext/Hash-Util/t/Util ........................................... ok
  7474. ext/Hash-Util-FieldHash/t/01_load .............................. ok
  7475. ext/Hash-Util-FieldHash/t/02_function .......................... ok
  7476. ext/Hash-Util-FieldHash/t/03_class ............................. ok
  7477. ext/Hash-Util-FieldHash/t/04_thread ............................ ok
  7478. ext/Hash-Util-FieldHash/t/05_perlhook .......................... ok
  7479. ext/Hash-Util-FieldHash/t/11_hashassign ........................ ok
  7480. ext/Hash-Util-FieldHash/t/12_hashwarn .......................... ok
  7481. ext/I18N-Langinfo/t/Langinfo ................................... ok
  7482. ext/IPC-Open3/t/fd ............................................. ok
  7483. ext/IPC-Open3/t/IPC-Open2 ...................................... ok
  7484. ext/IPC-Open3/t/IPC-Open3 ...................................... ok
  7485. ext/Opcode/t/Opcode ............................................ ok
  7486. ext/Opcode/t/ops ............................................... ok
  7487. ext/PerlIO-encoding/t/encoding ................................. ok
  7488. ext/PerlIO-encoding/t/fallback ................................. ok
  7489. ext/PerlIO-encoding/t/nolooping ................................ ok
  7490. ext/PerlIO-encoding/t/threads .................................. skipped
  7491. ext/PerlIO-scalar/t/scalar ..................................... ok
  7492. ext/PerlIO-scalar/t/scalar_ungetc .............................. ok
  7493. ext/PerlIO-via/t/via ........................................... ok
  7494. ext/Pod-Functions/t/Functions .................................. ok
  7495. ext/Pod-Html/t/anchorify ....................................... ok
  7496. ext/Pod-Html/t/cache ........................................... ok
  7497. ext/Pod-Html/t/crossref ........................................ ok
  7498. ext/Pod-Html/t/crossref2 ....................................... ok
  7499. ext/Pod-Html/t/crossref3 ....................................... ok
  7500. ext/Pod-Html/t/eol ............................................. ok
  7501. ext/Pod-Html/t/feature ......................................... ok
  7502. ext/Pod-Html/t/feature2 ........................................ ok
  7503. ext/Pod-Html/t/htmldir1 ........................................ ok
  7504. ext/Pod-Html/t/htmldir2 ........................................ ok
  7505. ext/Pod-Html/t/htmldir3 ........................................ ok
  7506. ext/Pod-Html/t/htmldir4 ........................................ ok
  7507. ext/Pod-Html/t/htmldir5 ........................................ ok
  7508. ext/Pod-Html/t/htmlescp ........................................ ok
  7509. ext/Pod-Html/t/htmllink ........................................ ok
  7510. ext/Pod-Html/t/htmlview ........................................ ok
  7511. ext/Pod-Html/t/poderr .......................................... ok
  7512. ext/Pod-Html/t/podnoerr ........................................ ok
  7513. ext/POSIX/t/export ............................................. ok
  7514. ext/POSIX/t/math ............................................... ok
  7515. ext/POSIX/t/posix .............................................. ok
  7516. ext/POSIX/t/sigaction .......................................... ok
  7517. ext/POSIX/t/sigset ............................................. ok
  7518. ext/POSIX/t/strerror_errno ..................................... ok
  7519. ext/POSIX/t/sysconf ............................................ ok
  7520. ext/POSIX/t/taint .............................................. ok
  7521. ext/POSIX/t/termios ............................................ ok
  7522. ext/POSIX/t/time ............................................... ok
  7523. ext/POSIX/t/unimplemented ...................................... ok
  7524. ext/POSIX/t/usage .............................................. ok
  7525. ext/POSIX/t/waitpid ............................................ ok
  7526. ext/POSIX/t/wrappers ........................................... ok
  7527. ext/re/t/lexical_debug ......................................... ok
  7528. ext/re/t/qr .................................................... ok
  7529. ext/re/t/re .................................................... ok
  7530. ext/re/t/re_funcs .............................................. ok
  7531. ext/re/t/re_funcs_u ............................................ ok
  7532. ext/re/t/reflags ............................................... ok
  7533. ext/re/t/regop ................................................. ok
  7534. ext/re/t/strict ................................................ ok
  7535. ext/SDBM_File/t/constants ...................................... ok
  7536. ext/SDBM_File/t/prep ........................................... ok
  7537. ext/SDBM_File/t/sdbm ........................................... ok
  7538. ext/Sys-Hostname/t/Hostname .................................... ok
  7539. ext/Tie-Hash-NamedCapture/t/tiehash ............................ ok
  7540. ext/Tie-Memoize/t/Tie-Memoize .................................. ok
  7541. ext/XS-APItest/t/addissub ...................................... ok
  7542. ext/XS-APItest/t/arrayexpr ..................................... ok
  7543. ext/XS-APItest/t/autoload ...................................... ok
  7544. ext/XS-APItest/t/blockasexpr ................................... ok
  7545. ext/XS-APItest/t/blockhooks .................................... ok
  7546. ext/XS-APItest/t/blockhooks-csc ................................ ok
  7547. ext/XS-APItest/t/call .......................................... ok
  7548. ext/XS-APItest/t/call_checker .................................. ok
  7549. ext/XS-APItest/t/caller ........................................ ok
  7550. ext/XS-APItest/t/callregexec ................................... ok
  7551. ext/XS-APItest/t/check_warnings ................................ ok
  7552. ext/XS-APItest/t/cleanup ....................................... ok
  7553. ext/XS-APItest/t/clone-with-stack .............................. skipped
  7554. ext/XS-APItest/t/cophh ......................................... ok
  7555. ext/XS-APItest/t/coplabel ...................................... ok
  7556. ext/XS-APItest/t/copstash ...................................... skipped
  7557. ext/XS-APItest/t/copyhints ..................................... ok
  7558. ext/XS-APItest/t/customop ...................................... ok
  7559. ext/XS-APItest/t/cv_name ....................................... ok
  7560. ext/XS-APItest/t/eval-filter ................................... ok
  7561. ext/XS-APItest/t/exception ..................................... ok
  7562. ext/XS-APItest/t/extend ........................................ ok
  7563. ext/XS-APItest/t/fetch_pad_names ............................... ok
  7564. ext/XS-APItest/t/gotosub ....................................... ok
  7565. ext/XS-APItest/t/grok .......................................... ok
  7566. ext/XS-APItest/t/gv_autoload4 .................................. ok
  7567. ext/XS-APItest/t/gv_const_sv ................................... ok
  7568. ext/XS-APItest/t/gv_fetchmeth .................................. ok
  7569. ext/XS-APItest/t/gv_fetchmeth_autoload ......................... ok
  7570. ext/XS-APItest/t/gv_fetchmethod_flags .......................... ok
  7571. ext/XS-APItest/t/gv_init ....................................... ok
  7572. ext/XS-APItest/t/handy ......................................... ok
  7573. ext/XS-APItest/t/hash .......................................... ok
  7574. ext/XS-APItest/t/join_with_space ............................... ok
  7575. ext/XS-APItest/t/keyword_multiline ............................. ok
  7576. ext/XS-APItest/t/keyword_plugin ................................ ok
  7577. ext/XS-APItest/t/labelconst .................................... ok
  7578. ext/XS-APItest/t/lexsub ........................................ ok
  7579. ext/XS-APItest/t/load-module ................................... ok
  7580. ext/XS-APItest/t/locale ........................................ ok
  7581. ext/XS-APItest/t/loopblock ..................................... ok
  7582. ext/XS-APItest/t/looprest ...................................... ok
  7583. ext/XS-APItest/t/lvalue ........................................ ok
  7584. ext/XS-APItest/t/magic ......................................... ok
  7585. ext/XS-APItest/t/magic_chain ................................... ok
  7586. ext/XS-APItest/t/mro ........................................... ok
  7587. ext/XS-APItest/t/multicall ..................................... ok
  7588. ext/XS-APItest/t/my_cxt ........................................ ok
  7589. ext/XS-APItest/t/my_exit ....................................... ok
  7590. ext/XS-APItest/t/newCONSTSUB ................................... ok
  7591. ext/XS-APItest/t/newDEFSVOP .................................... ok
  7592. ext/XS-APItest/t/op ............................................ ok
  7593. ext/XS-APItest/t/op_contextualize .............................. ok
  7594. ext/XS-APItest/t/op_list ....................................... ok
  7595. ext/XS-APItest/t/overload ...................................... ok
  7596. ext/XS-APItest/t/pad_scalar .................................... ok
  7597. ext/XS-APItest/t/peep .......................................... ok
  7598. ext/XS-APItest/t/pmflag ........................................ ok
  7599. ext/XS-APItest/t/postinc ....................................... ok
  7600. ext/XS-APItest/t/printf ........................................ ok
  7601. ext/XS-APItest/t/ptr_table ..................................... ok
  7602. ext/XS-APItest/t/push .......................................... ok
  7603. ext/XS-APItest/t/refs .......................................... ok
  7604. ext/XS-APItest/t/rmagical ...................................... ok
  7605. ext/XS-APItest/t/rv2cv_op_cv ................................... ok
  7606. ext/XS-APItest/t/savehints ..................................... ok
  7607. ext/XS-APItest/t/scopelessblock ................................ ok
  7608. ext/XS-APItest/t/sort .......................................... ok
  7609. ext/XS-APItest/t/stmtasexpr .................................... ok
  7610. ext/XS-APItest/t/stmtsasexpr ................................... ok
  7611. ext/XS-APItest/t/stuff_modify_bug .............................. ok
  7612. ext/XS-APItest/t/stuff_svcur_bug ............................... ok
  7613. ext/XS-APItest/t/subcall ....................................... ok
  7614. ext/XS-APItest/t/svcat ......................................... ok
  7615. ext/XS-APItest/t/svcatpvf ...................................... ok
  7616. ext/XS-APItest/t/sviscow ....................................... ok
  7617. ext/XS-APItest/t/svpeek ........................................ ok
  7618. ext/XS-APItest/t/svpv .......................................... ok
  7619. ext/XS-APItest/t/svpv_magic .................................... ok
  7620. ext/XS-APItest/t/svsetsv ....................................... ok
  7621. ext/XS-APItest/t/swaplabel ..................................... ok
  7622. ext/XS-APItest/t/swaptwostmts .................................. ok
  7623. ext/XS-APItest/t/sym-hook ...................................... ok
  7624. ext/XS-APItest/t/synthetic_scope ............................... ok
  7625. ext/XS-APItest/t/temp_lv_sub ................................... ok
  7626. ext/XS-APItest/t/underscore_length ............................. ok
  7627. ext/XS-APItest/t/utf16_to_utf8 ................................. ok
  7628. ext/XS-APItest/t/utf8 .......................................... ok
  7629. ext/XS-APItest/t/weaken ........................................ ok
  7630. ext/XS-APItest/t/whichsig ...................................... ok
  7631. ext/XS-APItest/t/win32 ......................................... skipped
  7632. ext/XS-APItest/t/xs_special_subs ............................... ok
  7633. ext/XS-APItest/t/xs_special_subs_require ....................... ok
  7634. ext/XS-APItest/t/xsub_h ........................................ ok
  7635. ext/XS-Typemap/t/Typemap ....................................... ok
  7636. lib/AnyDBM_File ................................................ ok
  7637. lib/B/Deparse .................................................. ok
  7638. lib/B/Deparse-core ............................................. ok
  7639. lib/B/Deparse-subclass ......................................... ok
  7640. lib/Benchmark .................................................. ok
  7641. lib/blib ....................................................... ok
  7642. lib/bytes ...................................................... ok
  7643. lib/charnames .................................................. ok
  7644. lib/Class/Struct ............................................... ok
  7645. lib/Config ..................................................... ok
  7646. lib/Config/Extensions .......................................... ok
  7647. lib/DB ......................................................... ok
  7648. lib/DBM_Filter/t/01error ....................................... ok
  7649. lib/DBM_Filter/t/02core ........................................ ok
  7650. lib/DBM_Filter/t/compress ...................................... ok
  7651. lib/DBM_Filter/t/encode ........................................ ok
  7652. lib/DBM_Filter/t/int32 ......................................... ok
  7653. lib/DBM_Filter/t/null .......................................... ok
  7654. lib/DBM_Filter/t/utf8 .......................................... ok
  7655. lib/diagnostics ................................................ ok
  7656. lib/DirHandle .................................................. ok
  7657. lib/dumpvar .................................................... ok
  7658. lib/English .................................................... ok
  7659. lib/ExtUtils/t/Embed ........................................... ok
  7660. lib/feature .................................................... ok
  7661. lib/feature/unicode_strings .................................... ok
  7662. lib/File/Basename .............................................. ok
  7663. lib/File/Compare ............................................... ok
  7664. lib/File/Copy .................................................. ok
  7665. lib/File/stat .................................................. ok
  7666. lib/File/stat-7896 ............................................. ok
  7667. lib/FileHandle ................................................. ok
  7668. lib/filetest ................................................... ok
  7669. lib/FindBin .................................................... ok
  7670. lib/Getopt/Std ................................................. ok
  7671. lib/h2ph ....................................................... ok
  7672. lib/h2xs ....................................................... ok
  7673. lib/integer .................................................... ok
  7674. lib/Internals .................................................. ok
  7675. lib/less ....................................................... ok
  7676. lib/locale ..................................................... ok
  7677. lib/locale_threads ............................................. skipped
  7678. lib/meta_notation .............................................. ok
  7679. lib/Net/hostent ................................................ ok
  7680. lib/Net/netent ................................................. skipped
  7681. lib/Net/protoent ............................................... ok
  7682. lib/Net/servent ................................................ ok
  7683. lib/open ....................................................... ok
  7684. lib/overload ................................................... ok
  7685. lib/overload64 ................................................. ok
  7686. lib/overloading ................................................ ok
  7687. lib/perl5db ....................................................
  7688.  
  7689.  
  7690. # Failed test 19 - Can set breakpoint in a line in the middle of the file. at ../lib/perl5db.t line 555
  7691. # got 'In MyModule.\nIn Main File.\n'
  7692. # expected /(?^msx:
  7693. # ^Var=Bar$
  7694. # .*
  7695. # ^In\ MyModule\.$
  7696. # .*
  7697. # ^In\ Main\ File\.$
  7698. # .*
  7699. # )/
  7700. # Failed test 20 - Can set breakpoint in a line. at ../lib/perl5db.t line 582
  7701. # got ''
  7702. # expected /(?^msx:X=\{Two\})/
  7703. # Failed test 21 - Can set breakpoint in a line. at ../lib/perl5db.t line 606
  7704. # got ''
  7705. # expected /(?^ms:X=\{SecondVal\})/
  7706. # Failed test 22 - Can set breakpoint in a line. at ../lib/perl5db.t line 630
  7707. # got ''
  7708. # expected /(?^msx:
  7709. # X=\{SecondValOneHundred\}
  7710. # )/
  7711. # Failed test 23 - Can set breakpoint in a line. at ../lib/perl5db.t line 660
  7712. # got ''
  7713. # expected /(?^msx:
  7714. # X=\{SecondValTwoHundred\}
  7715. # )/
  7716. # Failed test 24 - Prompt should display the first line of code. at ../lib/perl5db.t line 675
  7717. # got ''
  7718. # expected /(?^msx:
  7719. # ^main::\([^\)]*\bdisable-breakpoints-1:2\):\n
  7720. # 2:\s+my\ \$x\ =\ "One";\n
  7721. # )/
  7722. # Failed test 25 - Restart and delete all breakpoints work properly. at ../lib/perl5db.t line 701
  7723. # got ''
  7724. # expected /(?^msx:
  7725. # X=\{FirstVal\};dummy=\{1\}
  7726. # )/
  7727. # Failed test 26 - 'c line_num' is working properly. at ../lib/perl5db.t line 721
  7728. # got ''
  7729. # expected /(?^msx:
  7730. # X=\{ThirdVal\}
  7731. # )/
  7732. # Failed test 27 - 'b .' is working correctly. at ../lib/perl5db.t line 743
  7733. # got ''
  7734. # expected /(?^msx:
  7735. # Exp=\{256\}
  7736. # )/
  7737. # Failed test 28 - Prompt should display the line of code inside a subroutine. at ../lib/perl5db.t line 763
  7738. # got ''
  7739. # expected /(?^msx:
  7740. # ^main::back\([^\)\n]*\bwith-subroutine:15\):[\ \t]*\n
  7741. # ^15:\s*print\ "hello\ back\\n";
  7742. # )/
  7743. # Failed test 29 - p command works. at ../lib/perl5db.t line 784
  7744. # got ''
  7745. # expected /(?^:<<<24>>>)/
  7746. # Failed test 30 - x command test. at ../lib/perl5db.t line 802
  7747. # got ''
  7748. # expected /(?^ms:^0\s+HASH\([^\)]+\)\n\s+500 => 600\n)/
  7749. # Failed test 31 - x command test with '@_'. at ../lib/perl5db.t line 824
  7750. # got ''
  7751. # expected /(?^ms:Arg1.*?Capsula.*GreekHumor.*Socrates)/
  7752. # Failed test 32 - Mutating '@_'. at ../lib/perl5db.t line 847
  7753. # got 'One\nTwo\nThree\n'
  7754. # expected /(?^ms:^\(\(\(Capsula,GreekHumor,Socrates\)\)\)$)/
  7755. # Failed test 33 - x after AutoTrace=1 command is working. at ../lib/perl5db.t line 870
  7756. # got ''
  7757. # expected /(?^ms:^0\s+SCALAR\([^\)]+\)\n\s+-> 'hello world'\n)/
  7758. # Failed test 34 - T command test. at ../lib/perl5db.t line 905
  7759. # got ''
  7760. # 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)/
  7761. # Failed test 35 - test for s - single step at ../lib/perl5db.t line 928
  7762. # got ''
  7763. # expected /(?^msx:
  7764. # X=\{SecondVal\};dummy=\{1\}
  7765. # )/
  7766. # Failed test 36 - 'b .' is working correctly. at ../lib/perl5db.t line 951
  7767. # got ''
  7768. # expected /(?^msx:
  7769. # Exp=\{256\}
  7770. # )/
  7771. # Failed test 37 - Test for the s command. at ../lib/perl5db.t line 970
  7772. # got ''
  7773. # expected /(?^msx:
  7774. # ^main::foo\([^\)\n]*\brt-104168:9\):[\ \t]*\n
  7775. # ^9:\s*bar\(\);
  7776. # )/
  7777. # Failed test 38 - uncalled_subroutine was called after s EXPR() at ../lib/perl5db.t line 992
  7778. # got ''
  7779. # expected /(?^:<1,2,3,4,5>\n)/
  7780. # Failed test 39 - uncalled_subroutine was called after n EXPR() at ../lib/perl5db.t line 1011
  7781. # got ''
  7782. # expected /(?^:<1,2,3,4,5>\n)/
  7783. # Failed test 40 - b subroutine works fine at ../lib/perl5db.t line 1034
  7784. # got ''
  7785. # expected /(?^:<3>)/
  7786. # Failed test 41 - n steps over lvalue subs at ../lib/perl5db.t line 1042
  7787. # got ''
  7788. # expected /(?^:<1>\n<11>\n)/
  7789. # Failed test 42 - M (module list) works fine at ../lib/perl5db.t line 1067
  7790. # got ''
  7791. # expected /(?^:Scalar/Util\.pm)/
  7792. # Failed test 43 - r statement is working properly. at ../lib/perl5db.t line 1089
  7793. # got 'Foo\n'
  7794. # expected /(?^msx:
  7795. # ^Foo$
  7796. # .*?
  7797. # ^Bar$
  7798. # .*?
  7799. # ^Var=Test$
  7800. # )/
  7801. # Failed test 44 - l statement is working properly (test No. 1). at ../lib/perl5db.t line 1113
  7802. # got ''
  7803. # expected /(?^msx:
  7804. # ^1==>\s+\$x\ =\ 1;\n
  7805. # 2:\s+print\ "1\\n";\n
  7806. # 3\s*\n
  7807. # 4:\s+\$x\ =\ 2;\n
  7808. # 5:\s+print\ "2\\n";\n
  7809. # )/
  7810. # Failed test 45 - l followed by l and then followed by - at ../lib/perl5db.t line 1167
  7811. # got ''
  7812. # expected /(?^msx:
  7813. # ^(?^msx:
  7814. # 1==>\s+\$x\ =\ 1;\n
  7815. # 2:\s+print\ "1\\n";\n
  7816. # 3\s*\n
  7817. # 4:\s+\$x\ =\ 2;\n
  7818. # 5:\s+print\ "2\\n";\n
  7819. # 6\s*\n
  7820. # 7:\s+\$x\ =\ 3;\n
  7821. # 8:\s+print\ "3\\n";\n
  7822. # 9\s*\n
  7823. # 10:\s+\$x\ =\ 4;\n
  7824. # )
  7825. # [^\n]*?DB<\d+>\ \#\ After\ l\ 1\n
  7826. # [\ \t]*\n
  7827. # [^\n]*?DB<\d+>\ l\s*\n
  7828. # (?^msx:
  7829. # 11:\s+print\ "4\\n";\n
  7830. # 12\s*\n
  7831. # 13:\s+\$x\ =\ 5;\n
  7832. # 14:\s+print\ "5\\n";\n
  7833. # 15\s*\n
  7834. # 16:\s+\$x\ =\ 6;\n
  7835. # 17:\s+print\ "6\\n";\n
  7836. # 18\s*\n
  7837. # 19:\s+\$x\ =\ 7;\n
  7838. # 20:\s+print\ "7\\n";\n
  7839. # )
  7840. # [^\n]*?DB<\d+>\ \#\ After\ l\ 2\n
  7841. # [\ \t]*\n
  7842. # [^\n]*?DB<\d+>\ -\s*\n
  7843. # (?^msx:
  7844. # 1==>\s+\$x\ =\ 1;\n
  7845. # 2:\s+print\ "1\\n";\n
  7846. # 3\s*\n
  7847. # 4:\s+\$x\ =\ 2;\n
  7848. # 5:\s+print\ "2\\n";\n
  7849. # 6\s*\n
  7850. # 7:\s+\$x\ =\ 3;\n
  7851. # 8:\s+print\ "3\\n";\n
  7852. # 9\s*\n
  7853. # 10:\s+\$x\ =\ 4;\n
  7854. # )
  7855. # [^\n]*?DB<\d+>\ \#\ After\ -\n
  7856. # )/
  7857. # Failed test 46 - l subroutine_name at ../lib/perl5db.t line 1203
  7858. # got ''
  7859. # expected /(?^msx:
  7860. # DB<1>\s+l\ fact\n
  7861. # (?^msx:
  7862. # 6\s+sub\ fact\ \{\n
  7863. # 7:\s+my\ \$n\ =\ shift;\n
  7864. # 8:\s+if\ \(\$n\ >\ 1\)\ \{\n
  7865. # 9:\s+return\ \$n\ \*\ fact\(\$n\ -\ 1\);
  7866. # )
  7867. # )/
  7868. # Failed test 47 - Test the "." command at ../lib/perl5db.t line 1235
  7869. # got ''
  7870. # expected /(?^msx:
  7871. # (?^msx:
  7872. # ^main::fact\([^\n]*?:7\):\n
  7873. # ^7:\s+my\ \$n\ =\ shift;\n
  7874. # )
  7875. # auto\(-\d+\)\s+DB<\d+>\s+\.\n
  7876. # (?^msx:
  7877. # ^main::fact\([^\n]*?:7\):\n
  7878. # ^7:\s+my\ \$n\ =\ shift;\n
  7879. # )
  7880. # )/
  7881. # Failed test 48 - f command is working. at ../lib/perl5db.t line 1263
  7882. # got 'In MyModule.\nIn Main File.\n'
  7883. # expected /(?^msx:
  7884. # ^Var=Bar$
  7885. # .*
  7886. # ^In\ MyModule\.$
  7887. # .*
  7888. # ^In\ Main\ File\.$
  7889. # .*
  7890. # )/
  7891. # Failed test 49 - /pat/ command is working and found a match. at ../lib/perl5db.t line 1295
  7892. # got ''
  7893. # expected /(?^msx:12: \s* for\ my\ \$q\ \(1\ \.\.\ 10\)\ \{)/
  7894. # Failed test 50 - ?pat? command is working and found a match. at ../lib/perl5db.t line 1315
  7895. # got ''
  7896. # expected /(?^msx:12: \s* for\ my\ \$q\ \(1\ \.\.\ 10\)\ \{)/
  7897. # Failed test 51 - L command is listing breakpoints at ../lib/perl5db.t line 1336
  7898. # got ''
  7899. # expected /(?^msx:
  7900. # ^\S*?eval-line-bug:\n
  7901. # \s*6:\s*my\ \$i\ =\ 5;\n
  7902. # \s*break\ if\ \(1\)\n
  7903. # \s*13:\s*\$i\ \+=\ \$q;\n
  7904. # \s*break\ if\ \(\(\$q\ ==\ 5\)\)\n
  7905. # )/
  7906. # Failed test 52 - L command is listing watch expressions at ../lib/perl5db.t line 1362
  7907. # got ''
  7908. # expected /(?^msx:
  7909. # ^Watch-expressions:\n
  7910. # \s*\(5\+6\)\n
  7911. # )/
  7912. # Failed test 53 - L command is not listing deleted watch expressions at ../lib/perl5db.t line 1386
  7913. # got ''
  7914. # expected /(?^msx:
  7915. # ^Watch-expressions:\n
  7916. # \s*\(11\*23\)\n
  7917. # ^auto\(
  7918. # )/
  7919. # Failed test 54 - L command is listing actions and breakpoints at ../lib/perl5db.t line 1411
  7920. # got ''
  7921. # expected /(?^msx:
  7922. # ^\S*?eval-line-bug:\n
  7923. # \s*6:\s*my\ \$i\ =\ 5;\n
  7924. # \s*break\ if\ \(1\)\n
  7925. # \s*13:\s*\$i\ \+=\ \$q;\n
  7926. # \s*action:\s+print\ \$i\n
  7927. # )/
  7928. # Failed test 55 - S command - 1 at ../lib/perl5db.t line 1435
  7929. # got ''
  7930. # expected /(?^msx:
  7931. # ^main::bar\n
  7932. # main::baz\n
  7933. # main::foo\n
  7934. # )/
  7935. # Failed test 56 - S command with regex at ../lib/perl5db.t line 1457
  7936. # got ''
  7937. # expected /(?^msx:
  7938. # ^main::bar\n
  7939. # main::baz\n
  7940. # auto\(
  7941. # )/
  7942. # Failed test 58 - S command with negative regex - what it still matches at ../lib/perl5db.t line 1486
  7943. # got ''
  7944. # expected /(?^msx:
  7945. # ^main::foo\n
  7946. # )/
  7947. # Failed test 59 - a command is working at ../lib/perl5db.t line 1509
  7948. # got ''
  7949. # expected /(?^msx:
  7950. # \nVar<Q>=1\
  7951. #
  7952. # \nVar<Q>=2\
  7953. #
  7954. # \nVar<Q>=3
  7955. # )/
  7956. # Failed test 60 - a command with no line number is working at ../lib/perl5db.t line 1533
  7957. # 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'
  7958. # expected /(?^msx:
  7959. # (?:^Hello\ 12\n.*?){4}
  7960. # )/
  7961. # Failed test 63 - w command - watchpoint changed at ../lib/perl5db.t line 1599
  7962. # got ''
  7963. # expected /(?^msx:
  7964. # \$foo\ changed:\n
  7965. # \s+old\ value:\s+'1'\n
  7966. # \s+new\ value:\s+'2'\n
  7967. # )/
  7968. # Failed test 64 - w command - correct output from IDX at ../lib/perl5db.t line 1606
  7969. # got 'Hello\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\n'
  7970. # expected /(?^msx:
  7971. # \nIDX=<20>\n
  7972. # )/
  7973. # Failed test 66 - W command - stopped at end. at ../lib/perl5db.t line 1635
  7974. # got 'Hello\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\n'
  7975. # expected /(?^msx:
  7976. # \nIDX=<>\n
  7977. # )/
  7978. # Failed test 68 - "W *" command - stopped at end. at ../lib/perl5db.t line 1666
  7979. # got 'Hello\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\nBaz\n'
  7980. # expected /(?^msx:
  7981. # \nIDX=<>\n
  7982. # )/
  7983. # Failed test 69 - "o" command (without arguments) displays warnLevel at ../lib/perl5db.t line 1686
  7984. # got ''
  7985. # expected /(?^msx:
  7986. # ^\s*warnLevel\ =\ '1'\n
  7987. # )/
  7988. # Failed test 70 - "o" command (without arguments) displays signalLevel at ../lib/perl5db.t line 1692
  7989. # got ''
  7990. # expected /(?^msx:
  7991. # ^\s*signalLevel\ =\ '1'\n
  7992. # )/
  7993. # Failed test 71 - "o" command (without arguments) displays dieLevel at ../lib/perl5db.t line 1698
  7994. # got ''
  7995. # expected /(?^msx:
  7996. # ^\s*dieLevel\ =\ '1'\n
  7997. # )/
  7998. # Failed test 72 - "o" command (without arguments) displays hashDepth at ../lib/perl5db.t line 1704
  7999. # got ''
  8000. # expected /(?^msx:
  8001. # ^\s*hashDepth\ =\ 'N/A'\n
  8002. # )/
  8003. # Failed test 74 - "o" query command displays signalLevel at ../lib/perl5db.t line 1728
  8004. # got ''
  8005. # expected /(?^msx:
  8006. # ^\s*signalLevel\ =\ '1'\n
  8007. # )/
  8008. # Failed test 76 - "o" query command displays hashDepth at ../lib/perl5db.t line 1738
  8009. # got ''
  8010. # expected /(?^msx:
  8011. # ^\s*hashDepth\ =\ 'N/A'\n
  8012. # )/
  8013. # Failed test 77 - o set command works at ../lib/perl5db.t line 1759
  8014. # got ''
  8015. # expected /(?^msx:
  8016. # ^\s*(signalLevel\ =\ '0'\n)
  8017. # .*?
  8018. # ^\s*\1
  8019. # )/
  8020. # Failed test 78 - o set command - hashDepth at ../lib/perl5db.t line 1767
  8021. # got ''
  8022. # expected /(?^msx:
  8023. # ^\s*hashDepth\ =\ 'N/A'\n
  8024. # )/
  8025. # Failed test 79 - Test < and < ? commands - contents. at ../lib/perl5db.t line 1790
  8026. # got ''
  8027. # expected /(?^msx:
  8028. # ^pre-perl\ commands:\n
  8029. # \s*<\ --\ print\ "\\nX=<\$x>\\n"\n
  8030. # )/
  8031. # Failed test 80 - Test < and < ? commands - output. at ../lib/perl5db.t line 1797
  8032. # got ''
  8033. # expected /(?^msx:
  8034. # ^X=<FirstVal>\n
  8035. # )/
  8036. # Failed test 82 - Test > and > ? commands - contents. at ../lib/perl5db.t line 1842
  8037. # got ''
  8038. # expected /(?^msx:
  8039. # ^post-perl\ commands:\n
  8040. # \s*>\ --\ print\ "\\nFOO=<\$::foo>\\n"\n
  8041. # )/
  8042. # Failed test 83 - Test > and > ? commands - output. at ../lib/perl5db.t line 1849
  8043. # got ''
  8044. # expected /(?^msx:
  8045. # ^FOO=<500>\n
  8046. # )/
  8047. # Failed test 85 - Test < and > commands. at ../lib/perl5db.t line 1896
  8048. # got ''
  8049. # expected /(?^msx:
  8050. # ^LOREM=<10>\n
  8051. # )/
  8052. # Failed test 86 - Test the pre-prompt debugger commands at ../lib/perl5db.t line 1920
  8053. # got ''
  8054. # expected /(?^msx:
  8055. # ^No\ pre-debugger\ actions\.\n
  8056. # .*?
  8057. # ^pre-debugger\ commands:\n
  8058. # \s+\{\ --\ l\n
  8059. # .*?
  8060. # ^5==>b\s+\$x\ =\ "FirstVal";\n
  8061. # 6\s*\n
  8062. # 7:\s+\$dummy\+\+;\n
  8063. # 8\s*\n
  8064. # 9:\s+\$x\ =\ "SecondVal";\n
  8065. #
  8066. # )/
  8067. # Failed test 87 - Test the { * command at ../lib/perl5db.t line 1954
  8068. # got ''
  8069. # expected /(?^msx:
  8070. # ^All\ \{\ actions\ cleared\.\n
  8071. # )/
  8072. # Failed test 88 - { * test - output is OK. at ../lib/perl5db.t line 1960
  8073. # got ''
  8074. # expected /(?^:OneOneOneOneOne)/
  8075. # Failed test 89 - Test the ! command (along with l 3-5) at ../lib/perl5db.t line 1979
  8076. # got ''
  8077. # expected /(?^msx:
  8078. # (^3:\s+my\ \$dummy\ =\ 0;\n
  8079. # 4\s*\n
  8080. # 5:\s+\$x\ =\ "FirstVal";)\n
  8081. # .*?
  8082. # ^l\ 3-5\n
  8083. # \1
  8084. # )/
  8085. # Failed test 90 - Test the ! -n command (along with l) at ../lib/perl5db.t line 2006
  8086. # got ''
  8087. # expected /(?^msx:
  8088. # (^3:\s+my\ \$dummy\ =\ 0;\n
  8089. # 4\s*\n
  8090. # 5:\s+\$x\ =\ "FirstVal";)\n
  8091. # .*?
  8092. # ^2==\>\s+my\ \$x\ =\ "One";\n
  8093. # .*?
  8094. # ^l\ 3-5\n
  8095. # \1
  8096. # )/
  8097. # Failed test 91 - Test the source command (along with l) at ../lib/perl5db.t line 2036
  8098. # got ''
  8099. # expected /(?^msx:
  8100. # ^3:\s+my\ \$dummy\ =\ 0;\n
  8101. # 4\s*\n
  8102. # 5:\s+\$x\ =\ "FirstVal";\n
  8103. # 6\s*\n
  8104. # 7:\s+\$dummy\+\+;\n
  8105. # 8\s*\n
  8106. # 9:\s+\$x\ =\ "SecondVal";\n
  8107. # 10\s*\n
  8108. # )/
  8109. # Failed test 92 - Test the source command inside a typeahead at ../lib/perl5db.t line 2063
  8110. # got ''
  8111. # expected /(?^msx:
  8112. # ^3:\s+my\ \$dummy\ =\ 0;\n
  8113. # 4\s*\n
  8114. # 5:\s+\$x\ =\ "FirstVal";\n
  8115. # 6\s*\n
  8116. # 7:\s+\$dummy\+\+;\n
  8117. # 8\s*\n
  8118. # 9:\s+\$x\ =\ "SecondVal";\n
  8119. # 10\s*\n
  8120. # )/
  8121. # Failed test 93 - Test the H -num command at ../lib/perl5db.t line 2096
  8122. # got ''
  8123. # expected /(?^msx:
  8124. # ^\d+:\s+H\ -7\n
  8125. # \d+:\s+x\ \(20\+4\)\n
  8126. # \d+:\s+b\ 3\n
  8127. # \d+:\s+l\ 1-5\n
  8128. # \d+:\s+x\ "Hello\ World"\n
  8129. # \d+:\s+l\ 5-10\n
  8130. # \d+:\s+l\ 1-10\n
  8131. # )/
  8132. # Failed test 94 - Test the H command (without a number.) at ../lib/perl5db.t line 2128
  8133. # got ''
  8134. # expected /(?^msx:
  8135. # ^\d+:\s+x\ \(20\+4\)\n
  8136. # \d+:\s+b\ 3\n
  8137. # \d+:\s+l\ 1-5\n
  8138. # \d+:\s+x\ "Hello\ World"\n
  8139. # \d+:\s+l\ 5-10\n
  8140. # \d+:\s+l\ 1-10\n
  8141. # )/
  8142. # Failed test 95 - Test the = (command alias) command. at ../lib/perl5db.t line 2154
  8143. # got ''
  8144. # expected /(?^msx:
  8145. # ^1==>\s+\$x\ =\ 1;\n
  8146. # 2:\s+print\ "1\\n";\n
  8147. # 3\s*\n
  8148. # 4:\s+\$x\ =\ 2;\n
  8149. # 5:\s+print\ "2\\n";\n
  8150. # )/
  8151. # Failed test 96 - Test m for main - 1 at ../lib/perl5db.t line 2179
  8152. # got ''
  8153. # expected /(?^msx:
  8154. # ^via\ UNIVERSAL:\ DOES$
  8155. # )/
  8156. # Failed test 97 - Test m for main - 2 at ../lib/perl5db.t line 2185
  8157. # got ''
  8158. # expected /(?^msx:
  8159. # ^via\ UNIVERSAL:\ can$
  8160. # )/
  8161. # Failed test 98 - Test m for obj - 1 at ../lib/perl5db.t line 2207
  8162. # got ''
  8163. # expected /(?^ms:^greet$)/
  8164. # Failed test 99 - Test m for obj - 1 at ../lib/perl5db.t line 2211
  8165. # got ''
  8166. # expected /(?^ms:^via UNIVERSAL: can$)/
  8167. # Failed test 100 - Test M at ../lib/perl5db.t line 2229
  8168. # got ''
  8169. # expected /(?^msx:
  8170. # ^'strict\.pm'\ =>\ '\d+\.\d+\ from
  8171. # )/
  8172. # Failed test 101 - Test the o recallCommand option at ../lib/perl5db.t line 2253
  8173. # got ''
  8174. # expected /(?^msx:
  8175. # (^3:\s+my\ \$dummy\ =\ 0;\n
  8176. # 4\s*\n
  8177. # 5:\s+\$x\ =\ "FirstVal";)\n
  8178. # .*?
  8179. # ^2==\>\s+my\ \$x\ =\ "One";\n
  8180. # .*?
  8181. # ^l\ 3-5\n
  8182. # \1
  8183. # )/
  8184. # Failed test 104 - Test the t command (without a number.) at ../lib/perl5db.t line 2331
  8185. # got ''
  8186. # expected /(?^msx:
  8187. # ^main::\([^:]+:15\):\n
  8188. # 15:\s+\$dummy\+\+;\n
  8189. # main::\([^:]+:17\):\n
  8190. # 17:\s+\$x\ =\ "FourthVal";\n
  8191. # )/
  8192. # Failed test 105 - Test the o AutoTrace command at ../lib/perl5db.t line 2355
  8193. # got ''
  8194. # expected /(?^msx:
  8195. # ^main::\([^:]+:15\):\n
  8196. # 15:\s+\$dummy\+\+;\n
  8197. # main::\([^:]+:17\):\n
  8198. # 17:\s+\$x\ =\ "FourthVal";\n
  8199. # )/
  8200. # Failed test 106 - Test the t command with function calls. at ../lib/perl5db.t line 2382
  8201. # 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'
  8202. # expected /(?^msx:
  8203. # ^main::\([^:]+:28\):\n
  8204. # 28:\s+myfunc\(\);\n
  8205. # auto\(-\d+\)\s+DB<1>\s+t\n
  8206. # Trace\ =\ on\n
  8207. # auto\(-\d+\)\s+DB<1>\s+b\ 18\n
  8208. # auto\(-\d+\)\s+DB<2>\s+c\n
  8209. # main::myfunc\([^:]+:25\):\n
  8210. # 25:\s+bar\(\);\n
  8211. # )/
  8212. # Failed test 107 - Test the o AutoTrace command with function calls. at ../lib/perl5db.t line 2413
  8213. # 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'
  8214. # expected /(?^msx:
  8215. # ^main::\([^:]+:28\):\n
  8216. # 28:\s+myfunc\(\);\n
  8217. # auto\(-\d+\)\s+DB<1>\s+o\ AutoTrace\n
  8218. # \s+AutoTrace\s+=\s+'1'\n
  8219. # auto\(-\d+\)\s+DB<2>\s+b\ 18\n
  8220. # auto\(-\d+\)\s+DB<3>\s+c\n
  8221. # main::myfunc\([^:]+:25\):\n
  8222. # 25:\s+bar\(\);\n
  8223. # )/
  8224. # Failed test 108 - Test the final "Debugged program terminated" message. at ../lib/perl5db.t line 2440
  8225. # 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'
  8226. # expected /(?^msx:
  8227. # ^Debugged\ program\ terminated\.
  8228. # )/
  8229. # Failed test 110 - Test o PrintRet=1 at ../lib/perl5db.t line 2490
  8230. # 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'
  8231. # expected /(?^:scalar context return from main::return_scalar: 20024)/
  8232. # Failed test 112 - Test o PrintRet=1 in list context at ../lib/perl5db.t line 2540
  8233. # 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'
  8234. # expected /(?^:list context return from main::return_list:\n0\s*'Foo'\n1\s*'Bar'\n2\s*'Baz'\n)/
  8235. # Failed test 114 - Test o PrintRet=1 in void context at ../lib/perl5db.t line 2590
  8236. # 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'
  8237. # expected /(?^:void context return from main::return_void)/
  8238. # Failed test 116 - Test o PrintRet=0 in void context at ../lib/perl5db.t line 2640
  8239. # got ''
  8240. # expected /(?^msx:
  8241. # in\s*\.=main::my_other_func\(3,\ 1200\)\ from.*?
  8242. # out\s*\.=main::my_other_func\(3,\ 1200\)\ from
  8243. # )/
  8244. # Failed test 117 - Test t expr at ../lib/perl5db.t line 2664
  8245. # got ''
  8246. # expected /(?^msx:
  8247. # (?:^main::fact.*return\ \$n\ \*\ fact\(\$n\ -\ 1\);.*)
  8248. # )/
  8249. # Failed test 118 - Test w for lexical values. at ../lib/perl5db.t line 2691
  8250. # got ''
  8251. # expected /(?^msx:
  8252. # \s+old\ value:\s+'1'\n
  8253. # \s+new\ value:\s+'2'\n
  8254. # )/
Add Comment
Please, Sign In to add comment