Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 697726

Summary: 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.
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 697606    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
media-sound:solfege-3.22.2:20191014-055742.log
temp.tbz2
Fix the texinfo encoding

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.