Bug#555205: marked as done (libc6: segfault when upgrading from 2.9-25 -> 2.10.1-5 on squeeze renders system unusable)

2010-06-26 Thread Debian Bug Tracking System
Your message dated Sun, 27 Jun 2010 07:45:56 +0200
with message-id <20100627054556.ga30...@ohm.aurel32.net>
and subject line Re: Bug#555205: segfault caused by optimized library?
has caused the Debian Bug report #555205,
regarding libc6: segfault when upgrading from 2.9-25 -> 2.10.1-5 on squeeze 
renders system unusable
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 ow...@bugs.debian.org
immediately.)


-- 
555205: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555205
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libc6
Version: 2.9-25
Severity: critical
Justification: breaks the whole system


I tried to upgrade to the current "testing" version of libc6: 2.10.1-5

Below is the output from aptitude:

-
Preparing to replace libc-bin 2.9-25 (using .../libc-bin_2.10.1-5_i386.deb) ...
Unpacking replacement libc-bin ...
Processing triggers for man-db ...
Setting up libc-bin (2.10.1-5) ...
(Reading database ... 56540 files and directories currently installed.)
Preparing to replace libc6 2.9-25 (using .../libc6_2.10.1-5_i386.deb) ...
Checking for services that may need to be restarted...
Checking init scripts...
Unpacking replacement libc6 ...
Setting up libc6 (2.10.1-5) ...
dpkg: error processing libc6 (--configure):
 subprocess installed post-installation script killed by signal (Segmentation 
fault)
Errors were encountered while processing:
  libc6
E: Problem executing scripts DPkg::Post-Invoke 'if [ -x /usr/bin/debsums ]; 
then /usr/bin/debsums --generate=nocheck -sp /var/cache/apt/archives; fi'
E: Sub-process returned an error code
E: Sub-process /usr/bin/dpkg returned an error code (1)
-

I was upgrading this system remotely (bad, yes, I know) and could no
longer enter any commands. Every command would return a "segmentation
fault."

Rebooting the system did not help either. I ultimately had to boot into
another OS and copy back the files from version 2.9-25 in order to have
a usable system.

I can try to provide additional details if necessary.


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

Kernel: Linux 2.6.30-2-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc6 depends on:
ii  libc-bin  2.9-25 GNU C Library: Binaries
ii  libgcc1   1:4.4.1-4  GCC support library

Versions of packages libc6 recommends:
di  libc6-i6862.9-25 GNU C Library: Shared libraries [i

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
pn  glibc-doc  (no description available)
ii  locales   2.9-25 GNU C Library: National Language (

-- debconf information:
* glibc/upgrade: true
  glibc/disable-screensaver:
  glibc/restart-failed:
* glibc/restart-services: spamassassin ssh saslauthd rsync openbsd-inetd mysql 
dovecot exim4 cron courier-authdaemon atd


--- End Message ---
--- Begin Message ---
On Sat, Jun 26, 2010 at 12:33:37PM -0400, bjn wrote:
> On Sat, 26 Jun 2010, deb wrote:
> 
> >Hello,
> >
> >I want to know if the bug is closed. I still see this msg:
> >
> >critical bugs of libc6 (2.9-23em1 -> 2.11.2-2) 
> >  #555205 - libc6: segfault when upgrading from 2.9-25 -> 2.10.1-5
> >on squeeze renders system unusable
> >
> 
> I am the original reporter of the bug. I don't know if this bug was
> ever technically fixed, but I've since upgraded to a more recent
> version of libc6 without a problem.
> 
> As far as I'm personally concerned, the bug can be closed.
> 

Thanks for the feedback, I am closing the bug with this email.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net

--- End Message ---


Bug#586328: Bug#153860: Bug#586328: gtk-doc-tools: Upgrade fails: ERROR: emacsen-common being used before being configured.

2010-06-26 Thread Rob Browning
Josselin Mouette  writes:

> This is a serious WTF in emacsen-common and/or emacs itself. It’s not
> appropriate to add a dependency on emacsen-common just for the sake of
> including support for an editor.
>
> The bug (CCed) has been known for 8 years, so I’ll assume it won’t be
> fixed and will simply drop emacs support from gtk-doc.

Just to be clear, as far as I know, this entire bug report is if
anything a "wishlist" request.  While it's almost certainly possible to
change/improve our emacs policy, the current policy requires any package
that wants to use the debian emacs infrastructure to depend on either
emacsen, or on a specific set of emacs flavors, but not emacsen-common.

And it's not about what any given bit in the emacsen-common scripts does
or doesn't do.  It's about the express guarantee, made by
debian-emacs-policy, about when things will happen -- what will be
configured when, that emacs23 will be fully configured before any add-on
package scripts are called, etc.  Changing those guarantees would
require careful consideration of the potential effects on all of the
existing add-on packages, and on the infrastructure itself.

I'm not saying that can't be done, but rather that it's probably not as
simple as "just change this one script to make it stop complaining".


That said I'm beginning to wonder if there may actually be a different
bug in the current system.  I believe the original intent of the
dependency policy may have been to ensure that the various flavors of
emacs are fully configured before any given add-on's scripts are called.
If that's right, then imagine an add on package foo that contains
something like this:

  Depends: emacs23 | xemacs23

Presumably foo might try to byte compile itself for both flavors in its
emacsen-common install script, but I believe dpkg could be within its
rights to only configure emacs23 before trying to configure foo.  Off
the top of my head, I can't recall whether or not we considered that
when drawing up the current policy.

Much more generally, I've been wondering if a trigger based system might
work better than the current approach, but I'm not all that familiar
with triggers, so I've been reading up a bit.

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4



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



Processed: tagging 586860

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 586860 + pending
Bug #586860 [src:enigmail] enigmail: FTBFS: error: 'char16_t' was not declared 
in this scope
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
586860: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586860
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#586273: maybe some words for the workaround could help

2010-06-26 Thread Matthew Moore
On Saturday June 26 2010 4:55:17 pm Thomas Hahn wrote:
> I have installed nspluginwrapper and ran
> # nspluginwrapper -v -i /home/tom/Downloads/libflashplayer.so
> *** NSPlugin Viewer  *** ERROR: libssl3.so: cannot open shared object file:
> No such file or directory *** NSPlugin Viewer  *** ERROR: libssl3.so:
> cannot open shared object file: No such file or directory nspluginwrapper:
> no appropriate viewer found for /home/tom/Downloads/libflashplayer.so
> 
> So, this doesn't work. Maybe I have done it wrong, but I have been googling
> for this for some time and if this really is the viable workaround
> please drop some words on how to get this going.

Do you have ia32-libs-libnss3 installed? It provides libssl3.so. Also, the 
package flashplayer-mozilla from debian-multimedia has a nspluginwrapper-
ified flash plugin, so you might want to take a look at the depends on that and 
make sure you have everything.

MM



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



Bug#582377: blocked on testing the patch

2010-06-26 Thread Christine Spang
>From #debian-voip, this upload is hoping to find someone
with a working asterisk/op-panel install to test the patch
currently.



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



Bug#586120: [pkg-cryptsetup-devel] Bug#586120: device-mapper: reload ioctl failed: Invalid argument

2010-06-26 Thread Clayton
On Sat, 26 Jun 2010 12:32:02 +0200
Jonas Meurer  wrote:

> On 16/06/2010 clayton wrote:
> > # cryptsetup create backcrypt /dev/sda2
> > Enter passphrase:
> > device-mapper: reload ioctl failed: Invalid argument
> Can you post dmsetup table when this fails?

Hi Jonas,

Sad to say, I think the original symptom I reported may have been due to
finger problems associated with the recent shuffling of device names.
The encrypted partition is on USB drive that used to be assigned sda
when it was plugged in. Now the internal hard drive is assigned sda,
and the USB drive gets assigned sdb. Not sure how I missed that

So now: cryptsetup create backcrypt /dev/sdb2
works.

BUT!!: when I try to mount the partition, this happens:

# mount /media/backcrypt/
mount: wrong fs type, bad option, bad superblock on /dev/dm-0,
   missing codepage or helper program, or other error
   In some cases useful info is found in syslog - try
   dmesg | tail  or so

(Nothing at all is showing up in /var/log/messages associated with this
event)

/etc/fstab contains:
/dev/mapper/backcrypt  /media/backcrypt  ext3  rw,,user  0 0

# ll /dev/mapper/backcrypt
lrwxrwxrwx 1 root root 7 Jun 27 11:50 /dev/mapper/backcrypt -> ../dm-0

Again, the fstab entry has not changed for years, and this is a monthly
routine that has worked consistently for years. There is also another,
unencrypted, ext3 partition on this USB drive that continues to mount
just fine.

Clayton



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



Bug#587178: marked as done (git-importdeb: fails with current git)

2010-06-26 Thread Debian Bug Tracking System
Your message dated Sun, 27 Jun 2010 01:17:06 +
with message-id 
and subject line Bug#587178: fixed in gitpkg 0.15
has caused the Debian Bug report #587178,
regarding git-importdeb: fails with current git
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 ow...@bugs.debian.org
immediately.)


-- 
587178: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587178
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gitpkg
Version: 0.14
Severity: serious
Tags: patch

"git status" used to be synonymous to "git commit --dry-run", and is used that 
way
in git-importdeb.  The script now fails because "-a" is not understood by "git 
status"
any more because of this.

commit 6a7b93ccfe1127de3e8398eeaa0b5e9e9a88c352
Author: Yann Dirson 
Date:   Fri Jun 25 23:18:59 2010 +0200

Use "git commit --dry-run" not "git status", now that they are different.

This probably breaks with old git versions ?

diff --git a/git-debimport b/git-debimport
index 3ffc955..8781dda 100755
--- a/git-debimport
+++ b/git-debimport
@@ -213,7 +213,7 @@ if [ -n "$PACKAGE_TARS" ]; then
EMAIL=\<$(dpkg-parsechangelog | sed -n 's/Maintainer: //p' | cut -d\< 
-f2)
 
git add .
-   if git --no-pager status -a > /dev/null 2>&1; then
+   if git --no-pager commit --dry-run -a > /dev/null 2>&1; then
GIT_AUTHOR_NAME="$AUTHOR" GIT_COMMITTER_NAME="$AUTHOR" \
GIT_AUTHOR_EMAIL="$EMAIL" GIT_COMMITTER_EMAIL="$EMAIL" \
GIT_AUTHOR_DATE="$DATE" GIT_COMMITTER_DATE="$DATE" \
@@ -288,7 +288,7 @@ for f in $PACKAGE_DIFFS; do
DATE=$(file -L 
$PKG_ROOT$PACKAGES_DIR/${PACKAGE_NAME}_${UPSTREAM_VERSION}.orig.tar.gz | sed -n 
"s/.*, last modified: \([^,]*\),*.*/\1/p")
 
git add .
-   if git --no-pager status -a > /dev/null 2>&1; then
+   if git --no-pager commit --dry-run -a > /dev/null 2>&1; then
GIT_AUTHOR_DATE="$DATE" GIT_COMMITTER_DATE="$DATE" \
git commit -a -m "git-debimport 
${PACKAGE_NAME}_${UPSTREAM_VERSION}.orig.tar.gz"
else
@@ -320,7 +320,7 @@ for f in $PACKAGE_DIFFS; do
DATE=$(file -L 
$PKG_ROOT$PACKAGES_DIR/${PACKAGE_NAME}_${UPSTREAM_VERSION}.orig.tar.gz | sed -n 
"s/.*, last modified: \([^,]*\),*.*/\1/p")
 
git add .
-   if git --no-pager status -a > /dev/null 2>&1; then
+   if git --no-pager commit --dry-run -a > /dev/null 2>&1; then
GIT_AUTHOR_DATE="$DATE" GIT_COMMITTER_DATE="$DATE" \
git commit -a -m "git-debimport 
${PACKAGE_NAME}_${UPSTREAM_VERSION}.orig.tar.gz"
else
@@ -352,7 +352,7 @@ for f in $PACKAGE_DIFFS; do
 EMAIL=\<$(dpkg-parsechangelog | sed -n 's/Maintainer: //p' | cut -d\< -f2)
 
 git add .
-if git --no-pager status -a > /dev/null 2>&1; then
+if git --no-pager commit --dry-run -a > /dev/null 2>&1; then
GIT_AUTHOR_NAME="$AUTHOR" GIT_COMMITTER_NAME="$AUTHOR" \
GIT_AUTHOR_EMAIL="$EMAIL" GIT_COMMITTER_EMAIL="$EMAIL" \
GIT_AUTHOR_DATE="$DATE" GIT_COMMITTER_DATE="$DATE" \



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

Kernel: Linux 2.6.32.13-evms (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gitpkg depends on:
ii  dpkg-dev  1.15.7.2   Debian package development tools
ii  git [git-core]1:1.7.1-1  fast, scalable, distributed revisi
ii  git-core  1:1.7.1-1  fast, scalable, distributed revisi

gitpkg recommends no packages.

Versions of packages gitpkg suggests:
ii  devscripts2.10.64scripts to make the life of a Debi

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: gitpkg
Source-Version: 0.15

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

gitpkg_0.15.dsc
  to main/g/gitpkg/gitpkg_0.15.dsc
gitpkg_0.15.tar.gz
  to main/g/gitpkg/gitpkg_0.15.tar.gz
gitpkg_0.15_all.deb
  to main/g/gitpkg/gitpkg_0.15_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 587...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ron Lee  (supplier of updated gitpkg package)

(This message was generated automatically at their r

Bug#583551: Bug is present in latest Squeeze iso

2010-06-26 Thread Jared Rafter
I just tried installing the amd64 version of Debian Squeeze using the
latest weekly iso build and had this problem. The installer complained
that creating an ext4 filesystem failed. I dropped to a console and
checked syslog and saw the "mkfs.ext4: /lib/libblkid.so.1: version
`BLKID_2.17' not found (required by mkfs.ext4)" error message. This is
the link to the iso I used:
http://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-cd/debian-testing-amd64-CD-1.iso
The iso is dated 21-Jun-2010 08:39 so it's the lastest one, at least
at the writing of this bug post. Just switched the partition to XFS so
I could complete the install. Just wanted to give everyone a heads up
about the current iso image.



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



Bug#582942: CUPS permissions on /usr/lib/cups/backend

2010-06-26 Thread Mark Purcell
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585153#24

From: Martin-Éric Racine 
To: Dale and Cheryl Schroeder , 585153-d...@bugs.debian.org
Subject: Re: [Pkg-cups-devel] Bug#585153: cups-pdf: Sets too restrictive 
permissions on /usr/lib/cups/backend
Date: Sat, 19 Jun 2010 21:48:53 +0300

On Sat, Jun 19, 2010 at 8:29 PM, Dale and Cheryl Schroeder
 wrote:
> I also noticed the restrictive permissions and then found this bug report.
> Changing the permissions back to 755 does allow printing to work again,
> but the changelog considers this a fix.  More explanation on why this is
> necessary would be welcome.

A number of people have reported persistent warnings about insecure
permissions in CUPS logs. Various discussions on the Internet suggest
that the solution would be to make the back-end directory's
permissions more restrictive. Sadly, while this indeed makes the
warnings in the CUPS logs disappear, it also has the sad side-effect
of disturbing the operation of other CUPS back-ends.

Anyhow, I've discussed the situation with the rest of the CUPS team
and we came to the conclusion that reverting this change and letting
CUPS fix the permissions itself in postinst would make more sense.
I've already uploaded a new cups-pdf that reflects these changes. The
only part that remains is for CUPS to fix the permissions.

Martin-Éric


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


Processed: retitle 582942 to cups stops printing. too restricted permissions /usr/lib/cups/backend - permission denied

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 582942 cups stops printing. too restricted permissions 
> /usr/lib/cups/backend - permission denied
Bug #582942 [cups] cups: Printer stopped printing after 5/23/10 upgrade at 6:40 
EDT.
Bug #585523 [cups] cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Bug #585524 [cups] cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Bug #585913 [cups] cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Bug #586324 [cups] cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Bug #586941 [cups] cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Bug #587068 [cups] cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Changed Bug title to 'cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied' from 'cups: Printer stopped printing 
after 5/23/10 upgrade at 6:40 EDT.'
Ignoring request to change the title of bug#585523 to the same title
Ignoring request to change the title of bug#585524 to the same title
Ignoring request to change the title of bug#585913 to the same title
Ignoring request to change the title of bug#586324 to the same title
Ignoring request to change the title of bug#586941 to the same title
Ignoring request to change the title of bug#587068 to the same title
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
582942: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582942
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: affects 585524

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> affects 585524 hplip cups-pdf
Bug #585524 [cups] cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Bug #582942 [cups] cups: Printer stopped printing after 5/23/10 upgrade at 6:40 
EDT.
Bug #585523 [cups] cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Bug #585913 [cups] cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Bug #586324 [cups] cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Bug #586941 [cups] cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Bug #587068 [cups] cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Added indication that 585524 affects cups-pdf and hplip
Added indication that 582942 affects cups-pdf and hplip
Added indication that 585523 affects cups-pdf and hplip
Added indication that 585913 affects cups-pdf and hplip
Added indication that 586324 affects cups-pdf and hplip
Added indication that 586941 affects cups-pdf and hplip
Added indication that 587068 affects cups-pdf and hplip
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585524
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: forcibly merging 585524 582942

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 585524 582942
Bug#585524: cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Bug#582942: cups: Printer stopped printing after 5/23/10 upgrade at 6:40 EDT.
Bug#585523: cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Bug#585913: cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Bug#586324: cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Bug#586941: cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Bug#587068: cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied
Forcibly Merged 582942 585523 585524 585913 586324 586941 587068.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
586941: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586941
587068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587068
585523: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585523
585913: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585913
586324: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586324
585524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585524
582942: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582942
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: retitle 585523 to cups stops printing. too restricted permissions /usr/lib/cups/backend - permission denied

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 585523 cups stops printing. too restricted permissions 
> /usr/lib/cups/backend - permission denied
Bug #585523 [cups] [cups] HP 1515 don't print
Bug #585524 [cups] 'cups stops printing. wrong permissions 
/usr/lib/cups/backend - permission denied'
Bug #585913 [cups] cups: Stops printing. Complaining about unsupported format
Bug #586324 [cups] 'cups stops printing. wrong permissions 
/usr/lib/cups/backend - permission denied'
Bug #586941 [cups] usr/lib/cups/backend/hp failed
Bug #587068 [cups] [hpijs] unusable printer hpMC1312nfi
Changed Bug title to 'cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied' from '[cups] HP 1515 don't print'
Changed Bug title to 'cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied' from ''cups stops printing. wrong 
permissions /usr/lib/cups/backend - permission denied''
Changed Bug title to 'cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied' from 'cups: Stops printing. 
Complaining about unsupported format'
Changed Bug title to 'cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied' from ''cups stops printing. wrong 
permissions /usr/lib/cups/backend - permission denied''
Changed Bug title to 'cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied' from 'usr/lib/cups/backend/hp failed'
Changed Bug title to 'cups stops printing. too restricted permissions 
/usr/lib/cups/backend - permission denied' from '[hpijs] unusable printer 
hpMC1312nfi'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585523: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585523
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: affects 585524

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> affects 585524 cups-pdf
Bug #585524 [cups] 'cups stops printing. wrong permissions 
/usr/lib/cups/backend - permission denied'
Bug #585523 [cups] [cups] HP 1515 don't print
Bug #585913 [cups] cups: Stops printing. Complaining about unsupported format
Bug #586324 [cups] 'cups stops printing. wrong permissions 
/usr/lib/cups/backend - permission denied'
Bug #586941 [cups] usr/lib/cups/backend/hp failed
Bug #587068 [cups] [hpijs] unusable printer hpMC1312nfi
Removed indication that 585524 affects hplip
Added indication that 585524 affects cups-pdf
Removed indication that 585523 affects hplip
Added indication that 585523 affects cups-pdf
Removed indication that 585913 affects hplip
Added indication that 585913 affects cups-pdf
Removed indication that 586324 affects hplip
Added indication that 586324 affects cups-pdf
Removed indication that 586941 affects hplip
Added indication that 586941 affects cups-pdf
Removed indication that 587068 affects hplip
Added indication that 587068 affects cups-pdf
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585524
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: forcibly merging 585524 585913 586941 587068

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 585524 585913 586941 587068
Bug#585524: 'cups stops printing. wrong permissions /usr/lib/cups/backend - 
permission denied'
Bug#585913: cups: Stops printing. Complaining about unsupported format
Bug#586941: usr/lib/cups/backend/hp failed
Bug#587068: [hpijs] unusable printer hpMC1312nfi
Bug#585523: [cups] HP 1515 don't print
Bug#586324: 'cups stops printing. wrong permissions /usr/lib/cups/backend - 
permission denied'
Forcibly Merged 585523 585524 585913 586324 586941 587068.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
586941: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586941
587068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587068
585523: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585523
585913: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585913
586324: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586324
585524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585524
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: forcibly merging 585524 585523

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 585524 585523
Bug#585524: 'cups stops printing. wrong permissions /usr/lib/cups/backend - 
permission denied'
Bug#585523: [cups] HP 1515 don't print
Bug#586324: 'cups stops printing. wrong permissions /usr/lib/cups/backend - 
permission denied'
Forcibly Merged 585523 585524 586324.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585523: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585523
586324: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586324
585524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585524
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed (with 1 errors): Fwd: Processed (with 3 errors): retitle 586941 to usr/lib/cups/backend/hp failed

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 586941 cups
Bug #586941 [hplip] usr/lib/cups/backend/hp failed
Bug reassigned from package 'hplip' to 'cups'.
Bug No longer marked as found in versions hplip/3.10.5-3.2.
> merge 585524 586941
Bug#585524: 'cups stops printing. wrong permissions /usr/lib/cups/backend - 
permission denied'
Bug#586941: usr/lib/cups/backend/hp failed
Mismatch - only Bugs in same state can be merged:
Values for `affects' don't match:
 #585524 has `hplip';
 #586941 has `'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
586941: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586941
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed (with 1 errors): Fwd: Bug#587068: [RESOLVED] Re: Bug#587068: About "usr/lib/cups/backend/hp failed"

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 587068 cups
Bug #587068 [hpijs] [hpijs] unusable printer hpMC1312nfi
Bug reassigned from package 'hpijs' to 'cups'.
Bug No longer marked as found in versions hplip/3.10.5-3.2.
> severity 587068 grave
Bug #587068 [cups] [hpijs] unusable printer hpMC1312nfi
Ignoring request to change severity of Bug 587068 to the same value.
> severity 585524 grave
Bug #585524 [cups] hplip: printing fails with /usr/lib/cups/backend/hp failed
Bug #586324 [cups] Printing fails with "/usr/lib/cups/backend/socket failed"
Severity set to 'grave' from 'important'

Severity set to 'grave' from 'important'

> retitle 585524 'cups stops printing. wrong permissions /usr/lib/cups/backend 
> - permission denied'
Bug #585524 [cups] hplip: printing fails with /usr/lib/cups/backend/hp failed
Bug #586324 [cups] Printing fails with "/usr/lib/cups/backend/socket failed"
Changed Bug title to ''cups stops printing. wrong permissions 
/usr/lib/cups/backend - permission denied'' from 'hplip: printing fails with 
/usr/lib/cups/backend/hp failed'
Changed Bug title to ''cups stops printing. wrong permissions 
/usr/lib/cups/backend - permission denied'' from 'Printing fails with 
"/usr/lib/cups/backend/socket failed"'
> merge 585524 587068 586941
Bug#585524: 'cups stops printing. wrong permissions /usr/lib/cups/backend - 
permission denied'
Bug#586941: usr/lib/cups/backend/hp failed
Mismatch - only Bugs in same state can be merged:
Values for `package' don't match:
 #585524 has `cups';
 #586941 has `hplip'

> affects 578068 hplip
Bug #578068 [freeciv-server] freeciv-server - listen on :: without warning
Added indication that 578068 affects hplip
> affects 585524 hplip
Bug #585524 [cups] 'cups stops printing. wrong permissions 
/usr/lib/cups/backend - permission denied'
Bug #586324 [cups] 'cups stops printing. wrong permissions 
/usr/lib/cups/backend - permission denied'
Added indication that 585524 affects hplip
Added indication that 586324 affects hplip
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585524
587068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587068
578068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578068
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed (with 3 errors): retitle 586941 to usr/lib/cups/backend/hp failed

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> Date: Sun, 27 Jun 2010 09:58:42 +1000
Unknown command or malformed arguments to command.

> User-Agent: devscripts bts/2.10.64
Unknown command or malformed arguments to command.

> Message-ID: <1277596722-2309-bts-...@debian.org>
Unknown command or malformed arguments to command.

> retitle 586941 usr/lib/cups/backend/hp failed
Bug #586941 [hplip] hplip: hp-setup fails to find qt3 support.
Changed Bug title to 'usr/lib/cups/backend/hp failed' from 'hplip: hp-setup 
fails to find qt3 support.'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
586941: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586941
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#587282: plugins missing

2010-06-26 Thread Wolfgang Walter
Package: strongswan
Version: 4.4.0-1
Severity: grave

strongswan floods syslog with the following message

charon: 08[NET] no socket implementation registered, receiving failed


According to the strongswan mailing list:

strongswan-4.4.0 requires a charon socket plugin, either

   socket-default if charon-only is running or
   socket-raw if both charon an pluto are running.


These plugins are missing.

Regards,
-- 
Wolfgang Walter
Studentenwerk München
Anstalt des öffentlichen Rechts



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



Bug#586937: python-buffy: Patch to build against all supported Python versions

2010-06-26 Thread Stefano Rivera
I taught myself some autotools and created a much better patch.

SR
diff -Nru libbuffy-bindings-0.10/debian/control libbuffy-bindings-0.10+nmu1/debian/control
--- libbuffy-bindings-0.10/debian/control	2010-03-05 18:54:09.0 +0200
+++ libbuffy-bindings-0.10+nmu1/debian/control	2010-06-27 00:44:27.0 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Enrico Zini 
 Uploaders: martin f krafft 
-Build-Depends: cdbs, debhelper (>= 7), dh-buildinfo, libbuffy-dev (>= 1.4), libbuffy-dev (<< 2.0), swig, perl (>= 5.6.0-16), python, python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), pkg-config, libtool, ruby1.8-dev, ruby, libwibble-dev (>= 0.1.15), libwibble-dev (<< 0.2), libglib2.0-dev, zlib1g-dev
+Build-Depends: cdbs, debhelper (>= 7), dh-buildinfo, libbuffy-dev (>= 1.4), libbuffy-dev (<< 2.0), swig, perl (>= 5.6.0-16), python-all, python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), pkg-config, libtool, ruby1.8-dev, ruby, libwibble-dev (>= 0.1.15), libwibble-dev (<< 0.2), libglib2.0-dev, zlib1g-dev
 Standards-Version: 3.8.4.0
 XS-Python-Version: >= 2.3
 Vcs-Git: git://git.debian.org/git/buffy/bindings.git
diff -Nru libbuffy-bindings-0.10/debian/python-buffy.install libbuffy-bindings-0.10+nmu1/debian/python-buffy.install
--- libbuffy-bindings-0.10/debian/python-buffy.install	2010-03-05 18:54:09.0 +0200
+++ libbuffy-bindings-0.10+nmu1/debian/python-buffy.install	2010-06-27 00:44:27.0 +0200
@@ -1 +1,2 @@
-debian/tmp/usr/lib/python*
+debian/tmp/usr/lib/python2.*/*-packages/_Buffy.so*
+debian/tmp/usr/lib/python2.*/*-packages/Buffy.py
diff -Nru libbuffy-bindings-0.10/debian/rules libbuffy-bindings-0.10+nmu1/debian/rules
--- libbuffy-bindings-0.10/debian/rules	2010-03-05 18:54:09.0 +0200
+++ libbuffy-bindings-0.10+nmu1/debian/rules	2010-06-27 01:01:05.0 +0200
@@ -22,13 +22,19 @@
   CXXFLAGS += -O2
 endif
 
+export PYVERS=$(shell pyversions -vr)
+
 configure: config-stamp
 config-stamp:
 	dh_testdir
 	# Configure
 	cd perl && perl Makefile.PL PREFIX="/usr" INSTALLDIRS=vendor
-	cd python && CXXFLAGS="$(CXXFLAGS)" ./configure --prefix="/usr"
 	cd ruby && ruby extconf.rb
+	set -e; for pyver in $$PYVERS; do \
+		mkdir build-py$$pyver; \
+		(cd build-py$$pyver; \
+		 PYTHON=python$$pyver CXXFLAGS="$(CXXFLAGS)" ../python/configure --prefix="/usr"); \
+	done
 	#
 	touch $@
 
@@ -37,12 +43,18 @@
 build-stamp: configure
 	# Build
 	cd perl && make all OPTIMIZE="$(CXXFLAGS)"
-	cd python && make all
 	cd ruby && make all
+	set -e; for pyver in $$PYVERS; do \
+		(cd build-py$$pyver; \
+		 PYTHON=python$$pyver make all); \
+	done
 	# Test
 	test "$(DO_TEST)" = true && (cd tests && ./test.pl)
-	test "$(DO_TEST)" = true && (cd tests && ./test.py)
 	test "$(DO_TEST)" = true && (cd tests && ./test.rb)
+	set -e; cd tests; for pyver in $$PYVERS; do \
+		echo "Testing Python $$pyver:"; \
+		PYTHONPATH=../build-py$$pyver:../build-py$$pyver/.libs python$$pyver test.py; \
+	done
 	#
 	touch $@
 
@@ -55,9 +67,10 @@
 	-cd ruby && make clean
 	rm -f perl/Makefile.old
 	rm -f ruby/Makefile
-	rm -f build-stamp config-stamp
+	rm -f python/*.pyc
+	rm -rf build-py*
 	#
-	dh_prep
+	dh_clean
 
 install: install-stamp
 install-stamp:
@@ -67,14 +80,20 @@
 	dh_installdirs -i -s
 	# Install
 	cd perl && make install DESTDIR=$(DEB_INSTALL_PREFIX)
-	cd python && make install DESTDIR=$(DEB_INSTALL_PREFIX)
 	cd ruby && make install DESTDIR=$(DEB_INSTALL_PREFIX)
 	mv debian/tmp/usr/local/lib/site_ruby debian/tmp/usr/lib/ruby
+	set -e; for pyver in $$PYVERS; do \
+		(cd build-py$$pyver; \
+		 make install DESTDIR=$(DEB_INSTALL_PREFIX)); \
+		(cd debian/tmp/usr/lib/python$$pyver/*-packages; \
+		 mv buffy-python/Buffy.py .; \
+		 mv _Buffy.so.0.0.0 _Buffy.so; \
+		 rm _Buffy.so.*); \
+	done
 	#
 	dh_install -i -s
 	touch $@
 
-
 # Must not depend on anything. This is to be called by
 # binary-arch/binary-indep
 # in another 'make' thread.
diff -Nru libbuffy-bindings-0.10/python/configure libbuffy-bindings-0.10+nmu1/python/configure
--- libbuffy-bindings-0.10/python/configure	2010-03-05 18:54:35.0 +0200
+++ libbuffy-bindings-0.10+nmu1/python/configure	2010-06-27 01:00:04.0 +0200
@@ -14855,18 +14863,15 @@
 
 
 
-for pyver in 2.5 2.4 2.3 2.2
-do
-	PYCONF="python${pyver}-config"
-	if which "$PYCONF" > /dev/null
-	then
-		PYTHON_CFLAGS=`"$PYCONF" --cflags`
-		PYTHON_LIBS=`"$PYCONF" --libs`
+PYCONF="${PYTHON}-config"
+PYTHON_CFLAGS=`"$PYCONF" --cflags`
+PYTHON_LIBS=`"$PYCONF" --libs`
+
+
+
+
 
 
-		break
-	fi
-done
 
 
 
diff -Nru libbuffy-bindings-0.10/python/configure.ac libbuffy-bindings-0.10+nmu1/python/configure.ac
--- libbuffy-bindings-0.10/python/configure.ac	2010-03-05 18:54:09.0 +0200
+++ libbuffy-bindings-0.10+nmu1/python/configure.ac	2010-06-27 00:44:27.0 +0200
@@ -17,18 +17,11 @@
 dnl Python build system
 AM_PATH_PYTHON
 
-for pyver in 2.5 2.4 2.3 2.2
-do
-	PYCONF="python${pyver}-config"
-	if which "$PYCONF" > /dev/null
-	then
-		PYTHON_CFLAGS=`"$PYCONF" --cflags`
-		PY

Bug#586273: maybe some words for the workaround could help

2010-06-26 Thread Thomas Hahn
I have installed nspluginwrapper and ran
# nspluginwrapper -v -i /home/tom/Downloads/libflashplayer.so
*** NSPlugin Viewer  *** ERROR: libssl3.so: cannot open shared object file: No 
such file or directory
*** NSPlugin Viewer  *** ERROR: libssl3.so: cannot open shared object file: No 
such file or directory
nspluginwrapper: no appropriate viewer found for 
/home/tom/Downloads/libflashplayer.so

So, this doesn't work. Maybe I have done it wrong, but I have been googling
for this for some time and if this really is the viable workaround
please drop some words on how to get this going.

Thomas



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



Bug#586835: xmms2: diff for NMU version 0.7DrNo-7.1

2010-06-26 Thread Jakub Wilk

tags 586835 + patch
tags 586835 + pending
thanks

Dear maintainer,

I've prepared an NMU for xmms2 (versioned as 0.7DrNo-7.1) and uploaded 
it to DELAYED/2. Please feel free to tell me if I should delay it 
longer.


(Sorry for the haste; this bug is blocking a large transition.)

--
Jakub Wilk
diff -Nru xmms2-0.7DrNo/debian/changelog xmms2-0.7DrNo/debian/changelog
--- xmms2-0.7DrNo/debian/changelog	2010-05-08 15:44:45.0 +0200
+++ xmms2-0.7DrNo/debian/changelog	2010-06-26 23:44:24.0 +0200
@@ -1,3 +1,10 @@
+xmms2 (0.7DrNo-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Append -j1 to WAFFLAGS (closes: #586835).
+
+ -- Jakub Wilk   Sat, 26 Jun 2010 23:41:09 +0200
+
 xmms2 (0.7DrNo-7) unstable; urgency=low
 
   * Use PulseAudio as default output plugin on Ubuntu and derived distributions.
diff -Nru xmms2-0.7DrNo/debian/rules xmms2-0.7DrNo/debian/rules
--- xmms2-0.7DrNo/debian/rules	2010-05-08 15:32:31.0 +0200
+++ xmms2-0.7DrNo/debian/rules	2010-06-26 23:44:24.0 +0200
@@ -2,7 +2,7 @@
 
 export NOCOLOR=1
 PYVERSIONS := $(shell pyversions -s)
-WAFFLAGS := --nocache --prefix=/usr
+WAFFLAGS := --nocache --prefix=/usr -j1
 VENDOR ?= $(shell if dpkg-vendor --is Ubuntu || dpkg-vendor --derives-from Ubuntu; then echo "Ubuntu"; else echo "Debian"; fi)
 
 ifeq ($(VENDOR),Ubuntu)


signature.asc
Description: Digital signature


Processed: xmms2: diff for NMU version 0.7DrNo-7.1

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 586835 + patch
Bug #586835 [src:xmms2] xmms2: FTBFS on multi-core CPUs: thread.error: can't 
start new thread
Added tag(s) patch.
> tags 586835 + pending
Bug #586835 [src:xmms2] xmms2: FTBFS on multi-core CPUs: thread.error: can't 
start new thread
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
586835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586835
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#587271: libxml2 zegfault reading any xml file on amd64

2010-06-26 Thread Marc Chantreux
Package: libxml2
Version: 2.6.32.dfsg-5+lenny1
Severity: grave
Justification: renders package unusable


hello dear maintainers,

since 2 days, every single xml file parsing segfault (with xmllint as
well as with perl XML::Simple).

- I tried to apt-get source and compile again: same pb. 
- using gdb and some code hacks, i saw the segfault appears at xmlIO.c:2412
  because cptr is out of bounds.
- collecting more infos is WIP.

regards

-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-vserver-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libxml2 depends on:
ii  libc6  2.7-18lenny4  GNU C Library: Shared libraries
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages libxml2 recommends:
ii  xml-core  0.12   XML infrastructure and XML catalog

libxml2 suggests no packages.

-- no debconf information



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



Bug#580820: do you plan to continue working on fceu?

2010-06-26 Thread Christine Spang
Hi Joe,

Do you plan to continue working on the fceu Debian package?
You have not made any uploads in some time, and it has
a critical bug that would be fixed by packaging the latest
version. If you do not intend to work on it, it would be a
good idea to orphan the package, as such changes shouldn't
be done as non-maintainer uploads.

cheers,
Christine



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



Processed: tagging 571427

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 571427 - patch
Bug #571427 [op-panel] op-panel: FTBFS: Undefined subroutine 
&SWF::Constants::SWFTEXTFIELD_USEFONT called at ming-source/operator_panel.pl 
line 45.
Bug #582377 [op-panel] op-panel: FTBFS: Undefined subroutine 
&SWF::Constants::SWFTEXTFIELD_USEFONT
Ignoring request to alter tags of bug #571427 to the same tags previously set
Ignoring request to alter tags of bug #582377 to the same tags previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
571427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571427
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: tagging 571427

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 571427 + pending
Bug #571427 [op-panel] op-panel: FTBFS: Undefined subroutine 
&SWF::Constants::SWFTEXTFIELD_USEFONT called at ming-source/operator_panel.pl 
line 45.
Ignoring request to alter tags of bug #571427 to the same tags previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
571427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571427
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: reassign 571427 to op-panel

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 571427 op-panel
Bug #571427 [op-panel] op-panel: FTBFS: Undefined subroutine 
&SWF::Constants::SWFTEXTFIELD_USEFONT called at ming-source/operator_panel.pl 
line 45.
Ignoring request to reassign bug #571427 to the same package
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
571427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571427
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: merging 571427 582377

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> merge 571427 582377
Bug#571427: op-panel: FTBFS: Undefined subroutine 
&SWF::Constants::SWFTEXTFIELD_USEFONT called at ming-source/operator_panel.pl 
line 45.
Bug#582377: op-panel: FTBFS: Undefined subroutine 
&SWF::Constants::SWFTEXTFIELD_USEFONT
Merged 571427 582377.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
582377: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582377
571427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571427
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: merging 571427 582377

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> merge 571427 582377
Bug#571427: op-panel: FTBFS: Undefined subroutine 
&SWF::Constants::SWFTEXTFIELD_USEFONT called at ming-source/operator_panel.pl 
line 45.
Bug#582377: op-panel: FTBFS: Undefined subroutine 
&SWF::Constants::SWFTEXTFIELD_USEFONT
Merged 571427 582377.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
582377: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582377
571427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571427
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: tagging 582377

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 582377 + pending
Bug #582377 [op-panel] op-panel: FTBFS: Undefined subroutine 
&SWF::Constants::SWFTEXTFIELD_USEFONT
Ignoring request to alter tags of bug #582377 to the same tags previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
582377: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582377
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#580106: some tests on armv4t

2010-06-26 Thread Heiko Stübner
Hi,

just tested a rebuild without the armv5t option - it fails.

The armv5t compiler option seems to result from #478152 as the code in 
clutter/cogl/common/cogl-fixed.c lines 629-643 contains a "clz" assembler 
command which is unsupported on armv4t.

This code-fragment is an alternative to the c-code which seems to improve the 
speed of the application.

The only solution I can think of at the moment is to disable the whole 
optimized code part there (the mentioned lines 629-643)  but this will also 
kill the optimization for the other arm processors.

Or is there another way to keep this optimization only for specific arm-
processors and use the original code for v4?


For the record I just rebuild clutter without the armv5t option and the 
offending assembler code disabled so it uses the unoptimized code in lines 
644-658 of the file on an Openmoko Freerunner (armv4t).

It compiled and empathy starts with it but I can't say how the removal of the 
arm optimization will affect the performance.


Heiko



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



Processed: reassign 571427 to op-panel

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 571427 op-panel
Bug #571427 [libswf-perl] op-panel: FTBFS: Undefined subroutine 
&SWF::Constants::SWFTEXTFIELD_USEFONT called at ming-source/operator_panel.pl 
line 45.
Bug reassigned from package 'libswf-perl' to 'op-panel'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
571427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571427
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: tagging 571427

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 571427 - patch
Bug #571427 [libswf-perl] op-panel: FTBFS: Undefined subroutine 
&SWF::Constants::SWFTEXTFIELD_USEFONT called at ming-source/operator_panel.pl 
line 45.
Removed tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
571427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571427
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: tagging 582377

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 582377 + pending
Bug #582377 [op-panel] op-panel: FTBFS: Undefined subroutine 
&SWF::Constants::SWFTEXTFIELD_USEFONT
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
582377: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582377
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: tagging 571427

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 571427 + pending
Bug #571427 [libswf-perl] op-panel: FTBFS: Undefined subroutine 
&SWF::Constants::SWFTEXTFIELD_USEFONT called at ming-source/operator_panel.pl 
line 45.
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
571427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571427
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#586860: icedove 3.0.5-1 breaks enigmail build

2010-06-26 Thread Willi Mann
> char16_t comes from C++0x[1], so you need to add '-std=gnu++0x' to your
> CXXFLAGS. A quick build of enigmail by myself works find.

Thanks for the information and for testing the enigmail build. A fixed
package will be uploaded shortly.

WM



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



Processed: reassign 584564 to src:grub2

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 584564 src:grub2 1.98+20100602-1
Bug #584564 [grub] updating grub 1.98+20100602-1, unable to boot, "error: out 
of partition"
Bug reassigned from package 'grub' to 'src:grub2'.
Bug No longer marked as found in versions grub/0.97-61.
Bug #584564 [src:grub2] updating grub 1.98+20100602-1, unable to boot, "error: 
out of partition"
Bug Marked as found in versions grub2/1.98+20100602-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
584564: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584564
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#587068: [RESOLVED] Re: Bug#587068: About "usr/lib/cups/backend/hp failed"

2010-06-26 Thread Marco Righi
chmod 755 /usr/lib/cups/backend -R

thanks. The directory /usr/lib/cups/backend had got with rights
drwx-- and owner root.root

Perhaps this olution fails on security settings but permits me to print!

Thanks again.
Marco Righi

Il 26/06/2010 11:06, Johann Felix Soden ha scritto:
>  ls -latr /usr/lib/cups/backend/hp



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



Bug#586079: marked as done (readahead-fedora: Fails to install, if apt-xapian-index installed, but dbus isn't installed)

2010-06-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Jun 2010 18:50:28 +
with message-id 
and subject line Bug#586079: fixed in readahead-fedora 2:1.5.6-1
has caused the Debian Bug report #586079,
regarding readahead-fedora: Fails to install, if apt-xapian-index installed, 
but dbus isn't installed
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 ow...@bugs.debian.org
immediately.)


-- 
586079: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586079
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: readahead-fedora
Version: 2:1.5.4-5
Severity: serious


Hi!

readahead-fedora fails to install on my system, which hasn't dbus installed but 
apt-xapian-index:

r...@rusalka:~# LANG=C aptitude install readahead-fedora

Setting up readahead-fedora (2:1.5.4-5) ...
find: `/usr/share/dbus-1/services/': No such file or directory
dpkg: error processing readahead-fedora (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 readahead-fedora
E: Sub-process /usr/bin/dpkg returned an error code (1)


It seems, that the "if [ -d /usr/share/dbus-1 ]; then" on line 119 of the
postinst script istn't strict enough, as I have:

r...@rusalka:~# dpkg -S /usr/share/dbus-1
apt-xapian-index: /usr/share/dbus-1

But:

r...@rusalka:~# ls /usr/share/dbus-1
system-services


I think something similar could go wrong with the following "find
/etc/dbus-1/system.d/"; while I indeed have that (also shopped by
apt-xapian-index), I think it would be saver to test for the existence of that
directory, too, before trying the find.


Best regards,
  Alexander


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armel (armv5tel)

Kernel: Linux 2.6.32-5-kirkwood
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages readahead-fedora depends on:
ii  dpkg 1.15.7.2Debian package management system
ii  e2fslibs 1.41.12-1   ext2/ext3/ext4 file system librari
ii  libaudit01.7.13-1+b1 Dynamic library for security audit
ii  libblkid12.16.2-0block device id library
ii  libc62.11.1-3Embedded GNU C Library: Shared lib

readahead-fedora recommends no packages.

readahead-fedora suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: readahead-fedora
Source-Version: 2:1.5.6-1

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

readahead-fedora_1.5.6-1.diff.gz
  to main/r/readahead-fedora/readahead-fedora_1.5.6-1.diff.gz
readahead-fedora_1.5.6-1.dsc
  to main/r/readahead-fedora/readahead-fedora_1.5.6-1.dsc
readahead-fedora_1.5.6-1_i386.deb
  to main/r/readahead-fedora/readahead-fedora_1.5.6-1_i386.deb
readahead-fedora_1.5.6.orig.tar.gz
  to main/r/readahead-fedora/readahead-fedora_1.5.6.orig.tar.gz
readahead_1.5.6-1_i386.deb
  to main/r/readahead-fedora/readahead_1.5.6-1_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 586...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphael Geissert  (supplier of updated readahead-fedora 
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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Jun 2010 13:26:48 -0500
Source: readahead-fedora
Binary: readahead-fedora readahead
Architecture: source i386
Version: 2:1.5.6-1
Distribution: unstable
Urgency: low
Maintainer: Raphael Geissert 
Changed-By: Raphael Geissert 
Description: 
 readahead  - read files into the page cache (dummy transitional package)
 readahead-fedora - Fedora's implementation of readahead to preload boot 
process file
Closes: 572477 586079
Changes: 
 readahead-fedora (2:1.5.6-1) unstable; urgency=low
 .
   * Build-depend on autopoint, but ease backporting (Closes: #572477)
   * Update standards version, no change needed
   * Wording changes/corrections on the temp file generated by the init
 scripts
   * Delete patches merged upstream and refresh the others
   * Fix watch file
   * Change the wording of the package description
   * Fix a pos

Bug#572477: marked as done (readahead-fedora: Please build-depend on autopoint)

2010-06-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Jun 2010 18:50:28 +
with message-id 
and subject line Bug#572477: fixed in readahead-fedora 2:1.5.6-1
has caused the Debian Bug report #572477,
regarding readahead-fedora: Please build-depend on autopoint
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 ow...@bugs.debian.org
immediately.)


-- 
572477: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572477
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: readahead-fedora
Version: 1.5.4-5
Severity: important
User: gett...@packages.debian.org
Usertags: switch-to-autopoint

There is now an "autopoint" package. If your package uses the
autopoint script (either directly or indirectly), please build-depend
on the autopoint package. If you had cvs in build-depends only because
of autopoint, you should drop it now.

If gettext itself is in build-depends and it's not used other than
indirectly by autopoint, it could be dropped as well.

You will find more details about this in the README.Debian file for
the gettext package (>= 0.17-10).

Thanks.


--- End Message ---
--- Begin Message ---
Source: readahead-fedora
Source-Version: 2:1.5.6-1

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

readahead-fedora_1.5.6-1.diff.gz
  to main/r/readahead-fedora/readahead-fedora_1.5.6-1.diff.gz
readahead-fedora_1.5.6-1.dsc
  to main/r/readahead-fedora/readahead-fedora_1.5.6-1.dsc
readahead-fedora_1.5.6-1_i386.deb
  to main/r/readahead-fedora/readahead-fedora_1.5.6-1_i386.deb
readahead-fedora_1.5.6.orig.tar.gz
  to main/r/readahead-fedora/readahead-fedora_1.5.6.orig.tar.gz
readahead_1.5.6-1_i386.deb
  to main/r/readahead-fedora/readahead_1.5.6-1_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 572...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphael Geissert  (supplier of updated readahead-fedora 
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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Jun 2010 13:26:48 -0500
Source: readahead-fedora
Binary: readahead-fedora readahead
Architecture: source i386
Version: 2:1.5.6-1
Distribution: unstable
Urgency: low
Maintainer: Raphael Geissert 
Changed-By: Raphael Geissert 
Description: 
 readahead  - read files into the page cache (dummy transitional package)
 readahead-fedora - Fedora's implementation of readahead to preload boot 
process file
Closes: 572477 586079
Changes: 
 readahead-fedora (2:1.5.6-1) unstable; urgency=low
 .
   * Build-depend on autopoint, but ease backporting (Closes: #572477)
   * Update standards version, no change needed
   * Wording changes/corrections on the temp file generated by the init
 scripts
   * Delete patches merged upstream and refresh the others
   * Fix watch file
   * Change the wording of the package description
   * Fix a possible installation error related to dbus' directories
 (Closes: 586079)
   * Init scripts cleanup
   * bugfixes.patch: removed, we use our own init scripts
   * Don't even ship the translations in the package
   * Properly remove old files from readahead-list
   * Add missing dependency on misc:Depends to readahead
   * Add debian/source/format, stick to 1.0 for now
   * Override init.d-script-missing-dependency-on-remote_fs
   * debian/rules cleanup
Checksums-Sha1: 
 78bd4a80bc6155efe83bb5af4af2e2f868caa85c 1204 readahead-fedora_1.5.6-1.dsc
 369922bce4a820d1a13940ca8726930b0d69a833 50558 
readahead-fedora_1.5.6.orig.tar.gz
 a55cdb867a9705ab90f3944ca0ad23e8106716af 16828 readahead-fedora_1.5.6-1.diff.gz
 24d448f315bb0149330a486e532fd64507a4e1dc 34274 
readahead-fedora_1.5.6-1_i386.deb
 f567d1e5fc6c191437e95bcddebeddf78b470c4b 8174 readahead_1.5.6-1_i386.deb
Checksums-Sha256: 
 b95492b6b57992070f90a27204179f2caae5ed2802c65f92ddebb166b37c9c89 1204 
readahead-fedora_1.5.6-1.dsc
 59c98a020e39805b872a0b39ce7ff1fd993b937016756576928a83d203c8d0a1 50558 
readahead-fedora_1.5.6.orig.tar.gz
 6bb267984a0db2fbc838b4071ea19825ccd2e4ab758e3ae523f4e7edf057a90f 16828 
readahead-fedora_1.5.6-1.diff.gz
 1a0cde02bfbab4ba1df1767a881fb30ee6d0349a3d6bae5c814b788b36299aab 34274 
readahead-fedora_1.5.6-1_i386.deb
 0fb733c00afadc98357616eeb7534afdb45cbafe951ad1c5305520c5814c393e 

Bug#586937: python-buffy: Patch to build against default python version (and move Buffy.py out of the darkness)

2010-06-26 Thread Stefano Rivera
Hi Debian (2010.06.26_18:24:50_+0200)
>   dh_prep
> + rm -f debian/*.debhelper.log

Err, I got scared off by the size of the diff it produced, but those two
really should be a dh_clean

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 465 6908 C: +27 72 419 8559  UCT: x3127



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



Bug#583820: marked as done (libtommath: FTBFS: /bin/sh: latex: not found)

2010-06-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Jun 2010 18:09:10 +
with message-id 
and subject line Bug#583820: fixed in libtommath 0.39-3.2
has caused the Debian Bug report #583820,
regarding libtommath: FTBFS: /bin/sh: latex: not found
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
583820: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583820
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libtommath
Version: 0.39-3.1
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS:
| dh_testdir
| /usr/bin/make manual docs
| make[1]: Entering directory 
`/build/buildd-libtommath_0.39-3.1-amd64-a8k9lu/libtommath-0.39'
| echo "hello" > bn.ind
| latex bn > /dev/null
| /bin/sh: latex: not found
| make[1]: *** [mandvi] Error 127

Full build logs:
  https://buildd.debian.org/status/package.php?p=libtommath

Mraw,
KiBi.


--- End Message ---
--- Begin Message ---
Source: libtommath
Source-Version: 0.39-3.2

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

libtommath-dev_0.39-3.2_i386.deb
  to main/libt/libtommath/libtommath-dev_0.39-3.2_i386.deb
libtommath-docs_0.39-3.2_all.deb
  to main/libt/libtommath/libtommath-docs_0.39-3.2_all.deb
libtommath0_0.39-3.2_i386.deb
  to main/libt/libtommath/libtommath0_0.39-3.2_i386.deb
libtommath_0.39-3.2.debian.tar.gz
  to main/libt/libtommath/libtommath_0.39-3.2.debian.tar.gz
libtommath_0.39-3.2.dsc
  to main/libt/libtommath/libtommath_0.39-3.2.dsc



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 583...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christine Spang  (supplier of updated libtommath 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Jun 2010 13:36:59 -0400
Source: libtommath
Binary: libtommath-docs libtommath-dev libtommath0
Architecture: source all i386
Version: 0.39-3.2
Distribution: unstable
Urgency: low
Maintainer: Joe Nahmias 
Changed-By: Christine Spang 
Description: 
 libtommath-dev - multiple-precision integer library [development files]
 libtommath-docs - multiple-precision integer library [documentation]
 libtommath0 - multiple-precision integer library [runtime]
Closes: 583820
Changes: 
 libtommath (0.39-3.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Revert "remove duplicate texlive-latex-recommended and ghostscript" from
 previous NMU. (Closes: #583820)
Checksums-Sha1: 
 a9652ef2ccdb2fe09d92fd62ae6e4c39d11467dd 1832 libtommath_0.39-3.2.dsc
 bc35099f937dcb594a2c49557dba331e03460fee 4034 libtommath_0.39-3.2.debian.tar.gz
 06a1aa09a1406e6fb433ba5435c82ad098371486 1453396 
libtommath-docs_0.39-3.2_all.deb
 06722e2817b97cada440bac2e53ac48f5049f684 72242 libtommath-dev_0.39-3.2_i386.deb
 959779e6a6ded0db36e012a7b6b04b668593a3c8 55080 libtommath0_0.39-3.2_i386.deb
Checksums-Sha256: 
 6b387ef6ed1ef7bb4b2cb092796fb074aba2586990c71b758380923814c3adbe 1832 
libtommath_0.39-3.2.dsc
 1fecc0c77f37e5c277c3b8c22b699c7f1b9e8b3ffc7bb165d4f07a3e078425ae 4034 
libtommath_0.39-3.2.debian.tar.gz
 a58c506577a57a79215d6482547d22d8c97fe9a002e090c9e3cdfa2906320132 1453396 
libtommath-docs_0.39-3.2_all.deb
 28c691196ff28be58d4d14f9ac09d0f2de1e9532e3c6b789c2de318ad1c05a91 72242 
libtommath-dev_0.39-3.2_i386.deb
 d7a9a1668ee6005d35f42eb792f209fe677b9e773d90ca2f8ffcbb632aebb4ec 55080 
libtommath0_0.39-3.2_i386.deb
Files: 
 7e49ad6c879d50c3bd15bab132133542 1832 libs extra libtommath_0.39-3.2.dsc
 34bce79833298461b76c28c9de56b92d 4034 libs extra 
libtommath_0.39-3.2.debian.tar.gz
 54ef9e94599483d94ba794b24b31fd6f 1453396 doc extra 
libtommath-docs_0.39-3.2_all.deb
 3d8f68cc5cbc02c51f7df2a8c3621a9a 72242 libdevel extra 
libtommath-dev_0.39-3.2_i386.deb
 db69c4dbf3afbefea5919684bb94e11d 55080 libs extra libtommath0_0.39-3.2_i386.deb

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

iQIcBAEBCAAGBQJMJj8uAAoJEGSVn+mDjfGcj2IQAJqTtd34p1+0CUU1qXTzUYt6
eJ1pDLZbG0JXwGRVPco7FUkPShWgItB+Y8bVAyRi07b6NvCOIozI3ZItcRFDzQXY
MgqCqOEKxL5YfqnF/2EcL7phzbzM/0A47lg/jUpp+RcavqRrhcCxgwwIr78A2zYh
zzZEh3YO8Opekl7fVm42YtGxE0fFnvAFFNmffFBmrJMqq1SKdu73l0TJcvXVa+9c
dGlDbdS3E/lmYTlvDmYEJ0r4Q9/DVt9fZz4obl8vMyYSz2gl4Ogi2Tyj9eeLTV7e
LowfE

Processed: severity of 587205 is important

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 587205 important
Bug #587205 [feh] feh: Arbitrary code execution with --wget-timestamp and URLs
Severity set to 'important' from 'grave'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
587205: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587205
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#586328: Bug#153860: Bug#586328: gtk-doc-tools: Upgrade fails: ERROR: emacsen-common being used before being configured.

2010-06-26 Thread Rob Browning
Julien Cristau  writes:

> emacsen-common is tiny and has no dependencies, so it doesn't seem that
> big a burden.

I believe that's not the core complaint.  If I recall correctly,
packages are required to depend on some combination of
emacsen/emacsXY/xemacsXY, rather than emacsen-common itself.  So that's
a bigger burden unless you create a separate foo-el package.

(See /usr/share/doc/debian-emacs-polcy.gz sections 5 and 6(D) etc.)

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4



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



Bug#586328: Bug#153860: Bug#586328: gtk-doc-tools: Upgrade fails: ERROR: emacsen-common being used before being configured.

2010-06-26 Thread Rob Browning
Rob Browning  writes:

> As I've said before, while it might be possible to rework things to
> remove the dependency, the original problem was complicated -- the
> current arrangement wasn't chosen arbirarily.  And in general, if you
> want to use a compiled language, it's not unreasonable to expect some
> infrastructure (perl, python, etc.).

...and of course perl and python aren't normally, compiled.  I just
meant that it's not unreasonable to expect language infrastructure.
Though of course I'm sure it can be improved.

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4



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



Bug#583820: #562349 caused by previous NMU

2010-06-26 Thread Christine Spang
Jari,

Your NMU libtommath 0.39-3.1 looks to have caused a
new FTBFS bug, #562349. Remember that it is an NMUer's job to
keep an eye on NMU'd packages after making an upload.
(Subscribing to the package's PTS is a good idea.) As far as
I can tell, your removing some packages from Build-Depends
has caused this, and this bug is essentially the same as
this one:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474413,
which was documented in the package's changelog.

I'm going to prepare and upload a second NMU here, but
please take this as notice that you ought to be more careful
in the future.

Thanks!
Christine



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



Bug#583063: marked as done (pkpgcounter: FTBFS: dpkg-gencontrol: error: the Recommends field contains an arch-specific dependency but the package is architecture all)

2010-06-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Jun 2010 17:20:12 +
with message-id 
and subject line Bug#583063: fixed in pkpgcounter 3.50-7
has caused the Debian Bug report #583063,
regarding pkpgcounter: FTBFS: dpkg-gencontrol: error: the Recommends field 
contains an arch-specific dependency but the package is architecture all
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 ow...@bugs.debian.org
immediately.)


-- 
583063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583063
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pkpgcounter
Version: 3.50-6
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100524 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
>  /usr/bin/fakeroot debian/rules binary
> dh_testdir
> python2.5 setup.py build
> WARN: If you are running on a 32 Bits x86 platform, you should install the 
> Python Psyco module if possible, this would greatly speedup parsing. NB : 
> Psyco doesn't work on other platforms, so don't worry if you're in this case.
> running build
> running build_py
> running build_scripts
> touch build-stamp
> dh_testdir
> dh_testroot
> python2.5 setup.py install --root `pwd`/debian/pkpgcounter/ 
> --install-layout=deb
> WARN: If you are running on a 32 Bits x86 platform, you should install the 
> Python Psyco module if possible, this would greatly speedup parsing. NB : 
> Psyco doesn't work on other platforms, so don't worry if you're in this case.
> running install
> running build
> running build_py
> running build_scripts
> running install_lib
> creating 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter
> creating 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr
> creating 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib
> creating 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5
> creating 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5/site-packages
> creating 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5/site-packages/pkpgpdls
> copying build/lib/pkpgpdls/__init__.py -> 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5/site-packages/pkpgpdls
> copying build/lib/pkpgpdls/bj.py -> 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5/site-packages/pkpgpdls
> copying build/lib/pkpgpdls/cfax.py -> 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5/site-packages/pkpgpdls
> copying build/lib/pkpgpdls/dvi.py -> 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5/site-packages/pkpgpdls
> copying build/lib/pkpgpdls/escp2.py -> 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5/site-packages/pkpgpdls
> copying build/lib/pkpgpdls/escpages03.py -> 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5/site-packages/pkpgpdls
> copying build/lib/pkpgpdls/hbp.py -> 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5/site-packages/pkpgpdls
> copying build/lib/pkpgpdls/inkcoverage.py -> 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5/site-packages/pkpgpdls
> copying build/lib/pkpgpdls/lidil.py -> 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5/site-packages/pkpgpdls
> copying build/lib/pkpgpdls/mscrap.py -> 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5/site-packages/pkpgpdls
> copying build/lib/pkpgpdls/ooo.py -> 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5/site-packages/pkpgpdls
> copying build/lib/pkpgpdls/pcl345.py -> 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5/site-packages/pkpgpdls
> copying build/lib/pkpgpdls/pclxl.py -> 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5/site-packages/pkpgpdls
> copying build/lib/pkpgpdls/pdf.py -> 
> /build/user-pkpgcounter_3.50-6-amd64-9ZUai4/pkpgcounter-3.50/debian/pkpgcounter/usr/lib/python2.5/site-packages/pkpgpd

Bug#586328: gtk-doc-tools: Upgrade fails: ERROR: emacsen-common being used before being configured.

2010-06-26 Thread Julien Cristau
On Sat, Jun 26, 2010 at 10:00:36 +0200, Josselin Mouette wrote:

> This is a serious WTF in emacsen-common and/or emacs itself. It’s not
> appropriate to add a dependency on emacsen-common just for the sake of
> including support for an editor.
> 
emacsen-common is tiny and has no dependencies, so it doesn't seem that
big a burden.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#586558: [stable] [PATCH] Btrfs: should add a permission check for setfacl

2010-06-26 Thread Greg KH
On Sat, Jun 26, 2010 at 06:47:05AM +0200, Bastian Blank wrote:
> On Fri, Jun 25, 2010 at 03:47:05PM -0700, Greg KH wrote:
> > On Sun, Jun 20, 2010 at 06:30:21PM +0200, Bastian Blank wrote:
> > > This was commit 2f26afba46f0ebf155cf9be746496a0304a5b7cf.
> > now queued up.
> 
> Whoops, sorry. I mixed the patches up. The sent one does not even
> compile with 2.6.32.

So what I now have in the stable queue for .32 is not good?

Let me know if I need to fix something up.

thanks,

greg k-h



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



Bug#555205: segfault caused by optimized library?

2010-06-26 Thread bjn

On Sat, 26 Jun 2010, deb wrote:


Hello,

I want to know if the bug is closed. I still see this msg:

critical bugs of libc6 (2.9-23em1 -> 2.11.2-2) 
  #555205 - libc6: segfault when upgrading from 2.9-25 -> 2.10.1-5 on 
squeeze renders system unusable




I am the original reporter of the bug. I don't know if this bug was ever 
technically fixed, but I've since upgraded to a more recent version of 
libc6 without a problem.


As far as I'm personally concerned, the bug can be closed.



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



Bug#586328: Bug#153860: Bug#586328: gtk-doc-tools: Upgrade fails: ERROR: emacsen-common being used before being configured.

2010-06-26 Thread Rob Browning
Josselin Mouette  writes:

> severity 586328 serious
> thanks
>
> Le vendredi 18 juin 2010 à 14:36 +0200, Ludovic Rousseau a écrit :
>> Preparing to replace gtk-doc-tools 1.10-1 (using
>> .../gtk-doc-tools_1.15-1_all.deb) ...
>> ERROR: emacsen-common being used before being configured.
>> ERROR: This is likely a bug in the gtk-doc-tools package, which needs to
>> ERROR: add one of the appropriate dependencies.
>> ERROR: See /usr/share/doc/emacsen-common/debian-emacs-policy.gz
>> ERROR: for details.
>
> This is a serious WTF in emacsen-common and/or emacs itself. It’s not
> appropriate to add a dependency on emacsen-common just for the sake of
> including support for an editor.
>
> The bug (CCed) has been known for 8 years, so I’ll assume it won’t be
> fixed and will simply drop emacs support from gtk-doc.

I believe you only need the dependency if you want to byte-compile code,
and you can always create a separate, optional foo-el package.

As I've said before, while it might be possible to rework things to
remove the dependency, the original problem was complicated -- the
current arrangement wasn't chosen arbirarily.  And in general, if you
want to use a compiled language, it's not unreasonable to expect some
infrastructure (perl, python, etc.).

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4



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



Processed: python-buffy: Patch to build against default python version (and move Buffy.py out of the darkness)

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 586937 patch
Bug #586937 [python-buffy] python-buffy: python2.6 extension module linked with 
libpython2.5
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
586937: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586937
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#586937: python-buffy: Patch to build against default python version (and move Buffy.py out of the darkness)

2010-06-26 Thread Stefano Rivera
tags 586937 patch
thanks

Here's a patch that works around the issue. The problem is the configure
script that only checks for python 2.4 and 2.5

Another problem is that Buffy isn't importable, as it's in a
python-buffy directory under pyshared, this fixes that too.

SR
diff -Nru libbuffy-bindings-0.10/debian/changelog libbuffy-bindings-0.10+nmu1/debian/changelog
--- libbuffy-bindings-0.10/debian/changelog	2010-03-05 18:54:09.0 +0200
+++ libbuffy-bindings-0.10+nmu1/debian/changelog	2010-06-26 17:09:33.0 +0200
@@ -1,3 +1,9 @@
+libbuffy-bindings (0.10+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+
+ -- Stefano Rivera   Sat, 26 Jun 2010 16:07:44 +0200
+
 libbuffy-bindings (0.10) unstable; urgency=low
 
   * Ported to libbuffy 1.4
diff -Nru libbuffy-bindings-0.10/debian/control libbuffy-bindings-0.10+nmu1/debian/control
--- libbuffy-bindings-0.10/debian/control	2010-03-05 18:54:09.0 +0200
+++ libbuffy-bindings-0.10+nmu1/debian/control	2010-06-26 17:09:33.0 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Enrico Zini 
 Uploaders: martin f krafft 
-Build-Depends: cdbs, debhelper (>= 7), dh-buildinfo, libbuffy-dev (>= 1.4), libbuffy-dev (<< 2.0), swig, perl (>= 5.6.0-16), python, python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), pkg-config, libtool, ruby1.8-dev, ruby, libwibble-dev (>= 0.1.15), libwibble-dev (<< 0.2), libglib2.0-dev, zlib1g-dev
+Build-Depends: cdbs, debhelper (>= 7), dh-buildinfo, libbuffy-dev (>= 1.4), libbuffy-dev (<< 2.0), swig, perl (>= 5.6.0-16), python, python-dev (>= 2.3.5-11), python-central (>= 0.5.6), pkg-config, libtool, ruby1.8-dev, ruby, libwibble-dev (>= 0.1.15), libwibble-dev (<< 0.2), libglib2.0-dev, zlib1g-dev
 Standards-Version: 3.8.4.0
 XS-Python-Version: >= 2.3
 Vcs-Git: git://git.debian.org/git/buffy/bindings.git
diff -Nru libbuffy-bindings-0.10/debian/libbuffy-perl.debhelper.log libbuffy-bindings-0.10+nmu1/debian/libbuffy-perl.debhelper.log
--- libbuffy-bindings-0.10/debian/libbuffy-perl.debhelper.log	2010-03-05 18:55:13.0 +0200
+++ libbuffy-bindings-0.10+nmu1/debian/libbuffy-perl.debhelper.log	1970-01-01 02:00:00.0 +0200
@@ -1,2 +0,0 @@
-dh_prep
-dh_prep
diff -Nru libbuffy-bindings-0.10/debian/libbuffy-ruby.debhelper.log libbuffy-bindings-0.10+nmu1/debian/libbuffy-ruby.debhelper.log
--- libbuffy-bindings-0.10/debian/libbuffy-ruby.debhelper.log	2010-03-05 18:55:13.0 +0200
+++ libbuffy-bindings-0.10+nmu1/debian/libbuffy-ruby.debhelper.log	1970-01-01 02:00:00.0 +0200
@@ -1,2 +0,0 @@
-dh_prep
-dh_prep
diff -Nru libbuffy-bindings-0.10/debian/python-buffy.debhelper.log libbuffy-bindings-0.10+nmu1/debian/python-buffy.debhelper.log
--- libbuffy-bindings-0.10/debian/python-buffy.debhelper.log	2010-03-05 18:55:13.0 +0200
+++ libbuffy-bindings-0.10+nmu1/debian/python-buffy.debhelper.log	1970-01-01 02:00:00.0 +0200
@@ -1,2 +0,0 @@
-dh_prep
-dh_prep
diff -Nru libbuffy-bindings-0.10/debian/python-buffy.install libbuffy-bindings-0.10+nmu1/debian/python-buffy.install
--- libbuffy-bindings-0.10/debian/python-buffy.install	2010-03-05 18:54:09.0 +0200
+++ libbuffy-bindings-0.10+nmu1/debian/python-buffy.install	2010-06-26 17:14:59.0 +0200
@@ -1 +1,2 @@
-debian/tmp/usr/lib/python*
+debian/tmp/usr/lib/python2.*/*-packages/_Buffy.so*
+debian/tmp/usr/lib/python2.*/*-packages/Buffy.py
diff -Nru libbuffy-bindings-0.10/debian/rules libbuffy-bindings-0.10+nmu1/debian/rules
--- libbuffy-bindings-0.10/debian/rules	2010-03-05 18:54:09.0 +0200
+++ libbuffy-bindings-0.10+nmu1/debian/rules	2010-06-26 17:12:05.0 +0200
@@ -37,7 +37,8 @@
 build-stamp: configure
 	# Build
 	cd perl && make all OPTIMIZE="$(CXXFLAGS)"
-	cd python && make all
+	cd python && make all PYTHON_CFLAGS="$(shell python-config --cflags)" \
+		  PYTHON_LIBS="$(shell python-config --libs)"
 	cd ruby && make all
 	# Test
 	test "$(DO_TEST)" = true && (cd tests && ./test.pl)
@@ -55,9 +56,10 @@
 	-cd ruby && make clean
 	rm -f perl/Makefile.old
 	rm -f ruby/Makefile
-	rm -f build-stamp config-stamp
+	rm -f build-stamp config-stamp install-stamp
 	#
 	dh_prep
+	rm -f debian/*.debhelper.log
 
 install: install-stamp
 install-stamp:
@@ -68,6 +70,7 @@
 	# Install
 	cd perl && make install DESTDIR=$(DEB_INSTALL_PREFIX)
 	cd python && make install DESTDIR=$(DEB_INSTALL_PREFIX)
+	cd debian/tmp/usr/lib/python2.*/*-packages/buffy-python && mv Buffy.py ..
 	cd ruby && make install DESTDIR=$(DEB_INSTALL_PREFIX)
 	mv debian/tmp/usr/local/lib/site_ruby debian/tmp/usr/lib/ruby
 	#


Processed: tagging 586673, tagging 575196

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 586673 + pending
Bug #586673 [src:beid] implicit pointer conversions in card-belpic.c
Added tag(s) pending.
> tags 575196 + pending
Bug #575196 [libbeidlib3-dev,libbeidlibopensc2-dev] libbeidlibopensc2-dev and 
libbeidlib3-dev: error when trying to install together
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
575196: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575196
586673: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586673
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#587119: marked as done (embassy-domsearch: FTBFS: seqnr.c:111: undefined reference to `ajAcdGetDirlist')

2010-06-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Jun 2010 15:34:47 +
with message-id 
and subject line Bug#587119: fixed in embassy-domsearch 0.1.0++20100115-1
has caused the Debian Bug report #587119,
regarding embassy-domsearch: FTBFS: seqnr.c:111: undefined reference to 
`ajAcdGetDirlist'
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 ow...@bugs.debian.org
immediately.)


-- 
587119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587119
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: embassy-domsearch
Version: 0.1.0+20980715-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100624 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"DOMSEARCH\" 
> -DVERSION=\"0.1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
> -DLT_OBJDIR=\".libs/\" -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 
> -DGETPGRP_VOID=1 -DHAVE_STRFTIME=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 
> -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 
> -DHAVE_STRSTR=1 -DHAVE_STRCHR=1 -DHAVE_ERAND48=1 -DHAVE_MEMMOVE=1 
> -DPLD_xwin=1 -DHAVE_LIBM=1 -DPLD_png=1 -I. -I/usr/include 
> -I/usr/include/eplplot  -DAJ_LinuxLF -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DLENDIAN -DNO_AUTH  -g -O2 -g 
> -Wall -O2 -I/usr/include/eplplot -I/usr/include/ajax -I/usr/include/nucleus  
> -O2  -D__amd64__ -c seqnr.c
> /bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -g -Wall -O2 
> -I/usr/include/eplplot -I/usr/include/ajax -I/usr/include/nucleus  -O2  
> -D__amd64__   -o seqnr seqnr.o -L/usr/lib -lnucleus -lajax -leplplot -lX11  
> -lm  -lgd -lpng -lz -lm
> libtool: link: gcc -g -O2 -g -Wall -O2 -I/usr/include/eplplot 
> -I/usr/include/ajax -I/usr/include/nucleus -O2 -D__amd64__ -o seqnr seqnr.o  
> -L/usr/lib -lnucleus -lajax /usr/lib/libeplplot.so /usr/lib/libgd.so -lXpm 
> -lX11 /usr/lib/libjpeg.so -lfontconfig /usr/lib/libfreetype.so -lpng12 -lpng 
> -lz -lm
> seqnr.o: In function `main':
> /build/user-embassy-domsearch_0.1.0+20980715-1-amd64-lXYjtq/embassy-domsearch-0.1.0+20980715/src/seqnr.c:111:
>  undefined reference to `ajAcdGetDirlist'
> /build/user-embassy-domsearch_0.1.0+20980715-1-amd64-lXYjtq/embassy-domsearch-0.1.0+20980715/src/seqnr.c:112:
>  undefined reference to `ajAcdGetToggle'
> /build/user-embassy-domsearch_0.1.0+20980715-1-amd64-lXYjtq/embassy-domsearch-0.1.0+20980715/src/seqnr.c:113:
>  undefined reference to `ajAcdGetDirectory'
> /build/user-embassy-domsearch_0.1.0+20980715-1-amd64-lXYjtq/embassy-domsearch-0.1.0+20980715/src/seqnr.c:114:
>  undefined reference to `ajAcdGetToggle'
> /build/user-embassy-domsearch_0.1.0+20980715-1-amd64-lXYjtq/embassy-domsearch-0.1.0+20980715/src/seqnr.c:115:
>  undefined reference to `ajAcdGetDirectory'
> /build/user-embassy-domsearch_0.1.0+20980715-1-amd64-lXYjtq/embassy-domsearch-0.1.0+20980715/src/seqnr.c:116:
>  undefined reference to `ajAcdGetListSingle'
> /build/user-embassy-domsearch_0.1.0+20980715-1-amd64-lXYjtq/embassy-domsearch-0.1.0+20980715/src/seqnr.c:117:
>  undefined reference to `ajAcdGetFloat'
> /build/user-embassy-domsearch_0.1.0+20980715-1-amd64-lXYjtq/embassy-domsearch-0.1.0+20980715/src/seqnr.c:118:
>  undefined reference to `ajAcdGetFloat'
> /build/user-embassy-domsearch_0.1.0+20980715-1-amd64-lXYjtq/embassy-domsearch-0.1.0+20980715/src/seqnr.c:119:
>  undefined reference to `ajAcdGetFloat'
> /build/user-embassy-domsearch_0.1.0+20980715-1-amd64-lXYjtq/embassy-domsearch-0.1.0+20980715/src/seqnr.c:120:
>  undefined reference to `ajAcdGetMatrixf'
> /build/user-embassy-domsearch_0.1.0+20980715-1-amd64-lXYjtq/embassy-domsearch-0.1.0+20980715/src/seqnr.c:121:
>  undefined reference to `ajAcdGetFloat'
> /build/user-embassy-domsearch_0.1.0+20980715-1-amd64-lXYjtq/embassy-domsearch-0.1.0+20980715/src/seqnr.c:122:
>  undefined reference to `ajAcdGetFloat'
> /build/user-embassy-domsearch_0.1.0+20980715-1-amd64-lXYjtq/embassy-domsearch-0.1.0+20980715/src/seqnr.c:123:
>  undefined reference to `ajAcdGetOutdir'
> /build/user-embassy-domsearch_0.1.0+20980715-1-amd64-lXYjtq/embassy-domsearch-0.1.0+20980715/src/seqnr.c:124:
>  undefined reference to `ajAcdGetToggle'
> /build/user-embassy-domsearch_0.1.0+20980715-1-amd64-lXYjtq/embassy-domsearch-0.1.0

Bug#555205: segfault caused by optimized library?

2010-06-26 Thread deb

Hello,

I want to know if the bug is closed. I still see this msg:

critical bugs of libc6 (2.9-23em1 -> 2.11.2-2) 
 #555205 - libc6: segfault when upgrading from 2.9-25 -> 2.10.1-5 on 
squeeze renders system unusable






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



Bug#587170: [Debian-med-packaging] Bug#587170: [emboss] Emboss cannot be build twice in a row

2010-06-26 Thread Charles Plessy
Le Fri, Jun 25, 2010 at 09:56:33PM +0200, Peter Fritzsche a écrit :
> Package: emboss
> Severity: serious
> Version: 6.2.0-2
> 
> The clean target doesn't seem to work as described in the policy.

Hi Peter,

thank you for the report. Indeed, since version 6.2.0 not all files generated
by the test suite are cleaned.

Version 6.3.0 will be released the 15th of July, and from the CVS I know that
I will have to rework the invocation of the test suite since a nightly tarball
can not be built with the debian directory of the 6.2.0-2 package. I will work
on the cleaning as well.

Have a nice day,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan



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



Bug#559425: marked as done (isdnutils: various licensing issues)

2010-06-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Jun 2010 13:12:11 +
with message-id 
and subject line Bug#559425: fixed in isdnutils 1:3.9.20060704+dfsg.1-1
has caused the Debian Bug report #559425,
regarding isdnutils: various licensing issues
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 ow...@bugs.debian.org
immediately.)


-- 
559425: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559425
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: isdnutils
Severity: serious
Justification: Policy 2.2.1


Hi,
At least one file this package are GPL incompatible.
./eurofile/src/wuauth/sigfix.c bans monetary gain.
(see also eurofile/COPYING.authlib )

Thanks,
kk

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30.7-libre-fshoppe1 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: isdnutils
Source-Version: 1:3.9.20060704+dfsg.1-1

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

capiutils_3.9.20060704+dfsg.1-1_i386.deb
  to main/i/isdnutils/capiutils_3.9.20060704+dfsg.1-1_i386.deb
isdnlog-data_3.9.20060704+dfsg.1-1_all.deb
  to main/i/isdnutils/isdnlog-data_3.9.20060704+dfsg.1-1_all.deb
isdnlog_3.9.20060704+dfsg.1-1_i386.deb
  to main/i/isdnutils/isdnlog_3.9.20060704+dfsg.1-1_i386.deb
isdnutils-base_3.9.20060704+dfsg.1-1_i386.deb
  to main/i/isdnutils/isdnutils-base_3.9.20060704+dfsg.1-1_i386.deb
isdnutils-doc_3.9.20060704+dfsg.1-1_all.deb
  to main/i/isdnutils/isdnutils-doc_3.9.20060704+dfsg.1-1_all.deb
isdnutils-xtools_3.9.20060704+dfsg.1-1_i386.deb
  to main/i/isdnutils/isdnutils-xtools_3.9.20060704+dfsg.1-1_i386.deb
isdnutils_3.9.20060704+dfsg.1-1.debian.tar.gz
  to main/i/isdnutils/isdnutils_3.9.20060704+dfsg.1-1.debian.tar.gz
isdnutils_3.9.20060704+dfsg.1-1.dsc
  to main/i/isdnutils/isdnutils_3.9.20060704+dfsg.1-1.dsc
isdnutils_3.9.20060704+dfsg.1-1_i386.deb
  to main/i/isdnutils/isdnutils_3.9.20060704+dfsg.1-1_i386.deb
isdnutils_3.9.20060704+dfsg.1.orig.tar.bz2
  to main/i/isdnutils/isdnutils_3.9.20060704+dfsg.1.orig.tar.bz2
isdnvbox_3.9.20060704+dfsg.1-1_i386.deb
  to main/i/isdnutils/isdnvbox_3.9.20060704+dfsg.1-1_i386.deb
isdnvboxclient_3.9.20060704+dfsg.1-1_i386.deb
  to main/i/isdnutils/isdnvboxclient_3.9.20060704+dfsg.1-1_i386.deb
isdnvboxserver_3.9.20060704+dfsg.1-1_i386.deb
  to main/i/isdnutils/isdnvboxserver_3.9.20060704+dfsg.1-1_i386.deb
libcapi20-3_3.9.20060704+dfsg.1-1_i386.deb
  to main/i/isdnutils/libcapi20-3_3.9.20060704+dfsg.1-1_i386.deb
libcapi20-dev_3.9.20060704+dfsg.1-1_i386.deb
  to main/i/isdnutils/libcapi20-dev_3.9.20060704+dfsg.1-1_i386.deb
pppdcapiplugin_3.9.20060704+dfsg.1-1_i386.deb
  to main/i/isdnutils/pppdcapiplugin_3.9.20060704+dfsg.1-1_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 559...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings  (supplier of updated isdnutils 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 26 Jun 2010 12:47:04 +0100
Source: isdnutils
Binary: isdnutils isdnutils-base isdnutils-xtools isdnlog isdnlog-data 
isdnutils-doc isdnvbox isdnvboxclient isdnvboxserver capiutils libcapi20-3 
libcapi20-dev pppdcapiplugin
Architecture: all i386 source
Version: 1:3.9.20060704+dfsg.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Ben Hutchings 
Closes: 559425
Description: 
 capiutils  - ISDN utilities - tools for CAPI-capable cards
 isdnlog-data - ISDN utilities - connection logger data
 isdnlog- ISDN utilities - connection logger
 isdnutils-base - ISDN utilities - minimal set
 isdnutils-doc - ISDN utilities - documentation
 isdnutils  - ISDN utilities - dependency package
 isdnutils-xtools - ISDN utilities - graphical tools
 isdnvboxclient - ISDN utilities - answering machine client
 isdnvbox   - ISDN utilities - answering machine dependency package
 isdnvboxserver - ISDN utilities - answering machine server
 libcapi20-3 - ISDN utilities - CAPI support libraries
 libcapi20-dev - ISDN utilities - CAPI develop

Bug#587227: libmagick++3: ABI breakage without SONAME change (yet again)

2010-06-26 Thread Julien Cristau
On Sat, Jun 26, 2010 at 13:10:26 +0100, Julien Cristau wrote:

> Package: libmagick++3
> Version: 7:6.6.2.6-1
> Severity: serious
> 
> libMagick++.so.3 in squeeze exports a _ZN6Magick5Image8contrastEj
> symbol.  The version in sid doesn't.  This breaks (at least)
> python-imagemagick.  Please be more careful about ABI compatibility...
> 
So on amd64 I count 130 removed symbols.  It's likely there are others
that only affect 32bit archs.  Checking that kind of things should be
the *first* thing you do on a new upstream release, especially when you
know upstream is unable to maintain their ABI properly.  And it's not
like these things are well-hidden, a debdiff shows e.g. for
lib/Magick++/Drawable.h:

@@ -2055,8 +2055,8 @@
 class MagickDLLDecl DrawableViewbox : public DrawableBase
 {
 public:
-  DrawableViewbox(unsigned long x1_, unsigned long y1_,
-  unsigned long x2_, unsigned long y2_)
+  DrawableViewbox(ssize_t x1_, ssize_t y1_,
+  ssize_t x2_, ssize_t y2_)
 : _x1(x1_),
   _y1(y1_),
   _x2(x2_),

which is quite trivially not going to fly.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#587113: marked as done (embassy-domalign: FTBFS: allversusall.c:91: undefined reference to `ajAcdGetDirlist')

2010-06-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Jun 2010 12:39:52 +
with message-id 
and subject line Bug#587113: fixed in embassy-domalign 0.1.0+20100115-1
has caused the Debian Bug report #587113,
regarding embassy-domalign: FTBFS: allversusall.c:91: undefined reference to 
`ajAcdGetDirlist'
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 ow...@bugs.debian.org
immediately.)


-- 
587113: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587113
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: embassy-domalign
Version: 0.1.0+20090715-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100624 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"DOMALIGN\" 
> -DVERSION=\"0.1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
> -DLT_OBJDIR=\".libs/\" -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 
> -DGETPGRP_VOID=1 -DHAVE_STRFTIME=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 
> -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 
> -DHAVE_STRSTR=1 -DHAVE_STRCHR=1 -DHAVE_ERAND48=1 -DHAVE_MEMMOVE=1 
> -DPLD_xwin=1 -DHAVE_LIBM=1 -DPLD_png=1 -I. -I/usr/include 
> -I/usr/include/eplplot  -DAJ_LinuxLF -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DLENDIAN -DNO_AUTH  -g -O2 -g 
> -Wall -O2 -I/usr/include/eplplot -I/usr/include/ajax -I/usr/include/nucleus  
> -O2  -D__amd64__ -c allversusall.c
> /bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -g -Wall -O2 
> -I/usr/include/eplplot -I/usr/include/ajax -I/usr/include/nucleus  -O2  
> -D__amd64__   -o allversusall allversusall.o -L/usr/lib -lnucleus -lajax 
> -leplplot -lX11  -lm  -lgd -lpng -lz -lm
> libtool: link: gcc -g -O2 -g -Wall -O2 -I/usr/include/eplplot 
> -I/usr/include/ajax -I/usr/include/nucleus -O2 -D__amd64__ -o allversusall 
> allversusall.o  -L/usr/lib -lnucleus -lajax /usr/lib/libeplplot.so 
> /usr/lib/libgd.so -lXpm -lX11 /usr/lib/libjpeg.so -lfontconfig 
> /usr/lib/libfreetype.so -lpng12 -lpng -lz -lm
> allversusall.o: In function `main':
> /build/user-embassy-domalign_0.1.0+20090715-1-amd64-bLnk4e/embassy-domalign-0.1.0+20090715/src/allversusall.c:91:
>  undefined reference to `ajAcdGetDirlist'
> /build/user-embassy-domalign_0.1.0+20090715-1-amd64-bLnk4e/embassy-domalign-0.1.0+20090715/src/allversusall.c:92:
>  undefined reference to `ajAcdGetMatrixf'
> /build/user-embassy-domalign_0.1.0+20090715-1-amd64-bLnk4e/embassy-domalign-0.1.0+20090715/src/allversusall.c:93:
>  undefined reference to `ajAcdGetFloat'
> /build/user-embassy-domalign_0.1.0+20090715-1-amd64-bLnk4e/embassy-domalign-0.1.0+20090715/src/allversusall.c:94:
>  undefined reference to `ajAcdGetFloat'
> /build/user-embassy-domalign_0.1.0+20090715-1-amd64-bLnk4e/embassy-domalign-0.1.0+20090715/src/allversusall.c:95:
>  undefined reference to `ajAcdGetOutdir'
> /build/user-embassy-domalign_0.1.0+20090715-1-amd64-bLnk4e/embassy-domalign-0.1.0+20090715/src/allversusall.c:96:
>  undefined reference to `ajAcdGetOutfile'
> /usr/lib/libnucleus.so: undefined reference to `ajAcdExit'
> /usr/lib/libajax.so: undefined reference to `epcre_compile'
> /usr/lib/libnucleus.so: undefined reference to `ajSeqdbInit'
> /usr/lib/libnucleus.so: undefined reference to `ajGraphicsExit'
> /usr/lib/libajax.so: undefined reference to `pcre_exec'
> /usr/lib/libnucleus.so: undefined reference to `ajAcdInitPV'
> /usr/lib/libnucleus.so: undefined reference to `ajAcdInit'
> /usr/lib/libnucleus.so: undefined reference to `ajSeqDbExit'
> collect2: ld returned 1 exit status

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/06/24/embassy-domalign_0.1.0+20090715-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Source: embassy-domalign
Source-Version: 0.1.0+20100115-1

We believe tha

Bug#539427: marked as done (acpica-unix - FTBFS: Segmentation fault from iasl)

2010-06-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Jun 2010 12:31:04 +
with message-id 
and subject line Bug#539427: fixed in acpica-unix 20100528-1
has caused the Debian Bug report #539427,
regarding acpica-unix - FTBFS: Segmentation fault from iasl
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 ow...@bugs.debian.org
immediately.)


-- 
539427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539427
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: acpica-unix
Version: 20090521-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of acpica-unix_20090521-1 on debian-31.osdl.marist.edu by 
> sbuild/s390 98
[...]
> # testcase
> /build/buildd/acpica-unix-20090521/debian/iasl/usr/bin/iasl -tc -p 
> debian/acpi-dsdt.test.hex debian/acpi-dsdt.dsl
> make: *** [install] Segmentation fault
> dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave 
> error exit status 2


--- End Message ---
--- Begin Message ---
Source: acpica-unix
Source-Version: 20100528-1

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

acpica-unix_20100528-1.debian.tar.gz
  to main/a/acpica-unix/acpica-unix_20100528-1.debian.tar.gz
acpica-unix_20100528-1.dsc
  to main/a/acpica-unix/acpica-unix_20100528-1.dsc
acpica-unix_20100528.orig.tar.gz
  to main/a/acpica-unix/acpica-unix_20100528.orig.tar.gz
iasl_20100528-1_amd64.deb
  to main/a/acpica-unix/iasl_20100528-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 539...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Dongili  (supplier of updated acpica-unix 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 19 Jun 2010 22:40:18 +0900
Source: acpica-unix
Binary: iasl
Architecture: source amd64
Version: 20100528-1
Distribution: unstable
Urgency: low
Maintainer: Mattia Dongili 
Changed-By: Mattia Dongili 
Description: 
 iasl   - Intel ASL compiler/decompiler
Closes: 447397 506332 539427 554586
Changes: 
 acpica-unix (20100528-1) unstable; urgency=low
 .
   * New upstream release.
   * Switch to dpkg-source 3.0 (quilt) format.
   * Install a link instead of the full changes.txt file (Closes: #447397).
   * Fix support for compiling on BE architectures (Closes: #554586).
   * Fix segmentation fault on BE architectures (Closes: #539427).
   * Fix segmentation fault on Memory24 (again Closes: #506332).
Checksums-Sha1: 
 4732d375eea7b7166a122da98b38d154e504e4cf 1194 acpica-unix_20100528-1.dsc
 b36e2ffdd9fc169ea3084ab95341b01a9380b21e 1058661 
acpica-unix_20100528.orig.tar.gz
 79ebc4c416076bf78e96ab73de70dc3cee71dc5c 24733 
acpica-unix_20100528-1.debian.tar.gz
 b6449bd94ba6cb3a79561b96e2bd41e12e9054cc 362426 iasl_20100528-1_amd64.deb
Checksums-Sha256: 
 55350ba451f4305a55037e7dbbdfed4e70f8fe1d8821db7ceb25accefaddebd0 1194 
acpica-unix_20100528-1.dsc
 f3af776f968c29daa4f061d594d641297f3838805307d243385785b7326d324c 1058661 
acpica-unix_20100528.orig.tar.gz
 19cf69c521776dad24c75fd527f33a29210e134d0db229f5faf4df637f00a2ce 24733 
acpica-unix_20100528-1.debian.tar.gz
 79800594d0c8e77e2e86bee866a5dd39fe536c0e5a20585a8e893b7b574b8e59 362426 
iasl_20100528-1_amd64.deb
Files: 
 03d76a764e544f260f4121c8b7ac4881 1194 devel optional acpica-unix_20100528-1.dsc
 f80f0b079af06134769a2642b490cd30 1058661 devel optional 
acpica-unix_20100528.orig.tar.gz
 cdaf6ad70a1ba4f41ebe79748558cef9 24733 devel optional 
acpica-unix_20100528-1.debian.tar.gz
 35894039fbbc029470dd1797f3f970c9 362426 devel optional 
iasl_20100528-1_amd64.deb

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

iEYEARECAAYFAkwlyMcACgkQgpRPaOotLEEujgCeMnCUeTNN4l6WasWGL9Il7/pG
T2oAoLyx2o/VXuh3letkCO1lahn7owxV
=5T1V
-END PGP SIGNATURE-


--- End Message ---


Bug#554586: marked as done (acpica-unix_20090521-1(ia64/unstable): FTBFS: test failure)

2010-06-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Jun 2010 12:31:04 +
with message-id 
and subject line Bug#554586: fixed in acpica-unix 20100528-1
has caused the Debian Bug report #554586,
regarding acpica-unix_20090521-1(ia64/unstable): FTBFS: test failure
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
554586: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554586
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: acpica-unix
Version: 20090521-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of acpica-unix_20090521-1 on caballero by sbuild/ia64 98
> Build started at 20091105-0104

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 4.0.0), flex-old, bison, quilt

[...]

> +0x00,0x00,0x00,0x00,0x00,0x08,0x22,0x10,  /* 0470".."." */
>  0x00,0x79,0x00,0xA4,0x42,0x55,0x46,0x30,  /* 0478".y..BUF0" */
>  0x5B,0x82,0x42,0x06,0x43,0x4F,0x4D,0x32,  /* 0480"[.B.COM2" */
>  0x08,0x5F,0x48,0x49,0x44,0x0C,0x41,0xD0,  /* 0488"._HID.A." */
> @@ -154,7 +154,7 @@
>  0x93,0x60,0x00,0xA4,0x00,0xA1,0x04,0xA4,  /* 04B8".`.." */
>  0x0A,0x0F,0x14,0x21,0x5F,0x43,0x52,0x53,  /* 04C0"...!_CRS" */
>  0x00,0x08,0x42,0x55,0x46,0x30,0x11,0x10,  /* 04C8"..BUF0.." */
> -0x0A,0x0D,0x47,0x01,0xF8,0x02,0xF8,0x02,  /* 04D0"..G." */
> +0x0A,0x0D,0x47,0x01,0x00,0x00,0x00,0x00,  /* 04D0"..G." */
>  0x00,0x08,0x22,0x08,0x00,0x79,0x00,0xA4,  /* 04D8".."..y.." */
>  0x42,0x55,0x46,0x30,0x5B,0x82,0x40,0x05,  /* 04E0"buf...@." */
>  0x50,0x58,0x31,0x33,0x08,0x5F,0x41,0x44,  /* 04E8"PX13._AD" */
> make: *** [install] Error 1
> dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave 
> error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64&pkg=acpica-unix&ver=20090521-1



--- End Message ---
--- Begin Message ---
Source: acpica-unix
Source-Version: 20100528-1

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

acpica-unix_20100528-1.debian.tar.gz
  to main/a/acpica-unix/acpica-unix_20100528-1.debian.tar.gz
acpica-unix_20100528-1.dsc
  to main/a/acpica-unix/acpica-unix_20100528-1.dsc
acpica-unix_20100528.orig.tar.gz
  to main/a/acpica-unix/acpica-unix_20100528.orig.tar.gz
iasl_20100528-1_amd64.deb
  to main/a/acpica-unix/iasl_20100528-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 554...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Dongili  (supplier of updated acpica-unix 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 19 Jun 2010 22:40:18 +0900
Source: acpica-unix
Binary: iasl
Architecture: source amd64
Version: 20100528-1
Distribution: unstable
Urgency: low
Maintainer: Mattia Dongili 
Changed-By: Mattia Dongili 
Description: 
 iasl   - Intel ASL compiler/decompiler
Closes: 447397 506332 539427 554586
Changes: 
 acpica-unix (20100528-1) unstable; urgency=low
 .
   * New upstream release.
   * Switch to dpkg-source 3.0 (quilt) format.
   * Install a link instead of the full changes.txt file (Closes: #447397).
   * Fix support for compiling on BE architectures (Closes: #554586).
   * Fix segmentation fault on BE architectures (Closes: #539427).
   * Fix segmentation fault on Memory24 (again Closes: #506332).
Checksums-Sha1: 
 4732d375eea7b7166a122da98b38d154e504e4cf 1194 acpica-unix_20100528-1.dsc
 b36e2ffdd9fc169ea3084ab95341b01a9380b21e 1058661 
acpica-unix_20100528.orig.tar.gz
 79ebc4c416076bf78e96ab73de70dc3cee71dc5c 24733 
acpica-unix_20100528-1.debian.tar.gz
 b6449bd94ba6cb3a79561b96e2bd41e12e9054cc 362426 iasl_20100528-1_amd64.deb
Checksums-Sha256: 
 55350ba451f4305a55037e7dbbdfed4e70f8fe1d8821db7ceb25accefaddebd0 1194 
acpica-unix_20100528-1.dsc
 f3af776f968c29daa4f061d594d641297f3838805307d243385785b7326d324c 1058661 
acpica-unix_20100528.orig.tar.gz
 19cf69c521776dad24c75fd527f33a29210e134d0db229f5faf4df637f00a2ce 24733 
acpica-unix_20100528-1.debian.tar.gz
 79800594d0c8e77e2e8

Bug#587227: libmagick++3: ABI breakage without SONAME change (yet again)

2010-06-26 Thread Julien Cristau
Package: libmagick++3
Version: 7:6.6.2.6-1
Severity: serious

libMagick++.so.3 in squeeze exports a _ZN6Magick5Image8contrastEj
symbol.  The version in sid doesn't.  This breaks (at least)
python-imagemagick.  Please be more careful about ABI compatibility...

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#586120: [pkg-cryptsetup-devel] Bug#586120: device-mapper: reload ioctl failed: Invalid argument

2010-06-26 Thread Jonas Meurer
hey,

On 16/06/2010 clayton wrote:
> # cryptsetup create backcrypt /dev/sda2
> Enter passphrase:
> device-mapper: reload ioctl failed: Invalid argument

Can you post dmsetup table when this fails?

greetings,
 jonas


signature.asc
Description: Digital signature


Bug#539427: Segmentation fault of iasl on non i386/amd64

2010-06-26 Thread Mattia Dongili
On Tue, Oct 27, 2009 at 10:11:10PM +0900, Mattia Dongili wrote:
> On Sun, Oct 25, 2009 at 01:15:06AM +0200, Guillem Jover wrote:
> > Hi!
> > 
> > [ Removing #516057 as it's a closed bug about a bison error. ]
> > 
> > On Sat, 2009-10-24 at 18:19:51 +0200, Luk Claes wrote:
> > > Can you please have a look at fixing the segfaults of iasl on non
> > > i386/amd64 or do you think it would be better to remove the support of
> > > iasl on non i386/amd64. If so, bochs is the only affected reverse dep of
> > > iasl if you would restrict iasl to i386/amd64.
> > 
> > I don't see why iasl would not be able to run on any architecture,
> > it's just a compiler for byte-code. We ported it some time ago, but
> > it seems it has regressed in the latest upload (probably problems with
> > unaligned accesses or little endian assumptions, as before).

I uploaded a new package with a pile of fixes for BE support. Let's see
how it goes.
-- 
mattia
:wq!



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



Processed: block 574770 with 587115 586835

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 574770 with 587115 586835
Bug #574770 [release.debian.org] transition: python-defaults (2.6)
Was blocked by: 577900 558996 573161 576225 576210 574730 581204 558983 524746 
577061 534848 568892 580148 534068 581884 581012 529478 565665 570580 577388 
581672 580678 581008 577898
Added blocking bug(s) of 574770: 587115 and 586835
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
574770: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574770
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#587068: About "usr/lib/cups/backend/hp failed"

2010-06-26 Thread Johann Felix Soden
At my PC, the problem was the permissions of the /usr/lib/cups/backend
directory itself, not of the files in it.
If a normal user can access files in this directory
for example with
 ls -latr /usr/lib/cups/backend/hp
the error must be somewhere else.






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



Bug#587118: marked as done (embassy-domainatrix: FTBFS: cathparse.c:74: undefined reference to `ajAcdGetInfile')

2010-06-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Jun 2010 08:47:08 +
with message-id 
and subject line Bug#587118: fixed in embassy-domainatrix 0.1.0+20100115-1
has caused the Debian Bug report #587118,
regarding embassy-domainatrix: FTBFS: cathparse.c:74: undefined reference to 
`ajAcdGetInfile'
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 ow...@bugs.debian.org
immediately.)


-- 
587118: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587118
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: embassy-domainatrix
Version: 0.1.0+20090715-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100624 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"DOMAINATRIX\" 
> -DVERSION=\"0.1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
> -DLT_OBJDIR=\".libs/\" -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 
> -DGETPGRP_VOID=1 -DHAVE_STRFTIME=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 
> -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DHAVE_VPRINTF=1 -DHAVE_STRDUP=1 
> -DHAVE_STRSTR=1 -DHAVE_STRCHR=1 -DHAVE_ERAND48=1 -DHAVE_MEMMOVE=1 
> -DPLD_xwin=1 -DHAVE_LIBM=1 -DPLD_png=1 -I. -I/usr/include 
> -I/usr/include/eplplot  -DAJ_LinuxLF -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -DLENDIAN -DNO_AUTH  -g -O2 -g 
> -Wall -O2 -I/usr/include/eplplot -I/usr/include/ajax -I/usr/include/nucleus  
> -O2  -D__amd64__ -c cathparse.c
> /bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -g -Wall -O2 
> -I/usr/include/eplplot -I/usr/include/ajax -I/usr/include/nucleus  -O2  
> -D__amd64__   -o cathparse cathparse.o -L/usr/lib -lnucleus -lajax -leplplot 
> -lX11  -lm  -lgd -lpng -lz -lm
> libtool: link: gcc -g -O2 -g -Wall -O2 -I/usr/include/eplplot 
> -I/usr/include/ajax -I/usr/include/nucleus -O2 -D__amd64__ -o cathparse 
> cathparse.o  -L/usr/lib -lnucleus -lajax /usr/lib/libeplplot.so 
> /usr/lib/libgd.so -lXpm -lX11 /usr/lib/libjpeg.so -lfontconfig 
> /usr/lib/libfreetype.so -lpng12 -lpng -lz -lm
> cathparse.o: In function `main':
> /build/user-embassy-domainatrix_0.1.0+20090715-1-amd64-idlnpB/embassy-domainatrix-0.1.0+20090715/src/cathparse.c:74:
>  undefined reference to `ajAcdGetInfile'
> /build/user-embassy-domainatrix_0.1.0+20090715-1-amd64-idlnpB/embassy-domainatrix-0.1.0+20090715/src/cathparse.c:75:
>  undefined reference to `ajAcdGetInfile'
> /build/user-embassy-domainatrix_0.1.0+20090715-1-amd64-idlnpB/embassy-domainatrix-0.1.0+20090715/src/cathparse.c:76:
>  undefined reference to `ajAcdGetInfile'
> /build/user-embassy-domainatrix_0.1.0+20090715-1-amd64-idlnpB/embassy-domainatrix-0.1.0+20090715/src/cathparse.c:77:
>  undefined reference to `ajAcdGetOutfile'
> /build/user-embassy-domainatrix_0.1.0+20090715-1-amd64-idlnpB/embassy-domainatrix-0.1.0+20090715/src/cathparse.c:78:
>  undefined reference to `ajAcdGetOutfile'
> /usr/lib/libnucleus.so: undefined reference to `ajAcdExit'
> /usr/lib/libajax.so: undefined reference to `epcre_compile'
> /usr/lib/libnucleus.so: undefined reference to `ajSeqdbInit'
> /usr/lib/libnucleus.so: undefined reference to `ajGraphicsExit'
> /usr/lib/libajax.so: undefined reference to `pcre_exec'
> /usr/lib/libnucleus.so: undefined reference to `ajAcdInitPV'
> /usr/lib/libnucleus.so: undefined reference to `ajAcdInit'
> /usr/lib/libnucleus.so: undefined reference to `ajSeqDbExit'
> collect2: ld returned 1 exit status

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/06/24/embassy-domainatrix_0.1.0+20090715-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Source: embassy-domainatrix
Source-Version: 0.1.0+20100115-1

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

embassy-doma

Bug#586328: marked as done (gtk-doc-tools: Upgrade fails: ERROR: emacsen-common being used before being configured.)

2010-06-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Jun 2010 08:18:54 +
with message-id 
and subject line Bug#586328: fixed in gtk-doc 1.15-2
has caused the Debian Bug report #586328,
regarding gtk-doc-tools: Upgrade fails: ERROR: emacsen-common being used before 
 being configured.
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 ow...@bugs.debian.org
immediately.)


-- 
586328: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586328
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gtk-doc-tools
Version: 1.10-1
Severity: normal

I am upgrading from Lenny to Squeeze. The upgrade does not happen in
only one step so I have to run apt-get multiple times.

In one execution I have:

$ LANG=C sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  gcj gij
The following packages will be upgraded:
  gtk-doc-tools
1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
552 not fully installed or removed.
Need to get 0B/529kB of archives.
After this operation, 1204kB of additional disk space will be used.
Do you want to continue [Y/n]?
(Reading database ... 276624 files and directories currently installed.)
Preparing to replace gtk-doc-tools 1.10-1 (using
.../gtk-doc-tools_1.15-1_all.deb) ...
ERROR: emacsen-common being used before being configured.
ERROR: This is likely a bug in the gtk-doc-tools package, which needs to
ERROR: add one of the appropriate dependencies.
ERROR: See /usr/share/doc/emacsen-common/debian-emacs-policy.gz
ERROR: for details.
dpkg: warning: subprocess old pre-removal script returned error exit status 2
dpkg - trying script from the new package instead ...
ERROR: emacsen-common being used before being configured.
ERROR: This is likely a bug in the gtk-doc-tools package, which needs to
ERROR: add one of the appropriate dependencies.
ERROR: See /usr/share/doc/emacsen-common/debian-emacs-policy.gz
ERROR: for details.
dpkg: error processing
/var/cache/apt/archives/gtk-doc-tools_1.15-1_all.deb (--unpack):
 subprocess new pre-removal script returned error exit status 2
Errors were encountered while processing:
 /var/cache/apt/archives/gtk-doc-tools_1.15-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

And I have:
$ dpkg -l emacsen-common
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| 
État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ NomVersionDescription
+++-==-==-
iU  emacsen-common 1.4.19 Common facilities for all emacsen

So emacsen-common is installed but not yet configured.

The  short term "solution" is to configure emacsen-common first using:
$ sudo apt-get install -f

Then emacsen-common is then configured and can be used. And the
installation of gtk-doc-tools is now successful.

$ LANG=C sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  gcj gij
The following packages will be upgraded:
  gtk-doc-tools
1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 0B/529kB of archives.
After this operation, 1204kB of additional disk space will be used.
Do you want to continue [Y/n]?
(Reading database ... 276624 files and directories currently installed.)
Preparing to replace gtk-doc-tools 1.10-1 (using
.../gtk-doc-tools_1.15-1_all.deb) ...
Unpacking replacement gtk-doc-tools ...
Processing triggers for man-db ...
Setting up gtk-doc-tools (1.15-1) ...


I guess gtk-doc-tools (or one of its dependency) needs a Pre-Depends:
emacsen-common

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

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

Versions of packages gtk-doc-tools depends on:
ii  docbook-dsssl  1.79-6modular DocBook DSSSL stylesheets,
ii  docbook-to-man 1:2.0.0-28converter from DocBook SGML into r
ii  docbook-xml4.5-7 standard XML documentation system
ii  docbook-xsl1.75.2+dfsg-5 stylesheets for processing DocBook
ii  gnome-common   2.28.0-1  common scripts and macros to

Bug#586545: marked as done (xchat-gnome: FTBFS: xsltproc issues)

2010-06-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Jun 2010 08:04:00 +
with message-id 
and subject line Bug#586545: fixed in xchat-gnome 1:0.26.1-2
has caused the Debian Bug report #586545,
regarding xchat-gnome: FTBFS: xsltproc issues
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 ow...@bugs.debian.org
immediately.)


-- 
586545: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586545
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xchat-gnome
Version: 1:0.26.1-1
Severity: serious
Justification: FTBFS

Hi,

on a bunch of buildds, your package FTBFS:
| if [ -f "C/xchat-gnome.xml" ]; then d="../"; else 
d="/build/buildd-xchat-gnome_0.26.1-1+b1-i386-XdMcJX/xchat-gnome-0.26.1/help/"; 
fi; \
|   (cd th/ && \
| `which xml2po` -e -p \
|   "${d}th/th.po" \
|   "${d}C/xchat-gnome.xml" > xchat-gnome.xml.tmp && \
|   cp xchat-gnome.xml.tmp xchat-gnome.xml && rm -f xchat-gnome.xml.tmp)
| xsltproc -o xchat-gnome-C.omf --stringparam db2omf.basename xchat-gnome 
--stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD 
DocBook XML V4.1.2//EN" --stringparam db2omf.lang C --stringparam 
db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir 
"/usr/share/gnome/help" --stringparam db2omf.omf_in 
"/build/buildd-xchat-gnome_0.26.1-1+b1-i386-XdMcJX/xchat-gnome-0.26.1/help/xchat-gnome.omf.in"
  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/xchat-gnome.xml || 
{ rm -f "xchat-gnome-C.omf"; exit 1; }
| xsltproc -o xchat-gnome-ca.omf --stringparam db2omf.basename xchat-gnome 
--stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD 
DocBook XML V4.1.2//EN" --stringparam db2omf.lang ca --stringparam 
db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir 
"/usr/share/gnome/help" --stringparam db2omf.omf_in 
"/build/buildd-xchat-gnome_0.26.1-1+b1-i386-XdMcJX/xchat-gnome-0.26.1/help/xchat-gnome.omf.in"
  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` ca/xchat-gnome.xml || 
{ rm -f "xchat-gnome-ca.omf"; exit 1; }
| xsltproc -o xchat-gnome-es.omf --stringparam db2omf.basename xchat-gnome 
--stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD 
DocBook XML V4.1.2//EN" --stringparam db2omf.lang es --stringparam 
db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir 
"/usr/share/gnome/help" --stringparam db2omf.omf_in 
"/build/buildd-xchat-gnome_0.26.1-1+b1-i386-XdMcJX/xchat-gnome-0.26.1/help/xchat-gnome.omf.in"
  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` es/xchat-gnome.xml || 
{ rm -f "xchat-gnome-es.omf"; exit 1; }
| xsltproc -o xchat-gnome-fr.omf --stringparam db2omf.basename xchat-gnome 
--stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD 
DocBook XML V4.1.2//EN" --stringparam db2omf.lang fr --stringparam 
db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir 
"/usr/share/gnome/help" --stringparam db2omf.omf_in 
"/build/buildd-xchat-gnome_0.26.1-1+b1-i386-XdMcJX/xchat-gnome-0.26.1/help/xchat-gnome.omf.in"
  `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` fr/xchat-gnome.xml || 
{ rm -f "xchat-gnome-fr.omf"; exit 1; }
| it/xchat-gnome.xml:59: parser error : Entity 'Agrave' not defined
|  SCOPO O NON VIOLI DIRITTI DI TERZI. TUTTI I RISCHI RIGUARDO ALLA 
QUALITÀ
|   
 ^
| it/xchat-gnome.xml:62: parser error : Entity 'Agrave' not defined
| NA SUA VERSIONE MODIFICATA O QUALUNQUE FORNITORE DELLE PARTI CITATE 
POTRÀ
|   
 ^
| it/xchat-gnome.xml:62: parser error : Entity 'Agrave' not defined
| NCHE NEL CASO IN CUI TALI PARTI FOSSERO STATE INFORMATE DELLA 
POSSIBILITÀ
| [ … ]

Full build logs:
  https://buildd.debian.org/status/package.php?p=xchat-gnome

I didn't look into it at all, but I could think of a missing external
item, you probably want to use --nonet and only local items. Some
buildds also might disable network access during the build.

Mraw,
KiBi.


--- End Message ---
--- Begin Message ---
Source: xchat-gnome
Source-Version: 1:0.26.1-2

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

xchat-gnome-common_0.26.1-2_all.deb
  to main/x/xchat-gnome/xchat-gnome-common_0.26.1-2_all.deb
xchat-gnome_0.26.1-2.diff.gz
  to main/x/xchat-gnome/xchat-gnome_0.26.1-2.diff.gz
xchat-gnome_0.26.1-2.dsc
  to main/x/xchat-gnome/xchat-gnome_0.26.1-2.dsc
xchat-gnome_0.26.1-2_amd64.deb
  to main/x/xchat-gnome/xchat-gnome_0.26.1-2_amd64.deb



A summar

Bug#587134: marked as done (junit4: FTBFS: Nonexistent build-dependency: libhamcrest-java-doc)

2010-06-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Jun 2010 10:02:52 +0200
with message-id 
and subject line Re: Bug#587134: junit4: FTBFS: Nonexistent build-dependency:  
libhamcrest-java-doc
has caused the Debian Bug report #587134,
regarding junit4: FTBFS: Nonexistent build-dependency: libhamcrest-java-doc
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 ow...@bugs.debian.org
immediately.)


-- 
587134: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587134
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: junit4
Version: 4.8.2-1
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100624 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> ** Using build dependencies supplied by package:
> Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk
> Build-Depends-Indep: libhamcrest-java (>> 1.1-6), maven-repo-helper, 
> maven-ant-helper, libhamcrest-java-doc, default-jdk-doc, ant-optional, junit
> 
> ┌──┐
> │ Install build dependencies (internal resolver)  
>  │
> └──┘
> 
> Checking for already installed source dependencies...
> cdbs: missing
> debhelper: missing
> Using default version 7.9.1
> ant: missing
> default-jdk: missing
> libhamcrest-java: missing
> Default version of libhamcrest-java not sufficient, no suitable version 
> found. Skipping for now, maybe there are alternatives.
> maven-repo-helper: missing
> maven-ant-helper: missing
> libhamcrest-java-doc: missing
> default-jdk-doc: missing
> ant-optional: missing
> junit: missing
> Checking for source dependency conflicts...
> E: Package libhamcrest-java-doc has no installation candidate

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/06/24/junit4_4.8.2-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
On Fri, Jun 25, 2010 at 1:49 PM, Torsten Werner  wrote:
> the package is waiting in NEW.

It has been accepted now.

Torsten

--- End Message ---


Processed: Re: Bug#586328: gtk-doc-tools: Upgrade fails: ERROR: emacsen-common being used before being configured.

2010-06-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 586328 serious
Bug #586328 [gtk-doc-tools] gtk-doc-tools: Upgrade fails: ERROR: emacsen-common 
being used before  being configured.
Severity set to 'serious' from 'normal'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
586328: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586328
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#579948: [parted-devel] Some debugging info

2010-06-26 Thread Jim Meyering
Colin Watson wrote:

> On Mon, Jun 14, 2010 at 08:40:12PM +0200, Karel Zak wrote:
>> On Mon, Jun 14, 2010 at 01:06:09PM +0100, Colin Watson wrote:
>> > parted-devel, can anyone comment on this?  It seems to me that either
>> > (a) _get_lax_constraint should be using ped_alignment_any for its start
>> > alignment, rather than aligning to sectors * heads boundaries, or (b)
>> > Sun labels really and truly require cylinder alignment, in which case
>> > requests to use optimal alignment shouldn't be honoured.
>>
>> The begin of the partition has to be defined in cylinders:
>>
>> struct __attribute__ ((packed)) _SunRawPartition {
>> u_int32_t   start_cylinder; /* where the part starts... 
>> */
>> u_int32_t   num_sectors;/* ...and it's length */
>> };
>>
>> IMHO it does not make sense to use non-cylinder alignment here.
>
> In that case, I think that the sun part of
> 723ea23c5df68cbe67d1f518ef484f4c77f516fa should be reverted.  CCing Hans
> since that was his change.
>
>
> From: Colin Watson 
> Date: Tue, 15 Jun 2010 19:49:40 +0100
> Subject: [PATCH] sun: revert "implement disk flag operations"
>
> This reverts the libparted/labels/sun.c part of
> 723ea23c5df68cbe67d1f518ef484f4c77f516fa.  Sun disk labels do not appear
> to be able to handle non-cylinder alignment
> (http://bugs.debian.org/579948).

Thanks!  I've applied that.
However, since it would have made a test fail,
I first applied this change:


>From a582ca642f4817dd02e65a3ecc55e951008969b2 Mon Sep 17 00:00:00 2001
From: Jim Meyering 
Date: Sat, 26 Jun 2010 09:22:59 +0200
Subject: [PATCH] tests: adjust sun-partition-creating test to conform

* tests/t4000-sun-raid-type.sh: Adjust partition size so the
end falls on a cylinder boundary.
---
 tests/t4000-sun-raid-type.sh |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/t4000-sun-raid-type.sh b/tests/t4000-sun-raid-type.sh
index 5ef8ab4..853809e 100755
--- a/tests/t4000-sun-raid-type.sh
+++ b/tests/t4000-sun-raid-type.sh
@@ -26,7 +26,7 @@ ss=$sector_size_

 N=2000 # number of sectors
 dev=sun-disk-file
-exp="BYT;\n---:${N}s:file:$ss:$ss:sun:;\n1:0s:50s:51s"
+exp="BYT;\n---:${N}s:file:$ss:$ss:sun:;\n1:0s:127s:128s"
 test_expect_success \
 'create an empty file as a test disk' \
 'dd if=/dev/zero of=$dev bs=${ss}c count=$N 2> /dev/null'
@@ -38,7 +38,7 @@ test_expect_success 'check for empty output' 'compare out 
/dev/null'

 test_expect_success \
 'create a single partition' \
-'parted -s $dev unit s mkpart ext2 0s 50s > out 2>&1'
+'parted -s $dev unit s mkpart ext2 0s 127s > out 2>&1'
 test_expect_success 'check for empty output' 'compare out /dev/null'

 test_expect_success \
--
1.7.1.755.geb6f2



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



Bug#586464: marked as done (does not appear in the panel)

2010-06-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Jun 2010 07:17:55 +
with message-id 
and subject line Bug#586464: fixed in hamster-applet 2.30.2-1
has caused the Debian Bug report #586464,
regarding does not appear in the panel
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 ow...@bugs.debian.org
immediately.)


-- 
586464: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586464
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: hamster-applet
Version: 2.30.1-1+b1
Severity: grave

After upgrading from 2.30.1-1 to 2.30.1-1+b1 the applet does not appear
in the panel anymore (even if the process is running and no errors are
reports).

I cannot even run it standalone:

m...@bongo:~$ hamster-standalone 
Traceback (most recent call last):
  File "/usr/bin/hamster-standalone", line 39, in 
from hamster import widgets
  File "/usr/lib/pymodules/python2.6/hamster/widgets/__init__.py", line 24, in 

from activityentry import ActivityEntry
  File "/usr/lib/pymodules/python2.6/hamster/widgets/activityentry.py", line 
23, in 
from .hamster.configuration import runtime
ImportError: No module named hamster.configuration
[Exit 1]
m...@bongo:~$

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages hamster-applet depends on:
ii  gconf2   2.28.1-3GNOME configuration database syste
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libc62.11.2-1Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-4The Cairo 2D vector graphics libra
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.3.11-1FreeType 2 font engine, shared lib
ii  libglib2.0-0 2.24.1-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1The GTK+ graphical user interface 
ii  libpango1.0-01.28.1-1Layout and rendering of internatio
ii  python   2.6.5-3 An interactive high-level object-o
ii  python-cairo 1.8.8-1+b1  Python bindings for the Cairo vect
ii  python-dbus  0.83.1-1simple interprocess messaging syst
ii  python-evolution 2.30.0-1+b1 Python bindings for the evolution 
ii  python-gconf 2.28.1-1Python bindings for the GConf conf
ii  python-gnome22.28.1-1Python bindings for the GNOME desk
ii  python-gnomeapplet   2.30.0-1+b1 Python bindings for the GNOME pane
ii  python-gobject   2.21.1-2Python bindings for the GObject li
ii  python-gtk2  2.17.0-2Python bindings for the GTK+ widge
ii  python-notify0.1.1-2+b2  Python bindings for libnotify
ii  python-support   1.0.8   automated rebuilding support for P
ii  python-wnck  2.30.0-1+b1 Python bindings for the WNCK libra
ii  python-xdg   0.19-1  Python library to access freedeskt

hamster-applet recommends no packages.

hamster-applet suggests no packages.

-- no debconf information

-- 
ciao,
Marco


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: hamster-applet
Source-Version: 2.30.2-1

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

hamster-applet_2.30.2-1.debian.tar.gz
  to main/h/hamster-applet/hamster-applet_2.30.2-1.debian.tar.gz
hamster-applet_2.30.2-1.dsc
  to main/h/hamster-applet/hamster-applet_2.30.2-1.dsc
hamster-applet_2.30.2-1_amd64.deb
  to main/h/hamster-applet/hamster-applet_2.30.2-1_amd64.deb
hamster-applet_2.30.2.orig.tar.gz
  to main/h/hamster-applet/hamster-applet_2.30.2.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 586...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Josselin Mouette  (supplier of updated hamster-applet 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 ftpmas...@debian.org)


-B