bug#41715: The program '/gnu/store/foobar/compute-guix-derivation' failed to compute the derivation for guix

2020-06-11 Thread o . rojon
Hej Ludo, crazy, I wouldn't have thought it would go as deep as gdb as quickly ;-) I followed the steps you mentioned, the results you find here: https://www.mediafire.com/file/g5yz8f3pput8f3w/gdb-output/file . The only part I omitted from the gdb output is the first lines mentioned the

bug#41498: sed fails to build on kernels with selinux

2020-06-11 Thread Chris Marusich
Hi, With the attached patch, sed builds on my Fedora machine. Yay! There was a small mistake in my prior email to this bug report, so you can ignore that patch. Chris Marusich writes: > diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm > index 279fe9e3d8..f075ee8f74 100644 > ---

bug#41822: Bug in compute-guix-derivation?

2020-06-11 Thread elaexuotee--- via Bug reports for GNU Guix
Not exactly sure what to report, but: $ guix pull Building from this channel: guix https://git.savannah.gnu.org/git/guix.git 9c6ea3c Computing Guix derivation for 'x86_64-linux'... \guix pull: error: You found a bug: the program

bug#41791: [Shepherd] loses track of Tor

2020-06-11 Thread Ludovic Courtès
Hi Tobias, Tobias Geerinckx-Rice skribis: > ~ λ while :; do sudo herd restart tor; done > Service tor is not running. > Service tor has been started. > Service tor has been stopped. > Service tor could not be started. > Service tor is not running. > Service tor could not be started. > ^C > ~ λ

bug#41794: Thoughts on using Zstd compression instead of lzip

2020-06-11 Thread Ludovic Courtès
Hi, Tobias Geerinckx-Rice skribis: > It's not clear where you want to see zstd used. Here's a trivial > patch to add Zstd to ‘guix pack’, if that's what you mean. I suppose that was for substitutes, in reference to: https://guix.gnu.org/blog/2019/substitutes-are-now-available-as-lzip/ The

bug#41800: guix lint doesn't catch apache mirror-url

2020-06-11 Thread Ludovic Courtès
Hello, Efraim Flashner skribis: > There is a mirror://apache download option which isn't caught by 'guix > lint -c mirror-url'. Do you have an example to reproduce it? Thanks, Ludo’.

bug#41669: Cross-compiled powerpc64-linux bootstrap-tarballs not reproducible

2020-06-11 Thread Jack Hill
On Tue, 9 Jun 2020, Chris Marusich wrote: - Try building with different kernel versions on the same machine, to see if they differ. I've done the rebuild after updated from Linux 5.4.41 to 5.4.45, and go identical results to my previous build. I am using a different kernel configuration

bug#41811: `guix search` shows control sequences

2020-06-11 Thread Lars-Dominik Braun
Hi, when using `guix search python2-xcffib` on a foreign distribution (Gentoo) not all control sequences are stripped by the pager (see location and license): ---snip--- name: python2-xcffib version: 0.6.0 outputs: out systems: x86_64-linux i686-linux dependencies: libxcb@1.14

bug#41796: Grafts don't handle outputs other than out

2020-06-11 Thread Ludovic Courtès
Hi Jakub, Thanks a lot for the reduced test case, much appreciated! This is fixed with 03a70e4c190420e87c0b535285caf8f77260d4ff, which includes a test inspired by yours. ecf92194a55188a9c217d76617378749db063453 adds an nghttp2 replacement, as you suggested on IRC, which is what prompted you to

bug#41796: Grafts don't handle outputs other than out

2020-06-11 Thread Ludovic Courtès
Hi! I’m trying to estimate the impact of this bug. As of a50628bbe0fa4ba3835e311098e4fdf7a1d8a29e, there seems to be only one package whose replacement could end up not being grafted (here I’m omitting outputs that, if left ungrafted, won’t affect security): --8<---cut

bug#22158: chicken tests do not complete gcc compilation

2020-06-11 Thread Royce Strange
Hello. For chicken 4.9.0.1, it looks like this may have been an upstream bug. Looking at some of Recardo Wurmus's notes for some tweaks to chicken back then: https://lists.gnu.org/archive/html/chicken-hackers/2015-04/msg00063.html Seems to line up with a some chicken bugs reported back then:

bug#41801: httpd-config-file should inherit 'package' from httpd-configuration

2020-06-11 Thread Efraim Flashner
I have a package where I'm testing using httpd-2.2 and I have my custom httpd-2.2 listed in the 'package' field of httpd-configuration. I assumed when I specified my custom httpd in package of httpd-configuration it would use my custom httpd-2.2 also in the server-root field of httpd-config-file.

bug#41207: accountsservice daemon lacks dbus interfaces

2020-06-11 Thread Ludovic Courtès
Hi, L p R n d n skribis: > Ludovic Courtès writes: > L p R n d n skribis: > [...] >>> Not exactly, my understanding is that *accountsservice* doesn't find >>> 'org.freedesktop.Accounts.service' which is provided (and asked) by >>> lightdm. (I think the error comes from

bug#41800: guix lint doesn't catch apache mirror-url

2020-06-11 Thread Efraim Flashner
There is a mirror://apache download option which isn't caught by 'guix lint -c mirror-url'. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description:

bug#41052: core-updates: LyX: Errors and messages at start up (no textclasses found)

2020-06-11 Thread Efraim Flashner
This should now be fixed with the recent commits relating to Lyx (I can't remember which one fixed this! Probably 03a7b67b314286a9185535f5ecbb7cde97ae2c97 with the changes to calling python in scripts) On Sun, May 03, 2020 at 03:34:53PM +, sirgazil via Bug reports for GNU Guix wrote: > It

bug#37013: LyX can not find refstyle.sty

2020-06-11 Thread Efraim Flashner
I just made some changes to the Lyx package. Can you test it out now to see if it works as expected? On Thu, Aug 22, 2019 at 04:23:18PM +, Xavier Montillet wrote: > Hi Ricardo, > > LyX seems to build and run fine without this texlive-union. The texlive stuff > is only required when one

bug#41050: LyX: No icons in toolbars

2020-06-11 Thread Efraim Flashner
This is now fixed with 7a7a29445ced24af0dcdabfe8011538711fe05d9 On Sun, May 03, 2020 at 02:21:23PM +, sirgazil via Bug reports for GNU Guix wrote: > This happens in both master and core-updates. Also in both real and virtual > machines. > > ## Steps to reproduce > > 1. guix install lyx >

bug#36394: guix.gnu.org/packages lists incorrect sqlite versions

2020-06-11 Thread Royce Strange
Tobias Geerinckx-Rice writes: > Guix, > > The package list at displays > the wrong versions for sqlite: > > sqlite 3.26.0 > sqlite 3.26.0 > sqlite-with-column-metadata 3.26.0 > > Which should be: > > $ guix pull && guix package -A ^sqlite > sqlite