From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?G=C3=A1bor?= Boskovits Subject: bug#31700: Make clean deletes french manuals Date: Sun, 3 Jun 2018 23:13:22 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000007ef5f2056dc349d3" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fPaKD-00044t-7M for bug-guix@gnu.org; Sun, 03 Jun 2018 17:14:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fPaKA-0002Q3-Vc for bug-guix@gnu.org; Sun, 03 Jun 2018 17:14:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52708) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fPaKA-0002Pq-Rm for bug-guix@gnu.org; Sun, 03 Jun 2018 17:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fPaKA-000475-Jg for bug-guix@gnu.org; Sun, 03 Jun 2018 17:14:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fPaJb-000448-Cg for bug-guix@gnu.org; Sun, 03 Jun 2018 17:13:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fPaJX-0001zM-T2 for bug-guix@gnu.org; Sun, 03 Jun 2018 17:13:27 -0400 Received: from mail-ua0-x22a.google.com ([2607:f8b0:400c:c08::22a]:39010) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fPaJX-0001z2-Oj for bug-guix@gnu.org; Sun, 03 Jun 2018 17:13:23 -0400 Received: by mail-ua0-x22a.google.com with SMTP id n4-v6so2134836uad.6 for ; Sun, 03 Jun 2018 14:13:23 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 31700@debbugs.gnu.org, julien@lepiller.eu --0000000000007ef5f2056dc349d3 Content-Type: text/plain; charset="UTF-8" Make clean removes: doc/contributing.fr.texi doc/guix.fr.texi We had a discussion on #guix with roptat, and a few others. I have found out, that after removing $(TRANSLATED_INFO) from $(BUILT_SOURCES) in doc/local.mk these files are not deleted any more. I have doubts that this is a correct fix, as this might break dependency resolution. I also noticed, that after running make these two files end up with different content. If you think this fix is ok, I will send a patch. --0000000000007ef5f2056dc349d3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Make clean removes:
doc/contributing.fr.tex= i
doc/guix.fr.texi

We had a discussion on #gu= ix with roptat, and a few others.
I have found out, that after removing= $(TRANSLATED_INFO)
from $(BUILT_SOURCES) in doc/local.mk these files are not
deleted any more. I = have doubts that this is a correct fix, as
this might break depen= dency resolution.

I also noticed, that after runni= ng make these two files end up with different content.

=
If you think this fix is ok, I will send a patch.
--0000000000007ef5f2056dc349d3-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31700: Make clean deletes french manuals Date: Mon, 04 Jun 2018 13:45:33 +0200 Message-ID: <87r2lmrd0i.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fPnw8-00068L-IO for bug-guix@gnu.org; Mon, 04 Jun 2018 07:46:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fPnw2-0002LU-Qs for bug-guix@gnu.org; Mon, 04 Jun 2018 07:46:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53050) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fPnw2-0002LE-MJ for bug-guix@gnu.org; Mon, 04 Jun 2018 07:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fPnw2-0005h7-CL for bug-guix@gnu.org; Mon, 04 Jun 2018 07:46:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: ("=?UTF-8?Q?G=C3=A1bor?= Boskovits"'s message of "Sun, 3 Jun 2018 23:13:22 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: 31700@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi G=C3=A1bor, G=C3=A1bor Boskovits skribis: > Make clean removes: > doc/contributing.fr.texi > doc/guix.fr.texi > > We had a discussion on #guix with roptat, and a few others. > I have found out, that after removing $(TRANSLATED_INFO) > from $(BUILT_SOURCES) in doc/local.mk these files are not > deleted any more. I have doubts that this is a correct fix, as > this might break dependency resolution. > > I also noticed, that after running make these two files end up with > different content. But they do get re-generated, right? I think the issue is fixed with this patch: --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/nix/local.mk b/nix/local.mk index 4452301c6..39717711f 100644 --- a/nix/local.mk +++ b/nix/local.mk @@ -22,7 +22,7 @@ # BUILT_SOURCES += %D%/libstore/schema.sql.hh -CLEANFILES += $(BUILT_SOURCES) +CLEANFILES += %D%/libstore/schema.sql.hh noinst_LIBRARIES = libformat.a libutil.a libstore.a --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I=E2=80=99ll push it if it works for you. Thanks, Ludo=E2=80=99. --=-=-=-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?G=C3=A1bor?= Boskovits Subject: bug#31700: Make clean deletes french manuals Date: Mon, 4 Jun 2018 20:30:49 +0200 Message-ID: References: <87r2lmrd0i.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000000b8f12056dd5229c" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34524) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fPuG1-0002Lg-RN for bug-guix@gnu.org; Mon, 04 Jun 2018 14:31:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fPuFy-000488-N2 for bug-guix@gnu.org; Mon, 04 Jun 2018 14:31:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53966) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fPuFy-000480-IT for bug-guix@gnu.org; Mon, 04 Jun 2018 14:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fPuFy-0005KV-C4 for bug-guix@gnu.org; Mon, 04 Jun 2018 14:31:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87r2lmrd0i.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 31700@debbugs.gnu.org --0000000000000b8f12056dd5229c Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 2018-06-04 13:45 GMT+02:00 Ludovic Court=C3=A8s : > Hi G=C3=A1bor, > > G=C3=A1bor Boskovits skribis: > > > Make clean removes: > > doc/contributing.fr.texi > > doc/guix.fr.texi > > > > We had a discussion on #guix with roptat, and a few others. > > I have found out, that after removing $(TRANSLATED_INFO) > > from $(BUILT_SOURCES) in doc/local.mk these files are not > > deleted any more. I have doubts that this is a correct fix, as > > this might break dependency resolution. > > > > I also noticed, that after running make these two files end up with > > different content. > > But they do get re-generated, right? > > I think the issue is fixed with this patch: > > > > I=E2=80=99ll push it if it works for you. > > Thanks, Ludo, this seems to be the correct fix. Thanks for the additional insight. Please push it. > Thanks, > Ludo=E2=80=99. > > --0000000000000b8f12056dd5229c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
2018= -06-04 13:45 GMT+02:00 Ludovic Court=C3=A8s <ludo@gnu.org>:
=
Hi G=C3=A1bor,

G=C3=A1bor Boskovits <boskovits@g= mail.com> skribis:

> Make clean removes:
> doc/contributing.fr.texi
> doc/guix.fr.texi
>
> We had a discussion on #guix with roptat, and a few others.
> I have found out, that after removing $(TRANSLATED_INFO)
> from $(BUILT_SOURCES) in doc/local.mk these files are not
> deleted any more. I have doubts that this is a correct fix, as
> this might break dependency resolution.
>
> I also noticed, that after running make these two files end up with > different content.

But they do get re-generated, right?

I think the issue is fixed with this patch:



I=E2=80=99ll push it if it works for you.


Thanks, Ludo, this seems to be the cor= rect fix. Thanks for the additional insight.
Please push it.
=C2=A0
Thanks,
Ludo=E2=80=99.


--0000000000000b8f12056dd5229c-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31700: Make clean deletes french manuals Date: Fri, 08 Jun 2018 15:24:31 +0200 Message-ID: <87sh5xmmwg.fsf@gnu.org> References: <87r2lmrd0i.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRHO7-0002SQ-EL for bug-guix@gnu.org; Fri, 08 Jun 2018 09:25:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fRHO2-0006du-Cj for bug-guix@gnu.org; Fri, 08 Jun 2018 09:25:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59271) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fRHO2-0006dm-8m for bug-guix@gnu.org; Fri, 08 Jun 2018 09:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fRHO2-0003nR-3D for bug-guix@gnu.org; Fri, 08 Jun 2018 09:25:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: ("=?UTF-8?Q?G=C3=A1bor?= Boskovits"'s message of "Mon, 4 Jun 2018 20:30:49 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: 31700-done@debbugs.gnu.org G=C3=A1bor Boskovits skribis: > Thanks, Ludo, this seems to be the correct fix. Thanks for the additional > insight. > Please push it. Pushed as 751164bca1030dfd14f9fa7508c03eb4b41173e4, thanks! Ludo=E2=80=99.