GNU bug report logs

#32132 daemon store names can't start with a dot

PackageSource(s)Maintainer(s)
guix PTS Buildd Popcon
Full log

Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

Received: (at submit) by debbugs.gnu.org; 12 Jul 2018 13:20:42 +0000
From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 12 09:20:41 2018
Received: from localhost ([127.0.0.1]:56482 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1fdbWT-0001Jm-M3
	for submit@debbugs.gnu.org; Thu, 12 Jul 2018 09:20:41 -0400
Received: from eggs.gnu.org ([208.118.235.92]:35511)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <clement@lassieur.org>) id 1fdbWS-0001Ja-5A
 for submit@debbugs.gnu.org; Thu, 12 Jul 2018 09:20:40 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <clement@lassieur.org>) id 1fdbWL-0001it-Ah
 for submit@debbugs.gnu.org; Thu, 12 Jul 2018 09:20:34 -0400
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled
 version=3.3.2
Received: from lists.gnu.org ([2001:4830:134:3::11]:43944)
 by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32)
 (Exim 4.71) (envelope-from <clement@lassieur.org>)
 id 1fdbWL-0001iE-0h
 for submit@debbugs.gnu.org; Thu, 12 Jul 2018 09:20:33 -0400
Received: from eggs.gnu.org ([2001:4830:134:3::10]:54701)
 by lists.gnu.org with esmtp (Exim 4.71)
 (envelope-from <clement@lassieur.org>) id 1fdbWJ-0006M2-O8
 for bug-guix@gnu.org; Thu, 12 Jul 2018 09:20:32 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <clement@lassieur.org>) id 1fdbWE-0001Yq-JO
 for bug-guix@gnu.org; Thu, 12 Jul 2018 09:20:31 -0400
Received: from mail.lassieur.org ([83.152.10.219]:34738)
 by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)
 (Exim 4.71) (envelope-from <clement@lassieur.org>)
 id 1fdbWE-0001XA-39; Thu, 12 Jul 2018 09:20:26 -0400
Received: from newt (smtp.parrot.biz [62.23.167.188])
 by mail.lassieur.org (OpenSMTPD) with ESMTPSA id 440cf76e
 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO); 
 Thu, 12 Jul 2018 13:20:23 +0000 (UTC)
References: <20180710124355.12754-1-clement@lassieur.org>
 <20180710191839.bujbi5ekprczypwv@abyayala> <87o9fenbd0.fsf@lassieur.org>
 <87va9kx2w3.fsf@gnu.org>
User-agent: mu4e 1.0; emacs 26.1
From: Clément Lassieur <clement@lassieur.org>
To: Ludovic Courtès <ludo@gnu.org>, bug-guix@gnu.org
Subject: daemon store names can't start with a dot
In-reply-to: <87va9kx2w3.fsf@gnu.org>
Date: Thu, 12 Jul 2018 15:20:23 +0200
Message-ID: <8736wo3814.fsf@lassieur.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [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: -4.1 (----)
X-Debbugs-Envelope-To: submit
Cc: Nils Gillmann <ng0@n0.is>, 32111-done@debbugs.gnu.org
X-BeenThere: debbugs-submit@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@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -5.1 (-----)
Ludovic Courtès <ludo@gnu.org> writes:

> Hello Clément,
>
> Clément Lassieur <clement@lassieur.org> skribis:
>
>> Nils Gillmann <ng0@n0.is> writes:
>>
>>> Hi,
>>>
>>> Can you provide some context why this is necessary, maybe even
>>> in the commit message?
>>
>> It's necessary when you want to package a program whose source looks
>> like file:///home/foo/.bar.
>
> I’d rather not make this kind of change.  In general, I think we should
> be very conservative about changes to the daemon and its protocol,
> because that’s the common denominator of all the versions of Guix.
>
> If we change something like it, then we’ll get subtle breakage depending
> on the version of the daemon in use.
>
> WDYT?

Okay, let's abandon this then :-)

CCing bug-guix because I still think it's a bug; please close it if you
disagree.

Clément




Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Fri Oct 25 23:25:17 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.