From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: core-updates frozen Date: Wed, 18 Jun 2014 13:03:43 -0400 Message-ID: <87oaxqywsw.fsf@yeeloong.lan> References: <871tx0xv32.fsf@gnu.org> <87k38ih4cr.fsf@gnu.org> <87lhsx1y00.fsf@yeeloong.lan> <87r42pfgf8.fsf@gnu.org> <87sin2yxxx.fsf@yeeloong.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxJHi-0005sD-0K for guix-devel@gnu.org; Wed, 18 Jun 2014 13:04:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxJHc-0001tL-LA for guix-devel@gnu.org; Wed, 18 Jun 2014 13:04:29 -0400 In-Reply-To: <87sin2yxxx.fsf@yeeloong.lan> (Mark H. Weaver's message of "Wed, 18 Jun 2014 12:39:06 -0400") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Mark H Weaver writes: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: >> Unfortunately, the MIPS box for Hydra is currently off-line, so I don=E2= =80=99t >> have any feedback. It would be great if you could start building the >> branch. > > I tried building 'hello' with v0.6-389-g1319cfe and got as far as gawk, > which failed its test suite with the following log tail: > > =3D=3D=3D=3D=3D=3D=3D=3D Done with tests that can vary based on character= set or locale support =3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D Starting shared library tests =3D=3D=3D=3D=3D=3D= =3D=3D > make[2]: Entering directory '/tmp/nix-build-gawk-4.1.1.drv-0/gawk-4.1.1/t= est' > fnmatch > ./fnmatch.ok _fnmatch differ: char 1, line 1 > Makefile:3631: recipe for target 'fnmatch' failed gawk-4.1.1/test/_fnmatch contains the following: --8<---------------cut here---------------start------------->8--- gawk: fnmatch.awk:1: error: can't open shared library `fnmatch' for reading= (No such file or directory) EXIT CODE: 1 --8<---------------cut here---------------end--------------->8--- Mark