Bug#555039: [PATCH git-core] debian/rules: drop misleading PPC_SHA1, ARM_SHA1 settings

2009-11-08 Thread Jonathan Nieder
Package: git-core
Version: 1:1.6.5.2-1
Severity: wishlist

Another patch from my local tree.  I hope it is of some use.

-- % --
Subject: debian/rules: drop misleading PPC_SHA1, ARM_SHA1 settings

These options are ignored nowadays (since v1.6.5) with
NO_OPENSSL, since BLK_SHA1 takes precedence.

Signed-off-by: Jonathan Nieder jrnie...@gmail.com
---
 debian/rules |8 
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6e75455..7ebb6f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,14 +28,6 @@ ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
   TEST =
 endif
 
-ifeq (powerpc,$(ARCH))
-  OPTS +=PPC_SHA1=1
-else
-ifeq (arm,$(ARCH))
-  OPTS +=ARM_SHA1=1
-endif
-endif
-
 TMP =$(shell pwd)/tmp
 GIT =$(shell pwd)/debian/git
 
-- 
1.6.5.2




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



Bug#555041: [PATCH git-core] debian/rules: allow clean as non-root

2009-11-08 Thread Jonathan Nieder
Package: git-core
Version: 1:1.6.5.2-1
Severity: wishlist

-- % --
Subject: debian/rules: allow clean as non-root

There is no need to require (possibly faked) root privileges to
clean up after a build as non-root.  Making other targets as root
could cause debian/rules clean as non-root to fail, but in that
case it should not be hard for the user to figure out what went
wrong and recover.

Signed-off-by: Jonathan Nieder jrnie...@gmail.com
---
 debian/rules |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6e75455..f46985d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,7 +61,7 @@ build-indep-stamp:
$(MAKE) -CDocumentation man html ASCIIDOC8=YesPlease 
ASCIIDOC_NO_ROFF=Yes
touch build-indep-stamp
 
-clean: deb-checkdir deb-checkuid
+clean: deb-checkdir
$(MAKE) clean $(OPTS)
! test -e patch-stamp || \
  for i in `ls -1r debian/diff/*.diff || :`; do patch -p1 -R $$i; done
-- 
1.6.5.2




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



Bug#555040: [PATCH git-core] debian/rules: log $(CC) version, not gcc

2009-11-08 Thread Jonathan Nieder
Package: git-core
Version: 1:1.6.5.2-1
Severity: wishlist

-- % --
Subject: debian/rules: log $(CC) version, not gcc

It is more useful to include gcc-4.4 -v output than gcc -v
when building with CC=gcc-4.4.

Signed-off-by: Jonathan Nieder jrnie...@gmail.com
---
Hi,

Once I ran into some unrelated bug with gcc-4.3, and since then, I use
gcc-4.4 locally where I can.  Perhaps others do similar things from
time to time --- I dunno.  If setting CC to something other than gcc
on the make command line is a crazy thing to do (so $(CC) is just
another way to write 'gcc'), this at least makes the makefile a little
more stylistically consistent.

Applies on top of commit 10d5cc7 (Add debian/ directory, 1.5.2~rc2-1)
or later.

Who knows --- it might help someone else, too.

 debian/rules |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0a62f10..5eb073f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ patch-stamp:
 
 build: deb-checkdir build-arch-stamp build-indep-stamp
 build-arch-stamp: patch-stamp
-   -gcc -v
+   -$(CC) -v
DESTDIR='$(GIT)'-core $(MAKE) all test \
  CC='$(CC)' CFLAGS='$(CFLAGS)' $(OPTS)
$(MAKE) -CDocumentation man
-- 
1.6.5.2




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



Bug#555042: ssl-cert: Fails to purge

2009-11-08 Thread Mike Hommey
Package: ssl-cert
Version: 1.0.24
Severity: important

When purging ssl-cert, here is what happens:

Purging configuration files for ssl-cert ...
chgrp: cannot access `/etc/ssl/private': No such file or directory
dpkg: error processing ssl-cert (--purge):
 subprocess installed post-removal script returned error exit status 1
Processing triggers for man-db ...
Errors were encountered while processing:
 ssl-cert
E: Sub-process /usr/bin/dpkg returned an error code (1)



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

Kernel: Linux 2.6.31-1-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/bash

Versions of packages ssl-cert depends on:
ii  adduser   3.111  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  openssl   0.9.8k-5   Secure Socket Layer (SSL) binary a
ii  openssl-blacklist 0.5-2  list of blacklisted OpenSSL RSA ke

ssl-cert recommends no packages.

ssl-cert suggests no packages.



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



Bug#535366: [eric] Default shortcuts layout are incorrect when running Eric with ru_RU.UTF-8 locale (e.g. down key not working)

2009-11-08 Thread Gudjon I. Gudjonsson
Package: eric
Version: 4.3.1-1
Severity: wishlist

Hi
I'm changing the severity of this bug to wishlist.

Cheers
Gudjon



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



Bug#555044: gnash: --enable-avm2 in configure

2009-11-08 Thread Hideki Yamane (Debian-JP)
Package: gnash
Version: 0.8.6-1
Severity: normal
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear gnash package maintainers,

 As debian/changelog,

 gnash (0.8.6-1) unstable; urgency=low
 
   [ Miriam Ruiz ]
   * New Upstream Release
(snip)
 + Rudimentary AVM2 implementation.

 but --enable-avm2 option is not used in its configure, so how about
 change debian/rules as below?

diff -urN gnash-0.8.6.orig/debian/rules gnash-0.8.6/debian/rules
- --- gnash-0.8.6.orig/debian/rules 2009-11-08 17:47:35.0 +0900
+++ gnash-0.8.6/debian/rules2009-11-08 16:11:45.0 +0900
@@ -60,7 +60,8 @@
--enable-sdk-install \
--enable-lotsa-warnings \
--without-gcc-arch \
- - --without-ming
+   --without-ming \
+   --enable-avm2 
 
 config: config-stamp
 config-stamp: patch-stamp


 Could you check it, please?

- --
Regards,

 Hideki Yamane henrich @ debian.or.jp
 http://wiki.debian.org/HidekiYamane



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

iEYEARECAAYFAkr2hgEACgkQIu0hy8THJktIbQCgno78ynHPkXnQyDzlgMwTk7wy
b94Ani0krRTaZx9Af/U7rmbTt4P0aerR
=bA9b
-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#555043: aptitude: Unable to satisfy the build-depends: with virtual build-deps

2009-11-08 Thread Jonathan Nieder
Package: aptitude
Version: 0.6.0.1-1
Severity: minor

Hi,

# aptitude build-dep git-core
Reading package lists... Done
[...]
Reading extended state information... Done
Initializing package states... Done   
Unable to satisfy the build-depends: Build-Depends: libz-dev.
Unable to satisfy the build-depends: Build-Depends: libz-dev.
No packages will be installed, upgraded, or removed.
[...]
# echo $?
0

aptitude seems to dislike build-dependencies on virtual packages
without alternatives (libz-dev here).  Is this a git-core bug or
an aptitude bug?

apt, on the other hand, deals fine with this dependency, whether
zlib1g-dev is already installed or not.

Jonathan

P.S. Any ideas for dealing with the long list of bugs?  I tried
to look for duplicate reports of this and found none, but it
would be nice if the existing reports were categorized as
'command-line utility', 'Gtk frontend' 'curses frontend',
'conflict resolution', 'installing binary packages',
'installing source packages' or something like that.  If this
sounds like a good idea, let me know, and I’ll (slowly) work on
it.



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



Bug#422599: sdcc: hc08 assembler incorrectly allows move to non-direct destination

2009-11-08 Thread Gudjon I. Gudjonsson
Hi Bas
Can you please test if this bug has been fixed in the current version?

Regards
Gudjon



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



Bug#555045: [PATCH git-core] Add back upstream .gitignore file

2009-11-08 Thread Jonathan Nieder
Source: git-core
Version: 1:1.6.5.2-1
Severity: wishlist

After a few times manually removing .gitignore each time it changes
upstream, I decided to investigate.  It is very rare to _start_
tracking a new file with a name ignored by .gitignore, so it should
be pretty safe in the short term to just add .gitignore back again.
(For the desperate, there is always 'git add -f'.)

Long term, there is better news: the toplevel .gitignore will
completely avoid interfering with the files in the debian directory
named like this.  See commit c591d5f (gitignore: root most patterns at
the top-level directory, 2009-10-26), included in upstream/next.

-- % --
Subject: Add back upstream .gitignore file

The needless deviation from upstream causes conflicts each time
upstream is merged.  Besides, it is still important to avoid
tracking build products.

This reverts commit 59eb112 (Remove toplevel .gitignore as it
causes debian/git-daemon to be ignored., 2007-05-11).  As long as
debian/git-daemon is already a tracked file, .gitignore entries
do not affect it, anyway.

Update .gitignore to v1.6.5.2, so it can stay in sync with
upstream in future merges.

Signed-off-by: Jonathan Nieder jrnie...@gmail.com
---
 .gitignore |  192 
 1 files changed, 192 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..51a37b1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,192 @@
+GIT-BUILD-OPTIONS
+GIT-CFLAGS
+GIT-GUI-VARS
+GIT-VERSION-FILE
+git
+git-add
+git-add--interactive
+git-am
+git-annotate
+git-apply
+git-archimport
+git-archive
+git-bisect
+git-bisect--helper
+git-blame
+git-branch
+git-bundle
+git-cat-file
+git-check-attr
+git-check-ref-format
+git-checkout
+git-checkout-index
+git-cherry
+git-cherry-pick
+git-clean
+git-clone
+git-commit
+git-commit-tree
+git-config
+git-count-objects
+git-cvsexportcommit
+git-cvsimport
+git-cvsserver
+git-daemon
+git-diff
+git-diff-files
+git-diff-index
+git-diff-tree
+git-difftool
+git-difftool--helper
+git-describe
+git-fast-export
+git-fast-import
+git-fetch
+git-fetch--tool
+git-fetch-pack
+git-filter-branch
+git-fmt-merge-msg
+git-for-each-ref
+git-format-patch
+git-fsck
+git-fsck-objects
+git-gc
+git-get-tar-commit-id
+git-grep
+git-hash-object
+git-help
+git-http-fetch
+git-http-push
+git-imap-send
+git-index-pack
+git-init
+git-init-db
+git-instaweb
+git-log
+git-lost-found
+git-ls-files
+git-ls-remote
+git-ls-tree
+git-mailinfo
+git-mailsplit
+git-merge
+git-merge-base
+git-merge-index
+git-merge-file
+git-merge-tree
+git-merge-octopus
+git-merge-one-file
+git-merge-ours
+git-merge-recursive
+git-merge-resolve
+git-merge-subtree
+git-mergetool
+git-mergetool--lib
+git-mktag
+git-mktree
+git-name-rev
+git-mv
+git-pack-redundant
+git-pack-objects
+git-pack-refs
+git-parse-remote
+git-patch-id
+git-peek-remote
+git-prune
+git-prune-packed
+git-pull
+git-push
+git-quiltimport
+git-read-tree
+git-rebase
+git-rebase--interactive
+git-receive-pack
+git-reflog
+git-relink
+git-remote
+git-remote-curl
+git-repack
+git-replace
+git-repo-config
+git-request-pull
+git-rerere
+git-reset
+git-rev-list
+git-rev-parse
+git-revert
+git-rm
+git-send-email
+git-send-pack
+git-sh-setup
+git-shell
+git-shortlog
+git-show
+git-show-branch
+git-show-index
+git-show-ref
+git-stage
+git-stash
+git-status
+git-stripspace
+git-submodule
+git-svn
+git-symbolic-ref
+git-tag
+git-tar-tree
+git-unpack-file
+git-unpack-objects
+git-update-index
+git-update-ref
+git-update-server-info
+git-upload-archive
+git-upload-pack
+git-var
+git-verify-pack
+git-verify-tag
+git-web--browse
+git-whatchanged
+git-write-tree
+git-core-*/?*
+gitk-wish
+gitweb/gitweb.cgi
+test-chmtime
+test-ctype
+test-date
+test-delta
+test-dump-cache-tree
+test-genrandom
+test-match-trees
+test-parse-options
+test-path-utils
+test-sha1
+test-sigchain
+common-cmds.h
+*.tar.gz
+*.dsc
+*.deb
+git.spec
+*.exe
+*.[aos]
+*.py[co]
+config.mak
+autom4te.cache
+config.cache
+config.log
+config.status
+config.mak.autogen
+config.mak.append
+configure
+tags
+TAGS
+cscope*
+*.obj
+*.lib
+*.sln
+*.suo
+*.ncb
+*.vcproj
+*.user
+*.idb
+*.pdb
+Debug/
+Release/
-- 
1.6.5.2




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



Bug#457279: gnarwl: ISPEnv.schema ISPEnv2.schema LICENSE not GPL compliant

2009-11-08 Thread Cajus Pollmeier

Sure. Just take it.

Cheers,
Cajus



Am 08.11.2009 um 01:26 schrieb Barry deFreese bdefre...@debian.org:


Cajus,

Are you OK with me orphaning gnarwl and hopefully Fancesco can take  
over

maintenance?

Thank you,

Barry deFreese
Debian QA







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



Bug#543941: Ping! OpenVPN with LDAP+TLS authentication runs into file exhaustion

2009-11-08 Thread Lars Ellenberg
On Thu, Nov 05, 2009 at 10:43:29AM +0100, Simon Josefsson wrote:
 Lars Ellenberg lars.ellenb...@linbit.com writes:
 
  OpenVPN with LDAP+TLS authentication runs into file exhaustion
 
  Issue is only happening when LDAP is used with TLS support. On every
  authentication, a file handle to /dev/urandom is created but never
  released.
  
  Because the handle to /dev/urandom is never released, after some times
  the service had been running, users will fail to authentication because
  the backend is not able to open new file handles on /dev/urandom.
 
  As there has been absolutely no reaction yet, maybe you just missed it.
  Please have a look again at
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543941#36
 
 Did you miss this discussion?
 
 http://thread.gmane.org/gmane.comp.encryption.gpg.libgcrypt.devel/2125

Apparently.

 In short, dlopen/dlclose usage of libgcrypt is not supported.

No. In short, libgcrypt is aware that they don't cleanup properly
on dlclose, and is too lazy to provide proper cleanup handlers
for this (perceived as) rare usecase.

 Possibly GnuTLS could use Nettle as a the crypto library instead of
 libgcrypt.  I'll look into this.

Thanks.

In case that turns out to be too cumbersome for a short term fix, may I suggest
to simply add that get an extra reference on libgcrypt hack to a place of
your chosing.

It is a valid workaround: the authenticator process of openvpn
is a long lived process.
Pam may then dlopen/dlclose in pairs as much as it likes, because of the extra
reference, libgcrypt will not reach a useage count of zero, will not be
unloaded, will not reach the FIPS shutdown state but remain operational.
And the best of it: will not leak file descriptors to urandom.

BTW: you may also document this workaround as an easy ad-hoc hot-fix:

LD_PRELOAD=/lib/security/pam_ldap.so  openvpn ...

which does exactly the same: get some extra references on the
libraries involved.

-- 
: Lars Ellenberg
: LINBIT | Your Way to High Availability
: DRBD/HA support and consulting http://www.linbit.com

DRBD® and LINBIT® are registered trademarks of LINBIT, Austria.



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



Bug#555046: [amarok] Please add group/sort by directory

2009-11-08 Thread Timur S. Sattarov

Package: amarok
Version: 2.2.0-1
Severity: normal

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

Hi,
I've migrated from amarok1 to amarok2 and tried to configure it for 6-7 
month to make it as convenient  as amarok1. But one moment is still 
annoying: playlist cannot be sorted by directory.
It is popular sorting method (by-directory-then-by-filename) in many of 
audio players.

But not in amarok2, unfortunately.

Generally there should be possibility to group and sort by any field 
presented in the current layout.

I hope that it should be easy to implement.

Thanks in advance.


--- System information. ---
Architecture: i386
Kernel: Linux 2.6.31

Debian Release: squeeze/sid
500 unstable www.debian-multimedia.org
500 unstable debian.linux.uz
500 testing dl.google.com
500 stable dl.google.com
500 sid www.lamaresh.net
500 lenny rusxmms.sourceforge.net

--- Package information. ---
Depends (Version) | Installed
===-+-===
amarok-common (= 2.2.0-1) | 2.2.0-1
amarok-utils (= 2.2.0-1) | 2.2.0-1
phonon-backend-xine | 4:4.3.1-5
OR phonon-backend |
kdebase-runtime (= 4:4.3.0) | 4:4.3.2-1
kdelibs5 (= 4:4.3.1) | 4:4.3.2-2
libc6 (= 2.4) | 2.10.1-5
libcurl3-gnutls (= 7.16.2-1) | 7.19.5-1.1
libgcc1 (= 1:4.1.1) | 1:4.4.2-2
libgcrypt11 (= 1.4.2) | 1.4.4-5
libglib2.0-0 (= 2.14.0) | 2.22.2-2
libgpod4-nogtk (= 0.7.0) |
OR libgpod4 (= 0.7.0) | 0.7.2-2
libgtk2.0-0 (= 2.8.0) | 2.18.3-1
liblastfm0 (= 0.4.0~git20090710) | 0.4.0~git20090710-1
libloudmouth1-0 (= 1.1.4-2) | 1.4.3-4
libmtp8 (= 0.3.1) | 0.3.7-7
libmysqlclient16 (= 5.1.21-1) | 5.1.40-1
libphonon4 (= 4:4.3.0) | 4:4.5.3-4
libplasma3 (= 4:4.2.98) | 4:4.3.2-2
libqt4-dbus (= 4:4.5.2) | 4:4.5.3-4
libqt4-network (= 4:4.5.2) | 4:4.5.3-4
libqt4-script (= 4:4.5.2) | 4:4.5.3-4
libqt4-sql (= 4:4.5.2) | 4:4.5.3-4
libqt4-svg (= 4:4.5.2) | 4:4.5.3-4
libqt4-webkit (= 4:4.5.2) | 4:4.5.3-4
libqt4-xml (= 4:4.5.2) | 4:4.5.3-4
libqtcore4 (= 4:4.5.2) | 4:4.5.3-4
libqtgui4 (= 4:4.5.2) | 4:4.5.3-4
libstdc++6 (= 4.2.1) | 4.4.2-2
libstreamanalyzer0 (= 0.7.0) | 0.7.0-1+b2
libstreams0 (= 0.7.0) | 0.7.0-1+b2
libtag-extras1 (= 1.0.1) | 1.0.1-2
libtag1c2a (= 1.6-2~) | 1.6.1-1
libxml2 (= 2.7.4) | 2.7.6.dfsg-1
phonon (= 4:4.5.2) | 4:4.5.3-4
zlib1g (= 1:1.1.4) | 1:1.2.3.3.dfsg-15
libqtscript4-core | 0.1.0-3
libqtscript4-gui | 0.1.0-3
libqtscript4-network | 0.1.0-3
libqtscript4-xml | 0.1.0-3
libqtscript4-sql | 0.1.0-3
libqtscript4-uitools | 0.1.0-3
amarok-common (= 2.2.0-1) | 2.2.0-1
amarok-utils (= 2.2.0-1) | 2.2.0-1
phonon-backend-xine | 4:4.3.1-5
OR phonon-backend |
kdebase-runtime (= 4:4.3.0) | 4:4.3.2-1
kdelibs5 (= 4:4.3.1) | 4:4.3.2-2
libc6 (= 2.4) | 2.10.1-5
libcurl3-gnutls (= 7.16.2-1) | 7.19.5-1.1
libgcc1 (= 1:4.1.1) | 1:4.4.2-2
libgcrypt11 (= 1.4.2) | 1.4.4-5
libglib2.0-0 (= 2.14.0) | 2.22.2-2
libgpod4-nogtk (= 0.7.0) |
OR libgpod4 (= 0.7.0) | 0.7.2-2
libgtk2.0-0 (= 2.8.0) | 2.18.3-1
liblastfm0 (= 0.4.0~git20090710) | 0.4.0~git20090710-1
libloudmouth1-0 (= 1.1.4-2) | 1.4.3-4
libmtp8 (= 0.3.1) | 0.3.7-7
libmysqlclient16 (= 5.1.21-1) | 5.1.40-1
libphonon4 (= 4:4.3.0) | 4:4.5.3-4
libplasma3 (= 4:4.2.98) | 4:4.3.2-2
libqt4-dbus (= 4:4.5.2) | 4:4.5.3-4
libqt4-network (= 4:4.5.2) | 4:4.5.3-4
libqt4-script (= 4:4.5.2) | 4:4.5.3-4
libqt4-sql (= 4:4.5.2) | 4:4.5.3-4
libqt4-svg (= 4:4.5.2) | 4:4.5.3-4
libqt4-webkit (= 4:4.5.2) | 4:4.5.3-4
libqt4-xml (= 4:4.5.2) | 4:4.5.3-4
libqtcore4 (= 4:4.5.2) | 4:4.5.3-4
libqtgui4 (= 4:4.5.2) | 4:4.5.3-4
libstdc++6 (= 4.2.1) | 4.4.2-2
libstreamanalyzer0 (= 0.7.0) | 0.7.0-1+b2
libstreams0 (= 0.7.0) | 0.7.0-1+b2
libtag-extras1 (= 1.0.1) | 1.0.1-2
libtag1c2a (= 1.6-2~) | 1.6.1-1
libxml2 (= 2.7.4) | 2.7.6.dfsg-1
phonon (= 4:4.5.2) | 4:4.5.3-4
zlib1g (= 1:1.1.4) | 1:1.2.3.3.dfsg-15
libqtscript4-core | 0.1.0-3
libqtscript4-gui | 0.1.0-3
libqtscript4-network | 0.1.0-3
libqtscript4-xml | 0.1.0-3
libqtscript4-sql | 0.1.0-3
libqtscript4-uitools | 0.1.0-3


Package Status (Version) | Installed
=-+-===
phonon-backend |


Recommends (Version) | Installed
==-+-=
kdemultimedia-kio-plugins (= 4:4.2.0) | 4:4.3.2-1
kdemultimedia-kio-plugins (= 4:4.2.0) | 4:4.3.2-1
amarok (= 2.2.0-1) | 2.2.0-1


Suggests (Version) | Installed
-+-===
libqt4-sql-sqlite | 4:4.5.3-4
libqt4-sql-mysql | 4:4.5.3-4
libqt4-sql-psql |
libqt4-sql-sqlite | 4:4.5.3-4
libqt4-sql-mysql | 4:4.5.3-4
libqt4-sql-psql |







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



Bug#550888: elinks does not recognize Cache-Control response headers

2009-11-08 Thread Kalle Olavi Niemitalo
Juan Montoya th3pr0p...@gmail.com writes:

 Oh! I didn't expected document.cache.ignore_cache_control to be
 enabled by default.
 Yes, the option works as expected.
 I suggest disabled as the default value to produce a similar behaviour
 with other browsers.

Actually, the behaviour would not become similar.  If I set
document.cache.ignore_cache_control = 0 in ELinks, load a HTML
page that has Cache-Control: no-cache, and follow a link to
another part of the same page (e.g. a href=#foohah/a), then
ELinks 0.12.GIT requests the page again from the server (using
If-Modified-Since).  This does not match Iceweasel 3.0.6, which
just keeps using the previously loaded page.  In Iceweasel, it
doesn't seem to matter whether the link uses the full URL or lets
it be implied from the base URL.

I wonder if we should add to ELinks some check to force using the
cached document for such links.  Can you find some specification
of how it's really supposed to work?  Or test a few other browsers?


pgp5zBO57KXtr.pgp
Description: PGP signature


Bug#555047: git-core next: package ajaxy blame script and usage instructions

2009-11-08 Thread Jonathan Nieder
Package: gitweb
Version: 1:1.6.5.2-1
Severity: wishlist

upstream/next includes the very neat 'Incremental blame (using
JavaScript)' by Jakub Narebski.  Here is a start at packaging it.

Problems:
 * Completely untested.

 * A large part of what is written in INSTALL is not really relevant
   to someone using Debian binary packages.  Unfortunately, another
   large part /is/ relevant.  These should be separated, ideally
   upstream.

Jonathan Nieder (2):
  debian/rules: install gitweb.js in gitweb package
  debian/rules: ship gitweb/INSTALL

 debian/gitweb.docs |1 +
 debian/rules   |1 +
 2 files changed, 2 insertions(+), 0 deletions(-)




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



Bug#555049: RFA: sqlobject

2009-11-08 Thread Fabio Tranchitella
Package: wnpp
Severity: normal

Hello,

as I don't use anymore sqlobject in my projects, I'm going to orphan it in the
next weeks.

Thanks,
Fabio

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



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



Bug#555046: Acknowledgement ([amarok] Please add group/sort by directory)

2009-11-08 Thread Timur S. Sattarov

Sorry, reassign the severity to wishlist, my mistake.

Regards
Timur




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



Bug#462557: [PATCH] Let 'git command -h' show usage without a git dir

2009-11-08 Thread Junio C Hamano
Jonathan Nieder jrnie...@gmail.com writes:

 diff --git a/git.c b/git.c
 index bd2c5fe..bfa9518 100644
 --- a/git.c
 +++ b/git.c
 @@ -220,6 +220,11 @@ const char git_version_string[] = GIT_VERSION;
   * RUN_SETUP for reading from the configuration file.
   */
  #define NEED_WORK_TREE   (12)
 +/*
 + * Let RUN_SETUP, USE_PAGER, and NEED_WORK_TREE take effect even if
 + * passed the -h option.
 + */
 +#define H_IS_NOT_HELP(13)

Yuck.  Let's think of a way to avoid this ugliness.

 @@ -278,7 +287,8 @@ static void handle_internal_command(int argc, const char 
 **argv)
   { annotate, cmd_annotate, RUN_SETUP },
   { apply, cmd_apply },
   { archive, cmd_archive },
 - { bisect--helper, cmd_bisect__helper, RUN_SETUP | 
 NEED_WORK_TREE },
 + { bisect--helper, cmd_bisect__helper,
 + RUN_SETUP | NEED_WORK_TREE },

Besides, this hunk is totally unwarranted.

Here are the relevant parts (some of your H_IS_NOT_HELP are not visible
because you needlessly wrapped the lines):

 + { cherry, cmd_cherry, RUN_SETUP | H_IS_NOT_HELP },
 + { commit-tree, cmd_commit_tree, RUN_SETUP | H_IS_NOT_HELP },
 + { fetch--tool, cmd_fetch__tool, RUN_SETUP | H_IS_NOT_HELP },
 + { grep, cmd_grep, RUN_SETUP | USE_PAGER | H_IS_NOT_HELP },
 + { merge-ours, cmd_merge_ours, RUN_SETUP | H_IS_NOT_HELP },
 + { merge-recursive, cmd_merge_recursive,
 + { merge-subtree, cmd_merge_recursive,
 + { show-ref, cmd_show_ref, RUN_SETUP | H_IS_NOT_HELP },

Except for grep and show-ref, none of these have a valid -h option
that means something else.

Considering that this niggle is strictly about git cmd -h, and not about
git cmd --otheropt -h somearg, we can even say that git grep -h is
asking for help, and not do not show filenames from match, as there is
no pattern specified.

So I think the right approach is something like how you handled http-push;
namely, check if the sole argument is -h, and if so show help and exit.

Clarification. the following description only talks about cmd -h
without any other options and arguments.

Such a change cannot be breaking backward compatibility for...

 * cherry -h could be asking to compare histories that leads to our HEAD
   and a commit that can be named as -h.  Strictly speaking, that may be
   a valid refname, but the user would have to say something like
   tags/-h to name such a pathological ref already, so I do not think it
   is such a big deal.

 * commit-tree -h is to make a root commit that records a tree-ish
   pointed by a tag whose name is -h.  Same as above.

 * The first word to fetch--tool is a subcommand name, so fetch--tool -h
   is an error and there cannot be any existing callers.  Besides, is it
   still being used?

 * grep -h cannot be asking for suppressing filenames as there is no
   match pattern specified.

 * merge-* strategy backends take the merge base (or --) as the first
   parameter; it cannot sanely be -h. The callers are supposed to run
   rev-parse to make it 40-hexdigit and the command won't see a refname
   anyway.

That leaves show-ref -h.  It shows all the refs/* and HEAD, as opposed
to show-ref that shows all the refs/* and not HEAD.

Does anybody use show-ref -h?  It was in Linus's original, and I suspect
it was done only because he thought it might be handy, not because the
command should not show the HEAD by default for such and such reasons.
So I think it actually is Ok if show-ref -h (but not show-ref --head)
gave help and exit.



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



Bug#555025: /usr/bin/debcheckout: [debcheckout] Support of DEBFULLNAME and DEBEMAIL for git checkouts.

2009-11-08 Thread Stefano Zacchiroli
tags 555025 + patch pending
thanks

On Sun, Nov 08, 2009 at 11:22:03AM +0900, Charles Plessy wrote:
 first of all, kudos for inventing debcheckout. It is really a tool
 that changes how Debian is.

Thanks, I'm truly flattened.

 I would like to suggest to run the following two system commands in git
 repositories after checking them out:
 
   git config user.name $DEBFULLNAME
   git config user.email $DEBEMAIL
 
 The rationale is that even if $HOME/.git-config is set, it may not be the best
 choice. For instance, at work I want my git repositories to use my work email

That's a very good idea, I think it makes sense and that it contributes
in integrating more the various devscripts together. Please find
attached the patch I've just committed to devscript SVN.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime
Index: scripts/debcheckout.pl
===
--- scripts/debcheckout.pl	(revision 2018)
+++ scripts/debcheckout.pl	(working copy)
@@ -914,6 +914,10 @@
 	$rc = $?  8;
 	print STDERR TopGit population failed\n if $rc != 0;
 	}
+	system(cd $wcdir  git config user.name \$ENV{'DEBFULLNAME'}\)
+	if (defined($ENV{'DEBFULLNAME'}));
+	system(cd $wcdir  git config user.email \$ENV{'DEBEMAIL'}\)
+	if (defined($ENV{'DEBEMAIL'}));
 	if (length $git_track) {
 	my @heads;
 	if ($git_track eq '*') {


signature.asc
Description: Digital signature


Bug#554853: jetty: Jetty is unable to run on port 80

2009-11-08 Thread Torsten Werner
On Fri, Nov 6, 2009 at 11:39 PM, Robert LeBlanc rob...@leblancnet.us wrote:
 When setting JETTY_PORT=80, the server dies. There is a setuid option for 
 jetty that would allow it to run on port 80. Although an iptable's rule could 
 be created, Jetty should include this functionality. 
 http://blogs.webtide.com/janb/entry/running_jetty_as_non_root.
...
 Versions of packages jetty suggests:
 pn  libjetty-extranone (no description available)

You can find libsetuid.so in package libjetty-extra. Does it work for you?

Cheers,
Torsten



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



Bug#555048: RFA: sqlobject

2009-11-08 Thread Fabio Tranchitella
Package: wnpp
Severity: normal

I'm going to orphan SQLObject because I don't use it anymore in my
projects; the package is already maintained within the
debian-python-modules team.

Thanks,
Fabio



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



Bug#555050: hal: Remapping Fn+F5 to anything else than KEY_WLAN does not work

2009-11-08 Thread Bjørn Mork
Package: hal
Version: 0.5.13-4
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am remapping Fn+F5 on my Thinkpad to '0x04:bluetooth' to have it toggle
BlueTooth on and off instead of the wlan, which I always need on.  The
'ThinkPad Extra Buttons' input device with keymap data looks like this:

bj...@nemi:~$ lshal -u /org/freedesktop/Hal/devices/computer_logicaldev_input_4
udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_4'
  button.has_state = true  (bool)
  button.state.value = true  (bool)
  button.type = 'radio'  (string)
  info.addons.singleton = {'hald-addon-input'} (string list)
  info.callouts.add = {'debian-setup-keyboard'} (string list)
  info.capabilities = {'input', 'input.keys', 'input.switch', 'button', 
'input.keymap'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.product = 'ThinkPad Extra Buttons'  (string)
  info.subsystem = 'input'  (string)
  info.udi = '/org/freedesktop/Hal/devices/computer_logicaldev_input_4'  
(string)
  input.device = '/dev/input/event6'  (string)
  input.keymap.data = {'0x01:screenlock', '0x02:battery', '0x03:sleep', 
'0x06:switchvideomode', '0x07:f22', '0x08:f24', '0x0b:suspend', 
'0x0f:brightnessup', '0x10:brightnessdown', '0x11:kbdillumtoggle', '0x13:zoom', 
'0x14:volumeup', '0x15:volumedown', '0x16:mute', '0x17:prog1', 
'0x04:bluetooth'} (string list)
  input.product = 'ThinkPad Extra Buttons'  (string)
  input.x11_driver = 'evdev'  (string)
  input.xkb.layout = 'no'  (string)
  input.xkb.model = 'pc105'  (string)
  input.xkb.options = 'lv3:ralt_switch,compose:menu'  (string)
  linux.device_file = '/dev/input/event6'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/virtual/input/input6/event6'  (string)


This stopped working after upgrading to hal 0.5.13-4.  No matter what I set the 
keymap to, Fn+F5 will always generate KEY_WLAN:

nemi:/tmp# input-events 6
/dev/input/event6
   bustype : BUS_HOST
   vendor  : 0x17aa
   product : 0x5054
   version : 16641
   name: ThinkPad Extra Buttons
   phys: thinkpad_acpi/input0
   bits ev : EV_SYN EV_KEY EV_MSC EV_SW

waiting for events
09:15:38.438055: EV_KEY KEY_WLAN pressed
09:15:38.438077: EV_SYN code=0 value=0
09:15:38.438083: EV_KEY KEY_WLAN released
09:15:38.438088: EV_SYN code=0 value=0


I have also tried other values than KEY_BLUETOOTH, just to ensure that it 
isn't just some magic related to that value. No difference.


Downgrading to hal 0.5.13-3 fixes the problem, so this is a regression between
those two versions.

And just to make it clear:  I do not want to run hal from unstable.  This 
is a choice forced upon me by an x-server dependency.  And the unstable
x-server is unfortunately necessary to support the GM45 IGP in this 
laptop.

So downgrading hal to the stable version or removing hal is not possible.


Bjørn


- -- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (700, 'stable'), (600, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-1-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/bash

Versions of packages hal depends on:
ii  acl   2.2.47-2   Access control list utilities
ii  adduser   3.110  add and remove users and groups
ii  consolekit0.3.1-2framework for defining and trackin
ii  dbus  1.2.1-5+lenny1 simple interprocess messaging syst
ii  hal-info  20090716-1 Hardware Abstraction Layer - fdi f
ii  libblkid1 2.16.1-4   block device id library
ii  libc6 2.10.1-5   GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.1-5+lenny1 simple interprocess messaging syst
ii  libdbus-glib-1-2  0.82-2 simple interprocess messaging syst
ii  libexpat1 2.0.1-4+lenny1 XML parsing C library - runtime li
ii  libglib2.0-0  2.22.2-2   The GLib library of C routines
ii  libhal-storage1   0.5.11-8   Hardware Abstraction Layer - share
ii  libhal1   0.5.11-8   Hardware Abstraction Layer - share
ii  libpolkit20.9-4  library for accessing PolicyKit
ii  libusb-0.1-4  2:0.1.12-13userspace USB programming library
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  mount 2.13.1.1-1 Tools for mounting and manipulatin
ii  pciutils  1:3.0.0-6  Linux PCI Utilities
ii  policykit 0.9-4  framework for managing administrat
ii  udev  0.125-7+lenny3 /dev/ and hotplug management daemo
ii  usbutils  0.73-10Linux USB utilities

Versions of packages hal recommends:
ii  eject   

Bug#555047: [PATCH 1/2] debian/rules: install gitweb.js in gitweb package

2009-11-08 Thread Jonathan Nieder
Since commit 4af819d (gitweb: Incremental blame (using
JavaScript), 2009-09-01), gitweb includes git blame support
that loads asynchronously using the gitweb.js script.  Ship it.

Signed-off-by: Jonathan Nieder jrnie...@gmail.com
---
Of course, commit 4af819d is not even in master yet, so this should
wait until then.  I am not sure about the most convenient way to deal
with patches like this.

Anyway, maybe this can save you a few seconds once that time comes
around.

 debian/rules |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6e75455..af5d158 100755
--- a/debian/rules
+++ b/debian/rules
@@ -207,6 +207,7 @@ install-indep: build-arch-stamp build-indep-stamp
install -m0755 gitweb/gitweb.cgi '$(GIT)'web/usr/lib/cgi-bin/gitweb.cgi
install -d -m0755 '$(GIT)'web/usr/share/gitweb
install -m0644 gitweb/gitweb.css '$(GIT)'web/usr/share/gitweb/gitweb.css
+   install -m0644 gitweb/gitweb.js '$(GIT)'web/usr/share/gitweb/gitweb.js
install -m0644 gitweb/git-favicon.png \
  '$(GIT)'web/usr/share/gitweb/git-favicon.png
install -m0644 gitweb/git-logo.png 
'$(GIT)'web/usr/share/gitweb/git-logo.png
-- 
1.6.5.2




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



Bug#555047: [PATCH/RFC 2/2] debian/rules: ship gitweb/INSTALL

2009-11-08 Thread Jonathan Nieder
Although its main purpose is to document build-time configuration,
the gitweb INSTALL file also documents its configuration format and
some other aspects of run-time setup.  Until this is fixed, Debian
should ship the file, even though not all of it may be relevant to
the user.

Signed-off-by: Jonathan Nieder jrnie...@gmail.com
---
This is more of a placeholder for a better solution than a serious
patch, unfortunately.

 debian/gitweb.docs |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/debian/gitweb.docs b/debian/gitweb.docs
index 4b5b95d..f9bfc38 100644
--- a/debian/gitweb.docs
+++ b/debian/gitweb.docs
@@ -1 +1,2 @@
 gitweb/README
+gitweb/INSTALL
-- 
1.6.5.2




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



Bug#502352: cleaning usbmount

2009-11-08 Thread Cristian Ionescu-Idbohrn
On Fri, 6 Nov 2009, Rogério Brito wrote:

 Hi, Christian.

 First of all, thank you very much for your contribution. I will merge
 them to release a new version of usbmount.

Great.  I'm on holidays right now, but I'll get back to you with some
comments when I get back, in two weeks time.


Cheers,

-- 
Cristian



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



Bug#552010: still not fixed with 2.10.1-3

2009-11-08 Thread Piotr Engelking
reopen 552010
thanks

After upgrade from 2.9-25 to 2.10.1-5, name resolution breaks if the
'nameserver' option is not present in /etc/resolv.conf:

# ping debian.org
ping: unknown host debian.org
# cat /etc/resolv.conf
options ndots:0
# echo nameserver 127.0.0.1  /etc/resolv.conf
# ping -c 1 debian.org
PING debian.org (194.109.137.218) 56(84) bytes of data.
64 bytes from klecker.debian.org (194.109.137.218): icmp_seq=1 ttl=52
time=37.2 ms

--- debian.org ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 37.289/37.289/37.289/0.000 ms
#

According to resolv.conf(5), the 'nameserver' option is optional and
both configurations should be functionally identical:

If no nameserver entries are present, the default is to use the
name server on the local machine.



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



Bug#422599: sdcc: hc08 assembler incorrectly allows move to non-direct destination

2009-11-08 Thread Bas Wijnen
Hi,

On Sun, Nov 08, 2009 at 09:38:32AM +0100, Gudjon I. Gudjonsson wrote:
 Can you please test if this bug has been fixed in the current version?

It has not.  To test this, you can do the following:

create a file named test.asm, with in it:

mov #18, *30
mov #18, 30
mov #18, 3000

Then run as-hc08 -o test.asm.  This creates a file called test.rel.  It
looks like this:

XH
H 1 areas 0 global symbols
A _CODE size 9 flags 0 addr 0
T 00 00 6E 12 1E 6E 12 1E 6E 12 B8
R 00 00 00 00

The line starting with T shows that (at address 0), there is 3 times the
same 3-byte command (6e 12 xx), where xx is 1e for 30, and b8 for 3000
(3000  0xff = 0xb8a).

If you only want to test, you don't even need to look at the output; if
mov #18, 3000 compiles without errors, this bug is still present.
There should be an error for mov #18, 30 as well, but it is not a big
problem if there isn't (it is obvious that it really means
mov #18, *30, because there is no other option).

Thanks,
Bas


signature.asc
Description: Digital signature


Bug#545472: Found upstream; #480001

2009-11-08 Thread Raphael Bossek
Related to official bug report
https://bugzilla.mozilla.org/show_bug.cgi?id=480001

Regards,
Raphael


Bug#555051: [PATCH git-core] debian/rules: drop obsolete WITH_P4IMPORT setting

2009-11-08 Thread Jonathan Nieder
Source: git-core
Version: 1:1.5.3~rc2-1
Severity: wishlist

This is just a cosmetic change (to shorten the OPTS list).

-- % --
Subject: debian/rules: drop obsolete WITH_P4IMPORT setting

Since upstream commit f979492 (Remove WITH_P4IMPORT knob from
the Makefile, 2007-07-15), this option has no effect.  The
git-p4import script is installed to
/usr/share/doc/git-core/contrib/p4import regardless.

Signed-off-by: Jonathan Nieder jrnie...@gmail.com
---
 debian/rules |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6e75455..5208900 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ CFLAGS =-g -Wall
 STRIP =strip
 TEST =test
 OPTS =NO_OPENSSL=1 prefix=/usr gitexecdir=/usr/lib/git-core \
-  mandir=/usr/share/man INSTALLDIRS=vendor WITH_P4IMPORT=1 \
+  mandir=/usr/share/man INSTALLDIRS=vendor \
   PYTHON_PATH=/usr/bin/python TCLTK_PATH=/usr/bin/wish \
   THREADED_DELTA_SEARCH=1 NO_CROSS_DIRECTORY_HARDLINKS=1
 
-- 
1.6.5.2




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



Bug#551405: tinyproxy 1.6.5

2009-11-08 Thread Artur Rona
Hello,
Ubuntu has got tinyproxy 1.6.5.
https://edge.launchpad.net/ubuntu/+source/tinyproxy/1.6.5-0ubuntu1
Regards




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



Bug#555029: zeya: `dh --with quilt $...@` requires quilt = 0.46-7

2009-11-08 Thread Romain Francoise
Hi Luca,

Luca Capello l...@pca.it writes:

 debian/rules uses the `dh --with quilt $...@` command, which requires
 the debhelper quilt.pm module, available only from quilt =
 0.46-7.

Thanks, I didn't know that and lintian isn't yet smart enough to
notice (#548094).

 BTW, zeya works correctly on lenny as well [...]

That's good to know, thanks.

-- 
Romain Francoise rfranco...@debian.org
http://people.debian.org/~rfrancoise/



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



Bug#555052: debconf can not initialize frontends Gnome and kde, only Dialog works

2009-11-08 Thread Wolfgang Schnitker
Package: debconf
Version: 1.5.28
Severity: normal

debconf can not initialize frontends under X, like Gnome or kde. It shows
following error:

debconf: kann Frontend nicht initialisieren: Kde
debconf: (Can't locate Debconf/FrontEnd/Kde.pm in @INC (@INC contains:
/etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1
/ /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
/ / /usr/local/lib/site_perl .) at (eval 24) line 2.)
debconf: greife zurück auf das Frontend: Gnome




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

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 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 debconf depends on:
ii  debconf-i18n  1.5.28 full internationalization support 
ii  perl-base 5.10.1-5   minimal Perl system

Versions of packages debconf recommends:
ii  apt-utils 0.7.23.1   APT utility programs

Versions of packages debconf suggests:
pn  debconf-doc   none (no description available)
ii  debconf-utils 1.5.28 debconf utilities
ii  dialog1.1-20080819-1 Displays user-friendly dialog boxe
ii  libgnome2-perl1.042-2Perl interface to the GNOME librar
pn  libnet-ldap-perl  none (no description available)
pn  libterm-readline-gnu-perl none (no description available)
ii  perl  5.10.1-5   Larry Wall's Practical Extraction 
ii  whiptail  0.52.10-4.1Displays user-friendly dialog boxe

-- debconf information:
  debconf-apt-progress/preparing:
  debconf-apt-progress/title:
  debconf-apt-progress/info:
  debconf-apt-progress/media-change:
* debconf/frontend: Kde
* debconf/priority: medium



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



Bug#555043: aptitude: Unable to satisfy the build-depends: with virtual build-deps

2009-11-08 Thread Sven Joachim
forcemerge 509100 555043
thanks

On 2009-11-08 09:58 +0100, Jonathan Nieder wrote:

 aptitude seems to dislike build-dependencies on virtual packages
 without alternatives (libz-dev here).  Is this a git-core bug or
 an aptitude bug?

This is definitely an aptitude bug.

 P.S. Any ideas for dealing with the long list of bugs?  I tried
 to look for duplicate reports of this and found none

Looking for build would have discovered it.  But the list is so long
that I can imagine many people wont even bother looking at it, and even
if you do you need some luck to find a duplicate.

Note: I'm not the maintainer, just a user who lurks at the BTS.

Sven



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



Bug#555018: FTBFS with binutils-gold

2009-11-08 Thread Urs Fleisch
This should be fixed in version 1.3. For version 1.2, you could apply 
the patches 
http://sourceforge.net/tracker/?func=detailaid=2843313group_id=70849atid=529223
 
and 
http://sourceforge.net/tracker/?func=detailaid=2843311group_id=70849atid=529223.




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



Bug#555053: alsa-base: It was working in stable, not in testing. No sound

2009-11-08 Thread yellow
Package: alsa-base
Version: 1.0.21+dfsg-2
Severity: normal

Hello,

I have no sound since I upgraded to Testing. Please could you release a fix.

I noticed that when I remove my usb microphone at start I get back sound, until 
I reboot.
Please fix it, it is of no use otherwise using Linux, if you could. Please.

It was working great under Stable Debian. Alsa is apparently still unstable. 
Also when one start audacious, although plug or not, no sound. 
It was working in Stable. 

(I remind that Linux is destined to HUMANS, so please do not tell me again to 
use Windows XP. I am just Lame, or not a geek, just normal general information 
knowledge, not geek, no no.) 

Thanks a lot if you know how to fix the issue, and this can lead to improved 
working operational reliable sound system for the next stable Debian Linux!
Best regards
Y.



 lsusb 
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 0556:0001 Asahi Kasei Microsystems Co., Ltd AK5370 I/F 
A/D Converter
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 13d3:3249 IMC Networks 
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 10f1:1a08  
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub



 lsusb -t
3-1:1.2: No such file or directory
3-1:1.3: No such file or directory
/:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
|__ Port 1: Dev 2, If 0, Class='bInterfaceClass 0xe0 not yet handled', 
Driver=btusb, 12M
|__ Port 1: Dev 2, If 1, Class='bInterfaceClass 0xe0 not yet handled', 
Driver=btusb, 12M
|__ Port 1: Dev 2, If 2, Class=vend., Driver=, 12M
|__ Port 1: Dev 2, If 3, Class=app., Driver=, 12M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
|__ Port 1: Dev 3, If 0, Class=audio, Driver=snd-usb-audio, 12M
|__ Port 1: Dev 3, If 1, Class=audio, Driver=snd-usb-audio, 12M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/8p, 480M
|__ Port 4: Dev 4, If 0, Class='bInterfaceClass 0x0e not yet handled', 
Driver=uvcvideo, 480M
|__ Port 4: Dev 4, If 1, Class='bInterfaceClass 0x0e not yet handled', 
Driver=uvcvideo, 480M



-- Package-specific info:
--- Begin additional package status ---
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version   
Description
+++-=-=-==
ii  libasound21.0.21a-1 shared 
library for ALSA applications
--- End additional package status ---
--- Begin /proc/asound/version ---
Advanced Linux Sound Architecture Driver Version 1.0.20.
--- End /proc/asound/version ---
--- Begin /proc/asound/cards ---
 0 [default]: USB-Audio - AK5370  
  AKM  AK5370   at usb-:00:1d.0-1, 
full speed
 1 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0xfe938000 irq 16
--- End /proc/asound/cards ---
--- Begin /dev/snd/ listing ---
total 0
drwxr-xr-x  2 root root   60 Nov  8 11:24 by-id
drwxr-xr-x  2 root root   80 Nov  8 11:24 by-path
crw-rw+ 1 root audio 116,  0 Nov  8 11:24 controlC0
crw-rw+ 1 root audio 116, 32 Nov  8 07:08 controlC1
crw-rw+ 1 root audio 116, 36 Nov  8 07:08 hwC1D0
crw-rw+ 1 root audio 116, 24 Nov  8 11:24 pcmC0D0c
crw-rw+ 1 root audio 116, 56 Nov  8 07:08 pcmC1D0c
crw-rw+ 1 root audio 116, 48 Nov  8 07:08 pcmC1D0p
crw-rw+ 1 root audio 116,  1 Nov  8 07:08 seq
crw-rw+ 1 root audio 116, 33 Nov  8 07:08 timer
--- End /dev/snd/ listing ---

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

Kernel: Linux 2.6.30-2-686 (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/bash

Versions of packages alsa-base depends on:
ii  linux-sound-base   1.0.21+dfsg-2 base package for ALSA and OSS soun
ii  lsof   4.81.dfsg.1-1 List open files
ii  module-init-tools  3.11-1tools for managing Linux kernel mo
ii  udev   146-5 /dev/ and hotplug management daemo

Versions of packages alsa-base recommends:
ii  alsa-utils1.0.21-1   ALSA utilities

Versions of packages alsa-base suggests:
pn  alsa-oss  none (no description available)
pn  apmd  none (no description available)
ii  oss-compat

Bug#555054: openoffice.org-writer crashes when moving a marked textstring over the top edge

2009-11-08 Thread Hans-J. Ullrich
Package: openoffice.org
Severity: important



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

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

Hello openoffice.org-team,

I discovered the following bug:

When moving a marked text over the top edge of the document, openoffice.org 
crashes.

You can reproduce it in the following way:

1. Open a odt-document

2. mark a word of your choice

3. move it to the top of the document = woks

4. move it over the top edge of the document = crash!


I am using a German localized version (the one in debian-amd64/sid)


Thanks for the help!

Best regards

Hans-J. Ullrich



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



Bug#554958: [l10n:cs] Initial Czech translation PO debconf template for package redhat-cluster

2009-11-08 Thread Christian Perrier
Quoting Michal Simunek (michal.simu...@gmail.com):
 Package: redhat-cluster
 Version: 3.0.2-5
 Severity: wishlist
 Tags: l10n, patch
 
 In attachment there is initial Czech translation PO debconf template
 (cs.po) for package redhat-cluster, please include it.

Unfuzzied file attached.




cs.po
Description: application/gettext


signature.asc
Description: Digital signature


Bug#554677: wishlist: correct depends / recommends for packages

2009-11-08 Thread Niels Thykier

tags 554677 = confirmed pending
thanks

Hi alon

Thank you for your report. We have already corrected this in our VCS 
repository[1] and this will be closed on the next upload to Debian.


~Niels

[1] The Recommends - Suggest commit.
http://git.debian.org/?p=pkg-java/eclipse.git;a=commitdiff;h=4e95fa3621c5512b458a3b773c29ff0b7640a212
I cannot find the commit where we removed openjdk but openjdk does not 
appear in debian/control in our master branch:

http://git.debian.org/?p=pkg-java/eclipse.git;a=blob;f=debian/control;h=5942fc5d4bfbeca98b440482cdbf132ce5d1b08a;hb=21d8d3431674bbe2665c465220c312beb697eda3



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



Bug#555055: gvfs: FTBFS on hurd-i386

2009-11-08 Thread Samuel Thibault
Package: gvfs
Version: 1.4.1-2
Severity: important
Tags: patch

Hello,

gvfs currently FTBFS on hurd-i386 because of unconditional use of
PATH_MAX. The attached patch fixes it by just using glibc's ability to
allocate just what is required. It also actually fixes a bug for the
case when a symlink in /dev doesn't exist. It also enables the
libcdio-paranoia-dev dep which is now available on hurd-i386, and drops
the gphoto2 backends which can not yet be built on hurd-i386.

Samuel

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

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

Versions of packages gvfs depends on:
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libgconf2-4   2.28.0-1   GNOME configuration database syste
ii  libglib2.0-0  2.22.2-2   The GLib library of C routines
ii  libhal1   0.5.13-3   Hardware Abstraction Layer - share
ii  libudev0  146-5  libudev shared library
ii  x11-utils 7.4+1  X11 utilities

Versions of packages gvfs recommends:
ii  dbus  1.2.16-2   simple interprocess messaging syst
pn  gnome-mount | exo-utils   none (no description available)
ii  hal   0.5.13-3   Hardware Abstraction Layer

Versions of packages gvfs suggests:
ii  gvfs-backends 1.4.1-2userspace virtual filesystem - bac

-- no debconf information

-- 
Samuel Thibault samuel.thiba...@fnac.net
#ifndef I_WISH_WORLD_WERE_PERFECT
/* It is not :-( All the routers (except for Linux) return only
...
 -+- linux/net/ipv4/ipip.c -+-
--- ./monitor/hal/ghalvolumemonitor.c.orig  2009-11-08 00:15:19.0 
+
+++ ./monitor/hal/ghalvolumemonitor.c   2009-11-08 00:18:53.0 +
@@ -739,11 +739,23 @@
 }
   else
 {
-  char resolved_device_path[PATH_MAX];
   /* handle symlinks such as /dev/disk/by-uuid/47C2-1994 */
+#ifdef __GLIBC__
+  char *resolved_device_path;
+  resolved_device_path = realpath (device_path, NULL);
+  if (resolved_device_path != NULL 
+  strcmp (resolved_device_path, device_file) == 0)
+{
+  free (resolved_device_path);
+  return mount_point;
+}
+  free (resolved_device_path);
+#else
+  char resolved_device_path[PATH_MAX];
   if (realpath (device_path, resolved_device_path) != NULL 
   strcmp (resolved_device_path, device_file) == 0)
 return mount_point;
+#endif
 }
 }
 
--- ./monitor/gdu/ggduvolumemonitor.c.orig  2009-11-08 00:17:33.0 
+
+++ ./monitor/gdu/ggduvolumemonitor.c   2009-11-08 00:22:27.0 +
@@ -695,15 +695,27 @@
 }
   else
 {
+  /* handle symlinks such as /dev/disk/by-uuid/47C2-1994 */
+#ifdef __GLIBC__
+  char *resolved_fstab_device_file;
+  resolved_fstab_device_file = realpath (fstab_device_file, NULL);
+  if (resolved_fstab_device_file != NULL 
+  g_strcmp0 (resolved_fstab_device_file, device_file) == 0)
+{
+  free (resolved_fstab_device_file);
+  goto out;
+}
+  free(resolved_fstab_device_file);
+#else
   char resolved_fstab_device_file[PATH_MAX];
 
-  /* handle symlinks such as /dev/disk/by-uuid/47C2-1994 */
   if (realpath (fstab_device_file, resolved_fstab_device_file) != NULL 

   g_strcmp0 (resolved_fstab_device_file, device_file) == 0)
 {
   ret = mount_point;
   goto out;
 }
+#endif
 }
 }
 
@@ -1384,15 +1396,29 @@
   device_file = g_unix_mount_point_get_device_path (mount_point);
   if (g_str_has_prefix (device_file, /dev/))
 {
-  gchar resolved_path[PATH_MAX];
   GduDevice *device;
+#ifdef __GLIBC__
+  gchar *resolved_path;
+
+  /* doesn't exist */
+  resolved_path = realpath (device_file, NULL);
+  if (resolved_path == NULL) {
+free(resolved_path);
+continue;
+  }
+#else
+  gchar resolved_path[PATH_MAX];
 
   /* doesn't exist */
-  if (realpath (device_file, resolved_path) != 0)
+  if (realpath (device_file, resolved_path) == NULL)
 continue;
+#endif
 
   /* is handled by DKD */
   device = gdu_pool_get_by_device_file (monitor-pool, resolved_path);
+#ifdef __GLIBC__
+  free(resolved_path);
+#endif
   if (device != NULL)
 {
   g_object_unref (device);

Bug#462557: [PATCH] Let 'git command -h' show usage without a git dir

2009-11-08 Thread Jonathan Nieder
Junio C Hamano wrote:
 Jonathan Nieder jrnie...@gmail.com writes:
 
 +/*
 + * Let RUN_SETUP, USE_PAGER, and NEED_WORK_TREE take effect even if
 + * passed the -h option.
 + */
 +#define H_IS_NOT_HELP   (13)
 
 Yuck.  Let's think of a way to avoid this ugliness.

Thank you. :)

 So I think the right approach is something like how you handled http-push;
 namely, check if the sole argument is -h, and if so show help and exit.
 
   Clarification. the following description only talks about cmd -h
   without any other options and arguments.
 
 Such a change cannot be breaking backward compatibility for...
[...]
  * grep -h cannot be asking for suppressing filenames as there is no
match pattern specified.

Okay, here’s a start.

-- % --
Subject: Show usage string for 'git grep -h'

Clarification: the following description only talks about git
grep -h without any other options and arguments.

Such a change cannot be breaking backward compatibility.  grep
-h cannot be asking for suppressing filenames, as there is no
match pattern specified.

Signed-off-by: Jonathan Nieder jrnie...@gmail.com
---
Is the long usage information really what is wanted here?  (I would
think yes, since there is no other way to get that, but sometimes all
I want is a reminder of the non-optional arguments.)

Without something like the previous patch, the usage information is
captured by a pager.  I know this is an accidental thing (not all
commands send their -h output through a pager), but it is very
convenient and mitigates the first effect somewhat.  Should
whatever -h always use with a pager?

The -h output is very long, and since it goes to standard error,
git grep -h | head does not succeed in capturing the best of it.

Usage errors caught in the same function die() currently.  I was going
to switch them to usage_msg_opt(), but because of the long usage
message, that would cause the error message to scroll off the
screen...

So I am not totally happy with this.  But it is certainly an
improvement over the output from before:

$ git grep -h
fatal: no pattern given.

I’ll sleep on it.  Thank you for the advice.

Good night,
Jonathan

 builtin-grep.c |7 +++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/builtin-grep.c b/builtin-grep.c
index 1df25b0..01be9bf 100644
--- a/builtin-grep.c
+++ b/builtin-grep.c
@@ -788,6 +788,13 @@ int cmd_grep(int argc, const char **argv, const char 
*prefix)
OPT_END()
};
 
+   /*
+* 'git grep -h', unlike 'git grep -h pattern', is a request
+* to show usage information and exit.
+*/
+   if (argc == 2  !strcmp(argv[1], -h))
+   usage_with_options(grep_usage, options);
+
memset(opt, 0, sizeof(opt));
opt.prefix = prefix;
opt.prefix_length = (prefix  *prefix) ? strlen(prefix) : 0;
-- 
1.6.5.2




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



Bug#536794: pose: No binary package for amd64 available

2009-11-08 Thread edeion
Hi Wolfgang,

It's a bit late, but anyway: you can install the existing i386 package on your 
amd64 system.
Download the i386 package from http://packages.debian.org/ (eg 
pose_3.5-9.1_i386.deb)
Install it via dpkg -i --force-architecture pose_3.5-9.1_i386.deb

Vincent



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



Bug#554793: linux-image-2.6.26-2-amd64: ipmi_watchdog module frequently returns errno=16 - Device or resource busy on Dell Poweredge 860s

2009-11-08 Thread Michael Meskes
On Sat, Nov 07, 2009 at 10:26:24PM +, Ben Hutchings wrote:
 1. EBUSY indicates that the watchdog is opening it more than once, which
 is obviously incorrect behaviour.

To the best of my knowledge watchdog only opens the device once which obviously
makes your conclusion wrong as well.

 2. Failure to open the device will not result in the device being
 closed, except in the case of (1).

Well I can think of different reasons ...

 3. I had a look at the watchdog daemon's source and repeatedly went
 WTF?.  I am now inclined to assume it is doing the wrong thing unless
 proved otherwise.

Now this is a strong accusation that you hopefully have some proof for.

Michael

-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo/Skype: michaelmeskes, Jabber: mes...@jabber.org
VfL Borussia! Forca Barca! Go SF 49ers! Use: Debian GNU/Linux, PostgreSQL



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



Bug#520384: caudium: seeking sponsor for a upload to fix this bug

2009-11-08 Thread Christian Perrier
Quoting Henrik Andreasson (deb...@han.pp.se):
 Package: caudium
 Followup-For: Bug #520384
 
 Hi I've prepared a new version of the caudium package that closes this bug.
 My usual sponsor seems unavailabe at the moment.
 http://mentors.debian.net/debian/pool/main/c/caudium/caudium_1.4.12-13.dsc

Done.



signature.asc
Description: Digital signature


Bug#299944: gftp-gtk shows remote users and groups as numeric in SSH2 mode

2009-11-08 Thread Xavier Oswald
Hi,

 gftk includes in remote file information only numerical user and group
 display using FTP and SSH2 protocols. Version 2.0.17 could display 
 user and group names. 

I don't think that's a good idea since when browsing a directory a user could
want to not show that it's him who put the file.

And even if you print all user name who have a file in that dir, you could know
informations about who worked on what etc.. For my point of view, I consider it
as a small security/confidentiality problem when having such a feature.

What do you think ?

Greetings,
-- 
 ,''`.| == Xavier Oswald  == | mail: xosw...@debian.org |
: :' :| Engineer at CALDERA GRAPHICS | http://www.caldera.eu|
`. `' | GNU/LINUX Debian Developer   | http://debian.org|
  `-  | Isaac Project Developer  | http://isaacproject.u-strasbg.fr |



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



Bug#443018: libvte9: confirmed

2009-11-08 Thread Eugene V. Lyubimkin
Package: libvte9
Version: 1:0.22.3-1
Severity: normal

Confirmed seeing garbage sometimes in xfce4-terminal.

For me it started to happen only in recent libvte9 changes, in 0.22.x
series.


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

Kernel: Linux 2.6.30-1-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/bash

Versions of packages libvte9 depends on:
ii  libatk1.0-0   1.26.0-1   The ATK accessibility toolkit
ii  libc6 2.10.1-2   GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.22.2-2   The GLib library of C routines
ii  libgtk2.0-0   2.18.3-1   The GTK+ graphical user interface 
ii  libncurses5   5.7+20090803-2 shared libraries for terminal hand
ii  libpango1.0-0 1.26.0-1   Layout and rendering of internatio
ii  libvte-common 1:0.22.3-1 Terminal emulator widget for GTK+ 

libvte9 recommends no packages.

libvte9 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#529077: Package is unusable

2009-11-08 Thread Michael Holtermann
severity: important

Hi,

digikam 0.10 was accepted in april, but the -doc-package was never updated.

The current package is unusable, since digikam-0.9.5 is not available in 
unstable. So digikam ships without documentation, I guess this violates the 
Debian policy.


Regards,
Michael


Bug#554793: linux-image-2.6.26-2-amd64: ipmi_watchdog module frequently returns errno=16 - Device or resource busy on Dell Poweredge 860s

2009-11-08 Thread Michael Meskes
On Fri, Nov 06, 2009 at 04:00:08PM +, Tim Small wrote:
 Package: linux-image-2.6.26-2-amd64
 Version: 2.6.26-17lenny1
 Severity: normal
 
 Opening /dev/watchdog as provided by ipmi_watchdog on a Dell PowerEdge
 860 running Lenny 5.0 (64 bit), frequently fails with EBUSY.

Could you please try the watchdog daemon package from backports.org? There has
been a race between stopping wd_keepalive and starting watchdog that has been
fixed after Lenny has been released.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo/Skype: michaelmeskes, Jabber: mes...@jabber.org
VfL Borussia! Forca Barca! Go SF 49ers! Use: Debian GNU/Linux, PostgreSQL



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



Bug#506809: [oolite] Oolite 1.73 recommended by developers

2009-11-08 Thread Thomas Kreft
To quote the developers (www.oolite.org/download):

Version 1.65, released in June 2006, is the latest full release of Oolite. 
However, the test releases are faster, prettier, more stable and use less 
memory, so ignoring the full release and using the test releases instead is 
recommended. Yes, we realise this sounds silly.

There are .debs provided, but of course I prefer it from official repos. Please 
consider packaging it. 



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



Bug#555084: redhat-cluster: [INTL:fr] French debconf templates translation update

2009-11-08 Thread Christian Perrier
Package: redhat-cluster
Version: N/A
Severity: wishlist
Tags: patch l10n

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

Thanks for taking care of warning translators before uploading a new
version with string changes. It's highly appreciated.



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

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# French translation of redhat-cluster debconf templates
# Copyright (C) 2009 Debian French l10n team 
debian-l10n-fre...@lists.debian.org
# This file is distributed under the same license as the redhat-cluster package.
#
# Christian Perrier bubu...@debian.org, 2009.
msgid 
msgstr 
Project-Id-Version: \n
Report-Msgid-Bugs-To: redhat-clus...@packages.debian.org\n
POT-Creation-Date: 2009-11-02 18:24+0100\n
PO-Revision-Date: 2009-11-03 07:19+0100\n
Last-Translator: Christian Perrier bubu...@debian.org\n
Language-Team: French debian-l10n-fre...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 1.0\n
Plural-Forms: nplurals=2; plural=(n  1);\n

#. Type: boolean
#. Description
#: ../cman.templates:2001
msgid Do you want to abort the Red Hat Cluster Suite upgrade?
msgstr Voulez-vous interrompre la mise à jour de Red Hat Cluster Suite ?

#. Type: boolean
#. Description
#: ../cman.templates:2001
msgid 
The new version 3 of the Red Hat Cluster Suite is not compatible with the 
currently installed one. Upgrading these packages without stopping the 
complete cluster can cause file system corruption on shared storage devices.
msgstr 
La nouvelle version 3 de Red Hat Cluster Suite n'est pas compatible avec la 
version déjà installée. La mise à jour de ce paquet sans un arrêt complet de 
la grappe (« cluster ») pourrait corrompre les systèmes de fichiers sur les 
périphériques de stockage partagés.


Bug#539258:

2009-11-08 Thread Lukas Kolbe
Package: pulseaudio
Version: 0.9.19-2
Severity: normal

My system behaves very similarily, but with pulseaudio 0.9.19-2.
Whenever I skip to the next song in rhythmbox, the volumes for
front,surround,center,lfe get maxed out, but only if the Master-volume
is not 0. This is highly annoying because it hurts my ears ;)

My sound-chip is
 00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio
Controller
with an 
ALC1200 Analog whatever ... is it called codec?

This is what pulseaudio -vvv is saying from the time I skip to the next
song until I stop it (it immediately set the 4 volumes to their maximum
values):

D: sink-input.c: Requesting rewind due to corking
D: module-suspend-on-idle.c: Sink 
alsa_output.pci-_00_1b.0.analog-surround-51 becomes idle, timeout in 5 
seconds.
D: alsa-sink.c: Requested volume: 0:  20% 1:  20% 2:  20% 3:  20% 4:  21% 5:  
21%
D: alsa-sink.c: Got hardware volume: 0:  20% 1:  20% 2:  20% 3:  20% 4:  21% 5: 
 21%
D: alsa-sink.c: Calculated software volume: 0:  99% 1:  99% 2:  99% 3:  99% 4: 
100% 5: 100% (accurate-enough=yes)
D: alsa-sink.c: hwbuf_unused=0
D: alsa-sink.c: setting avail_min=4558
D: alsa-sink.c: Requested to rewind 65280 bytes.
D: module-suspend-on-idle.c: Sink 
alsa_output.pci-_00_1b.0.analog-surround-51 becomes idle, timeout in 5 
seconds.
D: alsa-sink.c: Limited to 21432 bytes.
D: core.c: Hmm, no streams around, trying to vacuum.
D: alsa-sink.c: before: 1786
D: alsa-sink.c: after: 1786
D: alsa-sink.c: Rewound 21432 bytes.
D: sink.c: Processing rewind...
D: source.c: Processing rewind...
I: sink-input.c: Freeing input 15 'skipped'
I: client.c: Freed 18 Rhythmbox
I: protocol-native.c: Connection died.
I: client.c: Created 19 Native client (UNIX socket client)
D: protocol-native.c: Protocol version: remote 16, local 16
I: protocol-native.c: Got credentials: uid=1000 gid=1000 success=1
D: protocol-native.c: SHM possible: yes
D: protocol-native.c: Negotiated SHM: yes
D: module-augment-properties.c: Looking for .desktop file for rhythmbox
I: module-stream-restore.c: Restoring device for stream 
sink-input-by-media-role:music.
D: module-intended-roles.c: Not setting device for stream Playback Stream, 
because already set.
I: module-stream-restore.c: Restoring volume for sink input 
sink-input-by-media-role:music.
I: resampler.c: Forcing resampler 'copy', because of fixed, identical sample 
rates.
D: resampler.c: Channel matrix:
D: resampler.c:I00   I01 
D: resampler.c: +
D: resampler.c: O00 | 1,000 0,000
D: resampler.c: O01 | 0,000 1,000
D: resampler.c: O02 | 1,000 0,000
D: resampler.c: O03 | 0,000 1,000
D: resampler.c: O04 | 0,500 0,500
D: resampler.c: O05 | 0,500 0,500
I: remap.c: Using generic matrix remapping
I: resampler.c: Using resampler 'copy'
I: resampler.c: Using s16le as working format.
D: memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=12, 
prebuf=0, minreq=1 maxrewind=0
D: memblockq.c: memblockq sanitized: maxlength=33554436, tlength=33554436, 
base=12, prebuf=0, minreq=12 maxrewind=0
I: sink-input.c: Created input 16 Playback Stream on 
alsa_output.pci-_00_1b.0.analog-surround-51 with sample spec s16le 2ch 
44100Hz and channel map front-left,front-right
I: sink-input.c: media.name = Playback Stream
I: sink-input.c: application.name = Rhythmbox
I: sink-input.c: native-protocol.peer = UNIX socket client
I: sink-input.c: native-protocol.version = 16
I: sink-input.c: media.role = music
I: sink-input.c: application.process.id = 6553
I: sink-input.c: application.process.user = lukas
I: sink-input.c: application.process.host = larosa
I: sink-input.c: application.process.binary = rhythmbox
I: sink-input.c: application.icon_name = rhythmbox
I: sink-input.c: window.x11.display = :0.0
I: sink-input.c: application.language = de_DE.UTF-8
I: sink-input.c: application.process.machine_id = skipped
I: sink-input.c: application.process.session_id = skipped
I: sink-input.c: module-stream-restore.id = sink-input-by-media-role:music
I: protocol-native.c: Requested tlength=200,00 ms, minreq=10,00 ms
D: protocol-native.c: Adjust latency mode enabled, configuring sink latency to 
half of overall latency.
D: memblockq.c: memblockq requested: maxlength=4194304, tlength=19404, base=4, 
prebuf=0, minreq=1764 maxrewind=0
D: memblockq.c: memblockq sanitized: maxlength=4194304, tlength=19404, base=4, 
prebuf=0, minreq=1764 maxrewind=0
I: protocol-native.c: Final latency 200,00 ms = 90,00 ms + 2*10,00 ms + 90,00 ms
D: alsa-sink.c: Requested volume: 0:  20% 1:  20% 2:  20% 3:  20% 4:  20% 5:  
20%
D: alsa-sink.c: Got hardware volume: 0:  20% 1:  20% 2:  20% 3:  20% 4:  21% 5: 
 21%
D: alsa-sink.c: Calculated software volume: 0:  99% 1:  99% 2:  99% 3:  99% 4:  
96% 5:  96% (accurate-enough=no)
D: alsa-sink.c: Latency set to 90,00ms
D: alsa-sink.c: hwbuf_unused=17652
D: alsa-sink.c: setting avail_min=4559
D: alsa-sink.c: Requesting rewind due to latency 

Bug#555085: totem-plugins: please suggest/recommend python-coherence , but not depend

2009-11-08 Thread A Mennucc
Package: totem-plugins
Version: 2.28.2-3
Severity: wishlist

hi,

as Apelete Seketeli  already remarked, python-coherence
brings in 26MB of dependencies,

may you please change the Depends into a Suggests or Recommends?

Note that I did not investigate what effect this would have
on Totem...  maybe you will need to add some code into totem,
so that when python-coherence is not installed but the
user enables the coherence plugins, a warning will be displayed

a.

ps: in attachment is the list of dependencies brought in by  python-coherence



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

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

Versions of packages totem-plugins depends on:
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libavahi-client30.6.25-1 Avahi client library
ii  libavahi-common30.6.25-1 Avahi common library
ii  libavahi-glib1  0.6.25-1 Avahi glib integration library
ii  libbluetooth3   4.56-2   Library to use the BlueZ Linux Blu
ii  libc6   2.10.1-5 GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging syst
ii  libdbus-glib-1-20.82-2   simple interprocess messaging syst
ii  libepc-1.0-20.3.10-2 Easy Publish and Consume library -
ii  libepc-ui-1.0-2 0.3.10-2 Easy Publish and Consume library -
ii  libfontconfig1  2.6.0-4  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgalago3  0.5.2-2  Galago presence library
ii  libgdata6   0.5.0-1  Library for accessing GData webser
ii  libglib2.0-02.22.2-2 The GLib library of C routines
ii  libgtk2.0-0 2.18.3-1 The GTK+ graphical user interface 
ii  liblircclient0  0.8.3-5  infra-red remote control support -
ii  libpango1.0-0   1.26.0-1 Layout and rendering of internatio
ii  libsoup2.4-12.28.1-2 an HTTP library implementation in 
ii  libtrackerclient0   0.6.95-3 metadata database, indexer and sea
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxml2 2.7.6.dfsg-1 GNOME XML library
ii  libxtst62:1.0.3-1X11 Testing -- Resource extension 
ii  python  2.5.4-2  An interactive high-level object-o
ii  python-beautifulsoup3.1.0.1-2error-tolerant HTML parser for Pyt
ii  python-coherence0.6.4-4  Python UPnP framework
ii  python-feedparser   4.1-14   Universal Feed Parser for Python
ii  python-gconf2.28.0-1 Python bindings for the GConf conf
ii  python-gdata1.1.1-1  Google Data Python client library
ii  python-gdbm 2.5.2-1.1GNU dbm database support for Pytho
ii  python-gobject  2.20.0-1 Python bindings for the GObject li
ii  python-gst0.10  0.10.17-1generic media-playing framework (P
ii  python-gtk2 2.16.0-1 Python bindings for the GTK+ widge
ii  python-httplib2 0.5.0-1  comprehensive HTTP client library 
ii  python-rdflib   2.4.2-1  RDF library containing an RDF trip
ii  python-support  1.0.4automated rebuilding support for P
ii  python-xdg  0.17-0.1 Python library to access freedeskt
ii  totem   2.28.2-3 A simple media player for the GNOM

Versions of packages totem-plugins recommends:
ii  gnome-settings-daemon 2.28.1-1   daemon handling the GNOME session 

Versions of packages totem-plugins suggests:
pn  gromitnone (no description available)

-- no debconf information

-- 
Andrea Mennucc
 E' un mondo difficile. Che vita intensa! (Tonino Carotone)
Script started on Sun Nov  8 11:56:54 2009
The following NEW packages will be installed:
  libboost-python1.39.0{a} python-axiom{a} python-celementtree{a} 
  python-coherence{a} python-configobj{a} python-epsilon{a} python-louie{a} 
  python-nevow{a} python-nose{a} python-openssl{a} python-pysqlite2{a} 
  python-tagpy{a} python-twisted-bin{a} python-twisted-conch{a} 
  python-twisted-core{a} python-twisted-web{a} python-zope.interface{a} 
The following packages will be upgraded:
  totem totem-mozilla totem-plugins 
The following packages are RECOMMENDED but will NOT be installed:
  python-pam python-serial 
3 packages upgraded, 17 newly installed, 0 to remove and 36 not upgraded.
Need to get 4317kB/5777kB of archives. After unpacking 26.2MB 

Bug#552329: digikam still crashes after fresh reinstall

2009-11-08 Thread Michael Holtermann
Hello,

I've purged digikam and removed my local settings (digikamrc, digikam-folder 
unter .kde/share), and reinstalled the package.

Digikam still crashes like before.

Regards,
Michael.



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



Bug#555086: /usr/bin/seahorse-tool: seahorse-tool -d file segfaults

2009-11-08 Thread Jean-Luc Coulon (f5ibh)
Package: seahorse-plugins
Version: 2.28.1-1
Severity: important
File: /usr/bin/seahorse-tool

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

When I try to decrypt a gpg file with seahorse tool, I get a SEGFAULT.
I've rebuilt seahorse-plugins with debugging symbols and here is the gdb
session:

[jean-...@tangerine] % gdb /usr/bin/seahorse-tool ~
GNU gdb (GDB) 7.0-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/seahorse-tool...done.
(gdb) run -d test-seahorse.gpg 
Starting program: /usr/bin/seahorse-tool -d test-seahorse.gpg
[Thread debugging using libthread_db enabled]

** (seahorse-tool:11391): CRITICAL **: seahorse_pgp_operation_init: assertion
`GPG_IS_OK (err)' failed

Program received signal SIGSEGV, Segmentation fault.
0x779b2b19 in ?? () from /usr/lib/libgpgme.so.11
(gdb) bt
#0  0x779b2b19 in ?? () from /usr/lib/libgpgme.so.11
#1  0x779a01b8 in ?? () from /usr/lib/libgpgme.so.11
#2  0x779a10c1 in ?? () from /usr/lib/libgpgme.so.11
#3  0x0040f2c3 in decrypt_start (mode=value optimized out, 
uri=value optimized out, uridata=0x716200, pop=0x6d85b0, 
err=0x7fffe278) at seahorse-tool.c:525
#4  0x0040f99c in step_operation (ctx=0x7fffe240, 
mode=0x7fffe2e0, err=0x7fffe278) at
seahorse-tool-files.c:787
#5  0x00410cb3 in seahorse_tool_files_process
(mode=0x7fffe2e0, 
uris=0x6477f0) at seahorse-tool-files.c:895
#6  0x0040e8ef in main (argc=1, argv=0x7fffe458)
at seahorse-tool.c:749
(gdb) 

- ---
Regards

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

Kernel: Linux 2.6.32-rc6-git3-k8-2 (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 seahorse-plugins depends on:
ii  gconf22.28.0-1   GNOME configuration database syste
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.24.2-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.24.2-1   The Bonobo UI library
ii  libc6 2.10.1-5   GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libcryptui0   2.28.1-1   the UI library for DBUS functions 
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.82-2 simple interprocess messaging syst
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libgconf2-4   2.28.0-1   GNOME configuration database syste
ii  libglade2-0   1:2.6.4-1  library to load .glade files at ru
ii  libglib2.0-0  2.22.2-2   The GLib library of C routines
ii  libgnome-keyring0 2.28.1-1   GNOME keyring services library
ii  libgpgme111.2.0-1GPGME - GnuPG Made Easy
ii  libgtk2.0-0   2.18.3-1   The GTK+ graphical user interface 
ii  libgtksourceview2.0-0 2.8.1-1shared libraries for the GTK+ synt
ii  libnautilus-extension12.28.1-1   libraries for nautilus components 
ii  libnotify1 [libnotify1-gtk2.1 0.4.5-1sends desktop notifications to a n
ii  libpanel-applet2-02.28.0-2   library for GNOME Panel applets
ii  libpango1.0-0 1.26.0-1   Layout and rendering of internatio
ii  seahorse  2.28.1-1   GNOME front end for GnuPG

Versions of packages seahorse-plugins recommends:
ii  openssh-client1:5.1p1-8  secure shell client, an rlogin/rsh

seahorse-plugins suggests no packages.

- -- no debconf information

- -- debsums errors found:
debsums: missing file /usr/share/omf/seahorse-applet/seahorse-applet-it.omf 
(from seahorse-plugins package)
debsums: missing file /usr/share/omf/seahorse-applet/seahorse-applet-es.omf 
(from seahorse-plugins package)
debsums: missing file /usr/share/omf/seahorse-applet/seahorse-applet-sv.omf 
(from seahorse-plugins package)
debsums: missing file /usr/share/omf/seahorse-applet/seahorse-applet-vi.omf 
(from seahorse-plugins package)
debsums: missing file /usr/share/omf/seahorse-applet/seahorse-applet-ru.omf 
(from seahorse-plugins package)
debsums: missing file 

Bug#552329: Stacktrace attached

2009-11-08 Thread Michael Holtermann
severity: important

After editing GPS coordinates via correlator, digikam writes the coordinates 
to the files and crashes. Please see the attached stack trace.

Greetings, Michael.
Application: digiKam (digikam), signal: Segmentation fault
[Current thread is 1 (Thread 0x7f1245cbb750 (LWP 6493))]

Thread 21 (Thread 0x7f1233f7d910 (LWP 6494)):
#0  0x7f123d975f99 in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib/libpthread.so.0
#1  0x7f123f662499 in QWaitCondition::wait(QMutex*, unsigned long) () from 
/usr/lib/libQtCore.so.4
#2  0x006c8420 in ?? ()
#3  0x7f123f6614a5 in ?? () from /usr/lib/libQtCore.so.4
#4  0x7f123d97173a in start_thread () from /lib/libpthread.so.0
#5  0x7f123ebc52fd in clone () from /lib/libc.so.6
#6  0x in ?? ()

Thread 20 (Thread 0x7f12307b4910 (LWP 6496)):
#0  0x7f123d973cbe in pthread_mutex_lock () from /lib/libpthread.so.0
#1  0x7f1239148785 in ?? () from /lib/libglib-2.0.so.0
#2  0x7f1239148b3c in g_main_context_iteration () from /lib/libglib-2.0.so.0
#3  0x7f123f76f3b6 in 
QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () 
from /usr/lib/libQtCore.so.4
#4  0x7f123f745562 in 
QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/libQtCore.so.4
#5  0x7f123f745934 in 
QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/libQtCore.so.4
#6  0x7f123f65e5a8 in QThread::exec() () from /usr/lib/libQtCore.so.4
#7  0x7f123f6614a5 in ?? () from /usr/lib/libQtCore.so.4
#8  0x7f123d97173a in start_thread () from /lib/libpthread.so.0
#9  0x7f123ebc52fd in clone () from /lib/libc.so.6
#10 0x in ?? ()

Thread 19 (Thread 0x7f122f6f0910 (LWP 6497)):
#0  0xff600132 in ?? ()
#1  0x7fffe666f6fb in ?? ()
#2  0x7f12386afe6f in clock_gettime () from /lib/librt.so.1
#3  0x7f123f7710fd in ?? () from /usr/lib/libQtCore.so.4
#4  0x7f123f7712e1 in ?? () from /usr/lib/libQtCore.so.4
#5  0x7f123f771485 in ?? () from /usr/lib/libQtCore.so.4
#6  0x7f123f76f56c in ?? () from /usr/lib/libQtCore.so.4
#7  0x7f123f76f615 in ?? () from /usr/lib/libQtCore.so.4
#8  0x7f12391482e9 in g_main_context_prepare () from /lib/libglib-2.0.so.0
#9  0x7f1239148679 in ?? () from /lib/libglib-2.0.so.0
#10 0x7f1239148b3c in g_main_context_iteration () from /lib/libglib-2.0.so.0
#11 0x7f123f76f3b6 in 
QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () 
from /usr/lib/libQtCore.so.4
#12 0x7f123f745562 in 
QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/libQtCore.so.4
#13 0x7f123f745934 in 
QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/libQtCore.so.4
#14 0x7f123f65e5a8 in QThread::exec() () from /usr/lib/libQtCore.so.4
#15 0x7f123f6614a5 in ?? () from /usr/lib/libQtCore.so.4
#16 0x7f123d97173a in start_thread () from /lib/libpthread.so.0
#17 0x7f123ebc52fd in clone () from /lib/libc.so.6
#18 0x in ?? ()

Thread 18 (Thread 0x7f122ee6f910 (LWP 6498)):
#0  0x7f123d975f99 in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib/libpthread.so.0
#1  0x7f123f662499 in QWaitCondition::wait(QMutex*, unsigned long) () from 
/usr/lib/libQtCore.so.4
#2  0x7f124305192c in Digikam::LoadSaveThread::run() () from 
/usr/lib/libdigikamcore.so.1
#3  0x7f123f6614a5 in ?? () from /usr/lib/libQtCore.so.4
#4  0x7f123d97173a in start_thread () from /lib/libpthread.so.0
#5  0x7f123ebc52fd in clone () from /lib/libc.so.6
#6  0x in ?? ()

Thread 17 (Thread 0x7f122e66e910 (LWP 6499)):
#0  0xff600132 in ?? ()
#1  0x7fffe666f6fb in ?? ()
#2  0x7f12386afe6f in clock_gettime () from /lib/librt.so.1
#3  0x7f123f7710fd in ?? () from /usr/lib/libQtCore.so.4
#4  0x7f123f7712e1 in ?? () from /usr/lib/libQtCore.so.4
#5  0x7f123f771485 in ?? () from /usr/lib/libQtCore.so.4
#6  0x7f123f76f56c in ?? () from /usr/lib/libQtCore.so.4
#7  0x7f123f76f615 in ?? () from /usr/lib/libQtCore.so.4
#8  0x7f12391482e9 in g_main_context_prepare () from /lib/libglib-2.0.so.0
#9  0x7f1239148679 in ?? () from /lib/libglib-2.0.so.0
#10 0x7f1239148b3c in g_main_context_iteration () from /lib/libglib-2.0.so.0
#11 0x7f123f76f3b6 in 
QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () 
from /usr/lib/libQtCore.so.4
#12 0x7f123f745562 in 
QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/libQtCore.so.4
#13 0x7f123f745934 in 
QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/libQtCore.so.4
#14 0x7f123f65e5a8 in QThread::exec() () from /usr/lib/libQtCore.so.4
#15 0x7f123f6614a5 in ?? () from /usr/lib/libQtCore.so.4
#16 0x7f123d97173a in start_thread () from /lib/libpthread.so.0
#17 0x7f123ebc52fd in clone () from /lib/libc.so.6
#18 0x in ?? ()

Thread 16 (Thread 

Bug#553131: eclipse: FTBFS - native libraries are not built from source.

2009-11-08 Thread Niels Thykier

forcemerge 553131 553133
retitle 553131 eclipse: FTBFS - native libraries are not built from source.
tags 553131 = confirmed
reassign 553131 src:eclipse
thanks

Hi

It turns out (by looking at the build logs) that this is caused by the
3.4.1 build passing a misspelled path to dpkg-shlibdeps. I have tried to
rebuild eclipse 3.4.1 with the correct path but it breaks the x86 build
because (as the title suggests) these files are apparently not built from
source. The libraries appears to have been build on a amd64 and (based on 
the feed back of users) eclipse have no issue with this.


I have not been able to figure out why it fails to rebuilt them in 3.4.1;
nevertheless I am more focused on bringing 3.5.1 into Debian which (unlike
a fix of 3.4.1) will close all of the currently filed RC bugs[1].

I could upload an eclipse 3.5.1 now to the archive but it would suffer
from a FTBFS/uses convenience sources, which is why I have not done it.


To anyone considering to NMU this package - be my guest, but your time is
probably better spent on other packages or helping us getting 3.5.1 done.
The upstream build system is not exactly easy to understand nor work
with. Furthermore, as I recall eclipse 3.4.1 does not support xulrunner
1.9.1 so you would have to disable that as well. This is (one of the)
reason(s) to #507536 (and its 5-6 duplicates).

If you feel that this package is too RC buggy to be in unstable feel free 
to request an RM from unstable - I would prefer you did not[2], but on the 
other hand having 5 unique RC bugs is pushing it and therefore I cannot 
really object to a RM request.


~Niels

[1] That being (besides this/these):
#507536 - eclipse: fails to start due to xulrunner - workaround; disable 
welcome screen.
#521312 - eclipse: Eclipse fails to start on SPARC64
#552480 - eclipse: GTK dialog stopped working
#554584 - eclipse_3.4.1-1(ia64/unstable): FTBFS: timeout during build

The four above plus this/these are already fixed in our VCS:
http://git.debian.org/?p=pkg-java/eclipse.git

[2] There are some bugs non-RC bugs on the BTS that will not be fixed in 
the next upload and I would prefer not to have to reopen those and 
explain what happens to the submitters.




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



Bug#555087: [courier-mta] courier-mta does not install on clean squeeze system

2009-11-08 Thread Heiner Markert
Package: courier-mta
Version: 0.59.0-3
Severity: serious

--- Please enter the report below this line. ---
When performing
apt-get install courier-mta
on an otherwise clean squeeze system, dpkg fails with an post-install script 
error in package courier-mta.
Installing the lenny package and dist-upgrading to squeeze is however working.
The error occurs with either bash or dash as /bin/sh. My system is using 
legacy init scripts.
Please note that the squeeze system is running inside a vserver-environment on 
a lenny i386 machine.



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



Bug#513790: libgl1-mesa-dri: SAVAGE(0): [drm] drmSetBusid failed (7, pci:0000:01:00.0), Permission denied

2009-11-08 Thread oopla-pzp
On Fri, Nov 06, 2009 at 06:45:20PM +0100, Julien Cristau wrote:
 
 What's the status of this in lenny?  I'm afraid there's not much

sorry, I don't have access to that hw anymore so I'm unable to do further 
tests.

 should be either reported there or marked wontfix.

not sure, I don't have enough knowledge / data to state it deserves a 
wontfix. I'd leave it open till either lenny drops to oldstable or etch 
becomes unsupported.


thx
-- 
paolo



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



Bug#555088: spidermonkey-bin: erroniously signals illegal character in interactive mode

2009-11-08 Thread Bernhard Schulte
Package: spidermonkey-bin
Version: 1.9.0.15-0lenny1
Severity: important

Consider this example input in interactive mode:

var text = some text;
print(text);
will generate an illegal character error beginning with line 2.
After that any line you enter generates the same error.

Running an equivalent script from file with the -f switch will not generate an
error.

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

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

Versions of packages spidermonkey-bin depends on:
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libmozjs1d  1.9.0.15-0lenny1 The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d 4.7.1-4  NetScape Portable Runtime Library
ii  libreadline55.2-3.1  GNU readline and history libraries

spidermonkey-bin recommends no packages.

spidermonkey-bin 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#552430: Mail folder checking is inconsistent

2009-11-08 Thread David Headland
Hi Vincent,

 There   is   some   improvement   in   Roundcube   0.3.1   about   cache
 management. Could you  check that it solves your  problem? Please notice
 that upstream  disable cache by default  from this release,  so it could
 fix your  problem without really fixing  it. Try with  cache enabled and
 disabled.

I'll be happy to have a go. I've upgraded the installation on Crush, and I'll
take each point in turn, trying each one with the cache enabled and disabled:

 I've just started using RoundCube as a webmail client for my IMAP mail. My 
 account is set up to check all folders for new mail (under Personal 
 Settings- Preferences-Mailbox view), which works perfectly for both manual 
 mail checks and automatic periodic checks. However, it doesn't appear to 
 check all folders on initial login - you'd have to either wait for the next 
 periodic check or force a manual check for this to happen.

Cache enabled: This problem still exists in 0.3.1.
Cache disabled: This problem no longer exists. It looks like this is a cache
related problem.

 Also, it seems that checking for mail by any method will only provide 
 information on folders that have additional new messages. For example, take 
 the following scenario:

[Description cut]

Cache enabled: This problem no longer exists.
Cache disabled: Again, this problem no longer exists.

In summary, this report appears to have identified two distinct bugs. The
latter one has been fixed in the new version (message that were marked as
unread weren't being marked as read when you log back in), but the former
still exists with the cache enabled (new message in non-Inbox folders don't
get seen on initial login if the cache is enabled, you still have to manually
check for new messages or wait for the automatic check timeout to occur).

Let me know if you'd like me to try anything else or provide any further
information and I'll get right to it.

All the best,
-Dave.




signature.asc
Description: OpenPGP digital signature


Bug#555053: [Pkg-alsa-devel] Bug#555053: alsa-base: It was working in stable, not in testing. No sound

2009-11-08 Thread Elimar Riesebieter
* yellow [091108 11:33 +0100]
 Package: alsa-base Version: 1.0.21+dfsg-2 Severity: normal
 
 Hello,
 
i
 I have no sound since I upgraded to Testing. Please could you
 release a fix.
 
 I noticed that when I remove my usb microphone at start I get back
 sound, until I reboot.  Please fix it, it is of no use otherwise
 using Linux, if you could. Please.

Maybe you can fix it by your self ;) As root create
/etc/modprobe.d/sound.conf with the following contents:

## ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-hda-intel
alias snd-card-1 snd-usb-audio

## module options should go here
options snd-hda-intel index=0 model=ref
options snd-usb-audio index=1

and run 'alsa force-reload' or reboot.

Elimar

-- 
.~.
/V\   L   I   N   U   X
   /( )\ Phear the Penguin
   ^^-^^



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



Bug#544910: adoption

2009-11-08 Thread Gonéri Le Bouder
On Mon, Sep 14, 2009 at 11:54:03PM -0400, Michael S Gilbert wrote:
 hi,
 
 i would be willing to adopt mathwar and amphetamine.  i'm not a dd, but
 do have some packaging experience.  i would need a mentor to do uploads
 for me.

Great, I suggest you to join the Debian Games Team to maintain the package
and close the bugs.

Cheers,

Gonéri


signature.asc
Description: Digital signature


Bug#552480: eclipse: GTK dialog stopped working

2009-11-08 Thread Niels Thykier

tags 552480 = confirmed
thanks

Hi

Thanks for testing it - this is a known problem then and we have partly 
fixed it in our VCS[1] and it will be fixed by upstream in eclipse 3.6 
(and possibly also 3.5.2).


~Niels

[1] Partly fixed as in our VCS version suffers from fewer of these 
problems than the upstream version; however we will be using the env 
variable as a workaround until it is fixed upstream (or we get them all 
back-ported).




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



Bug#519061: xscreensaver cannot be unlocked in KDE

2009-11-08 Thread Yitzchak Gale
Does this happen only during a KDE session?
If so, this might a symptom of #550042.
The xscreensaver daemon should not run at
the same time as KDE's own screen saver service.

Try this: as root, remove each of the following two
files if it exists:

/etc/X11/Xsession.d/80xscreensaver_start
/etc/xdg/autostart/xscreensaver-daemon.desktop

Note that now the xscreensaver daemon will not run
automatically for any X session, even non-KDE sessions,
unless you configure it manually.

Regards,
Yitz



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



Bug#550042: xscreensaver still starts automatically in KDE sessions

2009-11-08 Thread Yitzchak Gale
reopen 550042 =
severity 550042 important
thanks

In the proposed fix for this bug, the Xsession.d item
was replaced by an xdg autostart item. So xscreensaver
still starts automatically for every desktop session.

In a KDE session, this causes a conflict between
xscreensaver and KDE's own screen saver service.
The xscreensaver daemon should not be launched
during a KDE session.

On my system, if a KDE session is left untouched for
a while, the session locks in a way that makes it
impossible to unlock: any keyboard or mouse activity
brings up the xscreensaver unlock dialogue, and even
the correct password is rejected. Unless it is possible
to log in remotely and take some action as root, the
system has become completely unusable. Therefore,
I have upgraded the severity to important, though
perhaps it ought to be grave.

In my opinion, this package should not cause any
automatic startup at all of the xscreensaver
daemon. It is the responsibility of each desktop
environment and window manager to decide
what automatic screen saver services, if any,
to provide by default.

Thanks,
Yitz



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



Bug#555089: python-gamera: cannot unpickle CallbackSet

2009-11-08 Thread Jakub Wilk

Package: python-gamera
Version: 3.2.3-1
Severity: minor

gamera.util.CallbackSet objects are meant to be picklable/unpicklable
(__setstate__ method is implemented), but in fact they are not:


from gamera.util import CallbackSet
from pickle import loads, dumps
s = CallbackSet()
loads(dumps(s))

Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/python2.5/pickle.py, line 1374, in loads
return Unpickler(file).load()
  File /usr/lib/python2.5/pickle.py, line 858, in load
dispatch[key](self)
  File /usr/lib/python2.5/pickle.py, line 1217, in load_build
setstate(state)
  File /usr/lib/pymodules/python2.5/gamera/util.py, line 567, in __setstate__
self.trigger_callback('remove', self)
  File /usr/lib/pymodules/python2.5/gamera/util.py, line 389, in 
trigger_callback
category = self._callbacks.get(alert, [])
AttributeError: 'CallbackSet' object has no attribute '_callbacks'


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

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

Versions of packages python-gamera depends on:
ii  libc6 2.10.1-5   GNU C Library: Shared libraries
ii  libga22.4.7-3C++ Library of Genetic Algorithm C
ii  libgcc1   1:4.4.2-2  GCC support library
ii  libpng12-01.2.40-1   PNG library - runtime
ii  libstdc++64.4.2-2The GNU Standard C++ Library v3
ii  libtiff4  3.9.1-1Tag Image File Format (TIFF) libra
ii  python2.5.4-2An interactive high-level object-o
ii  python-support1.0.4  automated rebuilding support for P

Versions of packages python-gamera recommends:
ii  python-imaging  1.1.6-3.1Python Imaging Library
ii  python-numpy1:1.3.0-3Numerical Python adds a fast array
ii  python-wxgtk2.8 2.8.7.1-2+b1 wxWidgets Cross-platform C++ GUI t

Versions of packages python-gamera suggests:
pn  gamera-docnone (no description available)

-- no debconf information

--
Jakub Wilk



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



Bug#554850: closed by Johann Felix Soden joh...@gmx.de (Re: Bug#554850: pdftk messes up non-ascii characters in output filenames)

2009-11-08 Thread Helge Hafting

Debian Bug Tracking System wrote:


Package: pdftk
Version: 1.41+dfsg-1

Hi Helge,

Thanks for your report.
The non-ascii filename problem should be already solved.
Please update to version 1.41+dfsg-1 or higher.
  


I can confirm that the problem is solved in version 1.41+dfsg-2.
Thanks!

Helge Hafting



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



Bug#554689: /usr/bin/dpkg-source: is slow

2009-11-08 Thread Raphael Hertzog
On Sat, 07 Nov 2009, Mike Hommey wrote:
 We can go even further, with another optimization.
 
 As appeared in the profiles, abs2rel and canonpath take a lot of time.
 It look like abs2rel is bloated for what it is used for.

I applied the patch as well. Thanks!

Cheers,
-- 
Raphaël Hertzog



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



Bug#506011: ITP: python-iniparse

2009-11-08 Thread GPLHost (thomas)
Please DO take over the package and QUICKLY, the 7 days have passed
already since quite a long time.

I'm trying to maintain YUM in Debian, which also needs python-iniparse,
and it's been a real pain to have to wait for a FULL YEAR to have
absolutely NOTHING coming out. Now, Squeeze is soon in frozen state, and
we can't wait much more until it becomes a real issue.

We also have a package (now, 1 year old) in our repository if you need
(ftp.gplhost.com), that I believe comes from the original ITP opener.

Thomas



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



Bug#555091: ITP: haskell-bytestring-nums -- Parse numeric literals from ByteStrings

2009-11-08 Thread Marco Túlio Gontijo e Silva
Package: wnpp
Severity: wishlist
Owner: Marco Túlio Gontijo e Silva mar...@riseup.net

* Package name: haskell-bytestring-nums
  Version : 0.3.1
  Upstream Author : Jason Dusek jason.du...@gmail.com
* URL : http://github.com/jsnx/bytestring-nums
* License : BSD
  Programming Lang: Haskell
  Description : Parse numeric literals from ByteStrings
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.
 .
 This package provides a parser for numeric literals from ByteStrings.



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



Bug#555090: mc: cannot select the text in view F3, or paste with the middle mouse click in edition F4, under xterm

2009-11-08 Thread yellowprotoss
Package: mc
Version: 2:4.7.0-pre1-3
Severity: normal

mc -e is very cool for edition and coding 

but one cannot do much with it, since it is not possibel to copy paste from 
another xterm with the middle mouse under X

Could you please fix it, in order to have something stable for the next release 
of debian stable.

Thanks a lot
Mc is cool. 
I had few other ideas. Like bookmarks could be good too.

Greetings
Best regards, thanks , and success
Y.


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

Kernel: Linux 2.6.30-2-686 (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/bash

Versions of packages mc depends on:
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libglib2.0-0  2.22.2-2   The GLib library of C routines
ii  libgpm2   1.20.4-3.2 General Purpose Mouse - shared lib
ii  libslang2 2.2.1-1The S-Lang programming library - r

Versions of packages mc recommends:
ii  imagemagick  7:6.5.5.3-1 image manipulation programs

Versions of packages mc suggests:
pn  arj   none (no description available)
ii  bzip2 1.0.5-3high-quality block-sorting file co
pn  dbviewnone (no description available)
ii  file  5.03-2 Determines file type using magic
pn  links | w3m | lynxnone (no description available)
ii  mime-support  3.46-1 MIME files 'mime.types'  'mailcap
pn  odt2txt   none (no description available)
ii  perl  5.10.1-5   Larry Wall's Practical Extraction 
ii  unzip 6.0-1  De-archiver for .zip files
pn  xpdf  none (no description available)
pn  zip   none (no description available)

-- no debconf information



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



Bug#555050: hal: Remapping Fn+F5 to anything else than KEY_WLAN does not work

2009-11-08 Thread Michael Biebl
Michael Biebl wrote:
 Bjørn Mork wrote:
 Package: hal
 Version: 0.5.13-4
 Severity: normal

 I am remapping Fn+F5 on my Thinkpad to '0x04:bluetooth' to have it toggle
 
 This stopped working after upgrading to hal 0.5.13-4.  No matter what I set 
 the 
 keymap to, Fn+F5 will always generate KEY_WLAN:
 
 Have you read the debian changelog?

See also /usr/share/doc/udev/README.keymap.txt

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



signature.asc
Description: OpenPGP digital signature


Bug#555050: hal: Remapping Fn+F5 to anything else than KEY_WLAN does not work

2009-11-08 Thread Michael Biebl
Bjørn Mork wrote:
 Package: hal
 Version: 0.5.13-4
 Severity: normal
 
 I am remapping Fn+F5 on my Thinkpad to '0x04:bluetooth' to have it toggle

 This stopped working after upgrading to hal 0.5.13-4.  No matter what I set 
 the 
 keymap to, Fn+F5 will always generate KEY_WLAN:

Have you read the debian changelog?

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



signature.asc
Description: OpenPGP digital signature


Bug#552727: wireshark 1.2.2-2 cannot enter testing because a bug already closed in 1.2.2-1

2009-11-08 Thread Bálint Réczey
2009/11/1 Luk Claes l...@debian.org:
 Bálint Réczey wrote:
 2009/10/30 Luk Claes l...@debian.org:
 Bálint Réczey wrote:

 It seems, that the automatic migration to testing cannot take place
 for wireshark 1.2.2-2 because #547704 [1] is falsely identified a new
 bug [2].

 Package fails to build on alpha [3], BTW.
 This was a bug in the BTS handling of release arches to create the lists
 of RC bugs for britney which has been solved in the mean time. So
 closing this bug.

 Cheers

 Luk


 Can I expect it to go in soon?
 It still could not enter testing.

 Which is because there is a new RC bug because of a security issue.

 Cheers

 Luk


Hi,
I've fixed the new bug, and
http://release.debian.org/migration/testing.pl?package=wireshark
shows correctly that migration is blocked by build failures, but
http://qa.debian.org/excuses.php?package=wireshark  still lists
#547704 as a blocker bug, incorrectly.
I guess this bug should be reopened and moved to qa.debian.org. Or
should I open a different bug?

Cheers,
Balint



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



Bug#555092: specto doest not refresh and sound not working

2009-11-08 Thread yellowprotoss
Package: specto
Version: 0.2.2-3.1
Severity: normal

Hello

seems like the software has still some little fixing, but I would like to 
mention:
this software is really great to be coded, shared under linux, and made 
available to everybody.

Unfortunately I cannot help much in sence that I do not known to code in C. 

So, I choose alert.wav, and sound is not working. Here are my installed 
packages.
http://pastebin.com/m78f8c406

I would recommend you to play the sound with aplay 
and, second, to make a try button/test button so that we know what is missing.


Also into preferences, it is not displayed when it does teh refresh, i.e. how 
often
every 4 minutes, 2 minutes, 10sec, automatically or manually. 
Please add this to the project into preferences. that would be really 
important. 

And finally, could we have a backend? gnome is good, but usually linux works 
under
backend for server, headless / monitor-less.

I would be pleased if I could configure the beast under X from a machine, and 
start the daemon on my server so that
I can hear the sound all the time. 

Thanks a lot
Merci beaucoup. we can talk in french, too. 

Greetings
Best regards and thanks 
Y.




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

Kernel: Linux 2.6.30-2-686 (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/bash

Versions of packages specto depends on:
ii  gconf22.28.0-1   GNOME configuration database syste
ii  gnome-icon-theme  2.28.0-1   GNOME Desktop icon theme
ii  librsvg2-common   2.26.0-1   SAX-based renderer library for SVG
ii  python2.5.4-2An interactive high-level object-o
ii  python-central0.6.11 register and build utility for Pyt
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  python-glade2 2.16.0-1   GTK+ bindings: Glade support
ii  python-gnome2 2.28.0-1   Python bindings for the GNOME desk
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge
ii  python-notify 0.1.1-2+b1 Python bindings for libnotify
ii  zenity2.28.0-1   Display graphical dialog boxes fro

specto recommends no packages.

specto 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#555093: Missing kernel-img.conf makes a debian kernel not installable

2009-11-08 Thread Sebastian Andrzej Siewior
Package: linux-2.6
Version: 2.6.31-1
Severity: normal
Tags: patch

There is no /etc/kernel-img.con on a fresh debootstrap sid. Installing a
kernel leads to:

|mikejones:/var/lib# dpkg --configure -a
|Setting up linux-image-2.6.31-1-amd64 (2.6.31-1) ...
|Running depmod.
|Running update-initramfs.
|update-initramfs: Generating /boot/initrd.img-2.6.31-1-amd64
|Error retreiving answer for 
linux-image-2.6.31-1-amd64/postinst/create-kimage-link-2.6.31-1-amd64:
| linux-image-2.6.31-1-amd64/postinst/create-kimage-link-2.6.31-1-amd64 doesn't 
exist at
| /var/lib/dpkg/info/linux-image-2.6.31-1-amd64.postinst line 522, STDIN line 
3.
|dpkg: error processing linux-image-2.6.31-1-amd64 (--configure):
| subprocess installed post-installation script returned error exit status 9

As far as I understand debconf, there must be a template and input() for
${package_name}/postinst/create-kimage-link-$version in order to get a
value saved. Since I did not find it I guess that this can't work.

If the bootloader is palo than the answer is ignored anyway so the
question is not required there.

kernel-img.conf(5) says that do_symlinks defaults to yes.

This could also fix piuparts [0].

[0] http://piuparts.debian.org/sid/fail/linux-image-2.6.31-1-amd64_2.6.31-1.log

Signed-off-by: Sebastian Andrzej Siewior sebast...@breakpoint.cc
---
 debian/templates/temp.image.plain/postinst |   13 +
 1 files changed, 1 insertions(+), 12 deletions(-)

diff --git a/debian/templates/temp.image.plain/postinst 
b/debian/templates/temp.image.plain/postinst
index 5e827de..d4063ef 100644
--- a/debian/templates/temp.image.plain/postinst
+++ b/debian/templates/temp.image.plain/postinst
@@ -514,28 +514,17 @@ sub handle_missing_link {
   else {
 if (! $have_conffile) {
   my $ret;
-  my $answer='';
   $do_symlink = Yes;
-  my $question = ${package_name}/postinst/create-kimage-link-$version;
 
-  ($ret,$answer) = get($question);
-  die Error retreiving answer for $question: $answer if $ret;
-
-  $answer =~ s/^\s+//;
-  $answer =~ s/\s+$//;
-  $do_symlink = No if $answer =~ /^(f|n)/i;
-
   if (open(CONF, $CONF_LOC)) {
 print CONF # Kernel Image management overrides\n;
 print CONF # See kernel-img.conf(5) for details\n;
 if ($loader =~ /palo/i) {
   print CONF link_in_boot = Yes\n;
-  print CONF do_symlinks = Yes\n;
   print CONF relative_links = Yes\n;
   print CONF do_bootloader = No\n;
-} else {
-  print CONF do_symlinks = $do_symlink\n;
 }
+print CONF do_symlinks = $do_symlink\n;
 close CONF;
   }
   $have_conffile = Yes;
-- 
1.6.5.2




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



Bug#555094: tsocks: does not work for 32bit programs running on amd64 arch

2009-11-08 Thread Patrick Cernko
Package: tsocks
Version: 1.8beta5-9.1
Severity: important

tsocks only intercepts network connections for 64bit programs on amd64
architecture. When running a 32bit program (in my case the citrix
terminal server connector, which is not available as a 64bit binary)
it fails as LD_PRELOAD only contains a 64bit library which is ignored
by the 32bit linker.

A possible workaround might be to provide both the 64bit and 32bit
version of the library. However I did not manage to do that. Instead I
now use a tsocks32 script to only set the 32bit library in LD_PRELOAD.

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

Kernel: Linux 2.6.30.6.1.amd64-smp (SMP w/2 CPU cores)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages tsocks depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libc6-i3862.7-18 GNU C Library: 32bit shared librar

tsocks recommends no packages.

tsocks suggests no packages.

-- debconf-show failed



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



Bug#555095: ahven: Please migrate to gnat-4.4

2009-11-08 Thread Ludovic Brenta
Package: ahven
Severity: wishlist
Version: 1.6-2

I am hereby declaring gnat-4.4 to be stable enough for the next
release of Debian.

Please upgrade this package to gnat-4.4; this requires changing the
name of the -dev package name and going though the new queue.  For
details, please see
http://people.debian.org/~lbrenta/debian-ada-policy.html.



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



Bug#555096: ahven: Please migrate to gnat-4.4

2009-11-08 Thread Ludovic Brenta
Package: apq
Severity: wishlist
Version: 3.0~b1-3

I am hereby declaring gnat-4.4 to be stable enough for the next
release of Debian.

Please upgrade this package to gnat-4.4; this requires changing the
name of the -dev package name and going though the new queue.  For
details, please see
http://people.debian.org/~lbrenta/debian-ada-policy.html.



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



Bug#555101: id3v1 tags should be zero padded instead of space padded

2009-11-08 Thread Axel SmITH
Package: libid3tag
Version: 0.15.1b-10

As stated by http://id3lib.sourceforge.net/id3/id3v1.html ID3V1 tags
should be zero-padded while libid3tag use space-padded fields.

Here attached a patch to fix this.

Regards
Sm17H


10_id3v1_zeropadding.dpatch
Description: Binary data


Bug#555099: eikazo: does not start scan when ADF Duplex or ADF Back for Scan Snap s510 is selected as source

2009-11-08 Thread Sascha Herrmann
Package: eikazo
Version: 0.5.2-4
Severity: important

eikazo does not start the scan when ADF Duplex (doubled side scanning) or
ADF Back is selected as scan source with a Fujitsu ScanSnap s510.
After clicking the scan button the job window just shows the status 
waiting for scan. When leaving the source on the default value ADF Front
scanning starts without problems but runs into some problems when document
feeder runs empty. See next bug report for this problem.

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

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

Versions of packages eikazo depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  python2.5.4-2An interactive high-level object-o
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge
ii  python-gtkhtml2   2.25.3-1   Python bindings for the GtkHTML 2 
ii  python-imaging-sane   1.1.6-3.1  Python Imaging Library - SANE inte
ii  python-support1.0.3  automated rebuilding support for P

eikazo recommends no packages.

Versions of packages eikazo suggests:
pn  python-mysqldbnone (no description available)
pn  python-pygresql   none (no description available)

-- no debconf information



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



Bug#555100: pcscada: Please migrate to gnat-4.4

2009-11-08 Thread Ludovic Brenta
Package: pcscada
Severity: wishlist
Version: 0.5-4

I am hereby declaring gnat-4.4 to be stable enough for the next
release of Debian.

Please upgrade this package to gnat-4.4; this requires changing the
name of the -dev package name and going though the new queue.  For
details, please see
http://people.debian.org/~lbrenta/debian-ada-policy.html.



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



Bug#555098: libalog: Please migrate to gnat-4.4

2009-11-08 Thread Ludovic Brenta
Package: libalog
Severity: wishlist
Version: 0.1-4

I am hereby declaring gnat-4.4 to be stable enough for the next
release of Debian.

Please upgrade this package to gnat-4.4; this requires changing the
name of the -dev package name and going though the new queue.  For
details, please see
http://people.debian.org/~lbrenta/debian-ada-policy.html.



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



Bug#555097: apq-postgresql: Please migrate to gnat-4.4

2009-11-08 Thread Ludovic Brenta
Package: apq-postgresql
Severity: wishlist
Version: 3.0~b1-1

I am hereby declaring gnat-4.4 to be stable enough for the next
release of Debian.

Please upgrade this package to gnat-4.4; this requires changing the
name of the -dev package name and going though the new queue.  For
details, please see
http://people.debian.org/~lbrenta/debian-ada-policy.html.



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



Bug#555102: firmware-ralink not working with 3Com 3CRPCIN175 (RT-2600)

2009-11-08 Thread Stefan Hett

Package: firmware-ralink
Version: 0.14+lenny2

I've got an 3Com 3CRPCIN175 installed but when calling iwconfig no 
device is listed.

The following dmesg is logged:

[   14.875549] ACPI: PCI Interrupt :02:0c.0[A] - GSI 20 (level, 
low) - IRQ 20
[   14.882920] phy0 - rt61pci_init_eeprom: Error - Invalid RF chipset 
detected.
[   14.882966] phy0 - rt2x00lib_probe_dev: Error - Failed to allocate 
device.

[   14.883024] ACPI: PCI interrupt for device :02:0c.0 disabled

lspci reports:
02:0c.0 Unclassified device [0080]: RaLink RT2600 802.11 MIMO

hence I suspect that the firmware-ralink should be the correct driver 
for this device and it ought to work with the 3Com card.


I've also tested the latest testing build of firmware-ralink (version 
0.18) which reports the same dmesg.


kernel: debian-server 2.6.26-2-686
(also tested with latest testing kernel: 2.6.30-2-686)



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



Bug#554984: FTBFS with binutils-gold

2009-11-08 Thread Wen-Yen Chuang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thank you for the bug report.

I have forwarded this problem to upstream author.

I will fix it in next upload. :-)

Kind regards
 Wen-Yen Chuang (caleb)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkr2xt4ACgkQdEpXpumNYVk5MgCfS+foAPsmBU+fH3JsiCmQw2yW
W7QAn0fUSwfMAOxFIkL32moNwxvphNPD
=y/+S
-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#555103: kipi-plugins: Icedove isn't registered in email sending interface

2009-11-08 Thread Michel Grentzinger
Package: kipi-plugins
Version: 0.7.0-1
Severity: normal

I use digikam with both KDE and Gnone and with Kmail or Icedove. When I want to 
send image with digikam with icedove, it fails because cedove isn't registered 
as an email program like Kmail and others. I've tried with thunderbird without 
success.

Is it possible to add icedove with the correct options ?

Thanks,


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (190, 'testing'), (99, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kipi-plugins depends on:
ii  kdebase-runtime4:4.3.1-1 runtime components from the offici
ii  kdelibs5   4:4.3.2-2 core libraries for all KDE 4 appli
ii  kdepimlibs54:4.3.2-1 core libraries for KDE PIM 4 appli
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libcv1 1.0.0-6.2 computer vision library
ii  libcvaux1  1.0.0-6.2 computer vision extension library
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libgcc11:4.4.1-4 GCC support library
ii  libgl1-mesa-glx [libgl 7.6-1 A free implementation of the OpenG
ii  libglib2.0-0   2.22.2-2  The GLib library of C routines
ii  libglu1-mesa [libglu1] 7.6-1 The OpenGL utility library (GLU)
ii  libgpod4   0.7.2-1.1 library to read and write songs an
ii  libgtk2.0-02.18.3-1  The GTK+ graphical user interface 
ii  libhighgui11.0.0-6.2 computer vision GUI library
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-15 The Independent JPEG Group's JPEG 
ii  libkdcraw7 4:4.3.1-1 RAW picture decoding C++ library (
ii  libkexiv2-74:4.3.1-1 Qt like interface for the libexiv2
ii  libkipi6   4:4.3.1-1 library for apps that want to use 
ii  libksane0  4:4.3.1-1 scanner library for KDE 4 (runtime
ii  libphonon4 4:4.5.3-4 Qt 4 Phonon module
ii  libpng12-0 1.2.40-1  PNG library - runtime
ii  libqt4-dbus4:4.5.3-4 Qt 4 D-Bus module
ii  libqt4-network 4:4.5.3-4 Qt 4 network module
ii  libqt4-opengl  4:4.5.3-4 Qt 4 OpenGL module
ii  libqt4-qt3support  4:4.5.3-4 Qt 3 compatibility library for Qt 
ii  libqt4-svg 4:4.5.3-4 Qt 4 SVG module
ii  libqt4-xml 4:4.5.3-4 Qt 4 XML module
ii  libqtcore4 4:4.5.3-4 Qt 4 core module
ii  libqtgui4  4:4.5.3-4 Qt 4 GUI module
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libstdc++6 4.4.1-4   The GNU Standard C++ Library v3
ii  libtiff4   3.9.1-1   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  libxau61:1.0.5-1 X11 authorisation library
ii  libxdmcp6  1:1.0.2-3 X11 Display Manager Control Protoc
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.13-3  FreeType-based font drawing librar
ii  libxml22.7.6.dfsg-1  GNOME XML library
ii  libxrandr2 2:1.3.0-2 X11 RandR extension library
ii  libxslt1.1 1.1.26-1  XSLT processing library - runtime 
ii  phonon 4:4.5.3-4 Qt 4 Phonon module metapackage
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages kipi-plugins recommends:
ii  imagemagick  7:6.5.5.3-1 image manipulation programs
ii  konqueror4:4.3.1-1   KDE 4's advanced file manager, web

Versions of packages kipi-plugins suggests:
pn  gallery   none (no description available)
ii  gimp  2.6.7-1The GNU Image Manipulation Program
ii  kmail 4:4.3.1-2  KDE Email client
ii  vorbis-tools  1.2.0-6several Ogg Vorbis tools

-- 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#550042: xscreensaver still starts automatically in KDE sessions

2009-11-08 Thread Jose Luis Rivas
On Sun, Nov 8, 2009 at 7:59 AM, Yitzchak Gale g...@sefer.org wrote:
 reopen 550042 =
 severity 550042 important
 thanks

 In the proposed fix for this bug, the Xsession.d item
 was replaced by an xdg autostart item. So xscreensaver
 still starts automatically for every desktop session.

 In a KDE session, this causes a conflict between
 xscreensaver and KDE's own screen saver service.
 The xscreensaver daemon should not be launched
 during a KDE session.

With XscreenSaver 5.10-3 we shipped xdg and the Xsession.d file wasn't
removed, please remove the Xsession.d and test. This bug (shipping
both files) is going to be fixed on next upload.

 On my system, if a KDE session is left untouched for
 a while, the session locks in a way that makes it
 impossible to unlock: any keyboard or mouse activity
 brings up the xscreensaver unlock dialogue, and even
 the correct password is rejected. Unless it is possible
 to log in remotely and take some action as root, the
 system has become completely unusable. Therefore,
 I have upgraded the severity to important, though
 perhaps it ought to be grave.

 In my opinion, this package should not cause any
 automatic startup at all of the xscreensaver
 daemon. It is the responsibility of each desktop
 environment and window manager to decide
 what automatic screen saver services, if any,
 to provide by default.

So KDE will provide it only for kscreensaver and GNOME only
gnome-screensaver. If someone is new and doesn't know how to set it up
automatic startup for xscreensaver it can't do it. Right? Sorry but I
don't think so. With the xdg.desktop it's suppossed you can deactivate
it on your window manager - startup manager.

Regards.
-- 
Jose Luis Rivas. San Cristóbal, Venezuela.
GPG 0xCACAB118 0x7C4DF50D
http://joseluisrivas.net/acerca - http://ghostbar.ath.cx/about



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



Bug#555104: eikazo: does abort with error message when document feader runs empty

2009-11-08 Thread Sascha Herrmann
Package: eikazo
Version: 0.5.2-4
Severity: important

When using eikazo with the document feeder of the Fujitsu ScanSnap s510
scanner eikazo stops scanning with the message error: _sane.error, Document
feeder out of documents when the document feeder runs out of paper (what
most times means that all documents one wanted to scan are scanned). After
this when trying to start a new scan job eikazi refuses this with the
message cannot start a new scan. 1 pending scan job(s).

If you point me to any further details you need I would be happy to provide
them.

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

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

Versions of packages eikazo depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  python2.5.4-2An interactive high-level object-o
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge
ii  python-gtkhtml2   2.25.3-1   Python bindings for the GtkHTML 2 
ii  python-imaging-sane   1.1.6-3.1  Python Imaging Library - SANE inte
ii  python-support1.0.3  automated rebuilding support for P

eikazo recommends no packages.

Versions of packages eikazo suggests:
pn  python-mysqldbnone (no description available)
pn  python-pygresql   none (no description available)

-- no debconf information



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



Bug#555105: libc6: segfault when ctrl-alt-F1 and attempt to login

2009-11-08 Thread clayton
Package: libc6
Version: 2.10.1-5
Severity: important


When I pull up a terminal screen with Ctrl-Alt-Fx and attempt to login 
(root or regular user) I get the following:

login: segfault at bc43c704 ip b7f4c2da sp bfbeb1dc error 4 in 
libc-2.10.1.so[b7ed9000+141000]

and login fails and I am returned to the login prompt. Ie. Ctrl-Alt-Fx 
totally broken.

I have an encrypted home directory which is automatically opened by 
libpam-mount which might have something to do with it (has been known to 
cause secondary login issues).

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

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

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

Versions of packages libc6 recommends:
ii  libc6-i6862.10.1-5   GNU C Library: Shared libraries [i

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

-- debconf information:
* glibc/upgrade: true
* glibc/disable-screensaver:
  glibc/restart-failed:
* glibc/restart-services: ssh rsync postfix openbsd-inetd mysql cron atd



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



Bug#555090: [Pkg-mc-devel] Bug#555090: mc: cannot select the text in view F3, or paste with the middle mouse click in edition F4, under xterm

2009-11-08 Thread Yury V. Zaytsev
On Sun, 2009-11-08 at 14:02 +0100, yellowprotoss wrote:

 but one cannot do much with it, since it is not possibel to copy paste from 
 another xterm with the middle mouse under X
 Could you please fix it, in order to have something stable for the next 
 release of debian stable.

The clipboard is currently being reworked and this should be fixed in
upstream in 4.7.0, the package will be updated accordingly.
 
-- 
Sincerely yours,
Yury V. Zaytsev




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



Bug#555106: failure to read from webcam

2009-11-08 Thread Ulrich Eckhardt
Package: arista
Version: 0.9.3-1

I'm trying to use a webcam to read a video. The webcam is supported with the 
video-4-linux interface, so that part should not be the problem, xawtv for 
example works.


Now, what I do is this:

  $ arista-transcode /dev/video0 ./video.out
  AttributeError: 'module' object has no attribute 'Element'
  Encoding video0 for computer (default)

From now on, the application just sits there, which isn't surprising, since 
the input stream doesn't have an end. The confusing part is the 
AttributeError.. message, which may or may not be important. In any case, I 
try to interrupt the thing with control-C:

  ^C
  Interrupt caught. Cleaning up... (Ctrl-C to force exit)
  Traceback (most recent call last):
File /usr/bin/arista-transcode, line 121, in check_interrupted
  source = transcoder.pipe.get_by_name(source)
  AttributeError: 'NoneType' object has no attribute 'get_by_name'

Hmm, interesting, I guess it shouldn't do that. Note that this is in 
check_interrupted(), where it tries to access the message queue (pipe) of the 
transcoder, it seems. It then sits there until I interrupt it with another 
control-C.


What I tried also, after reading the source a bit, was to not use /dev/video0 
but the (*otherwise undocumented!*) v4l:///dev/video0 syntax:

  $ arista-transcode v4l:///dev/video0 ./video.out
  AttributeError: 'module' object has no attribute 'Element'
  Encoding video0 for computer (default)
  No audio or video streams found in input!

I'm dropped back at the shell, with at least an error message. Problem there 
is that I can also change the input specifier to v4l://can/kiss/my/butt, the 
error message remains the same, i.e. completely useless IMHO.


Okay, V4L version 1 is obsolete anyway, so let's try version 2:

  $ arista-transcode v4l2:///dev/video0 ./video.out
  AttributeError: 'module' object has no attribute 'Element'
  Encoding video0 for computer (default)
  Starting pass 1 of 1
  libv4l2: error reading: No such device

It then sits there, so I interrupt it with control-C again. Only this time, it 
doesn't care, it keeps sitting there no matter what. I can kill the process 
from a different shell or by putting it in the background though. A difference 
to the first attempt is that it has managed to create the output file, 
although it is empty. A difference to the second attempt is that it matters 
which input device I select.


Further notes:
 * All above attempts were made using the root account, so permissions 
shouldn't be the problem, unless you are trying to access an X session or 
something like that.
 * If I try the v4l2:// URL from a different user account, I get the rather 
meaningless No audio or video streams found in input! error message, just 
like the v4l:// URL.
 * If I try the v4l2:// URL from the user running X, it gets to Starting pass 
1 of 1 and then sits there until I control-C out of it.

Cheers!

Uli




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



Bug#555107: gnunet-tools: gnunet-setup creates invalid init script

2009-11-08 Thread Adrian Lang
Package: gnunet-tools
Version: 0.8.0c-8
Severity: normal

The /etc/init.d/gnunetd script gnunet-setup created has many syntax errors 
(additional newlines):


#!/bin/sh
#
# Automatically created by gnunet-setup
#

PIDFILE=/var/run/gnunetd//usr/bin/gnunetd.pid
APPNAME=GNUnet

case $1 in
  start)
echo -n Starting $APPNAME: 
/usr/bin/gnunetd
  echo ok || echo failed
;;
  stop)
echo -n Stopping $APPNAME: 
kill `cat $PIDFILE`
  echo ok || echo failed
;;
  reload)
echo -n Reloading $APPNAME: 
kill -HUP `cat $PIDFILE`
  echo ok || echo failed
;;
  restart|force-reload)
echo Restarting $APPNAME...
$0 stop
sleep 1
$0 start
;;
  *)
echo Usage: /etc/init.d//gnunetd {start|stop|reload|restart|force-reload} 
2
exit 1
;;

esac
exit 0


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

Kernel: Linux 2.6.30-2-686 (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 gnunet-tools depends on:
ii  gettext0.17-8GNU Internationalization utilities
ii  gnunet-common  0.8.0c-8  secure, trust-based peer-to-peer f
ii  guile-1.8-libs 1.8.7+1-2 Main Guile libraries
ii  libadns1   1.4-2 Asynchronous-capable DNS client li
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libbz2-1.0 1.0.5-3   high-quality block-sorting file co
ii  libc6  2.10.1-5  GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libextractor1c2a   0.5.23+dfsg-2 extracts meta-data from files of a
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libgcc11:4.4.1-4 GCC support library
ii  libgcrypt111.4.4-4   LGPL Crypto library - runtime libr
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.22.2-2  The GLib library of C routines
ii  libgmp3c2  2:4.3.1+dfsg-3Multiprecision arithmetic library
ii  libgsf-1-114   1.14.16-1 Structured File Library - runtime 
ii  libgtk2.0-02.18.3-1  The GTK+ graphical user interface 
ii  libltdl7   2.2.6a-4  A system independent dlopen wrappe
ii  libncursesw5   5.7+20090803-2shared libraries for terminal hand
ii  libpango1.0-0  1.26.0-1  Layout and rendering of internatio
ii  libqtcore4 4:4.5.3-4 Qt 4 core module
ii  libqtgui4  4:4.5.3-4 Qt 4 GUI module
ii  libstdc++6 4.4.1-4   The GNU Standard C++ Library v3
ii  libxml22.7.6.dfsg-1  GNOME XML library
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

gnunet-tools recommends no packages.

gnunet-tools 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#555108: Displays empty rectangles instead of Shavian characters

2009-11-08 Thread Matt Kraai
Package: epiphany-browser
Version: 2.29.1-1

Hi,

When I visit

 http://shavian.org.uk/

using Epiphany, the Shavian characters are displayed as empty
rectangles.  If I visit that URL using Iceweasel, the Shavian
characters are displayed correctly.  I wish that Epiphany displayed
the characters the same as Iceweasel.

-- 
Matthttp://ftbfs.org/kraai



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



Bug#552456: (no subject)

2009-11-08 Thread Celejar


Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator




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



Bug#534032: Being stuck

2009-11-08 Thread Christoph Egger
Hi!

I have the packages now building fine again and being mostly
lintian clean and nice, however some files are no longer correctly
installed. I once solved that for ksimus-boolean but can't work out
how I did it.

The current status of these packages are at [0] so if anyone wants
to continue on it (s)he can take it there.

Regards

Christoph

[0] http://alioth.debian.org/~christoph-guest
-- 
/\  ASCII Ribbon : GPG-Key ID: 0xD49AE731
\ /Campaign   : CaCert Assurer
 X   against HTML : Debian Maintainer
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/


signature.asc
Description: Digital signature


Bug#555109: O: gnarwl -- Email autoresponder based on LDAP

2009-11-08 Thread Barry deFreese
Package: wnpp
Severity: normal

I have spoken with the current maintainer and he is OK with orphaning and we are
hoping that the currently interested party picks up the package.

If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Thank you,

Barry deFreese
on Behalf of Debian QA Group





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



Bug#457279: gnarwl: ISPEnv.schema ISPEnv2.schema LICENSE not GPL compliant

2009-11-08 Thread Barry deFreese
Cajus Pollmeier wrote:
 Sure. Just take it.
 
 Cheers,
 Cajus
 
 
 
 Am 08.11.2009 um 01:26 schrieb Barry deFreese bdefre...@debian.org:
 
 Cajus,

 Are you OK with me orphaning gnarwl and hopefully Fancesco can take over
 maintenance?

 Thank you,

 Barry deFreese
 Debian QA



 
Cajus,

OK, it is orphaned.  Thanks for the quick response!

Barry deFreese
Debian QA



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



Bug#554718: xulrunner, poppler, gnome and gupnp transitions

2009-11-08 Thread Petr Salinger

The webkit #554718 currently on kfreebsd-amd64 blocks building of
seed, yelp, gir-repository, gstreamer0.10 (via gir-repository),
devhelp, kazehakase, ...

For details see
http://lists.debian.org/debian-devel/2009/11/msg00289.html

Petr



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



Bug#555111: libudev-dev: API reference is empty

2009-11-08 Thread Frederic Peters
Package: libudev-dev
Version: 146-6
Severity: minor


The API Reference documentation, in /usr/share/gtk-doc/html/libudev/, is just
empty, the API index is empty, the object hierarchy is empty, a first section
is titled [Insert title here] and the index.html page points to
http://[SERVER]/libudev/;.

Probably something went wrong with gtk-doc when building the package, as those
files in the original tarball are correct.


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

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

Versions of packages libudev-dev depends on:
ii  libudev0  146-6  libudev shared library

libudev-dev recommends no packages.

libudev-dev 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#555112: sitemap: Should this package be orphaned (or removed)?

2009-11-08 Thread Barry deFreese
Package: sitemap
Version: 2.3-6
Severity: important
User: debian...@lists.debian.org
Usertags: proposed-orphan

Dear Maintainer,

While reviewing some packages, your package came up as a package that
should maybe be orphaned by its maintainer, because:

* Upstream?
* Possibly inactive maintainer, last upload 2003. (Non-DD, not in MIA).
* Low popcon.

If you think that it should be removed from Debian instead of being
orphaned, please reply to this bug and tell so.

If you disagree and want to continue to maintain this package, please
close this bug and do an upload also fixing the other issues.
Also, you can study the possibility of taking co-maintainers.

If you agree that it should be orphaned, send the following commands
to cont...@bugs.debian.org (replace nn with this bug's number):

severity nn normal
reassign nn wnpp
retitle nn O: packagename -- short package description
thanks

If you think it should be removed, send the following commands instead:

severity nn normal
reassign nn ftp.debian.org
retitle nn RM: packagename -- RoM; reasons
thanks

For more information, see
http://www.debian.org/doc/developers-reference/ch-pkgs.en.html#s-archive-manip
http://www.debian.org/devel/wnpp/


Thank you,

Barry deFreese
Debian QA





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



Bug#555110: acpi-support: lid events affect external monitor as well as laptop panel

2009-11-08 Thread Bruce LaZerte
Package: acpi-support
Version: 0.123-1
Severity: normal

/etc/acpi/lid.sh appears to treat open and close lid events by calling
screensaver routines.
But the screensaver routines affect all monitors connected, including
my external monitor.

So after I close the lid, both my external monitor and panel go off.
And when I move the mouse, they both come back on.
But I don't  want the panel on when the lid is closed. It gets hot and
burns up energy.

lid.sh should affect only the panel and be independent of the
screensaver routines.

I have modified mine by adding xrandr --output LVDS --off and
xrandr --output LVDS --auto after the two export DISPLAY= lines
and removing the screensaver stuff there.

But this only works when LVDS is the panel name. Other drivers may
have different names for the panel?

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

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

Versions of packages acpi-support depends on:
ii  acpi-support-base 0.123-1scripts for handling base ACPI eve
ii  acpid 1.0.10-2   Utilities for using ACPI power man
ii  dmidecode 2.9-1.1Dump Desktop Management Interface
ii  finger0.17-13user information lookup program
ii  hdparm9.15-1 tune hard disk parameters for high
ii  laptop-detect 0.13.7 attempt to detect a laptop
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip
ii  pm-utils  1.2.5-4utilities and scripts for power ma
ii  powermgmt-base1.30+nmu1  Common utils and configs for power
ii  x11-xserver-utils 7.4+2  X server utilities

Versions of packages acpi-support recommends:
ii  dbus  1.2.16-2   simple interprocess messaging syst
ii  hal   0.5.13-3   Hardware Abstraction Layer
ii  nvclock   0.8b4-1Allows you to overclock your nVidi
ii  radeontool1.5-5  utility to control ATI Radeon back
ii  toshset   1.75-1 Access much of the Toshiba laptop

Versions of packages acpi-support suggests:
pn  laptop-mode-tools none (no description available)

-- no debconf information



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



  1   2   3   4   5   >