bug#35778: Evolution Mail Client

2019-05-17 Thread Raghav Gururajan
> Have you tried this recently? > > Commit dcb3a0fe0a086b4762a721e9b1da64826d5160d0 (committed on May 8, > 2019) addresses this, so the package can be installed in a user profile > instead. > I will try now. Anyway, it can be added as a dependency right? So that it's included inside store

bug#35786: Some manual @ref @xref @pxref fail when untranslated

2019-05-17 Thread pelzflorian (Florian Pelz)
Meiyo Peng reports at On Tue, May 14, 2019 at 10:29:35AM +0800, Meiyo Peng wrote: > I just find out that the @pxref{Packages with Multiple Outputs} in > doc/contributing.texi has to be translated. Or I will get an error >

bug#35780: [PATCH] attempt to fix polyglossia

2019-05-17 Thread Josh Holland
--- I had a quick look into fixing this myself, and made a little bit of progress. Not being that familiar with how things work yet, I'm going on what I can guess by looking at gnu/packages/tex.scm, guix/build-system/texlive.scm and guix/build/texlive-build-system.scm so I may well be

bug#35783: Guile-Parted crashes the installer on i686-linux

2019-05-17 Thread Ludovic Courtès
Ludovic Courtès skribis: > On i686-linux, the installer crashes when it reaches the partitioning > page with a null-pointer exception (or sometimes with a plain SIGSEGV), > in the call to ‘partition-disk’ in ‘esp-partition?’. Screenshots > of two different crashes (null-pointer exception and

bug#35785: guix won't download if locale is set to swedish

2019-05-17 Thread Einar Largenius
Hello. I just downloaded guix and installed it. In my config I have this line: (locale "sv_SE.utf8") If I run 'guix pull' I get the error: guix pull: error: lstat: Filen eller katalogen finns inte: "ftp://sourceware.org/pub/libffi-3.2.1.tar.gz; The part in swedish means "file or

bug#35778: Evolution Mail Client

2019-05-17 Thread Ricardo Wurmus
Raghav Gururajan writes: > During the last step of "Add Account Wizard", evolution throws the error "The > name org.gnome.evolution.dataserver.Sources5 was not provided by any .service > files". > > I remember discussing this in IRC long back. I have been told to add >

bug#35783: Guile-Parted crashes the installer on i686-linux

2019-05-17 Thread Jonathan Brielmaier
On my laptop (Thinkpad X240) as well as in QEMU I'll get the first error (i686-crash.png). It makes no difference if I do separate home partition or not. Encrypted partition or not still leads to this error...

bug#35773: hexchat: unable to get local issuer certificate

2019-05-17 Thread Jeff Bauer
Giovanni, Sorry, but the same problem with nss-certs installed. -Jeff On Fri, May 17, 2019 at 07:58:15PM +0200, Giovanni Biscuolo wrote: > Hello Jeff, > > Jeff Bauer writes: > > [...] > > > I've also installed the 'le-certs' package, but it appears > > that hexchat still cannot get the local

bug#35773: hexchat: unable to get local issuer certificate

2019-05-17 Thread Giovanni Biscuolo
Hello Jeff, Jeff Bauer writes: [...] > I've also installed the 'le-certs' package, but it appears > that hexchat still cannot get the local cert. AFAIU you nees nss-certs [1] Guix package Please can you try installing it and report back if this works for you? HTH! Gio'. [...] -- Giovanni

bug#35780: texlive-latex-polyglossia package empty

2019-05-17 Thread Josh Holland
Steps to reproduce: $ guix build texlive-latex-polyglossia $ tree /gnu/store/d9nndb33yd22pay1yyg76nb0i56qdmkq-texlive-latex-polyglossia-49435 Expected results: Something containing the file polyglossia.sty Actual results: Only an empty directory share/texmf-dist/tex/latex/polyglossia exists.

bug#35779: docker-compose missing dependency

2019-05-17 Thread sirmacik
Hey Guix! I've encountered the following error while trying to run docker-compose: $ docker-compose up Traceback (most recent call last): File "/gnu/store/zm3188ipzi262s0m8bxm24br77yh9pd8-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 574, in _build_master

bug#35778: Evolution Mail Client

2019-05-17 Thread Raghav Gururajan
Hello Guix! During the last step of "Add Account Wizard", evolution throws the error "The name org.gnome.evolution.dataserver.Sources5 was not provided by any .service files". I remember discussing this in IRC long back. I have been told to add "evolution-data-server" to the system profile as

bug#35776: Test guix-pack-localstatedir.sh and guix-pack-relocatable.sh crash when /gnu/store doesn't exist

2019-05-17 Thread Ting-Wei Lan
When running these two tests in a clean environment without having Guix installed first, they crash when trying to obtain the value of localstatedir. + guix pack --version guix pack (GNU Guix) 1.0.0.711-f52e8-dirty Copyright (C) 2019 the Guix authors License GPLv3+: GNU GPL version 3 or later

bug#35775: Test gremlin.scm fails on foreign distributions

2019-05-17 Thread Ting-Wei Lan
There are two failed tests in tests/gremlin.scm. The first one is 'elf-dynamic-info-needed, executable'. It seems that it assumes the guile executable always links to libguile-2.2, libgc, libunistring, libffi. However, on Fedora 30, /usr/bin/guile2.2 only links to libguile-2.2, causing the test to

bug#35774: Test guix-system.sh fails when building from guix-1.0.0.tar.gz because docker-image.tmpl is missing

2019-05-17 Thread Ting-Wei Lan
The last line of tests/guix-system.sh is: guix system -n docker-image gnu/system/examples/docker-image.tmpl It doesn't work when building from guix-1.0.0.tar.gz because the file gnu/system/examples/docker-image.tmpl doesn't exist in the source tarball. If I manually download the file from the git

bug#35773: hexchat: unable to get local issuer certificate

2019-05-17 Thread Jeff Bauer
I've installed the hexchat 2.14.2 package onto two different Ubuntu systems (16.04, 18.04), and get the following error when attempting to log onto freenode: "Connection failed (unable to get local issuer certificate.? (20))" There's no problem when I revert back to the official distro version

bug#35746: IceCat/Chromium timezone is wrong

2019-05-17 Thread Ludovic Courtès
Hi Ben, Ben Sturmfels skribis: > Possibly completely unrelated, but noting that both icecat and chromium > do this - which is wrong: > >> new Date().getTimezoneOffset() > 0 > > Where node does this - which is correct: > >> new Date().getTimezoneOffset() > -600 I noticed it in IceCat and