Re: Error compiling GCC12 in STABLE14
- In reply to: Filippo Moretti : "Error compiling GCC12 in STABLE14"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Feb 2024 10:43:28 UTC
On Tuesday, February 13th, 2024 at 11:36, Filippo Moretti <filippomore@yahoo.com> wrote: > This is the error that I keep on getting while compiling GCC12 > > > > > > [root@ROXY /usr/ports]# uname -a > FreeBSD ROXY 14.0-STABLE FreeBSD 14.0-STABLE #22 stable/14-n266661-a727d8d7f50f: Fri Feb 9 22:57:13 CET 2024 > filippo@ROXY:/usr/obj/usr/src/amd64.amd64/sys/ROXY amd64 > checking whether we are cross compiling... configure: error: in `/usr/ports/lang/gcc12/work/.build/x86_64-portbld-freebsd14.0/32/libgcc': > configure: error: cannot run C compiled programs. > If you meant to cross compile, use `--host'. > See `config.log' for more details > gmake[3]: *** [Makefile:19435: configure-stage1-target-libgcc] Error 1 > gmake[3]: Leaving directory '/usr/ports/lang/gcc12/work/.build' > gmake[2]: *** [Makefile:25580: stage1-bubble] Error 2 > gmake[2]: Leaving directory '/usr/ports/lang/gcc12/work/.build' > gmake[1]: *** [Makefile:25928: bootstrap-lean] Error 2 > gmake[1]: Leaving directory '/usr/ports/lang/gcc12/work/.build' > ===> Compilation failed unexpectedly. > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to > the maintainer. > *** Error code 1 > > Stop. > make: stopped in /usr/ports/lang/gcc12 > > ===>>> make build failed for lang/gcc12 > ===>>> Aborting update > > ===>>> Update for lang/gcc12 failed > ===>>> Aborting update > Are you trying to build the port with MULTILIB option enabled on a self-compiled host with WITHOUT_LIB32 enabled? Try disabling MULTILIB. Cheers, Lorenzo Salvadore