Gentoo Archives: gentoo-user

From: "Cláudio Henrique" <rapaduraatomica@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] problems emerging kde-base/kdebase-kioslaves-3.4.1-r1
Date: Sun, 04 Dec 2005 22:08:25
Message-Id: 7babdf270512041403i11467d0fm20e915067f4d5ecb@mail.gmail.com
1 Here is the output of the emerge command:
2
3 test_commands.cc: In function `int main(int, char**)':
4 test_commands.cc:240: error: no matching function for call to
5 `KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, QStrIList&, const
6 char[5], const char[5])'
7 command.h:176: note: candidates are:
8 KioSMTP::AuthCommand::AuthCommand(const KioSMTP::AuthCommand&)
9 command.h:179: note:
10 KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, const char*, const
11 QString&, KIO::AuthInfo&)
12 test_commands.cc:266: error: no matching function for call to
13 `KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, QStrIList&, const
14 char[5], const char[5])'
15 command.h:176: note: candidates are:
16 KioSMTP::AuthCommand::AuthCommand(const KioSMTP::AuthCommand&)
17 command.h:179: note:
18 KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, const char*, const
19 QString&, KIO::AuthInfo&)
20 test_commands.cc:283: error: no matching function for call to
21 `KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, QStrIList&, const
22 char[5], const char[5])'
23 command.h:176: note: candidates are:
24 KioSMTP::AuthCommand::AuthCommand(const KioSMTP::AuthCommand&)
25 command.h:179: note:
26 KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, const char*, const
27 QString&, KIO::AuthInfo&)
28 test_commands.cc:721:1: warning: "NDEBUG" redefined
29 <command line>:8:1: warning: this is the location of the previous definition
30 In file included from test_commands.cc:723:
31 command.cc: In constructor
32 `KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, const char*, const
33 QString&, KIO::AuthInfo&)':
34 command.cc:201: error: `conn' undeclared (first use this function)
35 command.cc:201: error: (Each undeclared identifier is reported only
36 once for each function it appears in.)
37 command.cc:202: error: `client_interact' undeclared (first use this function)
38 command.cc:207: error: `sasl_client_new' undeclared (first use this function)
39 command.cc:208: error: `SASL_OK' undeclared (first use this function)
40 command.cc:209: error: `sasl_errdetail' undeclared (first use this function)
41 command.cc:214: error: `sasl_client_start' undeclared (first use this function)
42 command.cc:216: error: `SASL_INTERACT' undeclared (first use this function)
43 command.cc:221: error: `SASL_CONTINUE' undeclared (first use this function)
44 command.cc: In destructor `virtual KioSMTP::AuthCommand::~AuthCommand()':
45 command.cc:236: error: `conn' undeclared (first use this function)
46 command.cc:238: error: `sasl_dispose' undeclared (first use this function)
47 command.cc: In member function `bool KioSMTP::AuthCommand::saslInteract(void*)':
48 command.cc:248: error: `sasl_interact_t' undeclared (first use this function)
49 command.cc:248: error: `interact' undeclared (first use this function)
50 command.cc:248: error: expected primary-expression before ')' token
51 command.cc:248: error: expected `;' before "in"
52 command.cc:252: error: `SASL_CB_LIST_END' undeclared (first use this function)
53 command.cc:253: error: `SASL_CB_AUTHNAME' undeclared (first use this function)
54 command.cc:254: error: `SASL_CB_PASS' undeclared (first use this function)
55 command.cc:257: error: 'class SMTPProtocol' has no member named 'openPassDlg'
56 command.cc:266: error: expected primary-expression before ')' token
57 command.cc:266: error: expected `;' before "in"
58 command.cc:269: error: `SASL_CB_USER' undeclared (first use this function)
59 command.cc: In member function `virtual QCString
60 KioSMTP::AuthCommand::nextCommandLine(KioSMTP::TransactionState*)':
61 command.cc:330: error: `conn' undeclared (first use this function)
62 command.cc:332: error: `client_interact' undeclared (first use this function)
63 command.cc:333: error: `sasl_client_step' undeclared (first use this function)
64 command.cc:334: error: `SASL_INTERACT' undeclared (first use this function)
65 command.cc:339: error: `SASL_CONTINUE' undeclared (first use this function)
66 command.cc:339: error: `SASL_OK' undeclared (first use this function)
67 command.cc:341: error: `sasl_errdetail' undeclared (first use this function)
68 command.cc: At global scope:
69 command.cc:245: warning: unused parameter 'in'
70
71 Does anyone know how to solve this?
72
73 Thanx,
74 Claudio.
75
76 --
77 gentoo-user@g.o mailing list