Re: problem with building gcc-cross-4.8.3 for i686-pc-gnu

2015-01-31 Thread Marek Benc
Could you try out the patch in this email? Now, the problem is that GCC is configured with the native ld.so as the target system's dynamic linker. I'm not sure what code is responsible for that, but on the wip-hurd branch, this exact same problem happens for other platforms as well. In part

wicd porting so far.

2015-01-31 Thread Omar Radwan
To begin with, I haven't gotten very far. I'm reading through the manual, and the first thing I figured out what to do is write the package definition, http://pastebin.com/2q7LCv2i . I'm not sure what exactly to do with it, it was something about putting it in the guix build tree. Though I'm not

Re: wicd porting so far.

2015-01-31 Thread Cyril Roelandt
Hey, On 01/31/2015 08:21 PM, Omar Radwan wrote: > To begin with, I haven't gotten very far. > > I'm reading through the manual, and the first thing I figured out what to > do is write the package definition, http://pastebin.com/2q7LCv2i . > > I'm not sure what exactly to do with it, it was somet

[PATCH v2]: Add Ardour.

2015-01-31 Thread Ricardo Wurmus
Hi Guix, This is a new version of my previous patch series towards Ardour. The attached patches replace (and partially repeat) those contained in the following emails: * waf build system (unchanged): http://lists.gnu.org/archive/html/guix-devel/2015-01/msg00439.html * JACK2, aubio, libl

[PATCH] Set Emacs indentation for `wrap-program'.

2015-01-31 Thread "Taylan Ulrich Bayırlı/Kammer"
===File /home/tub/media/src/guix/0001-Set-Emacs-indentation-for-wrap-program.patch=== >From f7f3ce7140c82380e68ba3299ac17555268b8155 Mon Sep 17 00:00:00 2001 From: Taylan Ulrich B Date: Sat, 29 Nov 2014 13:36:24 +0100 Subject: [PATCH 1/2] Set Emacs indentation for `wrap-program'. * .dir-locals.e

[PATCH] gnu: Add dnsmasq.

2015-01-31 Thread "Taylan Ulrich Bayırlı/Kammer"
===File /home/tub/media/src/guix/0002-gnu-Add-dnsmasq.patch=== >From f943afbfcdbe78a91064844609391373c845b498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Sat, 31 Jan 2015 21:51:08 +0100 Subject: [PATCH 2/2] gnu: Add dnsmasq. * gnu-system.am (GNU_S

[PATCH] gnu: Add ngircd.

2015-01-31 Thread "Taylan Ulrich Bayırlı/Kammer"
===File /home/tub/media/src/guix/0001-gnu-Add-ngircd.patch=== >From 5b4569f28f675f7091484133ae430384db585f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Sat, 31 Jan 2015 22:03:25 +0100 Subject: [PATCH] gnu: Add ngircd. * gnu-system.am (GNU_SYSTEM_

Re: problem with building gcc-cross-4.8.3 for i686-pc-gnu

2015-01-31 Thread Marek Benc
Disregard the previous mail, I figured most of it out. The attached patch does the following: 1.) Adds the name of the dynamic linker to gnu/packages/bootstrap.scm 2.) Adds code to gnu/package/gcc to substitute the default dynamic linker in gcc/config/arch/gnu.h for the one to be used. 3.

[PATCH] gnu: Add polipo.

2015-01-31 Thread "Taylan Ulrich Bayırlı/Kammer"
===File /home/tub/media/src/guix/0001-gnu-Add-polipo.patch=== >From 5178c21a46062b328677cfa2015419c270c6536b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Sun, 1 Feb 2015 00:03:19 +0100 Subject: [PATCH] gnu: Add polipo. * gnu-system.am (GNU_SYSTEM_M

Re: [PATCH] gnu: Add ngircd.

2015-01-31 Thread Taylan Ulrich Bayırlı/Kammer
Please use this updated patch; it adds zlib and gnutls and enables IPv6: >From 444dc72eff46ceb343fcdfdfc368390417201002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Sat, 31 Jan 2015 22:03:25 +0100 Subject: [PATCH] gnu: Add ngircd. * gnu-system.am (

[PATCH] gnu: Add moreutils.

2015-01-31 Thread Taylan Ulrich Bayırlı/Kammer
>From c770ed88c66c10de47e8fe7f84c3df6cf7b14aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Sun, 1 Feb 2015 02:21:11 +0100 Subject: [PATCH] gnu: Add moreutils. * gnu-system.am (GNU_SYSTEM_MODULES): Add moreutils.scm. * gnu/packages/moreutils.scm: Ne

Re: [PATCH] gnu: Add moreutils.

2015-01-31 Thread David Thompson
"Taylan Ulrich Bayırlı/Kammer" writes: > From c770ed88c66c10de47e8fe7f84c3df6cf7b14aa4 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= > > Date: Sun, 1 Feb 2015 02:21:11 +0100 > Subject: [PATCH] gnu: Add moreutils. > > * gnu-system.am (GNU_SYSTEM_MODULES)

Re: wicd porting so far.

2015-01-31 Thread Omar Radwan
>Then make && ./pre-inst-env guix build wicd For starters, the make command returns an error "make: *** No targets specified and no makefile found. Stop." Though there clearly are 2 makefiles. Makefile.in and Makefile.am On Sat, Jan 31, 2015 at 11:27 AM, Cyril Roelandt wrote: > Hey, > > On 01/

Re: wicd porting so far.

2015-01-31 Thread David Thompson
Omar Radwan writes: >>Then make && ./pre-inst-env guix build wicd > > For starters, the make command returns an error > "make: *** No targets specified and no makefile found. Stop." > > Though there clearly are 2 makefiles. Makefile.in and Makefile.am You need to run the './bootstrap' script fir

Installation media requests

2015-01-31 Thread Kete Foy
In my opinion, the installation media needs 2 features: Colemak and wireless instructions.

Re: wicd porting so far.

2015-01-31 Thread Omar Radwan
>You need to run the './bootstrap' script first. See the 'HACKING' file >for more details about building from git. after install autoconf as the hacking file suggested, the ./bootstrap now complains about not having autopoint to run On Sat, Jan 31, 2015 at 6:58 PM, David Thompson wrote: > Oma

Re: wicd porting so far.

2015-01-31 Thread David Thompson
Omar Radwan writes: >>You need to run the './bootstrap' script first. See the 'HACKING' file >>for more details about building from git. > > after install autoconf as the hacking file suggested, the ./bootstrap now > complains about not having autopoint to run You must also install GNU Gettext,

Re: Installation media requests

2015-01-31 Thread Omar Radwan
>In my opinion, the installation media needs 2 features: Colemak and wireless instructions. Colemak is not very widely used, but I'm not in charge of that, so I don't know if it'll happen. While wireless right now is in the works. And I would expect it to be in by 0.9. On Sat, Jan 31, 2015 at 7:0

Re: [PATCH] gnu: Add moreutils.

2015-01-31 Thread Mark H Weaver
David Thompson writes: > "Taylan Ulrich Bayırlı/Kammer" writes: > >> From c770ed88c66c10de47e8fe7f84c3df6cf7b14aa4 Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= >> >> Date: Sun, 1 Feb 2015 02:21:11 +0100 >> Subject: [PATCH] gnu: Add moreutils. >> >> *

It's 2015 now

2015-01-31 Thread Mark H Weaver
Many people are posting new patches with 2014 in the copyright dates. It's 2015 now :) Mark

Re: [PATCH] gnu: Add dnsmasq.

2015-01-31 Thread Mark H Weaver
taylanbayi...@gmail.com ("Taylan Ulrich "Bayırlı/Kammer\"") writes: > From f943afbfcdbe78a91064844609391373c845b498 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= > > Date: Sat, 31 Jan 2015 21:51:08 +0100 > Subject: [PATCH 2/2] gnu: Add dnsmasq. > > * gnu

Re: [PATCH] gnu: Add polipo.

2015-01-31 Thread Mark H Weaver
taylanbayi...@gmail.com ("Taylan Ulrich "Bayırlı/Kammer\"") writes: > From 5178c21a46062b328677cfa2015419c270c6536b Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= > > Date: Sun, 1 Feb 2015 00:03:19 +0100 > Subject: [PATCH] gnu: Add polipo. > > * gnu-syste

Re: [PATCH] gnu: Add ngircd.

2015-01-31 Thread Mark H Weaver
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > From 444dc72eff46ceb343fcdfdfc368390417201002 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= > > Date: Sat, 31 Jan 2015 22:03:25 +0100 > Subject: [PATCH] gnu: Add ngircd. > > * gnu-system.