From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 6PpWEeJDqmJDdAAAbAwnHQ (envelope-from ) for ; Wed, 15 Jun 2022 22:41:06 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 6IRAEeJDqmI9yQAAauVa8A (envelope-from ) for ; Wed, 15 Jun 2022 22:41:06 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D9F5210DBC for ; Wed, 15 Jun 2022 22:41:05 +0200 (CEST) Received: from localhost ([::1]:40844 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o1Zp2-0000Cd-Rs for larch@yhetil.org; Wed, 15 Jun 2022 16:41:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54762) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1Zo8-0000A1-1P for bug-guix@gnu.org; Wed, 15 Jun 2022 16:40:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46096) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o1Zo4-0001Cl-3x for bug-guix@gnu.org; Wed, 15 Jun 2022 16:40:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o1Zo3-0000sn-0t for bug-guix@gnu.org; Wed, 15 Jun 2022 16:40:03 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#55596: Guix/Guile segfaults on `guix import texlive` Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 15 Jun 2022 20:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55596 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Tobias Geerinckx-Rice Cc: 55596@debbugs.gnu.org, jackhill@jackhill.us, 55587@debbugs.gnu.org, hugonobrega@ic.ufrj.br Received: via spool by 55596-submit@debbugs.gnu.org id=B55596.16553255973368 (code B ref 55596); Wed, 15 Jun 2022 20:40:02 +0000 Received: (at 55596) by debbugs.gnu.org; 15 Jun 2022 20:39:57 +0000 Received: from localhost ([127.0.0.1]:39992 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1Znn-0000rt-3r for submit@debbugs.gnu.org; Wed, 15 Jun 2022 16:39:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41446) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1ZnY-0000rF-Uz; Wed, 15 Jun 2022 16:39:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45322) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1ZnQ-0000gG-P2; Wed, 15 Jun 2022 16:39:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=y8nyMoH3ppVz8fEMvTZvkpVWPo8R4LDL0VsD81+M+iQ=; b=DpXUTZv98+A13qE9kVTo 4jZ4AKvWyuTMn6jlzUQD0l8jSekIWAx7QBqjWQNQvFeLCxEbWkporJZEN8H6fhJXq6RYQ73c9mKfl /a2ytSmLTX22slfAhXMINLld/ltB4ru5kxhwkbVecgALjkIKzTBHUuGRsCXrzmUjJLQib12IDYDuH 1qSLTj6QUrOEwLMztLJeI66MzxiW1xC1SnusT+wCQ81qcYuI0xMWxrkYID5qUdJXYpHtm1LdKdbfa qN63TjJi+yUTt2I9EgKGrVgVEtBOZ3OGpOhxGJEywZ45Qmtjl+LOD8MJnHl7JJ8w7aIi/JjQxfM+D ln3yZNTlCNCqVw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:61745 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1ZnQ-0006UI-Bh; Wed, 15 Jun 2022 16:39:24 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87o7zpiaa8.fsf@gmail.com> <878rqpj3vz.fsf@gnu.org> <878rqpxhxy.fsf@gmail.com> <875ylpbmna.fsf_-_@gnu.org> <87y1ylwkm8@nckx> Date: Wed, 15 Jun 2022 22:39:21 +0200 In-Reply-To: <87y1ylwkm8@nckx> (Tobias Geerinckx-Rice's message of "Sat, 28 May 2022 20:51:53 +0200") Message-ID: <87sfo5psp2.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1655325665; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=y8nyMoH3ppVz8fEMvTZvkpVWPo8R4LDL0VsD81+M+iQ=; b=H2/tuhg7WOnekt99QPcLhc11tASfFXvAEu4NzZzmWduEPVWBY5Wh+NzODmSJXoCRRTzvt5 ho4yHO7a/5VwZjxNXaST5GbSuOz4Ftqkoo3i/CiFwdH/I6e5T/1827PUjpvfy9o2pfFoJu 65ogtKU7b1dCmXzNkjZMIWBlF/d2xGoU0MW4B7Pc0ZFlOO04fX7M1jcYzmCdQ+LCkIDyFu yUY2BiXydDsdI81GlgajWq9RlC2ZoBWfC7hur9iRTbre4061iua0QEhyuIi+/Q5JP2n9EC BP0wHMIxMMzGmwo/xr7tPTqQuAF2bkJwDte19GX2B5SXvH3nZgtICL3ABBJ/BA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655325665; a=rsa-sha256; cv=none; b=eUsAkuFi8z1msCBAXBxEIItqEYvZwLvttF4NLe2fJL4sQYspcxAtGJ2yJLwUn7ZOfV0ENk Uyt0bkTOcYi8rndoR9w7McVgJkpMol3aKxeYQ4edb5B8vrtcpUP5OA756H7jFBfQp+hiMc iSZcwQ04b9FswARXUQZwM6fwDJmNp19yIBrfaSa5AVWvYdqiy8g4PEqRhmhStMIhhta2Mi 1ZXN+N0BfJm8RQPQxbEBa9bt5MNApSjUMbeITBbM19dLQwYhJP1GiHSoIFRR0wveDU0zRL 9szIg5j1hJ6RO87thU6+tf+VbEz7jBPCLGcvQwffhLSVm3Pyp0GSrhotABnGWA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=DpXUTZv9; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.99 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=DpXUTZv9; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: D9F5210DBC X-Spam-Score: -4.99 X-Migadu-Scanner: scn0.migadu.com X-TUID: fgsEbPqmkZGF Hello, Tobias Geerinckx-Rice skribis: > I think you might be barking up the wrong tree (or, likely, that there > are multiple trees here). I could reproduce the segfault on Guix > System and encouraged Jack to file this bug. > > It's not foreign-distro-related. The process actually segfaulting is > Guix, not svn, possibly due to a missing svn. I don=E2=80=99t think so; the error message that was reported is: command "svn" "export" "--non-interactive" "--trust-server-cert" "-r" "59= 745" "svn://www.tug.org/texlive/tags/texlive-2021.3/Master/texmf-dist/doc/l= atex/cite/" "/tmp/guix-directory.09UnsN/doc/latex/cite/" failed with signal= 11 It=E2=80=99s a message from =E2=80=98report-invoke-error=E2=80=99 in (guix = build utils). It=E2=80=99s really svn that=E2=80=99s segfaulting. Should we close and reopen if/when we have more info? Thanks, Ludo=E2=80=99.