From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3710B1381F3 for ; Wed, 21 Nov 2012 03:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9E9121C080 for ; Wed, 21 Nov 2012 03:04:28 +0000 (UTC) Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93C61E0603 for ; Wed, 21 Nov 2012 01:38:33 +0000 (UTC) Received: by mail-pb0-f53.google.com with SMTP id jt11so4523465pbb.40 for ; Tue, 20 Nov 2012 17:38:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=HYmNPjsrMZQp2ihfWF/mQgHUuenUq+dxg5H4EvnpN0A=; b=lwaVcm/HtlfWzrGmx9ReWuwygCrf4QDzKfOtc5ASoKJ0pE+YHP/gymCH1Fxv0muPss PmArAA8ae41wXxdQE9PybO8SYVhpxq5RDIhbbeYN/q0zOC5s6+sIoCtUjiStH4WPF+c7 EFwgV6MdTATmF5aPD/R1uSQIhPX7vIIb5xDyppnu9uCpZtHQIVu6dB3lRzUWNycsauA8 IagfOwGzZXgz9xTTH7FeVFENoaRVRuaiRZFRiPPqJIChMEchc/xSU4dKzfQLhWvNDTnt b/TsNh9Vw8vtnJZk4hJWdzS9vSR57Zw4slKJnZv1lLN4lWMwXvXqhxqqDQb0UH/VA4Vz 25Yw== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-desktop@lists.gentoo.org Reply-to: gentoo-desktop@lists.gentoo.org MIME-Version: 1.0 Received: by 10.66.73.102 with SMTP id k6mr13225425pav.22.1353461912409; Tue, 20 Nov 2012 17:38:32 -0800 (PST) Received: by 10.68.201.166 with HTTP; Tue, 20 Nov 2012 17:38:32 -0800 (PST) Date: Tue, 20 Nov 2012 17:38:32 -0800 Message-ID: Subject: [gentoo-desktop] Dependencies of KDE 3 From: Igor Korot To: gentoo-desktop@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 4e3194a4-af6d-4867-968e-7cc1aab5fa60 X-Archives-Hash: fca12418127cf8da2cd8d45fe4e11c19 Hi, ALL, I'm trying to install KDE 3 from kde-sunset overlay and am getting the compiler error: /bin/sh ../../libtool --silent --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../kdecore -I. -I../../kjs -I../../kdecore/network -I../../kwallet/client -I../../dcop -I../../libltdl -I../../kdefx -I../../kdecore -I../../kdecore -I../../kdecore/network -I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile -I../.. -I/usr/qt/3/include -I. -I/usr/kde/3.5/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -march=core2 -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -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 ksslsettings.lo ksslsettings.cc In file included from ksslsettings.cc:47:0: ./kopenssl.h:453:4: error: 'ASN1_METHOD' does not name a type ./kopenssl.h:526:16: error: expected ';' before '(' token ./kopenssl.h:532:17: error: 'STACK' has not been declared ./kopenssl.h:538:15: error: 'STACK' has not been declared ./kopenssl.h:544:18: error: expected ';' before '(' token ./kopenssl.h:550:4: error: 'STACK' does not name a type ./kopenssl.h:556:16: error: 'STACK' has not been declared ./kopenssl.h:562:4: error: 'STACK' does not name a type ./kopenssl.h:828:4: error: 'STACK' does not name a type ./kopenssl.h:829:25: error: 'STACK' has not been declared ksslsettings.cc: In member function 'QString KSSLSettings::getCipherList()': ksslsettings.cc:157:12: error: no matching function for call to 'KOpenSSLProxy::sk_num(_STACK*)' ./kopenssl.h:538:8: note: candidate is: int KOpenSSLProxy::sk_num(int*) ksslsettings.cc:159:20: error: 'class KOpenSSLProxy' has no member named 'sk_value' make[5]: *** [ksslsettings.lo] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from kssl.cc:47:0: ./kopenssl.h:453:4: error: 'ASN1_METHOD' does not name a type ./kopenssl.h:526:16: error: expected ';' before '(' token ./kopenssl.h:532:17: error: 'STACK' has not been declared ./kopenssl.h:538:15: error: 'STACK' has not been declared ./kopenssl.h:544:18: error: expected ';' before '(' token ./kopenssl.h:550:4: error: 'STACK' does not name a type ./kopenssl.h:556:16: error: 'STACK' has not been declared ./kopenssl.h:562:4: error: 'STACK' does not name a type ./kopenssl.h:828:4: error: 'STACK' does not name a type ./kopenssl.h:829:25: error: 'STACK' has not been declared kssl.cc: In member function 'void KSSL::setPeerInfo()': kssl.cc:616:8: error: 'class KOpenSSLProxy' has no member named 'sk_dup' make[5]: *** [kssl.lo] Error 1 make[5]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-3.5.10-r6/work/kdelibs-3.5.10/kio/kssl' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-3.5.10-r6/work/kdelibs-3.5.10/kio/kssl' make[3]: *** [all] Error 2 make[3]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-3.5.10-r6/work/kdelibs-3.5.10/kio/kssl' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-3.5.10-r6/work/kdelibs-3.5.10/kio' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/kde-base/kdelibs-3.5.10-r6/work/kdelibs-3.5.10' make: *** [all] Error 2 emake failed * ERROR: kde-base/kdelibs-3.5.10-r6 failed (compile phase): * died running emake, kde_src_compile:make * * Call stack: * ebuild.sh, line 93: Called src_compile * environment, line 4608: Called kde_src_compile * environment, line 3187: Called kde_src_compile 'all' * environment, line 3202: Called kde_src_compile 'make' * environment, line 3194: Called die * The specific snippet of code: * emake || die "died running emake, $FUNCNAME:make" * * If you need support, post the output of `emerge --info '=kde-base/kdelibs-3.5.10-r6'`, * the complete build log and the output of `emerge -pqv '=kde-base/kdelibs-3.5.10-r6'`. * This ebuild used the following eclasses from overlays: * /var/lib/layman/kde-sunset/eclass/kde.eclass * /var/lib/layman/kde-sunset/eclass/kde-functions.eclass * /var/lib/layman/kde-sunset/eclass/qt3.eclass * This ebuild is from an overlay named 'kde-sunset': '/var/lib/layman/kde-sunset/' * The complete build log is located at '/var/tmp/portage/kde-base/kdelibs-3.5.10-r6/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/kdelibs-3.5.10-r6/temp/environment'. * Working directory: '/var/tmp/portage/kde-base/kdelibs-3.5.10-r6/work/kdelibs-3.5.10' * S: '/var/tmp/portage/kde-base/kdelibs-3.5.10-r6/work/kdelibs-3.5.10' >>> Failed to emerge kde-base/kdelibs-3.5.10-r6, Log file: >>> '/var/tmp/portage/kde-base/kdelibs-3.5.10-r6/temp/build.log' * Messages for package kde-base/kdelibs-3.5.10-r6: * You have the legacyssl use flag enabled, which fixes issues with some broken * sites, but breaks others instead. It is strongly discouraged to use it. * For more information, see bug #128922. * On some setups, which rely on the correct update of utmp records, not using * utempter might not update them correctly. If you experience unexpected * behaviour, try to rebuild kde-base/kdelibs with utempter use-flag enabled. * ERROR: kde-base/kdelibs-3.5.10-r6 failed (compile phase): * died running emake, kde_src_compile:make * * Call stack: * ebuild.sh, line 93: Called src_compile * environment, line 4608: Called kde_src_compile * environment, line 3187: Called kde_src_compile 'all' * environment, line 3202: Called kde_src_compile 'make' * environment, line 3194: Called die * The specific snippet of code: * emake || die "died running emake, $FUNCNAME:make" * * If you need support, post the output of `emerge --info '=kde-base/kdelibs-3.5.10-r6'`, * the complete build log and the output of `emerge -pqv '=kde-base/kdelibs-3.5.10-r6'`. * This ebuild used the following eclasses from overlays: * /var/lib/layman/kde-sunset/eclass/kde.eclass * /var/lib/layman/kde-sunset/eclass/kde-functions.eclass * /var/lib/layman/kde-sunset/eclass/qt3.eclass * This ebuild is from an overlay named 'kde-sunset': '/var/lib/layman/kde-sunset/' * The complete build log is located at '/var/tmp/portage/kde-base/kdelibs-3.5.10-r6/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/kdelibs-3.5.10-r6/temp/environment'. * Working directory: '/var/tmp/portage/kde-base/kdelibs-3.5.10-r6/work/kdelibs-3.5.10' * S: '/var/tmp/portage/kde-base/kdelibs-3.5.10-r6/work/kdelibs-3.5.10' Also, very strange thing is that the dependency tree of KDE 3 is not updated: If I have the latest openssl, which is 1.0.0j, KDE will slot-instal 0.0.8x. Is there such an incompatibility? And third issue: mDNSResponder ebuuild is not in the tree. Could someone please put it back? Thank you.