Gentoo Archives: gentoo-user

From: "Cláudio Henrique" <rapaduraatomica@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] kdebase-kioslaves-3.4.1-r1 does not emerge
Date: Tue, 06 Dec 2005 01:27:57
Message-Id: 7babdf270512051723i19958f78ta09d60155b69a8ad@mail.gmail.com
1 Does anyone know how to solve this?
2
3
4 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./..
5 -I/usr/kde/3.4/include -I/usr/qt/3/include -I. -DQT_THREAD_SUPPORT
6 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wnon-virtual-dtor -Wno-long-long
7 -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
8 -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith
9 -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O2 -mtune=athlon-xp -pipe
10 -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute
11 -fno-exceptions -fno-check-new -fno-common -fno-exceptions
12 -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
13 -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -c -o
14 test_responseparser.o `test -f 'test_responseparser.cc' || echo
15 './'`test_responseparser.cc
16 /bin/sh ../../libtool --silent --mode=link --tag=CXX
17 i686-pc-linux-gnu-g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi
18 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
19 -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG
20 -DNO_DEBUG -O2 -O2 -mtune=athlon-xp -pipe -fomit-frame-pointer
21 -Wformat-security -Wmissing-format-attribute -fno-exceptions
22 -fno-check-new -fno-common -fno-exceptions -fno-check-new -fno-common
23 -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT
24 -DQT_NO_TRANSLATION -D_GNU_SOURCE -o test_responseparser
25 -L/usr/kde/3.4/lib -L/usr/qt/3/lib -L/usr/lib test_responseparser.o
26 -lkdecore
27 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./..
28 -I/usr/kde/3.4/include -I/usr/qt/3/include -I. -DQT_THREAD_SUPPORT
29 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wnon-virtual-dtor -Wno-long-long
30 -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
31 -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith
32 -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O2 -mtune=athlon-xp -pipe
33 -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute
34 -fno-exceptions -fno-check-new -fno-common -fno-exceptions
35 -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
36 -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -c -o
37 test_commands.o `test -f 'test_commands.cc' || echo
38 './'`test_commands.cc
39 test_commands.cc: In function `int main(int, char**)':
40 test_commands.cc:240: error: no matching function for call to
41 `KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, QStrIList&, const
42 char[5], const char[5])'
43 command.h:176: note: candidates are:
44 KioSMTP::AuthCommand::AuthCommand(const KioSMTP::AuthCommand&)
45 command.h:179: note:
46 KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, const char*, const
47 QString&, KIO::AuthInfo&)
48 test_commands.cc:266: error: no matching function for call to
49 `KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, QStrIList&, const
50 char[5], const char[5])'
51 command.h:176: note: candidates are:
52 KioSMTP::AuthCommand::AuthCommand(const KioSMTP::AuthCommand&)
53 command.h:179: note:
54 KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, const char*, const
55 QString&, KIO::AuthInfo&)
56 test_commands.cc:283: error: no matching function for call to
57 `KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, QStrIList&, const
58 char[5], const char[5])'
59 command.h:176: note: candidates are:
60 KioSMTP::AuthCommand::AuthCommand(const KioSMTP::AuthCommand&)
61 command.h:179: note:
62 KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, const char*, const
63 QString&, KIO::AuthInfo&)
64 test_commands.cc:721:1: warning: "NDEBUG" redefined
65 <command line>:8:1: warning: this is the location of the previous definition
66 In file included from test_commands.cc:723:
67 command.cc: In constructor
68 `KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, const char*, const
69 QString&, KIO::AuthInfo&)':
70 command.cc:201: error: `conn' undeclared (first use this function)
71 command.cc:201: error: (Each undeclared identifier is reported only
72 once for each function it appears in.)
73 command.cc:202: error: `client_interact' undeclared (first use this function)
74 command.cc:207: error: `sasl_client_new' undeclared (first use this function)
75 command.cc:208: error: `SASL_OK' undeclared (first use this function)
76 command.cc:209: error: `sasl_errdetail' undeclared (first use this function)
77 command.cc:214: error: `sasl_client_start' undeclared (first use this function)
78 command.cc:216: error: `SASL_INTERACT' undeclared (first use this function)
79 command.cc:221: error: `SASL_CONTINUE' undeclared (first use this function)
80 command.cc: In destructor `virtual KioSMTP::AuthCommand::~AuthCommand()':
81 command.cc:236: error: `conn' undeclared (first use this function)
82 command.cc:238: error: `sasl_dispose' undeclared (first use this function)
83 command.cc: In member function `bool KioSMTP::AuthCommand::saslInteract(void*)':
84 command.cc:248: error: `sasl_interact_t' undeclared (first use this function)
85 command.cc:248: error: `interact' undeclared (first use this function)
86 command.cc:248: error: expected primary-expression before ')' token
87 command.cc:248: error: expected `;' before "in"
88 command.cc:252: error: `SASL_CB_LIST_END' undeclared (first use this function)
89 command.cc:253: error: `SASL_CB_AUTHNAME' undeclared (first use this function)
90 command.cc:254: error: `SASL_CB_PASS' undeclared (first use this function)
91 command.cc:257: error: 'class SMTPProtocol' has no member named 'openPassDlg'
92 command.cc:266: error: expected primary-expression before ')' token
93 command.cc:266: error: expected `;' before "in"
94 command.cc:269: error: `SASL_CB_USER' undeclared (first use this function)
95 command.cc: In member function `virtual QCString
96 KioSMTP::AuthCommand::nextCommandLine(KioSMTP::TransactionState*)':
97 command.cc:330: error: `conn' undeclared (first use this function)
98 command.cc:332: error: `client_interact' undeclared (first use this function)
99 command.cc:333: error: `sasl_client_step' undeclared (first use this function)
100 command.cc:334: error: `SASL_INTERACT' undeclared (first use this function)
101 command.cc:339: error: `SASL_CONTINUE' undeclared (first use this function)
102 command.cc:339: error: `SASL_OK' undeclared (first use this function)
103 command.cc:341: error: `sasl_errdetail' undeclared (first use this function)
104 command.cc: At global scope:
105 command.cc:245: warning: unused parameter 'in'
106
107 --
108 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] kdebase-kioslaves-3.4.1-r1 does not emerge Phillip Stewart <gentoo1@××××××.net>