Skip Menu |

This queue is for tickets about the Proc-UID CPAN distribution.

Report information
The Basics
Id: 76476
Status: open
Priority: 0/
Queue: Proc-UID

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.05
Fixed in: (no value)



Subject: Does not compile anymore for bleadperl (PL_uid etc. not available anymore)
See subject. The error messages are: UID.xs: In function 'XS_Proc__UID_drop_uid_temp': UID.xs:201: error: 'PL_euid' undeclared (first use in this function) UID.xs:201: error: (Each undeclared identifier is reported only once UID.xs:201: error: for each function it appears in.) UID.xs: In function 'XS_Proc__UID_drop_uid_perm': UID.xs:257: error: 'PL_uid' undeclared (first use in this function) UID.xs:258: error: 'PL_euid' undeclared (first use in this function) UID.xs: In function 'XS_Proc__UID_restore_uid': UID.xs:286: error: 'PL_euid' undeclared (first use in this function) UID.xs: In function 'XS_Proc__UID_drop_gid_temp': UID.xs:303: error: 'PL_egid' undeclared (first use in this function) UID.xs: In function 'XS_Proc__UID_drop_gid_perm': UID.xs:321: error: 'PL_gid' undeclared (first use in this function) UID.xs:322: error: 'PL_egid' undeclared (first use in this function) UID.xs: In function 'XS_Proc__UID_restore_gid': UID.xs:338: error: 'PL_egid' undeclared (first use in this function) Similar tickets: https://rt.cpan.org/Ticket/Display.html?id=76356 https://rt.cpan.org/Ticket/Display.html?id=76452 Regards, Slaven
From: Pavel Goran
The fix should be quite simple (just remove assignments to these special variables, and update the documentation). However, the module seems abandoned. :( On Tue Apr 10 15:30:21 2012, SREZIC wrote: Show quoted text
> See subject. The error messages are: > > UID.xs: In function 'XS_Proc__UID_drop_uid_temp': > UID.xs:201: error: 'PL_euid' undeclared (first use in this function) > UID.xs:201: error: (Each undeclared identifier is reported only once > UID.xs:201: error: for each function it appears in.) > UID.xs: In function 'XS_Proc__UID_drop_uid_perm': > UID.xs:257: error: 'PL_uid' undeclared (first use in this function) > UID.xs:258: error: 'PL_euid' undeclared (first use in this function) > UID.xs: In function 'XS_Proc__UID_restore_uid': > UID.xs:286: error: 'PL_euid' undeclared (first use in this function) > UID.xs: In function 'XS_Proc__UID_drop_gid_temp': > UID.xs:303: error: 'PL_egid' undeclared (first use in this function) > UID.xs: In function 'XS_Proc__UID_drop_gid_perm': > UID.xs:321: error: 'PL_gid' undeclared (first use in this function) > UID.xs:322: error: 'PL_egid' undeclared (first use in this function) > UID.xs: In function 'XS_Proc__UID_restore_gid': > UID.xs:338: error: 'PL_egid' undeclared (first use in this function) > > Similar tickets: > https://rt.cpan.org/Ticket/Display.html?id=76356 > https://rt.cpan.org/Ticket/Display.html?id=76452 > > Regards, > Slaven