[Bug 226817] Switch to Perl 5.26

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 28 17:10:11 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226817

--- Comment #5 from Mathieu Arnold <mat at FreeBSD.org> ---
I fixed everything but devel/arm-none-eabi-newlib and graphics/IPA.

devel/arm-none-eabi-newlib fails in some C error that I do not think has
anything to do with Perl.


arm-none-eabi-gcc
-B/wrkdirs/usr/ports/devel/arm-none-eabi-newlib/work/newlib-2.4.0/arm-none-eabi/newlib/
-isystem
/wrkdirs/usr/ports/devel/arm-none-eabi-newlib/work/newlib-2.4.0/arm-none-eabi/newlib/targ-include
-isystem
/wrkdirs/usr/ports/devel/arm-none-eabi-newlib/work/newlib-2.4.0/newlib/libc/include
-B/wrkdirs/usr/ports/devel/arm-none-eabi-newlib/work/newlib-2.4.0/arm-none-eabi/libgloss/arm
-L/wrkdirs/usr/ports/devel/arm-none-eabi-newlib/work/newlib-2.4.0/arm-none-eabi/libgloss/libnosys
-L/wrkdirs/usr/ports/devel/arm-none-eabi-newlib/work/newlib-2.4.0/libgloss/arm 
  -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\"
-DPACKAGE_VERSION=\"2.4.0\" -DPACKAGE_STRING=\"newlib\ 2.4.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -I.
-I../../../.././newlib/libc/stdlib -D__NO_SYSCALLS__ -fno-builtin      -g -O2
-c -o lib_a-strtoll_r.o `test -f 'strtoll_r.c' || echo
'../../../.././newlib/libc/stdlib/'`strtoll_r.c
../../../.././newlib/libc/stdlib/strtoll_r.c: In function '_strtoll_r':
../../../.././newlib/libc/stdlib/strtoll_r.c:110:38: error: 'LONG_LONG_MIN'
undeclared (first use in this function)
  cutoff = neg ? -(unsigned long long)LONG_LONG_MIN : LONG_LONG_MAX;
                                      ^~~~~~~~~~~~~
../../../.././newlib/libc/stdlib/strtoll_r.c:110:38: note: each undeclared
identifier is reported only once for each function it appears in
../../../.././newlib/libc/stdlib/strtoll_r.c:110:54: error: 'LONG_LONG_MAX'
undeclared (first use in this function)
  cutoff = neg ? -(unsigned long long)LONG_LONG_MIN : LONG_LONG_MAX;
                                                      ^~~~~~~~~~~~~
gmake[6]: *** [Makefile:1117: lib_a-strtoll_r.o] Error 1


graphics/IPA fails to build in a very strange way, for some reason, the .c.o
default target does not work correctly any more, and I completely fail to see
why.  I'll mark it as BROKEN for Perl 5.26.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list