Bug#480111: openafs-dbserver: VLDB changes not being sync'ed to vldb.DB0

2008-05-08 Thread Hans Grobler
Subject: openafs-dbserver: VLDB changes not being sync'ed to vldb.DB0
Package: openafs-dbserver
Version: 1.4.7~pre3.dfsg1-1
Severity: critical
Justification: breaks the whole system

*** Please type your report below this line ***

Recent vlserver's fail to write VLDB changes to the
/var/lib/openafs/db/vldb.DB0 file on non sync-sites. The effect is that,
whilst the in-memory VLDB is correct, the version on disk is not correct
except on the sync site. If all vlserver's for a cell are restarted *at
the same time*, all recent changes to the VLDB are lost.

The problem is reproducible:
- Stop, with bos, all 3 vlserver's (all three are running the version
  below).
- Remove /var/lib/openafs/db/vldb* on all db servers.
- Restart, with bos, all 3 vlserver's. Empty vldb.DB0 files are
  created on all servers. The vlservers show no errors in logs.
- Wait for quorum to be established (check via udebug, recovery
  state 1f).
- Run 'vos listvldb' to check that no volumes are registered.
- Run 'vos syncvldb' for each fileserver in cell. 
- udebug on sync site shows DB version incrementing + recovery state 1f.
- 'vos listvldb' now shows all volumes in cell correctly and all
  clients can successfully access cell volumes.
- Wait 1 or more hours.
- The vldb.DB0 file has zero size on non sync-site and timestamp when
  vlserver was started. On sync site it has grown and has timestamp of
  last syncvldb operation.
- Restart all vlservers. The vlservers show no errors in logs.
- Wait for quorum to be established (check via udebug) + recovery
  state 1f.
- 'vos listvldb' shows no volumes. 
- Redoing the syncvldb allows the clients to again access volumes.

This problem was also seen with i686 dbserver on testing (before
upgrade to amd64 testing) and seems to have begun somewhere after
openafs 1.4.2. Initially the problem was seen with a VLDB that had
worked correctly for 2+ years. At some point (1.4.6?) recently changes
stopped being written to the vldb.DB0 (but no errors were logged) and
the above procedure was attempted in order begin with a clean slate.
The effect however remains and thus cannot be linked to a corrupt
vldb.DB0. Testing with a backup of the original VLDB also shows this
problem. vldb_check seems satisfied that the vldb.DB0 in all cases 
not corrupted. 

From the above it appears that:
- the vldb.DB0 file is not being updated on non-sync sites
- when a restart occurs, only the sync site has a recent vldb.DB0
- but is outvoted by the previously non-sync sites and
- recent changes are discarded

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

Kernel: Linux 2.6.25-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openafs-dbserver depends on:
ii  libc6 2.7-10 GNU C Library: Shared
libraries
ii  openafs-client1.4.7~pre3.dfsg1-1 AFS distributed filesystem
client 
ii  openafs-fileserver1.4.7~pre3.dfsg1-1 AFS distributed filesystem
file se
ii  perl  5.8.8-12   Larry Wall's Practical
Extraction 

openafs-dbserver recommends no packages.

-- no debconf information





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



Bug#479931: marked as done (mytop: FTBFS: rmdir: failed to remove `debian/tmp/usr/lib': No such file or directory)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 08 May 2008 05:32:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#479931: fixed in mytop 1.6-4
has caused the Debian Bug report #479931,
regarding mytop: FTBFS: rmdir: failed to remove `debian/tmp/usr/lib': 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.)


-- 
479931: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479931
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: mytop
Version: 1.6-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:
 make[1]: Entering directory `/build/user/mytop-1.6'
 Manifying blib/man1/mytop.1p
 Installing /build/user/mytop-1.6/debian/tmp/usr/share/man/man1/mytop.1p
 Installing /build/user/mytop-1.6/debian/tmp/usr/bin/mytop
 make[1]: Leaving directory `/build/user/mytop-1.6'
 # Fix file permission
 chmod 755 debian/tmp/usr/bin/mytop
 # Remove empty directories
 rmdir debian/tmp/usr/lib/perl5 debian/tmp/usr/share/perl5 debian/tmp/usr/lib
 rmdir: failed to remove `debian/tmp/usr/lib/perl5': No such file or directory
 rmdir: failed to remove `debian/tmp/usr/share/perl5': No such file or 
 directory
 rmdir: failed to remove `debian/tmp/usr/lib': No such file or directory
 make: *** [binary-indep] 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---
---BeginMessage---
Source: mytop
Source-Version: 1.6-4

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

mytop_1.6-4.diff.gz
  to pool/main/m/mytop/mytop_1.6-4.diff.gz
mytop_1.6-4.dsc
  to pool/main/m/mytop/mytop_1.6-4.dsc
mytop_1.6-4_all.deb
  to pool/main/m/mytop/mytop_1.6-4_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.
Philipp Matthias Hahn [EMAIL PROTECTED] (supplier of updated mytop 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 06:59:20 +0200
Source: mytop
Binary: mytop
Architecture: source all
Version: 1.6-4
Distribution: unstable
Urgency: low
Maintainer: Philipp Matthias Hahn [EMAIL PROTECTED]
Changed-By: Philipp Matthias Hahn [EMAIL PROTECTED]
Description: 
 mytop  - top like query monitor for MySQL
Closes: 479931
Changes: 
 mytop (1.6-4) unstable; urgency=low
 .
   * FTBFS: rmdir: failed to remove `debian/tmp/usr/lib': No such file or
 directory (Closes: #479931) Thanks to Dmitry E. Oboukhov.
Checksums-Sha1: 
 dfda4ff8d5d489abd6a9ee4027a11b5b423e7dde 1069 mytop_1.6-4.dsc
 272b4b244053fc8bbc2cd5900c416c9b332fbdb7 7907 mytop_1.6-4.diff.gz
 880737c935c8b55b78d20d788ca66f95289aed52 33548 mytop_1.6-4_all.deb
Checksums-Sha256: 
 1fd373c37a93915a52bffd222d816ac43a564fda87f308110b6ce7909c8faa83 1069 
mytop_1.6-4.dsc
 7129618d57e335163a66f36b49b980d14bb41bf62d46653e30d45ead5e3ac785 7907 
mytop_1.6-4.diff.gz
 9da709f338212495d1657ebbd34d3151894d38ba42013c0c1528c84e135aa7a2 33548 
mytop_1.6-4_all.deb
Files: 
 e4a808d9249c2f58b765949eac1b05e4 1069 utils optional mytop_1.6-4.dsc
 79760b23bf98765ef4e9026c448ec67e 7907 utils 

Bug#478573: fix soon.

2008-05-08 Thread Takuo Kitame
I'll fix it next weekend.

Regards.
-- 
Takuo Kitame kitame at debian.org




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



Processed: Re: Bug#479763: svk uninstallable due to liblocale-maketext-simple-perl versioned dependency

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 block 479763 by 479698
Bug#479698: perl - memory corruption: invalid pointer / corrupted double-linked 
list
Bug#479763: svk uninstallable due to liblocale-maketext-simple-perl versioned 
dependency
Was not blocked by any bugs.
Blocking bugs of 479763 added: 479698

 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#479763: svk uninstallable due to liblocale-maketext-simple-perl versioned dependency

2008-05-08 Thread Bastian Blank
block 479763 by 479698
thanks

On Thu, May 08, 2008 at 03:19:19AM +0200, Erich Schubert wrote:
 IMHO svk should be reuploaded with the dependency changed to
 liblocale-maketext-simple-perl ( 0.16) | perl-modules ( 5.10)

Yes, but something else needs to be fixed first.

Bastian

-- 
Our missions are peaceful -- not for conquest.  When we do battle, it
is only because we have no choice.
-- Kirk, The Squire of Gothos, stardate 2124.5



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



Bug#373905: me too 2

2008-05-08 Thread Martin Michlmayr
python2.4 /usr/share/games/monsterz/monsterz.py works
but
python2.5 /usr/share/games/monsterz/monsterz.py resulted in the quoted
backtrace.
-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#373905: me too

2008-05-08 Thread Martin Michlmayr
I see this as well.  It worked a few days ago; not sure what changed
on my system since then.


1383:[EMAIL PROTECTED]: ~] monsterz
open /dev/sequencer or /dev/snd/seq: No such file or directory
/usr/share/games/monsterz/monsterz.py: could not open data from 
`/usr/share/games/monsterz'.
Traceback (most recent call last):
  File /usr/share/games/monsterz/monsterz.py, line 1994, in module
main()
  File /usr/share/games/monsterz/monsterz.py, line 1983, in main
data = Data(sharedir)
  File /usr/share/games/monsterz/monsterz.py, line 321, in __init__
semi_grayscale(self.shaded[i])
  File /usr/share/games/monsterz/monsterz.py, line 111, in semi_grayscale
p[:] = (val + r) / 2, (val + g) / 2, (val + b) / 2
ValueError: matrices are not aligned for copy
zsh: exit 1 monsterz
1384:[EMAIL PROTECTED]: ~] ll -R /usr/share/games
/usr/share/games:
total 4
drwxr-xr-x 4 root root 4096 2008-05-04 19:06 monsterz

/usr/share/games/monsterz:
total 92
drwxr-xr-x 2 root root  4096 2008-05-04 19:06 graphics
-rwxr-xr-x 1 root root 80750 2007-12-17 23:16 monsterz.py
drwxr-xr-x 2 root root  4096 2008-05-04 19:06 sound

/usr/share/games/monsterz/graphics:
total 980
-rw-r--r-- 1 root root 419720 2007-12-17 23:16 background.png
-rw-r--r-- 1 root root 206311 2007-12-17 23:16 bigtiles.png
-rw-r--r-- 1 root root 171436 2007-12-17 23:16 board.png
-rw-r--r-- 1 root root   4849 2007-12-17 23:16 icon.png
-rw-r--r-- 1 root root   5107 2007-12-17 23:16 icon.xpm
-rw-r--r-- 1 root root  40524 2007-12-17 23:16 logo.png
-rw-r--r-- 1 root root 124168 2007-12-17 23:16 tiles.png

/usr/share/games/monsterz/sound:
total 572
-rw-r--r-- 1 root root  90472 2007-12-17 23:16 applause.wav
-rw-r--r-- 1 root root  54648 2007-12-17 23:16 boing.wav
-rw-r--r-- 1 root root   1126 2007-12-17 23:16 click.wav
-rw-r--r-- 1 root root  51028 2007-12-17 23:16 ding.wav
-rw-r--r-- 1 root root   7502 2007-12-17 23:16 duh.wav
-rw-r--r-- 1 root root   9082 2007-12-17 23:16 grunt.wav
-rw-r--r-- 1 root root  12010 2007-12-17 23:16 laugh.wav
-rw-r--r-- 1 root root 236048 2007-12-17 23:16 music.s3m
-rw-r--r-- 1 root root   8408 2007-12-17 23:16 pop.wav
-rw-r--r-- 1 root root  66734 2007-12-17 23:16 warning.wav
-rw-r--r-- 1 root root   3182 2007-12-17 23:16 whip.wav
1385:[EMAIL PROTECTED]: ~] dpkg -l | grep monst
ii  monsterz 0.7.1-1
arcade puzzle game
ii  monsterz-data0.7.1-1
graphics and audio data for monsterz
1386:[EMAIL PROTECTED]: ~] dpkg -l python-pygame
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version   Description
+++-=-=-==
ii  python-pygame 1.7.1release-4.1+b1   SDL bindings for games 
development in Python
1387:[EMAIL PROTECTED]: ~] dpkg -l python
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version   Description
+++-=-=-==
ii  python2.5.2-1   An interactive 
high-level object-oriented language (default versio
1388:[EMAIL PROTECTED]: ~]

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#479950: java-gcj: java alternative overwritten

2008-05-08 Thread Matthias Klose
 On Wed, May 07, 2008 at 12:04:44PM +0200, Matthias Klose wrote:
  maybe this works for the simple case, but how is it technically
  possible to keep an alternative in manual state, if you change
  priority, add or remove slave links?
 
 Neither of these actions cause the manual status to change since they're
 simply calling update-alternatives --install in ways that don't affect
 what the alternative points to.
 
 The manual state of an alternative refers to the state where the
 alternative has been changed to point to something other than the best
 alternative and has not been set back to auto since.  The problem here
 is that the package's prerm is *always* removing the alternative
 instead.  This forces the alternatives database to set the alternative
 back to auto since the configured alternative no longer exists.
 
 The proper approach is to only remove the alternative in prerm if $1 is
 remove or deconfigure.

which exactly doesn't work when changes are made.



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



Bug#465580: gcc-4.2: FTBFS: ../../src/gcc/config/i386/crtfastmath.c:96: error: size of array 'st_space' is too large

2008-05-08 Thread Matthias Klose
tag 465580 + unreproducible
severity 465580 normal
thanks

looks like this is only reproducible in the grid environment. please
don't remove the `unreproducible' tag without comment again.

Sten Heinze writes:
 I found this bug when I tried to upgrade to lenny, so I tried to reproduce it 
 on the single core to exclude multi-core effects if there are any.
 
   still not able to reproduce, how is make called (-j ?)
 
  debian/rules is not called with -j, but parallel=8 is set in 
  DEB_BUILD_OPTIONS.
 
 I used pbuilder (from testing, because of #419807) and clean sid environments 
 as of today (pbuilder create) to build the package. It worked both with 
 
 pbuilder build gcc-4.2_4.2.3-2.dsc
 
 and with additional DEB_BUILD_OPTIONS=parallel=2. It also worked using an 
 lenny environment (tried 2 days ago w/o DEB_BUILD_OPTIONS).
 
 So the reason for the FTBFS might be somewhere else?
 
 Sten Heinze



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



Processed: Re: Bug#465580: gcc-4.2: FTBFS: ../../src/gcc/config/i386/crtfastmath.c:96: error: size of array 'st_space' is too large

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 465580 + unreproducible
Bug#465580: gcc-4.2: FTBFS: ../../src/gcc/config/i386/crtfastmath.c:96: error: 
size of array 'st_space' is too large
There were no tags set.
Tags added: unreproducible

 severity 465580 normal
Bug#465580: gcc-4.2: FTBFS: ../../src/gcc/config/i386/crtfastmath.c:96: error: 
size of array 'st_space' is too large
Severity set to `normal' from `serious'

 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#472804: marked as done (grass FTBS due to gcc seg fault on ARM)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 10:08:23 +0200
with message-id [EMAIL PROTECTED]
and subject line Re: grass FTBS due to gcc seg fault on ARM 
has caused the Debian Bug report #472804,
regarding grass FTBS due to gcc seg fault on ARM
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.)


-- 
472804: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472804
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: gcc-4.2
Version: 4.2.3-2
Severity: serious


See
http://buildd.debian.org/fetch.cgi?pkg=grass;ver=6.2.3-2;arch=arm;stamp=1204569437


[...]
make[3]: Entering directory `/build/buildd/grass-6.2.3/display/d.barscale'
gcc -I/build/buildd/grass-6.2.3/dist.arm-unknown-linux-gnu/include  -Wall -g 
-O2-DPACKAGE=\grassmods\  
-I/build/buildd/grass-6.2.3/dist.arm-unknown-linux-gnu/include \
-o OBJ.arm-unknown-linux-gnu/draw_scale.o -c draw_scale.c
gcc -I/build/buildd/grass-6.2.3/dist.arm-unknown-linux-gnu/include  -Wall -g 
-O2-DPACKAGE=\grassmods\  
-I/build/buildd/grass-6.2.3/dist.arm-unknown-linux-gnu/include \
-o OBJ.arm-unknown-linux-gnu/main.o -c main.c
make[3]: *** [OBJ.arm-unknown-linux-gnu/main.o] Segmentation fault

[...]

Last build (same grass version) in december worked, I'm not sure if it is a 
transient 
failure on the building box or some issue with current gcc.


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

Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gcc-4.2 depends on:
ii  binutils2.18.1~cvs20080103-1 The GNU assembler, linker and bina
ii  cpp-4.2 4.2.3-2  The GNU C preprocessor
ii  gcc-4.2-base4.2.3-2  The GNU Compiler Collection (base 
ii  libc6   2.7-9GNU C Library: Shared libraries
ii  libgcc1 1:4.3.0-1GCC support library

Versions of packages gcc-4.2 recommends:
ii  libc6-dev 2.7-9  GNU C Library: Development Librari

-- no debconf information


---End Message---
---BeginMessage---
grass built sucessfully on Apr 18 on the buildd.

---End Message---


Bug#471219: marked as done (cl-gd - FTBFS: dpkg-genchanges: failure: cannot read files list file: No such file or directory)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 08 May 2008 10:23:17 +0200
with message-id [EMAIL PROTECTED]
and subject line Re: cl-gd_0.5.6-4_amd64.changes ACCEPTED
has caused the Debian Bug report #471219,
regarding cl-gd - FTBFS: dpkg-genchanges: failure: cannot read files list file: 
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.)


-- 
471219: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471219
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: cl-gd
Version: 0.5.6-2
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of cl-gd_0.5.6-2 on debian-31.osdl.marist.edu by sbuild/s390 
 98
[...]
 dh_install *.asd cl-gd-test.lisp colors-aux.lisp colors.lisp drawing.lisp 
 gd-uffi.lisp images.lisp init.lisp misc.lisp packages.lisp specials.lisp 
 strings.lisp transform.lisp util.lisp usr/share/common-lisp/source/cl-gd
 dh_install cl-gd-glue.so usr/lib/cl-gd
 chmod 0644 debian/cl-gd/usr/share/common-lisp/source/cl-gd/*
 dh_lisp
  dpkg-genchanges -B -ms390 Build Daemon buildd_s390-debian-31 
 ../cl-gd_0.5.6-2_s390.changes
 dpkg-genchanges: arch-specific upload - not including arch-independent 
 packages
 dpkg-genchanges: failure: cannot read files list file: No such file or 
 directory
 dpkg-buildpackage: failure: dpkg-genchanges gave error exit status 2
 **
 Build finished at 20080313-1754
 FAILED [dpkg-buildpackage died]


---End Message---
---BeginMessage---
Package: cl-gd
Version: 0.5.6-4

Hello!

On Thu, 08 May 2008 03:17:02 +0200, Debian Installer wrote:
 Accepted:
 cl-gd_0.5.6-4.diff.gz
   to pool/main/c/cl-gd/cl-gd_0.5.6-4.diff.gz
 cl-gd_0.5.6-4.dsc
   to pool/main/c/cl-gd/cl-gd_0.5.6-4.dsc
 cl-gd_0.5.6-4_amd64.deb
   to pool/main/c/cl-gd/cl-gd_0.5.6-4_amd64.deb

This upload fixes the bug, but since I forgot to add myself to the
Uploaders: header in primis, I needed a new version...

Here the Debian changelog:

--8---cut here---start-8---
cl-gd (0.5.6-4) unstable; urgency=low

  * debian/control:
+ add myself to Uploaders:.

 -- Luca Capello [EMAIL PROTECTED]  Thu, 08 May 2008 02:41:19 +0200

cl-gd (0.5.6-3) unstable; urgency=low

  * debian/cl-gd.doc-base:
+ change section to 'Programming' to remove lintian warning
  doc-base-unknown-section.
+ delete unnecessary spaces to remove lintian warning
  doc-base-file-separator-extra-whitespaces.
+ install doc-base documentation into a specific html subfolder.

  * debian/rules:
+ fix FTBFS: revert swap of binary-indep and binary-arch targets,
  thanks to Sebastian Bober [EMAIL PROTECTED] for having
  taken care of this (Closes: #471219).
+ fix bashism, thanks to Raphael Geissert [EMAIL PROTECTED] for
  the notification and Chris Lamb [EMAIL PROTECTED] for the
  patch (Closes: #477254).
- do not compress doc/gddemo.c, since it's linked in the HTML
  documentation.

 -- Luca Capello [EMAIL PROTECTED]  Thu, 08 May 2008 02:21:13 +0200
--8---cut here---end---8---

Thx, bye,
Gismo / Luca


pgpp3P6Tm5OIo.pgp
Description: PGP signature
---End Message---


Bug#480130: perl: FTBFS on alpha: 'CONFIG_HZ' undeclared

2008-05-08 Thread Niko Tyni
Package: perl
Version: 5.10.0-9.1
Severity: serious

From the alpha buildd log:

 
http://buildd.debian.org/fetch.cgi?pkg=perl;ver=5.10.0-9.1;arch=alpha;stamp=1210220263

`sh  cflags optimize='-O2 -g' perl.o`  perl.c
  CCCMD =  cc -DPERL_CORE -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN 
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -std=c89 -O2 -g  -Wall -ansi -pedantic -W -Wextra 
-Wdeclaration-after-statement -Wendif-labels -Wc++-compat -DPERL_GCC_PEDANTIC 
perl.c: In function 'perl_construct':
perl.c:388: error: 'CONFIG_HZ' undeclared (first use in this function)
perl.c:388: error: (Each undeclared identifier is reported only once
perl.c:388: error: for each function it appears in.)
perl.c: In function 'S_validate_suid':
perl.c:3874: warning: unused parameter 'suidscript'
make[1]: *** [perl.o] Error 1
make[1]: Leaving directory `/build/buildd/perl-5.10.0'
make: *** [perl.static] Error 2

5.10.0-9 built successfully on the same buildd host, so changes
between linux-libc-dev_2.6.24-6 and linux-libc-dev_2.6.25-1
are the first suspect.

-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#479607: Previous version of lilo does not work either

2008-05-08 Thread Eugen Dedu
After downgrading lilo to 1:22.8-3.1 (sept. 2007) andexecuting lilo -v, 
the bug still persists.  So it seems this has nothing to do with lilo??


--
Eugen



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



Processed: tagging 479973

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.25
 tags 479973 pending
Bug#479973: rtai: FTBFS: touchall.c:22:22: error: asm/page.h: No such file or 
directory
Tags were: patch
Tags added: 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#459768: marked as done (zope-attachmentfield -- Uninstallable in sid.)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 10:07:56 +0100
with message-id [EMAIL PROTECTED]
and subject line zope-attachmentfield has been removed from Debian, closing 
#459768
has caused the Debian Bug report #459768,
regarding zope-attachmentfield -- Uninstallable in sid.
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.)


-- 
459768: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459768
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: zope-attachmentfield
Version: 1.3.10-1
Severity: grave
User: [EMAIL PROTECTED]
Usertags: qa-uninstallable
Justification: Uninstallable in sid

Hi!

I just observed that zope-attachmentfield is uninstallable in sid, ever since
#453886 caused the removal of zope2.9. Please update it to work with
zope2.10, or please get the package removed from sid.

Thanks.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Version: 1.3.10-1+rm

The zope-attachmentfield package has been removed from Debian testing, unstable 
and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/462939 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org

---End Message---


Processed: tagging 479972

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.25
 tags 479972 pending
Bug#479972: gps: FTBFS: checking for asm/page.h... no
Tags were: patch
Tags added: 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#460892: marked as done (zope-attachmentfield: Uninstallable in sid)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 10:07:57 +0100
with message-id [EMAIL PROTECTED]
and subject line zope-attachmentfield has been removed from Debian, closing 
#460892
has caused the Debian Bug report #460892,
regarding zope-attachmentfield: Uninstallable in sid
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.)


-- 
460892: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460892
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: zope-attachmentfield
Severity: serious



zope-attachmentfield depends on zope2.9 which has been removed from
unstable. Please rebuild it against the latest zope-debhelper to make
it installable again. 


---End Message---
---BeginMessage---
Version: 1.3.10-1+rm

The zope-attachmentfield package has been removed from Debian testing, unstable 
and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/462939 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org

---End Message---


Bug#480134: rdesktop: CVE-2008-1802 remote code execution via crafted RDP redirect request

2008-05-08 Thread Nico Golde
Package: rdesktop
Severity: grave
Tags: security patch

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for rdesktop.


CVE-2008-1802[0]:
| Remote exploitation of a BSS overflow vulnerability in rdesktop, as
| included in various vendors' operating system distributions, allows
| attackers to execute arbitrary code with the privileges of the
| logged-in user.
| 
| The vulnerability exists within the code responsible for reading in an
| RDP redirect request. This request is used to redirect an RDP
| connection from one server to another. When parsing the redirect
| request, the rdesktop client reads several 32-bit integers from the
| request packet. These integers are then used to control the number of
| bytes read into statically allocated buffers. This results in several
| buffers located in the BSS section being overflowed, which can lead to
| the execution of arbitrary code.

Note the description is not yet online on the mitre site, this is from the 
iDefense advisory.

Patch: 
http://rdesktop.cvs.sourceforge.net/rdesktop/rdesktop/rdp.c?r1=1.101r2=1.102view=patch

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1802
http://security-tracker.debian.net/tracker/CVE-2008-1802

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpOynxL2ocRG.pgp
Description: PGP signature


Bug#480133: rdesktop: CVE-2008-1801 remote code execution

2008-05-08 Thread Nico Golde
Package: rdesktop
Severity: grave
Tags: security, patch

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for rdesktop.


CVE-2008-1801[0]:
| Remote exploitation of an integer underflow vulnerability in rdesktop,
| as included in various vendors' operating system distributions, allows
| attackers to execute arbitrary code with the privileges of the
| logged-in user.
| 
| The vulnerability exists within the code responsible for reading in an
| RDP request. When reading a request, a 16-bit integer value that
| represents the number of bytes that follow is taken from the packet.
| This value is then decremented by 4, and used to calculate how many
| bytes to read into a heap buffer. The subtraction operation can
| underflow, which will then lead to the heap buffer being overflowed.

Note, the CVE id for this is not yet online on the mitre site.
Patch: 
http://rdesktop.cvs.sourceforge.net/rdesktop/rdesktop/iso.c?r1=1.19r2=1.20

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1801
http://security-tracker.debian.net/tracker/CVE-2008-1801

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgplxN6rVOz6h.pgp
Description: PGP signature


Bug#480135: rdesktop: CVE-2008-1803 integer signedness vulnerability in channel_process()

2008-05-08 Thread Nico Golde
Package: rdesktop
Severity: grave
Tags: security patch

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for rdesktop.


CVE-2008-1803[0]:
| Remote exploitation of an integer signedness vulnerability in rdesktop,
| as included in various vendors' operating system distributions, allows
| attackers to execute arbitrary code with the privileges of the
| logged-in user.
| 
| The vulnerability exists within the code responsible for reallocating
| dynamic buffers. The rdesktop xrealloc() function uses a signed
| comparison to determine if the requested allocation size is less than
| 1. When this occurs, the function will incorrectly set the allocation
| size to be 1. This results in an improperly sized heap buffer being
| allocated, which can later be overflowed.

Note, the description on the mitre site is not yet online, this is from the 
original iDefense advisory.

Patch: 
http://rdesktop.cvs.sourceforge.net/rdesktop/rdesktop/rdesktop.c?view=diffpathrev=HEADr1=texttr1=1.162r2=texttr2=1.118diff_format=h#l1134view=patch

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1803
http://security-tracker.debian.net/tracker/CVE-2008-1803

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpnqmSzyF6CH.pgp
Description: PGP signature


Bug#480137: evas_0.9.9.042-2(hppa/experimental): FTBFS: error: linux/user.h: No such file or directory

2008-05-08 Thread Frank Lichtenheld
Package: evas
Version: 0.9.9.042-2
Severity: serious

Hi,

your package failed to build from source.

sys/user.h is a very architecture dependent header that is currently
not usable on all arches (it should probably not try to include a
non-existant header, I filed #480093 about that). Luckily the include
doesn't seem to be necessary at all, AFAICT the file doesn't actually
use anything from the header. So simply removing the include should
fix this bug.

| Automatic build of evas_0.9.9.042-2 on lofn by sbuild/hppa 98-farm
| Build started at 20080508-0132
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 8276kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main evas 0.9.9.042-2 (dsc) 
[1592B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main evas 0.9.9.042-2 (tar) 
[8271kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main evas 0.9.9.042-2 (diff) 
[3288B]
| Fetched 8276kB in 7s (1112kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 6), cdbs, libeet-dev, libfreetype6-dev, 
libpng12-dev | libpng-dev, libx11-dev, libxrender-dev, x11proto-xext-dev, 
zlib1g, libjpeg62-dev, libtiff4-dev, libgif-dev, libfontconfig1-dev, 
libglu1-mesa-dev, mesa-common-dev, libxpm-dev, librsvg2-dev, doxygen
| Checking for already installed source dependencies...
[...]
| /bin/sh ../../../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. 
-I. -I../../../..  -I. -I../../../../src/lib -I../../../../src/lib/include 
-I../../../../src/modules/engines -I/usr/include/freetype2 -g -O2 -g -Wall 
-O2 -c -o evas_fb_main.lo evas_fb_main.c
|  cc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I. -I../../../../src/lib 
-I../../../../src/lib/include -I../../../../src/modules/engines 
-I/usr/include/freetype2 -g -O2 -g -Wall -O2 -c evas_fb_main.c  -fPIC -DPIC -o 
.libs/evas_fb_main.o
| In file included from evas_fb_main.c:15:
| /usr/include/sys/user.h:1:24: error: linux/user.h: No such file or directory
| make[6]: *** [evas_fb_main.lo] Error 1
| make[6]: Leaving directory 
`/build/buildd/evas-0.9.9.042/src/modules/engines/fb'
| make[5]: *** [all-recursive] Error 1
| make[5]: Leaving directory `/build/buildd/evas-0.9.9.042/src/modules/engines'
| make[4]: *** [all-recursive] Error 1
| make[4]: Leaving directory `/build/buildd/evas-0.9.9.042/src/modules'
| make[3]: *** [all-recursive] Error 1
| make[3]: Leaving directory `/build/buildd/evas-0.9.9.042/src'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/build/buildd/evas-0.9.9.042'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/build/buildd/evas-0.9.9.042'
| make: *** [debian/stamp-makefile-build] Error 2
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| **
| Build finished at 20080508-0149
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=0.9.9.042-2pkg=evasarch=hppa

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/



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



Bug#419692: marked as done (mozart-gtk: FTBFS: 'parse error'(9681 '__pthread_slist_t'|pthread_attr_t|pthread_t|fsfilcnt_t|fsblkcnt_t|blkcnt_t|fd_mask|fd_set|'__fd_mask'|suseconds_t|,,,|,,,))

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 10:23:47 +0100
with message-id [EMAIL PROTECTED]
and subject line mozart-gtk has been removed from Debian, closing #450634
has caused the Debian Bug report #450634,
regarding mozart-gtk: FTBFS: 'parse error'(9681 
'__pthread_slist_t'|pthread_attr_t|pthread_t|fsfilcnt_t|fsblkcnt_t|blkcnt_t|fd_mask|fd_set|'__fd_mask'|suseconds_t|,,,|,,,)
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.)


-- 
450634: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=450634
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: mozart-gtk
Version: 20060615-2
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000 rebuild

Hi,

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

Relevant parts:
rt-gtk-20060615/mozart-gtk-1.1/cygpath.sh /root/mozart-gtk-20060615/BUILD` -o 
GBuilder.ozf
/usr/bin/ozengine Generator.ozf OzWrapper.ozf
'parse error'(9681 
'__pthread_slist_t'|pthread_attr_t|pthread_t|fsfilcnt_t|fsblkcnt_t|blkcnt_t|fd_mask|fd_set|'__fd_mask'|suseconds_t|,,,|,,,)

Then, the build stops (freezes).

Since the build freezes, I am forced to blacklist this package for future 
rebuilds. Could you please ping me when it's fixed, so I remember to 
un-blacklist it ?

The full build log is available from 
http://people.debian.org/~lucas/logs/2007/04/rebuild.sid.i386.20070416/

About the archive rebuilt: The rebuilt 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.

About Grid'5000:
Grid'5000 is an highly reconfigurable experimental Grid platform
gathering 9 sites and featuring a total of 5000 CPUs. It serves as a
testbed for research in Grid Computing. See https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |

---End Message---
---BeginMessage---
Version: 20060615-2+rm

The mozart-gtk package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/462388 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org

---End Message---


Bug#450634: marked as done (Connot be installed on Sid)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 10:23:47 +0100
with message-id [EMAIL PROTECTED]
and subject line mozart-gtk has been removed from Debian, closing #450634
has caused the Debian Bug report #450634,
regarding Connot be installed on Sid
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.)


-- 
450634: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=450634
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: mozart-gtk
Version: 20060615-2
Severity: grave

--- Please enter the report below this line. ---
Hi,

I need to work with Mozart for running SpiCo
http://www2.lifl.fr/STC/NEW/pmwiki.php/BioComputing/Home
but mozart-gtk is not installable for dependencies problem:
apt-get complains about libglib1.2=1.2.0.
Actually in Sid libglib1.2 has been replaced by libglib1.2ldbl so perhaps you 
have only to rename this dependence. Hope you can fix this problem, otherwise 
it means a huge downgrade or to compile by myself mozart.
Bye!

Valerio
--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23

Debian Release: lenny/sid
  700 unstablemirrors.ecology.uni-kiel.de 
  700 unstablemi.mirror.garr.it 
  700 unstabledownload.tuxfamily.org 
  700 unstabledebian.fastweb.it 
  600 testing mi.mirror.garr.it 
  600 testing debian.fastweb.it 
  500 experimentalwww.debian-multimedia.org 
1 experimentalftp.it.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
gdk-imlib11  | 
imlib11  | 1.9.15-3
libart2(= 1.2.13-5) | 
libc6   (= 2.3.6-6) | 2.6.1-6
libglib1.2(= 1.2.0) | 
libgtk-canvas1(= 0.1.1) | 
libgtk1.2  (= 1.2.10-4) | 
libice6 (= 1:1.0.0) | 2:1.0.4-1
libjpeg62| 6b-14
libpng12-0 (= 1.2.8rel) | 1.2.15~beta5-3
libsm6   | 2:1.0.3-1+b1
libtiff4 | 3.8.2-7
libungif4g(= 4.1.4) | 4.1.4-5
libx11-6 | 2:1.0.3-7
libxext6 | 1:1.0.3-2
libxi6   | 2:1.1.3-1
zlib1g  (= 1:1.2.1) | 1:1.2.3.3.dfsg-7
mozart(= 1.3.0) | 1.3.2.20060615+dfsg-3



---End Message---
---BeginMessage---
Version: 20060615-2+rm

The mozart-gtk package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/462388 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org

---End Message---


Bug#450634: marked as done (Connot be installed on Sid)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 10:23:48 +0100
with message-id [EMAIL PROTECTED]
and subject line mozart-gtk has been removed from Debian, closing #419692
has caused the Debian Bug report #419692,
regarding Connot be installed on Sid
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.)


-- 
419692: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419692
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: mozart-gtk
Version: 20060615-2
Severity: grave

--- Please enter the report below this line. ---
Hi,

I need to work with Mozart for running SpiCo
http://www2.lifl.fr/STC/NEW/pmwiki.php/BioComputing/Home
but mozart-gtk is not installable for dependencies problem:
apt-get complains about libglib1.2=1.2.0.
Actually in Sid libglib1.2 has been replaced by libglib1.2ldbl so perhaps you 
have only to rename this dependence. Hope you can fix this problem, otherwise 
it means a huge downgrade or to compile by myself mozart.
Bye!

Valerio
--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.23

Debian Release: lenny/sid
  700 unstablemirrors.ecology.uni-kiel.de 
  700 unstablemi.mirror.garr.it 
  700 unstabledownload.tuxfamily.org 
  700 unstabledebian.fastweb.it 
  600 testing mi.mirror.garr.it 
  600 testing debian.fastweb.it 
  500 experimentalwww.debian-multimedia.org 
1 experimentalftp.it.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
gdk-imlib11  | 
imlib11  | 1.9.15-3
libart2(= 1.2.13-5) | 
libc6   (= 2.3.6-6) | 2.6.1-6
libglib1.2(= 1.2.0) | 
libgtk-canvas1(= 0.1.1) | 
libgtk1.2  (= 1.2.10-4) | 
libice6 (= 1:1.0.0) | 2:1.0.4-1
libjpeg62| 6b-14
libpng12-0 (= 1.2.8rel) | 1.2.15~beta5-3
libsm6   | 2:1.0.3-1+b1
libtiff4 | 3.8.2-7
libungif4g(= 4.1.4) | 4.1.4-5
libx11-6 | 2:1.0.3-7
libxext6 | 1:1.0.3-2
libxi6   | 2:1.1.3-1
zlib1g  (= 1:1.2.1) | 1:1.2.3.3.dfsg-7
mozart(= 1.3.0) | 1.3.2.20060615+dfsg-3



---End Message---
---BeginMessage---
Version: 20060615-2+rm

The mozart-gtk package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/462388 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org

---End Message---


Bug#480141: Fails to build with gcc-4.3

2008-05-08 Thread Riku Voipio
Package: kmchart
Version: 1.2.5
Severity: Serious

Fails to build on platforms where gcc-4.3 is default.

On Thu, May 08, 2008 at 09:35:08AM +, Debian/armel Build Daemon wrote:
 Build-Depends: autoconf, debhelper (= 5), libpcp3-dev (= 2.7.4-20080507), 
 libqt4-dev, libglu1-mesa-dev, mesa-common-dev



 Checking correctness of source dependencies...
 Toolchain package versions: libc6-dev_2.7-10 gcc-4.3_4.3.0-4 g++-4.3_4.3.0-4 
 binutils_2.18.1~cvs20080103-4 libstdc++6-4.3-dev_4.3.0-4 libstdc++6_4.3.0-4

...

 g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_NETWORK_LIB 
 -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. 
 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore 
 -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork 
 -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 
 -I/usr/include/qt4/QtAssistantClient -I/usr/include/qt4/QtAssistant 
 -I../include -I../libqmc -I../libqwt -I. -I. -o curve.o curve.cpp
 curve.cpp: In static member function 'static double Curve::NaN()':
 curve.cpp:35: error: 'numeric_limits' is not a member of 'std'
 curve.cpp:35: error: expected primary-expression before 'double'
 curve.cpp:35: error: expected ';' before 'double'
 curve.cpp:35: error: expected unqualified-id before '' token
 make[4]: *** [curve.o] Error 1
 make[3]: *** [default] Error 2
 make[2]: *** [default] Error 2
 make[1]: *** [default] Error 2
 make[1]: Leaving directory `/build/buildd/kmchart-1.2.5'
 make: *** [built] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2



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



Bug#480130: perl: FTBFS on alpha: 'CONFIG_HZ' undeclared

2008-05-08 Thread Niko Tyni
reassign 480130 linux-libc-dev 2.6.25-1
thanks

On Thu, May 08, 2008 at 11:43:16AM +0300, Niko Tyni wrote:
 Package: perl
 Version: 5.10.0-9.1
 Severity: serious
 
 From the alpha buildd log:
 
  
 http://buildd.debian.org/fetch.cgi?pkg=perl;ver=5.10.0-9.1;arch=alpha;stamp=1210220263
 
 `sh  cflags optimize='-O2 -g' perl.o`  perl.c
   CCCMD =  cc -DPERL_CORE -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN 
 -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
 -D_FILE_OFFSET_BITS=64  -std=c89 -O2 -g  -Wall -ansi -pedantic -W -Wextra 
 -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -DPERL_GCC_PEDANTIC 
 perl.c: In function 'perl_construct':
 perl.c:388: error: 'CONFIG_HZ' undeclared (first use in this function)

 5.10.0-9 built successfully on the same buildd host, so changes
 between linux-libc-dev_2.6.24-6 and linux-libc-dev_2.6.25-1
 are the first suspect.

OK, asm/param.h has changed on alpha like this:

--- 24/usr/include/asm/param.h  2008-04-22 11:49:18.0 +0300
+++ 25/usr/include/asm/param.h  2008-04-28 20:46:21.0 +0300
@@ -5,15 +5,7 @@
hardware ignores reprogramming.  We also need userland buy-in to the 
change in HZ, since this is visible in the wait4 resources etc.  */
 
-
-#ifndef HZ
-# ifndef CONFIG_ALPHA_RAWHIDE
-#  define HZ   1024
-# else
-#  define HZ   1200
-# endif
-#endif
-
+#define HZ CONFIG_HZ
 #define USER_HZHZ
 
 #define EXEC_PAGESIZE  8192

which causes the regression. Reassigning, please let me know if perl is
doing something wrong.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#419692: marked as done (mozart-gtk: FTBFS: 'parse error'(9681 '__pthread_slist_t'|pthread_attr_t|pthread_t|fsfilcnt_t|fsblkcnt_t|blkcnt_t|fd_mask|fd_set|'__fd_mask'|suseconds_t|,,,|,,,))

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 10:23:48 +0100
with message-id [EMAIL PROTECTED]
and subject line mozart-gtk has been removed from Debian, closing #419692
has caused the Debian Bug report #419692,
regarding mozart-gtk: FTBFS: 'parse error'(9681 
'__pthread_slist_t'|pthread_attr_t|pthread_t|fsfilcnt_t|fsblkcnt_t|blkcnt_t|fd_mask|fd_set|'__fd_mask'|suseconds_t|,,,|,,,)
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.)


-- 
419692: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419692
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: mozart-gtk
Version: 20060615-2
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000 rebuild

Hi,

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

Relevant parts:
rt-gtk-20060615/mozart-gtk-1.1/cygpath.sh /root/mozart-gtk-20060615/BUILD` -o 
GBuilder.ozf
/usr/bin/ozengine Generator.ozf OzWrapper.ozf
'parse error'(9681 
'__pthread_slist_t'|pthread_attr_t|pthread_t|fsfilcnt_t|fsblkcnt_t|blkcnt_t|fd_mask|fd_set|'__fd_mask'|suseconds_t|,,,|,,,)

Then, the build stops (freezes).

Since the build freezes, I am forced to blacklist this package for future 
rebuilds. Could you please ping me when it's fixed, so I remember to 
un-blacklist it ?

The full build log is available from 
http://people.debian.org/~lucas/logs/2007/04/rebuild.sid.i386.20070416/

About the archive rebuilt: The rebuilt 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.

About Grid'5000:
Grid'5000 is an highly reconfigurable experimental Grid platform
gathering 9 sites and featuring a total of 5000 CPUs. It serves as a
testbed for research in Grid Computing. See https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |

---End Message---
---BeginMessage---
Version: 20060615-2+rm

The mozart-gtk package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/462388 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org

---End Message---


Processed: Re: Bug#479940: gtkpbbuttons: FTBFS: Nonexistent build-dependency: pbbuttonsd-dev

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 479940 important
Bug#479940: gtkpbbuttons: FTBFS: Nonexistent build-dependency: pbbuttonsd-dev
Severity set to `important' from `serious'

 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#479940: gtkpbbuttons: FTBFS: Nonexistent build-dependency: pbbuttonsd-dev

2008-05-08 Thread Frank Lichtenheld
severity 479940 important
thanks

On Wed, May 07, 2008 at 10:27:20AM +0200, Lucas Nussbaum wrote:
 Package: gtkpbbuttons
 Version: 0.6.9-2
 Severity: serious
 Justification: FTBFS on i386

FTBFS bugs are only serious on architectures where the package built
before.

For the record gtkpbbuttons could build on i386 if the pbbuttons ITA
would finally produce some results...

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/



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



Bug#477668: (no subject)

2008-05-08 Thread Olaf van der Spek
 since mysql doesn't bother to fix this, maybe debian will, or at 
least debian could not put affected mysql servers into stable


So Lenny should ship MySQL 4.1?
Or not ship MySQL at all?
That doesn't seem like an improvement over the current situation, as 
many, many users are using MySQL and removing MySQL from stable will not 
help them.




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



Processed: Re: Bug#480130: perl: FTBFS on alpha: 'CONFIG_HZ' undeclared

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 480130 linux-libc-dev 2.6.25-1
Bug#480130: perl: FTBFS on alpha: 'CONFIG_HZ' undeclared
Bug reassigned from package `perl' to `linux-libc-dev'.

 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: Re: Bug#480142: xtrans-dev: connection by unix sockets broken

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 480142 grave
Bug#480142: xtrans-dev: connection by unix sockets broken
Severity set to `grave' from `important'

 tag 480142 fixed-upstream
Bug#480142: xtrans-dev: connection by unix sockets broken
There were no tags set.
Tags added: fixed-upstream

 forwarded 480142 http://bugs.freedesktop.org/show_bug.cgi?id=15677
Bug#480142: xtrans-dev: connection by unix sockets broken
Noted your statement that Bug has been forwarded to 
http://bugs.freedesktop.org/show_bug.cgi?id=15677.

 kthxbye
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#460893: marked as done (zope-ploneexfile: Uninstallable in sid)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 11:01:15 +0100
with message-id [EMAIL PROTECTED]
and subject line zope-ploneexfile has been removed from Debian, closing #460893
has caused the Debian Bug report #460893,
regarding zope-ploneexfile: Uninstallable in sid
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.)


-- 
460893: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460893
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: zope-ploneexfile
Severity: serious



zope-ploneexfile depends on zope2.9 which has been removed from
unstable. Please rebuild it against the latest zope-debhelper to make
it installable again. 


---End Message---
---BeginMessage---
Version: 3.2.4-2+rm

The zope-ploneexfile package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/462941 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org

---End Message---


Processed: Re: r6040: Regression FTBFS with 2.6.24

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 476359 Regression FTBFS with 2.6.25
Bug#476359: r6040: Regression FTBFS with 2.6.24
Changed Bug title to `Regression FTBFS with 2.6.25' from `r6040: Regression 
FTBFS with 2.6.24'.

 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#476359: r6040: Regression FTBFS with 2.6.24

2008-05-08 Thread Daniel Baumann
retitle 476359 Regression FTBFS with 2.6.25
thanks

still the same issue with cflags. fix is pretty easy, just use
EXTRA_CFLAGS and be done with it, look at e.g. squashfs for an example.

---snip---
[...]
/usr/bin/make -f debian/rules.real build MODULESOURCE='r6040-source'
FLAVOUR='486' KERNEL_ARCH='x86' UPSTREAMVERSION='2.6.25' MODULE='r6040'
FEATURESET='none' VERSION_SOURCE='2.6.25' VERSION_REVISION='1'
ABINAME='-1' LOCALVERSION='-486' ARCH='i386'
make[2]: Entering directory `/home/user/linux-modules-extra-2.6'
/usr/bin/make -C /usr/src/linux-headers-2.6.25-1-486
M=/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_r6040
make[3]: Entering directory `/usr/src/linux-headers-2.6.25-1-486'
scripts/Makefile.build:46: *** CFLAGS was changed in
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_r6040/Makefile.
Fix it to use EXTRA_CFLAGS.  Stop.
make[3]: ***
[_module_/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_r6040]
Error 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.25-1-486'
make[2]: *** [debian/stamps/build_i386_none_486_r6040] Error 2
make[2]: Leaving directory `/home/user/linux-modules-extra-2.6'
make[1]: *** [build_i386_none_486_r6040] Error 2
make[1]: Leaving directory `/home/user/linux-modules-extra-2.6'
make: *** [debian/stamps/build-base] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
(sid_i386)[EMAIL PROTECTED]:~/linux-modules-extra-2.6$
---snap---

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#480059: vorbis-tools vulnerable to CVE-2008-1686

2008-05-08 Thread Steve Kemp
On Wed May 07, 2008 at 18:12:09 -0400, Jamie Strandboge wrote:

 vorbis-tools contains embedded speex code, and although vorbis-tools is linked
 to libspeex, it compiles the vulnerable code. Attached is a debdiff that 
 Ubuntu
 is using in its 1.1.1 versions of vorbis-tools (fuzz removed).

  I'd rather see a patch that makes the vorbis-tools link
 against the system-wide library, and not compile the vulnerable
 code at all.

  Would it be possible for you to provide such a thing, or is that
 too hard?

Steve
-- 



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



Bug#480130: perl: FTBFS on alpha: 'CONFIG_HZ' undeclared

2008-05-08 Thread maximilian attems
On Thu, May 08, 2008 at 12:32:35PM +0300, Niko Tyni wrote:
 
 OK, asm/param.h has changed on alpha like this:
 
 --- 24/usr/include/asm/param.h2008-04-22 11:49:18.0 +0300
 +++ 25/usr/include/asm/param.h2008-04-28 20:46:21.0 +0300
 @@ -5,15 +5,7 @@
 hardware ignores reprogramming.  We also need userland buy-in to the 
 change in HZ, since this is visible in the wait4 resources etc.  */
  
 -
 -#ifndef HZ
 -# ifndef CONFIG_ALPHA_RAWHIDE
 -#  define HZ 1024
 -# else
 -#  define HZ 1200
 -# endif
 -#endif
 -
 +#define HZ   CONFIG_HZ
  #define USER_HZ  HZ
  
  #define EXEC_PAGESIZE8192

we won't diverge on linux-libc-dev headers from upstream,
please take that upstream to lkml.

i'd think Perl has no business into looking at the HZ value,
as it gives no sense at all now nowadays with the NO_HZ aka
dynticks usage.

-- 
maks



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



Bug#422822: marked as done (libgstreamer-perl: FTBFS: Failed 3/31 test scripts, 34/492 subtests failed)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 08 May 2008 12:32:30 +0200
with message-id [EMAIL PROTECTED]
and subject line libgstreamer-perl actually builds!
has caused the Debian Bug report #422822,
regarding libgstreamer-perl: FTBFS: Failed 3/31 test scripts, 34/492 subtests 
failed
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.)


-- 
422822: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422822
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: libgstreamer-perl
Severity: serious
Version: 0.09-1
Justification: policy violation

hi, 

Lucas has rebuild the archive on i386 and your package Failed to Build
from Source with the following error(s):

  dubious
  Test returned status 255 (wstat 65280, 0xff00)
  DIED. FAILED tests 1-8
  Failed 8/8 tests, 0.00% okay
  t/GstIndex..ok
  t/GstIndexFactory...ok
  t/GstIterator...ok
  t/GstMessageok
  13/70 skipped: clock tests
  t/GstMiniObject.ok
  t/GstObject.ok
  t/GstPaddubious
  Test returned status 0 (wstat 11, 0xb)
  DIED. FAILED tests 32-39
  Failed 8/39 tests, 79.49% okay
  t/GstPadTemplateok
  t/GstPipeline...ok
  t/GstPlugin.ok
  t/GstPluginFeature..ok
  t/GstQuery..ok
  t/GstRegistry...undef is not of type GStreamer::PluginFeature at 
  t/GstRegistry.t line 22.
  # Looks like you planned 21 tests but only ran 3.
  # Looks like your test died just after 3.
  dubious
  Test returned status 255 (wstat 65280, 0xff00)
  DIED. FAILED tests 4-21
  Failed 18/21 tests, 14.29% okay 
   
 [..]
  Failed Test Stat Wstat Total Fail  Failed  List of Failed
  ---
  t/GstGhostPad.t  255 65280 8   15 187.50%  1-8
  t/GstPad.t 01139   16  41.03%  32-39
  t/GstRegistry.t  255 6528021   36 171.43%  4-21
  34 subtests skipped.
  Failed 3/31 test scripts, 90.32% okay. 34/492 subtests failed, 93.09% okay.
 
the full log can be found here:

 
http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/libgstreamer-perl_0.09-1_sid32.buildlog

bye,
- michael

---End Message---
---BeginMessage---
Package: libgstreamer-perl
Version: 0.11-1

Heya,

The last upstream release contained a heap of testsuite fixes that made
libgstreamer-perl build on all archs (well, almost all, alpha still lags
behind, as usual).

Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
285: Backup
   Die durch nichts begründete Vermutung, daß die Daten vom Freitag am
   Montag noch lesbar seien. (gefunden von Lars Gebauer)

---End Message---


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

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 08 May 2008 10:17:09 +
with message-id [EMAIL PROTECTED]
and subject line Bug#477854: fixed in cacao 0.99~rc5-1
has caused the Debian Bug report #477854,
regarding cacao: 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.)


-- 
477854: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477854
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: cacao
Version: 0.98-2
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---
---BeginMessage---
Source: cacao
Source-Version: 0.99~rc5-1

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

cacao_0.99~rc5-1.diff.gz
  to pool/main/c/cacao/cacao_0.99~rc5-1.diff.gz
cacao_0.99~rc5-1.dsc
  to pool/main/c/cacao/cacao_0.99~rc5-1.dsc
cacao_0.99~rc5-1_amd64.deb
  to pool/main/c/cacao/cacao_0.99~rc5-1_amd64.deb
cacao_0.99~rc5.orig.tar.gz
  to pool/main/c/cacao/cacao_0.99~rc5.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Koch [EMAIL PROTECTED] (supplier of updated cacao 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 12:00:36 +0200
Source: cacao
Binary: cacao
Architecture: source amd64
Version: 0.99~rc5-1
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 cacao  - Java virtual machine
Closes: 477317 477854
Changes: 
 cacao (0.99~rc5-1) experimental; urgency=low
 .
   * New upstream release.
 - fixes build issue on mips/el. Closes: #477317
   * Added patch for mips/el and s390 to find __data_start symbol.
   * Build-Depends on default-jdk-builddep instead of java-gcj-compat-dev.
 Closes: #477854
Checksums-Sha1: 
 66955b8afadf72db6086f50691aa4211d5bd8782 1338 cacao_0.99~rc5-1.dsc
 e0c6edbd9f8e0af35c53b3e675a8265a240961a4 3588441 cacao_0.99~rc5.orig.tar.gz
 37910c43b657105ea9d151c3ad7163a7ab50d5fe 9145 cacao_0.99~rc5-1.diff.gz
 a724be58998b296c697ec2f018aaa769854f79c4 649142 cacao_0.99~rc5-1_amd64.deb
Checksums-Sha256: 
 db78c17f2fded32a316f9b881da73e670c660c20a4cbd9df6b4e1577ac7eea3a 1338 
cacao_0.99~rc5-1.dsc
 d65a5ce9eb8588fe2a2f382d931206fa258972179326aba03cc260c956ef69fc 3588441 
cacao_0.99~rc5.orig.tar.gz
 9e3253babb1d6b17a13648551c3fa360669186fdc5f7a867b26d5f1f461b4a47 9145 
cacao_0.99~rc5-1.diff.gz
 92eefbebedf76dc836945fd0b03af3edf56eaa41da5e800471bba8c9b68021f2 649142 

Bug#480146: virtualbox-ose-guest: FTBFS with lme on 2.6.25-1.

2008-05-08 Thread Daniel Baumann
Package: virtualbox-ose-guest-source
Severity: serious

Hi,

virtualbox-ose-guest fails to build with lme on 2.6.25-1.

---snip---
[...]
/usr/bin/make -f debian/rules.real build
MODULESOURCE='virtualbox-ose-guest-source' FLAVOUR='486'
KERNEL_ARCH='x86' UPSTREAMVERSION='2.6.25' MODULE='virtualbox-ose-guest'
FEATURESET='none' VERSION_SOURCE='2.6.25' VERSION_REVISION='1'
ABINAME='-1' LOCALVERSION='-486' ARCH='i386'
make[2]: Entering directory `/home/user/linux-modules-extra-2.6'
/usr/bin/make -C /usr/src/linux-headers-2.6.25-1-486
M=/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest
make[3]: Entering directory `/usr/src/linux-headers-2.6.25-1-486'
grep: /home/user/linux-modules-extra-2.6/include/linux/version.h: No
such file or directory
  LD
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/built-in.o
  CC [M]
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/cmc.o
  CC [M]
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/hgcmcall.o
  CC [M]
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/vboxmod.o
  CC [M]
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/GenericRequest.o
  CC [M]
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/PhysHeap.o
  CC [M]
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/SysHlp.o
  CC [M]
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/Init.o
  CC [M]
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/VMMDev.o
  CC [M]
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/HGCMInternal.o
  CC [M]
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/r0drv/alloc-r0drv.o
  CC [M]
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/r0drv/linux/alloc-r0drv-linux.o
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/r0drv/linux/alloc-r0drv-linux.c:
In function 'RTMemContAlloc':
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/r0drv/linux/alloc-r0drv-linux.c:253:
warning: 'change_page_attr' is deprecated (declared at
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/r0drv/linux/the-linux-kernel.h:236)
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/r0drv/linux/alloc-r0drv-linux.c:253:
warning: 'change_page_attr' is deprecated (declared at
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/r0drv/linux/the-linux-kernel.h:236)
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/r0drv/linux/alloc-r0drv-linux.c:
In function 'RTMemContFree':
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/r0drv/linux/alloc-r0drv-linux.c:297:
warning: 'change_page_attr' is deprecated (declared at
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/r0drv/linux/the-linux-kernel.h:236)
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/r0drv/linux/alloc-r0drv-linux.c:297:
warning: 'change_page_attr' is deprecated (declared at
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/r0drv/linux/the-linux-kernel.h:236)
  CC [M]
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/r0drv/linux/semaphore-r0drv-linux.o
  LD [M]
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxadd/vboxadd.o
grep: /home/user/linux-modules-extra-2.6/include/linux/version.h: No
such file or directory
  LD
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxvfs/built-in.o
  CC [M]
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxvfs/vfsmod.o
In file included from
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxvfs/vfsmod.c:94:
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxvfs/dirops.c:
In function 'sf_lookup':
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxvfs/dirops.c:289:
error: implicit declaration of function 'iget'
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/vboxvfs/dirops.c:289:
warning: assignment makes pointer from integer without a cast

Bug#394404: marked as done (FTBFS (powerpc): t/GstPad dies after test 31)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 08 May 2008 12:32:30 +0200
with message-id [EMAIL PROTECTED]
and subject line libgstreamer-perl actually builds!
has caused the Debian Bug report #394404,
regarding FTBFS (powerpc): t/GstPad dies after test 31
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.)


-- 
394404: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394404
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: libgstreamer-perl
Version: 0.07-2
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of libgstreamer-perl_0.07-2 on caballero by sbuild/ia64 85
 Build started at 20061021-0404

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0.2), dpatch, perl (= 5.8.0-7), 
 libextutils-depends-perl (= 0.205), libextutils-pkgconfig-perl (= 1.07), 
 libglib-perl (= 1:1.114), libgstreamer0.10-dev, gstreamer0.10-alsa, 
 gstreamer0.10-plugins-base

[...]

 ok
 t/GstTagSetter..GStreamer-WARNING **: Problem writing registry cache 
 to /root/.gstreamer-0.10/registry.ia64.xml: No such file or directory at 
 /build/buildd/libgstreamer-perl-0.07/blib/lib/GStreamer.pm line 39.
 ok
 t/GstTypeFindFactoryGStreamer-WARNING **: Problem writing registry cache 
 to /root/.gstreamer-0.10/registry.ia64.xml: No such file or directory at 
 /build/buildd/libgstreamer-perl-0.07/blib/lib/GStreamer.pm line 39.
 ok
 t/GstValue..GStreamer-WARNING **: Problem writing registry cache 
 to /root/.gstreamer-0.10/registry.ia64.xml: No such file or directory at 
 /build/buildd/libgstreamer-perl-0.07/blib/lib/GStreamer.pm line 39.
 ok
 Failed TestStat Wstat Total Fail  Failed  List of Failed
 t/GstClock.t255 6528020   40 200.00%  1-20
 t/GstElement.t2   512362   5.56%  6 9
 t/GstMessage.t  255 6528070   78 111.43%  32-70
 Failed 3/31 test scripts, 90.32% okay. 61/495 subtests failed, 87.68% okay.
 make[1]: *** [test_dynamic] Error 255
 make[1]: Leaving directory `/build/buildd/libgstreamer-perl-0.07'
 make: *** [install] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=libgstreamer-perlver=0.07-2


---End Message---
---BeginMessage---
Package: libgstreamer-perl
Version: 0.11-1

Heya,

The last upstream release contained a heap of testsuite fixes that made
libgstreamer-perl build on all archs (well, almost all, alpha still lags
behind, as usual).

Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
285: Backup
   Die durch nichts begründete Vermutung, daß die Daten vom Freitag am
   Montag noch lesbar seien. (gefunden von Lars Gebauer)

---End Message---


Bug#479529: marked as done (cacao_0.99~rc3-1(mips/experimental): FTBFS: Error: opcode not supported on this processor)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 12:48:41 +0200
with message-id [EMAIL PROTECTED]
and subject line Re: Bug#479529:
has caused the Debian Bug report #479529,
regarding cacao_0.99~rc3-1(mips/experimental): FTBFS: Error: opcode not 
supported on this processor
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.)


-- 
479529: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479529
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: cacao
Version: 0.99~rc3-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of cacao_0.99~rc3-1 on signy by sbuild/mips 98-farm
| Build started at 20080505-0116
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 3598kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main cacao 0.99~rc3-1 (dsc) 
[1338B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main cacao 0.99~rc3-1 (tar) 
[3588kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main cacao 0.99~rc3-1 (diff) 
[8880B]
| Fetched 3598kB in 4s (724kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 5), cdbs (= 0.4.17), default-jdk-builddep, 
classpath (= 2:0.96.1), classpath-common (= 2:0.96.1), zlib1g-dev, 
libltdl3-dev, zip
| Checking for already installed source dependencies...
[...]
| make[7]: Entering directory `/build/buildd/cacao-0.99~rc3/src/vm/jit/mips'
| /bin/sh ../../../../libtool --mode=compile cc -I../../../../src -I../../../.. 
-I../../../../src -D__MIPS__ -D__LINUX__ -ansi -pedantic -Wall -Wno-long-long 
-D_POSIX_C_SOURCE=199506L -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED 
-D_BSD_SOURCE -g -O2 -g -Wall -O2 -c -o asmpart.lo asmpart.S
| mkdir .libs
|  cc -I../../../../src -I../../../.. -I../../../../src -D__MIPS__ -D__LINUX__ 
-ansi -pedantic -Wall -Wno-long-long -D_POSIX_C_SOURCE=199506L 
-D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -g -O2 -g -Wall -O2 
-c asmpart.S  -fPIC -DPIC -o .libs/asmpart.o
| asmpart.S: Assembler messages:
| asmpart.S:166: Error: opcode not supported on this processor: mips1 (mips1) 
`ldc1 $f12,4*8($8)'
| asmpart.S:167: Error: opcode not supported on this processor: mips1 (mips1) 
`ldc1 $f14,5*8($8)'
| asmpart.S:241: Warning: No .cprestore pseudo-op used in PIC code
| asmpart.S:280: Warning: No .cprestore pseudo-op used in PIC code
| asmpart.S:305: Error: opcode not supported on this processor: mips1 (mips1) 
`sdc1 $f12,(4+(0))*4($29)'
| asmpart.S:305: Error: opcode not supported on this processor: mips1 (mips1) 
`sdc1 $f14,(6+(0))*4($29)'
| asmpart.S:306: Error: opcode not supported on this processor: mips1 (mips1) 
`sdc1 $f8,(8+((4+2)))*4($29)'
| asmpart.S:306: Error: opcode not supported on this processor: mips1 (mips1) 
`sdc1 $f10,(10+((4+2)))*4($29)'
| asmpart.S:306: Error: opcode not supported on this processor: mips1 (mips1) 
`sdc1 $f16,(12+((4+2)))*4($29)'
| asmpart.S:306: Error: opcode not supported on this processor: mips1 (mips1) 
`sdc1 $f18,(14+((4+2)))*4($29)'
| asmpart.S:336: Warning: No .cprestore pseudo-op used in PIC code
| asmpart.S:358: Error: opcode not supported on this processor: mips1 (mips1) 
`ldc1 $f12,(4+(0))*4($29)'
| asmpart.S:358: Error: opcode not supported on this processor: mips1 (mips1) 
`ldc1 $f14,(6+(0))*4($29)'
| asmpart.S:359: Error: opcode not supported on this processor: mips1 (mips1) 
`ldc1 $f8,(8+((4+2)))*4($29)'
| asmpart.S:359: Error: opcode not supported on this processor: mips1 (mips1) 
`ldc1 $f10,(10+((4+2)))*4($29)'
| asmpart.S:359: Error: opcode not supported on this processor: mips1 (mips1) 
`ldc1 $f16,(12+((4+2)))*4($29)'
| asmpart.S:359: Error: opcode not supported on this processor: mips1 (mips1) 
`ldc1 $f18,(14+((4+2)))*4($29)'
| asmpart.S:430: Error: opcode not supported on this processor: mips1 (mips1) 
`ldc1 $f20,-4*8($9)'
| asmpart.S:431: Error: opcode not supported on this processor: mips1 (mips1) 
`ldc1 $f22,-3*8($9)'
| asmpart.S:432: Error: opcode not supported on this processor: mips1 (mips1) 
`ldc1 $f24,-2*8($9)'
| asmpart.S:433: Error: opcode not supported on this processor: mips1 (mips1) 
`ldc1 $f26,-1*8($9)'
| asmpart.S:434: Error: opcode not supported on this processor: mips1 (mips1) 
`ldc1 $f28,-1*8($9)'
| asmpart.S:435: Error: opcode not supported on this processor: mips1 (mips1) 
`ldc1 $f30,-1*8($9)'
| asmpart.S:460: Warning: No .cprestore pseudo-op used in PIC code
| asmpart.S:475: Error: opcode 

Bug#420770: marked as done (shfs-source: failure to compile unter 2.6.20)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 12:03:40 +0100
with message-id [EMAIL PROTECTED]
and subject line shfs has been removed from Debian, closing #420770
has caused the Debian Bug report #420770,
regarding shfs-source: failure to compile unter 2.6.20
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.)


-- 
420770: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420770
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: shfs-source
Version: 0.35-6.2
Severity: grave
Justification: renders package unusable


When trying to compile with 2.6.20-2 Debian kernel sources, I get 
the following error messages and the build fails: 

dh_testdir
dh_testroot
dh_clean -k
env MODVERSIONS=detect make -C Linux-2.6 
KERNEL_SOURCES=/usr/src/linux-source-2.6.20 KERNEL=linux-2.6.20
make[3]: Entering directory `/usr/src/modules/shfs/Linux-2.6'
make -C /usr/src/linux-source-2.6.20 SUBDIRS=/usr/src/modules/shfs/Linux-2.6 
modules
make[4]: Entering directory `/usr/src/linux-source-2.6.20'
  CC [M]  /usr/src/modules/shfs/Linux-2.6/dcache.o
In file included from /usr/src/modules/shfs/Linux-2.6/dcache.c:24:
/usr/src/modules/shfs/Linux-2.6/shfs_fs.h:76: warning: ‘kmem_cache_t’ is 
deprecated
/usr/src/modules/shfs/Linux-2.6/shfs_fs.h:77: warning: ‘kmem_cache_t’ is 
deprecated
/usr/src/modules/shfs/Linux-2.6/shfs_fs.h:78: warning: ‘kmem_cache_t’ is 
deprecated
/usr/src/modules/shfs/Linux-2.6/shfs_fs.h:79: warning: ‘kmem_cache_t’ is 
deprecated
In file included from /usr/src/modules/shfs/Linux-2.6/dcache.c:26:
/usr/src/modules/shfs/Linux-2.6/shfs_debug.h:22: warning: ‘kmem_cache_t’ is 
deprecated
/usr/src/modules/shfs/Linux-2.6/shfs_debug.h:35: warning: ‘kmem_cache_t’ is 
deprecated
  CC [M]  /usr/src/modules/shfs/Linux-2.6/dir.o
In file included from /usr/src/modules/shfs/Linux-2.6/dir.c:17:
/usr/src/modules/shfs/Linux-2.6/shfs_fs.h:76: warning: ‘kmem_cache_t’ is 
deprecated
/usr/src/modules/shfs/Linux-2.6/shfs_fs.h:77: warning: ‘kmem_cache_t’ is 
deprecated
/usr/src/modules/shfs/Linux-2.6/shfs_fs.h:78: warning: ‘kmem_cache_t’ is 
deprecated
/usr/src/modules/shfs/Linux-2.6/shfs_fs.h:79: warning: ‘kmem_cache_t’ is 
deprecated
In file included from /usr/src/modules/shfs/Linux-2.6/dir.c:19:
/usr/src/modules/shfs/Linux-2.6/shfs_debug.h:22: warning: ‘kmem_cache_t’ is 
deprecated
/usr/src/modules/shfs/Linux-2.6/shfs_debug.h:35: warning: ‘kmem_cache_t’ is 
deprecated
/usr/src/modules/shfs/Linux-2.6/dir.c: In function ‘shfs_create’:
/usr/src/modules/shfs/Linux-2.6/dir.c:305: error: ‘struct inode’ has no member 
named ‘u’
/usr/src/modules/shfs/Linux-2.6/dir.c:306: error: ‘struct inode’ has no member 
named ‘u’
make[5]: *** [/usr/src/modules/shfs/Linux-2.6/dir.o] Error 1
make[4]: *** [_module_/usr/src/modules/shfs/Linux-2.6] Error 2
make[4]: Leaving directory `/usr/src/linux-source-2.6.20'
make[3]: *** [default] Error 2
make[3]: Leaving directory `/usr/src/modules/shfs/Linux-2.6'
make[2]: *** [binary-modules] Error 2
make[2]: Leaving directory `/usr/src/modules/shfs'
make[1]: *** [kdist_build] Error 2
make[1]: Leaving directory `/usr/src/modules/shfs'
Module /usr/src/modules/shfs failed.
Perhaps /usr/src/modules/shfs does not understand --rootcmd?
If you see messages that indicate that it is not
in fact being built as root, please file a bug 
against /usr/src/modules/shfs.
Hit return to Continue

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'proposed-updates'), (500, 'oldstable'), 
(200, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages shfs-source depends on:
ii  bzip2 1.0.3-6high-quality block-sorting file co
ii  debconf   1.5.13 Debian configuration management sy
ii  debhelper 5.0.49 helper programs for debian/rules
ii  module-assistant  0.10.11tool to make module package creati

Versions of packages shfs-source recommends:
ii  shfs-utils0.35-6.2   (secure) SHell File System mount p

-- no debconf information

-- 
Tomorrow will be cancelled due to lack of interest.


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Version: 0.35-6.3+rm

The shfs package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/449435 . That bug might give the reasons 

Bug#480154: FTBFS on mips (cgiupload tests fail)

2008-05-08 Thread Damyan Ivanov
Package: libapache2-mod-perl2
Version: 2.0.4-1
Severity: serious

2.0.4-1 fails to build on mips[1].

[1] 
http://buildd.debian.org/fetch.cgi?pkg=libapache2-mod-perl2ver=2.0.4-1arch=mipsstamp=1209964732file=log

t/modules/cgipost2..ok
t/modules/cgiupload.# Failed test 2 in
t/modules/cgiupload.t at line 36 fail #2
FAILED test 2
Failed 1/2 tests, 50.00% okay
t/modules/cgiupload2# Failed test 2 in
t/modules/cgiupload2.t at line 36 fail #2
FAILED test 2
Failed 1/2 tests, 50.00% okay

and if this is not enough,

[warning] server ball.einval.com:8529 shutdown
[  error] error running tests (please examine t/logs/error_log)
[  error] oh dangnabit, server dumped core 
[  error] for stacktrace, run: gdb /usr/sbin/apache2 -core 
/build/buildd/libapache2-mod-perl2-2.0.4/t/core.31268

:(

2.0.3-5 built[2] just fine on the same buildd.

[2] 
http://buildd.debian.org/fetch.cgi?pkg=libapache2-mod-perl2ver=2.0.3-5arch=mipsstamp=1206513601file=log



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



Bug#460894: marked as done (zope-plonearticle: Uninstallable in sid)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 12:05:13 +0100
with message-id [EMAIL PROTECTED]
and subject line zope-plonearticle has been removed from Debian, closing #460894
has caused the Debian Bug report #460894,
regarding zope-plonearticle: Uninstallable in sid
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.)


-- 
460894: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460894
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: zope-plonearticle
Severity: serious



zope-plonearticle depends on zope2.9 which has been removed from
unstable. Please rebuild it against the latest zope-debhelper to make
it installable again. 


---End Message---
---BeginMessage---
Version: 1:3.2.3-1+rm

The zope-plonearticle package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/462940 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org

---End Message---


Bug#459773: marked as done (zope-plonearticle -- Uninstallable in sid.)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 12:05:16 +0100
with message-id [EMAIL PROTECTED]
and subject line zope-plonearticle has been removed from Debian, closing #459773
has caused the Debian Bug report #459773,
regarding zope-plonearticle -- Uninstallable in sid.
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.)


-- 
459773: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459773
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: zope-plonearticle
Version: 1:3.2.3-1
Severity: grave
User: [EMAIL PROTECTED]
Usertags: qa-uninstallable
Justification: Uninstallable in sid

Hi!

I just observed that zope-plonearticle is uninstallable in sid, ever since
#453886 caused the removal of zope2.9. Please update it to work with
zope2.10.

Thanks.

Kumar

-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Version: 1:3.2.3-1+rm

The zope-plonearticle package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/462940 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org

---End Message---


Bug#480155: freecycle: i can't hear any sound (jack/alsa)

2008-05-08 Thread luigi
Package: freecycle
Version: 0.6.1alpha-3
Severity: grave
Justification: renders package unusable

1) i start application (with or without jack started)
2) i load a sample
3) i press play
4) i can't hear anything

in qjackctl's connection page, after i started freecycle, i can't see 
freecycle'client.

luigi

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

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

Versions of packages freecycle depends on:
ii  libaubio2  0.3.2-2+b2a library for audio segmentation
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libfftw3-3 3.1.2-3   library for computing Fast Fourier
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libgcc11:4.3.0-4 GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
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  libsndfile11.0.17-4  Library for reading/writing audio 
ii  libsoundtouch1c2   1.3.1-2   sound stretching library
ii  libstdc++6 4.3.0-4   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

freecycle recommends no packages.

-- no debconf information




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



Bug#477513: marked as done (glade-3 (ia64/experimental): FTBFS: segfault in gladeui-scan)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 08 May 2008 11:02:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#477513: fixed in glade-3 3.4.5-2
has caused the Debian Bug report #477513,
regarding glade-3 (ia64/experimental): FTBFS: segfault in gladeui-scan
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.)


-- 
477513: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477513
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: glade-3
Version: 3.5.2-2
Severity: serious

Your package failed to build from source on the ia64 experimental
autobuilder.  A full build log is available on [0].

| gtk-doc: Compiling scanner
| mkdir .libs
|  cc -g -O2 -g -Wall -O2 -I../gladeui -I../gladeui -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 
-I/usr/include/pixman-1 -c gladeui-scan.c  -fPIC -DPIC -o .libs/gladeui-scan.o
| gladeui-scan.c: In function 'get_object_types':
| gladeui-scan.c:32: warning: implicit declaration of function 
'glade_design_view_get_type'
| gladeui-scan.c:33: warning: implicit declaration of function 
'glade_design_layout_get_type'
| gladeui-scan.c:34: warning: implicit declaration of function 
'glade_base_editor_get_type'
| gtk-doc: Linking scanner
| cc -g -O2 -g -Wall -O2 -Wl,-z -Wl,defs -Wl,-O1 -o .libs/gladeui-scan 
.libs/gladeui-scan.o  -Wl,--as-needed ../gladeui/.libs/libgladeui-1.so
| creating gladeui-scan
| gtk-doc: Running scanner gladeui-scan
| sh: line 1: 23369 Segmentation fault  ( ./gladeui-scan )
| Scan failed:
| make[3]: *** [scan-build.stamp] Error 139
| make[3]: Leaving directory `/build/buildd/glade-3-3.5.2/doc'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/build/buildd/glade-3-3.5.2'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/build/buildd/glade-3-3.5.2'
| make: *** [debian/stamp-makefile-build] Error 2
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2

Trying to debug it I get:

| Starting program: /tmp/glade-3-3.5.2/doc/.libs/lt-gladeui-scan
| [Thread debugging using libthread_db enabled]
| [New Thread 0x21b79620 (LWP 5838)]
| 
| Program received signal SIGSEGV, Segmentation fault.
| [Switching to Thread 0x21b79620 (LWP 5838)]
| 0x20b9a7c0 in g_type_test_flags () from /usr/lib/libgobject-2.0.so.0
| (gdb) bt
| #0  0x20b9a7c0 in g_type_test_flags () from 
/usr/lib/libgobject-2.0.so.0
| #1  0x40008330 in main (argc=118976, argv=0x6000d470) at 
gladeui-scan.c:43

Kind regards,
Philipp Kern

[0] 
http://experimental.ftbfs.de/fetch.php?pkg=glade-3arch=ia64ver=3.5.2-2stamp=1208874943file=logas=raw
-- 
 .''`.  Philipp Kern Debian Developer
: :' :  http://philkern.de   Debian Release Assistant
`. `'   xmpp:[EMAIL PROTECTED]
  `-finger pkern/[EMAIL PROTECTED]


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: glade-3
Source-Version: 3.4.5-2

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

glade-3_3.4.5-2.diff.gz
  to pool/main/g/glade-3/glade-3_3.4.5-2.diff.gz
glade-3_3.4.5-2.dsc
  to pool/main/g/glade-3/glade-3_3.4.5-2.dsc
glade-gnome_3.4.5-2_i386.deb
  to pool/main/g/glade-3/glade-gnome_3.4.5-2_i386.deb
glade_3.4.5-2_i386.deb
  to pool/main/g/glade-3/glade_3.4.5-2_i386.deb
libgladeui-1-7_3.4.5-2_i386.deb
  to pool/main/g/glade-3/libgladeui-1-7_3.4.5-2_i386.deb
libgladeui-1-dev_3.4.5-2_all.deb
  to pool/main/g/glade-3/libgladeui-1-dev_3.4.5-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.
Sebastian Dröge [EMAIL PROTECTED] (supplier of updated glade-3 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 12:41:08 +0200
Source: glade-3
Binary: libgladeui-1-7 libgladeui-1-dev glade glade-gnome
Architecture: source all i386
Version: 3.4.5-2
Distribution: unstable
Urgency: low
Maintainer: Gustavo Noronha Silva [EMAIL 

Bug#479950: java-gcj: java alternative overwritten

2008-05-08 Thread James Vega
On Thu, May 08, 2008 at 09:30:26AM +0200, Matthias Klose wrote:
  On Wed, May 07, 2008 at 12:04:44PM +0200, Matthias Klose wrote:
  The proper approach is to only remove the alternative in prerm if $1 is
  remove or deconfigure.
 
 which exactly doesn't work when changes are made.

It works just fine since your postinst is always running
update-alternatives --install and thus causing your priority or slave
link change to occur.  The alternative doesn't have to be removed for
--install to change those parts of the alternative.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#476488: e16-data tries to overwrite a file owned by enlightenment

2008-05-08 Thread Laurence J. Lane
Ignore the last comment. The bug is fix and remains closed.



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



Bug#480154: FTBFS on mips (cgiupload tests fail)

2008-05-08 Thread Niko Tyni
On Thu, May 08, 2008 at 02:09:10PM +0300, Damyan Ivanov wrote:
 Package: libapache2-mod-perl2
 Version: 2.0.4-1
 Severity: serious
 
 2.0.4-1 fails to build on mips[1].

 t/modules/cgiupload.t at line 36 fail #2

 and if this is not enough,
 
 [warning] server ball.einval.com:8529 shutdown
 [  error] error running tests (please examine t/logs/error_log)
 [  error] oh dangnabit, server dumped core 
 [  error] for stacktrace, run: gdb /usr/sbin/apache2 -core 
 /build/buildd/libapache2-mod-perl2-2.0.4/t/core.31268

The latter is probably #475498, and it doesn't make the tests fail.

http://www.gossamer-threads.com/lists/modperl/modperl/96927?do=post_view_threaded#96927

-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#480141: Fails to build with gcc-4.3

2008-05-08 Thread nscott
Hi Riki,

 curve.cpp: In static member function 'static double Curve::NaN()':
 curve.cpp:35: error: 'numeric_limits' is not a member of 'std'
 curve.cpp:35: error: expected primary-expression before 'double'
 curve.cpp:35: error: expected ';' before 'double'
 curve.cpp:35: error: expected unqualified-id before '' token

Could you try something for me?  If you add the line
#include limits
to the top of src/chart/curve.cpp, does it fix the build?

thanks!

--
Nathan




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



Processed (with 1 errors): dups

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 merge 479874 479875
Bug#479874: twinkle: FTBFS: twinkle_zrtp_ui.h:47: error: 'MessageSeverity' has 
not been declared
Bug#479875: twinkle: FTBFS: twinkle_zrtp_ui.h:47: error: 'MessageSeverity' has 
not been declared
Merged 479874 479875.

 thanks.
Unknown command or malformed arguments to command.


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#480170: In game cursor does not match X mouse

2008-05-08 Thread Goswin von Brederlow
Package: qonk
Version: 0.3.1-1
Severity: grave

Hi,

the cursor in the game moves much slower than the actual mouse in X. In
window mode that means the mouse leaves the window long before the in
game cursor has traversed the window and not all of the solar system
is reachable. In full screen mode it means the mouse has to be moved a
distance many times my mousepad to traverse the full screen.

MfG
Goswin

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.25-kvm
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages qonk depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.0-3  GCC support library
ii  libsdl-gfx1.2-4   2.0.13-4   drawing and graphical effects exte
ii  libsdl-image1.2   1.2.6-3image loading library for Simple D
ii  libsdl-ttf2.0-0   2.0.9-1ttf library for Simple DirectMedia
ii  libsdl1.2debian   1.2.13-2   Simple DirectMedia Layer
ii  libstdc++64.3.0-3The GNU Standard C++ Library v3
ii  ttf-dejavu2.24-2 Metapackage to pull in ttf-dejavu-

qonk recommends no packages.

-- no debconf information



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



Processed: severity of 480170 is important

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.23
 severity 480170 important
Bug#480170: In game cursor does not match X mouse
Severity set to `important' from `grave'


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#456103: FTBFS with GCC 4.3: declaration of... changes meaning of...

2008-05-08 Thread Peter Eisentraut
This patch does not apply for me.



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



Bug#447660: marked as done (slimscrobbler: plugin in the wrong place for slimserver 6.5.4)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 13:51:24 +0100
with message-id [EMAIL PROTECTED]
and subject line slimscrobbler has been removed from Debian, closing #447660
has caused the Debian Bug report #447660,
regarding slimscrobbler: plugin in the wrong place for slimserver 6.5.4
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.)


-- 
447660: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447660
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: slimscrobbler
Severity: grave
Justification: renders package unusable


Thanks for packaging slimscrobbler! Unfortunately, 0.34-2 does not
work with slimserver 6.5.4 on my lenny system. slimscrobbler installs
its plugins in /usr/share/perl5/SlimServer/, but slimserver seems to
expect its plugins to be in /usr/share/slimserver/Plugins/. The result
is the plugin is never found by slimserver.

If you get to updating this, there's also a new upstream release; 0.37.5.

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

Kernel: Linux 2.6.22-2-486
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 slimscrobbler depends on:
ii  libmath-round-perl0.06-3 Perl extension for rounding number
ii  libmd5-perl   2.03-1 backwards-compatible wrapper for D
ii  libwww-perl   5.805-1WWW client/server library for Perl
ii  perl  5.8.8-7Larry Wall's Practical Extraction 
ii  slimserver6.5.4  Streaming Audio Server

slimscrobbler recommends no packages.


---End Message---
---BeginMessage---
Version: 0.34-2+rm

The slimscrobbler package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/463155 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org

---End Message---


Bug#461995: marked as done (plr: FTBFS: plr.sql exists in debian/tmp/ but is not installed to anywhere)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 13:58:10 +0100
with message-id [EMAIL PROTECTED]
and subject line plr has been removed from Debian, closing #461995
has caused the Debian Bug report #461995,
regarding plr: FTBFS: plr.sql exists in debian/tmp/ but is not installed to 
anywhere
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.)


-- 
461995: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461995
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: plr
Version: 1:8.2.0.7-3
Severity: serious

Hi,

Your package is failing to build with the following error:
dh_install -ppostgresql-8.2-plr  --sourcedir=debian/tmp --fail-missing
dh_install: debian/tmp/usr/share/doc/postgresql-doc-8.3/contrib/README.plr 
exists in debian/tmp/ but is not installed to anywhere
dh_install: debian/tmp/usr/share/postgresql/8.3/contrib/plr.sql exists in 
debian/tmp/ but is not installed to anywhere
dh_install: missing files, aborting
make: *** [binary-install/postgresql-8.2-plr] Error 1
dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave 
error exit status 2


I'm guessing this is because of an arch only build.


Kurt



---End Message---
---BeginMessage---
Version: 1:8.2.0.7-3+rm

The plr package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/228074 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org

---End Message---


Bug#276962: marked as done (harbour: FTBFS on amd64: harbour hangs on run.)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 13:54:16 +0100
with message-id [EMAIL PROTECTED]
and subject line harbour has been removed from Debian, closing #276962
has caused the Debian Bug report #276962,
regarding harbour: FTBFS on amd64: harbour hangs on run.
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.)


-- 
276962: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=276962
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: harbour
Version: 0.44-1
Severity: important

The package fails to build on amd64.  This are the last lines of
the build log:
../../../../source/compiler/linux/gcc/harbour ../../color53.prg -n -q0 -w -es2
-gc0 -I../../ -I../../../../include
gcc -I. -I../../../../include -Wall -g  -c color53.c -ocolor53.o
../../../../source/compiler/linux/gcc/harbour ../../dbdelim.prg -n -q0 -w -es2
-gc0 -I../../ -I../../../../include

That last call to harbour just hangs.

I've attached gdb to it:
0x0041bf2d in hb_compPCodeEval (pFunc=0x5811c0, pFunctions=0x560260,
cargo=0x7fbfffdd40) at ../../hbpcode.c:208
208   opcode = pFunc-pCode[ ulPos ];
(gdb) bt
#0  0x0041bf2d in hb_compPCodeEval (pFunc=0x5811c0,
pFunctions=0x560260, cargo=0x7fbfffdd40) at ../../hbpcode.c:208
#1  0x00424509 in hb_compFixFuncPCode (pFunc=0x5811c0)
at ../../hbfix.c:423
#2  0x0042f007 in hb_compFinalizeFunction () at ../../harbour.c:3292
#3  0x0042c664 in hb_compFunctionAdd (szFunName=0x588ba0 EXPORTVAR,
cScope=2 '\002', iType=0) at ../../harbour.c:1542
#4  0x00401a7f in yyparse () at harbour.y:295
#5  0x00430a13 in hb_compCompile (
szPrg=0x7fbc46 ../../dbdelim.prg, argc=9, argv=0x7fb9b8)
at ../../harbour.c:4184
#6  0x0042b02d in main (argc=9, argv=0x7fb9b8)
at ../../harbour.c:250

It doesn't get out of the while loop:
206while( ulPos  pFunc-lPCodePos )
(gdb)
208   opcode = pFunc-pCode[ ulPos ];
(gdb)
209   if( opcode  HB_P_LAST_PCODE )
(gdb)
211  usSkip = s_pcode_len[ opcode ];
(gdb)
212  pCall = pFunctions[ opcode ];
(gdb)
213  if( pCall )
(gdb)
220  ulPos += usSkip;
(gdb)
206while( ulPos  pFunc-lPCodePos )
(gdb) p usSkip
$1 = 0
(gdb) p ulPos
$2 = 459
(gdb) p pFunc-lPCodePos
$3 = 1833
(gdb) p opcode
$4 = 125 '}'


In hbpcode.h I found this:
   HB_P_ONE,   /* 122 places a ONE on the virtual machine stack
*/
   HB_P_MACROLIST, /* 122 HB_P_MACROPUSHLIST envelope start. */

It's twice the same number.  This probably isn't going to cause any
problems since the numbers aren't actualy used anywhere.

So opcode 125 really is a HB_P_MPUSHSTR (and not an
HB_P_LOCALNEARADDINT as hbpcode.h would suggest)


Kurt


---End Message---
---BeginMessage---
Version: 0.45.0-0.1+rm

The harbour package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/423287 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org

---End Message---


Bug#478732: marked as done (dguitar doesn't run)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 14:01:27 +0100
with message-id [EMAIL PROTECTED]
and subject line dguitar has been removed from Debian, closing #478732
has caused the Debian Bug report #478732,
regarding dguitar doesn't run
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.)


-- 
478732: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478732
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: dguitar
Version: 0.5.5-2
Severity: grave
Justification: renders package unusable


# aptitude install dguitar
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following NEW packages will be installed:
  dguitar
The following packages are RECOMMENDED but will NOT be installed:
  java-package
0 packages upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 604kB of archives. After unpacking 1061kB will be used.
Writing extended state information... Done
Get:1 http://ftp.pt.debian.org stable/contrib dguitar 0.5.5-2 [604kB]
Fetched 604kB in 0s (998kB/s)
Selecting previously deselected package dguitar.
(Reading database ... 286191 files and directories currently installed.)
Unpacking dguitar (from .../dguitar_0.5.5-2_all.deb) ...
Setting up dguitar (0.5.5-2) ...
# 

$ dguitar
Exception in thread main java.awt.AWTError: Cannot load AWT toolkit: 
gnu.java.awt.peer.gtk.GtkToolkit
   at java.awt.Toolkit.getDefaultToolkit(libgcj.so.81)
   at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(libgcj.so.81)
   at java.awt.Window.init(libgcj.so.81)
   at java.awt.Frame.init(libgcj.so.81)
   at javax.swing.JFrame.init(libgcj.so.81)
   at dguitar.gui.DGuitar.init(DGuitar.java:756)
   at dguitar.gui.DGuitar.main(DGuitar.java:595)
Caused by: java.lang.UnsatisfiedLinkError: libgtkpeer: libgtkpeer.so: cannot 
open shared object file: No such file or directory
   at java.lang.Runtime._load(libgcj.so.81)
   at java.lang.Runtime.loadLibrary(libgcj.so.81)
   at java.lang.System.loadLibrary(libgcj.so.81)
   at gnu.java.awt.peer.gtk.GtkToolkit.clinit(libgcj.so.81)
   at java.lang.Class.initializeClass(libgcj.so.81)
   at java.lang.Class.forName(libgcj.so.81)
   at java.awt.Toolkit.getDefaultToolkit(libgcj.so.81)
   ...6 more
$

Installing java-package did not fix the problem.

Installing classpath-gtkpeer did not fix the problem.

-- 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.24-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages dguitar depends on:
ii  gij-4.2 [java2-runtime]  4.2.1-5 The GNU Java bytecode interpreter
ii  java2-runtime-knoppix [j 4:0.1-1 Empty dummy package to fix Java2 r
ii  sun-java5-jre [java2-run 1.5.0-14-1etch1 Sun Java(TM) Runtime Environment (
ii  sun-java6-jre [java2-run 6-00-2  Sun Java(TM) Runtime Environment (

Versions of packages dguitar recommends:
pn  java-package  none (no description available)

-- no debconf information


---End Message---
---BeginMessage---
Version: 0.5.5-2+rm

The dguitar package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/443783 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org

---End Message---


Bug#430239: marked as done (ldbl128 transition for alpha, powerpc, sparc, s390)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 13:54:15 +0100
with message-id [EMAIL PROTECTED]
and subject line harbour has been removed from Debian, closing #430239
has caused the Debian Bug report #430239,
regarding ldbl128 transition for alpha, powerpc, sparc, s390
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.)


-- 
430239: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430239
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: harbour
Severity: serious
User: [EMAIL PROTECTED]
Usertags: goal-ldbl128

Discussed in http://lists.debian.org/debian-devel/2007/05/msg01173.html

With glibc-2.5 and gcc-4.1.2 (and gcc-4.2), the 'long double'
data type did change from a 64bit representation to a 128bit
representation on alpha, powerpc, sparc, s390. To allow
partial upgrades of packages, we will need to rename all
packages holding libraries with the long double data type in
their API.  Both libc and libstdc++ do not need to be renamed,
because they support both representations.  We rename the library
packages on all architectures to avoid name mismatches between
architectures (you can avoid the renaming by supporting both
datatype representations in the library as done in glibc and
libstdc++, but unless a library is prepared for that, it does not
seem to be worth the effort).

It is suggested to rename a package libfoo1 to libfoo1ldbl;
please wait with the renaming if the package depends on
another library package which needs renaming.

This package has been indentified as one with header files in
/usr/include matching 'long *double'. Please close this bug report
if it is a false positive, or rename the package accordingly.

---End Message---
---BeginMessage---
Version: 0.45.0-0.1+rm

The harbour package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/423287 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org

---End Message---


Bug#399702: marked as done (fwatch: Unable to handle kernel NULL pointer dereference at virtual address 00000008)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 14:13:58 +0100
with message-id [EMAIL PROTECTED]
and subject line fwatch has been removed from Debian, closing #399702
has caused the Debian Bug report #399702,
regarding fwatch: Unable to handle kernel NULL pointer dereference at virtual 
address 0008
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.)


-- 
399702: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399702
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: fwatch
Version: 0.1-alpha-3
Severity: critical

hi,

this module turns out to be unusable for me, on 2.4.33.4: loading is ok but
as soon as an attempt is made to use it, eg by fwatchread, system gets 
unstable due to Oops in subj.
Also, the module interface seems outdated, module's init() and exit() 
functions seems not what expected for current 2.4.
Finally, some C99 issues around line ~287:

struct dentry * tmp;
tmp = f-f_dentry;
char filename[512];
filename[0] = '\0';

int error = do_revalidate(tmp);

should be re-arranged as:

struct dentry * tmp;
char filename[512];
int error;

tmp = f-f_dentry;
filename[0] = '\0';
error = do_revalidate(tmp);

but, is this module going to be dropped soon?

thanks
-- paolo


---End Message---
---BeginMessage---
Version: 0.1-alpha-3+rm

The fwatch package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/423285 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org

---End Message---


Bug#479762: marked as done (perl: broken asm/unistd.ph)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 08 May 2008 13:02:06 +
with message-id [EMAIL PROTECTED]
and subject line Bug#479762: fixed in perl 5.10.0-10
has caused the Debian Bug report #479762,
regarding perl: broken asm/unistd.ph
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.)


-- 
479762: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479762
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: perl
Version: 5.10.0-9
Severity: serious

On the current sid i386 environment, syscall.ph and asm/unistd.ph
fail as follows:


$ perl -e require 'syscall.ph'
Prototype mismatch: sub main::__LONG_MAX__ () vs none at 
/usr/lib/perl/5.10/_h2ph_pre.ph line 257.
Constant subroutine __LONG_MAX__ redefined at /usr/lib/perl/5.10/_h2ph_pre.ph 
line 257.
Can't locate unistd_32.ph in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
/usr/local/lib/site_perl .) at /usr/lib/perl/5.10/asm/unistd.ph line 6.
Compilation failed in require at /usr/lib/perl/5.10/sys/syscall.ph line 7.
Compilation failed in require at /usr/lib/perl/5.10/syscall.ph line 5.
Compilation failed in require at -e line 1.


Thanks,
--
Tatsuya Kinoshita


pgp7mAHzSMg3h.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Source: perl
Source-Version: 5.10.0-10

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

libcgi-fast-perl_5.10.0-10_all.deb
  to pool/main/p/perl/libcgi-fast-perl_5.10.0-10_all.deb
libperl-dev_5.10.0-10_amd64.deb
  to pool/main/p/perl/libperl-dev_5.10.0-10_amd64.deb
libperl5.10_5.10.0-10_amd64.deb
  to pool/main/p/perl/libperl5.10_5.10.0-10_amd64.deb
perl-base_5.10.0-10_amd64.deb
  to pool/main/p/perl/perl-base_5.10.0-10_amd64.deb
perl-debug_5.10.0-10_amd64.deb
  to pool/main/p/perl/perl-debug_5.10.0-10_amd64.deb
perl-doc_5.10.0-10_all.deb
  to pool/main/p/perl/perl-doc_5.10.0-10_all.deb
perl-modules_5.10.0-10_all.deb
  to pool/main/p/perl/perl-modules_5.10.0-10_all.deb
perl-suid_5.10.0-10_amd64.deb
  to pool/main/p/perl/perl-suid_5.10.0-10_amd64.deb
perl_5.10.0-10.diff.gz
  to pool/main/p/perl/perl_5.10.0-10.diff.gz
perl_5.10.0-10.dsc
  to pool/main/p/perl/perl_5.10.0-10.dsc
perl_5.10.0-10_amd64.deb
  to pool/main/p/perl/perl_5.10.0-10_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.
Niko Tyni [EMAIL PROTECTED] (supplier of updated 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: Thu, 08 May 2008 14:32:30 +0300
Source: perl
Binary: perl-base libcgi-fast-perl perl-doc perl-modules perl-debug perl-suid 
libperl5.10 libperl-dev perl
Architecture: source all amd64
Version: 5.10.0-10
Distribution: unstable
Urgency: low
Maintainer: Brendan O'Dea [EMAIL PROTECTED]
Changed-By: Niko Tyni [EMAIL PROTECTED]
Description: 
 libcgi-fast-perl - CGI::Fast Perl module
 libperl-dev - Perl library: development files
 libperl5.10 - Shared Perl library
 perl   - Larry Wall's Practical Extraction and Report Language
 perl-base  - The Pathologically Eclectic Rubbish Lister
 perl-debug - Debug-enabled Perl interpreter
 perl-doc   - Perl documentation
 perl-modules - Core Perl modules
 perl-suid  - Runs setuid Perl scripts
Closes: 479460 479762 479863
Changes: 
 perl (5.10.0-10) unstable; urgency=low
 .
   * Integrate NMU, thanks Bastian.
   * Make h2ph allow the quote mark delimiter also for those #include directives
 chased with h2ph -a. (Closes: #479762)
   * Adjust manual page sections in Module::Build::Base for the Debian Perl
 policy. (Closes: #479460)
   * Disable the v-string in use/require is non-portable warning again.
 (Closes: #479863)
Checksums-Sha1: 
 3f4856f5e587db061672fdbab8a6971ca40b0756 1199 perl_5.10.0-10.dsc
 498e7fdcb42b68a6c03b67d69c0dfc279f41490f 104289 perl_5.10.0-10.diff.gz
 82600f95f6c6dd8ade7f898c7d768cea846f7faa 42704 
libcgi-fast-perl_5.10.0-10_all.deb
 2dc5ceb038f5e4242f4a5a7b0d134d8c8f12f257 8241530 perl-doc_5.10.0-10_all.deb
 12c55ccd673971d4877f1b289188cb7795ca2f59 3293556 perl-modules_5.10.0-10_all.deb
 

Bug#479502: file conflicts between packages

2008-05-08 Thread Daniel Leidert
Please add the proper Replaces field for libopen4-ruby1.8 to make a
working upgrade possible. Otherwise, this bug is not solved (I ran into
it, only updating libopen4-ruby1.8).

Regards, Daniel




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



Processed: Re: Bug479874: twinkle: FTBFS: twinkle_zrtp_ui.h:47: error: 'MessageSeverity' has not been declared

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 479874 pending
Bug#479874: twinkle: FTBFS: twinkle_zrtp_ui.h:47: error: 'MessageSeverity' has 
not been declared
There were no tags set.
Bug#479875: twinkle: FTBFS: twinkle_zrtp_ui.h:47: error: 'MessageSeverity' has 
not been declared
Tags added: pending

 tags 479874 upstream
Bug#479874: twinkle: FTBFS: twinkle_zrtp_ui.h:47: error: 'MessageSeverity' has 
not been declared
Tags were: pending
Bug#479875: twinkle: FTBFS: twinkle_zrtp_ui.h:47: error: 'MessageSeverity' has 
not been declared
Tags added: upstream

 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#479874: marked as forwarded (twinkle: FTBFS: twinkle_zrtp_ui.h:47: error: 'MessageSeverity' has not been declared)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 23:43:21 +1000
with message-id [EMAIL PROTECTED]
has caused the   report #479874,
regarding twinkle: FTBFS: twinkle_zrtp_ui.h:47: error: 'MessageSeverity' has 
not been declared
to be marked as having been forwarded to the upstream software
author(s) Michel de Boer [EMAIL PROTECTED], [EMAIL PROTECTED]

(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.)


-- 
479874: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479874
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
tags 479874 pending
tags 479874 upstream
thanks

Michel,

Looks like some more gcc4.3 patches required when building with libzrtpcpp 
1.1.0

http://bugs.debian.org/479874

along the lines of the attached patch:

Mark
--- twinkle-1.2.orig/src/audio/twinkle_zrtp_ui.h
+++ twinkle-1.2/src/audio/twinkle_zrtp_ui.h
@@ -44,8 +44,8 @@
 virtual void secureOff();
 virtual void showSAS(std::string sas);
 virtual void confirmGoClear();
-virtual void showMessage(MessageSeverity sev, std::string message);
-virtual void zrtpNegotiationFailed(MessageSeverity severity, std::string msg);
+virtual void showMessage(GnuZrtpCodes::MessageSeverity sev, std::string message);
+virtual void zrtpNegotiationFailed(GnuZrtpCodes::MessageSeverity severity, std::string msg);
 virtual void zrtpNotSuppOther();

 private:
--- twinkle-1.2.orig/src/audio/twinkle_zrtp_ui.cpp
+++ twinkle-1.2/src/audio/twinkle_zrtp_ui.cpp
@@ -32,7 +33,7 @@
 extern t_phone *phone;

 TwinkleZrtpUI::TwinkleZrtpUI(ZrtpQueue* queue, t_audio_session* session) :
-ZrtpUserCallback(queue), audioSession(session)
+ZrtpUserCallback(), audioSession(session)
 {}

 void TwinkleZrtpUI::secureOn(std::string cipher) {
@@ -96,7 +97,7 @@
ui-cb_async_zrtp_confirm_go_clear(lineno);
 }

-void TwinkleZrtpUI::showMessage(MessageSeverity sev, std::string message) {
+void TwinkleZrtpUI::showMessage(GnuZrtpCodes::MessageSeverity sev, std::string message) {
t_line *line = audioSession-get_line();
int lineno = line-get_line_number();

@@ -106,21 +107,13 @@
msg += message;

switch (sev) {
-   case Info:
-   log_file-write_report(msg, TwinkleZrtpUI::showMessage, LOG_NORMAL,
-   LOG_INFO);
-   break;
-   case Warning:
-   log_file-write_report(msg, TwinkleZrtpUI::showMessage, LOG_NORMAL,
-   LOG_WARNING);
-   break;
default:
log_file-write_report(msg, TwinkleZrtpUI::showMessage, LOG_NORMAL,
LOG_CRITICAL);
}
 }

-void TwinkleZrtpUI::zrtpNegotiationFailed(MessageSeverity severity, std::string msg) {
+void TwinkleZrtpUI::zrtpNegotiationFailed(GnuZrtpCodes::MessageSeverity severity, std::string msg) {
t_line *line = audioSession-get_line();
int lineno = line-get_line_number();




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


Bug#479875: marked as forwarded (twinkle: FTBFS: twinkle_zrtp_ui.h:47: error: 'MessageSeverity' has not been declared)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 23:43:21 +1000
with message-id [EMAIL PROTECTED]
has caused the   report #479874,
regarding twinkle: FTBFS: twinkle_zrtp_ui.h:47: error: 'MessageSeverity' has 
not been declared
to be marked as having been forwarded to the upstream software
author(s) Michel de Boer [EMAIL PROTECTED], [EMAIL PROTECTED]

(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.)


-- 
479874: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479874
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
tags 479874 pending
tags 479874 upstream
thanks

Michel,

Looks like some more gcc4.3 patches required when building with libzrtpcpp 
1.1.0

http://bugs.debian.org/479874

along the lines of the attached patch:

Mark
--- twinkle-1.2.orig/src/audio/twinkle_zrtp_ui.h
+++ twinkle-1.2/src/audio/twinkle_zrtp_ui.h
@@ -44,8 +44,8 @@
 virtual void secureOff();
 virtual void showSAS(std::string sas);
 virtual void confirmGoClear();
-virtual void showMessage(MessageSeverity sev, std::string message);
-virtual void zrtpNegotiationFailed(MessageSeverity severity, std::string msg);
+virtual void showMessage(GnuZrtpCodes::MessageSeverity sev, std::string message);
+virtual void zrtpNegotiationFailed(GnuZrtpCodes::MessageSeverity severity, std::string msg);
 virtual void zrtpNotSuppOther();

 private:
--- twinkle-1.2.orig/src/audio/twinkle_zrtp_ui.cpp
+++ twinkle-1.2/src/audio/twinkle_zrtp_ui.cpp
@@ -32,7 +33,7 @@
 extern t_phone *phone;

 TwinkleZrtpUI::TwinkleZrtpUI(ZrtpQueue* queue, t_audio_session* session) :
-ZrtpUserCallback(queue), audioSession(session)
+ZrtpUserCallback(), audioSession(session)
 {}

 void TwinkleZrtpUI::secureOn(std::string cipher) {
@@ -96,7 +97,7 @@
ui-cb_async_zrtp_confirm_go_clear(lineno);
 }

-void TwinkleZrtpUI::showMessage(MessageSeverity sev, std::string message) {
+void TwinkleZrtpUI::showMessage(GnuZrtpCodes::MessageSeverity sev, std::string message) {
t_line *line = audioSession-get_line();
int lineno = line-get_line_number();

@@ -106,21 +107,13 @@
msg += message;

switch (sev) {
-   case Info:
-   log_file-write_report(msg, TwinkleZrtpUI::showMessage, LOG_NORMAL,
-   LOG_INFO);
-   break;
-   case Warning:
-   log_file-write_report(msg, TwinkleZrtpUI::showMessage, LOG_NORMAL,
-   LOG_WARNING);
-   break;
default:
log_file-write_report(msg, TwinkleZrtpUI::showMessage, LOG_NORMAL,
LOG_CRITICAL);
}
 }

-void TwinkleZrtpUI::zrtpNegotiationFailed(MessageSeverity severity, std::string msg) {
+void TwinkleZrtpUI::zrtpNegotiationFailed(GnuZrtpCodes::MessageSeverity severity, std::string msg) {
t_line *line = audioSession-get_line();
int lineno = line-get_line_number();




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


Processed: reopening 479502

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.27
 reopen 479502
Bug#479502: file conflicts between packages
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
Bug reopened, originator not changed.


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#479502: libcommandline-ruby1.8 and open4.rb

2008-05-08 Thread Esteban Manchado Vel�zquez
Hi Daniel,

I don't understand. The new libcommandline-ruby1.8 *doesn't* include
open4.rb anymore, it *depends* on libopen4-ruby now:

http://packages.debian.org/sid/all/libcommandline-ruby1.8/filelist
http://packages.debian.org/sid/libcommandline-ruby1.8

If you just upgrade everything, you should get the new
libcommandline-ruby1.8, which doesn't include open4.rb, and everything
should work, right?

Do you have the new libcommandline-ruby1.8 installed?

-- 
Esteban Manchado Velázquez [EMAIL PROTECTED]
EuropeSwPatentFree - http://EuropeSwPatentFree.hispalinux.es
Help spread it through the Net in signatures, webpages, whatever!



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



Bug#479644: CVE-2008-1025

2008-05-08 Thread Steffen Joeris
Hi folks

I am trying around to get the patch for qt4-x11 working for sid.
I will attach a current patch, but it might still need some adjustment, since 
I am not sure, if I missed anything.

Cheers
Steffen
diff -ur ../old/qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/loader/FrameLoader.cpp qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/loader/FrameLoader.cpp
--- ../old/qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/loader/FrameLoader.cpp	2008-04-04 08:40:58.0 +
+++ qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/loader/FrameLoader.cpp	2008-05-08 10:26:28.0 +
@@ -4389,6 +4389,11 @@
 return m_client-blockedError(request);
 }
 
+ResourceError FrameLoader::cannotShowURLError(const ResourceRequest request) const 
+{
+return m_client-cannotShowURLError(request); 
+}
+
 ResourceError FrameLoader::fileDoesNotExistError(const ResourceResponse response) const
 {
 return m_client-fileDoesNotExistError(response);
diff -ur ../old/qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/loader/FrameLoader.h qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/loader/FrameLoader.h
--- ../old/qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/loader/FrameLoader.h	2008-04-04 08:40:58.0 +
+++ qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/loader/FrameLoader.h	2008-05-08 10:26:28.0 +
@@ -215,6 +215,7 @@
 ResourceError cancelledError(const ResourceRequest) const;
 ResourceError fileDoesNotExistError(const ResourceResponse) const;
 ResourceError blockedError(const ResourceRequest) const;
+	ResourceError cannotShowURLError(const ResourceRequest) const;
 bool willUseArchive(ResourceLoader*, const ResourceRequest, const KURL) const;
 bool isArchiveLoadPending(ResourceLoader*) const;
 void cannotShowMIMEType(const ResourceResponse);
diff -ur ../old/qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/loader/ResourceLoader.cpp qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/loader/ResourceLoader.cpp
--- ../old/qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/loader/ResourceLoader.cpp	2008-04-04 08:40:58.0 +
+++ qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/loader/ResourceLoader.cpp	2008-05-08 10:26:28.0 +
@@ -176,6 +176,11 @@
 m_resourceData-clear();
 }
 
+ResourceError ResourceLoader::cannotShowURLError() 
+{
+return frameLoader()-cannotShowURLError(m_request); 
+}
+
 void ResourceLoader::willSendRequest(ResourceRequest request, const ResourceResponse redirectResponse)
 {
 // Protect this in this delegate method since the additional processing can do
@@ -280,11 +285,6 @@
 releaseResources();
 }
 
-void ResourceLoader::wasBlocked()
-{
-didFail(blockedError());
-}
-
 void ResourceLoader::didCancel(const ResourceError error)
 {
 ASSERT(!m_cancelled);
@@ -368,7 +368,12 @@
 
 void ResourceLoader::wasBlocked(ResourceHandle*)
 {
-wasBlocked();
+didFail(blockedError());
+}
+
+void ResourceLoader::cannotShowURL(ResourceHandle*) 
+{
+didFail(cannotShowURLError()); 
 }
 
 void ResourceLoader::didReceiveAuthenticationChallenge(const AuthenticationChallenge challenge)
diff -ur ../old/qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/loader/ResourceLoader.h qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/loader/ResourceLoader.h
--- ../old/qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/loader/ResourceLoader.h	2008-04-04 08:40:58.0 +
+++ qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/loader/ResourceLoader.h	2008-05-08 10:26:28.0 +
@@ -61,6 +61,7 @@
 virtual void cancel(const ResourceError);
 ResourceError cancelledError();
 ResourceError blockedError();
+	ResourceError cannotShowURLError(); 
 
 virtual void setDefersLoading(bool);
 
@@ -80,7 +81,6 @@
 void willStopBufferingData(const char*, int);
 virtual void didFinishLoading();
 virtual void didFail(const ResourceError);
-virtual void wasBlocked();
 
 void didReceiveAuthenticationChallenge(const AuthenticationChallenge);
 void didCancelAuthenticationChallenge(const AuthenticationChallenge);
@@ -93,6 +93,7 @@
 virtual void didFinishLoading(ResourceHandle*);
 virtual void didFail(ResourceHandle*, const ResourceError);
 virtual void wasBlocked(ResourceHandle*);
+	virtual void cannotShowURL(ResourceHandle*); 
 virtual void willStopBufferingData(ResourceHandle*, const char* data, int length) { willStopBufferingData(data, length); } 
 virtual void didReceiveAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge challenge) { didReceiveAuthenticationChallenge(challenge); } 
 virtual void didCancelAuthenticationChallenge(ResourceHandle*, const AuthenticationChallenge challenge) { didCancelAuthenticationChallenge(challenge); } 
diff -ur ../old/qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/platform/KURL.h qt4-x11-4.4.0~rc1/src/3rdparty/webkit/WebCore/platform/KURL.h
--- 

Bug#479500: marked as done (hippo-canvas: maintainer address bounces (simple typo))

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 08 May 2008 14:02:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#479500: fixed in hippo-canvas 0.2.23-4.1
has caused the Debian Bug report #479500,
regarding hippo-canvas: maintainer address bounces (simple typo)
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.)


-- 
479500: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479500
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: hippo-canvas
Version: 0.2.23-4
Severity: serious

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  [EMAIL PROTECTED]
Unrouteable address

== alioth, not lioth.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: hippo-canvas
Source-Version: 0.2.23-4.1

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

hippo-canvas_0.2.23-4.1.diff.gz
  to pool/main/h/hippo-canvas/hippo-canvas_0.2.23-4.1.diff.gz
hippo-canvas_0.2.23-4.1.dsc
  to pool/main/h/hippo-canvas/hippo-canvas_0.2.23-4.1.dsc
libhippocanvas-1-0_0.2.23-4.1_amd64.deb
  to pool/main/h/hippo-canvas/libhippocanvas-1-0_0.2.23-4.1_amd64.deb
libhippocanvas-dev_0.2.23-4.1_amd64.deb
  to pool/main/h/hippo-canvas/libhippocanvas-dev_0.2.23-4.1_amd64.deb
python-hippocanvas_0.2.23-4.1_amd64.deb
  to pool/main/h/hippo-canvas/python-hippocanvas_0.2.23-4.1_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.
Jonas Smedegaard [EMAIL PROTECTED] (supplier of updated hippo-canvas 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, 07 May 2008 22:53:12 +0200
Source: hippo-canvas
Binary: libhippocanvas-1-0 libhippocanvas-dev python-hippocanvas
Architecture: source amd64
Version: 0.2.23-4.1
Distribution: unstable
Urgency: low
Maintainer: Debian maintenance of the Gnome Online Desktop [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 libhippocanvas-1-0 - a GTK+2.0 canvas library
 libhippocanvas-dev - a GTK+2.0 canvas library
 python-hippocanvas - Python bindings to hippo-canvas
Closes: 451395 479500
Changes: 
 hippo-canvas (0.2.23-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix implicit pointer conversion: patch python/hippo.override to
 include hippo/hippo-canvas-test.h. Closes: bug#451395.
   * Correct maintainer email address in debian/control. Closes:
 bug#479500.
   * Remove autogenerated config/hippo-canvas in clean target.
Checksums-Sha1: 
 b0d0091160166496c1e5dab77764f5cad3f396e2 1337 hippo-canvas_0.2.23-4.1.dsc
 352dfe66c2d8594c94f6f18e0548c4cda353b0bb 2959 hippo-canvas_0.2.23-4.1.diff.gz
 ee4907f87b488e69f3f4bfe203acfcabe29938e1 64350 
libhippocanvas-1-0_0.2.23-4.1_amd64.deb
 a046f05e4eeec2d80a0133a756851b9af2a46200 88914 
libhippocanvas-dev_0.2.23-4.1_amd64.deb
 f8d51f1abcc9ed15f92656e427f63e2df5d6808a 33690 
python-hippocanvas_0.2.23-4.1_amd64.deb
Checksums-Sha256: 
 527d2fc1dec66765c5c967395078ed8aa6447c696a6362fab0f44dafc6e28ad2 1337 
hippo-canvas_0.2.23-4.1.dsc
 8f3bf7386ed116f5ee4a75a778e8e927a9307ed621651d5d8b5cecbc81761c53 2959 
hippo-canvas_0.2.23-4.1.diff.gz
 ecc9357607839e300b56914e917ab6cd3e91a6b0b368681d612e99aadb1d1de4 64350 
libhippocanvas-1-0_0.2.23-4.1_amd64.deb
 ea3f7a46cf688453ac28e49b0e7ac09d7a144f569a1791bf77bd66c187db2732 88914 
libhippocanvas-dev_0.2.23-4.1_amd64.deb
 161ab5330c22f8467dcabc14e2d88a63a4d341fa34043ce4e51e30002862a244 33690 
python-hippocanvas_0.2.23-4.1_amd64.deb
Files: 
 3b2e5a218bbaec8cfe5d5b19be317188 1337 libs optional hippo-canvas_0.2.23-4.1.dsc
 e2366b359f162963911d1882cdb429f0 2959 libs optional 
hippo-canvas_0.2.23-4.1.diff.gz
 0c6862cf6022cd64b2a536f36163ecf1 64350 libs optional 
libhippocanvas-1-0_0.2.23-4.1_amd64.deb
 0d3c6538459271e3e678fbe734fdc2c0 88914 libs optional 
libhippocanvas-dev_0.2.23-4.1_amd64.deb
 07545c3af882389efa75455672a9df80 33690 python optional 

Bug#479916: marked as done (asused: FTBFS: Can't call method getIn on an undefined value at test.pl line 27, DATA line 38.)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 08 May 2008 13:47:04 +
with message-id [EMAIL PROTECTED]
and subject line Bug#479916: fixed in asused 3.72-6
has caused the Debian Bug report #479916,
regarding asused: FTBFS: Can't call method getIn on an undefined value at 
test.pl line 27, DATA line 38.
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.)


-- 
479916: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479916
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: asused
Version: 3.72-5
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[4]: Entering directory `/build/user/asused-3.72/Net/RIPEWhois/in'
 PERL_DL_NONLAZY=1 /usr/bin/perl -I../../../blib/lib -I../../../blib/arch 
 test.pl
 1..1
 ok 1
 Can't call method getIn on an undefined value at test.pl line 27, DATA 
 line 38.
 make[4]: *** [test_dynamic] Error 111

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---
---BeginMessage---
Source: asused
Source-Version: 3.72-6

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

asused_3.72-6.diff.gz
  to pool/main/a/asused/asused_3.72-6.diff.gz
asused_3.72-6.dsc
  to pool/main/a/asused/asused_3.72-6.dsc
asused_3.72-6_all.deb
  to pool/main/a/asused/asused_3.72-6_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.
Jan Wagner [EMAIL PROTECTED] (supplier of updated asused 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 12:39:09 +
Source: asused
Binary: asused
Architecture: source all
Version: 3.72-6
Distribution: unstable
Urgency: low
Maintainer: Jan Wagner [EMAIL PROTECTED]
Changed-By: Jan Wagner [EMAIL PROTECTED]
Description: 
 asused - To run a check on the usage of your registry's allocations
Closes: 479916
Changes: 
 asused (3.72-6) unstable; urgency=low
 .
   * add 04_drop_network_tests.dpatch to remove tests requiring network
 access (Closes: #479916)
Checksums-Sha1: 
 3091da4cbcf5dab4e2592684607da09970d46717 1084 asused_3.72-6.dsc
 2e8c5ea8c2a5cc3b92fac099d07edfa89f6655ad 5217 asused_3.72-6.diff.gz
 c7ff070fe44e95f90499c357869a5af6d25c4473 83622 asused_3.72-6_all.deb
Checksums-Sha256: 
 a6627c1c8a0596f3b48cfbccd37b55f04cd5e588b27bf14c7f4db3a473ccfcff 1084 
asused_3.72-6.dsc
 94754d4921a610075620bef912b01c804bb8cb39e270869a1a7be0a1fb2a4e17 5217 
asused_3.72-6.diff.gz
 0462ca9531e98145286c13b07f371ee4dcf2fccf6bbd9c425f3785f226d292af 83622 
asused_3.72-6_all.deb
Files: 
 10a7a373fbee6f9ef2cd0e3879bbea94 1084 utils optional asused_3.72-6.dsc
 41a67c410bcbbe0627b0a4fae8012035 5217 utils optional asused_3.72-6.diff.gz
 abde37a7871830ca5a94a594212e2227 83622 utils optional asused_3.72-6_all.deb

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

iD8DBQFIIv4p+C5cwEsrK54RAj/iAJ9UUlXRe7Gwc4DR1ymVQPN1UX4G+QCfff1e
6PTBGcqb6zJdCDQ6DEq7JZk=
=f+wZ
-END PGP SIGNATURE-


---End Message---


Bug#445780: marked as done (rdesktop segfaults connecting to Windows 2000/2003 server)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 8 May 2008 16:00:02 +0200
with message-id [EMAIL PROTECTED]
and subject line closing
has caused the Debian Bug report #445780,
regarding rdesktop segfaults connecting to Windows 2000/2003 server
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.)


-- 
445780: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=445780
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: rdesktop
Version: 1.5.0-2+cvs20071006
Severity: grave
Justification: renders package unusable

Previous version in Debian/Lenny (1.5.0-2) worked without a flaw on 
the same environment, so te bug has been introduced with the latest 
commit.

Kind regards
R.

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

Kernel: Linux 2.6.23-rc9-gfc8b28a6-dirty (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages rdesktop depends on:
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libssl0.9.8   0.9.8e-9   SSL shared libraries
ii  libx11-6  2:1.0.3-7  X11 client-side library

rdesktop recommends no packages.

-- no debconf information


---End Message---
---BeginMessage---
Version: 1.5.0-3+cvs20071006

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpVX2ZRHwwNV.pgp
Description: PGP signature
---End Message---


Bug#479683: [pkg-mono-group] Bug#479683: asp.net2-examples: missing dependency for libgdiplus

2008-05-08 Thread Roland Ambrosch
Mirco Bauer wrote:
 severity 479683 important
 thanks

 On Tue, 2008-05-06 at 08:35 +0200, Roland Ambrosch wrote:
   
 Hi,

 all mono packages which are used for asp .net 2.0 development are
 missing a dependency for libgdiplus, which results in not compiling
 pages and misterious errors.

 libgdiplus should be added as a depency, at least for asp.net2-examples
 because this package doesnt work at all without libgdiplus.
 

 So where is the error message do you get? I only see currently a claim
 here.
   
Error 505: Server Error in '/' Application - Input string was not in
correct format
 I will add dependecies where needed, but you neither exactly say which
 package (or which page of asp.net2-examples) uses libgdiplus and fails
 without it (and in which way). And even more important how to reproduce
 it.

   
How to reproduce:
1. install asp.net2-examples,
2. start xsp2 in /usr/share/asp.net2-demos
3. start browser and surf to http://yourip:8080/   (seems working)
4. click on ANY example of the 2.0 release and read the following error:
Error 505: Server Error in '/' Application - Input string was not in
correct format
 When needed I will upgrade the bugreport to serious again.
   
Simply uninstall libgdiplus and start ANY 2.0 application and you will
see it.

In my opinion this dependency is more rudimentary because also xsp2
should depend on it.

regards,
Roland




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



Bug#451395: marked as done (hippo-canvas: hippo_canvas_test_get_root() implicitly converted to pointer)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 08 May 2008 14:02:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#451395: fixed in hippo-canvas 0.2.23-4.1
has caused the Debian Bug report #451395,
regarding hippo-canvas: hippo_canvas_test_get_root() implicitly converted to 
pointer
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.)


-- 
451395: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451395
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: hipp-convas
Version: 0.2.23-1
Severity: important

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.
For more information, see [2].

The generated hippo.c file should probably include an #include directive
for hippo-canvas-test.h.

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions

- Forwarded message from Build Daemon [EMAIL PROTECTED] -

X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on ldl.fc.hp.com
X-Spam-Level: 
X-Spam-Status: No, score=0.0 required=3.5 tests=AWL,UNDISC_RECIPS 
autolearn=disabled version=3.1.7-deb
X-Virus-Scanned: Debian amavisd-new at ldl.fc.hp.com
Subject: Log for successful build of hippo-canvas_0.2.23-1 (dist=unstable)
Date: Thu, 15 Nov 2007 16:58:09 + (GMT)
From: Build Daemon [EMAIL PROTECTED]
To: undisclosed-recipients: ;
X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.1.298604, Antispam-Data: 
2007.11.15.83134
Debian-Buildd-Error: Yes

Function `hippo_canvas_test_get_root' implicitly converted to pointer at 
./python/hippo.c:4182

- End forwarded message -

-- 
dann frazier



---End Message---
---BeginMessage---
Source: hippo-canvas
Source-Version: 0.2.23-4.1

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

hippo-canvas_0.2.23-4.1.diff.gz
  to pool/main/h/hippo-canvas/hippo-canvas_0.2.23-4.1.diff.gz
hippo-canvas_0.2.23-4.1.dsc
  to pool/main/h/hippo-canvas/hippo-canvas_0.2.23-4.1.dsc
libhippocanvas-1-0_0.2.23-4.1_amd64.deb
  to pool/main/h/hippo-canvas/libhippocanvas-1-0_0.2.23-4.1_amd64.deb
libhippocanvas-dev_0.2.23-4.1_amd64.deb
  to pool/main/h/hippo-canvas/libhippocanvas-dev_0.2.23-4.1_amd64.deb
python-hippocanvas_0.2.23-4.1_amd64.deb
  to pool/main/h/hippo-canvas/python-hippocanvas_0.2.23-4.1_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.
Jonas Smedegaard [EMAIL PROTECTED] (supplier of updated hippo-canvas 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, 07 May 2008 22:53:12 +0200
Source: hippo-canvas
Binary: libhippocanvas-1-0 libhippocanvas-dev python-hippocanvas
Architecture: source amd64
Version: 0.2.23-4.1
Distribution: unstable
Urgency: low
Maintainer: Debian maintenance of the Gnome Online Desktop [EMAIL PROTECTED]
Changed-By: Jonas Smedegaard [EMAIL PROTECTED]
Description: 
 libhippocanvas-1-0 - a GTK+2.0 canvas library
 libhippocanvas-dev - a GTK+2.0 canvas library
 python-hippocanvas - Python bindings to hippo-canvas
Closes: 451395 479500
Changes: 
 hippo-canvas (0.2.23-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix implicit pointer conversion: patch python/hippo.override to
 include hippo/hippo-canvas-test.h. Closes: bug#451395.
   * Correct maintainer email address in debian/control. Closes:
 bug#479500.
   * Remove autogenerated config/hippo-canvas in clean target.
Checksums-Sha1: 
 b0d0091160166496c1e5dab77764f5cad3f396e2 1337 hippo-canvas_0.2.23-4.1.dsc
 352dfe66c2d8594c94f6f18e0548c4cda353b0bb 2959 hippo-canvas_0.2.23-4.1.diff.gz
 ee4907f87b488e69f3f4bfe203acfcabe29938e1 64350 
libhippocanvas-1-0_0.2.23-4.1_amd64.deb
 a046f05e4eeec2d80a0133a756851b9af2a46200 88914 
libhippocanvas-dev_0.2.23-4.1_amd64.deb
 f8d51f1abcc9ed15f92656e427f63e2df5d6808a 33690 
python-hippocanvas_0.2.23-4.1_amd64.deb
Checksums-Sha256: 
 

Processed: Re: Bug#469896: cl-geodesics - FTBFS: dpkg-genchanges: failure: cannot read files

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 469896 + pending
Bug#469896: cl-geodesics - FTBFS: dpkg-genchanges: failure: cannot read files 
list file: No such file or directory
Tags were: patch help
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]



Bug#469896: cl-geodesics - FTBFS: dpkg-genchanges: failure: cannot read files

2008-05-08 Thread Luca Capello
tags 469896 + pending
thanks

Hi Sebastian!

On Sun, 27 Apr 2008 22:28:39 +0200, Sebastian Bober wrote:
 in my view the correct way to fix this bug is to make the package
 Architecture: all as no architecture specific content is generated. An
 according patch is attached.

Agreed and patch applied, thank you!

Thx, bye,
Gismo / Luca


pgp2aGCPDJ9mf.pgp
Description: PGP signature


Bug#480178: upgrade-reports: print jobs not getting to printer after dist-upgrade

2008-05-08 Thread Whit Hansell
Package: upgrade-reports
Severity: grave
Justification: renders package unusable



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

Kernel: Linux 2.6.24-1-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

performed dist-upgrade May 5 and 6.  Tried to print on May 7 and no 
printing.  Checked print que and all jobs in print que but when tried
 to send ot printer either got error or processing and no printing.  
Rebooted and stil lhad one job in print que and before it restarted that 
job finally got to the printer and printed fine.  After reboot, still 
no printing.  Everything still sent to que but nothing from there on.  
Have HP 720C printer using Cups, foomatic and ppn2ppa.  Everything 
worked fine prior to dist-upgrade.



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



Bug#479502: libcommandline-ruby1.8 and open4.rb

2008-05-08 Thread Daniel Leidert
Hi,

Esteban Manchado Velázquez wrote:

 I don't understand. The new libcommandline-ruby1.8 *doesn't* include
 open4.rb anymore, it *depends* on libopen4-ruby now:

 http://packages.debian.org/sid/all/libcommandline-ruby1.8/filelist
 http://packages.debian.org/sid/libcommandline-ruby1.8

That's one side of the problem, that you solved.

 If you just upgrade everything, you should get the new
 libcommandline-ruby1.8, which doesn't include open4.rb, and everything
 should work, right?

 Do you have the new libcommandline-ruby1.8 installed?

No I did not update it first, because it was hold back and I manually installed
libopen4-ruby1.8 first (to examine, which packages are hold back for Perl 5.10
transition). So I did run into the problem, because libopen4-ruby1.8 missed to
declare the open4.rb replacement accordingly to section 7.5(.1) of the Debian
policy.

Package: libopen4-ruby1.8
[..]
Replaces: libcommandline-ruby1.8 ( 0.7.10-10)

should solve this finally.

Regards, Daniel




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



Bug#476194: marked as done (Slime fails to start because a cl-swank related socket-error )

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 08 May 2008 16:52:48 +0200
with message-id [EMAIL PROTECTED]
and subject line Re: Bug#476194: Solved: Slime fails to start because a 
cl-swank related socket-error
has caused the Debian Bug report #476194,
regarding Slime fails to start because a cl-swank related socket-error 
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.)


-- 
476194: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476194
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: cl-swank
Version: 1:20080223-2
Severity: grave
Justification: renders package unusable


When I try to start Slime I get the following error:

---
; loading
#P/var/cache/common-lisp-controller/1000/sbcl/swank/fasl/sbcl-1.0.15.debian-linux-x86/swank-asdf.fasl

debugger invoked on a SB-BSD-SOCKETS:SOCKET-ERROR in thread #THREAD
initial thread {A8FC759}:
  Socket error in bind: 99 (Cannot assign requested address)

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [ABORT] Exit debugger, returning to top level.

(SB-BSD-SOCKETS:SOCKET-ERROR bind)

---


The problem appears both with root and normal user.

This happens with emacs22 and emacs21.


Thanks for your attention.


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

Kernel: Linux 2.6.24.2-xps-m1210 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages cl-swank depends on:
ii  common-lisp-controller6.14   Common Lisp source and
compiler ma

cl-swank recommends no packages.

-- no debconf information




---End Message---
---BeginMessage---
Hi!

On Fri, 18 Apr 2008 22:19:33 +0200, Erick Lopez Carreon wrote:
 The cl-swank error was solved by setting up the lo network interface,
 which I had ruined when modify my /etc/network/interfaces file.
[...]
 Could you please close this report?

Done :-)

Thx, bye,
Gismo / Luca


pgpp6Lq2Jx5z6.pgp
Description: PGP signature
---End Message---


Bug#480142: setting package to xtrans-dev xtrans, tagging 385976, tagging 480142, tagging 472357

2008-05-08 Thread Julien Cristau
# Automatically generated email from bts, devscripts version 2.10.27
#
# xtrans (1.2-1) UNRELEASED; urgency=low
#
#  * New upstream release
#+ fixes abstract unix domain sockets (closes: #480142)
#+ fixes xserver build on kfreebsd (closes: #472357)
#+ returns failure instead of 'try again' when opening a unix domain socket
#  returns ENOENT (closes: #385976)
#

package xtrans-dev xtrans
tags 385976 + pending
tags 480142 + pending
tags 472357 + pending




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



Processed: setting package to xtrans-dev xtrans, tagging 385976, tagging 480142, tagging 472357

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.27
 #
 # xtrans (1.2-1) UNRELEASED; urgency=low
 #
 #  * New upstream release
 #+ fixes abstract unix domain sockets (closes: #480142)
 #+ fixes xserver build on kfreebsd (closes: #472357)
 #+ returns failure instead of 'try again' when opening a unix domain 
 socket
 #  returns ENOENT (closes: #385976)
 #
 package xtrans-dev xtrans
Ignoring bugs not assigned to: xtrans-dev xtrans

 tags 385976 + pending
Bug#385976: SocketUNIXConnect shouldn't return TRANS_TRY_CONNECT_AGAIN when the 
socket file doesn't exist
Tags were: fixed-upstream patch
Tags added: pending

 tags 480142 + pending
Bug#480142: xtrans-dev: connection by unix sockets broken
Tags were: fixed-upstream
Tags added: pending

 tags 472357 + pending
Bug#472357: xtrans-dev: broken on kfreebsd
Tags were: fixed-upstream upstream
Tags added: 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]



Processed: Re: Bug#480178: upgrade-reports: print jobs not getting to printer after dist-upgrade

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 480178 important
Bug#480178: upgrade-reports: print jobs not getting to printer after 
dist-upgrade
Severity set to `important' from `grave'

 tag 480178 moreinfo
Bug#480178: upgrade-reports: print jobs not getting to printer after 
dist-upgrade
There were no tags set.
Tags added: moreinfo

 reassign 480178 cupsys
Bug#480178: upgrade-reports: print jobs not getting to printer after 
dist-upgrade
Bug reassigned from package `upgrade-reports' to `cupsys'.

 kthxbye
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#480178: upgrade-reports: print jobs not getting to printer after dist-upgrade

2008-05-08 Thread Julien Cristau
severity 480178 important
tag 480178 moreinfo
reassign 480178 cupsys
kthxbye

On Thu, May  8, 2008 at 10:45:01 -0400, Whit Hansell wrote:

 performed dist-upgrade May 5 and 6.  Tried to print on May 7 and no 
 printing.  Checked print que and all jobs in print que but when tried
  to send ot printer either got error or processing and no printing.  
 Rebooted and stil lhad one job in print que and before it restarted that 
 job finally got to the printer and printed fine.  After reboot, still 
 no printing.  Everything still sent to que but nothing from there on.  
 Have HP 720C printer using Cups, foomatic and ppn2ppa.  Everything 
 worked fine prior to dist-upgrade.
 
What packages were upgraded at that time?  You can check
/var/log/dpkg.log to see the list.  What errors are you getting, from
what commands, ...?  We need a lot more details for this report to be
useful.
Reassigning to the cupsys package in the mean time, as you say you're
using cups.

Cheers,
Julien



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



Processed: Please postpone the

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 477331 important
Bug#477331: libcairo-directfb2-udeb: Broken screen repainting in Debian 
Installer
Severity set to `important' from `serious'

 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#477331: Please postpone the

2008-05-08 Thread Otavio Salvador
severity 477331 important
thanks

Sebastian,

Please, revert the directfb changes to fix this bug. However wait few
days to upload it to unstable. We've added a workaround that works for
d-i usage and we'd like to release Debian Installer Lenny Beta 2; this
upload could mess up with our timeline.

If you can, please make the changed package available so we can test
it and then coordinate when it's OK for an upload with that.

Is that OK for you?

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
-
Microsoft sells you Windows ... Linux gives
 you the whole house.



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



Bug#467260: Same here with 2.6.25

2008-05-08 Thread Enrico Zini
Package: kvm-source
Version: 66+dfsg-1
Followup-For: Bug #467260

Hello,

thanks for packaging kvm.

I get the same problem, which I manage to work around with:

  m-a -t clean kvm-source; m-a -t a-i kvm-source

-t is probably not needed, it's just my preference.

The 2.6.25 kernel is the package from sid.

There was a kvm module loaded before I built the module, I have no idea
if that came with the kernel package, but it prevented the newly built
kvm from loading.  I unloaded that, and loaded the newly built module,
and it worked.


Ciao,

Enrico

-- Package-specific info:


selected information from lshal(1):



/proc/cpuinfo:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 Duo CPU T7250  @ 2.00GHz
stepping: 13
cpu MHz : 2001.000
cache size  : 2048 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm 
constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr lahf_lm ida
bogomips: 3993.42
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 Duo CPU T7250  @ 2.00GHz
stepping: 13
cpu MHz : 2001.000
cache size  : 2048 KB
physical id : 0
siblings: 2
core id : 1
cpu cores   : 2
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm 
constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr lahf_lm ida
bogomips: 3990.05
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:




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

Kernel: Linux 2.6.25-1-amd64 (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 kvm-source depends on:
ii  bzip2 1.0.5-0.1  high-quality block-sorting file co
ii  debhelper 6.0.11 helper programs for debian/rules
ii  make  3.81-4 The GNU version of the make util
ii  module-assistant  0.10.11.0  tool to make module package creati

kvm-source recommends no packages.

-- no debconf information



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



Processed: NMU

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 479662 + patch pending
Bug#479662: ia32-libs: libcrypto is broken, causes Wine FTBFS
There were no tags set.
Tags added: patch, 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: Re: Bug#471213: cl-rsm-random - FTBFS: dpkg-genchanges: failure: cannot read files list file: No such file or directory

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 471213 + pending
Bug#471213: cl-rsm-random - FTBFS: dpkg-genchanges: failure: cannot read files 
list file: No such file or directory
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]



Bug#471213: cl-rsm-random - FTBFS: dpkg-genchanges: failure: cannot read files list file: No such file or directory

2008-05-08 Thread Luca Capello
tags 471213 + pending
thanks

Hi Sebastian!

On Sun, 27 Apr 2008 22:52:46 +0200, Sebastian Bober wrote:
 the latest upload of this package swapped the rules for binary-arch and
 binary-indep. This resulted in this FTBFS bug. The attached patch
 reverses the change and binary-arch only builds should be possible
 again.

Applied, thank you!

Thx, bye,
Gismo / Luca


pgph4R168QBka.pgp
Description: PGP signature


Bug#471213: marked as done (cl-rsm-random - FTBFS: dpkg-genchanges: failure: cannot read files list file: No such file or directory)

2008-05-08 Thread Debian Bug Tracking System

Your message dated Thu, 08 May 2008 17:02:04 +
with message-id [EMAIL PROTECTED]
and subject line Bug#471213: fixed in cl-rsm-random 1.4
has caused the Debian Bug report #471213,
regarding cl-rsm-random - FTBFS: dpkg-genchanges: failure: cannot read files 
list file: 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.)


-- 
471213: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471213
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: cl-rsm-random
Version: 1.3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of cl-rsm-random_1.3 on lxdebian.bfinv.de by sbuild/s390 98
[...]
 dh_install random.so usr/lib/rsm-random
  dpkg-genchanges -B -ms390 Build Daemon buildd_s390-lxdebian 
 ../cl-rsm-random_1.3_s390.changes
 dpkg-genchanges: arch-specific upload - not including arch-independent 
 packages
 dpkg-genchanges: failure: cannot read files list file: No such file or 
 directory
 dpkg-buildpackage: failure: dpkg-genchanges gave error exit status 2
 **
 Build finished at 20080313-2254
 FAILED [dpkg-buildpackage died]


---End Message---
---BeginMessage---
Source: cl-rsm-random
Source-Version: 1.4

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

cl-rsm-random_1.4.dsc
  to pool/main/c/cl-rsm-random/cl-rsm-random_1.4.dsc
cl-rsm-random_1.4.tar.gz
  to pool/main/c/cl-rsm-random/cl-rsm-random_1.4.tar.gz
cl-rsm-random_1.4_amd64.deb
  to pool/main/c/cl-rsm-random/cl-rsm-random_1.4_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.
Luca Capello [EMAIL PROTECTED] (supplier of updated cl-rsm-random 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 18:42:19 +0200
Source: cl-rsm-random
Binary: cl-rsm-random
Architecture: source amd64
Version: 1.4
Distribution: unstable
Urgency: low
Maintainer: Debian Common Lisp Team [EMAIL PROTECTED]
Changed-By: Luca Capello [EMAIL PROTECTED]
Description: 
 cl-rsm-random - McIntire's Common Lisp Random Number Library
Closes: 471213
Changes: 
 cl-rsm-random (1.4) unstable; urgency=low
 .
   * debian/control:
 + add myself to Uploaders:.
 .
   * debian/rules:
 + fix FTBFS: revert swap of binary-indep and binary-arch targets,
   thanks to Sebastian Bober [EMAIL PROTECTED] for having
   taken care of this (Closes: #471213).
Checksums-Sha1: 
 7cbe060b77cada5dc08c559ec50f20dc90fac47b 894 cl-rsm-random_1.4.dsc
 2683a080dbd652dfa1362b7f0c133caea2807849 11533 cl-rsm-random_1.4.tar.gz
 3c135aee7b43b96ee352428513117a9f214f3bb4 10872 cl-rsm-random_1.4_amd64.deb
Checksums-Sha256: 
 f792c3f0cd8fde40c94c1ec7c2f816fa0722fa631ecdba4ecb63a0b75812a378 894 
cl-rsm-random_1.4.dsc
 cfcf609e25ca1d47a1a8e9e0524a11e76438855c683e692f3eac29243be83d52 11533 
cl-rsm-random_1.4.tar.gz
 8f0cb03bba2a269061f00bdb4c90ea31c57851d12c182a646fc1f4687c96482a 10872 
cl-rsm-random_1.4_amd64.deb
Files: 
 e9c41af94d5aed26e68a6180d9c6ee78 894 devel optional cl-rsm-random_1.4.dsc
 4b3de40742b55212a9c792291d144f85 11533 devel optional cl-rsm-random_1.4.tar.gz
 d73f7da7bc066a1e50352bbc7907a52f 10872 devel optional 
cl-rsm-random_1.4_amd64.deb

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

iD8DBQFIIy6UVAp7Xm10JmkRAre3AJ9joPZK7dqyhU5pKT3mcGs2eUA0LACeK2Rg
ZIqqV1ccUYBLxNnW7ajDcm0=
=A0Pm
-END PGP SIGNATURE-


---End Message---


Bug#467260: Same here with 2.6.25

2008-05-08 Thread Jan Lübbe
On Thu, 2008-05-08 at 18:03 +0200, Enrico Zini wrote:
 I get the same problem, which I manage to work around with:
 
   m-a -t clean kvm-source; m-a -t a-i kvm-source
 
 -t is probably not needed, it's just my preference.

This is a problem in m-a: It does not remove the old module before
extracting the new one.

 The 2.6.25 kernel is the package from sid.
 
 There was a kvm module loaded before I built the module, I have no idea
 if that came with the kernel package, but it prevented the newly built
 kvm from loading.  I unloaded that, and loaded the newly built module,
 and it worked.

The Debian kernel in sid now comes with kvm modules. I'm not sure if
there is a way to define priorities.

-- 
Jan Lübbe [EMAIL PROTECTED]http://sicherheitsschwankung.de
 gpg-key  1024D/D8480F2E 2002-03-20
 fingerprint  1B25 F91F 9E7B 5D4F 1282  02D6 8A83 8BE4 D848 0F2E




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



Bug#474810: clisp: FTBFS: floatparam.h:18:2: error: #error Unknown rounding mode for type double!

2008-05-08 Thread Luca Capello
Hi Sebastian!

On Mon, 28 Apr 2008 01:52:10 +0200, Sebastian Bober wrote:
 this bug is fixed in a new upstream version 2.44.1 of clisp. I have
 extracted a minimal fix for this build failure.

I'm reluctant to apply your patch because I could go and package the new
upstream version instead.  What do you think?

Thx, bye,
Gismo / Luca


pgpwxCTJ4Ys3e.pgp
Description: PGP signature


Bug#474810: clisp: FTBFS: floatparam.h:18:2: error: #error Unknown rounding mode for type double!

2008-05-08 Thread Sebastian Bober
On Thu, May 08, 2008 at 07:01:19PM +0200, Luca Capello wrote:
 
 I'm reluctant to apply your patch because I could go and package the new
 upstream version instead.  What do you think?

That's reasonable as the diff between the currently packaged and the new
upstream version is very small. I just wanted to supply a minimal fix
for this RC bug for potential NMUers.

So, I'd say, go forward with the new upstream version.

Regards,
  Sebastian




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



Processed: havp: new upstream available

2008-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 package havp
Ignoring bugs not assigned to: havp

 tags 479891 fixed-upstream
Bug#479891: havp: FTBFS: clamlibscanner.cpp:198: error: 'struct cl_limits' has 
no member named 'maxratio'
There were no tags set.
Tags added: fixed-upstream

 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#479891: havp: new upstream available

2008-05-08 Thread Björn Heide
package havp
tags 479891 fixed-upstream
thank you

The havp homepage announces version 0.88 with this changelog:

 HAVP 0.88 released
 - ClamAV library 0.93 support (recompile needed, new option
 CLAMMAXSCANSIZE)
 - CLAMMAXFILESIZE default is now 100MB (so 0.93 even starts scanning
 big files)
 - Fix random seed issue (ClamAV generated some temporary file errors)
 - Added DISABLELOCKINGFOR config (fix for ZIP handling in ClamAV 0.93)
 - Arcavir version 2008 support (set ARCAVIRVERSION)
 - Log scanner errors to errorlog
 - Relaxed SSL/CONNECT port limits
 (It is _not_ recommended to use --enable-ssl-tunnel, you should use
 Squid)

best regards
Björn



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



Bug#480111: openafs-dbserver: VLDB changes not being sync'ed to vldb.DB0

2008-05-08 Thread Russ Allbery
Hans Grobler [EMAIL PROTECTED] writes:

 Subject: openafs-dbserver: VLDB changes not being sync'ed to vldb.DB0
 Package: openafs-dbserver
 Version: 1.4.7~pre3.dfsg1-1
 Severity: critical
 Justification: breaks the whole system

 Recent vlserver's fail to write VLDB changes to the
 /var/lib/openafs/db/vldb.DB0 file on non sync-sites. The effect is that,
 whilst the in-memory VLDB is correct, the version on disk is not correct
 except on the sync site. If all vlserver's for a cell are restarted *at
 the same time*, all recent changes to the VLDB are lost.

There was a significant fix to Ubik between 1.4.7pre3 and 1.4.7.  Could
you try with the 1.4.7 packages in Debian unstable and see if that fixes
the problem?  In particular, I think this is fixed by
STABLE14-ubik-recovery-swap-in-new-fd-20080428, which was one of the final
changes right before the 1.4.7 release.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/



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



Bug#480208: libffi-dev: amd64 headers inconsistent with actual binaries

2008-05-08 Thread Aaron M. Ucko
Package: libffi-dev
Version: 3.0.5-1.0
Severity: critical
Justification: causes serious data loss

Because all the builds (native and bi-/tri-arch) install headers into
/usr/include, /usr/include/ffi.h may wind up failing to correspond to
the actual architecture of interest.  In particular, on amd64,
/usr/include/ffi.h winds up #define-ing X86 rather than the correct
X86_64, breaking anything that builds against it.  (ctypes catches the
problem thanks to its test suite, but other reverse dependencies will
require binNMUs.)

The best way to fix this problem would arguably be to arrange for the
non-native versions of ffi.h to wind up in
/usr/include/$(host_triplet); however, that approach turns out to be
somewhat cumbersome, particularly given that the top-level makefile
neglects to propagate includedir or includesdir. :-/

Alternatively, it suffices to edit src/x86/ffitarget.h to honor
__x86_64__ unconditionally, either by flipping the target
specification (as it already does for the combination of X86_64 and
__i386__) or by deconditionalizing the existing check for __x86_64__
further down:

--- libffi-3.0.5.orig/src/x86/ffitarget.h
+++ libffi-3.0.5/src/x86/ffitarget.h
@@ -74,7 +74,7 @@
 #define FFI_TYPE_SMALL_STRUCT_1B (FFI_TYPE_LAST + 1)
 #define FFI_TYPE_SMALL_STRUCT_2B (FFI_TYPE_LAST + 2)
 
-#if defined (X86_64) || (defined (__x86_64__)  defined (X86_DARWIN))
+#if defined (X86_64) || (defined (__x86_64__) /*  defined (X86_DARWIN) */)
 #define FFI_TRAMPOLINE_SIZE 24
 #define FFI_NATIVE_RAW_API 0
 #else

In principle, this issue could also affect other architectures, but
AFAICT configure doesn't actually set different target names for any
of them at present.

(You could also simply install the native build last rather than
first, but that would break builds for amd64 on i386 in the same
fashion that native amd64 builds currently break unless you also fix
ffitarget.h as described above.)

At any rate, could you please fix the bug and (once a fixed build has
hit the archive) request binNMUs for libffi5's reverse dependencies on
amd64?

Thanks!

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

Kernel: Linux 2.6.25.0 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages libffi-dev depends on:
ii  libffi5   3.0.5-1.0  Foreign Function Interface library

libffi-dev recommends no packages.

-- no debconf information



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



Bug#480111: openafs-dbserver: VLDB changes not being sync'ed to vldb.DB0

2008-05-08 Thread Hans Grobler
On Thu, 2008-05-08 at 10:33 -0700, Russ Allbery wrote:
 Hans Grobler [EMAIL PROTECTED] writes:
 
  Subject: openafs-dbserver: VLDB changes not being sync'ed to vldb.DB0
  Package: openafs-dbserver
  Version: 1.4.7~pre3.dfsg1-1
  Severity: critical
  Justification: breaks the whole system
 
  Recent vlserver's fail to write VLDB changes to the
  /var/lib/openafs/db/vldb.DB0 file on non sync-sites. The effect is that,
  whilst the in-memory VLDB is correct, the version on disk is not correct
  except on the sync site. If all vlserver's for a cell are restarted *at
  the same time*, all recent changes to the VLDB are lost.
 
 There was a significant fix to Ubik between 1.4.7pre3 and 1.4.7.  Could
 you try with the 1.4.7 packages in Debian unstable and see if that fixes
 the problem?  In particular, I think this is fixed by
 STABLE14-ubik-recovery-swap-in-new-fd-20080428, which was one of the final
 changes right before the 1.4.7 release.

I can confirm that 1.4.7 fixes this serious bug. With 1.4.7 the empty
vldb.DB0 files created start with size 16 bytes, whereas previously they
were 0 size... which correlates with a fd problem as hinted at in the
Changelog.

Regards,
-- Hans




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



  1   2   >