Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

Stuff
Wednesday, May 9th, 2012 at 11:14:19am MDT 

  1. root@ubuntu:~# perl -V
  2. Summary of my perl5 (revision 5 version 14 subversion 2) configuration:
  3.    
  4.   Platform:
  5.     osname=linux, osvers=2.6.24-31-server, archname=x86_64-linux-gnu-thread-multi
  6.     uname='linux allspice 2.6.24-31-server #1 smp tue feb 14 13:12:22 utc 2012 x86_64 x86_64 x86_64 gnulinux '
  7.     config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=x86_64-linux-gnu -Dprefix=/usr -Dprivlib=/usr/share/perl/5.14 -Darchlib=/usr/lib/perl/5.14 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.14.2 -Dsitearch=/usr/local/lib/perl/5.14.2 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Duse64bitint -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Ud_ualarm -Uusesfio -Uusenm -Ui_libutil -DDEBUGGING=-g -Doptimize=-O2 -Duseshrplib -Dlibperl=libperl.so.5.14.2 -des'
  8.     hint=recommended, useposix=true, d_sigaction=define
  9.     useithreads=define, usemultiplicity=define
  10.     useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
  11.     use64bitint=define, use64bitall=define, uselongdouble=undef
  12.     usemymalloc=n, bincompat5005=undef
  13.   Compiler:
  14.     cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
  15.     optimize='-O2 -g',
  16.     cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
  17.     ccversion='', gccversion='4.6.3', gccosandvers=''
  18.     intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
  19.     d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
  20.     ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
  21.     alignbytes=8, prototype=define
  22.   Linker and Libraries:
  23.     ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
  24.     libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
  25.     libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt
  26.     perllibs=-ldl -lm -lpthread -lc -lcrypt
  27.     libc=, so=so, useshrplib=true, libperl=libperl.so.5.14.2
  28.     gnulibc_version='2.15'
  29.   Dynamic Linking:
  30.     dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
  31.     cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector'
  32.  
  33.  
  34. Characteristics of this binary (from libperl):
  35.   Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
  36.                         PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
  37.                         PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
  38.                         USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
  39.                         USE_REENTRANT_API
  40.   Locally applied patches:
  41.         DEBPKG:debian/arm_thread_stress_timeout - http://bugs.debian.org/501970 Raise the timeout of ext/threads/shared/t/stress.t to accommodate slower build hosts
  42.         DEBPKG:debian/cpan_definstalldirs - Provide a sensible INSTALLDIRS default for modules installed from CPAN.
  43.         DEBPKG:debian/db_file_ver - http://bugs.debian.org/340047 Remove overly restrictive DB_File version check.
  44.         DEBPKG:debian/doc_info - Replace generic man(1) instructions with Debian-specific information.
  45.         DEBPKG:debian/enc2xs_inc - http://bugs.debian.org/290336 Tweak enc2xs to follow symlinks and ignore missing @INC directories.
  46.         DEBPKG:debian/errno_ver - http://bugs.debian.org/343351 Remove Errno version check due to upgrade problems with long-running processes.
  47.         DEBPKG:debian/libperl_embed_doc - http://bugs.debian.org/186778 Note that libperl-dev package is required for embedded linking
  48.         DEBPKG:fixes/respect_umask - Respect umask during installation
  49.         DEBPKG:debian/writable_site_dirs - Set umask approproately for site install directories
  50.         DEBPKG:debian/extutils_set_libperl_path - EU:MM: Set location of libperl.a to /usr/lib
  51.         DEBPKG:debian/no_packlist_perllocal - Don't install .packlist or perllocal.pod for perl or vendor
  52.         DEBPKG:debian/prefix_changes - Fiddle with *PREFIX and variables written to the makefile
  53.         DEBPKG:debian/fakeroot - Postpone LD_LIBRARY_PATH evaluation to the binary targets.
  54.         DEBPKG:debian/instmodsh_doc - Debian policy doesn't install .packlist files for core or vendor.
  55.         DEBPKG:debian/ld_run_path - Remove standard libs from LD_RUN_PATH as per Debian policy.
  56.         DEBPKG:debian/libnet_config_path - Set location of libnet.cfg to /etc/perl/Net as /usr may not be writable.
  57.         DEBPKG:debian/m68k_thread_stress - http://bugs.debian.org/517938 http://bugs.debian.org/495826 Disable some threads tests on m68k for now due to missing TLS.
  58.         DEBPKG:debian/mod_paths - Tweak @INC ordering for Debian
  59.         DEBPKG:debian/module_build_man_extensions - http://bugs.debian.org/479460 Adjust Module::Build manual page extensions for the Debian Perl policy
  60.         DEBPKG:debian/prune_libs - http://bugs.debian.org/128355 Prune the list of libraries wanted to what we actually need.
  61.         DEBPKG:fixes/net_smtp_docs - [rt.cpan.org #36038] http://bugs.debian.org/100195 Document the Net::SMTP 'Port' option
  62.         DEBPKG:debian/perlivp - http://bugs.debian.org/510895 Make perlivp skip include directories in /usr/local
  63.         DEBPKG:debian/disable-zlib-bundling - Disable zlib bundling in Compress::Raw::Zlib
  64.         DEBPKG:debian/cpanplus_definstalldirs - http://bugs.debian.org/533707 Configure CPANPLUS to use the site directories by default.
  65.         DEBPKG:debian/cpanplus_config_path - Save local versions of CPANPLUS::Config::System into /etc/perl.
  66.         DEBPKG:debian/deprecate-with-apt - http://bugs.debian.org/580034 Point users to Debian packages of deprecated core modules
  67.         DEBPKG:fixes/hurd-ccflags - [a190e64] http://bugs.debian.org/587901 [perl #92244] Make hints/gnu.sh append to $ccflags rather than overriding them
  68.         DEBPKG:debian/squelch-locale-warnings - http://bugs.debian.org/508764 Squelch locale warnings in Debian package maintainer scripts
  69.         DEBPKG:debian/skip-upstream-git-tests - Skip tests specific to the upstream Git repository
  70.         DEBPKG:fixes/extutils-cbuilder-cflags - [011e8fb] http://bugs.debian.org/624460 [perl #89478] Append CFLAGS and LDFLAGS to their Config.pm counterparts in EU::CBuilder
  71.         DEBPKG:fixes/module-build-home-directory - http://bugs.debian.org/624850 [rt.cpan.org #67893] Fix failing tilde test when run under a UID without a passwd entry
  72.         DEBPKG:debian/patchlevel - http://bugs.debian.org/567489 List packaged patches for 5.14.2-6ubuntu2 in patchlevel.h
  73.         DEBPKG:fixes/h2ph-multiarch - [e7ec705] http://bugs.debian.org/625808 [perl #90122] Make h2ph correctly search gcc include directories
  74.         DEBPKG:fixes/index-tainting - [3b36395] http://bugs.debian.org/291450 [perl #64804] RT 64804: tainting with index() of a constant
  75.         DEBPKG:debian/skip-kfreebsd-crash - http://bugs.debian.org/628493 [perl #96272] Skip a crashing test case in t/op/threads.t on GNU/kFreeBSD
  76.         DEBPKG:fixes/document_makemaker_ccflags - http://bugs.debian.org/628522 [rt.cpan.org #68613] Document that CCFLAGS should include $Config{ccflags}
  77.         DEBPKG:fixes/sys-syslog-socket-timeout-kfreebsd.patch - http://bugs.debian.org/627821 [rt.cpan.org #69997] Use a socket timeout on GNU/kFreeBSD to catch ICMP port unreachable messages
  78.         DEBPKG:fixes/hurd-hints - http://bugs.debian.org/636609 Improve general GNU hints, needed for GNU/Hurd.
  79.         DEBPKG:fixes/pod_fixes - [7698aed] http://bugs.debian.org/637816 Fix typos in several pod/perl*.pod files
  80.         DEBPKG:debian/find_html2text - http://bugs.debian.org/640479 Configure CPAN::Distribution with correct name of html2text
  81.         DEBPKG:fixes/digest_eval_hole - http://bugs.debian.org/644108 Close the eval "require $module" security hole in Digest->new($algorithm)
  82.         DEBPKG:fixes/hurd-ndbm - [f0d0a20] [perl #102680] http://bugs.debian.org/645989 Add GNU/Hurd hints for NDBM_File
  83.         DEBPKG:fixes/sysconf.t-posix - [8040185] [perl #102888] http://bugs.debian.org/646016 Fix hang in ext/POSIX/t/sysconf.t on GNU/Hurd
  84.         DEBPKG:fixes/hurd-largefile - [1fda587] [perl #103014] http://bugs.debian.org/645790 enable LFS on GNU/Hurd
  85.         DEBPKG:debian/hurd_test_todo_syslog - http://bugs.debian.org/650093 Disable failing GNU/Hurd tests in cpan/Sys-Syslog/t/syslog.t
  86.         DEBPKG:fixes/hurd_skip_itimer_virtual - [rt.cpan.org #72754] http://bugs.debian.org/650094 Skip interval timer tests in Time::HiRes on GNU/Hurd
  87.         DEBPKG:debian/hurd_test_skip_socketpair - http://bugs.debian.org/650186 Disable failing GNU/Hurd tests ext/Socket/t/socketpair.t
  88.         DEBPKG:debian/hurd_test_skip_sigdispatch - http://bugs.debian.org/650188 Disable failing GNU/Hurd tests op/sigdispatch.t
  89.         DEBPKG:debian/hurd_test_skip_stack - http://bugs.debian.org/650175 Disable failing GNU/Hurd tests dist/threads/t/stack.t
  90.         DEBPKG:debian/hurd_test_skip_recv - http://bugs.debian.org/650095 Disable failing GNU/Hurd tests cpan/autodie/t/recv.t
  91.         DEBPKG:debian/hurd_test_skip_libc - http://bugs.debian.org/650097 Disable failing GNU/Hurd tests dist/threads/t/libc.t
  92.         DEBPKG:debian/hurd_test_skip_pipe - http://bugs.debian.org/650187 Disable failing GNU/Hurd tests io/pipe.t
  93.         DEBPKG:debian/hurd_test_skip_io_pipe - http://bugs.debian.org/650096 Disable failing GNU/Hurd tests dist/IO/t/io_pipe.t
  94.   Built under linux
  95.   Compiled at Mar 23 2012 17:15:16
  96.   %ENV:
  97.     PERL5LIB="/root/perl5/lib/perl5/x86_64-linux-gnu-thread-multi:/root/perl5/lib/perl5"
  98.     PERL_LOCAL_LIB_ROOT="/root/perl5"
  99.     PERL_MB_OPT="--install_base /root/perl5"
  100.     PERL_MM_OPT="INSTALL_BASE=/root/perl5"
  101.   @INC:
  102.     /root/perl5/lib/perl5/x86_64-linux-gnu-thread-multi
  103.     /root/perl5/lib/perl5/x86_64-linux-gnu-thread-multi
  104.     /root/perl5/lib/perl5
  105.     /etc/perl
  106.     /usr/local/lib/perl/5.14.2
  107.     /usr/local/share/perl/5.14.2
  108.     /usr/lib/perl5
  109.     /usr/share/perl5
  110.     /usr/lib/perl/5.14
  111.     /usr/share/perl/5.14
  112.     /usr/local/lib/site_perl

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

worth-right
worth-right