From owner-freebsd-stable@freebsd.org Mon Feb 22 15:24:36 2021 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1D408542364 for ; Mon, 22 Feb 2021 15:24:36 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received: from webmail.dweimer.net (024-240-198-186.biz.spectrum.com [24.240.198.186]) (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 "dweimer.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DkmFH2HBvz3n51 for ; Mon, 22 Feb 2021 15:24:34 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received-SPF: pass (webmail.dweimer.net: authenticated connection) receiver=webmail.dweimer.net; client-ip=10.9.5.1; helo=www.dweimer.net; envelope-from=dweimer@dweimer.net; x-software=spfmilter 2.001 http://www.acme.com/software/spfmilter/ with libspf2-1.2.10; Received: from www.dweimer.net (pfsense.dweimer.me [10.9.5.1]) (authenticated bits=0) by webmail.dweimer.net (8.16.1/8.16.1) with ESMTPSA id 11MFORln084282 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Mon, 22 Feb 2021 09:24:28 -0600 (CST) (envelope-from dweimer@dweimer.net) MIME-Version: 1.0 Date: Mon, 22 Feb 2021 09:24:22 -0600 From: "Dean E. Weimer" To: FreeBSD Stable Subject: 13-BETA3 installation from source problems. Reply-To: dweimer@dweimer.net User-Agent: Roundcube Webmail/1.4.11 Message-ID: X-Sender: dweimer@dweimer.net Organization: dweimer.net Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DkmFH2HBvz3n51 X-Spamd-Bar: --- X-Spamd-Result: default: False [-4.00 / 15.00]; HAS_REPLYTO(0.00)[dweimer@dweimer.net]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:24.240.198.184/29]; REPLYTO_ADDR_EQ_FROM(0.00)[]; HAS_ORG_HEADER(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[dweimer.net:+]; DMARC_POLICY_ALLOW(-0.50)[dweimer.net,reject]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[24.240.198.186:from]; ASN(0.00)[asn:20115, ipnet:24.240.196.0/22, country:US]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[dweimer.net:s=2017.01.31]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[24.240.198.186:from:127.0.2.255]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-stable] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2021 15:24:36 -0000 I was able to successfully build and install BETA2 from source, however I am now attempting to upgrade the same machine to BETA3 buildworld and buildkernel complete. installkernel also completes, but installworld fails, it appears to not find a file for i386 boot. I do have a customized src.conf WIHTOUT_FLOPPY="YES" WITHOUT_FREEBSD_UPDATE="YES" WITH_BSD_GREP="YES" WITHOUT_BLUETOOTH="YES" WITHOUT_PORTSNAP="YES" WITHOUT_WIRELESS="YES" WITHOUT_WPA_SUPPLICANT_EAPOL="YES" WITHOUT_ATM="YES" WITHOUT_LPR="YES" WITHOUT_PPP="YES" WITHOUT_LLDB="YES" WITHOUT_FTP="YES" WITHOUT_RBOOTD="YES" WITHOUT_TALK="YES" WITHOUT_NTP="YES" WITH_ISCSI="YES" WITH_REPRODUCIBLE_BUILD="YES" WITHOUT_GNU_DIFF="YES" WITH_KERNEL_RETPOLINE="YES" and customized make.conf CFLAGS?= -O CLFAGS+= -pipe NO_CPU_CFLAGS= MK_WERROR=no WITH_CCACHE_BUILD= YES OPTIONS_SET= LIBEDIT OPTIMIZED_CFLAGS GSSAPI_NONE OPTIONS_UNSET= X11 X GUI TLS_SRP AVAHI GSSAPI_BASE XPM CUPS EXAMPLES DOCS WRKDIRPREFIX= /var/ports PACKAGES= /var/ports/packages WITH_PKGNG= YES DEFAULT_VERSIONS= pgsql=13 php=80 apache=2.4 perl5=5.32 bdb=6 mysql=105m ssl=openssl python=3.9 python3=3.9 gcc=9 linux=c7 samba=4.13 .if (!empty(.CURDIR:M/usr/src*) || !empty(.CURDIR:M/usr/obj*)) && !defined(NOCCACHE) CC:=${CC:C,^cc,/usr/local/libexec/ccache/world/cc,1} CXX:=${CXX:C,^c\+\+,/usr/local/libexec/ccache/world/c++,1} .endif .if (!empty(.CURDIR:M/jails/devel/ROOT/usr/src*) || !empty(.CURDIR:M/jails/devel/ROOT/usr/obj*)) && !defined(NOCCACHE) CC:=${CC:C,^cc,/usr/local/libexec/ccache/world/cc,1} CXX:=${CXX:C,^c\+\+,/usr/local/libexec/ccache/world/c++,1} .endif Here's the part of where it fails during the install, src tree was checked out at commit 1d0d443daa570c8eaa60ec2c2accbe19554a6c12. ... ===> stand/userboot (install) ===> stand/userboot/test (install) ===> stand/userboot/userboot_4th (install) install -o root -g wheel -m 444 -S userboot_4th.so /jails/devel/ROOT/boot/ install -o root -g wheel -m 444 userboot_4th.so.debug /jails/devel/ROOT/usr/lib/debug/boot/ ===> stand/userboot/userboot_lua (install) install -o root -g wheel -m 444 -S userboot_lua.so /jails/devel/ROOT/boot/ install -o root -g wheel -m 444 userboot_lua.so.debug /jails/devel/ROOT/usr/lib/debug/boot/ install -l h -o root -g wheel -m 444 /jails/devel/ROOT/boot/userboot_lua.so /jails/devel/ROOT/boot/userboot.so ===> stand/i386 (install) ===> stand/i386/btx (install) ===> stand/i386/btx/btx (install) ===> stand/i386/btx/btxldr (install) ===> stand/i386/btx/lib (install) ===> stand/i386/libi386 (install) ===> stand/i386/mbr (install) install -o root -g wheel -m 444 mbr /jails/devel/ROOT/boot/mbr ===> stand/i386/pmbr (install) install -o root -g wheel -m 444 pmbr /jails/devel/ROOT/boot/pmbr ===> stand/i386/boot0 (install) install -o root -g wheel -m 444 boot0 /jails/devel/ROOT/boot/boot0 ===> stand/i386/boot0sio (install) install -o root -g wheel -m 444 boot0 /jails/devel/ROOT/boot/boot0sio ===> stand/i386/boot2 (install) objcopy -S -O binary boot1.out boot1 objcopy -S -O binary boot2.out boot2.bin btxld -v -E 0x2000 -f bin -b /jails/devel/ROOT/usr/obj/jails/devel/ROOT/usr/src/amd64.amd64/stand/i386/btx/btx/btx -l boot2.ldr -o boot2.ld -P 1 boot2.bin make[6]: exec(btxld) failed (No such file or directory) *** Error code 1 Stop. make[6]: stopped in /jails/devel/ROOT/usr/src/stand/i386/boot2 *** Error code 1 Stop. make[5]: stopped in /jails/devel/ROOT/usr/src/stand/i386 *** Error code 1 Stop. make[4]: stopped in /jails/devel/ROOT/usr/src/stand *** Error code 1 Stop. make[3]: stopped in /jails/devel/ROOT/usr/src *** Error code 1 Stop. make[2]: stopped in /jails/devel/ROOT/usr/src *** Error code 1 Stop. make[1]: stopped in /jails/devel/ROOT/usr/src *** Error code 1 Stop. -- Thanks, Dean E. Weimer http://www.dweimer.net/