Summary: | sys-devel/gcc-14.2.1_p20250308[go]: Fails to build on musl profile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | zyxhere <zyx> |
Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | zyx |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/golang/go/issues/51280 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log.xz |
Description
zyxhere
2025-03-13 15:56:24 UTC
``` /var/tmp/portage/sys-devel/gcc-14.2.1_p20250308/work/build/./gcc/xgcc -B/var/tmp/portage/sys-devel/gcc-14.2.1_p20250308/work/build/./gcc/ -B/usr/x86_64-pc-linux-musl/bin/ -B/usr/x86_64-pc-linux-musl/lib/ -isystem /usr/x86_64-pc-linux-musl/include -isystem /usr/x86_64-pc-linux-musl/sys-include -DHAVE_CONFIG_H -I. -I/var/tmp/portage/sys-devel/gcc-14.2.1_p20250308/work/gcc-14-20250308/libgo -I /var/tmp/portage/sys-devel/gcc-14.2.1_p20250308/work/gcc-14-20250308/libgo/runtime -I/var/tmp/portage/sys-devel/gcc-14.2.1_p20250308/work/gcc-14-20250308/libgo/../libffi/include -I../libffi/include -pthread -L../libatomic/.libs -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -fdump-go-spec=tmp-gen-sysinfo.go -std=gnu99 -S -o sysinfo.s /var/tmp/portage/sys-devel/gcc-14.2.1_p20250308/work/gcc-14-20250308/libgo/sysinfo.c /var/tmp/portage/sys-devel/gcc-14.2.1_p20250308/work/gcc-14-20250308/libgo/sysinfo.c:369:9: error: unknown type name 'off64_t'; did you mean 'off_t'? 369 | typedef off64_t libgo_off_t_type; | ^~~~~~~ | off_t ``` Same thing with gcc:15 |