Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 790197 - dev-util/geany-1.37.1 - UnicodeEncodeError: ascii codec cant encode character \xe1 in position 130918: ordinal not in range(128)
Summary: dev-util/geany-1.37.1 - UnicodeEncodeError: ascii codec cant encode character...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-14 13:08 UTC by Toralf Förster
Modified: 2023-10-28 16:22 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.47 KB, text/plain)
2021-05-14 13:08 UTC, Toralf Förster
Details
dev-util:geany-1.37.1:20210514-125453.log (dev-util:geany-1.37.1:20210514-125453.log,305.00 KB, text/plain)
2021-05-14 13:08 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,272.42 KB, text/plain)
2021-05-14 13:08 UTC, Toralf Förster
Details
environment (environment,29.08 KB, text/plain)
2021-05-14 13:08 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,40.88 KB, application/x-bzip)
2021-05-14 13:08 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,13.25 KB, application/x-bzip)
2021-05-14 13:08 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,19.15 KB, application/x-bzip)
2021-05-14 13:08 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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