From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id B1E6D1F698 for ; Mon, 26 Dec 2022 01:19:21 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=clisp.org header.i=@clisp.org header.a=rsa-sha256 header.s=strato-dkim-0002 header.b=AbQP2Xgs; dkim-atps=neutral Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p9c99-0005zD-Vr; Sun, 25 Dec 2022 20:19:20 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p9c98-0005z2-P2 for bug-gnulib@gnu.org; Sun, 25 Dec 2022 20:19:18 -0500 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.220]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p9c97-0003tP-AQ for bug-gnulib@gnu.org; Sun, 25 Dec 2022 20:19:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1672017553; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Cc:Date: From:Subject:Sender; bh=OML+BsLeUnHIVDV42PofCvbBj5KnX/5RzWHilkpxCCY=; b=AbQP2XgsC0GUCXGHkmlThnWtVn3a+GVV6c3HkUx+5h8bBW9kue3j8UuYnkxxgvpOQ6 GEr72/Blkw6L0cpr90HjXaLeoNwnwKSIp34GYQAFu1/dAcHo7xv7Pr8rjqX97ycQUabS bQNLZLRLItxFq3w0DvFmRwfxD7rYntCLhFKZ0yesk3ccS66nWokUGE2S0R2engQYGS3r p3uJdCHb/7VtTJol3nh6NA9QnZTFz3QCWVymD3SolxNTodZoR0OEv3pScjvOVapj0iI8 uhs5Xdek9BfMCFjnh1ZjswcPX0t7DMWFCcZtMQjV5vbkfEkExy9e2IhZ0qS9TX24LLcy bq3Q== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH0WWb0LN8XZoH94zq68+3cfpOS3PDCC6VSevhH2pCOxqPs2AHTzw==" X-RZG-CLASS-ID: mo00 Received: from nimes.localnet by smtp.strato.de (RZmta 48.2.1 AUTH) with ESMTPSA id v9c7e6yBQ1JDUUS (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Mon, 26 Dec 2022 02:19:13 +0100 (CET) From: Bruno Haible To: bug-gnulib@gnu.org Cc: Po Lu Subject: Re: getrandom not replaced Date: Mon, 26 Dec 2022 02:19:13 +0100 Message-ID: <6038966.ZiIRlz1sT0@nimes> In-Reply-To: <87lemvm0qf.fsf@yahoo.com> References: <87lemvm0qf.fsf.ref@yahoo.com> <87lemvm0qf.fsf@yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Received-SPF: none client-ip=81.169.146.220; envelope-from=bruno@clisp.org; helo=mo4-p00-ob.smtp.rzone.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Po Lu wrote: > I know Emacs doesn't usually cross compile Why cross-compile? Both the Terminal-IDE and the Termux app support native compilation. > Trying to build Emacs on Android results in the following problematic > gnulib.mk. Again, what is the Android API level that you are using? Bruno