bug#43166: The issues.guix.gnu.org is hard to read in emacs-w3m.

2020-09-01 Thread Vitaliy Shatrov
Hello again dear Guixen. I use emacs-w3m as a browser on a single board computer. I want to read, for example, issue #43159. I can read it on https://debbugs.gnu.org/43159. It's formatted properly, and the patch is readable too. But the https://issues.guix.gnu.org/43159 is barely readable, a

bug#43143: Building iwd on armhf triggers kernel panic

2020-09-01 Thread Mark H Weaver
Hi Vagrant, Vagrant Cascadian writes: > On 2020-08-31, Vagrant Cascadian wrote: >> On 2020-08-31, Mark H. Weaver wrote: >>> Vagrant Cascadian writes: I've been getting kernel panics when i try to build iwd, a dependency of network-manager. >>> >>> Which kernel package variant(s) and v

bug#43143: Building iwd on armhf triggers kernel panic

2020-09-01 Thread Vagrant Cascadian
On 2020-08-31, Vagrant Cascadian wrote: > On 2020-08-31, Mark H. Weaver wrote: >> Vagrant Cascadian writes: >>> I've been getting kernel panics when i try to build iwd, a dependency of >>> network-manager. >> >> Which kernel package variant(s) and version(s) have you seen panic when >> building iw

bug#43078: linux-libre-arm64-generic lacks CONFIG_CGROUP_FREEZER=y

2020-09-01 Thread Vagrant Cascadian
On 2020-08-27, Vagrant Cascadian wrote: > On 2020-08-28, Vitaliy Shatrov wrote: >>1. had linux-libre-arm64-generic as my kernel. >>2. added only (elogind-service-type) to my Guix System's config. >>3. ran `guix system reconfigure`. >>4. get some errors: "///sys/something/freezer can

bug#43163: [Cuirass] /specifications fails

2020-09-01 Thread Ludovic Courtès
Hello, Accessing fails with: --8<---cut here---start->8--- 2020-09-01T23:20:48 GET /specifications In cuirass/http.scm: 354:19 10 (url-handler _ _) In ice-9/ports.scm: 550:4 9 (call-with-output-string _) In json/

bug#42740: Segfault in libssh during ‘guix copy’

2020-09-01 Thread Ludovic Courtès
Hello! Maxim Cournoyer skribis: > Ludovic Courtès writes: [...] >> I’ve pushed this change on our side to explicitly close channels and >> sessions: >> >> >> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=61fe9ced7da7eefceb931af0cb7363b721f5bdd6 >> >> This workaround is similar to t

bug#41623: [Web] Chinese content of page is displayed as blocks.

2020-09-01 Thread Maxim Cournoyer
Hello, Wensheng Xie writes: > Precondition: > font-wqy-zhenhei is installed > ibus-rime is installed > > Action: > open > https://guix-china.github.io/ > using Web 3.34.4 > > Observation: > The tab name is correctly displayed in Chinese. > The page content for Chinese is displayed as blocks. > C

bug#41212: fail to build python-parso

2020-09-01 Thread Maxim Cournoyer
zimoun writes: > Dear, > > I am not able to reproduce. > > # first to populate the store > guix time-machine --commit=91be384 \ > -- build python-parso > > # second to really build it > guix time-machine --commit=91be384 \ > -- build python-parso --no-grafts --check > > And I do not hav

bug#43112: hedgewars 1.0.0 fails to build

2020-09-01 Thread Andreas Enge
Hello, On Sun, Aug 30, 2020 at 01:23:37PM +, bdju via Bug reports for GNU Guix wrote: > build log here: > http://ix.io/2vGD > > running guix (GNU Guix) a6b72a0f2b02f27c44c28d32ec26fc8188ee61b8 I also gave it a try, seeing that the build log does not show any error. With "guix build -K", I k

bug#42740: Segfault in libssh during ‘guix copy’

2020-09-01 Thread Maxim Cournoyer
Hi Ludovic and Artyom, Ludovic Courtès writes: > Ludovic Courtès skribis: > >> So we have the finalization thread closing a channel of session >> 0x12a4b20 (which causes a write on the channel), and the main thread >> writing to a channel of that same session. This is exactly what I >> describ

bug#43151: Calibre ebook-viewer requires QtWebEngine

2020-09-01 Thread Andreas Enge
On Tue, Sep 01, 2020 at 12:03:47PM +0200, Andreas Enge wrote: > The following works: > QTWEBENGINEPROCESS_PATH=`guix build > qtwebengine`/lib/qt5/libexec/QtWebEngineProcess ebook-viewer > > Do we need to set a search path in qtwebengine? Well, no, since qtwebengine is not actually installed. Pro

bug#43151: Calibre ebook-viewer requires QtWebEngine

2020-09-01 Thread Andreas Enge
I did an strace and found the following: 4989 access("/gnu/store/kwx5xihpxmjjf8f8446vn883ank1qcg1-qtbase-5.14.2/lib", F_OK) = 0 4989 access("/gnu/store/kwx5xihpxmjjf8f8446vn883ank1qcg1-qtbase-5.14.2/lib/qt5/libexec/QtWebEngineProcess", F_OK) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)

bug#43151: Calibre ebook-viewer requires QtWebEngine

2020-09-01 Thread Andreas Enge
Hello, when trying to view an epub using ebook-viewer from the calibre package (or by directly clicking on an epub in calibre), the program fails with the message: Could not find QtWebEngineProcess I see that commit d79ec4fd343bc2a72652aa3a4b4ae14bd8df88ac has added python2-pyqtwebengine and q

bug#42947: Chez Scheme libraries are broken

2020-09-01 Thread Martin Becze
> I see, but now we’re creating a directory that remains empty, and as I > wrote, chez-fmt is actually installed in another directory anyway: Oh yikes! Yeah so I see half of the scheme libraries are installed in lib/csv-site and other are installed in lib/csv-site. It appears that there was a m

bug#43132: [GUIX SYSTEM]: Malfunction

2020-09-01 Thread Danny Milosavljevic
Hi, On Mon, 31 Aug 2020 23:04:25 -0400 Raghav Gururajan wrote: > Hi Danny! > > > Usually that means file-system corruption, which very likely was caused by a > > hardware (disk) problem. I've had it before, and shortly after the disk > > died. > > Oh no! My disk is a SSD, which is only abo