Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#4938 closed defect (fixed)

RSB: 6/rtems-arm fails on soon to be released FreeBSD 14.x

Reported by: kgardas Owned by: Karel Gardas <karel@…>
Priority: normal Milestone:
Component: tool/rsb Version:
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

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.

Attachments (1)

rsb-report-gsed-4.8-x86_64-freebsd14.0-1.txt (18.2 KB) - added by kgardas on 08/02/23 at 11:27:26.
GNU sed 4.8 compilation failure on FreeBSD 14.x

Download all attachments as: .zip

Change History (3)

Changed on 08/02/23 at 11:27:26 by kgardas

GNU sed 4.8 compilation failure on FreeBSD 14.x

comment:1 Changed on 08/03/23 at 01:36:45 by Chris Johns

Does gsed-4.9 also fail?

comment:2 Changed on 08/05/23 at 20:20:49 by Karel Gardas <karel@…>

Owner: set to Karel Gardas <karel@…>
Resolution: fixed
Status: newclosed

In [changeset:"71588196bd5a557643da5e265b2a0b440e3f6009/rtems-source-builder" 7158819/rtems-source-builder]:

testproc/gsed: update from 4.8 to 4.9.

Fixes #4938.

Note: See TracTickets for help on using tickets.