Re: [PATCH] gnu: qt: Fix for i686.

2015-04-30 Thread Taylan Ulrich Bayırlı/Kammer
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > >> This is really hacky but seems to work. > > It seems Guix helped a Qt developer reproduce the bug and now there's a > proper fix: > > https://bugreports.qt.io/br

Re: Replacing Bower with "guix environment"

2015-04-30 Thread Christopher Allan Webber
David Thompson writes: > Ludovic Courtès writes: > >> Christopher Allan Webber skribis: >> >>> - The "hip new way" of doing things is to use Bower. Bower is a >>>package manager, but it's made specifically for static assets served >>>to the user, such as css files, fonts, javascript li

Re: [PATCH] gnu: qt: Fix for i686.

2015-04-30 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > This is really hacky but seems to work. Good. :-) > From 35fdd9e2fcd5b953b3a088d0bb22d84f7dc5ded9 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= > > Date: Fri, 24 Apr 2015 10:43:57 +02

Re: Bug in configure.ac - Wrong guile version

2015-04-30 Thread Ludovic Courtès
John Darrington skribis: > But guix does not seem to be buildable using guile-2.0.5 What makes you say so? Could you post any errors that you have? TIA, Ludo’.

Re: [PATCH] gnu: Remove gstreamer-0.10 and gst-plugins-base-0.10.

2015-04-30 Thread Ludovic Courtès
宋文武 skribis: > It have been broken for 3 month, and no one seem to be interesting to > fix it. Since no packages use it actually (only wxwidgets have a > comment), I'd like to remove them. > > What do you think? Fine with me! Ludo’.

Re: [PATCH] gnu: mesa: Add libva input.

2015-04-30 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > >> Andreas Enge writes: >> >>> On Thu, Apr 30, 2015 at 09:29:34AM +0200, Andreas Enge wrote: Then please push! >>> >>> Sorry, I forgot; maybe push to core-up

Re: [PATCH] gnu: mesa: Add libva input.

2015-04-30 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > Actually, I hit the problem again now; it's during the compilation of > .scm files. > > The problem seems to be that 'inherit' fields of packages are evaluated > eagerly, so when video.scm directly or indirectly imports gl.scm bef

[PATCH] gnu: Add markdown.

2015-04-30 Thread Mathieu Lirzin
Hello Guix! This patch adds Markdown. I don't know if 'textutils.scm' is the right place for it and since it's the first time i play with `trivial-build-system', comments and/or advices are welcomed. -- Mathieu Lirzin >From eec846d938b35b7a286660257d4f878723ad9da7 Mon Sep 17 00:00:00 2001 From:

Re: Replacing Bower with "guix environment"

2015-04-30 Thread David Thompson
Ludovic Courtès writes: > Christopher Allan Webber skribis: > >> - The "hip new way" of doing things is to use Bower. Bower is a >>package manager, but it's made specifically for static assets served >>to the user, such as css files, fonts, javascript like jquery, etc. >>Bower also

Re: Guix "ops"

2015-04-30 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> * The 'nixops' command is stateful. It stores necessary state about >> deployed systems in a special directory ($HOME/.nixops by default), >> such as the IP addresses of the deployed systems. Because of this, >> each deployment needs

Re: GuixSD in a kvm

2015-04-30 Thread Ludovic Courtès
David Thompson skribis: > Christian Thaeter writes: > >> When reconfiguring the disk to IDE or Virtio it starts booting but ends >> up in a kernel panic >> http://public.pipapo.org/guix3.png >> >> killing init? wtf anyone has an idea what could be going wrong >> there? > > The initrd script

Re: Replacing Bower with "guix environment"

2015-04-30 Thread Christopher Allan Webber
Ludovic Courtès writes: > Christopher Allan Webber skribis: > >> - The "hip new way" of doing things is to use Bower. Bower is a >>package manager, but it's made specifically for static assets served >>to the user, such as css files, fonts, javascript like jquery, etc. >>Bower also

Re: [PATCH] services: Add console-keymap service.

2015-04-30 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2015-04-29 23:23 +0300) wrote: > >> Alex Kost skribis: >> >> [...] >> >>> + (documentation >>> + (string-append "Load '" file "' console keymap (loadkeys).")) >> >> Please make it a literal string, thus omitting FILE entirely. > > OK, do you mean

Re: [PATCH] gnu: gcj: remove broken symlink and stump binaries.

2015-04-30 Thread Ricardo Wurmus
Ludovic Courtès writes: >> +(for-each delete-file >> + (map (cut string-append out <>) >> + '("/lib/jvm/jre/lib/amd64/libjawt.so" >> + "/bin/c++" >> + "/bin/cpp"

Re: [PATCH] services: Add console-keymap service.

2015-04-30 Thread Alex Kost
Ludovic Courtès (2015-04-29 23:23 +0300) wrote: > Alex Kost skribis: > > [...] > >> + (documentation >> + (string-append "Load '" file "' console keymap (loadkeys).")) > > Please make it a literal string, thus omitting FILE entirely. OK, do you mean like this?: "Load console keymap

Re: [PATCH] gnu: gcj: remove broken symlink and stump binaries.

2015-04-30 Thread Ludovic Courtès
Ricardo Wurmus skribis: > This patch adds a build phase to GCJ removing a broken symlink and a > couple of non-functional binaries, such as "gcc" or "g++". > > In a GCJ build these binaries are useless as GCJ is a GCC built only > with Java support. When GCJ is installed alongside gcc-toolchain,

Re: [PATCH] gnu: qt: Fix for i686.

2015-04-30 Thread Andreas Enge
On Thu, Apr 30, 2015 at 05:39:36PM +0200, Taylan Ulrich Bayırlı/Kammer wrote: > It seems Guix helped a Qt developer reproduce the bug This is neat! Andreas

Re: [PATCH] gnu: qt: Fix for i686.

2015-04-30 Thread Taylan Ulrich Bayırlı/Kammer
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > This is really hacky but seems to work. It seems Guix helped a Qt developer reproduce the bug and now there's a proper fix: https://bugreports.qt.io/browse/QTBUG-45205 (see bottom comment) I will try those patches out; should h

[PATCH] gnu: gcj: remove broken symlink and stump binaries.

2015-04-30 Thread Ricardo Wurmus
This patch adds a build phase to GCJ removing a broken symlink and a couple of non-functional binaries, such as "gcc" or "g++". In a GCJ build these binaries are useless as GCJ is a GCC built only with Java support. When GCJ is installed alongside gcc-toolchain, for example, there would be confli

Re: Guix "ops"

2015-04-30 Thread Ludovic Courtès
David Thompson skribis: > I'm writing this in an attempt to "think out loud" about a deployment > automation tool for GuixSD. Yay, good idea! > * The central data type is a "deployment", which is a Nix expression > consisting of one or more named OS configs > > * The OS configs contain ext

Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-04-30 Thread A. Fleckenstein
There is also notabug.org On April 30, 2015 6:39:39 AM EDT, Svante Signell wrote: >On Thu, 2015-04-30 at 11:27 +0300, Manolis Ragkousis wrote: >> Hey Andreas :D >> >> On 30 Apr 2015 00:53, "Andreas Enge" wrote: >> >> > Not to mention that github is not exactly popular in the free >> software

Re: [PATCH] gnu: mesa: Add libva input.

2015-04-30 Thread Taylan Ulrich Bayırlı/Kammer
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > Andreas Enge writes: > >> On Thu, Apr 30, 2015 at 09:29:34AM +0200, Andreas Enge wrote: >>> Then please push! >> >> Sorry, I forgot; maybe push to core-updates, or wait after it is merged >> (do we have a time line for this)? > >

Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-04-30 Thread Taylan Ulrich Bayırlı/Kammer
Svante Signell writes: > What about gitlab? The GitLab web service runs on "GitLab Enterprise Edition" which is proprietary software. The main Gitorious alternatives I'm aware of are notabug.org and gitbull.org, the former running Gogs and the latter Kallithea. Taylan

Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-04-30 Thread Svante Signell
On Thu, 2015-04-30 at 11:27 +0300, Manolis Ragkousis wrote: > Hey Andreas :D > > On 30 Apr 2015 00:53, "Andreas Enge" wrote: > > > Not to mention that github is not exactly popular in the free > software > > community, see "service as a software substitute", or > > > https://www.gnu.org/philoso

Re: Replacing Bower with "guix environment"

2015-04-30 Thread Ludovic Courtès
Christopher Allan Webber skribis: > - The "hip new way" of doing things is to use Bower. Bower is a >package manager, but it's made specifically for static assets served >to the user, such as css files, fonts, javascript like jquery, etc. >Bower also puts these in an extlib/ or what

Re: [PATCH] gnu: mpd: Add additional optional inputs.

2015-04-30 Thread Ludovic Courtès
Ricardo Wurmus skribis: > I'm unclear on how to treat optional inputs (in general and in this > particular case). Should we offer "mpd-minimal" with minimal inputs and > "mpd" with everything, or a "custom-mpd" function to create a package > with a certain feature subset? That’s one possibility

Re: [PATCH] gnu: Add soil.

2015-04-30 Thread Ludovic Courtès
David Thompson skribis: > Andreas Enge writes: [...] >>> + ;; No versioned archive available. >>> + (uri "http://www.lonesock.net/files/soil.zip";) >> >> Normally, this would not work: As soon as a new version comes out, we would >> lose the old one, except for a copy

Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-04-30 Thread Manolis Ragkousis
Hey Andreas :D On 30 Apr 2015 00:53, "Andreas Enge" wrote: > I am not quite sure how this is supposed to make things easier. Why not simply > use a branch in the guix repo (like the existing wip-hurd, or wip-wip-hurd for > very experimental changes)? Then every commit of yours will be sent to ou

Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-04-30 Thread Ludovic Courtès
Andreas Enge skribis: > On Thu, Apr 30, 2015 at 12:01:44AM +0300, Manolis Ragkousis wrote: >> I just wanted to add that I will keep a repo at github which I will upload >> any >> (serious) local changes before I send them as patches so anyone can keep >> an eye on the current status of my work.

Re: GSoC: Rohan to work on DHCP client

2015-04-30 Thread Ludovic Courtès
Hi Rohan, Rohan Prinja skribis: > Also, how do you suggest I get started with the pre-coding period? I > was thinking of rereading the ISC dhclient code, this time more > carefully, Sounds good. > and in parallel, adding some packages to the Guix to get a feel for > how porting packages to the

Re: [PATCH] gnu: mesa: Add libva input.

2015-04-30 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: > On Wed, Apr 29, 2015 at 11:52:30PM +0200, Taylan Ulrich Bayırlı/Kammer wrote: >> Right. I don't know what I did wrong before, but it actually seems to >> work fine to put it in gl.scm. New patch: > > Okay, looks good. Actually, I hit the problem again now; it's during th

Re: [PATCH] gnu: mesa: Add libva input.

2015-04-30 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: > On Thu, Apr 30, 2015 at 09:29:34AM +0200, Andreas Enge wrote: >> Then please push! > > Sorry, I forgot; maybe push to core-updates, or wait after it is merged > (do we have a time line for this)? Waiting for Ludovic's input then... Taylan

Re: [PATCH] gnu: mesa: Add libva input.

2015-04-30 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: > On Wed, Apr 29, 2015 at 11:52:30PM +0200, Taylan Ulrich Bayırlı/Kammer wrote: >> Right. I don't know what I did wrong before, but it actually seems to >> work fine to put it in gl.scm. New patch: > > Okay, looks good. > > I just realise that libva-without-mesa is maybe a

Bug in configure.ac - Wrong guile version

2015-04-30 Thread John Darrington
configure.ac contains the line: PKG_CHECK_MODULES([GUILE], [guile-2.0 >= 2.0.5]) But guix does not seem to be buildable using guile-2.0.5 J' -- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserve

Re: [PATCH] gnu: mesa: Add libva input.

2015-04-30 Thread Andreas Enge
On Thu, Apr 30, 2015 at 09:29:34AM +0200, Andreas Enge wrote: > Then please push! Sorry, I forgot; maybe push to core-updates, or wait after it is merged (do we have a time line for this)? Andreas

Re: [PATCH] gnu: mesa: Add libva input.

2015-04-30 Thread Andreas Enge
On Wed, Apr 29, 2015 at 11:52:30PM +0200, Taylan Ulrich Bayırlı/Kammer wrote: > Right. I don't know what I did wrong before, but it actually seems to > work fine to put it in gl.scm. New patch: Okay, looks good. I just realise that libva-without-mesa is maybe a semantically better name. > -