Skip Menu |

This queue is for tickets about the PerlIO-http CPAN distribution.

Report information
The Basics
Id: 122403
Status: resolved
Priority: 0/
Queue: PerlIO-http

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

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



Subject: Compilation fails with unthreaded perls
See subject. Build log excerpt: ... cc -I/opt/perl-5.22.4-RC1/lib/5.22.4/x86_64-linux/CORE -DVERSION="0.003" -DXS_VERSION="0.003" -fPIC -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -o lib/PerlIO/http.o lib/PerlIO/http.c lib/PerlIO/http.xs: In function ‘PerlIOHttp_open’: lib/PerlIO/http.xs:72:49: error: expected expression before ‘,’ token PerlIO_funcs * vtable = PerlIO_find_layer(aTHX, "scalar", 6, TRUE); ^ lib/PerlIO/http.xs:72:51: warning: passing argument 2 of ‘PerlIO_find_layer’ makes integer from pointer without a cast PerlIO_funcs * vtable = PerlIO_find_layer(aTHX, "scalar", 6, TRUE); ^ ...
Subject: Re: [rt.cpan.org #122403] Compilation fails with unthreaded perls
Date: Mon, 10 Jul 2017 17:28:27 +0200
To: bug-PerlIO-http [...] rt.cpan.org
From: Leon Timmermans <leont [...] cpan.org>
On Sun, Jul 9, 2017 at 11:18 AM, Slaven_Rezic via RT < bug-PerlIO-http@rt.cpan.org> wrote: Show quoted text
> Sun Jul 09 05:18:45 2017: Request 122403 was acted upon. > Transaction: Ticket created by SREZIC > Queue: PerlIO-http > Subject: Compilation fails with unthreaded perls > Broken in: 0.003 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=122403 > > > > See subject. Build log excerpt: > > ... > cc -I/opt/perl-5.22.4-RC1/lib/5.22.4/x86_64-linux/CORE -DVERSION="0.003" > -DXS_VERSION="0.003" -fPIC -c -fwrapv -fno-strict-aliasing -pipe > -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -o lib/PerlIO/http.o > lib/PerlIO/http.c > lib/PerlIO/http.xs: In function ‘PerlIOHttp_open’: > lib/PerlIO/http.xs:72:49: error: expected expression before ‘,’ token > PerlIO_funcs * vtable = PerlIO_find_layer(aTHX, "scalar", 6, TRUE); > ^ > lib/PerlIO/http.xs:72:51: warning: passing argument 2 of > ‘PerlIO_find_layer’ makes integer from pointer without a cast > PerlIO_funcs * vtable = PerlIO_find_layer(aTHX, "scalar", 6, TRUE); > ^ > ... >
Thanks for the report; that was a silly mistake. Fixed in 0.004 Leon