Received: from mail-qv1-f66.google.com (mail-qv1-f66.google.com [209.85.219.66]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 01D15782B82 for <~alpine/aports@lists.alpinelinux.org>; Wed, 14 Oct 2020 23:26:11 +0000 (UTC) Received: by mail-qv1-f66.google.com with SMTP id t6so384213qvz.4 for <~alpine/aports@lists.alpinelinux.org>; Wed, 14 Oct 2020 16:26:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=p/x2X6XtAyEJguEENN5MRtSe4gGCR9SyXO9frz/sEMQ=; b=uao6ibFbYx3MX7ZBlusPRqFBnqUnVq8SikxJZqW5Hp01DMEcQFXEDwjJIHLXmgJ0nQ EeECJ+9qoGBUZ+p8d5iLV3VoB+SuQXGYTY1eN21x0avjubrRKliINR7we1wq/aAAEMNH HTPesfFdyR8Qw6V0dg77zk3xd3NeeQ7TPntg0km86AluMtQbNis+FvUOidqVG7Q/Eba8 qS0ItJdhdRaZASMUffSL05kzUnQlMK+rkNIYbCHVQZwSQ5VMev9sf6CdgIsmUzL7rlkU 7Q/XD4ky7Gx5eWQhbRyuPpUzRBxa02Bj6+tPorMbAiJIczuA0GR7AxMJvgJMCP4Ljesl U28Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=p/x2X6XtAyEJguEENN5MRtSe4gGCR9SyXO9frz/sEMQ=; b=W2e3fiY5qT/1QHvJZXtbck/yW4Jpzh7xiA2wiu+WlUbAIPjmWLkmy7unVYM55oOVKT ospen2xy7L0OCCsWwXlpif5JkJPdSHw6JhViqTcE7NGUN3kL814F17nXkHQDjgjDf+wr 5m5iXn23o0dpsDVi5Pzjed4gQLimTGHBgO3qp/55TGr+qNpPYz8EGuCfL0ON1KcbfN+z GKf5aJvRC+hJsYdKs4W6ObtvBLKXKFe7ncrvW7r7km8gEdaz3KhTYw+Y/PCRxV5XEj2j Ifm5Umt0Znq1qBlaLIDJvrGZYyDAEFVPBjuRFMkm5y7cSQVlfXRun/QUT678ZSW5EN71 I0Sg== X-Gm-Message-State: AOAM532LmdGfRoJxAToBiEKT2H23XV3/raT3hMbFLeANUSLK7k36xZGk hNHnhsywHdvoKTBAdw6zsq4oyzSJgn4= X-Google-Smtp-Source: ABdhPJwz0v+Q9XOtoRaZcarUhEx5+SeDa+iciSm+QGHaDErnwkTAXoy3l7fiVitI2DXG7lZxgCHGbg== X-Received: by 2002:a0c:fa4f:: with SMTP id k15mr1924570qvo.60.1602717970438; Wed, 14 Oct 2020 16:26:10 -0700 (PDT) Received: from enterprise ([2804:431:cfcd:86fb:4939:5e19:94ba:5b17]) by smtp.gmail.com with ESMTPSA id b8sm492169qkn.133.2020.10.14.16.26.09 for <~alpine/aports@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Oct 2020 16:26:10 -0700 (PDT) Date: Wed, 14 Oct 2020 20:26:03 -0300 From: Leo To: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH v2] testing/tre: new aport Message-ID: <20201014202603.7ad23f52@enterprise> In-Reply-To: <20201014221128.GC12175@alhassan-pc.my.domain> References: <20201014133001.11101-1-alhassanaraouf@disroot.org> <20201014221128.GC12175@alhassan-pc.my.domain> X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 15 Oct 2020 00:11:28 +0200 Al-Hassan Abdel-Raouf wrote: > 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'`'` ``` Add update_config_guess inside prepare() ```sh prepare() { default_prepare update_config_guess } ```