Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]

2005-08-25 Thread Rafael Garcia-Suarez
Steve Peters wrote:
 On Wed, Aug 24, 2005 at 06:20:11PM +0200, Rafael Garcia-Suarez wrote:
  John Peacock wrote:
   The uploaded file
   
   version-0.47.tar.gz
   
   has entered CPAN as
   
 file: $CPAN/authors/id/J/JP/JPEACOCK/version-0.47.tar.gz
 size: 30615 bytes
  md5: 9de482a423cae72b9232e8ade250f8dd
   
   =
   
   Attached, please find a patch to bleadperl to bring it up to snuff.  This
   includes some improvements to the parser to deal with real-world data
   provided by Andreas Koenig as well as a new validation routine to prevent
   SEGV's with badly written subclasses (also noted by Andreas).  There are
   also a few changes to make the code more consistent with the rest of the
   util.c codebase (whitespace as well as Perl_* function naming
   conventions).
  
  Thanks, applied as change #25325.
 
 The patch, however, has broken the smokes.

Should be fixed now (change #25326) by restoring some Perl_* prefixes.


Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]

2005-08-24 Thread Rafael Garcia-Suarez
John Peacock wrote:
 The uploaded file
 
 version-0.47.tar.gz
 
 has entered CPAN as
 
   file: $CPAN/authors/id/J/JP/JPEACOCK/version-0.47.tar.gz
   size: 30615 bytes
md5: 9de482a423cae72b9232e8ade250f8dd
 
 =
 
 Attached, please find a patch to bleadperl to bring it up to snuff.  This
 includes some improvements to the parser to deal with real-world data
 provided by Andreas Koenig as well as a new validation routine to prevent
 SEGV's with badly written subclasses (also noted by Andreas).  There are
 also a few changes to make the code more consistent with the rest of the
 util.c codebase (whitespace as well as Perl_* function naming
 conventions).

Thanks, applied as change #25325.


Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]

2005-08-24 Thread Steve Peters
On Wed, Aug 24, 2005 at 06:20:11PM +0200, Rafael Garcia-Suarez wrote:
 John Peacock wrote:
  The uploaded file
  
  version-0.47.tar.gz
  
  has entered CPAN as
  
file: $CPAN/authors/id/J/JP/JPEACOCK/version-0.47.tar.gz
size: 30615 bytes
 md5: 9de482a423cae72b9232e8ade250f8dd
  
  =
  
  Attached, please find a patch to bleadperl to bring it up to snuff.  This
  includes some improvements to the parser to deal with real-world data
  provided by Andreas Koenig as well as a new validation routine to prevent
  SEGV's with badly written subclasses (also noted by Andreas).  There are
  also a few changes to make the code more consistent with the rest of the
  util.c codebase (whitespace as well as Perl_* function naming
  conventions).
 
 Thanks, applied as change #25325.

The patch, however, has broken the smokes.

cc -L/usr/local/lib -o miniperl \
miniperlmain.o opmini.o libperl.a -lnsl -ldl -lm -lcrypt -lutil -lpthread 
-lc 
libperl.a(util.o): In function `Perl_vnumify':
util.c:(.text+0x56e6): undefined reference to `sv_setpvf'
util.c:(.text+0x574f): undefined reference to `sv_catpvf'
util.c:(.text+0x57a2): undefined reference to `sv_setpvf'
util.c:(.text+0x5805): undefined reference to `sv_catpvf'
util.c:(.text+0x58b5): undefined reference to `sv_catpvf'
libperl.a(util.o): In function `Perl_vnormal':
util.c:(.text+0x5ab5): undefined reference to `sv_setpvf'
util.c:(.text+0x5b1b): undefined reference to `sv_catpvf'
util.c:(.text+0x5b88): undefined reference to `sv_setpvf'
util.c:(.text+0x5bd0): undefined reference to `sv_catpvf'
util.c:(.text+0x5c5c): undefined reference to `sv_catpvf'
collect2: ld returned 1 exit status
make: *** [miniperl] Error 1

Steve Peters
[EMAIL PROTECTED]


[Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]

2005-08-23 Thread John Peacock
The uploaded file

version-0.47.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/J/JP/JPEACOCK/version-0.47.tar.gz
  size: 30615 bytes
   md5: 9de482a423cae72b9232e8ade250f8dd

=

Attached, please find a patch to bleadperl to bring it up to snuff.  This
includes some improvements to the parser to deal with real-world data
provided by Andreas Koenig as well as a new validation routine to prevent
SEGV's with badly written subclasses (also noted by Andreas).  There are
also a few changes to make the code more consistent with the rest of the
util.c codebase (whitespace as well as Perl_* function naming
conventions).

I'm technically still out of the country, so don't expect to hear anything
more from me until Thursday or Friday at the earliest (modulo jet lag).

John

-- 
John Peacock
Director of Information Research and Technology
Rowman  Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748

version.diff
Description: Binary data