bug#70444: Broken Emoticons in Browsers

2024-04-17 Thread Clément Lassieur
Hi Arne, On Thu, Apr 18 2024, "Dr. Arne Babenhauserheide" via Bug reports for GNU Guix wrote: > for more than a month now many emoticons are broken in my browsers. > > An example is https://www.draketo.de/wissen/klimalinks.html > I see ⚠, but I cannot see  (though copying it into an Emacs

bug#70121: [PATCH] gnu: emacs-magit: Fix generation of autoloads.

2024-04-03 Thread Clément Lassieur
On Wed, Apr 03 2024, Clément Lassieur wrote: > On Mon, Apr 01 2024, Liliana Marie Prikler wrote: > >> * gnu/packages/emacs-xyz.scm (emacs-magit)[#:phases]: Replace >> ‘make-autoloads’ >> like the others. >> >> Fixes: Magit autoloads are missing <ht

bug#70121: [PATCH] gnu: emacs-magit: Fix generation of autoloads.

2024-04-03 Thread Clément Lassieur
On Mon, Apr 01 2024, Liliana Marie Prikler wrote: > * gnu/packages/emacs-xyz.scm (emacs-magit)[#:phases]: Replace ‘make-autoloads’ > like the others. > > Fixes: Magit autoloads are missing > --- Hi, Tested, looks good to me.

bug#69267: icedove.desktop has no StartupWMClass

2024-02-24 Thread Clément Lassieur
Hello Damiano, On Mon, Feb 19 2024, Damiano Ognissanti wrote: > Sorry for the confusion, I copied the line from the wrong file. It should > obviously be > > StartupWMClass=icedove-default I think we should do: (setenv "MOZ_APP_REMOTINGNAME" "Icedove") StartupWMClass=Icedove Like we do with

bug#68894: Prosody guix service required fixes.

2024-02-03 Thread Clément Lassieur
On Sat, Feb 03 2024, em...@msavoritias.me wrote: > We could simplify it by a lot i think either way. Some ways could be: > > 1. Remove the opaque-configuration since it never worked for raw > content which does already. > > 2. Remove the ssl config section here >

bug#68894: Prosody guix service required fixes.

2024-02-02 Thread Clément Lassieur
On Fri, Feb 02 2024, em...@msavoritias.me wrote: > Tried to write a system declaration that includes a prosody server. > > This bug aims to collect some bugs that were found and some features that > were needed during writing. > > 1. The opaque-prosody-configuration as used in this example >

bug#68831: gnu: torbrowser: noscript gets picked up by icecat

2024-01-31 Thread Clément Lassieur
On Wed, Jan 31 2024, André Batista wrote: > Hi Clément, > > qua 31 jan 2024 às 03:19:26 (1706681966), clem...@lassieur.org enviou: >> Hello André, >> >> I thought about it, and I even started working on a fix. But I stopped >> working on it because I thought it added too much complexity for too

bug#46961: Nginx and certbot cervices don't play well togther

2024-01-31 Thread Clément Lassieur
On Wed, Jan 31 2024, Carlo Zancanaro wrote: >>> + (< attempt 12)) ; 12 * 10 seconds = 2 minutes >> ^-- >> This comment is not true because certbot takes time to execute (around 15s >> on my vm). I don't

bug#68831: gnu: torbrowser: noscript gets picked up by icecat

2024-01-30 Thread Clément Lassieur
Hello André, On Tue, Jan 30 2024, André Batista wrote: > Hi guix! > > It seems that 'make-icecat-extension' is not sufficiently kosher. When > torbrowser and icecat are both installed to the same user profile, > noscript gets picked up by icecat too. The same also happens when > mullvadbrowser

bug#46961: Nginx and certbot cervices don't play well togther

2024-01-30 Thread Clément Lassieur
Removing guix-devel. On Tue, Jan 30 2024, Carlo Zancanaro wrote: > +(define (file-contains? file string) > + (string-contains (call-with-input-file file > + get-string-all) > + string)) > + > +

bug#46961: Nginx and certbot cervices don't play well togther

2024-01-30 Thread Clément Lassieur
I removed guix-devel, not sure we need to spam it. On Tue, Jan 30 2024, Carlo Zancanaro wrote: > +(define %default-deploy-hook > + (program-file > + "reload-nginx.scm" > + (with-imported-modules '((gnu services herd)) > + #~(begin > + (use-modules (gnu services herd)) > +

bug#46961: [PATCH v2 0/4] Make certbot play more nicely with nginx

2024-01-30 Thread Clément Lassieur
On Tue, Jan 30 2024, Felix Lechner via Bug reports for GNU Guix wrote: > Hi Carlo, > > On Tue, Jan 30 2024, Carlo Zancanaro wrote: > >> certbot can't produce certificates without a functional nginx > > Yes, it can. The option is called --standalone. [1] > > Maybe another way to bootstrap the

bug#46961: Nginx and certbot cervices don't play well togther

2024-01-29 Thread Clément Lassieur
On Tue, Jan 30 2024, Carlo Zancanaro wrote: >>> + ;; Due to the way certbot runs, we need to >>> + ;; create the self-signed certificates in the >>> + ;; archive folder and symlink them into the live >>> + ;; folder. This mimics what certbot does

bug#46961: Nginx and certbot cervices don't play well togther

2024-01-29 Thread Clément Lassieur
Also, I forgot, I think it would be great to have somewhere in the doc an example of minimal config.scm that works. I know we can't do proper testing because we depend of certbot service but that would make it easier for a lot of people to test it. Maybe such example is already in the docs and I

bug#46961: Nginx and certbot cervices don't play well togther

2024-01-29 Thread Clément Lassieur
Hi Carlo, On Wed, Jan 24 2024, Carlo Zancanaro wrote: > * gnu/services/certbot.scm (): Add > start-self-signed? field. > (generate-certificate-gexp): New procedure. > (certbot-activation): Generate self-signed certificates when > start-self-signed? is #t. > * doc/guix.texi (Certificate

bug#68512: Qutebrowser 3, no sound from pipewire-only system

2024-01-26 Thread Clément Lassieur
On Fri, Jan 26 2024, Sergey Trofimov wrote: > chris writes: > >> This attempt from the discussion here >> https://lists.gnu.org/archive/html/guix-devel/2021-03/msg00441.html >> >> ``` >> (define s (open-connection)) >> >> (display (derivation->output-path >> (package-derivation s

bug#68483: Qutebrowser QT platform plugin could not be initialized

2024-01-16 Thread Clément Lassieur
On Tue, Jan 16 2024, Sergey Trofimov wrote: >> Would this work with non-wayland users too? (So that it would make >> sense to add it to the main package?) >> >> Thanks, >> Clément > > Yeah, it would work, but forcing the platform through parameters is not > necessary. I added it just to be sure

bug#68483: Qutebrowser QT platform plugin could not be initialized

2024-01-16 Thread Clément Lassieur
On Mon, Jan 15 2024, chris wrote: > On 1月15日 月, chris wrote: >> On 1月16日 火, Sergey Trofimov wrote: >> > >> > Here you go: >> > ```sh >> > qtw=$(guix build qtwayland@6)/lib/qt6/plugins >> > QT_PLUGIN_PATH=$qtw QT_QPA_PLATFORM_PLUGIN_PATH=$qtw/platforms qutebrowser >> > -s qt.force_platform

bug#67967: Clang 15.0.7 is not reproducible

2023-12-22 Thread Clément Lassieur
Hi, I got this message today while building with offload something that depends on Clang: guix offload: error: hash of path `/gnu/store/2najhc2xrch1ix7y6424zhbym9cm1ih0-clang-15.0.7' has changed from `9909f3f5754b9361ace302243051797cfda01ef006051f4bc4415e027e34f111' to

bug#66290: transmission-daemon-service-type not serving web interface

2023-11-30 Thread Clément Lassieur
On Thu, Nov 30, 2023, at 2:44 AM, Alan Manuel Gloria wrote: > Just did a `guix pull` and rebuilt the system with `guix system reconfigure` ( > which took a few days, !! > seems there was a lot of changes), and now the transmission web UI is > working. So probably I was just before that change.

bug#66290: transmission-daemon-service-type not serving web interface

2023-11-29 Thread Clément Lassieur
On Sun, Nov 26 2023, Alan Manuel Gloria wrote: > The necessary files are in the "gui" output, with a relative path of > "/share/transmission/public_html". It seems to have been fixed by Clément > Lassieur in commit > 27ec9eeceb971afe11aae4f24ceb8764f1735634 (wh

bug#66659: (home-)on-first-login script broken when no gexps are added

2023-10-27 Thread Clément Lassieur
On Tue, Oct 24 2023, Rostislav Svoboda wrote: >> > I've just pushed something similar to what you provided, Carlo, in >> > commit e098ba2f499bbddfea50c85058e4077e39b85513. >> > >> > We should be good now. >> >> I'm afraid this did not fix the issue. It results in >> (when (claim-first-run

bug#51884: [IceCat]: Segmentation Fault

2023-10-25 Thread Clément Lassieur
On Mon, Nov 15 2021, Raghav Gururajan via Bug reports for GNU Guix wrote: > Hello Folks! > > Icecat segfaults when 'Detect captive portal' is enabled. > > Steps to reproduce: > [1] Temporarily remove or rename `~/.mozilla`, for clean start. > [2] Start IceCat. > [3] Enable 'Detect captive portal'

bug#66659: (home-)on-first-login script broken when no gexps are added

2023-10-24 Thread Clément Lassieur
Nils Landt writes: >> I’ve just pushed something similar to what you provided, Carlo, in >> commit e098ba2f499bbddfea50c85058e4077e39b85513. >> >> We should be good now. > > I'm afraid this did not fix the issue. It results in > (when (claim-first-run flag-file-path) (begin)) > > which leads to

bug#66254: "guix --version | head -1" crashes most of the time

2023-10-12 Thread Clément Lassieur
Simon Tournier writes: > Hi Clément, Hey Simon, [...] > Anyway. The issue is from leave-on-EPIPE. This patch fixes the issue, > I guess. > > diff --git a/guix/ui.scm b/guix/ui.scm > index 6f2d4fe245..507bc67f1d 100644 > --- a/guix/ui.scm > +++ b/guix/ui.scm > @@ -2309,7 +2309,7 @@ (define

bug#66254: "guix --version | head -1" crashes most of the time

2023-09-28 Thread Clément Lassieur
> guix --version | cat | head -1 works > guix --version | head -1 crashes most of the time (on foreign distro) See attached log. Same bug with 'head' from Guix coreutils. Thanks, Clémentclement@newt:~$ guix --version | head -1 guix (GNU Guix) ce0cc6137df81919389f61671096a6ce701c0889

bug#59579: installing zbar prevents gdm to start on Ubuntu 22.04 foreign distro

2022-11-25 Thread Clément Lassieur
Severity: serious Steps to reproduce: > - install Ubuntu 22.04 > - install Guix package manager > - guix package -i zbar > - reboot Expected result > boot result > login loop It's very difficult to pin the issue down to a guix package being installed. I imagine the bug would not happen if

bug#59570:

2022-11-25 Thread Clément Lassieur
X-Debbugs-CC: g...@posteo.net

bug#59570: zbarimg displays a weird message on stderr

2022-11-25 Thread Clément Lassieur
Reproduced on foreign distro (Ubuntu 22.04). Steps to reproduce: > echo bar | qrencode --8bit --output foo.png > zbarimg -1 -q --raw -Sbinary foo.png Output: > Name Error (Connection ":1.734" is not allowed to own the service > "org.linuxtv.Zbar" due to security policies in the configuration

bug#32954: Cuirass: logs of failed dependencies are unavailable

2021-12-19 Thread Clément Lassieur
Thanks!!! Awesome :)

bug#31789: nss-mdns test is failing

2021-09-14 Thread Clément Lassieur
e this; does this still occur for you? > > Clément Lassieur writes: > > > nss-mdns test is failing. Here is the output: > > > > Starting test avahi > > Group begin: avahi > > Test begin: > > test-name: "wait for services" > >

bug#39298: re-exporting local variable: iota

2020-01-27 Thread Clément Lassieur
Ludovic Courtès writes: > Fixed in 5e61de242156cdb3314abac168d9682ca7a4c28f. Thank you for the quick fix!

bug#39298: re-exporting local variable: iota

2020-01-27 Thread Clément Lassieur
Ricardo Wurmus writes: > Since the upgrade to Guile 3.0 I can no longer upgrade my profile. The > module-import-compiled derivation can no longer be built. It fails with > a backtrace involving only Guile modules, no Guix modules. > > The error is: > > ice-9/boot-9.scm:752:25: In procedure

bug#38320: Cuirass: Allow to use authenticated Git repositories as inputs

2019-12-11 Thread Clément Lassieur
Hi everyone, Whoo, nice, thank you so much Mathieu! I'll test everything this week-end probably, and start working on the (guix git) / Cuirass counterpart (which is 1% of the work :D). Mathieu Othacehe writes: > Now regarding (guix git) integration, I have a question. It would be nice > to

bug#38309: Recent $EMACSLOADPATH changes crash gnome-session

2019-12-04 Thread Clément Lassieur
Hi Ludo and Maxim, Ludovic Courtès writes: > Hi! > > clem...@lassieur.org (Clément Lassieur) skribis: > >> Any update about this? Any plan to push a fix or a revert? I've been >> using your new patches without any issue for a few days already. > >

bug#38446: Guix pull broken

2019-12-02 Thread Clément Lassieur
Hi Ricardo, Ricardo Wurmus writes: > For the time being you can do > > git clone https://guix.gnu.org/git/guix > > which is a read-only copy of my clone of the repository. I’d like to > make it automatically sync up with the repo on Savannah, but I ran out > of time. Great! Thank you very

bug#38446: Guix pull broken

2019-12-02 Thread Clément Lassieur
Hi Amin, Thank you for this nice reply. Would it be possible to have an *official* backup Git repository hosted somewhere else (like Github, or whatever), where we could redirect users when they encounter issues? Clément Amin Bandali writes: > Hi folks, > > The reason for these errors is

bug#38309: Recent $EMACSLOADPATH changes crash gnome-session

2019-12-02 Thread Clément Lassieur
Hello Maxim, Any update about this? Any plan to push a fix or a revert? I've been using your new patches without any issue for a few days already. Thanks, Clément

bug#38445: Guix CI evaluation broken

2019-12-02 Thread Clément Lassieur
Sorry for my tone, it might sound harsh, it's not what I meant, I just didn't have coffee yet ;) Clément Lassieur writes: > Hi Ludo, > > Ludovic Courtès writes: > >> Sorry for the breakage! I noticed it yesterday and fixed it in >> 33d1c970c323971da8d70a662748c7b1b52

bug#38445: Guix CI evaluation broken

2019-12-02 Thread Clément Lassieur
Hi Ludo, Ludovic Courtès writes: > Sorry for the breakage! I noticed it yesterday and fixed it in > 33d1c970c323971da8d70a662748c7b1b520d6b6. > > Let me know if you think anything else is wrong! I find the initial commit[1] counterintuitive and would have loved a discussion before the fix. I

bug#38445: Guix CI evaluation broken

2019-12-02 Thread Clément Lassieur
Bengt Richter writes: > Would s/exemples/examples/g do any good? Definitely.

bug#38446: Guix pull broken

2019-12-01 Thread Clément Lassieur
Clément Lassieur writes: > https://git.savannah.gnu.org/cgit/guix.git/log/ returns 502 error. > > Reproducible 9 times out of 10. Since at least yesterday.

bug#38446: Guix pull broken

2019-12-01 Thread Clément Lassieur
https://git.savannah.gnu.org/cgit/guix.git/log/ returns 502 error. Reproducible 9 times out of 10.

bug#38445: Guix CI evaluation broken

2019-12-01 Thread Clément Lassieur
Hi, https://git.savannah.gnu.org/cgit/guix.git/commit/?id=99c45877a984dd0148151b2e304afef6fb04f1a5 broke Guix CI. The reason is: (local-file (string-append "" "../some-file")) now differs from (local-file "../some-file") And in gnu/system/install.scm (line 246) there's a

bug#36378: Guix Cuirass Issue with Input channels

2019-12-01 Thread Clément Lassieur
Pushed, closing.

bug#36378: Guix Cuirass Issue with Input channels

2019-11-30 Thread Clément Lassieur
Hi, Clément Lassieur writes: > Attached is a patch that makes sure the checkout is from the Guix input > providing the 'proc'. I'll push this tomorrow if nobody objects. Thanks, Clément

bug#38320: Cuirass: Allow to use authenticated Git repositories as inputs

2019-11-28 Thread Clément Lassieur
Mathieu Othacehe writes: >> * Fix the regression mentionned above. > > I would need some help for this regression I don't understand, but I > will take care of the work needed in Guile-Git and (guix git) once this > is fixed. Thank you Mathieu for your replies! I'm looking forward to your work

bug#38309: Recent $EMACSLOADPATH changes crash gnome-session

2019-11-27 Thread Clément Lassieur
Maxim Cournoyer writes: > I was ready to revert the changes when I saw a reply from Leo Prikler in > this thread. They had really good ideas that I believe fix the > annoyances you reported about the recent changes, while preserving the > new plus points (per profile management of Emacs

bug#38309: Recent $EMACSLOADPATH changes crash gnome-session

2019-11-27 Thread Clément Lassieur
Hi Maxim, Maxim Cournoyer writes: > I was ready to revert the changes when I saw a reply from Leo Prikler in > this thread. They had really good ideas that I believe fix the > annoyances you reported about the recent changes, while preserving the > new plus points (per profile management of

bug#38309: Recent $EMACSLOADPATH changes crash gnome-session

2019-11-27 Thread Clément Lassieur
Clément Lassieur writes: (in https://lists.gnu.org/archive/html/bug-guix/2019-11/msg00363.html) > Thanks for taking the time to look into this. I've seen your other > email, you can install libpcre3-dbg to have PCRE's debug symbols. It > might help. I thought you were reproducing wi

bug#38309: Recent $EMACSLOADPATH changes crash gnome-session

2019-11-26 Thread Clément Lassieur
Maxim Cournoyer writes: > Hello Ludovic, > > Ludovic Courtès writes: > >> Hi Maxim, >> >> Maxim Cournoyer skribis: >> >>> There would be a couple more commits to include in the revert to undo >>> the changes (one to the build system, others to adapt the renaming of >>> the emacs-set-load-path

bug#38309: Recent $EMACSLOADPATH changes crash gnome-session

2019-11-26 Thread Clément Lassieur
Hello Maxim, Thanks for taking the time to look into this. I've seen your other email, you can install libpcre3-dbg to have PCRE's debug symbols. It might help. Maxim Cournoyer writes: > Hello Ludovic, > > Ludovic Courtès writes: > >> Hi Maxim, >> >> Maxim Cournoyer skribis: >> >>> There

bug#38309: Recent $EMACSLOADPATH changes crash gnome-session

2019-11-22 Thread Clément Lassieur
"Alex Griffin" writes: > After upgrading my packages today, gnome-session started segfaulting. I think > I finally tracked the problem down to the recent changes in how Emacs searches > for packages. Apparently Emacs now uses the search path > $EMACSLOADPATH. Unfortunately, this is a very long

bug#38320: Cuirass: Allow to use authenticated Git repositories as inputs

2019-11-22 Thread Clément Lassieur
Hi, I'd like to use private Git repositories as inputs, authenticated with SSH. I think it is important because it would encourage users to use Cuirass for other purposes than just a CI tool to build Guix packages. I'd like to see it as an alternative to Jenkins, it would make its user base

bug#31910: hydra doesn't build

2019-11-19 Thread Clément Lassieur
Closing because hydra was removed[1]. [1]: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=cc908fde64799eaa60e1e63be75697a12f7cb017

bug#38232: Cuirass: Some builds fail although their log file ends with 'build-succeeded'

2019-11-18 Thread Clément Lassieur
Hi Ludovic, > Perhaps the build failed (transient failure or something) but was > eventually restarted either as a dependency of some other build or > manually on berlin. In that case Cuirass may be unaware that the build > eventually succeeded, hence the discrepancy. Thank you for the

bug#36378: Guix Cuirass Issue with Input channels

2019-11-17 Thread Clément Lassieur
Clément Lassieur writes: >> So it's indeed a bug in Guix, introduced by commit >> b5f8c2c88543158e8aca76aa98f9009f6b9e743a (hydra: Compute jobs in an >> inferior). We can't just take the first input we find, build it and >> open an inferior for it. I believe we should t

bug#36378: Guix Cuirass Issue with Input channels

2019-11-17 Thread Clément Lassieur
Clément Lassieur writes: > So it's indeed a bug in Guix, introduced by commit > b5f8c2c88543158e8aca76aa98f9009f6b9e743a (hydra: Compute jobs in an > inferior). We can't just take the first input we find, build it and > open an inferior for it. I believe we should take the inpu

bug#36378: Guix Cuirass Issue with Input channels

2019-11-16 Thread Clément Lassieur
Hi Reza and Ludo, Reza Alizadeh Majd writes: > adding additional inputs to cuirass specification with name started > with `p` letter, fails the evaluation of specification. Thank you for reporting this! It actually fails with names that come after the first input (in this case: "guix") in

bug#38171: guix lynx can not connect, ArchLinux lynx can, why?

2019-11-13 Thread Clément Lassieur
Pushed. Bengt, you can 'guix pull', it should work now :) Clément

bug#38186: dd doesn't copy whole file when specifying units with bs

2019-11-13 Thread Clément Lassieur
Jack Hill writes: > On Tue, 12 Nov 2019, Clément Lassieur wrote: > >> Does this[1] help? >> >> [1]: >> https://superuser.com/questions/730801/dd-immidiately-completes-but-actually-needs-sync > > Indeed it does. I guess I just got lucky with the second in

bug#38186: dd doesn't copy whole file when specifying units with bs

2019-11-12 Thread Clément Lassieur
Hi Jack, > It seems that my version of dd from coreutils-8.31 does not seem to work > correctly when using units with the bs option (e.g. bs=1M). In the terminal > session below, I first use bs=1M. The output looks okay: dd appears to have > copied the whole 2.3GiB file, but it has done so

bug#38171: guix lynx can not connect, ArchLinux lynx can, why?

2019-11-12 Thread Clément Lassieur
Leo Famulari writes: > Can you double-check that the licenses of Lynx and OpenSSL are > compatible for redistribution? https://lynx.invisible-island.net/current/README.ssl says: --8<---cut here---start->8--- OpenSSL's distribution and use may be restricted

bug#38171: guix lynx can not connect, ArchLinux lynx can, why?

2019-11-11 Thread Clément Lassieur
ierre Neidhardt +;;; Copyright © 2019 Clément Lassieur ;;; ;;; This file is part of GNU Guix. ;;; @@ -222,7 +223,7 @@ and the GTK+ toolkit.") ("perl" ,perl))) (inputs `(("ncurses" ,ncurses) ("libidn" ,libidn) -

bug#35606: Gajim

2019-05-14 Thread Clément Lassieur
Thank you Ricardo for fixing and Raghav for reporting this bug I introduced! Sorry not to have more time to work on it at the moment. Clément On Tue, May 14, 2019, 2:13 PM Ricardo Wurmus wrote: > > Raghav Gururajan writes: > > >> I fixed this with commit

bug#34243: update cmake to latest release (3.13.3)

2019-02-01 Thread Clément Lassieur
Marius Bakke writes: > Clément Lassieur writes: > >> This is a wish. :-) > > Will 3.13.1 from 'staging' do? Yes sure! I hadn't checked staging. Thanks you :-)

bug#34243: update cmake to latest release (3.13.3)

2019-01-29 Thread Clément Lassieur
This is a wish. :-) Clément

bug#34015: guix copy error message is quite difficult to understand

2019-01-10 Thread Clément Lassieur
Hi Ludovic, Ludovic Courtès writes: > Hello Clément, > > Clément Lassieur skribis: > >> This is what happens when /etc/profile isn't sourced in the remote >> non-interactive shell on guix copy. > > Do you know specifically which environment variable was missing a

bug#34015: guix copy error message is quite difficult to understand

2019-01-08 Thread Clément Lassieur
Hi, This is what happens when /etc/profile isn't sourced in the remote non-interactive shell on guix copy. I find it difficult to understand. I think the error message should lead us to a way to fix the issue. --8<---cut here---start->8--- sending 1 store

bug#29963: gajim fails to start on foreign distro

2018-12-03 Thread Clément Lassieur
Hi Ricardo, Does this still happen? Clément Ricardo Wurmus writes: > This is what happens when I run “gajim” on Fedora: > > --8<---cut here---start->8--- > rwurmus ~ : gajim > fatal: Not a git repository (or any of the parent directories): .git > > **

bug#32966: tests/install.scm tests all fail

2018-11-22 Thread Clément Lassieur
Ludovic Courtès writes: > Hi Clément, > > Clément Lassieur skribis: > >> For some time after your message, only 8 of those 16 tests seemed to >> fail. But now they all fail again[1]. > > These GuixSD installation tests occasionally fail for several reason

bug#32779: Cuirass: Crash and unable to restart when an input is unreachable

2018-11-20 Thread Clément Lassieur
Ludovic Courtès writes: > Hello, > > Clément Lassieur skribis: > >> 2018-09-20T01:23:31 fatal: uncaught exception 'git-error' in 'build' fiber! >> 2018-09-20T01:23:31 exception arguments: (#< code: -1 message: >> "failed to resolve address for github

bug#32583: Cuirass: some builds are marked as failed, but they were never built

2018-11-20 Thread Clément Lassieur
Sorry to reply that late. I think be489a26c0e6a5f23a48142a87728a0ec8bc3c9c fixed this. Can we close it? Thank you, Clément

bug#33370: Cuirass: Trigger 'guix publish' baking

2018-11-14 Thread Clément Lassieur
Ludovic Courtès writes: >>> This would be useful in reducing latency; the downside is that we’d bake >>> lots of things, even possibly things that nobody ever needs. >>> >>> Thoughts? >> >> What about getting the first user to block until the baking is done? > > That’s generally not possible

bug#33379: Cuirass doesn't try to build 'wine' for x86_64

2018-11-14 Thread Clément Lassieur
Ludovic Courtès writes: > Hello, > > Clément Lassieur skribis: > >> Cuirass doesn't try to build 'wine' for x86_64. >> >> See https://berlin.guixsd.org/eval/1561?status=succeeded >> >> The job name is 'wine-staging-3.20.x86_64-linux', but the syst

bug#33381: --substitute-urls doesn't allow for more than one URL

2018-11-14 Thread Clément Lassieur
Ludovic Courtès writes: > Hello, > > Clément Lassieur skribis: > >> guix build hello --substitute-urls="https://berlin.guixsd.org >> https://cuirass.lassieur.org; > > It definitely works. Could it be that this command is in a script or > somethi

bug#33381: --substitute-urls doesn't allow for more than one URL

2018-11-14 Thread Clément Lassieur
Hi, guix build hello --substitute-urls="https://berlin.guixsd.org https://cuirass.lassieur.org; returns guix build: error: https://cuirass.lassieur.org: unknown package I'm on 51b262f3109fe8aba112b7cc49521c5c6810ce54 (plus a few things). Cheers, Clément

bug#33379: Cuirass doesn't try to build 'wine' for x86_64

2018-11-14 Thread Clément Lassieur
Hi, Cuirass doesn't try to build 'wine' for x86_64. See https://berlin.guixsd.org/eval/1561?status=succeeded The job name is 'wine-staging-3.20.x86_64-linux', but the system is i686-linux. Cheers, Clément

bug#33370: guix publish: at least one user will have to build a given substitute

2018-11-14 Thread Clément Lassieur
Hi Ludo, Ludovic Courtès writes: > Hello, > > Clément Lassieur skribis: > >> I've noticed that narinfo baking is triggered by user requests when the >> '--cache' option of 'guix publish' is used. It means that the first >> user who will want it will get the 404 r

bug#33370: guix publish: at least one user will have to build a given substitute

2018-11-13 Thread Clément Lassieur
Hi, I've noticed that narinfo baking is triggered by user requests when the '--cache' option of 'guix publish' is used. It means that the first user who will want it will get the 404 response and will have to build it manually. (See guix/scripts/publish.scm, make-request-handler.) I was

bug#32631: the Dovecot service stops working

2018-11-10 Thread Clément Lassieur
So, today I investigated a bit. I found [1] and [2] interesting. I didn't do anything about [1], but I enabled cache in my configuration. Then I went to #dovecot@freenode and someone advised me to switch to high-performance mode[6], which I did: --8<---cut

bug#33151: 'guix substitute' returns a 504 error without trying to use other servers

2018-11-10 Thread Clément Lassieur
Ludovic Courtès writes: > I think my first thought was that the problem (narinfo available but > corresponding nar missing) was mostly due to our peculiar nginx setup on > mirror.hydra.gnu.org: this cannot happen under normal circumstances > because ‘guix publish’ really honors the expiry it

bug#33310: Cuirass: Evaluations adding no new builds are displayed as "failing"

2018-11-08 Thread Clément Lassieur
Hi, Evaluations adding no new builds are displayed as "failing". I know this was done on purpose, but I think the check should be done on the number of jobs returned by the evaluator, rather than on the number of builds registered in the database. There is a difference because derivations that

bug#33124: Cuirass: register GC roots for evaluations under /var/guix/gcroots

2018-11-07 Thread Clément Lassieur
Ludovic Courtès writes: > Hi Clément, > > Clément Lassieur skribis: > >> I think the goal here is to make sure that the builds that resulted from >> of 1) important evaluations (releases) and 2) recent evaluations aren't >> garbage collected. >> >> s

bug#32734: Cuirass: Evaluations errors appear are "In progress..."

2018-11-07 Thread Clément Lassieur
Ludovic Courtès writes: > Hello, > > Clément Lassieur skribis: > >> Evaluations errors appear are "In progress..." (until next Cuirass >> reboot) whereas they should be marked as "Failed" (permanently). > > Fixed in 2c712d35df5d1514e28b479f960a53b89ce59424. > > Ludo’. Thank you!!

bug#33151: 'guix substitute' returns a 504 error without trying to use other servers

2018-11-05 Thread Clément Lassieur
there is no way to fix it, maybe the tag "wontfix" would be more appropriate? Cheers, Clément Ludovic Courtès writes: > Hello! > > Clément Lassieur skribis: > >> guix substitute: error: download from >> 'https://mirror.hydra.gnu.org/guix/nar/gzip/9xwrnm3vym

bug#33202: failed 504 'Gateway" time-out

2018-10-30 Thread Clément Lassieur
Hello! Gnu Röoty writes: > 3 days I want install GUixSD but the gcc 5.5.0 and some package tell's me > failed 504 Gateway time-out. This is because you still use the hydra substitute servers. See https://bugs.gnu.org/33151. You should only use https://berlin.guixsd.org. Clément

bug#33193: vim tests break terminal output

2018-10-29 Thread Clément Lassieur
Hi, While build vim tests, the terminal gets weird and its output is broken. --8<---cut here---start->8--- [...] some build (no idea which one, I'm in a long series of builds) just broke the output in a way that I'm only getting gibberish for the

bug#33151: 'guix substitute' returns a 504 error without trying to use other servers

2018-10-26 Thread Clément Lassieur
Hello Ludovic, thank you for this explanation! Ludovic Courtès writes: > Hello! > > Clément Lassieur skribis: > >> guix substitute: error: download from >> 'https://mirror.hydra.gnu.org/guix/nar/gzip/9xwrnm3vymsf9w17ayc7dfp5cl1aykq5-metis-5.1.0' >>

bug#33151: 'guix substitute' returns a 504 error without trying to use other servers

2018-10-25 Thread Clément Lassieur
Hi, I get a 504 error while installing Octave, even though Octave is built on my substitute server (cuirass.lassieur.org), and I cleared the cache. I think it should automatically fallback on another substitute server if one of them is down. --8<---cut

bug#33124: Cuirass: register GC roots for evaluations under /var/guix/gcroots

2018-10-23 Thread Clément Lassieur
I think the goal here is to make sure that the builds that resulted from of 1) important evaluations (releases) and 2) recent evaluations aren't garbage collected. --8<---cut here---start->8--- snape, civodul says: i think Cuirass should register GC roots for

bug#32955: Cuirass: Some tests depend on 'guix-current', which makes them resource expensive

2018-10-08 Thread Clément Lassieur
Ludovic Courtès writes: > Hello, > > Clément Lassieur skribis: > >> Tests depending on 'guix-current' are expensive in terms of CPU and >> storage usage since we need to build (current-guix) and then store a >> couple of full system images. > > [...] > >

bug#32954: Cuirass: logs of failing tests are unavailable

2018-10-08 Thread Clément Lassieur
Hi Ludovic, Ludovic Courtès writes: > Hello Clément, > > Clément Lassieur skribis: > >> The logs of failing tests are unavailable. >> >> (Which makes it impossible to understand why a huge lot of tests are >> failing.) > > You mean the ‘test.basic.x86

bug#32966: tests/install.scm tests all fail

2018-10-07 Thread Clément Lassieur
Hi, Those tests are run at each evaluation and they all fail. test.btrfs-root-os.x86_64-linux test.encrypted-root-os.x86_64-linux test.installed-extlinux-os.x86_64-linux test.separate-home-os.x86_64-linux test.raid-root-os.x86_64-linux test.separate-store-os.x86_64-linux

bug#32955: Cuirass: Some tests depend on 'guix-current', which makes them resource expensive

2018-10-07 Thread Clément Lassieur
Clément Lassieur writes: > Clément Lassieur writes: > >> Hi, >> >> Tests depending on 'guix-current' are expensive in terms of CPU and >> storage usage since we need to build (current-guix) and then store a >> couple of full system images. >> &g

bug#32955: Cuirass: Some tests depend on 'guix-current', which makes them resource expensive

2018-10-06 Thread Clément Lassieur
Clément Lassieur writes: > Hi, > > Tests depending on 'guix-current' are expensive in terms of CPU and > storage usage since we need to build (current-guix) and then store a > couple of full system images. > > They are built at each evaluation because they de

bug#32955: Cuirass: Some tests depend on 'guix-current', which makes them resource expensive

2018-10-06 Thread Clément Lassieur
Hi, Tests depending on 'guix-current' are expensive in terms of CPU and storage usage since we need to build (current-guix) and then store a couple of full system images. They are built at each evaluation because they depend on 'guix-current'. (And they all fail.)

bug#32954: Cuirass: logs of failing tests are unavailable

2018-10-06 Thread Clément Lassieur
Hi, The logs of failing tests are unavailable. (Which makes it impossible to understand why a huge lot of tests are failing.) Clément

bug#32873: Icecat 60 hides QR code of https://web.whatsapp.com

2018-09-29 Thread Clément Lassieur
Hi Mark, Mark H Weaver writes: > Hi Clément, > > Clément Lassieur writes: >> Icecat 60 hides QR code of https://web.whatsapp.com. I need to use the >> debugger to display it. It was working well with Icecat 52. > > This seems to be related to the "priva

bug#32715: Chromium: scrolling doesn't work after a certain amount of time

2018-09-29 Thread Clément Lassieur
Leo Famulari writes: > On Sat, Sep 29, 2018 at 03:54:23PM +0200, Clément Lassieur wrote: >> PS: I'm unsure whether it makes sense to report bug for softwares that >> are considered non-free and are just packaged in channels. If it >> doesn't, I'll happily close my bugs repo

  1   2   3   >