From unknown Tue Jun 17 21:53:20 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#12899 <12899@debbugs.gnu.org> To: bug#12899 <12899@debbugs.gnu.org> Subject: Status: Build failure from latest master Reply-To: bug#12899 <12899@debbugs.gnu.org> Date: Wed, 18 Jun 2025 04:53:20 +0000 retitle 12899 Build failure from latest master reassign 12899 coreutils submitter 12899 Stefano Lattarini severity 12899 normal tag 12899 fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 15 13:25:56 2012 Received: (at submit) by debbugs.gnu.org; 15 Nov 2012 18:25:56 +0000 Received: from localhost ([127.0.0.1]:45829 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TZ48R-00066m-NO for submit@debbugs.gnu.org; Thu, 15 Nov 2012 13:25:56 -0500 Received: from eggs.gnu.org ([208.118.235.92]:48986) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TZ48P-00066e-31 for submit@debbugs.gnu.org; Thu, 15 Nov 2012 13:25:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZ47f-00008H-LE for submit@debbugs.gnu.org; Thu, 15 Nov 2012 13:25:10 -0500 Received: from lists.gnu.org ([208.118.235.17]:56169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZ47f-00008B-GS for submit@debbugs.gnu.org; Thu, 15 Nov 2012 13:25:07 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZ47c-00055I-DA for bug-coreutils@gnu.org; Thu, 15 Nov 2012 13:25:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZ47Z-0008Pk-Aw for bug-coreutils@gnu.org; Thu, 15 Nov 2012 13:25:04 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:41889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZ47Z-0008Op-3B for bug-coreutils@gnu.org; Thu, 15 Nov 2012 13:25:01 -0500 Received: by mail-bk0-f41.google.com with SMTP id jg9so938771bkc.0 for ; Thu, 15 Nov 2012 10:25:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:subject:content-type :content-transfer-encoding; bh=jf2jB1Naiw1pA2xVsOeyLIiWPfHyCYpuaOyoz1X9L5A=; b=l8lZ+Md27SJz+yY6MOugfJShRFdvwqSAOKolsARZVvLCeh1HprbMC74pdtItulVs0b QJWL6EuNp779SSHU9bT/XRQMENjiMvROALzR5DGOAjNOmrWGzJ6nla1jUqGgc2cB8a3l q324Nczpkl3w0ZuGWc8Ej5fvOQwcYGhuYVBRrf8Itcoxqg+VhKGZhv2lS8ynqx/VnnIP XpElRhUR4zqm8DZ6YDz2QBeTkdqR6qR5TK9gVYnwNQC/4RRdcH4levse7mdV7JPWf608 /5t4qd+hQU4mXMq/d5Vei3prqPdRRyIvo2ED7+Eokuwa1wF0AyLgDe/wvxUlL0mIyFYO yyLw== Received: by 10.204.148.146 with SMTP id p18mr859224bkv.51.1353003900210; Thu, 15 Nov 2012 10:25:00 -0800 (PST) Received: from [192.168.178.21] (host247-100-dynamic.8-87-r.retail.telecomitalia.it. [87.8.100.247]) by mx.google.com with ESMTPS id go4sm10866580bkc.15.2012.11.15.10.24.58 (version=SSLv3 cipher=OTHER); Thu, 15 Nov 2012 10:24:59 -0800 (PST) Message-ID: <50A53375.1060509@gmail.com> Date: Thu, 15 Nov 2012 19:24:53 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: bug-coreutils@gnu.org Subject: Build failure from latest master Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -3.4 (---) 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: -4.2 (----) In a freshly-cloned repository on Debian with GNU make 3.82 and gcc 4.7.2.: $ ./bootstrap && ./configure ... [all is ok] $ make all ... CC src/echo.o CCLD src/echo CC src/env.o CCLD src/env CC src/expand.o CCLD src/expand CC src/expr.o CCLD src/expr CC src/factor.o src/factor.c:650:20: fatal error: primes.h: No such file or directory compilation terminated. make[2]: *** [src/factor.o] Error 1 Am I the only one encountering such failures? If yes, I'll provide more information about my environment in order to help debugging this. Regards, Stefano From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 15 13:37:40 2012 Received: (at 12899) by debbugs.gnu.org; 15 Nov 2012 18:37:40 +0000 Received: from localhost ([127.0.0.1]:45845 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TZ4Jm-0006O0-IP for submit@debbugs.gnu.org; Thu, 15 Nov 2012 13:37:40 -0500 Received: from mail-bk0-f44.google.com ([209.85.214.44]:33620) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TZ4Jk-0006Nt-Pr for 12899@debbugs.gnu.org; Thu, 15 Nov 2012 13:37:37 -0500 Received: by mail-bk0-f44.google.com with SMTP id w11so905142bku.3 for <12899@debbugs.gnu.org>; Thu, 15 Nov 2012 10:36:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=24AY3pUqg5VvVsJaxy9d9QEZARUfVuUtFwFgkXXLfos=; b=p1pJr1LAZz3TiPOOO2fBrJ8LNxmf9B3I1ELiH+c8wotSlVuFNj7vZmkXiWPLOoGRnv z3nKlbzBgHjNL18Ocdaw4QLbxbjSVC91r08il/GG574/JIsgB/kbCxlBfYnS5ZhLuxNj E0FAPtYCyFh9je7KoQFYYsRFpOLza6FhL+K4NSutTWAwHVb6X1MEr4OUTzgZoV7KoZ0/ kp9lEUPvCx/h/pBnHJQ6ieVQm+bfj1ltAgrUQttcuBoBTxgOXjXFqtNbNYqOBIUnGbB8 dBWZEqfJmGxehfdgPpSUbgoL++MDXnmbGCcy7uWLPfTTyuyce4+1w72DaVsU1NZP1K8k lctg== Received: by 10.204.7.88 with SMTP id c24mr848198bkc.118.1353004613429; Thu, 15 Nov 2012 10:36:53 -0800 (PST) Received: from [192.168.178.21] (host247-100-dynamic.8-87-r.retail.telecomitalia.it. [87.8.100.247]) by mx.google.com with ESMTPS id ia2sm11180073bkc.11.2012.11.15.10.36.51 (version=SSLv3 cipher=OTHER); Thu, 15 Nov 2012 10:36:52 -0800 (PST) Message-ID: <50A5363F.1050703@gmail.com> Date: Thu, 15 Nov 2012 19:36:47 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: 12899@debbugs.gnu.org Subject: Re: bug#12899: Build failure from latest master References: <50A53375.1060509@gmail.com> In-Reply-To: <50A53375.1060509@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 12899 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: -0.7 (/) On 11/15/2012 07:24 PM, Stefano Lattarini wrote: > In a freshly-cloned repository on Debian with GNU make 3.82 and > gcc 4.7.2.: > > $ ./bootstrap && ./configure > ... [all is ok] > $ make all > ... > CC src/echo.o > CCLD src/echo > CC src/env.o > CCLD src/env > CC src/expand.o > CCLD src/expand > CC src/expr.o > CCLD src/expr > CC src/factor.o > src/factor.c:650:20: fatal error: primes.h: No such file or directory > compilation terminated. > make[2]: *** [src/factor.o] Error 1 > The patch below seems to solve the issue. Just let me run a complete bootstrap to ensure this is the case ... ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- 8< ---- >From 0d1064cf32327fc0f2c422306d35eceb6334336d Mon Sep 17 00:00:00 2001 Message-Id: <0d1064cf32327fc0f2c422306d35eceb6334336d.1353004592.git.stefano.lattarini@gmail.com> From: Stefano Lattarini Date: Thu, 15 Nov 2012 19:36:21 +0100 Subject: [PATCH] build: fix build failures from pristine checkout Fixed coreutils bug#12899. * src/local.mk (BUILT_SOURCES): Add '$(top_srcdir)/src/primes.h'. --- src/local.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/local.mk b/src/local.mk index 02a9bf5..337d005 100644 --- a/src/local.mk +++ b/src/local.mk @@ -386,6 +386,7 @@ src/dircolors.h: src/dcgen src/dircolors.hin # insist that maintainers must build on hosts that support the widest # known ints (currently 128-bit). MAINTAINERCLEANFILES += $(top_srcdir)/src/primes.h +BUILT_SOURCES += $(top_srcdir)/src/primes.h $(top_srcdir)/src/primes.h: $(MAKE) src/make-prime-list $(AM_V_GEN)rm -f $@ $@-t -- 1.8.0.150.gb0b00a3 From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 15 16:04:01 2012 Received: (at 12899) by debbugs.gnu.org; 15 Nov 2012 21:04:01 +0000 Received: from localhost ([127.0.0.1]:46054 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TZ6bQ-0002A4-FW for submit@debbugs.gnu.org; Thu, 15 Nov 2012 16:04:01 -0500 Received: from smtp.cs.ucla.edu ([131.179.128.62]:39094) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TZ6bO-00029x-9i for 12899@debbugs.gnu.org; Thu, 15 Nov 2012 16:03:59 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 015B9A6000D; Thu, 15 Nov 2012 13:03:15 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HUCzOmv9pfEh; Thu, 15 Nov 2012 13:03:14 -0800 (PST) Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 76F1639E8106; Thu, 15 Nov 2012 13:03:14 -0800 (PST) Message-ID: <50A55891.9000708@cs.ucla.edu> Date: Thu, 15 Nov 2012 13:03:13 -0800 From: Paul Eggert User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121029 Thunderbird/16.0.2 MIME-Version: 1.0 To: Stefano Lattarini Subject: Re: bug#12899: Build failure from latest master References: <50A53375.1060509@gmail.com> <50A5363F.1050703@gmail.com> In-Reply-To: <50A5363F.1050703@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: 12899 Cc: 12899@debbugs.gnu.org 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: -2.4 (--) Thanks, wouldn't the following be a bit cleaner, since MAINTAINERCLEANFILES contains BUILT_SOURCES? diff --git a/src/local.mk b/src/local.mk index 02a9bf5..ead3b8b 100644 --- a/src/local.mk +++ b/src/local.mk @@ -385,7 +385,7 @@ src/dircolors.h: src/dcgen src/dircolors.hin # built only if absent. It is not cleaned because we don't want to # insist that maintainers must build on hosts that support the widest # known ints (currently 128-bit). -MAINTAINERCLEANFILES += $(top_srcdir)/src/primes.h +BUILT_SOURCES += $(top_srcdir)/src/primes.h $(top_srcdir)/src/primes.h: $(MAKE) src/make-prime-list $(AM_V_GEN)rm -f $@ $@-t From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 15 16:06:15 2012 Received: (at 12899) by debbugs.gnu.org; 15 Nov 2012 21:06:15 +0000 Received: from localhost ([127.0.0.1]:46058 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TZ6db-0002DT-6m for submit@debbugs.gnu.org; Thu, 15 Nov 2012 16:06:15 -0500 Received: from mail-ee0-f44.google.com ([74.125.83.44]:64907) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TZ6dY-0002DK-SG for 12899@debbugs.gnu.org; Thu, 15 Nov 2012 16:06:13 -0500 Received: by mail-ee0-f44.google.com with SMTP id b47so1328335eek.3 for <12899@debbugs.gnu.org>; Thu, 15 Nov 2012 13:05:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=tJF1D9Arl9yFC5ZVNSbt0cuL2wkCtDWvHXWSxHgkCBs=; b=LcI6rgW83CJBwuYPfqLywxy0WbRGlHs9+8ZY/DmLPk4Ni64QR9LjQtjAD9gdcULGjf x0haXOOPOOEBdkfW/7pWqJaBnXxjlHEc6qNtipkJfDvbzGgFHieguQq3xIoSOe7tvH7d jxZNFJ8a557K8p0sKBSXZBe8tMsbfPsVB1Dpp3bzySpwFBgSA9p6WODCha6dEgrmCqxR Tqfpr2sSfXbshHwYaMl9PJFj7P46F/50CAYkyZgXYxzy6JzLValXUMWSdf8E76B0Tvph k3lfKOa30RhdatsbON0KIBypoYJI4Uii4tq8rnHLWsHTab97e/PcvcT2fClrvocL0TH9 JH8Q== Received: by 10.14.215.197 with SMTP id e45mr7560782eep.0.1353013529079; Thu, 15 Nov 2012 13:05:29 -0800 (PST) Received: from [192.168.178.21] (host247-100-dynamic.8-87-r.retail.telecomitalia.it. [87.8.100.247]) by mx.google.com with ESMTPS id 42sm38438891eee.0.2012.11.15.13.05.27 (version=SSLv3 cipher=OTHER); Thu, 15 Nov 2012 13:05:28 -0800 (PST) Message-ID: <50A55912.5020201@gmail.com> Date: Thu, 15 Nov 2012 22:05:22 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: 12899@debbugs.gnu.org Subject: Re: bug#12899: Build failure from latest master References: <50A53375.1060509@gmail.com> <50A5363F.1050703@gmail.com> In-Reply-To: <50A5363F.1050703@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 12899 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: 0.1 (/) On 11/15/2012 07:36 PM, Stefano Lattarini wrote: > > The patch below seems to solve the issue. Just let me run a complete > bootstrap to ensure this is the case ... > Yep, it works. But I don't have pushing rights, so someone will have to apply it for me. Regards, Stefano From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 15 16:09:26 2012 Received: (at 12899) by debbugs.gnu.org; 15 Nov 2012 21:09:26 +0000 Received: from localhost ([127.0.0.1]:46062 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TZ6gc-0002Hp-Tx for submit@debbugs.gnu.org; Thu, 15 Nov 2012 16:09:25 -0500 Received: from mail-ee0-f44.google.com ([74.125.83.44]:46576) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TZ6ga-0002Hh-4V for 12899@debbugs.gnu.org; Thu, 15 Nov 2012 16:09:21 -0500 Received: by mail-ee0-f44.google.com with SMTP id b47so1330452eek.3 for <12899@debbugs.gnu.org>; Thu, 15 Nov 2012 13:08:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Nqy31RtfgKtjSsnhQIHLbT2qDT6uN9xcPMA4StTvLuQ=; b=iB65DdA+oFLH/fXDw1X0hF3oWyqa0yrtAe2TsuYtDgW41dVTeBGvzit/HpSEdOt5Gq 1Att98TdWce949bxBESZ9MQg2/y4xQgBIbmQ7XBs8xCPvQ1ld9tNRA+7J8Xq4njzeW53 wuPlGMxrSOuIbo/ztlWaVAIfKq2Y7QqMnH2kI6FqkWgBE3P4JRS0f11C7VFkyVfknSbC 1q6+eG5NmxXspFIKg7mD0STDEFwMlZFbk9775WV77HJ3Q+MHJGl5PxaD9DIOL0o5dbCW E3BDDcstxbD3T6kzVzbbA0v9dPxU0FccdhUqoi0MhbSHSeiqo2zuqAIh31+8w9A/km8v afcw== Received: by 10.14.184.2 with SMTP id r2mr7173684eem.43.1353013716736; Thu, 15 Nov 2012 13:08:36 -0800 (PST) Received: from [192.168.178.21] (host247-100-dynamic.8-87-r.retail.telecomitalia.it. [87.8.100.247]) by mx.google.com with ESMTPS id b44sm38445601eep.12.2012.11.15.13.08.34 (version=SSLv3 cipher=OTHER); Thu, 15 Nov 2012 13:08:35 -0800 (PST) Message-ID: <50A559CE.8070809@gmail.com> Date: Thu, 15 Nov 2012 22:08:30 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: Paul Eggert Subject: Re: bug#12899: Build failure from latest master References: <50A53375.1060509@gmail.com> <50A5363F.1050703@gmail.com> <50A55891.9000708@cs.ucla.edu> In-Reply-To: <50A55891.9000708@cs.ucla.edu> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 12899 Cc: 12899@debbugs.gnu.org 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: 0.1 (/) Hi Paul, thanks for the quick feedback. On 11/15/2012 10:03 PM, Paul Eggert wrote: > Thanks, wouldn't the following be a bit cleaner, > since MAINTAINERCLEANFILES contains BUILT_SOURCES? > Possibly yes, but since this behaviour is not documented in the Automake manual, I'd marginally (60-40) prefer not rely on it. Not a big deal in any case, so feel free to mend my patch if you like, with my ACK. Thanks, Stefano From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 15 20:45:37 2012 Received: (at 12899) by debbugs.gnu.org; 16 Nov 2012 01:45:37 +0000 Received: from localhost ([127.0.0.1]:46407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TZAzx-0000Iq-7F for submit@debbugs.gnu.org; Thu, 15 Nov 2012 20:45:37 -0500 Received: from mx.meyering.net ([88.168.87.75]:33803) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TZAzu-0000Ig-BH for 12899@debbugs.gnu.org; Thu, 15 Nov 2012 20:45:35 -0500 Received: from rho.meyering.net (rho.meyering.net [127.0.0.1]) by rho.meyering.net (Acme Bit-Twister) with ESMTP id E61526012B; Fri, 16 Nov 2012 02:44:48 +0100 (CET) From: Jim Meyering To: Stefano Lattarini Subject: Re: bug#12899: Build failure from latest master In-Reply-To: <50A559CE.8070809@gmail.com> (Stefano Lattarini's message of "Thu, 15 Nov 2012 22:08:30 +0100") References: <50A53375.1060509@gmail.com> <50A5363F.1050703@gmail.com> <50A55891.9000708@cs.ucla.edu> <50A559CE.8070809@gmail.com> Date: Fri, 16 Nov 2012 02:44:48 +0100 Message-ID: <878va2jp7z.fsf@rho.meyering.net> Lines: 20 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 12899 Cc: Paul Eggert , 12899@debbugs.gnu.org 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: 0.7 (/) Stefano Lattarini wrote: > Hi Paul, thanks for the quick feedback. > > On 11/15/2012 10:03 PM, Paul Eggert wrote: >> Thanks, wouldn't the following be a bit cleaner, >> since MAINTAINERCLEANFILES contains BUILT_SOURCES? >> > Possibly yes, but since this behaviour is not documented in the Automake > manual, I'd marginally (60-40) prefer not rely on it. Not a big deal > in any case, so feel free to mend my patch if you like, with my ACK. I too prefer to use BUILT_SOURCES, and using it here is consistent with the numerous other uses in that file. Which behavior is not documented? The MAINTAINERCLEANFILES-containing-BUILT_SOURCES is done via this in src/local.mk: MAINTAINERCLEANFILES += $(BUILT_SOURCES) From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 16 04:02:05 2012 Received: (at 12899) by debbugs.gnu.org; 16 Nov 2012 09:02:05 +0000 Received: from localhost ([127.0.0.1]:47086 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TZHoL-0002Ag-1V for submit@debbugs.gnu.org; Fri, 16 Nov 2012 04:02:05 -0500 Received: from mail-bk0-f44.google.com ([209.85.214.44]:46553) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TZHoI-0002AE-IP for 12899@debbugs.gnu.org; Fri, 16 Nov 2012 04:02:04 -0500 Received: by mail-bk0-f44.google.com with SMTP id w11so1098124bku.3 for <12899@debbugs.gnu.org>; Fri, 16 Nov 2012 01:01:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=F+pwFvvjfkEvMDXrcunyETenDbaxyEzUhoojSRfdWuo=; b=wS3sc66inGxXWKZVSP2dQzgG9ZxoBCJcF82v2F5OKqJ7o1qvHzo6NyRu0W4U6OAhVu DHIm6NsvZBuDywp+Aj0Nz/yfprl9lyCHhU+nHyiDWixrzIj9iV/5pDNXkmP74IjLNUIl Edn1a80v1s3+vp5wFuYkMRcLXrV6zL4vY2NDy35VFNJFHJEkF31laM7jMPMqkCyc7fYu RIeMqVoWaP953tZsn28k0vouSSdIoA07LxZ7Ym67B15oMatYMepiN++D4jHHpsHgAY9R lJkk6SEaSRg+EWwANqYSgMuAUHh9SYkFWWLwhE4seVr+JHeQnV9/hz5i0vIedqC+JPZy aMUg== Received: by 10.204.13.12 with SMTP id z12mr1682346bkz.58.1353056475832; Fri, 16 Nov 2012 01:01:15 -0800 (PST) Received: from [192.168.178.21] (host247-100-dynamic.8-87-r.retail.telecomitalia.it. [87.8.100.247]) by mx.google.com with ESMTPS id ht18sm311221bkc.14.2012.11.16.01.01.14 (version=SSLv3 cipher=OTHER); Fri, 16 Nov 2012 01:01:15 -0800 (PST) Message-ID: <50A600D3.7050203@gmail.com> Date: Fri, 16 Nov 2012 10:01:07 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: Jim Meyering Subject: Re: bug#12899: Build failure from latest master References: <50A53375.1060509@gmail.com> <50A5363F.1050703@gmail.com> <50A55891.9000708@cs.ucla.edu> <50A559CE.8070809@gmail.com> <878va2jp7z.fsf@rho.meyering.net> In-Reply-To: <878va2jp7z.fsf@rho.meyering.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 12899 Cc: Paul Eggert , 12899@debbugs.gnu.org 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: 0.1 (/) On 11/16/2012 02:44 AM, Jim Meyering wrote: > Stefano Lattarini wrote: > >> Hi Paul, thanks for the quick feedback. >> >> On 11/15/2012 10:03 PM, Paul Eggert wrote: >>> Thanks, wouldn't the following be a bit cleaner, >>> since MAINTAINERCLEANFILES contains BUILT_SOURCES? >>> >> Possibly yes, but since this behaviour is not documented in the Automake >> manual, I'd marginally (60-40) prefer not rely on it. Not a big deal >> in any case, so feel free to mend my patch if you like, with my ACK. > > I too prefer to use BUILT_SOURCES, and using it here is > consistent with the numerous other uses in that file. > > Which behavior is not documented? > The fact that $(BUILT_SOURCES) is automatically cleaned by the Automake-generated 'maintainer-clean rule'. > The MAINTAINERCLEANFILES-containing-BUILT_SOURCES is done > via this in src/local.mk: > > MAINTAINERCLEANFILES += $(BUILT_SOURCES) > Ah, I didn't noticed that. That I agree with Paul. Could you (Paul or Jim) tweak my patch accordingly, before pushing it? Or should I send a re-roll? Thanks, Stefano From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 15 14:05:11 2018 Received: (at control) by debbugs.gnu.org; 15 Oct 2018 18:05:11 +0000 Received: from localhost ([127.0.0.1]:51310 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gC7Er-0005us-84 for submit@debbugs.gnu.org; Mon, 15 Oct 2018 14:05:11 -0400 Received: from mail-io1-f44.google.com ([209.85.166.44]:43831) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gC7Ep-0005uX-2z for control@debbugs.gnu.org; Mon, 15 Oct 2018 14:05:07 -0400 Received: by mail-io1-f44.google.com with SMTP id y10-v6so14847330ioa.10 for ; Mon, 15 Oct 2018 11:05:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:message-id:date:user-agent:mime-version:content-language :content-transfer-encoding; bh=bvLtoNPCV8vGByBO5R4gW9eutDcgXcXyRzk77v0pXro=; b=TjCZvxZfW8Mzp95JGaQtGWoK+fUB71AF8orwDDthuJ0KpbGzjsepsT/vd3202YJNVN sTQP4z4G4d1F63mNuBB9Vjs9UPA8TZqt6tgTJjx70/+7d45bsdu4QYCI4LpIWle2l5JQ EJAgVULZnruBCYYtfA75Y+XV76EV2bDGYprXu3aU+EmbxcAm6B5js/lIw7v5TpR6FpWb 2Ah+lMNOkb10yJjH/RLwUUs3Zgv375esQEA57plUHufYCVxxdXdRhoKfot4F71Y218li EGzGhKHbeSxe+buaiN9p07FbHJp1hZu4ff7H2d2Z8FkqqUiRPSbeyiA5I1eZVK2W1nvp YIEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=bvLtoNPCV8vGByBO5R4gW9eutDcgXcXyRzk77v0pXro=; b=t6k9E8K2PG9+wapvnBN8NFvmgZ8RQd+lovwI5hjHxTyO0CMrIyZPxW3zUVIWgUchzO +T4vgKyA9HHLf+tNLRS5MtiSBUOCe3LZCK5GxJz167rENf3EjqT7KS6dBIX0N3Dqxc6T KDeIZ38SFmmwEvkRErobOJAAgZ5x1DOKn1yR5ZPCKQNPHeieHmaCbP0fN2WCv6KU9xAk 7P5DD7JttzlLnn1kGfpIaDLGjJm7uw2CDMghRuTOrhOWwvuSM/560kJzT98zvmy8b+v4 cv+NLZ4+rGUMzWqob/HUiVb29XW/nEqa/wXUJw25ry4NDGSEWqY+MKLrb2dD9wHdFXoJ 2P+w== X-Gm-Message-State: ABuFfohiKcVyAsBiqPsDBnvs3SHlwYIs+ikcX4WBJyZlLnWm8xlWMaBB rcxTBFNPzZErzRcyCCAnJJfhWSf7RpQ= X-Google-Smtp-Source: ACcGV630QDZMfT6gtNb7MB/BXHSmr95BbyC0Cb3TWNDt10ayu/bSw+PCWEvB2XWOuToY+6c+LWixSw== X-Received: by 2002:a6b:1701:: with SMTP id 1-v6mr12223411iox.48.1539626701086; Mon, 15 Oct 2018 11:05:01 -0700 (PDT) Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id w123-v6sm4924226ita.10.2018.10.15.11.04.59 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Oct 2018 11:04:59 -0700 (PDT) To: control@debbugs.gnu.org From: Assaf Gordon Message-ID: Date: Mon, 15 Oct 2018 12:04:58 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 12899 fixed close 12899 [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.166.44 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (assafgordon[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 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: 1.0 (+) tags 12899 fixed close 12899 From unknown Tue Jun 17 21:53:20 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 13 Nov 2018 12:24:14 +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