From nobody Sun Dec 17 14:33:27 2023 X-Original-To: freebsd-arm@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 4StQS552b0z53jFg for ; Sun, 17 Dec 2023 14:33:41 +0000 (UTC) (envelope-from samm@freebsd.org) Received: from reindeer.net-art.cz (reindeer.net-art.cz [IPv6:2001:15e8:110:513c::1]) (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 "reindeer.net-art.cz", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4StQS52cx4z3g1F for ; Sun, 17 Dec 2023 14:33:41 +0000 (UTC) (envelope-from samm@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: by reindeer.net-art.cz (Postfix, from userid 65534) id 5AEA75F315; Sun, 17 Dec 2023 14:33:34 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on reindeer X-Spam-Level: X-Spam-Status: No, score=-1.2 required=10.0 tests=BAYES_00,SPF_HELO_NONE, SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.2 Received: from owl.net-art.cz (owl.net-art.cz [IPv6:2a03:6920:0:10::101]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "owl.net-art.cz", Issuer "R3" (not verified)) by reindeer.net-art.cz (Postfix) with ESMTPS id D31655EF19; Sun, 17 Dec 2023 14:33:30 +0000 (GMT) Received: from [::1] (account samm@net-art.cz HELO webmail.net-art.cz) by owl.net-art.cz (CommuniGate Pro SMTP 6.1.20) with ESMTPA id 2210204; Sun, 17 Dec 2023 15:33:27 +0100 List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org MIME-Version: 1.0 Date: Sun, 17 Dec 2023 15:33:27 +0100 From: Alex Samorukov To: Mark Millard Cc: freebsd-arm Subject: Re: problems on FreeBSD14 on armv6 board (RPI1-B) In-Reply-To: <3E19FD5D-BC1A-4BA0-970F-BF195D8F7470@yahoo.com> References: <2025707260.15114.1702739060451@localhost> <29274DE1-57D2-45D3-BEB0-CBCF7C70681D@yahoo.com> <3E19FD5D-BC1A-4BA0-970F-BF195D8F7470@yahoo.com> Message-ID: X-Sender: samm@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24806, ipnet:2001:15e8::/32, country:CZ] X-Spamd-Bar: ---- X-Rspamd-Queue-Id: 4StQS52cx4z3g1F On 2023/12/16 18:23, Mark Millard wrote: > > Generally the quarterly 132releng-armv6 builds attempting the full > 34000+ packages resulted in "stopped:crashed". One completed: > > Tue, 01 Aug 2023 04:37:22 GMT crashed, having built: 14831 > Sat, 05 Aug 2023 04:40:30 GMT "done", having built: 26346 > Thu, 07 Sep 2023 02:38:44 GMT crashed, having built: 8272 > Thu, 05 Oct 2023 02:37:41 GMT crashed, having built: 8276 > > (It is harder to judge the total that were available after > an incremental build.) > > All of the 7 "done" quarterly 132releng-armv6 builds are > from 2023-August builds (after Aug-01) and from early > 2023-Sep builds. After that: all crashed. > > Quarterly 132releng-armv6 is the only type of armv6 build > attempted after Mon, 21 Aug 2023 15:02:47 GMT (the last > latest for main-armv6 build that has been attempted). > Long story short - I successfully reverted OS to 13.2 (monolithic nature of the FreeBSD makes it way easier compared to most of the Linux distros) and all works perfectly again. Do you know if i can help to fix crashed builds or contribute somehow to make armv6 packages built for 13.2? For myself, i found that building packages on poudriere running in native arm64 servers is way more efficient compared to qemu on amd64, and now I am running the full build on Azure instance. I know that we are using some arm64 build servers, happy to contribute to having armv6/armv7 builds running on them. Thank you, Oleksij