Your message dated Sun, 07 Aug 2005 03:17:04 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#321211: fixed in tagcolledit 1.1-1 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; 4 Aug 2005 04:26:59 +0000 >From [EMAIL PROTECTED] Wed Aug 03 21:26:59 2005 Return-path: <[EMAIL PROTECTED]> Received: from blars.org (renig.nat.blars.org) [64.81.35.59] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E0XJr-0004Z0-00; Wed, 03 Aug 2005 21:26:59 -0700 Received: from quaff (quaff.nat.blars.org [172.16.2.7]) by renig.nat.blars.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id j744QuMu024877 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 3 Aug 2005 21:26:56 -0700 Received: from quaff.nat.blars.org (quaff [127.0.0.1]) by quaff (8.13.4/8.13.4/Debian-3) with ESMTP id j744Hmik006474; Wed, 3 Aug 2005 21:17:48 -0700 Received: (from [EMAIL PROTECTED]) by quaff.nat.blars.org (8.13.4/8.13.4/Submit) id j744HmAJ006472; Wed, 3 Aug 2005 21:17:48 -0700 Date: Wed, 3 Aug 2005 21:17:48 -0700 From: Blars Blarson <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: tagcolledit: ftbfs [sparc] undefined references Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Reportbug-Version: 3.15 User-Agent: Mutt/1.5.9i 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-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: tagcolledit Version: 1.0-2 Severity: serious Justification: fails to build from source tagcolledit failed to build on a sparc buildd, duplicated on my sparc pbuilder: if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/tagcoll-1.0 -DXTHREADS -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -g -Wall -O2 -Wall -MT instantiations.o -MD -MP -MF ".deps/instantiations.Tpo" -c -o instantiations.o instantiations.cc; \ then mv -f ".deps/instantiations.Tpo" ".deps/instantiations.Po"; else rm -f ".deps/instantiations.Tpo"; exit 1; fi g++ -g -Wall -O2 -Wall -o tagcolledit Environment.o CommandlineParser.o Serializer.o Tag.o TagSet.o TagcollDocument.o TagMenu.o TagSelector.o ItemList.o TagPanel.o TagcollEditor.o tagcolledit.o instantiations.o -ltagcoll1 -ltdb -lz -lgtkmm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0 -lpangomm-1.4 -lglibmm-2.4 -lsigc-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 TagcollDocument.o:(.gnu.linkonce.r._ZTV15TagcollDocumentISsE+0x10): undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::do_changed()' TagcollDocument.o:(.gnu.linkonce.r._ZTV15TagcollDocumentISsE+0x14): undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::do_filename_changed()' TagSelector.o: In function `TagSelector::on_titleAdd_event(_GdkEvent*)': /build/buildd/tagcolledit-1.0/src/TagSelector.cc:53: undefined reference to `TagMenu<TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::populateAvailable(TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&, TagSet const&)' TagSelector.o: In function `TagSelector::on_facetAdd_event(_GdkEvent*, Facet)': /build/buildd/tagcolledit-1.0/src/TagSelector.cc:67: undefined reference to `TagMenu<TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::populateAvailable(TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&, TagSet const&, Facet const&)' ItemList.o: In function `ItemList::on_event(_GdkEvent*)': /build/buildd/tagcolledit-1.0/src/ItemList.cc:354: undefined reference to `TagMenu<TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::populateUnselected(TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > const&, TagSet const&)' ItemList.o: In function `ItemList::on_itemList_drop_drag_data_received(Glib::RefPtr<Gdk::DragContext> const&, int, int, Gtk::SelectionData const&, unsigned int, unsigned int)': /build/buildd/tagcolledit-1.0/src/ItemList.cc:501: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::applyChange(Tagcoll::PatchList<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Tag> const&)' TagPanel.o: In function `TagPanel::on_signal_remove_tag(Tag)': /build/buildd/tagcolledit-1.0/src/TagPanel.cc:102: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::applyChange(Tagcoll::PatchList<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Tag> const&)' TagPanel.o: In function `TagPanel::on_signal_add_tag(Tag)': /build/buildd/tagcolledit-1.0/src/TagPanel.cc:77: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::applyChange(Tagcoll::PatchList<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Tag> const&)' TagcollEditor.o: In function `TagcollEditor::checkUndo()': /build/buildd/tagcolledit-1.0/src/TagcollEditor.cc:236: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::canUndo() const' /build/buildd/tagcolledit-1.0/src/TagcollEditor.cc:237: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::canRedo() const' TagcollEditor.o: In function `TagcollEditor::on_undo()': /build/buildd/tagcolledit-1.0/src/TagcollEditor.cc:330: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::undo()' TagcollEditor.o: In function `TagcollEditor::on_redo()': /build/buildd/tagcolledit-1.0/src/TagcollEditor.cc:335: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::redo()' TagcollEditor.o: In function `TagcollEditor::on_request_tagcoll_change(Tagcoll::PatchList<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Tag>)': /build/buildd/tagcolledit-1.0/src/TagcollEditor.cc:465: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::applyChange(Tagcoll::PatchList<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Tag> const&)' TagcollEditor.o: In function `TagcollEditor::on_open_debtags()': /build/buildd/tagcolledit-1.0/src/TagcollEditor.cc:243: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::loadDebtags()' TagcollEditor.o: In function `TagcollEditor::on_open()': /build/buildd/tagcolledit-1.0/src/TagcollEditor.cc:263: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::load(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' TagcollEditor.o: In function `TagcollEditor::on_delete_unselected()': /build/buildd/tagcolledit-1.0/src/TagcollEditor.cc:460: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::applyChange(Tagcoll::PatchList<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Tag> const&)' TagcollEditor.o: In function `TagcollEditor::on_move_to_other()': /build/buildd/tagcolledit-1.0/src/TagcollEditor.cc:435: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::applyChange(Tagcoll::PatchList<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Tag> const&)' TagcollEditor.o: In function `TagcollEditor::on_copy_to_other()': /build/buildd/tagcolledit-1.0/src/TagcollEditor.cc:415: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::applyChange(Tagcoll::PatchList<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Tag> const&)' TagcollEditor.o: In function `TagcollEditor::on_intersect()': /build/buildd/tagcolledit-1.0/src/TagcollEditor.cc:396: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::applyChange(Tagcoll::PatchList<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Tag> const&)' TagcollEditor.o: In function `TagcollEditor::on_merge()': /build/buildd/tagcolledit-1.0/src/TagcollEditor.cc:364: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::applyChange(Tagcoll::PatchList<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Tag> const&)' TagcollEditor.o:/build/buildd/tagcolledit-1.0/src/TagcollEditor.cc:513: more undefined references to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::applyChange(Tagcoll::PatchList<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, Tag> const&)' follow TagcollEditor.o: In function `TagcollEditor::on_save_as()': /build/buildd/tagcolledit-1.0/src/TagcollEditor.cc:304: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::save(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' TagcollEditor.o: In function `TagcollEditor::on_save()': /build/buildd/tagcolledit-1.0/src/TagcollEditor.cc:285: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::save(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' tagcolledit.o: In function `main': /build/buildd/tagcolledit-1.0/src/tagcolledit.cc:80: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::load(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' /build/buildd/tagcolledit-1.0/src/tagcolledit.cc:82: undefined reference to `TagcollDocument<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >::loadDebtags()' collect2: ld returned 1 exit status make[3]: *** [tagcolledit] Error 1 make[3]: Leaving directory `/build/buildd/tagcolledit-1.0/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/build/buildd/tagcolledit-1.0' make[1]: *** [all] Error 2 make[1]: Leaving directory `/build/buildd/tagcolledit-1.0' --------------------------------------- Received: (at 321211-close) by bugs.debian.org; 7 Aug 2005 10:28:35 +0000 >From [EMAIL PROTECTED] Sun Aug 07 03:28:35 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E1iDI-0004SO-00; Sun, 07 Aug 2005 03:17:04 -0700 From: Enrico Zini <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#321211: fixed in tagcolledit 1.1-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 07 Aug 2005 03:17:04 -0700 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-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: tagcolledit Source-Version: 1.1-1 We believe that the bug you reported is fixed in the latest version of tagcolledit, which is due to be installed in the Debian FTP archive: tagcolledit_1.1-1.diff.gz to pool/main/t/tagcolledit/tagcolledit_1.1-1.diff.gz tagcolledit_1.1-1.dsc to pool/main/t/tagcolledit/tagcolledit_1.1-1.dsc tagcolledit_1.1-1_i386.deb to pool/main/t/tagcolledit/tagcolledit_1.1-1_i386.deb tagcolledit_1.1.orig.tar.gz to pool/main/t/tagcolledit/tagcolledit_1.1.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Enrico Zini <[EMAIL PROTECTED]> (supplier of updated tagcolledit package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 7 Aug 2005 12:04:15 +0200 Source: tagcolledit Binary: tagcolledit Architecture: source i386 Version: 1.1-1 Distribution: unstable Urgency: low Maintainer: Enrico Zini <[EMAIL PROTECTED]> Changed-By: Enrico Zini <[EMAIL PROTECTED]> Description: tagcolledit - GUI editor for tagged collections Closes: 321211 Changes: tagcolledit (1.1-1) unstable; urgency=low . * New upstream version. Compiles with gcc4. Closes: #321211. Files: 5d2e6ff242ad36a61b7d7ba320263444 671 misc optional tagcolledit_1.1-1.dsc bbd1701aacb4cf1a2266c9d3ad854035 258339 misc optional tagcolledit_1.1.orig.tar.gz 436b0ebf1cc529ae60185fda623a5286 20 misc optional tagcolledit_1.1-1.diff.gz d361be0fd55646e85c199deb5c4c2d7f 161944 misc optional tagcolledit_1.1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC9d079LSwzHl+v6sRAhNUAKCJ6FxTDz6NeCUA9QZegz/zV9B+zwCgjYxF 6flyCymgBz2GVciRbf8D/vI= =N/XN -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]