bug#44678: Set a Firefox user agent for our Icecat build

2020-11-15 Thread Arun Isaac
Hi, Many sites---jitsi among many others---don't work properly when they see an Icecat user agent. Instead, when the user agent is set to a Firefox user agent, these sites work as expected. Users can do this manually by installing user agent switching extensions such as uaswitcher, but it would

bug#44675: guix lint: support for spellchecker or basic grammar

2020-11-15 Thread zimoun
Hi Vagrant, On Sun, 15 Nov 2020 at 17:53, Vagrant Cascadian wrote: > Please consider a guix lint description/synopsis check for basic > spelling, typo and rudimentary grammar issues. > > Most of the ones I've found were caught by debian's "lintian" tool: > > https://tracker.debian.org/lintian

bug#44353: [PATCH version-1.2.0 v2] guix: system: Add a new '--non-volatile' option for disk-image.

2020-11-15 Thread Maxim Cournoyer
Hello, Ludovic Courtès writes: > Hi Maxim, > > Maxim Cournoyer skribis: > >> * guix/scripts/system.scm (%options)[volatile-root?]: New boolean option. >> (%default-options): Set its default value to #f. >> (show-help): Add help doc. >> * guix/scripts/system.scm (perform-action): Propagate

bug#44353: [PATCH version-1.2.0 v2] guix: system: Add a new '--non-volatile' option for disk-image.

2020-11-15 Thread Maxim Cournoyer
Hey, Ludovic Courtès writes: > Mathieu Othacehe skribis: > >>> * guix/scripts/system.scm (%options)[volatile-root?]: New boolean option. >>> (%default-options): Set its default value to #f. >>> (show-help): Add help doc. >>> * guix/scripts/system.scm (perform-action): Propagate option... >>>

bug#44383: gst-plugins-good fails its test suite on armhf-linux

2020-11-15 Thread Maxim Cournoyer
Hello Marius, Marius Bakke writes: > Maxim Cournoyer writes: > >> Here's the output for the failing tests: > > This is using QEMU transparent emulation, right? Yes. > There is a substitute on Berlin: > > $ guix weather -s armhf-linux gst-plugins-good > computing 1 package derivations for

bug#44675: guix lint: support for spellchecker or basic grammar

2020-11-15 Thread Vagrant Cascadian
Please consider a guix lint description/synopsis check for basic spelling, typo and rudimentary grammar issues. Most of the ones I've found were caught by debian's "lintian" tool: https://tracker.debian.org/lintian Common issues appear to be: "This packages" -> "This package" "allows to

bug#39272: `man -H` doesn't use absolute path to groff

2020-11-15 Thread Maxim Cournoyer
Hello pkill9, pkill9 writes: > when running `man -H curl`, I get the following output: > > ``` > man: command exited with status 255: (cd /tmp/hmanCnZGIK && > /gnu/store/l9j6dsfs2i4spfkia492wnighplvhb1c-man-db-2.9.0/libexec/man-db/zsoelim) > | (cd /tmp/hmanCnZGIK && >

bug#44649: 1.2.0rc0 tarball includes guix-daemon.cil.in

2020-11-15 Thread Marius Bakke
Ludovic Courtès writes: > Hi, > > Daniel Brooks skribis: > >> It should instead include the guix-daemon.cil file which was built from >> it. The .in file has unsubstituted variabels in it which make it useless >> as an SELinux policy. > > Yes, but running “./configure” gives you the

bug#44669: Shepherd loses track of elogind

2020-11-15 Thread Marius Bakke
Hello, On a newly-installed i7 system, Shepherd believes that the "elogind" service is not running. Yet there is an 'elogind-daemon' process, spawned by PID 1, preventing subsequent "herd start elogind" invocations from succeeding. signature.asc Description: PGP signature

bug#44353: [PATCH version-1.2.0 v2] guix: system: Add a new '--non-volatile' option for disk-image.

2020-11-15 Thread Ludovic Courtès
Hi Maxim, Maxim Cournoyer skribis: > * guix/scripts/system.scm (%options)[volatile-root?]: New boolean option. > (%default-options): Set its default value to #f. > (show-help): Add help doc. > * guix/scripts/system.scm (perform-action): Propagate option... > (system-derivation-for-action):

bug#44649: 1.2.0rc0 tarball includes guix-daemon.cil.in

2020-11-15 Thread Daniel Brooks
Ludovic Courtès writes: > Yes, but running “./configure” gives you the ‘etc/guix-daemon.cil’ for > your configuration. What’s wrong with that? > > Marius: common practice is to not include instantiated templates; we > wouldn’t use templates in the first place if contents were always the > same.

bug#44649: 1.2.0rc0 tarball includes guix-daemon.cil.in

2020-11-15 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Daniel Brooks 写道: Marius Bakke writes: Actually I think both should be included. The processed file will work for 99% of users, and the template is needed for the 1% that use a different store directory. Fair enough. Is a pre-generated .cil file required to run ./configure at all on

bug#44649: 1.2.0rc0 tarball includes guix-daemon.cil.in

2020-11-15 Thread Ludovic Courtès
Hi, Daniel Brooks skribis: > It should instead include the guix-daemon.cil file which was built from > it. The .in file has unsubstituted variabels in it which make it useless > as an SELinux policy. Yes, but running “./configure” gives you the ‘etc/guix-daemon.cil’ for your configuration.

bug#44662: Lua search paths

2020-11-15 Thread raingloom
I have a very WIP branch adding search paths to Lua. https://git.sr.ht/~raingloom/guix-source/tree/raingloom/lua The problem is that Lua uses a different path format compared to most packages. Instead of a list of directories, it is a list of path patterns, each potentially containing a question

bug#44650: Do not suggest `guix pull --news' after first pull

2020-11-15 Thread pelzflorian (Florian Pelz)
On Sun, Nov 15, 2020 at 02:56:30AM +0100, pelzflorian (Florian Pelz) wrote: > - (when previous > + (if previous > (let ((old-channels (profile-channels previous)) >(new-channels (profile-channels profile))) >;; Find the channels present in both PROFILE and PREVIOUS, and

bug#44649: 1.2.0rc0 tarball includes guix-daemon.cil.in

2020-11-15 Thread Daniel Brooks
Marius Bakke writes: > Actually I think both should be included. The processed file will work > for 99% of users, and the template is needed for the 1% that use a > different store directory. Fair enough.

bug#44649: 1.2.0rc0 tarball includes guix-daemon.cil.in

2020-11-15 Thread Marius Bakke
Daniel Brooks writes: > It should instead include the guix-daemon.cil file which was built from > it. The .in file has unsubstituted variabels in it which make it useless > as an SELinux policy. Actually I think both should be included. The processed file will work for 99% of users, and the

bug#25304: Libtool’s ltmain.sh still contains a /gnu/store shebang

2020-11-15 Thread Ludovic Courtès
Hi! Miguel Ángel Arruga Vivas skribis: > I was looking through the lists because I have a patch that does exactly > what you describe here. I guess this goes to core updates, so this > version is on top of it. WDYT? Yes, looks like a change for ‘core-updates’. > From

bug#44559: gnutls 3.6.12 fails to build: FAIL: status-request-revoked

2020-11-15 Thread Ludovic Courtès
Hi, Marius Bakke skribis: > Ludovic Courtès writes: > >> The question for us becomes how to ensure long-term reproducibility in >> the presence of such bugs. >> >> In this case, I think the only solution would be to change the system >> clock when one rebuilds GnuTLS (or to use