Gentoo Archives: gentoo-user

From: Michael Orlitzky <mjo@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] sci-libs/{amd,camd}-2.4.6/ doc wierdness
Date: Wed, 16 Dec 2020 18:29:32
Message-Id: 0105de14-a276-d0c0-87fc-a79d064acc06@gentoo.org
In Reply to: Re: [gentoo-user] sci-libs/{amd,camd}-2.4.6/ doc wierdness by Michael Orlitzky
1 On 12/16/20 1:17 PM, Michael Orlitzky wrote:
2 > On 12/16/20 12:30 PM, karl@××××××××.se wrote:
3 >> Both sci-libs/{amd,camd}-2.4.6 gives this error in their build log:
4 >>
5 >> ! Package inputenc Error: Unicode character ^^H (U+0008)
6 >> (inputenc) not set up for use with LaTeX.
7 >>
8 >
9 > I can reproduce this... I'll take a look.
10 >
11
12 It looks like the Makefile.am for the documentation was only tested with
13 bash. Try e.g.,
14
15 CONFIG_SHELL=/bin/bash USE=doc emerge -v1 sci-libs/amd
16
17 If that works for you, I'll add it to the ebuilds.

Replies