Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 354B3223D42 for <~alpine/devel@lists.alpinelinux.org>; Tue, 23 Dec 2025 15:13:36 +0000 (UTC) Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 48176240027 for <~alpine/devel@lists.alpinelinux.org>; Tue, 23 Dec 2025 16:13:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posteo.net; s=2017; t=1766502815; bh=L2//w4/32oi/O/24FRyL6/mA6DYzF6MWMnqiMHSeYnc=; h=Mime-Version:Content-Transfer-Encoding:Content-Type:Date: Message-Id:Subject:From:To:From; b=RTFXO/24lw7M5GJ4nSiivUT0sD7q7YVgS2Xw9TWi1qEKdx3ju3+5X/g7S8CpNPppO kdd6DjNOkhUAJ7GrPF4/HAHK1Kc7cHHUJpCjzvLPEeVSUrPPkzNjeeLGwQ9rKz5Jic v9V0SPExCdiWVm7bJaKVVep5u00qaUQZsSqEnLEAemrgMlH5x/q8ViS8YVxF4fjH2g 1SHQIvrd4aGVCFmtkbJn4AnvGiKmQCgzTEIv9vPDIRDDuV+9CcsQQLAQTWtWu4uZrT Yev4i4WMnZAPvuuUo2+jvWHlYDRMt/8iQQnpbHpvatm9Ad45q73qcO9juRC0EueQWe SvD5HgY1+dw4g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4dbJRy5vXvz9rxL; Tue, 23 Dec 2025 16:13:34 +0100 (CET) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 23 Dec 2025 15:13:35 +0000 Message-Id: Subject: Re: does aports/scripts/bootstrap.sh only be used in crossbuilding? From: "Sertonix" To: =?utf-8?q?=E5=B0=A4=E6=99=93=E6=9D=B0?= , "~alpine/devel" <~alpine/devel@lists.alpinelinux.org> References: <6ed0399e.e229.19b4b877c6c.Coremail.yxj790222@163.com> In-Reply-To: <6ed0399e.e229.19b4b877c6c.Coremail.yxj790222@163.com> On Tue Dec 23, 2025 at 3:05 PM CET, =E5=B0=A4=E6=99=93=E6=9D=B0 wrote: > > does aports/scripts/bootstrap.sh only be used in crossbuilding? when I > run in the same architecture,it reports fail, cbuildroot is null.and quit= . At the moment it is only inteded for cross building. It seems difficult to me to use it for the same architecture.