From mboxrd@z Thu Jan 1 00:00:00 1970 From: Omar Radwan Subject: wicd porting so far. Date: Sat, 31 Jan 2015 11:21:48 -0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11407bc4e99708050df7a19a Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHdc6-0001kB-Ti for guix-devel@gnu.org; Sat, 31 Jan 2015 14:21:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHdc5-0005wa-3B for guix-devel@gnu.org; Sat, 31 Jan 2015 14:21:50 -0500 Received: from mail-ie0-x232.google.com ([2607:f8b0:4001:c03::232]:36337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHdc4-0005wL-UI for guix-devel@gnu.org; Sat, 31 Jan 2015 14:21:49 -0500 Received: by mail-ie0-f178.google.com with SMTP id rd18so933379iec.9 for ; Sat, 31 Jan 2015 11:21:48 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel --001a11407bc4e99708050df7a19a Content-Type: text/plain; charset=UTF-8 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 100% sure what that is. Another thing that I'm a bit confused about is the base32 string in the beginning of each store file in /gnu/store*, is it after you build a package def, you "guix hash" it or is there another process. And with the service definition for dmd, I think we can worry about that later, after we've ported guix. --001a11407bc4e99708050df7a19a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
To begin with, I haven't gotten very far.=C2=A0
I'm reading through the manual, and the first thing I figu= red out what to do is write the package definition,=C2=A0http://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 100% sure what that = is.=C2=A0

Another thing that I'm a bit confuse= d about is the base32 string in the beginning of each store file in /gnu/st= ore*, is it after you build a package def, you "guix hash" it or = is there another process.=C2=A0

And with the servi= ce definition for dmd, I think we can worry about that later, after we'= ve ported guix.=C2=A0
--001a11407bc4e99708050df7a19a-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: wicd porting so far. Date: Sat, 31 Jan 2015 20:27:32 +0100 Message-ID: <54CD2CA4.1080608@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHdhk-0002ZV-Rr for guix-devel@gnu.org; Sat, 31 Jan 2015 14:27:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHdhg-0007Yk-08 for guix-devel@gnu.org; Sat, 31 Jan 2015 14:27:40 -0500 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:37079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHdhf-0007YY-Q8 for guix-devel@gnu.org; Sat, 31 Jan 2015 14:27:35 -0500 Received: by mail-wg0-f46.google.com with SMTP id l2so32245827wgh.5 for ; Sat, 31 Jan 2015 11:27:35 -0800 (PST) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org 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 something about putting it > in the guix build tree. Though I'm not 100% sure what that is. > Clone the git repository: git clone git://git.savannah.gnu.org/guix.git Then cd guix and copy your recipe in gnu/packages/wicd.scm. Then make && ./pre-inst-env guix build wicd There will likely be a bunch of errors that you will have to figure out how to fix :) Do not hesitate to ask for help either on this mailing-list or on #guix on Freenode. Cyril. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Omar Radwan Subject: Re: wicd porting so far. Date: Sat, 31 Jan 2015 18:19:19 -0800 Message-ID: References: <54CD2CA4.1080608@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11407bc4174ca4050dfd77a3 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHk89-0005Ld-Us for guix-devel@gnu.org; Sat, 31 Jan 2015 21:19:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHk88-0005vK-43 for guix-devel@gnu.org; Sat, 31 Jan 2015 21:19:21 -0500 Received: from mail-ie0-x232.google.com ([2607:f8b0:4001:c03::232]:53195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHk87-0005vD-Va for guix-devel@gnu.org; Sat, 31 Jan 2015 21:19:20 -0500 Received: by mail-ie0-f178.google.com with SMTP id rd18so1928334iec.9 for ; Sat, 31 Jan 2015 18:19:19 -0800 (PST) In-Reply-To: <54CD2CA4.1080608@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Cyril Roelandt Cc: guix-devel --001a11407bc4174ca4050dfd77a3 Content-Type: text/plain; charset=UTF-8 >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/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 something about putting > it > > in the guix build tree. Though I'm not 100% sure what that is. > > > > Clone the git repository: > > git clone git://git.savannah.gnu.org/guix.git > > Then cd guix and copy your recipe in gnu/packages/wicd.scm. > > Then make && ./pre-inst-env guix build wicd > > There will likely be a bunch of errors that you will have to figure out > how to fix :) Do not hesitate to ask for help either on this > mailing-list or on #guix on Freenode. > > > Cyril. > --001a11407bc4174ca4050dfd77a3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
>Then make && ./= pre-inst-env guix build wicd

For starters, the make command returns an error
"m= ake: *** No targets specified and no makefile found. Stop."

Tho= ugh there clearly are 2 makefiles. Makefile.in and Makefile.am
<= div class=3D"gmail_extra">
On Sat, Jan 31, 20= 15 at 11:27 AM, Cyril Roelandt <tipecaml@gmail.com> wrote:<= br>
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 something about pu= tting it
> in the guix build tree. Though I'm not 100% sure what that is.
>

Clone the git repository:

git clone git://git.savannah.gnu.org/guix.git

Then cd guix and copy your recipe in gnu/packages/wicd.scm.

Then make && ./pre-inst-env guix build wicd

There will likely be a bunch of errors that you will have to figure out
how to fix :) Do not hesitate to ask for help either on this
mailing-list or on #guix on Freenode.


Cyril.

--001a11407bc4174ca4050dfd77a3-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: Re: wicd porting so far. Date: Sat, 31 Jan 2015 21:58:51 -0500 Message-ID: <87zj8yjq1g.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> References: <54CD2CA4.1080608@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHkkQ-0002eD-1X for guix-devel@gnu.org; Sat, 31 Jan 2015 21:58:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHkkP-00017Z-07 for guix-devel@gnu.org; Sat, 31 Jan 2015 21:58:54 -0500 Received: from mail.fsf.org ([208.118.235.13]:56526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHkkO-00017V-TT for guix-devel@gnu.org; Sat, 31 Jan 2015 21:58:52 -0500 In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Omar Radwan , Cyril Roelandt Cc: guix-devel 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 first. See the 'HACKING' file for more details about building from git. -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate From mboxrd@z Thu Jan 1 00:00:00 1970 From: Omar Radwan Subject: Re: wicd porting so far. Date: Sat, 31 Jan 2015 19:04:52 -0800 Message-ID: References: <54CD2CA4.1080608@gmail.com> <87zj8yjq1g.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013d052005a92c050dfe1ae7 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHkqE-0004M3-I5 for guix-devel@gnu.org; Sat, 31 Jan 2015 22:04:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHkqD-00032X-Hw for guix-devel@gnu.org; Sat, 31 Jan 2015 22:04:54 -0500 Received: from mail-ie0-x236.google.com ([2607:f8b0:4001:c03::236]:62642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHkqD-00032N-D3 for guix-devel@gnu.org; Sat, 31 Jan 2015 22:04:53 -0500 Received: by mail-ie0-f182.google.com with SMTP id ar1so11180182iec.13 for ; Sat, 31 Jan 2015 19:04:53 -0800 (PST) In-Reply-To: <87zj8yjq1g.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel --089e013d052005a92c050dfe1ae7 Content-Type: text/plain; charset=UTF-8 >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: > 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 first. See the 'HACKING' file > for more details about building from git. > > -- > David Thompson > Web Developer - Free Software Foundation - http://fsf.org > GPG Key: 0FF1D807 > Support the FSF: https://fsf.org/donate > --089e013d052005a92c050dfe1ae7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
>You need to run the = 9;./bootstrap' script first.=C2=A0 See the 'HACKING' file
>for more d= etails about building from git.

after install autoconf as the hacking file su= ggested, the ./bootstrap now complains about not having autopoint to run


On Sat, Jan 31, 2015 at 6:58 PM, David Thompson &l= t;dthompson2@= worcester.edu> wrote:
Omar Radwan <tox= emicsquire4@gmail.com> 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 first.=C2=A0 See th= e 'HACKING' file
for more details about building from git.

--
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https= ://fsf.org/donate

--089e013d052005a92c050dfe1ae7-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: Re: wicd porting so far. Date: Sat, 31 Jan 2015 22:08:11 -0500 Message-ID: <87vbjmjplw.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> References: <54CD2CA4.1080608@gmail.com> <87zj8yjq1g.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHktT-0004dw-Ti for guix-devel@gnu.org; Sat, 31 Jan 2015 22:08:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHktS-0004Eb-TC for guix-devel@gnu.org; Sat, 31 Jan 2015 22:08:15 -0500 Received: from mail.fsf.org ([208.118.235.13]:56864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHktS-0004EW-PY for guix-devel@gnu.org; Sat, 31 Jan 2015 22:08:14 -0500 In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Omar Radwan Cc: guix-devel 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, also mentioned in the HACKING file. -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate From mboxrd@z Thu Jan 1 00:00:00 1970 From: Omar Radwan Subject: Re: wicd porting so far. Date: Sun, 1 Feb 2015 12:25:36 -0800 Message-ID: References: <54CD2CA4.1080608@gmail.com> <87zj8yjq1g.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87vbjmjplw.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1140dc62eeab6d050e0ca3cc Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YI15P-00030x-JI for guix-devel@gnu.org; Sun, 01 Feb 2015 15:25:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YI15N-00022N-BD for guix-devel@gnu.org; Sun, 01 Feb 2015 15:25:39 -0500 Received: from mail-ig0-x22b.google.com ([2607:f8b0:4001:c05::22b]:38903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YI15N-000223-5x for guix-devel@gnu.org; Sun, 01 Feb 2015 15:25:37 -0500 Received: by mail-ig0-f171.google.com with SMTP id r10so13944286igi.4 for ; Sun, 01 Feb 2015 12:25:36 -0800 (PST) In-Reply-To: <87vbjmjplw.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson , guix-devel --001a1140dc62eeab6d050e0ca3cc Content-Type: text/plain; charset=UTF-8 Ok, so far, I've got the build environment setup, but I realized that I must have urwid to get an ncurses interface in wicd, so I'm doing that first. Here is the urwid.scm http://paste.lisp.org/display/14553 before you point out anything, I plan to put it on the python.scm file, just not right now because I don't want to get confused or anything. Here is the error file after I ./configure, make, ./pre-inst-env guix build urwid http://paste.lisp.org/display/145537 Also notice that I didn't change the hash, it's the same one as the less.scm hash. I still don't know how to generate the base32 string. Any help is greatly appreciated. On Sat, Jan 31, 2015 at 7:08 PM, David Thompson wrote: > 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, also mentioned in the HACKING file. > > -- > David Thompson > Web Developer - Free Software Foundation - http://fsf.org > GPG Key: 0FF1D807 > Support the FSF: https://fsf.org/donate > --001a1140dc62eeab6d050e0ca3cc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Ok, so far, I've got the build environment setup, but = I realized that I must have urwid to get an ncurses interface in wicd, so I= 'm doing that first. Here is the urwid.scm=C2=A0http://paste.lisp.org/display/14553 before you= point out anything, I plan to put it on the python.scm file, just not righ= t now because I don't want to get confused or anything. Here is the err= or file after I ./configure, make, ./pre-inst-env guix build urwid=C2=A0http://paste.lisp.org/display= /145537 Also notice that I didn't change the hash, it's the sam= e one as the less.scm hash. I still don't know how to generate the base= 32 string. Any help is greatly appreciated.=C2=A0

On Sat, Jan 31, 2015 at 7:08 PM, Davi= d Thompson <dthompson2@worcester.edu> wrote:
Omar Radwan <toxemicsquire4@gmail.com> writes:

>>You need to run the './bootstrap' script first.=C2=A0 See t= he '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, also mentioned in the HACKING fil= e.

--
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https= ://fsf.org/donate

--001a1140dc62eeab6d050e0ca3cc-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: wicd porting so far. Date: Mon, 02 Feb 2015 22:16:28 +0800 Message-ID: <87vbjkxutf.fsf@gmail.com> References: <54CD2CA4.1080608@gmail.com> <87zj8yjq1g.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <87vbjmjplw.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIHna-0000lK-G9 for guix-devel@gnu.org; Mon, 02 Feb 2015 09:16:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIHnX-0004BW-9x for guix-devel@gnu.org; Mon, 02 Feb 2015 09:16:22 -0500 Received: from mail-pa0-x233.google.com ([2607:f8b0:400e:c03::233]:49909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIHnX-0004BO-34 for guix-devel@gnu.org; Mon, 02 Feb 2015 09:16:19 -0500 Received: by mail-pa0-f51.google.com with SMTP id fb1so83015852pad.10 for ; Mon, 02 Feb 2015 06:16:18 -0800 (PST) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Omar Radwan , David Thompson , guix-devel Omar Radwan writes: > Ok, so far, I've got the build environment setup, but I realized that I > must have urwid to get an ncurses interface in wicd, so I'm doing that > first. Here is the urwid.scm http://paste.lisp.org/display/14553 It's "utils-group". Wrong URL? > before you > point out anything, I plan to put it on the python.scm file, just not right > now because I don't want to get confused or anything. Here is the error > file after I ./configure, make, ./pre-inst-env guix build urwid > http://paste.lisp.org/display/145537 Also notice that I didn't change the > hash, it's the same one as the less.scm hash. I still don't know how to > generate the base32 string. Any help is greatly appreciated. Execute 'guix download http://xxxx/uriwd-1.3.0.tar.gz' should give the right base32ed sha256 hash, as same as 'guix hash uriwd-1.3.0.tar.gz'. > > On Sat, Jan 31, 2015 at 7:08 PM, David Thompson > wrote: > >> 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, also mentioned in the HACKING file. >> >> -- >> David Thompson >> Web Developer - Free Software Foundation - http://fsf.org >> GPG Key: 0FF1D807 >> Support the FSF: https://fsf.org/donate >>