Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 697726 - media-sound/solfege-3.22.2 : utf8 \xF6 does not map to Unicode at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 1796, <FH> line 169.
Summary: media-sound/solfege-3.22.2 : utf8 \xF6 does not map to Unicode at /usr/share/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 697606
  Show dependency tree
 
Reported: 2019-10-14 18:13 UTC by Toralf Förster
Modified: 2020-03-24 08:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.84 KB, text/plain)
2019-10-14 18:13 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,238.64 KB, text/plain)
2019-10-14 18:14 UTC, Toralf Förster
Details
environment (environment,112.21 KB, text/plain)
2019-10-14 18:14 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.23 KB, application/x-bzip)
2019-10-14 18:14 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.02 KB, application/x-bzip)
2019-10-14 18:14 UTC, Toralf Förster
Details
media-sound:solfege-3.22.2:20191014-055742.log (media-sound:solfege-3.22.2:20191014-055742.log,8.86 KB, text/plain)
2019-10-14 18:14 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,26.22 KB, application/x-bzip)
2019-10-14 18:14 UTC, Toralf Förster
Details
Fix the texinfo encoding (texinfo_encoding.patch,659 bytes, patch)
2019-12-13 09:24 UTC, Bernd Feige
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-10-14 18:13:57 UTC
LC_ALL=C makeinfo -I topdocs --no-split --no-headers --output INSTALL topdocs/INSTALL.texi
LC_ALL=C makeinfo -I topdocs --no-split --no-headers --output README topdocs/README.texi
utf8 "\xF6" does not map to Unicode at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 1796, <FH> line 169.
Malformed UTF-8 character: \xf6\x20\x41\x63 (unexpected non-continuation byte 0x20, immediately after start byte 0xf6; need 4 bytes, got 1) in pattern match (m//) at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3364.
Malformed UTF-8 character (fatal) at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3364.
make[1]: *** [Makefile:83: README] Error 25

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-20191009-111620

  -------------------------------------------------------------------

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.0 (tags/RELEASE_900/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.38.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.13.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Mon, 14 Oct 2019 03:50:36 +0000

emerge -qpvO media-sound/solfege
[ebuild  N    ] media-sound/solfege-3.22.2  USE="alsa -oss" PYTHON_TARGETS="python2_7"
Comment 1 Toralf Förster gentoo-dev 2019-10-14 18:13:59 UTC
Created attachment 592710 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-10-14 18:14:02 UTC
Created attachment 592712 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-10-14 18:14:05 UTC
Created attachment 592714 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-10-14 18:14:08 UTC
Created attachment 592716 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-10-14 18:14:10 UTC
Created attachment 592718 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-10-14 18:14:13 UTC
Created attachment 592720 [details]
media-sound:solfege-3.22.2:20191014-055742.log
Comment 7 Toralf Förster gentoo-dev 2019-10-14 18:14:16 UTC
Created attachment 592722 [details]
temp.tbz2
Comment 8 Bernd Feige 2019-12-13 09:24:24 UTC
Created attachment 599324 [details, diff]
Fix the texinfo encoding

Add @documentencoding ISO-8859-1 to defs.texi and defs.texi.in
Comment 9 Andreas Sturmlechner gentoo-dev 2020-03-23 18:03:48 UTC
(In reply to Bernd Feige from comment #8)
> Created attachment 599324 [details, diff] [details, diff]
> Fix the texinfo encoding
> 
> Add @documentencoding ISO-8859-1 to defs.texi and defs.texi.in

Thanks, I believe this is fixed in 3.23.4.
Comment 10 Bernd Feige 2020-03-24 08:46:39 UTC
(In reply to Andreas Sturmlechner from comment #9)
> (In reply to Bernd Feige from comment #8)
> > Created attachment 599324 [details, diff] [details, diff] [details, diff]
> > Fix the texinfo encoding
> > 
> > Add @documentencoding ISO-8859-1 to defs.texi and defs.texi.in
> 
> Thanks, I believe this is fixed in 3.23.4.

Yes, I can confirm that 3.23.4 merges without the patch.