Bug#556821: jack-audio-connection-kit: FTBFS: net_driver.c:552: error: 'celt_int32_t' undeclared (first use in this function)

2009-11-18 Thread Adrian Knoth
On Tue, Nov 17, 2009 at 02:49:12PM -0600, Lucas Nussbaum wrote:

 Source: jack-audio-connection-kit
 Version: 0.116.2+svn3592-3
 Severity: serious
 
 Hi,

Hi!

 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
 Relevant part:
  libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -g -Wall -O2 
  -m3dnow -msse -I../../config -I../.. -I../.. -D_REENTRANT 
  -D_POSIX_PTHREAD_SEMANTICS -Wall -g -c net_driver.c  -fPIC -DPIC -o 
  .libs/jack_net_la-net_driver.o
  net_driver.c: In function 'net_driver_attach':
  net_driver.c:552: error: 'celt_int32_t' undeclared (first use in this 
  function)


I love these bugs. ;) Fixed upfront yesterday, and then the bug report
comes... ;)

   
http://git.debian.org/?p=pkg-multimedia/jack-audio-connection-kit.git;a=commitdiff;h=65dbf05bfd8a52fb32233e7c75875d11625afc6a


JFTR: jackd-0.116 cannot be built against libcelt-0.7.0, but jackd-0.118
requires libcelt-0.7.0, which just entered unstable a few days ago.
libcelt's API has changed. The new jackd-0.118 upload will fix this bug.

All I have to do is close it from the changelog. (hence I love these
bugs)


Cheerio

-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556821: jack-audio-connection-kit: FTBFS: net_driver.c:552: error: 'celt_int32_t' undeclared (first use in this function)

2009-11-18 Thread Eric Dantan Rzewnicki
On Wed, Nov 18, 2009 at 09:04:55AM +0100, Adrian Knoth wrote:
 On Tue, Nov 17, 2009 at 02:49:12PM -0600, Lucas Nussbaum wrote:
  Source: jack-audio-connection-kit
  Version: 0.116.2+svn3592-3
  Severity: serious
  During a rebuild of all packages in sid, your package failed to build on
  amd64.
  Relevant part:
   libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -g -Wall -O2 
   -m3dnow -msse -I../../config -I../.. -I../.. -D_REENTRANT 
   -D_POSIX_PTHREAD_SEMANTICS -Wall -g -c net_driver.c  -fPIC -DPIC -o 
   .libs/jack_net_la-net_driver.o
   net_driver.c: In function 'net_driver_attach':
   net_driver.c:552: error: 'celt_int32_t' undeclared (first use in this 
   function)
 
 
 I love these bugs. ;) Fixed upfront yesterday, and then the bug report
 comes... ;)
 

 http://git.debian.org/?p=pkg-multimedia/jack-audio-connection-kit.git;a=commitdiff;h=65dbf05bfd8a52fb32233e7c75875d11625afc6a
 
 
 JFTR: jackd-0.116 cannot be built against libcelt-0.7.0, but jackd-0.118
 requires libcelt-0.7.0, which just entered unstable a few days ago.
 libcelt's API has changed. The new jackd-0.118 upload will fix this bug.
 
 All I have to do is close it from the changelog. (hence I love these
 bugs)

And FCFTR (further clarification, etc) celt in jack is used just by the
netjack backend. There has been quite some recent work to clean up and
improve that bit of jack recently, including syncing the netjack1
implementation between jack1 and jack2.

-Eric Rz.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556821: jack-audio-connection-kit: FTBFS: net_driver.c:552: error: 'celt_int32_t' undeclared (first use in this function)

2009-11-17 Thread Lucas Nussbaum
Source: jack-audio-connection-kit
Version: 0.116.2+svn3592-3
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091117 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 /bin/bash ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
 -I../.. -g -O2 -g -Wall -O2 -m3dnow -msse -I../../config -I../.. -I../.. 
 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall  -g -c -o 
 jack_net_la-net_driver.lo `test -f 'net_driver.c' || echo './'`net_driver.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -g -Wall -O2 -m3dnow 
 -msse -I../../config -I../.. -I../.. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS 
 -Wall -g -c net_driver.c  -fPIC -DPIC -o .libs/jack_net_la-net_driver.o
 net_driver.c: In function 'net_driver_attach':
 net_driver.c:552: error: 'celt_int32_t' undeclared (first use in this 
 function)
 net_driver.c:552: error: (Each undeclared identifier is reported only once
 net_driver.c:552: error: for each function it appears in.)
 net_driver.c:552: error: expected ';' before 'lookahead'
 net_driver.c:554: warning: passing argument 3 of 'celt_mode_create' makes 
 pointer from integer without a cast
 net_driver.c:554: error: too many arguments to function 'celt_mode_create'
 net_driver.c:555: error: 'lookahead' undeclared (first use in this function)
 net_driver.c:558: error: too few arguments to function 'celt_decoder_create'
 net_driver.c:600: warning: passing argument 3 of 'celt_mode_create' makes 
 pointer from integer without a cast
 net_driver.c:600: error: too many arguments to function 'celt_mode_create'
 net_driver.c:601: error: too few arguments to function 'celt_encoder_create'
 make[4]: *** [jack_net_la-net_driver.lo] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/11/17/jack-audio-connection-kit_0.116.2+svn3592-3_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 |



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org