Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 480458 - dev-java/jnr-posix-1.1.8 - .../work/jnr-posix-1.1.8/src/org/jruby/ext/posix/WindowsPOSIX.java:5: error: package com.kenai.constantine.platform.windows does not exist
Summary: dev-java/jnr-posix-1.1.8 - .../work/jnr-posix-1.1.8/src/org/jruby/ext/posix/W...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-10 08:39 UTC by tman
Modified: 2013-08-17 08:21 UTC (History)
1 user (show)

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


Attachments
/var/tmp/portage/dev-java/jnr-posix-1.1.8/temp/build.log (build.log,41.25 KB, text/plain)
2013-08-10 08:39 UTC, tman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tman 2013-08-10 08:39:26 UTC
ac]   symbol:   variable ERROR_WRITE_FAULT
    [javac]   location: class WindowsPOSIX
    [javac] /var/tmp/portage/dev-java/jnr-posix-1.1.8/work/jnr-posix-1.1.8/src/org/jruby/ext/posix/WindowsPOSIX.java:51: error: cannot find symbol
    [javac]         errorToErrnoMapper.put(ERROR_READ_FAULT.value(), EIO);
    [javac]                                ^



Reproducible: Always




Portage 2.1.13.7 (default/linux/amd64/13.0/desktop, gcc-4.7.3, glibc-2.17, 3.10.5-gentoo-r1 x86_64)
=================================================================
System uname: Linux-3.10.5-gentoo-r1-x86_64-Intel-R-_Core-TM-_i7-3740QM_CPU_@_2.70GHz-with-gentoo-2.2
KiB Mem:    24697584 total,  22247620 free
KiB Swap:   25081852 total,  25081852 free
Timestamp of tree: Fri, 09 Aug 2013 16:30:01 +0000
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash:          4.2_p45
dev-java/java-config:     2.2.0
dev-lang/python:          2.7.5-r1, 3.2.5-r1, 3.3.2-r1
dev-util/cmake:           2.8.11.1
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.12.6, 1.13.4, 1.14
sys-devel/binutils:       2.23.1
sys-devel/gcc:            4.7.3
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r5::gnome
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo nikai luman qt science mva emacs mpd ruby mgorny scarabeus wirelay alice flameeyes-overlay gnome poly-c lokal
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=corei7 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/X11/Sessions/awesome /etc/X11/Sessions/dwm /etc/conf.d/consolefont /etc/conf.d/hostname /etc/conf.d/hwclock /etc/conf.d/keymaps /etc/default/grub /etc/eix-sync.conf /etc/fstab /etc/hosts /etc/locale.gen /etc/make.conf /etc/timezone /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/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="-march=corei7 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="de_DE.UTF-8"
LC_ALL=""
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
Comment 1 tman 2013-08-10 08:39:55 UTC
Created attachment 355586 [details]
/var/tmp/portage/dev-java/jnr-posix-1.1.8/temp/build.log

/var/tmp/portage/dev-java/jnr-posix-1.1.8/temp/build.log
Comment 2 tman 2013-08-10 09:26:31 UTC
jruby-1.6.8 is depends on this dev-java/jnr-posix-1.1.8, but this breaks. so jruby also breaks.

solution?
Comment 3 Ryan Harris 2013-08-17 02:24:31 UTC
This failure appears to be caused by jnr-constants-0.8.4. Installing jnr-constants-0.8.3 allows jnr-posix-1.1.8 to build.
Comment 4 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-08-17 08:21:15 UTC
+  17 Aug 2013; Tom Wijsman <TomWij@gentoo.org> +jnr-constants-0.8.2-r1.ebuild,
+  +jnr-constants-0.8.3-r1.ebuild:
+  Revision bump. Slotted 0.8.2 and 0.8.3 into SLOT="0.8.2" for at least dev-java
+  /jnr-posix.

+  17 Aug 2013; Tom Wijsman <TomWij@gentoo.org> +jnr-posix-1.1.8-r1.ebuild,
+  -jnr-posix-1.1.8.ebuild:
+  Revision bump. Slotted dev-java/jnr-constants dependency. Fixes bug #480458,
+  reported by tman and fix by Ryan Harris.