From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A693E1382C5 for ; Wed, 16 Dec 2020 18:29:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB1A3E091D; Wed, 16 Dec 2020 18:29:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96472E0903 for ; Wed, 16 Dec 2020 18:29:27 +0000 (UTC) Subject: Re: [gentoo-user] sci-libs/{amd,camd}-2.4.6/ doc wierdness To: gentoo-user@lists.gentoo.org References: <20201216173049.A953582CBBF6@turkos.aspodata.se> <1e8f2ffe-0720-a42a-0e21-9d2b7787752c@gentoo.org> From: Michael Orlitzky Message-ID: <0105de14-a276-d0c0-87fc-a79d064acc06@gentoo.org> Date: Wed, 16 Dec 2020 13:29:24 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 In-Reply-To: <1e8f2ffe-0720-a42a-0e21-9d2b7787752c@gentoo.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Archives-Salt: 23fc473a-1620-479b-9e63-16e923e985b0 X-Archives-Hash: 3e2b93c9d609e6a1175e7eebef9a937d On 12/16/20 1:17 PM, Michael Orlitzky wrote: > On 12/16/20 12:30 PM, karl@aspodata.se wrote: >> Both sci-libs/{amd,camd}-2.4.6 gives this error in their build log: >> >> ! Package inputenc Error: Unicode character ^^H (U+0008) >> (inputenc) not set up for use with LaTeX. >> > > I can reproduce this... I'll take a look. > It looks like the Makefile.am for the documentation was only tested with bash. Try e.g., CONFIG_SHELL=/bin/bash USE=doc emerge -v1 sci-libs/amd If that works for you, I'll add it to the ebuilds.