pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/50028: problem build p5-Net-Server-Coro
The following reply was made to PR pkg/50028; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Cc:
Subject: Re: pkg/50028: problem build p5-Net-Server-Coro
Date: Fri, 31 Jul 2015 15:47:10 +0200
On Fri, Jul 31, 2015 at 01:35:01PM +0000, Benny Siegert wrote:
> There is version 6.47 now (we have 6.42), and the release notes of
> 6.43 mention Perl 5.22:
>
> http://cvs.schmorp.de/Coro/Changes
>
> 6.43 Thu Jun 4 15:38:14 CEST 2015
> - use stability canary.
> - port to stableperl-5.22.0-1.001.
> - update libecb.
It does, but it still doesn't build:
State.xs: In function 'coro_derive_padlist':
State.xs:576:29: error: lvalue required as left operand of assignment
PadlistNAMES (newpadlist) = padnames;
^
State.xs: In function 'boot_Coro__State':
State.xs:3605:9: error: assignment of member 'svt_get' in read-only object
orig_sigelem_get = PL_vtbl_sigelem.svt_get; PL_vtbl_sigelem.svt_get = coro_sigelem_get;
^
State.xs:3606:9: error: assignment of member 'svt_set' in read-only object
orig_sigelem_set = PL_vtbl_sigelem.svt_set; PL_vtbl_sigelem.svt_set = coro_sigelem_set;
^
State.xs:3607:9: error: assignment of member 'svt_clear' in read-only object
orig_sigelem_clr = PL_vtbl_sigelem.svt_clear; PL_vtbl_sigelem.svt_clear = coro_sigelem_clr;
^
I've contacted the author about it.
Thomas
Home |
Main Index |
Thread Index |
Old Index