Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45832 - app-accessibility/java-access-bridge-1.3.1 fails to compile due to missing dependancies
Summary: app-accessibility/java-access-bridge-1.3.1 fails to compile due to missing de...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gnome Accessibility (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-26 12:31 UTC by Adam
Modified: 2004-03-26 14:26 UTC (History)
1 user (show)

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 Adam 2004-03-26 12:31:15 UTC
Yes, I know it's masked, but app-accessibility/java-access-bridge-1.3.1 fails to compile, due to it missing /opt/blackdown-jre-1.4.1/bin/javac (it failed in the configure script).  Both blackdown-jre and blackdown-jdk are installed.  

Blackdown-jdk has javac.  When I symlinked the blackdown jdk javac into the blackdown-jre folder, it coulnd't find idlj.  idlj is in the jdk folder.  I believe this is a bug in the configure script.

Reproducible: Always
Steps to Reproduce:




Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0,
2.6.4-evil3)
=================================================================
System uname: 2.6.4-evil3 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.3.13p1
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon -O2 -fomit-frame-pointer -frename-registers -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/init.d
/etc/terminfo /etc/env.d"CXXFLAGS="-march=athlon -O2 -fomit-frame-pointer
-frename-registers -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distcc sandbox userpriv"
GENTOO_MIRRORS="http://128.213.5.34/gentoo/ http://mirrors.tds.net/gentoo
http://www.gtlib.cc.gatech.edu/pub/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/gnome-current /usr/local/bmg"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="3dnow S3TC X X509 Xaw3d aalib accessibility acpi acpi4linux aim alsa
apache2 avi bonobo caps cddb cdr chroot cjk clanJavaScript clanVoice crypt cups
curl dga directfb divx dnd encode esd ethereal evo ext-png faad fam fbcon fbdev
foomaticdb freetype fs gif gimpprint gnome gnomedb gpm gstreamer gtk gtk2
gtkhtml guile imlib imlib2 jabber java javascript jpeg ldap libg++ libwww mad
maildir mbox md5sum mldonkeypango mmx mng mozilla moznocompose moznoirc
moznomail mpeg mpeg4 mpi ncurses nls nocardbus nocd nodod nowin nptl nvidia objc
offensive oggvorbis openal opengl openssh oscar oss pam pdflib pic png ppds
quicktime readline samba sasl sdl slp spell src ssl stencil-buffer svga tcltk
tcpd threads truetype unicode usb videos wxwindows x86 xchattext xgetdefault
xine xml xml2 xosd xv xvid yahoo"
Comment 1 foser (RETIRED) gentoo-dev 2004-03-26 12:55:28 UTC
don't assign bugs if you don't know where they should go, let the wranglers handle them.

Comment 2 Adam 2004-03-26 12:56:53 UTC
Sorry, that was my fault...it was fetched as a dependancy for gnome-speech :-(
Comment 3 Leonardo Boshell (RETIRED) gentoo-dev 2004-03-26 14:13:24 UTC
I'm unable to reproduce this failure.

Could you please attach the full emerge log as plain-text?

Also, I'm not really sure why you symlink the java compiler.. That shouldn't be necessary at all, as far as I can tell.

Make sure you have your system java VM correctly configured, using java-config. For instance,

# java-config -S blackdown-jdk-1.4.1
# /usr/sbin/env-update && source /etc/profile
# emerge java-access-bridge
Comment 4 Adam 2004-03-26 14:26:39 UTC
I'm sorry.  Running java-config did make the error go away.