Shake n00b
Joined: 29 Jun 2004 Posts: 59
|
Posted: Fri May 27, 2005 10:15 pm Post subject: KDE 3.4 - kdeaddons - Compile error |
|
|
Ich bekomme den folgenden Fehler:
Code: |
make[3]: Leaving directory `/var/tmp/portage/kdeaddons-3.4.0/work/kdeaddons-3.4.0/kfile-plugins/lnk'
Making all in cert
make[3]: Entering directory `/var/tmp/portage/kdeaddons-3.4.0/work/kdeaddons-3.4.0/kfile-plugins/cert'
/usr/qt/3/bin/moc ./kfile_cert.h -o kfile_cert.moc
/bin/sh ../../libtool --silent --mode=compile --tag=CXX i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.4/include -I/usr/qt/3/include -I. -I/usr/include/db4.2 -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O3 -mcpu=i686 -funroll-loops -pipe -mcpu=athlon-xp -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o kfile_cert.lo `test -f 'kfile_cert.cpp' || echo './'`kfile_cert.cpp
kfile_cert.cpp: In function `KSSLCertificate* readCertFromFile(const QString&)
':
kfile_cert.cpp:110: error: `ERR_clear_error' undeclared (first use this
function)
kfile_cert.cpp:110: error: (Each undeclared identifier is reported only once
for each function it appears in.)
kfile_cert.cpp:127: error: `d2i_X509' undeclared (first use this function)
kfile_cert.cpp:130: error: `X509_free' undeclared (first use this function)
kfile_cert.cpp: In member function `virtual bool
CertPlugin::readInfo(KFileMetaInfo&, unsigned int)':
kfile_cert.cpp:156: error: `ERR_clear_error' undeclared (first use this
function)
make[3]: *** [kfile_cert.lo] Fehler 1
make[3]: Leaving directory `/var/tmp/portage/kdeaddons-3.4.0/work/kdeaddons-3.4.0/kfile-plugins/cert'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/kdeaddons-3.4.0/work/kdeaddons-3.4.0/kfile-plugins'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/kdeaddons-3.4.0/work/kdeaddons-3.4.0'
make: *** [all] Fehler 2
!!! ERROR: kde-base/kdeaddons-3.4.0 failed.
!!! Function kde_src_compile, Line 162, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.
|
emerge info
Code: |
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130, glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r9 i686)
=================================================================
System uname: 2.6.11-gentoo-r9 i686 AMD Athlon(TM) XP 2500+
Gentoo Base System version 1.4.16
Python: dev-lang/python-2.3.5 [2.3.5 (#1, May 27 2005, 10:32:01)]
dev-lang/python: 2.3.5
sys-apps/sandbox: [Not Present]
sys-devel/autoconf: 2.59-r6, 2.13
sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils: 2.15.92.0.2-r7
sys-devel/libtool: 1.5.16
virtual/os-headers: 2.6.8.1-r2, 2.4.19-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=i686 -funroll-loops -pipe -mcpu=athlon-xp"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /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/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=i686 -funroll-loops -pipe -mcpu=athlon-xp"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mir.zyrianes.net/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://194.117.143.70/mirrors/gentoo ftp://ftp.easynet.nl/mirror/gentoo/ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo"
LANG="de_DE@euro"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 alsa apache2 apm avi berkdb bitmap-fonts crypt cups cupy curl directfb emboss encode fam foomaticdb fortran gd gdbm gif gpm gtk2 imagemagick imap imlib ipv6 java jpeg junit libg++ libwww mad mikmod motif mp3 mpeg mysql mythtv ncurses nls ogg oggvorbis oss pam pdflib perl png postfix pwdb python quicktime readline samba sasl scanner sdl spell svga tcltk tcpd tiff truetype truetype-fonts type1-fonts usb vorbis winbind xml2 xmms zlib userland_GNU kernel_linux elibc_glibc"
Unset: ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS, LINGUAS
|
Irgendwelche Tipps? |
|