Processed: your mail

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 482502 patch
Bug#482502: iptables: FTBFS: Nonexistent build-dependency: 
linux-headers-2.6.25-1-common
There were no tags set.
Tags added: patch

> --
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: your mail

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 481093 patch
Bug#481093: sysklogd: tries to create symlink in directory that doesn't exist 
when in chroot
Tags were: d-i
Tags added: patch

> tags 481094 patch
Bug#481094: klogd: tries to create symlink in directory that doesn't exist when 
in chroot
Tags were: d-i
Tags added: patch

> --
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#419018: Intending to orphan this package with an upload

2008-06-01 Thread Paul Slootman
On Sat 31 May 2008, Raphael Geissert wrote:
> 
> As this bug, and all the other ones, have had no reply from the maintainer 
> ever, I plan to address this bug, together with some others in an upload.
> 
> The upload would also change the maintainer to the QA group, thus orphaning 
> the package.
> 
> If you still intend to maintain the package please reply as soon as possible, 
> because by the next weekend I'll ask a sponsor to upload the package.

I've prepared a fixed version, but haven't yet been home to test it.
That should happen today.


Paul Slootman



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



Bug#481093: Patch that fixes the bug

2008-06-01 Thread Patryk Cisek
Before trying to create a symlink, /lib/init/rw/sendsigs.omit.d should be 
tested if it exists (or created without checking, which is not elegant, but 
effective :) -- see /etc/init.d/portmap). I've attached a fix for this bug.

--
Patryk Cisek
diff -ura ../../orig/sysklogd-1.5/debian/rc ./debian/rc
--- ../../orig/sysklogd-1.5/debian/rc	2008-06-01 08:14:45.0 +
+++ ./debian/rc	2008-06-01 08:11:05.0 +
@@ -81,6 +81,9 @@
 create_xconsole
 start-stop-daemon --start --quiet --pidfile $pidfile --name syslogd --startas $binpath -- $SYSLOGD
 log_end_msg $?
+if [ ! -d /lib/init/rw/sendsigs.omit.d ]; then
+	mkdir -p /lib/init/rw/sendsigs.omit.d
+fi
 rm -f /lib/init/rw/sendsigs.omit.d/sysklogd
 ln -s $pidfile /lib/init/rw/sendsigs.omit.d/sysklogd
 ;;


signature.asc
Description: This is a digitally signed message part.


Bug#482502: Patch for the bug

2008-06-01 Thread Patryk Cisek
The fix is simple, linux-headers-2.6.25-1-common needs to be changed to 
linux-headers-2.6.25-2-common in Build-Depends. In an attachment there's a 
patch that fixes the problem.

--
Patryk Cisek
Only in .: 482502.patch
diff -ru ../../orig/iptables-1.4.0/debian/control ./debian/control
--- ../../orig/iptables-1.4.0/debian/control	2008-06-01 07:42:21.0 +
+++ ./debian/control	2008-06-01 07:42:55.0 +
@@ -2,7 +2,7 @@
 Section: net
 Priority: important
 Maintainer: Laurence J. Lane <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>>5.0), linuxdoc-tools, quilt, linux-headers-2.6.25-1-common
+Build-Depends: debhelper (>>5.0), linuxdoc-tools, quilt, linux-headers-2.6.25-2-common
 Standards-Version: 3.7.3
 Homepage: http://www.netfilter.org/
 
Only in ./debian: control~


signature.asc
Description: This is a digitally signed message part.


Bug#481094: Patch, that fixes the bug

2008-06-01 Thread Patryk Cisek
Before trying to create a symlink, /lib/init/rw/sendsigs.omit.d should be 
tested if it exists (or created without checking, which is not elegant, but 
effective :) -- see /etc/init.d/portmap). I've attached a fix for this bug.

--
Patryk Cisek
diff -ura ../../orig/sysklogd-1.5/debian/rc.klogd ./debian/rc.klogd
--- ../../orig/sysklogd-1.5/debian/rc.klogd	2008-06-01 08:14:45.0 +
+++ ./debian/rc.klogd	2008-06-01 08:08:52.0 +
@@ -26,6 +26,9 @@
 log_begin_msg "Starting kernel log daemon..."
 start-stop-daemon --start --quiet --pidfile $pidfile --name klogd --startas $binpath -- $KLOGD
 log_end_msg $?
+if [ ! -d /lib/init/rw/sendsigs.omit.d ]; then
+	mkdir -p /lib/init/rw/sendsigs.omit.d
+fi
 rm -f /lib/init/rw/sendsigs.omit.d/klogd
 ln -s $pidfile /lib/init/rw/sendsigs.omit.d/klogd
 ;;


signature.asc
Description: This is a digitally signed message part.


Bug#483918: alsa-driver - binary only code

2008-06-01 Thread Bastian Blank
Package: alsa-driver
Version: 1.0.16-1.1
Severity: serious

alsa-driver still ships files which have beed removed from the Debian
Linux packages because of DFSG violations.

This are at least:
* alsa-kernel/pci/cs46xx/cs46xx_image.h
* alsa-kernel/pci/cs46xx/imgs
* alsa-kernel/pci/korg1212/korg1212-firmware.h
* alsa-kernel/pci/maestro3.c
* alsa-kernel/pci/ymfpci/ymfpci_image.h

Bastian

-- 
Killing is stupid; useless!
-- McCoy, "A Private Little War", stardate 4211.8



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



Bug#482302: marked as done (Incorrect memory handling)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 1 Jun 2008 12:02:31 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Package has been removed from Debian
has caused the Debian Bug report #482302,
regarding Incorrect memory handling
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 [EMAIL PROTECTED]
immediately.)


-- 
482302: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482302
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libpgeasy
Severity: grave
Tags: patch



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-xen-686
Locale: LANG=es_CL.UTF-8, LC_CTYPE=es_CL.UTF-8 (charmap=UTF-8)

The bug is ocurring because it gets data (for example, for value 1) in this way
from server: 0x0 0x0 0x0 0x1, and then uses it as it was given when the order
has to be inverted to be usable.
In particular, all the anormality is caused for calling memcpy() in functions
fetch() and fetchwithnulls().

Patch that fixes the improper handling available at 
http://bugs.gentoo.org/attachment.cgi?id=146236
A simple C program which shows how this affects available at 
http://bugs.gentoo.org/attachment.cgi?id=146238


--- End Message ---
--- Begin Message ---
pgeasy was just removed from Debian, thus the bugs against it can be
closed. Please see http://bugs.debian.org/483401 for details.

Thanks,

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature
--- End Message ---


Bug#483939: texlive-bin: FTBFS on armel, please build with gcc-4.2 there

2008-06-01 Thread Adeodato Simó
Package: texlive-bin
Version: 2007.dfsg.1-3
Severity: serious

Hello.

texlive-bin is failing to build on armel due to a bug in g++-4.3 in that
arch. While porters try to extract a test case and submit it upstream,
we need texlive-bin to be buildable.

Please build with gcc/g++-4.2 on armel. To do that, just adding a
Build-Dependency "g++-4.2 [armel]", and exporting CXX=g++-4.2 and
CC=gcc-4.2 for armel in debian/rules, should do the trick.

If you want a complete patch, please let me know. Also, it'd be *very*
nice if you could upload more or less soon, since this failure is one of
the last missing bits for the poppler transition.

Thanks,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
I promise you. Once I enter into an exclusive relationship, I sleep with
very few people.
-- Denny Crane




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



Bug#482140: [xml/sgml-pkgs] Bug#482140: must be /etc/sgml

2008-06-01 Thread Xavi Drudis Ferran
On Fri, May 30, 2008 at 01:45:40AM +0200, Daniel Leidert wrote:
> Am Mittwoch, den 28.05.2008, 22:34 +0200 schrieb Xavi Drudis Ferran:
> 
> > I'm sending my /var/lib/dpkg/info/docbook-xml.postinst
> 
> Please set -ex at the top of the script to get more output and then just
> configure the package (dpkg -a docbook-xml). This should show, which
> command fails.
> 

Just one quick note, I must leave. I no longer have that amd64 laptop with 
me. I was installing it for a friend and gave it back to her today.
(I could fix the problem by removing and installing the package, but 
of course this is not the solution we want). 
I'll see what I can do to try to reproduce it though.


> 
> I really have no clue about the issue atm. For me everything works (I
> now ran 3 upgrades in a CHROOT - all successful) and I currently have no
> idea, which part could fail/fails.
> 

I see. I don't have much clue either. 

I'll try to think a little more on what can I do later. 

-- 
[EMAIL PROTECTED]
Signa per fer Collserola parc natural com cal
http://www.collserola.org/salvemelparcnatural/



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



Bug#483958: zoneminder: zmpkg.pl stop hangs won't shut down

2008-06-01 Thread Donald Davis
Package: zoneminder
Version: 1.23.2-2+lenny1
Severity: grave
Justification: renders package unusable

I have used Zoneminder several times before-- Debian packages and from source.  
This package causes 
zoneminder to freeze.  It won't load and it won't shutdown
strace hangs on "ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff18c3eb80) = -1 
EINVAL (Invalid 
argument) lseek(6, 0, SEEK_CUR)   = -1 ESPIPE (Illegal seek)
  read(6,"
  
 



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25.4-envy-amd64-it-wont-work (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages zoneminder depends on:
ii  apache2-mpm-prefork [a 2.2.8-4   Traditional model for Apache HTTPD
ii  ffmpeg 0.cvs20070307-6   multimedia player, server and enco
ii  libapache2-mod-php55.2.5-3+lenny1server-side, HTML-embedded scripti
ii  libarchive-zip-perl1.18-1Module for manipulation of ZIP arc
ii  libavcodec1d   0.cvs20070307-6   ffmpeg codec library
ii  libavformat1d  0.cvs20070307-6   ffmpeg file format library
ii  libavutil1d0.cvs20070307-6   ffmpeg utility library
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libdate-manip-perl 5.54-1a perl library for manipulating da
ii  libdevice-serialport-p 1.04-2+b1 emulation of Win32::SerialPort for
ii  libgcc11:4.3.0-5 GCC support library
ii  libgnutls262.2.5-1   the GNU TLS library - runtime libr
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libmime-perl   5.426-1   transitional dummy package
ii  libmime-tools-perl [li 5.426-1   Perl5 modules for MIME-compliant m
ii  libmysqlclient15off5.0.51a-6 MySQL database client library
ii  libpcre3   7.4-1+lenny1  Perl 5 Compatible Regular Expressi
ii  libphp-serialization-p 0.27-1Serialize/Deserialize structs in P
ii  libstdc++6 4.3.0-5   The GNU Standard C++ Library v3
ii  libwww-perl5.812-1   WWW client/server library for Perl
ii  mysql-client-5.0 [mysq 5.0.51a-6 MySQL database client binaries
ii  mysql-server   5.0.51a-6 MySQL database server (meta packag
ii  mysql-server-5.0 [mysq 5.0.51a-6 MySQL database server binaries
ii  perl-modules [libarchi 5.10.0-10 Core Perl modules
ii  php5   5.2.5-3+lenny1server-side, HTML-embedded scripti
ii  php5-mysql 5.2.5-3+lenny1MySQL module for php5
ii  sysklogd [system-log-d 1.5-3 System Logging Daemon
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

zoneminder recommends no packages.

-- no debconf information



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



Processed: Re: Bug#482502: Patch for the bug

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 482502 pending
Bug#482502: iptables: FTBFS: Nonexistent build-dependency: 
linux-headers-2.6.25-1-common
Tags were: patch
Tags added: 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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 483939

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.28
> tags 483939 patch
Bug#483939: texlive-bin: FTBFS on armel, please build with gcc-4.2 there
There were no tags set.
Tags added: patch

>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#474724: marked as done (libferret-ruby - FTBFS: error: #error POSH cannot determine target CPU)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 12:17:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#474724: fixed in libferret-ruby 0.11.6-2
has caused the Debian Bug report #474724,
regarding libferret-ruby - FTBFS: error: #error POSH cannot determine target CPU
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 [EMAIL PROTECTED]
immediately.)


-- 
474724: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474724
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libferret-ruby
Version: 0.11.6-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of libferret-ruby_0.11.6-1 on debian-31.osdl.marist.edu by 
> sbuild/s390 98
[...]
> make[1]: Entering directory `/build/buildd/libferret-ruby-0.11.6/ext'
> cc -I. -I/usr/lib/ruby/1.8/s390-linux -I/usr/lib/ruby/1.8/s390-linux 
> -I/build/buildd/libferret-ruby-0.11.6/ext  -fPIC -fno-strict-aliasing -g -g 
> -O2  -fPIC -D_FILE_OFFSET_BITS=64  -c q_filtered_query.c
> In file included from config.h:6,
>  from global.h:4,
>  from index.h:4,
>  from search.h:8,
>  from q_filtered_query.c:1:
> posh.h:515:4: error: #error POSH cannot determine target CPU
> make[1]: *** [q_filtered_query.o] Error 1
> make[1]: Leaving directory `/build/buildd/libferret-ruby-0.11.6/ext'
> debian-setup.rb:656:in `command': system("make") failed (RuntimeError)
>   from debian-setup.rb:665:in `make'
>   from debian-setup.rb:1259:in `setup_dir_ext'
>   from debian-setup.rb:1533:in `__send__'
>   from debian-setup.rb:1533:in `traverse'
>   from debian-setup.rb:1550:in `dive_into'
>   from debian-setup.rb:1531:in `traverse'
>   from debian-setup.rb:1525:in `exec_task_traverse'
>   from debian-setup.rb:1520:in `each'
>   from debian-setup.rb:1520:in `exec_task_traverse'
>   from debian-setup.rb:1247:in `exec_setup'
>   from debian-setup.rb:997:in `exec_setup'
>   from debian-setup.rb:827:in `__send__'
>   from debian-setup.rb:827:in `invoke'
>   from debian-setup.rb:774:in `invoke'
>   from debian-setup.rb:1579
> make: *** [install/libferret-ruby1.8] Error 1
> dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave 
> error exit status 2
> **
> Build finished at 20080406-0951
> FAILED [dpkg-buildpackage died]


--- End Message ---
--- Begin Message ---
Source: libferret-ruby
Source-Version: 0.11.6-2

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

libferret-ruby1.8_0.11.6-2_amd64.deb
  to pool/main/libf/libferret-ruby/libferret-ruby1.8_0.11.6-2_amd64.deb
libferret-ruby_0.11.6-2.diff.gz
  to pool/main/libf/libferret-ruby/libferret-ruby_0.11.6-2.diff.gz
libferret-ruby_0.11.6-2.dsc
  to pool/main/libf/libferret-ruby/libferret-ruby_0.11.6-2.dsc
libferret-ruby_0.11.6-2_all.deb
  to pool/main/libf/libferret-ruby/libferret-ruby_0.11.6-2_all.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paul van Tilburg <[EMAIL PROTECTED]> (supplier of updated libferret-ruby 
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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 01 Jun 2008 14:00:19 +0200
Source: libferret-ruby
Binary: libferret-ruby libferret-ruby1.8
Architecture: source all amd64
Version: 0.11.6-2
Distribution: unstable
Urgency: low
Maintainer: Antonio Terceiro <[EMAIL PROTECTED]>
Changed-By: Paul van Tilburg <[EMAIL PROTECTED]>
Description: 
 libferret-ruby - full text search engine library for Ruby
 libferret-ruby1.8 - full text search engine library for Ruby
Closes: 474724
Changes: 
 libferret-ruby (0.11.6-2) unstable; urgency=low
 .
   [ Antonio Terceiro ]
   * debian/control: swapping me and Leandro as Maintainer/Uploader.
   * debian/rules: using CDBS's simple-patchsys.
   * debian/patches/01_add_s390_support.patch: adding definition for S/390
 systems (Closes: #474724).
 .
   [ Paul van Tilburg ]
   * Changed section of libferret-ruby{,1.8} to libs.
   * Removed depend of libferret-ruby on ruby1.8, only ruby1.8 is needed.
C

Bug#483816: intent to NMU

2008-06-01 Thread Nico Golde
Hi Laurence,
* Laurence J. Lane <[EMAIL PROTECTED]> [2008-06-01 04:00]:
> On Sat, May 31, 2008 at 9:44 AM, Nico Golde <[EMAIL PROTECTED]> wrote:
> > as the maintainer of imlib2 is MIA I'm going to upload a
> > 0-day NMU.
> 
> Thanks for the NMU, but the 12 hour stretch from your initial report
> until the NMU is quite far from stating someone is MIA.

X-MIA: Status is busy for 593d (was mailed until 565d ago); Prod-level is nice 
for 586d
2006-08-14: nice; eterm, enlightenment and iptables in bad shape
2006-10-16: uploaded iptables and eterm ; heso wants to hijack 
enlightenment  {parse error}
2006-10-23: nice ; started cleaning up bugs for eterm
2006-11-21: -; the iptables backporter wonders about non-documented changes 
{from [EMAIL PROTECTED]

Thats not far from stating you are MIA. Contact the MIA team to update this 
then.
Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpj098ODzuqk.pgp
Description: PGP signature


Bug#483562: nmu patch

2008-06-01 Thread Steffen Joeris
Hi

Attached you'll find the NMU patch.

Cheers
Steffen
diff -u pan-0.132/debian/changelog pan-0.132/debian/changelog
--- pan-0.132/debian/changelog
+++ pan-0.132/debian/changelog
@@ -1,3 +1,12 @@
+pan (0.132-3.1) unstable; urgency=high
+
+  * Non-maintainer upload by the security team
+  * Fix possible buffer overflow by clearing parts from PartsBatch
+class (Closes: #483562)
+Fixes: CVE-2008-2363
+
+ -- Steffen Joeris <[EMAIL PROTECTED]>  Sun, 01 Jun 2008 11:55:25 +
+
 pan (0.132-3) unstable; urgency=low
 
   * Fix FTBFS with moved glib header. (closes: #471629)
diff -u pan-0.132/debian/patches/00list pan-0.132/debian/patches/00list
--- pan-0.132/debian/patches/00list
+++ pan-0.132/debian/patches/00list
@@ -4,0 +5 @@
+CVE-2008-2363.dpatch
only in patch2:
unchanged:
--- pan-0.132.orig/debian/patches/CVE-2008-2363.dpatch
+++ pan-0.132/debian/patches/CVE-2008-2363.dpatch
@@ -0,0 +1,95 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## CVE-2008-2363.dpatch
+##
+## DP: Fix buffer overflow
+
[EMAIL PROTECTED]@
+--- pan-0.132.inc/pan/data/parts.cc	2007-08-01 13:00:01.0 -0400
 pan-0.132/pan/data/parts.cc	2008-05-27 22:27:03.0 -0400
+@@ -303,8 +303,7 @@
+   this->n_parts_total = n_parts_total;
+   this->n_parts_found = 0; // they haven't been added yet
+ 
+-  if (n_parts_found > parts.size())
+-parts.resize (n_parts_found);
++  parts.clear();
+ }
+ 
+ void
+@@ -312,21 +311,10 @@
+const StringView  & mid,
+bytes_t bytes)
+ {
+-  if (n_parts_found >= parts.size())
+-parts.resize (n_parts_found+1);
+-
+-  Part& p = *(&parts.front() + n_parts_found++);
+-  p.number = number;
+-  p.bytes = bytes;
+ 
+   Packer packer;
+   pack_message_id (packer, mid, reference_mid);
+-  p.len_used = packer.size ();
+-  if (p.len_alloced < p.len_used) {
+-delete [] p.packed_mid;
+-p.packed_mid = new char [p.len_used];
+-p.len_alloced = p.len_used;
+-  }
++  Part p(number,bytes,packer.size());
+   packer.pack (p.packed_mid);
+   packed_mids_len += p.len_used;
+ 
+@@ -337,8 +325,9 @@
+   assert (mid == tmp);
+ #endif
+ 
+-  if (n_parts_total < n_parts_found)
++  if (n_parts_total < ++n_parts_found)
+   n_parts_total = n_parts_found;
++  parts.push_back(p);
+ }
+ 
+ PartBatch :: Part&
+@@ -346,7 +335,7 @@
+ {
+   number =  that.number;
+   bytes =  that.bytes;
+-  len_used = len_alloced = that.len_used;
++  len_used = that.len_used;
+   delete [] packed_mid;
+   packed_mid = new char [len_used];
+   memcpy (packed_mid, that.packed_mid, len_used);
+@@ -357,11 +346,17 @@
+   number (that.number),
+   bytes (that.bytes),
+   len_used (that.len_used),
+-  len_alloced (that.len_used),
+   packed_mid (new char [len_used])
+ {
+   memcpy (packed_mid, that.packed_mid, len_used);
+ }
++PartBatch :: Part :: Part (number_t n, bytes_t b, size_t l):
++number(n),
++bytes(b),
++len_used(l),
++packed_mid(new char [len_used])
++{
++}
+ 
+ void
+ PartBatch :: sort (void)
+--- pan-0.132.inc/pan/data/parts.h	2007-08-01 13:00:01.0 -0400
 pan-0.132/pan/data/parts.h	2008-05-27 22:27:03.0 -0400
+@@ -141,10 +141,10 @@
+ number_t number;
+ bytes_t bytes;
+ size_t len_used;
+-size_t len_alloced;
+ char * packed_mid;
+ Part(): number(0), bytes(0),
+-len_used(0), len_alloced(0), packed_mid(0) {}
++len_used(0), packed_mid(0) {}
++Part(number_t n, bytes_t b, size_t l);
+ ~Part() { delete [] packed_mid; }
+ Part (const Part&);
+ Part& operator= (const Part&);


signature.asc
Description: This is a digitally signed message part.


Bug#479901: [pkg-mono-group] Bug#479901: mono-debugger: FTBFS: i386-arch.h:10:22: error: asm/user.h: No such file or directory

2008-06-01 Thread Mirco Bauer
tags 479901 + confirmed fixed-upstream
forwarded 479901 https://bugzilla.novell.com/show_bug.cgi?id=324557
thanks

> >  gcc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -pthread 
> > -I/usr/include/mono-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
> > -D_GNU_SOURCE -MT x86-ptrace.lo -MD -MP -MF .deps/x86-ptrace.Tpo -c 
> > x86-ptrace.c  -fPIC -DPIC -o .libs/x86-ptrace.o
> > In file included from x86-arch.h:82,
> >  from x86-linux-ptrace.h:4,
> >  from x86-ptrace.c:38:
> > i386-arch.h:10:22: error: asm/user.h: No such file or directory

This is caused by a change in libc, asm/user.h was replaced by
sys/user.h. I will try to backport the fix from upstream's SVN repo.

-- 
Regards,

Mirco 'meebey' Bauer

PGP-Key ID: 0xEEF946C8

FOSS Developer[EMAIL PROTECTED]  http://www.meebey.net/
PEAR Developer[EMAIL PROTECTED] http://pear.php.net/
Debian Developer  [EMAIL PROTECTED]  http://www.debian.org/


signature.asc
Description: This is a digitally signed message part


Processed: severity of 472843 is serious, severity of 466373 is serious, severity of 472848 is serious

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.28
> severity 472843 serious
Bug#472843: package should be removed
Severity set to `serious' from `important'

> severity 466373 serious
Bug#466373: dact: switch to liblzo2
Severity set to `serious' from `normal'

> severity 472848 serious
Bug#472848: switch to liblzo2
Severity set to `serious' from `normal'

>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483947: ruby1.9: uses wrong $LOAD_PATH

2008-06-01 Thread Paul van Tilburg
Package: ruby1.9
Version: 1.9.0.1-1
Severity: grave
Justification: renders package unusable

The Ruby 1.9 interpreter in Debian uses /usr/lib/ruby/1.9.0 instead of
/usr/lib/ruby/1.9 as system base in the $LOAD_PATH.  Since all -ruby1.9
packages install to the /usr/lib/ruby/1.9 directory, they are all
unusable!

Regards,
Paul

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (102, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ruby1.9 depends on:
ii  libc6 2.7-11 GNU C Library: Shared libraries
ii  libruby1.91.9.0.1-1  Libraries necessary to run Ruby 1.

ruby1.9 recommends no packages.

-- no debconf information



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



Processed: found 482192 in 0.7.4-1

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.28
> found 482192 0.7.4-1
Bug#482192: compizconfig-backend-gconf_0.7.4-2(unstable/sparc/lebrun): Missing 
build-dep on libxml2-dev
Bug#482508: compizconfig-backend-gconf: FTBFS: Package libxml-2.0 was not found
Bug marked as found in version 0.7.4-1.

>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: reassign 482192 to compiz-dev

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.28
> reassign 482192 compiz-dev
Bug#482192: compizconfig-backend-gconf_0.7.4-2(unstable/sparc/lebrun): Missing 
build-dep on libxml2-dev
Bug#482508: compizconfig-backend-gconf: FTBFS: Package libxml-2.0 was not found
Bug reassigned from package `compizconfig-backend-gconf' to `compiz-dev'.

>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483940: galax: FTBFS with -rsudo

2008-06-01 Thread Julien Cristau
Package: galax
Version: 1.1-1
Severity: serious
Tags: patch

galax FTBFS when built with -rsudo instead of -rfakeroot, because
.depend files are created as root in the clean target and make the build
target fail.
The below patch fixes it.

Cheers,
Julien

diff -u galax-1.1/debian/rules galax-1.1/debian/rules
--- galax-1.1/debian/rules
+++ galax-1.1/debian/rules
@@ -6,6 +6,7 @@
 
 PKGNAME = galax
 DEB_MAKE_BUILD_TARGET = world
+DEB_MAKE_CLEAN_TARGET = clobber
  # $(LN) override so that we only install the best binary, instead of both .opt
  # and .byte together with the best symlink
 DEB_MAKE_INSTALL_TARGET = install LN=cp DESTDIR=$(CURDIR)/debian/tmp
@@ -39,6 +40,8 @@
touch debian/configure-stamp
 clean::
rm -f debian/configure-stamp
+   rm -f META
+   rm -f config/Makefile.conf
 
 # fix wrong permissions (+x) on some .mli files
 binary-post-install/libgalax-ocaml-dev::
diff -u galax-1.1/debian/changelog galax-1.1/debian/changelog
--- galax-1.1/debian/changelog
+++ galax-1.1/debian/changelog
@@ -1,3 +1,11 @@
+galax (1.1-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Make sure the .depend files are removed in clean, to fix ftbfs when using
+sudo instead of fakeroot.
+
+ -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 01 Jun 2008 12:55:36 +0200
+
 galax (1.1-1) unstable; urgency=low
 
   * new upstream release: 1.1 (first public release of the 1.x series)
only in patch2:
unchanged:
--- galax-1.1.orig/Makefile
+++ galax-1.1/Makefile
@@ -827,7 +827,7 @@
$(RM) $(LOCALPREFIX)/config/Makefile.conf
$(RM) $(LOCALPREFIX)/regress/testconfig.xml
 
-clean::
+clobber::
$(RM) $(LOCALPREFIX)/c_api/.depend
$(RM) $(LOCALPREFIX)/tools/escaping/.depend
$(RM) $(LOCALPREFIX)/tools/ucs2_to_utf8/.depend



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



Processed: reassign 483091 to libavutil-dev, forcibly merging 483091 482213

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.28
> reassign 483091 libavutil-dev
Bug#483091: libavg_0.7.0-6+b1(ia64/unstable): FTBFS: missing lib?
Bug reassigned from package `ffmpeg-free' to `libavutil-dev'.

> forcemerge 483091 482213
Bug#483091: libavg_0.7.0-6+b1(ia64/unstable): FTBFS: missing lib?
Bug#482213: libavg: FTBFS: ld: cannot find -ldts
Bug#482214: screenkast: FTBFS: ld: cannot find -ldts
Forcibly Merged 482213 482214 483091.

>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483562: marked as done (CVE-2008-2363 Assertion fails when starting PAN)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 13:47:06 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#483562: fixed in pan 0.132-3.1
has caused the Debian Bug report #483562,
regarding CVE-2008-2363 Assertion fails when starting PAN
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 [EMAIL PROTECTED]
immediately.)


-- 
483562: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483562
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---

Package: pan
Version: .132
Severity: grave

Redhat has a bug for a possible buffer overflow that could result in remote
code execution:
https://bugzilla.redhat.com/show_bug.cgi?id=446902

The proposed patch is at:
https://bugzilla.redhat.com/attachment.cgi?id=306880



--- End Message ---
--- Begin Message ---
Source: pan
Source-Version: 0.132-3.1

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

pan_0.132-3.1.diff.gz
  to pool/main/p/pan/pan_0.132-3.1.diff.gz
pan_0.132-3.1.dsc
  to pool/main/p/pan/pan_0.132-3.1.dsc
pan_0.132-3.1_i386.deb
  to pool/main/p/pan/pan_0.132-3.1_i386.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steffen Joeris <[EMAIL PROTECTED]> (supplier of updated pan 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 01 Jun 2008 11:55:25 +
Source: pan
Binary: pan
Architecture: source i386
Version: 0.132-3.1
Distribution: unstable
Urgency: high
Maintainer: Mario Iseli <[EMAIL PROTECTED]>
Changed-By: Steffen Joeris <[EMAIL PROTECTED]>
Description: 
 pan- A Newsreader based on GTK2, which looks like Forte Agent
Closes: 483562
Changes: 
 pan (0.132-3.1) unstable; urgency=high
 .
   * Non-maintainer upload by the security team
   * Fix possible buffer overflow by clearing parts from PartsBatch
 class (Closes: #483562)
 Fixes: CVE-2008-2363
Checksums-Sha1: 
 51ab2ed24923d077881b9166d21187b1144fbe0e 1147 pan_0.132-3.1.dsc
 b635269f518547e795c0b9f9f83fe1301fcbb0b8 20449 pan_0.132-3.1.diff.gz
 e862db3abde8fd330582623b621f75053b1d40a5 1057268 pan_0.132-3.1_i386.deb
Checksums-Sha256: 
 0ac1bbe68d81359de9eb8938444ed81aa5b4ca34a0e4f825ddd332be3aa2039b 1147 
pan_0.132-3.1.dsc
 98410deba5def3a6a3762331c62d4b2ab138fc974aae23a4b45884e08dd0344e 20449 
pan_0.132-3.1.diff.gz
 12854d55dc90ed6340d8e4c490daf88ba790f8fdf28be70c3df4bbb1fb2215e9 1057268 
pan_0.132-3.1_i386.deb
Files: 
 0d98d07359c54363b15f16e893efbb57 1147 news optional pan_0.132-3.1.dsc
 fcab19b095b2b1d792953f1bdbff74f6 20449 news optional pan_0.132-3.1.diff.gz
 ad43cba16caa5b1366f6d9126fe1a9e9 1057268 news optional pan_0.132-3.1_i386.deb

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

iD8DBQFIQqOw62zWxYk/rQcRApDgAKC1oEMNEgKW/Mr0u77i9zIjeK1S+gCgw389
/9nXsGcMsxidRDiqPx2mNBU=
=yDkm
-END PGP SIGNATURE-


--- End Message ---


Bug#479901: marked as done (mono-debugger: FTBFS: i386-arch.h:10:22: error: asm/user.h: No such file or directory)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 13:47:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#479901: fixed in mono-debugger 0.60+dfsg-4
has caused the Debian Bug report #479901,
regarding mono-debugger: FTBFS: i386-arch.h:10:22: error: asm/user.h: No such 
file or directory
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 [EMAIL PROTECTED]
immediately.)


-- 
479901: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479901
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: mono-debugger
Version: 0.60+dfsg-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080506 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3
is now the default on most architectures (even if it's not the case on
i386 yet).  Consequently, many failures are caused by the switch to gcc
4.3.
If you determine that this failure is caused by gcc 4.3, feel free to
downgrade this bug to 'important' if your package is only built on i386,
and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
>  gcc -DHAVE_CONFIG_H -I. -I../.. -D_REENTRANT -pthread 
> -I/usr/include/mono-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
> -D_GNU_SOURCE -MT x86-ptrace.lo -MD -MP -MF .deps/x86-ptrace.Tpo -c 
> x86-ptrace.c  -fPIC -DPIC -o .libs/x86-ptrace.o
> In file included from x86-arch.h:82,
>  from x86-linux-ptrace.h:4,
>  from x86-ptrace.c:38:
> i386-arch.h:10:22: error: asm/user.h: No such file or directory
> In file included from x86-ptrace.c:38:
> x86-linux-ptrace.h:10: warning: 'struct user_regs_struct' declared inside 
> parameter list
> x86-linux-ptrace.h:10: warning: its scope is only this definition or 
> declaration, which is probably not what you want
> x86-linux-ptrace.h:13: warning: 'struct user_regs_struct' declared inside 
> parameter list
> x86-linux-ptrace.h:16: warning: 'struct user_i387_struct' declared inside 
> parameter list
> x86-linux-ptrace.h:19: warning: 'struct user_i387_struct' declared inside 
> parameter list
> In file included from x86-ptrace.c:531:
> x86-linux-ptrace.c:26: warning: 'struct user_regs_struct' declared inside 
> parameter list
> x86-linux-ptrace.c:26: error: conflicting types for 
> '_server_ptrace_get_registers'
> x86-linux-ptrace.h:10: error: previous declaration of 
> '_server_ptrace_get_registers' was here
> x86-linux-ptrace.c:35: warning: 'struct user_regs_struct' declared inside 
> parameter list
> x86-linux-ptrace.c:35: error: conflicting types for 
> '_server_ptrace_set_registers'
> x86-linux-ptrace.h:13: error: previous declaration of 
> '_server_ptrace_set_registers' was here
> x86-linux-ptrace.c:44: warning: 'struct user_i387_struct' declared inside 
> parameter list
> x86-linux-ptrace.c:44: error: conflicting types for 
> '_server_ptrace_get_fp_registers'
> x86-linux-ptrace.h:16: error: previous declaration of 
> '_server_ptrace_get_fp_registers' was here
> x86-linux-ptrace.c:53: warning: 'struct user_i387_struct' declared inside 
> parameter list
> x86-linux-ptrace.c:53: error: conflicting types for 
> '_server_ptrace_set_fp_registers'
> x86-linux-ptrace.h:19: error: previous declaration of 
> '_server_ptrace_set_fp_registers' was here
> x86-linux-ptrace.c: In function '_server_ptrace_set_dr':
> x86-linux-ptrace.c:100: error: invalid use of undefined type 'struct user'
> x86-linux-ptrace.c: In function '_server_ptrace_get_dr':
> x86-linux-ptrace.c:116: error: invalid use of undefined type 'struct user'
> In file included from x86-ptrace.c:539:
> i386-arch.c: At top level:
> i386-arch.c:27: error: field 'current_regs' has incomplete type
> i386-arch.c:28: error: field 'current_fpregs' has incomplete type
> i386-arch.c:37: error: field 'saved_regs' has incomplete type
> i386-arch.c:38: error: field 'saved_fpregs' has incomplete type
> make[4]: *** [x86-ptrace.lo] Error 1

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

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 |


--- End Message ---
--- Beg

Bug#483816: intent to NMU

2008-06-01 Thread Luk Claes
Nico Golde wrote:
> Hi Laurence,
> * Laurence J. Lane <[EMAIL PROTECTED]> [2008-06-01 04:00]:
>> On Sat, May 31, 2008 at 9:44 AM, Nico Golde <[EMAIL PROTECTED]> wrote:
>>> as the maintainer of imlib2 is MIA I'm going to upload a
>>> 0-day NMU.
>> Thanks for the NMU, but the 12 hour stretch from your initial report
>> until the NMU is quite far from stating someone is MIA.
> 
[private: snipped]
> 
> Thats not far from stating you are MIA. Contact the MIA team to update this 
> then.

Hmm, it is *far* from stating that he is MIA. As you can see there is
only a nice message sent twice which means it's only the very first
stage which only means some people were concerned...

There are at least 2 extra stages (inactive, unresponsive), normally
even 3 (prod before inactive) before someone is declared MIA...

This is all explained in the README file, though if you don't want to
look into the details it's probably better to ask the MIA Team before
jumping to conclusions.

You could also see that the information you are referring to is from
2006 and no action has been done on 2007 which means there was no real
concern in 2007 anymore.

Cheers

Luk

PS: The MIA information is supposed to be private and shouldn't be
copied to this bug report...



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



Processed: severity of 483901 is important, user [EMAIL PROTECTED], usertagging 483901

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.28
> severity 483901 important
Bug#483901: mixxx FTBFS if built twice in a row
Severity set to `important' from `serious'

> user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
> usertags 483901 qa-doublebuild
Bug#483901: mixxx FTBFS if built twice in a row
There were no usertags set.
Usertags are now: qa-doublebuild.
>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483955: [prokyon3] prokyon3 crashes when updating database

2008-06-01 Thread Jörg Volkmann
Package: prokyon3
Version: 0.9.6-0.1
Severity: grave
Tags: l10n patch

--- Please enter the report below this line. ---
When updating the database, prokyon crashes. Error message is the following:
prokyon3: symbol lookup error: prokyon3: undefined symbol: 
_ZN6TagLib5ID3v110genreIndexERKNS_6StringE

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.de.debian.org 
  500 testing ftp.gwdg.de 

--- Package information. ---
Depends  (Version) | Installed
==-+-
libc6   (>= 2.7-1) | 2.7-11
libflac++6 | 1.2.1-1.2
libflac8   | 1.2.1-1.2
libgcc1(>= 1:4.1.1-21) | 1:4.3.0-5
libmad0   (>= 0.15.1b) | 0.15.1b-3
libmusicbrainz4c2a  (>= 2.1.5) | 2.1.5-2
libogg0(>= 1.0rc3) | 1.1.3-3
libqt3-mt(>= 3:3.3.8b) | 3:3.3.8b-5
libqt3-mt-mysql| 3:3.3.8b-5
libstdc++6(>= 4.2.1-4) | 4.3.0-5
libtag1c2a(>= 1.4) | 1.5-2
libvorbis0a (>= 1.1.2) | 1.2.0.dfsg-3.1
libvorbisfile3  (>= 1.1.2) | 1.2.0.dfsg-3.1








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



Processed (with 1 errors): Re: [pkg-mono-group] Bug#479901: mono-debugger: FTBFS: i386-arch.h:10:22: error: asm/user.h: No such file or directory

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 479901 + confirmed fixed-upstream
Bug#479901: mono-debugger: FTBFS: i386-arch.h:10:22: error: asm/user.h: No such 
file or directory
There were no tags set.
Tags added: confirmed, fixed-upstream

> forwarded 479901 https://bugzilla.novell.com/show_bug.cgi?id=324557
Unknown command or malformed arguments to command.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#474796: marked as done (gpsim: FTBFS: ../src/processor.h:567: error: declaration of 'virtual void Processor::list(unsigned int, unsigned int, int, int)')

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 11:17:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#474796: fixed in gpsim 0.22.0-5
has caused the Debian Bug report #474796,
regarding gpsim: FTBFS: ../src/processor.h:567: error: declaration of 'virtual 
void Processor::list(unsigned int, unsigned int, int, int)'
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 [EMAIL PROTECTED]
immediately.)


-- 
474796: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474796
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gpsim
Version: 0.22.0-4.1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080407 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
>  i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-2.0 
> -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
> -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
> -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -MT scan.lo -MD -MP 
> -MF .deps/scan.Tpo -c scan.cc  -fPIC -DPIC -o .libs/scan.o
> In file included from scan.ll:45:
> ../src/processor.h:567: error: declaration of 'virtual void 
> Processor::list(unsigned int, unsigned int, int, int)'
> /usr/include/c++/4.3/bits/stl_list.h:417: error: changes meaning of 'list' 
> from 'class std::list std::allocator >'
> make[3]: *** [scan.lo] Error 1

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

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 |


--- End Message ---
--- Begin Message ---
Source: gpsim
Source-Version: 0.22.0-5

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

gpsim-dev_0.22.0-5_i386.deb
  to pool/main/g/gpsim/gpsim-dev_0.22.0-5_i386.deb
gpsim_0.22.0-5.diff.gz
  to pool/main/g/gpsim/gpsim_0.22.0-5.diff.gz
gpsim_0.22.0-5.dsc
  to pool/main/g/gpsim/gpsim_0.22.0-5.dsc
gpsim_0.22.0-5_i386.deb
  to pool/main/g/gpsim/gpsim_0.22.0-5_i386.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steffen Joeris <[EMAIL PROTECTED]> (supplier of updated gpsim 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 01 Jun 2008 09:30:49 +
Source: gpsim
Binary: gpsim gpsim-dev
Architecture: source i386
Version: 0.22.0-5
Distribution: unstable
Urgency: medium
Maintainer: Steffen Joeris <[EMAIL PROTECTED]>
Changed-By: Steffen Joeris <[EMAIL PROTECTED]>
Description: 
 gpsim  - Simulator for Microchip's PIC microcontrollers
 gpsim-dev  - Libraries needed only for building gpsim components
Closes: 471202 474796 475473
Changes: 
 gpsim (0.22.0-5) unstable; urgency=medium
 .
   * Acknowledge NMU, thanks Luk (Closes: #471202)
   * Fix gcc-4.3 compilation issues (Closes: #474796)
 patch taken from gentoo, thanks to the people involved
- Incorporate all gcc-4.3 porting issues into 10-gcc-4.3.dpatch
- Add dpatch back to build-depends and call it in debian/rules
   * Update standards-version to 3.7.3
   * Remove some empty dirs under /usr/share/doc/gpsim/examples/
   * Remove code, which automatically adds the library extension to the
 file, in order to let people load the libraries without the
 gpsim-dev package installed and document library loading in
 README.Debian (Closes: #475473)
Checksums

Processed (with 1 errors): reassign 483091 to ffmpeg-free, merging 483091 482213

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.28
> reassign 483091 ffmpeg-free
Bug#483091: libavg_0.7.0-6+b1(ia64/unstable): FTBFS: missing lib?
Bug reassigned from package `libavg' to `ffmpeg-free'.

> merge 483091 482213
Bug#482213: libavg: FTBFS: ld: cannot find -ldts
Bug#483091: libavg_0.7.0-6+b1(ia64/unstable): FTBFS: missing lib?
Mismatch - only Bugs in same state can be merged:
Values for `package' don't match:
 #482213 has `libavutil-dev';
 #483091 has `ffmpeg-free'
Values for `done mark' don't match:
 #482213 has `done';
 #483091 has `open'

>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#480309: NMU of pygame 1.8

2008-06-01 Thread A Mennucc
dear pygame mantainer, hi,

bugs in pygame are keeping freevo out of testing ; for this reason,
I will NMU pygame in some days, unless you tell me you have time
to update pygame yourself

a.


signature.asc
Description: Digital signature


Bug#483816: intent to NMU

2008-06-01 Thread Nico Golde
Hi Luk,
* Luk Claes <[EMAIL PROTECTED]> [2008-06-01 15:56]:
> Nico Golde wrote:
> > * Laurence J. Lane <[EMAIL PROTECTED]> [2008-06-01 04:00]:
> >> On Sat, May 31, 2008 at 9:44 AM, Nico Golde <[EMAIL PROTECTED]> wrote:
> >>> as the maintainer of imlib2 is MIA I'm going to upload a
> >>> 0-day NMU.
> >> Thanks for the NMU, but the 12 hour stretch from your initial report
> >> until the NMU is quite far from stating someone is MIA.
> > 
> [private: snipped]
> > 
> > Thats not far from stating you are MIA. Contact the MIA team to update this 
> > then.
> 
> Hmm, it is *far* from stating that he is MIA. As you can see there is
> only a nice message sent twice which means it's only the very first
> stage which only means some people were concerned...

Which should be enough to justify a security upload without 
waiting for further maintainer action in my opinion.

> There are at least 2 extra stages (inactive, unresponsive), normally
> even 3 (prod before inactive) before someone is declared MIA...
> 
> This is all explained in the README file, though if you don't want to
> look into the details it's probably better to ask the MIA Team before
> jumping to conclusions.

Thanks and sorry for my conclusion about his status. I 
didn't even know about that README file. Maybe the section 
in the developers reference stating "If you are interested 
in working in the MIA team, please have a look at the README 
file" should be adapted to reflect that everyone dealing 
with MIA information should read that.

> You could also see that the information you are referring to is from
> 2006 and no action has been done on 2007 which means there was no real
> concern in 2007 anymore.

This irritates me, don't you add some kind of "OK again" 
message to this?

> PS: The MIA information is supposed to be private and shouldn't be
> copied to this bug report...

As my post hardly included any sensitive data I didn't see a 
problem with that. Anyway, won't happen again...
Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpv8lIZ426FI.pgp
Description: PGP signature


Bug#483939: texlive-bin: FTBFS on armel, please build with gcc-4.2 there

2008-06-01 Thread Norbert Preining
Hi Adeodato,

I was just preparing a package for upload, so PLEASE send me quick a 
patch so that I can include it. I cannot test the whole stuff, so it
would be nice if you could send me a patch.

> If you want a complete patch, please let me know. Also, it'd be *very*
> nice if you could upload more or less soon, since this failure is one of
> the last missing bits for the poppler transition.

I will upload as soon as you send me the stuff and I have done some
tests, but quite sure today.

Best wishes

Norbert

---
Dr. Norbert Preining <[EMAIL PROTECTED]>Vienna University of Technology
Debian Developer <[EMAIL PROTECTED]> Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
TROSSACHS (pl.n.) The useless epaulettes on an expensive raincoat.
--- Douglas Adams, The Meaning of Liff



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



Bug#483939: texlive-bin: FTBFS on armel, please build with gcc-4.2 there

2008-06-01 Thread Adeodato Simó
* Norbert Preining [Sun, 01 Jun 2008 13:43:10 +0200]:

> I was just preparing a package for upload, so PLEASE send me quick a 
> patch so that I can include it. I cannot test the whole stuff, so it
> would be nice if you could send me a patch.

Attached, seems to work here.

> I will upload as soon as you send me the stuff and I have done some
> tests, but quite sure today.

Thanks!

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Mankind are very odd creatures: one half censure what they practice, the
other half practice what they censure; the rest always say and do as
they ought.
-- Michel de Montaigne
diff -u -r texlive-bin-2007.dfsg.1.orig/debian/changelog texlive-bin-2007.dfsg.1/debian/changelog
--- texlive-bin-2007.dfsg.1.orig/debian/changelog	2008-06-01 15:14:48.0 +0200
+++ texlive-bin-2007.dfsg.1/debian/changelog	2008-06-01 15:15:32.0 +0200
@@ -1,3 +1,9 @@
+texlive-bin (2007.dfsg.1-3.1) UNRELEASED; urgency=low
+
+  * Build with g++-4.2 on armel, 4.3 ICEs there. (Closes: #483939)
+
+ -- Adeodato Simó <[EMAIL PROTECTED]>  Sun,  1 Jun 2008 15:14:50 +0200
+
 texlive-bin (2007.dfsg.1-3) unstable; urgency=low
 
   * improve manpage of patgen (Closes: #450875)
diff -u -r texlive-bin-2007.dfsg.1.orig/debian/control texlive-bin-2007.dfsg.1/debian/control
--- texlive-bin-2007.dfsg.1.orig/debian/control	2008-06-01 15:14:48.0 +0200
+++ texlive-bin-2007.dfsg.1/debian/control	2008-06-01 15:09:29.0 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian TeX Maintainers <[EMAIL PROTECTED]>
 Uploaders: Norbert Preining <[EMAIL PROTECTED]>, Frank Küster <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), libxml-dom-perl, libappconfig-perl, quilt, libxml-regexp-perl, libxml-perl, sharutils, ed, bzip2, libncurses5-dev | libncurses-dev, libxaw7-dev, libpng12-dev | libpng-dev, zlib1g-dev | libz-dev, libgd2-xpm-dev | libgd2-noxpm-dev, flex, bison, tex-common (>= 1.7), libpoppler-dev (>= 0.6), eperl, chrpath
+Build-Depends: debhelper (>= 5), libxml-dom-perl, libappconfig-perl, quilt, libxml-regexp-perl, libxml-perl, sharutils, ed, bzip2, libncurses5-dev | libncurses-dev, libxaw7-dev, libpng12-dev | libpng-dev, zlib1g-dev | libz-dev, libgd2-xpm-dev | libgd2-noxpm-dev, flex, bison, tex-common (>= 1.7), libpoppler-dev (>= 0.6), eperl, chrpath, g++-4.2 [armel]
 Standards-Version: 3.7.3
 
 Package: texlive-base-bin
diff -u -r texlive-bin-2007.dfsg.1.orig/debian/rules texlive-bin-2007.dfsg.1/debian/rules
--- texlive-bin-2007.dfsg.1.orig/debian/rules	2008-06-01 15:14:48.0 +0200
+++ texlive-bin-2007.dfsg.1/debian/rules	2008-06-01 15:13:01.0 +0200
@@ -11,6 +11,14 @@
 # needed for quilt:
 export QUILT_PATCHES=./debian/patches
 
+# build with gcc-4.2 on armel for now
+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+GCC_42_ARCHES := armel
+
+ifneq (,$(filter $(DEB_BUILD_ARCH),$(GCC_42_ARCHES)))
+export CC=gcc-4.2
+export CXX=g++-4.2
+endif
 
 build: build-stamp
 


Bug#482502: Patch for the bug

2008-06-01 Thread Laurence J. Lane
tag 482502 pending
thanks

On Sun, Jun 1, 2008 at 3:53 AM, Patryk Cisek <[EMAIL PROTECTED]> wrote:

> The fix is simple, linux-headers-2.6.25-1-common needs to be changed to
> linux-headers-2.6.25-2-common in Build-Depends. In an attachment there's a
> patch that fixes the problem.

If you look at the changelog you'll see that linux-headers-2.6.24-1-common
disappeared and caused and identical bug report about three weeks before.
The patch doesn't fix the issue of disappearing kernel header packages.



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



Processed: reassign 482231 to libavutil-dev, forcibly merging 482231 482213

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.28
> reassign 482231 libavutil-dev
Bug#482231: motion: FTBFS: checking size of short int... configure: error: 
cannot compute sizeof (short int)
Bug reassigned from package `motion' to `libavutil-dev'.

> forcemerge 482231 482213
Bug#482231: motion: FTBFS: checking size of short int... configure: error: 
cannot compute sizeof (short int)
Bug#482213: libavg: FTBFS: ld: cannot find -ldts
Bug#482210: xmms2: FTBFS: ld: cannot find -ldts
Bug#482214: screenkast: FTBFS: ld: cannot find -ldts
Bug#483091: libavg_0.7.0-6+b1(ia64/unstable): FTBFS: missing lib?
Bug#483163: xmms2_0.4DrKosmos-4+b2(ia64/unstable): FTBFS: cannot find -ldts
Forcibly Merged 482210 482213 482214 482231 483091 483163.

>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: Processed (with 1 errors): Re: [pkg-mono-group] Bug#479901: mono-debugger: FTBFS: i386-arch.h:10:22: error: asm/user.h: No such file or directory

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> forwarded 479901 https://bugzilla.novell.com/show_bug.cgi?id=324557
Bug#479901: mono-debugger: FTBFS: i386-arch.h:10:22: error: asm/user.h: No such 
file or directory
Noted your statement that Bug has been forwarded to 
https://bugzilla.novell.com/show_bug.cgi?id=324557.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#483965: xsd: Build depends on non-existing libxerces25-dev

2008-06-01 Thread Kurt Roeckx
Package: xsd
Version: 3.1.0-2
Severity: serious

Hi,

Your package is build depending on libxerces25-dev | libxerces-c2-dev,
and libxerces25-dev only seems to be available in oldstable.  The latest
seems to be libxerces28-dev.

Note that the buildds will only use the first alternative.


Kurt




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



Bug#480694: hal: Error message - HAL failed to start - confirmed

2008-06-01 Thread Sjoerd Simons
On Wed, May 28, 2008 at 11:39:12PM +0200, Martin Steigerwald wrote:
> Am Mittwoch 28 Mai 2008 schrieb Michael Biebl:
> > Michael Biebl schrieb:
> > > Martin Steigerwald schrieb:
> > >> Output of
> > >>
> > >> strace -o /tmp/strace-hald.txt -fF hald
> > >>
> > >> attached.
> > >
> > > Does it help, if you delete the fdi cache /var/cache/hald/fdi-cache
> > > with hal 0.5.11-1?
> >
> > And please make a copy of this fdi-cache file before you delete it. So
> > we can investigate it further, if it's a problem of the cache file.
> 
> Too late. When I upgrade hal to 0.5.11-1 again it appears to work as 
> expected. Should it happen again, I will try as you suggested. I saved a 
> copy of the fdi-cache file nonetheless, in case you are interested.

A copy of the fdi-cache file that causes hal to fail would be much appreciated

  Sjoerd




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



Processed: reassign 482210 to libavutil-dev, reassign 483163 to libavutil-dev, forcibly merging 482210 482213 ...

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.28
> reassign 482210 libavutil-dev
Bug#482210: xmms2: FTBFS: ld: cannot find -ldts
Bug reassigned from package `xmms2' to `libavutil-dev'.

> reassign 483163 libavutil-dev
Bug#483163: xmms2_0.4DrKosmos-4+b2(ia64/unstable): FTBFS: cannot find -ldts
Bug reassigned from package `xmms2' to `libavutil-dev'.

> forcemerge 482210 482213
Bug#482210: xmms2: FTBFS: ld: cannot find -ldts
Bug#482213: libavg: FTBFS: ld: cannot find -ldts
Bug#482214: screenkast: FTBFS: ld: cannot find -ldts
Bug#483091: libavg_0.7.0-6+b1(ia64/unstable): FTBFS: missing lib?
Forcibly Merged 482210 482213 482214 483091.

> forcemerge 483163 482213
Bug#483163: xmms2_0.4DrKosmos-4+b2(ia64/unstable): FTBFS: cannot find -ldts
Bug#482213: libavg: FTBFS: ld: cannot find -ldts
Bug#482210: xmms2: FTBFS: ld: cannot find -ldts
Bug#482214: screenkast: FTBFS: ld: cannot find -ldts
Bug#483091: libavg_0.7.0-6+b1(ia64/unstable): FTBFS: missing lib?
Forcibly Merged 482210 482213 482214 483091 483163.

>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483852: marked as done (libavl: FTBFS on amd64: Linking non-PIC objects into shared library)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 14:47:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#483852: fixed in libavl 0.3.5-3
has caused the Debian Bug report #483852,
regarding libavl: FTBFS on amd64: Linking non-PIC objects into shared library
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 [EMAIL PROTECTED]
immediately.)


-- 
483852: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483852
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libavl
Version: 0.3.5-2
Severity: serious

From my pbuilder build log on amd64:

...
 debian/rules build
dh_testdir
touch configure-stamp
dh_testdir
/usr/bin/make
make[1]: Entering directory `/tmp/buildd/libavl-0.3.5'
cc -g -O2   -c -o avl.o avl.c
cc -nostdlib -shared -Wl,-soname,libavl.so.1 avl.o -o libavl.so.1.5 -lc
/usr/bin/ld: avl.o: relocation R_X86_64_32 against `a local symbol' can not be 
used when making a 
shared object; recompile with -fPIC
avl.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[1]: *** [libavl.so.1.5] Error 1
make[1]: Leaving directory `/tmp/buildd/libavl-0.3.5'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
-- 
Daniel Schepler


--- End Message ---
--- Begin Message ---
Source: libavl
Source-Version: 0.3.5-3

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

libavl-dev_0.3.5-3_amd64.deb
  to pool/main/liba/libavl/libavl-dev_0.3.5-3_amd64.deb
libavl1_0.3.5-3_amd64.deb
  to pool/main/liba/libavl/libavl1_0.3.5-3_amd64.deb
libavl_0.3.5-3.diff.gz
  to pool/main/liba/libavl/libavl_0.3.5-3.diff.gz
libavl_0.3.5-3.dsc
  to pool/main/liba/libavl/libavl_0.3.5-3.dsc



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guus Sliepen <[EMAIL PROTECTED]> (supplier of updated libavl 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 01 Jun 2008 16:21:11 +0200
Source: libavl
Binary: libavl-dev libavl1
Architecture: source amd64
Version: 0.3.5-3
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen <[EMAIL PROTECTED]>
Changed-By: Guus Sliepen <[EMAIL PROTECTED]>
Description: 
 libavl-dev - AVL tree manipulation library - development
 libavl1- AVL tree manipulation library - runtime
Closes: 483852
Changes: 
 libavl (0.3.5-3) unstable; urgency=low
 .
   * Make sure -fPIC is always appended to CFLAGS. Closes: #483852
Checksums-Sha1: 
 b35508756a8da396a21751a004581728c3e568d8 936 libavl_0.3.5-3.dsc
 09001527368e8fbb37de977bd2ba903f377564ce 2652 libavl_0.3.5-3.diff.gz
 9b14931ec1ddecd945020c9fc16e146ecc2fb9a9 5678 libavl-dev_0.3.5-3_amd64.deb
 9c27f277788a28bf391d7f70028fb0c98ba7f38a 6602 libavl1_0.3.5-3_amd64.deb
Checksums-Sha256: 
 14e01ecc94d02b1c97dfb17acafd03a3e9e54aeaf12b0003b09800f4ec3f2ee1 936 
libavl_0.3.5-3.dsc
 6c9e8af8f9fabae516d0f5a000cf44e1b21df67c23f1973e840414442a17698d 2652 
libavl_0.3.5-3.diff.gz
 507ed8157757ba535ef32b771355274a16de05377bc47688b16bd9417c57dbf5 5678 
libavl-dev_0.3.5-3_amd64.deb
 8fe72de3278923d3ac8659fe35c917feef4d1614f5b1131babba6660a9d6 6602 
libavl1_0.3.5-3_amd64.deb
Files: 
 668d7342489827c75e7ed85aab072c4b 936 devel optional libavl_0.3.5-3.dsc
 a37c757b90ecaf4018033fb73a4d7ecb 2652 devel optional libavl_0.3.5-3.diff.gz
 a8baec8fed5fc220f301b082c0768188 5678 libdevel optional 
libavl-dev_0.3.5-3_amd64.deb
 d35ba8690207fbf6026560912fb8e614 6602 libs optional libavl1_0.3.5-3_amd64.deb

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

iD8DBQFIQrHwAxLow12M2nsRAj8tAJ9STTawyPuxwppICbDDTXoQV+Hw0wCfX7Hy
nQOOIYE/dBcGspP4zgBxTvw=
=zLMt
-END PGP SIGNATURE-


--- End Message ---


Processed: Re: Bug#482717: Latest gstreamer0.10-ffmpeg breaks gnome

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 482717 moreinfo
Bug#482717: Latest gstreamer0.10-ffmpeg breaks gnome
There were no tags set.
Tags added: moreinfo

> stop
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#482717: Latest gstreamer0.10-ffmpeg breaks gnome

2008-06-01 Thread Reinhard Tartler
tag 482717 moreinfo
stop

[EMAIL PROTECTED] writes:

>>Is this on a PPC without altivec? Could you build gstreamer0.10-ffmpeg
>>with debugging symbols and get a backtrace from
>>
>>gst-inspect-0.10 --gst-disable-registry-fork
>>
>> I think this is a ffmpeg bug but let's get a backtrace first :)
>
> Hello,
>
> It is indeed on PPC G3, hence without altivec.
> I'm afraid I don't have enough time to take care of rebuilding the
> whole stuff.

Could you please tell me the kernel version of the machine you were
experiencing this? If your kernel is earlier than 2.6.17, I think I know
what is happening here.


> Up to now, I was using ffmpeg from debian-multimedia.org but I tried the
> one from the debian archive and I get the same result.
>
> I'm not sure it is a ffmpeg bug since the problem mentions the registry.

Does the crash happen with 'ffplay' from the 'ffmpeg' package as well?

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#478940: marked as done (insighttoolkit_3.4.0-4(sparc/unstable): FTBFS: sys/isa_defs.h: No such file or directory)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 15:17:09 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#483312: fixed in insighttoolkit 3.6.0-3
has caused the Debian Bug report #483312,
regarding insighttoolkit_3.4.0-4(sparc/unstable): FTBFS: sys/isa_defs.h: No 
such file or directory
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 [EMAIL PROTECTED]
immediately.)


-- 
483312: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483312
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: insighttoolkit
Version: 3.4.0-4
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of insighttoolkit_3.4.0-4 on lebrun by sbuild/sparc 98
> Build started at 20080430-0512

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: cdbs (>= 0.4.49), quilt, debhelper (>= 5), cmake, cableswig, 
> zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev (>= 3.7.3), python-support 
> (>= 0.6.4), python-dev, python-numarray, libfftw3-dev

[...]

> make[3]: Entering directory `/build/buildd/insighttoolkit-3.4.0/Build'
> Scanning dependencies of target itkTestDriver
> make[3]: Leaving directory `/build/buildd/insighttoolkit-3.4.0/Build'
> make[3]: Entering directory `/build/buildd/insighttoolkit-3.4.0/Build'
> [ 61%] Building CXX object 
> Code/IO/CMakeFiles/itkTestDriver.dir/itkTestDriver.o
> In file included from 
> /build/buildd/insighttoolkit-3.4.0/Code/IO/itkTestDriver.cxx:47:
> /build/buildd/insighttoolkit-3.4.0/Build/Utilities/itksys/SharedForward.h:223:27:
>  error: sys/isa_defs.h: No such file or directory
> make[3]: *** [Code/IO/CMakeFiles/itkTestDriver.dir/itkTestDriver.o] Error 1
> make[3]: Leaving directory `/build/buildd/insighttoolkit-3.4.0/Build'
> make[2]: *** [Code/IO/CMakeFiles/itkTestDriver.dir/all] Error 2
> make[2]: Leaving directory `/build/buildd/insighttoolkit-3.4.0/Build'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/insighttoolkit-3.4.0/Build'
> make: *** [debian/stamp-makefile-build] Error 2
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=sparc&pkg=insighttoolkit&ver=3.4.0-4



--- End Message ---
--- Begin Message ---
Source: insighttoolkit
Source-Version: 3.6.0-3

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

insighttoolkit3-examples_3.6.0-3_all.deb
  to pool/main/i/insighttoolkit/insighttoolkit3-examples_3.6.0-3_all.deb
insighttoolkit_3.6.0-3.diff.gz
  to pool/main/i/insighttoolkit/insighttoolkit_3.6.0-3.diff.gz
insighttoolkit_3.6.0-3.dsc
  to pool/main/i/insighttoolkit/insighttoolkit_3.6.0-3.dsc
libinsighttoolkit3-dev_3.6.0-3_i386.deb
  to pool/main/i/insighttoolkit/libinsighttoolkit3-dev_3.6.0-3_i386.deb
libinsighttoolkit3.6_3.6.0-3_i386.deb
  to pool/main/i/insighttoolkit/libinsighttoolkit3.6_3.6.0-3_i386.deb
python-insighttoolkit3_3.6.0-3_i386.deb
  to pool/main/i/insighttoolkit/python-insighttoolkit3_3.6.0-3_i386.deb
tcl8.4-insighttoolkit3_3.6.0-3_i386.deb
  to pool/main/i/insighttoolkit/tcl8.4-insighttoolkit3_3.6.0-3_i386.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve M. Robbins <[EMAIL PROTECTED]> (supplier of updated insighttoolkit 
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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 31 May 2008 12:07:29 -0500
Source: insighttoolkit
Binary: libinsighttoolkit3.6 python-insighttoolkit3 tcl8.4-insighttoolkit3 
libinsighttoolkit3-dev insighttoolkit3-examples
Architecture: source all i386
Version: 3.6.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team <[EMAIL PROTECTED]>
Changed-By: Steve M. Robbins <[EMAIL PROTECTED]>
Description: 
 insighttoolkit3-examples - Image processing toolkit for registration and 
segmentation - exam
 libinsighttoolkit3-dev - Image processing toolkit for registration and 
segmentation - deve
 libinsighttoolkit3.6 - Image processing toolkit for registration and 
segmentation - runt
 python-insighttoolkit3 - Image processing toolkit for registration and 
segmentation - Pyth
 tcl8.4-insighttoolkit3 - Image 

Bug#478940: marked as done (insighttoolkit_3.4.0-4(sparc/unstable): FTBFS: sys/isa_defs.h: No such file or directory)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 15:17:09 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#478940: fixed in insighttoolkit 3.6.0-3
has caused the Debian Bug report #478940,
regarding insighttoolkit_3.4.0-4(sparc/unstable): FTBFS: sys/isa_defs.h: No 
such file or directory
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 [EMAIL PROTECTED]
immediately.)


-- 
478940: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478940
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: insighttoolkit
Version: 3.4.0-4
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of insighttoolkit_3.4.0-4 on lebrun by sbuild/sparc 98
> Build started at 20080430-0512

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: cdbs (>= 0.4.49), quilt, debhelper (>= 5), cmake, cableswig, 
> zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev (>= 3.7.3), python-support 
> (>= 0.6.4), python-dev, python-numarray, libfftw3-dev

[...]

> make[3]: Entering directory `/build/buildd/insighttoolkit-3.4.0/Build'
> Scanning dependencies of target itkTestDriver
> make[3]: Leaving directory `/build/buildd/insighttoolkit-3.4.0/Build'
> make[3]: Entering directory `/build/buildd/insighttoolkit-3.4.0/Build'
> [ 61%] Building CXX object 
> Code/IO/CMakeFiles/itkTestDriver.dir/itkTestDriver.o
> In file included from 
> /build/buildd/insighttoolkit-3.4.0/Code/IO/itkTestDriver.cxx:47:
> /build/buildd/insighttoolkit-3.4.0/Build/Utilities/itksys/SharedForward.h:223:27:
>  error: sys/isa_defs.h: No such file or directory
> make[3]: *** [Code/IO/CMakeFiles/itkTestDriver.dir/itkTestDriver.o] Error 1
> make[3]: Leaving directory `/build/buildd/insighttoolkit-3.4.0/Build'
> make[2]: *** [Code/IO/CMakeFiles/itkTestDriver.dir/all] Error 2
> make[2]: Leaving directory `/build/buildd/insighttoolkit-3.4.0/Build'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/insighttoolkit-3.4.0/Build'
> make: *** [debian/stamp-makefile-build] Error 2
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=sparc&pkg=insighttoolkit&ver=3.4.0-4



--- End Message ---
--- Begin Message ---
Source: insighttoolkit
Source-Version: 3.6.0-3

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

insighttoolkit3-examples_3.6.0-3_all.deb
  to pool/main/i/insighttoolkit/insighttoolkit3-examples_3.6.0-3_all.deb
insighttoolkit_3.6.0-3.diff.gz
  to pool/main/i/insighttoolkit/insighttoolkit_3.6.0-3.diff.gz
insighttoolkit_3.6.0-3.dsc
  to pool/main/i/insighttoolkit/insighttoolkit_3.6.0-3.dsc
libinsighttoolkit3-dev_3.6.0-3_i386.deb
  to pool/main/i/insighttoolkit/libinsighttoolkit3-dev_3.6.0-3_i386.deb
libinsighttoolkit3.6_3.6.0-3_i386.deb
  to pool/main/i/insighttoolkit/libinsighttoolkit3.6_3.6.0-3_i386.deb
python-insighttoolkit3_3.6.0-3_i386.deb
  to pool/main/i/insighttoolkit/python-insighttoolkit3_3.6.0-3_i386.deb
tcl8.4-insighttoolkit3_3.6.0-3_i386.deb
  to pool/main/i/insighttoolkit/tcl8.4-insighttoolkit3_3.6.0-3_i386.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve M. Robbins <[EMAIL PROTECTED]> (supplier of updated insighttoolkit 
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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 31 May 2008 12:07:29 -0500
Source: insighttoolkit
Binary: libinsighttoolkit3.6 python-insighttoolkit3 tcl8.4-insighttoolkit3 
libinsighttoolkit3-dev insighttoolkit3-examples
Architecture: source all i386
Version: 3.6.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team <[EMAIL PROTECTED]>
Changed-By: Steve M. Robbins <[EMAIL PROTECTED]>
Description: 
 insighttoolkit3-examples - Image processing toolkit for registration and 
segmentation - exam
 libinsighttoolkit3-dev - Image processing toolkit for registration and 
segmentation - deve
 libinsighttoolkit3.6 - Image processing toolkit for registration and 
segmentation - runt
 python-insighttoolkit3 - Image processing toolkit for registration and 
segmentation - Pyth
 tcl8.4-insighttoolkit3 - Image 

Bug#483312: marked as done (insighttoolkit_3.6.0-2(sparc/unstable): FTBFS, error: sys/isa_defs.h: No such file or directory)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 15:17:09 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#483312: fixed in insighttoolkit 3.6.0-3
has caused the Debian Bug report #483312,
regarding insighttoolkit_3.6.0-2(sparc/unstable): FTBFS, error: sys/isa_defs.h: 
No such file or directory
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 [EMAIL PROTECTED]
immediately.)


-- 
483312: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483312
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: insighttoolkit
Version: 3.6.0-2
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of insighttoolkit_3.6.0-2 on lebrun by sbuild/sparc 98
> Build started at 20080527-0602

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: cdbs (>= 0.4.49), quilt, debhelper (>= 5), cmake, cableswig, 
> gccxml (>= 0.9.0+cvs20080525), zlib1g-dev (>= 1.2.2), libpng12-dev, 
> libtiff4-dev (>= 3.7.3), python-support (>= 0.6.4), python-dev, 
> python-numarray, libfftw3-dev, tcl8.4-dev, tk8.4-dev

[...]

> /usr/bin/make -f Code/IO/CMakeFiles/itkTestDriver.dir/build.make 
> Code/IO/CMakeFiles/itkTestDriver.dir/build
> make[3]: Entering directory `/build/buildd/insighttoolkit-3.6.0/Build'
> /usr/bin/cmake -E cmake_progress_report 
> /build/buildd/insighttoolkit-3.6.0/Build/CMakeFiles 
> [ 45%] Building CXX object 
> Code/IO/CMakeFiles/itkTestDriver.dir/itkTestDriver.o
> cd /build/buildd/insighttoolkit-3.6.0/Build/Code/IO && /usr/bin/c++
> -Wno-deprecated  -ftemplate-depth-50 -O2 -g 
> -I/build/buildd/insighttoolkit-3.6.0/Build 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Algorithms 
> -I/build/buildd/insighttoolkit-3.6.0/Code/BasicFilters 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Common 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics 
> -I/build/buildd/insighttoolkit-3.6.0/Code/IO 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/FEM 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/Statistics 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/NeuralNetworks 
> -I/build/buildd/insighttoolkit-3.6.0/Code/SpatialObject 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/MetaIO 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/NrrdIO 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/NrrdIO 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/DICOMParser 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/DICOMParser 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/expat 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/expat 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/nifti/niftilib 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/nifti/znzlib 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/itkExtHdrs 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/v3p/netlib 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/vcl 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/core 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/v3p/netlib 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/vcl 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/core 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/gdcm 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/gdcm/src   -w -o 
> CMakeFiles/itkTestDriver.dir/itkTestDriver.o -c 
> /build/buildd/insighttoolkit-3.6.0/Code/IO/itkTestDriver.cxx
> In file included from 
> /build/buildd/insighttoolkit-3.6.0/Code/IO/itkTestDriver.cxx:47:
> /build/buildd/insighttoolkit-3.6.0/Build/Utilities/itksys/SharedForward.h:223:27:
>  error: sys/isa_defs.h: No such file or directory
> make[3]: *** [Code/IO/CMakeFiles/itkTestDriver.dir/itkTestDriver.o] Error 1
> make[3]: Leaving directory `/build/buildd/insighttoolkit-3.6.0/Build'
> make[2]: *** [Code/IO/CMakeFiles/itkTestDriver.dir/all] Error 2
> make[2]: Leaving directory `/build/buildd/insighttoolkit-3.6.0/Build'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/insighttoolkit-3.6.0/Build'
> make: *** [debian/stamp-makefile-build] Error 2
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=sparc&pkg=insighttoolkit&ver=3.6.0-2



--- End Message ---
--- Begin Message ---
Source: insighttoolkit
Source-Version: 3.6.0-3

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

insighttoolkit3-examples_3.6.0-3_all.deb
  to pool/main/i/insightt

Bug#478500: marked as done (insighttoolkit - FTBFS: error: math.h: No such file or directory)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 15:17:09 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#478500: fixed in insighttoolkit 3.6.0-3
has caused the Debian Bug report #478500,
regarding insighttoolkit - FTBFS: error: math.h: No such file or directory
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 [EMAIL PROTECTED]
immediately.)


-- 
478500: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478500
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: insighttoolkit
Version: 3.4.0-4
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of insighttoolkit_3.4.0-4 on lxdebian.bfinv.de by sbuild/s390 
> 98
[...]
> [ 64%] wrap_VXLNumericsPython.xml from 
> [ 64%] wrap_VXLNumericsPython.idx from 
> [ 64%] wrap_vnl_matrix.xml from 
> In file included from /usr/include/c++/4.3/complex:51,
>  from 
> /build/buildd/insighttoolkit-3.4.0/Utilities/vxl/vcl/iso/vcl_complex.h:6,
>  from 
> /build/buildd/insighttoolkit-3.4.0/Utilities/vxl/vcl/vcl_complex.h:62,
>  from 
> /build/buildd/insighttoolkit-3.4.0/Wrapping/CSwig/VXLNumerics/wrap_vnl_matrix.cxx:17:
> /usr/include/c++/4.3/cmath:51:23: error: math.h: No such file or directory
> In file included from /usr/include/c++/4.3/bits/postypes.h:47,
>  from /usr/include/c++/4.3/iosfwd:47,
>  from /usr/include/c++/4.3/ios:44,
>  from /usr/include/c++/4.3/istream:45,
>  from /usr/include/c++/4.3/sstream:44,
>  from /usr/include/c++/4.3/complex:52,
>  from 
> /build/buildd/insighttoolkit-3.4.0/Utilities/vxl/vcl/iso/vcl_complex.h:6,
>  from 
> /build/buildd/insighttoolkit-3.4.0/Utilities/vxl/vcl/vcl_complex.h:62,
>  from 
> /build/buildd/insighttoolkit-3.4.0/Wrapping/CSwig/VXLNumerics/wrap_vnl_matrix.cxx:17:
> /usr/include/c++/4.3/cwchar:52:24: error: wchar.h: No such file or directory

math.h and wchar.h are standard headers. The build overrides critical
compiler information.



--- End Message ---
--- Begin Message ---
Source: insighttoolkit
Source-Version: 3.6.0-3

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

insighttoolkit3-examples_3.6.0-3_all.deb
  to pool/main/i/insighttoolkit/insighttoolkit3-examples_3.6.0-3_all.deb
insighttoolkit_3.6.0-3.diff.gz
  to pool/main/i/insighttoolkit/insighttoolkit_3.6.0-3.diff.gz
insighttoolkit_3.6.0-3.dsc
  to pool/main/i/insighttoolkit/insighttoolkit_3.6.0-3.dsc
libinsighttoolkit3-dev_3.6.0-3_i386.deb
  to pool/main/i/insighttoolkit/libinsighttoolkit3-dev_3.6.0-3_i386.deb
libinsighttoolkit3.6_3.6.0-3_i386.deb
  to pool/main/i/insighttoolkit/libinsighttoolkit3.6_3.6.0-3_i386.deb
python-insighttoolkit3_3.6.0-3_i386.deb
  to pool/main/i/insighttoolkit/python-insighttoolkit3_3.6.0-3_i386.deb
tcl8.4-insighttoolkit3_3.6.0-3_i386.deb
  to pool/main/i/insighttoolkit/tcl8.4-insighttoolkit3_3.6.0-3_i386.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve M. Robbins <[EMAIL PROTECTED]> (supplier of updated insighttoolkit 
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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 31 May 2008 12:07:29 -0500
Source: insighttoolkit
Binary: libinsighttoolkit3.6 python-insighttoolkit3 tcl8.4-insighttoolkit3 
libinsighttoolkit3-dev insighttoolkit3-examples
Architecture: source all i386
Version: 3.6.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team <[EMAIL PROTECTED]>
Changed-By: Steve M. Robbins <[EMAIL PROTECTED]>
Description: 
 insighttoolkit3-examples - Image processing toolkit for registration and 
segmentation - exam
 libinsighttoolkit3-dev - Image processing toolkit for registration and 
segmentation - deve
 libinsighttoolkit3.6 - Image processing toolkit for registration and 
segmentation - runt
 python-insighttoolkit3 - Image processing toolkit for registration and 
segmentation - Pyth
 tcl8.4-insighttoolkit3 - Image processing toolkit for registration and 
segmentation - Tcl 
Closes: 478500 478940 483312
Changes: 
 insighttoolkit (3.6.0-3) unsta

Bug#482212: freej: FTBFS: video_layer.cpp:136: error: 'struct AVFormatParameters' has no member named 'device'

2008-06-01 Thread Barry deFreese

Hi,

0.10 was release on 5/30.  A quick test build in pbuilder indicates that 
this issue is resolved but it might have issues with perl 5.10 now.


Thanks,

Barry deFreese



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



Bug#483312: marked as done (insighttoolkit_3.6.0-2(sparc/unstable): FTBFS, error: sys/isa_defs.h: No such file or directory)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 15:17:09 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#478940: fixed in insighttoolkit 3.6.0-3
has caused the Debian Bug report #478940,
regarding insighttoolkit_3.6.0-2(sparc/unstable): FTBFS, error: sys/isa_defs.h: 
No such file or directory
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 [EMAIL PROTECTED]
immediately.)


-- 
478940: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478940
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: insighttoolkit
Version: 3.6.0-2
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of insighttoolkit_3.6.0-2 on lebrun by sbuild/sparc 98
> Build started at 20080527-0602

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: cdbs (>= 0.4.49), quilt, debhelper (>= 5), cmake, cableswig, 
> gccxml (>= 0.9.0+cvs20080525), zlib1g-dev (>= 1.2.2), libpng12-dev, 
> libtiff4-dev (>= 3.7.3), python-support (>= 0.6.4), python-dev, 
> python-numarray, libfftw3-dev, tcl8.4-dev, tk8.4-dev

[...]

> /usr/bin/make -f Code/IO/CMakeFiles/itkTestDriver.dir/build.make 
> Code/IO/CMakeFiles/itkTestDriver.dir/build
> make[3]: Entering directory `/build/buildd/insighttoolkit-3.6.0/Build'
> /usr/bin/cmake -E cmake_progress_report 
> /build/buildd/insighttoolkit-3.6.0/Build/CMakeFiles 
> [ 45%] Building CXX object 
> Code/IO/CMakeFiles/itkTestDriver.dir/itkTestDriver.o
> cd /build/buildd/insighttoolkit-3.6.0/Build/Code/IO && /usr/bin/c++
> -Wno-deprecated  -ftemplate-depth-50 -O2 -g 
> -I/build/buildd/insighttoolkit-3.6.0/Build 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Algorithms 
> -I/build/buildd/insighttoolkit-3.6.0/Code/BasicFilters 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Common 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics 
> -I/build/buildd/insighttoolkit-3.6.0/Code/IO 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/FEM 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/Statistics 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/NeuralNetworks 
> -I/build/buildd/insighttoolkit-3.6.0/Code/SpatialObject 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/MetaIO 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/NrrdIO 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/NrrdIO 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/DICOMParser 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/DICOMParser 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/expat 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/expat 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/nifti/niftilib 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/nifti/znzlib 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/itkExtHdrs 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/v3p/netlib 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/vcl 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/core 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/v3p/netlib 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/vcl 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/core 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/gdcm 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/gdcm/src   -w -o 
> CMakeFiles/itkTestDriver.dir/itkTestDriver.o -c 
> /build/buildd/insighttoolkit-3.6.0/Code/IO/itkTestDriver.cxx
> In file included from 
> /build/buildd/insighttoolkit-3.6.0/Code/IO/itkTestDriver.cxx:47:
> /build/buildd/insighttoolkit-3.6.0/Build/Utilities/itksys/SharedForward.h:223:27:
>  error: sys/isa_defs.h: No such file or directory
> make[3]: *** [Code/IO/CMakeFiles/itkTestDriver.dir/itkTestDriver.o] Error 1
> make[3]: Leaving directory `/build/buildd/insighttoolkit-3.6.0/Build'
> make[2]: *** [Code/IO/CMakeFiles/itkTestDriver.dir/all] Error 2
> make[2]: Leaving directory `/build/buildd/insighttoolkit-3.6.0/Build'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/insighttoolkit-3.6.0/Build'
> make: *** [debian/stamp-makefile-build] Error 2
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=sparc&pkg=insighttoolkit&ver=3.6.0-2



--- End Message ---
--- Begin Message ---
Source: insighttoolkit
Source-Version: 3.6.0-3

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

insighttoolkit3-examples_3.6.0-3_all.deb
  to pool/main/i/insightt

Bug#402178: marked as done (Debian MIPS Xorg: server won't start)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 15:17:11 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#402178: fixed in xserver-xorg-video-newport 1:0.2.1-5
has caused the Debian Bug report #402178,
regarding Debian MIPS Xorg: server won't start
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 [EMAIL PROTECTED]
immediately.)


-- 
402178: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402178
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---

Package: xorg
Version: 1:7.1.0-7

Hardware: sgi Indy
OS: Debian Etch (testing)
uname -a: Linux sgiIndy 2.4.27-r4k-ip22 #1 Mon Sep 18 00:21:18 UTC 2006
mips GNU/Linux

Other Packages:
xorg 1:7.1.0-7
xserver-xorg 1:7.1.0-7
xserver-xorg-core 2:1.1.1-11
xserver-xorg-video-newport 1:0.2.0-3

Driver used: newport

Description:
When gdm tries to start Xorg fails, I can repeat the problem simply
stopping and starting gdm again:

/etc/init.d/gdm stop
/etc/init.d/gdm start

IRIX hinv:
CPU: MIPS R4400 Processor Chip Revision: 5.0
FPU: MIPS R4000 Floating Point Coprocessor Revision: 0.0
1 150 MHZ IP22 Processor
Main memory size: 256 Mbytes
Secondary unified instruction/data cache size: 1 Mbyte on Processor 0
Instruction cache size: 16 Kbytes
Data cache size: 16 Kbytes
Integral SCSI controller 0: Version WD33C93B, revision D
 Disk drive: unit 1 on SCSI controller 0
 Disk drive: unit 2 on SCSI controller 0
On-board serial ports: 2
On-board bi-directional parallel port
Graphics board: Indy 24-bit
Integral Ethernet: ec0, version 1
Integral ISDN: Basic Rate Interface unit 0, revision 1.0
Iris Audio Processor: version A2 revision 4.1.0
Vino video: unit 0, revision 0, IndyCam not connected


# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/X11R6/lib/X11/fonts/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/X11R6/lib/X11/fonts/Type1"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "es"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
EndSection

Section "Device"
Identifier  "Generic Video Card"
Driver  "newport"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
Option  "DPMS"
HorizSync   30-65
VertRefresh 50-75
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth24
SubSection "Display"
Depth   1
  

Bug#482735: Fwd: [Pkg-hpijs-devel] Bug#482735: hplip should depend on python-qt3

2008-06-01 Thread dwelch91
HPLIP is still essentially a Qt3 application. hp-systray can OPTIONALLY use
Qt4... I did this because there is a system tray icon class in Qt4, and my
Qt3 system tray code is imperfect (I back ported Trolltech's Qt4 code, and
some things didn't translate completely). If a user has trouble getting the
Qt3 version of hp-systray to properly go into the system tray, the Qt4
version can be run with a --qt4 parameter (and, there have been users that
this has worked for). There is no REQUIREMENT for Qt4 in HPLIP, though.

-Don


On Sat, May 31, 2008 at 1:27 PM, Till Kamppeter <[EMAIL PROTECTED]>
wrote:

> We should also inform the upstream maintainers. I have CCed them to this
> e-mail.
>
> David, Don, can you check this Qt3/Qt4 issue? Thanks.
>
>   Till
>
> Mark Purcell wrote:
>
>> Dear python-qt4 dudes,
>>
>> I'm the hplip maintainer and I'm having an issue with the transition of
>> hplip from python-qt3 to python-qt4, and need some assistance as I'm not
>> that up to speed with python.
>>
>> In short hplip should now be using python-qt4, but for some reason it
>> still calls some elements of python-qt3 as well as python-qt4.
>>
>> What have I done wrong?
>>
>> Mark
>>
>> --  Forwarded Message  --
>>
>> Subject: [Pkg-hpijs-devel] Bug#482735: hplip should depend on python-qt3
>> Date: Sun, 25 May 2008
>> From: "Nikos Asimakis" <[EMAIL PROTECTED]>
>> To: [EMAIL PROTECTED]
>>
>> Package: hplip
>> Version: 2.8.4-1
>>
>> When I try to launch /usr/bin/hp-toolbox (included in hplip) the
>> program doesn't start and the following get's printed in the terminal:
>>
>> HP Linux Imaging and Printing System (ver. 2.8.4)
>> HP Device Manager ver. 13.1
>>
>> Copyright (c) 2001-8 Hewlett-Packard Development Company, LP
>> This software comes with ABSOLUTELY NO WARRANTY.
>> This is free software, and you are welcome to distribute it
>> under certain conditions. See COPYING file for more details.
>>
>> error: PyQt not installed. GUI not available. Exiting.
>> warning: Qt/PyQt initialization failed.
>> error: hp-toolbox requires GUI support. Exiting.
>>
>> Likewise when I try to "launch HPLIP Fax Utility" (sh -c
>> 'STARTED_FROM_MENU=yes /usr/bin/hp-sendfax') a window appears which
>> informs me I should install python-qt3
>>
>> After installing python-qt3 manually the problem is resolved.
>>
>> -- System Information:
>> Debian Release: lenny/sid
>>  APT prefers testing
>>  APT policy: (990, 'testing'), (500, 'unstable')
>> Architecture: i386 (i686)
>>
>> Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
>> Locale: LANG=en_US.UTF-8, LC_CTYPE=el_GR.utf8 (charmap=UTF-8)
>> Shell: /bin/sh linked to /bin/bash
>>
>> Versions of packages hplip depends on:
>> ii  adduser  3.107   add and remove users and
>> groups
>> ii  coreutils6.10-3  The GNU core utilities
>> ii  cupsys   1.3.7-5 Common UNIX Printing
>> System(tm) -
>> ii  hplip-data   2.8.4-1 HP Linux Printing and Imaging
>> - da
>> ii  libc62.7-10  GNU C Library: Shared
>> libraries
>> ii  libcupsys2   1.3.7-5 Common UNIX Printing
>> System(tm) -
>> ii  libdbus-1-3  1.2.1-2 simple interprocess messaging
>> syst
>> ii  libjpeg626b-14   The Independent JPEG Group's
>> JPEG
>> ii  libsane  1.0.19-6API library for scanners
>> ii  libsnmp155.4.1~dfsg-7+b1 SNMP (Simple Network
>> Management Pr
>> ii  libssl0.9.8  0.9.8g-10   SSL shared libraries
>> ii  libusb-0.1-4 2:0.1.12-11 userspace USB programming
>> library
>> ii  lsb-base 3.2-11  Linux Standard Base 3.2 init
>> scrip
>> ii  python   2.5.2-1 An interactive high-level
>> object-o
>> ii  python-dbus  0.82.4-2simple interprocess messaging
>> syst
>> ii  python-imaging   1.1.6-2 Python Imaging Library
>> ii  python-support   0.7.7   automated rebuilding support
>> for P
>>
>> Versions of packages hplip recommends:
>> ii  cupsys-client  1.3.7-5   Common UNIX Printing
>> System(tm) -
>> ii  hpijs  2.8.4+2.8.4-1 HP Linux Printing and Imaging
>> - gs
>> ii  hpijs-ppds 2.8.4+2.8.4-1 HP Linux Printing and Imaging
>> - HP
>> ii  hplip-gui  2.8.4-1   HP Linux Printing and Imaging
>> - GU
>> ii  openprinting-ppds  20080211-2OpenPrinting printer support
>> - Pos
>>
>>
>>
>> ___
>> Pkg-hpijs-devel mailing list
>> [EMAIL PROTECTED]
>> http://lists.alioth.debian.org/mailman/listinfo/pkg-hpijs-devel
>>
>> ---
>>
>
>


Bug#483397: iceweasel: latest xulrunner update leaves iceweasel broken

2008-06-01 Thread Omari Stephens
To confirm, it seems like firefox 1.9~rc1-1 hasn't been built for alpha, i386, 
powerpc, or sparc (all of which 1.9~b5-4 supports).


The problem is that 1.9~b5-4 was packaged before there was an xulrunner-1.9 
which reported version "1.9".  As the folks in #granparadiso on irc.mozilla.org 
told me, version "1.9" is considered greater than version "1.9b5".  So a 
temporary fix is just to change the maxVersion line from "1.9b5" to "1.9" in 
/usr/lib/iceweasel/application.ini .  This gets firefox running for me locally.


--xsdg



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



Bug#419018: marked as done (pixmap: build-depends on transitional package xlibs-data)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 15:47:07 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#419018: fixed in pixmap 2.6pl4-15
has caused the Debian Bug report #419018,
regarding pixmap: build-depends on transitional package xlibs-data
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 [EMAIL PROTECTED]
immediately.)


-- 
419018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419018
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: pixmap
Version: 2.6pl4-14.2
Severity: important
User: [EMAIL PROTECTED]
Usertag: xlibs-data-removal

Hi,

the xlibs-data package is a transitional package provided for the
sarge->etch upgrade path, but it will be removed in the future.  Please
replace this build-dependency with a proper build-dep on xbitmaps or
xcursor-themes as necessary.

Cheers,
Julien


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: pixmap
Source-Version: 2.6pl4-15

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

pixmap_2.6pl4-15.diff.gz
  to pool/main/p/pixmap/pixmap_2.6pl4-15.diff.gz
pixmap_2.6pl4-15.dsc
  to pool/main/p/pixmap/pixmap_2.6pl4-15.dsc
pixmap_2.6pl4-15_amd64.deb
  to pool/main/p/pixmap/pixmap_2.6pl4-15_amd64.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paul Slootman <[EMAIL PROTECTED]> (supplier of updated pixmap 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 30 May 2008 17:26:26 +0200
Source: pixmap
Binary: pixmap
Architecture: source amd64
Version: 2.6pl4-15
Distribution: unstable
Urgency: low
Maintainer: Paul Slootman <[EMAIL PROTECTED]>
Changed-By: Paul Slootman <[EMAIL PROTECTED]>
Description: 
 pixmap - A pixmap editor
Closes: 355450 366867 395735 419018 437775
Changes: 
 pixmap (2.6pl4-15) unstable; urgency=low
 .
   * Acknowledge previous NMUs, thanks!
 closes:#355450,#366867
   * Don't install to /usr/lib/X11/, and don't refer to /usr/X11R6/include/.
   * Updated standards version to 3.7.3.0.
   * Remove build-dependency on xlibs-data.
 closes:#419018
   * Also cleaned up build-dependencies some more.
   * Add (dummy) binary-indep target in debian/rules.
 closes:#395735
   * Handle nostrip build option.
 closes:#437775
Files: 
 50e930a7d44bad130ab70debdc23390e 565 graphics optional pixmap_2.6pl4-15.dsc
 d1f0cc2ae9c65ad3e8edb6f7dc9f567c 7912 graphics optional 
pixmap_2.6pl4-15.diff.gz
 8e2f5639eba2cb7de6c8b43e737635fd 91468 graphics optional 
pixmap_2.6pl4-15_amd64.deb

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

iD8DBQFIQsEkutvvqbTW3hMRAjmNAJ9MsYYmfQrqu+/eWNdQsL2HfbFhzgCdH28y
N6fh6fHorPdnCns3msWqk4A=
=e9JG
-END PGP SIGNATURE-


--- End Message ---


Bug#483982: workbone: FTBFS: storage size of 'ust' isn't known

2008-06-01 Thread Daniel Schepler
Package: workbone
Version: 2.40-8
Severity: serious

From my pbuilder build log (on amd64, haven't tested it on i386 or any other
arch):

...
 debian/rules build
dh_testdir
/usr/bin/make CFLAGS='-Wall -g -O2' LDFLAGS=""
make[1]: Entering directory `/tmp/buildd/workbone-2.40'
gcc -Wall -Wmissing-prototypes  -Wall -g -O2 -c workbone.c
gcc -Wall -Wmissing-prototypes  -Wall -g -O2 -c hardware.c
hardware.c: In function 'cd_status':
hardware.c:187: warning: implicit declaration of function 'strcpy'
hardware.c:187: warning: incompatible implicit declaration of built-in function 
'strcpy'
hardware.c: In function 'eject_cd':
hardware.c:566: error: storage size of 'ust' isn't known
hardware.c:578: warning: implicit declaration of function 'ustat'
hardware.c:566: warning: unused variable 'ust'
make[1]: *** [hardware.o] Error 1
make[1]: Leaving directory `/tmp/buildd/workbone-2.40'
make: *** [build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
-- 
Daniel Schepler



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



Bug#483983: libnfsidmap: missing build dep on automake 1.9

2008-06-01 Thread Fredrik Tolf
Package: libnfsidmap
Version: 0.18-0
Severity: serious
Justification: no longer builds from source

The build process of libnfsidmap calls automake-1.9, but without
listing it as a build dependency:

# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory `/tmp/libnfsidmap-0.18'
 cd . && automake-1.9 --gnu  Makefile
/bin/sh: line 11: automake-1.9: command not found
make[1]: *** [Makefile.in] Error 127
make[1]: Leaving directory `/tmp/libnfsidmap-0.18'
make: *** [build-stamp] Error 2

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (50, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24-1-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)



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



Bug#483819: libcompizconfig0: Couldn't load plugin 'ccp'

2008-06-01 Thread C W
I can confirm the same behavior when moving from libcompizconfig0 0.6.0-3 => 
0.7.4-1.


A little googling revealed that people have had this problem before with earlier 
versions of compiz, usually caused by a version mismatch between compiz-core and 
libcompizconfig (ABI incompatibility).  At least on my system, the 31/05 update 
took libcompizconfig to 0.7.x whereas compiz-core remained at 
0.6.3~git20080115.0ea58487-1.




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



Bug#474468: [transmission-gtk] segmentation fault while starting

2008-06-01 Thread James Andrewartha
Has this been fixed? This bug is keeping transmission 1.20 out of testing.

Thanks,


-- 
# TRS-80  trs80(a)ucc.gu.uwa.edu.au #/ "Otherwise Bub here will do \
# UCC Wheel Member http://trs80.ucc.asn.au/ #|  what squirrels do best |
[ "There's nobody getting rich writing  ]|  -- Collect and hide your   |
[  software that I know of" -- Bill Gates, 1980 ]\  nuts." -- Acid Reflux #231 /




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



Bug#483939: marked as done (texlive-bin: FTBFS on armel, please build with gcc-4.2 there)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 17:02:20 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#483939: fixed in texlive-bin 2007.dfsg.1-4
has caused the Debian Bug report #483939,
regarding texlive-bin: FTBFS on armel, please build with gcc-4.2 there
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 [EMAIL PROTECTED]
immediately.)


-- 
483939: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483939
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: texlive-bin
Version: 2007.dfsg.1-3
Severity: serious

Hello.

texlive-bin is failing to build on armel due to a bug in g++-4.3 in that
arch. While porters try to extract a test case and submit it upstream,
we need texlive-bin to be buildable.

Please build with gcc/g++-4.2 on armel. To do that, just adding a
Build-Dependency "g++-4.2 [armel]", and exporting CXX=g++-4.2 and
CC=gcc-4.2 for armel in debian/rules, should do the trick.

If you want a complete patch, please let me know. Also, it'd be *very*
nice if you could upload more or less soon, since this failure is one of
the last missing bits for the poppler transition.

Thanks,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
I promise you. Once I enter into an exclusive relationship, I sleep with
very few people.
-- Denny Crane



--- End Message ---
--- Begin Message ---
Source: texlive-bin
Source-Version: 2007.dfsg.1-4

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

libkpathsea-dev_2007.dfsg.1-4_i386.deb
  to pool/main/t/texlive-bin/libkpathsea-dev_2007.dfsg.1-4_i386.deb
libkpathsea4_2007.dfsg.1-4_i386.deb
  to pool/main/t/texlive-bin/libkpathsea4_2007.dfsg.1-4_i386.deb
texlive-base-bin-doc_2007.dfsg.1-4_i386.deb
  to pool/main/t/texlive-bin/texlive-base-bin-doc_2007.dfsg.1-4_i386.deb
texlive-base-bin_2007.dfsg.1-4_i386.deb
  to pool/main/t/texlive-bin/texlive-base-bin_2007.dfsg.1-4_i386.deb
texlive-bin_2007.dfsg.1-4.diff.gz
  to pool/main/t/texlive-bin/texlive-bin_2007.dfsg.1-4.diff.gz
texlive-bin_2007.dfsg.1-4.dsc
  to pool/main/t/texlive-bin/texlive-bin_2007.dfsg.1-4.dsc
texlive-extra-utils_2007.dfsg.1-4_i386.deb
  to pool/main/t/texlive-bin/texlive-extra-utils_2007.dfsg.1-4_i386.deb
texlive-font-utils_2007.dfsg.1-4_i386.deb
  to pool/main/t/texlive-bin/texlive-font-utils_2007.dfsg.1-4_i386.deb
texlive-lang-indic_2007.dfsg.1-4_i386.deb
  to pool/main/t/texlive-bin/texlive-lang-indic_2007.dfsg.1-4_i386.deb
texlive-metapost-doc_2007.dfsg.1-4_i386.deb
  to pool/main/t/texlive-bin/texlive-metapost-doc_2007.dfsg.1-4_i386.deb
texlive-metapost_2007.dfsg.1-4_i386.deb
  to pool/main/t/texlive-bin/texlive-metapost_2007.dfsg.1-4_i386.deb
texlive-music_2007.dfsg.1-4_i386.deb
  to pool/main/t/texlive-bin/texlive-music_2007.dfsg.1-4_i386.deb
texlive-omega_2007.dfsg.1-4_i386.deb
  to pool/main/t/texlive-bin/texlive-omega_2007.dfsg.1-4_i386.deb
texlive-xetex_2007.dfsg.1-4_i386.deb
  to pool/main/t/texlive-bin/texlive-xetex_2007.dfsg.1-4_i386.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Norbert Preining <[EMAIL PROTECTED]> (supplier of updated texlive-bin 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 01 Jun 2008 16:29:49 +0200
Source: texlive-bin
Binary: texlive-base-bin texlive-extra-utils texlive-font-utils 
texlive-metapost texlive-omega texlive-xetex texlive-music texlive-lang-indic 
libkpathsea4 libkpathsea-dev texlive-metapost-doc texlive-base-bin-doc
Architecture: source i386
Version: 2007.dfsg.1-4
Distribution: unstable
Urgency: low
Maintainer: Debian TeX Maintainers <[EMAIL PROTECTED]>
Changed-By: Norbert Preining <[EMAIL PROTECTED]>
Description: 
 libkpathsea-dev - TeX Live: path search library for TeX (development part)
 libkpathsea4 - TeX Live: path search library for TeX (runtime part)
 texlive-base-bin - TeX Live: Essential binaries
 texlive-base-bin-doc - TeX Live: Documentation files for texlive-base-bin
 texlive-extra-utils - TeX Live: TeX auxiliary programs
 texlive-font-utils - TeX Live: TeX font-related progr

Processed (with 1 errors): This package should be removed

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassing 466373 ftp.debian.org
Unknown command or malformed arguments to command.

> retitle 466373 RM: libcompress-lzo-perl: bindings to a library being removed
Bug#466373: dact: switch to liblzo2
Changed Bug title to `RM: libcompress-lzo-perl: bindings to a library being 
removed' from `dact: switch to liblzo2'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#466373: This package should be removed

2008-06-01 Thread Nikita V. Youshchenko
reassing 466373 ftp.debian.org
retitle 466373 RM: libcompress-lzo-perl: bindings to a library being removed
thanks

Ok, reassigning this bug to ftp.debian.org

In short, package libcompress-lzo-perl is a perl library for liblzo1;
upstream looks dead for years, there is no interest in porting the
bindings to liblzo2, and liblzo1 is being removed.


signature.asc
Description: This is a digitally signed message part.


Processed: Re: Bug#483989: xserver-xorg-video-savage: system freeze while starting X

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 483989 grave
Bug#483989: xserver-xorg-video-savage: system freeze while starting X
Severity set to `grave' from `important'

> thank you
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#483989: xserver-xorg-video-savage: system freeze while starting X

2008-06-01 Thread Stefan Lippers-Hollmann
Hi

[sorry that you get this mail twice, I accidentally answered you privately 
and didn't address the bug ]


On Sonntag, 1. Juni 2008, you wrote:
[...]
> Is the machine completely dead with the plain 2.2.1 driver? Can you
> ping? ssh? catch the log?

Yes, it is completely dead, open ssh connections trying to gather last bits
from tail -f /var/log/messages stall immediately (unfortunately the 
notebook has no serial connectors for a serial console), pings get no 
answer - a hard poweroff is the only recovery.
 
> I was kind of expecting that upstream did not fix in 2.2.1 everything we
> disabled in 2.1.3-5. Let's bump the severity to prevent 2.2.1 from
> entering testing, it's better to keep 2.1.3-5 for now.

Thanks, the other upstream changes from 2.2.1 seem to be fine so far.

> I am adding to CC 2 person that may experience the same problem since
> 2.1.3-4 was broken for them. Joseph and Pascal, can you report back
> whether savage 2.2.1 from unstable is broken for you as well?
> 
> Brice
> 

Regards
Stefan Lippers-Hollmann


signature.asc
Description: This is a digitally signed message part.


Processed: This package should be removed

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 466373 ftp.debian.org
Bug#466373: RM: libcompress-lzo-perl: bindings to a library being removed
Bug reassigned from package `dact' to `ftp.debian.org'.

> retitle 466373 RM: libcompress-lzo-perl: bindings to a library being removed
Bug#466373: RM: libcompress-lzo-perl: bindings to a library being removed
Changed Bug title to `RM: libcompress-lzo-perl: bindings to a library being 
removed' from `RM: libcompress-lzo-perl: bindings to a library being removed'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#480694: hal: Error message - HAL failed to start - confirmed

2008-06-01 Thread Martin Steigerwald
Am Sonntag 01 Juni 2008 schrieb Sjoerd Simons:
> On Wed, May 28, 2008 at 11:39:12PM +0200, Martin Steigerwald wrote:
> > Am Mittwoch 28 Mai 2008 schrieb Michael Biebl:
> > > Michael Biebl schrieb:
> > > > Martin Steigerwald schrieb:
> > > >> Output of
> > > >>
> > > >> strace -o /tmp/strace-hald.txt -fF hald
> > > >>
> > > >> attached.
> > > >
> > > > Does it help, if you delete the fdi cache
> > > > /var/cache/hald/fdi-cache with hal 0.5.11-1?
> > >
> > > And please make a copy of this fdi-cache file before you delete it.
> > > So we can investigate it further, if it's a problem of the cache
> > > file.
> >
> > Too late. When I upgrade hal to 0.5.11-1 again it appears to work as
> > expected. Should it happen again, I will try as you suggested. I
> > saved a copy of the fdi-cache file nonetheless, in case you are
> > interested.
>
> A copy of the fdi-cache file that causes hal to fail would be much
> appreciated

As told above, thats gone for good. I have made the downgrade before I 
read the hint to make a copy of the file, and when I made the upgrade 
again to try the fdi-cache thingy hal worked as it should. So I believe I 
have only a copy of a working fdi cache file. If it had been an issue 
with that file, it apparently has been fixed by downgrading and upgrading 
again.

The problem so far didn't happen again. If it happens again, I will make a 
copy of the file before doing anything else.

-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7


signature.asc
Description: This is a digitally signed message part.


Bug#466373: This package should be removed

2008-06-01 Thread Nikita V. Youshchenko
reassign 466373 ftp.debian.org
retitle 466373 RM: libcompress-lzo-perl: bindings to a library being removed
thanks

Ok, reassigning this bug to ftp.debian.org

In short, package libcompress-lzo-perl is a perl library for liblzo1;
upstream looks dead for years, there is no interest in porting the
bindings to liblzo2, and liblzo1 is being removed.


signature.asc
Description: This is a digitally signed message part.


Processed: Re: Bug#482512: subcommander: FTBFS: Unsatisfiable build-dependency: libsvn-dev: Depends: libneon27-gnutls-dev

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> clone 482512 -1
Bug#482512: subcommander: FTBFS: Unsatisfiable build-dependency: libsvn-dev: 
Depends: libneon27-gnutls-dev
Bug 482512 cloned as bug 483995.

> clone 482512 -2
Bug#482512: subcommander: FTBFS: Unsatisfiable build-dependency: libsvn-dev: 
Depends: libneon27-gnutls-dev
Bug 482512 cloned as bug 483996.

> retitle -1 anjuta: should not build-depend on libneon27
Bug#483995: subcommander: FTBFS: Unsatisfiable build-dependency: libsvn-dev: 
Depends: libneon27-gnutls-dev
Changed Bug title to `anjuta: should not build-depend on libneon27' from 
`subcommander: FTBFS: Unsatisfiable build-dependency: libsvn-dev: Depends: 
libneon27-gnutls-dev'.

> retitle -2 subcommander: should not build-depend on libneon27
Bug#483996: subcommander: FTBFS: Unsatisfiable build-dependency: libsvn-dev: 
Depends: libneon27-gnutls-dev
Changed Bug title to `subcommander: should not build-depend on libneon27' from 
`subcommander: FTBFS: Unsatisfiable build-dependency: libsvn-dev: Depends: 
libneon27-gnutls-dev'.

> severity -1 serious
Bug#483995: anjuta: should not build-depend on libneon27
Severity set to `serious' from `serious'

> severity -2 serious
Bug#483996: subcommander: should not build-depend on libneon27
Severity set to `serious' from `serious'

> found -1 2.4.1-1
Bug#483995: anjuta: should not build-depend on libneon27
Bug marked as found in version 2.4.1-1.

> found -2 1.2.2-1.1
Bug#483996: subcommander: should not build-depend on libneon27
Bug marked as found in version 1.2.2-1.1.

> tags -1 patch
Bug#483995: anjuta: should not build-depend on libneon27
Tags were: pending
Tags added: patch

> tags -2 patch
Bug#483996: subcommander: should not build-depend on libneon27
Tags were: pending
Tags added: patch

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#483989: xserver-xorg-video-savage: system freeze while starting X

2008-06-01 Thread Stefan Lippers-Hollmann
Hi

On Sonntag, 1. Juni 2008, you wrote:
[...]
> Is the machine completely dead with the plain 2.2.1 driver? Can you
> ping? ssh? catch the log?

Yes, it is completely dead, open ssh connections trying to gather last bits
from tail -f /var/log/messages stall immediately (unfortunately the 
notebook has no serial connectors for a serial console), pings get no 
answer - a hard poweroff is the only recovery.
 
> I was kind of expecting that upstream did not fix in 2.2.1 everything we
> disabled in 2.1.3-5. Let's bump the severity to prevent 2.2.1 from
> entering testing, it's better to keep 2.1.3-5 for now.

Thanks, the other upstream changes from 2.2.1 seem to be fine so far.

> I am adding to CC 2 person that may experience the same problem since
> 2.1.3-4 was broken for them. Joseph and Pascal, can you report back
> whether savage 2.2.1 from unstable is broken for you as well?
> 
> Brice
> 

Regards
Stefan Lippers-Hollmann


signature.asc
Description: This is a digitally signed message part.


Bug#481737: [php-maint] Bug#481737: FTBFS on arm

2008-06-01 Thread Stefan Fritsch
On Saturday 31 May 2008, Raphael Geissert wrote:
> Was tzdata installed when the package was built?

Yes, tzdata was installed in the chroot.



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



Processed: reassign 473670 to libarts1c2a, forcibly merging 469851 473670

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.28
> reassign 473670 libarts1c2a
Bug#473670: juk: does not start with symbol lookup error
Bug reassigned from package `juk' to `libarts1c2a'.

> forcemerge 469851 473670
Bug#469851: kalarm lib problem
Bug#473670: juk: does not start with symbol lookup error
Bug#473375: doesn't start
Bug#473393: kolf: klof launch failure due to missing symbol in libartskde
Bug#473394: kbounce launch failure due to missing symbol in libartskde
Bug#473433: KDE SOUND SYSTEM CANNOT PLAY SYSTEM-SOUNDS
Bug#473851: Subject: kalarm does not start
Forcibly Merged 469851 473375 473393 473394 473433 473670 473851.

>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483819: libcompizconfig0: Couldn't load plugin 'ccp'

2008-06-01 Thread Adrian Courrèges
Same problem here.
Everything was working fine until last update.

$ fusion-icon
 * Detected Session: gnome
 * Searching for installed applications...
Backend : ini
Integration : true
Profile : default
Adding plugin decoration (decoration)
Initializing decoration options...done
 * No GLX_EXT_texture_from_pixmap with direct rendering context
 ... present with indirect rendering, exporting: LIBGL_ALWAYS_INDIRECT=1
 * Using the GTK Interface
 * Metacity is already running
 * Setting window manager to Compiz
 ... executing: compiz.real --replace --sm-disable --ignore-desktop-hints
ccp --indirect-rendering
compiz.real (core) - Error: Couldn't load plugin 'ccp'


Bug#483673: avant-window-navigator requires compiz but doesn't depend on it

2008-06-01 Thread Andrew Starr-Bochicchio
AWN require the screen to be composited in order to be shown. Compiz is
just one of a few options available. The compositor in metacity is still
experimental and must be turned on through editing a gconf key.

apps > metacity > compositing_manager



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



Bug#483816: intent to NMU

2008-06-01 Thread Laurence J. Lane
On Sun, Jun 1, 2008 at 10:05 AM, Nico Golde <[EMAIL PROTECTED]> wrote:

> Which should be enough to justify a security upload without
> waiting for further maintainer action in my opinion.

For the record, I believe the fact that it is a security bug
(especially one complemented with a CVE) is justificationfor a NMU
by the security team. I believe there's some way for maintainers to
voluntarily mark packages as such, but it should be the default.
That's just my opinion, of course.



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



Bug#467482: marked as done (libswish-api-common-perl: FTBFS with Perl 5.10 (typo in Makefile.PL))

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 21:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#467482: fixed in libswish-api-common-perl 0.03-1.1
has caused the Debian Bug report #467482,
regarding libswish-api-common-perl: FTBFS with Perl 5.10 (typo in Makefile.PL)
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 [EMAIL PROTECTED]
immediately.)


-- 
467482: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467482
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libswish-api-common-perl
Version: 0.03-1
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: perl-5.10-ftbfs

This package fails to build with Perl 5.10 (currently in experimental.)

>From the build log:

/usr/bin/perl Makefile.PL INSTALLDIRS=vendor
Reference to invalid group 0 in regex; marked by <-- HERE in m/\.tar.\g
<-- HERE z$/ at Makefile.PL line 60.
make: *** [build-stamp] Error 255

Line 60 is

(my $distrodir = $distro) =~ s/\.tar.\gz$//g;

so the fix is clearly to write \.tar\.gz instead of \.tar.\gz .

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]


--- End Message ---
--- Begin Message ---
Source: libswish-api-common-perl
Source-Version: 0.03-1.1

We believe that the bug you reported is fixed in the latest version of
libswish-api-common-perl, which is due to be installed in the Debian FTP 
archive:

libswish-api-common-perl_0.03-1.1.diff.gz
  to 
pool/main/libs/libswish-api-common-perl/libswish-api-common-perl_0.03-1.1.diff.gz
libswish-api-common-perl_0.03-1.1.dsc
  to 
pool/main/libs/libswish-api-common-perl/libswish-api-common-perl_0.03-1.1.dsc
libswish-api-common-perl_0.03-1.1_all.deb
  to 
pool/main/libs/libswish-api-common-perl/libswish-api-common-perl_0.03-1.1_all.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gunnar Wolf <[EMAIL PROTECTED]> (supplier of updated libswish-api-common-perl 
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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 May 2008 18:20:09 -0500
Source: libswish-api-common-perl
Binary: libswish-api-common-perl
Architecture: source all
Version: 0.03-1.1
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz <[EMAIL PROTECTED]>
Changed-By: Gunnar Wolf <[EMAIL PROTECTED]>
Description: 
 libswish-api-common-perl - SWISH Document Indexing Made Easy
Closes: 467482
Changes: 
 libswish-api-common-perl (0.03-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fixed two FTBFS for the price of one! ;-)
   * FTBFS: Typo in Makefile.PL (Closes: #467482)
   * FTBFS: No longer dies trying to remove nonexisting directory
 /usr/lib/perl5 (perl 5.10 transition)
Checksums-Sha1: 
 1bad9db9f918bbd3ebc19a4672abf8ee7438f13a 1187 
libswish-api-common-perl_0.03-1.1.dsc
 cabec5b993aa8519b2c986fc600a017639077210 2396 
libswish-api-common-perl_0.03-1.1.diff.gz
 2d6bfbef1eecbdc2f3cc5123d5aa1e65d2c0061b 9604 
libswish-api-common-perl_0.03-1.1_all.deb
Checksums-Sha256: 
 1e777e3ce99c2ad85bfe4040f00e5de89eec96d7b0e606232f0c917c4740dc5f 1187 
libswish-api-common-perl_0.03-1.1.dsc
 b68da739ce0ca6d964b97498e38de3e4af0195b30ade3e035d72057f070f12ca 2396 
libswish-api-common-perl_0.03-1.1.diff.gz
 6eaadcc741e365b754e052edc6c350bb3533bfadfa317ace81069e68b3e80936 9604 
libswish-api-common-perl_0.03-1.1_all.deb
Files: 
 806803b9bea14ffcb01360ab764b29a2 1187 perl optional 
libswish-api-common-perl_0.03-1.1.dsc
 7726d26a57a18fd0b7889a726ff34dbf 2396 perl optional 
libswish-api-common-perl_0.03-1.1.diff.gz
 35fab8e48ac8a1aef7642623fb92ef59 9604 perl optional 
libswish-api-common-perl_0.03-1.1_all.deb

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

iD8DBQFIPJdK2A7zWou1J68RAlbiAJoDrNK5SHUfCCdrIXEf8NGAsMDpuACgiAZy
4PLPfq+u/sgkqvIaI/07SNA=
=2d6n
-END PGP SIGNATURE-


--- End Message ---


Bug#479933: marked as done (libmail-mboxparser-perl: FTBFS: rmdir: failed to remove `/build/user/libmail-mboxparser-perl-0.55/debian/libmail-mboxparser- perl/usr/lib/perl5': No such file or directory

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 21:02:19 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#479933: fixed in libmail-mboxparser-perl 0.55-1.1
has caused the Debian Bug report #479933,
regarding libmail-mboxparser-perl: FTBFS: rmdir: failed to remove 
`/build/user/libmail-mboxparser-perl-0.55/debian/libmail-mboxparser- 
perl/usr/lib/perl5': No such file or directory
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 [EMAIL PROTECTED]
immediately.)


-- 
479933: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479933
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libmail-mboxparser-perl
Version: 0.55-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080506 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3
is now the default on most architectures (even if it's not the case on
i386 yet).  Consequently, many failures are caused by the switch to gcc
4.3.
If you determine that this failure is caused by gcc 4.3, feel free to
downgrade this bug to 'important' if your package is only built on i386,
and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[1]: Entering directory `/build/user/libmail-mboxparser-perl-0.55'
> Manifying blib/man3/Mail::MboxParser::Mail::Convertable.3pm
> Manifying blib/man3/Mail::MboxParser.3pm
> Manifying blib/man3/Mail::MboxParser::Mail.3pm
> Manifying blib/man3/Mail::MboxParser::Base.3pm
> Manifying blib/man3/Mail::MboxParser::Mail::Body.3pm
> Installing 
> /build/user/libmail-mboxparser-perl-0.55/debian/libmail-mboxparser-perl/usr/share/perl5/Mail/MboxParser.pm
> Installing 
> /build/user/libmail-mboxparser-perl-0.55/debian/libmail-mboxparser-perl/usr/share/perl5/Mail/MboxParser/Mail.pm
> Installing 
> /build/user/libmail-mboxparser-perl-0.55/debian/libmail-mboxparser-perl/usr/share/perl5/Mail/MboxParser/Base.pm
> Installing 
> /build/user/libmail-mboxparser-perl-0.55/debian/libmail-mboxparser-perl/usr/share/perl5/Mail/MboxParser/Mail/Convertable.pm
> Installing 
> /build/user/libmail-mboxparser-perl-0.55/debian/libmail-mboxparser-perl/usr/share/perl5/Mail/MboxParser/Mail/Body.pm
> Installing 
> /build/user/libmail-mboxparser-perl-0.55/debian/libmail-mboxparser-perl/usr/share/man/man3/Mail::MboxParser::Mail::Convertable.3pm
> Installing 
> /build/user/libmail-mboxparser-perl-0.55/debian/libmail-mboxparser-perl/usr/share/man/man3/Mail::MboxParser.3pm
> Installing 
> /build/user/libmail-mboxparser-perl-0.55/debian/libmail-mboxparser-perl/usr/share/man/man3/Mail::MboxParser::Mail.3pm
> Installing 
> /build/user/libmail-mboxparser-perl-0.55/debian/libmail-mboxparser-perl/usr/share/man/man3/Mail::MboxParser::Base.3pm
> Installing 
> /build/user/libmail-mboxparser-perl-0.55/debian/libmail-mboxparser-perl/usr/share/man/man3/Mail::MboxParser::Mail::Body.3pm
> make[1]: Leaving directory `/build/user/libmail-mboxparser-perl-0.55'
> # As this is a architecture independent package, we are not supposed to 
> install
> # stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
> rmdir --ignore-fail-on-non-empty --parents 
> /build/user/libmail-mboxparser-perl-0.55/debian/libmail-mboxparser-perl/usr/lib/perl5
> rmdir: failed to remove 
> `/build/user/libmail-mboxparser-perl-0.55/debian/libmail-mboxparser-perl/usr/lib/perl5':
>  No such file or directory
> make: *** [install-stamp] Error 1

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

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 |


--- End Message ---
--- Begin Message ---
Source: libmail-mboxparser-perl
Source-Version: 0.55-1.1

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

libmail-mboxparser-perl_0.55-1.1.diff.gz
  to 
pool/main/libm/libmail-mboxparser-perl/libmail-mboxparser-perl_0.55-1.1.diff.gz
libmail-mboxparser-perl_0.55-1.1.dsc
  to pool/main/libm/libmail-mboxparser-perl/libmail-mboxparser-perl_0.55-1.1.dsc
libmail-mboxparser-perl_

Processed: Re: Bug#483826: plplot: bad findstring-fu in rules prevents libplplot9-java from building on i386

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 483826 fixed-upstream pending
Bug#483826: plplot: bad findstring-fu in rules prevents libplplot9-java from 
building on i386
Tags were: patch
Tags added: fixed-upstream, pending

>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483723: marked as done (/usr/sbin/openssl-vulnkey: not found)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 21:04:20 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#483723: fixed in openvpn 2.1~rc7-3
has caused the Debian Bug report #483723,
regarding /usr/sbin/openssl-vulnkey: not found
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 [EMAIL PROTECTED]
immediately.)


-- 
483723: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483723
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: openvpn
Version: 2.1~rc7-2
Severity: grave

lapse:~|master|% sudo /etc/init.d/openvpn start rw-fregate
Starting virtual private network daemon: rw-fregatesh:
/usr/sbin/openssl-vulnkey: not found

You either meant s/sbin/bin/ or s/ssl/vpn/

lapse:~|master|% ls /usr/*bin/open*-vulnkey
/usr/bin/openssl-vulnkey  /usr/sbin/openvpn-vulnkey

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1+scoflowctrl.1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openvpn depends on:
ii  debconf [debconf-2.0]1.5.22  Debian configuration management sy
ii  libc62.7-11  GNU C Library: Shared libraries
ii  liblzo2-22.03-1  data compression library
ii  libpam0g 0.99.7.1-6  Pluggable Authentication Modules l
ii  libssl0.9.8  0.9.8g-10.1 SSL shared libraries
ii  openssl-blacklist0.3.2   list of blacklisted OpenSSL RSA ke
ii  openvpn-blacklist0.3 list of blacklisted OpenVPN RSA sh

openvpn recommends no packages.

-- debconf information:
* openvpn/vulnerable_prng:
  openvpn/change_init: false
  openvpn/change_init2: false
  openvpn/create_tun: false
* openvpn/stop2upgrade: true
  openvpn/default_port:


-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
--- End Message ---
--- Begin Message ---
Source: openvpn
Source-Version: 2.1~rc7-3

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

openvpn_2.1~rc7-3.diff.gz
  to pool/main/o/openvpn/openvpn_2.1~rc7-3.diff.gz
openvpn_2.1~rc7-3.dsc
  to pool/main/o/openvpn/openvpn_2.1~rc7-3.dsc
openvpn_2.1~rc7-3_i386.deb
  to pool/main/o/openvpn/openvpn_2.1~rc7-3_i386.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alberto Gonzalez Iniesta <[EMAIL PROTECTED]> (supplier of updated openvpn 
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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 01 Jun 2008 21:11:17 +0200
Source: openvpn
Binary: openvpn
Architecture: source i386
Version: 2.1~rc7-3
Distribution: unstable
Urgency: low
Maintainer: Alberto Gonzalez Iniesta <[EMAIL PROTECTED]>
Changed-By: Alberto Gonzalez Iniesta <[EMAIL PROTECTED]>
Description: 
 openvpn- virtual private network daemon
Closes: 482398 482430 482461 482640 482677 482763 482809 482939 483104 483610 
483686 483693 483723 483848
Changes: 
 openvpn (2.1~rc7-3) unstable; urgency=low
 .
   * The 'Thanks the transtalors' release
   * Updated Japanese debconf templates. (Closes: #483848)
   * Updated Russian debconf templates. (Closes: #483693)
   * Updated Brazilian Portuguese debconf templates. (Closes: #483686)
   * Updated German debconf templates. (Closes: #483610)
   * Updated French debconf templates. (Closes: #483104)
   * Updated Spanish debconf templates. (Closes: #482939)
   * Updated Italian debconf templates. (Closes: #482809)
   * Updated Finnish debconf templates. (Closes: #482763)
   * Updated Swedish debconf templates. (Closes: #482677)
   * Updated Vietnamese debconf templates. (Closes: #482640)
   * Updated Galician debconf templates. (Closes: #482461)
   * Updated Czech debconf templates. (Closes: #482430)
   * Updated B

Processed: retitle 466373 to RM: libcompress-lzo-perl -- RoM; bindings to a library being removed

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.28
> retitle 466373 RM: libcompress-lzo-perl -- RoM; bindings to a library being 
> removed
Bug#466373: RM: libcompress-lzo-perl: bindings to a library being removed
Changed Bug title to `RM: libcompress-lzo-perl -- RoM; bindings to a library 
being removed' from `RM: libcompress-lzo-perl: bindings to a library being 
removed'.

>
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#483826: plplot: bad findstring-fu in rules prevents libplplot9-java from building on i386

2008-06-01 Thread Andrew Ross

On Sat, May 31, 2008 at 02:36:47PM +0200, Adeodato Sim?? wrote:
> Package: plplot
> Version: 5.9.0-7
> Severity: serious
> Tags: patch
> 
> Hello. From plplot's debian/rules:
> 
>   ifneq (,$(findstring $(DEB_BUILD_ARCH):,alpha:arm:hppa:hurd-i386:))
> BUILD_JAVA = no
>   else
> BUILD_JAVA = yes
>   fi
> 
> Which makes java not be built on "i386:". A possible patch would be
> adding a colon before the arch name:
> 
>   ifneq (,$(findstring :$(DEB_BUILD_ARCH):,:alpha:arm:hppa:hurd-i386:))
>^   ^

Bug fixed upstream and in next debian release.



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



Bug#479909: marked as done (libswish-api-common-perl: FTBFS: make[1]: *** No rule to make target `distclean'. Stop.)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 21:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#467482: fixed in libswish-api-common-perl 0.03-1.1
has caused the Debian Bug report #467482,
regarding libswish-api-common-perl: FTBFS: make[1]: *** No rule to make target 
`distclean'.  Stop.
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 [EMAIL PROTECTED]
immediately.)


-- 
467482: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467482
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libswish-api-common-perl
Version: 0.03-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080506 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3
is now the default on most architectures (even if it's not the case on
i386 yet).  Consequently, many failures are caused by the switch to gcc
4.3.
If you determine that this failure is caused by gcc 4.3, feel free to
downgrade this bug to 'important' if your package is only built on i386,
and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> make[1]: Entering directory `/build/user/libswish-api-common-perl-0.03'
> make[1]: *** No rule to make target `distclean'.  Stop.
> make[1]: Leaving directory `/build/user/libswish-api-common-perl-0.03'
> make: [clean1] Error 2 (ignored)
> dh_clean build-stamp install-stamp
> dpatch  deapply-all  
> 20swish-e_path not applied to ./ .
> rm -rf patch-stamp patch-stampT debian/patched
>  dpkg-source -b libswish-api-common-perl-0.03
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building libswish-api-common-perl using existing 
> libswish-api-common-perl_0.03.orig.tar.gz
> dpkg-source: info: building libswish-api-common-perl in 
> libswish-api-common-perl_0.03-1.diff.gz
> dpkg-source: warning: executable mode 0755 of 
> 'debian/patches/20swish-e_path.dpatch' will not be represented in diff
> dpkg-source: info: building libswish-api-common-perl in 
> libswish-api-common-perl_0.03-1.dsc
>  debian/rules build
> test -d debian/patched || install -d debian/patched
> dpatch  apply-all  
> applying patch 20swish-e_path to ./ ... ok.
> dpatch  cat-all  >>patch-stampT
> mv -f patch-stampT patch-stamp
> dh_testdir
> /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
> Reference to invalid group 0 in regex; marked by <-- HERE in m/\.tar.\g <-- 
> HERE z$/ at Makefile.PL line 60.
> make: *** [build-stamp] Error 255

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

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 |


--- End Message ---
--- Begin Message ---
Source: libswish-api-common-perl
Source-Version: 0.03-1.1

We believe that the bug you reported is fixed in the latest version of
libswish-api-common-perl, which is due to be installed in the Debian FTP 
archive:

libswish-api-common-perl_0.03-1.1.diff.gz
  to 
pool/main/libs/libswish-api-common-perl/libswish-api-common-perl_0.03-1.1.diff.gz
libswish-api-common-perl_0.03-1.1.dsc
  to 
pool/main/libs/libswish-api-common-perl/libswish-api-common-perl_0.03-1.1.dsc
libswish-api-common-perl_0.03-1.1_all.deb
  to 
pool/main/libs/libswish-api-common-perl/libswish-api-common-perl_0.03-1.1_all.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gunnar Wolf <[EMAIL PROTECTED]> (supplier of updated libswish-api-common-perl 
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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 May 2008 18:20:09 -0500
Source: libswish-api-common-perl
Binary: libswish-api-common-perl
Architecture: source all
Version: 0.03-1.1
Distribution: unstable
Urgency: low
Maintainer: F

Bug#467279: marked as done (libpod-webserver-perl: FTBFS with Perl 5.10 (test failure))

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 21:02:22 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#467279: fixed in libpod-webserver-perl 3.04-1.3
has caused the Debian Bug report #467279,
regarding libpod-webserver-perl: FTBFS with Perl 5.10 (test failure)
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 [EMAIL PROTECTED]
immediately.)


-- 
467279: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467279
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libpod-webserver-perl
Version: 3.04-1.1
Severity: important
Tags: fixed-upstream
User: [EMAIL PROTECTED]
Usertags: perl-5.10-ftbfs

This package fails to build with Perl 5.10.0 (currently in experimental.)

According to the upstream changelog, this is fixed in 3.05.

>From the build log:

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/01_about_verboseNot a GLOB reference at t/01_about_verbose.t line 43.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 2
Failed 1/2 tests, 50.00% okay
t/02_pod_webserverok
Failed Test  Stat Wstat Total Fail  List of Failed
---
t/01_about_verbose.t  255 65280 22  2
Failed 1/2 test scripts. 1/16 subtests failed.
Files=2, Tests=16,  0 wallclock secs ( 0.24 cusr +  0.04 csys =  0.28 CPU)
Failed 1/2 test programs. 1/16 subtests failed.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/build/niko/libpod-webserver-perl-3.04'
make: *** [install-stamp] Error 2

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]


--- End Message ---
--- Begin Message ---
Source: libpod-webserver-perl
Source-Version: 3.04-1.3

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

libpod-webserver-perl_3.04-1.3.diff.gz
  to pool/main/libp/libpod-webserver-perl/libpod-webserver-perl_3.04-1.3.diff.gz
libpod-webserver-perl_3.04-1.3.dsc
  to pool/main/libp/libpod-webserver-perl/libpod-webserver-perl_3.04-1.3.dsc
libpod-webserver-perl_3.04-1.3_all.deb
  to pool/main/libp/libpod-webserver-perl/libpod-webserver-perl_3.04-1.3_all.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gunnar Wolf <[EMAIL PROTECTED]> (supplier of updated libpod-webserver-perl 
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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 28 May 2008 11:15:06 -0500
Source: libpod-webserver-perl
Binary: libpod-webserver-perl
Architecture: source all
Version: 3.04-1.3
Distribution: unstable
Urgency: low
Maintainer: Alejandro Garrido Mota <[EMAIL PROTECTED]>
Changed-By: Gunnar Wolf <[EMAIL PROTECTED]>
Description: 
 libpod-webserver-perl - Pod::Webserver -- minimal web server to serve local 
Perl document
Closes: 467279 481959 483388
Changes: 
 libpod-webserver-perl (3.04-1.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove /usr/lib/perl5 only if it exists (needed to avoid FTBFS after
 Perl 5.10 transition) (Closes: #483388)
   * Fixed test that failed after Perl 5.10 transition (Closes: #467279)
   * Fixed versioned build-dependencies which are satisfied by Perl 5.10
 (Closes: #481959)
Checksums-Sha1: 
 869442ff00d22e9d523d0ea4183b9b02d269b580 1222 
libpod-webserver-perl_3.04-1.3.dsc
 a66d1b6724d98931f984066eb676863774f02d0b 5929 
libpod-webserver-perl_3.04-1.3.diff.gz
 9bfe298757156887614c57ed7b179cf7685112aa 18976 
libpod-webserver-perl_3.04-1.3_all.deb
Checksums-Sha256: 
 ed8cf7f6f43f9358dcfe669e5e791e93005ced4994841ab7889b9ea7267d3640 1222 
libpod-webserver-perl_3.04-1.3.dsc
 5a6c91d33fa0e55dcebda5303a6c3982e8d33e2e2c282a4d9f6767f1cd93cb24 5929 
libpod-webserver-perl_3.04-1.3.diff.gz
 54e37f3613aec9e3ed6ed6f2be1cad2e86b15a06acf7806533a0139874651716 18976 
libpod-webserver-perl_3.04-1.3_all.deb
Files: 
 4fec7d83aa26fd57ffd35c60a1c2ac68 1222 perl optional 
libpod-webserver-perl_3.04-1.3.dsc
 ae736abe668097726b38275b572adb34 5929 perl optional 
libpod-webserver-perl_3.04-1.3.diff.gz
 5f1c431fad1d9f12b2c92fbacc792d77 18976 perl optional 
libpod-webserver-perl_3.04-1.3_all.deb

-BEGIN PGP SIGNAT

Bug#483388: marked as done (libpod-webserver-perl: FTBFS with Perl 5.10 (ExtUtils::MakeMaker no longer creates /usr/lib))

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 21:02:22 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#483388: fixed in libpod-webserver-perl 3.04-1.3
has caused the Debian Bug report #483388,
regarding libpod-webserver-perl: FTBFS with Perl 5.10 (ExtUtils::MakeMaker no 
longer creates /usr/lib)
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 [EMAIL PROTECTED]
immediately.)


-- 
483388: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483388
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libpod-webserver-perl
Version: 3.0.4-1.2
Severity: serious
Tags: patch
Justification: FTBFS

After fixing #467279 (I'll post the patch right away), your package
still FTBFS with Perl 5.10. What happens here is that, with Perl 5.10,
a (long-time flawed) misfeature of ExtUtils::MakeMaker was finally
removed: Empty directories are no longer created. So, your rmdir was
failing as /usr/lib/perl5 didn't exist.

I am uploading a package fixing this bug, #467279 and #481959 to the
5-day delayed queue.

This is the third NMU your package has received since the only upload
you made, in December 2006 - Please consider handing the package over
to the pkg-perl group or, in any case, orphaning it.

The patch for this specific bug is: 

--- libpod-webserver-perl-3.04.yours/debian/rules   2008-05-28 
10:47:28.0 -0500
+++ libpod-webserver-perl-3.04/debian/rules 2008-05-28 10:58:31.0 
-0500
@@ -51,9 +51,11 @@
$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
# As this is a architecture independent package, we are not
-   # supposed to install stuff to /usr/lib. MakeMaker creates
-   # the dirs, we delete them from the deb:
-   rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+   # supposed to install stuff to /usr/lib. MakeMaker (on Perl <= 5.8.x)
+   # creates the dirs, we delete them from the deb:
+! -d $(TMP)/usr/lib/perl5 ] || \
+   rmdir --ignore-fail-on-non-empty --parents --verbose \
+   $(TMP)/usr/lib/perl5

(the full patch, incl. changelog and all, is to be found at #467279)

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-4-vserver-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: libpod-webserver-perl
Source-Version: 3.04-1.3

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

libpod-webserver-perl_3.04-1.3.diff.gz
  to pool/main/libp/libpod-webserver-perl/libpod-webserver-perl_3.04-1.3.diff.gz
libpod-webserver-perl_3.04-1.3.dsc
  to pool/main/libp/libpod-webserver-perl/libpod-webserver-perl_3.04-1.3.dsc
libpod-webserver-perl_3.04-1.3_all.deb
  to pool/main/libp/libpod-webserver-perl/libpod-webserver-perl_3.04-1.3_all.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gunnar Wolf <[EMAIL PROTECTED]> (supplier of updated libpod-webserver-perl 
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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 28 May 2008 11:15:06 -0500
Source: libpod-webserver-perl
Binary: libpod-webserver-perl
Architecture: source all
Version: 3.04-1.3
Distribution: unstable
Urgency: low
Maintainer: Alejandro Garrido Mota <[EMAIL PROTECTED]>
Changed-By: Gunnar Wolf <[EMAIL PROTECTED]>
Description: 
 libpod-webserver-perl - Pod::Webserver -- minimal web server to serve local 
Perl document
Closes: 467279 481959 483388
Changes: 
 libpod-webserver-perl (3.04-1.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove /usr/lib/perl5 only if it exists (needed to avoid FTBFS after
 Perl 5.10 transition) (Closes: #483388)
   * Fixed test that failed after Perl 5.10 transition (Closes: #467279)
   * Fixed versioned build-dependencies which are satisfied

Bug#464205: marked as done (libcompress-bzip2-perl: Error compressing empty files)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 21:02:15 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#464205: fixed in libcompress-bzip2-perl 2.09-1.2
has caused the Debian Bug report #464205,
regarding libcompress-bzip2-perl: Error compressing empty files
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 [EMAIL PROTECTED]
immediately.)


-- 
464205: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464205
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libcompress-bzip2-perl
Version: 2.09-1
Severity: serious

When using the Compress::Bzip2 Perl module to compress an empty file, the 
resulting compressed file becomes corrupted. The bzip2 program however 
compresses them just fine.

Although I know compressing an empty file won't save much space, there is a 
program I'm working on called debpool which sometimes would need to compress 
empty files anyway (like the Packages/Sources files for distributions that 
have no packages uploaded yet). 

I've attached a simple script that could be used to replicate the problem. 
I've also attached a script that compresses a file into gzip format using the 
Compress::Zlib module, just as a comparison, and to show it works with 
Compress::Zlib.

-- 
Regards,
Andres


bzip2test
Description: Perl program


gziptest
Description: Perl program
--- End Message ---
--- Begin Message ---
Source: libcompress-bzip2-perl
Source-Version: 2.09-1.2

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

libcompress-bzip2-perl_2.09-1.2.diff.gz
  to 
pool/main/libc/libcompress-bzip2-perl/libcompress-bzip2-perl_2.09-1.2.diff.gz
libcompress-bzip2-perl_2.09-1.2.dsc
  to pool/main/libc/libcompress-bzip2-perl/libcompress-bzip2-perl_2.09-1.2.dsc
libcompress-bzip2-perl_2.09-1.2_amd64.deb
  to 
pool/main/libc/libcompress-bzip2-perl/libcompress-bzip2-perl_2.09-1.2_amd64.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeffrey Ratcliffe <[EMAIL PROTECTED]> (supplier of updated 
libcompress-bzip2-perl 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 21 May 2008 20:55:33 +0200
Source: libcompress-bzip2-perl
Binary: libcompress-bzip2-perl
Architecture: source amd64
Version: 2.09-1.2
Distribution: unstable
Urgency: low
Maintainer: Timo Schneider <[EMAIL PROTECTED]>
Changed-By: Jeffrey Ratcliffe <[EMAIL PROTECTED]>
Description: 
 libcompress-bzip2-perl - Perl interface to Bzip2 compression library
Closes: 464205
Changes: 
 libcompress-bzip2-perl (2.09-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix bug compressing empty files (closes: #464205)
Checksums-Sha1: 
 33f67f38a951184ed10f12a7528c83b36d37ea53 1115 
libcompress-bzip2-perl_2.09-1.2.dsc
 74d24c8e75e3fdb466833d653a205fedda515f1c 2568 
libcompress-bzip2-perl_2.09-1.2.diff.gz
 7235f19a2c7c45e84579190ce5c3bf25c1addaf3 58960 
libcompress-bzip2-perl_2.09-1.2_amd64.deb
Checksums-Sha256: 
 69220bd27541583b6f6982a24562cea6abbe32e14dfeb0131b8077b5fb25f792 1115 
libcompress-bzip2-perl_2.09-1.2.dsc
 addd66033f38f2573318b544594aff93e3a96c22b0bdf3afda1c2243cfc997d4 2568 
libcompress-bzip2-perl_2.09-1.2.diff.gz
 837c7435dafc21e51a84507c1f12169ad48bf14d51dab048bb5735eccdd98a50 58960 
libcompress-bzip2-perl_2.09-1.2_amd64.deb
Files: 
 14ca8fe503f12e917fcd6c6dc8c179e1 1115 perl optional 
libcompress-bzip2-perl_2.09-1.2.dsc
 11f8eebd911363f2847c4bd18afd0a2c 2568 perl optional 
libcompress-bzip2-perl_2.09-1.2.diff.gz
 367209ce9f96a11f7a2e4f81f5e56aa7 58960 perl optional 
libcompress-bzip2-perl_2.09-1.2_amd64.deb

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

iD8DBQFIPXMl2A7zWou1J68RAh4MAJ0UVbYd5HB+ddvAmXaNU9Pj6OVduQCgvMRW
xQ6W+/7NzNnLaAJh2Dot2sM=
=EGsv
-END PGP SIGNATURE-


--- End Message ---


Bug#469895: marked as done (muine - FTBFS: cp: cannot stat `debian/tmp/etc/gconf/schemas/muine.schemas': No such file or directory)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 21:47:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469895: fixed in muine 0.8.8-2
has caused the Debian Bug report #469895,
regarding muine - FTBFS: cp: cannot stat 
`debian/tmp/etc/gconf/schemas/muine.schemas': No such file or directory
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 [EMAIL PROTECTED]
immediately.)


-- 
469895: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469895
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: muine
Version: 0.8.8-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of muine_0.8.8-1 on lxdebian.bfinv.de by sbuild/s390 98
[...]
>  /usr/bin/fakeroot debian/rules binary-arch
> dh_testdir
> dh_testroot
> dh_install -a --list-missing
> cp: cannot stat `debian/tmp/etc/gconf/schemas/muine.schemas': No such file or 
> directory
> dh_install: command returned error code 256
> make: *** [binary-arch] Error 1
> dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave 
> error exit status 2
> **
> Build finished at 20080225-2256
> FAILED [dpkg-buildpackage died]


--- End Message ---
--- Begin Message ---
Source: muine
Source-Version: 0.8.8-2

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

muine-plugin-inotify_0.8.8-2_powerpc.deb
  to pool/main/m/muine/muine-plugin-inotify_0.8.8-2_powerpc.deb
muine-plugin-trayicon_0.8.8-2_all.deb
  to pool/main/m/muine/muine-plugin-trayicon_0.8.8-2_all.deb
muine_0.8.8-2.diff.gz
  to pool/main/m/muine/muine_0.8.8-2.diff.gz
muine_0.8.8-2.dsc
  to pool/main/m/muine/muine_0.8.8-2.dsc
muine_0.8.8-2_powerpc.deb
  to pool/main/m/muine/muine_0.8.8-2_powerpc.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Albin Tonnerre <[EMAIL PROTECTED]> (supplier of updated muine 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 01 Jun 2008 20:12:31 +0200
Source: muine
Binary: muine muine-plugin-trayicon muine-plugin-inotify
Architecture: source all powerpc
Version: 0.8.8-2
Distribution: unstable
Urgency: high
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Albin Tonnerre <[EMAIL PROTECTED]>
Description: 
 muine  - Simple playlist based music player
 muine-plugin-inotify - INotify Plugin for the Muine music player
 muine-plugin-trayicon - TrayIcon Plugin for the Muine music player
Closes: 469895 471631
Changes: 
 muine (0.8.8-2) unstable; urgency=high
 .
   * QA Upload
   * Fix debian/rules to prevent FTBFS (Closes: #469895)
   * debian/patches/11_disambiguate_volumebutton.diff
 - Added, taken from upstream SVN, gnome bug 518828. Thanks Diego
   Escalante Urrelo. (Closes: #471631)
Checksums-Sha1: 
 4f2651cdc007d62cac9c5fc5ac8ece519c742c5e 1858 muine_0.8.8-2.dsc
 53b087a2a1fca0726df2ddcc1edce264ffb4ab75 9261 muine_0.8.8-2.diff.gz
 511e1056bcb0e29eb4e4047ac0e694b78fc60780 5 
muine-plugin-trayicon_0.8.8-2_all.deb
 1cc4190d3d6ccc2b2079d07f98a398bfa63df562 325890 muine_0.8.8-2_powerpc.deb
 d9cd077f61fe524c438f14dadba402228e77b7bb 57462 
muine-plugin-inotify_0.8.8-2_powerpc.deb
Checksums-Sha256: 
 faaa3a106f07890a1e72a6661c7a1235a3b79aa11af467aee557444efe609c39 1858 
muine_0.8.8-2.dsc
 17660e308d464e23a000e4c6a5ae1a174c02d0e062793f27a5408c7b989d43b6 9261 
muine_0.8.8-2.diff.gz
 169b41deaf897fdf2b7e1d05ca14fbe4299e1432eedcb5c4b61dfdd513e5ea4d 5 
muine-plugin-trayicon_0.8.8-2_all.deb
 aed2e0f3040d035770bbde4396860dcc88830ba1dd961ce1b9b448ea908c586c 325890 
muine_0.8.8-2_powerpc.deb
 281f9f3698aea773ade58897395a5bbb8a217d224e797d46edfe2662ba1e38b2 57462 
muine-plugin-inotify_0.8.8-2_powerpc.deb
Files: 
 a5e73614e8897d06d82c6c155f62c2e6 1858 gnome optional muine_0.8.8-2.dsc
 80ac9c0a0ca68320ce6c38f626b8b6ac 9261 gnome optional muine_0.8.8-2.diff.gz
 de74e232b851f54b3631924ede0eb970 5 gnome optional 
muine-plugin-trayicon_0.8.8-2_all.deb
 693fc52799b6562d35f3c12ef6d2bf54 325890 gnome optional 
muine_0.8.8-2_powerpc.deb
 fea1c8f3ba3c437d1f1dc6ad3086ca68 57462 gnome optional 
muine-plugin-inotify_0.8

Bug#471631: marked as done (muine: FTBFS: ./PlaylistWindow.cs(179,25): error CS0104: `VolumeButton' is an ambiguous reference between `Gtk.VolumeButton' and `Bacon.VolumeButton')

2008-06-01 Thread Debian Bug Tracking System

Your message dated Sun, 01 Jun 2008 21:47:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#471631: fixed in muine 0.8.8-2
has caused the Debian Bug report #471631,
regarding muine: FTBFS: ./PlaylistWindow.cs(179,25): error CS0104: 
`VolumeButton' is an ambiguous reference between `Gtk.VolumeButton' and 
`Bacon.VolumeButton'
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 [EMAIL PROTECTED]
immediately.)


-- 
471631: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471631
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: muine
Version: 0.8.8-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080318 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[3]: Entering directory `/build/user/muine-0.8.8/src'
> sed -e "s|[EMAIL PROTECTED]@|/usr|g"  \
>   -e "s|[EMAIL PROTECTED]@|/usr/lib/muine|g"  \
>   -e "s|[EMAIL PROTECTED]@|muine.exe|g"   \
>   -e "s|[EMAIL PROTECTED]@|/usr/bin/mono|g"   \
>   -e "s|[EMAIL PROTECTED]@||g"\
>   < muine.in > muine
> MONO_XMLSERIALIZER_THS=no wsdl -namespace:Amazon ./AmazonSearchService.wsdl
> Mono Web Services Description Language Utility
> Writing file 'AmazonSearchService.cs'
> sed -e "s|[EMAIL PROTECTED]@|0.8.8|" \
>   -e "s|[EMAIL PROTECTED]@|/usr/share|" \
>   -e "s|[EMAIL PROTECTED]@|/usr/lib/muine|" \
>   < Defines.cs.in > Defines.cs
> /usr/bin/gmcs -codepage:utf8  -target:winexe -out:muine.exe 
> ./AddSongWindow.cs ./AddAlbumWindow.cs ./Global.cs ./PlaylistWindow.cs 
> ./Song.cs ./Album.cs ./SongDatabase.cs ./About.cs ./Metadata.cs ./Player.cs 
> ./FileSelector.cs ./StringUtils.cs ./KeyUtils.cs ./SkipToWindow.cs 
> ./ProgressWindow.cs ./ErrorDialog.cs ./OverwriteDialog.cs ./VolumeButton.cs 
> ./HandleView.cs ./HandleModel.cs ./StockIcons.cs 
> ./ColoredCellRendererPixbuf.cs ./CoverDatabase.cs ./CoverGetter.cs 
> ./MusicBrainz.cs ./GnomeProxy.cs ./CoverImage.cs ./MmKeys.cs ./GnomeMMKeys.cs 
> ./FileUtils.cs ./SignalUtils.cs ./Database.cs ./DBusService.cs 
> ./PluginManager.cs ./AddWindow.cs ./Config.cs ./DndUtils.cs ./Item.cs 
> ./ThreadBase.cs ./AddWindowList.cs ./AddWindowEntry.cs ./Actions.cs 
> ./ImportDialog.cs ./OpenDialog.cs ./SaveDialog.cs AmazonSearchService.cs 
> Defines.cs -r:../PluginLib/muine-plugin.dll -r:../DBusLib/muine-dbus.dll 
> -r:/usr/lib/cli/ndesk-dbus-1.0/NDesk.DBus.dll 
> -r:/usr/lib/cli/ndesk-dbus-glib-1.0/NDesk.DBus.GLib.dll   
> -r:System.Web.Services -r:Mono.Posix 
> -resource:../data/glade/PlaylistWindow.glade,PlaylistWindow.glade 
> -resource:../data/glade/SkipToWindow.glade,SkipToWindow.glade 
> -resource:../data/glade/ErrorDialog.glade,ErrorDialog.glade 
> -resource:../data/glade/OverwriteDialog.glade,OverwriteDialog.glade 
> -resource:../data/glade/AddWindow.glade,AddWindow.glade 
> -resource:../data/glade/ProgressWindow.glade,ProgressWindow.glade 
> -resource:../data/ui/PlaylistWindow.xml,PlaylistWindow.xml 
> -resource:../data/images/muine-playing.png,muine-playing.png 
> -resource:../data/images/muine-paused.png,muine-paused.png 
> -resource:../data/images/muine-nothing.png,muine-nothing.png 
> -resource:../data/images/muine-default-cover.png,muine-default-cover.png 
> -resource:../data/images/muine-cover-downloading.png,muine-cover-downloading.png
>  -resource:../data/images/muine-about.png,muine-about.png 
> -resource:../data/images/muine-32.png,muine.png   
> 
> -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll 
> -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll 
> -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll 
> -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll 
> -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll 
> -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gnome-sharp.dll 
> -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/art-sharp.dll 
> -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gnome-vfs-sharp.dll 
> -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glade-sharp.dll 
> -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gconf-sharp.dll  
> ./PlaylistWindow.cs(163,25): warning CS0612: `Gtk.Tooltips' is obsolete
> ./PlaylistWindow.cs(179,25): error CS0104: `VolumeButton' is an ambiguous 
> reference between `Gtk.VolumeButton' and `Bacon.VolumeButton'
> /usr/lib/mono/gac/gtk-sharp/2.12.0.0__35e10195dab3c99f/gtk-sharp.dll 
> (Location of the symbol related to previous error)

Bug#484013: mush-src: Program not installed, and dependencies missing

2008-06-01 Thread Ajay Tallam
Package: mush-src
Version: 7.2.5unoff2-25
Severity: grave
Justification: renders package unusable


In order from most to least important:
1) The .deb (mush-src_7.2.5unoff2-25_all.deb) created by running the
included buildmush script does Not include any of the required files
(binary, /etc config) for the program to be used.

2) There are required dependencies missing from the list of
depends/recommends to build, notably debhelper and ncurses-dev.

3) The script output makes numerous references to qmail, to which it has
no relation other than being the likely origin of the script -- it would
be less confusing to other users to have those removed.

HTH!  tata, -Ajay Tallam

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages mush-src depends on:
ii  debconf [debconf-2.0]   1.5.11etch1  Debian configuration management sy
ii  dpkg-dev1.13.25  package building tools for Debian
ii  gcc 4:4.1.1-15   The GNU C compiler
ii  groff-base  1.18.1.1-12  GNU troff text-formatting system (
ii  make3.81-2   The GNU version of the "make" util
ii  patch   2.5.9-4  Apply a diff file to an original
ii  perl5.8.8-7etch3 Larry Wall's Practical Extraction 
ii  po-debconf  1.0.8manage translated Debconf template
ii  sudo1.6.8p12-4   Provide limited super user privile

mush-src recommends no packages.

-- debconf-show failed



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



Bug#483819: libcompizconfig0: Couldn't load plugin 'ccp'

2008-06-01 Thread Chance Platt


I'm having this issue as well.

I'm noticing the version mismatch (libcompizconfig0 is 0.7.4-2, and
compiz/compiz-core/compiz-gnome is 0.6.3-git20080115).

I have compiz working again by removing the libcompizconfig0 package.






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



Bug#483819: same issue with libcompizconfig0

2008-06-01 Thread Kyller Costa Gorgônio
I also confirm this bug. I'm with libcompizconfig0 0.7.4-2

I tryied removing it due to the version mismatch with compiz-gnome ,
but in this case I'll not have fusion-icon. :(

./kyller

-- 
|_|0|_|
|_|_|0|
|0|0|0|



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



Bug#484045: insighttoolkit_3.6.0-3(hppa/unstable): FTBFS: missing linux/user.h

2008-06-01 Thread lamont
Package: insighttoolkit
Version: 3.6.0-3
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of insighttoolkit_3.6.0-3 on penalosa by sbuild/hppa 98
> Build started at 20080601-1519

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: cdbs (>= 0.4.49), quilt, debhelper (>= 5), cmake, cableswig, 
> gccxml (>= 0.9.0+cvs20080525), zlib1g-dev (>= 1.2.2), libpng12-dev, 
> libtiff4-dev (>= 3.7.3), python-support (>= 0.6.4), python-dev, 
> python-numarray, libfftw3-dev, tcl8.4-dev, tk8.4-dev

[...]

> /usr/bin/c++   -Ditksys_EXPORTS -Wno-deprecated  -ftemplate-depth-50 -O2 -g 
> -fPIC -I/build/buildd/insighttoolkit-3.6.0/Build 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Algorithms 
> -I/build/buildd/insighttoolkit-3.6.0/Code/BasicFilters 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Common 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics 
> -I/build/buildd/insighttoolkit-3.6.0/Code/IO 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/FEM 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/Statistics 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/NeuralNetworks 
> -I/build/buildd/insighttoolkit-3.6.0/Code/SpatialObject 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/MetaIO 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/NrrdIO 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/NrrdIO 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/DICOMParser 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/DICOMParser 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/expat 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/expat 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/nifti/niftilib 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/nifti/znzlib 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/itkExtHdrs 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/v3p/netlib 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/vcl 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/core 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/v3p/netlib 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/vcl 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/core 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/gdcm 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/gdcm/src   
> -DKWSYS_NAMESPACE=itksys -o Utilities/kwsys/CMakeFiles/itksys.dir/Registry.o 
> -c /build/buildd/insighttoolkit-3.6.0/Utilities/kwsys/Registry.cxx
> /usr/bin/cmake -E cmake_progress_report 
> /build/buildd/insighttoolkit-3.6.0/Build/CMakeFiles 
> [  1%] Building CXX object 
> Utilities/kwsys/CMakeFiles/itksys.dir/SystemInformation.o
> /usr/bin/c++   -Ditksys_EXPORTS -Wno-deprecated  -ftemplate-depth-50 -O2 -g 
> -fPIC -I/build/buildd/insighttoolkit-3.6.0/Build 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Algorithms 
> -I/build/buildd/insighttoolkit-3.6.0/Code/BasicFilters 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Common 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics 
> -I/build/buildd/insighttoolkit-3.6.0/Code/IO 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/FEM 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/Statistics 
> -I/build/buildd/insighttoolkit-3.6.0/Code/Numerics/NeuralNetworks 
> -I/build/buildd/insighttoolkit-3.6.0/Code/SpatialObject 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/MetaIO 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/NrrdIO 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/NrrdIO 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/DICOMParser 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/DICOMParser 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/expat 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/expat 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/nifti/niftilib 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/nifti/znzlib 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/itkExtHdrs 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/v3p/netlib 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/vcl 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/core 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/v3p/netlib 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/vcl 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/vxl/core 
> -I/build/buildd/insighttoolkit-3.6.0/Build/Utilities/gdcm 
> -I/build/buildd/insighttoolkit-3.6.0/Utilities/gdcm/src   
> -DKWSYS_NAMESPACE=itksys -o 
> Utilities/kwsys/CMakeFiles/itksys.dir/SystemInformation.o -c 
&g

Bug#484044: pixmap_2.6pl4-15(ia64/unstable): FTBFS: debian/rules clean fails

2008-06-01 Thread lamont
Package: pixmap
Version: 2.6pl4-15
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of pixmap_2.6pl4-15 on caballero by sbuild/ia64 98
> Build started at 20080601-1553

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: libxaw7-dev, xutils-dev

[...]

> dpkg-buildpackage: set CFLAGS to default value: -g -O2
> dpkg-buildpackage: set CPPFLAGS to default value: 
> dpkg-buildpackage: set LDFLAGS to default value: 
> dpkg-buildpackage: set FFLAGS to default value: -g -O2
> dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
> dpkg-buildpackage: source package pixmap
> dpkg-buildpackage: source version 2.6pl4-15
> dpkg-buildpackage: host architecture ia64
>  /usr/bin/fakeroot debian/rules clean
> [ ! -f Makefile ] || /usr/bin/make distclean
> make[1]: Entering directory `/build/buildd/pixmap-2.6pl4'
> make[1]: *** No rule to make target `distclean'.  Stop.
> make[1]: Leaving directory `/build/buildd/pixmap-2.6pl4'
> make: *** [clean] Error 2
> dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules clean gave error 
> exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64&pkg=pixmap&ver=2.6pl4-15




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



Bug#484046: libaudio-flac-header-perl_2.2-1(hppa/unstable): FTBFS: build failures

2008-06-01 Thread lamont
Package: libaudio-flac-header-perl
Version: 2.2-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of libaudio-flac-header-perl_2.2-1 on penalosa by sbuild/hppa 
> 98
> Build started at 20080601-1453

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 5), perl (>= 5.8.4), libflac-dev (>= 1.1.2), 
> libtest-pod-coverage-perl, libtest-pod-perl

[...]

> t/pod-coverage..ok
> t/pod...ok
> t/write.dubious
>   Test returned status 0 (wstat 11, 0xb)
> DIED. FAILED tests 3-7
>   Failed 5/7 tests, 28.57% okay
> Failed Test Stat Wstat Total Fail  List of Failed
> t/write.t  011 7   10  3-7
> Failed 1/8 test scripts. 5/70 subtests failed.
> Files=8, Tests=70,  1 wallclock secs ( 1.20 cusr +  0.24 csys =  1.44 CPU)
> Failed 1/8 test programs. 5/70 subtests failed.
> make[1]: *** [test_dynamic] Error 255
> make[1]: Leaving directory `/build/buildd/libaudio-flac-header-perl-2.2'
> make: *** [build-stamp] Error 2
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppa&pkg=libaudio-flac-header-perl&ver=2.2-1




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



Bug#484047: fair_0.5.1-1(hppa/unstable): FTBFS: missing build-depends?

2008-06-01 Thread lamont
Package: fair
Version: 0.5.1-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of fair_0.5.1-1 on peri by sbuild/hppa 98
> Build started at 20080601-0608

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: autotools-dev, debhelper (>= 5), libavl-dev

[...]

> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether hppa-linux-gnu-gcc accepts -g... yes
> checking for hppa-linux-gnu-gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of hppa-linux-gnu-gcc... gcc3
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for avl_init_node in -lavl... no
> configure: error: No libavl found.  Please install it before proceeding.
> See `config.log' for more details.
> make: *** [config.status] Error 1
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppa&pkg=fair&ver=0.5.1-1




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



Bug#481261: marked as done (krecordmydesktop: Temp file not found)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Mon, 02 Jun 2008 03:32:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#481261: fixed in krecordmydesktop 0.1~alpha1+debian-2
has caused the Debian Bug report #481261,
regarding krecordmydesktop: Temp file not found
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 [EMAIL PROTECTED]
immediately.)


-- 
481261: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481261
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: krecordmydesktop
Version: 0.1~alpha1+debian-1.1
Severity: grave
Justification: renders package unusable

Hi,

I have a need to record my desktop and have been looking for a Debian 
package that would fit the bill.

Installed krecordmydesktop and run it.

I hit record and let it run for a while, then I right-click on 'stop 
recording'.

At this point I notice (as per the options) that a folder and files are 
created in /tmp.

It says it's encoding (if I hover the mouse), however once it gets to 
100% it just says 'temp file not found' in a message box.

I'm I missing something obvious here :(


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages krecordmydesktop depends on:
ii  kdelibs4c2a4:3.5.9.dfsg.1-4  core libraries and binaries for al
ii  libacl12.2.45-1  Access control list shared library
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libattr1   1:2.4.41-1Extended attribute shared library
ii  libaudio2  1.9.1-2   Network Audio System - shared libr
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]0.1.9-2   Client library for the gamin file 
ii  libgcc11:4.3.0-3 GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libidn11   1.8-1 GNU libidn library, implementation
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libqt3-mt  3:3.3.8b-5Qt GUI Library (Threaded runtime v
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libstdc++6 4.3.0-3   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.12-2  FreeType-based font drawing librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-1 X11 Xinerama extension library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  recordmydesktop0.3.7.3-1 Captures audio-video data of a Lin
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

krecordmydesktop recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: krecordmydesktop
Source-Version: 0.1~alpha1+debian-2

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

krecordmydesktop_0.1~alpha1+debian-2.diff.gz
  to pool/main/k/krecordmydesktop/krecordmydesktop_0.1~alpha1+debian-2.diff.gz
krecordmydesktop_0.1~alpha1+debian-2.dsc
  to pool/main/k/krecordmydesktop/krecordmydesktop_0.1~alpha1+debian-2.dsc
krecordmydesktop_0.1~alpha1+debian-2_amd64.deb
  to pool/main/k/krecordmydesktop/krecordmydesktop_0.1~alpha1+debian-2_amd64.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mike O'Connor <[EMAIL PROTECTED]> (supplier of updated krecordm

Processed: Re: Processed: This package should be removed

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 466373 dact
Bug#466373: RM: libcompress-lzo-perl -- RoM; bindings to a library being removed
Bug reassigned from package `ftp.debian.org' to `dact'.

> retitle 466373 dact: switch to liblzo2
Bug#466373: RM: libcompress-lzo-perl -- RoM; bindings to a library being removed
Changed Bug title to `dact: switch to liblzo2' from `RM: libcompress-lzo-perl 
-- RoM; bindings to a library being removed'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#472848: This package should be removed

2008-06-01 Thread Nikita V. Youshchenko
reassign 472848 ftp.debian.org
retitle 472848 RM: libcompress-lzo-perl -- RoM: bindings to a library to be 
removed
thanks

Ok, reassigning this bug to ftp.debian.org

In short, package libcompress-lzo-perl is a perl library for liblzo1;
upstream looks dead for years, there is no interest in porting the
bindings to liblzo2, and liblzo1 is being removed.


signature.asc
Description: This is a digitally signed message part.


Processed: This package should be removed

2008-06-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 472848 ftp.debian.org
Bug#472848: switch to liblzo2
Bug reassigned from package `libcompress-lzo-perl' to `ftp.debian.org'.

> retitle 472848 RM: libcompress-lzo-perl -- RoM: bindings to a library to be 
> removed
Bug#472848: switch to liblzo2
Changed Bug title to `RM: libcompress-lzo-perl -- RoM: bindings to a library to 
be removed' from `switch to liblzo2'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#484045: insighttoolkit_3.6.0-3(hppa/unstable): FTBFS: missing linux/user.h

2008-06-01 Thread Steve M. Robbins
Lamont,

This is bug #480093 (sys/user.h broken on (at least) hppa) which
has been fixed in glibc/2.7-11.  

Who should I notify to have the HPPA build machines updated?



On Sun, Jun 01, 2008 at 09:25:11PM -0600, [EMAIL PROTECTED] wrote:

> > In file included from /usr/include/sys/procfs.h:36,
> >  from 
> > /build/buildd/insighttoolkit-3.6.0/Utilities/kwsys/SystemInformation.cxx:49:
> > /usr/include/sys/user.h:1:24: error: linux/user.h: No such file or directory

Notice that it is  that includes the nonexistent .

Regards,
-Steve


signature.asc
Description: Digital signature


Bug#479716: marked as done (Kaffe FTBFS)

2008-06-01 Thread Debian Bug Tracking System

Your message dated Mon, 02 Jun 2008 05:47:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#479716: fixed in kaffe 2:1.1.8-5
has caused the Debian Bug report #479716,
regarding Kaffe FTBFS
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 [EMAIL PROTECTED]
immediately.)


-- 
479716: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479716
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kaffe
Version: 1.1.8-4
Severity: serious

Kaffe fails to build with:

[...]
make[4]: Leaving directory 
`/srv/ths/debian/kaffe/kaffe-1.1.8/build/pthreads/tools/javatools'
make[3]: Leaving directory 
`/srv/ths/debian/kaffe/kaffe-1.1.8/build/pthreads/tools/javatools'
make[3]: Entering directory 
`/srv/ths/debian/kaffe/kaffe-1.1.8/build/pthreads/tools'
make[4]: Entering directory 
`/srv/ths/debian/kaffe/kaffe-1.1.8/build/pthreads/tools'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory 
`/srv/ths/debian/kaffe/kaffe-1.1.8/build/pthreads/tools'
make[3]: Leaving directory 
`/srv/ths/debian/kaffe/kaffe-1.1.8/build/pthreads/tools'
make[2]: Leaving directory 
`/srv/ths/debian/kaffe/kaffe-1.1.8/build/pthreads/tools'
make[1]: Leaving directory `/srv/ths/debian/kaffe/kaffe-1.1.8/build/pthreads'
# Hack to fix glibj.zip for pthreads
rm 
/srv/ths/debian/kaffe/kaffe-1.1.8/debian/install/usr/lib/kaffe/pthreads/jre/lib/glibj.zip
cp 
/srv/ths/debian/kaffe/kaffe-1.1.8/debian/install/usr/lib/kaffe/jthreads/jre/lib/glibj.zip
 
/srv/ths/debian/kaffe/kaffe-1.1.8/debian/install/usr/lib/kaffe/pthreads/jre/lib/glibj.zip
perl debian/file-actions.pl -v /srv/ths/debian/kaffe/kaffe-1.1.8/debian/install
Can't use string ("2/8") as a HASH ref while "strict refs" in use at 
debian/file-actions.pl line 40,  line 23.
make: *** [install] Error 255
dpkg-buildpackage: failure: fakeroot debian/rules binary-arch gave error exit 
status 2


I tested this on mips, but I presume it is a generic problem triggered
by the switch to perl 5.10.


Thiemo


--- End Message ---
--- Begin Message ---
Source: kaffe
Source-Version: 2:1.1.8-5

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

jikes-kaffe_1.1.8-5_all.deb
  to pool/main/k/kaffe/jikes-kaffe_1.1.8-5_all.deb
kaffe-common_1.1.8-5_all.deb
  to pool/main/k/kaffe/kaffe-common_1.1.8-5_all.deb
kaffe-dev_1.1.8-5_all.deb
  to pool/main/k/kaffe/kaffe-dev_1.1.8-5_all.deb
kaffe-doc_1.1.8-5_all.deb
  to pool/main/k/kaffe/kaffe-doc_1.1.8-5_all.deb
kaffe-jthreads_1.1.8-5_amd64.deb
  to pool/main/k/kaffe/kaffe-jthreads_1.1.8-5_amd64.deb
kaffe-pthreads_1.1.8-5_amd64.deb
  to pool/main/k/kaffe/kaffe-pthreads_1.1.8-5_amd64.deb
kaffe_1.1.8-5.diff.gz
  to pool/main/k/kaffe/kaffe_1.1.8-5.diff.gz
kaffe_1.1.8-5.dsc
  to pool/main/k/kaffe/kaffe_1.1.8-5.dsc
kaffe_1.1.8-5_all.deb
  to pool/main/k/kaffe/kaffe_1.1.8-5_all.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Koch <[EMAIL PROTECTED]> (supplier of updated kaffe 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 08 May 2008 15:42:58 +0200
Source: kaffe
Binary: kaffe kaffe-jthreads kaffe-pthreads kaffe-common kaffe-dev jikes-kaffe 
kaffe-doc
Architecture: source all amd64
Version: 2:1.1.8-5
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]>
Changed-By: Michael Koch <[EMAIL PROTECTED]>
Description: 
 jikes-kaffe - Wrapper for jikes using Kaffe classes
 kaffe  - A JVM to run Java bytecode
 kaffe-common - Files shared between all Kaffe VM versions
 kaffe-dev  - Header files and other resources for building against Kaffe
 kaffe-doc  - Documentation for the Kaffe VM
 kaffe-jthreads - A green threads enabled version of the Kaffe VM
 kaffe-pthreads - A POSIX threads enabled version of the Kaffe VM
Closes: 477868 479716
Changes: 
 kaffe (2:1.1.8-5) unstable; urgency=low
 .
   * Build-Depends on default-jdk-builddep. Closes: #477868
   * Fix debian/file-actions.pl to work with Perl 5.10. Closes: #479716
Checksums-Sha1: 
 8d427ec1c24b934f981b400e9e2bba00681a8ad6 1796 kaffe_1.1.8-5.dsc
 fadc40ebe2b92d9e7cb37

Bug#477868: marked as done (kaffe: adjust build-dependency (gcj not built on alpha, arm, hppa and hurd-i386))

2008-06-01 Thread Debian Bug Tracking System

Your message dated Mon, 02 Jun 2008 05:47:04 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477868: fixed in kaffe 2:1.1.8-5
has caused the Debian Bug report #477868,
regarding kaffe: adjust build-dependency (gcj not built on alpha, arm, hppa and 
hurd-i386)
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 [EMAIL PROTECTED]
immediately.)


-- 
477868: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477868
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kaffe
Version: 2:1.1.8-4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: gcj-bd

gij/gcj and java-gcj-compat are not available (anymore) on the following
architectures: alpha, arm, hppa and hurd-i386.

This package has been identified as a package which build-depends on
gcj or java-gcj-compat-dev and builds at least one architecture
dependent package, and is unbuildable in unstable. If this report is a
false positive, please close it.

All gcj related build dependencies have to restricted to these
architectures on which a java or java compatible development kit /
compiler is available, i.e.

  java-gcj-compat [!alpha !arm !hppa !hurd-i386]

As a second step please consider changing the java-gcj-compat-dev b-d
to default-jdk-builddep, making the package independent of a specific
implementation and depend on the jdk, which is most suitable for this
architecture. default-jdk-builddep will depend in addition on
java-gcj-compat-dev, even if the default jdk is another one (to allow
to compile byte-code to native code using dh_nativejava).

A package build-depending on default-jdk-builddep should use as
JAVA_HOME /usr/lib/jvm/default-java, or as path for the tools
/usr/lib/jvm/default-java/bin.

If the package builds just architecture dependent binaries which
contain only byte-code compiled to native code (packages which often
end with "-gcj"), then the architecture restrictions on the build
dependency may not be needed (however the package cannot be built
anymore on those archs). In this case make sure that the binary
packages get removed on these architectures.

Please check the influence of a package upload on ongoing transitions
before an upload.


--- End Message ---
--- Begin Message ---
Source: kaffe
Source-Version: 2:1.1.8-5

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

jikes-kaffe_1.1.8-5_all.deb
  to pool/main/k/kaffe/jikes-kaffe_1.1.8-5_all.deb
kaffe-common_1.1.8-5_all.deb
  to pool/main/k/kaffe/kaffe-common_1.1.8-5_all.deb
kaffe-dev_1.1.8-5_all.deb
  to pool/main/k/kaffe/kaffe-dev_1.1.8-5_all.deb
kaffe-doc_1.1.8-5_all.deb
  to pool/main/k/kaffe/kaffe-doc_1.1.8-5_all.deb
kaffe-jthreads_1.1.8-5_amd64.deb
  to pool/main/k/kaffe/kaffe-jthreads_1.1.8-5_amd64.deb
kaffe-pthreads_1.1.8-5_amd64.deb
  to pool/main/k/kaffe/kaffe-pthreads_1.1.8-5_amd64.deb
kaffe_1.1.8-5.diff.gz
  to pool/main/k/kaffe/kaffe_1.1.8-5.diff.gz
kaffe_1.1.8-5.dsc
  to pool/main/k/kaffe/kaffe_1.1.8-5.dsc
kaffe_1.1.8-5_all.deb
  to pool/main/k/kaffe/kaffe_1.1.8-5_all.deb



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Koch <[EMAIL PROTECTED]> (supplier of updated kaffe 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 08 May 2008 15:42:58 +0200
Source: kaffe
Binary: kaffe kaffe-jthreads kaffe-pthreads kaffe-common kaffe-dev jikes-kaffe 
kaffe-doc
Architecture: source all amd64
Version: 2:1.1.8-5
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]>
Changed-By: Michael Koch <[EMAIL PROTECTED]>
Description: 
 jikes-kaffe - Wrapper for jikes using Kaffe classes
 kaffe  - A JVM to run Java bytecode
 kaffe-common - Files shared between all Kaffe VM versions
 kaffe-dev  - Header files and other resources for building against Kaffe
 kaffe-doc  - Documentation for the Kaffe VM
 kaffe-jthreads - A green threads enabled version of the Kaffe VM
 kaffe-pthreads - A POSIX threads enabled version of the Kaffe VM
Closes: 477868 479716
Changes: 
 kaffe (2:1.1.8-5) unstable; urgency=low
 .
   * Build-Depends on default-jdk-builddep. Closes: #477868
   * Fix debian/file-actions.pl to work