Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91527 - libgtk-java 2.6.2-r1 doees not compile
Summary: libgtk-java 2.6.2-r1 doees not compile
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-04 23:28 UTC by yair
Modified: 2005-05-06 11:04 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yair 2005-05-04 23:28:28 UTC
/opt/blackdown-jdk-1.4.2.01/bin/javac -classpath "src/java:./src/java" -d src/java src/java/org/gnu/gtk/Entry.java
src/java/org/gnu/gtk/Entry.java:389: cannot resolve symbol
symbol  : method getIntFromHandle (org.gnu.glib.Handle)
location: class org.gnu.gtk.Entry
                ee.setInsertPosition( getIntFromHandle(position) );
                                      ^
1 error
make[1]: *** [src/java/org/gnu/gtk/Entry.class] Error 1
make[1]: Leaving directory `/var/tmp/portage/libgtk-java-2.6.2-r1/work/libgtk-java-2.6.2'
make: *** [all] Error 2


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-05 04:06:54 UTC
emerge info, which jdk?
Comment 2 yair 2005-05-05 08:20:06 UTC
is it not obvious that i'm using: blackdown-gdk-1.4.2 ?

Portage 2.0.51.21 (default-linux/x86/2005.0, gcc-3.3.5, glibc-2.3.5-r0, 2.6.11-gentoo-r7 i686)
=================================================================
System uname: 2.6.11-gentoo-r7 i686 AMD Athlon(TM) XP 3200+
Gentoo Base System version 1.6.11
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.5
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r8
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=athlon-xp -march=athlon-xp -g"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=athlon-xp -march=athlon-xp -g"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks nostrip sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.hamakor.org.il/pub/mirrors/gentoo/ http://ftp.rhnet.is/pub/gentoo"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X aac acpi alsa apm arts avi bash-completion berkdb bidi bitmap-fonts bmp bonobo cdr crypt cups curl dvd eds emacs emboss encode esd fam foomaticdb fortran ftp gd gdbm gif gnome2 gphoto2 gpm gstreamer gtk2 gtkhtml hal imagemagick imlib ipv6 java javascript jpeg junit libg++ libwww lm_sensors mad mikmod mime mmx mono motif mozilla mp3 mpeg mysql ncurses nls nvidia ogg oggvorbis opengl oss pam pdflib perl png pnp posix python quicktime readline samba sdl spell ssl svg svga symlink tcpd threads tiff truetype truetype-fonts type1-fonts unicode usb vorbis xml xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-05 08:26:30 UTC
well, i was a little bit tired this morning. but the emerge info is atleast always helpfull, also for java related package where cflags dont matter that much since you can also see the use settings etc.
Comment 4 yair 2005-05-06 07:28:10 UTC
it compiles fine with sun-jdk

maybe blackdown should be a blocker
Comment 5 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-06 10:28:09 UTC
quite interesting, works for me with the blackdown-jdk (atleast on amd64). will test it on x86, currently merging it.
Comment 6 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-06 11:04:45 UTC
worksforme, zx also said it works on his system. i guess there must be something wrong on your setup.