pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/www/ap-perl



On 10/8/2012 19:22, John Marino wrote:
On 10/8/2012 19:20, David Holland wrote:
On Mon, Oct 08, 2012 at 07:08:05PM +0200, John Marino wrote:
> On 10/8/2012 19:04, David Holland wrote:
> >AFAICT those are supposed to be globals. Check the configuration
> >framework to find out why they're missing.
>
> They get prepended with PL_ from a nearby header.
> So uid gets converted to PL_uid by the preprocessor.
>
> If this is wrong, any idea where to look?

Well, it builds without your patch on Perl 5.14.2, and PL_uid comes
from Perl; so my first guess is that something changed in Perl 5.16.

(In the old Perl, it's defined in
lib/perl5/5.14.0/i386-netbsd-thread-multi/CORE/embedvar.h; I haven't
updated any of my machines to the new Perl yet so I can't easily
check.)


To confirm:
You're saying it's not a gcc47 thing, it's a perl 5.16 thing?

FYI the file is src/modules/perl/perl_PL.h


# cd /usr/pkg/lib/perl5/5.16.0
# grep -nrl PL_UID *

the only thing that comes up is pod/perl5160delta.pod  (line 838)



Home | Main Index | Thread Index | Old Index