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

Bug 634918

Summary: net-misc/tigervnc-1.8.0 will not build: new codepair(0x01a1, 0x0104), /* Aogonek ?? LATIN CAPITAL LETTER A WITH OGONEK */
Product: Gentoo Linux Reporter: deference
Component: Current packagesAssignee: otakuto.gentoo
Status: RESOLVED FIXED    
Severity: normal CC: deference, jstein, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info
cmake-java-utf8.patch

Description deference 2017-10-21 01:37:23 UTC
[ebuild  N    ] net-misc/tigervnc-1.8.0  USE="drm gnutls java opengl server xorgmodule -nls -pam -systemd" 

There are tons more similar errors that follow.

/var/tmp/portage/net-misc/tigervnc-1.8.0/work/tigervnc-1.8.0/java/com/tigervnc/rfb/UnicodeToKeysym.java:38: error: unmappable character for encoding ASCII
    new codepair(0x01a1, 0x0104), /*                     Aogonek ?? LATIN CAPITAL LETTER A WITH OGONEK */
                                                                 ^
Comment 1 deference 2017-10-21 01:38:13 UTC
Created attachment 499440 [details]
build.log
Comment 2 deference 2017-10-21 01:38:46 UTC
Created attachment 499442 [details]
emerge --info
Comment 3 otakuto.gentoo 2017-10-25 14:54:58 UTC
Created attachment 500060 [details, diff]
cmake-java-utf8.patch

Does this patch solve it?
Comment 4 Joakim Tjernlund 2017-10-25 15:27:59 UTC
When you are at it, you should change the USE=server to build with
xorg-server-1.19.5
Comment 5 otakuto.gentoo 2017-10-25 16:06:11 UTC
OK, I will.
Comment 6 Larry the Git Cow gentoo-dev 2017-12-06 12:14:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f028f5775ee892397290e2a119cfb87a6f2a041

commit 2f028f5775ee892397290e2a119cfb87a6f2a041
Author:     Takuto Yoshida <otakuto.gentoo@gmail.com>
AuthorDate: 2017-12-05 17:44:53 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2017-12-06 12:14:08 +0000

    net-misc/tigervnc: fix encoding option to utf-8, bug #634918 and #610738
    
    And bump internal xorg.
    
    Closes: https://bugs.gentoo.org/610738
    Closes: https://bugs.gentoo.org/634918
    Closes: https://github.com/gentoo/gentoo/pull/6453
    Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-misc/tigervnc/Manifest                 |   1 +
 net-misc/tigervnc/files/java-utf8.patch    |  11 ++
 net-misc/tigervnc/tigervnc-1.8.0-r1.ebuild | 190 +++++++++++++++++++++++++++++
 3 files changed, 202 insertions(+)