From unknown Tue Jun 24 06:57:56 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13142: 24.2; make install-info fails with non-english locale Resent-From: "Nicolas Richard" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 11 Dec 2012 16:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 13142 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 13142@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.135524302511181 (code B ref -1); Tue, 11 Dec 2012 16:24:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 Dec 2012 16:23:45 +0000 Received: from localhost ([127.0.0.1]:37346 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TiScT-0002uI-0p for submit@debbugs.gnu.org; Tue, 11 Dec 2012 11:23:45 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49364) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TiScP-0002u4-L0 for submit@debbugs.gnu.org; Tue, 11 Dec 2012 11:23:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiSbf-00026c-OW for submit@debbugs.gnu.org; Tue, 11 Dec 2012 11:22:59 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-101.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:52038) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiSbf-00026Y-LF for submit@debbugs.gnu.org; Tue, 11 Dec 2012 11:22:55 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiSbY-0007kr-E9 for bug-gnu-emacs@gnu.org; Tue, 11 Dec 2012 11:22:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiSbU-00023d-73 for bug-gnu-emacs@gnu.org; Tue, 11 Dec 2012 11:22:48 -0500 Received: from plane.gmane.org ([80.91.229.3]:38754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiSbU-00023Q-09 for bug-gnu-emacs@gnu.org; Tue, 11 Dec 2012 11:22:44 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TiSbe-0001a5-TA for bug-gnu-emacs@gnu.org; Tue, 11 Dec 2012 17:22:54 +0100 Received: from geodiff-mac3.ulb.ac.be ([164.15.131.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Dec 2012 17:22:54 +0100 Received: from theonewiththeevillook by geodiff-mac3.ulb.ac.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Dec 2012 17:22:54 +0100 X-Injected-Via-Gmane: http://gmane.org/ From: "Nicolas Richard" Date: Tue, 11 Dec 2012 17:22:46 +0100 Lines: 56 Message-ID: <87pq2geey1.fsf@yahoo.fr> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: geodiff-mac3.ulb.ac.be User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:YG954vjAtRH6K4ijclIT1/b9384= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Hello, As stated in the subject, `make install-info' fails with a non-english (french) locale. The reason seems to be that line 606 in Makefile.in is: info_misc=`cd $${thisdir}/doc/misc; ${MAKE} echo-info | sed '/ing directory/d'`; \ and the output of `${MAKE} echo-info` depends on the locale. Replacing the above line by the following seems to solve my problem : info_misc=`cd $${thisdir}/doc/misc; LANG=C ${MAKE} echo-info | sed '/ing directory/d'`; \ (to be honest, I did not test from scratch, but I changed the Makefile and it succeeded). Also, I've been seeing this error for some time, but never had a deeper look before now. Regards, In GNU Emacs 24.2.1 (i686-pc-linux-gnu) of 2012-08-29 on geodiff-mac3 Windowing system distributor `The X.Org Foundation', version 11.0.11300000 Configured using: `configure '--prefix=/usr' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--disable-dependency-tracking' '--program-suffix=-emacs-24' '--infodir=/usr/share/info/emacs-24' '--enable-locallisppath=/etc/emacs:/usr/share/emacs/site-lisp' '--with-crt-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.5.3/../../../../lib' '--with-gameuser=games' '--without-compress-info' '--disable-maintainer-mode' '--without-hesiod' '--without-kerberos' '--without-kerberos5' '--with-gpm' '--with-dbus' '--without-gnutls' '--without-xml2' '--without-selinux' '--without-wide-int' '--with-sound' '--with-x' '--without-ns' '--without-gconf' '--without-gsettings' '--without-toolkit-scroll-bars' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xpm' '--with-imagemagick' '--without-xft' '--without-libotf' '--without-m17n-flt' '--with-x-toolkit=no' 'GENTOO_PACKAGE=app-editors/emacs-24.2' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'CFLAGS=-O2 -march=native -pipe -ggdb' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'CPPFLAGS='' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: fr_FR.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t From unknown Tue Jun 24 06:57:56 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: "Nicolas Richard" Subject: bug#13142: closed (Re: bug#13142: 24.2; make install-info fails with non-english locale) Message-ID: References: <87pq2geey1.fsf@yahoo.fr> X-Gnu-PR-Message: they-closed 13142 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 13142@debbugs.gnu.org Date: Tue, 11 Dec 2012 18:43:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1355251381-25272-1" This is a multi-part message in MIME format... ------------=_1355251381-25272-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #13142: 24.2; make install-info fails with non-english locale which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 13142@debbugs.gnu.org. --=20 13142: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13142 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1355251381-25272-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 13142-done) by debbugs.gnu.org; 11 Dec 2012 18:42:26 +0000 Received: from localhost ([127.0.0.1]:37460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TiUmg-0006Yo-1p for submit@debbugs.gnu.org; Tue, 11 Dec 2012 13:42:26 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:39204) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TiUmd-0006Yg-4b for 13142-done@debbugs.gnu.org; Tue, 11 Dec 2012 13:42:24 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TiUlw-0007hH-7T; Tue, 11 Dec 2012 13:41:40 -0500 From: Glenn Morris To: 13142-done@debbugs.gnu.org Subject: Re: bug#13142: 24.2; make install-info fails with non-english locale References: <87pq2geey1.fsf@yahoo.fr> X-Spook: CDC Bin Laden enemy of the state MILSATCOM mania Ermes X-Ran: fuYC@Ynj2)(WQG;`*gG9vG/+&FT;Q%'o=rbL}@%M^9p861#LX%KsDW^TwOA.%s?G_3|T:j X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 11 Dec 2012 13:41:40 -0500 In-Reply-To: <87pq2geey1.fsf@yahoo.fr> (Nicolas Richard's message of "Tue, 11 Dec 2012 17:22:46 +0100") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 13142-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) Version: 24.3 "Nicolas Richard" wrote: > and the output of `${MAKE} echo-info` depends on the locale. Replacing the > above line by the following seems to solve my problem : > > info_misc=`cd $${thisdir}/doc/misc; LANG=C ${MAKE} echo-info | sed '/ing directory/d'`; \ Thanks, applied to emacs-24. (I don't particularly like this 'sed' approach, so if anyone has a better solution... It's needed because make turns on "entering directory" messages when called recursively, and there seems to be no portable way to turn that off. I don't want to rely on, eg assuming that the info file names end in ".info".) ------------=_1355251381-25272-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Dec 2012 16:23:45 +0000 Received: from localhost ([127.0.0.1]:37346 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TiScT-0002uI-0p for submit@debbugs.gnu.org; Tue, 11 Dec 2012 11:23:45 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49364) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TiScP-0002u4-L0 for submit@debbugs.gnu.org; Tue, 11 Dec 2012 11:23:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiSbf-00026c-OW for submit@debbugs.gnu.org; Tue, 11 Dec 2012 11:22:59 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-101.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:52038) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiSbf-00026Y-LF for submit@debbugs.gnu.org; Tue, 11 Dec 2012 11:22:55 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiSbY-0007kr-E9 for bug-gnu-emacs@gnu.org; Tue, 11 Dec 2012 11:22:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiSbU-00023d-73 for bug-gnu-emacs@gnu.org; Tue, 11 Dec 2012 11:22:48 -0500 Received: from plane.gmane.org ([80.91.229.3]:38754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiSbU-00023Q-09 for bug-gnu-emacs@gnu.org; Tue, 11 Dec 2012 11:22:44 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TiSbe-0001a5-TA for bug-gnu-emacs@gnu.org; Tue, 11 Dec 2012 17:22:54 +0100 Received: from geodiff-mac3.ulb.ac.be ([164.15.131.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Dec 2012 17:22:54 +0100 Received: from theonewiththeevillook by geodiff-mac3.ulb.ac.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Dec 2012 17:22:54 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: bug-gnu-emacs@gnu.org From: "Nicolas Richard" Subject: 24.2; make install-info fails with non-english locale Date: Tue, 11 Dec 2012 17:22:46 +0100 Lines: 56 Message-ID: <87pq2geey1.fsf@yahoo.fr> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: geodiff-mac3.ulb.ac.be User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:YG954vjAtRH6K4ijclIT1/b9384= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Hello, As stated in the subject, `make install-info' fails with a non-english (french) locale. The reason seems to be that line 606 in Makefile.in is: info_misc=`cd $${thisdir}/doc/misc; ${MAKE} echo-info | sed '/ing directory/d'`; \ and the output of `${MAKE} echo-info` depends on the locale. Replacing the above line by the following seems to solve my problem : info_misc=`cd $${thisdir}/doc/misc; LANG=C ${MAKE} echo-info | sed '/ing directory/d'`; \ (to be honest, I did not test from scratch, but I changed the Makefile and it succeeded). Also, I've been seeing this error for some time, but never had a deeper look before now. Regards, In GNU Emacs 24.2.1 (i686-pc-linux-gnu) of 2012-08-29 on geodiff-mac3 Windowing system distributor `The X.Org Foundation', version 11.0.11300000 Configured using: `configure '--prefix=/usr' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--disable-dependency-tracking' '--program-suffix=-emacs-24' '--infodir=/usr/share/info/emacs-24' '--enable-locallisppath=/etc/emacs:/usr/share/emacs/site-lisp' '--with-crt-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.5.3/../../../../lib' '--with-gameuser=games' '--without-compress-info' '--disable-maintainer-mode' '--without-hesiod' '--without-kerberos' '--without-kerberos5' '--with-gpm' '--with-dbus' '--without-gnutls' '--without-xml2' '--without-selinux' '--without-wide-int' '--with-sound' '--with-x' '--without-ns' '--without-gconf' '--without-gsettings' '--without-toolkit-scroll-bars' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xpm' '--with-imagemagick' '--without-xft' '--without-libotf' '--without-m17n-flt' '--with-x-toolkit=no' 'GENTOO_PACKAGE=app-editors/emacs-24.2' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'CFLAGS=-O2 -march=native -pipe -ggdb' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'CPPFLAGS='' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: fr_FR.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t ------------=_1355251381-25272-1-- From unknown Tue Jun 24 06:57:56 2025 X-Loop: help-debbugs@gnu.org Subject: bug#13142: 24.2; make install-info fails with non-english locale In-Reply-To: <87pq2geey1.fsf@yahoo.fr> Resent-From: Achim Gratz Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 11 Dec 2012 18:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13142 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 13142@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.135525202626461 (code B ref -1); Tue, 11 Dec 2012 18:54:02 +0000 Received: (at submit) by debbugs.gnu.org; 11 Dec 2012 18:53:46 +0000 Received: from localhost ([127.0.0.1]:37476 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TiUxd-0006sf-Vi for submit@debbugs.gnu.org; Tue, 11 Dec 2012 13:53:46 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52280) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TiUxb-0006sY-Pd for submit@debbugs.gnu.org; Tue, 11 Dec 2012 13:53:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiUwq-0003nc-S0 for submit@debbugs.gnu.org; Tue, 11 Dec 2012 13:53:01 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-101.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD,USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:47348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiUwq-0003nY-PC for submit@debbugs.gnu.org; Tue, 11 Dec 2012 13:52:56 -0500 Received: from eggs.gnu.org ([208.118.235.92]:35384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiUwm-0005cY-LE for bug-gnu-emacs@gnu.org; Tue, 11 Dec 2012 13:52:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiUwl-0003mk-CV for bug-gnu-emacs@gnu.org; Tue, 11 Dec 2012 13:52:52 -0500 Received: from plane.gmane.org ([80.91.229.3]:38581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiUwl-0003mc-5R for bug-gnu-emacs@gnu.org; Tue, 11 Dec 2012 13:52:51 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TiUwu-0000xf-UK for bug-gnu-emacs@gnu.org; Tue, 11 Dec 2012 19:53:00 +0100 Received: from pd9eb2f56.dip.t-dialin.net ([217.235.47.86]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Dec 2012 19:53:00 +0100 Received: from Stromeko by pd9eb2f56.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Dec 2012 19:53:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ From: Achim Gratz Date: Tue, 11 Dec 2012 19:52:34 +0100 Organization: Linux Private Site Lines: 18 Message-ID: <87vcc8xvyl.fsf@Rainer.invalid> References: <87pq2geey1.fsf@yahoo.fr> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pd9eb2f56.dip.t-dialin.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) Cancel-Lock: sha1:1PIgVjS+zgjfv8fJqmIwnBUIAUE= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Glenn Morris writes: > | sed '/ing directory/d' This removes all lines that have the string "ing directory" in them, so grep -v 'ing directory' might be a slightly less obscure alternative, given that grep is already used elsewhere in the build process. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds