First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 142443
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Daniel Plaza <daniel.plaza.espi@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 142443 depends on: Show dependency tree
Bug 142443 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-08-01 10:27 0000
if gtk use flag is disabled kaffe-1.7.7 fails with this error (tested on alpha
and x86 without gtk libraries installed):


checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft,
char * *outbuf, size_t *outbytesleft);
checking for X... no
configure: error: GTK+ peers requested but no X library available
configure: error: /bin/sh './configure' failed for
libraries/javalib/external/classpath

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/kaffe-1.1.7/work/kaffe-1.1.7/config.log

!!! ERROR: dev-java/kaffe-1.1.7 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  kaffe-1.1.7.ebuild, line 88:   Called econf '--disable-dependency-tracking'
'--prefix=/opt/kaffe-1.1.7' '--host=alpha-unknown-linux-gnu' '--without-alsa'
'--without-esd' '--without-gmp' '--enable-nls' '--without-classpath-gtk-awt'
  ebuild.sh, line 541:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if
relevant.


This line should be add to econf to get it working.

$(use_enable gtk gtk-peer)

------- Comment #1 From Josh Nichols (RETIRED) 2006-08-01 21:18:22 0000 -------
Upon further inspection, it looks like there is $(use_with gtk
classpath-gtk-awt) passed to econf, but it is no longer recognized by
configure.

Removed it in favor of $(use_enable gtk gtk-peer.

Thanks for reporting!

First Last Prev Next    No search results available      Search page      Enter new bug