mtink 1.0.16-2 MIGRATED to testing

2009-12-07 Thread Debian testing watch
FYI: The status of the mtink source package
in Debian's testing distribution has changed.

  Previous version: 1.0.16-1.1
  Current version:  1.0.16-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


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



p2c 1.21alpha2-3 MIGRATED to testing

2009-12-07 Thread Debian testing watch
FYI: The status of the p2c source package
in Debian's testing distribution has changed.

  Previous version: 1.21alpha2-2.1
  Current version:  1.21alpha2-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


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



Bug#539540: FTBFS with GCC 4.4: missing #include

2009-12-07 Thread Michael Bienia
On 2009-08-01 21:21:13 +0200, Martin Michlmayr wrote:
> > In file included from FTutils.cpp:25:
> > FTutils.hpp:125: error: 'int32_t' does not name a type
> > FTutils.hpp: In function 'float flush_to_zero(float)':
> > FTutils.hpp:136: error: 'union ls_pcast32' has no member named 'i'

Attached is a patch to fix it.

Regards,
Michael
--- freqtweak-0.7.2.orig/debian/patches/04_missing_include.diff
+++ freqtweak-0.7.2/debian/patches/04_missing_include.diff
@@ -0,0 +1,11 @@
+diff -Nur -x '*.orig' -x '*~' freqtweak-0.7.2/src/FTutils.hpp 
freqtweak-0.7.2.new/src/FTutils.hpp
+--- freqtweak-0.7.2/src/FTutils.hpp2009-07-11 23:15:00.0 +0200
 freqtweak-0.7.2.new/src/FTutils.hpp2009-12-07 18:05:09.0 
+0100
+@@ -23,6 +23,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ //#include 
+ 


Processed: found 529774 in jack-jconv/0.8.1-1.2

2009-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 529774 jack-jconv/0.8.1-1.2
Bug #529774 [libjconv-bin,jack-jconv] jack-jconv and libjconv-bin: error when 
trying to install together
The source jack-jconv and version 0.8.1-1.2 do not appear to match any binary 
packages
Bug Marked as found in versions jack-jconv/0.8.1-1.2.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed (with 1 errors): Fix title and tags for #549407

2009-12-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 549407 ivtools: FTBFS because of imake changing $(ARCH) string
Bug #549407 [buildd.debian.org,ivtools] ivtools 1.2.6-1 FTBFS on sparc and 
powerpc
Changed Bug title to 'ivtools: FTBFS because of imake changing $(ARCH) string' 
from 'ivtools 1.2.6-1 FTBFS on sparc and powerpc'
> in tempdir name
Unknown command or malformed arguments to command.

> tags 549407 +patch +pending
Bug #549407 [buildd.debian.org,ivtools] ivtools: FTBFS because of imake 
changing $(ARCH) string
Added tag(s) patch.
Bug #549407 [buildd.debian.org,ivtools] ivtools: FTBFS because of imake 
changing $(ARCH) string
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#549407: [buildd-tools-devel] Bug#549407: ivtools 1.2.6-1 FTBFS on sparc and powerpc

2009-12-07 Thread Agustin Martin
2009/12/6 Agustin Martin :
>
> Good news. I finally found the reason for this problem. An explanation
> was not that far. Quoting http://www.ivtools.org/ivtools/faq.html,
>
> ---
> ... For example, most
> PC-based uses of gcc have i386 defined to 1, so a path like
> /usr/src/i386/ivtools-1.0 gets expanded to /usr/src/1/ivtools-1.0. ..
> ---
>
> As I understand it, this problem should also be present in other
> packages using imake.  Not sure if many packages still use imake, but
> if so there is a problem with the temporary dir naming in sbuild.

In case this is ever needed, seems that is enough to change to a
lowbar one of the hyphen $(ARCH) boundaries in tempdir name, like in

-
--- Build.pm.orig   2009-11-20 19:48:42.0 +0100
+++ Build.pm2009-12-07 01:00:07.0 +0100
@@ -233,7 +233,7 @@
 $self->set('Chroot Build Dir',
   tempdir($self->get_conf('USERNAME') . '-' .
   $self->get('Package_SVersion') . '-' .
-  $self->get('Arch') . '-XX',
+  $self->get('Arch') . '_XX',
   DIR => $session->get('Build Location')));
 # TODO: Don't hack the build location in; add a means to customise
 # the chroot directly.


Cheers,
-- 
Agustin



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