public inbox for gentoo-java@lists.gentoo.org
 help / color / mirror / Atom feed
From: Jan Meier <jan@codejunky.org>
To: gentoo-java@lists.gentoo.org
Subject: [gentoo-java] Unmerging Eclipse fails
Date: Fri, 14 Jul 2006 14:39:52 +0200	[thread overview]
Message-ID: <200607141439.55561.jan@codejunky.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3737 bytes --]

Hello,

a emerge -C eclipse-sdk fails with the following error:

>>> Waiting 5 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in: 5 4 3 2 1
>>> Unmerging dev-util/eclipse-sdk-3.0.2...
No package files given... Grabbing a set.

!!! ERROR: dev-util/eclipse-sdk-3.0.2 failed.
Call stack:
  ebuild.sh, line 1447:   Called 
source '/var/db/pkg/dev-util/eclipse-sdk-3.0.2/eclipse-sdk-3.0.2.ebuild'
  eclipse-sdk-3.0.2.ebuild, line 5:   Called 
inherit 'eutils' 'java-pkg' 'java-ant'
  ebuild.sh, line 1182:   Called die

!!! java-ant.eclass could not be found by inherit()
!!! If you need support, post the topmost build error, and the call stack if 
relevant.

!!! FAILED prerm: 1


emerge --info shows:


Portage 2.1-r1 (default-linux/amd64/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 
2.6.17-gentoo x86_64)
=================================================================
System uname: 2.6.17-gentoo x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.15
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5, 2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -pipe -fomit-frame-pointer -msse3"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/share/config/kdm/kdmrc /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=k8 -pipe -fomit-frame-pointer -msse3"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks fixpackages metadata-transfer sandbox sfperms 
strict"
GENTOO_MIRRORS="ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo 
ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo 
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ 
http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ "
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/home/jan/pkgdir/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="amd64 X alsa apache2 arts avi berkdb bitmap-fonts bzlib calendar cdr cli 
crypt cups dba dlloader dri dvb dvd dvdr eds emboss encode exif foomaticdb 
fortran ftp gd gd-external gif gpm gstreamer gtk gtk2 hal i8x0 iconv imlib 
ipv6 isdnlog java jpeg kde lzw lzw-tiff mad mp3 mpeg mysql ncurses nls nptl 
nptlonly nsplugin nvidia opengl oss pam pcre pdf pdflib perl png pppd python 
qt qt3 qt4 quicktime readline reflection samba sdl session simplexml sockets 
spell spl sqlite ssl tcpd tiff truetype-fonts type1-fonts unicode usb vorbis 
xine xinerama xml xmlrpc xorg xpm xv xvid zlib elibc_glibc 
input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux 
linguas_de userland_GNU video_cards_nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, 
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

Any suggestions?

Regards
Jan

-- 
Get my public key from: www.codejunky.org/codejunky.asc

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

             reply	other threads:[~2006-07-14 12:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-14 12:39 Jan Meier [this message]
2006-07-14 13:36 ` [gentoo-java] Unmerging Eclipse fails Joshua Nichols
2006-07-14 14:46   ` Jan Meier
2006-07-14 15:49     ` Joshua Nichols
2006-07-14 16:34       ` Jan Meier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200607141439.55561.jan@codejunky.org \
    --to=jan@codejunky.org \
    --cc=gentoo-java@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox