GNU bug report logs - #22618
syntax error in postgresql default config

Previous Next

Package: guix;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Wed, 10 Feb 2016 18:54:01 UTC

Severity: normal

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 22618 in the body.
You can then email your comments to 22618 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#22618; Package guix. (Wed, 10 Feb 2016 18:54:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org.

Your message had a Version: pseudo-header with an invalid package version:

git from an hour ago

please either use found or fixed to the control server with a correct version, or reply to this report indicating the correct version so the maintainer (or someone else) can correct it for you.

(Wed, 10 Feb 2016 18:54:02 GMT) Full text and rfc822 format available.


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

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: <submit <at> debbugs.gnu.org>
Subject: syntax error in postgresql default config
Date: Wed, 10 Feb 2016 19:53:43 +0100
Package: guix
Version: git from an hour ago

The default postgresql config file contains:
  hba_file = '/gnu/store/2pnrdnasjxjr8zmnvhk9ypw2vdl00cks-pg_hba.conf'
  ident_file = '/gnu/store/b4cm2bk8kz8brjcgpwrafxfvxcy35vz9-pg_ident.conf

Note missing end-quote.

The reason is: gnu/services/databases.scm contains:

(define %default-postgres-config
  (mixed-text-file "postgresql.conf"
                   "hba_file = '" %default-postgres-hba "'\n"
                   "ident_file = '" %default-postgres-ident "\n"))

Note missing end-quote.




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Wed, 10 Feb 2016 20:51:01 GMT) Full text and rfc822 format available.

Notification sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
bug acknowledged by developer. (Wed, 10 Feb 2016 20:51:02 GMT) Full text and rfc822 format available.

Message #10 received at 22618-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 22618-done <at> debbugs.gnu.org
Subject: Re: bug#22618: syntax error in postgresql default config
Date: Wed, 10 Feb 2016 15:50:20 -0500
On Wed, Feb 10, 2016 at 07:53:43PM +0100, Danny Milosavljevic wrote:
> Package: guix
> Version: git from an hour ago
> 
> The default postgresql config file contains:
>   hba_file = '/gnu/store/2pnrdnasjxjr8zmnvhk9ypw2vdl00cks-pg_hba.conf'
>   ident_file = '/gnu/store/b4cm2bk8kz8brjcgpwrafxfvxcy35vz9-pg_ident.conf
> 
> Note missing end-quote.
> 
> The reason is: gnu/services/databases.scm contains:
> 
> (define %default-postgres-config
>   (mixed-text-file "postgresql.conf"
>                    "hba_file = '" %default-postgres-hba "'\n"
>                    "ident_file = '" %default-postgres-ident "\n"))
> 
> Note missing end-quote.

Fixed in 8823ed4e12960a6f6c0e9fa2775feecaa6f10a9b.

Thanks for the report!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 10 Mar 2016 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 58 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.