bug#30785: Man pages truncated, repeated

2019-01-16 Thread Pierre Neidhardt
> It alone does not fix the bug. Only combined with Pierre's part does it fix > it, > the part which makes man-db find groff's preconv in the first place (I don't > believe a patch about that was submitted yet). I can only only add my patch (well, Markus patch, really) after yours, otherwise

bug#34112: Guix 0.16.0-8 FTBFS: ">>= (bind) used outside of 'with-monad'"

2019-01-16 Thread Mark H Weaver
Mark H Weaver writes: > In the most recent evaluation of 'master' on hydra.gnu.org (eval 110393, > corresponding to git commit 5327e912a8a477e472da9ec03c99cdedcc04af75), > the 'guix' package failed to build on x86_64, with the following error: > > guix/hg-download.scm:93:2: >>=: >>= (bind) used

bug#34112: Guix 0.16.0-8 FTBFS: ">>= (bind) used outside of 'with-monad'"

2019-01-16 Thread Mark H Weaver
In the most recent evaluation of 'master' on hydra.gnu.org (eval 110393, corresponding to git commit 5327e912a8a477e472da9ec03c99cdedcc04af75), the 'guix' package failed to build on x86_64, with the following error: --8<---cut here---start->8---

bug#30785: Man pages truncated, repeated

2019-01-16 Thread Danny Milosavljevic
> Please add the “Fixes” line in the log. It alone does not fix the bug. Only combined with Pierre's part does it fix it, the part which makes man-db find groff's preconv in the first place (I don't believe a patch about that was submitted yet). Should I still add a "Fixes" line here? >(I like

bug#30785: Man pages truncated, repeated

2019-01-16 Thread Ludovic Courtès
Hello! Danny Milosavljevic skribis: > Apparently, man-db has groff-minimal as a regular input, so I guess we are > lucky. > So we could adapt groff-minimal only if we wanted to. > > But that would mean that even after that, the "groff" package would still > contain a memory corruption bug in

bug#34107: kdenlive and mlt note

2019-01-16 Thread pkill9
Also note that mlt can be removed as a propagated input if it's bin directory is wrapped into kdenlive's wrapper's PATH environment variable (I think - mlt doesn't have any propagated inputs) for kdenlive to find 'melt'.

bug#30785: Man pages truncated, repeated

2019-01-16 Thread Danny Milosavljevic
Apparently, man-db has groff-minimal as a regular input, so I guess we are lucky. So we could adapt groff-minimal only if we wanted to. But that would mean that even after that, the "groff" package would still contain a memory corruption bug in preconv - which is arguably a security problem.

bug#34107: Kdenlive searched-for paths

2019-01-16 Thread pkill9
There are a few issues with Kdenlive I've found, mostly relating to finding paths for things: It doesn't know where to look for mlt profiles by default, so it asks the user in a popup where to look for them - the default suggestion in the popup is incorrect (constructed like

bug#30785: Man pages truncated, repeated

2019-01-16 Thread Pierre Neidhardt
My guess is that groff-minimal would work. Danny? -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

bug#30785: Man pages truncated, repeated

2019-01-16 Thread Efraim Flashner
On Wed, Jan 16, 2019 at 06:39:19PM +0100, Pierre Neidhardt wrote: > Danny, Efraim just reverted your commit because it rebuilds 3600+ packages :p > > How shall we proceed then? > groff-minimal only has ~20 dependents, does that work? Otherwise groff-for-manpages is an option -- Efraim

bug#30785: Man pages truncated, repeated

2019-01-16 Thread Pierre Neidhardt
Danny, Efraim just reverted your commit because it rebuilds 3600+ packages :p How shall we proceed then? -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

bug#34085: autoscan reports a warning

2019-01-16 Thread Danny Milosavljevic
Hi, On Tue, 15 Jan 2019 10:43:49 -0500 Joshua Branson wrote: > I'm not certain if this is the right list to report this to, but I just > installed autoscan version 2.21, and it gave me this warning: > > #BEGIN_SRC sh > autoscan > #END_SRC > > Unescaped left brace in regex is deprecated here

bug#33999: CP437: Invalid Argument on init

2019-01-16 Thread Bryan Ferris
Hey Danny, Sorry for the delay in response. I saw no behavior change until I added the (mount? #f) line. This fixed a number of services, but d-bus fails to start. I encounter further issues including X Server failing to start and the inability to log in (when I type in a valid username it

bug#30785: Man pages truncated, repeated

2019-01-16 Thread Danny Milosavljevic
Hi Pierre, On Wed, 16 Jan 2019 14:02:10 +0100 Pierre Neidhardt wrote: > OK, now it works. > > Who would like to merge? :) I've pushed the disable-relocatability patch, amended by a huge comment that's larger than the actual code, as f57693e17c7905d2f11e46d04cb558fe0b0fc39b. Please push the

bug#34102: [staging] Guix fails to download from TLSv1.3-enabled servers

2019-01-16 Thread Marius Bakke
Hello! On the staging branch (with GnuTLS 3.6), `guix download` will negotiate TLSv1.3 with servers that support it, and fail shortly after the initial handshake: $ ./pre-inst-env guix download https://data.iana.org Starting download of /tmp/guix-file.vJ4v7h From https://data.iana.org... Throw

bug#25453: Keyboard layout configuration

2019-01-16 Thread Ludovic Courtès
nee skribis: > --- a/gnu/packages/bootloaders.scm > +++ b/gnu/packages/bootloaders.scm > @@ -55,6 +55,7 @@ >#:use-module (gnu packages swig) >#:use-module (gnu packages valgrind) >#:use-module (gnu packages virtualization) > + #:use-module (gnu packages xorg) >#:use-module (gnu

bug#33999: CP437: Invalid Argument on init

2019-01-16 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: > apparently the message is printed by fsck.fat and is harmless (although we > should > still fix it). The statically-linked ‘fsck.fat’ doesn’t have access to gconv module, which is why ‘iconv_open’ would fail. Glibc has the ability to bring in

bug#30785: Man pages truncated, repeated

2019-01-16 Thread Danny Milosavljevic
Hi Pierre, On Wed, 16 Jan 2019 11:01:44 +0100 Pierre Neidhardt wrote: > Nope, the patch does not work for me. > > I applied the patch in the Guix checkout, > then > > --8<---cut here---start->8--- > $ ./pre-inst-env guix build man-db > ... >

bug#34085: autoscan reports a warning

2019-01-16 Thread Ludovic Courtès
Hi, Joshua Branson skribis: > I'm not certain if this is the right list to report this to, but I just > installed autoscan version 2.21, and it gave me this warning: Guix doesn’t have an ‘autoscan’ package, does it? Ludo’.

bug#30785: Man pages truncated, repeated

2019-01-16 Thread Pierre Neidhardt
Nope, the patch does not work for me. I applied the patch in the Guix checkout, then --8<---cut here---start->8--- $ ./pre-inst-env guix build man-db ... /gnu/store/1w83i51wvap67kl7gdz51ly3pbbx29dv-man-db-2.8.3 $