Would be nice if it passed the tests ~_~
>> Test phase [test]: app-emacs/eieio-0.17
for loadpath in . ; do \
echo "(add-to-list 'load-path \"$loadpath\")" >> test-compile-script; \
done;
emacs -batch -l test-compile-script -f batch-byte-compile eieio-tests.el
Class allocated slots do not need :initarg
While compiling toplevel forms in file
/var/tmp/portage/eieio-0.17/work/eieio-0.17/eieio-tests.el:
!! Symbol's value as variable is void ((class-typep-var))
Done
make: *** [test] Error 1
Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.4.5, glibc-2.3.5-r2,
2.6.15-ck1-r1 i686)
=================================================================
System uname: 2.6.15-ck1-r1 i686 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Gentoo Base System version 1.6.14
dev-lang/python: 2.3.5-r2, 2.4.2
sys-apps/sandbox: 1.2.12
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.6-r1
sys-devel/binutils: 2.16.1
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=k8 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig cvs digest distlocks sandbox sfperms sign
strict test"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm audiofile avi berkdb bitmap-fonts bzip2 canna cjk crypt
cups dbus dvd dvdr emboss encode expat fam foomaticdb fortran gd gdbm gif gpm
gstreamer gtk gtk2 idn imlib ipv6 jpeg lcms libg++ libwww mikmod mng motif mp3
mpeg ncurses nls nocd nptl nptlonly ogg oggvorbis opengl oss pcre pdflib perl
png python quicktime readline sdl spell ssl tcpd tiff truetype truetype-fonts
type1-fonts udev vorbis xml2 xmms xv zlib userland_GNU kernel_linux
elibc_glibc"
Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Thanks for the report.
eieio was merged upstream with speedbar and semantic to form cedet. In
portage, app-emacs/eieio + app-emacs/semantic + app-emacs/speedbar =
app-emacs/cedet. Since app-emacs/cedet is keyworded as stable as eieio etc.,
we're on the verge of removing eieio, semantic and speedbar.
Therefore, I checked the test scripts for the eieio included in app-emacs/cedet
and found the problem exists there too. I fixed app-emacs/cedet, but won't
bother fixing app-emacs/eieio for the above reasons.