https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123831
Bug ID: 123831
Summary: building "latest" gcc from repo; segfault in dir
libcody
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: grgoffe at yahoo dot com
Target Milestone: ---
Howdy,
I'm building the "latest" gcc from the git://gcc.gnu.org/git/gcc.git repository
with "gcc (GCC) 16.0.1 20260124 (experimental)" AND "gcc (GCC) 16.0.1 20260115
(Red Hat 16.0.1-0)" fails due to a SEGFAULT in the make command in the libcody
directory.
Other versions of make also SEGFAULT.
Here's what I'm seeing:
172602 checking size of dev_t... 8
172603 checking for iconv... yes
172604 checking for working iconv... yes
172605 checking whether iconv is compatible with its POSIX signature... yes
172606 checking for CET support... yes
172607 configure: updating cache ./config.cache
172608 configure: creating ./config.status
172609 config.status: creating Makefile
172610 config.status: creating config.h
172611 config.status: executing depdir commands
172612 mkdir -p -- .deps
172613 config.status: executing default-1 commands
172614 make[2]: Leaving directory
'/export/home/tools/gcc/obj-x86_64-pc-linux-gnu'
172615 make[1]: *** [Makefile:27246: stage1-bubble] Error 2
172616 make[1]: Leaving directory
'/export/home/tools/gcc/obj-x86_64-pc-linux-gnu'
172617 make: *** [Makefile:1127: all] Error 2
172618 make: INTERNAL: Exiting with 14 jobserver tokens available; should be
15!
It's VERY possible that I'm doing something wrong... so, any
tips/hints/suggested would be GREATLY appreciated.
Thanks in advance...
Best regards,
George...