Your message dated Mon, 21 Nov 2005 04:36:29 +0100 with message-id <[EMAIL PROTECTED]> and subject line Fixed in latest upstream 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; 2 Nov 2005 10:37:31 +0000 >From [EMAIL PROTECTED] Wed Nov 02 02:37:31 2005 Return-path: <[EMAIL PROTECTED]> Received: from c174238.adsl.hansenet.de (kat.ainf.net) [213.39.174.238] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EXFzn-0003BL-00; Wed, 02 Nov 2005 02:37:31 -0800 Received: from aj by kat.ainf.net with local (Exim 4.54) id 1EXFzk-0001KH-Ot; Wed, 02 Nov 2005 11:37:28 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: amsynth: FTBFS (amd64): 'pthread_kill' was not declared in this scope Message-Id: <[EMAIL PROTECTED]> Date: Wed, 02 Nov 2005 11:37:28 +0100 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=-7.5 required=4.0 tests=BAYES_00,HAS_PACKAGE, RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: amsynth Version: 1.1.0-1 Severity: serious Tags: patch When building 'amsynth' on amd64/unstable, I get the following error: make[4]: Entering directory `/amsynth-1.1.0/src/GUI' if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -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 -Wall -O3 -ffast-math -fno-exceptions -fomit-frame-pointer -Dwith_oss -Dwith_alsa -Dwith_jack -Dwith_sndfile -MT GUI.o -MD -MP -MF ".deps/GUI.Tpo" -c -o GUI.o GUI.cc; \ then mv -f ".deps/GUI.Tpo" ".deps/GUI.Po"; else rm -f ".deps/GUI.Tpo"; exit 1; fi /usr/include/glibmm-2.4/glibmm/containers.h: In member function 'typename Glib::List_Iterator_Base<T>::reference Glib::SList_Iterator<T>::operator*() const': /usr/include/glibmm-2.4/glibmm/containers.h:181: warning: statement has no effect /usr/include/gtkmm-2.4/gtkmm/treeview.h: In member function 'int Gtk::TreeView::append_column_editable(const Glib::ustring&, const Gtk::TreeModelColumn<ColumnType>&)': /usr/include/gtkmm-2.4/gtkmm/treeview.h:1424: warning: statement has no effect /usr/include/gtkmm-2.4/gtkmm/treeview.h: In function 'void Gtk::TreeView_Private::_connect_auto_store_editable_signal_handler(Gtk::TreeView*, Gtk::CellRenderer*, const Gtk::TreeModelColumn<ColumnType>&)': /usr/include/gtkmm-2.4/gtkmm/treeview.h:1681: warning: statement has no effect ../Thread.h: In member function 'int Thread::Kill(int)': ../Thread.h:37: error: 'pthread_kill' was not declared in this scope make[4]: *** [GUI.o] Error 1 make[4]: Leaving directory `/amsynth-1.1.0/src/GUI' With the attached patch 'amsynth' can be compiled on amd64. Regards Andreas Jochens diff -urN ../tmp-orig/amsynth-1.1.0/src/Thread.h ./src/Thread.h --- ../tmp-orig/amsynth-1.1.0/src/Thread.h 2005-10-26 19:45:10.000000000 +0000 +++ ./src/Thread.h 2005-11-02 10:31:44.000000000 +0000 @@ -26,6 +26,7 @@ #define _THREAD_H #include <pthread.h> +#include <signal.h> class Thread { --------------------------------------- Received: (at 337029-done) by bugs.debian.org; 21 Nov 2005 02:35:58 +0000 >From [EMAIL PROTECTED] Sun Nov 20 18:35:58 2005 Return-path: <[EMAIL PROTECTED]> Received: from serverina.hacknight.org ([80.68.90.101]) by spohr.debian.org with esmtp (Exim 4.50) id 1Ee1XB-0001ax-VT for [EMAIL PROTECTED]; Sun, 20 Nov 2005 18:35:58 -0800 Received: from localhost.localdomain (unknown [203.94.94.33]) by serverina.hacknight.org (Postfix) with ESMTP id 242191409F for <[EMAIL PROTECTED]>; Mon, 21 Nov 2005 02:25:20 +0000 (GMT) To: [EMAIL PROTECTED] Subject: Fixed in latest upstream From: Free Ekanayaka <[EMAIL PROTECTED]> Organization: AGNULA User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, linux) Date: Mon, 21 Nov 2005 04:36:29 +0100 Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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=-0.4 required=4.0 tests=ADDR_FREE,BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 Hi, this bug is fixed in the latest upload, see: http://people.debian.org/~igloo/status.php?email=&packages=amsynth&arches= and http://packages.debian.org/changelogs/pool/main/a/amsynth/amsynth_1.1.0-2/changelog Cheers, Free -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]