Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 6C913782B4C for ; Wed, 14 Oct 2020 22:11:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 19F7D5219E for ; Thu, 15 Oct 2020 00:11:36 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kk5Xbj2M6Red for ; Thu, 15 Oct 2020 00:11:35 +0200 (CEST) Date: Thu, 15 Oct 2020 00:11:28 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1602713494; bh=fL7JuLm7hFuhLhLra/KZzunYzo127n0NfDW0xksU4zA=; h=Date:From:To:Subject:References:In-Reply-To; b=W3PBoAaE/+xQe7iclW75pxRK0bMSSCH/gqYy29xmx+7klaBCS815APnisUN/yL3QC nrijzer2f36RT4mavU4RXMthXxCnkG7tF63fr46vp+mXeaFEx4uHgUVgsJ5urvG5wv qxkMMzEgkj8PtZVoQcoQ35KaVAHIFuTONMaguOuV/YuJvAXaGBU4JHctpP4F+my712 ws+ROyHJ73agoxKIGGfS83tZ71u1ndcn7967ZOxsCsgscL/RuA1z15szp1B5tuFSqG 7kOYRSAn89WHopihbWm5+Lwqs8qNyKCac+ZN3+RfnvEJ2pfMT60Wj6xNtPMb0I49s8 CTTU/EtK1zKTg== From: Al-Hassan Abdel-Raouf To: alpine-aports@lists.alpinelinux.org Subject: Re: [PATCH v2] testing/tre: new aport Message-ID: <20201014221128.GC12175@alhassan-pc.my.domain> References: <20201014133001.11101-1-alhassanaraouf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201014133001.11101-1-alhassanaraouf@disroot.org> also i get error when passing --build=$CBUILD and --host=$CHOST to configure and compile fine without them, maybe you can help me The Error Message: ``` checking build system type... x86_64-unknown-linux-gnu checking host system type... Invalid configuration `x86_64-alpine-linux-musl': machine `x86_64-alpine-linux' not recognized configure: error: /bin/sh utils/config.sub x86_64-alpine-linux-musl failed'`'` ```