develooper Front page | perl.perl5.porters | Postings from May 2012

Re: Perl 5.16.0 RC1

From:
Craig A. Berry
Date:
May 15, 2012 06:05
Subject:
Re: Perl 5.16.0 RC1
Message ID:
CA+vYcVzSpU3tz44Hmv4wiFK3R5mf2SMAT4MpNLWs8GjGYEw=zg@mail.gmail.com
On Tue, May 15, 2012 at 7:02 AM, James E Keenan <jkeen@verizon.net> wrote:
> On 5/14/12 10:53 PM, Ricardo Signes wrote:
>
>> I've just uploaded the second release candidate of Perl 5.16.0 to PAUSE.
>>
>
> Attempting to build RC 1 on Darwin/PPC, 'make' failed with this error:
>
> ./miniperl -Ilib -Idist/Cwd -Idist/Cwd/lib -Idist/Carp/lib pod/perlmodlib.PL
> -q
> Unrecognized character \xCB; marked by <-- HERE after <-- HERE near column 1
> at pod/perlmodlib.PL line 1.
> make: *** [pod/perlmodlib.pod] Error 255
>
> This was very surpising, because I have built from source many times on this
> box, and RC 0 sailed through just a few days ago.

Hmm.  I just got all tests successful with:

% ./perl -Ilib -V
Summary of my perl5 (revision 5 version 16 subversion 0) configuration:
  Commit id: 7756a36f546bb3bbd85b8dce3c25c66a24b3e7cc
  Platform:
    osname=darwin, osvers=9.8.0, archname=darwin-2level
    uname='darwin brianor.local 9.8.0 darwin kernel version 9.8.0: wed
jul 15 16:57:01 pdt 2009; root:xnu-1228.15.4~1release_ppc power
macintosh '
    config_args='-Dusedevel -des'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-common -DPERL_DARWIN -fno-strict-aliasing
-pipe -fstack-protector -I/usr/local/include -I/opt/local/include',
    optimize='-O3',
    cppflags='-fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe
-fstack-protector -I/usr/local/include -I/opt/local/include'
    ccversion='', gccversion='4.0.1 (Apple Inc. build 5493)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='
-fstack-protector -L/usr/local/lib -L/opt/local/lib'
    libpth=/usr/local/lib /opt/local/lib /usr/lib
    libs=-ldbm -ldl -lm -lutil -lc
    perllibs=-ldl -lm -lutil -lc
    libc=, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup
-L/usr/local/lib -L/opt/local/lib -fstack-protector'


Characteristics of this binary (from libperl):
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_USE_DEVEL
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
                        USE_PERL_ATOF
  Locally applied patches:
	RC1
  Built under darwin
  Compiled at May 15 2012 07:32:53
  @INC:
    lib
    /usr/local/lib/perl5/site_perl/5.16.0/darwin-2level
    /usr/local/lib/perl5/site_perl/5.16.0
    /usr/local/lib/perl5/5.16.0/darwin-2level
    /usr/local/lib/perl5/5.16.0
    /usr/local/lib/perl5/site_perl
    .



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About