From nobody Mon Nov 01 02:55:37 2021 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5FBFD181FA88 for ; Mon, 1 Nov 2021 02:55:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HjHhn27p0z3qM2 for ; Mon, 1 Nov 2021 02:55:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 29C1417C2 for ; Mon, 1 Nov 2021 02:55:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1A12tbNV037089 for ; Mon, 1 Nov 2021 02:55:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1A12tbbm037088 for bugs@FreeBSD.org; Mon, 1 Nov 2021 02:55:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 259583] stand/i386/loader_4th: cc: not found Date: Mon, 01 Nov 2021 02:55:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259583 Bug ID: 259583 Summary: stand/i386/loader_4th: cc: not found Product: Base System Version: 13.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: mi@FreeBSD.org The from-source upgrade from FreeBSD-11 to 13.0 went smoothly. I'm not tryi= ng to rebuild 13 on 13, and that fails -- in the "installworld" stage. The buildworld finished successfully, followed by build- and installkernel. The installworld fails: .... =3D=3D=3D> stand/i386/isoboot (install) installing DIRS BINDIR install -d -m 0755 -o root -g wheel /boot install -o root -g wheel -m 444 isoboot /boot/isoboot install -o root -g wheel -m 444 isoboot.8.gz /usr/share/man/man8/ =3D=3D=3D> stand/i386/loader_4th (install) cc -target x86_64-unknown-freebsd13.0 --sysroot=3D/spare/obj/green/src/13/amd64.amd64/tmp -B/spare/obj/green/src/13/amd64.amd64/tmp/usr/bin -O2 -pipe -fno-common -I/green/src/13/stand/i386/btx/lib -nostdinc -I/spare/obj/green/src/13/amd64.amd64/stand/libsa32 -I/green/src/13/stand/l= ibsa -D_STANDALONE -I/green/src/13/sys -Ddouble=3Djagged-little-pill -Dfloat=3Dfloaty-mcfloatface -ffunction-sections -fdata-sections -DLOADER_GELI_SUPPORT -I/green/src/13/stand/libsa/geli -DLOADER_DISK_SUPPORT -m32 -ffreestanding -mno-mmx -mno-sse -mno-avx -mno-avx2 -msoft-float -march=3Di386 -mno-relax -I. -Iinclude -I/green/src/13/stand/common -I/green/src/13/stand/ficl -I/green/src/13/stand/ficl/i386 -I/green/src/13/stand/common -DBF_DICTSIZE=3D30000 -DLOADER_CD9660_SUPPORT -DLOADER_EXT2FS_SUPPORT -DLOADER_MSDOS_SUPPORT -DLOADER_UFS_SUPPORT -DLOADER_GZIP_SUPPORT -DLOADER_BZIP2_SUPPORT -DLOADER_NET_SUPPORT -DLOADER_NFS_SUPPORT -DLOADER_TFTP_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -DLOADER_ZFS_SUPPORT -I/green/src/13/stand/libsa/zfs -I/green/src/13/sys/cddl/boot/zfs -I/green/src/13/sys/cddl/contrib/opensolaris/uts/common -Wall -I/green/src/13/stand/i386 -DLOADER_PREFER_AMD64 -std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Oz -Qunused-arguments ERROR-tried-to-rebuild-during-make-install -nostdlib -static -Wl,--defsym,ORG=3D0x0,-T,/green/src/13/stand/i386/boot.ldscript -Wl,--gc-sections /spare/obj/green/src/13/amd64.amd64/stand/i386/btx/lib/cr= t0.o -Wl,--no-rosegment -o loader_4th.sym main.o conf.o vers.o chain.o gfx_fb.o 8x16.o boot.o commands.o console.o devopen.o interp.o interp_backslash.o interp_parse.o ls.o misc.o module.o nvstore.o pnglite.o load_elf32.o load_elf32_obj.o reloc_elf32.o load_elf64.o load_elf64_obj.o reloc_elf64.o disk.o part.o vdisk.o dev_net.o bcache.o isapnp.o pnp.o interp_forth.o zfs_cmd.o /spare/obj/green/src/13/amd64.amd64/stand/ficl32/libficl.a=20 /spare/obj/green/src/13/amd64.amd64/stand/i386/libi386/libi386.a /spare/obj/green/src/13/amd64.amd64/stand/libsa32/libsa32.a=20 /tmp/install.cWeAHcJi/sh: cc: not found *** Error code 127 Stop. make[6]: stopped in /green/src/13/stand/i386/loader_4th *** Error code 1 Stop. make[5]: stopped in /green/src/13/stand/i386 *** Error code 1 ... --=20 You are receiving this mail because: You are the assignee for the bug.=