bug#36257: Youtube-Dl-GUI

2019-06-16 Thread Raghav Gururajan
Hello Guix! Sorry for another report today. Just wanted to make this is aware of. NOTE: This post pertains ONLY to package "youtube-dl-gui" and NOT "youtube-dl". ISSUE: After installation, the app icon does not appear in GNOME Dash. STEPS TO RE-PRODUCE: 1) Install "youtube-dl-gui" 2) Reboot 3)

bug#24450: [PATCHv2] Re: pypi importer outputs strange character series in optional dependency case.

2019-06-16 Thread Ricardo Wurmus
Maxim Cournoyer writes: >> This allows you to match “eof-object” and '() directly. Whenever I see >> “string-null?” I think it might be better to “match” on the empty list >> directly. > > string-null? and an empty list are not the same, unless I'm missing something. Yes, sorry, I meant

bug#36254: Acknowledgement (Youtube-Viewer)

2019-06-16 Thread Tobias Geerinckx-Rice
Raghav, Raghav Gururajan wrote: it appears "youtube-viewer" (both GUI and CUI) opens video without "youtube-dl" ONLY IF the video format is of lower quality. So most videos like songs from VEVO channels does not open and require "youtube-dl" as a dependency. Test videos about GNU Guix, on

bug#36256: dependency error with docker-compose

2019-06-16 Thread Edison Ibáñez
Regards, When installing docker-compose note that the version is outdated and therefore the dependencies are broken which causes the following error: Traceback (most recent call last): File

bug#36254: Acknowledgement (Youtube-Viewer)

2019-06-16 Thread Raghav Gururajan
After discussion in Guix IRC Channel, it appears "youtube-viewer" (both GUI and CUI) opens video without "youtube-dl" ONLY IF the video format is of lower quality. So most videos like songs from VEVO channels does not open and require "youtube-dl" as a dependency. SUGGESTION: Bundling

bug#36255: Nix importer returns error

2019-06-16 Thread Marlin
Trying to use the nix importer results in this https://dpaste.de/C4sz nothing else happens and it gets stuck at the last message. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

bug#36254: Youtube-Viewer

2019-06-16 Thread Raghav Gururajan
Hello Guix! NOTE: Package "youtube-viewer" installs both "gtk-youtube-viewer" (GUI) and "youtube-viewer" (CUI). This bug pertains ONLY to the GUI. Not sure about the CUI as I never tried. ISSUE: In "gtk-youtube-viewer", by default, when you search for a video and double-click on it; it should

bug#36215: guix system docker-image fails when store items contain non-ascii characters

2019-06-16 Thread Björn Höfling
On Fri, 14 Jun 2019 23:05:06 +0200 Björn Höfling wrote: > qemu-system-x86_64: warning: hub 0 is not connected to host network [..] > ERROR: In procedure lstat: > In procedure lstat: No such file or directory: >

bug#24450: pypi importer outputs strange character series in optional dependency case.

2019-06-16 Thread ng0
Hi Maxim, great to see this fixed. Weird it bumped into my view after almost 3 years. I trust that other people will have tested it, I'm all over the place and mostly doing NetBSD and GNUnet now. Sorry if I have written a reply before, the thread was marked as unread here. Maxim Cournoyer

bug#36248: poor error tracing

2019-06-16 Thread Robert Vollmert
I’m not sure if this lies more with guile or with guix, but there’s definitely room for improvment either way. I was working on https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36084, haskell-check.scm was changed as follows: - ("ghc-clock-bootstrap" ,ghc-clock-bootstrap) +

bug#36238: Problems cross-compiling on core-updates

2019-06-16 Thread Carl Dong
Unfortunately b1593c1c4fd8f4fc6df4c43cab51334426e3aa76 still doesn't work, I've attached the log. Cheers, Carl Dong cont...@carldong.me "I fight for the users" r7dqzwhva6pgi4g3hasvbj3yf9wgq4-bison-3.4.1.drv.bz2 Description: BZip2 compressed data

bug#24450: [PATCHv3] Re: pypi importer outputs strange character series in optional dependency case.

2019-06-16 Thread Maxim Cournoyer
Here's the current patch set, version 3, with the modifications as discussed in the previous exchanges: From 215d0bde103e7e8df0d1d1df81965e973f38783a Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 28 Mar 2019 00:26:00 -0400 Subject: [PATCH 01/12] import: pypi: Do not consider

bug#24450: [PATCHv2] Re: pypi importer outputs strange character series in optional dependency case.

2019-06-16 Thread Maxim Cournoyer
Hey Ricardo :-) Ricardo Wurmus writes: > Hi Maxim, > (call-with-input-file requires.txt (lambda (port) - (let loop ((result '())) + (let loop ((required-deps '()) + (test-deps '()) + (inside-test-section? #f) +

bug#24450: [PATCHv2] Re: pypi importer outputs strange character series in optional dependency case.

2019-06-16 Thread Maxim Cournoyer
Hello! Continued feedback about your much appreciated comments! :-) Ricardo Wurmus writes: > Maxim Cournoyer writes: > + ;; (extra) requirements. Non-optional requirements must appear + ;; before any section is defined. + (if (or (eof-object? line)

bug#23961: fixed a while back

2019-06-16 Thread Robert Vollmert
commit 314b63e0b4372681aec165113ae2a0349eaaa357 Author: Danny Milosavljevic Date: Wed Jul 11 11:02:51 2018 +0200 import: hackage: Support "custom-setup" field. Fixes . * guix/import/cabal.scm (make-cabal-parser): Modify. (is-custom-setup):

bug#36242: Repacked source checkouts get a misleading file name

2019-06-16 Thread Marius Bakke
Efraim Flashner writes: > On Sun, Jun 16, 2019 at 11:04:26AM +0200, Marius Bakke wrote: >> Hello, >> >> When repacking a source checkout (e.g. by using git-fetch with a >> snippet), the generated file name contains only the first two version >> identifiers. >> >> E.g. `guix build -S eudev`

bug#36242: Repacked source checkouts get a misleading file name

2019-06-16 Thread Efraim Flashner
On Sun, Jun 16, 2019 at 11:04:26AM +0200, Marius Bakke wrote: > Hello, > > When repacking a source checkout (e.g. by using git-fetch with a > snippet), the generated file name contains only the first two version > identifiers. > > E.g. `guix build -S eudev` returns > >

bug#36242: Repacked source checkouts get a misleading file name

2019-06-16 Thread Marius Bakke
Hello, When repacking a source checkout (e.g. by using git-fetch with a snippet), the generated file name contains only the first two version identifiers. E.g. `guix build -S eudev` returns /gnu/store/7lgsxmr0rk9f8fbq6k0kj1aqb7lnrlll-eudev-3.2.tar.xz ...even though it should be "3.2.8". This

bug#36238: Problems cross-compiling on core-updates

2019-06-16 Thread Marius Bakke
Carl Dong writes: > Hi all, > > I noticed that cross-compiling isn't working on the core-updates branch. I'm > on > commit cfd4e4d06e3cda0f3eed8d6b9277ce53e55404b8 and all you need to reproduce > is > to invoke: > > ./pre-inst-env guix build --target=aarch64-linux-gnu coreutils > > Attached is

bug#36240: indent-code.el is not aware of (package (inherit ...)) style

2019-06-16 Thread Robert Vollmert
When encountering a package definition that starts (package (inherit other-package)) etc/indent-code.el will indent the rest of the package body to align with the start of (inherit. That seems to be a common idiom, used in roughly half of the instances: guix/gnu/packages$ git grep '(inherit '

bug#24450: [PATCHv2] Re: pypi importer outputs strange character series in optional dependency case.

2019-06-16 Thread Maxim Cournoyer
Hi again, Ricardo Wurmus writes: > Maxim Cournoyer writes: > >> While I agree that a regexp is a bigger hammer than basic string >> manipulation, I see some merit to it here: >> >> 1) We can be assured of conformance with upstream, again, per PEP-0508. >> 2) It is easier to extend; we might