Re: bug#38521: guix package: error: build of `...-youtube-viewer-3.5.8.drv' failed

2020-01-20 Thread Eric Bavier
FWIW, I recently updated youtube-viewer to version 3.7.0. That version contains a new port to perl-gtk3, so whoever feels like packaging that perl module can go right ahead ;) `~Eric - On Jan 15, 2020, at 10:16 PM, Ludovic Courtès l...@gnu.org wrote: > Hi Pierre, > > Pierre Neidhardt

Re: No luck with singularity (/var/singularity/mnt/container not found)

2019-11-20 Thread Eric Bavier
Hello Wiktor, - On Nov 14, 2019, at 3:37 PM, Wiktor Żelazny w...@freeshell.de wrote: > Hi all, > > I’ve never worked with singularity before. Reading “Using Guix > Without Being root” on GuixHPC blog convinced me to give it a try. > With system-wide (/etc/config.scm) singularity

Re: Youtube Viewer

2019-05-31 Thread Eric Bavier
Tobias has been keeping youtube-viewer updated, and in commit 0dd8da from early January I made sure the .desktop file is installed. The later should let you launch the program from an icon in your desktop environment, if that's what you mean. :) - On May 27, 2019, at 6:38 PM, Raghav

Re: printing pdf with evince

2019-02-19 Thread Eric Bavier
On Tue, 19 Feb 2019 12:28:35 -0600 nightowl wrote: > I recently notice that when I try to send a pdf document to the printer > using the gnome viewer evince, it will not print text. For comparison, > I can also print a pdf document from within the icecat browser, and it > works good. Anyone

Re: R, openBlas and max thread?

2019-02-19 Thread Eric Bavier
On Mon, 18 Feb 2019 16:12:41 +0100 zimoun wrote: > Dear, > > I am not sure to understand if it is expected or not. > > Let install R, guix package -i r, and then run the small script: > > > N <- 9000;A <- array(0.1, dim=c(N,N));B <- array(0.1, dim=c(N,N)) > > dim(B %*% A) > > Monitoring

Re: supercomputer available for use

2019-02-14 Thread Eric Bavier
On Thu, 14 Feb 2019 11:24:10 -0800 Quiliro Ordonez wrote: > El 2019-02-13 13:39, quil...@riseup.net escribió: > > This supercomputer is available for investigational use. > > https://hpc.yachay.gob.ec > > Do you think it is worth it for the Guix project? I can ask for > > availability. > > I

Re: python-minimal compilation is breaking

2018-11-05 Thread Eric Bavier
On Thu, 1 Nov 2018 05:18:00 +0100 (CET) wrote: > Hello, Guix Help! > This is not working on Lenovo G50-30 everytime (already 3 times) > > # guix system reconfigure /etc/config.scm > --substitute-urls=https://berlin.guixsd.org > building >

Re: 'guix system vm-image' hangs

2018-04-25 Thread Eric Bavier
Hi George, I've seen the same lately with 'guix system vm': On Wed, 25 Apr 2018 21:39:30 -0400 George myglc2 Clemmer wrote: > 'guix system vm-image' hangs on guix (GNU Guix) 0.14.0.4439-eb88e built > from source today. Please see log except below. It worked on guix (GNU >

Re: Failed to connect to `/var/guix/daemon-socket/socket': Connection refused

2018-03-15 Thread Eric Bavier
On Thu, 15 Mar 2018 14:47:24 -0600 Muto wrote: > I am running the Guix package manager on Ubuntu (17.10), but whenever I > try to do anything as a non-root user, I get an error: > > failed to connect to `/var/guix/daemon-socket/socket': Connection > refused Have you started the

Re: Posts in languages other than English on help-guix?

2018-03-04 Thread Eric Bavier
On Fri, 02 Mar 2018 17:02:40 +0100 l...@gnu.org (Ludovic Courtès) wrote: > What about allowing posts on help-guix in one of the languages that > regular contributors know, in addition to English? Sounds like a good idea to me. > Of course it’s hard to tell what a multilingual mailing list will

Re: offline repo server

2018-01-17 Thread Eric Bavier
On Wed, 17 Jan 2018 18:58:08 -0500 Quiliro Ordonez Baca wrote: > I am not sure if this has been asked before. But I live in a place where > there is no network link and I would like users to install different > softwares there. > > Is it possible to have a machine connect to

Re: Problems with GNU Parallel and ulimit

2017-08-15 Thread Eric Bavier
Sending response to the list this time... > Arun Isaac writes: > > > Leo Famulari writes: > > > >> On Mon, Aug 14, 2017 at 12:46:25PM +1000, Ben Woodcroft wrote: > >>> On 14/08/17 12:31, Arun Isaac wrote: > >>> > Does `parallel' work for anybody? When I run > >>> > > >>> > $ ls

Re: tree doesn't get called

2017-05-05 Thread Eric Bavier
On Fri, 5 May 2017 17:50:53 +0200 Catonano wrote: > stranded as usual. > > So here's the package > http://paste.lisp.org/display/345871 > > What is wrong with it ? > > The build fails, the build folder (kept in /tmp) is empty > > Further, when I attempt to call tree, tree

Re: in a vm

2017-04-07 Thread Eric Bavier
On Fri, 7 Apr 2017 11:17:19 +0200 Catonano wrote: > Hello, > > trying to use a vm with > > ./pre-inst-env guix system vm gnu/system/examples/bare-bones.tmpl > > From a branch in which I'm working on some packages > > When I launch the vm, the packages are not there > >

Re: a perl package

2017-03-16 Thread Eric Bavier
On Thu, 16 Mar 2017 12:42:38 +0100 Catonano wrote: > I'd like to try to package this thing > > http://search.cpan.org/~ken/xls2csv-1.07/ > > but Short answer: The cpan importer is currently not equipped to handle script-packages like this one. > > $ guix import cpan

Re: How to remove built disk-image?

2017-02-25 Thread Eric Bavier
On Sun, 26 Feb 2017 00:10:21 +0300 Dmitry Nikolaev wrote: > Hi all. > > I have successfully build disk-image using command: > > $ guix system disk-image --image-size=8G guix/gnu/system/install.scm > > Now I have 8 Gb file in my /gnu/store that I can't delete using 'sudo

Re: Recursively propagate build-system 'arguments' to dependency packages?

2017-02-06 Thread Eric Bavier
On Mon, 06 Feb 2017 21:09:33 + Myles English wrote: > Trying to define a package to be compiled by ghc-8, and I think all of > its dependencies must also be compiled by ghc-8 rather than ghc (which > is version 7). This is easy to do with one package, e.g..: > >

Re: [UX] real names exposed

2016-09-05 Thread Eric Bavier
On Sun, 04 Sep 2016 21:41:01 +0200 l...@gnu.org (Ludovic Courtès) wrote: > While playing with ‘wrap-program’, I rewrote it so create a single > wrapper and modify that wrapper when it exists instead of layering an > extra wrapper. > > Thoughts? If there are no objections, I’d like to commit

Re: [UX] real names exposed

2016-08-31 Thread Eric Bavier
On 2016-08-31 18:11, Leo Famulari wrote: On Wed, Aug 31, 2016 at 02:25:49PM -0400, Troy Sankey wrote: I understand why this happens: % khal --help Usage: .khal-real [OPTIONS] COMMAND [ARGS]... [...] but I think it sorta sucks for user experience. Just thought I'd point this out, and

Re: grub.cfg.drv gets rebuilt

2016-08-15 Thread Eric Bavier
On Mon, 15 Aug 2016 17:33:09 +0200 Vincent Legoll wrote: > I'm wondering if it's normal to have *-grub.cfg.drv rebuilt on > successive "guix system reconfigure", when nothing has > changed between first and subsequent runs. > > Is this reproducible on your GuixSD

Re: Reverse dependencies

2016-08-12 Thread Eric Bavier
On 2016-08-12 11:24, Chris Marusich wrote: Eric Bavier <ericbav...@openmailbox.org> writes: On 2016-08-11 09:43, Vincent Legoll wrote: Hello, I'm trying to understand which package(s) depends on some other package, kind of the reverse of what guix graph does (I think). I think that

Re: Reverse dependencies

2016-08-11 Thread Eric Bavier
On 2016-08-11 09:43, Vincent Legoll wrote: Hello, I'm trying to understand which package(s) depends on some other package, kind of the reverse of what guix graph does (I think). I think that `guix refresh --list-dependent foo` is what you are asking for, or at least it's close. We use it