[RTEMS Project] #4938: RSB: 6/rtems-arm fails on soon to be released FreeBSD 14.x
RTEMS trac
trac at rtems.org
Wed Aug 2 11:26:28 UTC 2023
#4938: RSB: 6/rtems-arm fails on soon to be released FreeBSD 14.x
-----------------------+--------------------
Reporter: kgardas | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: tool/rsb | Version:
Severity: normal | Keywords:
Blocked By: | Blocking:
-----------------------+--------------------
Hello,
FreeBSD 14.x release is behind the corner so I've attempted to build
ordinary `6/rtems-arm` on it and it failed right at the GNU sed
compilation with:
{{{
CC lib/fpending.o
CC lib/fwriting.o
CC lib/getopt.o
CC lib/getopt1.o
CC lib/localtime-buffer.o
CC lib/obstack.o
CC lib/regex.o
CC lib/setlocale-lock.o
../sed-4.8/lib/obstack.c:351:31: error: incompatible function pointer
types initializing 'void (*)(void) __attribute__((noreturn))' with an
expression of type 'void (void)' [-Wincompatible-function-pointer-types]
__attribute_noreturn__ void (*obstack_alloc_failed_handler) (void)
^
1 error generated.
gmake[2]: *** [Makefile:2781: lib/obstack.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
AR sed/libver.a
gmake[2]: Leaving directory '/usr/home/karel/git/rtems/rtems-source-
builder/rtems/build/gsed-4.8-x86_64-freebsd14.0-1/build'
gmake[1]: *** [Makefile:3105: all-recursive] Error 1
gmake[1]: Leaving directory '/usr/home/karel/git/rtems/rtems-source-
builder/rtems/build/gsed-4.8-x86_64-freebsd14.0-1/build'
gmake: *** [Makefile:2321: all] Error 2
shell cmd failed: /bin/sh -ex /usr/home/karel/git/rtems/rtems-source-
builder/rtems/build/gsed-4.8-x86_64-freebsd14.0-1/do-build
error: building gsed-4.8-x86_64-freebsd14.0-1
}}}
report is attached.
--
Ticket URL: <http://devel.rtems.org/ticket/4938>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list