From nobody Mon Oct 25 15:46:49 2021 X-Original-To: freebsd-current@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 62C351811F15 for ; Mon, 25 Oct 2021 15:46:59 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (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 (2048 bits) client-digest SHA256) (Client CN "mail.protected-networks.net", Issuer "R3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HdK831db7z3Cmv; Mon, 25 Oct 2021 15:46:59 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding:content-type :content-type:in-reply-to:from:from:references:content-language :subject:subject:user-agent:mime-version:date:date:message-id; s=201508; t=1635176810; bh=evqOoNfxsKd2Id8Ksv5A9Z751/5g0dD2HMlG wMx9Mi0=; b=BdtwIf7shy0r9g+rJyWr+zbcbr/KkeCRdNEwqMLhuGtk4cTxX/FM mVxtfADcIJtY50VxIIHtgM17iroypC61De/9F7FKXtFfaVmk6mxTn+c5f6vU2gLS I4jN4OK9ej6X/4qwoV9Qh1pR23vXe5FZiK/2udiDiIu9Z9LLfTuuncQ= Received: from [192.168.1.10] (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id 34BD24DD32; Mon, 25 Oct 2021 11:46:50 -0400 (EDT) Message-ID: <9b059d64-9141-1537-194e-69c6dcd3d081@protected-networks.net> Date: Mon, 25 Oct 2021 11:46:49 -0400 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.2.1 Subject: Re: what does "failed to read progbits" mean? Content-Language: en-NZ To: Nuno Teixeira Cc: freebsd-current References: <69bedb7d-373f-fd59-9a66-f0d602d84f64@protected-networks.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4HdK831db7z3Cmv X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Reply-To: imb@protected-networks.net From: Michael Butler via freebsd-current X-Original-From: Michael Butler X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N This seems to have gone away after https://freshbsd.org/freebsd/src/commit/70f51f0e474ffe1fb74cb427423a2fba3637544d Not sure if the bug that commit fixes was the underlying cause, Michael On 10/25/21 11:40, Nuno Teixeira wrote: > Same here: > kldxref /boot/kernel > failed to read progbits > > But kernel failed to install. I will include log tomorrow, I'm doing a > clean build with /usr/obj/.. deleted. > > Michael Butler via freebsd-current > escreveu no dia quinta, 21/10/2021 > à(s) 20:14: > > Well this is different .. I did a full rebuild (after "rm -rf > /usr/obj/*") this morning and now see .. > > ===> linux_common (install) > install -T release -o root -g wheel -m 555   linux_common.ko > /boot/kernel/ > install -T dbg -o root -g wheel -m 555   linux_common.ko.debug > /usr/lib/debug/boot/kernel/ > ===> linuxkpi (install) > install -T release -o root -g wheel -m 555   linuxkpi.ko /boot/kernel/ > install -T dbg -o root -g wheel -m 555   linuxkpi.ko.debug > /usr/lib/debug/boot/kernel/ > kldxref /boot/kernel > failed to read progbits > failed to read progbits > failed to read progbits > failed to read progbits > failed to read progbits > failed to read progbits > failed to read progbits > kldxref: /boot/kernel/kernel: cannot load DT_RELA section > -------------------------------------------------------------- >  >>> Installing kernel TOSHI completed on Thu Oct 21 15:05:00 EDT 2021 > -------------------------------------------------------------- > > Is something broken or just cosmetic noise? > >         imb >