Front page | perl.perl5.porters |
Postings from October 2013
[perl #120421] [PATCH] f0b2e83 this is a fake test patch
From:
Dave Mitchell
Date:
October 31, 2013 11:34
Subject:
[perl #120421] [PATCH] f0b2e83 this is a fake test patch
Message ID:
rt-4.0.18-27393-1383219247-401.120421-75-0@perl.org
# New Ticket Created by Dave Mitchell
# Please include the string: [perl #120421]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=120421 >
This is a bug report for perl from davem@iabyn.com,
generated with the help of perlbug 1.39 running under perl 5.19.6.
>From f0b2e832c046852fefbaf5fd4a024c05c961f8d4 Mon Sep 17 00:00:00 2001
From: David Mitchell <davem@iabyn.com>
Date: Thu, 31 Oct 2013 11:29:17 +0000
Subject: [PATCH] this is a fake test patch
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="------------1.8.1.4"
This is a multi-part message in MIME format.
--------------1.8.1.4
Content-Type: text/plain; charset=UTF-8; format=fixed
Content-Transfer-Encoding: 8bit
---
sv.c | 1 +
1 file changed, 1 insertion(+)
--------------1.8.1.4
Content-Type: text/x-patch; name="0001-this-is-a-fake-test-patch.patch"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="0001-this-is-a-fake-test-patch.patch"
diff --git a/sv.c b/sv.c
index 8ef01c9..3a6d790 100644
--- a/sv.c
+++ b/sv.c
@@ -7,6 +7,7 @@
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
+ * blah blah this is a test
*/
/*
--------------1.8.1.4--
---
Flags:
category=docs
severity=low
---
Site configuration information for perl 5.19.6:
Configured by davem at Mon Oct 28 07:35:25 GMT 2013.
Summary of my perl5 (revision 5 version 19 subversion 6) configuration:
Local Commit: b2da7ead6803119763b139be37b2cc8c8f522f75
Ancestor: 5a72d597d63bb674291c738afe00d11ae93eff4b
Platform:
osname=linux, osvers=3.10.10-100.fc18.x86_64, archname=x86_64-linux-thread-multi
uname='linux robin 3.10.10-100.fc18.x86_64 #1 smp thu aug 29 20:13:09 utc 2013 x86_64 x86_64 x86_64 gnulinux '
config_args='-des -Dusedevel -Dprefix=/home/davem/perl5/git/bleed.out -Uinstallusrbinperl -Duseithreads -Doptimize=-g -Accflags=-DDEBUGGING -ggdb'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -ggdb -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-g',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -ggdb -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.7.2 20121109 (Red Hat 4.7.2-8)', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64
libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/lib/libc-2.16.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.16'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -g -L/usr/local/lib -fstack-protector'
Locally applied patches:
b2da7ead6803119763b139be37b2cc8c8f522f75
---
@INC for perl 5.19.6:
lib
/home/davem/perl5/git/bleed.out/lib/site_perl/5.19.6/x86_64-linux-thread-multi
/home/davem/perl5/git/bleed.out/lib/site_perl/5.19.6
/home/davem/perl5/git/bleed.out/lib/5.19.6/x86_64-linux-thread-multi
/home/davem/perl5/git/bleed.out/lib/5.19.6
.
---
Environment for perl 5.19.6:
HOME=/home/davem
LANG=en_GB.UTF-8
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/davem/bin:/home/davem/bin-perl
PERL_BADLANG (unset)
SHELL=/bin/bash
-
[perl #120421] [PATCH] f0b2e83 this is a fake test patch
by Dave Mitchell