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

Bug 790197

Summary: dev-util/geany-1.37.1 - UnicodeEncodeError: ascii codec cant encode character \xe1 in position 130918: ordinal not in range(128)
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
dev-util:geany-1.37.1:20210514-125453.log
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
temp.tar.bz2

Description Toralf Förster gentoo-dev 2021-05-14 13:08:21 UTC
  File "src/lxml/serializer.pxi", line 103, in lxml.etree._tostring
  File "src/lxml/serializer.pxi", line 75, in lxml.etree._textToString
UnicodeEncodeError: 'ascii' codec can't encode character '\xe1' in position 130918: ordinal not in range(128)
make[2]: *** [Makefile:886: geany-gtkdoc.h] Error 1
make[2]: Leaving directory '/var/tmp/portage/dev-util/geany-1.37.1/work/geany-1.37.1/doc'
make[1]: *** [Makefile:598: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/dev-util/geany-1.37.1/work/geany-1.37.1'

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-9.3.1
 [3] x86_64-pc-linux-gnu-11.1.0 *
clang version 12.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.0
Python 3.8.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.52.1
  [2]   rust-1.52.1 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
  [1]   php7.3
  [2]   php7.4
  [3]   php8.0 *

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri May 14 11:50:23 UTC 2021

emerge -qpvO dev-util/geany
[ebuild  N    ] dev-util/geany-1.37.1  USE="vte -gtk2"
Comment 1 Toralf Förster gentoo-dev 2021-05-14 13:08:22 UTC
Created attachment 708522 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-05-14 13:08:24 UTC
Created attachment 708525 [details]
dev-util:geany-1.37.1:20210514-125453.log
Comment 3 Toralf Förster gentoo-dev 2021-05-14 13:08:26 UTC
Created attachment 708528 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-05-14 13:08:27 UTC
Created attachment 708531 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-05-14 13:08:28 UTC
Created attachment 708534 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-05-14 13:08:30 UTC
Created attachment 708537 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-05-14 13:08:31 UTC
Created attachment 708540 [details]
temp.tar.bz2
Comment 8 Chris Mayo 2023-10-28 16:22:48 UTC
This was a combination of lxml and libxml2-2.9.12 that is fixed with current versions of libxml2. Described in:
https://github.com/geany/geany/pull/2885