From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46154) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSFwo-0000yu-Uy for guix-patches@gnu.org; Sat, 25 Apr 2020 04:14:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSFwo-0004Ds-HT for guix-patches@gnu.org; Sat, 25 Apr 2020 04:14:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46933) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jSFwo-0004BQ-5s for guix-patches@gnu.org; Sat, 25 Apr 2020 04:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jSFwo-000508-04 for guix-patches@gnu.org; Sat, 25 Apr 2020 04:14:02 -0400 Subject: [bug#40767] [PATCH] gnu: Add maradns. Resent-Message-ID: From: Mathieu Othacehe References: <20200422132922.9539-1-arunisaac@systemreboot.net> <87lfmnock3.fsf@gmail.com> <87blnioawj.fsf@gmail.com> Date: Sat, 25 Apr 2020 10:13:34 +0200 In-Reply-To: (Arun Isaac's message of "Sat, 25 Apr 2020 03:43:54 +0530") Message-ID: <87y2qkx9sh.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 40767@debbugs.gnu.org Hello, > Pushed with discussed change. Thank you for the review! I still have the following error when cross-building for aarch64-linux-gnu or arm-linux-gnueabihf: --8<---------------cut here---------------start------------->8--- ../rng/rng-alg-fst.c: In function =E2=80=98rngKeySetupEnc=E2=80=99: ../rng/rng-alg-fst.c:104:34: error: =E2=80=98Te4=E2=80=99 undeclared (first= use in this function); did you mean =E2=80=98STe4=E2=80=99? (Te4[(temp >> 16) & 0xff] & 0xff000000) ^ ^~~ STe4 ../rng/rng-alg-fst.c:104:34: note: each undeclared identifier is reported o= nly once for each function it appears in ../rng/rng-alg-fst.c:125:27: error: =E2=80=98Te0=E2=80=99 undeclared (first= use in this function); did you mean =E2=80=98Te4=E2=80=99? STe0[i] =3D Te0[i]; ^~~ Te4 --8<---------------cut here---------------end--------------->8--- Also, please be careful to stay under the 78 column limit. Could you have a look? Thanks, Mathieu