bug#31769: mpd / pulse control issue

2018-06-10 Thread Leo Famulari
On Sat, Jun 09, 2018 at 06:58:03AM -0500, Bradley Haggerty wrote: > When I start my computer, mpd can play my music fine, but pavucontrol can't > connect to pulse and show my volume controls. If I kill pulse and open > pavucontrol, all my volume controls are visible, but then mpd can't play >

bug#31780: manual mentions “git-http-service”, but it does not exist

2018-06-10 Thread Ricardo Wurmus
In section “Version Control Services” the manual mentions the “git-http-service” to describe “git-http-configuration”, but that service does not exist. -- Ricardo

bug#31779: gitweb PERL5LIB needs to include Perl version subdirectory

2018-06-10 Thread Ricardo Wurmus
The “git” package provides “gitweb”, which is wrapped in PERL5LIB. Gitweb has broken some time ago and now fails with an error about CGI.pm not being found. The reason seems to be that the Perl version sub-directory is not searched for CGI.pm. The directory that gitweb.cgi is wrapped with stops

bug#31770: New ‘guix pull’ dosen’t update the guix manual in GuixSD

2018-06-10 Thread Ludovic Courtès
Hello 宋文武! iyzs...@member.fsf.org (宋文武) skribis: > After run ‘guix pull’ twice, I have got ‘~/.config/guix/current’, then > use it to do a system reconfigure for ‘/etc/profile’. > > But the guix manual doesn’t got updated, my ‘INFOPATH’ contains: > > - /home/iyzsong/.guix-profile/share/info > -

bug#31775: mumble fails to build, related to AudioOutput.cpp

2018-06-10 Thread Danny Milosavljevic
Thanks for the report! Fixed in master, commit 185b95a8b7a4720243dd5914ce535338cf70a08e. pgp50AOGUW_N3.pgp Description: OpenPGP digital signature

bug#31170: Package: nix build failed

2018-06-10 Thread 宋文武
writes: > Package: nix build failed Hello, thanks for the report. I had updated nix to 2.0.4, which should fix the build.

bug#31775: mumble fails to build, related to AudioOutput.cpp

2018-06-10 Thread Bradley Haggerty
The mumble package fails to build currently. Here is the relevant error. AudioOutput.cpp:434:82: error: no matching function for call to ‘abs(float)’

bug#31773: ERROR: test_sigchain_fileobj (testing.unit.test_collections.CollectionTest)

2018-06-10 Thread Christopher Baines
Hey, The Guix package for duplicity is failing to build, and I was wondering if there is a fix already? I've had a look on Launchpad, but didn't spot anything. Here is the error: == ERROR: test_sigchain_fileobj

bug#31773: Duplicit fails to build: ERROR: test_sigchain_fileobj (testing.unit.test_collections.CollectionTest)

2018-06-10 Thread Christopher Baines
Duplicity fails to build, this might be because of the GPG version used, as it looks to me that GPG complains that the message is quite old. I'll ask on the Duplicity talk mailing list. test_remove_all_inc_of_but_n (testing.functional.test_cleanup.CleanupTest) ... ok

bug#31769: mpd / pulse control issue

2018-06-10 Thread Julien Lepiller
I think the best solution is to implement this in our herd service. It doesn't look too difficult to do the part in the mpd configuration, but pulseaudio might be trickier to configure... Le 10 juin 2018 04:18:47 GMT+02:00, iyzs...@member.fsf.org a écrit : >Bradley Haggerty writes: > >> I have