Your message dated Tue, 25 Jan 2005 21:43:02 +0100 with message-id <[EMAIL PROTECTED]> and subject line Finally fixed has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 14 Aug 2004 12:07:35 +0000 >From [EMAIL PROTECTED] Sat Aug 14 05:07:35 2004 Return-path: <[EMAIL PROTECTED]> Received: from pd95d1f34.dip.t-dialin.net (stigge.org) [217.93.31.52] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BvxJs-0002ha-00; Sat, 14 Aug 2004 05:07:33 -0700 Received: (qmail 3295 invoked from network); 14 Aug 2004 12:07:27 -0000 Received: from unknown (HELO atari.stigge.org) (192.168.1.99) by sbo.stigge.org with SMTP; 14 Aug 2004 12:07:27 -0000 Received: by atari.stigge.org (Postfix, from userid 1001) id 4EEC71005BB17; Sat, 14 Aug 2004 14:07:27 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Roland Stigge <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: kxmleditor: FTBFS: compile error: undeclared symbols X-Mailer: reportbug 2.64 Date: Sat, 14 Aug 2004 14:07:27 +0200 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: kxmleditor Version: 1.0.0-1 Severity: serious Hi, trying to build the package in a clean environment (pbuilder chroot), I got: ============================================================================= [...] creating libkxmleditorpart_la.all_cpp.cpp ... if /bin/bash ../libtool --silent --mode=compile --tag=CXX i386-linux-g++ -DHAVE_ CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I. -DQT_THREAD_SU PPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic - W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new -MT libkxmleditorpart_la.all_cpp.lo -MD -MP -MF ".deps/libkxmle ditorpart_la.all_cpp.Tpo" \ -c -o libkxmleditorpart_la.all_cpp.lo `test -f 'libkxmleditorpart_la.all_cpp.c pp' || echo './'`libkxmleditorpart_la.all_cpp.cpp; \ then mv -f ".deps/libkxmleditorpart_la.all_cpp.Tpo" ".deps/libkxmleditorpart_la. all_cpp.Plo"; \ else rm -f ".deps/libkxmleditorpart_la.all_cpp.Tpo"; exit 1; \ fi In file included from libkxmleditorpart_la.all_cpp.cpp:7: kxechardatadialog.cpp: In static member function `static QString KXECharDataDialog::checkContents(QString)': kxechardatadialog.cpp:103: warning: comparison between signed and unsigned integer expressions In file included from libkxmleditorpart_la.all_cpp.cpp:16: kxetextviewsettings.cpp:50:1: warning: "CONF_ENTRY_NAME_INDENT_STEPS" redefined In file included from libkxmleditorpart_la.all_cpp.cpp:14: kxeprintsettings.cpp:35:1: warning: this is the location of the previous definit ion In file included from libkxmleditorpart_la.all_cpp.cpp:16: kxetextviewsettings.cpp: In member function `virtual void KXETextViewSettings::read(const KConfig*)': kxetextviewsettings.cpp:83: warning: taking address of temporary kxetextviewsettings.cpp:84: warning: taking address of temporary kxetextviewsettings.cpp:85: warning: taking address of temporary kxetextviewsettings.cpp:86: warning: taking address of temporary kxetextviewsettings.cpp:87: warning: taking address of temporary kxetextviewsettings.cpp:88: warning: taking address of temporary kxetextviewsettings.cpp:89: warning: taking address of temporary In file included from libkxmleditorpart_la.all_cpp.cpp:18: kxe_treeview.cpp: In member function `void KXE_TreeView::updateNodeMoved(const QDomNode&)': kxe_treeview.cpp:626: warning: `moveItem' is deprecated (declared at /usr/include/kde/klistview.h:163) kxe_treeview.cpp:635: warning: `moveItem' is deprecated (declared at /usr/include/kde/klistview.h:163) In file included from libkxmleditorpart_la.all_cpp.cpp:30: kxmleditorfactory.cpp: In member function `virtual KParts::Part* KXMLEditorFactory::createPartObject(QWidget*, const char*, QObject*, const char*, const char*, const QStringList&)': kxmleditorfactory.cpp:56: warning: unused parameter `const QStringList&args' In file included from libkxmleditorpart_la.all_cpp.cpp:31: dcopiface_part_ro.cpp: In member function `QString KXMLEditorPartIfaceReadOnly::saveAsFile(const QString&)': dcopiface_part_ro.cpp:24: warning: unused parameter `const QString&path_to_file ' In file included from libkxmleditorpart_la.all_cpp.cpp:33: kxesearchdialogbase.cpp: In constructor ` KXESearchDialogBase::KXESearchDialogBase(QWidget*, const char*, bool, unsigned int)': kxesearchdialogbase.cpp:45: error: `Spacer3' undeclared (first use this function) kxesearchdialogbase.cpp:45: error: (Each undeclared identifier is reported only once for each function it appears in.) kxesearchdialogbase.cpp:55: error: `Spacer2' undeclared (first use this function) kxesearchdialogbase.cpp:90: error: `spacer19' undeclared (first use this function) kxesearchdialogbase.cpp:92: error: `spacer20' undeclared (first use this function) kxesearchdialogbase.cpp:98: error: `Spacer9' undeclared (first use this function) In file included from libkxmleditorpart_la.all_cpp.cpp:34: kxeprocinstrdialogbase.cpp: In constructor ` KXEProcInstrDialogBase::KXEProcInstrDialogBase(QWidget*, const char*, bool, unsigned int)': kxeprocinstrdialogbase.cpp:62: error: `Horizontal_Spacing2' undeclared (first use this function) In file included from libkxmleditorpart_la.all_cpp.cpp:35: kxespecprocinstrdialogbase.cpp: In constructor ` KXESpecProcInstrDialogBase::KXESpecProcInstrDialogBase(QWidget*, const char*, bool, unsigned int)': kxespecprocinstrdialogbase.cpp:60: error: `spacer2' undeclared (first use this function) kxespecprocinstrdialogbase.cpp:72: error: `spacer1' undeclared (first use this function) In file included from libkxmleditorpart_la.all_cpp.cpp:36: kxeelementdialogbase.cpp: In constructor ` KXEElementDialogBase::KXEElementDialogBase(QWidget*, const char*, bool, unsigned int)': kxeelementdialogbase.cpp:43: error: `Spacer4' undeclared (first use this function) kxeelementdialogbase.cpp:45: error: `Spacer5' undeclared (first use this function) In file included from libkxmleditorpart_la.all_cpp.cpp:37: kxeattributedialogbase.cpp: In constructor ` KXEAttributeDialogBase::KXEAttributeDialogBase(QWidget*, const char*, bool, unsigned int)': kxeattributedialogbase.cpp:39: error: `Spacer4_2' undeclared (first use this function) In file included from libkxmleditorpart_la.all_cpp.cpp:38: kxechardatadialogbase.cpp: In constructor ` KXECharDataDialogBase::KXECharDataDialogBase(QWidget*, const char*, bool, unsigned int)': kxechardatadialogbase.cpp:44: error: `Spacer6' undeclared (first use this function) In file included from libkxmleditorpart_la.all_cpp.cpp:40: kxechoosestringdialogbase.cpp: In constructor ` KXEChooseStringDialogBase::KXEChooseStringDialogBase(QWidget*, const char*, bool, unsigned int)': kxechoosestringdialogbase.cpp:54: error: `Spacer1' undeclared (first use this function) In file included from libkxmleditorpart_la.all_cpp.cpp:41: kxetreeviewsettingspage.cpp: In constructor ` KXETreeViewSettingsPage::KXETreeViewSettingsPage(QWidget*, const char*, unsigned int)': kxetreeviewsettingspage.cpp:83: error: `spacer9' undeclared (first use this function) In file included from libkxmleditorpart_la.all_cpp.cpp:43: kxeprintsettingspage.cpp: In constructor ` KXEPrintSettingsPage::KXEPrintSettingsPage(QWidget*, const char*, unsigned int)': kxeprintsettingspage.cpp:51: error: `spacer3' undeclared (first use this function) kxeprintsettingspage.cpp:71: error: `spacer4' undeclared (first use this function) In file included from libkxmleditorpart_la.all_cpp.cpp:44: kxearchiveextssettingspage.cpp: In constructor ` KXEArchiveExtsSettingsPage::KXEArchiveExtsSettingsPage(QWidget*, const char*, unsigned int)': kxearchiveextssettingspage.cpp:67: error: `spacer12' undeclared (first use this function) In file included from libkxmleditorpart_la.all_cpp.cpp:45: kxetextviewsettingspage.cpp: In constructor ` KXETextViewSettingsPage::KXETextViewSettingsPage(QWidget*, const char*, unsigned int)': kxetextviewsettingspage.cpp:98: error: `spacer8' undeclared (first use this function) make[4]: *** [libkxmleditorpart_la.all_cpp.lo] Error 1 make[4]: Leaving directory `/tmp/buildd/kxmleditor-1.0.0/part' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/tmp/buildd/kxmleditor-1.0.0/part' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/buildd/kxmleditor-1.0.0' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/buildd/kxmleditor-1.0.0' make: *** [build-stamp] Error 2 ============================================================================= Thanks for considering. bye, Roland -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.7 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (ignored: LC_ALL set to en_GB.UTF-8) --------------------------------------- Received: (at 265680-done) by bugs.debian.org; 25 Jan 2005 20:44:16 +0000 >From [EMAIL PROTECTED] Tue Jan 25 12:44:08 2005 Return-path: <[EMAIL PROTECTED]> Received: from 34.red-80-32-129.pooles.rima-tde.net (stewie) [80.32.129.34] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CtXXj-00025t-00; Tue, 25 Jan 2005 12:44:08 -0800 Received: by stewie (Postfix, from userid 1000) id 29FE77A176; Tue, 25 Jan 2005 21:43:03 +0100 (CET) From: Alejandro Exojo <[EMAIL PROTECTED]> Organization: http://www.badopi.org/ To: [EMAIL PROTECTED] Subject: Finally fixed Date: Tue, 25 Jan 2005 21:43:02 +0100 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Hi. Finally kxmleditor 1.1.4-1 has entered Sarge, so this bug can be closed. Greetings. -- Alex (a.k.a. suy) - GPG ID 0x0B8B0BC2 http://darkshines.net/ - Jabber ID: [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]