Your message dated Fri, 15 May 2009 13:02:06 +0000
with message-id <e1m4x38-0000ac...@ries.debian.org>
and subject line Bug#527716: fixed in bristol 0.40.1-0.1
has caused the Debian Bug report #527716,
regarding bristol: FTBFS: midiSeqDevMan.c:280: error: 'SND_SEQ_EVENT_SAMPLE' 
undeclared here (not in a function)
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 ow...@bugs.debian.org
immediately.)


-- 
527716: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527716
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bristol
Version: 0.9.1-13
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090508 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> cc -D_REENTRANT -fPIC -I../include -I../../slab/include      -c -o 
> midiSeqDevMan.o midiSeqDevMan.c
> midiSeqDevMan.c:280: error: 'SND_SEQ_EVENT_SAMPLE' undeclared here (not in a 
> function)
> midiSeqDevMan.c:280: error: array index in initializer not of integer type
> midiSeqDevMan.c:280: error: (near initialization for 'event_names')
> midiSeqDevMan.c:281: error: 'SND_SEQ_EVENT_SAMPLE_CLUSTER' undeclared here 
> (not in a function)
> midiSeqDevMan.c:281: error: array index in initializer not of integer type
> midiSeqDevMan.c:281: error: (near initialization for 'event_names')
> midiSeqDevMan.c:282: error: 'SND_SEQ_EVENT_SAMPLE_START' undeclared here (not 
> in a function)
> midiSeqDevMan.c:282: error: array index in initializer not of integer type
> midiSeqDevMan.c:282: error: (near initialization for 'event_names')
> midiSeqDevMan.c:283: error: 'SND_SEQ_EVENT_SAMPLE_STOP' undeclared here (not 
> in a function)
> midiSeqDevMan.c:283: error: array index in initializer not of integer type
> midiSeqDevMan.c:283: error: (near initialization for 'event_names')
> midiSeqDevMan.c:284: error: 'SND_SEQ_EVENT_SAMPLE_FREQ' undeclared here (not 
> in a function)
> midiSeqDevMan.c:284: error: array index in initializer not of integer type
> midiSeqDevMan.c:284: error: (near initialization for 'event_names')
> midiSeqDevMan.c:285: error: 'SND_SEQ_EVENT_SAMPLE_VOLUME' undeclared here 
> (not in a function)
> midiSeqDevMan.c:285: error: array index in initializer not of integer type
> midiSeqDevMan.c:285: error: (near initialization for 'event_names')
> midiSeqDevMan.c:286: error: 'SND_SEQ_EVENT_SAMPLE_LOOP' undeclared here (not 
> in a function)
> midiSeqDevMan.c:286: error: array index in initializer not of integer type
> midiSeqDevMan.c:286: error: (near initialization for 'event_names')
> midiSeqDevMan.c:287: error: 'SND_SEQ_EVENT_SAMPLE_POSITION' undeclared here 
> (not in a function)
> midiSeqDevMan.c:287: error: array index in initializer not of integer type
> midiSeqDevMan.c:287: error: (near initialization for 'event_names')
> midiSeqDevMan.c:288: error: 'SND_SEQ_EVENT_SAMPLE_PRIVATE1' undeclared here 
> (not in a function)
> midiSeqDevMan.c:288: error: array index in initializer not of integer type
> midiSeqDevMan.c:288: error: (near initialization for 'event_names')
> midiSeqDevMan.c:299: error: 'SND_SEQ_EVENT_INSTR_BEGIN' undeclared here (not 
> in a function)
> midiSeqDevMan.c:299: error: array index in initializer not of integer type
> midiSeqDevMan.c:299: error: (near initialization for 'event_names')
> midiSeqDevMan.c:300: error: 'SND_SEQ_EVENT_INSTR_END' undeclared here (not in 
> a function)
> midiSeqDevMan.c:300: error: array index in initializer not of integer type
> midiSeqDevMan.c:300: error: (near initialization for 'event_names')
> midiSeqDevMan.c:301: error: 'SND_SEQ_EVENT_INSTR_INFO' undeclared here (not 
> in a function)
> midiSeqDevMan.c:301: error: array index in initializer not of integer type
> midiSeqDevMan.c:301: error: (near initialization for 'event_names')
> midiSeqDevMan.c:302: error: 'SND_SEQ_EVENT_INSTR_INFO_RESULT' undeclared here 
> (not in a function)
> midiSeqDevMan.c:302: error: array index in initializer not of integer type
> midiSeqDevMan.c:302: error: (near initialization for 'event_names')
> midiSeqDevMan.c:303: error: 'SND_SEQ_EVENT_INSTR_FINFO' undeclared here (not 
> in a function)
> midiSeqDevMan.c:303: error: array index in initializer not of integer type
> midiSeqDevMan.c:303: error: (near initialization for 'event_names')
> midiSeqDevMan.c:304: error: 'SND_SEQ_EVENT_INSTR_FINFO_RESULT' undeclared 
> here (not in a function)
> midiSeqDevMan.c:304: error: array index in initializer not of integer type
> midiSeqDevMan.c:304: error: (near initialization for 'event_names')
> midiSeqDevMan.c:305: error: 'SND_SEQ_EVENT_INSTR_RESET' undeclared here (not 
> in a function)
> midiSeqDevMan.c:305: error: array index in initializer not of integer type
> midiSeqDevMan.c:305: error: (near initialization for 'event_names')
> midiSeqDevMan.c:306: error: 'SND_SEQ_EVENT_INSTR_STATUS' undeclared here (not 
> in a function)
> midiSeqDevMan.c:306: error: array index in initializer not of integer type
> midiSeqDevMan.c:306: error: (near initialization for 'event_names')
> midiSeqDevMan.c:307: error: 'SND_SEQ_EVENT_INSTR_STATUS_RESULT' undeclared 
> here (not in a function)
> midiSeqDevMan.c:307: error: array index in initializer not of integer type
> midiSeqDevMan.c:307: error: (near initialization for 'event_names')
> midiSeqDevMan.c:308: error: 'SND_SEQ_EVENT_INSTR_PUT' undeclared here (not in 
> a function)
> midiSeqDevMan.c:308: error: array index in initializer not of integer type
> midiSeqDevMan.c:308: error: (near initialization for 'event_names')
> midiSeqDevMan.c:309: error: 'SND_SEQ_EVENT_INSTR_GET' undeclared here (not in 
> a function)
> midiSeqDevMan.c:309: error: array index in initializer not of integer type
> midiSeqDevMan.c:309: error: (near initialization for 'event_names')
> midiSeqDevMan.c:310: error: 'SND_SEQ_EVENT_INSTR_GET_RESULT' undeclared here 
> (not in a function)
> midiSeqDevMan.c:310: error: array index in initializer not of integer type
> midiSeqDevMan.c:310: error: (near initialization for 'event_names')
> midiSeqDevMan.c:311: error: 'SND_SEQ_EVENT_INSTR_FREE' undeclared here (not 
> in a function)
> midiSeqDevMan.c:311: error: array index in initializer not of integer type
> midiSeqDevMan.c:311: error: (near initialization for 'event_names')
> midiSeqDevMan.c:312: error: 'SND_SEQ_EVENT_INSTR_LIST' undeclared here (not 
> in a function)
> midiSeqDevMan.c:312: error: array index in initializer not of integer type
> midiSeqDevMan.c:312: error: (near initialization for 'event_names')
> midiSeqDevMan.c:313: error: 'SND_SEQ_EVENT_INSTR_LIST_RESULT' undeclared here 
> (not in a function)
> midiSeqDevMan.c:313: error: array index in initializer not of integer type
> midiSeqDevMan.c:313: error: (near initialization for 'event_names')
> midiSeqDevMan.c:314: error: 'SND_SEQ_EVENT_INSTR_CLUSTER' undeclared here 
> (not in a function)
> midiSeqDevMan.c:314: error: array index in initializer not of integer type
> midiSeqDevMan.c:314: error: (near initialization for 'event_names')
> midiSeqDevMan.c:315: error: 'SND_SEQ_EVENT_INSTR_CLUSTER_GET' undeclared here 
> (not in a function)
> midiSeqDevMan.c:315: error: array index in initializer not of integer type
> midiSeqDevMan.c:315: error: (near initialization for 'event_names')
> midiSeqDevMan.c:316: error: 'SND_SEQ_EVENT_INSTR_CLUSTER_RESULT' undeclared 
> here (not in a function)
> midiSeqDevMan.c:316: error: array index in initializer not of integer type
> midiSeqDevMan.c:316: error: (near initialization for 'event_names')
> midiSeqDevMan.c:317: error: 'SND_SEQ_EVENT_INSTR_CHANGE' undeclared here (not 
> in a function)
> midiSeqDevMan.c:317: error: array index in initializer not of integer type
> midiSeqDevMan.c:317: error: (near initialization for 'event_names')
> make[2]: *** [midiSeqDevMan.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/05/08/bristol_0.9.1-13_lsid64.buildlog

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.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: bristol
Source-Version: 0.40.1-0.1

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

bristol_0.40.1-0.1.diff.gz
  to pool/main/b/bristol/bristol_0.40.1-0.1.diff.gz
bristol_0.40.1-0.1.dsc
  to pool/main/b/bristol/bristol_0.40.1-0.1.dsc
bristol_0.40.1-0.1_i386.deb
  to pool/main/b/bristol/bristol_0.40.1-0.1_i386.deb
bristol_0.40.1.orig.tar.gz
  to pool/main/b/bristol/bristol_0.40.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 527...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barry deFreese <bdefre...@debian.org> (supplier of updated bristol 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 05 May 2009 21:42:17 -0400
Source: bristol
Binary: bristol
Architecture: source i386
Version: 0.40.1-0.1
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) <gei...@debian.org>
Changed-By: Barry deFreese <bdefre...@debian.org>
Description: 
 bristol    - vintage synthesizer emulator
Closes: 299414 366833 470336 506768 515358 527716
Changes: 
 bristol (0.40.1-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
     + With permission from maintainer.
   * New upstream release. (Closes: #470336, #366833).
     + Builds with newer alsa libs. (Closes: #506768).
     + Builds on amd64. (Closes: #527716).
   * Replace x-dev build-dep with x11proto-core-dev. (Closes: #515358).
   * Install menu file. (Closes: #299414).
   * Update watch file.
   * Add Homepage.
     + Remove old bad URL from package description.
   * Add appropriate Copyright holder to debian/copyright.
   * Bump debhelper build-dep and compat to 5.
   * Bump Standards Version to 3.8.1.
     + Menu policy transition.
Checksums-Sha1: 
 40621fde60003002c063c020db5942b89128f8ee 1077 bristol_0.40.1-0.1.dsc
 ee4c587215e7d0a34fda9610f29f01ab286b23d9 3951349 bristol_0.40.1.orig.tar.gz
 977cd8271e6275b22169980616bccfc621581960 14912 bristol_0.40.1-0.1.diff.gz
 2668a91f9284e725d23ff16c701f3d055c846179 3320402 bristol_0.40.1-0.1_i386.deb
Checksums-Sha256: 
 12a2a71ae37e0bfd6c6802fcce114249700eb6759d20900b3ec04a617f0226c3 1077 
bristol_0.40.1-0.1.dsc
 6b9a1f8eb2023e6030baabb6287fac540e63d5ed4cf988aa7dbf43f3ea9a12c7 3951349 
bristol_0.40.1.orig.tar.gz
 7095fa72e71de2c696a9fc8b7846af06ae57cabccec34f17d41cd95e6c544887 14912 
bristol_0.40.1-0.1.diff.gz
 8e9121cf009a0f29ea75bafc565db5e42eb65225c0e673ea92f5a67701027417 3320402 
bristol_0.40.1-0.1_i386.deb
Files: 
 15d102ab89cc24c3f075c8d1001b56e3 1077 sound optional bristol_0.40.1-0.1.dsc
 fb003fddf286021e0b755ba8c774751a 3951349 sound optional 
bristol_0.40.1.orig.tar.gz
 9d589dec59e082dba8d8ff7852f7e282 14912 sound optional 
bristol_0.40.1-0.1.diff.gz
 4531d641ff96b7265ad4bd6f53ebd366 3320402 sound optional 
bristol_0.40.1-0.1_i386.deb

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

iEYEARECAAYFAkoNZdoACgkQ5ItltUs5T35+9gCgtbYJa6Z0TMwbl5ohH28uF6WO
vcYAn3+1ebz13Re9CjfZIJg4bkIlbX2c
=mk4l
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to