From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23165: Test suite failures building 0.10.0 on CentOS7 Date: Mon, 18 Apr 2016 19:44:31 +0200 Message-ID: <87a8kq95hc.fsf@gnu.org> References: <0296d40916d54cf5ac592c9620b6be17@exchsrv2.sgc.loc> <8760w3bre5.fsf@gnu.org> <87lh4zcc1e.fsf@gnu.org> 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]:41873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asDEP-0004xm-Ej for bug-guix@gnu.org; Mon, 18 Apr 2016 13:45:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asDEL-0005dy-P7 for bug-guix@gnu.org; Mon, 18 Apr 2016 13:45:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55533) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asDEL-0005dr-MQ for bug-guix@gnu.org; Mon, 18 Apr 2016 13:45:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1asDEL-0002xV-J3 for bug-guix@gnu.org; Mon, 18 Apr 2016 13:45:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87lh4zcc1e.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 31 Mar 2016 10:00:13 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: "Cook, Malcolm" Cc: 23165@debbugs.gnu.org, request@debbugs.gnu.org retitle 23165 Tests fail when 'HOME' is unset close 23165 thanks ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > "Cook, Malcolm" skribis: [...] >> In guix/cve.scm: >> 76: 2 [call-with-cve-port # 518400 ...] >> In guix/http-client.scm: >> 300: 1 [http-fetch/cached # # 518400 ...] >> In unknown file: >> ?: 0 [string-append #f "/http/" "Fjb931UJRoTPOjHq6hc1oawK9bCopdhOoX9g= rKLx71Q=3D"] >> >> ERROR: In procedure string-append: >> ERROR: In procedure string-append: Wrong type (expecting string): #f' > > This is a harmless failure: it indicates that neither the HOME nor the > XDG_CACHE_HOME environment variables are defined in the build > environment. Commit dd1d09f7e4c522d2185eda9c806ea525e10172be should avoid this situation. Ludo=E2=80=99.