Re: Unable to Install Rust 1.20.0 and Beyond

2018-12-20 Thread Chris Marusich
Brian Woodcox writes: > I have tried to install multiple times. > > Any ideas? How long did you wait before deciding that the process was hung? Anecdotally, I think it took my laptop about 48 hours to install rust. It needs to build a lot of rust compilers, and their tests (among other things, m

Re: WebKit: Failing to play most HTML5 videos

2018-12-20 Thread Pierre Neidhardt
OK, I had time to try your patch. It does fix the certificate issue indeed, but it turns out that it might not be the problem. See: --8<---cut here---start->8--- > *env GST_DEBUG=2 vimb > https://old.reddit.com/r/funny/comments/a53e07/finally_redone_correctly

Re: WebKit: Failing to play most HTML5 videos

2018-12-20 Thread Ricardo Wurmus
Pierre Neidhardt writes: > OK, I had time to try your patch. It does fix the certificate issue indeed, > but > it turns out that it might not be the problem. […] What plugins do you have? gst-libav does support x264 IIRC. -- Ricardo

Re: WebKit: Failing to play most HTML5 videos

2018-12-20 Thread Pierre Neidhardt
I have all of it. libx264 is linked in gst-plugins-ugly. I found some more information here: https://gstreamer.freedesktop.org/documentation/tutorials/basic/gstreamer-tools.html https://stackoverflow.com/questions/17096139/your-gstreamer-installation-is-missing-a-plug-in-gsturidecodebin Then I

Re: GC hints

2018-12-20 Thread Mark H Weaver
Hi Ludovic, Ludovic Courtès writes: > Actually, I was also wondering whether we should provide a configurable > mechanism that would, by default, automatically delete old GC roots and > maybe even run the GC automatically when needed—similar to what Git > does. > > Thoughts? I think it's reason

inconsistent Warning about locale on foreign distro?

2018-12-20 Thread zimoun
Dear, I am running Guix on the top of Debian. And I have done the hint proposed by Guix. Then e.g. `guix package -A rogue' works as expected. No more warnings. However, e.g. `guix environment --ad-hoc guile' still warns. Is it expected? Thank you for any pointers. All the best, simon

Re: WebKit: Failing to play most HTML5 videos

2018-12-20 Thread Ricardo Wurmus
Pierre Neidhardt writes: > I have all of it. > > libx264 is linked in gst-plugins-ugly. > > I found some more information here: > > https://gstreamer.freedesktop.org/documentation/tutorials/basic/gstreamer-tools.html > https://stackoverflow.com/questions/17096139/your-gstreamer-installation-is-

Re: Lock screen gnome

2018-12-20 Thread Timothy Sample
Hi Ludo and Gábor, Gábor Boskovits writes: > Hello, > > Ludovic Courtès ezt írta (időpont: 2018. dec. 19., Sze, 14:53): >> >> Hi Timothy, >> >> Timothy Sample skribis: >> >> > Someday I would like to return to fixing GDM, but I am a bit >> > traumatized. It is a very slow and frustrating pack

Re: Unable to Install Rust 1.20.0 and Beyond

2018-12-20 Thread Brian Woodcox
> On Dec 20, 2018, at 3:10 AM, Chris Marusich wrote: > > Brian Woodcox writes: > >> I have tried to install multiple times. >> >> Any ideas? > > How long did you wait before deciding that the process was hung? > Anecdotally, I think it took my laptop about 48 hours to install rust. > It nee

Re: Unable to Install Rust 1.20.0 and Beyond

2018-12-20 Thread Mark H Weaver
Hi Brian, Brian Woodcox writes: > I’m not able to install rust. Initially, I was having problems with > 1.19.0 because of memory issues. I fixed that by increasing the > memory and now 1.19.0 is installed. > > Now that I have lots of memory 16GB, and lots of hard disk space, I cannot > get 1.

Re: Stuck upgrading from Guix v0.12

2018-12-20 Thread Paul Garlick
Hi Ricardo, Thank you for your help. > I’m in the same situation upgrading a machine that didn’t have an > Internet connection for months. > > Here’s what I do: > > - use a git checkout to jump to commit > b0cb92b2d43a2c4d5fa9b3f8c04c5732c60061e7, which adds guile-gcrypt > > - ./bootstrap &&

Re: GC hints

2018-12-20 Thread Alex Kost
Mark H Weaver (2018-12-20 07:12 -0500) wrote: > Hi Ludovic, > > Ludovic Courtès writes: > >> Actually, I was also wondering whether we should provide a configurable >> mechanism that would, by default, automatically delete old GC roots and >> maybe even run the GC automatically when needed—simila

Re: WebKit: Failing to play most HTML5 videos

2018-12-20 Thread Ricardo Wurmus
Pierre Neidhardt writes: > You are right, this was it! Thank you so much! > > So, what about your patch now? Shall we merge it? The patch is a bit crude. We shouldn’t hard-code the location of the cert bundle. Instead we should run getenv to get the location from one of the common environm