From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Problem with Tor & IceCat Date: Mon, 07 Jan 2019 09:16:30 +0100 Message-ID: <87tvikrig1.fsf@elephly.net> References: <20190106191314.5e57d87a@e.mail.de> <87muod7dkg.fsf@dismail.de> <20190107024136.180582c8@e.mail.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:52071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggQKG-0007sd-K5 for help-guix@gnu.org; Mon, 07 Jan 2019 03:32:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggQKF-0002nR-Ry for help-guix@gnu.org; Mon, 07 Jan 2019 03:32:00 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21714) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ggQKF-0002mo-K7 for help-guix@gnu.org; Mon, 07 Jan 2019 03:31:59 -0500 In-reply-to: <20190107024136.180582c8@e.mail.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Archetyp Jung Cc: help-guix@gnu.org Hi Archetyp, > Thanks, actually this would be the solution for me, but now I've > probably stumbled upon a real problem: > > user@gnu ~$ su > Password: ....... > root@gnu /home/user# guix system reconfigure /etc/config.scm > ....... > ....... > The following profile hooks will be built: > /gnu/store/rdc3rj3ycgvp4ryzjn0f30cpnpcq659m-manual-database.drv > /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv > /gnu/store/vq23i377lxy5fr04400kigpj34ah89h6-xdg-mime-database.drv > /gnu/store/zzy8vi3lp6h6f4lzxdrhs1zz975pn8p2-xdg-desktop-database.drv > building directory of Info manuals... > builder for `/gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv' > failed with exit code 1 build > of /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv failed This is probably this bug: https://issues.guix.info/issue/28144 It=E2=80=99s a bug in Guile that results in miscompilation. --=20 Ricardo