Your message dated Sun, 19 Mar 2006 17:47:07 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#286146: fixed in freqtweak 0.6.1-1.4 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)
--- Begin Message ---Package: freqtweak Severity: normal Tags: patch When building 'freqtweak' on amd64 with gcc-4.0, I get the following error: g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2 -Wall -D_REENTRANT -g -O2 -O2 -fexpensive-optimizations -funroll-loops -finline-functions -ffast-math -c -o FTprocOrderDialog.o `test -f 'FTprocOrderDialog.cpp' || echo './'`FTprocOrderDialog.cpp FTprocOrderDialog.cpp: In member function 'void FTprocOrderDialog::refreshState()': FTprocOrderDialog.cpp:213: error: cast from 'FTprocI*' to 'unsigned int' loses precision FTprocOrderDialog.cpp:233: error: cast from 'FTprocI*' to 'unsigned int' loses precision FTprocOrderDialog.cpp: In member function 'void FTprocOrderDialog::onAddButton(wxCommandEvent&)': FTprocOrderDialog.cpp:444: error: cast from 'FTprocI*' to 'unsigned int' loses precision make[3]: *** [FTprocOrderDialog.o] Error 1 make[3]: Leaving directory `/freqtweak-0.6.1/src' With the attached patch 'freqtweak' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/freqtweak-0.6.1/src/FTprocOrderDialog.cpp ./src/FTprocOrderDialog.cpp --- ../tmp-orig/freqtweak-0.6.1/src/FTprocOrderDialog.cpp 2004-04-22 10:16:16.000000000 +0200 +++ ./src/FTprocOrderDialog.cpp 2004-12-17 21:20:07.384755368 +0100 @@ -210,7 +210,7 @@ for (; mod != mlist.end(); ++mod) { item.SetText (wxString::FromAscii ((*mod)->getName().c_str())); - item.SetData ((unsigned) (*mod)); + item.SetData ((unsigned long) (*mod)); item.SetId(pos++); _sourceList->InsertItem(item); @@ -230,7 +230,7 @@ for (unsigned int n=0; n < procmods.size(); ++n) { item.SetText (wxString::FromAscii (procmods[n]->getName().c_str())); - item.SetData ((unsigned) procmods[n]); + item.SetData ((unsigned long) procmods[n]); item.SetId (n); _targetList->InsertItem(item); @@ -441,7 +441,7 @@ if (proc) { item.SetText (wxString::FromAscii (proc->getName().c_str())); - item.SetData ((unsigned)proc); + item.SetData ((unsigned long)proc); item.SetId (_targetList->GetItemCount()); _targetList->InsertItem(item);
--- End Message ---
--- Begin Message ---Source: freqtweak Source-Version: 0.6.1-1.4 We believe that the bug you reported is fixed in the latest version of freqtweak, which is due to be installed in the Debian FTP archive: freqtweak_0.6.1-1.4.diff.gz to pool/main/f/freqtweak/freqtweak_0.6.1-1.4.diff.gz freqtweak_0.6.1-1.4.dsc to pool/main/f/freqtweak/freqtweak_0.6.1-1.4.dsc freqtweak_0.6.1-1.4_i386.deb to pool/main/f/freqtweak/freqtweak_0.6.1-1.4_i386.deb 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. Andrew Pollock <[EMAIL PROTECTED]> (supplier of updated freqtweak 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, 19 Mar 2006 17:16:53 -0800 Source: freqtweak Binary: freqtweak Architecture: source i386 Version: 0.6.1-1.4 Distribution: unstable Urgency: high Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Andrew Pollock <[EMAIL PROTECTED]> Description: freqtweak - Realtime audio frequency spectral manipulation Closes: 165827 181801 184769 187688 205977 245973 263437 286146 317195 335122 354230 Changes: freqtweak (0.6.1-1.4) unstable; urgency=low . * QA Group upload orphaning this package . freqtweak (0.6.1-1.3) unstable; urgency=high . * Non-maintainer upload. * Fix manpage installation (Closes: #354230). . freqtweak (0.6.1-1.2) unstable; urgency=high . * Non-maintainer upload. * Update automake build-dep to 1.9 (Closes: #335122) * Update jack build-dep to 0.100.0. . freqtweak (0.6.1-1.1) unstable; urgency=medium . * Non-maintainer upload. * Rebuild for the jack transition (Closes: #317195). * Patch for unsigned int loses precision (Closes: #286146). * Patch for src/FTjackSupport.cpp: diff CVS version 1.12 and 1.13 as jack_set_server_dir is deprecated. . freqtweak (0.6.1-1) unstable; urgency=low . * New upstream version, with compilation fixes for bug #263437. * configure.ac: Fixed include path problem for libxml2 by adding XML_CPPFLAGS to CPPFLAGS in the configure script (closes: #263437). * debian/source.lintian-overrides: Added lintian source overrides about CVS files and directories in the source tree. They are intentional. * debian/freqtweak.docs: Added usagehelp.html to the /usr/share/doc/freqtweak directory. . freqtweak (0.6.0-1) unstable; urgency=low . * New upstream version (closes: #245973). * Add build-depends on libsigc++-1.2-dev (debian/control). * Updated standards version (debian/control). * Added string quotes in debian/freqtweak.menu to avoid lintian warnings. . freqtweak (0.5.3-2) unstable; urgency=low . * Recompiled against libjack0.80.0-dev . freqtweak (0.5.3-1) unstable; urgency=low . * New upstream version. * Added jackd information to the manual page. . freqtweak (0.5.2-1) unstable; urgency=low . * New upstream version. * Now using a newer version of fftw (fftw3) (debian/control). * Manual page is now in toplevel directory (debian/rules). * configure now requires a correct value for mandir (debian/rules). . freqtweak (0.5.1-2) unstable; urgency=low . * Added missing build-dependency on libxml2-dev (closes: #205977). . freqtweak (0.5.1-1) unstable; urgency=low . * New upstream version. * Updated standards version. * Improved manual page (examples and description of mouse controls, taken from the README file). . freqtweak (0.4.8-2) unstable; urgency=low . * Rebuilt with available libjack (closes #198566). * Now build-depends on the non-versioned libjack-dev package. * Updated standards version. * Added "see also" section to the manual page. . freqtweak (0.4.8-1) unstable; urgency=low . * New upstream version. * Manual page: a couple of fixes and cleanup. * Removed empty Changelog and irrelevant README.CVS from docs dir. * Acknowledged previous NMU, closes: #187688, #184769. . freqtweak (0.4.7-1.1) unstable; urgency=low . * NMU * Recompile against new jack to make the package installable * Add build-depends on libjack0.50.0-dev. * call autoconf instead of autoconf2.50. . freqtweak (0.4.7-1) unstable; urgency=low . * New upstream version. * Added dependency on jackd (debian/control). * Added some comments about the origin of cvs-clean.pl (debian/copyright). * Comments cleanup in debian/rules. * Now using automake1.6, in an atempt to fix build problems in some architectures. . freqtweak (0.4.6-2) unstable; urgency=low . * Execution permissions of debian/cvs-clean.pl are now set at clean time (debian/rules), closes: #181801. . freqtweak (0.4.6-1) unstable; urgency=low . * Initial Release. * Closes the ITP, closes: #165827. Files: ef73e7936bfcfb4e7656376f2e82671d 673 sound optional freqtweak_0.6.1-1.4.dsc 6c22e62ad7abb1d27d6e50f2db0f9840 5663 sound optional freqtweak_0.6.1-1.4.diff.gz 6063210ebbbf519ff9a8d774c895d754 286634 sound optional freqtweak_0.6.1-1.4_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEHgkoIblXXKfZFgIRAoPfAKCwW7tgHNn1d1o0cKb39HQEi9F4uQCgipnf fkzTqQLDBdOYcdZSCdZWo1o= =SQGm -----END PGP SIGNATURE-----
--- End Message ---

