Bug#656640: system-config-printer: Error about unknown IPP tag when opening any printer

2012-05-17 Thread Guido Günther
Hi,
On Thu, May 17, 2012 at 09:06:48PM -0700, Rob Adams wrote:
> 
> I was able to get rid of this error by installing python-cups-1.9.55. 

Thanks for tracking this down! I have reassigned to python-cups which is
a bit outdated. I think the python-cups maintainers will be happy about
any helping hands (as I'm with system-config-printer).
Cheers,
 -- Guido

> 
> See also:
>
> http://git.fedorahosted.org/git/?p=pycups.git;a=commit;h=34d07f5d6489af1f5895ee210dc8ec130583903a
>https://admin.fedoraproject.org/updates/python-cups-1.9.55-1.fc15
> 
> 
> 
> 



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



Bug#673122: [Pkg-samba-maint] Bug#673122: libnss-winbind: missing Replaces

2012-05-17 Thread Christian PERRIER
Quoting Steve Langasek (vor...@debian.org):

> I don't think we should cater to such use cases.  Indeed, I was unconvinced
> that we should split the binary packages at all for this; but having done

I notice that I forgot to explain the reasons for which I did the
split: I have found admins at my workplace often confused by the fact
that libPAM- was needed to install libNSS- in
the case of winbind. So, seeing that some other person was advocating
for this has been the final convincing step (also seeing that we have
other libnss- packages in Debian, too).




signature.asc
Description: Digital signature


Bug#673369: sigit: newer upstream release

2012-05-17 Thread Bart Martens
Package: sigit
Severity: wishlist

Hello Rasmus/moffe,

Have you noticed that there is a new upstream release ?

I see that you are listed as the maintainer of only one package, and that this
package has not been updated since April 2007.  Maybe you are no longer
interested.  Do you want someone else to take over maintenance of sigit in
Debian ?

Regards,

Bart Martens



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



Bug#673368: git-dch: Add support for --team switch for Team uploads

2012-05-17 Thread Salvatore Bonaccorso
Source: git-buildpackage
Version: 0.6.0~git20120419
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Guido

git-dch already has support for --nmu, --qa and --bpo. Would it be
possible to add the support for the --team switch too? I tentantively
attached a patch (but I have not yet tested it works as expected).

The patch is for current experimental branch for git-buildpackage.

Regards,
Salvatore

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

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

iQIcBAEBCAAGBQJPte46AAoJEHidbwV/2GP+/N8P+gPPiJNs8LAQfwuG4v5rZwfG
JiEtULbYqyO6pezevDghyh5hw+x3Ud1ljiNvdvR8+htYvaLs/qp5JkkXm/1b20dg
Ec9NgbhN4ec5IPU9Xj7skYFutjBY+9mli38R6GQdaJPE9YR84AMI1m7k4IygCjw7
PbgKSHj4CUTltucHrFeSNj7MOr9azKP/5/Sx+BHCHSvAqiJIo4Dc6Q5r2+Q3grAD
uHUgxHlHOOV1QvyTuLIU2pdKpCPGGxcE71y8BfFerIuRHbY8ZjLbez/4BokGkAfL
l83RcielAPKrvRs9brT7AYhk9xY6fA4g8xYyySyICYa6SYjaFRHy/q5a0t/nJ0YC
CGnEsMtNclQ7h8856Hqk6amA6I0qPu6G9Dt6/fA92qjUapd46iL1+VJ8/iDi4/qK
3w5anoHyZsyie/rq7LX0PvYuiga4rrCQP+23Of8xPV6iUT2cRm4SWpNWCC/4HJ+1
8qPV0WJ/7oQbtP44ruY0SZmzz07lSS5Vib3XYBOTnUWikpuRWbk2ZP6GkSzblkxj
ihaj47eWkLdM8xh3J7QIxqDc+bYFCec5FWIFV5WjRjaw6BDg5wqNM7EcIp3ivDC8
UM2TkBLM6SulWaEv9VNuPPHWME1B1a5UUsFsD+SSlaUNe+4Vv9PwcBBtI6mwXTId
QLzZm/DrBLNzaTv3/wxv
=5MH0
-END PGP SIGNATURE-
>From fcbc06d439ed143dd76933dbc0d4f6f089116650 Mon Sep 17 00:00:00 2001
From: Salvatore Bonaccorso 
Date: Fri, 18 May 2012 08:23:55 +0200
Subject: [PATCH] git-dch: Add support for --team switch for Team uploads

---
 docs/manpages/git-dch.sgml |1 +
 gbp/scripts/dch.py |6 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/docs/manpages/git-dch.sgml b/docs/manpages/git-dch.sgml
index 6449ecd..31452f7 100644
--- a/docs/manpages/git-dch.sgml
+++ b/docs/manpages/git-dch.sgml
@@ -39,6 +39,7 @@
 	--bpo
 	--nmu
 	--qa
+	--team
   
   --[no-]full
   --[no-]meta
diff --git a/gbp/scripts/dch.py b/gbp/scripts/dch.py
index 14dff29..0a69510 100644
--- a/gbp/scripts/dch.py
+++ b/gbp/scripts/dch.py
@@ -382,6 +382,8 @@ def main(argv):
   help="Increment  the  Debian  release  number  for a non-maintainer upload")
 version_group.add_option("--qa", dest="qa", action="store_true", default=False,
   help="Increment the Debian release number for a Debian QA Team upload, and add a QA upload changelog comment.")
+version_group.add_option("--team", dest="team", action="store_true", default=False,
+  help="Increment the Debian release number for a Debian Team upload, and add a Team upload changelog comment.")
 version_group.add_boolean_config_file_option(option_name="git-author", dest="git_author")
 commit_group.add_boolean_config_file_option(option_name="meta", dest="meta")
 commit_group.add_config_file_option(option_name="meta-closes", dest="meta_closes",
@@ -448,13 +450,15 @@ def main(argv):
 commits.reverse()
 
 # add a new changelog section if:
-if options.new_version or options.bpo or options.nmu or options.qa:
+if options.new_version or options.bpo or options.nmu or options.qa or options.team:
 if options.bpo:
 version_change['increment'] = '--bpo'
 elif  options.nmu:
 version_change['increment'] = '--nmu'
 elif  options.qa:
 version_change['increment'] = '--qa'
+elif  options.team:
+version_change['increment'] = '--team'
 else:
 version_change['version'] = options.new_version
 # the user wants to force a new version
-- 
1.7.2.5



Bug#672587: DDPO: versions not updated since several days

2012-05-17 Thread Paul Wise
On Fri, May 18, 2012 at 2:10 PM, Bart Martens wrote:

> So DDPO looks good for now.  But the problem is not solved.

Based on this file it looks like the trigger is meant to come from
stabile.debian.org, so I guess we should contact DSA about this.

svn://svn.debian.org/svn/qa/trunk/home/.ssh/authorized_keys

-- 
bye,
pabs

http://wiki.debian.org/PaulWise



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



Bug#673161: Starting mysqld in a chroot

2012-05-17 Thread Arnold Metselaar
Hi, 

I was mistaken in my previous message.  Generating a decent /etc/mtab with the 
line

grep "${CHROOT_PATH}" /etc/mtab | sed -e "s:${CHROOT_PATH}/\?:/:" 
>"${CHROOT_PATH}/etc/mtab"

in /etc/schroot/setup.d/99mini-buildd helped get rid of warnings from df,  
but mysqld was trying to start without it as well.

Mysqld tries to bind to a port at start-up, and fails when another mysqld 
outside the chroot is already
bound to that port. When mysqld is not running in the host machine, it starts 
in a chroot just fine. 
It should also work when mysqld in the host is listening on a non-standard port.

Regards,
Arnold



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



Bug#673324: Re: Bug#673324: [libsdl1.2debian] Left/Right Joystick Axis doesn't work with some controllers

2012-05-17 Thread Schrober
On Thursday 17 May 2012 23:53:19 Sam Hocevar wrote:
> tag 673324 pending
> thanks
> 
> On Thu, May 17, 2012, Schrober wrote:
> > I tried to use mupen64plus-input-sdl and noticed that my right/left axis
> > doesn't work anymore. It worked perfectly some months ago. The first
> > reaction was to blame the mupen64plus-input-sdl, but one of the
> > developers told me that my SDL was broken and told me how to test it.
> 
>Thanks for the report. I could reproduce it with my SixAxis and
> fixed the bug properly. It'll be in the next Debian upload.

Tested 856a810b8cd61fb371163a480a96c7f6c3e461a4 and it worked fine for me.

Thanks



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



Bug#672587: DDPO: versions not updated since several days

2012-05-17 Thread Bart Martens
I did another update :

trigger files:
-rw-rw-r-- 1 qa qa-core 29 May 15 17:23 /home/qa/trigger-archvsync
-rw-rw-r-- 1 qa qa  29 May 15 17:30 
/srv/qa.debian.org/data/ddpo/results/extract.date
data files:
-rw-rw-r-- 1 bartm qa 14884864 May 18 06:06 archive.db
-rw-rw-r-- 1 bartm qa 14876672 May 15 17:30 archive.db.20120518060632
-rw-rw-r-- 1 bartm qa  4186112 May 18 06:07 descriptions.db
-rw-rw-r-- 1 bartm qa  4182016 May 15 17:30 descriptions.db.20120518060632
-rw-rw-r-- 1 bartm qa  2899968 May 18 06:07 excuses.db
-rw-rw-r-- 1 bartm qa  2699264 May 15 17:30 excuses.db.20120518060632
-rw-rw-r-- 1 bartm qa   137030 May 18 06:06 maintainers.txt
-rw-rw-r-- 1 bartm qa   136963 May 15 17:30 maintainers.txt.20120518060632
-rw-rw-r-- 1 bartm qa28672 May 18 06:07 tasks.db
-rw-rw-r-- 1 bartm qa28672 May 15 17:30 tasks.db.20120518060632

So DDPO looks good for now.  But the problem is not solved.

Regards,

Bart Martens



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



Bug#673367: mr: please use -q for cvs diff/update

2012-05-17 Thread Paul Wise
Package: mr
Severity: wishlist

cvs has the annoying habit of printing the name of every directory it is
updating or diffing. It provides the -q option to disable that. Please
change the defaults for CVS repositories to the following:

cvs_diff = cvs -q diff "$@"
cvs_update = cvs -q update "$@"

This behaviour of CVS is especially annoying when using mr on the Debian
webwml CVS repository, which has hundreds of directories.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#673366: iputils-ping: ping6 can display wrong from ip address

2012-05-17 Thread Robert Henney
Package: iputils-ping
Version: 3:20100418-3
Severity: minor

I have two ipv6 tunnels configured on my host:

iface he-ipv6-t1 inet6 v4tunnel
address 2001:470:7:866::2
netmask 64
gateway 2001:470:7:866::1
endpoint xxx.xx.22.2
local xx.xx.209.241
iface he-ipv6-t2 inet6 v4tunnel
address 2001:470:1f06:2a6::2
netmask 64
gateway 2001:470:1f06:2a6::1
endpoint xxx.xx.161.14
local xx.xx.209.234

When I use the -I option to select the interface, the "from" address 
is always the local ip of the first tunnel.

  ping6 -I he-ipv6-t1 www.python.org
  PING www.python.org(dinsdale.python.org) from 2001:470:7:866::2 he-ipv6-t1: 
56 data bytes
  ...

  ping6 -I he-ipv6-t2 www.python.org
  PING www.python.org(dinsdale.python.org) from 2001:470:7:866::2 he-ipv6-t2: 
56 data bytes
  ...

I have confirmed by running tcpdump on each interface that the -I option 
is working and the packets are going out the correct interface with the
correct source and destination addresses.  It's just that the "from" address
in the first line that ping6 outputs would appear to be bogus for some reason.


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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages iputils-ping depends on:
ii  libc6  2.11.3-3  Embedded GNU C Library: Shared lib
ii  libssl0.9.80.9.8o-4squeeze13 SSL shared libraries

iputils-ping recommends no packages.

iputils-ping suggests no packages.

-- no debconf information



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



Bug#673365: installation-report: dnet-common looks unnecessary for normal environment

2012-05-17 Thread Kenshi Muto
Package: installation-reports
Version: 2.44
Severity: normal

Boot method: CD
Image version: wheezy alpha1 i386
Date: 2012-05-18

Machine: VirtualBox

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O] but...
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

Of course all installations worked well on VirtualBox, but
I noticed the installer (with choosing desktop on tasksel)
asked dnet-common debconf configuration even debconf-level
was high.

Although I'm not sure what introduces dnet-common, setting
DECnet seems unnecessary for modern environment.

Thanks,
-- 
Kenshi Muto
km...@debian.org



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



Bug#666865: bug mail bounces

2012-05-17 Thread Stefan Fritsch
Hi,

I think the problem is that you can't match on the Sender or From 
headers, because those remain unmodified for BTS mail. But BTS mail 
seems to have

X-Loop: ow...@bugs.debian.org

and

X-Debian-PR-Source: name-of-source-package

Maybe you can match on either of those.

Cheers,
Stefan



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



Bug#666819: Apache2 2.4 transition postponed until after Wheezy

2012-05-17 Thread Stefan Fritsch
Hi,

we have decided to postpone the transition to apache2 2.4. The main 
blocker is that mod_perl needs a major new upstream release which very 
likely won't be ready in time for Wheezy and we don't want to release 
Wheezy without mod_perl.

The transition will probably happen shortly after the release of 
Wheezy. We are sorry for any inconvenience this may have caused.

Cheers,
Stefan



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



Bug#673364: libstring-shellquote-perl: New upstream version 1.04

2012-05-17 Thread Salvatore Bonaccorso
Source: libstring-shellquote-perl
Version: 1.03-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Rodrick

Would it be possible to update libstring-shellquote-perl to the new
upstream version?

Are you interested maintaining your Perl modules under the umbrella of
the Debian Perl group? [1].

 [1]: http://wiki.debian.org/Teams/DebianPerlGroup

Regards,
Salvatore

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

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

iQIcBAEBCAAGBQJPtdxfAAoJEHidbwV/2GP+DoQP/RxBlt/TjH7fr78LdvuJPZ3T
nQMYEKuq+3p7AE8YlwolaAgbATYaeisWO5q/469YFo3Z1Uz5UjIJum/zYIr6BHLi
mGGg8+NwknluZNjhn3LwcCfG+5VMclZTLCiWA8ArrtgYJNLpR07olXPv+9EWZJoi
DL7uUY08jbRCUVVOpUrN+Sh8Yxa6h3mxiWIaBRsXNRU1FHVw0qlEasaikkv0QYSW
5iFajwdGmB5i4gO5l+2GzUaeLRGjgcUn2G4WDMW8jDYX8p8jeqmUFJIh9+uSQ7WE
+Nb3k76F9TtbdYpOoxS7UWX91+1JF3H5eNFx10hjEtcxce9HPcnJcfcj61+fJTwh
e4X7TqWNOpW4fGpVHgr3AC4cf5mG3ZXG0xaUjCMlMsiyzX4bOSdCPe3OdV+79CVe
vQ74GeiIVJqYkSu9wFm/QmhqYxpbosI2j0uDLbIMZ/S8POFEAeky97peR8ayXTIR
9zyX0ov+AZYd+/eXLqzVpJShPfzqmx51nkPeSXvAEpZ4Y/GmH0CfRXw0MyRx2XhH
aoWMdR3nIvwXGYacqqrQAZ/qJ2CpvD1MBMq/zqQ4b0z1n7tdSoAfAsNH3T46ggXZ
makoAmfrvalLGy1P/X1FOaAILIIEw4ngexu11OvxvDSKXGp1YCkbnaMaMDNVzlsT
FClLcwAohaCp/Vbafuoy
=COTL
-END PGP SIGNATURE-



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



Bug#669729: Apache2 2.4 transition postponed until after Wheezy

2012-05-17 Thread Stefan Fritsch
Hi,

we have decided to postpone the transition to apache2 2.4. The main blocker is 
that mod_perl needs a major new upstream release which very likely won't be 
ready in time for Wheezy and we don't want to release Wheezy without mod_perl.

The transition will probably happen shortly after the release of Wheezy. We are 
sorry for any inconvenience this may have caused.

Cheers,
Stefan



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



Bug#672184: ecasound-el: debian-pkg-add-load-path-item

2012-05-17 Thread Kevin Ryde
Alessandro Ghedini wrote:
>
>> (let ((package-dir (concat "/usr/share/"
>>(symbol-name debian-emacs-flavor)
>>"/site-lisp/ecasound-el")))
>>
>>  (debian-pkg-add-load-path-item package-dir)

Yes, but the key is the directory existence test before doing the
autoloads etc.  If removed but not purged then the package-dir doesn't
exist.

 (when (file-directory-p package-dir)





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



Bug#666792: Apache2 2.4 transition postponed until after Wheezy

2012-05-17 Thread Stefan Fritsch
Hi,

we have decided to postpone the transition to apache2 2.4. The main blocker is 
that mod_perl needs a major new upstream release which very likely won't be 
ready in time for Wheezy and we don't want to release Wheezy without mod_perl.

The transition will probably happen shortly after the release of Wheezy. We are 
sorry for any inconvenience this may have caused.

Cheers,
Stefan



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



Bug#661958: Apache2 2.4 transition postponed

2012-05-17 Thread Stefan Fritsch
Hi,

we have decided to postpone the transition to apache2 2.4. The main 
blocker is that mod_perl needs a major new upstream release which very 
likely won't be ready in time for Wheezy and we don't want to release 
Wheezy without mod_perl.

Cheers,
Stefan



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



Bug#673363: Please mark Thunar*.desktop as XFCE only

2012-05-17 Thread Michael Biebl
Package: thunar
Version: 1.4.0-1
Severity: normal

Hi,

GNOME and KDE have their own integrated file managers, so I think thunar
should not show up in those DEs by default. Please consider adding
OnlyShowIn=XFCE; to
/usr/share/applications/Thunar-bulk-rename.desktop
/usr/share/applications/Thunar.desktop
or alternatively NotShowIn=KDE;GNOME;

Thanks,
Michael


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

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

Versions of packages thunar depends on:
ii  desktop-file-utils  0.18-1
ii  exo-utils   0.8.0-1
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-32
ii  libcairo2   1.12.2-2
ii  libdbus-1-3 1.5.12-1
ii  libdbus-glib-1-20.98-1
ii  libexo-1-0  0.8.0-1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libgtk2.0-0 2.24.10-1
ii  libgudev-1.0-0  175-3.1
ii  libice6 2:1.0.8-2
ii  libnotify4  0.7.5-1
ii  libpango1.0-0   1.30.0-1
ii  libsm6  2:1.2.1-2
ii  libthunarx-2-0  1.4.0-1
ii  libxfce4ui-1-0  4.10.0-1
ii  libxfce4util6   4.10.0-1
ii  shared-mime-info0.90-1.1
ii  thunar-data 1.4.0-1

Versions of packages thunar recommends:
ii  dbus-x111.5.12-1
ii  gvfs1.12.3-1
ii  libfontconfig1  2.9.0-5
ii  libfreetype62.4.9-1
ii  thunar-volman   0.8.0-1
ii  tumbler 0.1.25-1
ii  xdg-user-dirs   0.14-1
ii  xfce4-panel 4.10.0-1

Versions of packages thunar suggests:
pn  thunar-archive-plugin 
pn  thunar-media-tags-plugin  

-- no debconf information



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



Bug#671292: [PATCH v2 1/1] HID: logitech: read all 32 bits of report type (Re: Confirmation)

2012-05-17 Thread Jonathan Nieder
Hi Rafael,

F. Rafael Leon wrote:

> I have manually applied the patch to the 3.3.4 stable from
> www.kernel.org on a powerpc G4 ibook and can confirm that it works.
>
> Indeed, I am typing this on a K270 Unifying from Logitech along with
> an M515 mouse.  All good.

Nice to hear.  Thanks for checking.

Sincerely,
Jonathan



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



Bug#671292: Confirmation

2012-05-17 Thread F. Rafael Leon
I have manually applied the patch to the 3.3.4 stable from
www.kernel.org on a powerpc G4 ibook and can confirm that it works.

Indeed, I am typing this on a K270 Unifying from Logitech along with
an M515 mouse.  All good.

Thanks for the work.

   -Rafael



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



Bug#673118: tagainijisho: should not check for new version by default

2012-05-17 Thread Thibaut VARENE
severity 673118 minor
tags 673118 confirmed
thanks

Thanks for your report.
I'll include the suggested change in the next upload.

On Wed, May 16, 2012 at 2:35 AM, Stepan Golosunov
 wrote:
> Package: tagainijisho
> Version: 0.9.2-3
> Severity: normal
>
>
> The first thing tagainijisho from testing displays on the start is the
> offer to download new version from somewhere. This is rather pointless
> for Debian (especially if this package is going to be released with
> stable) as updates are supposed to be received via the Debian archive.
>
> Also, unsolicited report to some site of the fact that user is running
> the program is dubious from the privacy point of view. Network access
> itself can be expensive in some situations.
>
> I guess that changing default value of autoCheckUpdates to false in
> src/gui/MainWindow.cc should fix the problem.
>
>
> -- System Information:
> Debian Release: wheezy/sid
>  APT prefers testing
>  APT policy: (900, 'testing'), (400, 'stable')
> Architecture: i386 (x86_64)
>
> Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
> Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
>
> Versions of packages tagainijisho depends on:
> ii  libc6                2.13-32
> ii  libgcc1              1:4.7.0-7
> ii  libqt4-network       4:4.8.1-1
> ii  libqtcore4           4:4.8.1-1
> ii  libqtgui4            4:4.8.1-1
> ii  libsqlite3-0         3.7.11-3
> ii  libstdc++6           4.7.0-7
> ii  tagainijisho-common  0.9.2-3
> ii  tagainijisho-dic-en  0.9.2-3
>
> tagainijisho recommends no packages.
>
> tagainijisho suggests no packages.
>
> -- no debconf information
>
>



-- 
Thibaut VARENE
http://www.parisc-linux.org/~varenet/



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



Bug#656640: system-config-printer: Error about unknown IPP tag when opening any printer

2012-05-17 Thread Rob Adams

I was able to get rid of this error by installing python-cups-1.9.55. 

See also:
   
http://git.fedorahosted.org/git/?p=pycups.git;a=commit;h=34d07f5d6489af1f5895ee210dc8ec130583903a
   https://admin.fedoraproject.org/updates/python-cups-1.9.55-1.fc15




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



Bug#672312: [Python-modules-team] Bug#672312: Bug#672312: pyqt4-dev-tools: segfault when using pyuic4

2012-05-17 Thread Scott Kitterman
PyKDE is reported to be working now, so please retry and see if the problem 
still appears.

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


Bug#673362: Please mark kmailservice.desktop and ktelnetservice.desktop as KDE only

2012-05-17 Thread Michael Biebl
Package: kdelibs5-data
Version: 4:4.7.4-5
Severity: normal

Hi,

please add OnlyShowIn=KDE; to
/usr/share/applications/kde4/kmailservice.desktop
/usr/share/applications/kde4/ktelnetservice.desktop

Thanks,
Michael


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

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

Versions of packages kdelibs5-data depends on:
ii  hicolor-icon-theme  0.12-1
ii  perl5.14.2-10

kdelibs5-data recommends no packages.

kdelibs5-data suggests no packages.

-- no debconf information



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



Bug#673205: texlive-xetex: xeCJK.sty still somewhat broken

2012-05-17 Thread Atsuhito Kohda
Hi Hilmar,

On Wed, 16 May 2012 23:55:27 +0200, Hilmar Preuße wrote:

> this is a reopening of #668562 and friends. I still found a document, which
> can be compiled using LaTeX, but not XeLaTeX and it still looks like a
> problem in xeCJK.sty.  Yes, we have a different error message.  As the
> document has non-ASCII chars it is attached.

If you add \setCJKmainfont[]{TakaoMincho} like

\usepackage{xeCJK}
\setCJKmainfont[]{TakaoMincho}

then you can compile a file with xelatex, can't you?
(I guess any font you installed is okay for "TakaoMincho"
but if not please install "fonts-takao".)

If so I think this is only a feature of xeCJK and not a bug 
but if I'm wrong I guess it will be better to ask this problem
to xetex mailing list because xeCJK is so basic package
for CJK users.

Best regards,   2012-5-18(Fri)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda 
 Department of Math., Univ. of Tokushima



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



Bug#673361: Please mark nepomuk*.desktop as KDE only

2012-05-17 Thread Michael Biebl
Package: kde-runtime-data
Version: 4:4.7.4-2
Severity: normal

Hi,

please add OnlyShowIn=KDE; to
/usr/share/applications/kde4/nepomukbackup.desktop
/usr/share/applications/kde4/nepomukcontroller.desktop

Thanks,
Michael


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

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

Versions of packages kde-runtime-data depends on:
ii  perl  5.14.2-10

kde-runtime-data recommends no packages.

kde-runtime-data suggests no packages.

-- no debconf information



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



Bug#673360: Please mark thunar-volman-settings as XFCE only

2012-05-17 Thread Michael Biebl
Package: thunar-volman
Version: 0.8.0-1
Severity: normal
File: /usr/share/applications/thunar-volman-settings.desktop

Hi,

please add
OnlyShowIn=XFCE;
to the desktop file. It's pretty confusing if this tool shows up in
GNOME under system settings.

Cheers,
Michael

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

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

Versions of packages thunar-volman depends on:
ii  exo-utils   0.8.0-1
ii  libc6   2.13-32
ii  libexo-1-0  0.8.0-1
ii  libglib2.0-02.32.3-1
ii  libgtk2.0-0 2.24.10-1
ii  libgudev-1.0-0  175-3.1
ii  libnotify4  0.7.5-1
ii  libpango1.0-0   1.30.0-1
ii  libxfce4ui-1-0  4.10.0-1
ii  libxfce4util6   4.10.0-1
ii  libxfconf-0-2   4.8.1-1
ii  thunar  1.4.0-1

thunar-volman recommends no packages.

thunar-volman suggests no packages.

-- no debconf information



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



Bug#659363: Hibernate freezes on HP dc7900 with Linux 3.2 (regression)

2012-05-17 Thread Ben Hutchings
On Thu, 2012-05-03 at 18:15 +0200, Per Olofsson wrote:
> 2012-05-02 19:27, Jonathan Nieder skrev:
> >>> There is now a less intrusive patch in Linus' git repo:
> >>> >> f8262d476823a7ea1eb497ff9676d1eab2393c75
> >> >
> >> > Thanks.  Does it work well against 3.2.y?
> > I'd still be interested in results from testing if you've tried it, of
> > course.
> 
> So far, so good. Although I haven't tested it a lot yet.
> 
> And I did previously write a very similar patch myself, and it worked.
> So I am confident in this one as well.

This was included in 3.2.17.

Ben.

-- 
Ben Hutchings
Every program is either trivial or else contains at least one bug


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


Bug#673359: udeb xz compression breaks glib2.0 build on mipsel

2012-05-17 Thread Michael Biebl
Package: debhelper
Version: 9.20120513
Severity: serious

Hi Joey,

as you can see at [1] glib2.0 FTBFS on mipsel while generating the udeb.
The error message is:

dh_builddeb -plibglib2.0-udeb 
dpkg-deb: error: unknown option -S

Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --help for help about installing and deinstalling packages.
dh_builddeb: dpkg-deb -z1 -Zxz -Sextreme --build debian/libglib2.0-udeb
../libglib2.0-udeb_2.32.3-1_mipsel.udeb returned exit code 2

I noticed that the dpkg version used on mipsel is 1.16.1.2 while the
other buildds used 1.16.2.

debhelper has a versioned depenends on dpkg-dev (>= 1.16.2). Maybe it
should also have a versioned dep on dpkg (>= 1.16.2)?

Cheers,
Michael


[1] https://buildd.debian.org/status/package.php?p=glib2.0&suite=sid

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

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

Versions of packages debhelper depends on:
ii  binutils2.22-6
ii  dpkg-dev1.16.3
ii  file5.11-1
ii  html2text   1.3.2a-15
ii  man-db  2.6.1-2
ii  perl5.14.2-10
ii  po-debconf  1.0.16+nmu2

debhelper recommends no packages.

Versions of packages debhelper suggests:
ii  dh-make  0.60

-- no debconf information



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



Bug#673358: debian-maintainers: Please add Mike Miller as a Debian Maintainer

2012-05-17 Thread Mike Miller
Package: debian-maintainers
Severity: normal

Please add Mike Miller  to the Debian Maintainer keyring.
The jetring changeset is attached.



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

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Comment: Add Mike Miller  as a Debian Maintainer
Date: Thu, 17 May 2012 22:58:51 -0400
Action: import
Recommended-By: 
  Michael Stapelberg 
Agreement: 
  http://lists.debian.org/debian-newmaint/2012/05/msg7.html
Advocates: 
  http://lists.debian.org/debian-newmaint/2012/05/msg8.html
Data: 
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1.4.12 (GNU/Linux)
  
  mQINBE3TtCUBEADOyB7zQmtdAjhPkDuw8WjFHFNJytfspo+zlq8toJSsjlJJAWBS
  6paauNut+T89HwLBxaBuz1n0EFhYvTzC80ZH0QbeZuHmexyhlOdSItWktC6iE7Hc
  v9T6yH5tjYtyc8YcchtT2McapnVS2vqFnVlkJeTbD9iOfOHAui0B8ORwOanx937X
  NCkuAf71noaqQRG8KVXL07abM3WFwDDwIq/h7v84BwHHZ7lkVP0+5/eDBYhIHJpR
  aNIRS/bXJRvM2GLd/UG2gL/1Wf1zHFLQr5bPn8MsfrirV0zXTqq0O2jtTJ8kXotA
  3beKI1LbcD5i6g9drbapVBr7BD7SoRIlq3Ilk6WI5Wt356OraXlNkO7H2IDS2xma
  a5AxVDnHrjfwt05QLTNoTht8xdjZQ+EyruEgMOALPQ+B9tX5tSq9BxRfD2vIXhbM
  oXGshcF/Kig5tLWAA4J31sJzL87Gzl2Us44lJcCCOUrmwHrXXtJbYVQ224xnf61L
  dwzgOnJ2cR2JFAo7UQJzNSftinqktOX/OvK9LMxf71+Lu9NoVC3svEw7I568c487
  BGtGndnRnmZzkG8cE6rczGq6sn9owj3MkTf55BzpoexZfTkiEXR34yHNnjCTjcDH
  RqLiFk/Wn11oGpYS/qpXj+4JSoTSuBLLoEn/P4aNhWZVL6c4x8gDLmYJIQARAQAB
  tCVNaWtlIE1pbGxlciA8bWlrZS50Lm1pbGxlckBnbWFpbC5jb20+iQI9BBMBCAAn
  BQJN07QlAhsDBQkJZgGABQsJCAcDBRUKCQgLBRYCAwEAAh4BAheAAAoJECj6gBpD
  vdY39OYQAJu+sn5XoUFuiVa0BLrZfMS5Q9fHsG638GZoQJhEOt8Lw4t3Vd4ZjXxA
  VYsLXBGNjHUl1DkHpy/CnO7QNmk+0CUNF6Vk2CTD51O/JG/yIey/JHFENThYTKfz
  +EQOytLRGl5HjMnCTjRv64huCkrk2NvPXaw/lLHrWo7hJASLXDI2KPcYjXXxVAyn
  F9MxDvSmI29FYENGl5/ja1YfaUyiYfR3ltTeZztwiITT/SwgbYWbuN52H+YFvC81
  /7nqso4St3pRWcpBl4FOrF3PLhhGwjiuVk4kS+hzkwbg4Ol30k+XJaxrQa7E46vT
  lxZ3j6W+iq1dFbi3+H6OYIyZJrSsSXpzV7GHHNBG+v5JRPEvPnwkFB9vJrV9l/hT
  pebwXxTiF9KJkzAaYQJ19qnkMaHf9cxT2meFaglcSoHZR8DilRBdX+OyKHxYSJWX
  QV5jhgPG7OI1qkg5h6tPf9XgGCTbtAIBDAyrpQLpHw63RMRE3eWVUld8g++Cn5q3
  rDksIpKB0wWuR8LThgMfqUwWJapU/HDxFK5IZ8nhJbgZwjuhpwex+KPz1SaYpi33
  RJK9JtpsRu9GDpvVzoTGuoKnu6RSWUwUsdKeQ+lJu6hSaoHRQx4+Y/yIVvy4EcY4
  bMoGL/vSu2HGhvIzYdp4+IVEdQyI4wxX6wgDW21R/fPqChWC619jiQI9BBMBCAAn
  AhsDBQkJZgGABQsJCAcDBRUKCQgLBRYCAwEAAh4BAheABQJPo77eAAoJECj6gBpD
  vdY3J28P/35Egaelkokyz/QQDZkRacKfXV+2L+F1GZmi41QmWsnQo8zYHKXHBK63
  74HJdHpUuNw9nDBaXddqaxK5iPHrVwZseVnr3SyqnXz+J+KCXECODXUWXy4Dqkic
  DeO6KkPnPFn76+dExY2XMbUgbEmXbyJHrvuZHQ+lN/dTEEDgEPMRabql5U3plSxQ
  x7ZFNV3yiVU1YLlsNOcgNJ+Htnyf3ZjFUjE30KfyJBYGtPsfuK1dgryeNfyAsGP5
  hyZZYatiuF8qF/u6pteF53spJls3817UVCo3bfXe68loKvRrz/Ii5nPTxgLSz3W5
  2C/Lar2Ji3UbVU45DuL5NHJJUaE5rqGBtMk5Kr+7j6lOyyvnM6bPxKCQg4Djv6Vn
  nVtEfS9Bl4XuKBuUNcoO4r0jnWQOu0zjSLh4FWn6kf/iv8ttBtGKY4GLNrZ/R9Yz
  y4iViQ3BbQMyigXvkEE7cXeZHwbRIUn/WIlfc/VvoVxEvnkjpMGzFf+sPLQXKrZP
  qzYcZcsxIGrbN/Ps8qfMFS+AJdQTBvGtBv3nKkf+eiSSYhbgDEtc5cXpKNpMPGD9
  h6cW37AbIE2H/H1RbRMElwhpXWYEcZ9x6KJjWcxCSxIIM0gICHHlIM30XGMNt2Tw
  EecWToQokaDjkU1WreCbeE+MQlx/GFLd8RSdZ+bLZkhaiNk+aKiRiQJABBMBCAAq
  AhsDBQkJZgGABQsJCAcDBRUKCQgLBRYCAwEAAh4BAheABQJN07T1AhkBAAoJECj6
  gBpDvdY3pCcP/1lhN+T+oLux1fEd//oWEKgIYjDdi79skYHaYCXdn+cKf6K3WHWc
  k8OesqWByQtJtoIbhScuyeUHma2m3HpekksdznMy8N7PyFIzgjbRkkzxKyX6ATBC
  buhKxzY9njqrtdzDEyN7N23b6PS3nMnlptrRxwkS7yFFG7udjy+EZ/JIPR3ZpuV0
  V1FsJ/Vpe5kqsqNPjoNKMiO78sBtBtKDFuwDRW0VpyhbYYiMCSfXyt1IL8jFDrD1
  PXMTpfhSHF/CiHIVGk4a9XzGVbwEszBtfC0NVnDWMcA84FQThUKw8HdbUmtFhfqb
  Rl6t9Q8xw253edsMjpzsoUbahhwhpROb7DN/fFc+ySS5Zvg53hBiFk73afbboVRn
  aJL88cuvU2i8KYpRVAwl9LT6fU2RUGIRJJPG1aM5ALvkw+/vwwTC01Ui8iB9R1CQ
  5HIwb+5We4Vs3kBW5y+20avPHwepToMvtc9nrgUtJr/XkM8yYPQ52So007T84dzC
  j377sOx+/4b8U7vYEzOn4BYAUc2PxzD+Gqw9PJJbrjjGcXVbRGpPth3gv0gtUQKo
  2SotmSLpU6+arNbgfbspY5TkZl9+YEjHdX6hbDhjU8VfthZud+Y/vFqwJoyPgcUl
  sEApB3L2FLjrVcj295fFHsZEjXVTcE5jqSDatyli4S5fNGL2EANIO/QViQIcBBAB
  CgAGBQJPpGSVAAoJEJcyXdj5/dUGufsP/ApixAjieH90F04wP1+zNYVe2sPEWeXg
  NndhM9X0vx1NLTDt7FIosbdwscDxje1ONswH2nmCJguN/LAsVGiD7RcRbE9vBJgf
  8skroyt6zBm7koSwhOtRg7iimK6RyRDA43CGxASU3mb6VPKD4fbuZzhJvlSqZkf2
  Vz9ekcGceYEkYX7aSm4LxrHAbi2sPPDHuTXyP1Hti7ZwrD4fLYtxqjqi+Fgc0d8s
  7Gnd6ll+CZdTTms5hHX6iB93wKo3BdsOCvnSL/WaY+YJeLe4VzZTHpTWHnlWqlPT
  obQZNWSpsFPcAZ7sq6r7ER0YKSGL/fJ5V/ZnxgsNO5yT1s53BolTEny6NbxPeY9O
  ahRhsYLtB6NSQg1zy9sRsoyAp9MpPQtQTBzqIohTOsNMPHjhXSQ1BbwooYJKZ5Bm
  C2lBYl/YQzA7TAIa/s/2PBMEcsG9v+tM8qaEjkeAuTQ7mr3wq0NUkx/YCrrdDG9Q
  iqgxPZVQeLaN1UG9DALLAM+tonHmcZ6csJO4w/j7Q5vq14m1qfG+yvldbyQVAOxl
  b8MuMyS63sSA6A6IOfQy+uUfPTVPbdl7rMUsBfrJB8hf0OedQv7XF+TIeqB/YLQR
  G3oVHWr0UuF8IHAa8HdwemeMIQ6t6N8GoWRtM8Hd9kTsFzvOsH0YPvBY8BlS2ChT
  UHYOZlktyBTotB9NaWtlIE1pbGxlciA8bXRtaWxsZXJAaWVlZS5vcmc+iQJABBMB
  CAAqAhsDBQkJZgGABQsJCAcDBRUKCQgLBRYCAwEAAh4BAheABQJPo77oAhkBAAoJ
  ECj6gBpDvdY3T0YP/2LqfEL3cukDxLi07xzA4JSk+M6kjFu/Jr4bSR/MrgNdvov8
  mEGHKclV2FNLS/AIW7cdHQsQCt5w09j3sjlAfAoKNmC

Bug#673357: libatlas3-base:

2012-05-17 Thread Andreas Kloeckner
Package: libatlas3-base
Version: 3.8.4-4~exp4
Severity: normal

Dear Maintainer,

when installing libatlas3-base, I put my system into a state in which it
now consistently says

E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up libatlas3-base (3.8.4-4~exp4) ...
update-alternatives: error: alternative path 
/usr/lib/atlas-base/atlas/libblas.so.3 doesn't exist.
dpkg: error processing libatlas3-base (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 libatlas3-base
 
after every package manager operation. This looks like some dependency
is missing.

Thanks,
Andreas

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

Kernel: Linux 3.3.0-trunk-amd64 (SMP w/12 CPU cores)
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 libatlas3-base depends on:
ii  libc6 2.13-32
ii  libgcc1   1:4.7.0-8
ii  libgfortran3  4.7.0-8

libatlas3-base recommends no packages.

Versions of packages libatlas3-base suggests:
ii  liblapack3  3.4.1-1~exp2

-- no debconf information





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



Bug#670097: .xsession critical errors

2012-05-17 Thread Wendy Elmer
My .xsession-errors has some gnome-shell critical errors in it.  Since
the file doesn't timestamp the messages, I don't know if these critical
errors are when gnome-shell froze up or not.
/etc/gdm3/Xsession: Beginning session setup...
localuser:wendy being added to access control list
x-session-manager[679]: WARNING: Failed to start app: Unable to start 
application: Failed to execute child process "gnome-power-manager" (No such 
file or directory)
GNOME_KEYRING_CONTROL=/tmp/keyring-9kQSo1
GNOME_KEYRING_CONTROL=/tmp/keyring-9kQSo1
GNOME_KEYRING_CONTROL=/tmp/keyring-9kQSo1
GPG_AGENT_INFO=/tmp/keyring-9kQSo1/gpg:0:1
GNOME_KEYRING_CONTROL=/tmp/keyring-9kQSo1
GPG_AGENT_INFO=/tmp/keyring-9kQSo1/gpg:0:1
SSH_AUTH_SOCK=/tmp/keyring-9kQSo1/ssh

(gnome-settings-daemon:792): color-plugin-WARNING **: There is no colord server 
available

(gnome-settings-daemon:792): updates-plugin-WARNING **: state unknown: 0

(gnome-settings-daemon:792): PackageKit-WARNING **: failed to set proxy: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop.PackageKit was not provided by any .service files

(gnome-settings-daemon:792): PackageKit-WARNING **: failed to set root: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop.PackageKit was not provided by any .service files

(gnome-settings-daemon:792): updates-plugin-WARNING **: failed to set proxies: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop.PackageKit was not provided by any .service files

(gnome-settings-daemon:792): updates-plugin-WARNING **: failed to set install 
root: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.freedesktop.PackageKit was not provided by any .service files
Initializing tracker-store...
Tracker-Message: Setting up monitor for changes to config 
file:'/home/wendy/.config/tracker/tracker-store.cfg'
Tracker-Message: Setting up monitor for changes to config 
file:'/home/wendy/.config/tracker/tracker-store.cfg'
Starting log:
  File:'/home/wendy/.local/share/tracker/tracker-store.log'
22
Failure: Module initalization failed
Failed to play sound: File or data not found
** Message: applet now removed from the notification area

(mail-notification:861): GLib-GObject-WARNING **: g_object_set_valist: object 
class `MNPopup' has no property named `attach-widget'

(gnome-shell:826): Clutter-WARNING **: Attempting to add actor of type 
'ShellGenericContainer' to a container of type 'StBoxLayout', but the actor has 
already a parent of type 'StBoxLayout'.

(gnome-shell:826): St-WARNING **: Actor of type 'ShellGenericContainer' is not 
a child of the StBoxLayout container
** Message: applet now embedded in the notification area
Window manager warning: CurrentTime used to choose focus window; focus window 
may not be correct.
Window manager warning: Got a request to focus the no_focus_window with a 
timestamp of 0.  This shouldn't happen!
/usr/share/screenlets-manager/screenlets-daemon.py:88: GtkWarning: 
IA__gdk_window_thaw_toplevel_updates_libgtk_only: assertion 
`private->update_and_descendants_freeze_count > 0' failed
  gtk.main()

(gnome-shell:826): folks-WARNING **: Failed to find primary PersonaStore with 
type ID 'eds' and ID 'system'.
Individuals will not be linked properly and creating new links between Personas 
will not work.
The configured primary PersonaStore's backend may not be installed. If you are 
unsure, check with your distribution.
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a 
timestamp of 0 for 0x1e0004e (synapse)
Window manager warning: meta_window_activate called by a pager with a 0 
timestamp; the pager needs to be fixed.
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a 
timestamp of 0 for 0x1e0004e (synapse)
Window manager warning: meta_window_activate called by a pager with a 0 
timestamp; the pager needs to be fixed.
Window manager warning: CurrentTime used to choose focus window; focus window 
may not be correct.
Window manager warning: Got a request to focus the no_focus_window with a 
timestamp of 0.  This shouldn't happen!
Window manager warning: CurrentTime used to choose focus window; focus window 
may not be correct.
Window manager warning: Got a request to focus the no_focus_window with a 
timestamp of 0.  This shouldn't happen!

(gnome-shell:826): Clutter-CRITICAL **: clutter_actor_iter_next: assertion 
`ri->age == ri->root->priv->age' failed

(gnome-shell:826): Clutter-CRITICAL **: clutter_actor_iter_next: assertion 
`ri->age == ri->root->priv->age' failed

(gnome-shell:826): Clutter-CRITICAL **: clutter_actor_unmap: assertion 
`CLUTTER_IS_ACTOR (self)' failed
Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a 
timestamp of 0 for 0x1e0004e (synapse)
Window manager warning: meta_window_activate called by a pager with a 0 
timestamp; the pager needs to be fixed.
Window manager warning: Log level 8: meta_window_focus: assertion 
`!windo

Bug#652934: [Piuparts-devel] Bug#652934: piuparts-server rebased

2012-05-17 Thread Dave Steele
On Thu, May 17, 2012 at 3:18 PM, Holger Levsen  wrote:
> Hi Dave,
>
> I'm very sorry it took me so long to come back to this and now I also can only
> say: can you please rebase your piuparts-server branch on the latest develop
> branch, which has piatti.git included?!

No problem - I know what busy can be like.

The piuparts-server branch is reworked into logically distinct
commits, and rebased onto the latest develop.

https://github.com/davesteele/piuparts/commits/piuparts-server

I have been using the multiple-slaves branch, off of piuparts-server,
for support of multiple slaves in slave_run and slave_join.

https://github.com/davesteele/piuparts/commits/multiple-slaves

I've also updated the leftover-dir branch (#672769).

https://github.com/davesteele/piuparts/commits/leftover-dir



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



Bug#673252: [mc] mcedit cannot save file

2012-05-17 Thread Dmitry Smirnov
Dear Petr,

Would you be able to disclose file name please?

I can't replicate this problem yet.
Is there are possibility for unrelated problem like no free space etc. ?

Thank you.

Regards,
Dmitry.



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



Bug#673344: mdadm: man page typo

2012-05-17 Thread NeilBrown
On Thu, 17 May 2012 19:26:15 -0400 Robert Henney  wrote:

> Package: mdadm
> Version: 3.1.4-1+8efb9d1+squeeze1
> Severity: minor
> 
> In the paragraph below from the mdadm.conf man page, I suspect the
> first occurrence of "of" was meant to be "or".
> 
> |  Alternatively, a device line can contain either of both  of  the
> |  words containers and partitions.  The word containers will cause
> |  mdadm to look for assembled CONTAINER arrays and  included  them
> |  as a source for assembling further arrays.
> 

Thanks Robert.
You suspect correctly.  I've fixed this upstream so it should filter through
to Debian in due course.

NeilBrown


signature.asc
Description: PGP signature


Bug#673165: mapserver: FTBFS with multiarch-ready libgd2

2012-05-17 Thread Steven Chamberlain
retitle 673165 mapserver: FTBFS with multiarch-ready libgd2
block 645105 by 673165
thanks

Hi,

This FTBFS (actually on all arches now?) because libgd2 since
2.0.36~rc1~dfsg-6.1 uses a multiarch path, where it is not seen by these
checks in configure.in:

>   for GD_DIR in /usr /usr/local
>   do
> test -f $GD_DIR/include/gd.h && GD_INCLUDE="$GD_DIR/include"
> test -f $GD_DIR/lib/libgd.a && GD_LIBDIR="$GD_DIR/lib"
> test -f $GD_DIR/lib64/libgd.a && GD_LIBDIR="$GD_DIR/lib64"
> test -f $GD_DIR/lib/libgd.so -o -f $GD_DIR/lib/libgd.sl -o -f 
> $GD_DIR/lib/libgd.dylib && GD_LIBDIR="$GD_DIR/lib"
> test -f $GD_DIR/lib64/libgd.so -o -f $GD_DIR/lib/libgd.sl && 
> GD_LIBDIR="$GD_DIR/lib64"

The path can't be specified from debian/rules via --with-gd because the
includes and libraries must all be there.  So the configure.in must be
modified in some way to look for the static+shared libs in the
appropriate (multiarch) path...

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org



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



Bug#664700: libva1: please search dri module in /usr/lib/{/,}dri

2012-05-17 Thread shawn
Package: vainfo
Version: 1.0.15-4
Followup-For: Bug #664700

I came across the same problem, The first multiarch patch for this
package let libva search in the right place

here is a patch to restore that functionality (but not search in the
non-multiarch paths as well)

in the source look for LIBVA_DRIVERS_PATH

-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500,
'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-24-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vainfo depends on:
ii  libc62.15-0ubuntu10
ii  libva-x11-1  1.1.0.pre1~git20120417.aa8d1ca-ppa4~precise
ii  libva1   1.1.0.pre1~git20120417.aa8d1ca-ppa4~precise
ii  libx11-6 2:1.4.99.1-0ubuntu2

>From 8778fb25143b48c8d85abc4e3f87b509b366fcc8 Mon Sep 17 00:00:00 2001
From: Shawn Landden 
Date: Thu, 17 May 2012 18:55:52 -0700
Subject: [PATCH] fix vainfo for multiarch

commit 2298fb2d8926984cab6195284459a56601987c62
[Use dh_auto_configure to pass in default+extra configure options.]
broke vainfo's ability to find the xvba driver, we need the default internal
LIBVA_DRIVER_PATH, which gets set by $libdir, to be multiarch
---
 debian/rules |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8abd759..2fe4590 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpkg/architecture.mk
+
 %:
 	dh $@ --parallel --with autoreconf
 
@@ -9,7 +11,9 @@ override_dh_makeshlibs:
 	dh_makeshlibs -plibva1  -V 'libva1 (>> 1.0.15~)'
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-silent-rules
+	dh_auto_configure -- --disable-silent-rules \
+			--prefix=/usr \
+			--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 
 get-orig-source:
 	$(dir $_)libva-get-orig-source
-- 
1.7.9.5



Bug#673345: Set severity to important

2012-05-17 Thread Tobias Hansen
severity 673345 important
block 626049 with 673345
thanks

I set the severity to important, because this update adds multiarch
support to the package and thereby helps with the release goal.



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



Bug#631462: slapd: Post-installation configure fails

2012-05-17 Thread waynr
Found this bug and fixed it:

debdiff ../openldap_2.4.23-7.2.dsc ../openldap_2.4.23-7.3.dsc >
../postinst-spacesinpassword

I tested it and now spaces are allowed during the configuration stage of
the install.




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



Bug#670090: Please ship the /sys directory

2012-05-17 Thread Michael Biebl
On 18.05.2012 03:35, Josh Triplett wrote:
> On Fri, May 18, 2012 at 02:56:26AM +0200, Michael Biebl wrote:
>> Since /sys is shipped by base-files now, we no longer need to add this
>> directory to systemd.
>>
>> For wheezy we will keep the initscripts dependency and in wheezy+1 we
>> can rely on base-file shipping the directory, so we don't need a
>> versioned dependency either.
> 
> If you have a versioned dependency on base-files, though, you can
> drop the initscripts dependency in wheezy instead.

We can't drop the initscripts dependency for the /run transition bits.


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#670090: Please ship the /sys directory

2012-05-17 Thread Josh Triplett
On Fri, May 18, 2012 at 02:56:26AM +0200, Michael Biebl wrote:
> Since /sys is shipped by base-files now, we no longer need to add this
> directory to systemd.
> 
> For wheezy we will keep the initscripts dependency and in wheezy+1 we
> can rely on base-file shipping the directory, so we don't need a
> versioned dependency either.

If you have a versioned dependency on base-files, though, you can
drop the initscripts dependency in wheezy instead.

- Josh Triplett



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



Bug#673356: RM: haskell-http-enumerator -- ROM; obsolete

2012-05-17 Thread Clint Adams
Package: ftp.debian.org
Severity: normal

haskell-http-enumerator has been marked deprecated.  It is succeeded
by haskell-http-conduit.



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



Bug#673355: iproute: man page and /bin/ip disagree on del vs delete

2012-05-17 Thread Robert Henney
Package: iproute
Version: 20100519-3
Severity: minor

the 'ip' man page does not mention the command "del" at all but does
claim, "As a rule, it is possible to add, delete and show (or list ) objects".  
however, 'ip' does not always recognize "delete" as a commend.

robh@debian:~$ ip tunnel delete
Command "delete" is unknown, try "ip tunnel help".
robh@debian:~$ ip tunnel del
delete tunnel  failed: No such device


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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages iproute depends on:
ii  libc6 2.11.3-3   Embedded GNU C Library: Shared lib
ii  libdb4.8  4.8.30-2   Berkeley v4.8 Database Libraries [

Versions of packages iproute recommends:
ii  libatm1  1:2.5.1-1.2 shared library for ATM (Asynchrono

Versions of packages iproute suggests:
pn  iproute-doc(no description available)

-- no debconf information



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



Bug#668954: policycoreutils: /usr/bin/sandbox "Invalid argument" error

2012-05-17 Thread Alejandro Carrazzoni
Package: policycoreutils
Version: 2.1.10-6
Followup-For: Bug #668954

I checked the output of semodule -l and there's no sandbox policy module, and I
have no idea how to install it. Maybe it has something to do with this bug. I
still couldn't get sandbox to work.

Also, sometimes sandbox this error instead of "Invalid argument":
Could not set exec context to
unconfined_u:unconfined_r:sandbox_x_t:s0:c599,c830.
Failed to remove directory /tmp/.sandbox-root-rox12v: No such file or directory

This happened when I ran "sandbox -X evince" as root. When I run it as a normal
user it shows the "Invalid argument" error.



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

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

Versions of packages policycoreutils depends on:
ii  dpkg  1.16.3
ii  libaudit0 1:1.7.18-1.1
ii  libc6 2.13-32
ii  libcap-ng00.6.6-1
ii  libcap2   1:2.22-1
ii  libcgroup10.37.1-2
ii  libdbus-1-3   1.5.12-1
ii  libdbus-glib-1-2  0.98-1
ii  libglib2.0-0  2.32.2-1
ii  libpam0g  1.1.3-7.1
ii  libpcre3  1:8.30-5
ii  libselinux1   2.1.9-4
ii  libsemanage1  2.1.6-5
ii  libsepol1 2.1.4-3
ii  lsb-base  4.1+Debian3
ii  psmisc22.16-1
ii  python2.7.2-10
ii  python-ipy1:0.75-1
ii  python-selinux2.1.9-4
ii  python-semanage   2.1.6-5
ii  python-sepolgen   1.1.5-3
ii  python-setools3.3.7-2
ii  python2.6 2.6.7-4
ii  python2.7 2.7.3~rc2-2.1

Versions of packages policycoreutils recommends:
ii  selinux-policy-default  2:2.20110726-3

Versions of packages policycoreutils suggests:
pn  selinux-policy-dev  

-- no debconf information



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



Bug#673353: iceweasel: "Reset Firefox" missing

2012-05-17 Thread Timothy Baldwin
Package: iceweasel
Version: 13.0~b3-1~bpo60+1
Severity: normal

The "Reset Firefox" button is missing from the page about:support.
I have tested with a clean profile with plugins disabled in safe mode.
The button does appear and work in the offical upstream binary.



-- Package-specific info:

-- Extensions information
Name: Default theme
Location: /usr/lib/iceweasel/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
Package: iceweasel
Status: enabled

Name: Feedback
Location: ${PROFILE_EXTENSIONS}/testpi...@labs.mozilla.com.xpi
Status: enabled

-- Plugins information
Name: Shockwave Flash
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled


-- Addons package information
ii  iceweasel  13.0~b3-1~bpo6 Web browser based on Firefox

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

Kernel: Linux 3.2.15-honey2 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages iceweasel depends on:
ii  debianutils3.4   Miscellaneous utilities specific t
ii  fontconfig 2.8.0-2.1 generic font configuration library
ii  libc6  2.11.3-3  Embedded GNU C Library: Shared lib
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libnspr4-0d4.9-1~bpo60+1 NetScape Portable Runtime Library
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  procps 1:3.2.8-9squeeze1 /proc file system utilities
ii  xulrunner-13.0 13.0~b3-1~bpo60+1 XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  libgssapi-krb5-21.8.3+dfsg-4squeeze5 MIT Kerberos runtime libraries - k
pn  mozplugger (no description available)
ii  ttf-lyx 1.6.7-1  TrueType versions of some TeX font
pn  ttf-mathematica4.1 (no description available)
pn  xfonts-mathml  (no description available)

Versions of packages xulrunner-13.0 depends on:
ii  libasound21.0.23-2.1 shared library for ALSA applicatio
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libbz2-1.01.0.5-6+squeeze1   high-quality block-sorting file co
ii  libc6 2.11.3-3   Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-7~bpo60+1   The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.24-4+squeeze1  simple interprocess messaging syst
ii  libdbus-glib-1-2  0.88-2.1   simple interprocess messaging syst
ii  libevent-1.4-21.4.13-stable-1An asynchronous event notification
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-2.1+squeeze4 FreeType 2 font engine, shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  libhunspell-1.2-0 1.2.11-1   spell checker and morphological an
ii  libjpeg62 6b1-1  The Independent JPEG Group's JPEG 
ii  libmozjs13d   13.0~b3-1~bpo60+1  Mozilla SpiderMonkey JavaScript li
ii  libnotify1 [libnotify 0.5.0-2sends desktop notifications to a n
ii  libnspr4-0d   4.9-1~bpo60+1  NetScape Portable Runtime Library
ii  libnss3-1d3.13.3-1~bpo60+1   Network Security Service libraries
ii  libpango1.0-0 1.28.3-1+squeeze2  Layout and rendering of internatio
ii  libreadline6  6.1-3  GNU readline and history libraries
ii  libsqlite3-0  3.7.11-2~bpo60+1   SQLite 3 shared library
ii  libstartup-notificati 0.10-1 library for program launch feedbac
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3
ii  libvpx1   1.0.0-2~bpo60+1VP8 video codec (shared library)
ii  libx11-6  2:1.3.3-4  X11 client-side library
ii  libxext6  2:1.1.2-1  X11 miscellaneous extension librar
ii  libxrender1   1:0.9.6-1  X Rendering Extension client libra
ii  libxt61:1.0.7-1  X11 toolkit intrinsics library
ii  zlib1g1:1.2.3.4.dfsg-3   compression library - runtime

-- no debconf information



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



Bug#673192: systemd does not allow suspend to ram

2012-05-17 Thread Michael Biebl
On 17.05.2012 23:42, robert...@libero.it wrote:
> Dear Tollef,
> 
> using 'sudo pm-suspend' the system can suspend to ram and resume back. 
> However the standby button of kde doesn't work for some reason, and as a 
> consequence also the automatic suspend of power-management.
> 
> In addition also kpowersave don't work with systemd; the icon becomes gray 
> and no functions are available (e.g. cpu freq. profiles).
> I found that problem was related to hal and by sudoing an '/etc/init.d/hal 

The hal sysv init script has been dropped before the squeeze release and
hal is D-Bus activated now.
Which version of hal do you have? Is this system a mix from old-stable,
stable and unstable?

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#673352: lintian: false positive for icon-size-and-directory-name-mismatch on symlinks

2012-05-17 Thread Nicholas Breen
Package: lintian
Version: 2.5.7
Severity: normal

The test added in 2.5.7 for icons with the wrong size for their directory
(#628189) relies on file-info, which then generates an error and a false
positive on symbolic links.  For example, with the grace package:

% lintian grace_5.1.22-13_amd64.changes
[...]
Use of uninitialized value $2 in concatenation (.) or string at 
/usr/share/lintian/checks/files line 924.
W: grace: icon-size-and-directory-name-mismatch 
usr/share/icons/hicolor/32x32/mimetypes/application-x-grace.png 32x32x
[...]

% file /usr/share/icons/hicolor/32x32/mimetypes/application-x-grace.png 
   
/usr/share/icons/hicolor/32x32/mimetypes/application-x-grace.png: symbolic link 
to `../apps/grace.png'
% file `readlink -f 
/usr/share/icons/hicolor/32x32/mimetypes/application-x-grace.png`
/usr/share/icons/hicolor/32x32/apps/grace.png: PNG image data, 32 x 32, 
8-bit/color RGBA, non-interlaced


-- 
Nicholas Breen
nbr...@debian.org


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

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
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 lintian depends on:
ii  binutils   2.22-6
ii  bzip2  1.0.6-1
ii  diffstat   1.55-2
ii  file   5.11-1
ii  gettext0.18.1.1-8
ii  hardening-includes 2.1
ii  intltool-debian0.35.0+20060710.1
ii  libapt-pkg-perl0.1.26+b1
ii  libc-bin   2.13-32
ii  libclass-accessor-perl 0.34-1
ii  libclone-perl  0.31-1+b2
ii  libdpkg-perl   1.16.3
ii  libemail-valid-perl0.190-1
ii  libipc-run-perl0.91-1
ii  libparse-debianchangelog-perl  1.2.0-1
ii  libtimedate-perl   1.2000-1
ii  liburi-perl1.60-1
ii  locales2.13-32
ii  man-db 2.6.1-2
ii  patchutils 0.3.2-1.1
ii  perl [libdigest-sha-perl]  5.14.2-10
ii  unzip  6.0-6

lintian recommends no packages.

Versions of packages lintian suggests:
ii  binutils-multiarch 
ii  dpkg-dev   1.16.3
ii  libhtml-parser-perl3.69-2
ii  libtext-template-perl  
ii  man-db 2.6.1-2
ii  xz-utils   5.1.1alpha+20110809-3

-- no debconf information



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



Bug#673351: texlive-metapost: pmpost.mp is missing

2012-05-17 Thread Atsuhito KOHDA
Package: texlive-metapost
Version: 2012.20120516-1
Severity: normal

Dear Maintainer,

While checking japanese TeX related programs, I noticed
that pmpost.mp was missing.

So i got a message like this;
Sorry, I can't find the 'pmpost' preload file; will try 'plain'.This is 
pMetaPost, version 1.504-0.04 (kpathsea version 6.1.0) (utf8.euc)
(plain.mp
Preloading the plain mem file, version 1.004)) (./area-utf8.mp [1]

but if I copied pmpost.mp from tlptexlive it worked fine;
This is pMetaPost, version 1.504-0.04 (kpathsea version 6.1.0) (utf8.euc)
(pmpost.mp (/usr/share/texlive/texmf-dist/metapost/base/plain.mp
Preloading the plain mem file, version 1.004)) (./area-utf8.mp [1] )


pmpost.mp seems only to do input plain.mp but I think 
it should be installed.

Thanks for your maintenace.

BTW, when I did reportbug texlive-metapost I was warned
as follows even now.

Getting status for texlive-metapost...
Checking for newer versions at madison...
Your version of texlive-metapost (2012.20120516-1) is newer than that in
Debian! Do you still want to file a report [y|N|q|?]? 

I don't know why and I believe I've installed an official 
Debian packages.

Best regards

-- Package-specific info:
IMPORTANT INFORMATION: We will only consider bug reports concerning
the packaging of TeX Live as relevant. If you have problems with
combination of packages in a LaTeX document, please consult your
local TeX User Group, the comp.text.tex user group, the author of
the original .sty file, or any other help resource. 

   *** The Debian TeX Team is *no* LaTeX Help Desk ***

If you report an error when running one of the TeX-related binaries 
(latex, pdftex, metafont,...), or if the bug is related to bad or wrong
output, please include a MINIMAL example input file that produces the
error in your report.

Please run your example with
(pdf)latex -recorder ...
(or any other program that supports -recorder) and send us the generated
file with the extension .fls, it lists all the files loaded during
the run and can easily explain problems induced by outdated files in
your home directory.

Don't forget to also include minimal examples of other files that are 
needed, e.g. bibtex databases. Often it also helps
to include the logfile. Please, never send included pictures!

If your example file isn't short or produces more than one page of
output (except when multiple pages are needed to show the problem),
you can probably minimize it further. Instructions on how to do that
can be found at

http://www.latex-einfuehrung.de/mini-en.html (english)

or 

http://www.latex-einfuehrung.de/mini.html (german)

##
minimal input file


##
other files

##
 List of ls-R files

-rw-r--r-- 1 root root 2941 May 18 08:01 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root root 29 May 10 07:39 /usr/share/texmf/ls-R -> 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 31 May 16 17:01 /usr/share/texlive/texmf/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVEMAIN
lrwxrwxrwx 1 root staff 25 Feb 19  2010 /usr/local/share/texmf/ls-R -> 
/var/lib/texmf/ls-R-LOCAL
lrwxrwxrwx 1 root root 31 May 16 17:01 /usr/share/texlive/texmf-dist/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVEDIST
lrwxrwxrwx 1 root root 31 May 16 17:01 /usr/share/texlive/texmf-dist/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVEDIST
lrwxrwxrwx 1 root root 31 May 16 17:01 /usr/share/texlive/texmf/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVEMAIN
##
 Config files
-rw-r--r-- 1 root root 2505 May 10 13:32 /etc/texmf/web2c/texmf.cnf
-rw-r--r-- 1 root root 8750 May 17 06:23 /var/lib/texmf/web2c/fmtutil.cnf
lrwxrwxrwx 1 root root 32 May 16 17:01 /usr/share/texmf/web2c/updmap.cfg -> 
/var/lib/texmf/updmap.cfg-DEBIAN
-rw-r--r-- 1 root root 4838 May 17 06:23 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 4
-rw-r--r-- 1 root root 2505 May 10 13:32 texmf.cnf
##
 md5sums of texmf.d
ca40c66f144b4bafc3e59a2dd32ecb9c  /etc/texmf/texmf.d/00debian.cnf
67035b219617b13fb1608f4ff31be6a1  /etc/texmf/texmf.d/20jtex.bak
26e84c977c5eb07c926d06ca864bf60c  /etc/texmf/texmf.d/20ptexjtex.cnf
648754a606852c15a5d26e7d4dcc2eba  /etc/texmf/texmf.d/20ptexjtex.cnf~
a2057afdbd77fd66607fa8eac587f289  /etc/texmf/texmf.d/30aflatex.dpkg-bak
119bf4e1333b751a6ee7e068e228a570  /etc/texmf/texmf.d/45TeXinputs.cnf~
54e51e37c83e10756bc1587a4cbba224  /etc/texmf/texmf.d/50dvipdfmx.cnf
dd062262a6496ad6f36075885719ff20  /etc/texmf/texmf.d/60jbibtex.cnf
76e03fd152a51167f5b0ce0996e56040  /etc/texmf/texmf.d/60jtex-bin.cnf
3ab719bb2783c92b433db385be01d3c5  /etc/texmf/texmf.d/70dvipsj.cnf
7ae52efac46feb97010986e57877d12e  /etc/texmf/texmf.d/80DVIPDFMx.non
055e06548bac99958d8ab2dd1248f2b4  /etc/texmf/texmf.d/80tex4ht.cnf

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i

Bug#673264: myodbc: FTBFS in sid: mysql_real_query... no

2012-05-17 Thread Matej Vela
On Thu, May 17, 2012 at 04:55:50PM -0700, Steve Langasek wrote:
> On Fri, May 18, 2012 at 12:20:44AM +0100, Matej Vela wrote:
>> block 673264 by 590905
>> tag 673264 fixed-upstream
>> thanks
>
> I'm not sure why this should be a blocker.  myodbc in experimental is
> already updated to work with mysql 5.5, so AFAIK it just needs a reupload?

Sure, but neither version of myodbc will build on a buildd until #590905
is fixed (because it brings in an undeclared build-dep on libssl-dev).

Cheers,

Matej



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



Bug#673262: mydumper: FTBFS with multiarch libmysqlclient

2012-05-17 Thread Matej Vela
retitle 673262 mydumper: FTBFS with multiarch libmysqlclient
block 671115 by 673262
tag 673262 patch
thanks

On Thu, May 17, 2012 at 12:51:24PM +0200, Samuel Thibault wrote:
> mydumper currently FTBFS in sid:
[...]
> MYSQL_LIBRARIES_crypto
> linked by target "mydumper" in directory /tmp/buildd/mydumper-0.5.1
> linked by target "myloader" in directory /tmp/buildd/mydumper-0.5.1
> MYSQL_LIBRARIES_ssl
> linked by target "mydumper" in directory /tmp/buildd/mydumper-0.5.1
> linked by target "myloader" in directory /tmp/buildd/mydumper-0.5.1

The above two go away once "-lssl -lcrypto" is removed from mysql_config
(#590905).

> MYSQL_LIBRARIES_inux-gnu
> linked by target "mydumper" in directory /tmp/buildd/mydumper-0.5.1
> linked by target "myloader" in directory /tmp/buildd/mydumper-0.5.1

As for this one, the transition to multiarch triggered a misbehaving
regexp in cmake/modules/FindMySQL.cmake:

--- mydumper-0.5.1~/cmake/modules/FindMySQL.cmake
+++ mydumper-0.5.1/cmake/modules/FindMySQL.cmake
@@ -47,7 +47,9 @@
 
 set(MYSQL_ADD_LIBRARIES "")
 
-string(REGEX MATCHALL "-l[^ ]*" MYSQL_LIB_LIST "${MY_TMP}")
+# prepend space in order to match separate words only (e.g. rather
+# than "-linux" from within "-L/usr/lib/i386-linux-gnu")
+string(REGEX MATCHALL " +-l[^ ]*" MYSQL_LIB_LIST " ${MY_TMP}")
 foreach(MY_LIB ${MYSQL_LIB_LIST})
 string(REGEX REPLACE "[ ]*-l([^ ]*)" "\\1" MY_LIB "${MY_LIB}")
 list(APPEND MYSQL_ADD_LIBRARIES "${MY_LIB}")
@@ -55,7 +57,7 @@
 
 set(MYSQL_ADD_LIBRARY_PATH "")
 
-string(REGEX MATCHALL "-L[^ ]*" MYSQL_LIBDIR_LIST "${MY_TMP}")
+string(REGEX MATCHALL " +-L[^ ]*" MYSQL_LIBDIR_LIST " ${MY_TMP}")
 foreach(MY_LIB ${MYSQL_LIBDIR_LIST})
 string(REGEX REPLACE "[ ]*-L([^ ]*)" "\\1" MY_LIB "${MY_LIB}")
 list(APPEND MYSQL_ADD_LIBRARY_PATH "${MY_LIB}")

Cheers,

Matej



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



Bug#671138: transition: libuim7

2012-05-17 Thread dai
On Tue, May 15, 2012 at 03:08:51PM +0200, Cyril Brulebois wrote:
> > > I'd like to upload uim 1:1.8.0-2 which has changed SONAME (libuim7 => 
> > > libuim8),

> > There is reverse-dependencies, which will need binNMUs:
> >   gkrelluim, mlterm, mozc, uim-chewing
> > 
> > They successdully built with libuim8.
> > Please let me know when I can start the transition.
> 
> thanks for the heads-up. The tracker is at:
>   http://release.debian.org/transitions/html/libuim.html
> 
> It looks like there's no other transitions which could interfere,
> so please upload to unstable.

thank you.
uim uploaded to unstable and successfully built all architectures.
-- 
Regards,
dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E


signature.asc
Description: Digital signature


Bug#673322: ITP: sankore -- interactive digital whiteboard software for teaching

2012-05-17 Thread Georges Khaznadar
Hello Miriam,

I am most interested by your intent to make sankore a Debian official
package.

I copy your message to d...@abuledu.org, since some people there have
already done some preliminary work, for example  delimiting the dfsg-free
subset of the upstream package.

Best regards,   Georges.

Miriam Ruiz a écrit :
> Package: wnpp
> Severity: wishlist
> Owner: Miriam Ruiz 
> 
> * Package name: sankore
>   Version : 3.1
>   Upstream Author : Open-Sankoré Developers team 
> * URL : http://dev.open-sankore.org/
> * License : GPL-3+
>   Programming Lang: C++
>   Description : interactive digital whiteboard software for teaching
> 
>  Open-Sankoré is a free and open-source interactive whiteboard (IWB)
>  software compatible with any projector and pointing device. It is
>  based on the Uniboard software originally developed at the University
>  of Lausanne, Switzerland.
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: http://lists.debian.org/20120517204046.12472.67714.reportbug@inanna
> 
> 


signature.asc
Description: Digital signature


Bug#673349: xserver-xorg: Memory leak in process /usr/bin/X

2012-05-17 Thread Yasir Assam
Package: xserver-xorg
Version: 1:7.6+13
Severity: normal

Dear Maintainer,

Over the last week or so I've noticed that /usr/bin/X uses loads of memory, i.e.

$ ps aux | grep X
root  1558  1.7 74.5 3459428 1535756 tty7  Ssl+ 08:46   1:10 /usr/bin/X :0 
vt7 -br -nolisten tcp -auth /var/run/xauth/A:0-zFHYma

After about an hour of use, it's using around 1.5G. I get to this point by 
running KDE, emacs, Konsole and Chromium. If I quit emacs, Konsole and 
Chromium, X still uses loads of memory.

Within a couple of hours my system grinds to a halt and I have to restart X (by 
restarting kdm)

-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Jan  7  2010 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2085616 May  7 10:17 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: InnoTek Systemberatung GmbH 
VirtualBox Graphics Adapter [80ee:beef]

Xorg X server configuration file status:

-rw-r--r-- 1 root root 123 Aug 16  2011 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
Section "InputDevice"
Identifier  "VBoxMouse"
Driver  "vboxmouse"
Option  "CorePointer"
EndSection

/etc/X11/xorg.conf.d does not exist.

KMS configuration files:

/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
---
Linux version 3.2.0-2-amd64 (Debian 3.2.17-1) (debian-ker...@lists.debian.org) 
(gcc version 4.6.3 (Debian 4.6.3-5) ) #1 SMP Sat May 12 23:08:28 UTC 2012

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 24622 Apr 21  2011 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 29162 May 18 08:47 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[13.285] 
X.Org X Server 1.12.1
Release Date: 2012-04-13
[13.287] X Protocol Version 11, Revision 0
[13.287] Build Operating System: Linux 3.2.0-2-amd64 x86_64 Debian
[13.287] Current Operating System: Linux tiny 3.2.0-2-amd64 #1 SMP Sat May 
12 23:08:28 UTC 2012 x86_64
[13.287] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-2-amd64 
root=UUID=f75741cc-7fee-490e-b935-0a089b27d96b ro quiet
[13.287] Build Date: 07 May 2012  12:15:23AM
[13.287] xorg-server 2:1.12.1-2 (Cyril Brulebois ) 
[13.287] Current version of pixman: 0.24.4
[13.287]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[13.287] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[13.287] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 18 08:46:45 
2012
[13.341] (==) Using config file: "/etc/X11/xorg.conf"
[13.341] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[13.360] (==) No Layout section.  Using the first Screen section.
[13.360] (==) No screen section available. Using defaults.
[13.360] (**) |-->Screen "Default Screen Section" (0)
[13.360] (**) |   |-->Monitor ""
[13.374] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[13.374] (==) Automatically adding devices
[13.374] (==) Automatically enabling devices
[13.386] (WW) The directory "/usr/share/fonts/X11/misc" does not exist.
[13.386]Entry deleted from font path.
[13.387] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[13.387]Entry deleted from font path.
[13.387] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[13.387]Entry deleted from font path.
[13.387] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[13.387]Entry deleted from font path.
[13.415] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[13.415]Entry deleted from font path.
[13.415] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[13.415]Entry deleted from font path.
[13.415] (WW) The directory 
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[13.415]Entry deleted from font path.
[13.415] (==) FontPath set to:
/usr/share/fonts/X11/Type1,
built-ins
[13.416] (==) ModulePath set to "/usr/lib/xorg/modules"
[13.416] (==) |-->Input Device "VBoxMouse"
[13.416] (==) No Layout section. Using the first core pointer device.
[13.416] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[13.416] (II) Loader magi

Bug#673350: squid3: typo in squid.conf

2012-05-17 Thread Robert Henney
Package: squid3
Version: 3.1.19-1+b1
Severity: minor

There is a minor typo in /etc/squid3/squid.conf in the paragraph below.  the 
final "t"
in persistent of "server_persisten_connections" has been left off.

| #   Note: The use of this directive using client dependent ACLs is
| #   incompatible with the use of server side persistent connections. To
| #   ensure correct results it is best to set server_persisten_connections
| #   to off when using this directive in such configurations.

note that this same paragraph appears twice in squid.conf, but the typo only
appears in one of the instances.


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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash



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



Bug#673264: myodbc: FTBFS in sid: mysql_real_query... no

2012-05-17 Thread Steve Langasek
On Fri, May 18, 2012 at 12:20:44AM +0100, Matej Vela wrote:
> block 673264 by 590905
> tag 673264 fixed-upstream
> thanks

I'm not sure why this should be a blocker.  myodbc in experimental is
already updated to work with mysql 5.5, so AFAIK it just needs a reupload?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Bug#673348: fping: man page inconsistency in regards to numeric arguments

2012-05-17 Thread Robert Henney
Package: fping
Version: 2.4b2-to-ipv6-16.1
Severity: minor

very minor documentation inconsistency in that several options which take
numeric arguments are shown with an underscored "n" (eg. "-in", "-bn", 
and "-rn") but at the same time several others are not (eg. "-c", "-C", 
and "-p").


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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages fping depends on:
ii  libc6 2.11.3-3   Embedded GNU C Library: Shared lib

fping recommends no packages.

fping suggests no packages.

-- no debconf information



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



Bug#673329:

2012-05-17 Thread Agustin Carrasco
The bug doesn't seem to affect chat notifications, they are working as well
as they were before.


Bug#673260: muddleftpd: FTBFS with multiarch libmysqlclient

2012-05-17 Thread Matej Vela
retitle 673260 muddleftpd: FTBFS with multiarch libmysqlclient
block 671115 by 673260
thanks

On Thu, May 17, 2012 at 12:46:29PM +0200, Samuel Thibault wrote:
> muddleftpd currently FTBFS in sid:
>
> make[3]: Entering directory 
> `/tmp/buildd/muddleftpd-1.3.13.1/modules/auth/authlibmysql'
> make[3]: *** No rule to make target `all'.  Stop.

Caused by configure not seeing libmysqlclient now that it's multiarch:

configure: configuring in modules/auth/authlibmysql
[...]
checking for mysql...

**
  ERROR: unable to find mysqlclient library
  checked in the following places
/usr/lib
/usr/lib/mysql
**

Cheers,

Matej



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



Bug#590905: fix coming up

2012-05-17 Thread Nicholas Bamber

Looks like we'll be uploading a special fix for this.

(00:10:20) periapt: What do you guys want done about  673262 672824 
673263 672619 being blocked by 590905? That is do you want another 
upload of mysql-5.5 or localized fixes (for now).

(00:10:29) KiBi: http://release.debian.org/transitions/export/packages.yaml
(00:11:05) ***raphael thinks there should be a "no soname bumps, REJECT 
them" mode a-la transitions.yaml :)
(00:11:07) KiBi: periapt: I don't think I'll be able to comment on mysql 
this evening.
(00:11:09) periapt: I'll take the "This is what happens when you dump 
shit on us as read" if you take my profuse apologies as read. :-/

(00:11:23) mbiebl: KiBi: thanks a lot
(00:11:29) periapt: KiBi: I'll wait.
(00:12:23) KiBi: periapt: Hmm. I think this bug wants a fix, which 
should be quite easy?

(00:12:58) gusnan left the room (quit: Quit: Lämnar).
(00:13:15) periapt: Kibi. Can do. I was working round to it. I would 
appreciate a review of it before uploading.
(00:14:34) periapt: I mean I was expecting to fix it a long time after 
the freeze.
(00:15:13) KiBi: why delaying that fix, especially if packages are 
directly affected?
(00:15:25) KiBi: I'm not sure pushing a workaround in those packages in 
the way to go.
(00:15:57) periapt: KiBi: Well that's all water under the bridge. If you 
want a fix you'll get a fix.
(00:18:04) periapt: What procedure would you like me to follow at this 
juncture?
(00:20:10) DeepDiver left the room (quit: Remote host closed the 
connection).
(00:28:18) periapt: Okay I'll do the following: 1.) Try to reproduce the 
bugs listed as being blocked by 590905 2.) Build 5.5.23-2-w1 3.) Test 
those packages against that. 4.) upload with high urgency.




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



Bug#673347: nfs-common: idmapd crashes due to race condition

2012-05-17 Thread Jonathan McDowell
Package: nfs-common
Version: 1:1.2.2-4squeeze3
Severity: important
Tags: squeeze patch

Hit this on a relatively busy NFSv4 client having had a much more lightly
loaded client talking to the same server for several months without
issues.

rpc.idmapd crashes causing a failure to lookup username/group
information for files; less than ideal when that's home directories.
Some investigation found:

https://bugzilla.redhat.com/show_bug.cgi?id=684308

pointing to a race condition between doing an fcntl F_SETSIG and
F_NOTIFY. I've applied the patch from that bug report and been running
successfully for over a month (having previously had rpc.idmapd die
every couple of days). debdiff of what I'm using attached.

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

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

Versions of packages nfs-common depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  initscripts2.88dsf-13.1+squeeze1 scripts for initializing and shutt
ii  libc6  2.11.3-3  Embedded GNU C Library: Shared lib
ii  libcap21:2.19-3  support for getting/setting POSIX.
ii  libcomerr2 1.41.12-4stable1  common error description library
ii  libevent-1.4-2 1.4.13-stable-1   An asynchronous event notification
ii  libgssapi-krb5-2   1.8.3+dfsg-4squeeze5  MIT Kerberos runtime libraries - k
ii  libgssglue10.1-4 mechanism-switch gssapi library
ii  libk5crypto3   1.8.3+dfsg-4squeeze5  MIT Kerberos runtime libraries - C
ii  libkrb5-3  1.8.3+dfsg-4squeeze5  MIT Kerberos runtime libraries
ii  libnfsidmap2   0.23-2An nfs idmapping library
ii  librpcsecgss3  0.19-2allows secure rpc communication us
ii  libwrap0   7.6.q-19  Wietse Venema's TCP wrappers libra
ii  lsb-base   3.2-23.2squeeze1  Linux Standard Base 3.2 init scrip
ii  netbase4.45  Basic TCP/IP networking system
ii  portmap6.0.0-2   RPC port mapper
ii  ucf3.0025+nmu1   Update Configuration File: preserv

nfs-common recommends no packages.

nfs-common suggests no packages.

-- no debconf information
diff -Nru nfs-utils-1.2.2/debian/changelog nfs-utils-1.2.2/debian/changelog
--- nfs-utils-1.2.2/debian/changelog	2011-12-30 09:59:58.0 -0800
+++ nfs-utils-1.2.2/debian/changelog	2012-05-17 16:19:02.0 -0700
@@ -1,3 +1,9 @@
+nfs-utils (1:1.2.2-4squeeze3) stable; urgency=high
+
+  * Fix rpc.idmapd dying.
+
+ -- Jonathan McDowell   Mon, 16 Apr 2012 13:44:20 -0700
+
 nfs-utils (1:1.2.2-4squeeze2) stable; urgency=high
 
   * Fix CVE-2011-1749: Avoid leaving a corrupt mtab file (Closes: #629420)
diff -Nru nfs-utils-1.2.2/debian/patches/18-fix-idmapd-crash.patch nfs-utils-1.2.2/debian/patches/18-fix-idmapd-crash.patch
--- nfs-utils-1.2.2/debian/patches/18-fix-idmapd-crash.patch	1969-12-31 16:00:00.0 -0800
+++ nfs-utils-1.2.2/debian/patches/18-fix-idmapd-crash.patch	2012-05-17 16:18:31.0 -0700
@@ -0,0 +1,18 @@
+
+Fix issue with rpc.idmapd dying under load conditions due to a race condition
+in registering for signal notification.
+
+Taken from https://bugzilla.redhat.com/show_bug.cgi?id=684308
+
+--- nfs-utils-1.2.2/utils/idmapd/idmapd.c.orig	2010-02-18 04:35:00.0 -0800
 nfs-utils-1.2.2/utils/idmapd/idmapd.c	2012-04-16 13:43:47.0 -0700
+@@ -766,8 +766,8 @@ nfsopen(struct idmap_client *ic)
+ 	} else {
+ 		event_set(&ic->ic_event, ic->ic_fd, EV_READ, nfscb, ic);
+ 		event_add(&ic->ic_event, NULL);
+-		fcntl(ic->ic_dirfd, F_SETSIG, 0);
+ 		fcntl(ic->ic_dirfd, F_NOTIFY, 0);
++		fcntl(ic->ic_dirfd, F_SETSIG, 0);
+ 		if (verbose > 0)
+ 			xlog_warn("Opened %s", ic->ic_path);
+ 	}
diff -Nru nfs-utils-1.2.2/debian/patches/series nfs-utils-1.2.2/debian/patches/series
--- nfs-utils-1.2.2/debian/patches/series	2011-12-30 09:57:46.0 -0800
+++ nfs-utils-1.2.2/debian/patches/series	2012-05-17 16:18:43.0 -0700
@@ -9,3 +9,4 @@
 15-mountd-fix-path-comparison-for-v4-crossmnt.patch
 16-negotiate-des-only.patch
 17-fix-CVE-2011-1749.patch
+18-fix-idmapd-crash.patch


Bug#673346: RFS: allegro5/2:5.0.6-1 [ITP] -- Portable library for cross-platform game and multimedia development

2012-05-17 Thread Tobias Hansen
Package: sponsorship-requests
Severity: wishlist

  Dear mentors,

  I am looking for a sponsor for my package "allegro5" (ITP #612778).

  Andreas Rönnquist  and myself want to maintain the
package with the Games Team, but since we are running short of sponsors
in the team, we also ask here for a sponsor to get the package uploaded
in time before the freeze.

  If you want to sponsor the package, please enter your name in the
table on http://wiki.debian.org/Games/Sponsors/Queue

 * Package name: allegro5
   Version : 2:5.0.6-1
   Upstream Author : Allegro developers
 * URL : http://www.liballeg.org
 * License : Zlib
   Section : libs

  It builds those binary packages:

allegro5-doc - Documentation for the Allegro 5 library
 liballegro-acodec5.0 - Audio codec addon for the Allegro 5 library
 liballegro-acodec5.0-dev - Header files for the Allegro 5 audio codec addon
 liballegro-audio5.0 - Audio addon for the Allegro 5 library
 liballegro-audio5.0-dev - Header files for the Allegro 5 audio addon
 liballegro-dialog5.0 - Dialog addon for the Allegro 5 library
 liballegro-dialog5.0-dev - Header files for the Allegro 5 dialog addon
 liballegro-image5.0 - Image addon for the Allegro 5 library
 liballegro-image5.0-dev - Header files for the Allegro 5 image addon
 liballegro-physfs5.0 - Physfs addon for the Allegro 5 library
 liballegro-physfs5.0-dev - Header files for the Allegro 5 physfs addon
 liballegro-ttf5.0 - TTF addon for the Allegro 5 library
 liballegro-ttf5.0-dev - Header files for the Allegro 5 TTF addon
 liballegro5.0 - Portable library for cross-platform game and multimedia
developme
 liballegro5.0-dev - Development files for the Allegro 5 library

  To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/allegro5


  Alternatively, one can download the package with dget using this command:

dget -x
http://mentors.debian.net/debian/pool/main/a/allegro5/allegro5_5.0.6-1.dsc

  Or browse the git repository:

http://anonscm.debian.org/gitweb/?p=pkg-games/allegro5.git


  Regards,
   Tobias Hansen



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



Bug#673345: RFS: allegro4.4/2:4.4.2-1 [ITA] -- portable library for cross-platform game and multimedia development

2012-05-17 Thread Tobias Hansen
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for the package "allegro4.4", that Andreas
Rönnquist  and myself want to adopt. allegro4.2 is
orphaned and to be replaced by this package. This involves a transition
and the Release Team gave their ok for an upload to unstable (transition
bug: [1]).

  We want to maintain the package with the Games Team, but since we are
running short of sponsors in the team, we also ask here for a sponsor to
get the package uploaded in time before the freeze.

See also:
- discussion on debian-devel-games [2]
- ITP bug [3]
- allegro4.2 O bug [4]

  If you want to sponsor the package, please enter your name in the
table on [5].

[1] http://bugs.debian.org/672142
[2] http://lists.debian.org/debian-devel-games/2012/05/msg2.html
[3] http://bugs.debian.org/666524
[4] http://bugs.debian.org/626049
[5] http://wiki.debian.org/Games/Sponsors/Queue

 * Package name: allegro4.4
   Version : 2:4.4.2-1
   Upstream Author : Allegro developers
 * URL : http://www.liballeg.org
 * License : Allegro gift-ware license
   Section : devel

  It builds those binary packages:

allegro4-doc - documentation for the Allegro library
 liballeggl4.4 - library to mix OpenGL graphics with Allegro routines
 liballeggl4.4-dev - development files for the allgrogl library
 liballegro-doc - transitional dummy package
 liballegro4.2-dev - development files for the Allegro library
 liballegro4.4 - portable library for cross-platform game and multimedia
developme
 liballegro4.4-plugin-alsa - ALSA audio plugin for the Allegro library
 libjpgalleg4.4 - JPG loading addon for Allegro 4
 libjpgalleg4.4-dev - development files for the JPG loading addon for
Allegro 4
 libloadpng4.4 - PNG loading addon for Allegro 4
 libloadpng4.4-dev - development files for the PNG loading addon for
Allegro 4

  To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/allegro4.4


  Alternatively, one can download the package with dget using this command:

dget -x
http://mentors.debian.net/debian/pool/main/a/allegro4.4/allegro4.4_4.4.2-1.dsc

  Or browse the git repository:

http://anonscm.debian.org/gitweb/?p=pkg-games/allegro4.4.git


  Changes since the last upload:

  [ Andreas Rönnquist ]
  * New upstream release (Closes: #666524)
  * Set Debian Games Team as maintainer, me and Tobias as uploaders
  * Remove packages allegro-examples and allegro-demo.
  * Added dependencies - OpenGL, Ogg Vorbis, zlib and libpng
  * Added the libs included in allegro 4.4 - libloadpng, jpgalleg and
alleggl
  * Removed the Svgalib and ESD plugin libraries
  * Fixes to the cmake build system
  * Fixed lintian warnings on the allegro-config man-page
  * debian/patches/fix_format_not_string_literal_error.patch:
- Added patch to fix build errors
  * debian/patches/fix_addons_shared_linkage.patch:
- Added patch required to fix shared linkage of addons
  * debian/patches/fix_endianness_spelling.patch
- Added patch to fix spelling in the textconv binary
  * debian/patches/020_non-executable-stack.diff
- Renamed to fix_non_executable_stack.patch.
  * debian/patches/040_allegro_cfg.diff
- Renamed to add_debian_config_hints.patch.
  * Fixed linker flags

  [ Tobias Hansen ]
  * Exclude plugin libraries from dh_makeshlibs.
  * Enable OSS support.
  * Move ALSA plugin to separate package liballegro4.4-plugin-alsa.
  * Disable jack support.
  * Disable Linux console mode and remove build-dependency libsvga1-dev.
  * Rename doc package to allegro4-doc and make liballegro-doc
a transitional dummy package.
  * Update README.Debian.
  * Remove build-dependency libesd0-dev.
  * debian/control - liballegro4.4-dev:
- Remove Provides liballegro3.9.37-dev, liballegro-dev-common.
- Add Conflicts liballegro4-dev and liballegro5-dev.
- Add Provides liballegro4-dev.
  * debian/patches/020_asm_fixes.diff
- Renamed to asm_fixes.patch.
  * debian/patches/050_manpage_syntax.diff
- Removed. We can't fix every manpage syntax error anyway.
  * debian/patches/020_debug.diff
- Removed. We don't understand the purpose and if it's only about
  debugging it can't be essential.
  * debian/patches/010_autoreconf.diff
debian/patches/005_no_strip_no_export_dynamic.diff
- Removed. Obsolete after switch from autotools to cmake.
  * debian/patches/005_no_unsharable.diff
- Removed. We don't need to remove a static library and the output
  of allegro-config --libs is fine.
  * debian/patches/070_alsa_signed.diff
debian/patches/060_fix_fnstsw.diff
- Removed. Were applied upstream.
  * debian/patches/020_data_path.diff
- Removed. Not needed anymore, because the compiled examples are
  no longer packaged.


  Regards,
   Tobias Hansen



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

Bug#673344: mdadm: man page typo

2012-05-17 Thread Robert Henney
Package: mdadm
Version: 3.1.4-1+8efb9d1+squeeze1
Severity: minor

In the paragraph below from the mdadm.conf man page, I suspect the
first occurrence of "of" was meant to be "or".

|  Alternatively, a device line can contain either of both  of  the
|  words containers and partitions.  The word containers will cause
|  mdadm to look for assembled CONTAINER arrays and  included  them
|  as a source for assembling further arrays.


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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages mdadm depends on:
ii  debconf 1.5.36.1 Debian configuration management sy
ii  libc6   2.11.3-3 Embedded GNU C Library: Shared lib
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  makedev 2.3.1-89 creates device files in /dev
ii  udev164-3/dev/ and hotplug management daemo

Versions of packages mdadm recommends:
ii  exim4-daemon-light [mail 4.72-6+squeeze2 lightweight Exim MTA (v4) daemon
ii  module-init-tools3.12-2+b1   tools for managing Linux kernel mo

mdadm suggests no packages.

-- debconf information excluded



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



Bug#673264: myodbc: FTBFS in sid: mysql_real_query... no

2012-05-17 Thread Matej Vela
block 673264 by 590905
tag 673264 fixed-upstream
thanks

On Thu, May 17, 2012 at 12:56:56PM +0200, Samuel Thibault wrote:
> myodbc currently FTBFS in sid: 
>
> checking for mysql_real_query... no

The above is due to #590905:

checking for mysql_real_query... no
configure: error: Could not use the single thread MySQL client library, 
please check config.log for errors
[...]
configure:11590: gcc -o conftest -I/usr/include/mysql -DBIG_JOINS=1 
-fno-strict-aliasing -g -Wall -g -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c 
-lz  -L/usr/lib/x86_64-linux-gnu -lmysqlclient_r -lpthread -lz -lm -lrt -lssl 
-lcrypto -ldl >&5
/usr/bin/ld: cannot find -lssl
/usr/bin/ld: cannot find -lcrypto

Once that's sorted out, another problem is that my_free() changed from
having two arguments in MySQL 5.1 to one argument in 5.5.  This was
fixed in Connector/ODBC 5.1.9:



Cheers,

Matej



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



Bug#539340: Bug#673193: apt-get: should remove foreign arch packages even if arch suffix is missing

2012-05-17 Thread Carsten Hey
* David Kalnischkies [2012-05-17 14:41 +0200]:
> On Wed, May 16, 2012 at 10:16 PM, Carsten Hey  wrote:
> > apt-get should remove foreign arch packages even if arch suffix is
> > missing.
> >
> > I know that you disagree, but documenting unintuitive behaviour in the
> > BTS in a good thing and this bug report explains why your reasoning is
> > wrong.
>
> In that sentence "you(r)" is /me, just so that everyone gets who is meant.

Sorry for mixing this up.


> (i think it is unreasonable to change it after wheezy release, but
> maintainer choice…)

That changing it after the release in unreasonable is a good point.

Given the unreasonableness of a change after Wheezy's release and that
documenting possibly unintuitive behaviour in the BTS of a package with
several hundred bugs is not that sane, I think this feature request
should be closed during freeze, or, if it is clear that apt will not
be changed previously, soonish.


> No, dpkg is consistent in it's out-/input as is apt, so no bug.
> The out-/input just happens to be inconsistent between apt and dpkg.

apt's command line tools do not provide a way to list the installed
packages, so people using apt on the command line need to use for
example dpkg to do so.  synaptic users do not have this problem since it
provides a complete user interface for the usual package management
tasks, at least as long X as is not broken.

If apt would provide a list sub-command, your explanation that this is
not a bug in apt would be reasonable, nevertheless, this bug has
severity wishlist, so it is indeed not a bug but a feature request ;)


> I could invoke the "i was first" argument here, but the "better" argument
> is that dpkg only needs to specify an architecture if a M-A:same package
> is involved (and in that case it forces it) while apt has to deal with all
> packages being either native or foreign at all times, so if multiple
> architectures for a package are available it needs to know which one
> the user talks about. For convenience native is assumed by default for
> all packages …

As a result of the inconsistency between apt's and dpkg's user
interface, tools like debfoster (I CC'd the according 'please implement
multiarch' bug) need to print package names with arch suffix on foreign
architectures or its users will not always be able to remove the
displayed packages using apt-get.  It especially needs to pass the
packages arch qualified to apt-get if it invokes it itself.

If apt and dpkg would be consistent to each other, this behaviour could
be documented in the policy so that other tools could rely on it, even
in less widely used dpkg frontends.


> The logic consequence of this "bug" is through to remove the convenience
> of installing the foreign package in case no native package is available,
> not to add even more "maybe the user meant something else" logic…

Your logic seems to be different to mine, anyway, you prefer the current
behaviour over both alternatives and I prefer the current and my
preferred behaviour over what you mentioned above, thus, at least unless
someone else answers, removing the described convenience would all but
reasonable.


> It's up to frontends to guess what the user meant, apt-* usually does what
> the user said, even through the user might be wrong. I personally think that
> is better than trying to tell the program that i am not the idiot the program
> thinks i am and therefore decides to do something else instead.
> At least for a tools as low-level as apt-*.

I agree to what you wrote, but what I understand under the above does
not completely match the behaviour of apt-*, for example, on stable with
unstable sources, apt-get source apt fails and there is no non-weird way
to tell apt-get to do what it did in previous releases, except when you
look up the version number previously.  I would not ask apt-get to
download its sources on a system with only unstable source entries in
the sources.list if I did not want to get them.  apt-cache show does not
preserve the command line order in its output anymore.  We already
discussed installing essential packages automatically in the past.


> P.S.: Yeap, this no maintainer thing is by choice and i like it.

This explains a lot :)  I always wondered why you are not listed in the
uploaders field.


Regards
Carsten



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



Bug#673298: transition: openturns

2012-05-17 Thread Cyril Brulebois
Denis Barbier  (17/05/2012):
> We would like to have openturns 1.0 in wheezy. It has only one
> reverse dependency, feel++, which is in unstable only. I did not
> check whether feel++ builds fine with openturns 1.0, but am pretty
> sure that Christophe already took care of that. Openturns 1.0 has
> been uploaded into experimental, and already passed the NEW queue.
> Can you please tell me whether I can upload it into unstable?
> Thanks for your time.

Doesn't look too painful indeed, please go ahead.
 
Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#669128: fixed in upstream

2012-05-17 Thread Craig Small
tags 669128 pending
thankyou

This bug is fixed in upstream at
https://gitorious.org/procps/procps/commit/156dd0b5a3d6e8fa3126927a2ba0579f38da39a9

-- 
Craig Small VK2XLZ   http://enc.com.au/  csmall at : enc.com.au
Debian GNU/Linux http://www.debian.org/  csmall at : debian.org
GPG fingerprint: 5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5



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



Bug#673343: Please warn if a package is involved in a transition

2012-05-17 Thread Michael Biebl
Package: dput
Version: 0.9.6.3
Severity: wishlist

Hi,

the PTS has a great feature which shows if a package is involved in an
ongoing (library) transition.

Not everyone checks the PTS though before making an upload.
As a result, it happens quite often that uncoordinated uploads disrupt
ongoing transitions.

It would be great if dput could query before the upload if the package
is involved in a transition and present this information to the uploader
with the option to continue or abort (with abort being the default).

The release team tracks ongoing transitions and exports a yaml file at
http://release.debian.org/transitions/export/packages.yaml

Thanks for considering,
Michael

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

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

Versions of packages dput depends on:
ii  gnupg   1.4.12-4
ii  python  2.7.2-10

dput recommends no packages.

Versions of packages dput suggests:
ii  lintian 2.5.7
ii  mini-dinstall   
ii  openssh-client  1:5.9p1-5
ii  rsync   3.0.9-1

-- no debconf information



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



Bug#673342: ITP: ciderwebmail -- IMAP webmail service

2012-05-17 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard 

* Package name: ciderwebmail
  Version : 1.03
  Upstream Author : Stefan Seifert
* URL : http://ciderwebmail.org/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : webmail that suck less

 CiderWebmail is a modern, user friendly and maintenance free webmail
 application. It's targeted at mailserver administrators who need to
 provide web access for their user's mailboxes and individuals wanting
 to access their mailboxes via an always available web application.
 .
 It currently supports all the basic mail handling features one would
 expect from such an application:
 .
  * Listing your emails with selectable sort order and grouping.
  * Moving emails between folders and deleting using drag & drop.
  * Displaying text and HTML emails even if their code is completely
broken (which happens quite often in reality)
  * Keyboard bindings for switching through emails, moving, deleting,
replying and forwarding.
  * Reply to and forward existing emails or write new emails, add
attachments and have a copy saved in your "Sent" folder.
 .
 As an application written deep in the 21st century, CiderWebmail
 supports only IMAP mail servers.



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



Bug#673287: xserver-xorg: Crash occurs when the X process is killed.

2012-05-17 Thread Cyril Brulebois
Hi,

Anthony Campbell  (17/05/2012):
> Package: xserver-xorg
> Version: 1:7.6+13
> Severity: normal
> 
> To reproduce the crash, open any terminal (e.g. xterm) in a window
> manager (icewm, dwm, i3 for example) and execute "kill ", where
>  corresponds to the X server as identified with "ps ax". The
> result is either a frozen screen or a black screen. In either case there
> is no response to any key press or the mouse. It is no longer possible
> to ping the machine from elsewhere in the network and a hard reset is
> required.
> 
> If X is killed from a tty terminal (outside X) it terminates normally.
> 
> I have had this on two different machines, one with Nouveau and one with
> Radeon.
> 
> The crash does not occur in Stable or Testing. I made an experimental
> installation of Debian on a spare partition and upgraded first to
> Testing and then to Sid. The crash only occurs in Sid. It is therefore
> evidently due to some component of the X system bui I don't know which.

something like that?
  http://bugs.debian.org/671812
  https://bugs.freedesktop.org/show_bug.cgi?id=49598

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#667420: cancelling NMU upload

2012-05-17 Thread Georges Khaznadar
Hello Salvatore,

I uploaded a fix for this bug a few hours ago.

Best regards,   Georges.

Salvatore Bonaccorso a écrit :
> tags 667420 - pending
> thanks
> 
> Hi Georges
> 
> I'm sorry for the noise. I just not uploaded the NMU as just noticed
> the following:
> 
> E: xdrawchem source: build-depends-on-essential-package-without-using-version 
> build-depends: bash
> 
> Regards,
> Salvatore




signature.asc
Description: Digital signature


Bug#669883: Bug#670890: libgtk-3-0: Smaller tray icons don't get rendered since GTK+ 3.4 upgrade

2012-05-17 Thread Fernando Lemos
On Wed, May 16, 2012 at 12:49 AM, Fernando Lemos  wrote:
> This didn't make it in time for Gtk+ 3.4.3, which was just released.
> It was also not applied to the 3.4 branch (I just asked upstream to
> commit to the 3.4 branch as well, let's see). So you might want to
> consider backporting (it should apply cleanly). If you go that route,
> you might be interested in a fix for what seems to be a GCC 4.7
> warning[3] introduced by that commit as well.

By the way, the patches made it to the Gtk+ 3.4 branch [1,2,3], so
they should be released with 3.4.4. Not sure what your plans for
Wheezy are, but I can provide a patch to backport the changes in any
case, please let me know.

[1]: https://bugzilla.gnome.org/show_bug.cgi?id=673749#c8
[2]: 
http://git.gnome.org/browse/gtk+/commit/?h=gtk-3-4&id=375a297b2c4f9f2e61b6867e12e3b1dd151777e7
[3]: 
http://git.gnome.org/browse/gtk+/commit/?h=gtk-3-4&id=e694bd75f601d4796119b622ba2f2cd13ca86ddd

Regards,



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



Bug#663334: procps: top doesn't work with very fast (mouse clipboard) input

2012-05-17 Thread Craig Small
tags 663334 pending
thankyou
On Sat, Mar 10, 2012 at 04:35:08PM +0400, sergio wrote:
> To reproduce this bug, press some key for input details (u -- user
> filter, k -- kill or something like this) and then input details
> very-very fast. For example just inset pid or user from mouse clipborad,
> or press several keys simultaneously.
This has been fixed in the upstream repository.
https://gitorious.org/procps/procps/commit/fa21a6ca819f0f8442849552d0c499e79263ffdb

-- 
Craig Small VK2XLZ   http://enc.com.au/  csmall at : enc.com.au
Debian GNU/Linux http://www.debian.org/  csmall at : debian.org
GPG fingerprint: 5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5



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



Bug#673136: [Pkg-utopia-maintainers] Bug#673136: network manager window manager requirements

2012-05-17 Thread Michael Biebl
On 17.05.2012 23:47, micah anderson wrote:
> 
> Is Network Manager just for Gnome, or only for a certain select window
> managers? If so, then it should be more clear. 
> 
> If not, then it should simply be a little more obvious how you make it
> work without one of those window managers. Especially since it "just
> worked" before and then suddenly stopped working altogether. That is
> unless you ran one of those window managers, or were handed down some
> dark incantation that wasn't documented anywhere.
> 
> Lets not turn other window managers into second-class citizens, and
> waste a lot of people's time who choose to use other window managers. 

I don't have infinite time to test each and every possible environment
and combination. That's why I need to focus on the most important
environment(s).

Just complaining doesn't magically fix things and suggesting that I
wasted other people's time or treat them like second class citizens
really annoys me. If you read the bug report you will notice that I
invested a lot of time trying to find out what was going on.

Unless you don't offer to help, please don't demand what should be done
or not.

Thanks,
Michael

/* who is kinda pissed atm */


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#673335: /etc/xen-tools/role.d/editor - bashism and other problems

2012-05-17 Thread Axel Beckert
Hi David,

David North wrote:
> The script /etc/xen-tools/role.d/editor has a #!/bin/sh bang line, however 
> /bin/sh is linked to /bin/dash by default on squeeze and the script appears
> to have a bashism [...]

This is been already fixed with 4.2.1-1 which is in Debian Testing and
has been reported at http://bugs.debian.org/605203 already.

> Changing the bang line to invoke bash appears to fix the above problem and
> replace it with a more cosmetic one which still allows the script to work:
> 
> /etc/xen-tools/role.d/editor: line 80: logPrint: command not found

Do you still experience this issue with 4.2.1-1 from Testing? (It
should be installable on Squeeze as well.)

Regards, Axel
-- 
 ,''`.  |  Axel Beckert , http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5



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



Bug#662786: fixed in upstream

2012-05-17 Thread Craig Small
tags 662786 pending
thankyou

This bug was fixed in upstream at 
https://gitorious.org/procps/procps/commit/2fc3f15770fcbc464e80d560b8bae167fc05e957
-- 
Craig Small VK2XLZ   http://enc.com.au/  csmall at : enc.com.au
Debian GNU/Linux http://www.debian.org/  csmall at : debian.org
GPG fingerprint: 5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5



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



Bug#673341: xjdic: Hurd patch broke tty ioctl()

2012-05-17 Thread Frédéric Brière
Package: xjdic
Version: 24-8
Severity: normal

xjdic 24-8 now requires a CR after every prompt/command, which breaks
the "\" and "'" commands.

This is caused by the patch for #670884, which switched from termio to
termios only for Hurd, but replaced ioctl() with tcgetattr() for all
non-BSDs, including Linux.  This is not healthy.  :)


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

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



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



Bug#673192: systemd does not allow suspend to ram

2012-05-17 Thread Michael Biebl
On 17.05.2012 23:42, robert...@libero.it wrote:
> Dear Tollef,
> 
> using 'sudo pm-suspend' the system can suspend to ram and resume back. 
> However the standby button of kde doesn't work for some reason, and as a 
> consequence also the automatic suspend of power-management.
> 
> In addition also kpowersave don't work with systemd; the icon becomes gray 
> and no functions are available (e.g. cpu freq. profiles).
> I found that problem was related to hal and by sudoing an '/etc/init.d/hal 
> restart' kpowersave get back to work. I don't know why is not started 
> automatically since the systemd wiki states that the hal package should 
> support systemd...

You really shouldn't be using hal and kpowersave anymore. kpowersave was
already removed in squeeze and hal is not actively maintained anymore.
Please use the integrated powermanagement in KDE (which is based on upower).
Are you really sure you are using kpowersave? Which KDE version do you use?

Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#673339: [locales] es_MX has wrong decimal_point and thousands_sep

2012-05-17 Thread Jonathan Nieder
severity 673339 important
quit

Carlos C Soto wrote:

> Severity: critical

This is not critical.

[...]
> The locales for es_MX in decimal_point and thousands_sep should be
> the same as en_US:
[...]
> This command has inverted the "." and the ","

Thanks for reporting,
Jonathan



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



Bug#673334: Please add dependency on base-files >= 6.8 for /etc/os-release

2012-05-17 Thread Michael Biebl
On 18.05.2012 00:04, Josh Triplett wrote:
> Package: systemd
> Version: 44-1
> Severity: normal
> 
> base-files 6.8 ships /etc/os-release, which systemd reads and uses in
> preference to distribution-specific release files.  Please consider
> adding a versioned dependency on base-files to ensure the presence of
> /etc/os-release.
> 

I don't see why this should be necessary.

All that changes is a debug string during boot, which says "Debian
GNU/Linux" instead of "Linux".
This is a cosmetic issue at best.
I don't think this warrants a versioned depedency on base-files as
systemd runs just fine with older base-files versions.


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#673081: binutils-gold breaks ghc linking stage

2012-05-17 Thread Jonathan Nieder
Clint Adams wrote:
> On Thu, May 17, 2012 at 12:58:22PM -0500, Jonathan Nieder wrote:

>> I think it's a serious bug, but it could be fixed after the release if
>> you want.  Would it be problematic to make an upload that either
>> changes the linker used to ld.bfd or (less pleasant) adds a Breaks
>> against binutils-gold?
>
> Don't you mean that binutils-gold Breaks ghc?

Not really.  I mean that ghc Depends on !binutils-gold because its
configure script is too zealous in adopting features from the linker
it happens to be built against, but there's not any way to express
that in debian/control.

A proper long-term fix is probably to check the linker's functionality
at run time.



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



Bug#673340: psi-plus: FTBFS when building only architecture-dependent packages

2012-05-17 Thread Aaron M. Ucko
Source: psi-plus
Version: 0.15.5329-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Builds of psi-plus (notably on the autobuilders) covering only its
architecture-dependent packages are failing:

  # Fix permissions
  chmod uog-x 
/.../debian/psi-plus-skins/usr/share/psi-plus/skins/mac/native_mac/images/qcombobox.png
  chmod: cannot access 
`/.../debian/psi-plus-skins/usr/share/psi-plus/skins/mac/native_mac/images/qcombobox.png':
 No such file or directory
  make[1]: *** [override_dh_install] Error 1

Could you please conditionalize the logic in debian/rules appropriately?
I'd also suggest switching it to make more use of relative paths, but
that's a matter of style.

Thanks!



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



Bug#672876: texlive-binaries: updmap always fails

2012-05-17 Thread Norbert Preining
On Do, 17 Mai 2012, Frank Küster wrote:
> Norbert Preining  writes:
> 
> >> # updmap  --syncwithtrees
> >
> > YOu should never do that on Debian ... .never ...
> 
> There used to be a patch that disabled that action.

Which got probably lost when swithcing to the perl version ...
Nobody ported it over to perl.

Best wishes

Norbert

Norbert Preiningpreining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

SCREEB (n.)
To make the noise of a nylon anorak rubbing against a pair of corduroy
trousers.
--- Douglas Adams, The Meaning of Liff



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



Bug#673324: [libsdl1.2debian] Left/Right Joystick Axis doesn't work with some controllers

2012-05-17 Thread Sam Hocevar
tag 673324 pending
thanks

On Thu, May 17, 2012, Schrober wrote:

> I tried to use mupen64plus-input-sdl and noticed that my right/left axis 
> doesn't work anymore. It worked perfectly some months ago. The first reaction 
> was to blame the mupen64plus-input-sdl, but one of the developers told me 
> that 
> my SDL was broken and told me how to test it.

   Thanks for the report. I could reproduce it with my SixAxis and
fixed the bug properly. It'll be in the next Debian upload.

Cheers,
-- 
Sam.



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



Bug#673211: gnome-shell segfaulting

2012-05-17 Thread Daniel Leidert
Am Donnerstag, den 17.05.2012, 14:49 +0200 schrieb Daniel Leidert:
> For me gnome-shell now always segfaults after downgrading accountservice
> and libaccountservice0. What do you mean by "reinstalling gdm etc"?

Please forget this message. There was a misconfiguration on my side.
Downgrading (lib)accountservice(0) helped here too.

Regards, Daniel




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



Bug#673195: [wheezy-alpha1] unable to install grub2 or lilo onto an btrfs filesystem

2012-05-17 Thread Miguel Figueiredo

Hi,

switching to a terminal and mounting /target/proc makes grub to install 
successfully:


mount -t proc proc /target/proc

this is the same workaround as in #662086.

The installed image, when it boots, complains about fsck.btrfs not being 
available.


--
Melhores cumprimentos/Best regards,

Miguel Figueiredo
<>

Bug#673081: binutils-gold breaks ghc linking stage

2012-05-17 Thread Jonathan Nieder
Dear release team,

Joachim Breitner wrote[1]:

> I’d rather like to be able to transition the current set of Haskell
> packages to testing first and then, if there is time before the freeze,
> tackle this bug. For that, the severity needs to be lowered, though, as
> otherwise nothing will migrate.

I believe this is a reasonable request, but that playing with
severities is not the right way to bring it about.  Could you please
make the appropriate hints (and consider whether this should be
wheezy-ignore while at it)?

Thanks,
Jonathan

[1] http://bugs.debian.org/673081



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



Bug#673136: network manager window manager requirements

2012-05-17 Thread micah anderson

Is Network Manager just for Gnome, or only for a certain select window
managers? If so, then it should be more clear. 

If not, then it should simply be a little more obvious how you make it
work without one of those window managers. Especially since it "just
worked" before and then suddenly stopped working altogether. That is
unless you ran one of those window managers, or were handed down some
dark incantation that wasn't documented anywhere.

Lets not turn other window managers into second-class citizens, and
waste a lot of people's time who choose to use other window managers. 

micah


-- 




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



Bug#673081: binutils-gold breaks ghc linking stage

2012-05-17 Thread Clint Adams
On Thu, May 17, 2012 at 12:58:22PM -0500, Jonathan Nieder wrote:
> I think it's a serious bug, but it could be fixed after the release if
> you want.  Would it be problematic to make an upload that either
> changes the linker used to ld.bfd or (less pleasant) adds a Breaks
> against binutils-gold?

Don't you mean that binutils-gold Breaks ghc?



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



Bug#672992: kmail: Mailing lists are not resolved

2012-05-17 Thread Markus Huber
Try this set of commands and relogin into KDE:

akonadictl stop
qdbus org.kde.NepomukServer /nepomukserver quit
kbuildsycoca4 --noincremental
rm ~/.kde/share/apps/nepomuk/repository/main/data/virtuosobackend/*
nepomukservicestub nepomukstorage
akonadictl start

Source of information:
http://socceroosd.blogspot.com/2010/02/kubuntu-karmic-kde-44-and-nepomuk.html

Also make sure in your KDE systemsettings that the nepomuk service is 
activated.

I had the same problem when using KDE 4.4 but since KDE 4.7 it never occured 
again.

Regards,
Markus Huber



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



Bug#668335: [procps] "signal 11 (SEGV) was caught by top" for top -p "doesnt-exist" (unknown process)

2012-05-17 Thread Craig Small
tags 668335 pending
thankyou
On Wed, Apr 11, 2012 at 01:43:21AM -0400, Filipus Klutiero wrote:
> top -p foo works if foo is the PID of an existing process. If not,
> top segfaults just when it launches (the headers are printed, but
> it's otherwise immediate):
Hello Filipus,
  This has been fixed in the upstream repository.
https://gitorious.org/procps/procps/commit/cd253e0dc6ee899cc3ec74c72dc032b7c89f65b3

Thankyou for reporting the bug.

 - Craig
-- 
Craig Small VK2XLZ   http://enc.com.au/  csmall at : enc.com.au
Debian GNU/Linux http://www.debian.org/  csmall at : debian.org
GPG fingerprint: 5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5



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



Bug#651213: Fixed in pending 3.3.3

2012-05-17 Thread Craig Small
merge 651213 651863
tags 651213 pending
thankyou

procps uopstream commit now has a way of handling old toprc files, found
at
https://gitorious.org/procps/procps/commit/4b987331323fe7b0d8a8566c33b786682acf12c9
-- 
Craig Small VK2XLZ   http://enc.com.au/  csmall at : enc.com.au
Debian GNU/Linux http://www.debian.org/  csmall at : debian.org
GPG fingerprint: 5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5



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



Bug#650864: fixed in upstream

2012-05-17 Thread Craig Small
tags 650864 pending
thankyou

This is fixed in upstream with commit
https://gitorious.org/procps/procps/commit/39243fe3063fbbfb8aab76ee56162a02c583
-- 
Craig Small VK2XLZ   http://enc.com.au/  csmall at : enc.com.au
Debian GNU/Linux http://www.debian.org/  csmall at : debian.org
GPG fingerprint: 5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5



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



Bug#590905: libmysqld-dev: Missing dependency or wrong flags in mysql_config

2012-05-17 Thread Matej Vela
# causes multiple packages to FTBFS
severity 590905 serious
block 672619 by 590905
block 672824 by 590905
block 673262 by 590905 # also a runaway regexp here
block 673263 by 590905
thanks

On Sun, May 13, 2012 at 06:29:33PM -0700, Russ Allbery wrote:
> Miguel A. Colón Vélez  writes:
>
>> Adding a build dependency to libssl-dev solves the FTBFS but
>> libmysqlclient-dev should probably be the one depending on libssl-dev.
>
> It should probably just be omitting all that stuff from its library
> configuration and relying on transitive library dependencies.

Yes, mysql_config should definitely omit most everything except for
-lmysqlclient.  There was a long mail about this a while ago...  Ah,
here it is:



Cheers,

Matej



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



Bug#583273: libsane-hpaio: duplex option descriptor uninitialized

2012-05-17 Thread Matej Vela
retitle 583273 libsane-hpaio: duplex option descriptor uninitialized
reassign 583273 hplip/3.12.2-1
tag 583273 patch upstream
thanks

On Thu, May 17, 2012 at 10:17:30PM +0400, Андрей Парамонов wrote:
> 2012/5/17 Matej Vela :
>> Andrey, can you try rebuilding libsane-hpaio with the patch below?  Or I can
>> put together an (unofficial) package -- just let me know which dist/arch.
>>
>> This is what seems to be happening:
>>
>> (1) hplip-3.12.2/scan/sane/hpaio.c (sane_hpaio_open) initializes the option
>>    descriptor array with zeros.  Most descriptors are later given actual
>>    values (hpaioSetupOptions), but OPTION_DUPLEX (index 10) is initialized
>>    only if duplex is active; if not, its .size is left as 0.
>>
>> (2) gnome-scan-0.6.2/modules/gsane-scanner.c (gss_option_get_value_by_index)
>>    fetches the duplex option descriptor, and passes its .size without
>>    checking to g_malloc0.  For a size of 0, g_malloc0 is defined to return
>>    NULL.  This is again passed without checking to sane_control_option,
>>    which segfaults as soon as it tries to store the return value there.
>>
>> It's a given that gnome-scan would be better off with more sanity checks,
>> but I think the right thing to do is for libsane-hpaio to initialize the
>> OPTION_DUPLEX descriptor unconditionally, to ensure that the return value
>> from sane_get_option_descriptor is valid for all callers.
>>
>> (I haven't worked with SANE before, and don't have a scanner to test with,
>> so take all this with a large grain of salt. :-)
>
> I've checked your patch and it works! Flegita appears to be really
> nice program ;-)

Great, let's reassign it then.  Dear hplip maintainers, please let me
know if there's anything I can help with further.

Cheers,

Matej



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



Bug#673339: [locales] es_MX has wrong decimal_point and thousands_sep

2012-05-17 Thread Carlos C Soto

Package: locales
Version: 2.13-32
Severity: critical
Tags: l10n

--- Please enter the report below this line. ---
The locales for es_MX in decimal_point and thousands_sep should be the same as 
en_US:


$ LANG=en_US locale -k LC_NUMERIC LC_MONETARY | grep -e decimal_point -e 
thousands_sep

decimal_point="."
thousands_sep=","
mon_decimal_point="."
mon_thousands_sep=","

$ LANG=es_MX locale -k LC_NUMERIC LC_MONETARY | grep -e decimal_point -e 
thousands_sep

decimal_point=","
thousands_sep="."
mon_decimal_point="."
mon_thousands_sep=","

This command has inverted the "." and the ","

I think that the problem is in /usr/share/i18n/locales/es_MX. It could have 
missing the variables decimal_point and mon_thousands_sep

The en_US file does have this variables and es_MX does not.

$ grep -e decimal_point -e thousands_sep /usr/share/i18n/locales/es_MX
mon_decimal_point""
mon_thousands_sep""

$ grep -e decimal_point -e thousands_sep /usr/share/i18n/locales/en_US
mon_decimal_point   ""
mon_thousands_sep   ""
decimal_point   ""
thousands_sep   ""

Thanks for your support!

I'm using Debian Wheezy with unstable Pin-priority 200

More information about locales package:

$ apt-cache madison locales
   locales |2.13-32 | http://ftp.debian.org/debian/ unstable/main amd64 
Packages

   locales |2.13-32 | http://ftp.debian.org/debian/ testing/main amd64 
Packages
eglibc |2.13-31 | http://ftp.debian.org/debian/ unstable/main Sources
eglibc |2.13-32 | http://ftp.debian.org/debian/ unstable/main Sources

$ apt-cache policy locales
locales:
  Instalados: 2.13-32
  Candidato:  2.13-32
  Tabla de versión:
 *** 2.13-32 0
200 http://ftp.debian.org/debian/ unstable/main amd64 Packages
990 http://ftp.debian.org/debian/ testing/main amd64 Packages
100 /var/lib/dpkg/status

--- System information. ---
Architecture: amd64
Kernel: Linux 3.2.0-2-amd64

Debian Release: wheezy/sid
990 testing security.debian.org
990 testing ftp.debian.org
990 testing debian-multimedia.org
990 squeeze-backports backports.debian.org
500 testing-proposed-updates ftp.debian.org
500 stable dl.google.com
200 unstable ftp.debian.org

--- Package information. ---
Depends (Version) | Installed
===-+-===
glibc-2.13-1 |
debconf (>= 0.5) | 1.5.43
OR debconf-2.0 |


Package's Recommends field is empty.

Package's Suggests field is empty.






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



Bug#673337: Subject: zenmap install should use DESTDIR instead of modifying prefix

2012-05-17 Thread David Fifield
Package: nmap
Version: 5.51.6
Severity: minor
Tags: patch

The installation step should use DESTDIR, and not change the value of
prefix to something different than was used at the build step. This
would make a later sed command to remove the bogus prefix unnecessary.

This is somewhat related to #663217, in which a directory under /tmp was
written into a script file because prefix was changed rather than
DESTDIR.

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

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/debian/rules b/debian/rules
index 236313c..8940926 100644
--- a/debian/rules
+++ b/debian/rules
@@ -57,8 +57,7 @@ install: build
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	$(MAKE) prefix=`pwd`/debian/tmp/usr install
-	find debian/tmp/usr/lib/python* -type f | xargs sed -i "s:`pwd`/debian/tmp::g"
+	$(MAKE) DESTDIR=`pwd`/debian/tmp install
 	rm debian/tmp/usr/bin/uninstall_zenmap
 
 # This single target is used to build all the packages, all at once, or


Bug#673338: vlc: Ogg duration is shown in the playlist only when the file is being played

2012-05-17 Thread Vincent Lefevre
Package: vlc
Version: 2.0.1-4+b2
Severity: minor

For ogg files, the duration is shown in the playlist only when the file
is being played; it disappears as soon as another file is played. MP3
files do not have this problem.

There was no such problem with VLC 1.x.

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

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

Versions of packages vlc depends on:
ii  libaa11.4p5-39
ii  libavcodec53  6:0.8.2-2
ii  libavutil51   6:0.8.2-2
ii  libc6 2.13-32
ii  libfreetype6  2.4.9-1
ii  libfribidi0   0.19.2-3
ii  libgcc1   1:4.7.0-8
ii  libgl1-mesa-glx [libgl1]  8.0.2-2
ii  libice6   2:1.0.8-2
ii  libqtcore44:4.8.1-1
ii  libqtgui4 4:4.8.1-1
ii  libsdl-image1.2   1.2.12-2
ii  libsdl1.2debian   1.2.15-3
ii  libsm62:1.2.1-2
ii  libstdc++64.7.0-8
ii  libtar0   1.2.11-8
ii  libva-x11-1   1.0.15-4
ii  libva11.0.15-4
ii  libvlccore5   2.0.1-4+b2
ii  libx11-6  2:1.4.99.901-2
ii  libxcb-composite0 1.8.1-1
ii  libxcb-keysyms1   0.3.8-1
ii  libxcb-randr0 1.8.1-1
ii  libxcb-render01.8.1-1
ii  libxcb-shape0 1.8.1-1
ii  libxcb-shm0   1.8.1-1
ii  libxcb-xfixes01.8.1-1
ii  libxcb-xv01.8.1-1
ii  libxcb1   1.8.1-1
ii  libxext6  2:1.3.1-2
ii  libxinerama1  2:1.1.2-1
ii  libxpm4   1:3.5.10-1
ii  ttf-freefont  20100919-1
ii  vlc-nox   2.0.1-4+b2
ii  zlib1g1:1.2.7.dfsg-1

Versions of packages vlc recommends:
ii  vlc-plugin-notify  
ii  vlc-plugin-pulse   2.0.1-4+b2
ii  xdg-utils  1.1.0~rc1+git20111210-6

Versions of packages vlc suggests:
ii  videolan-doc  20070626-1

-- no debconf information



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



Bug#673336: sonata: KDE launch fails to connect to mpd on local socket

2012-05-17 Thread Jonathan Lane
Package: sonata
Version: 1.6.2.1-5
Severity: normal

Dear Maintainer,

I have mpd configured to run as my own user account, running on a local
socket within $HOME.  When I launch Sonata from a terminal, or from a 
window manager's built in launch feature (Window Maker and e17, 
specifically), it connects properly.  When launched from KDE's "Kickoff"
start menu or its equivalent of the window managers' run dialogues, 
Sonata fails to connect, and even selecting the default connection 
profile through the right-click menu, which works in every other window
manager I've tried, does not work in KDE, even with the "--profile=1" 
flag.  When I launch Sonata from Konsole within KDE, it still works 
properly.  This bug is filed against Sonata because it appears to be
inheriting its profiles incorrectly.

Jonathan Lane


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

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
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 sonata depends on:
ii  python   2.7.2-10
ii  python-dbus  0.84.0-3
ii  python-gtk2  2.24.0-3
ii  python-mpd   0.3.0-4
ii  python2.62.6.7-4
ii  python2.72.7.3~rc2-2.1

Versions of packages sonata recommends:
ii  python-eggtrayicon  2.25.3-11
ii  python-tagpy0.94.8-3+b1

Versions of packages sonata suggests:
pn  python-mmkeys  

-- no debconf information



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



  1   2   3   4   >