# New Ticket Created by  fREW Schmidt 
# Please include the string:  [perl #127173]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=127173 >


I don't know enough to dig much more into this, but I tried to build
both Rakudo Star 2015.11 and Rakudo 2015.12 (Christmas) on Alpine
Linux and I got this error for both:

      3rdparty/libuv/src/unix/fs.c: In function 'uv__fs_read':
      3rdparty/libuv/src/unix/fs.c:248:5: error: ISO C90 forbids mixed 
declarations and code [-Werror=declaration-after
      -statement]
           static int no_preadv;
           ^
      3rdparty/libuv/src/unix/fs.c: In function 'uv__fs_write':
      3rdparty/libuv/src/unix/fs.c:606:5: error: ISO C90 forbids mixed 
declarations and code [-Werror=declaration-after-statement]
           static int no_pwritev;
           ^
      cc1: some warnings being treated as errors

If you want to try at home, you should be able to use `docker build -t rakudo .`
after cloning https://github.com/frioux/rakudo.dkr

Feel free to respond here or reach out to me on IRC if you need
clarification.
-- 
fREW Schmidt
https://blog.afoolishmanifesto.com

Attachment: signature.asc
Description: PGP signature

Reply via email to