bug#22626: Postgres service fails on adding user

2016-02-10 Thread Efraim Flashner
On Wed, 10 Feb 2016 16:13:19 -0800 Christopher Allan Webber wrote: > Heya all... guix system config attached. I tried doing a guix system > reconfigure and it failboat'ed. Here's what happened: > > adding user 'postgres'... > useradd: group 'postgres' does not exist > Backtrace: > In i

bug#22626: Postgres service fails on adding user

2016-02-10 Thread Christopher Allan Webber
Heya all... guix system config attached. I tried doing a guix system reconfigure and it failboat'ed. Here's what happened: adding user 'postgres'... useradd: group 'postgres' does not exist Backtrace: In ice-9/boot-9.scm: 63: 19 [call-with-prompt prompt0 ...] In ice-9/eval.scm:

bug#22619: postgresql-service error checking wtf

2016-02-10 Thread Glenn Morris
Danny Milosavljevic wrote: > Package: postgresql There's no postgresql package on debbugs.gnu.org, so your report went to the help-debbugs mailing list. >From the rest of your report, I'm guessing this should have been assigned to guix, so I did that. > When I first configure operating-system w

bug#22571: Acknowledgement (Guix on Debian Testing sbcl package needs warning to set SBCL_HOME)

2016-02-10 Thread Ludovic Courtès
Christopher W Carpenter skribis: > I found the problem, and this can be closed IMHO. > > I use StumpWM, which is written in common lisp and I use sbcl to run it. > It appears that when the stumpwm image is created the SBCL_HOME > environment variable's state at that time is stored. In addition, f

bug#16791: w3m fails to do any SSL certificate checking

2016-02-10 Thread Leo Famulari
On Thu, Jan 07, 2016 at 11:55:12PM -0500, Leo Famulari wrote: > On Tue, Jan 05, 2016 at 11:32:14AM -0500, Leo Famulari wrote: > > On Tue, Jan 05, 2016 at 12:35:57AM +0100, Ludovic Courtès wrote: [...] > > > What about using the latest upstream tarball, along with the patch > > > above and probabl

bug#21215: icecat can't be started by basename only

2016-02-10 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Danny Milosavljevic skribis: > >> right now on the GuixSD from the website I have about 12 copies of >> icecat installed in /gnu/store but I can start none of them by typing >> >> $ icecat >> >> Why not? > > See Taylan’s explanation from last month. > >

bug#22612: guix make check failure for syscalls: "FAIL network-interfaces returns one or more interfaces"

2016-02-10 Thread Ludovic Courtès
Danny Milosavljevic skribis: > git clone, `guix environment guix`, ./bootstrap && ./configure > --localstatedir=/var && make check When running the tests, were you using the --container option of ‘guix environment guix’? > tests/syscalls.scm:220: FAIL network-interfaces returns one or more i

bug#22209: name resolution failures in installer image

2016-02-10 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Ricardo Wurmus skribis: [...] >> Could this be related to cached resolution failures in nscd? Have you >> tried restarting the nscd service? > > That sounds likely. > > Nscd caches negative lookups, but normally only for 20 seconds (see > %nscd-minimal

bug#22618: syntax error in postgresql default config

2016-02-10 Thread Leo Famulari
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/b4cm2bk8kz8brjcgpwrafxfvxcy35v

bug#22600: 'Globally-Visible Packages' not shown by 'M-x guix-installed-packages'

2016-02-10 Thread myglc2
Alex Kost writes: [...] > I don't understand what "w/wo user mods" means, That "official" guix recipes in local repo may be modified. Revised table: ** Sources of and ways to install packages in guixSD | Recipe source | avail to | recipe upgrade | location | package install

bug#22618: syntax error in postgresql default config

2016-02-10 Thread Danny Milosavljevic
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.

bug#22607: doc install from *Guix Package Info: profile* fails

2016-02-10 Thread myglc2
l...@gnu.org (Ludovic Courtès) writes: [...] > As a side note, I think it would be very helpful if you could spend more > time to make your messages concise and to-the-point. Will do! > I understand it’s not always easy, but it would increase throughput > and probably reduce frustration as well!

bug#22607: doc install from *Guix Package Info: profile* fails

2016-02-10 Thread myglc2
Alex Kost writes: [...] > After all I see why you were confused. Emacs interface has always been > aimed only for a user profile. "M-x guix-system-generations" was added > very recently just to show what systems you have and what global > packages they contain, and by accident you can perform th

bug#22572: Handling of system 'locale' field needs improvement

2016-02-10 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Mark H Weaver skribis: > >> Better yet, the value of the 'locale' field should be automatically >> added to the default value of 'locale-definitions' if it's not already >> there. The overwhelming majority of users set their 'locale' and have >> no inter

bug#22608: Module system thread unsafety and .go compilation

2016-02-10 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > Sadly that assumption isn't met when autoloads are involved. > Minimal-ish test-case: > > - Check out 0889321. > > - Build it. > > - Edit gnu/build/activation.scm and gnu/build/linux-boot.scm to contain > merely the following ex

bug#22608: Module system thread unsafety and .go compilation

2016-02-10 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > Sadly that assumption isn't met when autoloads are involved. > Minimal-ish test-case: > > - Check out 0889321. > > - Build it. > > - Edit gnu/build/activation.scm and gnu/build/linux-boot.scm to contain > merely the following ex

bug#22607: doc install from *Guix Package Info: profile* fails

2016-02-10 Thread Ludovic Courtès
Hi! As a side note, I think it would be very helpful if you could spend more time to make your messages concise and to-the-point. I understand it’s not always easy, but it would increase throughput and probably reduce frustration as well! :-) That said, thanks for your reports, which have alrea

bug#22607: doc install from *Guix Package Info: profile* fails

2016-02-10 Thread Ludovic Courtès
Hi! As a side note, I think it would be very helpful if you could spend more time to make your messages concise and to-the-point. I understand it’s not always easy, but it would increase throughput and probably reduce frustration as well! :-) That said, thanks for your reports, which have alrea

bug#22571: Acknowledgement (Guix on Debian Testing sbcl package needs warning to set SBCL_HOME)

2016-02-10 Thread Alex Kost
Christopher W Carpenter (2016-02-10 04:57 +0300) wrote: > I found the problem, and this can be closed IMHO. > > I use StumpWM, which is written in common lisp and I use sbcl to run it. > It appears that when the stumpwm image is created the SBCL_HOME > environment variable's state at that time is

bug#22607: doc install from *Guix Package Info: profile* fails

2016-02-10 Thread Alex Kost
myglc2 (2016-02-10 03:58 +0300) wrote: > Alex Kost writes: > >> myglc2 (2016-02-09 19:49 +0300) wrote: >> >>> Running: guixSD. >>> >>> Scenario: Finding and installing doc for a package (ncurses) used by a >>> by a global package (emacs) I hit the following error. >> >> A-a-a! What you tried is m

bug#22600: 'Globally-Visible Packages' not shown by 'M-x guix-installed-packages'

2016-02-10 Thread Alex Kost
myglc2 (2016-02-10 05:30 +0300) wrote: > Alex Kost writes: > [...] >> As I suggested in the previous mail, we can add "M-x guix-system-packages". >> Maybe it would be good to add "M-x guix-user-packages", or maybe name them: >> >> - guix-installed-system-packages (for /run/current-system/profile