bug#29757: wxwidgets does not install 'include/wx/setup.h'

2018-01-01 Thread nee
I'm closing this because I asked in the wxwidgets irc and apparently there is no bug and 'lib/wx/include/gtk3-unicode-3.1/wx/setup.h' is indeed the correct install location. The guix package currently installs it there. The problem I had with my WIP trenchbroom package was that trenchbroom called

bug#29933: can't login in a virtual machine

2018-01-01 Thread Catonano
2018-01-01 21:46 GMT+01:00 Danny Milosavljevic : > Difficult to say. What does /var/log contain? Any interesting messages > there? > How can I send the key combination Ctrl-Alt-F1 to the machine inside Qemu ? I tried but that was received by the host (my laptop) instead :-/

bug#29934: in virtual machines the graphical dektop environment randomly fails to show up

2018-01-01 Thread Catonano
2018-01-01 21:47 GMT+01:00 Danny Milosavljevic : > Can you try to make it not show up and then check the log files in the > guest? > > Also, how does vm-config-desktop.scm look? > This is the vm-config-desktop.scm file https://paste.freshbakedyams.com/paste/J93D5MQD As for the log in the guest,

bug#29934: in virtual machines the graphical dektop environment randomly fails to show up

2018-01-01 Thread Danny Milosavljevic
Can you try to make it not show up and then check the log files in the guest? Also, how does vm-config-desktop.scm look?

bug#29933: can't login in a virtual machine

2018-01-01 Thread Danny Milosavljevic
Difficult to say. What does /var/log contain? Any interesting messages there?

bug#29936: "guix package -s emacs" crashes

2018-01-01 Thread Danny Milosavljevic
Yeah, sorry, that was my fault ("description" contains texinfo markup where a literal "@" has to be escaped - which I didn't do). Marius has fixed it in commit 5859fd6c9ec14152cc2f342480ff45e29607eebc, though. Try guix pull?

bug#29936: "guix package -s emacs" crashes

2018-01-01 Thread Catonano
I run this command [env]$ ./pre-inst-env guix package -s emacs I'd like to see informations about Emacs and I get this Backtrace: In guix/ui.scm: 1474:12 19 (run-guix-command _ . _) In ice-9/boot-9.scm: 829:9 18 (catch _ _ # …) 829:9 17 (catch _ _ # …) In guix/scripts/package.scm:

bug#29934: in virtual machines the graphical dektop environment randomly fails to show up

2018-01-01 Thread Catonano
I created a virtual machine with this command ./pre-inst-env guix system vm ~/configs/vm-config-desktop.scm \ --image-size=10GB \ --expose=$HOME \ --share=$HOME/tmp=/exchange I run this virtual machine with this command /gnu/store/zlnjsjgw8d0b6p1p7c3dbh4g6x80mrq6-run-vm.sh Sometimes th

bug#29860: guix package -i jupyter fails

2018-01-01 Thread Ludovic Courtès
Hi Johannes, Johannes Laute skribis: > "guix package -i jupyter" fails with the following error: > > guix package: error: profile contains conflicting entries for > python-jupyter-console > package: error: first entry: python-jupyter-console@5.0.0 > /gnu/store/f0hzkjw58ys9qm2hf209vfdnbmm24zan-

bug#27144: guix publish: “mutex already locked by thread”

2018-01-01 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > l...@gnu.org (Ludovic Courtès) skribis: > >> Seen on hydra.gnu.org: >> >> GET /jkpcipgxfyfb60pr4b5n4x4j9k5mcxpp.narinfo >> In ice-9/boot-9.scm: >> 160: 5 [catch #t # ...] >> In unknown file: >>?: 4 [apply-smob/1 #] >> In guix/workers.scm: >> 84: 3 [

bug#29840: guix pull failed

2018-01-01 Thread Ludovic Courtès
Fis Trivial skribis: > On 12/27/2017 03:14 AM, Leo Famulari wrote: >> On Sun, Dec 24, 2017 at 05:33:21PM +, Fis Trivial wrote: >> >> Hi, thanks for this report! >> >>> Runing `guix pull` generates the following error message: >>> >>> >>> Updating from Git repository at >>> 'https://git.savann

bug#29904: README is not up-to-date

2018-01-01 Thread Ludovic Courtès
Hi, Mathieu Lirzin skribis: > The README requirements part is not up-to-date since GnuTLS is not > optional anymore and Guile-Git is a dependency. Good catch. Applied, thanks! Ludo’.

bug#29892: dvtm does not properly export terminfo

2018-01-01 Thread Ludovic Courtès
Hi! Jelle Licht skribis: > As far as I can see, the current version of dvtm does not work properly > with programs such as htop etc. > > To reproduce: > ``` > $ guix package -i dvtm > $ dvtm > $ htop > ``` > It only worked properly once I added something like: > `export TERMINFO_DIRS="/home/jell

bug#29903: Guile modules compilation fails on master

2018-01-01 Thread Ludovic Courtès
Hello, Mathieu Lirzin skribis: > I am trying to build Guix master branch (commit > e2f37d6ab7427946e6c68ebaecc97c85d5217234) on Fedora 25. Here is the > issue I have: [...] > LOAD guix/utils.scm > LOAD guix/sets.scm > LOAD guix/modules.scm > LOAD guix/download.scm > ic

bug#29076: [PATCH core-updates v2] build-system/glib-or-gtk: Don't generate 'icon-theme.cache'.

2018-01-01 Thread Ludovic Courtès
Danny Milosavljevic skribis: > * guix/build-system/glib-or-gtk.scm (glib-or-gtk-build): Don't generate > 'icon-theme.cache'. > --- > guix/build-system/glib-or-gtk.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/guix/build-system/glib-or-gtk.scm > b/guix/build-syst

bug#29858: guix import hackage monadplus fails with a syntax error.

2018-01-01 Thread Ludovic Courtès
Hi Alex, Alex ter Weele skribis: > Here is what I tried: > > $ guix import hackage monadplus > Syntax error: unexpected end of input > guix import: error: failed to download cabal file for package 'monadplus' > > I also tried manually downloading the cabal file and importing that: > > $

bug#29933: can't login in a virtual machine

2018-01-01 Thread Catonano
I can't login in the virtual machine I created I used this line ./pre-inst-env guix system vm ~/configs/vm-config-desktop.scm \ --image-size=10GB \ --expose=$HOME \ --share=$HOME/tmp=/exchange In the resulting virtual machine, a graphical login manager pops up I type "root" as user, em

bug#29905: No icons in Krita

2018-01-01 Thread Marius Bakke
Marius Bakke writes: > Ricardo Wurmus writes: > >> Leo Famulari writes: >> >>> I installed Krita, hicolor-icon-theme, adwaita-icon-theme, and >>> oxygens-icons into my profile on a Debian system. >>> >>> Krita starts, and it can open files, but there are no icons in the Krita >>> toolbox. >> >>

bug#29905: No icons in Krita

2018-01-01 Thread Marius Bakke
Ricardo Wurmus writes: > Leo Famulari writes: > >> I installed Krita, hicolor-icon-theme, adwaita-icon-theme, and >> oxygens-icons into my profile on a Debian system. >> >> Krita starts, and it can open files, but there are no icons in the Krita >> toolbox. > > It may require wrapping as in comm