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 >>