Date: Wed, 28 Mar 2018 17:10:10 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226817] Switch to Perl 5.26 Message-ID: <bug-226817-13-IJE1BjG1NC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-226817-13@https.bugs.freebsd.org/bugzilla/> References: <bug-226817-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226817 --- Comment #5 from Mathieu Arnold <mat@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-ea= bi/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=20 -DPACKAGE_NAME=3D\"newlib\" -DPACKAGE_TARNAME=3D\"newlib\" -DPACKAGE_VERSION=3D\"2.4.0\" -DPACKAGE_STRING=3D\"newlib\ 2.4.0\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE_URL=3D\"\" -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 =3D 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 =3D 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 s= ee why. I'll mark it as BROKEN for Perl 5.26. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226817-13-IJE1BjG1NC>