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]

Reply via email to