Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 399729 - dev-dotnet/ikvm-0.46.0.2 - [exec] sun/print/Win32PrintService.java:122: error: unmappable character for encoding ASCII [exec] // conversion from 1/100 Inch (.NET) to ?m (Java)
Summary: dev-dotnet/ikvm-0.46.0.2 - [exec] sun/print/Win32PrintService.java:122: error...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: dotnet project
URL: https://sourceforge.net/tracker/?func...
Whiteboard:
Keywords:
Depends on:
Blocks: jdk7-stabilization
  Show dependency tree
 
Reported: 2012-01-22 13:28 UTC by Dennis Schridde
Modified: 2012-02-28 08:30 UTC (History)
0 users

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


Attachments
build.log (build.log,25.86 KB, text/plain)
2012-01-22 13:28 UTC, Dennis Schridde
Details
fix (ikvm-0.46.0.2-unmappable-character.patch,459 bytes, patch)
2012-02-26 17:08 UTC, Dennis Schridde
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2012-01-22 13:28:07 UTC
[exec] sun/print/Win32PrintService.java:122: error: unmappable character for encoding ASCII
                 [exec]     // conversion from 1/100 Inch (.NET) to ?m (Java)

Log attached

Reproducible: Always
Comment 1 Dennis Schridde 2012-01-22 13:28:21 UTC
Created attachment 299525 [details]
build.log
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-01-24 17:14:14 UTC
Please post your `emerge --info' output in a comment.
Comment 3 Dennis Schridde 2012-01-24 21:50:55 UTC
Portage 2.2.0_alpha84 (default/linux/amd64/10.0/desktop/kde, gcc-4.6.2, glibc-2.14.1-r2, 3.2.1-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-3.2.1-gentoo-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_5000+-with-gentoo-2.1
Timestamp of tree: Sun, 22 Jan 2012 09:45:01 +0000
distcc 3.2rc1 x86_64-pc-linux-gnu [disabled]
app-shells/bash:          4.2_p20
dev-java/java-config:     2.1.11-r3
dev-lang/python:          2.7.2-r3, 3.2.2
dev-util/cmake:           2.8.7-r1
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.1
sys-apps/openrc:          0.9.8.1
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.9.6-r3, 1.10.3, 1.11.2-r1
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.6.2
sys-devel/gcc-config:     1.5-r2
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r3
sys-kernel/linux-headers: 3.2 (virtual/os-headers)
sys-libs/glibc:           2.14.1-r2
Repositories: gentoo kde sunrise local
Installed sets: @kdebase
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-pipe -O2 -march=athlon64-sse3"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0 /usr/share/themes/oxygen-gtk/gtk-3.0 /var/lib/neatx/home"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-pipe -O2 -march=athlon64-sse3"
DISTDIR="/var/cache/portage/distfiles"
EMERGE_DEFAULT_OPTS="--depclean-lib-check n --with-bdeps y --keep-going"
FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS=""
GENTOO_MIRRORS="ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ http://distfiles.gentoo.org"
LANG="en_GB.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--hash-style=gnu"
LINGUAS="de"
MAKEOPTS="-j3"
PKGDIR="/var/cache/portage/packages"
PORTAGE_COMPRESS="xz"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/var/cache/portage/gentoo"
PORTDIR_OVERLAY="/var/cache/portage/layman/kde /var/cache/portage/layman/sunrise /var/cache/portage/local"
[...]
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 4 Pacho Ramos gentoo-dev 2012-01-26 11:28:04 UTC
Compiles fine for me, but I am using:

# eselect java-vm list
Available Java Virtual Machines:
  [1]   icedtea6-bin  system-vm

Have you tried with it instead of icedtea7?
Comment 5 Dennis Schridde 2012-01-26 20:46:43 UTC
(In reply to comment #4)
> Have you tried with it instead of icedtea7?
No, I do not have 6 available anymore.
Comment 6 Pacho Ramos gentoo-dev 2012-01-27 09:22:28 UTC
Try with it then to confirm it's broken with 7
Comment 7 Dennis Schridde 2012-01-27 09:47:36 UTC
(In reply to comment #6)
> Try with it then to confirm it's broken with 7
Build 6 and downgrade to that? Will do, but might take a few days.
Comment 8 Pacho Ramos gentoo-dev 2012-01-27 09:57:47 UTC
In my case, it's working with dev-java/icedtea-bin-1.10.4 (from slot0)
Comment 9 Dennis Schridde 2012-02-26 17:08:34 UTC
Created attachment 303387 [details, diff]
fix

Attached patch fixes the issue.
Comment 11 Pacho Ramos gentoo-dev 2012-02-27 19:31:28 UTC
Looks "similar" to bug 405879 :S
Comment 12 Pacho Ramos gentoo-dev 2012-02-27 19:35:33 UTC
*** Bug 405933 has been marked as a duplicate of this bug. ***
Comment 14 Pacho Ramos gentoo-dev 2012-02-28 08:30:25 UTC
+  28 Feb 2012; Pacho Ramos <pacho@gentoo.org>
+  +files/ikvm-0.46.0.2-unmappable-character.patch, ikvm-0.46.0.2.ebuild:
+  Fix unmappable character for encoding ASCII, bug #399729 by Dennis Schridde;
+  restrict to jdk:1.6, bug #405933
+