Package: csound
Version: 1:5.08.0.dfsg2-7
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080618 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on
i386.

Relevant part:
> make[1]: Entering directory 
> `/build/user-csound_5.08.0.dfsg2-7-amd64-gcpoxy/csound-5.08.0.dfsg2-7'
> make[1]: Nothing to be done for `reverse-config'.
> make[1]: Leaving directory 
> `/build/user-csound_5.08.0.dfsg2-7-amd64-gcpoxy/csound-5.08.0.dfsg2-7'
> QUILT_PATCHES=/build/user-csound_5.08.0.dfsg2-7-amd64-gcpoxy/csound-5.08.0.dfsg2-7/debian/patches
>  quilt --quiltrc /dev/null pop -a -R || test $? = 2
> No patch removed
> rm -rf 
> /build/user-csound_5.08.0.dfsg2-7-amd64-gcpoxy/csound-5.08.0.dfsg2-7/.pc
> rm -f debian/stamp-patch*
> scons --directory="." CC="i486-linux-gnu-gcc" CFLAGS="-g -O2 -g -Wall -O2" 
> CXX="i486-linux-gnu-g++" CXXFLAGS="-g -O2 -g -Wall -O2" . useDouble=1 
> usePortAudio=1 usePortMIDI=1 useJack=1 useFLTK=1 buildCsound5GUI=1 
> buildWinsound=1 generatePdf=0 useOSC=1 buildPythonOpcodes=1 
> dynamicCsoundLibrary=1 buildPDClass=1 buildDSSI=1 buildUtilities=1 
> buildTclcsound=1 buildVirtual=1 buildInterfaces=1 buildJavaWrapper=1 
> buildCSEditor=1 buildNewParser=0 prefix=/usr buildCsoundAC=1 useUDP=1 
> buildRelease=1 buildSDFT=1 buildImageOpcodes=1 LINKFLAGS='-Wl,-as-needed' 
> useALSA=1 gcc4opt=generic --keep-going --clean || true
> scons: Reading SConscript files ...
> 
> C S O U N D 5
> 
> SCons build file for Csound 5:
> API library, plugin opcodes, utilities, and front ends.
> 
> By Michael Gogins <gogins at pipeline dot com>
> 
> For custom options, run 'scons -h'.
> For default options, run 'scons -H'.
> If headers or libraries are not found, edit 'custom.py'.
> For Linux, run in the standard shell
>     with standard Python and just run 'scons'.
> For MinGW, run in the MSys shell
>     and use www.python.org WIN32 Python to run scons.
> For Microsoft Visual C++, run in the Platform SDK
>     command shell, and use www.python.org WIN32 Python to run scons.
> 
> System platform is 'linux'.
> Using options from 'custom.py.'
> Build platform is 'linux'.
> SCons tools on this platform:  ['default', 'gnulink', 'gcc', 'g++', 
> 'gfortran', 'gas', 'ar', 'filesystem', 'dvips', 'jar', 'javac', 'javah', 
> 'latex', 'pdflatex', 'pdftex', 'rmic', 'rpcgen', 'swig', 'tar', 'tex', 'zip']
> Using Istvan localisation
> CONFIGURATION DECISION: Using double-precision floating point for audio 
> samples.
> Checking for C header file stdio.h... yes
> Checking for C library sndfile... yes
> Checking for C++ header file 
> frontends/CsoundVST/vstsdk2.4/public.sdk/source/vst2.x/audioeffectx.h... no
> Checking for C header file portaudio.h... yes
> Checking for C header file portmidi.h... yes
> Checking for C++ header file FL/Fl.H... yes
> Checking for C++ header file FL/Fl_Spinner.H... yes
> Checking for C++ header file boost/any.hpp... yes
> Checking for C library asound... yes
> Checking for C header file jack/jack.h... yes
> Checking for C header file lo/lo.h... yes
> Checking for C++ header file Opcodes/stk/include/Stk.h... yes
> Checking for C header file m_pd.h... yes
> Checking for C header file tcl.h... no
> Checking for C header file /usr/include/tcl8.4/tcl.h... yes
> Checking for C header file zlib.h... yes
> Checking for C++ header file funknown.h... no
> Checking for C header file lua5.1/lua.h... yes
> Checking for SWIG... yes
> Checking for C header file Python.h... no
> Checking for C header file /usr/include/python2.5/Python.h... yes
> Checking for C++ header file jni.h... yes
> Checking for C header file io.h... no
> Checking for C header file fcntl.h... yes
> Checking for C header file unistd.h... yes
> Checking for C header file stdint.h... yes
> Checking for C header file sys/time.h... yes
> Checking for C header file sys/types.h... yes
> Checking for C header file termios.h... yes
> Checking for C header file sys/socket.h... yes
> Checking for C header file dirent.h... yes
> Checking for libsndfile version 1.0.16 or later... yes
> 
> scons: warning: The env.Copy() method is deprecated; use the env.Clone() 
> method instead.
> File 
> "/build/user-csound_5.08.0.dfsg2-7-amd64-gcpoxy/csound-5.08.0.dfsg2-7/SConstruct",
>  line 821, in <module>
> CONFIGURATION DECISION: Not building with new parser
> CONFIGURATION DECISION: Building dynamic Csound library
> Checking for gcc version 4 or later... yes
> CONFIGURATION DECISION: Building Csound interfaces library.
> Python Version: 2.5
> CONFIGURATION DECISION: Building Java wrappers for Csound interfaces library.
> LangSubDir: java
> Search paths:
>    ./
>    ./
>    ./H/
>    /usr/include/fltk-1.1/
>    /usr/local/include/
>    /usr/include/
>    /usr/include/
>    /usr/X11R6/include/
>    interfaces/
>    ./swig_lib/java/
>    /usr/share/swig1.3/java/
>    ./swig_lib/
>    /usr/share/swig1.3/
> Preprocessing...
> Starting language-specific parse...
> ./H/csound.h:340: Warning(451): Setting a const char * variable may leak 
> memory.
> interfaces/cs_glue.hpp:507: Warning(473): Returning a pointer or reference in 
> a director method is not recommended.
> interfaces/CppSound.hpp:80: Warning(813): Warning for CppSound proxy: Base 
> CsoundFile ignored. Multiple inheritance is not supported in Java.
> Processing types...
> C++ analysis...
> Generating wrappers...
> CONFIGURATION DECISION: Building Csound Lua interface library.
> PYTHON MODULE csnd...
> CONFIGURATION DECISION: Not generating Csound API PDF documentation.
> Checking for C header file png.h... yes
> CONFIGURATION DECISION: Building image opcodes
> Parsed fltk-config.
> CONFIGURATION DECISION: Building Virtual Keyboard plugin.
> CONFIGURATION DECISION: Not building CoreAudio plugin.
> CONFIGURATION DECISION: Building ALSA plugin.
> CONFIGURATION DECISION: Building PortAudio module.
> Adding Jack library for PortAudio
> CONFIGURATION DECISION: Building JACK plugin.
> CONFIGURATION DECISION: Building with PortMIDI.
> CONFIGURATION DECISION: Building OSC plugin.
> CONFIGURATION DECISION: Building UDP plugins.
> Checking for C header file fluidsynth.h... yes
> CONFIGURATION DECISION: Building fluid opcodes.
> CONFIGURATION DECISION: Not building vst4cs opcodes.
> Checking for C header file ladspa.h... yes
> CONFIGURATION DECISION: Building DSSI plugin host opcodes.
> Checking for C header file Opcodes/Loris/src/loris.h... no
> CONFIGURATION DECISION: Not building Loris Python extension and Csound 
> opcodes.
> CONFIGURATION DECISION: Not building STK opcodes.
> CONFIGURATION DECISION: Building Python opcodes.
> CONFIGURATION DECISION: Building FLTK GUI CSOUND5GUI frontend.
> CONFIGURATION DECISION: Building CsoundAC extension module for Csound with 
> algorithmic composition.
> PATH = 
> /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/usr/games
> PYTHON MODULE CsoundAC...
> CONFIGURATION DECISION: Not building CsoundVST plugin and standalone.
> CONFIGURATION DECISION: Building PD csoundapi~ class
> CONFIGURATION DECISION: Building Tclcsound frontend
> CONFIGURATION DECISION: Building Winsound frontend
> CONFIGURATION DECISION: Not building OSX GUI frontend
> CONFIGURATION DEFAULT:  Building csLadspa.
> CONFIGURATION DECISION: Not calling TAGS
> CONFIGURATION DECISION: Not compiling zip file for release.
> scons: done reading SConscript files.
> scons: Cleaning targets ...
> Removed _CsoundAC.so
> Removed interfaces/python_interface_wrap.cc
> Removed frontends/fltk_gui/CsoundAboutWindow_FLTK.cpp
> Removed frontends/fltk_gui/CsoundGlobalSettingsPanel_FLTK.cpp
> Removed frontends/fltk_gui/CsoundGUIConsole_FLTK.cpp
> Removed frontends/fltk_gui/CsoundGUIMain_FLTK.cpp
> Removed frontends/fltk_gui/CsoundPerformanceSettingsPanel_FLTK.cpp
> Removed frontends/fltk_gui/CsoundUtilitiesWindow_FLTK.cpp
> Removed frontends/winsound/winsound.cxx
> scons: done cleaning targets.
> rm -f debian/stamp-scons-build
> rm -rf .sconf_temp/
> rm -f .sconsign.dblite config.log
> dh_clean 
> rm -f debian/cdbs-install-list debian/cdbs-package-list
> rm -f build-arch-stamp build-indep-stamp manpages-stamp
> for file in custom.py frontends/CsoundVST/CsoundVstUi.cpp 
> frontends/CsoundVST/ScoreGeneratorVstUi.cpp 
> frontends/fltk_gui/CsoundAboutWindow_FLTK.cpp 
> frontends/fltk_gui/CsoundGUIConsole_FLTK.cpp 
> frontends/fltk_gui/CsoundGUIMain_FLTK.cpp 
> frontends/fltk_gui/CsoundGlobalSettingsPanel_FLTK.cpp 
> frontends/fltk_gui/CsoundPerformanceSettingsPanel_FLTK.cpp 
> frontends/fltk_gui/CsoundUtilitiesWindow_FLTK.cpp 
> frontends/winsound/winsound.cpp installer/linux/installer.cpp 
> installer/macosx/installer.cpp frontends/CsoundVST/CsoundVstUi.cxx 
> frontends/CsoundVST/ScoreGeneratorVstUi.cxx 
> frontends/fltk_gui/CsoundAboutWindow_FLTK.cxx 
> frontends/fltk_gui/CsoundGUIConsole_FLTK.cxx 
> frontends/fltk_gui/CsoundGUIMain_FLTK.cxx 
> frontends/fltk_gui/CsoundGlobalSettingsPanel_FLTK.cxx 
> frontends/fltk_gui/CsoundPerformanceSettingsPanel_FLTK.cxx 
> frontends/fltk_gui/CsoundUtilitiesWindow_FLTK.cxx 
> frontends/winsound/winsound.cxx installer/linux/installer.cxx 
> installer/macosx/installer.cxx frontends/CsoundVST/CsoundVstUi.hpp 
> frontends/CsoundVST/ScoreGeneratorVstUi.hpp 
> frontends/fltk_gui/CsoundAboutWindow_FLTK.hpp 
> frontends/fltk_gui/CsoundGUIConsole_FLTK.hpp 
> frontends/fltk_gui/CsoundGUIMain_FLTK.hpp 
> frontends/fltk_gui/CsoundGlobalSettingsPanel_FLTK.hpp 
> frontends/fltk_gui/CsoundPerformanceSettingsPanel_FLTK.hpp 
> frontends/fltk_gui/CsoundUtilitiesWindow_FLTK.hpp 
> frontends/winsound/winsound.hpp installer/linux/installer.hpp 
> installer/macosx/installer.hpp frontends/CsoundVST/CsoundVstUi.h 
> frontends/CsoundVST/ScoreGeneratorVstUi.h 
> frontends/fltk_gui/CsoundAboutWindow_FLTK.h 
> frontends/fltk_gui/CsoundGUIConsole_FLTK.h 
> frontends/fltk_gui/CsoundGUIMain_FLTK.h 
> frontends/fltk_gui/CsoundGlobalSettingsPanel_FLTK.h 
> frontends/fltk_gui/CsoundPerformanceSettingsPanel_FLTK.h 
> frontends/fltk_gui/CsoundUtilitiesWindow_FLTK.h frontends/winsound/winsound.h 
> installer/linux/installer.h installer/macosx/installer.h 
> interfaces/python_interface_wrap.cc interfaces/python_interface_wrap.h 
> doc/latex/doxygen.sty; do \
>               rm -f $file; \
>       done
> rm -f interfaces/*.java
> rm -f interfaces/*_interface_wrap.*
> rm -f frontends/CsoundVST/CsoundVST_wrap.h
> rm -f frontends/CsoundAC/CsoundAC_wrap.h
> rm -f lib_CsoundVST.so CsoundVST.py
> rm -f libcsound64.so
> rm -f libcsound64.so.5
> rm -f frontends/cseditor/cseditor.o
> rm -f libcsnd.so
> rm -f CsoundAC.py lib_CsoundAC.so
> rm -f frontends/CsoundAC/*.os
> rm -f libCsoundAC.so*
> rm -f doc/latex/*
> rm -rf doc/html
> rm -f csnd.py
> rm -rf po/*/
> rm -f debian/cdbs-install-diff
> rm -f debian/cdbs-reduced-install-list
> rm -f debian/cdbs-reduced-package-list
>  dpkg-source -b csound-5.08.0.dfsg2-7
> dpkg-source: warning: source directory 'csound-5.08.0.dfsg2-7' is not 
> <sourcepackage>-<upstreamversion> 'csound-5.08.0.dfsg2'
> dpkg-source: warning: .orig directory name csound-5.08.0.dfsg2-7.orig is not 
> <package>-<upstreamversion> (wanted csound-5.08.0.dfsg2.orig)
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building csound using existing 
> csound_5.08.0.dfsg2.orig.tar.gz
> dpkg-source: info: building csound in csound_5.08.0.dfsg2-7.diff.gz
> dpkg-source: warning: ignoring deletion of file custom.py
> dpkg-source: warning: ignoring deletion of file doc/latex/doxygen.sty
> dpkg-source: warning: ignoring deletion of file 
> frontends/CsoundVST/CsoundVstUi.cpp
> dpkg-source: warning: ignoring deletion of file 
> frontends/CsoundVST/CsoundVstUi.h
> dpkg-source: warning: ignoring deletion of file 
> frontends/CsoundVST/ScoreGeneratorVstUi.cpp
> dpkg-source: warning: ignoring deletion of file 
> frontends/CsoundVST/ScoreGeneratorVstUi.h
> dpkg-source: warning: ignoring deletion of file 
> frontends/fltk_gui/CsoundAboutWindow_FLTK.cpp
> dpkg-source: warning: ignoring deletion of file 
> frontends/fltk_gui/CsoundAboutWindow_FLTK.hpp
> dpkg-source: warning: ignoring deletion of file 
> frontends/fltk_gui/CsoundGUIConsole_FLTK.cpp
> dpkg-source: warning: ignoring deletion of file 
> frontends/fltk_gui/CsoundGUIConsole_FLTK.hpp
> dpkg-source: warning: ignoring deletion of file 
> frontends/fltk_gui/CsoundGUIMain_FLTK.cpp
> dpkg-source: warning: ignoring deletion of file 
> frontends/fltk_gui/CsoundGUIMain_FLTK.hpp
> dpkg-source: warning: ignoring deletion of file 
> frontends/fltk_gui/CsoundGlobalSettingsPanel_FLTK.cpp
> dpkg-source: warning: ignoring deletion of file 
> frontends/fltk_gui/CsoundGlobalSettingsPanel_FLTK.hpp
> dpkg-source: warning: ignoring deletion of file 
> frontends/fltk_gui/CsoundPerformanceSettingsPanel_FLTK.cpp
> dpkg-source: warning: ignoring deletion of file 
> frontends/fltk_gui/CsoundPerformanceSettingsPanel_FLTK.hpp
> dpkg-source: warning: ignoring deletion of file 
> frontends/fltk_gui/CsoundUtilitiesWindow_FLTK.cpp
> dpkg-source: warning: ignoring deletion of file 
> frontends/fltk_gui/CsoundUtilitiesWindow_FLTK.hpp
> dpkg-source: warning: ignoring deletion of file 
> frontends/winsound/winsound.cxx
> dpkg-source: warning: ignoring deletion of file frontends/winsound/winsound.h
> dpkg-source: warning: ignoring deletion of file installer/linux/installer.cxx
> dpkg-source: warning: ignoring deletion of file installer/linux/installer.h
> dpkg-source: warning: ignoring deletion of file installer/macosx/installer.cxx
> dpkg-source: warning: ignoring deletion of file installer/macosx/installer.h
> dpkg-source: warning: ignoring deletion of file 
> interfaces/python_interface_wrap.cc
> dpkg-source: warning: ignoring deletion of file 
> interfaces/python_interface_wrap.h
> dpkg-source: info: building csound in csound_5.08.0.dfsg2-7.dsc
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> Scanning upstream source for new/changed copyright notices (except debian 
> subdir!)...
> licensecheck -c '.*' -r --copyright -i 
> '^(debian/.*|(.*/)?config\.(guess|sub|rpath)(\..*)?)' * \
>               | LC_ALL=C perl -e \
>       '$n=0; while (<>) {'\
>       '       s/[^[:print:]]//g;'\
>       '       if (/^([^:\s][^:]+):[\s]+(\S.*?)\s*$/) {'\
>       '               $files[$n]{name}=$1;'\
>       '               $files[$n]{license}=$2;'\
>       '       };'\
>       '       if (/^\s*\[Copyright:\s*(\S.*?)\s*\]/) {'\
>       '               $files[$n]{copyright}=$1;'\
>       '       };'\
>       '       /^$/ and $n++;'\
>       '};'\
>       'foreach $file (@files) {'\
>       '       $file->{license} =~ s/\s*\(with incorrect FSF address\)//;'\
>       '       $file->{license} =~ s/\s+\(v([^)]+) or later\)/-$1+/;'\
>       '       $file->{copyright} =~ 
> s/(?<=(\b\d{4}))(?{$y=$^N})\s*[,-]\s*((??{$y+1}))\b/-$2/g;'\
>       '       $file->{copyright} =~ 
> s/(?<=\b\d{4})\s*-\s*\d{4}(?=\s*-\s*(\d{4})\b)//g;'\
>       '       $pattern = "$file->{license} [$file->{copyright}]";'\
>       '       push @{ $patternfiles{"$pattern"} }, $file->{name};'\
>       '};'\
>       'foreach $pattern ( sort {'\
>       '                       @{$patternfiles{$b}} <=> @{$patternfiles{$a}}'\
>       '                       ||'\
>       '                       $a cmp $b'\
>       '               } keys %patternfiles ) {'\
>       '       print "$pattern: ", join("\n\t", sort @{ 
> $patternfiles{$pattern} }), "\n";'\
>       '};'\
>               > debian/copyright_newhints
> Found 1181 different copyright and licensing combinations.
> ERROR: The following new or changed copyright notices discovered:
> 
>       examples/fl_controller/fl_controller.dev
>       frontends/CsoundX/English.lproj/InfoPlist.strings
>       frontends/OSX/English.lproj/InfoPlist.strings
>       frontends/fltk_gui/CsoundAboutWindow_FLTK.fl
>       Opcodes/reverbsc.c
> LGPL-2.1+ [Victor Lazzarini, 2004]: Opcodes/newfils.c
>       Opcodes/newfils.h
>       Opcodes/pvsbasic.c
>       Opcodes/pvsbasic.h
>       Opcodes/scoreline.c
>       Opcodes/sndloop.c
>       Opcodes/syncgrain.c
>       Opcodes/syncgrain.h
> LGPL-2.1+ [Victor Lazzarini, 2005]: Opcodes/ifd.c
>       Opcodes/partials.c
>       Opcodes/psynth.c
>       Opcodes/pvsdemix.c
>       Opcodes/pvsdemix.h
> UNKNOWN [2004 Apple Computer, Inc. All rights reserved]: 
> frontends/CsoundX/AudioCode/AudioDevice.cpp
>       frontends/CsoundX/AudioCode/AudioDevice.h
>       frontends/CsoundX/AudioCode/AudioDeviceList.cpp
>       frontends/CsoundX/AudioCode/AudioDeviceList.h
> LGPL-2.1+ [1997 Gabriel Maldonado]: Opcodes/midiops2.h
>       Opcodes/midiops3.c
>       Opcodes/midiops3.h
> LGPL-2.1+ [2005-2006 Istvan Varga]: InOut/rtjack.c
>       interfaces/cs_glue.cpp
>       interfaces/cs_glue.hpp
> LGPL-2.1+ [2005 Istvan Varga / 1998, 2001 matt ingalls, Richard Dobson, John 
> ffitch]: H/diskin.h
>       OOps/diskin.c
> LGPL-2.1+ [2005 Matt J. Ingalls, John ffitch / 2005-2006 Istvan Varga]: 
> H/str_ops.h
>       OOps/str_ops.c
> LGPL-2.1+ [2005 Victor Lazzarini / Victor Lazzarini\n"]: 
> frontends/tclcsound/main_tclsh.c
>       frontends/tclcsound/main_wish.c
> LGPL-2.1+ [2006 Victor Lazzarini / 2005-2006 Istvan Varga / 2004 John 
> ffitch]: H/bus.h
>       OOps/bus.c
> LGPL-2.1+ [Robin Whittle / 1997 Robin Whittle]: H/ugrw1.h
> LGPL-2.1+ [Victor Lazzarini, 2007]: Opcodes/pitchtrack.c
>       Opcodes/pvsbuffer.c
> MIT/X11 (BSD like) [2001-2005 Gary P. Scavone / HOLDERS BE LIABLE FOR]: 
> Opcodes/stk/include/RtAudio.h
> MIT/X11 (BSD like) [2003-2005 Gary P. Scavone / HOLDERS BE LIABLE FOR]: 
> Opcodes/stk/include/RtMidi.h
> UNKNOWN [1996, Steinberg Soft- und Hardware GmbH]: 
> Opcodes/stk/src/asio/asio.cpp
>       Opcodes/stk/src/asio/asiodrvr.h
> UNKNOWN [1996. 1997-1999. The Regents of the University of California]: 
> SDIF/sdif.c
> UNKNOWN [V Lazzarini \, 2005-2007;]: examples/csoundapi_tilde/csoundapi-osx.pd
>       examples/csoundapi_tilde/csoundapi.pd
> GPL (unversioned/unknown version) LGPL-2.1+ [2001 Richard Dobson / Richard 
> Dobson August 2001]: H/pstream.h
> LGPL-2.1+ [1991 Barry Vercoe, John ffitch, Richard Dobson / 2005 Istvan 
> Varga]: Engine/memalloc.c
> LGPL-2.1+ [1991, 1994 Dan Ellis, Dave Madole / 2000 John ffitch, Richard 
> Dobson]: util/pvanal.c
> LGPL-2.1+ [1997 Dave Philips / 2005 Istvan Varga]: InOut/midisend.c
> LGPL-2.1+ [1997 Gabriel Maldonado / 2006 Istvan Varga]: Opcodes/midiops2.c
> LGPL-2.1+ [1997 John ffitch / 2005 Istvan Varga]: Top/opcode.c
> LGPL-2.1+ [1997 John ffitch]: H/midioops.h
> LGPL-2.1+ [1997 Marc Resibois / Marc Resibois 1997]: Opcodes/dam.c
> LGPL-2.1+ [1997 Marc Resibois]: Opcodes/dam.h
> LGPL-2.1+ [1999 matt ingalls, Richard Dobson / 2006 Istvan Varga]: 
> OOps/sndinfUG.c
> LGPL-2.1+ [2000 Richard Dobson / 2005 Istvan Varga]: OOps/pvfileio.c
> LGPL-2.1+ [2000 Richard Dobson]: H/pvfileio.h
> LGPL-2.1+ [2004 John ffitch after Barry Vercoe / 2005 Istvan Varga]: 
> InOut/pmidi.c
> LGPL-2.1+ [2004 John ffitch]: InOut/libsnd.c
> LGPL-2.1+ [2005 Istvan Varga / 1991, 2001 Barry Vercoe, John ffitch, Richard 
> Dobson]: Engine/memfiles.c
> LGPL-2.1+ [2005 Istvan Varga / 1995 Barry Vercoe, John ffitch]: 
> InOut/midirecv.c
> LGPL-2.1+ [2005-2006 Istvan Varga / 1999 Gabriel Maldonado, John ffitch, Matt 
> Ingalls]: Opcodes/fout.c
> LGPL-2.1+ [Brian Carty, 2008]: Opcodes/hrtfopcodes.c
> LGPL-2.1+ [John ffitch, 2005 / Alan OCinneide, 2005]: Opcodes/pvscent.c
> LGPL-2.1+ [John ffitch, 2007]: Opcodes/pvsband.c
> LGPL-2.1+ [Mark Dolson / 2007 John ffitch/Richard Dobson (SDFT) / 2002 
> Richard Dobson]: OOps/pvsanal.c
> LGPL-2.1+ [Robin Whittle / 1995 Robin Whittle]: H/ugrw2.h
> LGPL-2.1+ [Robin Whittle / 1995, 1998 Robin Whittle, John ffitch]: 
> OOps/ugrw2.c
> LGPL-2.1+ [V Lazzarini, 2006]: examples/pvsbus.c
> LGPL-2.1+ [{ / 1991 Barry Vercoe, John ffitch]: Engine/swrite.c
> MIT/X11 (BSD like) [1999-2000 Phil Burk and Ross Bencina / HOLDERS BE LIABLE 
> FOR]: LICENSE.PortAudio
> MIT/X11 (BSD like) [1999-2000 Ross Bencina and Phil Burk / HOLDERS BE LIABLE 
> FOR / 2001 Roger B. Dannenberg]: LICENSE.PortMidi
> UNKNOWN [!!!!! 
> !"!$!=!|!~!!!!!!!!!!!!!!!!!"'")"+"-"."7"9"B"C"L"N"o"q"s"u"v"x"z"""""""""""#########7#v#x#z#|#}############$$$$$$$$!$#$D$F$H$J$K$M$O$Q$i$$$$$$$$$$$$$$$%%%%%%%%%7%v%x%z%|%}%%%%%%%%%%%%%&&&&&&&&(&*&K&M&O&Q&R&T&V&X&q&&&&&&&&&&&&&&&&''Q'S'U'W'X'Z'['d'f''''''''''''''''(((&(((*(,(-(/(1(3(L(((((((((((((((((),).)0)2)3)5)6)?)A)b)d)f)h)i)k)m)o))))))))))******]:
>  frontends/CsoundX/English.lproj/MyDocument.nib/keyedobjects.nib
> UNKNOWN [#dQ/#y(?uh;L`8G*,"8`%%j$A / $b0,!]: Opcodes/stk/rawwaves/ridecymb.raw
> UNKNOWN [1996-1999. The Regents of the University of]: SDIF/sdif-mem.h
> UNKNOWN [1997 - 1999, Steinberg Soft- und Hardware GmbH]: 
> Opcodes/stk/src/asio/asio.h
> UNKNOWN [1999. The Regents of the University of California (Regents)]: 
> SDIF/sdif-mem.c
> UNKNOWN [579;=?ALNWbdqsuw!#%'HJLNPRTacegz|8:<>@BDa+8:<>_acegikvx,[EMAIL 
> PROTECTED]|.02468:AIVXZ\}!.024Y[]: 
> frontends/CsoundX/English.lproj/MainMenu.nib/keyedobjects.nib
> UNKNOWN [M}+&,/[5sVVeB]: Opcodes/stk/rawwaves/britestk.raw
> UNKNOWN [ZB$&[^?"):Qdp<vpxlx6w|vvrk`/RE;5/C("B`9v\q/;[EMAIL 
> PROTECTED]>*j00hUp'+a)$c&58E4PUUUY_c`SA1<)z,5]: 
> Opcodes/stk/rawwaves/mandpluk.raw
> UNKNOWN [m;XesEBtolw R#VNfWn<*LR / *eh]: Opcodes/stk/rawwaves/marmstk1.raw
> UNKNOWN [wf / u&[EMAIL PROTECTED]:"'<Xqy\Dwt!R*D<9]: 
> Opcodes/stk/rawwaves/tomhidrm.raw
> UNKNOWN [{]: frontends/flcsound/u2d.c
> UNKNOWN [{n~*2tWD]: Opcodes/stk/rawwaves/bassdrum.raw
> 
> To fix the situation please do the following:
>   1) Investigate the above changes and update debian/copyright as needed
>   2) Replace debian/copyright_hints with debian/copyright_newhints
> make: *** [debian/stamp-copyright-check] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/06/18

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to