Bug#682837: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2

2012-07-28 Thread Alexander Zangerl
On Sat, 28 Jul 2012 16:40:32 +1200, Francois Marier writes:
On Sat, Jul 28, 2012 at 2:03 PM, Alexander Zangerl a...@snafu.priv.at wrote:
 that's because your filenames contain latin-1 characters. duplicity's log
 module can only work with utf8 or plain ascii. i've reported this issue
 upstream.

Do you have any idea how I could find them? (i.e. outside of duplicity)

you mean find files with non-ascii filenames? 
that's easy:  find .  -regex '.*[^ -~].*'

That's why I thought removing the logging makes sense until the
underlying issue is fixed. Otherwise, duplicity as it stands in wheezy
is broken for me.

well, (part of) the underlying issue is that you're not using utf-8 filenames,
which seems to be the majority option nowadays for anything beyond ascii. 

you might have a look at convmv, a small tool/package that helps with
the conversion of filename encodings.

regards
az


-- 
Alexander Zangerl + GnuPG Keys 0x42BD645D or 0x5B586291 + http://snafu.priv.at/
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -- Benjamin Franklin


signature.asc
Description: Digital Signature


Bug#677173: 3.2.19-1: after some time, the USB keyboard no longer works

2012-07-28 Thread Jonathan Nieder
forwarded 677173 https://bugs.freedesktop.org/52611
quit

Hi,

Bjørn Mork wrote:

 That's OK, but how do I permanently disable this mis-feature?
[etc]

Nothing about this looks Debian-specific, so filed upstream.
Hopefully further work can happen there.  (If I screwed up in filing,
please feel free to fix it.)

Thanks,
Jonathan


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



Bug#683015: [squeeze] BUG: soft lockup - CPU#1 stuck for 17163091968s!

2012-07-28 Thread Jonathan Nieder
Hi David,

David Rhodes Clymer wrote:

 Jul 27 13:49:16 scylla kernel: [18446743878.972008] BUG: soft lockup - CPU#1 
 stuck for 17163091968s! [transfer_log_fi:9956]

Seems like a timekeeping problem --- that uptime is more than 500
years.

[...]
 Pid: 9956, comm: transfer_log_fi Not tainted 2.6.32-5-amd64 #1 PowerEdge R710

Good.

[...]
 [18446743878.972212] Call Trace:

Not that I expect it to help, but do you happen to have the call trace
in your logs?

Thanks,
Jonathan


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



Bug#683050: python2.7: Improper inclusion of byte order mark causes corrupt data in syslog

2012-07-28 Thread Scott Kitterman
Package: python2.7
Version: 2.7.3~rc2-2.1
Severity: serious
Justification: http://release.debian.org/wheezy/rc_policy.txt

Filing as serious due to the RC team criteria of:
* makes unrelated software on the system (or the whole system)
  break

In this case, the python logging module in 2.7.3~rc2 incorrectly adds a byte
order mark (BOM) to UTF-8 data sent to syslog.  So if an application written
in Python sends UTF-8 data to syslog, it will be corrupted.

This was first reported in Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1029640/

The reduced test case from the Ubuntu bug to demonstrate this problem is:

#! /usr/bin/python2.7

import logging
from logging.handlers import SysLogHandler

# our new audit level
# NOTE(jkoelker) Since we synthesized an audit level, make the logging
# module aware of it so it acts like other levels.
logging.AUDIT = logging.INFO + 1
logging.addLevelName(logging.AUDIT, 'AUDIT')

logger = logging.getLogger()
logger.setLevel(logging.INFO)
facility = getattr(logging.handlers.SysLogHandler, 'LOG_SYSLOG', None)

syslog = logging.handlers.SysLogHandler(address='/dev/log', facility=facility)

formatter = logging.Formatter('%(name)s: %(levelname)s: %(message)s')
syslog.setFormatter(formatter)
logger.addHandler(syslog)
# 'application' code
msg = unicode(TEST LOGGER FROM PYTHON, utf-8)
logger.log(logging.AUDIT, msg)

- end code 

That will produce a log line like:
Jul 27 13:52:04 mc root: #277root: AUDIT: TEST LOGGER FROM PYTHON

The output should be:
Jul 27 13:52:04 mc root: AUDIT: TEST LOGGER FROM PYTHON

Given the number of scripts used to post-process syslog logs, the potential
impact of unexpected characters like that in logs isn't easily assessed, but
in any case, since logging is syslog's primary function, I think that causing
corrupt logs counts as breaking it.

This is already fixed in Unstable.

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

Kernel: Linux 3.2.0-27-generic-pae (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages python2.7 depends on:
ii  libbz2-1.0 1.0.6-1
ii  libc6  2.13-30
ii  libdb5.1   5.1.29-1
ii  libexpat1  2.1.0-1
ii  libgcc11:4.7.0-3
ii  libncursesw5   5.9-6
ii  libreadline6   6.2-8
ii  libsqlite3-0   3.7.11-2
ii  libtinfo5  5.9-6
ii  mime-support   3.52-1
ii  python2.7-minimal  2.7.3~rc2-2.1

python2.7 recommends no packages.

Versions of packages python2.7 suggests:
ii  binutils   2.22-6
pn  python2.7-doc  none

-- 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#682739: piuparts: package cannot be tested with piuparts due to requirement of external resources

2012-07-28 Thread Andreas Beckmann
tag 682739 - wontfix
severity 682739 wishlist
retitle 682739 piuparts: pre_test_* custom script should signal untestable, 
don't try via exit code
thanks

On 2012-07-27 13:46, Holger Levsen wrote:
 On Freitag, 27. Juli 2012, Andreas Beckmann wrote:
 can we do this in custom scripts with special exit codes (needs more
 code changes, but we need code change anyway) as I wouldn't like to
 hardcode this into a *.py

 pre_test_skip_untestables should be the right place
 
 sounds right to me.

OK, let's see how we can implement this.

piuparts should exit with something like:

SKIP: package cannot be tested (pre_test_* detecdted)

Andreas


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



Bug#683051: smartmontools: Release 5.43 finally supports areca 1680

2012-07-28 Thread David Liontooth
Package: smartmontools
Version: 5.39.1+svn3124-2
Severity: wishlist

We've had to wait years for this, so it would be much appreciated if you could 
package the 5.43 release.

Thanks!
Dave


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



Bug#683052: unblock: pgbouncer/1.5.2-2

2012-07-28 Thread Christoph Berg
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package pgbouncer.

pgbouncer (1.5.2-2) unstable; urgency=low

  * Init script: Use --oknodo.  Closes: #681978.
Create /var/run/postgresql when missing.  Closes: #681372.

 -- Christoph Berg m...@debian.org  Thu, 26 Jul 2012 13:12:23 +0200

681978 is serious, 681372 is important. Thanks.

unblock pgbouncer/1.5.2-2

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#683053: unblock: python2.7/2.7.3-2

2012-07-28 Thread Scott Kitterman
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package python2.7

On balance, I think it's better to accept the newer python2.7 than not.  I'm
finally motivated to file this bug (instead of randomly hoping jcristau will
feel motivated to do it) because of an RC issue that came up in Ubuntu today
and affects Wheezy, but not Unstable in Debian (683050).

As far as I know, the only issue that's come up with the 2.7.3-2 is the
urlparse module where they simplified it and dropped some options which gave
some packages a bit of trouble.  It appears jwilk did a systematic sweep for
packages that were affected by this (I say it seems because I haven't caught
him online recently to ask, but everywhere I found the issue, he'd already
filed a bug).

All of these except three, because they weren't on their own RC (in some
cases the change really broke packages, in others the impact was less so).

Still open are #682148, #682150, and #679454.  The first two are not RC and I
didn't NMU gwibber (the last one) because it seems pretty broken in its
current state and the maintainers said they're preparing a new upstream that
already has this fixed.  On a related note, #682603 is an unblock for one of
these fixes that's waiting for approval.

In addition to thinking releasing with the newer python2.7 udpate is a good
idea, that would also unblock python-defaults (unblock pending as #682906).
As I mentioned there, I think we definitely want those changes in.

My recommendation is that you unblock python2.7, but increase the age
requirement to 30 days (it's at 14 righ now) and that you also unblock
linkchecker (#682603) and I'll NMU pegasus-wm, createrepo, and gwibber, file
fore unblocks, etc.  In each case the diff is very compact (similar to #682603
in scope).  With python2.7 having two weeks to go, this was all the fixed
packages can migrate with or before python2.7 so it can be a smooth switch
(the fixed packages work fine with either the python2.7 in wheezy or unstable
there's no need to tightly coordinate things.

unblock python2.7/2.7.3-2


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



Bug#683054: /usr/games/torus-trooper-pure: torus-trooper(-pure) segfaults at startup on armhf

2012-07-28 Thread Thomas Preud'homme
Package: torus-trooper-pure
Version: 0.22.dfsg1-8
Severity: normal
File: /usr/games/torus-trooper-pure

torus-trooper and torus-trooper-pure segfaults on my Toshiba AC100
running Debian armhf. It runs fine on my computer running amd64 so it
might be architecture specific. Here is the stacktrace I could gather:

(gdb) run
Starting program: /usr/games/torus-trooper-pure 
[Thread debugging using libthread_db enabled]
Using host libthread_db library
/lib/arm-linux-gnueabihf/libthread_db.so.1.

Program received signal SIGSEGV, Segmentation fault.
0x00026d10 in gcc.deh.personalityImpl() ()
(gdb) bt
#0  0x00026d10 in gcc.deh.personalityImpl() ()
#1  0x00026d4c in __gdc_personality_v0 ()
#2  0x402cdc22 in ?? () from /lib/arm-linux-gnueabihf/libgcc_s.so.1
#3  0x402ce43e in _Unwind_RaiseException () from
/lib/arm-linux-gnueabihf/libgcc_s.so.1
#4  0x00026dc6 in _d_throw ()
#5  0x00035122 in std.stream.File.open() ()
#6  0x000249a0 in abagames.util.tokenizer.Tokenizer.readFile()
(fileName=..., separator=...) at src-hiz/abagames/util/tokenizer.d:20
#7  0x00013ca2 in abagames.tt.boot.readOptionsIniFile() () at
src-hiz/abagames/tt/boot.d:167
#8  0x00013cd2 in abagames.tt.boot.parseArgs() (commandArgs=...) at
src-hiz/abagames/tt/boot.d:96
#9  0x00014090 in abagames.tt.boot.boot() (args=...) at
src-hiz/abagames/tt/boot.d:80
#10 0x00042a52 in dgccmain2._d_run_main() ()
#11 0x00042aa4 in _d_run_main ()
#12 0x402eecfa in __libc_start_main (main=0x4093d main+1, argc=1,
ubp_av=0xbe834794, init=optimized out, 
fini=0x42d41 __libc_csu_fini+1, rtld_fini=0x40045f49 _dl_fini,
stack_end=0xbe834794) at libc-start.c:228
#13 0xcdce in _start ()

It tries to open options.ini and then for some reason there is an
exception launched and the unwind associated fails. Maybe the bug is in
libgcc_s...

Best regards.

Thomas Preud'homme

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

Kernel: Linux 2.6.38-ac2-ac100 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages torus-trooper-pure depends on:
ii  libbulletml0d20.0.6-5
ii  libc6 2.13-34
ii  libgcc1   1:4.7.1-5
ii  libgl1-mesa-glx [libgl1]  8.0.3-1
ii  libglu1-mesa [libglu1]8.0.3-1
ii  libsdl-mixer1.2   1.2.12-2
ii  libsdl1.2debian   1.2.15-5
ii  torus-trooper-data0.22.dfsg1-8
ii  zlib1g1:1.2.7.dfsg-13

torus-trooper-pure recommends no packages.

torus-trooper-pure suggests no packages.

-- no debconf information


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



Bug#631257: Fix suggestion

2012-07-28 Thread Jörg-Volker Peetz
Package: dovecot-core
Version: 1:2.1.7-2

As a user of dovecot-imapd I would like to suggest a fix for the dovecot-core
postinst script, please see attached patch.

-- 
Best regards,
Jörg-Volker.
--- dovecot-core.postinst~	2012-06-22 07:52:45.0 +0200
+++ dovecot-core.postinst	2012-07-28 09:49:25.440570550 +0200
@@ -119,8 +119,8 @@
   SSL_KEY=/etc/ssl/private/dovecot.pem
 
   # Generate new certs if needed
-  if [ -e $SSL_CERT ]  [ -e $SSL_KEY ]; then
-echo You already have ssl certs for dovecot.
+  if [ -e $SSL_CERT ] || [ -e $SSL_KEY ]; then
+echo Warning : You seem to already have ssl certs for dovecot.
   else
 echo Creating generic self-signed certificate: $SSL_CERT
 echo This certificate will expire in 10 years.


Bug#683055: nvidia-support: [INTL:pt] Updated Portuguese translation for debconf messages

2012-07-28 Thread Traduz - Portuguese Translation Team

Package: nvidia-support
Version: 20120630+2
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for  nvidia-support's debconf messages.
Translator: Miguel Figueiredo el...@debianpt.org
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team traduz _at_ debianpt.org.


--
Melhores cumprimentos/Best regards,

Traduz! - Portuguese Translation Team


pt.po.gz
Description: GNU Zip compressed data


Bug#683056: postfix: [INTL:pt] Updated Portuguese translation for debconf messages

2012-07-28 Thread Traduz - Portuguese Translation Team

Package: postfix
Version: 2.9.3-2
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for postfix's debconf messages.
Translator: Miguel Figueiredo el...@debianpt.org
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team traduz _at_ debianpt.org.


--
Melhores cumprimentos/Best regards,

Traduz! - Portuguese Translation Team


pt.po.gz
Description: GNU Zip compressed data


Bug#683057: [apport] If some packages aren't up-to-date, problem cannot be reported

2012-07-28 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: apport
Version: 2.2.3-3
Severity: normal

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

Like the system information says, I am using experimental with
pin-priority 500.

Currently I am getting crash reports from colord and when I try to
report it, I will get this message:

```
The problem cannot be reported:

You have some obsolete package versions installed. Please upgrade the
following packages and check if the problem still occurs:

libpng12-0, perl-base
```

Those packages are more up-to-date in experimental than on my system
and because of this I cannot report the issue. I cannot upgrade those
packages either, because it would want to remove too many packages,
which I consider as important.

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

Debian Release: wheezy/sid
  500 unstablehttp.debian.net
  500 unstabledeb.torproject.org
  500 unstabledeb.opera.com
  500 experimentalhttp.debian.net
  500 all liveusb.info

- --- Package information. ---
Depends(Version) | Installed
-+-=
python  (= 2.6) | 2.7.3-2
python-apport   (= 2.2.3-3) | 2.2.3-3
lsb-base  (= 3.0-6) | 4.1+Debian7
python-gi| 3.3.4-1
gir1.2-glib-2.0 (= 1.29.17) | 1.33.4-1
sysv-rc (= 2.86.ds1-14) | 2.88dsf-29


Recommends   (Version) | Installed
==-+-===
apport-symptoms|


Suggests(Version) | Installed
=-+-===
apport-gtk| 2.2.3-3
 OR apport-kde|





- -- 
Mika Suomalainen

Freedom!

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Public key: http://mkaysi.github.com/PGP/key.txt
Comment: gpg --keyserver pool.sks-keyservers.net --recv-keys 0x82A46728
Comment: Fingerprint = 24BC 1573 B8EE D666 D10A  AA65 4DB5 3CFE 82A4 6728
Comment: Why do I (clear)sign emails? http://git.io/6FLzWg
Comment: Please remove PGP lines in replies. http://git.io/nvHrDg
Comment: Charset of this message should be UTF-8.
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJQE56dAAoJEE21PP6CpGcoTosP/398jUQ4lfjtl/kFQadoSIEu
i4EBg9/FhxF3jtZBeJjpRAe3QXlPdIhgIZAaL4asxCT/+G0fTQJS9pDaAI+XQSOi
E12I+fM6CbjEh1N5TQQOnN98pDW8AEHt7y6RbHc4LL9TXXyzFY6slMoz7410uto9
IOKFcxcPWE0oqibrwKdnBi8Tnc4QX/YmsOJjyqe4voBnOsobe8LVE7DiTIOT006O
NhAst2JKmvuvGtVd5WfFxP5PEOMaPDctiWLtFpIwf5HhKjIQlHWhRJWVIegQyfbZ
5KAh/6ZpZWBI+McX9q6vwcs0AtvaAKDzzeOXD0W1OiWydsKDAm+fgMURJk+rUwrQ
K7ADhYovUP2ll0caXVDZs2k4BRxaHtyo7bYpZK/YZzTTqc7e2JACWlDlb1Anw5uo
4npa5OdWhfP2AI0XJAx+yWwCUQFPXmHvXOCOHBoETN17wapJOFaNwU6foZyKU7sU
M7PU5N93k7qpiweEDV61dOk5Ti8jUGKpNUoG8dSuBFfEmszXG29JodCUJ7YZ62CP
Wn/omJd1OMgLCcmOtyaNz/ynlAbKzjE0h3a/ZZvZ81o2Bbqd/sDcmhAipyGUp1aF
WTePqxAbE7PfKpdX9dk+blZJiyJj6s1ywmrgVoj0g7Gb9B0YLwyoX0deIvYiqKsw
9pBiudY1ivRtgFPVsOEO
=f64B
-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#683042: debian/copyright: No information of embedded external libraries

2012-07-28 Thread Matteo F. Vescovi
On Sat, Jul 28, 2012 at 3:27 AM, IRIE Shinsuke irieshins...@yahoo.co.jp wrote:
 debian/copyright doesn't include the copyright information of the
 external libraries such as libmv, Eigen3, and Bullet Physics which
 are included in orig.tar.bz2 file and will be statically linked.

 Also, there are some codes partially imported from external projects.
 For example, functions for detecting a pen tablet device were copied
 from Wine 1.1.13 (See intern/ghost/intern/GHOST_WindowX11.cpp).

I'm quite busy with my work in this period.
So, since this task is easy enough for everyone, patches fixing this issue
are really appreciated.
I'll review them once I'll find a minute for it and eventually I'll
apply them if
they sound good to me.

Thanks for your help

Cheers.

-- 
Matteo F. Vescovi
Debian Maintainer
GnuPG KeyID: 83B2CF7A


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



Bug#683058: codename urls that enable proper next-stable sources.list

2012-07-28 Thread email . bug
Package: ftp.debian.org

Currently it does not seem possible to set up a sources.list for
the next-stable release (i.e. now wheezy) such that 
it will remain fully appropriate after the release.

From what I gathered, wheezy-updates is missing.

Could you please add symlinks, empty dirs (whatever
 may be appropriate) for the next-stable codename
(wheezy), and include this step into the release 
cycling procedure?


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



Bug#683059: lintian: package-contains-broken-symlink should also check recommended packages

2012-07-28 Thread Paul Gevers
Package: lintian
Version: 2.5.10
Severity: normal

Dear Maintainer,

In my package I want to create a symlinks to manpages in a recommended
package (the binaries use update-alternatives to provide the proper
variant). I would nearly consider this recommended package a dependency
but doing so would cause a circular dependency and anyway policy [7.2]
says:

Recommends: This declares a strong, but not absolute, dependency.
The Recommends field should list packages that would be found
together with this one in *all but unusual installations*. [Emphasize by
me.]

So I believe that symlinks to recommended packages should be fine, and
as such the package-contains-broken-symlink check should also consider
recommended packages next to depends packages.

Feel free to tell me I am wrong in this, but please provide arguments.

Grtz
Paul

[7.2]
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps

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

Kernel: Linux 3.2.0-26-generic-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set
to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages lintian depends on:
ii  binutils   2.22-7.1
ii  bzip2  1.0.6-3
ii  diffstat   1.55-3
ii  file   5.11-2
ii  gettext0.18.1.1-9
ii  hardening-includes 2.2
ii  intltool-debian0.35.0+20060710.1
ii  libapt-pkg-perl0.1.26+b1
ii  libarchive-zip-perl1.30-6
ii  libc-bin   2.13-34
ii  libclass-accessor-perl 0.34-1
ii  libclone-perl  0.31-1+b2
ii  libdpkg-perl   1.16.8
ii  libemail-valid-perl0.190-1
ii  libipc-run-perl0.91-1
ii  libparse-debianchangelog-perl  1.2.0-1
ii  libtimedate-perl   1.2000-1
ii  liburi-perl1.60-1
ii  man-db 2.6.2-1
ii  patchutils 0.3.2-1.1
ii  perl [libdigest-sha-perl]  5.14.2-12

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarch none
ii  dpkg-dev   1.16.8
pn  libhtml-parser-perlnone
pn  libperlio-gzip-perlnone
pn  libtext-template-perl  none
ii  man-db 2.6.2-1
ii  xz-utils [lzma]5.1.1alpha+20120614-1

-- no debconf information



signature.asc
Description: OpenPGP digital signature


Bug#683060: lintian: *-command-not-in-package could check for alternatives in dependent packages

2012-07-28 Thread Paul Gevers
Package: lintian
Version: 2.5.10
Severity: normal

Dear Maintainer,

In my package I want to provide a binary via update-alternatives to
provide the multiple variants of the same program (a gtk2 and a qt
variant). I want to ship one desktop file and one menu file in a package
that depends on the either of the variants.

Currently both desktop-command-not-in-package and
menu-command-not-in-package raise a warning on this setup, but I believe
they are false positives that could be checked on the use of
update-alternatives in dependent packages.

Grtz
Paul

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

Kernel: Linux 3.2.0-26-generic-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set
to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages lintian depends on:
ii  binutils   2.22-7.1
ii  bzip2  1.0.6-3
ii  diffstat   1.55-3
ii  file   5.11-2
ii  gettext0.18.1.1-9
ii  hardening-includes 2.2
ii  intltool-debian0.35.0+20060710.1
ii  libapt-pkg-perl0.1.26+b1
ii  libarchive-zip-perl1.30-6
ii  libc-bin   2.13-34
ii  libclass-accessor-perl 0.34-1
ii  libclone-perl  0.31-1+b2
ii  libdpkg-perl   1.16.8
ii  libemail-valid-perl0.190-1
ii  libipc-run-perl0.91-1
ii  libparse-debianchangelog-perl  1.2.0-1
ii  libtimedate-perl   1.2000-1
ii  liburi-perl1.60-1
ii  man-db 2.6.2-1
ii  patchutils 0.3.2-1.1
ii  perl [libdigest-sha-perl]  5.14.2-12

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarch none
ii  dpkg-dev   1.16.8
pn  libhtml-parser-perlnone
pn  libperlio-gzip-perlnone
pn  libtext-template-perl  none
ii  man-db 2.6.2-1
ii  xz-utils [lzma]5.1.1alpha+20120614-1

-- no debconf information





signature.asc
Description: OpenPGP digital signature


Bug#681196: unblock: tryton-proteus/2.2.2-4

2012-07-28 Thread Mathias Behrle
tag 681196 - moreinfo
thanks

 On Wed, Jul 11, 2012 at 12:11:14 +0200, Mathias Behrle wrote:
 
  Package: release.debian.org
  Severity: normal
  User: release.debian@packages.debian.org
  Usertags: unblock
  
  Please unblock package tryton-proteus. The -3 upload fixes the #680817
  FTBFS, revealed by a Lucas-powered rebuild.
  
 680817 is still open.
 
 Cheers,
 Julien

Removing tag moreinfo, which seems to keep this issue out of the scope of the
release team.

Cheers,
Mathias


signature.asc
Description: PGP signature


Bug#681663: omake: wrong link option order in CheckCLib breaks with ld-as-needed

2012-07-28 Thread Florian Hatat
Stéphane Glondu wrote :
 Did you send the patch upstream? 

The upstream bug report already contains instructions to fix the bug,
which I simply followed to make this patch. Do you think I should
explicitely send the patch upstream?

Regards,

-- 
Florian,
http://openweb.eu.org/
http://www.linux-france.org/




signature.asc
Description: OpenPGP digital signature


Bug#683061: ntp: missing init script dependency on $named

2012-07-28 Thread Helmut Grohne
Package: ntp
Version: 1:4.2.6.p2+dfsg-1+b1
Severity: serious
Justification: dependency based boot release goal
User: initscripts-ng-de...@lists.alioth.debian.org
Usertags: missing-dependency

I was trying to run ntp with unbound and noticed that in /etc/rc2.d they
are linked as S02ntp and S02unbound. Clearly ntp needs unbound, because
the first thing it does is resolve debian.pool.ntp.org. Looking at
/etc/init.d/ntp reveals the obvious cause for this issue: The
Required-Start does not include $named.

Yes, this bug affects both squeeze and wheezy.

Helmut


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



Bug#681196: unblock: tryton-proteus/2.2.2-3

2012-07-28 Thread Adam D. Barratt
On Wed, 2012-07-11 at 12:11 +0200, Mathias Behrle wrote:
 Please unblock package tryton-proteus. The -3 upload fixes the #680817 FTBFS,
 revealed by a Lucas-powered rebuild.

So far as I can see, that bug doesn't apply to the version of
tryton-proteus in wheezy:

$ egrep -ir dateutil tryton-proteus-2.2.1-1/
$ 

Is that correct, or am I missing something?

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#681860: xscreensaver-data: Please remove libwww-perl dependency

2012-07-28 Thread Tormod Volden
On Mon, Jul 23, 2012 at 4:39 PM, Göran Weinholt wrote:

 Perhaps there are other screensavers that also use it. I want to make
 the point that libwww-perl is not necessary for xscreensaver to work,
 and therefore it should be in Recommends rather than Depends. By default
 Recommends are installed by apt, so moving libwww-perl to Recommends
 still solves the problem that you wanted to solve.

But, if not having libwww-perl installed breaks parts of xscreensaver,
doesn't that call for a Depends? I would agree to Recommends if the
functionality in question would be disabled gracefully, but for now
some screensavers just fail and spew out an error message.

I do however share your interest in keeping dependencies minimal, so
if we can improve this I am all ears.


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



Bug#682616: Chromium keeps crashing with segfaults

2012-07-28 Thread Onur Aslan
We know this bug occurred when we upgrade libexif to 0.6.20-3. One of that
security patch broke the package.

Instead of downgrading libexif to 0.6.20-2, I made a package for 0.6.21. It
includes security fixes and chromium crashes are gone.

You can get it here and use it until libexif maintainers fix the package:
http://i.onur.im/libexif/

And I believe, this bug must be grave. It simply makes chromium unusable.


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



Bug#681796: Hitting this without suspend

2012-07-28 Thread Ben McCann
I am also hitting this bug but I don't have to suspend. It happens maybe 
once a week while using Xorg. The X server dies and then Kdm (?) puts up 
a new login screen. I can log back in and then resume work.


Can't pin it on any one action although it appears to be related to 
using the touchpad on my Acer 1810tz laptop. I'm running Ubuntu 12.04 
fully up to date.


LMK how I can help track it down. I could attach gdb to the Xorg server 
on one the TTYs but I don't know if I could swap over to it 
(ctrl-alt-F1) after Xorg crashes and is sitting in gdb.


-Ben McCann


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



Bug#682616: Chromium keeps crashing with segfaults

2012-07-28 Thread Emmanuel Bouthenot
On Sat, Jul 28, 2012 at 12:21:54PM +0300, Onur Aslan wrote:
 We know this bug occurred when we upgrade libexif to 0.6.20-3. One of that
 security patch broke the package.
 
 Instead of downgrading libexif to 0.6.20-2, I made a package for 0.6.21. It
 includes security fixes and chromium crashes are gone.
 
 You can get it here and use it until libexif maintainers fix the package:
 http://i.onur.im/libexif/
That would have been easy but Security Team explicitly asked to fix the
security issues by backporting the needed patches (see #681454).

 And I believe, this bug must be grave. It simply makes chromium unusable.
The main problem here is that there is now way to reproduce this bug (at
least for me).

I'd like to get a real gdb backtrace which shows that the bug is related
to libexif.


Regards,

M.

-- 
Emmanuel Bouthenot
  mail: kolter@{openics,debian}.orggpg: 4096R/0x929D42C3
  xmpp: kol...@im.openics.org  irc: kolter@{freenode,oftc}


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



Bug#682960: unblock (pre-approval): gnome-shell/3.4.2-1

2012-07-28 Thread Laurent Bigonville
Le Fri, 27 Jul 2012 19:47:41 -0400,
Mike Miller mtmil...@ieee.org a écrit :

 On Sat, Jul 28, 2012 at 12:44:13AM +0200, Michael Biebl wrote:
  Am 28.07.2012 00:31, schrieb Mike Miller:
   Just happened to spot this, sorry if I'm intruding, but how about
   fixing RC bug #681737 in this release? It's an easy cherry-pick
   patch, fuzz-free, I've been running with this patch applied for
   over a week with no problems.
  
  While we should definitely fix this issue for wheezy, the upstream
  patch only works, if we update *all* NM vpn plugins to supply an
  absolute path in their corresponding .name file. (I assume you
  manually patched the .name file on your local system?)
 
 Yes.
 
  It might be easier to just change gnome-shell to look for the
  vpn-auth-dialogs in /usr/lib/NetworkManager instead of
  Config.LIBEXECDIR (which expands to /usr/lib/gnome-shell).
 
 True enough. That was how I was looking at it until I ran across the
 upstream bug report. Solving it that way is slightly more coordination
 now, but it's future-proof and less coordination later.
 
 If you all decide hardcoding gnome-shell to /usr/lib/NetworkManager is
 the best for wheezy, that's fine too.
 

I think both should be done as some VPN modules (like nm-strongswan)
are already using a full path.

I've added the following patch to the package. I'm waiting RT ack
before pushing everything to the svn.

=8==

Description: Use Debian specific NM VPN helpers paths
Author: Laurent Bigonville bi...@debian.org
Forwarded: not-needed

--- a/js/ui/networkAgent.js
+++ b/js/ui/networkAgent.js
@@ -685,7 +685,7 @@ const NetworkAgent = new Lang.Class({
 } catch(e) { } // ignore errors if key does not exist
 let path = binary;
 if (!GLib.path_is_absolute(path)) {
-path = GLib.build_filenamev([Config.LIBEXECDIR, path]);
+path = 
GLib.build_filenamev(['/usr/lib/NetworkManager/VPN', path]);
 }
 
 if (GLib.file_test(path, GLib.FileTest.IS_EXECUTABLE))

8===

Cheers


Laurent Bigonville


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



Bug#683063: unblock: sparkleshare/0.9.0-2

2012-07-28 Thread Carlos Martín Nieto
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package sparkleshare

Release 0.9.0 (and the -1 package) has a bug in its status icon code
that causes it to disappear and reappear instead of showing an
animation (which also causes the rest of the icons to move
around). The sparkleshare bug is #682070.

unblock sparkleshare/0.9.0-2

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

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.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#683063: unblock: sparkleshare/0.9.0-2

2012-07-28 Thread Niels Thykier
On 2012-07-28 11:48, Carlos Martín Nieto wrote:
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Please unblock package sparkleshare
 
 Release 0.9.0 (and the -1 package) has a bug in its status icon code
 that causes it to disappear and reappear instead of showing an
 animation (which also causes the rest of the icons to move
 around). The sparkleshare bug is #682070.
 
 unblock sparkleshare/0.9.0-2
 

PS: #682070 hasn't been closed, please do that with the proper version.

~Niels


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



Bug#683064: munin-cgi-graph regression: does not cache any graph

2012-07-28 Thread Helmut Grohne
Package: munin
Version: 2.0.1-1
Severity: important

I guess this change was introduced to fix one of the many security
issues I reported. The problem in /usr/lib/cgi-bin/munin-cgi-graph is
the following lines:

| # Having some QUERY_STRING disables the cache.
| if (defined($ENV{QUERY_STRING})) {
|   $no_cache = 1;
| }

So apache (and any other cgi compliant web server) will always set
QUERY_STRING. It may be empty though. So this means that $no_cache is
always 1 and later down this causes the cached file to be unlinked.
Changing the condition above to the version below seems to fix the
problem for me:

| if (defined($ENV{QUERY_STRING})  $ENV{QUERY_STRING} ne ) {

I guess that this regression affects a number of with little powered
machines. Given the trivial fix (assuming it is correct), it would be
nice to have this included in wheezy.

Helmut


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



Bug#681016: [release.debian.org] unblock: dotlrn/2.5.0+dfsg-8

2012-07-28 Thread Julien Cristau
On Tue, Jul 10, 2012 at 00:40:43 +0200, Hector Romojaro wrote:

 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: freeze-exception
 
 --- Please enter the report below this line. ---
 
 Hi Relase Team!
 
 Please unblock package dotlrn. It fixes an important bug (#677060) and a 
 minor patch issue. 
 
 Unfortunately, and I apologize for that, the previous version
 (2.5.0+dfsg-7) also included the migration of the package format to
 the new 3.0 one (#661038), but didn't reach testing on time before the
 freeze, so the version now in unstable (2.5.0+dfsg-8) also differs
 from the testing one (2.5.0+dfsg-6) in the package format issue.
 
 Please find in attachment the debdiff between testing and unstable versions.
 
I'm afraid all the unrelated packaging changes make this unsuitable.  If
you want to fix #677060 please prepare a targetted fix based on -6 for
upload to testing-proposed-updates.

Thanks,
Julien


signature.asc
Description: Digital signature


Bug#682557: [Bash-completion-devel] Bug#682557: wishlist: bash completion for colormake

2012-07-28 Thread Ville Skyttä
On 2012-07-23 19:49, Sebastien Bacher wrote:

 Bash completion is enabled for GNU make and several variants such as pmake.
 However, there is no tab completion for colormake (yet) (also checked 
 Natty Narwhal package). I often use it and guess it could be added with 
 little effort (?) - which would be great.
 Thanks.

Applied upstream, thanks.

http://anonscm.debian.org/gitweb/?p=bash-completion/bash-completion.git;a=commit;h=31e262bcaf9bee249deb24a0e08cd85346d7a628


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



Bug#683065: Apply can be pressed multiply times in Displays window

2012-07-28 Thread Sergey Alyoshin
Package: gnome-control-center
Version: 1:3.4.2-2

Apply button in System Settings  Displays can be pressed several times
and Does the display look OK? window will be showed several times with
down to _negative_ seconds in The display will be reset to its previous
configuration in %d seconds string.


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



Bug#681663: omake: wrong link option order in CheckCLib breaks with ld-as-needed

2012-07-28 Thread Florian Hatat
Le 24/07/2012 07:43, Stéphane Glondu a écrit :
 Did you send the patch upstream? 

Actually, I've just attached the patch upstream, if it can make their
life easier.

Regards,

-- 
Florian,
http://openweb.eu.org/
http://www.linux-france.org/




signature.asc
Description: OpenPGP digital signature


Bug#682985: lists.debian.org: Please create new list debian-cloud

2012-07-28 Thread Martin Zobel-Helas
Hi, 

On Fri Jul 27, 2012 at 14:03:47 -0400, Brian Thomason wrote:
Package:  [1]lists.debian.org
 
Severity: wishlist
 
Name:
debian-cloud
Rationale:
A single list where members of the Eucalyptus, OpenStack, or any
other cloud stack teams can
update users on happenings in Debian and where users can ask
questions regarding
installation and usage of cloud stacks atop Debian.

count me in here.
-- 
 Martin Zobel-Helas zo...@debian.org  | Debian System Administrator
 Debian  GNU/Linux Developer   |   Debian Listmaster
 GPG key http://go.debian.net/B11B627B  | 
 GPG Fingerprint:  6B18 5642 8E41 EC89 3D5D  BDBB 53B1 AC6D B11B 627B 


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



Bug#660688: [jenkins] Please enable maven-plugin

2012-07-28 Thread Christoph Berg
Re: Jakub Adam 2012-02-20 4f42af4d.7000...@ktknet.cz
 Please enable building and packaging of maven-plugin (and possibly other 
 Jenkins plugins
 that are part of the core tarball). Jenkins Maven plugin is a dependency of 
 another plugin
 that I'd like to package (Copy Artifact Plugin).

“ArtifactDeployer Plugin” is also unusable without maven-plugin
available in Jenkins core.

https://github.com/mika/jenkins-debian-glue recommends using
ArtifactDeployer Plugin, but lists Copy Artifact Plugin as an
alternative. Unfortunately, both need maven-plugin.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#683062: gimp: Can not maximize window in single-window-mode

2012-07-28 Thread Martin Dosch
Package: gimp
Version: 2.8.0-2+b1
Followup-For: Bug #683062

Dear Maintainer,

now I realised, this behaviour disappears if I change GIMP-Theme from 'default'
to 'small'.
So I don't know if this is really a bug or wanted behaviour. But I don't know,
what's the reason to let it behave like this and recommend to change this.

Best regards,
Martin



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

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
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 gimp depends on:
ii  gimp-data   2.8.0-2
ii  libaa1  1.4p5-40
ii  libatk1.0-0 2.4.0-2
ii  libbabl-0.1-0   0.1.10-1
ii  libbz2-1.0  1.0.6-3
ii  libc6   2.13-33
ii  libcairo2   1.12.2-2
ii  libdbus-1-3 1.6.0-1
ii  libdbus-glib-1-20.100-1
ii  libexif12   0.6.20-3
ii  libfontconfig1  2.9.0-6
ii  libfreetype62.4.9-1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libgegl-0.2-0   0.2.0-2
ii  libgimp2.0  2.8.0-2+b1
ii  libglib2.0-02.32.3-1
ii  libgs9  9.05~dfsg-6
ii  libgtk2.0-0 2.24.10-1
ii  libgudev-1.0-0  175-3.1
ii  libjasper1  1.900.1-13
ii  libjpeg88d-1
ii  liblcms11.19.dfsg-1.1
ii  libmng1 1.0.10-3
ii  libpango1.0-0   1.30.0-1
ii  libpng12-0  1.2.49-1
ii  libpoppler-glib80.18.4-3
ii  librsvg2-2  2.36.1-1
ii  libtiff43.9.6-7
ii  libwebkitgtk-1.0-0  1.8.1-2
ii  libwmf0.2-7 0.2.8.4-10
ii  libx11-62:1.5.0-1
ii  libxcursor1 1:1.1.13-1
ii  libxext62:1.3.1-2
ii  libxfixes3  1:5.0-4
ii  libxmu6 2:1.1.1-1
ii  libxpm4 1:3.5.10-1
ii  python  2.7.3~rc2-1
ii  python-gtk2 2.24.0-3
ii  python2.7   2.7.3~rc2-2.1
ii  zlib1g  1:1.2.7.dfsg-13

Versions of packages gimp recommends:
ii  ghostscript  9.05~dfsg-6

Versions of packages gimp suggests:
pn  gimp-data-extras  none
pn  gimp-help-en | gimp-help  none
ii  gvfs-backends 1.12.3-1+b1
ii  libasound21.0.25-3

-- no debconf information


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



Bug#681796: Hitting this without suspend

2012-07-28 Thread Julien Cristau
On Sat, Jul 28, 2012 at 05:31:08 -0400, Ben McCann wrote:

 LMK how I can help track it down. I could attach gdb to the Xorg
 server on one the TTYs but I don't know if I could swap over to it
 (ctrl-alt-F1) after Xorg crashes and is sitting in gdb.
 
You need to do the debugging over ssh.  See
http://wiki.debian.org/XStrikeForce/XserverDebugging
http://x.debian.net/howto/use-gdb.html
http://www.x.org/wiki/Development/Documentation/ServerDebugging

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#681830: Lowering severity for 2 of those 3 bugs

2012-07-28 Thread Cyril Brulebois
severity 681837 normal
tag  681837 unreproducible
severity 681855 normal
tag  681855 unreproducible
thanks

Hi,

sorry for the noise, I'm not able to reproduce those bugs at all. I suspect
something might have gone wrong with something like an ENOSPC on the host
machine, and virtualbox's dynamic (re)sizing of disc images, which might
have led to some files getting corrupted somehow.

I'm lowering the severity for the d-conf and gnome-session bug reports,
letting the gdm3 one as RC which I think is what it deserves.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#683066: [l10n:cs] Initial Czech translation of PO debconf template for nvidia-graphics-drivers-legacy-96xx 96.43.20-6

2012-07-28 Thread Michal Šimůnek
Package: nvidia-graphics-drivers-legacy-96xx
Version: 96.43.20-6
Severity: wishlist
Tags: l10n, patch

In attachment there is initial Czech translation of PO debconf
template (cs.po) for package nvidia-graphics-drivers-legacy-96xx,
please include it.


cs.po
Description: Binary data


Bug#681796: segmentation fault during suspend

2012-07-28 Thread Julien Cristau
On Tue, Jul 24, 2012 at 00:09:43 -0400, Yaroslav Halchenko wrote:

 
 On Mon, 16 Jul 2012, Julien Cristau wrote:
   [145698.415] Caught signal 11 (Segmentation fault). Server aborting
   [145698.415] 
   [145698.415] 
 
  Any chance you can get a backtrace from gdb?
 
 Program received signal SIGSEGV, Segmentation fault.
 XIChangeDeviceProperty (dev=dev@entry=0x7f4bac237fa0, property=optimized 
 out, type=type@entry=19, format=format@entry=8, mode=optimized out, 
 mode@entry=0, len=len@entry=1, 
 value=value@entry=0x7fff092e860f, sendevent=sendevent@entry=1) at 
 ../../Xi/xiproperty.c:772
 772 ../../Xi/xiproperty.c: No such file or directory.
 #0  XIChangeDeviceProperty (dev=dev@entry=0x7f4bac237fa0, property=optimized 
 out, type=type@entry=19, format=format@entry=8, mode=optimized out, 
 mode@entry=0, 
 len=len@entry=1, value=value@entry=0x7fff092e860f, 
 sendevent=sendevent@entry=1) at ../../Xi/xiproperty.c:772
 #1  0x7f4ba813c20f in DisableDevice (dev=0x7f4bac237fa0, 
 sendevent=sendevent@entry=1 '\001') at ../../dix/devices.c:481
 #2  0x7f4ba817e344 in xf86VTSwitch () at 
 ../../../../hw/xfree86/common/xf86Events.c:454
 #3  xf86Wakeup (blockData=optimized out, err=optimized out, 
 pReadmask=optimized out) at ../../../../hw/xfree86/common/xf86Events.c:285
 #4  0x7f4ba8146d9b in WakeupHandler (result=result@entry=-1, 
 pReadmask=pReadmask@entry=0x7f4ba84f1e00) at ../../dix/dixutils.c:421
 
 and then -- this gesture from gdb while running from a script was not 
 expected:
 
 ---Type return to continue, or q return to quit---

You can probably avoid this next time with the 'set pagination off'
command.

 so atm I do not have further backtrace -- but is this any useful?

It's helpful, yes, thanks.  Could you forward it upstream to
https://bugs.freedesktop.org/enter_bug.cgi?product=xorgcomponent=Server/Input/Core

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#683051: smartmontools: Release 5.43 finally supports areca 1680

2012-07-28 Thread Christian Franke
The Areca SAS patch adds the Enclosure Parameter to '-d areca' option. 
This was added upstream in r3540 and therefore should be already 
included in Debian package 5.42+svn3561-X.


Please note that this requires upcoming 1.51 Areca firmware or a recent 
beta version. Firmware versions = 1.50 do not support ATA pass-through 
on SAS controllers.


Thanks,
Christian
smartmontools-support at lists.sourceforge.net


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



Bug#683015: [squeeze] BUG: soft lockup - CPU#1 stuck for 17163091968s!

2012-07-28 Thread David Clymer
On Sat, Jul 28, 2012 at 2:29 AM, Jonathan Nieder jrnie...@gmail.com wrote:

 Hi David,

 David Rhodes Clymer wrote:

  Jul 27 13:49:16 scylla kernel: [18446743878.972008] BUG: soft lockup -
 CPU#1 stuck for 17163091968s! [transfer_log_fi:9956]

 Seems like a timekeeping problem --- that uptime is more than 500
 years.

 [...]
  Pid: 9956, comm: transfer_log_fi Not tainted 2.6.32-5-amd64 #1 PowerEdge
 R710

 Good.

 [...]
  [18446743878.972212] Call Trace:

 Not that I expect it to help, but do you happen to have the call trace
 in your logs?


Unfortunately, no. There was none. I thought it the missing call trace was
very odd, then found this:
http://damntechnology.blogspot.com/2010/04/linux-crash-debug-tips-i-have-soft.html

That person claims that if it is a userspace process, then the kernel can't
provide a traceback. So, I don't know if that means this isn't a kernel bug
at all, or if it is a scheduling bug, or what.

-davidc


-- 
*David Clymer*
VistaShare
 866-828-4782, ext. 828
www.VistaShare.com http://www.vistashare.com/

[image: Facebook]   www.facebook.com/vistashare
[image: Twitter]   www.twitter.com/vistashare


Bug#682279: unblock: libweb-id-perl/1.921-3

2012-07-28 Thread Julien Cristau
On Sat, Jul 21, 2012 at 20:55:27 +0200, Jonas Smedegaard wrote:

 Is the noise of the non-crucial changes so problematic (a.k.a. 
 unpleasing) that the release team considers the current package 
 unsuitable for getting an exception from the freeze?
 
 I honestly did not consider that noise as significant changes not 
 related to the bug to be fixed, as it is phrased at the fine 
 http://release.debian.org/wheezy/freeze_policy.html.
 
 
 Do the release team consider the package unsuitable for freeze exception 
 due to the lack of bug reference in the changelog (the bug was 
 unfortunately unavailable to reference at the time the package was 
 produced and I honestly was unaware that such reference was problematic 
 for the release team to get passed in the freeze exception bugreport)?
 
 Do the release team consider the package unsuitable for freeze exception 
 due to the user-only oriented changelog entry - i.e. lack of verbose 
 enough details in changelog for release managers to follow _how_ the 
 issue was fixed?
 
 Would it be more helpful of me to upload another package release that 
 rephrased the changelog to be more helpful for release managers to 
 understand how non-newest-debhelper-style packaging was performed 
 internally?  Should I do that in addition to the user-oriented changelog 
 entry or instead of it?
 
 Would it be more helpful if I had not asked these questions but instead 
 just uploaded a new package fixing these three issues raised by Cyril?
 
So I think I'll answer these all at once because I think they boil down
to the same thing.

For a request like this, if it takes more than 5 minutes to process it's
a waste of our time.  Having a clear changelog helps avoid that, as does
not arguing or getting on your high horse when asked clarification
questions.  And by helping that, it helps get your request approved,
which I guess is what you want?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#681146: bitlbee-common: fails to install, purge, and install again

2012-07-28 Thread Wilmer van der Gaast
Nice catch, thank you! NMU sounds good, I'll merge this into my tree too 
then.



Wilmer van der Gaast.

--
+ .''`. - -- ---+  +- -- ---  - --+
| wilmer : :'  :  gaast.net |  | OSS Programmer   www.bitlbee.org |
| lintux `. `~'  debian.org |  | Full-time geek  wilmer.gaast.net |
+--- -- -  ` ---+  +-- -  --- -- -+


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



Bug#683067: grub doesn't start on iBook G4

2012-07-28 Thread Jörg Sommer
Package: grub-ieee1275
Version: 1.99-22.1
Severity: normal

Hi,

I know, this is a very general report, but I can't tell you more. I've
build a grub image with all modules and copied it to the boot partition.

# grub-mkimage -O powerpc-ieee1275 --prefix='(hd,apple4)/boot/grub' -o 
/boot/grub/grub -v /usr/lib/grub/powerpc-ieee1275/*.mod(:t:r)

I've started this image, but it prints only:

  Welcome to GRUB!

  incompatible license
  Aborted. Press any key to exit.

and stops. It doesn't show the normal menu or the rescue prompt. The same
grub.cfg works for the version 1.99-12, I'm currently using.

If you have any patches or any hints, let me know.

Bye, Jörg.

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/root / ext4 rw,noatime,errors=remount-ro 0 0
/dev/root /sbin/init\040(deleted) ext4 ro,relatime,errors=remount-ro 0 0
/dev/sda5 /var ext4 rw,nosuid,nodev,noatime,data=ordered 0 0
/dev/mapper/_dev_sda7 /home/joerg ext4 rw,relatime,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-ASSMNU_GMH21H1_C_1SS2DJS0010135
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default=0
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
  fi
}

function load_video {
true
}

insmod part_apple
insmod ext2
set root='(hd0,apple4)'
search --no-floppy --fs-uuid --set=root 2774fdb0-806e-4a36-b025-7815f19e7453
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, mit Linux 3.5.0-rc5-00176-g064e7df' --class debian 
--class gnu-linux --class gnu --class os {
insmod gzio
insmod part_apple
insmod ext2
set root='(hd0,apple4)'
search --no-floppy --fs-uuid --set=root 
2774fdb0-806e-4a36-b025-7815f19e7453
echo'Linux 3.5.0-rc5-00176-g064e7df wird geladen …'
linux   /boot/vmlinuz-3.5.0-rc5-00176-g064e7df root=/dev/sda4 ro  nosmp 
radeon.agpmode=1 zcache
}
menuentry 'Debian GNU/Linux, mit Linux 3.5.0-rc5-00176-g064e7df 
(Wiederherstellungsmodus)' --class debian --class gnu-linux --class gnu --class 
os {
insmod gzio
insmod part_apple
insmod ext2
set root='(hd0,apple4)'
search --no-floppy --fs-uuid --set=root 
2774fdb0-806e-4a36-b025-7815f19e7453
echo'Linux 3.5.0-rc5-00176-g064e7df wird geladen …'
linux   /boot/vmlinuz-3.5.0-rc5-00176-g064e7df root=/dev/sda4 ro single 
}
menuentry 'Debian GNU/Linux, mit Linux 3.5.0-rc2-1-g6aa3ab3' --class debian 
--class gnu-linux --class gnu --class os {
insmod gzio
insmod part_apple
insmod ext2
set root='(hd0,apple4)'
search --no-floppy --fs-uuid --set=root 
2774fdb0-806e-4a36-b025-7815f19e7453
echo'Linux 3.5.0-rc2-1-g6aa3ab3 wird geladen …'
linux   /boot/vmlinuz-3.5.0-rc2-1-g6aa3ab3 root=/dev/sda4 ro  nosmp 
radeon.agpmode=1 zcache
}
menuentry 'Debian GNU/Linux, mit Linux 3.5.0-rc2-1-g6aa3ab3 
(Wiederherstellungsmodus)' --class debian --class gnu-linux --class gnu --class 
os {
insmod gzio
insmod part_apple
insmod ext2
set root='(hd0,apple4)'
search --no-floppy --fs-uuid --set=root 
2774fdb0-806e-4a36-b025-7815f19e7453
echo'Linux 3.5.0-rc2-1-g6aa3ab3 wird geladen …'
linux   /boot/vmlinuz-3.5.0-rc2-1-g6aa3ab3 root=/dev/sda4 ro single 
}
menuentry 'Debian GNU/Linux, mit Linux 3.4.0-rc3-01103-g35dc0f6' --class debian 
--class gnu-linux --class gnu --class os {
insmod gzio
insmod part_apple
insmod ext2
set root='(hd0,apple4)'
search --no-floppy --fs-uuid --set=root 
2774fdb0-806e-4a36-b025-7815f19e7453
echo'Linux 3.4.0-rc3-01103-g35dc0f6 wird geladen …'
linux   /boot/vmlinuz-3.4.0-rc3-01103-g35dc0f6 root=/dev/sda4 ro  nosmp 
radeon.agpmode=1 zcache
}
menuentry 'Debian GNU/Linux, mit Linux 3.4.0-rc3-01103-g35dc0f6 
(Wiederherstellungsmodus)' --class debian --class gnu-linux --class gnu --class 
os {
insmod gzio
insmod part_apple
insmod ext2
set 

Bug#683069: fortune-mod: Marcus Procius Cato → Marcus Porcius Cato

2012-07-28 Thread Alexander Klauer
Package: fortune-mod
Version: 1:1.99.1-4
Severity: minor
Tags: patch


Today, fortune delivered:

I would much rather have men ask why I have no statue, than why I have
one.
-- Marcus Procius Cato

The guy's name is actuall Marcus Porcius Cato.

Best regards,
Alexander

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

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

Versions of packages fortune-mod depends on:
ii  libc6 2.11.3-3   Embedded GNU C Library: Shared lib
ii  librecode03.6-17 Shared library on which recode is 

Versions of packages fortune-mod recommends:
ii  fortunes [fortune-cookie-db]  1:1.99.1-4 Data files containing fortune cook
ii  fortunes-bofh-excuses [fortun 1.2-2  BOFH excuses for fortune
ii  fortunes-de [fortune-cookie-d 0.27-1 German data files for fortune
ii  fortunes-min [fortune-cookie- 1:1.99.1-4 Data files containing fortune cook
ii  fortunes-off [fortune-cookie- 1:1.99.1-4 Data files containing offensive fo

Versions of packages fortune-mod suggests:
ii  bsdmainutils  8.0.13 collection of more utilities from 
ii  fortunes  1:1.99.1-4 Data files containing fortune cook
ii  x11-utils 7.5+4  X11 utilities

-- no debconf information
--- politics.old2012-07-28 13:29:53.690505428 +0200
+++ politics.new2012-07-28 13:31:23.178504773 +0200
@@ -876,7 +876,7 @@
-- William F. Buckley
 %
 I would much rather have men ask why I have no statue, than why I have one.
-   -- Marcus Procius Cato
+   -- Marcus Porcius Cato
 %
 I would rather be a serf in a poor man's house and be above ground than
 reign among the dead.


Bug#624178: pcl

2012-07-28 Thread Mathieu Malaterre
retitle 624178 RFP: pcl -- The Point Cloud Library
thanks

I am giving up on pcl. It has become a beasty package, as can be seen
on Jochen Ubuntu package page:

https://launchpad.net/~v-launchpad-jochen-sprickerhof-de/+archive/pcl/+packages

If it ever gets packaged for debian, one should pay attention to
libpcl1-dev conflicts.

2cts


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



Bug#682300: unblock: hunspell-en-us/20070829-6 and openoffice.org-dictionaries/1:3.3.0~rc10-4

2012-07-28 Thread Julien Cristau
On Sat, Jul 21, 2012 at 10:49:55 +0200, Rene Engelhard wrote:

 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Please unblock packages hunspell-en-us and openoffice.org-dictionaries.
 Trivial fix for (admittedly minor) bug #680485
 
 unblock hunspell-en-us/20070829-6
 unblock openoffice.org-dictionaries/1:3.3.0~rc10-4
 
I must admit between the myspell vs hunspell confusion in debian/control
vs debian/changelog I don't understand what the intent is here.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#617335: log4qt

2012-07-28 Thread Mathieu Malaterre
retitle 617335 RFP: log4qt -- C++ port of the Log4j package using the
Trolltech Qt Framework
thanks

We'll see how CTK [1] dev continue. My guess is that it will be easier
to directly use the convenient copy from within CTK.

[1] http://packages.qa.debian.org/ctk


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



Bug#641399: visad

2012-07-28 Thread Mathieu Malaterre
retitle 641399 RFP: visad -- Visualization for Algorithm Development
thanks

This dependency is not required anymore for bioformats. Feel free to
package anyway.


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



Bug#683070: RFP: friendly-recovery -- user-friendly menu to common system-recovery operations

2012-07-28 Thread Martin-Éric Racine
Package: wnpp
Severity: wishlist

* Package name: friendly-recovery
  Version : 0.2.25
  Upstream Authors: Ryan Lortie de...@desrt.ca, Stéphane Graber 
stgra...@ubuntu.com
* URL : 
https://code.launchpad.net/~ubuntu-core-dev/friendly-recovery/ubuntu
* License : GPL-2
  Programming Lang: Bourne Shell
  Description : user-friendly menu to common system-recovery operations

Friendly Recovery provides a user-friendly menu to perform common 
system-recovery oprations on a Debian-based host.
.
It features a pluggable architecture that enables easy addition of
new options to the curses-based menu offered via initrd content.


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



Bug#639472: pgsql-asn1oid: Please move from postgresql-8.4 to postgresql-9.1

2012-07-28 Thread Alexander Reichle-Schmehl
Hi!

* Martin Pitt mp...@debian.org [110827 15:31]:

 as announced recently [1] we want to move Debian unstable/testing to
 postgresql-9.1 and drop postgresql-8.4 and -9.0 completely.
 
 Please rebuild this package against postgresql-server-dev-9.1 instead
 of -8.4, or consider just using postgresql-server-dev-all.
[..]
 [1] 
 http://lists.alioth.debian.org/pipermail/pkg-postgresql-public/2011-August/000570.html

Just asmall update: ftpmaster just removed postgresql-server-dev-8.4, so
this package now FTBFS due to unresolvable build-depends.

Best regards,
  Alexander


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



Bug#657904: converting /usr/share/doc/console-setup into a symlink

2012-07-28 Thread Sven Joachim
tags 657904 + patch
thanks

While working on this bug, I found two related problems:

- console-setup-mini has the same problem as console-setup and also
  needs /usr/share/doc/console-setup-mini converted into a symlink.

- console-setup* packages are missing a tight dependency on
  keyboard-configuration, see Policy 12.3.

See the attached patches which seem to solve these problems, unless the
admin has done something stupid like dropping files into
/usr/share/doc/console-setup.  I don't think it's really necessary to
clean up after them if they do such things.

Note to potential NMU'ers: it is assumed that 1.82 will be the first
fixed version, if that's not the case you need to adjust the postinst
scripts.

Cheers,
   Sven

From cc4a2e6e8d78076c2ef0f92d3d39958186a6f701 Mon Sep 17 00:00:00 2001
From: Sven Joachim svenj...@gmx.de
Date: Sat, 28 Jul 2012 11:55:37 +0200
Subject: [PATCH 1/2] Turn /usr/share/doc/console-setup{,-mini} into symlinks

The snippets here are based on Colin Watson's libpipeline-dev package.
---
 debian/changelog   |6 ++
 debian/console-setup-mini.postinst |   10 ++
 debian/console-setup.postinst  |   23 ++-
 3 files changed, 26 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 459496b..7ea5a98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+console-setup (1.82) UNRELEASED; urgency=low
+
+  * Turn /usr/share/doc/console-setup{,-mini} into symlinks. Closes: #657904.
+
+ -- Sven Joachim svenj...@gmx.de  Sat, 28 Jul 2012 11:53:49 +0200
+
 console-setup (1.81) unstable; urgency=low
 
   * Team upload
diff --git a/debian/console-setup-mini.postinst 
b/debian/console-setup-mini.postinst
index b27f3d9..8061bc4 100644
--- a/debian/console-setup-mini.postinst
+++ b/debian/console-setup-mini.postinst
@@ -5,6 +5,16 @@ set -e
 # Source debconf library.
 . /usr/share/debconf/confmodule
 
+if dpkg --compare-versions $2 lt-nl 1.82; then
+   # Replace directory with symlink.
+   if [ ! -L /usr/share/doc/console-setup-mini ]  \
+  [ -d /usr/share/doc/console-setup-mini ]; then
+   if rmdir /usr/share/doc/console-setup-mini 2/dev/null; then
+   ln -sf keyboard-configuration 
/usr/share/doc/console-setup-mini
+   fi
+   fi
+fi
+
 # This works even if we are not on the console
 setupcon --save-only || true
 # This will protest if we are not on the console
diff --git a/debian/console-setup.postinst b/debian/console-setup.postinst
index d8e7f68..0c8b454 100644
--- a/debian/console-setup.postinst
+++ b/debian/console-setup.postinst
@@ -8,19 +8,16 @@ set -e
 CONFIGDIR=/etc/console-setup
 CONFIGFILE=/etc/default/console-setup
 
-# # turn around bug in dpkg (#17624)
-# cd /usr/share/doc
-# if [ $1 = configure ]; then
-# [ -d keyboard-configuration ] || exit 123 # should never fail
-# if [ -d console-setup -a ! -L console-setup ]; then
-# # in case the administrator has created some files
-# cp -a console-setup/* keyboard-configuration/ 2/dev/null || true
-# rm -r console-setup
-# ln -s keyboard-configuration console-setup
-# elif [ ! -e console-setup ]; then
-# ln -s keyboard-configuration console-setup
-# fi
-# fi
+# turn around bug in dpkg (#17624)
+if dpkg --compare-versions $2 lt-nl 1.82; then
+   # Replace directory with symlink.
+   if [ ! -L /usr/share/doc/console-setup ]  \
+  [ -d /usr/share/doc/console-setup ]; then
+   if rmdir /usr/share/doc/console-setup 2/dev/null; then
+   ln -sf keyboard-configuration 
/usr/share/doc/console-setup
+   fi
+   fi
+fi
 
 if [ $1 = configure ]; then
 
-- 
1.7.10.4

From c0c90097ec53951e784215b2ee26cb5418ac4635 Mon Sep 17 00:00:00 2001
From: Sven Joachim svenj...@gmx.de
Date: Sat, 28 Jul 2012 12:06:52 +0200
Subject: [PATCH 2/2] Tighten the dependency of console-setup-* on
 keyboard-configuration
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

As per Policy §12.3, /usr/share/doc symlinks are only allowed if both
packages have the same version.
---
 debian/changelog |1 +
 debian/control   |8 
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7ea5a98..bd51da5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 console-setup (1.82) UNRELEASED; urgency=low
 
   * Turn /usr/share/doc/console-setup{,-mini} into symlinks. Closes: #657904.
+  * Tighten the dependency of console-setup-* on keyboard-configuration.
 
  -- Sven Joachim svenj...@gmx.de  Sat, 28 Jul 2012 11:53:49 +0200
 
diff --git a/debian/control b/debian/control
index fd85468..69f2ed0 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Package: console-setup
 Section: utils
 Architecture: all
 Pre-Depends: debconf (= 1.5.34)
-Depends: console-setup-linux | 

Bug#681196: unblock: tryton-proteus/2.2.2-4

2012-07-28 Thread Mathias Behrle
* Betr.:  Re: Bug#681196: unblock: tryton-proteus/2.2.2-3 (Sat, 28 Jul 2012
  11:15:41 +0200):

 On Wed, Jul 11, 2012 at 12:11:14 +0200, Mathias Behrle wrote:
 
  Package: release.debian.org
  Severity: normal
  User: release.debian@packages.debian.org
  Usertags: unblock
  
  Please unblock package tryton-proteus. The -3 upload fixes the #680817
  FTBFS, revealed by a Lucas-powered rebuild.
  
 Does #680817 affect the version in testing?  The BTS doesn't think so,
 and looking at the changes in proteus/pyson.py and setup.py I guess not.
 
 Now on to the changes themselves:
 
 --- tryton-proteus-2.2.1/debian/compat  2011-12-26 12:35:55.0 +
 +++ tryton-proteus-2.2.2/debian/compat  2012-07-11 09:31:06.0 +
 @@ -1 +1 @@
 -8
 +9
 
 This is not ok during freeze.
 
 --- tryton-proteus-2.2.1/debian/rules   2011-12-26 12:35:55.0 +
 +++ tryton-proteus-2.2.2/debian/rules   2012-07-11 09:31:06.0 +
 @@ -7,3 +7,6 @@
 dh_auto_clean
  
 rm -rf *.egg-info
 +
 +override_dh_builddeb:
 +   dh_builddeb -- -Zxz -z9
 
 neither is this, really.
 
 So with no RC or important bug fix that I know of in this version, I'm
 afraid I'm going to have to say no, sorry.
 
 Cheers,
 Julien

I now can see, what has happened.

tryton-proteus_2.2.2-2 was uploaded and accepted into unstable on 2012-06-30,
but didn't make it into testing so far because of a version mismatch [1].
This should be due to a missing upload of 2.2.1-1 on Wed May 9, that I wasn't
aware of.
Could you please mark 2.2.2-2 for acceptance in testing, because it is a
legitimate version uploaded before the freeze?

The fix for #680817 is a really simple non-invasive fix and there should be no
problem to accept it with 2.2.2-4, once 2.2.2-2 is in testing.

[1]
http://packages.qa.debian.org/t/tryton-proteus/news/20120630T165055Z.html

Thanks,
Mathias


signature.asc
Description: PGP signature


Bug#683053: unblock: python2.7/2.7.3-2

2012-07-28 Thread Philipp Kern
On Sat, Jul 28, 2012 at 03:39:51AM -0400, Scott Kitterman wrote:
 My recommendation is that you unblock python2.7, but increase the age
 requirement to 30 days (it's at 14 righ now) and that you also unblock
 linkchecker (#682603) and I'll NMU pegasus-wm, createrepo, and gwibber, file
 fore unblocks, etc.  In each case the diff is very compact (similar to #682603
 in scope).  With python2.7 having two weeks to go, this was all the fixed
 packages can migrate with or before python2.7 so it can be a smooth switch
 (the fixed packages work fine with either the python2.7 in wheezy or unstable
 there's no need to tightly coordinate things.

Couldn't python2.7 get Breaks on the broken packages or something? I shortly
talked with doko about that when I thought that only one package is affected
and hence that was discarded.  It is a private undocumented API but given that
it really does affect other packages, it makes sense to me at least.

Kind regards
Philipp Kern 


signature.asc
Description: Digital signature


Bug#683071: [phppgadmin] To have Table Name displayed when Browse the Table

2012-07-28 Thread Csanyi Pal
Package: phppgadmin
Version: 5.0.4-1
Severity: wishlist

--- Please enter the report below this line. ---
When one browse a table in a database the data of that table
are displayed in rows and columns of that table.

I wish to have displayed the Table Name above rows so
one can see it right away.

At present one must to search Table Name in the Link line above.


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

Debian Release: wheezy/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.debian.org 
  500 testing www.debian-multimedia.org 
  500 testing ftp.debian.org 
  500 stable  dl.google.com 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
libapache2-mod-php5| 5.4.4-3
 OR php5-cgi   | 
php5-pgsql | 5.4.4-3
apache2| 
 OR httpd  | 
libjs-jquery   | 1.7.2+debian-2


Recommends  (Version) | Installed
=-+-===
postgresql-doc| 9.1+134


Suggests(Version) | Installed
=-+-===
postgresql| 
slony1-bin| 


-- 
Regards from Pal


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



Bug#657904: converting /usr/share/doc/console-setup into a symlink

2012-07-28 Thread Julien Cristau
On Sat, Jul 28, 2012 at 14:15:02 +0200, Sven Joachim wrote:

 tags 657904 + patch
 thanks
 
 While working on this bug, I found two related problems:
 
 - console-setup-mini has the same problem as console-setup and also
   needs /usr/share/doc/console-setup-mini converted into a symlink.
 
 - console-setup* packages are missing a tight dependency on
   keyboard-configuration, see Policy 12.3.
 
 See the attached patches which seem to solve these problems, unless the
 admin has done something stupid like dropping files into
 /usr/share/doc/console-setup.  I don't think it's really necessary to
 clean up after them if they do such things.
 
 Note to potential NMU'ers: it is assumed that 1.82 will be the first
 fixed version, if that's not the case you need to adjust the postinst
 scripts.
 
I think personally I would prefer undoing this symlink mess
altogether.  Not sure what others think...

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#683053: unblock: python2.7/2.7.3-2

2012-07-28 Thread Julien Cristau
On Sat, Jul 28, 2012 at 03:39:51 -0400, Scott Kitterman wrote:

 As far as I know, the only issue that's come up with the 2.7.3-2 is the
 urlparse module where they simplified it and dropped some options which gave
 some packages a bit of trouble.  It appears jwilk did a systematic sweep for
 packages that were affected by this (I say it seems because I haven't caught
 him online recently to ask, but everywhere I found the issue, he'd already
 filed a bug).
 
There was also the part where it broke vim.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#683053: unblock: python2.7/2.7.3-2

2012-07-28 Thread Julien Cristau
On Sat, Jul 28, 2012 at 03:39:51 -0400, Scott Kitterman wrote:

 As far as I know, the only issue that's come up with the 2.7.3-2 is the
 urlparse module where they simplified it and dropped some options which gave
 some packages a bit of trouble.  It appears jwilk did a systematic sweep for
 packages that were affected by this (I say it seems because I haven't caught
 him online recently to ask, but everywhere I found the issue, he'd already
 filed a bug).
 
FWIW I think this is a major failure on the part of python upstream, and
would rather see this change reverted.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#683072: [l10n:cs] Updated Czech translation of PO debconf template for nvidia-support 20120630+2

2012-07-28 Thread Michal Šimůnek
Package: nvidia-support
Version: 20120630+2
Severity: wishlist
Tags: l10n, patch

In attachment there is updated Czech translation of PO debconf
template (cs.po) for package nvidia-support, please include it.


cs.po
Description: Binary data


Bug#683073: unblock: gnunet/0.9.3-3

2012-07-28 Thread Bertrand Marc

Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Dear release team,

(this bug submission is following my message [1] on debian-release@, to 
make sure my mail will not get inadvertently overlooked in the

surrounding sea of unblock requests)

I prepared a new revision of GNUnet fixing a few bugs with the following 
changes (the diff is attached):


  * debian/control: update Vcs-* to the new repository in collab-maint.
  * Install only the generated binaries on Hurd, thanks to Cyril 
Roelandt (Closes: #670794).
  * Use chmod and chown instead of dpkg-statoverride to set special 
permissions and upgrade properly depending on the previous version 
(Closes: #673301).

  * Rewrite gnunet-server.init based on /etc/init.d/skeleton and make
gnunet-server depend on lsb-base to use LSB logging.

Would you consider to give gnunet 0.9.3-3 a freeze exception ?

This version is not yet uploaded to unstable, my sponsor is waiting for 
your approval.


Cheers,
Bertrand

unblock gnunet/0.9.3-3

[1] http://lists.debian.org/debian-release/2012/07/msg01149.html

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

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru gnunet-0.9.3/debian/changelog gnunet-0.9.3/debian/changelog
--- gnunet-0.9.3/debian/changelog	2012-06-20 23:55:23.0 +0200
+++ gnunet-0.9.3/debian/changelog	2012-07-13 22:14:28.0 +0200
@@ -1,3 +1,15 @@
+gnunet (0.9.3-3) unstable; urgency=low
+
+  * debian/control: update Vcs-* to the new repository in collab-maint.
+  * Install only the generated binaries on Hurd, thanks to Cyril Roelandt
+(Closes: #670794).
+  * Use chmod and chown instead of dpkg-statoverride to set special permissions
+and upgrade properly depending on the previous version (Closes: #673301).
+  * Rewrite gnunet-server.init based on /etc/init.d/skeleton and make
+gnunet-server depend on lsb-base to use LSB logging.
+
+ -- Bertrand Marc beberk...@gmail.com  Fri, 13 Jul 2012 22:13:55 +0200
+
 gnunet (0.9.3-2) unstable; urgency=low
 
   * Clean properly dpkg-statoverride in gnunet-server.postrm
diff -Nru gnunet-0.9.3/debian/control gnunet-0.9.3/debian/control
--- gnunet-0.9.3/debian/control	2012-06-10 10:29:08.0 +0200
+++ gnunet-0.9.3/debian/control	2012-07-13 20:04:35.0 +0200
@@ -10,8 +10,8 @@
  libsqlite3-dev (=3.0), libpq-dev (=8.3), guile-1.8-dev, libglpk-dev (=4.32)
 Build-Conflicts: autoconf2.13, automake1.4
 Standards-Version: 3.9.3
-Vcs-Git: git://git.debian.org/git/users/bbk-guest/gnunet.git
-Vcs-browser: http://git.debian.org/?p=users/bbk-guest/gnunet.git
+Vcs-Git: git://git.debian.org/git/collab-maint/gnunet.git
+Vcs-browser: http://git.debian.org/?p=collab-maint/gnunet.git
 Homepage: http://www.gnunet.org/
 
 Package: gnunet
@@ -75,7 +75,7 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends:
  ${misc:Depends}, ${shlibs:Depends}, gnunet-common (= ${binary:Version}),
- adduser, gettext, netbase
+ adduser, gettext, netbase, lsb-base
 Suggests: miniupnpc
 Breaks: gnunet-fuse (0.9), gnunet-client (0.9)
 Replaces: gnunet-fuse (0.9), gnunet-client (0.9)
diff -Nru gnunet-0.9.3/debian/gnunet-server.init gnunet-0.9.3/debian/gnunet-server.init
--- gnunet-0.9.3/debian/gnunet-server.init	2012-05-02 21:43:40.0 +0200
+++ gnunet-0.9.3/debian/gnunet-server.init	2012-07-13 20:02:50.0 +0200
@@ -1,64 +1,109 @@
-#!/bin/sh
-
+#! /bin/sh
 ### BEGIN INIT INFO
-# Provides:		gnunet-server
-# Required-Start:	$syslog $network $local_fs $remote_fs
-# Required-Stop:	$syslog $network $local_fs $remote_fs
-# Should-Start:
-# Should-Stop:
-# Default-Start:	2 3 4 5
-# Default-Stop:		0 1 6
-# Short-Description:	Starts the GNUnet server at boot time.
-# Description:		GNUnet is a secure, trust-based peer-to-peer framework.
+# Provides:  gnunet-server
+# Required-Start:$remote_fs $syslog $network
+# Required-Stop: $remote_fs $syslog $network
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+# Short-Description: Starts the GNUnet server at boot time.
+# Description:   GNUnet is a secure, trust-based peer-to-peer framework.
 ### END INIT INFO
 
-PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
+DESC=GNUnet
+NAME=gnunet-server
 DAEMON=/usr/bin/gnunet-service-arm
-NAME=gnunet-service-arm
-DESC=GNUnet
 LOGFILE=/var/log/gnunetd/gnunetd.log
+DAEMON_ARGS=-c /etc/gnunet.conf -d -l $LOGFILE
+SCRIPTNAME=/etc/init.d/$NAME
 
-test -x ${DAEMON} || exit 0
-
-set -e
-
-# Get configuration
-if [ -f /etc/default/gnunet-server ]
-then
-	. /etc/default/gnunet-server
-fi
-
-if [ ${GNUNET_AUTOSTART} != true ]
-then
-	exit 0
-fi
-
-case ${1} in
-	start)
-		echo -n Starting ${DESC}: 
-		start-stop-daemon --start --chuid 

Bug#683074: maildrop: Unable to change to home directory with 0750 directory

2012-07-28 Thread dannielou
Package: maildrop
Version: 2.2.0-3.1
Severity: normal
Tags: upstream


Hello,

Here is the way to reproduce this bug. I was able to reproduce this bug on
debian stable and freebsd 9.

apt-get install maildrop
add a user testuser and a group testgroup
Change home directory of testuser to /home/testdir/testuser
edit /etc/maildroprc and uncomment DEFAULT=$HOME/Maildir
Change ownership of /home/testdir
# ls -ld /home/testdir
drwxr-xr-x 3 root testgroup 4096 Jul 28 13:50 /home/testdir

# cat /etc/passwd|grep test
testuser:x:1001:1001:,,,:/home/testdir/testuser:/bin/bash
# cat /etc/group|grep test
testuser:x:1001:
testgroup:x:1002:testuser


Now mail delivery works if /home/testdir has 0755 perms :

# chmod 755 /home/testdir
# echo testmail |maildrop -V 3 -d testuser
ERR: authdaemon: s_connect() failed: No such file or directory
maildrop: Changing to /home/testdir/testuser
Message start at 0 bytes, envelope sender=testuser
maildrop: Attempting .mailfilter
# cat
/home/testdir/testuser/Maildir/new/1343476846.M402842P17286V0802I0057A00A_0.barret\,S\=9
 
testmail

But if /home/testdir has 0750 perms and belongs to root:testgroup, mail delivery
fails even if testuser is in group testgroup :

# chmod 750 /home/testdir
# ls -ld /home/testdir
drwxr-x--- 3 root testgroup 4096 Jul 28 13:50 /home/testdir
# echo testmail |maildrop -V 3 -d testuser
ERR: authdaemon: s_connect() failed: No such file or directory
maildrop: Changing to /home/testdir/testuser
maildrop: Unable to change to home directory.

Note that testgroup is not the primary group of testuser

BR
Eric

-- System Information:
Debian Release: 6.0.4
  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 maildrop depends on:
ii  courier-authlib   0.63.0-3   Courier authentication library
ii  libc6 2.11.3-3   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libgdbm3  1.8.3-9GNU dbm database routines (runtime
ii  libpcre3  8.02-1.1   Perl 5 Compatible Regular Expressi
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3

Versions of packages maildrop recommends:
ii  postfix [mail-transport 2.7.1-1+squeeze1 High-performance mail transport ag

maildrop suggests no packages.

-- Configuration Files:
/etc/maildroprc changed:
DEFAULT=$HOME/Maildir


-- 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#664547: spatialite: FTBFS on some archs (test failures)

2012-07-28 Thread peter green

01234567890123456789012345678901234567890123456789012345678901234567890123456789
Current version 3.1.0~rc2-1 seems ok on all archs, but for ppc where it fails 
to build with something that looks like a compiler issue.
Based on https://bugs.launchpad.net/ubuntu/+source/spatialite/+bug/1012976 and 
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28904 it would appear that the 
issue is that gcc  chokes on building massive files on powerpc with PIC (your 
file compiles sucessfully if -fPIC is removed) and the gcc developers don't 
consider this a bug.


The ubuntu guys suggested soloution is to modify the program that generates 
the massive C files to generate a collection of smaller C files instead.



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



Bug#680898: build-depends on gcc-4.5/g++-4.6; build-conflicts against obsolete gcc version on x86

2012-07-28 Thread Philipp Kern
On Thu, Jul 26, 2012 at 09:29:09PM +0900, Samuel Thibault wrote:
 Ah, gcc-4.4 will stay?  That's an option which should work, yes.

Yep, it will. See for instance [1].

Kind regards
Philipp Kern

[1] https://lists.debian.org/debian-superh/2012/04/msg1.html


signature.asc
Description: Digital signature


Bug#683075: spatialite in wheezy FTBFS

2012-07-28 Thread peter green

Package: spatialite
Version: 3.0.0~beta20110817-3

While working on a derivative distribution I discovered that spatialite 
from testing FTBFS with the following error


checking for geos_c.h... yes
configure: error: 'libgeos_c' is required but it doesn't seems to be 
installed on this system.

checking for library containing GEOSTopologyPreserveSimplify... no
dh_auto_configure: ./configure --build=arm-linux-gnueabihf --prefix=/usr 
--includedir=${prefix}/include --mandir=${prefix}/share/man 
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--libexecdir=${prefix}/lib/spatialite --disable-maintainer-mode 
--disable-dependency-tracking --enable-geos --enable-proj 
--disable-geosadvanced returned exit code 1

make[1]: *** [override_dh_auto_configure] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

This was initially discovered on raspbian but I was able to reproduce it 
locally on debian wheezy amd64.


I discovered that this failure was due to libgeos.so moving from 
libgeos-dev to libgeos++-dev so I added
libgeos++-dev to build-depends, unfortunately after doing so the build 
failed with


libtool: compile: gcc -DPACKAGE_NAME=\libspatialite\ 
-DPACKAGE_TARNAME=\libspatialite\ -DPACKAGE_VERSION=\3.0.0-beta\ 
-DPACKAGE_STRING=\libspatialite 3.0.0-beta\ 
-DPACKAGE_BUGREPORT=\a.furi...@lqt.it\ -DPACKAGE_URL=\\ 
-DPACKAGE=\libspatialite\ -DVERSION=\3.0.0-beta\ -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SQLITE3_H=1 -DHAVE_SQLITE3EXT_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\.libs/\ -DTIME_WITH_SYS_TIME=1 
-DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 
-DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 
-DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 -DHAVE_FDATASYNC=1 
-DHAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 
-DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 
-DHAVE_LIBSQLITE3=1 -DHAVE_LIBSQLITE3=1 -DHAVE_PROJ_API_H=1 
-DHAVE_GEOS_C_H=1 -DHAVE_ICONV_H=1 -DHAVE_FREEXL_H=1 -I. -g -O2 
-I../../src/headers -D_LARGE_FILE=1 -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE=1 -DNDEBUG=1 -g -O2 -c virtualXL.c -fPIC -DPIC -o 
.libs/virtualXL.o

virtualXL.c: In function ‘vXL_create’:
virtualXL.c:273:9: warning: passing argument 4 of 
‘freexl_get_cell_value’ from incompatible pointer type [enabled by default]

In file included from virtualXL.c:62:0:
/usr/include/freexl.h:573:24: note: expected ‘struct FreeXL_CellValue *’ 
but argument is of type ‘unsigned char *’
virtualXL.c:273:9: error: too many arguments to function 
‘freexl_get_cell_value’

In file included from virtualXL.c:62:0:
/usr/include/freexl.h:573:24: note: declared here
virtualXL.c: In function ‘vXL_eval_constraints’:
virtualXL.c:548:10: warning: passing argument 4 of 
‘freexl_get_cell_value’ from incompatible pointer type [enabled by default]

In file included from virtualXL.c:62:0:
/usr/include/freexl.h:573:24: note: expected ‘struct FreeXL_CellValue *’ 
but argument is of type ‘unsigned char *’
virtualXL.c:548:10: error: too many arguments to function 
‘freexl_get_cell_value’

In file included from virtualXL.c:62:0:
/usr/include/freexl.h:573:24: note: declared here
virtualXL.c: In function ‘vXL_column’:
virtualXL.c:818:11: warning: passing argument 4 of 
‘freexl_get_cell_value’ from incompatible pointer type [enabled by default]

In file included from virtualXL.c:62:0:
/usr/include/freexl.h:573:24: note: expected ‘struct FreeXL_CellValue *’ 
but argument is of type ‘unsigned char *’
virtualXL.c:818:11: error: too many arguments to function 
‘freexl_get_cell_value’

In file included from virtualXL.c:62:0:
/usr/include/freexl.h:573:24: note: declared here
make[4]: *** [virtualXL.lo] Error 1

This bug does not affect the version in sid (unfortunately another rc 
bug does :( ).



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



Bug#683076: zsnes: No sound on zsnes (wheezy)

2012-07-28 Thread Roger
Package: zsnes
Version: 1.510+bz2-3
Severity: normal

Dear Maintainer,

   * What led up to the situation?
No sound on zsnes. 64-bit Wheezy.
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Installed package lib32asound2-plugins for amd64 from stable
   * What was the outcome of this action?
Sound worked again.
   * What outcome did you expect instead?
I expect lib32asound2-plugins for amd64 to be listed as a dependency for zsnes 
and automatically installed.


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

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

Versions of packages zsnes depends on:
ii  ia32-libs  20120102
ii  lib32gcc1  1:4.7.0-1
ii  lib32ncurses5  5.9-4
ii  lib32stdc++6   4.7.0-1
ii  lib32tinfo55.9-4
ii  lib32z11:1.2.6.dfsg-2
ii  libc6-i386 2.13-27

zsnes recommends no packages.

zsnes suggests no packages.

-- no debconf information


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



Bug#683077: ITP: python-openslide -- python wrapper for reading whole slide image files

2012-07-28 Thread Mathieu Malaterre
Package: wnpp
Severity: wishlist
Owner: Mathieu Malaterre ma...@debian.org


* Package name: python-openslide
  Version : 0.3.0
  Upstream Author : Carnegie Mellon University
* URL : https://github.com/openslide/openslide-python
* License : LGPL
  Programming Lang: Python
  Description : python wrapper for reading whole slide image files

 OpenSlide is a C library that provides a simple interface to read whole-slide
 images also known as virtual slides.
 .
 Whole-slide images, also known as virtual slides, are large, high resolution
 images used in digital pathology. Reading these images using standard image
 tools or libraries is a challenge because these tools are typically designed
 for images that can comfortably be uncompressed into RAM or a swap file.
 Whole-slide images routinely exceed RAM sizes, often occupying tens of
 gigabytes when uncompressed. Additionally, whole-slide images are typically
 multi-resolution, and only a small amount of image data might be needed at a
 particular resolution.
 .
 This library currently supports:
  * Trestle (.tif)
  * Hamamatsu (.vms, .vmu)
  * Aperio (.svs, .tif)
  * MIRAX (.mrxs)
  * Generic tiled TIFF (.tif)
 .
 This package contains the python module needed to run OpenSlide applications.


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



Bug#681737: Bug#682960: unblock (pre-approval): gnome-shell/3.4.2-1

2012-07-28 Thread Mike Miller
On Sat, Jul 28, 2012 at 11:51:06AM +0200, Laurent Bigonville wrote:
 Le Fri, 27 Jul 2012 19:47:41 -0400,
 Mike Miller mtmil...@ieee.org a écrit :
 
  On Sat, Jul 28, 2012 at 12:44:13AM +0200, Michael Biebl wrote:
   Am 28.07.2012 00:31, schrieb Mike Miller:
Just happened to spot this, sorry if I'm intruding, but how about
fixing RC bug #681737 in this release? It's an easy cherry-pick
patch, fuzz-free, I've been running with this patch applied for
over a week with no problems.
   
   While we should definitely fix this issue for wheezy, the upstream
   patch only works, if we update *all* NM vpn plugins to supply an
   absolute path in their corresponding .name file. (I assume you
   manually patched the .name file on your local system?)
  
  Yes.
  
   It might be easier to just change gnome-shell to look for the
   vpn-auth-dialogs in /usr/lib/NetworkManager instead of
   Config.LIBEXECDIR (which expands to /usr/lib/gnome-shell).
  
  True enough. That was how I was looking at it until I ran across the
  upstream bug report. Solving it that way is slightly more coordination
  now, but it's future-proof and less coordination later.
  
  If you all decide hardcoding gnome-shell to /usr/lib/NetworkManager is
  the best for wheezy, that's fine too.
  
 
 I think both should be done as some VPN modules (like nm-strongswan)
 are already using a full path.
 
 I've added the following patch to the package. I'm waiting RT ack
 before pushing everything to the svn.
 
 =8==
 
 Description: Use Debian specific NM VPN helpers paths
 Author: Laurent Bigonville bi...@debian.org
 Forwarded: not-needed
 
 --- a/js/ui/networkAgent.js
 +++ b/js/ui/networkAgent.js
 @@ -685,7 +685,7 @@ const NetworkAgent = new Lang.Class({
  } catch(e) { } // ignore errors if key does not exist
  let path = binary;
  if (!GLib.path_is_absolute(path)) {
 -path = GLib.build_filenamev([Config.LIBEXECDIR, 
 path]);
 +path = 
 GLib.build_filenamev(['/usr/lib/NetworkManager/VPN', path]);

Except the Debian path is /usr/lib/NetworkManager without the VPN part.

Fix that, and this looks good to me. Thanks!

-- 
mike


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



Bug#682950: closed by Daniel Leidert daniel.leid...@wgdd.de (Re: Bug#682944: xmllint refuses valid xref xrefstyle content when validating docbook file)

2012-07-28 Thread Petter Reinholdtsen
[Daniel Leidert]
 xref had been introduced with DocBook XML 4.3. So xmllint is
 correct.  You content is invalid. You can either adjust the DocBook
 version or remove the xref elements or follow the advice xmlto gave
 you.

Thank you very much.  Updating the version from 4.2 to 4.3 worked like
a charm.

But I ended up changing the reference to not talk about page numbers,
to make sure the reference also make sense in the HTML version.  But
it was good to get a clue why my docbook file did not validate!  :)

-- 
Happy hacking
Petter Reinholdtsen


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



Bug#682467: unblock: blist/1.3.4-2

2012-07-28 Thread Julien Cristau
On Mon, Jul 23, 2012 at 00:55:52 -0400, Scott Kitterman wrote:

 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Please unblock package blist
 
 Fixed RC bug #681583
 
Would it be better to remove it instead?  Before the fix, it has had one
upload ever, that shipped broken on everything but amd64, so I guess
it's not getting much use/attention.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#683053: unblock: python2.7/2.7.3-2

2012-07-28 Thread Scott Kitterman
On Saturday, July 28, 2012 02:14:04 PM Philipp Kern wrote:
 On Sat, Jul 28, 2012 at 03:39:51AM -0400, Scott Kitterman wrote:
  My recommendation is that you unblock python2.7, but increase the age
  requirement to 30 days (it's at 14 righ now) and that you also unblock
  linkchecker (#682603) and I'll NMU pegasus-wm, createrepo, and gwibber,
  file fore unblocks, etc.  In each case the diff is very compact (similar
  to #682603 in scope).  With python2.7 having two weeks to go, this was
  all the fixed packages can migrate with or before python2.7 so it can be
  a smooth switch (the fixed packages work fine with either the python2.7
  in wheezy or unstable there's no need to tightly coordinate things.
 
 Couldn't python2.7 get Breaks on the broken packages or something? I shortly
 talked with doko about that when I thought that only one package is
 affected and hence that was discarded.  It is a private undocumented API
 but given that it really does affect other packages, it makes sense to me
 at least.

It could, I suppose.  I don't think that, once this is sorted out in 
Wheezy/Unstable there is an upgrade issue for Squeeze.  If one of the relevant 
applications is running during the upgrade it will keep using the old version 
of the module.  In my estimation, for Squeeze upgrades it's not worth making 
the package upgrade sequencing more complicated for the apt resolver.

Scott K


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



Bug#683078: l10n UI unreadable at all (can't load international font)

2012-07-28 Thread IRIE Shinsuke
Package: blender
Version: 2.63a-1

When starting Blender, I get many annoying warnings as follows:

Can't load font: default from memory!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!

And indeed UI is not displayed with Droid Sans Regular font.
Especially, if I attempt to use UI translated into Japanese,
all Japanese characters appear as unreadable blank squares.

I investigated 0009-look_for_droid_ttf_with_fontconfig.patch
and found that BLI_file_to_mem() in fileops.c doesn't work.
fread() in this function returns 0 or 1, not actual readsize,
so the font file cannot be read to memory area properly.

To fix this bug,

  readsize= fread(mem+size, chunk_size,1,file);

has to be modified as follows:

  readsize= fread(mem+size, 1, chunk_size, file);

-- IRIE Shinsuke


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



Bug#680378: [buildd.debian.org] ia32-libs-* entries in Packages-arch-specific still wrong

2012-07-28 Thread Török Edwin
Package: buildd.debian.org

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

FWIW ia32-libs-gtk is still not installable.
ia32-libs was installable for quite some time now (thanks!), although its entry
in Packages-arch-specific was still not updated.

Will this be fixed for wheezy?

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.5.0

Debian Release: wheezy/sid
  500 unstableiota.nren.ro
  500 unstableftp.de.debian.org
  500 testing iota.nren.ro

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.


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



Bug#683053: unblock: python2.7/2.7.3-2

2012-07-28 Thread Scott Kitterman
On Saturday, July 28, 2012 02:30:36 PM Julien Cristau wrote:
 On Sat, Jul 28, 2012 at 03:39:51 -0400, Scott Kitterman wrote:
  As far as I know, the only issue that's come up with the 2.7.3-2 is the
  urlparse module where they simplified it and dropped some options which
  gave some packages a bit of trouble.  It appears jwilk did a systematic
  sweep for packages that were affected by this (I say it seems because I
  haven't caught him online recently to ask, but everywhere I found the
  issue, he'd already filed a bug).
 
 There was also the part where it broke vim.

You're right.  I forgot about that one.  From that bug (#681599), I understand 
the pland to be:

 Plan B
 ==
 In any order:
 - Fix vim build not to link config.c into the binary. (I attached a
 proposed patch.)
 - Fix python2.7 symbols. Add Breaks for each provider of vim-python.

The vim part of that is done, but the python2.7 part is not.  I guess that 
needs doing as well, although I don't know if it should be done as a separate 
upload after the current one transitions or to replace the current one in 
Unstable.  I didn't look at what needs to be done to fix the symbols, so I 
don't know how hard that'll be.

Scott K


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



Bug#683053: unblock: python2.7/2.7.3-2

2012-07-28 Thread Scott Kitterman
On Saturday, July 28, 2012 02:31:50 PM Julien Cristau wrote:
 On Sat, Jul 28, 2012 at 03:39:51 -0400, Scott Kitterman wrote:
  As far as I know, the only issue that's come up with the 2.7.3-2 is the
  urlparse module where they simplified it and dropped some options which
  gave some packages a bit of trouble.  It appears jwilk did a systematic
  sweep for packages that were affected by this (I say it seems because I
  haven't caught him online recently to ask, but everywhere I found the
  issue, he'd already filed a bug).
 
 FWIW I think this is a major failure on the part of python upstream, and
 would rather see this change reverted.

We're going to need another upload of python2.7 to fix the symbols, so this 
would not be that hard to revert in the same upload.  Since I'm not the 
maintainer, I guess I need to leave answering this question to doko (along 
with the symbols question from #681599.

Scott K


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



Bug#682467: unblock: blist/1.3.4-2

2012-07-28 Thread Scott Kitterman
On Saturday, July 28, 2012 03:37:16 PM Julien Cristau wrote:
 On Mon, Jul 23, 2012 at 00:55:52 -0400, Scott Kitterman wrote:
  Package: release.debian.org
  Severity: normal
  User: release.debian@packages.debian.org
  Usertags: unblock
  
  Please unblock package blist
  
  Fixed RC bug #681583
 
 Would it be better to remove it instead?  Before the fix, it has had one
 upload ever, that shipped broken on everything but amd64, so I guess
 it's not getting much use/attention.

Clearly the impact of removal is low.  Personally, since a fix is available, 
I'd be inclined to keep it, but either approach is reasonable.

Scott K


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



Bug#681146: bitlbee-common: fails to install, purge, and install again

2012-07-28 Thread gregor herrmann
On Sat, 28 Jul 2012 12:31:46 +0100, Wilmer van der Gaast wrote:

 Nice catch, thank you! NMU sounds good, I'll merge this into my tree
 too then.

Thanks for your quick feedback; rebuilding and uploading shortly.


Cheers,
gregor
 
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Crosby Stills  Nash: Teach Your Children Well


signature.asc
Description: Digital signature


Bug#683079: unblock: awesome/3.4.13-1

2012-07-28 Thread Julien Danjou
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package awesome

This is a new release upstream with only a short list of bug fix. The main
important one is to fix an important usability regression (see #681364).

unblock awesome/3.4.13-1

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

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


pgp2OzOXl9371.pgp
Description: PGP signature


Bug#681146: bitlbee: diff for NMU version 3.0.5-1.1

2012-07-28 Thread gregor herrmann
tags 681146 + pending
thanks

Dear maintainer,

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

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   
diff -u bitlbee-3.0.5/debian/changelog bitlbee-3.0.5/debian/changelog
--- bitlbee-3.0.5/debian/changelog
+++ bitlbee-3.0.5/debian/changelog
@@ -1,3 +1,14 @@
+bitlbee (3.0.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix fails to install, purge, and install again:
+remove --remove-home option from deluser call in bitlbee-common.postrm.
+The option needs perl-modules which is not guaranteed to be there, and the
+directory gets removed manually anyway.
+(Closes: #681146)
+
+ -- gregor herrmann gre...@debian.org  Sat, 28 Jul 2012 15:54:05 +0200
+
 bitlbee (3.0.5-1) unstable; urgency=low
 
   * New upstream release.
diff -u bitlbee-3.0.5/debian/bitlbee-common.postrm bitlbee-3.0.5/debian/bitlbee-common.postrm
--- bitlbee-3.0.5/debian/bitlbee-common.postrm
+++ bitlbee-3.0.5/debian/bitlbee-common.postrm
@@ -14,3 +14,3 @@
 
-deluser --system --remove-home bitlbee || true
+deluser --system bitlbee || true
 rm -rf /var/lib/bitlbee ## deluser doesn't seem to do this for homedirs in /var


signature.asc
Description: Digital signature


Bug#683028: unblock: libsbsms/2.0.1-1

2012-07-28 Thread Adam D. Barratt
On Sat, 2012-07-28 at 00:39 +0200, Benjamin Drung wrote:
 Please unblock package libsbsms
 
 The new upstream release 2.0.1 contains just one bug fix (found by the
 Audacity developers). This bug fix touches src/buffer.cpp and
 src/buffer.h [1]. All other changes are just visual clutter and have
 no effect on the package.

What happened to test/*?  The entire tree seems to have vanished.

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#683080: bacula-fd: Please build with libcap-dev

2012-07-28 Thread Elrond
Package: bacula-fd
Version: 5.2.6+dfsg-1~bpo60+1
Severity: wishlist

Hi,

Could you allow the -k option to bacula-fd?

Starting with -k gives the following error:

   Keep readall caps not implemented this OS or missing libraries.

My current guess: bacula-fd is not linked to the libcap
library. After a quick look at bacula's configure.in and
src/lib/priv.c this seems to really be the case.

So probably just having libcap-dev installed while
building bacula should solve this.


Thanks

Elrond


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



Bug#683081: XF86MonBrightnessDown keyboard is wrongly remapped to XF86Stop

2012-07-28 Thread Julien Danjou
Package: gnome-settings-daemon
Version: 3.4.2-4
Severity: normal

If I run plain X server with just xev, my brightness down key is correctly
mapped to XF86MonBrightnessDown. Once I run gnome-settings-daemon, it's
remapped to XF86Stop, as shown below:

KeyPress event, serial 38, synthetic NO, window 0x2e1,
root 0xb2, subw 0x0, time 11251378, (144,106), root:(145,165),
state 0x0, keycode 232 (keysym 0x1008ff28, XF86Stop), same_screen YES,
XLookupString gives 0 bytes: 
XmbLookupString gives 0 bytes: 
XFilterEvent returns: False

KeyRelease event, serial 38, synthetic NO, window 0x2e1,
root 0xb2, subw 0x0, time 11251396, (144,106), root:(145,165),
state 0x0, keycode 232 (keysym 0x1008ff28, XF86Stop), same_screen YES,
XLookupString gives 0 bytes: 
XFilterEvent returns: False

Note that all other keys are correctly mapped otherwise, including
XF86MonBrightnessUp.

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

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

Versions of packages gnome-settings-daemon depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-2
ii  dpkg 1.16.8
ii  gsettings-desktop-schemas3.4.2-1
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-35
ii  libcairo-gobject21.12.2-2
ii  libcairo21.12.2-2
ii  libcanberra-gtk3-0   0.28-4
ii  libcanberra0 0.28-4
ii  libcolord1   0.1.21-1
ii  libcomerr2   1.42.4-3
ii  libcups2 1.5.3-2
ii  libdbus-glib-1-2 0.100-1
ii  libfontconfig1   2.9.0-7
ii  libgcrypt11  1.5.0-3
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.32.3-1
ii  libgnome-desktop-3-2 3.4.2-1
ii  libgnomekbd7 3.4.0.2-1
ii  libgnutls26  2.12.20-1
ii  libgssapi-krb5-2 1.10.1+dfsg-1
ii  libgtk-3-0   3.4.2-2
ii  libgudev-1.0-0   175-3.1
ii  libk5crypto3 1.10.1+dfsg-1
ii  libkrb5-31.10.1+dfsg-1
ii  liblcms2-2   2.2+git20110628-2.2
ii  libnotify4   0.7.5-1
ii  libnspr4 2:4.9.2-1
ii  libnspr4-0d  2:4.9.2-1
ii  libnss3  2:3.13.5-1
ii  libnss3-1d   2:3.13.5-1
ii  libpackagekit-glib2-14   0.7.5-2
ii  libpango1.0-01.30.0-1
ii  libpolkit-gobject-1-00.105-1
ii  libpulse-mainloop-glib0  2.0-4
ii  libpulse02.0-4
ii  libsqlite3-0 3.7.13-1
ii  libupower-glib1  0.9.17-1
ii  libwacom20.5-1
ii  libx11-6 2:1.5.0-1
ii  libxfixes3   1:5.0-4
ii  libxi6   2:1.6.1-1
ii  libxklavier165.2.1-1
ii  libxtst6 2:1.2.1-1
ii  nautilus-data3.4.2-1
ii  zlib1g   1:1.2.7.dfsg-13

Versions of packages gnome-settings-daemon recommends:
ii  pulseaudio  2.0-4

Versions of packages gnome-settings-daemon suggests:
ii  gnome-screensaver3.4.1-1
ii  metacity [x-window-manager]  1:2.34.3-2
ii  x11-xserver-utils7.7~3

-- no debconf information


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



Bug#683082: unblock: postgresql-common/134

2012-07-28 Thread Martin Pitt
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

unblock postgresql-common/134

Hello release team,

I have uploaded version 133 and 134 of postgresql-common which fixes
two really important bugs which should go into Wheezy, as well as some
rather harmless cleanup which I consider appropriate for Wheezy as
well. Can this please considered to get an unblock request?

I ran this against postgresql-9.1 and -9.2 in sid (automatic and
manual tests).

Debdiff attached, some notes about the individual changes:

| postgresql-common (133) unstable; urgency=low
| 
|   [ Christoph Berg ]
|   * Add .bzrignore file.

No runtime impact at all, just VCS cleanup.

|   * PgCommon.pm: Check IPv4 and IPv6 in next_free_port(). (Closes: #678858)

This is one of the two fixes. It prevented proper working for the case
that you only have IPv6 on your system. It does not change behaviour
on an IPv4 system, but of course this is still a relatively intrusive
change.

|   [ Peter Eisentraut ]
|   * debian/control: Add myself to Uploaders.
|   * debian/postgresql-common.lintian-overrides: Remove unused
| binary-without-manpage overrides (files were moved to
| postgresql-client-common package).

Trivial.

|   * debian/rules: Catch errors in for loops.

This causes an FTBFS on any error, which improves robustness and error
detection. Package still builds fine in pbuilder as well as the Ubuntu
buildds.

|   * pg_wrapper: Avoid Perl warnings if psql is linked against libreadline
| instead of libedit, even though that is not standard anymore.

This is a corner case when people build their own postgresql-9.1
package from the source with libreadline enabled, and avoids a nasty
error message in that case. It does not change behaviour when using
the Debian postgresql-9.1 packages.

|   * testsuite: Reset core limit for pg_ctl tests.
|   * testsuite: Allow running individual tests by passing them on the
| command line.

No runtime impact at all, just test suite improvements.

|   [ Martin Pitt ]
|   * pg_ctlcluster: Do not remove the PID file after SIGKILLing the
| postmaster in the last-ditch effort to shut down in --force mode. This
| is a potentially dangerous thing to do when trying to start a second
| postmaster in parallel while the first one is still being shut down.
| (see http://archives.postgresql.org/pgsql-general/2012-07/msg00475.php)

This is a rather serious potential data loss bugs (happens very
seldomly, but if it does it thoroughly messes up your data), the
second bug which really ought to go into Wheezy. The fix is trivial
(one-line patch which just drops the unlink()).

|  -- Martin Pitt mp...@debian.org  Thu, 26 Jul 2012 13:20:10 +0200

| postgresql-common (134) unstable; urgency=low
| 
|   * debian/backport-ppa: Fix syntax error.

No build/runtime impact at all, I just use this to generate uploads to
https://launchpad.net/~pitti/+archive/postgresql .

|   * PgCommon.pm: Drop unconditional import of Socket::IN6ADDR_ANY and only do
| the IPv6 check if it is available. This keeps this version backwards
| compatible with Debian/Ubuntu releases with older Perl versions.

This makes the fix for #678858 compatible with Perl 5.12, so that the
package stays backportable to Squeeze.

Thank you for considering, and let me know if you have any question or
doubts.

Martin

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

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

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
diff -Nru postgresql-common-132/debian/backport-ppa postgresql-common-134/debian/backport-ppa
--- postgresql-common-132/debian/backport-ppa	2012-06-06 19:55:54.0 +0200
+++ postgresql-common-134/debian/backport-ppa	2012-07-26 13:42:12.0 +0200
@@ -26,7 +26,7 @@
 
 for release in $RELEASES; do
 dch -D$release -v$CUR_VERSION~${release} -b 'Backport'
-if [ $release = lucid -o -o $release = natty -o $release = oneiric ]; then
+if [ $release = lucid -o $release = natty -o $release = oneiric ]; then
 sed -i 's/dpkg-dev.*| hardening-wrapper/hardening-wrapper/' debian/control
 fi
 bzr bd -S -- -sd -v$SINCE_VERSION
diff -Nru postgresql-common-132/debian/changelog postgresql-common-134/debian/changelog
--- postgresql-common-132/debian/changelog	2012-06-30 21:31:56.0 +0200
+++ postgresql-common-134/debian/changelog	2012-07-26 21:29:48.0 +0200
@@ -1,3 +1,39 @@
+postgresql-common (134) unstable; urgency=low
+
+  * debian/backport-ppa: Fix syntax error.
+  * PgCommon.pm: Drop unconditional import of Socket::IN6ADDR_ANY and only do
+the IPv6 check if it is available. This keeps this 

Bug#683083: msgpack-python: Bump build-dependency for msgpack-python

2012-07-28 Thread Ulrich Dangel
Package: msgpack-python
Version: 0.1.10-1
Severity: normal
Tags: patch


while rebuilding msgpack-python for squeeze-backports i noticed that
the cython version in squeeze (0.12.1-1.1) can't build msgpack-python
but the cython version in wheezy (0.15) works. I suggest bumping the
build-dependency for cython to 0.15~.

This is an exceprt from the build log with cython 0.12.1:

cythoning msgpack/_msgpack.pyx to msgpack/_msgpack.c

Error converting Pyrex file to C:

...
# coding: utf-8

from cpython cimport *
^


/tmp/buildd/msgpack-python-0.1.10/msgpack/_msgpack.pyx:3:0: 'cpython.pxd' not 
found

Error converting Pyrex file to C:

...
ctypedef char* const_char_ptr const char*
ctypedef char* const_void_ptr const void*
ctypedef struct PyObject
cdef int PyObject_AsReadBuffer(object o, const_void_ptr* buff, Py_ssize_t* 
buf_len) except -1

from libc.stdlib cimport *
^


/tmp/buildd/msgpack-python-0.1.10/msgpack/_msgpack.pyx:10:0: 'libc.stdlib.pxd' 
not found

Error converting Pyrex file to C:

...
ctypedef char* const_void_ptr const void*
ctypedef struct PyObject
cdef int PyObject_AsReadBuffer(object o, const_void_ptr* buff, Py_ssize_t* 
buf_len) except -1

from libc.stdlib cimport *
from libc.string cimport *
^


/tmp/buildd/msgpack-python-0.1.10/msgpack/_msgpack.pyx:11:0: 'libc.string.pxd' 
not found

Error converting Pyrex file to C:

...
cdef char *encoding
cdef char *unicode_errors

def __cinit__(self):
cdef int buf_size = 1024*1024
self.pk.buf = char* malloc(buf_size);
   ^


/tmp/buildd/msgpack-python-0.1.10/msgpack/_msgpack.pyx:55:36: undeclared name 
not builtin: malloc

Error converting Pyrex file to C:

...
self.pk.buf_size = buf_size
self.pk.length = 0

def __init__(self, default=None, encoding='utf-8', unicode_errors='strict'):
if default is not None:
if not PyCallable_Check(default):
  ^


/tmp/buildd/msgpack-python-0.1.10/msgpack/_msgpack.pyx:63:35: undeclared name 
not builtin: PyCallable_Check

Error converting Pyrex file to C:

...
else:
if isinstance(encoding, unicode):
self._bencoding = encoding.encode('ascii')
else:
self._bencoding = encoding
self.encoding = PyBytes_AsString(self._bencoding)
   ^


/tmp/buildd/msgpack-python-0.1.10/msgpack/_msgpack.pyx:74:44: undeclared name 
not builtin: PyBytes_AsString

…

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

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

Versions of packages msgpack-python depends on:
ii  libc6   2.13-35
ii  python  2.7.3-2
ii  python-support  1.0.15

msgpack-python recommends no packages.

msgpack-python suggests no packages.

-- no debconf information
From 1b72f83cd3df8ce93c6a5969d3556b013077143b Mon Sep 17 00:00:00 2001
From: Ulrich Dangel u...@debian.org
Date: Mon, 23 Jul 2012 02:44:13 +0200
Subject: [PATCH] Update dependency for cython

---
 debian/control |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c651ce9..1b9270f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: msgpack-python
 Section: python
 Priority: optional
 Maintainer: Robert S. Edmonds edmo...@debian.org
-Build-Depends: debhelper (= 7.2.11~), cython, python-all-dev (= 2.6.6-3~), python-support
+Build-Depends: debhelper (= 7.2.11~), cython (= 0.15~) , python-all-dev (= 2.6.6-3~), python-support
 Standards-Version: 3.9.2
 Homepage: http://pypi.python.org/pypi/msgpack-python/
 
-- 
1.7.10.4



Bug#683084: Make invoke-rc.d/update-rc.d systemd-aware

2012-07-28 Thread Michael Stapelberg
Package: sysv-rc
Version: 2.88dsf-22.1
Severity: wishlist
Tags: patch

Just like invoke-rc.d and update-rc.d can properly deal with a system
using upstart, it should support systemd as well.

The attached patches make invoke-rc.d and update-rc.d systemd aware.
This means that the enable/disable action of update-rc.d additionally
create the appropriate links for systemd (regardless of whether you are
running systemd or not). This will lead to users of sysvinit being able
to switch to systemd (and vice-versa) and still get the same set of
services started at boot.

Roger Leigh reviewed this patches and gave me a few valuable hints,
thanks for that.

It would be great if you could upload a new version of sysv-rc to
experimental which contains these patches. That’d be helpful to work on
other aspects of systemd packaging in Debian.

Best regards,
Michael
--- /usr/sbin/invoke-rc.d.O	2012-07-20 14:58:14.140223575 +0200
+++ /usr/sbin/invoke-rc.d	2012-07-28 15:53:26.969445300 +0200
@@ -38,6 +38,7 @@
 RETURNFAILURE=
 RC=
 is_upstart=
+is_systemd=
 
 # Shell options
 set +e
@@ -273,6 +274,8 @@
 [ -e $UPSTARTDIR/${INITSCRIPTID}.conf ]
 then
 is_upstart=1
+elif test -e /sys/fs/cgroup/systemd ; then
+is_systemd=1
 elif test ! -f ${INITDPREFIX}${INITSCRIPTID} ; then
 ## Verifies if the given initscript ID is known
 ## For sysvinit, this error is critical
@@ -383,7 +386,18 @@
 esac
 
 # test if /etc/init.d/initscript is actually executable
-if [ -n $is_upstart ] || testexec ${INITDPREFIX}${INITSCRIPTID} ; then
+_executable=
+if [ -n $is_upstart ]; then
+_executable=1
+elif [ -n $is_systemd ]; then
+_state=$(systemctl -p LoadState show ${INITSCRIPTID}.service 2/dev/null)
+if [ $_state != LoadState=masked ]; then
+_executable=1
+fi
+elif testexec ${INITDPREFIX}${INITSCRIPTID}; then
+   _executable=1
+fi
+if [ $_executable = 1 ]; then
 if test x${RC} = x  test x${MODE} = xquery ; then
 RC=105
 fi
@@ -496,6 +510,31 @@
 			initctl $saction $INITSCRIPTID  exit 0
 			;;
 		esac
+elif [ -n $is_systemd ]; then
+case $saction in
+start|stop|restart|status)
+systemctl ${saction} ${INITSCRIPTID}.service  exit 0
+;;
+reload)
+_canreload=$(systemctl -p CanReload show $service 2/dev/null)
+if [ $_canreload = CanReload=no ]; then
+${INITDPREFIX}${INITSCRIPTID} ${saction} $@  exit 0
+else
+systemctl reload ${INITSCRIPTID}.service  exit 0
+fi
+;;
+force-stop)
+systemctl --signal=KILL kill ${INITSCRIPTID}.service  exit 0
+;;
+force-reload)
+systemctl restart ${INITSCRIPTID}.service  exit 0
+;;
+*)
+# We try to run non-standard actions by running
+# the init script directly.
+${INITDPREFIX}${INITSCRIPTID} ${saction} $@  exit 0
+;;
+esac
 	else
 		${INITDPREFIX}${INITSCRIPTID} ${saction} $@  exit 0
 	fi
--- /usr/sbin/update-rc.d.O	2012-07-20 16:48:26.446152769 +0200
+++ /usr/sbin/update-rc.d	2012-07-21 10:55:41.408503038 +0200
@@ -5,6 +5,7 @@
 
 use strict;
 use warnings;
+use File::Path qw(make_path); # in core since Perl 5.001
 
 my $initd = /etc/init.d;
 my $etcd  = /etc/rc;
@@ -424,6 +425,42 @@
 error(initscript does not exist: /etc/init.d/$scriptname);
 }
 } elsif (disable eq $action || enable eq $action) {
+# In addition to the insserv call we also enable/disable the service
+# for systemd by creating the appropriate symlink in case there is a
+# native systemd service. We need to do this on our own instead of
+# using systemctl because systemd might not even be installed yet.
+my $service_path;
+if (-f /etc/systemd/system/$scriptname.service) {
+$service_path = /etc/systemd/system/$scriptname.service;
+} elsif (-f /lib/systemd/system/$scriptname.service) {
+$service_path = /lib/systemd/system/$scriptname.service;
+}
+if (defined($service_path)) {
+my $changed_sth;
+open my $fh, '', $service_path or error(unable to read $service_path);
+while ($fh) {
+chomp;
+if (/^\s*WantedBy=(.+)$/i) {
+my $wants_dir = /etc/systemd/system/$1.wants;
+my $service_link = $wants_dir/$scriptname.service;
+if (enable eq $action) {
+make_path($wants_dir);
+symlink($service_path, $service_link);
+} else {
+

Bug#682736: unblock: vmware-manager/0.2.0-2

2012-07-28 Thread Adam D. Barratt
On Wed, 2012-07-25 at 18:27 +1000, Alexander Zangerl wrote:
 Please unblock package vmware-manager
 
 the version in unstable fixes rc bug #680481,
 which is a file name conflict between the
 packages vmm and vmware-manager: both
 provide a program named vmm, and the man page is
 causing the clash. the fix consists of vmware-manager 
 switching to use /usr/bin/vwm (note: w).

Are vwm and vmm supposed to be identical, other than the name
change?  The version of vmm shipped in -2 appears to include new
changes which are then not carried over in to vmw:

+* Install all the required CPAN modules
+   
+   cpan Config::IniFiles Getopt::Long Number::Bytes::Human Term::ReadKey 
Text::Glob
- This requires the packages libclass-methodmaker-perl libcrypt-ssleay-perl 
- libsoap-lite-perl libuuid-perl libxml-libxml-perl.
 
+* Setup the config file. See either the CONFIG section above or use the sample 
file from /usr/share/doc/vmm
-* Setup the config file. See either the CONFIG section above or use the sample 
file from /usr/share/doc/vmware-manager.
[...]
+use Number::Bytes::Human qw/format_bytes/;
-use Number::Format qw/format_bytes/;
 use Term::ReadKey;
 use Text::Glob qw/match_glob glob_to_regex/;
+use VMware::VIRuntime;
-
-my $mod=VMware::VIRuntime;
-die Couldn't load the VMware SDK: maybe you haven't installed it yet?\nPlease 
check the README file in /usr/share/doc/vmware-manager/ for details.\n
-if (!eval require $mod); 
-$mod-import();
[...]
 my $cfg = Config::IniFiles-new(
-file = ($cfgfile ? $cfgfile : \*DATA), # Read defaults from __DATA__ 
section if we cant find a default file.
-default = 'global',
+   -fallback = 'global',
-nocase = 1,
-allowempty = 1,
+   -handle_trailing_comment = 1,

What's going on with those?

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#667751:

2012-07-28 Thread Mathieu Malaterre
severity 667751 grave
thanks

marking as grave since render package unusable.


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



Bug#683051: smartmontools: I see support is included in current 5.42+svn3561 release

2012-07-28 Thread David Liontooth
Package: smartmontools
Severity: wishlist

Thanks!


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



Bug#683015: [squeeze] BUG: soft lockup - CPU#1 stuck for 17163091968s!

2012-07-28 Thread Jonathan Nieder
David Clymer wrote:
 On Sat, Jul 28, 2012 at 2:29 AM, Jonathan Nieder jrnie...@gmail.com wrote:
 David Rhodes Clymer wrote:

 Jul 27 13:49:16 scylla kernel: [18446743878.972008] BUG: soft lockup - 
 CPU#1 stuck for 17163091968s! [transfer_log_fi:9956]
[...]
 [18446743878.972212] Call Trace:

 Not that I expect it to help, but do you happen to have the call trace
 in your logs?

 Unfortunately, no. There was none. I thought it the missing call trace was
 very odd, then found this:
 http://damntechnology.blogspot.com/2010/04/linux-crash-debug-tips-i-have-soft.html

Right.  Good catch.

 That person claims that if it is a userspace process, then the kernel can't
 provide a traceback. So, I don't know if that means this isn't a kernel bug
 at all, or if it is a scheduling bug, or what.

A jump in time like that is almost certainly a kernel bug. :)

Thanks,
Jonathan


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



Bug#683085: RM: openmeeg [mips] -- ROM; FTBFS on mips due to heavy resources demands for correct functioning

2012-07-28 Thread Yaroslav Halchenko
Package: ftp.debian.org
Severity: normal

openmeeg FTBFS due to failing unittests on mips.  Altogether application is
quite specialized to neuroimaging and unlikely would be of use on mips due to
low computing capabilities.  Release team advised to remove openmeeg from mips
as a quick resolution to allow openmeeg to propagate into testing/wheezy 
(again).

Thank you in advance


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



Bug#683086: RM: ants [mips mipsel s390] -- ROM; FTBFS on those architectures... prevents propagation to wheezy/testing

2012-07-28 Thread Yaroslav Halchenko
Package: ftp.debian.org
Severity: normal

ants is a specialized package for neuroimaging with relatively high demands at
build time (heavy templating) and during unittesting based on realistic
examples.  It is very unlikely to be used on these architectures atm due to
their restrictive capabilities.  In case of them becoming more
resourceful -- subsecuent builds might be successful warranting their inclusion
automagically.  

Release team advised to remove ants from them for now, so it could
propagate into testing/wheezy.

Thanks in advance


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



Bug#682460: unblock: boost1.50/1.50.0-1

2012-07-28 Thread Julien Cristau
Hi Steve,

On Mon, Jul 23, 2012 at 20:26:36 -0500, Steve M. Robbins wrote:

 Yes, it's a judgement call, I'd agree.  My thinking is that (a) it's
 already building on all architectures (low risk) and (b) has somewhat
 better support for GCC 4.7 and (c) it's Boost :-)
 
Could providing updated boost packages in wheezy-backports be a possible
alternative?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#683087: python3.1: provide a package containing the various tests of the python test suite

2012-07-28 Thread Simon Heimberg
Package: python3.1
Version: 3.1.3-1
Severity: wishlist

The binary package python3.1 contains the module test. But it does not contain
any test cases. Therefore all tests fail.

I suggest to create a new package (maybe python3.1-test-dev) containing the
test cases of python.

For the other python versions (2.5, 2.6, 2.7, 3.2, 3.3), this could be done
too.


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



Bug#682838: Acknowledgement (libreoffice: no complete language support in libreoffice-help-de)

2012-07-28 Thread Reiner
Hello,
In some systems the problem is solved, other don't. All are up to date.
Removing the package libreoffice-help-en-us helps temporarily, after
reinstalling it is the situation same as before.

Ubuntu 12.04 seems to have the same problem.

regards
Reiner


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



Bug#683030: unblock: vlc/2.0.3-1

2012-07-28 Thread Adam D. Barratt
On Sat, 2012-07-28 at 00:44 +0200, Benjamin Drung wrote:
 VLC 2.0.3 is a bug fix release of upstreams 2.0.x maintanence branch.
 It contains a bunch of fixes.

Expanding on that would have been useful...

 You can review them in our git repository [1]. There are many changes
 to extras/package/macosx/ and some to contrib/. These changes affect
 only MacOS or Windows and have no effect on the Debian package.
 
 [1] http://anonscm.debian.org/gitweb/?p=pkg-multimedia/vlc.git;a=summary

We generally won't go digging in VCSen to look at diffs.  Aside from not
necessarily matching what got uploaded, it takes longer and requires
more context switching, at least IME.  Attaching a diff with the
relevant changes is often helpful as an alternative.

Having filtered the diff to get rid of the considerable noise, I'd be
prepared to unblock it.  There is, however, an issue:

Depends: vlc libav (not considered)

The new libav does not have an unblock request ttbomk and from a quick
look at the diff I'm not prepared to unblock it without at least some
discussion (there are changes which don't appear to be mentioned in the
changelog and some of the changes listed in the changelog don't actually
appear tohave been made).

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#683088: Typ0s, 404 link etc

2012-07-28 Thread Mikko V . Viinamäki
Package: cfi-en
Version: 3.0-8:

broken counter on the front page
name of translator vs handle of translator, frontpage vs. 1st page
spacing around , some commas! ditto dots . and '

--typ0s--
groupof
drapner
f
is and end in itself
eith
it is simply that the good guys are always win and never morally questionable
auitable
Thatdoesn
S Ä PO
It is also probably
well. among
entity that Western tradition calls God (and what the Buddhists call the Brahma 
of the Buddha)
Ridley Scott's Blade Runner (oliko siinä underscore?? _)
The lead character, John (which
even if the machine or the program is intelligent in itself, the entire system 
of machine + program very well could be.
brain deat
certaain
textlike
fromk
operating systems such as Linux (a project started by Linus Torvalds
off my [CR+LF]
neighbor?
users pay for are often crack
usually associate with a guy named
a social revolution, no necessarily a bloody one
end of the 30''
KOD (in a pic towards the end of chap 15)
conflicts.At
withrage
not targeted by the consumer market

ira levin's one fine day perhaps you mean levin's this perferct day?

OTTOEN.htm should be ottoen.htm in the last chapter

--bonus points items--
a menu shortcut of xdg-open /index.html
translators note: eskinstuna and whatever are locations in sweden
footnotes should link back to the refence in the text, like wikipedia does
more on this will follow later when and where exactly?

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



Bug#681796: segmentation fault during suspend

2012-07-28 Thread Yaroslav Halchenko
forwarded 681796 https://bugs.freedesktop.org/show_bug.cgi?id=52496
thanks

On Sat, 28 Jul 2012, Julien Cristau wrote:
  and then -- this gesture from gdb while running from a script was not 
  expected:
  ---Type return to continue, or q return to quit---
 You can probably avoid this next time with the 'set pagination off'
 command.

I think I have managed to avoid it with

gdb.execute(set height 0)

altogether my script atm is:

#!/usr/bin/gdb -x
import gdb

def on_stop(p):
  gdb.execute(i threads)
  try:
gdb.execute(echo I: some variables, dev, dev-properties.handlers, 
handler\n)
gdb.execute(p dev)
gdb.execute(p dev-properties.handlers)
gdb.execute(p handler)
  except:
pass
  try:
gdb.execute(echo I: bt\n)
gdb.execute(bt)
gdb.execute(echo I: bt full\n)
gdb.execute(bt full)
  finally:
# and just quit now
gdb.execute(c)
gdb.execute(q)

# prevent prompt-for-continue
gdb.execute(set height 0)
gdb.execute(set logging file xorg-crash.log)
gdb.execute(set logging on)
gdb.execute(handle SIGUSR1 nostop)
gdb.execute(handle SIGPIPE nostop)
gdb.execute(bt)
gdb.events.stop.connect(on_stop)


  so atm I do not have further backtrace -- but is this any useful?
 It's helpful, yes, thanks.  Could you forward it upstream to
 https://bugs.freedesktop.org/enter_bug.cgi?product=xorgcomponent=Server/Input/Core

have done that and was waiting for some kind of reaction before reporting this
one forwarded... but will mark now nevertheless.  Also similar problem was
detected by gentoo guys:

https://bugs.gentoo.org/show_bug.cgi?id=428084
and discussed originally here:
http://forums.gentoo.org/viewtopic.php?p=7098200

P.S. I have switched from using awesome+KDE to awesome+XFCE... hopefully
I would still be able to run into this issue...

-- 
Yaroslav O. Halchenko
Postdoctoral Fellow,   Department of Psychological and Brain Sciences
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik


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



Bug#682985: I would like this as well

2012-07-28 Thread Thomas Goirand
I also would like such list to be created. Please go ahead!

Thomas


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



Bug#683009: FTBFS on mips: Errors while running CTest

2012-07-28 Thread Yaroslav Halchenko
I am aware of this (as of FTBFS of ants on mipsel and s390)

I have filed for removal of ants from those archs for now:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683086

On Fri, 27 Jul 2012, Luca Falavigna wrote:

 Source: ants
 Version: 1.9.2+svn680.dfsg-4
 Severity: serious
 Justification: fails to build from source


 ants fails to build from source on mips, but built in the past:

 Errors while running CTest
87 - ANTS_EXP_INVERSEWARP_METRIC_2 (SEGFAULT)
89 - ANTS_SYN_WARP (OTHER_FAULT)
90 - ANTS_SYN_JPG (SEGFAULT)
91 - ANTS_SYN_WARP_METRIC_0 (SEGFAULT)
92 - ANTS_SYN_WARP_METRIC_1 (OTHER_FAULT)
93 - ANTS_SYN_WARP_METRIC_2 (SEGFAULT)
94 - ANTS_SYN_INVERSEWARP (OTHER_FAULT)
95 - ANTS_SYN_JPGINV (SEGFAULT)
96 - ANTS_SYN_INVERSEWARP_METRIC_0 (SEGFAULT)
97 - ANTS_SYN_INVERSEWARP_METRIC_1 (OTHER_FAULT)
98 - ANTS_SYN_INVERSEWARP_METRIC_2 (SEGFAULT)
 make[1]: *** [override_dh_auto_test] Error 8
 make[1]: Leaving directory 
 `/build/buildd-ants_1.9.2+svn680.dfsg-4-mips-J9gL_c/ants-1.9.2+svn680.dfsg'
 make: *** [build-arch] Error 2

 https://buildd.debian.org/status/fetch.php?pkg=antsarch=mipsver=1.9.2%2Bsvn680.dfsg-4stamp=1337195960


-- 
Yaroslav O. Halchenko
Postdoctoral Fellow,   Department of Psychological and Brain Sciences
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik


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



Bug#682838: problem in libreoffice-help-en-us

2012-07-28 Thread Reiner
The problem seems to be in package libreoffice-help-en-us. It forces the
german help to english. No problem with the packages libreoffice-help-en-gb

Reiner


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



  1   2   3   >