Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117658 - kde-base/kdebase-3.[45]: build fails in src_test
Summary: kde-base/kdebase-3.[45]: build fails in src_test
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-03 13:13 UTC by Sascha Silbe
Modified: 2007-01-21 14:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha Silbe 2006-01-03 13:13:17 UTC
The build aborts in src_test with these errors:

i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./..  -I/usr/kde/3.4/include -I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT -D_FILE_OFFSET_BITS=64  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O3 -march=athlon-xp -pipe -fomit-frame-pointer -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 -D_GNU_SOURCE  -c -o test_commands.o `test -f 'test_commands.cc' || echo './'`test_commands.cc
test_commands.cc: In function `int main(int, char**)':
test_commands.cc:240: error: no matching function for call to `
   KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, QStrIList&, const char[5], 
   const char[5])'
command.h:176: error: candidates are: KioSMTP::AuthCommand::AuthCommand(const 
   KioSMTP::AuthCommand&)
command.h:179: error:                 
   KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, const char*, const 
   QString&, KIO::AuthInfo&)
test_commands.cc:266: error: no matching function for call to `
   KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, QStrIList&, const char[5], 
   const char[5])'
command.h:176: error: candidates are: KioSMTP::AuthCommand::AuthCommand(const 
   KioSMTP::AuthCommand&)
command.h:179: error:                 
   KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, const char*, const 
   QString&, KIO::AuthInfo&)
test_commands.cc:283: error: no matching function for call to `
   KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, QStrIList&, const char[5], 
   const char[5])'
command.h:176: error: candidates are: KioSMTP::AuthCommand::AuthCommand(const 
   KioSMTP::AuthCommand&)
command.h:179: error:                 
   KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, const char*, const 
   QString&, KIO::AuthInfo&)
test_commands.cc:721:1: warning: "NDEBUG" redefined
<command line>:11:1: warning: this is the location of the previous definition
In file included from test_commands.cc:723:
command.cc: In constructor `KioSMTP::AuthCommand::AuthCommand(SMTPProtocol*, 
   const char*, const QString&, KIO::AuthInfo&)':
command.cc:201: error: `conn' undeclared (first use this function)
command.cc:201: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
command.cc:202: error: `client_interact' undeclared (first use this function)
command.cc:207: error: `sasl_client_new' undeclared (first use this function)
command.cc:208: error: `SASL_OK' undeclared (first use this function)
command.cc:209: error: `sasl_errdetail' undeclared (first use this function)
command.cc:214: error: `sasl_client_start' undeclared (first use this function)
command.cc:216: error: `SASL_INTERACT' undeclared (first use this function)
command.cc:221: error: `SASL_CONTINUE' undeclared (first use this function)
command.cc: In destructor `virtual KioSMTP::AuthCommand::~AuthCommand()':
command.cc:238: error: `sasl_dispose' undeclared (first use this function)
command.cc: In member function `bool KioSMTP::AuthCommand::saslInteract(void*)
   ':
command.cc:248: error: `sasl_interact_t' undeclared (first use this function)
command.cc:248: error: `interact' undeclared (first use this function)
command.cc:248: error: syntax error before `)' token
command.cc:252: error: `SASL_CB_LIST_END' undeclared (first use this function)
command.cc:253: error: `SASL_CB_AUTHNAME' undeclared (first use this function)
command.cc:254: error: `SASL_CB_PASS' undeclared (first use this function)
command.cc:257: error: `openPassDlg' undeclared (first use this function)
command.cc:266: error: syntax error before `)' token
command.cc:269: error: `SASL_CB_USER' undeclared (first use this function)
command.cc: In member function `virtual QCString 
   KioSMTP::AuthCommand::nextCommandLine(KioSMTP::TransactionState*)':
command.cc:333: error: `sasl_client_step' undeclared (first use this function)
command.cc:341: error: `sasl_errdetail' undeclared (first use this function)
command.cc: In member function `bool KioSMTP::AuthCommand::saslInteract(void*)
   ':
command.cc:245: warning: unused parameter `void*in'
make[3]: *** [test_commands.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.4.3-r1/work/kdebase-3.4.3/kioslave/smtp'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/kdebase-3.4.3-r1/work/kdebase-3.4.3/kioslave/smtp'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.4.3-r1/work/kdebase-3.4.3/kioslave'
make: *** [check-recursive] Error 1

!!! ERROR: kde-base/kdebase-3.4.3-r1 failed.
!!! Function src_test, Line 576, Exitcode 0
!!! Make check failed. See above for details.
!!! If you need support, post the topmost build error, NOT this status message.


Rebuilding cyrus-sasl didn't help.
Comment 1 Sascha Silbe 2006-06-24 09:07:51 UTC
Still the same error with kdebase-3.5.2-r2.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-01-21 14:42:35 UTC
Someone try w/ a version that's actually still in the tree.