Bug#733967: denemo: FTBFS against libaubio4

2014-02-20 Thread Josue Abarca
On Wed, Feb 19, 2014 at 08:50:47PM +, peter green wrote:
 Josue Abarca wrote:
 I backported the patches from Paul to apply them to 1.1.0-1
 and uploaded that new version.
 It seems you only uploaded it to experimental, was that intentional?

Yes, I plan to upload the next one to unstable.
(I'm already working on it).

-- 
Josué M. Abarca S.


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



Bug#733967: denemo: FTBFS against libaubio4

2014-02-19 Thread peter green

Josue Abarca wrote:

I backported the patches from Paul to apply them to 1.1.0-1
and uploaded that new version.
  

It seems you only uploaded it to experimental, was that intentional?


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



Bug#733967: denemo: FTBFS against libaubio4

2014-02-18 Thread Josue Abarca
Hi thanks for the feedback/help,

I backported the patches from Paul to apply them to 1.1.0-1
and uploaded that new version.

Upstream is very close to release a new version, so I will package
that and upload it soon, so we are going to get and use the
complete/original patches from Paul and the latest changes from
upstream.

Thanks to Paul for his patches, thanks to Sebastian for his feedback
and thanks Niels for the report.

-- 
Josué M. Abarca S.


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



Processed: Re: Bug#733967: denemo: FTBFS against libaubio4

2014-02-11 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + fixed-upstream
Bug #733967 [denemo] denemo: FTBFS against libaubio4
Added tag(s) fixed-upstream.

-- 
733967: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733967
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#733967: denemo: FTBFS against libaubio4

2014-02-11 Thread Sebastian Ramacher
Control: tags -1 + fixed-upstream

On 2014-01-02 19:22:00, Niels Thykier wrote:
 Package: denemo
 Version: 0.9.2-3
 Severity: serious
 
 Hi,
 
 Your package FTBFS when rebuilt against libaubio4 (note, the failure
 may or mayb not be unrelated to changes in libaubio4).  The tail of the
 buildd log says:
 
 
 pitchrecog.c:322:41: note: each undeclared identifier is reported only once 
 for each function it appears in
 pitchrecog.c:322:33: error: invalid operands to binary / (have 'unsigned int' 
 and 'int *')
if(onset= sizeof(onset_types)/sizeof(aubio_onsetdetection_type))
  ^
 pitchrecog.c:322:11: warning: comparison between pointer and integer [enabled 
 by default]
if(onset= sizeof(onset_types)/sizeof(aubio_onsetdetection_type))
^
 make[3]: *** [pitchrecog.o] Error 1
 make[3]: Leaving directory `/«PKGBUILDDIR»/src'
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all] Error 2
 dh_auto_build: make -j1 returned exit code 2
 make[2]: Leaving directory `/«PKGBUILDDIR»'
 make[1]: Leaving directory `/«PKGBUILDDIR»'
 make: *** [build-arch] Error 2
 

denemo has been ported to aubio 4 upstream. The upstream repository
contains patches to support both aubio 3 and aubio 4: [1] [2] [3] [4].
Looking at the code of denemo in sid, the patches might need some work
to apply to that version. It's probably less work to upgrade to a new
upstream version and include the patches.

Regards

[1] 
http://git.savannah.gnu.org/cgit/denemo.git/commit/?id=af5b7ffde3f17fdac1808f1b5ce9aaa0bef27d97
[2] 
http://git.savannah.gnu.org/cgit/denemo.git/commit/?id=ddaac4ade33f7dcedec64116205174c1ae8ccc76
[3] 
http://git.savannah.gnu.org/cgit/denemo.git/commit/?id=91c9acfe91e0616bfc56be89e4fce07a70f9b148
[4] 
http://git.savannah.gnu.org/cgit/denemo.git/commit/?id=62c2aa3dffd61966b27192f85faea3e41beb8990
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#733967: denemo: FTBFS against libaubio4

2014-01-08 Thread Josue Abarca
I am packaging a new upstream version, so this bug will be fixed with
that upload.

-- 
Josué M. Abarca S.
Vos mereces Software Libre.
PGP key 4096R/70D8FB2A 2009-06-17
Huella de clave = B3ED 4984 F65A 9AE0 6511  DAF4 756B EB4B 70D8 FB2A


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



Bug#733967: denemo: FTBFS against libaubio4

2014-01-02 Thread Niels Thykier
Package: denemo
Version: 0.9.2-3
Severity: serious

Hi,

Your package FTBFS when rebuilt against libaubio4 (note, the failure
may or mayb not be unrelated to changes in libaubio4).  The tail of the
buildd log says:


pitchrecog.c:322:41: note: each undeclared identifier is reported only once for 
each function it appears in
pitchrecog.c:322:33: error: invalid operands to binary / (have 'unsigned int' 
and 'int *')
   if(onset= sizeof(onset_types)/sizeof(aubio_onsetdetection_type))
 ^
pitchrecog.c:322:11: warning: comparison between pointer and integer [enabled 
by default]
   if(onset= sizeof(onset_types)/sizeof(aubio_onsetdetection_type))
   ^
make[3]: *** [pitchrecog.o] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
dh_auto_build: make -j1 returned exit code 2
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2


~Niels

[reference] https://buildd.debian.org/status/package.php?p=denemosuite=sid


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