bug#30436: bigloo@4.3b hash mismatch

2018-02-15 Thread Kei Kebreau
l...@gnu.org (Ludovic Courtès) writes: > Amirouche Boubekki skribis: > >> On 2018-02-12 17:59, Leo Famulari wrote: >>> On Mon, Feb 12, 2018 at 05:43:35PM +0100, Amirouche Boubekki wrote: Trying to install bigloo@4.3b leads to a hash mismatch. This was reproduced by several people.

bug#30467: GuixSD fails to display login prompt on headless server

2018-02-15 Thread George myglc2 Clemmer
Hi Danny, On 02/16/2018 at 00:53 Danny Milosavljevic writes: > Hi George, > > On Thu, 15 Feb 2018 16:29:11 -0500 > George myglc2 Clemmer wrote: >> FWIW, I don't see agetty running ... > > What happens when you run manually: > > agetty /dev/ttyS1 > > Does it keep running? No. /var/log/debug is

bug#30467: GuixSD fails to display login prompt on headless server

2018-02-15 Thread Danny Milosavljevic
Hi George, On Thu, 15 Feb 2018 16:29:11 -0500 George myglc2 Clemmer wrote: > Not clear what you wanted so I didn't try this. Leo clarified that not specifying it is working, so it's fine not to specify it. So please ignore. > FWIW, I don't see agetty running ... What happens when you run man

bug#30467: GuixSD fails to display login prompt on headless server

2018-02-15 Thread George myglc2 Clemmer
On 02/15/2018 at 21:29 George myglc writes: > Hi Danny & Leo, > > Thanks for the quick response! > > On 02/15/2018 at 15:54 Danny Milosavljevic writes: [...] >> Also, you have >> >> (kernel-arguments '("console=ttyS1,115200")) >> >> AND >> >> (agetty-service (agetty-configuration (tty "ttyS1") >

bug#30476: failing test-suite

2018-02-15 Thread Martin Castillo
on my raspberry pi, building from commit 7e0a6fac0b4ebffda322eff6e803363ee72a257a. the test-suite fails. my current guix is from november or so. the first log was created with -j 4. the second with -j 1. not sure, how critical the errors are. somehow i still can't read the test-suite logs.

bug#30299: [core-updates] shepherd fails tests on all systems except x86_64

2018-02-15 Thread Ludovic Courtès
Hi Mark, Mark H Weaver skribis: > Mark H Weaver writes: [...] >>> This is a non-deterministic failure. I could reproduce the >>> tests/basic.sh one and it is fixed by this: >>> >>> >>> https://git.savannah.gnu.org/cgit/shepherd.git/commit/?id=cc9564586729a5bb90dd5d2722b543fdde9ab821 >> >>

bug#30467: GuixSD fails to display login prompt on headless server

2018-02-15 Thread George myglc2 Clemmer
Hi Danny & Leo, Thanks for the quick response! On 02/15/2018 at 15:54 Danny Milosavljevic writes: > Hi George, > > Leo added a comment to the services/base.scm code: > > ;;; FIXME This doesn't work as expected. According to agetty(8), if this > option > ;;; is not passed, then the default is 'a

bug#30434: magit won’t work over TRAMP

2018-02-15 Thread Alex Kost
Mark H Weaver (2018-02-14 13:17 -0500) wrote: > Hi Alex, > > Alex Kost writes: > >> Mark H Weaver (2018-02-14 03:51 -0500) wrote: >> >>> Ricardo Wurmus writes: I think it makes sense *not* to hardcode the path to the git executable here. >>> >>> Agreed. Done, in commit 5fe9ba59ba1cea1

bug#30299: [core-updates] shepherd fails tests on all systems except x86_64

2018-02-15 Thread Mark H Weaver
Hi Ludovic, Mark H Weaver writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Mark H Weaver skribis: >> >>> On core-updates, Hydra has been unable to successfully build 'shepherd' >>> on any system except x86_64-linux. I can also report that on my >>> mips64el-linux GuixSD system, which is r

bug#30470: When using `guix import json`, importing a json file with 'license: false' or 'license: null' doesn't work.

2018-02-15 Thread pkill9
When using `guix import json`, importing a json file with 'license: false' or 'license: null' doesn't work. Note: In the package modules, you can specify 'license' as '#f' aka 'false', so ideally it should set it to that when the JSON file specifies the license as 'null' or 'false'.

bug#30467: GuixSD fails to display login prompt on headless server

2018-02-15 Thread Leo Famulari
On Thu, Feb 15, 2018 at 04:54:55PM +0100, Danny Milosavljevic wrote: > Leo added a comment to the services/base.scm code: > > ;;; FIXME This doesn't work as expected. According to agetty(8), if this > option > ;;; is not passed, then the default is 'auto'. However, in my tests, when that > ;;; op

bug#30467: GuixSD fails to display login prompt on headless server

2018-02-15 Thread Danny Milosavljevic
Hi George, Leo added a comment to the services/base.scm code: ;;; FIXME This doesn't work as expected. According to agetty(8), if this option ;;; is not passed, then the default is 'auto'. However, in my tests, when that ;;; option is selected, agetty never presents the login prompt, and the ;;;

bug#30467: GuixSD fails to display login prompt on headless server

2018-02-15 Thread George myglc2 Clemmer
GuixSD fails to display login prompt on headless server This was working in (GNU Guix) 0.13.0.4589-74bea6 ae0307f7c tests: Adjust to new unbound-variable error message. It fails in guix (GNU Guix) 0.13.0.5042-6e385. 6e385b76e gnu: mongodb: Use scons-build-system. System Generation on g1: 19

bug#30413: file exists and is +x but cannot be executed

2018-02-15 Thread Andreas Enge
Close the bug as suggested by the submitter. Andreas PS: Just sending a message to bugnumber-d...@debbugs.gnu.org does the job, and anybody can do it.

bug#30396: nscd segfaults on attempt to ssh to .local host

2018-02-15 Thread Ludovic Courtès
Hi, It’s definitely fixed with the upgrade to nss-mdns 0.12: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=9859b5c190b43a2d53f03f1ac71bad20c74b632b Ludo’.

bug#30413: file exists and is +x but cannot be executed

2018-02-15 Thread Marco van Hulten
Ludovic— Je 14 feb 14:45 skribis Ludovic: > Marco van Hulten skribis: > > > user2@graviton ~$ lpr > > lpr: No such file or directory > > user2@graviton ~$ which lpr > > /home/user2/.guix-profile/bin/lpr > > Could it be that /gnu/store is mounted as no-exec, or something along > these lines?