Ludovic Courtès <ludo@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at submit) by debbugs.gnu.org; 23 Jan 2023 09:20:34 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Jan 23 04:20:34 2023 Received: from localhost ([127.0.0.1]:53344 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pJt0D-0005wj-RV for submit <at> debbugs.gnu.org; Mon, 23 Jan 2023 04:20:34 -0500 Received: from lists.gnu.org ([209.51.188.17]:41764) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <balducci@HIDDEN>) id 1pJt0B-0005wN-AY for submit <at> debbugs.gnu.org; Mon, 23 Jan 2023 04:20:33 -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 <balducci@HIDDEN>) id 1pJt01-0007rs-Df for bug-guile@HIDDEN; Mon, 23 Jan 2023 04:20:24 -0500 Received: from dschgrazlin2.univ.trieste.it ([140.105.55.81] helo=dschgrazlin2.units.it) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from <balducci@HIDDEN>) id 1pJszy-00077P-T2 for bug-guile@HIDDEN; Mon, 23 Jan 2023 04:20:21 -0500 Received: from dschgrazlin2.units.it (loopback [127.0.0.1]) by dschgrazlin2.units.it (8.17.1/8.17.1) with ESMTP id 30N9JrRL025063 for <bug-guile@HIDDEN>; Mon, 23 Jan 2023 10:19:53 +0100 To: bug-guile@HIDDEN From: balducci@HIDDEN Subject: 3.0.9rc1: readline.scm missing X-Mailer: MH-E 8.6+git; nmh 1.8-RC1; GNU Emacs 28.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <25061.1674465617.1@HIDDEN> Content-Transfer-Encoding: quoted-printable Date: Mon, 23 Jan 2023 10:19:53 +0100 Message-ID: <25062.1674465617@HIDDEN> X-Greylist: inspected by milter-greylist-4.6.4 (dschgrazlin2.units.it [0.0.0.0]); Mon, 23 Jan 2023 10:19:53 +0100 (CET) for IP:'127.0.0.1' DOMAIN:'loopback' HELO:'dschgrazlin2.units.it' FROM:'balducci@HIDDEN' RCPT:'' X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.4 (dschgrazlin2.units.it [0.0.0.0]); Mon, 23 Jan 2023 10:19:53 +0100 (CET) Received-SPF: pass client-ip=140.105.55.81; envelope-from=balducci@HIDDEN; helo=dschgrazlin2.units.it X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.3 (--) hello build of 3.0.9rc1 stops for me with: ----8<---- /bin/sh ../libtool --tag=3DCC --mode=3Dcompile gcc -m64 -DHAVE_CONFIG= _H -I. -I.. -I. -I.. -I./.. -I../lib -I../lib -I/home/balducci/tmp/insta= ll-us-d/guile-3.0.9rc1.d/guile-3.0.9rc1 -Wall -Wmissing-prototypes -Wpoin= ter-arith -fno-strict-aliasing -fwrapv -I/opt/stow.d/versions/gc-4650/usr/= include -g -O2 -flto -MT readline.lo -MD -MP -MF .deps/readline.Tpo -c -o = readline.lo readline.c make[4]: *** No rule to make target 'ice-9/readline.scm', needed by 'ice= -9/readline.go'. Stop. ---->8---- Actually, ice-9/readline.scm is missing from the 3.0.9rc1 tarball If I copy ice-9/readline.scm from 3.0.8 under guile-3.0.9rc1/guile-readline the build completes successfully Am I missing something or is this a genuine problem? Configuring with: ----8<---- --with-threads --without-64-calls --without-included-regex --disable-error-on-warning ----8<---- Building on linux with gcc-12: ##> uname -srvmo Linux 6.1.7 #1 SMP Thu Jan 19 08:30:44 CET 2023 x86_64 GNU/Linux ##> gcc --version gcc (GCC) 12.2.0 thank you very much for your valuable work ciao -gabriele
balducci@HIDDEN
:bug-guile@HIDDEN
.
Full text available.bug-guile@HIDDEN
:bug#61025
; Package guile
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.