Bug#620795: emacs23 does actually FTBFS on i386 now

2011-07-08 Thread Sven Joachim
tags 620795 + patch
thanks

For the record, here is the patch that has been applied in Ubuntu
already.  It seems to work (building right now).

Sven

Index: emacs23-23.3+1/lib-src/Makefile.in
===
--- emacs23-23.3+1.orig/lib-src/Makefile.in
+++ emacs23-23.3+1/lib-src/Makefile.in
@@ -141,6 +141,9 @@
 # == start of cpp stuff ===
 /* From here on, comments must be done in C syntax.  */
 
+/* Make sure a built-in define doesn't break our multiarch include path! */
+#undef i386
+
 #define THIS_IS_MAKEFILE
 #define NOT_C_CODE
 #include "../src/config.h"
Index: emacs23-23.3+1/src/Makefile.in
===
--- emacs23-23.3+1.orig/src/Makefile.in
+++ emacs23-23.3+1/src/Makefile.in
@@ -73,6 +73,9 @@
 # == start of cpp stuff ===
 /* From here on, comments must be done in C syntax.  */
 
+/* Make sure a built-in define doesn't break our multiarch include path! */
+#undef i386
+
 C_SWITCH_SYSTEM=
 
 /* just to be sure the sh is used */


Bug#633054: mdadm: /run transition: Please switch use of /lib/init/rw to /run

2011-07-08 Thread Michael Biebl
This bug is primarily about the usage of /lib/init/rw in the sysv init script,
specifically debian/mdadm-raid:

for dir in /lib/init/rw /dev/shm /dev; do
  statedir=$dir/.mdadm
  test -d $statedir && STATEDIR=$statedir && break
  test -w $dir || continue
  mkdir $statedir || continue
  STATEDIR=$statedir
  break
done

I'd say this can be vastly simpliefied now, and you can just use /run/mdadm as
STATEDIR.

Updating the mdadm sources to use /run/mdadm instead of /dev/.mdadm is most
likely more work and can be deferred to a later upload.

Our primary concern here is getting rid of /lib/init/rw.

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#620795: emacs23 does actually FTBFS on i386 now

2011-07-08 Thread Sven Joachim
severity 620795 serious
tags 620795 + wheezy sid
thanks

After the latest dbus upload I'm seeing this error:

,
| gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H  -I. 
-I/usr/local/src/deb-src/emacs23/emacs23-23.3+1/debian/build-x/src 
-D_BSD_SOURCE -pthread -I/usr/include/atk-1.0 -I/usr/include/pixman-1 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 
-I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 
-I/usr/include/freetype2 -I/usr/include/alsa -pthread -I/usr/include/pixman-1 
-I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 
-I/usr/include/freetype2 -I/usr/include/dbus-1.0 -I/usr/lib/1 
-linux-gnu/dbus-1.0/include -DORBIT2=1 -pthread -I/usr/include/gconf/2 
-I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-DDEBIAN -g -O2 -I/usr/include/freetype2 -MMD -MF deps/dbusbind.d dbusbind.c
| In file included from dbusbind.c:24:0:
| /usr/include/dbus-1.0/dbus/dbus.h:29:33: fatal error: dbus/dbus-arch-deps.h: 
No such file or directory
`

Note the mangled "-I/usr/lib/1 -linux-gnu/dbus-1.0/include".

Cheers,
   Sven




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



Bug#633132: ekiga-dbg: uninstallable (libpt2.6.7-dbg disappeared)

2011-07-08 Thread Mark Purcell
On Fri, 2011-07-08 at 20:13 +0100, Adam D. Barratt wrote:
> On Fri, 2011-07-08 at 20:49 +0200, Julien Cristau wrote:
> > apparently the latest ptlib upload decided to drop its -dbg package, but
> > ekiga-dbg still depends on it.  Please fix asap.
> 
> Specifically, it looks like you want to be depending on libpt-dbg now.

Eugen, Kilian,

My doing, I have dropped the version in the package name, as one will
only want to install one libpt-dbg at a time. With the ekiga packaging
you won't have to make a sourceful change every time ptlib changes API.

This is the same as was done earlier with libopal-dbg (#586141).

Mark




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



Bug#628237: 628...@bugs.debian.org

2011-07-08 Thread Thomas Krichel

  Jamie McClelland  writes

> I can confirm the experience of JPPO: upgrading solves the problem.

  I wish I could. I can't. I installed slapd very recently, maybe a
  week ago. Now I can't even get rid it, to start with a clean sheet.

| root@wotan:~# aptitude purge slapd
| The following packages will be REMOVED:
|   slapd{p}
| 0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
| Need to get 0 B of archives. After unpacking 4,162 kB will be freed.
| Do you want to continue? [Y/n/?] y
| Traceback (most recent call last):
|   File "/usr/bin/apt-listchanges", line 229, in 
| main()
|   File "/usr/bin/apt-listchanges", line 44, in main
| apt_pkg.InitSystem()
| AttributeError: 'module' object has no attribute 'InitSystem'
  
  This error appear on all my aptitude calls on that server. 

| (Reading database ... 92088 files and directories currently installed.)
| Removing slapd ...
| sed: can't read /etc/ldap/slapd.d/cn=config.ldif: No such file or directory
| invoke-rc.d: initscript slapd, action "stop" failed.
| dpkg: error processing slapd (--purge):
|  subprocess installed pre-removal script returned error exit status 2
| configured to not write apport reports
| Backing up /etc/ldap/slapd.d in 
/var/backups/slapd-... done.
| grep: /etc/ldap/slapd.d/cn=config/olcDatabase*: No such file or directory
| sed: can't read /etc/ldap/slapd.d/cn=config.ldif: No such file or directory
| invoke-rc.d: initscript slapd, action "start" failed.
| dpkg: error while cleaning up:
|  subprocess installed post-installation script returned error exit status 2
| Errors were encountered while processing:
|  slapd
| 

  The version is 2.4.25-1+b1, as seen here 

| root@wotan:~# aptitude reinstall slapd
| The following packages will be REINSTALLED:
|   slapd
| 0 packages upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not 
upgraded.
| Need to get 0 B of archives. After unpacking 0 B will be used.
| Traceback (most recent call last):
|   File "/usr/bin/apt-listchanges", line 229, in 
| main()
|   File "/usr/bin/apt-listchanges", line 44, in main
| apt_pkg.InitSystem()
| AttributeError: 'module' object has no attribute 'InitSystem'
| Setting up slapd (2.4.25-1+b1) ...
|   Creating initial configuration... mkdir: cannot create directory 
`/etc/ldap/slapd.d': File exists
| dpkg: error processing slapd (--configure):
|  subprocess installed post-installation script returned error exit status 1
| configured to not write apport reports
|   Errors were encountered while 
processing:
|  slapd
| 

  I tried manually removing the mkdir instruction from /var/lib/dpkg/info/slapd*
  but that does not help either. 

  I would be happy to give anybody access to the machine to 
  figure out what is wrong, just send me your public key. 

  Cheers,

  Thomas Krichelhttp://openlib.org/home/krichel
  http://authorprofile.org/pkr1
   skype: thomaskrichel



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



Bug#558749: webalizer: Any news on this?

2011-07-08 Thread Christian Lerrahn
Package: webalizer
Version: 2.01.10-32.7
Severity: important

This is a really annoying bug even if you don't care about the actual figures.
It makes the rendered HTML very wide and thus scrolling sideways might become
necessary for other sections.

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

Kernel: Linux 2.6.26-2-xen-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages webalizer depends on:
ii  debconf [debconf-2.0] 1.5.36.1   Debian configuration management sy
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libdb4.8  4.8.30-2   Berkeley v4.8 Database Libraries [
ii  libgd2-xpm2.0.36~rc1~dfsg-5  GD Graphics Library version 2
ii  libgeoip1 1.4.7~beta6+dfsg-1 A non-DNS IP-to-country resolver l
ii  libpng12-01.2.44-1   PNG library - runtime
ii  zlib1g1:1.2.3.4.dfsg-3   compression library - runtime

webalizer recommends no packages.

Versions of packages webalizer suggests:
ii  apache2-mpm-prefork [h 2.2.16-6+squeeze1 Apache HTTP Server - traditional n

-- 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#633119: option to clean-up/unpaper on save (in the background)

2011-07-08 Thread martin f krafft
also sprach Jeffrey Ratcliffe  [2011.07.08.2231 +0200]:
> You can already run unpaper as part of the scan process. Is this not
> better, as it allows you to see the result before saving?
> 
> I find unpaper occasionally removes parts of the image that I wanted to keep.

Yeah, same.

Otoh, I would really like to be able to use gscan2pdf to scan the
next document while it's processing the previous document with
unpaper.

Maybe making it multi-window would do it?

-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
will kill for oil!


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#633156: ckermit: CKermit 9.0 with DFSG-compliant license

2011-07-08 Thread Jonathan Lane
Package: ckermit
Version: 211-15
Severity: wishlist

Columbia cancelled the Kermit project, but they left one heck of a
parting gift.  CKermit 9.0 is out, and has a revised 3-clause BSD
license that (I believe) is DFSG-compatible.  New features, new version
number, new license.  Here's the source tarball:

ftp://kermit.columbia.edu/kermit/archives/cku300.tar.gz



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

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

Versions of packages ckermit depends on:
ii  debconf [debconf-2.0]   1.5.40   Debian configuration management sy
ii  libc6   2.13-7   Embedded GNU C Library: Shared lib
ii  libncurses5 5.9-1shared libraries for terminal hand
ii  libpam0g1.1.3-1  Pluggable Authentication Modules l
ii  libsocks4   4.3.beta2-16 SOCKS libraries

Versions of packages ckermit recommends:
ii  inetutils-inetd [inet-superse 2:1.8-3internet super server
ii  openssh-client [ssh-client]   1:5.5p1-6  secure shell (SSH) client, for sec

ckermit 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#631945: debian-kernel Bug#631945

2011-07-08 Thread 00bormoj
I had the same problem when I upgraded to 2.6.38 vanilla (and
currently at 2.6.39.1), but I can't remember what the last successful
version was (probably greater than 2.6.32). My syslog was full of the
WARN_ON trace from sch_hfsc.c:1427.

I looked back through the history for sch_hfsc.c (see
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=history;f=net/sched/sch_hfsc.c;hb=HEAD)
and "net/sched/sch_hfsc.c: initialize parent's cl_cfmin properly in
init_vf()" stood out as modifying related code
(http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3b2eb6131e2f6ff646abb0fc69648179b8b70216).
I did not make any serious attempt to understand the change and I did
not do a bisect (sorry!), but I have been running with this patch
removed for 48 hours without any errors.

The block of code modified by the patch looks exactly the same in
init_vf() and update_vf(), but the patch only modifies one of them. Is
that correct?

Sorry in advance if I'm just adding noise to the problem.

Below is a brief section of my tc configuration. It honestly might be
pretty wrong, but I think I copied the general idea from OpenWrt.

 rate=2000; ratedown=12800; boost=4000; boost_time=20s; iface=eth1

 ifconfig $iface up txqueuelen 5

 tc filter add dev $iface parent : protocol ip u32 match u32 0 0
police rate ${ratedown}kbit burst 200k drop flowid :1

 ul="ul m1 ${boost}kbit d ${boost_time} m2 ${rate}kbit"
 tc qdisc add dev $iface root handle 1: hfsc default 12
 tc class add dev $iface parent 1: classid 1:1 hfsc sc rate ${rate}kbit $ul

 tc class add dev $iface parent 1:1 classid 1:10 hfsc sc umax 1500b
dmax 10ms rate $(($rate*15/100))kbit $ul
 tc class add dev $iface parent 1:1 classid 1:11 hfsc sc umax 1500b
dmax 20ms rate $(($rate*25/100))kbit $ul
 tc class add dev $iface parent 1:1 classid 1:12 hfsc sc umax 1500b
dmax 250ms rate $(($rate*50/100))kbit $ul
 tc class add dev $iface parent 1:1 classid 1:13 hfsc sc umax 1500b
dmax 900ms rate $(($rate*10/100))kbit $ul

 tc qdisc add dev $iface parent 1:10 handle 10: sfq perturb 4
 tc qdisc add dev $iface parent 1:11 handle 11: sfq perturb 4
 tc qdisc add dev $iface parent 1:12 handle 12: sfq perturb 4
 tc qdisc add dev $iface parent 1:13 handle 13: sfq perturb 4

 tc filter add dev $iface parent 1: prio 1 protocol ip u32 match mark
0x1 0xff flowid 1:10
 tc filter add dev $iface parent 1: prio 2 protocol ip u32 match mark
0x2 0xff flowid 1:11
 tc filter add dev $iface parent 1: prio 3 protocol ip u32 match mark
0x3 0xff flowid 1:12
 tc filter add dev $iface parent 1: prio 4 protocol ip u32 match mark
0x4 0xff flowid 1:13



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



Bug#633155: Mixed IP/name-based access control can be bypassed (CVE-2011-2500)

2011-07-08 Thread Ben Hutchings
Package: nfs-kernel-server
Version: 1:1.2.3-3
Severity: grave
Tags: patch

>From :
> A security flaw was found in the way nfs-utils performed authentication
> of an incoming request, when an IP based authentication mechanism was used
> and certain file systems were exported to either to a netgroup or a wildcard
> (e.g. *.my.domain), and some file systems (either the same or different to
> the first set) were exported to specific hosts, IP addresses, or a subnet.
> A remote attacker, able to create global DNS entries could use this flaw
> to access above listed, exported file systems.
> 
> References:
> [1] https://bugzilla.novell.com/show_bug.cgi?id=701702
> [2] http://www.openwall.com/lists/oss-security/2011/06/27/7
> (CVE Request)
> 
> Relevant upstream patch:
> [3] http://marc.info/?l=linux-nfs&m=130875695821953&w=2

This bug appears to have been introduced in upstream version 1.2.3-rc4
and therefore should not affect squeeze or lenny.

Ben.

-- System Information:
Debian Release: wheezy/sid
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'oldstable-proposed-updates'), 
(500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (x86_64)

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



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



Bug#633154: Please add Ruben Molina as a Debian Maintainer

2011-07-08 Thread Ruben Molina
Package: debian-maintainers

Please add my key to the DM keyring (jetring changeset attached).

Thanks,
Ruben
Comment: Add Ruben Molina as a Debian Maintainer
Recommended-By: 
  Charles Plessy ,
  Muammar El Khatib 
Agreement: 
  http://lists.debian.org/debian-newmaint/2011/07/msg1.html
Advocates:
  http://lists.debian.org/debian-newmaint/2011/07/msg3.html,
  http://lists.debian.org/debian-newmaint/2011/07/msg5.html
Date: Fri, 08 Jul 2011 21:22:45 -0500
Action: import
Data: 
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1.4.11 (GNU/Linux)
  
  mQINBEuk9owBEADw6JGximC7QAYDa5yfuqlSCLudfCL9yLKXcH2B2KGUNPmY0f+b
  jfTFawtnll34tIq9ojxXSqxPRtZOPbSpBxc6+aJBaaFl724lWb5HN5eUCXnu3Cl6
  CfNhdBAurZLo1cBHawo+SgD3MVpqrePogYrYvYgSV6mhjTON4KUjIRjB69exsxse
  r1hjqfxIsVQrI5Sn4AOmQhtYtESzo4jI7Zmj8Oshyv2e+0MHy/iRWg/OCTzOVCJB
  JdRauEwdLht9PtaufOaRhOUH3OA4UDlHC4YiZARi1/1eo7QE0FVKYpKRK1vOh1DG
  S97yeGju1KopaMm9EWC1H6JT9/sT0OF9qIKJApfFSobMfB5LOcqY6zibZ2O1cgk0
  O0k/ZbXP+tyZkXO/83uA8d1eUmjVCO3eC2Rtv8lhTH/gzIAlQvOaNfhyq48gi13F
  A31wNcJah1NzRjaWZoRhoFL3j0+4S6Pm/0jOMJ3Cal7pxJKU+e8c0CBLUCiASOOL
  zCzLcDBT275NdXX0a4aUe8oZl4sgqrRH7ew8RrRDshl8htNoPNDVjzR9pDMBUKJ6
  MeNcoBWvw0jruEkHj4P9E6DKhIJ6QRMlcxRNQXBpbmdI3wETQe8J4W4spjnaFToC
  E9a13W+Hs1J8X6zBPn3iW9luH3SLrOtXoyYKZNS2HjaMX45PXIkCW608pQARAQAB
  tCJSdWJlbiBNb2xpbmEgPHJtb2xpbmFAdWRlYS5lZHUuY28+iQI9BBMBCAAnBQJL
  pPaMAhsDBQkSzAMABQsJCAcDBRUKCQgLBRYCAwEAAh4BAheAAAoJEKSpbER5li5A
  iQ0P/1YB45GbCVSjHHADjW8UTukJW4nT4OPMVfM5/BJHADx97BN+KkrnqLBUzONX
  X9g+koNKWLijpkW+3uJoUWWmKuT4W/3Gqzw9ZNwvtibrCmm1ijlA0zh+kT2bqS1i
  0Na+nRFo+IXVDc1KiUFp+eY7hxmNtIPoQHCdokPVFKMmJ6GfkTTYZ3nQ1gTxM7M9
  sp1tVcWabtE50+vSelhE7gxt0M/sPiHuudoQi5Hyu70FUd30nTsYXiuCQhFSCVzA
  jCJIBU0x1NiFgIu/WfgnEzJ7Gdpo4TAQAOplE/vmnqB3A34irx6IFh0sTpcd0LxJ
  C+OofXi+2l03PEfsm4qcPnKaaBxfBA4lIQ71GzjlMgu4NFjtRiuO68tbThDjC6lF
  o2c5Tz2tQY5uqDW4+WHBjWzvESyBS5uF2qKZXDp7+T6mpUnr3+YqaN+niQkMk6oe
  IW080aDpGPdE4ce6sl3HvQVsgi6kj3AtdxcxWpSOYMfpEp1W2CXxfa0XbNvGlp4Z
  oBYAzAWB9nERx88+/tsjYu8ZkH5zMCdBwvJMDaYYBM2/qKbIw3PaXgzpUf2VtuJZ
  KnS4XSbifQqufmSBcgdrir5E09zD9JNXTVZ91YfuEK5xhejes3F2uza4HROfl9qT
  hu8Jee2acTCkAUtlltOk67oVMSVR2l+bS8HIdE5+emU9ckG3iEYEEBEIAAYFAkuk
  +/MACgkQ82UGAN7z9wBvYQCaA+6YJ6r+aM2WALTGdNZ9BDzu+eQAnjWhjfKeV0Nc
  Q2p9M6Wjji9mOeVauQINBEuk9owBEAD1XXJ10L6bfeb5XnjcagNy6Xs04jJln9eE
  i7Ru3qlbNDCZEwiePbi082OcO6nTCWFJ/ufqq8WGjZfiUUV/jE4jebGdEYBZ7Uzx
  ZHxvwPfnPSrLiV5Sx5BzizIPak4MNuA9n6hjoX5VPn2CpY7iVKCQXY5Kxlvo93CN
  F9zXrIAbhas9AQtZz9aKesvG0JVDdjt9R57/LbZoO/1YepNpzHqzs1ugnapVArdF
  BXmLvby08ItJvRnZVt8G3E/y/2KabLP+xpoBqJyvSpZYUrljSdhN0AEvRnCh66H6
  28Om3tvbANdz+THHTUbYMhcUUSNlxSVZPhuH8USNxu4iFMJ7s5EIYtLRkBYejA2b
  wMZnMNueCLTYy72SnbPgfNzFdo3NpDchljSwxG2WzSXUS+zqXTHWRV99ERi3n/KT
  8wYqsCtp5PTIow+mqbFxq+zMlCpESYzKmZ/xqFigmQizbVpeYYVi2eKjnFCbOyuV
  v/G5GH4HBvGqdrMR4Gwe56tCRPBh615cI9uLL2hY0RulwHQXns8KkeZvEP7XOcq8
  mMWAkbF3oBlTXgxnGFgrUM5kxPUZA+l5tk3RnYCXsbfpq0B1fNO/h9FtzfMQ2ihe
  FugIZhJw+NqM5wsWH0nf2uCVLJbhETS7UipgDsMprxkJLKTgmsCRotFbxnfapDl+
  +8ibM8r7AQARAQABiQIlBBgBCAAPBQJLpPaMAhsMBQkSzAMAAAoJEKSpbER5li5A
  mvEP/19KQy1WkzW4CA40hmJ3KgrzvwcdxTt+W26Rp2rqPYAu9TpcnJ+PeogJlOpX
  cbNNlOzD0TLOSpsPc8eE93ERPvFXHC+ZdxlMcKB0k3S5SJuu3Qk4Wk9wGMuLd5vm
  51wc3f/ZUcrBh3QdRV50f8MHQ64ANW3rPcCPartSLkStkTTC2mddNgI/l9gqKVTI
  TINMI/F23VE9kYDjfzjQH4zGlPb+FMyDFqakoeEdNcjxVa3KFpOuBBCB/mYKnc/X
  smLlewoXWxeYN/OQQf8Sso8FUS7m/HGWgTjXDcWl7H2Xv84euObXs3orkqxRQKZu
  oSKhHrmnwIo/9vZEkM0fzYeiS1EcnIZRwLro6smYXMqpUgWqWrCM0dBmYecMTtt3
  r00Tu75fZSbSgn5KlLd4NxstmrFkIy27KnPQH6xX3ENjQS8KSAKFbwT7pC1EFNHP
  kpHk//EwMbmYvN1gX8QEbtfnOYpfZb/bKZrujbKFWz5YpAnw3uOIn6zAiNlL7FWj
  JJhcosf0sIFtxXf154fxiqMN/ZmIZ7CFZKmJplAVe75wlC1IxxHgcfcVTHU7pwY5
  Gh8bjcq1A4osqgfPSuHRDHVygoh8fB8aowxVDr+tpHcEjSn9CrWdYuba539RBFdu
  N8Bku9KzkYZRE8OPtFz4j8BDluzz1FF3vuXgKcOituFMAqAt
  =HR8+
  -END PGP PUBLIC KEY BLOCK-



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


Bug#633153: /run transition: Please switch use of /lib/init/rw to /run

2011-07-08 Thread Michael Biebl
Package: console-setup
Version: 1.73
Severity: important
User: rle...@debian.org
Usertags: run-transition

Your package is currently using /lib/init/rw/ which is now deprecated
and pending removal.  Please update your package to use /run/ with a
versioned dependency on initscripts, as detailed below.

An overview of the /run transition and its current progress is
available at http://wiki.debian.org/ReleaseGoals/RunDirectory
Basically, it's now in both testing and unstable, and the next
phase of the transition is to migrate all users of /lib/init/rw
over to /run and then remove /lib/init/rw entirely for wheezy
(as soon as this transition is complete).

Your package is one of the users of /lib/init/rw listed here:
http://wiki.debian.org/ReleaseGoals/RunDirectory#Packages_using_.2BAC8-lib.2BAC8-init.2BAC8-rw

Recommendations for how to do the transition may be found here:
http://wiki.debian.org/ReleaseGoals/RunDirectory#How_to_transition_from_.2BAC8-lib.2BAC8-init.2BAC8-rw_to_.2BAC8-run.3F

For transitioning from /lib/init/rw to /run, we would recommend that
you:

* Depend on initscripts (>= 2.88dsf-13.3)
* Replace all usage of /lib/init/rw with /run
* Move all files in /lib/init/rw to /run in the package postinst


Affected files are:

console-setup-1.73/setupcon:# process of Debian /tmp is mounted read-only and 
/lib/init/rw has to
console-setup-1.73/setupcon:|| tmp=`mktemp 
/lib/init/rw/tmpkbd.XX 2>/dev/null` \


Regards,
Michael

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

Kernel: Linux 2.6.38-8-generic (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages console-setup depends on:
ii  console-setup-linux   1.73   Linux specific part of console-set
ii  debconf   1.5.40 Debian configuration management sy
ii  keyboard-configuration1.73   system-wide keyboard preferences
ii  xkb-data  2.1-2  X Keyboard Extension (XKB) configu

console-setup recommends no packages.

Versions of packages console-setup suggests:
ii  locales   2.13-10Embedded GNU C Library: National L
ii  lsb-base  3.2-27 Linux Standard Base 3.2 init scrip

Versions of packages keyboard-configuration depends on:
ii  debconf   1.5.40 Debian configuration management sy

Versions of packages console-setup-linux depends on:
ii  kbd   1.15.3-4   Linux console font and keytable ut
ii  keyboard-configuration1.73   system-wide keyboard preferences

console-setup-linux suggests no packages.

Versions of packages console-setup is related to:
pn  console-common (no description available)
ii  console-data  2:1.10-9   keymaps, fonts, charset maps, fall
pn  console-tools  (no description available)
ii  kbd   1.15.3-4   Linux console font and keytable ut

-- 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#633152: gtk-led-askpass: Proposed patch

2011-07-08 Thread Sebastian Carneiro
Package: gtk-led-askpass
Severity: normal


Attached is the patch that I failed to send in the original bug report. 

Thanks for considering it.

Best regards, 

Sebastian Carneiro
scarne...@fibertel.com.ar

-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-8-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u gtk-led-askpass-0.10/debian/changelog gtk-led-askpass-0.10/debian/changelog
--- gtk-led-askpass-0.10/debian/changelog
+++ gtk-led-askpass-0.10/debian/changelog
@@ -1,3 +1,10 @@
+gtk-led-askpass (0.10-2ubuntu2) oneiric; urgency=low
+
+  * Makefile: moved library parameters passed to ld to the end, 
+fixing FTBFS when building with ld --as-needed flag. (LP: 770853)
+
+ -- Sebastian Carneiro   Fri, 08 Jul 2011 12:18:11 -0300
+
 gtk-led-askpass (0.10-2ubuntu1) lucid; urgency=low
 
   * Fix FTBFS caused by "error: format not a string literal and no format
only in patch2:
unchanged:
--- gtk-led-askpass-0.10.orig/Makefile
+++ gtk-led-askpass-0.10/Makefile
@@ -7,7 +7,7 @@
 all: gtk-led-askpass gtk-led-askpass.1.gz
 
 gtk-led-askpass: gtk-led-askpass.o
-	$(CC) $(cflags) $(CFLAGS) $(ldflags) $(LDFLAGS) $< -o $@
+	$(CC) $(cflags) $(CFLAGS) $< -o $@ $(ldflags) $(LDFLAGS)
 
 gtk-led-askpass.o: gtk-led-askpass.c
 	$(CC) $(cflags) $(CFLAGS) -c $< -o $@


Bug#633152: Malformed patch

2011-07-08 Thread Sebastián Carneiro
Sorry, the patch went malformed.  I will upload it in a moment.

Best regards, 

Sebastian Carneiro
scarne...@fibertel.com.ar




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



Bug#601123: cu: want 'tip'

2011-07-08 Thread Marco d'Itri
On Oct 23, Toni Mueller  wrote:

> in olden days, cu was accompanied by a program called 'tip', which then
> could also be generated from the Taylor UUCP package that is available
> in Debian. But these days, neither package ships the 'tip' binary.
No, tip was part of HDB UUCP and it was never implemented in Taylor UUCP.
This bug should be closed.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#633152: gtk-led-askpass: FTBFS with ld --as-needed

2011-07-08 Thread Sebastian Carneiro
Package: gtk-led-askpass
Version: 0.10-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch



*** /tmp/tmphYxZ60

In Ubuntu, the default configuration for the linker includes the flag 
--as-needed. With this flag activated this package fails to build
from source. 

The related bug report is: 

https://bugs.launchpad.net/ubuntu/oneiric/+source/gtk-led-askpass/+bug/770853

The following build log snippet shows the error obtained:

Excerpt 1367 lines into the build log:

/build/buildd/gtk-led-askpass-0.10/gtk-led-askpass.c:224: undefined reference 
to `gtk_widget_get_type'
/build/buildd/gtk-led-askpass-0.10/gtk-led-askpass.c:293: undefined reference 
to `g_type_check_instance_cast'
/build/buildd/gtk-led-askpass-0.10/gtk-led-askpass.c:293: undefined reference 
to `gdk_keyboard_grab'
/build/buildd/gtk-led-askpass-0.10/gtk-led-askpass.c:297: undefined reference 
to `g_usleep'
/build/buildd/gtk-led-askpass-0.10/gtk-led-askpass.c:307: undefined reference 
to `g_type_check_instance_cast'
/build/buildd/gtk-led-askpass-0.10/gtk-led-askpass.c:307: undefined reference 
to `gtk_window_set_keep_above'
/build/buildd/gtk-led-askpass-0.10/gtk-led-askpass.c:310: undefined reference 
to `g_type_check_instance_cast'
/build/buildd/gtk-led-askpass-0.10/gtk-led-askpass.c:310: undefined reference 
to `gtk_dialog_run'
/build/buildd/gtk-led-askpass-0.10/gtk-led-askpass.c:313: undefined reference 
to `gdk_keyboard_ungrab'
/build/buildd/gtk-led-askpass-0.10/gtk-led-askpass.c:317: undefined reference 
to `g_print'
collect2: ld returned 1 exit status
make[1]: *** [gtk-led-askpass] Error 1
make[1]: Leaving directory `/build/buildd/gtk-led-askpass-0.10'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
**
Build finished at 20110423-0749
FAILED [dpkg-buildpackage died]
Purging chroot-autobuild/build/buildd/gtk-led-askpass-0.10

To reproduce this bug:

- prepend the flag --as-needed to the linker command, adding 
-Wl,--as-needed to ldflags variable in Makefile 

or

- Build this package with the latest alpha 2 release of Ubuntu Oneiric from:

http://cdimage.ubuntu.com/releases/oneiric/alpha-2/oneiric-alternate-i386.iso

More info regarding linker related changes can be found in:

http://lists.debian.org/debian-devel-announce/2011/02/msg00011.html

To fix this issue, this patch produces the following changes:

  * Makefile: moved library parameters passed to ld to the end, 
fixing FTBFS when building with ld --as-needed flag.


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-8-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u gtk-led-askpass-0.10/debian/changelog gtk-led-askpass-0.10/debian/changelog


Bug#633022: gracie: drop build-dependency on docutils-writer-manpage

2011-07-08 Thread Ben Finney
On 08-Jul-2011, Jakub Wilk wrote:
> * Ben Finney , 2011-07-08, 10:22:
> >Would it be okay to depend on ‘rst2man’ instead?
> 
> Hmm, actually I wanted to drop rst2man as well…

I think it makes sense to keep the ‘rst2man’, ‘rst2odt’, and other packages
like ‘rst2pdf’; it help dependent packages that they don't need to know
which ones are part of core Docutils and which ones need to be specified
separately.

-- 
 \ “There is something wonderful in seeing a wrong-headed majority |
  `\   assailed by truth.” —John Kenneth Galbraith, 1989-07-28 |
_o__)  |
Ben Finney 


signature.asc
Description: Digital signature


Bug#624005: (no subject)

2011-07-08 Thread Jarrad Whitaker
I thought esniper just uses libcurl for this as opposed to using 
libgnutls or openssl directly?




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



Bug#591791: Bug#602511: Fwd: Re: upstart support for nodm

2011-07-08 Thread jidanni
All I know is you fellows broke nodm rather royally for me.
I use nodm on desktops and laptops, with Debian flavor:
deb http://ftp.us.debian.org/debian experimental main contrib non-free
deb http://ftp.us.debian.org/debian unstable main contrib non-free

I did aptitude forbid-version nodm and will stay with
nodm:
  Installed: 0.7-1.1
  Candidate: 0.8-1
for now. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633089
I fear assisting further test will injure my monitors, judging from how
the multitude of different behaviors observed upon start, no matter the
value of NODM_USER, including root and vanilla test accounts.

The old nodm started right away, no ifs ands or buts. On my three
computers, the new one just sputters along, popping in and out of a
blank screen and then back to the console and back to the blank screen.
Or dying completely. Or getting into X but not reading ~/.Xresources ...
etc. Must be some kind of a race condition, that's all I know. Yes, I
purged and reinstalled. Snap, crackle, pop. No more testing for me lest
I need to go to town to buy a new monitor.

P.S., Upon install we are asked "start at boot...?" Well if we say "no",
we will never be able to start it, and the rest of the configuration is
aborted. That message needs to be updated to sysv-rc-conf(8) era
thinking. Giving more details, for the user who still wants
/etc/init.d/nodm start to work, but not to start at boot. (I start via a
question with countdown in /etc/rc.local myself).



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



Bug#633151: sysv-rc-conf somepackage does nothing

2011-07-08 Thread jidanni
Package: sysv-rc-conf
Version: 0.99-6
Severity: wishlist

$ sysv-rc-conf somepackage
does nothing, which one could argue is correct, but prints no usage message.



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



Bug#633150: New upstream version

2011-07-08 Thread Alex Valavanis
Package: inkscape

Hi Wolfi,

A new upstream bug-fix version of Inkscape (0.48.2) is now available.
Please consider upgrading the Debian package.

Many thanks,


Alex



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



Bug#633128: Acknowledgement (debian-installer: Squeeze Installer fails to detect RDC PATA controller)

2011-07-08 Thread Kushal Koolwal
OK, I think I figured out why Debian Squeeze won't detect my pata controller...

# dpkg -x 
/media/cdrom0/pool/main/l/linux-kernel-di-i386-2.6/pata-modules-2.6.32-5-486-di_1.99+squeeze3_i386.udeb
/root/
# ls -l /root/lib/modules/2.6.32-5-486/kernel/drivers/ata/
total 260
-rw-r--r-- 1 root root 14468 Jun 13 03:00 pata_ali.ko
-rw-r--r-- 1 root root 15600 Jun 13 03:00 pata_amd.ko
-rw-r--r-- 1 root root  9164 Jun 13 03:00 pata_artop.ko
-rw-r--r-- 1 root root  8344 Jun 13 03:00 pata_atiixp.ko
-rw-r--r-- 1 root root  9656 Jun 13 03:00 pata_cmd64x.ko
-rw-r--r-- 1 root root 10064 Jun 13 03:00 pata_cs5520.ko
-rw-r--r-- 1 root root  9512 Jun 13 03:00 pata_cs5530.ko
-rw-r--r-- 1 root root  7664 Jun 13 03:00 pata_efar.ko
-rw-r--r-- 1 root root 16136 Jun 13 03:00 pata_it821x.ko
-rw-r--r-- 1 root root  5668 Jun 13 03:00 pata_jmicron.ko
-rw-r--r-- 1 root root  6824 Jun 13 03:00 pata_marvell.ko
-rw-r--r-- 1 root root  7544 Jun 13 03:00 pata_mpiix.ko
-rw-r--r-- 1 root root  5984 Jun 13 03:00 pata_netcell.ko
-rw-r--r-- 1 root root  6984 Jun 13 03:00 pata_ns87410.ko
-rw-r--r-- 1 root root  7220 Jun 13 03:00 pata_oldpiix.ko
-rw-r--r-- 1 root root 12164 Jun 13 03:00 pata_pdc2027x.ko
-rw-r--r-- 1 root root  8804 Jun 13 03:00 pata_pdc202xx_old.ko
-rw-r--r-- 1 root root  6552 Jun 13 03:00 pata_rz1000.ko
-rw-r--r-- 1 root root  6772 Jun 13 03:00 pata_sc1200.ko
-rw-r--r-- 1 root root  6672 Jun 13 03:00 pata_sch.ko
-rw-r--r-- 1 root root 10820 Jun 13 03:00 pata_serverworks.ko
-rw-r--r-- 1 root root 10292 Jun 13 03:00 pata_sil680.ko
-rw-r--r-- 1 root root  7368 Jun 13 03:00 pata_triflex.ko
-rw-r--r-- 1 root root 14148 Jun 13 03:00 pata_via.ko
root@debian:~#

The RDC PATA controller driver, *pata_rdc*, is missing from the list.

Can this be fixed in the next update (6.0.x.x) of Debian Squeeze?

Thanks.

Kushal Koolwal



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



Bug#632142: how is cedet installed?

2011-07-08 Thread Ivan Vilata i Balaguer
Julien Cristau (2011-07-07 19:41:55 +0200) wrote:

> Adding the bug submitter to the recipients...
> 
> Ivan, see the questions from Mike below:
> 
> On Wed, Jul  6, 2011 at 19:37:05 -0400, Mike O'Connor wrote:
> 
> > When you say "Installing ecb results in a broken package due to several
> > errors regarding missing libs from CEDET (though all such packages are
> > installed)" What packages do you mean?  CEDET is part of emacs, so there
> > should be no additional packages.  Do you have cedet packages installed
> > From stable or oldstable?  Perhaps I need to Conflict with those.
> > 
> > Do you have a cedet directory in /usr/share/emacs23/site-lisp ?

Hi Julien, hi Mike.  It looks like you hit the nail, I have cedet-common and
cedet-contrib 1:1.0pre4-3.1 installed in my system, pulled by eieio, pulled by
jde from contrib.  So maybe the actual bug is #620341.

Thanks for your help!

-- 
Ivan Vilata i Balaguer -- http://ivan.lovesgazpacho.net/



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



Bug#631722: failed to get i915 symbols

2011-07-08 Thread Diego Gomez
I tried with linux-image-3.0.0-rc6-amd64 and the problem persists.

Here the lines I think is the problem:

[9.330282] intel ips :00:1f.6: CPU TDP doesn't match expected
value (found 25, expected 29)
[9.330299] intel ips :00:1f.6: PCI INT C -> GSI 18 (level,
low) -> IRQ 18
[9.330335] intel ips :00:1f.6: failed to get i915 symbols,
graphics turbo disabled
[9.330474] intel ips :00:1f.6: IPS driver initialized, MCP temp limit 90

--
Diego.-



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



Bug#633149: debian wheezy not suspend

2011-07-08 Thread r ob

Package: hibernate
Version: 1.99-1.1 
The mini lap Acer One 751h dont suspendhibernate works fine but suspend hangs: 
closing lip or using function+f4 or using the option suspend of close menu, 
suspend close system but hangs when I try to restart system
At resume, the green lead indicates hard drive activity but the screen stay 
black

I have installed hal and pm-utils 
Linux version : 2.6.39-2-686-pae

Version libc6 : 2.13-7

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

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

-
lspci

00:00.0 Host bridge: Intel Corporation System Controller Hub (SCH Poulsbo) (rev 
07)
00:02.0 VGA compatible controller: Intel Corporation System Controller Hub (SCH 
Poulsbo) Graphics Controller (rev 07)
00:1b.0 Audio device: Intel Corporation System Controller Hub (SCH Poulsbo) HD 
Audio Controller (rev 07)
00:1c.0 PCI bridge: Intel Corporation System Controller Hub (SCH Poulsbo) PCI 
Express Port 1 (rev 07)
00:1c.1 PCI bridge: Intel Corporation System Controller Hub (SCH Poulsbo) PCI 
Express Port 2 (rev 07)
00:1d.0 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) 
USB UHCI #1 (rev 07)
00:1d.1 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) 
USB UHCI #2 (rev 07)
00:1d.2 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) 
USB UHCI #3 (rev 07)
00:1d.7 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) 
USB EHCI #1 (rev 07)
00:1f.0 ISA bridge: Intel Corporation System Controller Hub (SCH Poulsbo) LPC 
Bridge (rev 07)
00:1f.1 IDE interface: Intel Corporation System Controller Hub (SCH Poulsbo) 
IDE Controller (rev 07)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E 
PCI Express Fast Ethernet controller (rev 02)
03:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 
01)

  


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



Bug#633148: erlang-ssl: breaks SSL support (at least with ejabberd)

2011-07-08 Thread Marc Dequènes (Duck)

Package: erlang-ssl
Version: 1:14.b.3-dfsg-2
Severity: important

Coin,

Upgrading to this new version completely breaks ejabberd:
  =ERROR REPORT 2011-07-09 00:20:45 ===
  E(<0.340.0>:eldap:997) : LDAP connection failed on :636
  Reason: {eoptions,{cacertfile,[]}}
After a few retries, ejabberd stops and is thus unusuable.

Downgrading to 1:14.b.2-dfsg-3 fixes the problem.

I don't have any Erlang knowledge, so i need guidance to provide more
helpful information about this issue.

Regards.


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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
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 erlang-ssl depends on:
pn  erlang-base | erlang-bas   (no description available)
ii  erlang-crypto1:14.b.3-dfsg-2 Erlang/OTP cryptographic modules
ii  erlang-public-key1:14.b.3-dfsg-2 Erlang/OTP public key  
infrastructu
ii  libc62.13-7  Embedded GNU C Library:  
Shared lib

ii  libssl1.0.0  1.0.0d-3SSL shared libraries

erlang-ssl recommends no packages.

Versions of packages erlang-ssl suggests:
pn  erlang (no description available)
pn  erlang-doc (no description available)
pn  erlang-manpages(no description available)

-- no debconf information


--
Marc Dequènes (Duck)


pgph7tdFgsXTG.pgp
Description: PGP Digital Signature


Bug#633147: pm-utils: exit status of log used so suspend never inhibited

2011-07-08 Thread Brian Murray
Package: pm-utils
Version: 1.4.1-8
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

It was discovered by an Ubuntu bug reporter that the exist status of log
is used in when running a hook so that suspend is never inhibited as log
always returns 0.  As a test case create /etc/pm/sleep.d/05_avoid_sleep
with the following contents (taken from the Ubuntu bug):

#!/bin/sh

# Avoid suspend
#
# Copyright: Copyright (c) 2010 Paulo J. S. Silva
# License:   GPL-2
#

case "${1}" in
suspend|hibernate)
exit 1
;;
resume|thaw)
exit 0
;;
esac

Then execute sudo pm-suspend and observe your system suspending.  With the
included patch the exit status of the hook is used and suspend is inhibited.
This was originally reported in
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/665651 and upstream at
http://bugs.freedesktop.org/show_bug.cgi?id=32210.

  * Add 26-inhibit-on-right-status.patch: Do not use the exit status of log
rather the exit status of the hook thereby allowing inhibit to work.
Thanks to Launchpad user Lekensteyn for the patch. (LP: #665651)


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-8-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
diff -Nru pm-utils-1.4.1/debian/patches/26-inhibit-on-right-status.patch pm-utils-1.4.1/debian/patches/26-inhibit-on-right-status.patch
--- pm-utils-1.4.1/debian/patches/26-inhibit-on-right-status.patch	1969-12-31 16:00:00.0 -0800
+++ pm-utils-1.4.1/debian/patches/26-inhibit-on-right-status.patch	2011-07-08 15:02:05.0 -0700
@@ -0,0 +1,23 @@
+Origin: https://launchpad.net/bugs/665651
+Description: Do not use the exit status of log rather the exit status of the hook.
+Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32210
+Bug-Ubuntu: https://launchpad.net/bugs/665651
+
+
+Index: pm-utils-1.4.1/pm/pm-functions.in
+===
+--- pm-utils-1.4.1.orig/pm/pm-functions.in	2011-07-08 14:55:15.0 -0700
 pm-utils-1.4.1/pm/pm-functions.in	2011-07-08 14:55:57.0 -0700
+@@ -197,9 +197,11 @@
+ 	# rest of args passed to hook unchanged.
+ 	log "Running hook $*:"
+ 	hook_ok "$1" && "$@"
++	# log() changes the return value, so save it for later
++	local status=$?
+ 	log ""
+ 	log -n "$*: " 
+-	hook_exit_status $? && LAST_HOOK="${1##*/}" || inhibit
++	hook_exit_status $status && LAST_HOOK="${1##*/}" || inhibit
+ }
+ 
+ if profiling; then
diff -Nru pm-utils-1.4.1/debian/patches/series pm-utils-1.4.1/debian/patches/series
--- pm-utils-1.4.1/debian/patches/series	2011-04-12 04:25:09.0 -0700
+++ pm-utils-1.4.1/debian/patches/series	2011-07-08 14:54:43.0 -0700
@@ -8,3 +8,4 @@
 25-pmu.patch
 80-service.patch
 90-nm-proper-wakeup.patch
+26-inhibit-on-right-status.patch


Bug#631722: failed to get i915 symbols

2011-07-08 Thread Diego Gomez
I tried with linux-image-3.0.0-rc5-amd64, and doesn't works.
I will to try with rc6, and I tell you.

--
Diego.-
http://blog.dgomez.com.ar



On Fri, Jul 8, 2011 at 7:24 PM, maximilian attems  wrote:
> On Fri, Jul 08, 2011 at 05:00:05PM -0300, Diego Gomez wrote:
>> I think the problem is here:
>>
>> [    9.435510] intel ips :00:1f.6: failed to get i915 symbols,
>> graphics turbo disabled
>>
>> The context of this line is:
>>
>> [    9.435404] intel ips :00:1f.6: CPU TDP doesn't match expected
>> value (found 25, expected 29)
>> [    9.435422] intel ips :00:1f.6: PCI INT C -> GSI 18 (level,
>> low) -> IRQ 18
>> [    9.435510] intel ips :00:1f.6: failed to get i915 symbols,
>> graphics turbo disabled
>> [    9.435695] intel ips :00:1f.6: IPS driver initialized, MCP temp 
>> limit 90
>>
>> The last kernel I can use is 2.6.38-2
>
> did you try 3.0-rcX from experimental? if not please do.
>
> --
> maks
>



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



Bug#633139: Acknowledgement (cryptsetup: French debconf templates translation)

2011-07-08 Thread Julien Patriarca
MTA bug :-( please close this report and 633140 and 633141.
The original report is 633105.
Apologies for The troubles.
Le 8 juil. 2011 22:45, "Debian Bug Tracking System" 
a écrit :


Bug#631722: failed to get i915 symbols

2011-07-08 Thread maximilian attems
On Fri, Jul 08, 2011 at 05:00:05PM -0300, Diego Gomez wrote:
> I think the problem is here:
> 
> [9.435510] intel ips :00:1f.6: failed to get i915 symbols,
> graphics turbo disabled
> 
> The context of this line is:
> 
> [9.435404] intel ips :00:1f.6: CPU TDP doesn't match expected
> value (found 25, expected 29)
> [9.435422] intel ips :00:1f.6: PCI INT C -> GSI 18 (level,
> low) -> IRQ 18
> [9.435510] intel ips :00:1f.6: failed to get i915 symbols,
> graphics turbo disabled
> [9.435695] intel ips :00:1f.6: IPS driver initialized, MCP temp limit 
> 90
> 
> The last kernel I can use is 2.6.38-2

did you try 3.0-rcX from experimental? if not please do.

-- 
maks



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



Bug#547393: libjpeg8 transition.

2011-07-08 Thread Bill Allombert
On Thu, Jul 07, 2011 at 08:33:18PM +0200, Julien Cristau wrote:
> On Thu, Jul  7, 2011 at 15:47:27 +0200, Bill Allombert wrote:
> 
> > There still remain 15 packages dependending on libjpeg62-dev, however I am 
> > not sure it
> > is worth delaying the transition more. Maybe I should just upload the new 
> > packages.
> > 
> Yes, I think so.  The remaining packages can be NMUed as needed if they
> start blocking stuff.

OK, so I uploaded the packages.

Cheers,
-- 
Bill. 

Imagine a large red swirl here. 



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



Bug#632149: rakarrack: Fails to load bank and filter files (bandaid patch)

2011-07-08 Thread Stefan Potyra
Hi,

the new debian package builds out of tree (in order to build two variants of
rakarrack). It looks like that this is part of this bug. After some
trial-and-error, I think the generated config.h in the out-of-tree directory
doesn't get picked up. I don't have any clue yet, why.

One workaround is to simply change src/config.h with the desired prefix, patch
attached. However that certainly is the real fix.

Ryan (CC'd), maybe you have some more clues?

Cheers,
  Stefan.
--- config.h	2011-07-08 23:49:38.732024041 +0200
+++ rakarrack-0.6.1/src/config.h	2010-11-03 18:30:02.0 +0100
@@ -5,7 +5,7 @@
 /* #undef CLOSEDIR_VOID */
 
 /* DATADIR */
-#define DATADIR "/usr/share/rakarrack"
+#define DATADIR "/usr/local/share/rakarrack"
 
 /* Define to 1 if you have the  header file, and it defines `DIR'.
*/
@@ -108,7 +108,7 @@
 #define HAVE__BOOL 1
 
 /* HELPDIR */
-#define HELPDIR "/usr/share/doc/rakarrack"
+#define HELPDIR "/usr/local/share/doc/rakarrack"
 
 /* Name of package */
 #define PACKAGE "rakarrack"
@@ -132,7 +132,7 @@
 #define PACKAGE_VERSION "0.6.1"
 
 /* Install prefix */
-#define PREFIX "/usr"
+#define PREFIX "/usr/local"
 
 /* Define to the type of arg 1 for `select'. */
 #define SELECT_TYPE_ARG1 int


signature.asc
Description: Digital signature


Bug#633146: scid: FTBFS: fatal error: tcl.h: No such file or directory

2011-07-08 Thread Christoph Egger
Package: src:scid
Version: 1:4.3.0.cvs20110706-1
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the buildds:

cp scripts/pgnfix.py ./pgnfix
chmod +x pgnfix
cp scripts/spliteco.tcl ./spliteco
chmod +x spliteco
cp scripts/spf2spi.tcl ./spf2spi
chmod +x spf2spi
g++  -O3 -fno-rtti -fno-exceptions -Wall   -I/usr/include -o src/pgnscid.o -c 
src/pgnscid.cpp
In file included from src/namebase.h:20:0,
 from src/index.h:23,
 from src/pgnscid.cpp:17:
src/misc.h:22:17: fatal error: tcl.h: No such file or directory
compilation terminated.
make[1]: *** [src/pgnscid.o] Error 1
make[1]: Leaving directory 
`/build/buildd-scid_4.3.0.cvs20110706-1-kfreebsd-amd64-bihzyt/scid-4.3.0.cvs20110706'
make: *** [build-stamp] Error 2

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=scid&arch=kfreebsd-i386&ver=1%3A4.3.0.cvs20110706-1&stamp=1310161300

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



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



Bug#633145: bup: FTBFS: -Werror

2011-07-08 Thread Christoph Egger
Package: src:bup
Version: 0.24b-1
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the buildds:

running build
running build_ext
building '_helpers' extension
creating build
creating build/temp.linux-x86_64-2.6
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -Wall -O2 -Werror -fPIC -I/usr/include/python2.6 -c 
_helpers.c -o build/temp.linux-x86_64-2.6/_helpers.o
_helpers.c: In function 'merge_into':
_helpers.c:363:39: error: variable 'last' set but not used 
[-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors

error: command 'gcc' failed with exit status 1
make[1]: *** [lib/bup/_helpers.so] Error 1
make[1]: Leaving directory `/build/buildd-bup_0.24b-1-amd64-sSpE0g/bup-0.24b'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=bup&arch=kfreebsd-amd64&ver=0.24b-1&stamp=1310160796

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



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



Bug#632279: multistrap fails to verify signature of Release file

2011-07-08 Thread Michel Messerschmidt
On Sat, Jul 02, 2011 at 09:48:55AM +0100, Neil Williams wrote:
> This is fixed in newer versions of multistrap, I'm trying to arrange
> a backport to squeeze. 

For the record, I installed and used multistrap 2.1.15 from wheezy on 
a stable system without any issues. 




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



Bug#633144: pymtp: accessing track information causes a crash

2011-07-08 Thread Brian Murray
Package: pymtp
Version: 0.0.4-2
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

Using the example /usr/share/doc/python-pymtp/examples/deviceinfo.py
fails with a segfault.  This was originally reported about Ubuntu in bug
https://bugs.launchpad.net/ubuntu/+source/pymtp/+bug/575091 and a patch
was provided by Fergal Daly which I've included here.  I was unable to
find the upstream for this project hence my forwarding the patch to
Debian.


*** /tmp/tmpqe7l2s
In Ubuntu, the attached patch was applied to achieve the following:

to resolve a crash that has existed for the past year.

  * Fix crash when accessing file listing.  Thanks to Fergal Daly for the
patch.  (LP: #575091)


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-8-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
diff -u pymtp-0.0.4/debian/changelog pymtp-0.0.4/debian/changelog
diff -u pymtp-0.0.4/debian/patches/series pymtp-0.0.4/debian/patches/series
--- pymtp-0.0.4/debian/patches/series
+++ pymtp-0.0.4/debian/patches/series
@@ -1,0 +2 @@
+modificationdate-ctype.diff
only in patch2:
unchanged:
--- pymtp-0.0.4.orig/debian/patches/modificationdate-ctype.diff
+++ pymtp-0.0.4/debian/patches/modificationdate-ctype.diff
@@ -0,0 +1,20 @@
+Index: pymtp-0.0.4/pymtp.py
+===
+--- pymtp-0.0.4.orig/pymtp.py	2011-07-08 13:24:55.0 -0700
 pymtp-0.0.4/pymtp.py	2011-07-08 13:25:59.0 -0700
+@@ -170,6 +170,7 @@
+ ("storage_id", ctypes.c_uint32),
+ ("filename", ctypes.c_char_p),
+ ("filesize", ctypes.c_uint64),
++			("modificationdate", ctypes.c_long),
+ 			("filetype", ctypes.c_int),
+ 			("next", ctypes.POINTER(LIBMTP_File))]
+ 
+@@ -202,6 +203,7 @@
+ 			("rating", ctypes.c_uint16),
+ 			("usecount", ctypes.c_uint32),
+ 			("filesize", ctypes.c_uint64),
++			("modificationdate", ctypes.c_long),
+ 			("filetype", ctypes.c_int),
+ 			("next", ctypes.POINTER(LIBMTP_Track))]
+ 


Bug#633143: mk-build-deps: cannot create dependency for packages in unstable if stable is known to apt

2011-07-08 Thread Uwe Kleine-König
Package: devscripts
Version: 2.10.69+squeeze1
Severity: wishlist
File: /usr/bin/mk-build-deps

Hello,

I'm trying to create a notmuch-build-deps package for notmuch 0.6.
Unfortunately

mk-build-deps notmuch

creates a dependency package for notmuch 0.3.1. I think the entry
mk-build-deps depends on the order of apt-cache's output. I'd guess it
picks the last (and so oldest) package?!

Strange enough even

sudo mk-build-deps -i debian/control

in the notmuch git repo creates a 0.3.1 package. Without sudo the
version is 1.0, the dependencys are OK then though.

It seems that adding --no-all-versions to the call to apt-cache would
solve that, but that only works for show, not showsrc :-(

So it would be nice to be able to say

mk-build-deps -t unstable notmuch

or

mk-build-deps notmuch/unstable

or similar.

Thanks
Uwe

-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
BTS_CACHE=no
DEBCHANGE_RELEASE_HEURISTIC=changelog

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (900, 'stable-updates'), (900, 'proposed-updates'), (900, 
'stable'), (800, 'testing-proposed-updates'), (800, 'testing'), (700, 
'unstable'), (600, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-rc6-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 devscripts depends on:
ii  dpkg-dev   1.16.0.3  Debian package development tools
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  perl   5.10.1-17squeeze2 Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
ii  at 3.1.12-1  Delayed job execution and batch pr
ii  bsd-mailx [mailx]  8.1.2-0.20100314cvs-1 simple mail user agent
ii  chromium [www-brow 12.0.742.112~r90304-1 Chromium browser
ii  curl   7.21.0-2  Get a file from an HTTP, HTTPS or 
ii  dctrl-tools2.14.5Command-line tools to process Debi
ii  debian-keyring [de 2010.12.29GnuPG keys of Debian Developers
ii  dput   0.9.6.1+squeeze1  Debian package upload tool
ii  epiphany-browser [ 2.30.6-1  Intuitive GNOME web browser
ii  equivs 2.0.8 Circumvent Debian package dependen
ii  fakeroot   1.14.4-1  Gives a fake root environment
ii  git [git-core] 1:1.7.5.4-1   fast, scalable, distributed revisi
ii  gnupg  1.4.10-4  GNU privacy guard - a free PGP rep
ii  iceweasel [www-bro 3.5.16-8  Web browser based on Firefox
ii  libauthen-sasl-per 2.1500-1  Authen::SASL - SASL Authentication
ii  libcrypt-ssleay-pe 0.57-2Support for https protocol in LWP
ii  libjson-perl   2.21-1Perl module to parse and convert t
ii  libparse-debcontro 2.005-2   Easy OO parsing of Debian control-
ii  libsoap-lite-perl  0.712-2   Perl implementation of a SOAP clie
ii  libterm-size-perl  0.2-4+b1  Perl extension for retrieving term
ii  libtimedate-perl   1.2000-1  collection of modules to manipulat
ii  liburi-perl1.54-2module to manipulate and access UR
ii  libwww-perl5.836-1   Perl HTTP/WWW client/server librar
ii  libyaml-syck-perl  1.12-1Perl module providing a fast, ligh
ii  lintian2.5.1 Debian package checker
ii  lsb-release3.2-23.2squeeze1  Linux Standard Base version report
ii  lzma   4.43-14   Compression method of 7z format in
ii  man-db 2.5.7-8   on-line manual pager
ii  openssh-client [ss 1:5.5p1-6 secure shell (SSH) client, for sec
ii  patch  2.6-2 Apply a diff file to an original
ii  patchutils 0.3.1-2   Utilities to work with patches
ii  sensible-utils 0.0.4 Utilities for sensible alternative
ii  strace 4.5.20-2  A system call tracer
ii  subversion 1.6.12dfsg-6  Advanced version control system
ii  unzip  6.0-4 De-archiver for .zip files
ii  w3m [www-browser]  0.5.2-9   WWW browsable pager with excellent
ii  wdiff  0.6.3-1   Compares two files word by word
ii  wget   1.12-2.1  retrieves files from the web
ii  xz-utils   5.0.0-2   XZ-format compression utilities

Versions of packages devscripts suggests:
ii  build-essential11.5  Informational list of build-essent
pn  cvs-buildpackage   (no description available)
pn  devscripts-el  (no description available)
ii  gnuplot4.4.0-1.1 A command-line driven interactive 
pn

Bug#545347: Typo in coreutil's Hungarian translation

2011-07-08 Thread Gabor Kelemen

2011-07-07 11:10 keltezéssel, Benoît Knecht írta:

Hi Gabor,

A bug report was submitted in Debian [1] about a typo in the Hungarian
translation where sha1sum's '-b' option became '-B'. This was for
version 6.10 of coreutils, but it is still present in 8.12. Please find
below a patch that applies to [2] and fixes the issue.

[1] http://bugs.debian.org/545347
[2] http://translationproject.org/PO-files/hu/coreutils-8.12.hu.po

Cheers,

I have submitted an updated po file to the TP, thanks for noticing the 
mistranslation.

coreutils > 8.12 should contain a fix.

Regards
Gabor Kelemen



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



Bug#633142: ITP: vcftools -- designed for working with VCF files

2011-07-08 Thread Thorsten Alteholz

Package: wnpp
Severity: wishlist

* Package name: vcftools
  Version : 0.1.5
  Upstream Author : Adam Auton, Petr Danecek
* URL : http://vcftools.sourceforge.net
* License : GPL-3.0
  Description : designed for working with VCF files

VCFtools is a program package designed for working with VCF files, such
as those generated by the 1000 Genomes Project. The aim of VCFtools is to
provide methods for working with VCF files: validating, merging, comparing
and calculate some basic population genetic statistics.




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



Bug#633119: option to clean-up/unpaper on save (in the background)

2011-07-08 Thread Jeffrey Ratcliffe
> Rather than having to clean-up manually and wait until one can save
> a document, it would be useful if I could make gscan2pdf run unpaper
> as part of saving the document.

You can already run unpaper as part of the scan process. Is this not
better, as it allows you to see the result before saving?

I find unpaper occasionally removes parts of the image that I wanted to keep.

Regards

Jeff



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



Bug#633011: /usr/bin/tex crashes on every *.tex file

2011-07-08 Thread Frank Küster
Norbert Preining  wrote:

> severity 633011 important
> thanks
>
>> $ tex foo.tex
>> This is TeX, Version 3.1415926 (TeX Live 2009/Debian)
>> Segmentation fault
>
> Frank, there are a lot of changes in texlive-bin. What is the status?

The papersize thingie is annoyingly complex, every now and then the next
small issue pops up. For a status, look at trunk/testplan_libpaper.txt.
I _think_ that without doing any paper changes (like buildds do),
everything would run smoothly, but for strange debug messages. 

Err, and one debugging hunk to the patch for texconfig, which asks for
input, but that can easily be removed. After that, I'd try once to
upgrade from sid to the new package.

On the other hand, there are also changes to the stable packages that
have been done during the freeze, and I fear a couple of them are
missing in trunk (Hilmar?)

> I can either upload what is there now plus a patch for this problem,
> or tr to make an intermediate release not including your patches
> (but this is a bit a pain)?

I might have some time this weekend - but I don't expect to declare the
papersize patches "ready", and don't hold your breath.

Regards, Frank
-- 
Frank Küster
Sprecher B90/Grüne OV Miltenberg und Umgebung
VCD Miltenberg, ADFC Aschaffenburg-Miltenberg
Debian Developer (TeXLive)



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



Bug#615590: deprecation warnings with perl 5.12

2011-07-08 Thread Ken Bloom
Package: spamassassin
Followup-For: Bug #615590

This is fixed in upstream version 3.3.2.

--Ken Bloom

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

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

Versions of packages spamassassin depends on:
pn  libarchive-tar-perl(no description available)
ii  libdigest-sha1-perl 2.13-2   NIST SHA-1 message digest algorith
ii  libhtml-parser-perl 3.68-1+b1collection of modules that parse H
ii  libnet-dns-perl 0.66-2+b1Perform DNS queries from a Perl sc
ii  libnetaddr-ip-perl  4.044+dfsg-1 IP address manipulation module
ii  libsocket6-perl 0.23-1+b1Perl extensions for IPv6
ii  libsys-hostname-long-perl   1.4-2Figure out the long (fully-qualifi
ii  libwww-perl 6.02-1   simple and consistent interface to
ii  perl5.12.4-1 Larry Wall's Practical Extraction 
ii  perl-modules [libio-zlib-pe 5.12.4-1 Core Perl modules

Versions of packages spamassassin recommends:
ii  gcc   4:4.6.0-6  GNU C compiler
ii  gnupg 1.4.11-3   GNU privacy guard - a free PGP rep
ii  libc6-dev 2.13-10Embedded GNU C Library: Developmen
ii  libio-socket-inet6-perl   2.65-1.1   Object interface for AF_INET6 doma
ii  libmail-spf-perl  2.007-1Perl implementation of Sender Poli
ii  make  3.81-8.1   An utility for Directing compilati
ii  perl [libsys-syslog-perl] 5.12.4-1   Larry Wall's Practical Extraction 
ii  re2c  0.13.5-1   tool for generating fast C-based r
ii  spamc 3.3.1-2Client for SpamAssassin spam filte

Versions of packages spamassassin suggests:
ii  libcompress-zlib-perl 2.037-1Transitional dummy package for Com
ii  libdbi-perl   1.616-1+b1 Perl Database Interface (DBI)
ii  libio-compress-perl [libcompr 2.037-1bundle of IO::Compress modules
ii  libio-socket-ssl-perl 1.43-1 Perl module implementing object or
pn  libmail-dkim-perl  (no description available)
pn  libnet-ident-perl  (no description available)
ii  perl [libcompress-zlib-perl]  5.12.4-1   Larry Wall's Practical Extraction 
ii  pyzor 1:0.5.0-2  spam-catcher using a collaborative
ii  razor 1:2.85-4   spam-catcher using a collaborative

-- debconf information:
* spamassassin/upgrade/2.40:
* spamassassin/upgrade/2.40w:
* spamassassin/upgrade/cancel: Continue
* spamassassin/upgrade/2.42m: No
* spamassassin/upgrade/2.42u: No



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



Bug#633141: cryptsetup: French debconf templates translation

2011-07-08 Thread Julien Patriarca
Package: cryptsetup
Version: N/A
Severity: wishlist
Tags: patch l10n

 

*** /home/julien/traductions/po-debconf/patch-translate.txt


Please find attached the french debconf templates translation, proofread by the
debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree.



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

Kernel: Linux 3.0.0-rc4 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# debconf template for cryptsetup package.
# Copyright (C) 2011 Jonas meurer
# This file is distributed under the same license as the cryptsetup package.
# Jonas Meurer \n"
"Language-Team: FRENCH \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../cryptsetup.templates:1001
msgid "Continue with cryptsetup removal?"
msgstr "Poursuivre la suppression de cryptsetup ?"

#. Type: boolean
#. Description
#: ../cryptsetup.templates:1001
msgid "You have unlocked dm-crypt devices: ${cryptmap}"
msgstr "Des disques dm-crypt sont actuellement déverrouillés : ${cryptmap}"

#. Type: boolean
#. Description
#: ../cryptsetup.templates:1001
msgid ""
"If you used to manage these devices with cryptsetup, you might be unable to "
"lock the devices after the package removal. There are other tools for "
"managing dm-crypt devices though. In any case, system shutdown/reboot will "
"lock the devices."
msgstr ""
"Si ces disques étaient gérés avec cryptsetup, il pourrait devenir impossible "
"de les verrouiller après la suppression du paquet. Cependant, d'autres "
"outils existent pour gérer des disques dm-crypt. Dans tous les cas, un arrêt "
"ou redémarrage du système verrouillera les disques."

#. Type: boolean
#. Description
#: ../cryptsetup.templates:1001
msgid ""
"In case you want to lock the dm-crypt devices before package removal, say no "
"here, and continue with removal after all dm-crypt devices have been locked."
msgstr ""
"Refusez la suppression du paquet si vous souhaitez préalablement verrouiller "
"les disques dm-crypt et poursuivez-la après que tous les disques dm-crypt "
"ont été déverrouillés."


Bug#633140: cryptsetup: French debconf templates translation

2011-07-08 Thread Julien Patriarca
Package: cryptsetup
Version: N/A
Severity: wishlist
Tags: patch l10n

 

*** /home/julien/traductions/po-debconf/patch-translate.txt


Please find attached the french debconf templates translation, proofread by the
debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree.



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

Kernel: Linux 3.0.0-rc4 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# debconf template for cryptsetup package.
# Copyright (C) 2011 Jonas meurer
# This file is distributed under the same license as the cryptsetup package.
# Jonas Meurer \n"
"Language-Team: FRENCH \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../cryptsetup.templates:1001
msgid "Continue with cryptsetup removal?"
msgstr "Poursuivre la suppression de cryptsetup ?"

#. Type: boolean
#. Description
#: ../cryptsetup.templates:1001
msgid "You have unlocked dm-crypt devices: ${cryptmap}"
msgstr "Des disques dm-crypt sont actuellement déverrouillés : ${cryptmap}"

#. Type: boolean
#. Description
#: ../cryptsetup.templates:1001
msgid ""
"If you used to manage these devices with cryptsetup, you might be unable to "
"lock the devices after the package removal. There are other tools for "
"managing dm-crypt devices though. In any case, system shutdown/reboot will "
"lock the devices."
msgstr ""
"Si ces disques étaient gérés avec cryptsetup, il pourrait devenir impossible "
"de les verrouiller après la suppression du paquet. Cependant, d'autres "
"outils existent pour gérer des disques dm-crypt. Dans tous les cas, un arrêt "
"ou redémarrage du système verrouillera les disques."

#. Type: boolean
#. Description
#: ../cryptsetup.templates:1001
msgid ""
"In case you want to lock the dm-crypt devices before package removal, say no "
"here, and continue with removal after all dm-crypt devices have been locked."
msgstr ""
"Refusez la suppression du paquet si vous souhaitez préalablement verrouiller "
"les disques dm-crypt et poursuivez-la après que tous les disques dm-crypt "
"ont été déverrouillés."


Bug#633139: cryptsetup: French debconf templates translation

2011-07-08 Thread Julien Patriarca
Package: cryptsetup
Version: N/A
Severity: wishlist
Tags: patch l10n

 

*** /home/julien/traductions/po-debconf/patch-translate.txt


Please find attached the french debconf templates translation, proofread by the
debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree.



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

Kernel: Linux 3.0.0-rc4 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# debconf template for cryptsetup package.
# Copyright (C) 2011 Jonas meurer
# This file is distributed under the same license as the cryptsetup package.
# Jonas Meurer \n"
"Language-Team: FRENCH \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../cryptsetup.templates:1001
msgid "Continue with cryptsetup removal?"
msgstr "Poursuivre la suppression de cryptsetup ?"

#. Type: boolean
#. Description
#: ../cryptsetup.templates:1001
msgid "You have unlocked dm-crypt devices: ${cryptmap}"
msgstr "Des disques dm-crypt sont actuellement déverrouillés : ${cryptmap}"

#. Type: boolean
#. Description
#: ../cryptsetup.templates:1001
msgid ""
"If you used to manage these devices with cryptsetup, you might be unable to "
"lock the devices after the package removal. There are other tools for "
"managing dm-crypt devices though. In any case, system shutdown/reboot will "
"lock the devices."
msgstr ""
"Si ces disques étaient gérés avec cryptsetup, il pourrait devenir impossible "
"de les verrouiller après la suppression du paquet. Cependant, d'autres "
"outils existent pour gérer des disques dm-crypt. Dans tous les cas, un arrêt "
"ou redémarrage du système verrouillera les disques."

#. Type: boolean
#. Description
#: ../cryptsetup.templates:1001
msgid ""
"In case you want to lock the dm-crypt devices before package removal, say no "
"here, and continue with removal after all dm-crypt devices have been locked."
msgstr ""
"Refusez la suppression du paquet si vous souhaitez préalablement verrouiller "
"les disques dm-crypt et poursuivez-la après que tous les disques dm-crypt "
"ont été déverrouillés."


Bug#626937: [PATCH cupt] lib: internal: worker: packages: __generate_input_for_preinstall_v2_hooks: do not skip sign when compareVersionStrings is not 1, -1, or 0

2011-07-08 Thread Francesco Poli
reassign 626937 apt-listbugs 0.1.4
tags 626937 + pending
clone 626937 -1
reassign -1 cupt 2.0.2
found -1 cupt/2.1.1
tags -1 = patch
thanks



On Fri, 8 Jul 2011 01:25:01 -0500 Jonathan Nieder wrote:

> reassign 626937 cupt 2.0.2
> found 626937 cupt/2.1.1
> tags 626937 = patch
> quit
> 
> Hi Eugene and Francesco,

Hi Jonathan (and Eugene)!   :-)

Please do not reassign an already pending bug report, otherwise I have
to drop the "Closes:" reference in the changelog before next upload...
Or am I mistaken?

Since I have already fixed the apt-listbugs side of this bug, I think
the best course of action is cloning the bug report and reassigning the
cloned report. The above commands should rectify the situation.

> 
> Francesco Poli wrote:
> 
> > I think you mean a line like
> >
> >  packagename - <  **CONFIGURE**
> >
> > which apt-listbugs would see as four fields instead of five.
[...]
> Well, the above guess was close.  At last I reproduced it again (and
> was able to capture the output this time); fix follows.  Will attach
> the output in a separate message for the curious.
> 
> Presumably the triggering condition is for the difference returned by
> memcmp to be at least 2, which is why I was able to run into this on a
> VM I hadn't upgraded for a while but not with everyday upgrades.
> 
> Thanks again for your help.
[...]

Thanks to you for investigating further!
And for pinpointing the cause of the bug and proposing a patch to
Eugene!
I'll obviously leave the discussion about the patch to Eugene (on the
cloned bug report).

Bye.

-- 
 http://www.inventati.org/frx/frx-gpg-key-transition-2010.txt
 New GnuPG key, see the transition document!
. Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE


pgpjRvhI9UvTa.pgp
Description: PGP signature


Bug#633137: ia32-libs: Provide libmotif4 to run Citrix Receiver

2011-07-08 Thread Rafael Varela Pet
Package: ia32-libs
Version: 2.7+lenny2
Severity: wishlist

Citrix Receiver 11 for Linux includes the utility "wfcmgr" that has
dependencies on libmotif4. Running ldd on a 32-bit system we get:

$ ldd /opt/citrix/citrixReceiver/wfcmgr 
linux-gate.so.1 =>  (0xb76f6000)
libXm.so.4 => /usr/lib/libXm.so.4 (0xb748)
...

ia32-libs only ships libXm.so.2, which mades impossible to run wfcmgr on a
64-bit system and, for now, there is no 64-bit version of Citrix Receiver.

It would be very convenient if ia32-libs ships an updated version of
libmotif to deploy on Debian Workstations a Citrix-based VDI infraestructure.

Reference to Citrix Receiver download for Linux:

http://www.citrix.com/English/SS/downloads/details.asp?downloadID=3323

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

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

Versions of packages ia32-libs depends on:
ii  dpkg   1.14.31   Debian package management system
ii  lib32asound2   1.0.16-2  ALSA library (32 bit)
ii  lib32gcc1  1:4.3.2-1.1   GCC support library (32 bit Versio
ii  lib32ncurses5  5.7+20081213-1shared libraries for terminal hand
ii  lib32stdc++6   4.3.2-1.1 The GNU Standard C++ Library v3 (3
ii  lib32z11:1.2.3.3.dfsg-12 compression library - 32 bit runti
ii  libc6-i386 2.7-18lenny7  GNU C Library: 32bit shared librar
ii  lsb-release3.2-20Linux Standard Base version report

ia32-libs recommends no packages.

Versions of packages ia32-libs suggests:
ii  ia32-libs-gtk 2.7+lenny1 GTK+ ia32 shared libraries

-- 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#633136: please progress forward 7.11~ to track upstream's release branch 7.11

2011-07-08 Thread Yaroslav Halchenko
Package: mesa
Version: 7.11~0-2
Severity: wishlist

I am helping to prepare packaging of openwalnut, and unfortunately mesa 7.10
was simply failing on assertion on my Intel card with openwalnut, and with
7.11~0 it gets into busy loop without any direct rendering to the screen
(resulting in black windows without update and 100% cpu consumption).  I
see that a lot work was done in upstream regarding intel cards since current
7.11~0 point, so would be great to be able to try it from "official" debian
package to assure future aptness of mesa for openwalnut before 7.11 finally
gets out.

P.S. or did you Cyril setup some repository with daily builds of mesa? (I
have some vague residual memory for that)

thanks in advance

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental'), (100, 
'stable')
Architecture: amd64 (x86_64)

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



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



Bug#631722: failed to get i915 symbols

2011-07-08 Thread Diego Gomez
I think the problem is here:

[9.435510] intel ips :00:1f.6: failed to get i915 symbols,
graphics turbo disabled

The context of this line is:

[9.435404] intel ips :00:1f.6: CPU TDP doesn't match expected
value (found 25, expected 29)
[9.435422] intel ips :00:1f.6: PCI INT C -> GSI 18 (level,
low) -> IRQ 18
[9.435510] intel ips :00:1f.6: failed to get i915 symbols,
graphics turbo disabled
[9.435695] intel ips :00:1f.6: IPS driver initialized, MCP temp limit 90

The last kernel I can use is 2.6.38-2

--
Diego.-



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



Bug#633135: [tipptrainer] support wx2.8

2011-07-08 Thread gregory hainaut
Package: tipptrainer
Version: 0.6.0-17.1
Severity: wishlist
Tags: patch

Dear Maintainer,

I wanted to play with some wx code. In the process I port tipptrainer to
wx2.6+ code and drop deprecated wx2.4 features. So I decide to share it
with you.

I did only basic test and compilation was done with wx2.8. The
url/server part must be checked carefully.

Best regards,
Gregorydiff -burNad tipptrainer-0.6.0/src/commonElements.cpp tipptrainer-0.6.0_port_wx_28/src/commonElements.cpp
--- tipptrainer-0.6.0/src/commonElements.cpp	2004-08-08 17:38:02.0 +0200
+++ tipptrainer-0.6.0_port_wx_28/src/commonElements.cpp	2011-07-08 21:24:01.621615467 +0200
@@ -35,7 +35,7 @@
   }
 
   if (retval == 0
-  || (url.GetProtocolName() == wxString(_T("file"))
+  || (url.GetScheme() == wxString(_T("file"))
 	  && !((wxFileInputStream*)retval)->Ok())) {
 delete retval;
 return 0;
diff -burNad tipptrainer-0.6.0/src/dirs.cpp tipptrainer-0.6.0_port_wx_28/src/dirs.cpp
--- tipptrainer-0.6.0/src/dirs.cpp	2003-11-23 00:22:30.0 +0100
+++ tipptrainer-0.6.0_port_wx_28/src/dirs.cpp	2011-07-08 21:23:58.391829635 +0200
@@ -16,7 +16,7 @@
 
 UrlFile::UrlFile (const wxString& url) {
   if (url.Length() > 0) {
-wxURL u(wxURL::ConvertFromURI(url));
+wxURL u(wxURL::Unescape(url));
 Init(u);
   }
 }
@@ -33,17 +33,17 @@
 }
 
 void UrlFile::Init (wxURL& url) {
-  this->protocol = url.GetProtocolName();
+  this->protocol = url.GetScheme();
   if (this->protocol == _T("file")) {
 this->path.Assign(UrlToFileName(url.GetURL()));
   } else {
-this->server = url.GetHostName();
-setFullPath(wxURL::ConvertFromURI(url.GetPath()));
+this->server = url.GetServer();
+setFullPath(wxURL::Unescape(url.GetPath()));
   }
 }
 
 wxURL* UrlFile::getURL () const {
-  return new wxURL(wxURL::ConvertFromURI(getURLstr()));
+  return new wxURL(wxURL::Unescape(getURLstr()));
 }
 
 wxString UrlFile::getURLstr () const {
@@ -58,7 +58,7 @@
 if (this->server.Length() > 0) {
   return this->protocol + wxString(_T("://"))
 		 + this->server
- + wxURL::ConvertToValidURI(getFullPath(true));
+ + wxURI(getFullPath(true)).BuildURI();
 } else {
   return _T("");
 }
@@ -101,13 +101,14 @@
* and that's why wxFileSys::FileNameToURL fails.
*/
   retval += wxURL::ConvertToValidURI(filename.GetVolume()+ wxFileName::GetVolumeSeparator());
+  retval += wxURI(filename.GetVolume()+ wxFileName::GetVolumeSeparator()).BuildURI();
 #endif
-  retval += wxURL::ConvertToValidURI(filename.GetFullPath(wxPATH_UNIX));
+  retval += wxURI(filename.GetFullPath(wxPATH_UNIX)).BuildURI();
   return retval;
 }
 
 wxFileName UrlFile::UrlToFileName (const wxString& url) {
-  wxString fullpath = wxURL::ConvertFromURI(url.Mid(wxString(_T("file:")).Len()));
+  wxString fullpath = wxURL::Unescape(url.Mid(wxString(_T("file:")).Len()));
 #ifdef __WXMSW__
   if (fullpath.compare(0,2,wxString(_T("//"))) == 0) {
 fullpath = fullpath.Mid(2);
diff -burNad tipptrainer-0.6.0/src/inputcontrol.h tipptrainer-0.6.0_port_wx_28/src/inputcontrol.h
--- tipptrainer-0.6.0/src/inputcontrol.h	2004-01-06 21:45:04.0 +0100
+++ tipptrainer-0.6.0_port_wx_28/src/inputcontrol.h	2011-07-08 21:07:22.375142826 +0200
@@ -33,8 +33,8 @@
   void setFont (wxFont& newFont);
   inline wxFont* getFont () { return localfont; };
 
-  void setBgColor (wxColor* newColor) { bgcolor= newColor; };
-  wxColor* getBgColor () { return bgcolor; };
+  void setBgColor (const wxColor* newColor) { bgcolor= newColor; };
+  const wxColor* getBgColor () { return bgcolor; };
 
   void setTextColor (wxColor* newColor) { textcolor= newColor; };
   wxColor* getTextColor () { return textcolor; };
@@ -45,7 +45,7 @@
 private:
   wxFont* localfont;
   wxColour* textcolor;
-  wxColour* bgcolor;
+  const wxColour* bgcolor;
 
   wxUChar specialLineEnd;
 
diff -burNad tipptrainer-0.6.0/src/lektionsauswahl.cpp tipptrainer-0.6.0_port_wx_28/src/lektionsauswahl.cpp
--- tipptrainer-0.6.0/src/lektionsauswahl.cpp	2004-07-05 20:18:12.0 +0200
+++ tipptrainer-0.6.0_port_wx_28/src/lektionsauswahl.cpp	2011-07-08 21:13:19.294253860 +0200
@@ -45,7 +45,6 @@
 			  _("Built-in lessons"), false);
   this->notebook->AddPage(getAddonLessonPage(this->notebook),
 			  _("Add-on lessons"), false);
-  wxNotebookSizer* nbs = new wxNotebookSizer(notebook);
 
   //create and add the buttons
   this->btnOk = new wxButton(this, B1, _("Start lesson"));
@@ -55,7 +54,7 @@
   buttonSizer->Add(this->btnCancel,1,wxEXPAND|wxALIGN_CENTER);
 
   wxBoxSizer* dialogSizer = new wxBoxSizer(wxVERTICAL);
-  dialogSizer->Add(nbs,1,wxEXPAND);
+  dialogSizer->Add(notebook,1,wxEXPAND);
   dialogSizer->Add(buttonSizer,0,wxALL|wxALIGN_CENTRE,10);
 
   SetSizer(dialogSizer);
diff -burNad tipptrainer-0.6.0/src/optionen.cpp tipptrainer-0.6.0_port_wx_28/src/optionen.cpp
--- tipptrainer-0.6.0/src/optionen.cpp	2004-08-08 16:04:31.0 +0200
+++ tipptrainer-0.6.0_port_wx_28/src/optionen.cpp	2011-07-08 21:13:59.320339

Bug#633100: [php-maint] Bug#633100: Bug#633100: php5-common: /etc/cron.d/php5 script runs find with fuser process which spawns too much process eats up the system

2011-07-08 Thread Thomas Goirand
On 07/08/2011 08:47 PM, Ondřej Surý wrote:
> severity 633100 minor
> *Hi,*
> *
> *I am sorry, but no size fits all, if you have a busy system you ought
> to tweak the default settings. Data integrity is more important than
> performance.*
> *
> *
> *I will make this more clear in the documentation, but the fuser stays
> as it is unless somebody can come up with smarter solution.
> *
> Ondřej Surý
> 
> On 8.7.2011, at 14:12, ile > fuser can spawn 2 or more processes making the system unstable

I'm sorry, but spawning 20 000 processes doesn't seem exactly a "minor"
issue to me. What are the conditions for this to happen?

Thomas



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



Bug#632970: cannot set keyboard layout for vserver

2011-07-08 Thread Anton Zinoviev
On Fri, Jul 08, 2011 at 03:04:44PM +0200, Harald Dunkel wrote:
> 
> I understand that you didn't take this into account on
> designing keyboard-configuration, but I cannot help it.

>From the description of the package:

 This package maintains the keyboard preferences in
 /etc/default/keyboard.  Other packages can use the information
 provided by this package in order to configure the keyboard on the
 console or in X Window.

Hence, it is not a job of keyboard-configuration to configure the 
keyboard.  The other packages can (but don't have to) use the 
information provided by keyboard-configuration in order to configure the 
keyboard.

Anton Zinoviev



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



Bug#633117: cannot override certain configuration variables

2011-07-08 Thread martin f krafft
also sprach Jelle de Jong  [2011.07.08.2100 +0200]:
> @@ -236,9 +237,10 @@
>  thingstoremove+=("$tempfile")
>  trap 'rm -f "${thingstoremove[@]}"' 0 1 2 3 15;
>  [ -z "$tempfile" ] && exit 1
> -files="$SYSCONF"
> +[ -r "$USERCONF" ] && files+="$USERCONF"
>  files+=$'\n'
>  files+=$(run-parts --list "$SYSDIR" )
> +[ -r "$SYSCONF" ] && files+=$'\n'"$SYSCONF"
>  if [ -n "$files" ]; then
>  while read file; do
>  set +e

Please consider the following patch to simplify things, but read on
below!

--- /tmp/pct-scanner-script 2011-07-08 21:19:55.731037910 +0200
+++ /usr/bin/pct-scanner-script 2011-07-08 21:22:07.174316546 +0200
@@ -229,20 +229,15 @@
 tempfile=$(mktemp -p "/tmp/" tempfile.XX)
 trap "rm -f $tempfile" 0 1 2 3 15
 [ -z "$tempfile" ] && exit 1
-[ -r "$USERCONF" ] && files+="$USERCONF"
-files+=$'\n'
-files+=$(run-parts --list "$SYSDIR" )
-[ -r "$SYSCONF" ] && files+=$'\n'"$SYSCONF"
-if [ -n "$files" ]; then
-while read file; do
-set +e
-[ ! -r "$file" ] && continue
-sed -n '/^\['"$section"'\]$/,/^\[.*\]$/{//!p}' "$file" > 
"$tempfile"
-scan_configuration "$tempfile"
-. "$tempfile"
-set -e
-done < <(echo "$files")
-fi
+files=("$USERCONF" $(run-parts --list "$SYSDIR" ) "$SYSCONF")
+for file in $files; do
+set +e
+[ ! -r "$file" ] && continue
+sed -n '/^\['"$section"'\]$/,/^\[.*\]$/{//!p}' "$file" > "$tempfile"
+scan_configuration "$tempfile"
+. "$tempfile"
+set -e
+done
 }
 
 function check_dependencies()



I still do not think this is right. You are suggesting that your
configuration system works on a first-come-first-serve basis, i.e.
earlier configuration files overrride later configuration files
(else you would source the userconf last!). However, run-parts will
return a list increasing in "priority".

I suggest that you rework this to read SYSCONF before run-parts
before USERCONF. You do not need any
"unless-variable-is-already-set" logic because of the use of shell
variables. For instance:

  SYSCONF:
[lineart]
RESOLUTION=300

  SYSCONF.D/50-CONFIG:
[lineart]
RESOLUTION=900

  USERCONF;
[lineart]
RESOLUTION=1200

[lineart-madduck]
RESOLUTION=2400


If I invoke --lineart, RESOLUTION should be 900.

If I invoke --lineart --config madduck, RESOLUTION should be 1200.

Right?

In this case use sed (as you currently do) to select the applicable
config stanza, and then just source (with the '.' command) the
snippets.

Ideally, just iterate the configuration files in the suggested order
and use sed to cut out the configuration under the [stanzas]. Just
write it all to a tempfile, which will then contain:

  RESOLUTION=300
  RESOLUTION=900
  RESOLUTION=1200
  RESOLUTION=2400

and source it.

By the magic of shell, when invoked with --lineart, RESOLUTION will
be 2400 if [lineart-madduck] was included (i.e. if --config madduck
was passed), or 1200 if it was not.

And this should work exactly the same for all variables.

If you want to go one step further:

Since SYSCONF includes a call to $(scanadf …) (which is slow), you
could merge new configuration items into the tempfile, overwriting
existing ones. Finally, source the file ('.'). If the user overwrote
DEVICE, then his/her value will be used, and the call to $(scanadf …)
will not happen.

-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
the english take english for granted.
but if we explore its paradoxes,
we find that quicksand can work slowly.


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#633134: getent shadow didn't work, reinstalling libpam-ldap didn't reset /etc/pam.d/common-* files

2011-07-08 Thread Jeffrey G Thomas
Package: libpam-ldap
Version: 184-8.5
Severity: normal

*** Please type your report below this line ***
We were unable to get a hash when running
shell#  getent shadow

we would get responses like:
someuser:*7:::

but we needed the hash such as:
someuser:ZZIth4dB3fq.g7:::

In the attempts to get this working, I installed libpam-ldapd (which removed 
libpam-ldap) and configured that.  No fix.  Reinstalling libpam-ldap (removed 
libpam-ldapd) suddenly caused errors preventing SSH logins, error "PAM bad jump 
in stack".  I replaced the /etc/pam.d/common-* from backed up files and 
suddenly, everything started to work.



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

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

Versions of packages libpam-ldap depends on:
ii  debconf [debconf-2.0] 1.5.36.1   Debian configuration management sy
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libldap-2.4-2 2.4.23-7.2 OpenLDAP libraries
ii  libpam-runtime1.1.1-6.1  Runtime support for the PAM librar
ii  libpam0g  1.1.1-6.1  Pluggable Authentication Modules l

libpam-ldap recommends no packages.

Versions of packages libpam-ldap suggests:
ii  libnss-ldap   264-2.2NSS module for using LDAP as a nam

-- debconf information:
* libpam-ldap/rootbindpw: (password omitted)
  libpam-ldap/bindpw: (password omitted)
* shared/ldapns/base-dn: dc=sierrabravo,dc=net
  libpam-ldap/override: true
* shared/ldapns/ldap_version: 3
* libpam-ldap/dblogin: false
* shared/ldapns/ldap-server: ldaps://auth.sierrabravo.net:636/ 
ldaps://golf.sierrabravo.net:636/
* libpam-ldap/pam_password: crypt
  libpam-ldap/binddn: cn=proxyuser,dc=example,dc=net
* libpam-ldap/rootbinddn: cn=authuser,dc=sierrabravo,dc=net
* libpam-ldap/dbrootlogin: true



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



Bug#633063: apt-listbugs: File descriptor leak?

2011-07-08 Thread Francesco Poli
On Fri, 8 Jul 2011 14:01:15 -0400 (EDT) Ivan Jager wrote:

> On Fri, 8 Jul 2011, Francesco Poli wrote:
[...]
> > If you feel adventurous enough, you could clone the git repository and
> 
> I worked around it this time by doing an apt-get upgrade first, then a 
> dist-upgrade,
[...]
> So, I guess I'll just wait for the new 
> version to hit unstable, although hopefully I won't be getting this far 
> behind on upgrades for a while.

OK.

> 
> Thanks,

You're welcome.
Bye.


-- 
 http://www.inventati.org/frx/frx-gpg-key-transition-2010.txt
 New GnuPG key, see the transition document!
. Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE


pgpuhSiNdsnCA.pgp
Description: PGP signature


Bug#633132: ekiga-dbg: uninstallable (libpt2.6.7-dbg disappeared)

2011-07-08 Thread Adam D. Barratt
On Fri, 2011-07-08 at 20:49 +0200, Julien Cristau wrote:
> apparently the latest ptlib upload decided to drop its -dbg package, but
> ekiga-dbg still depends on it.  Please fix asap.

Specifically, it looks like you want to be depending on libpt-dbg now.

Regards,

Adam




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



Bug#633117: cannot override certain configuration variables

2011-07-08 Thread Jelle de Jong
On 08-07-11 20:00, martin f krafft wrote:
> Yes, I am aware of this. I would like to override [lineart] as I do
> not want to have to specify --config too. I (the user) want to
> change the way [lineart] works (resolution=300, rather than 600)
> without having to change the global system configuration files, or
> pass additional configuration options.

Thank you! Problem has been reproduced and confirmed and will be fixed.
Nice catch!

The attached patch should both fix your problem and add the user
configuration feature.

Kind regards,

Jelle
Index: pct-scanner-scripts-devel/pct-scanner-script
===
--- pct-scanner-scripts-devel/pct-scanner-script	(revision 227)
+++ pct-scanner-scripts-devel/pct-scanner-script	(working copy)
@@ -4,7 +4,7 @@
 # Author:   Copyright Jelle de Jong 
 # Note: Please send me an email if you enhanced the script
 # Date: 2009-01-09 / 2009-02-26 / 2009-03-31 / 2009-12-28
-# Date: 2009-12-29 / 2010-09-27 /  ...
+# Date: 2009-12-29 / 2010-09-27 / 2011-07-08 / ...
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@
 TEXTDOMAINDIR=/usr/share/locale
 TEXTDOMAIN=pct-scanner-script
 
-version="0.0.6"
+version="0.0.7"
 author="Jelle de Jong "
 donation="http://www.tuxcrafter.net/pages/contact.html#paypal-donation";
 homepage="https://secure.powercraft.nl/svn/packages/trunk/source/pct-scanner-scripts/";
@@ -35,6 +35,7 @@
 
 SYSCONF=/etc/pct-scanner-script.conf
 SYSDIR=/etc/pct-scanner-script.conf.d/
+USERCONF="${HOME}"/.pct-scanner-script.conf
 PROCESS=/usr/lib/pct-scanner-scripts/pct-scanner-script-process
 
 unset LINEART
@@ -236,9 +237,10 @@
 thingstoremove+=("$tempfile")
 trap 'rm -f "${thingstoremove[@]}"' 0 1 2 3 15;
 [ -z "$tempfile" ] && exit 1
-files="$SYSCONF"
+[ -r "$USERCONF" ] && files+="$USERCONF"
 files+=$'\n'
 files+=$(run-parts --list "$SYSDIR" )
+[ -r "$SYSCONF" ] && files+=$'\n'"$SYSCONF"
 if [ -n "$files" ]; then
 while read file; do
 set +e


signature.asc
Description: OpenPGP digital signature


Bug#633133: slapd: package purge/install breaks

2011-07-08 Thread Isaac Freeman
Package: slapd
Version: 2.4.23-7.2
Severity: important


aptitude remove --purge slapd

followed by 

aptitude install slapd

reports errors with post-install scripts trying to manipulate configuration 
files.

Full session log:

(0) isaac @ ldap2 : ~
$ sudo aptitude remove --purge slapd
The following packages will be REMOVED:  
  libltdl7{pu} libperl5.10{pu} libslp1{pu} odbcinst{pu} 
  odbcinst1debian2{pu} slapd unixodbc{pu} 
0 packages upgraded, 0 newly installed, 7 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 5,685 kB will be freed.
Do you want to continue? [Y/n/?] 
(Reading database ... 30426 files and directories currently installed.)
Removing slapd ...
Stopping OpenLDAP: slapd.
Processing triggers for man-db ...
(Reading database ... 30207 files and directories currently installed.)
Removing unixodbc ...
Purging configuration files for unixodbc ...
Removing libperl5.10 ...
Removing libslp1 ...
Purging configuration files for libslp1 ...
Removing odbcinst1debian2 ...
Purging configuration files for odbcinst1debian2 ...
Removing odbcinst ...
Purging configuration files for odbcinst ...
Removing libltdl7 ...
Purging configuration files for libltdl7 ...
Processing triggers for man-db ...
 

(0) isaac @ ldap2 : ~
$ 

(0) isaac @ ldap2 : ~
$ 

(0) isaac @ ldap2 : ~
$ sudo aptitude install slapd
[sudo] password for isaac: 

(1) isaac @ ldap2 : ~
$ cd /var/lib/ldap/

(0) isaac @ ldap2 : /var/lib/ldap
$ ls
alock __db.004   entryCSN.bdb   log.01   ou.bdb
cn.bdb__db.005   entryUUID.bdb  loginShell.bdb   sn.bdb
__db.001  __db.006   gidNumber.bdb  mail.bdb sudoUser.bdb
__db.002  DB_CONFIG  givenName.bdb  memberUid.bdbuid.bdb
__db.003  dn2id.bdb  id2entry.bdb   objectClass.bdb  uidNumber.bdb

(0) isaac @ ldap2 : /var/lib/ldap
$ cd ..

(0) isaac @ ldap2 : /var/lib
$ sudo mv ldap/ ldap-bak
[sudo] password for isaac: 

(0) isaac @ ldap2 : /var/lib
$ sudo aptitude install slapd
The following NEW packages will be installed:
  libltdl7{a} libperl5.10{a} libslp1{a} odbcinst{a} odbcinst1debian2{a} 
  slapd unixodbc{a} 
0 packages upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/2,325 kB of archives. After unpacking 5,685 kB will be used.
Do you want to continue? [Y/n/?] 
Preconfiguring packages ...  
Selecting previously deselected package libltdl7.
(Reading database ... 30127 files and directories currently installed.)
Unpacking libltdl7 (from .../libltdl7_2.2.6b-2_amd64.deb) ...
Selecting previously deselected package libperl5.10.
Unpacking libperl5.10 (from .../libperl5.10_5.10.1-17squeeze2_amd64.deb) ...
Selecting previously deselected package libslp1.
Unpacking libslp1 (from .../libslp1_1.2.1-7.8_amd64.deb) ...
Selecting previously deselected package odbcinst.
Unpacking odbcinst (from .../odbcinst_2.2.14p2-1_amd64.deb) ...
Selecting previously deselected package odbcinst1debian2.
Unpacking odbcinst1debian2 (from .../odbcinst1debian2_2.2.14p2-1_amd64.deb) ...
Selecting previously deselected package unixodbc.
Unpacking unixodbc (from .../unixodbc_2.2.14p2-1_amd64.deb) ...
Selecting previously deselected package slapd.
Unpacking slapd (from .../slapd_2.4.23-7.2_amd64.deb) ...
Processing triggers for man-db ...
Setting up libltdl7 (2.2.6b-2) ...
Setting up libperl5.10 (5.10.1-17squeeze2) ...
Setting up libslp1 (1.2.1-7.8) ...
Setting up odbcinst (2.2.14p2-1) ...
Setting up odbcinst1debian2 (2.2.14p2-1) ...
Setting up unixodbc (2.2.14p2-1) ...
Setting up slapd (2.4.23-7.2) ...
  Backing up /etc/ldap/slapd.d in /var/backups/slapd-2.4.23-7.2... done.
Starting OpenLDAP: slapd failed!
invoke-rc.d: initscript slapd, action "start" failed.
dpkg: error processing slapd (--configure):
 subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
  Errors were encountered while processing:
 slapd
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up slapd (2.4.23-7.2) ...
  Backing up /etc/ldap/slapd.d in /var/backups/slapd-2.4.23-7.2... done.
Starting OpenLDAP: slapd failed!
invoke-rc.d: initscript slapd, action "start" failed.
dpkg: error processing slapd (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 slapd
 

(255) isaac @ ldap2 : /var/lib
$ 



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

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
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 slapd depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  coreutils  8.5-1 GNU core utiliti

Bug#633132: ekiga-dbg: uninstallable (libpt2.6.7-dbg disappeared)

2011-07-08 Thread Julien Cristau
Package: ekiga-dbg
Version: 3.2.7-2
Severity: serious
Tags: wheezy sid

apparently the latest ptlib upload decided to drop its -dbg package, but
ekiga-dbg still depends on it.  Please fix asap.

Cheers,
Julien



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



Bug#633131: ITP: diod -- I/O forwarding server for 9P

2011-07-08 Thread Євгеній Мещеряков
Package: wnpp
Severity: wishlist
Owner: "Євгеній Мещеряков" 

* Package name: diod
  Version : 1.0~pre44
  Upstream Author : Jim Garlick garlick at llnl dot gov
* URL : http://code.google.com/p/diod/
* License : GPL, BSD
  Programming Lang: C
  Description : I/O forwarding server for 9P

diod is a 9P server used in combination with the kernel v9fs file
system for I/O forwarding on Linux clusters.



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



Bug#633130: No DVB-T uri handler

2011-07-08 Thread Camaleón
Package: totem-gstreamer
Version: 2.30.2
Severity: normal
Tags: wheezy

After installing several packages to enable DVB-T within Totem, I cannot get it
working.

test@debian:~$ LANG=POSIX; gst-launch-0.10 playbin "uri=dvb://ANTENA 3"
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPlayBin:playbin0: A DVB protocol source plugin is
required to play this stream, but not installed.
Additional debug info:
gstplaybasebin.c(1685): gen_source_element (): /GstPlayBin:playbin0:
No URI handler for dvb
Setting pipeline to NULL ...
Freeing pipeline ...

test@debian:~$ LANG=POSIX; totem
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
** Message: Error: Resource not found.
gstrtspsrc.c(4526): gst_rtspsrc_send ():
/GstPlayBin2:play/GstURIDecodeBin:uridecodebin0/GstRTSPSrc:source:
Not Found




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

Kernel: Linux 2.6.39-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (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#633122: integrate unpaper

2011-07-08 Thread Jelle de Jong
On 08-07-11 17:32, martin f krafft wrote:
> Package: pct-scanner-scripts
> Version: 0.0.4-3
> Severity: wishlist
> 
> It would be really cool if I could integrate unpaper post-processing
> with pct-scanner-scripts!

Thank you for the report! Your request for unpaper is valid, I see
enough cases where this may be usable.

I have been thinking about a way for users to run there own scripts

I may add an --script ... options that allows a path to a script or
application that can run on the page.

That will be called in the processing script as first step before the
image will be used. The input image can then be changed by this
"script/app" as the users wishes...

Will this fill your needs?

I have also been looking at OCR for the DJVU output, but have not yet
succeeded in usable OCR results in Dutch or English with floss software...

Kind regards,

Jelle



signature.asc
Description: OpenPGP digital signature


Bug#633122: integrate unpaper

2011-07-08 Thread martin f krafft
also sprach Jelle de Jong  [2011.07.08.2002 +0200]:
> Thank you for the report! Your request for unpaper is valid, I see
> enough cases where this may be usable.
> 
> I have been thinking about a way for users to run there own scripts
> 
> I may add an --script ... options that allows a path to a script or
> application that can run on the page.

I'd suggest --script-dir too.

> That will be called in the processing script as first step before the
> image will be used. The input image can then be changed by this
> "script/app" as the users wishes...

What would be input and output of this script?

> Will this fill your needs?

Sure, although a tighter integration of unpaper would probably
benefit more users and require less local customisation. It's a nice
piece of software.

> I have also been looking at OCR for the DJVU output, but have not
> yet succeeded in usable OCR results in Dutch or English with floss
> software...

Yes, I have not been going anywhere near OCR yet. Btw, it would be
good for PDF too, not just DjVu.

-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
"no survivors? then where do the stories come from I wonder?"
   -- captain jack sparrow


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#612035: [Pkg-phototools-devel] Bug#612035: vulnerability: rewrite arbitrary user file

2011-07-08 Thread Julien Cristau
On Fri, Jul  8, 2011 at 16:08:17 +0200, Andreas Tille wrote:

> @@ -275,7 +278,21 @@
>   path = "";
> }
> else
> -  path = "/tmp/";
> +  snprintf(cppid, sizeof(cppid), "%06ld", (long) getpid());
> +
> + while ((path == NULL) && (i < )) {
> + snprintf(num, sizeof(num), "%06ld", i++);
> +
> + path = estrjoin("", "/tmp/feh", "_", cppid, "_", num, "/", 
> NULL);
> + if (mkdir(path, 0700) == -1) {
> + free(path);
> + path = NULL;
> + } else
> + opt.tmp_path = path;
> + }
> + if (path == NULL)
> + weprintf("Failed to create temporary directory:");
> +
>  
> basename = strrchr(url, '/') + 1;
> tmpname = feh_unique_filename(path, basename);

ick.  mkdtemp(3), please.

Cheers,
Julien



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



Bug#633117: cannot override certain configuration variables

2011-07-08 Thread martin f krafft
also sprach Jelle de Jong  [2011.07.08.1939 +0200]:
> You now you can make your own config sections like [martin-lineart] and
> use --config martin-lineart to use it. If a section has the same name it
> should be overwritten by every new config encountered in a config file.

Yes, I am aware of this. I would like to override [lineart] as I do
not want to have to specify --config too. I (the user) want to
change the way [lineart] works (resolution=300, rather than 600)
without having to change the global system configuration files, or
pass additional configuration options.

> I may have missed something but I don't see it right now. Can you
> sent me your config files and an description of the behaviour you
> get and what you want it to be.

The files in /etc are like you provide them. My userconf is
attached.

The problem is that even with my updated patch, RESOLUTION stays at
600. This is because scan_configuration deletes it from
configuration files parsed later, if it has been defined by an
earlier configuration file.

Thanks for your fast reply!

-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
"this week dragged past me so slowly;
 the days fell on their knees..."
-- david bowie
# pct-scanner-script --mostlytext
[lineart]
DEVICE='net:scanner:hpaio:/net/HP_LaserJet_3052?ip=192.168.14.30'
LINEART=1
SOURCE=ADF
RESOLUTION=300
OUTDIR=${TMPDIR}
OPEN=$(which pdfchain)
RMINPUT=1
NODJVU=1
NOPDF=0
CLEAN=1

[grey]
DEVICE='net:scanner:hpaio:/net/HP_LaserJet_3052?ip=192.168.14.30'
GRAYSCALE=1
SOURCE=ADF
RESOLUTION=300
OUTDIR=${TMPDIR}
OPEN=$(which pdfchain)
RMINPUT=1
NODJVU=1
CLEAN=1


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#633063: apt-listbugs: File descriptor leak?

2011-07-08 Thread Ivan Jager

On Fri, 8 Jul 2011, Francesco Poli wrote:

[...]
And I have (hopefully) good news for you: I prepared some modifications
for apt-listbugs that *should* work around this libdpkg-ruby1.8 bug.
These modifications are already on the public git repository (master
branch) and should be part of the next upload (to unstable) of
apt-listbugs.

If you feel adventurous enough, you could clone the git repository and


I worked around it this time by doing an apt-get upgrade first, then a 
dist-upgrade, so it installed about half the packages in the first batch 
and the other half in the second. So, I guess I'll just wait for the new 
version to hit unstable, although hopefully I won't be getting this far 
behind on upgrades for a while.


Thanks,
Ivan



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



Bug#633129: znc: please provide packaging VCS URLs

2011-07-08 Thread David Bremner
Package: znc
Severity: wishlist

Hi;

If you have znc packaging in a version control system somewhere,
please add the appropriate fields to debian/control so that
e.g. debcheckout works.

Thanks.

David


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

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



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



Bug#633121: per-user configuration

2011-07-08 Thread Jelle de Jong
On 08-07-11 17:28, martin f krafft wrote:
> Package: pct-scanner-scripts
> Version: 0.0.4-3
> Severity: wishlist
> Tags: patch
> 
> Please let me override configuration with
> ~/.pct-scanner-script.conf.

Thank you for the report! User based configuration files as
~/.pct-scanner-script.conf will be added to the script.

> PS: it seems weird that /etc/pct-scan-script.conf.d/* have lower
> priority than /etc/pct-scan-script.conf.

Hmm, they shouldn't have... configurations found in
/etc/pct-scan-script.conf.d/* should overwrite
/etc/pct-scan-script.conf. Please see #633117 for further discussion.

Kind regards,

Jelle



signature.asc
Description: OpenPGP digital signature


Bug#633117: cannot override certain configuration variables

2011-07-08 Thread Jelle de Jong
Hi Martin,

On 08-07-11 17:54, martin f krafft wrote:
> Due to scan_configuration, which removes the options RESUME, OUTDIR,
> DEVICE, SOURCE, and RESOLUTION from later configuration files
> (higher priority ones), if they have already been specified, it is
> impossible to override those options in a higher priority
> configuration file.

Thank you for the report. I have been looking at my bash script, and
thought I made a pretty flexible and usable configuration system :D

You now you can make your own config sections like [martin-lineart] and
use --config martin-lineart to use it. If a section has the same name it
should be overwritten by every new config encountered in a config file.

The SYSCONF is called first then the SYSDIR files and then USERCONF (the
userconf will be added).

I may have missed something but I don't see it right now. Can you sent
me your config files and an description of the behaviour you get and
what you want it to be.

Kind regards,

Jelle



signature.asc
Description: OpenPGP digital signature


Bug#633128: debian-installer: Squeeze Installer fails to detect RDC PATA controller

2011-07-08 Thread Kushal Koolwal
Package: debian-installer
Severity: important
Tags: d-i

Debian Squeeze Net Install disc fails to detect my RDC PATA controller when it
tries to detect the disks. I end up with the dialog "No disk drive was dtected.
If you know the name of the driver needed by your disk drive, you can select
from the list." Unfortunately, even the list of the drivers does not have the
driver (pata_rdc) for the controller.

My system is a VortexDX based 486 system. The driver support for this IDE
controller has been in the Linux kernel since 2.6.32.
http://lxr.linux.no/#linux+v2.6.32/drivers/ata/pata_rdc.c

Interestingly, if I attach a hard drive to my system with Debian Squeeze
(2.6.32-5-486) already installed, the kernel boots just fine and loads the
pata_rdc driver:

debian:~# lsmod
Module  Size  Used by
acpi_cpufreq3622  0
processor  23003  1 acpi_cpufreq
thermal_sys 9346  1 processor
cpufreq_powersave602  0
cpufreq_userspace   1304  0
cpufreq_conservative 3902  0
cpufreq_stats   1592  0
fuse   43201  3
loop9573  0
psmouse48562  0
evdev   5520  3
pcspkr  1235  0
serio_raw   2912  0
ext3   92740  1
jbd27954  1 ext3
mbcache 3482  1 ext3
usbhid 27576  0
hid50948  1 usbhid
sd_mod 25957  3
crc_t10dif  1012  1 sd_mod
ata_generic 2059  0
ohci_hcd   17179  0
pata_rdc2789  2
libata117307  2 ata_generic,pata_rdc
r6040   8056  0
ehci_hcd   28827  0
scsi_mod  102293  2 sd_mod,libata
usbcore98489  4 usbhid,ohci_hcd,ehci_hcd
mii 2654  1 r6040
nls_base4445  1 usbcore

Here is the relevant output of lspci -vvxx for IDE controller:

00:0c.0 IDE interface: RDC Semiconductor, Inc. Device 1011 (rev 01) (prog-if 8a
[Master SecP PriP])
Subsystem: RDC Semiconductor, Inc. Device 1011
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort-
SERR- 

Bug#632419: [a...@users.sourceforge.net: Re: support for serial pointer device]

2011-07-08 Thread Jonathan Nieder
reopen 632419
tags 632419 =
--- Begin Message ---

Hi,

On Thu, 7 Jul 2011, Jonathan Nieder wrote:


a...@users.sourceforge.net wrote:

Moreover, the configuration does not work anymore as it is; it causes errors.




What are those errors?  That might be an X bug.  (Ideally, upgrades of
any program should not break working configurations without warning.)


Quite. I am at a different computer now; one thing I specifically remember is X
complaining about "fbcon" missing even though nothing of that name is mentioned 
in the
config file.  Accessing the two heads did not work immediately, either. I 
stopped trying
quickly because everything except the serial mouse worked out of the box (more 
or less).


But even if I make it work or create a barebones X configuration file just with 
the
Pointer Device set to /dev/ttyS0, the pointer is not functional.


If this is true and xserver-xorg-input-mouse is installed, then it
would definitely be an X bug.


Interesting. I'll have to check this. I was not aware of the necessity of 
installing extra
packages for X. If it works with Input Attach, doesn't that mean all parts of X 
are
functional?


program, since the general approach to X installation nowadays is to
autodetect as much as possible.

The idea of a debconf prompt when installing and no pointer device is
present sounds more interesting, though it might be hard to get right.
Reassigning to the X maintainers in case someone there is interested.

Thanks for writing, and hope that helps.


Thank _you_. This sounds like the perfect approach, as it will get GPM &c. 
configured as
well.

Cheers,

Axel
--- End Message ---


Bug#633063: apt-listbugs: File descriptor leak?

2011-07-08 Thread Francesco Poli
reassign 633063 libdpkg-ruby1.8 0.3.6
severity 633063 grave
affects 633063 + apt-listbugs
merge 633063 585448
thanks


On Thu, 07 Jul 2011 18:49:59 -0400 Ivan Jager wrote:

[...]
> It seems to crash with big updates involving a lot of packages. Here is the
> relevant output:
[...]
> Reading package fields... 92% ... E: Too many open files

Hi Ivan,
thanks for reporting the bug you experienced.

It seems to me that you have been hit by bug #585448: I am therefore
reassigning your report to the package where the actual bug is
(libdpkg-ruby1.8) and merging it with the other bug report.

[...]
> I think I've seen this happen before too.

Indeed, this is not a new issue.

And I have (hopefully) good news for you: I prepared some modifications
for apt-listbugs that *should* work around this libdpkg-ruby1.8 bug.
These modifications are already on the public git repository (master
branch) and should be part of the next upload (to unstable) of
apt-listbugs.

If you feel adventurous enough, you could clone the git repository and
build a (release-candidate) version 0.1.5~rc4 of apt-listbugs (inside a
sid chroot).
Alternatively, I could send you an already built package, if you prefer.
Obviously, if you install such a (pre-release) package, please tell me
whether it actually works around the bug.


Bye.


P.S.: please Cc: me on replies, if you want me to read them, since I am
not going to be automatically notified of replies to this bug, after it
is reassigned to libdpkg-ruby1.8 ...


-- 
 http://www.inventati.org/frx/frx-gpg-key-transition-2010.txt
 New GnuPG key, see the transition document!
. Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE


pgpfDCW2cnGTo.pgp
Description: PGP signature


Bug#594691: #594691: Reopening, still unavailable for python2.7

2011-07-08 Thread Jérémie Tarot
Package: python-profiler
Followup-For: Bug #594691


Hi,

Just tried to install python-profiler on my Debian Testing (Mint Debian
Edition actually) and failed to.

I have both installed:
ii  python2.6  2.6.7-1
ii  python2.7  2.7.1-8

but:
apt-cache show python-profiler
Package: python-profiler
Version: 2.6.6-1

Filename:
pool/non-free/p/python-profiler/python-profiler_2.6.6-1_all.deb

Error is the same



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



Bug#633059: systemd: /run transition: Please switch use of /lib/init/rw to /run

2011-07-08 Thread Michael Biebl
> Yeah, I'm guessing you're seeing systemd using /lib/init/rw is because
> we ship a mount unit for that directory.  Once all other packages have
> stopped using it we can stop providing it.
> 
> I see that the mount unit does not have a ConditionPathIsDirectory for
> the unit, I'll fix that and then close this bug.

Adding ConditionPathIsDirectory is a good idea.
It will basically make the unit a no-op as soon as /lib/init/rw goes away.

Am 08.07.2011 18:55, schrieb Tollef Fog Heen:
> ]] Roger Leigh 
> 
> | IIRC, I discussed with mbiebl whether or not we should add a versioned
> | Breaks to initscripts on all packages currently using /lib/init/rw
> | (once they are fixed to use /run) to ensure that all users of
> | /lib/init/rw are no longer present, in order to allow the removal of
> | /lib/init/rw for wheezy.  Would it be appropriate for systemd to also
> | use the same set of Breaks?
> 
> I'd probably just depend on initscripts for now to not have to keep the
> list in sync in two places.

Unless we want to remove the lib-init-rw.mount unit file in time for wheezy, we
can just rely on initscripts doing the cleanup for us and lib-init-rw.mount
becoming a no-op (via ConditionPathIsDirectory) , and remove the file in wheezy 
+ 1.

That said, bumping the dependency on initscripts is not that big of a deal, so
I guess we should just do that.

Cheers,
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#632891: missing -lgpg-error in gnutls.pc:Libs.private

2011-07-08 Thread Andreas Metzler
On 2011-07-07 Marcin Owsiany  wrote:
> On Thu, Jul 07, 2011 at 07:57:12PM +0200, Andreas Metzler wrote:
>> On 2011-07-06 Marcin Owsiany  wrote:
>>> Package: libgnutls-dev
>>> Version: 2.10.5-2
>>> Severity: normal

>>> It is not possible to staticly link the following sample program while
>>> depending on the information provided by pkg-config, because the pkg-config
>>> file for gnutls only lists -lgcrypt, but not its static dependencies.
[...]

>> True. However since gcrypt does not provide a pkg-config file (not
>> wanted upstream) there is no elegant way to fix this. I guess we will
>> end up hardcoding gcrypt's static depends in gnutls' ./configure.

> Perhaps they could reconsider if you explain the rationale with this as
> an example?

Hello,
It is a pretty weak argument, as gnutls nowadays prefers nettle over
gcrypt and has dropped gcrypt support in git HEAD.

> Alternatively, maybe the gcrypt Debian package maintainer could
> distribute the pkgconfig file? That would at least be a better place
> than gnutls...

That would be me. ;-) I think patching gnutls will be less work both
in the short and the long term, a gnutls patch has good chances of being
merged upstream.

cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



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



Bug#633059: systemd: /run transition: Please switch use of /lib/init/rw to /run

2011-07-08 Thread Tollef Fog Heen
]] Roger Leigh 

| IIRC, I discussed with mbiebl whether or not we should add a versioned
| Breaks to initscripts on all packages currently using /lib/init/rw
| (once they are fixed to use /run) to ensure that all users of
| /lib/init/rw are no longer present, in order to allow the removal of
| /lib/init/rw for wheezy.  Would it be appropriate for systemd to also
| use the same set of Breaks?

I'd probably just depend on initscripts for now to not have to keep the
list in sync in two places.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are



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



Bug#615593: libhtml-mason-perl: deprecation warnings with perl 5.12

2011-07-08 Thread Ivan Kohler
On Fri, Jul 08, 2011 at 06:07:58PM +0300, Niko Tyni wrote:
> 
> Ping?  Upstream 1.45 has been available for a year and a half now, and
> Perl 5.12 has been in sid/wheezy for two months. These warning messages
> are rather annoying at least with Request Tracker and should really be
> fixed for wheezy.
> 
> Ivan, do you need help with this package? How about moving it to the
> pkg-perl team?

Hi,

The package has already been checked into the pkg-perl repository (and 
upgraded to 1.45).  Other folks from the pkg-perl team: please feel free 
to finish the 1.45 upgrade and upload packages.

-- 
_ivan



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



Bug#353100: Bug #353100: Fixed upstream (but not in Debian yet)

2011-07-08 Thread Benoît Knecht
tag 353100 fixed-upstream
thanks

This bug [1] has been fixed upstream [2] since version 8.6, but is not
fixed in Debian yet.

[1] http://bugs.debian.org/353100
[2] 
http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=5b3adc0d42463cdaf5177908bb434371e01eef96

-- 
Benoît Knecht



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



Bug#633059: systemd: /run transition: Please switch use of /lib/init/rw to /run

2011-07-08 Thread Roger Leigh
On Fri, Jul 08, 2011 at 06:04:16PM +0200, Tollef Fog Heen wrote:
> ]] Roger Leigh 
> 
> | For the case of systemd, the recommendations WRT initscripts
> | dependencies may be inappropriate, in which case I guess this
> | something systemd will already be handling internally (mounting
> | /lib/init/rw).
> 
> Yeah, I'm guessing you're seeing systemd using /lib/init/rw is because
> we ship a mount unit for that directory.  Once all other packages have
> stopped using it we can stop providing it.
> 
> I see that the mount unit does not have a ConditionPathIsDirectory for
> the unit, I'll fix that and then close this bug.

Cool, thanks.

IIRC, I discussed with mbiebl whether or not we should add a versioned
Breaks to initscripts on all packages currently using /lib/init/rw
(once they are fixed to use /run) to ensure that all users of
/lib/init/rw are no longer present, in order to allow the removal of
/lib/init/rw for wheezy.  Would it be appropriate for systemd to also
use the same set of Breaks?


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#522256: Your ad

2011-07-08 Thread kifkifads

Hello,



Your ad here:



http://www.kif-kif.net/an/



Thanks




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



Bug#633127: /etc/grub/20_linux does not recognise some old Xen kernels

2011-07-08 Thread Ian Jackson
Package: grub-common
Version: 1.98+20100804-14
Tags: patch

>From /etc/grub/20_linux_xen:
| linux_list=`for i in /boot/vmlinu[xz]-* /vmlinu[xz]-* ; do
| basename=$(basename $i)
| version=$(echo $basename | sed -e "s,^[^0-9]*-,,g")
| if grub_file_is_not_garbage "$i" && grep -qx "CONFIG_XEN_DOM0=y" 
/boot/config-${version} 2> /dev/null ; then echo -n "$i " ; fi
|   done`
| xen_list=`for i in /boot/xen*; do
| if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi
|   done`

This checks for CONFIG_XEN_DOM0=y.  However, older "traditional"
(non-dom0-pvops) kernels use a different configuration option for
this (see below).

People may continue to use these old kernels for a variety of reasons.
So I suggest that this test should be changed:


--- /etc/grub.d/20_linux_xen~   2011-01-17 23:37:04.0 +
+++ /etc/grub.d/20_linux_xen2011-07-08 17:06:01.0 +0100
@@ -92,7 +92,7 @@
 linux_list=`for i in /boot/vmlinu[xz]-* /vmlinu[xz]-* ; do
basename=$(basename $i)
version=$(echo $basename | sed -e "s,^[^0-9]*-,,g")
-if grub_file_is_not_garbage "$i" && grep -qx "CONFIG_XEN_DOM0=y" 
/boot/config-${version} 2> /dev/null ; then echo -n "$i " ; fi
+if grub_file_is_not_garbage "$i" && grep -qx 
'CONFIG_XEN_\(DOM0\|PRIVILEGED_GUEST\)=y' /boot/config-${version} 2> /dev/null 
; then echo -n "$i " ; fi
   done`
 xen_list=`for i in /boot/xen*; do
 if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi


Thanks,
Ian.

root@gall-mite:~# grep CONFIG_XEN /boot/config-2.6.27.45-0.1.1 
CONFIG_XEN_SAVE_RESTORE=y
CONFIG_XEN_PCIDEV_FRONTEND=y
# CONFIG_XEN_PCIDEV_FE_DEBUG is not set
CONFIG_XEN=y
CONFIG_XEN_INTERFACE_VERSION=0x00030207
CONFIG_XEN_PRIVILEGED_GUEST=y
# CONFIG_XEN_UNPRIVILEGED_GUEST is not set
CONFIG_XEN_PRIVCMD=y
CONFIG_XEN_XENBUS_DEV=y
CONFIG_XEN_NETDEV_ACCEL_SFC_UTIL=m
CONFIG_XEN_BACKEND=y
CONFIG_XEN_BLKDEV_BACKEND=y
CONFIG_XEN_BLKDEV_TAP=y
CONFIG_XEN_BLKBACK_PAGEMAP=y
CONFIG_XEN_NETDEV_BACKEND=y
CONFIG_XEN_NETDEV_ACCEL_SFC_BACKEND=m
CONFIG_XEN_PCIDEV_BACKEND=y
CONFIG_XEN_PCIDEV_BACKEND_VPCI=y
# CONFIG_XEN_PCIDEV_BACKEND_PASS is not set
# CONFIG_XEN_PCIDEV_BACKEND_SLOT is not set
# CONFIG_XEN_PCIDEV_BACKEND_CONTROLLER is not set
# CONFIG_XEN_PCIDEV_BE_DEBUG is not set
CONFIG_XEN_TPMDEV_BACKEND=m
CONFIG_XEN_SCSI_BACKEND=m
CONFIG_XEN_BLKDEV_FRONTEND=y
CONFIG_XEN_NETDEV_FRONTEND=y
CONFIG_XEN_NETDEV_ACCEL_SFC_FRONTEND=m
CONFIG_XEN_SCSI_FRONTEND=m
CONFIG_XEN_GRANT_DEV=y
CONFIG_XEN_FRAMEBUFFER=y
CONFIG_XEN_KEYBOARD=y
CONFIG_XEN_DISABLE_SERIAL=y
CONFIG_XEN_SYSFS=y
# CONFIG_XEN_COMPAT_030002_AND_LATER is not set
# CONFIG_XEN_COMPAT_030004_AND_LATER is not set
# CONFIG_XEN_COMPAT_030100_AND_LATER is not set
CONFIG_XEN_COMPAT_030200_AND_LATER=y
# CONFIG_XEN_COMPAT_LATEST_ONLY is not set
CONFIG_XEN_COMPAT=0x030200
CONFIG_XEN_SMPBOOT=y
CONFIG_XEN_DEVMEM=y
CONFIG_XEN_BALLOON=y
CONFIG_XEN_SCRUB_PAGES=y
root@gall-mite:~#



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



Bug#632772: Wheezy: KDE hangs on logout

2011-07-08 Thread T Elcor
--- On Fri, 7/8/11, Michel Dänzer  wrote:

> > [    4.596941] [drm] Loading RS780
> Microcode
> > [    4.899306] r600_cp: Failed to load
> firmware "radeon/RS780_pfp.bin"
> > [    4.899338] [drm:r600_startup] *ERROR*
> Failed to load firmware!
> > [    4.899369] radeon :01:05.0:
> disabling GPU acceleration
> 
> Is the firmware-linux-nonfree package installed?

No.

# aptitude search firmware-linux-nonfree
p   firmware-linux-nonfree - Binary firmware for various 
drivers in the Linux ker




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



Bug#633126: unnecessary "out of documents" message

2011-07-08 Thread martin f krafft
Package: gscan2pdf
Version: 0.9.32-1
Severity: minor

When I scan a document with my ADF and I select to scan "all" pages
using "batch" scan, then most of the time, after the last page has
been scanned, gscan2pdf pops up a dialog telling me that the
document feeder is out of documents. Yeah, I know that! ;)

It would be nice if this message would not pop up, especially since
it prevents automatic cleanup from starting.

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

Kernel: Linux 3.0.0-rc6-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gscan2pdf depends on:
ii  imagemagick  8:6.6.9.7-5 image manipulation programs
ii  libconfig-general-perl   2.50-1  Generic Configuration Module
ii  libgoo-canvas-perl   0.06-1+b1   Perl interface to the GooCanvas
ii  libgtk2-ex-simple-list-perl  0.50-2  simple interface to Gtk2's complex
ii  libgtk2-imageview-perl   0.05-1+b1   Perl bindings for the GtkImageView
ii  libhtml-parser-perl  3.68-1+b1   collection of modules that parse H
ii  liblocale-gettext-perl   1.05-6+b1   Using libc functions for internati
ii  liblog-log4perl-perl 1.29-1  A Perl port of the widely popular 
ii  libpdf-api2-perl 2.019-1 module for creating or modifying P
ii  libproc-processtable-perl0.45-2+b1   Perl library for accessing process
ii  libreadonly-perl 1.03-3  facility for creating read-only sc
ii  librsvg2-common  2.34.0-1SAX-based renderer library for SVG
ii  libsane-perl 0.03-1+b1   Perl bindings for the SANE (Scanne
ii  libset-intspan-perl  1.16-1  module to manage sets of integers
ii  libtiff-tools3.9.5-1 TIFF manipulation and conversion t
ii  perlmagick   8:6.6.9.7-5 Perl interface to the ImageMagick 
ii  sane-utils   1.0.22-4API library for scanners -- utilit

Versions of packages gscan2pdf recommends:
ii  cuneiform   1.1.0+dfsg-1 multi-language OCR system
ii  djvulibre-bin   3.5.24-8 Utilities for the DjVu image forma
ii  gocr0.48-1   A command line OCR
pn  libgtk2-ex-podviewer-perl  (no description available)
ii  sane1.0.14-9 scanner graphical frontends
ii  tesseract-ocr   2.04-2.1 Command line OCR tool
ii  unpaper 0.3-1post-processing tool for scanned p
ii  xdg-utils   1.1.0~rc1-2  desktop integration utilities from

gscan2pdf suggests no packages.

-- no debconf information

-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#633121: per-user configuration

2011-07-08 Thread martin f krafft
Fixed patch, I got confused by #633117:

--- /tmp/pct-scanner-script 2011-07-08 17:16:09.601254345 +0200
+++ /usr/bin/pct-scanner-script 2011-07-08 18:06:10.074324987 +0200
@@ -34,6 +34,7 @@
 
 SYSCONF=/etc/pct-scanner-script.conf
 SYSDIR=/etc/pct-scanner-script.conf.d/
+USERCONF=${HOME}/.pct-scanner-script.conf
 PROCESS=/usr/lib/pct-scanner-scripts/pct-scanner-script-process
 
 unset LINEART
@@ -231,6 +232,7 @@
 files="$SYSCONF"
 files+=$'\n'
 files+=$(run-parts --list "$SYSDIR" )
+[ -r "$USERCONF" ] && files+=$'\n'"$USERCONF"
 if [ -n "$files" ]; then
 while read file; do
 set +e

-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#404551: Bug #404551: coreutils: ls man page: -l option is not fully described

2011-07-08 Thread Benoît Knecht
severity 404551 wishlist
thanks

Follow-up to
http://bugs.debian.org/404551
(coreutils: ls man page: -l option is not fully described)

Hi Daniel,

The man page for each coreutils command is generated from the output of
that command ran with --help, so it's usually kept very short and
simple. The full description of the "long listing format" is available
in the Texinfo manual though (info ls).

I'm therefore tempted to close this bug as "wontfix", because I cannot
see a way of accurately describing the long listing format in a few
words only. Would you agree with that, or do you want to offer a
description?

Cheers,

-- 
Benoît Knecht



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



Bug#633125: Expired accounts with libnss-extrausers

2011-07-08 Thread Oliver Herms
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: libnss-extrausers
Version: 0.3-1

When I leave the seventh field (account expiration date) in
/var/lib/extrausers/shadow empty, login fails.

/var/log/auth.log says:
>> Jul  8 17:53:58  su[3625]: pam_unix(su:account): account 
has expired (account expired)

However, man (5) shadow says:
>> An empty field means that the account will never expire.

The (or a similar) problem has also been on Ubuntu, see [1] and [2].
Actually I'm using the libnss-extrausers package of Ubuntu instead of
the Debian one. To me they seem to be identical, just with the
difference of the patch in [3].

I am using Debian GNU/Linux 6.0, kernel 2.6.32-5-amd64 and libc6 2.11.2-10.

[1]
https://bugs.launchpad.net/ubuntu/+source/libnss-extrausers/+bug/513497/+activity
[2] https://bugs.launchpad.net/ubuntu/+source/libnss-extrausers/+bug/513497
[3] https://launchpadlibrarian.net/38761789/patch.diff

Regards
- -- 
Mit freundlichen Grüßen aus Bonn

Oliver Herms
Chief Technology Officer

- --

multicepT
Oppelner Straße 134
53119 Bonn

Tel.: +49 228 / 30 414 687 - 2
Fax: +49 228 / 30 414 687 - 9

Internet: http://www.multicepT.de 
eMail: i...@multicept.de 

Firmenbezeichnung: Sascha Janßen, Herms, Weber GbR
Geschäftsführer: Sascha Janßen USt.-IdNr.: DE 254929448
St.-Nr.: 205/5813/2120

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJOFyiFAAoJECScpOgALP+RxVMH/2juyL/ltNEdJh3u3T/pA4H9
O4012wMaGoPxWVbG2A8gjRuL96PZ2o98E2/Gpt0s+XtF42x9w0GeSccxYwdiW3jc
ihuQQCieneT9sN28GxpzXr+dtx+u7AML3GW+xOfIb53LKHH6rx3RkJuKQLPTE4Xi
UkNflAANzz6C37RfifY1GgwPGjT6lcIVC7iHV3KTHM6f7HrkXrdtwZgd37GpjGqE
Q51PnusCROfI94tz0lKeplJJs7bum1sG492zEfWajCuyU4Zvn9eDpgFD3gCPh8+H
NojbE4zaJhwG6qqjIaiFpNy658/2bqQjhbuUkXbWtOcXce7a23wyGKWZOBLx81s=
=rVyH
-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#633121: per-user configuration

2011-07-08 Thread martin f krafft
Fixed patch, I got confused by #633117:

--- /tmp/pct-scanner-script 2011-07-08 17:16:09.601254345 +0200
+++ /usr/bin/pct-scanner-script 2011-07-08 18:06:10.074324987 +0200
@@ -34,6 +34,7 @@
 
 SYSCONF=/etc/pct-scanner-script.conf
 SYSDIR=/etc/pct-scanner-script.conf.d/
+USERCONF=${HOME}/.pct-scanner-script.conf
 PROCESS=/usr/lib/pct-scanner-scripts/pct-scanner-script-process
 
 unset LINEART
@@ -231,6 +232,7 @@
 files="$SYSCONF"
 files+=$'\n'
 files+=$(run-parts --list "$SYSDIR" )
+[ -r "$USERCONF" ] && files+=$'\n'"$USERCONF"
 if [ -n "$files" ]; then
 while read file; do
 set +e

-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#633059: systemd: /run transition: Please switch use of /lib/init/rw to /run

2011-07-08 Thread Tollef Fog Heen
]] Roger Leigh 

| For the case of systemd, the recommendations WRT initscripts
| dependencies may be inappropriate, in which case I guess this
| something systemd will already be handling internally (mounting
| /lib/init/rw).

Yeah, I'm guessing you're seeing systemd using /lib/init/rw is because
we ship a mount unit for that directory.  Once all other packages have
stopped using it we can stop providing it.

I see that the mount unit does not have a ConditionPathIsDirectory for
the unit, I'll fix that and then close this bug.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are



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



Bug#633124: cancelling auto-cleanup job results in broken document

2011-07-08 Thread martin f krafft
Package: gscan2pdf
Version: 0.9.32-1
Severity: normal

If I select to cleanup a scan right after the scan completes in the
scan dialog box, then at some point, the cleanup progress dialog
pops up with its cancel button pre-selected (see #633120). An
accidental keypress cancels the cleanup process and breaks the page
it was on, i.e. gscan2pdfs cache of the page will be corrupted and
the page effectively lost.

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

Kernel: Linux 3.0.0-rc6-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gscan2pdf depends on:
ii  imagemagick  8:6.6.9.7-5 image manipulation programs
ii  libconfig-general-perl   2.50-1  Generic Configuration Module
ii  libgoo-canvas-perl   0.06-1+b1   Perl interface to the GooCanvas
ii  libgtk2-ex-simple-list-perl  0.50-2  simple interface to Gtk2's complex
ii  libgtk2-imageview-perl   0.05-1+b1   Perl bindings for the GtkImageView
ii  libhtml-parser-perl  3.68-1+b1   collection of modules that parse H
ii  liblocale-gettext-perl   1.05-6+b1   Using libc functions for internati
ii  liblog-log4perl-perl 1.29-1  A Perl port of the widely popular 
ii  libpdf-api2-perl 2.019-1 module for creating or modifying P
ii  libproc-processtable-perl0.45-2+b1   Perl library for accessing process
ii  libreadonly-perl 1.03-3  facility for creating read-only sc
ii  librsvg2-common  2.34.0-1SAX-based renderer library for SVG
ii  libsane-perl 0.03-1+b1   Perl bindings for the SANE (Scanne
ii  libset-intspan-perl  1.16-1  module to manage sets of integers
ii  libtiff-tools3.9.5-1 TIFF manipulation and conversion t
ii  perlmagick   8:6.6.9.7-5 Perl interface to the ImageMagick 
ii  sane-utils   1.0.22-4API library for scanners -- utilit

Versions of packages gscan2pdf recommends:
ii  cuneiform   1.1.0+dfsg-1 multi-language OCR system
ii  djvulibre-bin   3.5.24-8 Utilities for the DjVu image forma
ii  gocr0.48-1   A command line OCR
pn  libgtk2-ex-podviewer-perl  (no description available)
ii  sane1.0.14-9 scanner graphical frontends
ii  tesseract-ocr   2.04-2.1 Command line OCR tool
ii  unpaper 0.3-1post-processing tool for scanned p
ii  xdg-utils   1.1.0~rc1-2  desktop integration utilities from

gscan2pdf suggests no packages.

-- no debconf information

-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#633123: cancelling auto-cleanup job results in broken document

2011-07-08 Thread martin f krafft
Package: gscan2pdf
Version: 0.9.32-1
Severity: minor

If I select to cleanup a scan right after the scan completes in the
scan dialog box, then at some point, the cleanup progress dialog
pops up with its cancel button pre-selected (see #). An accidental
keypress cancels the cleanup process and breaks the page it was on,
i.e. gscan2pdfs cache of the page will be corrupted and the page
effectively lost.

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

Kernel: Linux 3.0.0-rc6-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gscan2pdf depends on:
ii  imagemagick  8:6.6.9.7-5 image manipulation programs
ii  libconfig-general-perl   2.50-1  Generic Configuration Module
ii  libgoo-canvas-perl   0.06-1+b1   Perl interface to the GooCanvas
ii  libgtk2-ex-simple-list-perl  0.50-2  simple interface to Gtk2's complex
ii  libgtk2-imageview-perl   0.05-1+b1   Perl bindings for the GtkImageView
ii  libhtml-parser-perl  3.68-1+b1   collection of modules that parse H
ii  liblocale-gettext-perl   1.05-6+b1   Using libc functions for internati
ii  liblog-log4perl-perl 1.29-1  A Perl port of the widely popular 
ii  libpdf-api2-perl 2.019-1 module for creating or modifying P
ii  libproc-processtable-perl0.45-2+b1   Perl library for accessing process
ii  libreadonly-perl 1.03-3  facility for creating read-only sc
ii  librsvg2-common  2.34.0-1SAX-based renderer library for SVG
ii  libsane-perl 0.03-1+b1   Perl bindings for the SANE (Scanne
ii  libset-intspan-perl  1.16-1  module to manage sets of integers
ii  libtiff-tools3.9.5-1 TIFF manipulation and conversion t
ii  perlmagick   8:6.6.9.7-5 Perl interface to the ImageMagick 
ii  sane-utils   1.0.22-4API library for scanners -- utilit

Versions of packages gscan2pdf recommends:
ii  cuneiform   1.1.0+dfsg-1 multi-language OCR system
ii  djvulibre-bin   3.5.24-8 Utilities for the DjVu image forma
ii  gocr0.48-1   A command line OCR
pn  libgtk2-ex-podviewer-perl  (no description available)
ii  sane1.0.14-9 scanner graphical frontends
ii  tesseract-ocr   2.04-2.1 Command line OCR tool
ii  unpaper 0.3-1post-processing tool for scanned p
ii  xdg-utils   1.1.0~rc1-2  desktop integration utilities from

gscan2pdf suggests no packages.

-- no debconf information

-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#633122: integrate unpaper

2011-07-08 Thread martin f krafft
Package: pct-scanner-scripts
Version: 0.0.4-3
Severity: wishlist

It would be really cool if I could integrate unpaper post-processing
with pct-scanner-scripts!

Thanks,

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

Kernel: Linux 3.0.0-rc6-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pct-scanner-scripts depends on:
ii  djvulibre-bin3.5.24-8Utilities for the DjVu image forma
ii  imagemagick  8:6.6.9.7-5 image manipulation programs
ii  sane 1.0.14-9scanner graphical frontends

Versions of packages pct-scanner-scripts recommends:
ii  pdftk 1.44-3 tool for manipulating PDF document

Versions of packages pct-scanner-scripts suggests:
pn  evince (no description available)

-- no debconf information


-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#633121: per-user configuration

2011-07-08 Thread martin f krafft
Package: pct-scanner-scripts
Version: 0.0.4-3
Severity: wishlist
Tags: patch

Please let me override configuration with
~/.pct-scanner-script.conf.

PS: it seems weird that /etc/pct-scan-script.conf.d/* have lower
priority than /etc/pct-scan-script.conf.

--- /tmp/pct-scanner-script 2011-07-08 17:16:09.601254345 +0200
+++ /usr/bin/pct-scanner-script 2011-07-08 17:26:11.060479188 +0200
@@ -34,6 +34,7 @@
 
 SYSCONF=/etc/pct-scanner-script.conf
 SYSDIR=/etc/pct-scanner-script.conf.d/
+USERCONF=${HOME}/.pct-scanner-script.conf
 PROCESS=/usr/lib/pct-scanner-scripts/pct-scanner-script-process
 
 unset LINEART
@@ -228,7 +229,9 @@
 tempfile=$(mktemp -p "/tmp/" tempfile.XX)
 trap "rm -f $tempfile" 0 1 2 3 15
 [ -z "$tempfile" ] && exit 1
-files="$SYSCONF"
+files=''
+[ -r "$USERCONF" ] && files+="$USERCONF" && files+=$'\n'
+files+="$SYSCONF"
 files+=$'\n'
 files+=$(run-parts --list "$SYSDIR" )
 if [ -n "$files" ]; then

-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#633120: do not highlight/pre-select cancel buttons

2011-07-08 Thread martin f krafft
Package: gscan2pdf
Version: 0.9.32-1
Severity: wishlist

If I choose to post-process my scans, e.g. with unpaper, then
gscan2pdf pops open a process dialog. The problem is that its Cancel
button is highlit. If I fail to move the focus to another window,
then a keypress like  or  cauises the process to
cancel.

The ability to cancel is nice, but it should not happen
accidentally. A confirmation dialog might be all that's needed, or
siply not pre-selecting the cancel button (not maing it the
default).

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

Kernel: Linux 3.0.0-rc6-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gscan2pdf depends on:
ii  imagemagick  8:6.6.9.7-5 image manipulation programs
ii  libconfig-general-perl   2.50-1  Generic Configuration Module
ii  libgoo-canvas-perl   0.06-1+b1   Perl interface to the GooCanvas
ii  libgtk2-ex-simple-list-perl  0.50-2  simple interface to Gtk2's complex
ii  libgtk2-imageview-perl   0.05-1+b1   Perl bindings for the GtkImageView
ii  libhtml-parser-perl  3.68-1+b1   collection of modules that parse H
ii  liblocale-gettext-perl   1.05-6+b1   Using libc functions for internati
ii  liblog-log4perl-perl 1.29-1  A Perl port of the widely popular 
ii  libpdf-api2-perl 2.019-1 module for creating or modifying P
ii  libproc-processtable-perl0.45-2+b1   Perl library for accessing process
ii  libreadonly-perl 1.03-3  facility for creating read-only sc
ii  librsvg2-common  2.34.0-1SAX-based renderer library for SVG
ii  libsane-perl 0.03-1+b1   Perl bindings for the SANE (Scanne
ii  libset-intspan-perl  1.16-1  module to manage sets of integers
ii  libtiff-tools3.9.5-1 TIFF manipulation and conversion t
ii  perlmagick   8:6.6.9.7-5 Perl interface to the ImageMagick 
ii  sane-utils   1.0.22-4API library for scanners -- utilit

Versions of packages gscan2pdf recommends:
ii  cuneiform   1.1.0+dfsg-1 multi-language OCR system
ii  djvulibre-bin   3.5.24-8 Utilities for the DjVu image forma
ii  gocr0.48-1   A command line OCR
pn  libgtk2-ex-podviewer-perl  (no description available)
ii  sane1.0.14-9 scanner graphical frontends
ii  tesseract-ocr   2.04-2.1 Command line OCR tool
ii  unpaper 0.3-1post-processing tool for scanned p
ii  xdg-utils   1.1.0~rc1-2  desktop integration utilities from

gscan2pdf suggests no packages.

-- no debconf information

-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#633119: option to clean-up/unpaper on save (in the background)

2011-07-08 Thread martin f krafft
Package: gscan2pdf
Version: 0.9.32-1
Severity: wishlist

Rather than having to clean-up manually and wait until one can save
a document, it would be useful if I could make gscan2pdf run unpaper
as part of saving the document.

Ideally, I'd be able to vbackground this process and start a new
project meanwhile.

Thanks for your consideration!

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

Kernel: Linux 3.0.0-rc6-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gscan2pdf depends on:
ii  imagemagick  8:6.6.9.7-5 image manipulation programs
ii  libconfig-general-perl   2.50-1  Generic Configuration Module
ii  libgoo-canvas-perl   0.06-1+b1   Perl interface to the GooCanvas
ii  libgtk2-ex-simple-list-perl  0.50-2  simple interface to Gtk2's complex
ii  libgtk2-imageview-perl   0.05-1+b1   Perl bindings for the GtkImageView
ii  libhtml-parser-perl  3.68-1+b1   collection of modules that parse H
ii  liblocale-gettext-perl   1.05-6+b1   Using libc functions for internati
ii  liblog-log4perl-perl 1.29-1  A Perl port of the widely popular 
ii  libpdf-api2-perl 2.019-1 module for creating or modifying P
ii  libproc-processtable-perl0.45-2+b1   Perl library for accessing process
ii  libreadonly-perl 1.03-3  facility for creating read-only sc
ii  librsvg2-common  2.34.0-1SAX-based renderer library for SVG
ii  libsane-perl 0.03-1+b1   Perl bindings for the SANE (Scanne
ii  libset-intspan-perl  1.16-1  module to manage sets of integers
ii  libtiff-tools3.9.5-1 TIFF manipulation and conversion t
ii  perlmagick   8:6.6.9.7-5 Perl interface to the ImageMagick 
ii  sane-utils   1.0.22-4API library for scanners -- utilit

Versions of packages gscan2pdf recommends:
ii  cuneiform   1.1.0+dfsg-1 multi-language OCR system
ii  djvulibre-bin   3.5.24-8 Utilities for the DjVu image forma
ii  gocr0.48-1   A command line OCR
pn  libgtk2-ex-podviewer-perl  (no description available)
ii  sane1.0.14-9 scanner graphical frontends
ii  tesseract-ocr   2.04-2.1 Command line OCR tool
ii  unpaper 0.3-1post-processing tool for scanned p
ii  xdg-utils   1.1.0~rc1-2  desktop integration utilities from

gscan2pdf suggests no packages.

-- no debconf information


-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#633118: blueman-manager times out on start

2011-07-08 Thread martin f krafft
Package: blueman
Version: 1.22~bzr707-1
Severity: normal
File: /usr/bin/blueman-manager

% blueman-manager   
   #10005
Xlib:  extension "RANDR" missing on display ":0".
Loading configuration plugins
Using gconf config backend
_
Load (/usr/lib/python2.6/dist-packages/blueman/main/PluginManager.py:68)
['Services', 'PulseAudioProfile'] 
ERROR:dbus.proxies:Introspect error on org.blueman.Applet:/: 
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did 
not receive a reply (timeout by message bus)
Traceback (most recent call last):
  File "/usr/bin/blueman-manager", line 301, in 
Blueman()
  File "/usr/bin/blueman-manager", line 64, in __init__
self.Plugins.Load()
  File "/usr/lib/python2.6/dist-packages/blueman/main/PluginManager.py", line 
98, in Load
__import__(self.module_path.__name__ + ".%s" % plugin, None, None, [])
  File 
"/usr/lib/python2.6/dist-packages/blueman/plugins/manager/PulseAudioProfile.py",
 line 30, in 
if not "PulseAudio" in a.QueryPlugins():
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 143, in __call__
**keywords)
  File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 630, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did 
not receive a reply (timeout by message bus)


(I just restarted, so bluez is running, dbus is running, and the HCI iface is 
up)

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

Kernel: Linux 3.0.0-rc6-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages blueman depends on:
ii  bluez 4.94-2 Bluetooth tools and daemons
ii  dbus  1.4.12-4   simple interprocess messaging syst
ii  hicolor-icon-theme0.12-1 default fallback theme for FreeDes
ii  libatk1.0-0   2.0.1-2ATK accessibility toolkit
ii  libbluetooth3 4.94-2 Library to use the BlueZ Linux Blu
ii  libc6 2.13-10Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-3generic font configuration library
ii  libfreetype6  2.4.4-2FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.4-1   Layout and rendering of internatio
ii  libpython2.6  2.6.7-2Shared Python runtime library (ver
ii  librsvg2-common   2.34.0-1   SAX-based renderer library for SVG
ii  libstartup-notification0  0.12-1 library for program launch feedbac
ii  notification-daemon   0.5.0-3daemon to displays passive pop-up 
ii  obex-data-server  0.4.5-1+b2 D-Bus service for OBEX client and 
ii  python2.6.6-14   interactive high-level object-orie
ii  python-central0.6.17 register and build utility for Pyt
ii  python-dbus   0.84.0-1   simple interprocess messaging syst
ii  python-gobject2.28.6-1   Python bindings for the GObject li
ii  python-gtk2   2.24.0-2   Python bindings for the GTK+ widge
ii  python-notify 0.1.1-2+b3 Python bindings for libnotify

Versions of packages blueman recommends:
ii  libpulse-mainloop-glib0   0.9.21-4.1 PulseAudio client libraries (glib 
pn  policykit-1(no description available)
ii  python-gconf  2.28.1-3   Python bindings for the GConf conf

blueman suggests no packages.

-- no debconf information


-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#633117: cannot override certain configuration variables

2011-07-08 Thread martin f krafft
Package: pct-scanner-scripts
Version: 0.0.4-3
Severity: important

Due to scan_configuration, which removes the options RESUME, OUTDIR,
DEVICE, SOURCE, and RESOLUTION from later configuration files
(higher priority ones), if they have already been specified, it is
impossible to override those options in a higher priority
configuration file.

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

Kernel: Linux 3.0.0-rc6-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pct-scanner-scripts depends on:
ii  djvulibre-bin3.5.24-8Utilities for the DjVu image forma
ii  imagemagick  8:6.6.9.7-5 image manipulation programs
ii  sane 1.0.14-9scanner graphical frontends

Versions of packages pct-scanner-scripts recommends:
ii  pdftk 1.44-3 tool for manipulating PDF document

Versions of packages pct-scanner-scripts suggests:
pn  evince (no description available)

-- Configuration Files:
/etc/pct-scanner-script.conf.d/50configuration changed [not included]

-- no debconf information


-- 
 .''`.   martin f. krafft   Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#632863: eglibc: add support for arch powerpcspe

2011-07-08 Thread David Kuehling
> "Sebastian" == Sebastian Andrzej Siewior  writes:

> severity 632863 wishlist thanks

> David Kuehling wrote:
>> Severity: minor
> I've been this is always wishlist because we are not in main archive.

> Please use

>  User: debian-powerpc...@breakpoint.cc Usertags: powerpcspe

> So all ppcspe related bugs are together somehow.

Just sent a mail to cont...@bugs.debian.org that should fix it.

>> The attached patch makes eglibc 2.13 work on architecture powerpcspe
>> (an unofficial port hosted on www.debian-ports.org, [1]).

> Thanks for that. If you have sometime then you could add two
> files. One of them says which tests-cases are known to fail so if we
> get another failure it aborts. The second file contains the symbol
> list for libc. Both were available for ppc the last time I was looking
> into it.

Attached below is an updated version of the patch.  

 - patches in debian/patches/powerpcspe are renamed to branch-* since
 they were just committed to eglibc svn (branch 2.13, 2.14 and trunk).

 - added file
 testsuite-checking/expected-results-powerpc-linux-gnuspe-libc, tested
 to pass here

 - added debian/libc6.symbols.powerpcspe, which is currently just copied
 from debian/libc6.symbols.powerpc
 
 running 'dpkg-gensymbols -Pdebian/tmp-libc -plibc6 -v2.13' (output
 attached below), I get a huge load of deltas involving 'symver' lines
 like

#MISSING: 2.13# (symver|optional)GCC_3.0 2.3.6
(symver|optional)GLIBC_2.1.2 2.1.2

  which looks non-critical, but I'm not sure why these aren't suppressed
  by symbols.wildcards.  Filtering that noise, it shows something that
  looks like permutations in symbol or library order, or just an
  artefact of the "noise" lines that makes diff think that stuff lines
  moved around, although joust noise lines were added in between.

  No symbols are missing, though, and no symbols have been added.  I
  wonder whether it's the same on normal 'powerpc' builds.

cheers,  

David
-- 
GnuPG public key: http://dvdkhlng.users.sourceforge.net/dk.gpg
Fingerprint: B17A DC95 D293 657B 4205  D016 7DEF 5323 C174 7D40

diff -Nru --exclude 'locale*' --exclude control.in eglibc-2.13/debian/changelog eglibc-2.13/debian/changelog
--- eglibc-2.13/debian/changelog	2011-07-08 14:20:58.0 +0200
+++ eglibc-2.13/debian/changelog	2011-07-08 14:21:12.0 +0200
@@ -1,3 +1,12 @@
+eglibc (2.13-10+powerpcspe1) unstable; urgency=low
+
+  * forward-port powerpcspe-specific changes form 2.11.1-2+powerpcspe1
+  * dropped 0002-replace-eieio-with-mbar-on-__SPE__.patch since that
+should nowadays be handled by GNU 'as'
+  * added local-no-fma.patch to fix new compile problem on powerpcspe
+
+ -- David Kuehling   Wed, 06 Jul 2011 16:36:54 +0200
+
 eglibc (2.13-10) unstable; urgency=low
 
   * control.in/main: tag libc-bin Essential: yes.
diff -Nru --exclude 'locale*' --exclude control.in eglibc-2.13/debian/libc6.symbols.powerpcspe eglibc-2.13/debian/libc6.symbols.powerpcspe
--- eglibc-2.13/debian/libc6.symbols.powerpcspe	1970-01-01 01:00:00.0 +0100
+++ eglibc-2.13/debian/libc6.symbols.powerpcspe	2011-07-08 14:21:12.0 +0200
@@ -0,0 +1,12 @@
+#include "libc6.symbols.common"
+ld.so.1 #PACKAGE# #MINVER#
+#include "symbols.wildcards"
+### TLS support enabled in Debian upload 2.3.5
+ __tls_get_addr@GLIBC_2.3 2.3.5
+libc.so.6 #PACKAGE# #MINVER#
+#include "symbols.wildcards"
+###
+### Override headers already defined in libc6.symbols.common
+###
+libpthread.so.0 #PACKAGE# (>= 2.3.5), #PACKAGE# #MINVER#
+#include "symbols.wildcards"
diff -Nru --exclude 'locale*' --exclude control.in eglibc-2.13/debian/patches/powerpcspe/branch-no-fma.patch eglibc-2.13/debian/patches/powerpcspe/branch-no-fma.patch
--- eglibc-2.13/debian/patches/powerpcspe/branch-no-fma.patch	1970-01-01 01:00:00.0 +0100
+++ eglibc-2.13/debian/patches/powerpcspe/branch-no-fma.patch	2011-07-08 14:21:12.0 +0200
@@ -0,0 +1,16 @@
+Override s_fma[f] assembly routines with C-code when compiling for powerpcspe.
+
+Signed-off-by: David Kuehling 
+
+Index: eglibc-2.13/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fma.c
+===
+--- /dev/null	1970-01-01 00:00:00.0 +
 eglibc-2.13/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fma.c	2011-07-06 16:47:39.0 +0200
+@@ -0,0 +1 @@
++#include 
+Index: eglibc-2.13/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fmaf.c
+===
+--- /dev/null	1970-01-01 00:00:00.0 +
 eglibc-2.13/ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fmaf.c	2011-07-06 16:47:39.0 +0200
+@@ -0,0 +1 @@
++#include 
diff -Nru --exclude 'locale*' --exclude control.in eglibc-2.13/debian/patches/powerpcspe/branch-Powerpc-trampline-consider-__NO_FPRS__.patch eglibc-2.13/debian/patches/powerpcspe/branch-Powerpc-trampline-consider-__NO_FPRS__.patch
--- eglibc-2.13/debian/patches/powerpcspe/branch-Powerpc-trampline-consider-__NO_FPRS__.patch	1970-0

Bug#626417: Sync errors

2011-07-08 Thread Antonio Terceiro
Sebastian Spaeth escreveu isso aí:
> Hi Antonio,
> 
> I have not checked out your specific logs, but you were using
> IMAP<->IMAP, not IMAP<->Maildir, right?

No. I never used IMAP<->IMAP, it was always IMAP<->Maildir.

-- 
Antonio Terceiro 
http://softwarelivre.org/terceiro




signature.asc
Description: Digital signature


Bug#633116: fcgiwrap: Should make CGI error messages available

2011-07-08 Thread Maik Zumstrull
Package: fcgiwrap
Version: 1.0.3-3
Severity: normal

It is very useful (I would even say, necessary) to have access to CGI
scripts' stderr output for debugging purposes.

In its current form, the Debian init script for fcgiwrap apparently
sends stderr to /dev/null. I think the actual redirect is performed by
spawn-fcgi, due to the way it is called.

Please make sure that either
- fcgiwrap sends the script's stderr to its own stderr, and this is
  redirected to a file or
- fcgiwrap sends the script's stderr to the FastCGI client (e.g. nginx)
  through the FastCGI error stream.



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



Bug#632351: djmount: Still does not work

2011-07-08 Thread Dario Minnucci

Hi Jan,

> =
> [I] Charset : successfully initialised charset='UTF-8'
> [I] UPnP Initialized (192.168.178.21:49152)
> [I] Add new device : Name='MediaTomb' 
> Id='uuid:3be7fa45-a99c-4af0-a308-ac474434102e'
> descURL='http://192.168.178.21:49153/description.xml'
> [I] Add new device : Name='DiskStation' 
> Id='uuid:00113208-15de-0011-de15-de1508321100'
> descURL='http://192.168.178.70:50001/desc/device.xml'
> [E] Error in FUSE main loop = 1
> [E] Can't find service matching uuid:f0a711c0-1dd1-11b2-9dcc-bb3ff8bba13c in 
> device list
> [E] Can't find service matching uuid:f0a76daa-1dd1-11b2-9dcc-bb3ff8bba13c in 
> device list
> Speicherzugriffsfehler
> =


What's the result if you power off 'DiskStation' device and test only against 
Mediatomb?


Regards,

-- 
 Dario Minnucci 
 Phone: +34 902884117 | Fax: +34 902024417 | Support: +34 80745
 Key fingerprint = BAA1 7AAF B21D 6567 D457  D67D A82F BB83 F3D5 7033




signature.asc
Description: OpenPGP digital signature


  1   2   3   >