bug#58081: no video in celluloid

2022-09-25 Thread kiasoc5 via Bug reports for GNU Guix
On Mon, Sep 26 2022, 04:24:50 AM + kiasoc5 wrote: > You need to install gst-libav. > > This should probably get added to the gnome metapackage. > My bad, I mistook totem for celluloid. Is it possible to get celluloid working on a different desktop environment/compositor? --

bug#58084: guix deploy fails, leaving the newly installed system generation active

2022-09-25 Thread Maxim Cournoyer
Hi, While attempting to deploy to overdrive1, using the 9971141 commit in the maintenance repo, I encountered the following error: --8<---cut here---start->8--- maxim@hurd ~/src/guix-maintenance/hydra$ guix time-machine

bug#57922: Shepherd doesn't seem to correctly handle waitpid itself

2022-09-25 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: > Hi, > > Josselin Poiret skribis: > >> Maxim Cournoyer writes: >> >>> This leads me to believe that Shepherd does not block until the process >>> is actually dead to mark the process as stopped (it just waitpid on the >>> group pid with WNOHANG), which means it

bug#49811: Empty store items

2022-09-25 Thread Jérémy Korwin-Zmijowski
Hi, Right now, I have an empty store item : openssh-8.9p1. Could be the result of brutal shutdown (laptop battery)… The Guix daemon uses : # ll /run/current-system/profile/bin/ssh-agent lrwxrwxrwx 1 root root 71 1 janv. 1970 /run/current- system/profile/bin/ssh-agent ->

bug#58081: no video in celluloid

2022-09-25 Thread Csepp
There is no video output from Celluloid. No idea how to get debug output from it, it's not printing anything on standard out and the built-in debug shell doesn't work since that relies on video output I guess. Okay so it does work if I run it with LIBGL_ALWAYS_SOFTWARE=1, so I guess that's a

bug#57864: rust-zstd-sys bundles zstd

2022-09-25 Thread Arun Isaac
Hi Maxime, > X-Debbugs-CC: Arun Isaac > > ^ author of the commit adding the rust-zstd-sys > > I noticed that the package 'rust-zstd-sys' bundles a copy of zstd. This > is against policy for the reasons documented in the manual. This > package was added in commit

bug#57838: failing to boot, probably due to guix gc

2022-09-25 Thread Attila Lendvai
> > on one of my installs i ran the following two commands as root: > > > > guix gc --delete-generations=60d > > guix system delete-generations 60d > > > > i think i ran a reboot pretty soon after this, and the machine is failing > > to boot with the error "no code for module (ice-9 popen)". >

bug#58077: rust-nitrokey-sys bundles libnitrokey

2022-09-25 Thread Maxime Devos
X-Debbugs-CC: Antero Mejr , Xinglu Chen , Nicolas Goaziou (patch author, reviewer and committer) rust-nitrokey-sys was added in the patch series , but if you download the source code, you'll see a 'libnitrokey-v3.6' directory that bundles libnitrokey.

bug#58046: Poedit fails to open PO files

2022-09-25 Thread Luis Felipe via Bug reports for GNU Guix
On Saturday, September 24th, 2022 at 19:25, ( wrote: > > What might be referred to as a "run-time dependency" is called a > "propagated input" in Guix, where a dependency of X is installed > whenever X itself is installed. They are generally considered > undesirable and should be avoided, so

bug#58013: Can't use guix pull

2022-09-25 Thread zimoun
Hi, On Fri, 23 Sep 2022 at 20:58, bossatossa via Bug reports for GNU Guix wrote: > Here's the output: > > Backtrace: >3 (primitive-load "/root/.cache/guix/inferiors/tdopwqgzlr…") > In ice-9/eval.scm: >293:34 2 (_ #) >196:35 1 (_ #) > In ice-9/boot-9.scm: >3330:6 0

bug#44944: Unable to log into X session via gdm

2022-09-25 Thread Maxime Devos
On 16-09-2022 21:00, Maxim Cournoyer wrote: That'd be cool, but how would you implement such a hash, that returns something fixed between 0 and 1024? That doesn't sound feasible, although I'm no hash function expert. Remember that any function from X to a finite set Y is a hash function --

bug#58048: The boot process can't delete old /tmp when it contains non-UTF-8 file names

2022-09-25 Thread Maxime Devos
On 24-09-2022 23:12, Maxime Devos wrote: Will try to catch the exact warning message and write a reproducer at the next boot, for now I write it here before I forget about it. Two reproducers: (1) Compile ripgrep and somehow let it fail (but after it creates non-UTF-8 file names), reboot,

bug#58033: A bug in file-dynamic-info used by validate-runpath in gnu-build-system and others.

2022-09-25 Thread Lukasz Olszewski
Also, to ensure all the information is provided. This is the code that resulted in the binary header being transformed: (add-after 'install 'fix-issue-with-libs (lambda* (#:key inputs outputs #:allow-other-keys) (chdir "..") (use-modules (ice-9 ftw) (ice-9 regex) (ice-9 rdelim) (ice-9

bug#58033: A bug in file-dynamic-info used by validate-runpath in gnu-build-system and others.

2022-09-25 Thread Lukasz Olszewski
After further troubleshooting it appears the elf binary might be malformed. I've tried to run the executable on another machine and ld complained like this: $ ./FileStoreTest ./FileStoreTest: ./FileStoreTest: no version information available (required by ./FileStoreTest) ./FileStoreTest: