Skip Menu |

This queue is for tickets about the PPerl CPAN distribution.

Report information
The Basics
Id: 509
Status: resolved
Priority: 0/
Queue: PPerl

People
Owner: Nobody in particular
Requestors: jesse [...] fsck.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.04
Fixed in: (no value)



Subject: PPerl doesn't build on Mac OS X
Trying to build pperl on Mac OS X, I end up with the following failure mode. Thanks, Jesse Vincent Running make for M/MS/MSERGEANT/PPerl-0.04.tar.gz Unwrapped into directory /var/root/.cpan/build/PPerl-0.04 CPAN.pm: Going to build M/MS/MSERGEANT/PPerl-0.04.tar.gz mkdir blib mkdir blib/lib mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/PPerl mkdir blib/lib/auto mkdir blib/lib/auto/PPerl mkdir blib/man1 mkdir blib/man3 cp PPerl.pm blib/lib/PPerl.pm cc -g -Wall -DPERL_INTERP='"/usr/bin/perl"' -o src/pperl src/pperl.c src/pperl.c:497: undefined type, found `socklen_t' cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode src/pperl.c: In function `DoIO': src/pperl.c:497: `socklen_t' undeclared (first use in this function) src/pperl.c:497: (Each undeclared identifier is reported only once src/pperl.c:497: for each function it appears in.) src/pperl.c:497: parse error before `namelen' src/pperl.c:502: `namelen' undeclared (first use in this function) make: *** [src/pperl] Error 1 /usr/bin/make -- NOT OK Running make test Oops, make had returned bad status Running make install Oops, make had returned bad status
From: Matt Sergeant <matt [...] sergeant.org>
To: bug-PPerl [...] rt.cpan.org
Subject: Re: [cpan #509] PPerl doesn't build on Mac OS X
Date: Sun, 21 Apr 2002 09:34:23 +0100
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday 20 April 2002 7:47 pm, you wrote: Show quoted text
> This message about PPerl was sent to you by guest via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=509 > > > Trying to build pperl on Mac OS X, I end up with the following failure > mode. Thanks,
I've just uploaded 0.05 to CPAN which should fix this. - -- <:->get a SMart net</:-> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjzCeY8ACgkQVBc71ct6OyzkAgCgkTxZczYd7AKIOJFCQYHvTiKM SWEAn2lbC9LtVYTAaQecX7BGHVbXJzZ1 =tD8+ -----END PGP SIGNATURE-----
Resolved. All seems ok.