bug#39079: SBCL CFFI from Guix unable to find dynamic libraries

2020-01-14 Thread Pierre Neidhardt
Evan Straw writes: > This library depends on > the following other libraries, as reported by `ldd > /usr/lib/x86_64-linux-gnu/libcurl.so.4`: > > --8<---cut here---start->8--- > linux-vdso.so.1 (0x7ffd5f393000) > libnghttp2.so.14 => /usr/lib/x86_64-linux-gnu

bug#39090: Guix package version bisect update

2020-01-14 Thread Gábor Boskovits
> > > As it turned out that the problem is in the guix package following an > > > update I > > > started a bisect. > > > > > > Updating guix to: > > > edc58fdada good > > 970cb5cece good > 4f0b3368ad bad ea3e8fad74 good

bug#37732: mps-youtube propagates util-linux

2020-01-14 Thread Marius Bakke
Marius Bakke writes: >>> --- a/gnu/packages/linux.scm >>> +++ b/gnu/packages/linux.scm >>> @@ -1089,19 +1089,40 @@ providing the system administrator with some help >>> in common tasks.") >>> (("build_kill=yes") "build_kill=no")) >>>#t >>> (build

bug#39090: Guix package version bisect update

2020-01-14 Thread Gábor Boskovits
> > As it turned out that the problem is in the guix package following an > > update I > > started a bisect. > > > > Updating guix to: > > edc58fdada good > 970cb5cece good 4f0b3368ad bad

bug#39079: SBCL CFFI from Guix unable to find dynamic libraries

2020-01-14 Thread Evan Straw
Pierre Neidhardt writes: > What are "dependencies" here? > Can you provide a full recipe of what you are trying to do, including > your .sbclrc and the Lisp code snippets you've run to test this? Absolutely. Apologies for the wall of text that is about to follow: My system is Ubuntu 19.04, with

bug#39090: Guix package version bisect update

2020-01-14 Thread Gábor Boskovits
Gábor Boskovits ezt írta (időpont: 2020. jan. 14., K, 18:01): > > As it turned out that the problem is in the guix package following an update I > started a bisect. > > Updating guix to: > edc58fdada good 970cb5cece good > > -- > OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF6

bug#39090: Guix package version bisect update

2020-01-14 Thread Gábor Boskovits
As it turned out that the problem is in the guix package following an update I started a bisect. Updating guix to: edc58fdada good -- OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21

bug#38148: [PATCH 2/5] gnu: Add python-pyqtwebengine.

2020-01-14 Thread Mike Rosset
* gnu/packages/qt.scm (python-pyqtwebengine): New variable. --- gnu/packages/qt.scm | 86 + 1 file changed, 86 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 9f289aa6df..fcb297e99c 100644 --- a/gnu/packages/qt.scm +++ b/gnu/p

bug#38148: [PATCH 1/2] gnu: Add python-pyqtwebengine.

2020-01-14 Thread Mike Rosset
Pierre Neidhardt writes: > Mike Rosset writes: > >>> Please apply the above pyqt change to a separate commit. >> >> I missed this comment with my new series. If this really needs to be >> done, I'll have to redo all of the commits and resend the series. Can >> this be avoided if possible? > > Y

bug#38148: [PATCH 5/5] gnu: qutebrowser: Improve comment sections.

2020-01-14 Thread Mike Rosset
* gnu/packages/web-browsers.scm (qutebrowser)[comments]: Improve the comment describing why qtwebengine is used as an input. Added punctuation to FIXME for test phase. --- gnu/packages/web-browsers.scm | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gnu/packages

bug#38148: [PATCH 1/5] gnu: python-pyqt: Substitute the full path of

2020-01-14 Thread Mike Rosset
* gnu/packages/qt.scm (python-pyqt)[phases]: When building python-pyqtwebengine qprinter.h can not be found. This substitutes the full path of qprinter.h in the qprinter sip specification file. --- gnu/packages/qt.scm | 11 +++ 1 file changed, 11 insertions(+) diff --git a/gnu/packag

bug#38148: [PATCH 4/5] gnu: python-pyqt: Improved qprinter.h substitutition comment

2020-01-14 Thread Mike Rosset
* gnu/packages/qt.scm (python-pyqt)[comments]: And python-pyqtwebengine now uses mkdir-p instead of a system call. --- gnu/packages/qt.scm | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index fcb297e99c..611c38a443 100644

bug#38148: [PATCH 3/5] gnu: qutebrowser: Update to 1.9.0.

2020-01-14 Thread Mike Rosset
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.9.0. qutebrowser no longer uses qtwebkit by default. It now defaults to qtwebengine. --- gnu/packages/web-browsers.scm | 40 --- 1 file changed, 28 insertions(+), 12 deletions(-) diff --git a/gnu/packages/

bug#38148: [PATCH 1/2] gnu: Add python-pyqtwebengine.

2020-01-14 Thread Mike Rosset
Pierre Neidhardt writes: > Mike Rosset writes: > >>> Please apply the above pyqt change to a separate commit. >> >> I missed this comment with my new series. If this really needs to be >> done, I'll have to redo all of the commits and resend the series. Can >> this be avoided if possible? > > Y

bug#39079: SBCL CFFI from Guix unable to find dynamic libraries

2020-01-14 Thread Konrad Hinsen
Pierre Neidhardt writes: > Konrad Hinsen writes: > >> Note that this is a feature, not a bug, so if that's the cause of the >> problem, there is nothing to do about it. You'd have to compile sbcl >> with the toolchain of the foreign distro. > > You don't have to use another SBCL. If you look

bug#38148: [PATCH 1/2] gnu: Add python-pyqtwebengine.

2020-01-14 Thread Pierre Neidhardt
Mike Rosset writes: >> Please apply the above pyqt change to a separate commit. > > I missed this comment with my new series. If this really needs to be > done, I'll have to redo all of the commits and resend the series. Can > this be avoided if possible? Yes, this is really necessary, commits m

bug#39079: SBCL CFFI from Guix unable to find dynamic libraries

2020-01-14 Thread Pierre Neidhardt
Konrad Hinsen writes: > Note that this is a feature, not a bug, so if that's the cause of the > problem, there is nothing to do about it. You'd have to compile sbcl > with the toolchain of the foreign distro. You don't have to use another SBCL. If you look at how we package cffi-based librari