From debbugs-submit-bounces@debbugs.gnu.org Sat May 11 08:41:17 2019 Received: (at 35519) by debbugs.gnu.org; 11 May 2019 12:41:17 +0000 Received: from localhost ([127.0.0.1]:40029 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hPRJV-0005fG-DE for submit@debbugs.gnu.org; Sat, 11 May 2019 08:41:17 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21394) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hPRJT-0005f7-25 for 35519@debbugs.gnu.org; Sat, 11 May 2019 08:41:16 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1557492826; cv=none; d=zoho.com; s=zohoarc; b=nCL1NWUnIqygvCxVAHjPlBNWKKREaTkByVszYclX30AeshNdnr7VVwONEVTekqPEIUSeZ+x+bvsiWdF8EVe3wf5ng+V9S6ZcSunj3N1udIlhVczzWoBWY+5mBayFyoiQYFuNntsZSWynrItcaOSvI6AsXdfzLsSr6yvH7iFW6Jg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1557492826; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=w7Ev0Di9VbMki7vHEEqYkmZ3rd/Oo2wMeq/LdLsje+s=; b=b7JWua0vN4NYqREuvS56q1r24AKjOD64NcJc5oaAAjHc/UfoA7Emlg2mn9wk1kMMrtGUiTngp+DrNaFpgCPZLULBIBKuGDi7KIHsT15AXPLuwtDmlBtPxkRb3hCy7nOoiaTVR6HiLDmDSF5yTyu93MF6yxPrCbipCPjpmsqdEZE= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1557492826; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=492; bh=w7Ev0Di9VbMki7vHEEqYkmZ3rd/Oo2wMeq/LdLsje+s=; b=Tit72h8iqw5edsf8dkmNGRbSssFRGGncDhytI0f4VuGRCJkCOnPsKfqw76nRznII dhLgayXSqnhkPYOV5fK7VUFNyyTJ1h1+Yye87oIJConOX+WBC/0cIdLMO95QrN6cJDX WUbT3jyS2lkO/Jk7eWnl9rkO2yBQE1SsAVqdMzD0= Received: from localhost (141.80.245.120 [141.80.245.120]) by mx.zohomail.com with SMTPS id 155749282461248.149148481269094; Fri, 10 May 2019 05:53:44 -0700 (PDT) References: <871s1ion48.fsf@netris.org> User-agent: mu4e 1.2.0; emacs 26.2 From: Ricardo Wurmus To: Danny Milosavljevic Subject: Re: bug#35519: librsvg broken on i686-linux In-reply-to: <871s1ion48.fsf@netris.org> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Fri, 10 May 2019 14:53:40 +0200 Message-ID: <87h8a2sc6j.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35519 Cc: 35519@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, > Hydra failed to build librsvg on i686-linux, because it depends on Rust > which is still broken on i686-linux in Guix. Danny opened a bug report with the mrustc upstream: https://github.com/thepowersgang/mrustc/issues/108 The last message there tells us to try again with current HEAD on master. If this fails I think it=E2=80=99s acceptable to use a binary for = the very first Rust on i686; we would skip the use of mrustc on i686 then. Not great. -- Ricardo