From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 28 06:09:41 2022 Received: (at 60363) by debbugs.gnu.org; 28 Dec 2022 11:09:41 +0000 Received: from localhost ([127.0.0.1]:57176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAUJZ-0004R4-G0 for submit@debbugs.gnu.org; Wed, 28 Dec 2022 06:09:41 -0500 Received: from jpoiret.xyz ([206.189.101.64]:58686) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAUJW-0004Qs-8r for 60363@debbugs.gnu.org; Wed, 28 Dec 2022 06:09:40 -0500 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id C627A184B84; Wed, 28 Dec 2022 11:09:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1672225774; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=miY6afvDAJVP38iaanbr1eOQcxlXROjWQ2TewniYaQU=; b=SweMU7YrolgbMmBypvgSXa4zl8MNz9I8MmeL+MJ1pjozDNlfaow2AWowUchBVnTFSEO2gZ HnKvSc5SbgsMJFRxS9x+cI0ky92ys4jD3HFh7DpIm4DOUiCconCdVj8L1rqxk82kS5afxR PVUJ9SABiCJP8jdXvqSEmJCaJhQQpZ/zZYNz0wzAXVabtPCHP3bEl/6gll99aVDXxBFVYR ob6NVlsjIPOYMmG6Mt+wE5kFSSyHY+MeDyQcTc17gwpOo/PQPqy7txHzk2vzQIae3zEWAi kgc1n52wAx1h1Wp1cYGmnqvmOXldrf1Qj9bq4ZXMXdMMIP+zYKwUinoWPQXY2w== From: Josselin Poiret To: Elias Kueny , 60363@debbugs.gnu.org Subject: Re: bug#60363: Texlive importer is broken In-Reply-To: <87ilhwzkpf.fsf@posteo.net> References: <87ilhwzkpf.fsf@posteo.net> Date: Wed, 28 Dec 2022 12:09:32 +0100 Message-ID: <87fsczokcz.fsf@jpoiret.xyz> MIME-Version: 1.0 Content-Type: text/plain Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spamd-Bar: / X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60363 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: 0.0 (/) Hi Elias, Elias Kueny writes: > Hello, > > The texlive importer doesn't return any package definition anymore, for example: > >> guix import texlive siunitx >> command "svn" "export" "--non-interactive" "--trust-server-cert" "-r" "59745" "svn://www.tug.org/texlive/tags/texlive-2021.3/Master/texmf-dist/doc/latex/siunitx/" "/tmp/guix-directory.Gs0bAp/doc/latex/siunitx/" failed with signal 11 >> guix import: error: failed to download description for package 'siunitx' Quick question, is `svn` available in your environment? I usually do `guix shell subversion -- guix import texlive ...`. This is an annoying shortcoming of that import command that we should be able to fix imo, especially since it's not obvious what the problem is. Best, -- Josselin Poiret