Your message dated Tue, 29 Dec 2009 17:53:41 +0000
with message-id <[email protected]>
and subject line Bug#562653: fixed in vamp-plugin-sdk 2.1-1
has caused the Debian Bug report #562653,
regarding vamp-plugin-sdk: FTBFS: error: 'sprintf' was not declared in this 
scope
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
562653: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562653
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: vamp-plugin-sdk
Version: 2.0-1
Severity: serious

Hi,

There was an error while trying to autobuild your package:

> Start Time: 20091226-1835

[...]

> Build-Depends: debhelper (>= 7), libsndfile1-dev, doxygen, graphviz, 
> docbook-to-man

[...]

> Toolchain package versions: libc6-dev_2.10.2-2 linux-libc-dev_2.6.32-2 
> g++-4.4_4.4.2-6 gcc-4.4_4.4.2-6 binutils_2.20-4 libstdc++6_4.4.2-6 
> libstdc++6-4.4-dev_4.4.2-6
> 

[...]

> g++ -I. -g -O2 -fPIC -Wall     -c -o examples/PercussionOnsetDetector.o 
> examples/PercussionOnsetDetector.cpp
> g++ -I. -g -O2 -fPIC -Wall     -c -o examples/FixedTempoEstimator.o 
> examples/FixedTempoEstimator.cpp
> examples/FixedTempoEstimator.cpp: In member function 'std::map<int, 
> std::vector<_VampPlugin::Vamp::Plugin::Feature, 
> std::allocator<_VampPlugin::Vamp::Plugin::Feature> >, std::less<int>, 
> std::allocator<std::pair<const int, 
> std::vector<_VampPlugin::Vamp::Plugin::Feature, 
> std::allocator<_VampPlugin::Vamp::Plugin::Feature> > > > > 
> FixedTempoEstimator::D::assembleFeatures()':
> examples/FixedTempoEstimator.cpp:515: error: 'sprintf' was not declared in 
> this scope
> examples/FixedTempoEstimator.cpp:546: error: 'sprintf' was not declared in 
> this scope
> examples/FixedTempoEstimator.cpp:586: error: 'sprintf' was not declared in 
> this scope
> make[1]: *** [examples/FixedTempoEstimator.o] Error 1
> make[1]: Leaving directory 
> `/build/buildd-vamp-plugin-sdk_2.0-1-amd64-ZU8by3/vamp-plugin-sdk-2.0'
> make: *** [build-stamp] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=amd64&pkg=vamp-plugin-sdk&ver=2.0-1


Kurt




--- End Message ---
--- Begin Message ---
Source: vamp-plugin-sdk
Source-Version: 2.1-1

We believe that the bug you reported is fixed in the latest version of
vamp-plugin-sdk, which is due to be installed in the Debian FTP archive:

libvamp-hostsdk3_2.1-1_i386.deb
  to main/v/vamp-plugin-sdk/libvamp-hostsdk3_2.1-1_i386.deb
libvamp-sdk2_2.1-1_i386.deb
  to main/v/vamp-plugin-sdk/libvamp-sdk2_2.1-1_i386.deb
vamp-examples_2.1-1_i386.deb
  to main/v/vamp-plugin-sdk/vamp-examples_2.1-1_i386.deb
vamp-plugin-sdk-doc_2.1-1_all.deb
  to main/v/vamp-plugin-sdk/vamp-plugin-sdk-doc_2.1-1_all.deb
vamp-plugin-sdk_2.1-1.diff.gz
  to main/v/vamp-plugin-sdk/vamp-plugin-sdk_2.1-1.diff.gz
vamp-plugin-sdk_2.1-1.dsc
  to main/v/vamp-plugin-sdk/vamp-plugin-sdk_2.1-1.dsc
vamp-plugin-sdk_2.1-1_i386.deb
  to main/v/vamp-plugin-sdk/vamp-plugin-sdk_2.1-1_i386.deb
vamp-plugin-sdk_2.1.orig.tar.gz
  to main/v/vamp-plugin-sdk/vamp-plugin-sdk_2.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.
Székelyi Szabolcs <[email protected]> (supplier of updated vamp-plugin-sdk 
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.8
Date: Wed, 23 Dec 2009 19:15:05 +0100
Source: vamp-plugin-sdk
Binary: vamp-plugin-sdk libvamp-sdk2 libvamp-hostsdk3 vamp-examples 
vamp-plugin-sdk-doc
Architecture: source all i386
Version: 2.1-1
Distribution: unstable
Urgency: low
Maintainer: Székelyi Szabolcs <[email protected]>
Changed-By: Székelyi Szabolcs <[email protected]>
Description: 
 libvamp-hostsdk3 - helper library for Vamp hosts written in C++
 libvamp-sdk2 - helper library for Vamp plugins written in C++
 vamp-examples - example Vamp plugins and host
 vamp-plugin-sdk - audio analysis and feature extraction plugins (SDK)
 vamp-plugin-sdk-doc - audio analysis and feature extraction plugins (API 
documentation)
Closes: 560337 562653
Changes: 
 vamp-plugin-sdk (2.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #560337)
   * Added skeleton/ to vamp-plugin-sdk
   * Added vamp-rdf-tempate-generator to vamp-plugin-sdk
   * Added manpage for vamp-rdf-template-generator TODO
   * Don't run `$(MAKE) test` if `nocheck` is present in DEB_BUILD_OPTIONS.
     This involves running several $(MAKE)s with specific targets instead
     of one generic run. TODO: check Makefile for new targets on every new
     upstream release.
   * Fixed typo in debian/control, libvamp-sdk2
   * Fixed debian/vamp-plugin-sdk.examples so source code for example plugins
     is really installed now
   * Added #include <cstdio> to examples/FixedTempoEstimator.cpp to build
     with GCC 4.3 (Closes: #562653)
   * Provide a doc-base control file in vamp-plugin-sdk-doc
   * Bumped Standards-Version to 3.8.3
Checksums-Sha1: 
 7078892ab076af931c5fa6f488629b480b5a8334 1152 vamp-plugin-sdk_2.1-1.dsc
 86f95c837ca793f24d766bba0a5acf73c644a668 165071 vamp-plugin-sdk_2.1.orig.tar.gz
 eb37436444adb58d8d6f554aa526b8077b98eefc 7182 vamp-plugin-sdk_2.1-1.diff.gz
 724dc0fbc777575f346ae714afef00b14a3c0c2a 779756 
vamp-plugin-sdk-doc_2.1-1_all.deb
 20f1b5e9fa084ab2d49aefd2a39f28c17c0b280e 255126 vamp-plugin-sdk_2.1-1_i386.deb
 843eb8fa664b992907777be477ba67d8100b6478 42258 libvamp-sdk2_2.1-1_i386.deb
 32751554724349c9c34414e3c0db7cc89ce44241 94886 libvamp-hostsdk3_2.1-1_i386.deb
 2d4477263675b37664f22fbb5c9fe94fc54cdb21 144004 vamp-examples_2.1-1_i386.deb
Checksums-Sha256: 
 b698f0cb375413c23e2da82f82f7135c8ed6b941f97424fb8a9d80bc528f8c32 1152 
vamp-plugin-sdk_2.1-1.dsc
 d088daddebea3284a4aadb51fe7a488b00ccf61034287a8c3eca4d5248ca2c4f 165071 
vamp-plugin-sdk_2.1.orig.tar.gz
 1a6a9883c1a8cdb0e9d235c807c7db311b5cee7f3cf91c51a85283d06f448f67 7182 
vamp-plugin-sdk_2.1-1.diff.gz
 5658549cea9d505347422d6e29cde528e81ffd20a1880f47f2c0b256a992107d 779756 
vamp-plugin-sdk-doc_2.1-1_all.deb
 a8ce84ac81b429014c954ae93c48638596a5166963616eac8719329e291d4ba4 255126 
vamp-plugin-sdk_2.1-1_i386.deb
 04db2d66b2aa49d66c6f0ecd26a9bdeda66a1fbb38e46f794171e33fd1a66455 42258 
libvamp-sdk2_2.1-1_i386.deb
 143dd580c9b6cb71a030f25003bc4e9806e8474f3f862cd3d0908eb03aea5b99 94886 
libvamp-hostsdk3_2.1-1_i386.deb
 e428ef7c1ca93a165c471d6de538bd8ef134c843b37513d85b9b4d96385a6141 144004 
vamp-examples_2.1-1_i386.deb
Files: 
 67b623554f509f4101b0ff5483ed0e7b 1152 sound extra vamp-plugin-sdk_2.1-1.dsc
 13252077a73987dae72a9174e529b6b9 165071 sound extra 
vamp-plugin-sdk_2.1.orig.tar.gz
 e84f1586c547892841316036aac682ea 7182 sound extra vamp-plugin-sdk_2.1-1.diff.gz
 dcc2802f7cd95dfebafd645edbafb117 779756 doc extra 
vamp-plugin-sdk-doc_2.1-1_all.deb
 b76bc8063729da94741e8e745bb63bc9 255126 sound extra 
vamp-plugin-sdk_2.1-1_i386.deb
 021958ec94b844feb7b7d552449b8bb6 42258 sound extra libvamp-sdk2_2.1-1_i386.deb
 aba4b34aa4179811bf562d87790fdf96 94886 sound extra 
libvamp-hostsdk3_2.1-1_i386.deb
 43fc46eb2ac012c19e7541070692db50 144004 sound extra 
vamp-examples_2.1-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAks6OVEACgkQ5ItltUs5T34bPACdGZzmME15Uxx2n8DwshTOEFmx
JqkAn0FaEVCXlsUPCSc3ITP1XcVZ/2mv
=yENt
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to