From unknown Mon Jun 23 14:56:40 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#25536 <25536@debbugs.gnu.org> To: bug#25536 <25536@debbugs.gnu.org> Subject: Status: problem in adding a prog to make in coreutils -- spread to multiple files Reply-To: bug#25536 <25536@debbugs.gnu.org> Date: Mon, 23 Jun 2025 21:56:40 +0000 retitle 25536 problem in adding a prog to make in coreutils -- spread to mu= ltiple files reassign 25536 coreutils submitter 25536 L A Walsh severity 25536 normal tag 25536 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 25 17:10:15 2017 Received: (at submit) by debbugs.gnu.org; 25 Jan 2017 22:10:15 +0000 Received: from localhost ([127.0.0.1]:43837 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWVlf-0000bf-5O for submit@debbugs.gnu.org; Wed, 25 Jan 2017 17:10:15 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45481) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWVlc-0000bT-OP for submit@debbugs.gnu.org; Wed, 25 Jan 2017 17:10:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWVlW-00026N-Qf for submit@debbugs.gnu.org; Wed, 25 Jan 2017 17:10:07 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38413) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cWVlW-00026B-Og for submit@debbugs.gnu.org; Wed, 25 Jan 2017 17:10:06 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWVlS-0008KO-3Z for bug-coreutils@gnu.org; Wed, 25 Jan 2017 17:10:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWVlO-00021c-U7 for bug-coreutils@gnu.org; Wed, 25 Jan 2017 17:10:02 -0500 Received: from ishtar.tlinx.org ([173.164.175.65]:44332 helo=Ishtar.sc.tlinx.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cWVlO-0001td-JO for bug-coreutils@gnu.org; Wed, 25 Jan 2017 17:09:58 -0500 Received: from [192.168.3.12] (Athenae [192.168.3.12]) by Ishtar.sc.tlinx.org (8.14.7/8.14.4/SuSE Linux 0.8) with ESMTP id v0PM9gBN021298 for ; Wed, 25 Jan 2017 14:09:44 -0800 Message-ID: <58892226.6090603@tlinx.org> Date: Wed, 25 Jan 2017 14:09:42 -0800 From: L A Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: bug-coreutils@gnu.org Subject: problem in adding a prog to make in coreutils -- spread to multiple files Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) I was trying to compile a file in the 'src' dir of the coreutils, called 'retab.c' but I got all sorts of weird errors. Trying to do a make clean and remaking it I now get it in a bunch of files: ./lib/time.h:20:1: error: stray '@' in program @ PRAGMA_SYSTEM_HEADER @ ^ ./lib/time.h:20:24: error: stray '@' in program @ PRAGMA_SYSTEM_HEADER @ ^ ./lib/time.h:22:2: error: stray '@' in program @PRAGMA_COLUMNS @ ^ ./lib/time.h:20:3: error: unknown type name 'PRAGMA_SYSTEM_HEADER' @ PRAGMA_SYSTEM_HEADER @ ^ ./lib/time.h:22:18: error: stray '@' in program @PRAGMA_COLUMNS @ ^ In file included from ./lib/time.h:33:0, from /usr/include/sys/types.h:132, from ./lib/sys/types.h:26, from lib/acl.h:24, from lib/copy-acl.c:22: /usr/include/time.h:59:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef' typedef __clock_t clock_t; -------- Indeed, when I look at the .h files they have the '@' signs in them. Was something suppose to replace those? How does one add a file to be made? I tried going through Makefile.in, but it seems like to add 1 file, there are about 15-20 (likely more, as I'm guessing I missed some) places where one has to add the file. That can't be the right way to add a file? From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 25 17:39:28 2017 Received: (at control) by debbugs.gnu.org; 25 Jan 2017 22:39:28 +0000 Received: from localhost ([127.0.0.1]:43866 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWWDw-0001KS-5P for submit@debbugs.gnu.org; Wed, 25 Jan 2017 17:39:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39250) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWWDs-0001K4-Vn; Wed, 25 Jan 2017 17:39:25 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E70CF4E02A; Wed, 25 Jan 2017 22:39:19 +0000 (UTC) Received: from [10.10.119.121] (ovpn-119-121.rdu2.redhat.com [10.10.119.121]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v0PMdJoQ023480; Wed, 25 Jan 2017 17:39:19 -0500 Subject: Re: bug#25536: problem in adding a prog to make in coreutils -- spread to multiple files To: L A Walsh , 25536-done@debbugs.gnu.org References: <58892226.6090603@tlinx.org> From: Eric Blake Openpgp: url=http://people.redhat.com/eblake/eblake.gpg Organization: Red Hat, Inc. Message-ID: <6bc3a27c-5928-2ae3-a258-2a9e3732ed25@redhat.com> Date: Wed, 25 Jan 2017 16:39:17 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <58892226.6090603@tlinx.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="C7o9q6XqDEoWdICeWBJJO693o95dXpCdK" X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Wed, 25 Jan 2017 22:39:20 +0000 (UTC) X-Spam-Score: -8.2 (--------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -8.2 (--------) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --C7o9q6XqDEoWdICeWBJJO693o95dXpCdK Content-Type: multipart/mixed; boundary="RCpNSl52Hw1mbSRW3M4XBPG83J4TGFsMJ"; protected-headers="v1" From: Eric Blake To: L A Walsh , 25536-done@debbugs.gnu.org Message-ID: <6bc3a27c-5928-2ae3-a258-2a9e3732ed25@redhat.com> Subject: Re: bug#25536: problem in adding a prog to make in coreutils -- spread to multiple files References: <58892226.6090603@tlinx.org> In-Reply-To: <58892226.6090603@tlinx.org> --RCpNSl52Hw1mbSRW3M4XBPG83J4TGFsMJ Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable tag 25536 notabug done On 01/25/2017 04:09 PM, L A Walsh wrote: > I was trying to compile a file in the 'src' dir of the coreutils, > called 'retab.c' but I got all sorts of weird errors. Trying > to do a make clean and remaking it I now get it in a bunch of files: >=20 > ./lib/time.h:20:1: error: stray '@' in program > @ PRAGMA_SYSTEM_HEADER @ > ^ >=20 > Was something suppose to replace those? Those are files inserted by gnulib, the @ markers get fixed up during 'make', provided that you didn't mess up the automake invocation. So it sounds like something you did prevented automake's normal rules from properly generating those files. >=20 >=20 > How does one add a file to be made? >=20 > I tried going through Makefile.in, Wrong file. Coreutils uses automake, therefore your edits need to be made to Makefile.am and/or the files that it includes (such as src/local.mk). Then you need to make sure you rerun automake to rebuild Makefile.in, then configure (or config.status) to rebuild Makefile; if you have all the right tools installed, then the rerun of automake and config.status happens automatically from the existing Makefile. But it sounds like since you bypassed a step and messed up your tree, it may be easiest to just rerun ./bootstrap to fix the incomplete job (bootstrap runs automake under the hood as needed). By the way, this isn't a bug in coreutils, so much as a build question, so it might be better to ask similar questions directly to the coreutils@gnu.org list (rather than bug-coreutils) so that we don't have to close out a corresponding bug from the tracker. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --RCpNSl52Hw1mbSRW3M4XBPG83J4TGFsMJ-- --C7o9q6XqDEoWdICeWBJJO693o95dXpCdK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJYiSkVAAoJEKeha0olJ0NqYZYH/j81TGrXkeaceZopK1dGzDMj fxSd8L0bMsrvPc7IDmnmADZ574Qj3kCwko4GxUw3hVtPG8NRd4gCGF0hDNWQuldg lt4qe8Stw8ZtX/uIzHstvfuwJ+oOZG5bEzpd11JDaweSSgSHVrMP/wfKtBrp6oxC 6HAN/gI7FyHuzv8oCJ6rtbY0iBMlqeMLtGiQ/G0lAILaA3m1Kv5vmHLQav0G0zKU K9NgHrmC1qp/UN59oIf6Z6xwzwa4ZSu3UAG2Z1y/JhTva/JexUkPSvZDDII2FnF5 oBoopeypJ44nphXexQNKQjvFioHKOi5kBBkeRpiFHDQPw9NBaZNPVi1c2vkD5nI= =fDwe -----END PGP SIGNATURE----- --C7o9q6XqDEoWdICeWBJJO693o95dXpCdK-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 25 18:24:55 2017 Received: (at 25536-done) by debbugs.gnu.org; 25 Jan 2017 23:24:55 +0000 Received: from localhost ([127.0.0.1]:43909 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWWvv-0005oX-Cl for submit@debbugs.gnu.org; Wed, 25 Jan 2017 18:24:55 -0500 Received: from ishtar.tlinx.org ([173.164.175.65]:39484 helo=Ishtar.sc.tlinx.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWWvs-0005oL-1d for 25536-done@debbugs.gnu.org; Wed, 25 Jan 2017 18:24:53 -0500 Received: from [192.168.3.12] (Athenae [192.168.3.12]) by Ishtar.sc.tlinx.org (8.14.7/8.14.4/SuSE Linux 0.8) with ESMTP id v0PNOldK066469; Wed, 25 Jan 2017 15:24:50 -0800 Message-ID: <588933BF.9090708@tlinx.org> Date: Wed, 25 Jan 2017 15:24:47 -0800 From: L A Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: Eric Blake Subject: Re: bug#25536: problem in adding a prog to make in coreutils -- spread to multiple files References: <58892226.6090603@tlinx.org> <6bc3a27c-5928-2ae3-a258-2a9e3732ed25@redhat.com> In-Reply-To: <6bc3a27c-5928-2ae3-a258-2a9e3732ed25@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -3.2 (---) X-Debbugs-Envelope-To: 25536-done Cc: 25536-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.2 (---) Eric Blake wrote: > But it > sounds like since you bypassed a step and messed up your tree, it may be > easiest to just rerun ./bootstrap to fix the incomplete job (bootstrap > runs automake under the hood as needed). > > By the way, this isn't a bug in coreutils, so much as a build question, > so it might be better to ask similar questions directly to the > coreutils@gnu.org list (rather than bug-coreutils) so that we don't have > to close out a corresponding bug from the tracker. ---- Sent this to coreutils, but it didn't 'echo' back...(in > 15 minutes) Is it working correctly? I just subscribed to it, so I'm pretty sure I have the right address and such... the bug-coreutils note got ack'ed back in 2 minutes, w/your reply coming ~30 minutes later. -------- Original Message -------- Subject: problem in ./bootstrap Date: Wed, 25 Jan 2017 15:08:55 -0800 To: Coreutils Tried doing a re-bootstrap, but am getting several odd messages: yesno yesno-tests yield Notice from module error: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=error:3:c-format --flag=error_at_line:5:c-format Notice from module localcharset: If your package's tests make use of the locale_charset() function directly or indirectly, you may need to define the CHARSETALIASDIR environment variable, so that "make check" works before "make install". In Makefile.am syntax: TESTS_ENVIRONMENT += @LOCALCHARSET_TESTS_ENVIRONMENT@ Notice from module propername: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --keyword='proper_name:1,"This is a proper name. See the gettext manual, section Names."' --keyword='proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."' Notice from module strpbrk: This module is obsolete. Notice from module vasprintf: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=asprintf:2:c-format --flag=vasprintf:2:c-format Notice from module verror: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=verror:3:c-format --flag=verror_at_line:5:c-format Notice from module xprintf: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=xprintf:1:c-format --flag=xvprintf:1:c-format --flag=xfprintf:2:c-format --flag=xvfprintf:2:c-format Notice from module xvasprintf: If you are using GNU gettext version 0.16.1 or older, add the following options to XGETTEXT_OPTIONS in your po/Makevars: --flag=xasprintf:1:c-format File list: build-aux/announce-gen .... then at the end: top/GNUmakefile top/maint.mk Updating file build-aux/config.rpath (backup in build-aux/config.rpath~) 4 out of 7 hunks FAILED -- saving rejects to file /tmp/gloqjyZR/tempname.c.rej gnulib/gnulib-tool: *** patch file gl/lib/tempname.c.diff didn't apply cleanly gnulib/gnulib-tool: *** Stop. ./bootstrap: gnulib-tool failed As near as I can tell my gettext lib is v0.19.2...So the messages about gettext 0.16.1 don't seem to apply. So not sure why it is failing? thanks... From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 25 18:27:27 2017 Received: (at 25536-done) by debbugs.gnu.org; 25 Jan 2017 23:27:28 +0000 Received: from localhost ([127.0.0.1]:43918 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWWyN-0005sq-La for submit@debbugs.gnu.org; Wed, 25 Jan 2017 18:27:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44526) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWWyM-0005sb-Ip for 25536-done@debbugs.gnu.org; Wed, 25 Jan 2017 18:27:27 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D0ED3C04B92A; Wed, 25 Jan 2017 23:27:21 +0000 (UTC) Received: from [10.10.119.121] (ovpn-119-121.rdu2.redhat.com [10.10.119.121]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v0PNRLci013213; Wed, 25 Jan 2017 18:27:21 -0500 Subject: Re: bug#25536: problem in adding a prog to make in coreutils -- spread to multiple files To: L A Walsh References: <58892226.6090603@tlinx.org> <6bc3a27c-5928-2ae3-a258-2a9e3732ed25@redhat.com> <588933BF.9090708@tlinx.org> From: Eric Blake Openpgp: url=http://people.redhat.com/eblake/eblake.gpg Organization: Red Hat, Inc. Message-ID: Date: Wed, 25 Jan 2017 17:27:19 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <588933BF.9090708@tlinx.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="d4LPmWMQ8nPQ10sCd9SwU88uMTDLl1xNm" X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 25 Jan 2017 23:27:21 +0000 (UTC) X-Spam-Score: -8.2 (--------) X-Debbugs-Envelope-To: 25536-done Cc: 25536-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -8.2 (--------) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --d4LPmWMQ8nPQ10sCd9SwU88uMTDLl1xNm Content-Type: multipart/mixed; boundary="jM1elin6HC0GMFFh0L7vcaTaadtqhQuD4"; protected-headers="v1" From: Eric Blake To: L A Walsh Cc: 25536-done@debbugs.gnu.org Message-ID: Subject: Re: bug#25536: problem in adding a prog to make in coreutils -- spread to multiple files References: <58892226.6090603@tlinx.org> <6bc3a27c-5928-2ae3-a258-2a9e3732ed25@redhat.com> <588933BF.9090708@tlinx.org> In-Reply-To: <588933BF.9090708@tlinx.org> --jM1elin6HC0GMFFh0L7vcaTaadtqhQuD4 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 01/25/2017 05:24 PM, L A Walsh wrote: >=20 >=20 > Eric Blake wrote: >> But it >> sounds like since you bypassed a step and messed up your tree, it may = be >> easiest to just rerun ./bootstrap to fix the incomplete job (bootstrap= >> runs automake under the hood as needed). >> >> By the way, this isn't a bug in coreutils, so much as a build question= , >> so it might be better to ask similar questions directly to the >> coreutils@gnu.org list (rather than bug-coreutils) so that we don't ha= ve >> to close out a corresponding bug from the tracker. > ---- > Sent this to coreutils, but it didn't 'echo' back...(in > 15 minutes) That's because all first-time posts (whether subscribed or not) are human-moderated. It should show now. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --jM1elin6HC0GMFFh0L7vcaTaadtqhQuD4-- --d4LPmWMQ8nPQ10sCd9SwU88uMTDLl1xNm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJYiTRXAAoJEKeha0olJ0NqxwcH/2jaVVbmvLyjlQy9xemwAyVp hmtlrYeLo5g/It5gTETw3XkJrllMF4RwGnC1Ylm08gBVk1Skg/HGsPf24fgaafi6 vB30LuJZaukGjYQyK4YgeddMr/i/8bBUoRSq1KLaoJAWaVRfFPSJe3ALuO/9F02Y qtYJ+qzf9nTW+fNa/w9RbIvfV9TkhqeyXdw9L5YebWbN79JIDdqVuKTtq5u7Zuze q4nTEZyQljyygDkiVzBiv2JCXYWOFQXGOesaW8GSkC0UnK8tFqq04gNHBvHoVNiR aR3HYVAHm7iyOtnDsi6+J8GziCWLNmLe7tkEvpqsTGnEbWOOAKxDrgjsW2Am8lA= =QJSI -----END PGP SIGNATURE----- --d4LPmWMQ8nPQ10sCd9SwU88uMTDLl1xNm-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 25 18:28:27 2017 Received: (at 25536) by debbugs.gnu.org; 25 Jan 2017 23:28:27 +0000 Received: from localhost ([127.0.0.1]:43922 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWWzK-0005uS-W0 for submit@debbugs.gnu.org; Wed, 25 Jan 2017 18:28:27 -0500 Received: from midir.magicbluesmoke.com ([82.195.144.46]:36024 helo=mail.magicbluesmoke.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWWzJ-0005uK-Ij for 25536@debbugs.gnu.org; Wed, 25 Jan 2017 18:28:26 -0500 Received: from [192.168.1.80] (unknown [109.77.218.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.magicbluesmoke.com (Postfix) with ESMTPSA id 0729E16D; Wed, 25 Jan 2017 23:28:23 +0000 (GMT) Subject: Re: bug#25536: problem in adding a prog to make in coreutils -- spread to multiple files To: 25536@debbugs.gnu.org, coreutils@tlinx.org References: <58892226.6090603@tlinx.org> <6bc3a27c-5928-2ae3-a258-2a9e3732ed25@redhat.com> From: =?UTF-8?Q?P=c3=a1draig_Brady?= Message-ID: Date: Wed, 25 Jan 2017 23:28:23 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <6bc3a27c-5928-2ae3-a258-2a9e3732ed25@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 25536 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On 25/01/17 22:39, Eric Blake wrote: > tag 25536 notabug > done > > On 01/25/2017 04:09 PM, L A Walsh wrote: >> I was trying to compile a file in the 'src' dir of the coreutils, >> called 'retab.c' but I got all sorts of weird errors. >> How does one add a file to be made? You can see what needed changing to add the latest util (b2sum) here: http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=v8.25-105-gea94589 From unknown Mon Jun 23 14:56:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 23 Feb 2017 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator