bug#38613: Disabling bytecompilation on a list of files.

2019-12-14 Thread Leo Prikler
Hey Brett. Am Dienstag, den 14.12.2019, 13:45 -0600 schrieb Brett Gilio: > Just forwarding along an idea discussed between Leo Prikler, Tobias, > and I on IRC. Thanks for the mention ;) > Obviously just outright deleting the phase responsible for > bytecompilation is not the _best_ solution. So w

bug#30756: Use {C,CPLUS,OBJC}_INCLUDE_PATH instead of CPATH

2019-12-14 Thread Mark Wielaard
I am seeing this issue with guix (GNU Guix) f69439dff438e59fbd24b76949b8767360f2cd72 using gcc (GCC) 9.2.0. e.g. $ cat > t.c #include int main() { error (0, 0, "what!?"); return 0; } $ gcc -Wformat -Wformat-nonliteral -Werror -g -O2 -o t t.c In file included from /home/mark/.guix-profile/

bug#38498: Fontconfig does not find fonts in non-default profiles

2019-12-14 Thread Ludovic Courtès
Hello, Pierre Neidhardt skribis: > Just read this: > https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/126 > > Could we do the following: use a profile hook to generate a config file > and set the environment variable FONTCONFIG_FILE to this file? I guess that would work. > (I feel t

bug#38528: Add test for `guix pull'

2019-12-14 Thread Ludovic Courtès
Hi, Pierre Neidhardt skribis: > $ guix environment guix -- make as-derivation > Building Guix in Guix... > warning: 'nix-server-socket' is deprecated, use 'store-connection-socket' > instead > warning: 'nix-server-major-version' is deprecated, use > 'store-connection-major-version' instead > w

bug#38613: Disabling bytecompilation on a list of files.

2019-12-14 Thread Brett Gilio
Hey all. Just forwarding along an idea discussed between Leo Prikler, Tobias, and I on IRC. Recently I was trying to update our emacs-doom-themes package to a fresher commit since it offers numerous new functionalities but there is not a marked stable release of the package. In the process I foun

bug#38608: enable --fallback for the guix graphical installer

2019-12-14 Thread Nathan Dehnel
I can't install guix because I keep getting substitute download errors. It's really punishing having to restart the install process after a download error.