Package: vamp-plugin-sdk Version: 1.2-1 Severity: serious Heya,
Building your package failed on my buildd: | Automatic build of vamp-plugin-sdk_1.2-1 on lebrun by sbuild/sparc 98 | Build started at 20080523-1547 | ****************************************************************************** [...] | Checking correctness of source dependencies... | Toolchain package versions: libc6-dev_2.7-11 gcc-4.3_4.3.0-4 g++-4.3_4.3.0-4 binutils_2.18.1~cvs20080103-4 libstdc++6-4.3-dev_4.3.0-4 libstdc++6_4.3.0-4 | ------------------------------------------------------------------------------ | gpg: Signature made Thu May 8 10:32:23 2008 CEST using DSA key ID 3FCC2A90 | gpg: Can't check signature: public key not found | dpkg-source: extracting vamp-plugin-sdk in vamp-plugin-sdk-1.2 | dpkg-source: unpacking vamp-plugin-sdk_1.2.orig.tar.gz | dpkg-source: applying /home/buildd/build/vamp-plugin-sdk_1.2-1.diff.gz | dpkg-buildpackage: set CFLAGS to default value: -g -O2 | dpkg-buildpackage: set CPPFLAGS to default value: | dpkg-buildpackage: set LDFLAGS to default value: | dpkg-buildpackage: set FFLAGS to default value: -g -O2 | dpkg-buildpackage: set CXXFLAGS to default value: -g -O2 | dpkg-buildpackage: source package vamp-plugin-sdk | dpkg-buildpackage: source version 1.2-1 | dpkg-buildpackage: host architecture sparc | /usr/bin/fakeroot debian/rules clean | dh_testdir | dh_testroot | rm -f build-stamp configure-stamp | /usr/bin/make distclean | make[1]: Entering directory `/build/buildd/vamp-plugin-sdk-1.2' | rm -f vamp-sdk/PluginAdapter.o vamp-sdk/RealTime.o vamp-sdk/PluginHostAdapter.o vamp-sdk/hostext/PluginBufferingAdapter.o vamp-sdk/hostext/PluginChannelAdapter.o vamp-sdk/hostext/PluginInputDomainAdapter.o vamp-sdk/hostext/PluginLoader.o vamp-sdk/hostext/PluginWrapper.o vamp-sdk/RealTime.o examples/SpectralCentroid.o examples/PercussionOnsetDetector.o examples/AmplitudeFollower.o examples/ZeroCrossing.o examples/plugins.o host/vamp-simple-host.o | rm -f vamp-sdk/libvamp-sdk.a vamp-sdk/libvamp-sdk.so vamp-sdk/libvamp-hostsdk.a vamp-sdk/libvamp-hostsdk.so examples/vamp-example-plugins.so host/vamp-simple-host *~ */*~ | make[1]: Leaving directory `/build/buildd/vamp-plugin-sdk-1.2' | rm -rf doc | rm -f vamp-simple-host.1 | dh_clean | debian/rules build | dh_testdir | /usr/bin/make | make[1]: Entering directory `/build/buildd/vamp-plugin-sdk-1.2' | g++ -g -O2 -O2 -Wall -I. -fPIC -c -o vamp-sdk/PluginAdapter.o vamp-sdk/PluginAdapter.cpp | vamp-sdk/PluginAdapter.cpp: In member function 'const VampPluginDescriptor* Vamp::PluginAdapterBase::Impl::getDescriptor()': | vamp-sdk/PluginAdapter.cpp:175: error: 'strdup' was not declared in this scope | vamp-sdk/PluginAdapter.cpp:184: error: 'malloc' was not declared in this scope | vamp-sdk/PluginAdapter.cpp: In destructor 'Vamp::PluginAdapterBase::Impl::~Impl()': | vamp-sdk/PluginAdapter.cpp:264: error: 'free' was not declared in this scope | vamp-sdk/PluginAdapter.cpp: In static member function 'static void Vamp::PluginAdapterBase::Impl::vampReleaseOutputDescriptor(VampOutputDescriptor*)': | vamp-sdk/PluginAdapter.cpp:523: error: 'free' was not declared in this scope | vamp-sdk/PluginAdapter.cpp:524: error: 'free' was not declared in this scope | vamp-sdk/PluginAdapter.cpp:525: error: 'free' was not declared in this scope | vamp-sdk/PluginAdapter.cpp:526: error: 'free' was not declared in this scope | vamp-sdk/PluginAdapter.cpp:530: error: 'free' was not declared in this scope | vamp-sdk/PluginAdapter.cpp:534: error: 'free' was not declared in this scope | vamp-sdk/PluginAdapter.cpp:535: error: 'free' was not declared in this scope | vamp-sdk/PluginAdapter.cpp: In member function 'void Vamp::PluginAdapterBase::Impl::cleanup(Vamp::Plugin*)': | vamp-sdk/PluginAdapter.cpp:586: error: 'free' was not declared in this scope | vamp-sdk/PluginAdapter.cpp:589: error: 'free' was not declared in this scope | vamp-sdk/PluginAdapter.cpp:592: error: 'free' was not declared in this scope | vamp-sdk/PluginAdapter.cpp: In member function 'VampOutputDescriptor* Vamp::PluginAdapterBase::Impl::getOutputDescriptor(Vamp::Plugin*, unsigned int)': | vamp-sdk/PluginAdapter.cpp:643: error: 'malloc' was not declared in this scope | vamp-sdk/PluginAdapter.cpp:645: error: 'strdup' was not declared in this scope | vamp-sdk/PluginAdapter.cpp: In member function 'VampFeatureList* Vamp::PluginAdapterBase::Impl::convertFeatures(Vamp::Plugin*, const std::map<int, std::vector<Vamp::Plugin::Feature, std::allocator<Vamp::Plugin::Feature> >, std::less<int>, std::allocator<std::pair<const int, std::vector<Vamp::Plugin::Feature, std::allocator<Vamp::Plugin::Feature> > > > >&)': | vamp-sdk/PluginAdapter.cpp:753: error: 'free' was not declared in this scope | vamp-sdk/PluginAdapter.cpp:758: error: 'strdup' was not declared in this scope | vamp-sdk/PluginAdapter.cpp: In member function 'void Vamp::PluginAdapterBase::Impl::resizeFS(Vamp::Plugin*, int)': | vamp-sdk/PluginAdapter.cpp:796: error: 'realloc' was not declared in this scope | vamp-sdk/PluginAdapter.cpp: In member function 'void Vamp::PluginAdapterBase::Impl::resizeFL(Vamp::Plugin*, int, size_t)': | vamp-sdk/PluginAdapter.cpp:819: error: 'realloc' was not declared in this scope | vamp-sdk/PluginAdapter.cpp: In member function 'void Vamp::PluginAdapterBase::Impl::resizeFV(Vamp::Plugin*, int, int, size_t)': | vamp-sdk/PluginAdapter.cpp:842: error: 'realloc' was not declared in this scope | make[1]: *** [vamp-sdk/PluginAdapter.o] Error 1 | make[1]: Leaving directory `/build/buildd/vamp-plugin-sdk-1.2' | make: *** [build-stamp] Error 2 | dpkg-buildpackage: failure: debian/rules build gave error exit status 2 | ****************************************************************************** | Build finished at 20080523-1548 | FAILED [dpkg-buildpackage died] | Build needed 00:00:04, 496k disk space A complete build log can be found at http://experimental.debian.net/build.php?arch=sparc&pkg=vamp-plugin-sdk&ver=1.2-1 Looks like you are missing several includes (string.h, stdlib.h) Marc -- BOFH #251: Processes running slowly due to weak power supply -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]