bug#33993: Missing Texinfo documentation for Guix itself

2019-01-06 Thread Ricardo Wurmus
Adonay Felipe Nogueira writes: > This copy of Guix (in Trisquel 8.0 Flidas amd64) was installed using the > shell script installer (for which I became root for that, that is, used > `sudo -i'). The binary version downloaded was 0.16.0. > > At least after pulling and upgrading the recipes based

bug#33996: Icecat is missing fonts

2019-01-06 Thread swedebugia
Hi After installing Icecat on guixsd v0.16 and starting it it shows only squares instead of text and pango warns "missing font nimbus ..." I think we should add font-gnu-freefont-ttf to the input of icecat to fix this to make it work out of the box. If on a foreign distribution guix should of co

bug#33841: Building x86-64 on i686 not possible it seems - activation-service-error

2019-01-06 Thread swedebugia
On 2019-01-05 19:46, Ricardo Wurmus wrote: > Hi swedebugia, > >>>An i686 machine cannot run and build software for x86_64. You would >>>need to set up offloading to do that, or use >>>‘qemu-binfmt-service-type’. > […] >> OK. Would it be OK to state this somewhere in the manual or am I the >> only

bug#33911: SWH fallback is never reached due to an uncaught exception

2019-01-06 Thread Ludovic Courtès
Hi Björn, Good catch! I believe the bug was introduced by 329dabe13bf98b899b907b45565434c5140804f5. I suppose I didn’t see it when hacking on SWH support because I commented out the ‘git-fetch’ call to test the other path. Björn Höfling skribis: > The code is in git-download.scm, line 133: >

bug#33608: bug#33882: Blender is not loading menu scripts

2019-01-06 Thread Thorsten Wilms
On 06/01/2019 01.27, Leo Famulari wrote: But since our Blender package is currently broken, I guess it's the right thing to do. I will test one more possible fix to our current Blender package, and if that fails,I will push the patch to update to "2.80-beta". Sounds reasonable. However, Blende

bug#33993: Missing Texinfo documentation for Guix itself

2019-01-06 Thread Adonay Felipe Nogueira
Note: Replying only to the list as it makes it easy for others and their email clients to filter/split this message according to List-id header field. Em 06/01/2019 07:10, Ricardo Wurmus escreveu: > The installer script creates links from > /var/guix/profiles/per-user/root/current-guix/share/info

bug#33996: Icecat is missing fonts

2019-01-06 Thread Adonay Felipe Nogueira
Em 06/01/2019 08:31, swedebu...@riseup.net escreveu: > After installing Icecat on guixsd v0.16 and starting it it shows only > squares instead of text and pango warns "missing font nimbus ..." This behavior seems similar to what I experience while using Guix in Trisquel 8.0 Flidas. The problem doe

bug#33608: bug#33882: Blender is not loading menu scripts

2019-01-06 Thread Leo Famulari
On Sun, Jan 06, 2019 at 12:03:03PM +0100, Thorsten Wilms wrote: > Sounds reasonable. However, Blender is a case where it might be worthwhile > to keep a 2.79 around even after the final release of 2.8, because the > graphics card requirements have been increased to OpenGL core 3.3 * > > * https:/

bug#33999: CP437: Invalid Argument on init

2019-01-06 Thread Bryan Ferris
Hello, I've installed guix to my desktop. `guix system install` ran successfully and the system is able to boot. However, a large number of services fail to start with the error "CP437: Invalid argument". There are 3 groups of information listed below: a partial list of services which fail (partia

bug#33932: [PATCH] gnu: artanis: Move to web.scm and update to 0.3.1.

2019-01-06 Thread swedebugia
On 2019-01-04 22:38, Ricardo Wurmus wrote: > Hi, > >> From: swedebugia >> Date: Fri, 4 Jan 2019 21:20:46 +0100 >> Subject: [PATCH] gnu: artanis: Update to 0.3.1. >> >> * gnu/packages/guile.scm (artanis): Update it. Added note about >> guile-csv. > > This should be > > --8<---cut h

bug#34003: [PATCH] gnu: fish: Update to 3.0.0.

2019-01-06 Thread Meiyo Peng
Hi, This patch updates fish shell to 3.0.0. I tested this patch on my computer. It seems bug#30265 (https://lists.gnu.org/archive/html/bug-guix/2018-01/msg00296.html) has gone. * gnu/packages/shells.scm (fish): Update to 3.0.0. [source]: Remove dead URL. [inputs]: Remove bc. Replace python

bug#27206: Fish: figure out a solution for the vendor path extension to fish

2019-01-06 Thread Meiyo Peng
Hi, > Fish doesn't pick up stuff like 'fish-guix' from store > without modifications to the path where fish searches > for vendor or sysadmin installed systemwide 'things' > for fish. I found this old thread after submitting patch #34003. I think that patch has probably solved your problem. I s