Bug#632617: gnome-keyring: Please update gir package to gir1.2 api

2011-07-04 Thread Dmitry Shachnev
Package: gnome-keyring
Version: 3.0.3-2
Severity: wishlist


Debian currently provides gir1.0-gnomekeyring-2.0 package
(http://packages.debian.org/search?keywords=gir1.0-gnomekeyring-2.0),
it needs to be updated to gir1.2 format.
Also, upstream has changed the way in which introspect information is
stored, see https://bugzilla.gnome.org/show_bug.cgi?id=637579#c4 for
details.

Forwarded from Launchpad: https://bugs.launchpad.net/bugs/802173.



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



Bug#621419: [Pkg-gridengine-devel] Bug#621419: Still uses libdb4.8

2011-07-04 Thread Ondřej Surý
Thank you very much.

O.

2011/7/3 Mark Hymers m...@debian.org:
 On Sun, 03, Jul, 2011 at 06:17:15PM +0100, Mark Hymers spoke thus..
  There's one other case, which is that if the package is using the RPC
  interface, you're stuffed as far as the 4.8-5.1 upgrade notes seem to
  say.  I'm going to have to think about how to tackle this for
  gridengine.  I suspect I'm going to have to patch it to be able to use
  berkeleydb locally but not in RPC mode.

 I've modified gridengine to no longer support the RPC mode so that it
 can build against libdb5.1.  I've put the note on this restriction into
 NEWS.Debian

 Mark

 --
 Mark Hymers mhy at debian dot org

 I told you I was ill
     The epitaph of Spike Milligan (1918-2002)




-- 
Ondřej Surý ond...@sury.org
http://blog.rfc1925.org/



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



Bug#631602: calendarserver: looking for /usr/bin/twistd, provided by python-twisted-core (which is not a dependency)

2011-07-04 Thread Rahul Amaram
I am unable to reproduce this bug. I have uninstalled 
python-twisted-core, and also ensured that /usr/bin/twistd does not 
exist. In spite of this, I was able to start calendarserver succesfully. 
As a matter of fact, the path for twistd binary 
(/usr/lib/twisted-calendarserver/bin/twistd) is hard-coded in 
/usr/bin/caldavd and I can't think of any possible reason why this is 
occurring.


On Saturday 25 June 2011 03:00 PM, Conor Hughes wrote:

Package: calendarserver
Version: 2.4.dfsg-6
Severity: important

My install of calendarserver started looking for /usr/bin/twistd, which did not 
exist. Symlinking /usr/bin/twistd to /usr/lib/twisted-calendarserver/bin/twistd 
fixed the issue, as did installing python-twisted-core (which provides 
/usr/bin/twistd directly).

The following spew appeared (many times) in /var/log/caldavd/error.log:
2011-06-25 01:49:02-0700 [-] [caldav_task] /usr/bin/python: can't open file 
'/usr/bin/twistd': [Errno 2] No such file or directory

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

Kernel: Linux 2.6.38.3-linode32 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages calendarserver depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  memcached   1.4.5-1  A high-performance memory object c
ii  python  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-central  0.6.16+nmu1  register and build utility for Pyt
ii  python-dateutil 1.4.1-3  powerful extensions to the standar
ii  python-kerberos 1.1+svn4895-1+b1 A GSSAPI interface module for Pyth
ii  python-openssl  0.10-1   Python wrapper around the OpenSSL
ii  python-plist1.3-2Library for handling Apple binary
ii  python-pysqlite22.6.0-1  Python interface to SQLite 3
ii  python-twisted-calendar 8.2.0.svn27622-2 Twisted components for Apple's Cal
ii  python-vobject  0.8.1c-3 parse iCalendar and VCards in Pyth
ii  python-xattr0.4-5+squeeze1   module for manipulating filesystem
ii  ssl-cert1.0.28   simple debconf wrapper for OpenSSL

Versions of packages calendarserver recommends:
pn  python-ldapnone  (no description available)
pn  python-pydirectornone  (no description available)

calendarserver suggests no packages.

-- Configuration Files:
/etc/caldavd/accounts.xml [Errno 13] Permission denied: 
u'/etc/caldavd/accounts.xml'
/etc/caldavd/caldavd.plist changed [not included]
/etc/caldavd/sudoers.plist changed [not included]
/etc/default/calendarserver changed [not included]

-- 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#626126: maildirsync: UNIVERSAL-import is deprecated

2011-07-04 Thread Sebastian Schmidt
Hi,

On Mon, May 09, 2011 at 03:20:51PM +0200, Gian Piero Carrubba wrote:
 This page seems suggesting something like (sorry, cannot produce a
 real diff just now):
 
 use Scalar::Util 'reftype';
 ...
 if ( reftype($OPT{$optname}) ne 'ARRAY' ) {

There's no need for Scalar::Util::reftype here. What's wrong with plain
ref()?

Sebastian

diff -ur maildirsync-1.1.orig/maildirsync.pl maildirsync-1.1/maildirsync.pl
--- maildirsync-1.1.orig/maildirsync.pl 2011-07-04 08:25:45.117044233 +0200
+++ maildirsync-1.1/maildirsync.pl  2011-07-04 08:28:37.425898668 +0200
@@ -10,7 +10,6 @@
 use IO::Handle;
 use IPC::Open2;
 use Fcntl qw(SEEK_SET);
-use UNIVERSAL qw(isa);
 use strict;
 require 5.006;
 
@@ -93,7 +92,7 @@
 exit_with_error(Invalid parameter value: $optname: $value) if $value 
!~ /^$regex$/;
 }
 verbose 4 = add option $optname = .($value || );
-if (!isa($OPT{$optname}, 'ARRAY')) {
+if (!(ref($OPT{$optname}) eq 'ARRAY')) {
 $OPT{$optname} = $value;
 } else {
 push @{$OPT{$optname}}, $value;


signature.asc
Description: Digital signature


Bug#632505: minbif disconnects from irssi

2011-07-04 Thread Nicolas Évrard
* Sébastien Delafond  [2011-07-03 21:03 +0200]: 


could you confirm that minbif indeed crashed (with pgrep/ps aux for
instance) ?


If I remember correctly (I was trying to connect from Serbia in a
place where I will probably not return before a long time), minbif did
not crashed.

Now minbif do not crash but I've got those messages in a request
window:

08:24 request :: Error Reading blist.xml ::
08:24 request An error was encountered reading your buddy list.  The file has not been loaded, and the 
  old file has been renamed to /var/lib/minbif/users/nicoe/blist.xml~.


And in the status window:

08:19 !nutellux.dyndns.org Minbif-IRCd initialized, please go on
08:19 ::: ERROR Closing Link: Incorrect credentials
08:19 ::: Connection lost to localhost

But I never changed my credentials.


If so, could you run gdb on /var/lib/minbif/users/core and get us the
backtrace ?


I indeed have a core file in minbif/users but trying to get the
backtrace gave me no stack:

root@mnms:/var/lib/minbif/users# gdb core
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 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/...
/var/lib/minbif/users/core: not in executable format: Format de fichier non 
reconnu
(gdb) bt
No stack.


--
(° Nicolas Évrard
( ) Liège
 `¯



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



Bug#631897: gnome-terminal's looks screwed up!

2011-07-04 Thread Alesh Slovak
This is much worse for me than a simple look-and-feel issue. I cannot use any 
input method in gnome-terminal now which prevents me from entering Japanese text.


If I have Gnome 2 installed, shouldn't I get the Gnome 2 version of 
gnome-terminal?

--
Alesh SlovakLinux Team -- AVASYS Corporation
alesh.slo...@avasys.jp  http://avasys.jp



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



Bug#632601: weechat: please use smart filter for join/part/quit messages by default

2011-07-04 Thread Sebastien Helleu
On Sun, Jul 03, 2011 at 06:32:38PM -0500, Jonathan Nieder wrote:
 Package: weechat-curses
 Version: 0.3.5-1
 Severity: wishlist
 
 Hi,
 
 Only today I found the following trick in the weechat FAQ:
 
   With smart filter (keep join/part/quit from users who spoke
   recently):
 
   /set irc.look.smart_filter on
   /filter add irc_smart * irc_smart_filter *
 
 That sounds like an excellent behavior to me. :)  Could this be made
 the default for new users?
 
 Barring that, I think it would be reasonable to put in a README.Debian
 (or better yet, to provide the entire FAQ in /usr/share/doc/weechat).
 Please feel free to clone this bug for the latter if it sounds
 interesting.
 
 Thanks for packaging weechat; I love it.
 Jonathan
 

Hi Jonathan,

I think this smart filter should not be enabled by default, not all
people may want that (and maybe not on all buffers by default).

For FAQ, it's provided by package weechat-doc and is in directory
/usr/share/doc/weechat-doc/

-- 
Cordialement / Best regards
Sébastien.

web: flashtux.org / weechat.org  mail: flashc...@flashtux.org
irc: FlashCode @ irc.freenode.netxmpp: flashc...@jabber.fr



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



Bug#630044: transition: poppler 0.16

2011-07-04 Thread Pino Toscano
Alle domenica 3 luglio 2011, Michael Biebl ha scritto:
 Am 10.06.2011 17:03, schrieb Pino Toscano:
  Sources that can be binNMU'ed:
apvlv (poppler-glib)
auto-multiple-choice (poppler)
cups (poppler)
epdfview (poppler-glib)
gambas2 (poppler)
gdcm (poppler)
gimp (poppler-glib)
gpdftext (poppler-glib)
gnome-commander (poppler)
gummi (poppler-glib)
inkscape (poppler, poppler-glib)
koffice (poppler)
libreoffice (poppler)
luatex (poppler)
pdf-presenter-console (poppler-glib)
pdf2djvu (poppler)
pdf2svg (poppler-glib)
pdfcube (poppler-glib)
pdfgrep (poppler)
pdftoipe (poppler)
popplerkit.framework (poppler)
referencer (poppler-glib)
ruby-gnome2 (poppler-glib)
texlive-bin (poppler)
tracker (poppler-glib)
tumbler (poppler-glib)
xournal (poppler-glib)
webkit2pdf (poppler-glib)
zathura (poppler-glib)
 [...]
 I'm planning on uploading poppler to 0.6.17-2 later today.

poppler 0.16.7-2 uploaded and built correctly on every release arch (and 
more), could you please schedule the binNMUs for the packages above 
(excluding gdcm, currently broken)?

Thanks,
-- 
Pino Toscano


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


Bug#632605: clive: fails to download video from Vimeo

2011-07-04 Thread Salvatore Bonaccorso
tag 632605 + moreinfo
thanks

Hi Ben

On Mon, Jul 04, 2011 at 10:18:10AM +1000, Ben Finney wrote:
 Package: clive
 Version: 2.2.25-1
 Severity: normal
 
 When I request any video from Vimeo, the following error occurs:
 
 =
 $ clive http://vimeo.com/16894001
 fetch http://vimeo.com/16894001 ...done.
 fetch config ...done.
 verify video link ...
 error: Failure when receiving data from the peer (http/56)
 
 $ grep '^[^#]' $HOME/.cliverc
 --format best
 --cclass [^/]
 --filename-format %t.%h[%i].%s
 --print-fname
 =

Are you still able to reproduce?

$ clive http://vimeo.com/16894001
fetch http://vimeo.com/16894001 ...done.
fetch config ...done.
verify video link ...done.
file: Veni Sancte Spiritus.vimeo[16894001].mp4  10.0M  [video/mp4]
Veni Sancte Spiritus.vimeo[16894  100%  10.0M / 10.0M   10.0M/s 01s
$

Sounds like vimeo.com was offline or had problem at that time you tried?

Regards
Salvatore


signature.asc
Description: Digital signature


Bug#632618: vtk: FTBFS on mips

2011-07-04 Thread Adam D. Barratt

Source: vtk
Version: 5.6.1-6
Severity: serious

Hi,

vtk FTBFS on mips.  From the build log:

[ 18%] Building CXX object 
Common/CMakeFiles/vtkCommon.dir/vtkArrayWeights.cxx.o
[ 18%] Building CXX object 
Common/CMakeFiles/vtkCommon.dir/vtkCommonInstantiator.cxx.o

Linking CXX shared library ../bin/libvtkCommon.so
make[3]: Leaving directory 
`/build/buildd2-vtk_5.6.1-6-mips-92dVeY/vtk-5.6.1/Build'

[ 18%] Built target vtkCommon
make[2]: Leaving directory 
`/build/buildd2-vtk_5.6.1-6-mips-92dVeY/vtk-5.6.1/Build'

make[1]: *** [all] Error 2
make[1]: Leaving directory 
`/build/buildd2-vtk_5.6.1-6-mips-92dVeY/vtk-5.6.1/Build'

make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full log at 
https://buildd.debian.org/status/fetch.php?pkg=vtkarch=mipsver=5.6.1-6stamp=1309741848


Regards,

Adam



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



Bug#632619: please add -s option as dh_

2011-07-04 Thread Rene Engelhard
Package: javahelper
Version: 0.36.1
Severity: wishlist

Hi.

jh_depends --help:

Usage: jh_depends [options]
Options:
-h --help: show this text
-V --version: print the version
-ppackage --package=package: package to act on (default=all)
-Ppackagedir --tmpdir=package: package directory 
(default=$CWD/debian/package)
-v --verbose: show more information while running
-i --indep: work on all indep packages
-a --arch: work on all arch-specific packages
-n --no-act: don't actually do anything, just print the results
-j[jvm] --jvm[=jvm]: Options are: default, headless, gcj, open, 
sun, sun6. Can be a space-separated list.
-Xpackage --exclude=package: don't add this package to depends

Note: headless (for --jvm) affects other values and alternatives (e.g. 
java6-runtime becomes
 java6-runtime-headless) and default cannot be used with any other value 
except headless
 If headless is the only value given then it is assumed to be headless 
default

I think we miss -s as in the debhelper sense here, for packages which are 
arch-dep
and appear in control but are not built on the current arch and this is properl
reflected in control...

e.g.:

Package: libreoffice-math
Architecture: alpha amd64 armel armhf hppa i386 ia64 mips mipsel powerpc 
powerpcspe ppc64 s390 s390x sparc kfreebsd-amd64 kfreebsd-i386
Depends: libreoffice-core (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}, ttf-opensymbol (= 2:2.4.3~)
Description: office productivity suite -- equation editor
 LibreOffice is a full-featured office productivity suite that provides
 a near drop-in replacement for Microsoft(R) Office.
 .
 This package contains the equation editor component for LibreOffice.

Package: libreoffice-base-core
Architecture: alpha amd64 armhf hppa i386 ia64 mips mipsel powerpc powerpcspe 
ppc64 s390 s390x sparc kfreebsd-amd64 kfreebsd-i386
Depends: libreoffice-core (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
Suggests: libreoffice-base
Description: office productivity suite -- shared library
 LibreOffice is a full-featured office productivity suite that provides
 a near drop-in replacement for Microsoft(R) Office.
 .
 This package contains libdba, a common library of the LibreOffice
 suite used by Base, Writer and Calc.
 .
 If you need full Base functionality (or actual database drivers), please
 install libreoffice-base.

Using -s would have prevented 
https://buildd.debian.org/status/fetch.php?pkg=libreofficearch=armelver=1%3A3.3.3-4stamp=1309760289:

jh_depends -a -Xlibreoffice-gcj -Xure
find: 
`/build/buildd-libreoffice_3.3.3-4-armel-Mz0jMT/libreoffice-3.3.3/debian/libreoffice-base-core/usr/share/doc':
 No such file or directory

Regards,

Rene

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/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 javahelper depends on:
ii  bsdmainutils  8.2.3  collection of more utilities from 
ii  dctrl-tools   2.18   Command-line tools to process Debi
ii  debhelper 8.9.0  helper programs for debian/rules
ii  devscripts2.11.0 scripts to make the life of a Debi
ii  dpkg-dev  1.16.0.3   Debian package development tools
ii  libarchive-zip-perl   1.30-4 Perl module for manipulation of ZI

javahelper recommends no packages.

Versions of packages javahelper suggests:
pn  cvs   none (no description available)
ii  gawk  1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
pn  tofrodos  none (no description available)

-- no debconf information
Grüße/Regards,

Rene



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



Bug#632620: relies on package/usr/share/doc

2011-07-04 Thread Rene Engelhard
Package: javahelper
Version: 0.36.1
Severity: serious
iJustification: policy 12.3

Hi.

From 
https://buildd.debian.org/status/fetch.php?pkg=libreofficearch=armelver=1%3A3.3.3-4stamp=1309760289:

[...]
jh_depends -a -Xlibreoffice-gcj -Xure
find: 
`/build/buildd-libreoffice_3.3.3-4-armel-Mz0jMT/libreoffice-3.3.3/debian/libreoffice-base-core/usr/share/doc':
 No such file or directory
make: *** [debian/stampdir/binary-arch] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit 
status 2

Why does javahelper look in /usr/share/doc/? And why does it fail
if it doesn't exist because it's just not built? (see my other bug).

Policy 12.3 (http://www.debian.org/doc/debian-policy/ch-docs.html):

12.3 Additional documentation

Any additional documentation that comes with the package may be installed at 
the discretion of the package maintainer. Plain text documentation should be 
installed in the directory /usr/share/doc/package, where package is the name of 
the package, and compressed with gzip -9 unless it is small.
[...]
Packages must not require the existence of any files in /usr/share/doc/ in 
order to function [105]. Any files that are referenced by programs but are also 
useful as stand alone documentation should be installed under 
/usr/share/package/ with symbolic links from /usr/share/doc/package. 
[...]


Regards,

Rene

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/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 javahelper depends on:
ii  bsdmainutils  8.2.3  collection of more utilities from 
ii  dctrl-tools   2.18   Command-line tools to process Debi
ii  debhelper 8.9.0  helper programs for debian/rules
ii  devscripts2.11.0 scripts to make the life of a Debi
ii  dpkg-dev  1.16.0.3   Debian package development tools
ii  libarchive-zip-perl   1.30-4 Perl module for manipulation of ZI

javahelper recommends no packages.

Versions of packages javahelper suggests:
pn  cvs   none (no description available)
ii  gawk  1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
pn  tofrodos  none (no description available)

-- no debconf information
Grüße/Regards,

Rene



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



Bug#544347: pygame: New upstream version 1.9.1 available

2011-07-04 Thread Vincent Cheng
On Sun, Jul 3, 2011 at 8:01 PM, Lenard Lindstrom le...@telus.net wrote:
 Hi,

 I am one of the Pygame developers and do most of my Pygame development on
 Debian. But I also manage Pygame on 32bit Windows, which takes up a lot of
 time building Pygame's dependencies. So I have not tried to create a Debian
 package. But I am willing to answer questions if someone else does the work
 of creating the package. If the package is experimental then it should use
 the latest Pygame from svn head, 1.9.2 alpha. I constantly check that svn
 head builds and runs on Debian. Pygame 1.9.2 alpha works well with Pythons
 2.5 to 3.2. It supports NumPy for Python 3 and has new Sphinx generated
 documentation. Further work has also been done on the camera module.

 Lenard Lindstrom


Hi,

I think the priority right now should be to get Pygame 1.9 into Debian
unstable first; there seems to be a number of packagers who need
Pygame 1.9 as a dependency for their packages. After Pygame 1.9.1
lands in experimental and is tested a bit to make sure nothing breaks,
we can upload it to unstable and then package 1.9.2 alpha for
experimental (or we could upload 1.9.1 directly into unstable, and
package 1.9.2 alpha for experimental). Does anybody have any other
suggestions?

Either way, I'm happy to do the actual packaging; I just need a DD to
upload my work for me.

Kind regards,
- Vincent Cheng



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



Bug#632601: weechat: please use smart filter for join/part/quit messages by default

2011-07-04 Thread Jonathan Nieder
clone 632601 -1
retitle -1 weechat: please make FAQ and other docs more discoverable
quit

Hi Sebastien,

Sebastien Helleu wrote:

 I think this smart filter should not be enabled by default, not all
 people may want that (and maybe not on all buffers by default).

The beauty of defaults is that they can be overridden. :)  But I
won't press the issue, since...

 For FAQ, it's provided by package weechat-doc and is in directory
 /usr/share/doc/weechat-doc/

... this part seems more important.  Would it be possible to make
weechat-doc install its documentation under
/usr/share/doc/weechat/html, and to make weechat-curses et al Suggests
it?  I had no idea that weechat-doc even existed.

See http://lists.debian.org/debian-devel/2011/01/msg00189.html for
the rationale re filesystem locations (one reason: on multi-user
installations, it's better if people don't have to guess which package
contains documentation in order to find it).

Thanks for a pointer.

Regards,
Jonathan



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



Bug#632558: [INTL:da] Danish translation of the debconf templates clamav

2011-07-04 Thread Michael Tautschnig
tags 632558 + pending
thanks

 Package: clamav
 Severity: wishlist
 Tags: l10n patch
 
 Please include the attached Danish clamav translations.
 
[...]

Thanks a lot for preparing this update! We will include this translation update
in the next package uploads.

Best regards,
Michael




pgp3h1CtQdt3v.pgp
Description: PGP signature


Bug#535504: Reopening bugs

2011-07-04 Thread Aurelien Jarno
reopen 535504
found 535504 2.13-9
reopen 602291
found 602291 2.13-9
thanks

Bugs #535504 and #602291 have been (intentionally) reopened in version 
2.13-9. Reopening them in BTS.

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



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



Bug#632620: relies on package/usr/share/doc

2011-07-04 Thread Niels Thykier
On 2011-07-04 08:59, Rene Engelhard wrote:
 Package: javahelper
 Version: 0.36.1
 Severity: serious
 iJustification: policy 12.3
 
 Hi.
 
 From 
 https://buildd.debian.org/status/fetch.php?pkg=libreofficearch=armelver=1%3A3.3.3-4stamp=1309760289:
 
 [...]
 jh_depends -a -Xlibreoffice-gcj -Xure
 find: 
 `/build/buildd-libreoffice_3.3.3-4-armel-Mz0jMT/libreoffice-3.3.3/debian/libreoffice-base-core/usr/share/doc':
  No such file or directory
 make: *** [debian/stampdir/binary-arch] Error 1
 dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit 
 status 2
 
 Why does javahelper look in /usr/share/doc/? And why does it fail
 if it doesn't exist because it's just not built? (see my other bug).
 

Most likely, this is the part that tries to calculate dependencies on
javadocs.  Anyhow, fixing this assumption is a good idea. :)

 Policy 12.3 (http://www.debian.org/doc/debian-policy/ch-docs.html):
 
 12.3 Additional documentation
 
 Any additional documentation that comes with the package may be installed at 
 the discretion of the package maintainer. Plain text documentation should be 
 installed in the directory /usr/share/doc/package, where package is the name 
 of the package, and compressed with gzip -9 unless it is small.
 [...]
 Packages must not require the existence of any files in /usr/share/doc/ in 
 order to function [105]. Any files that are referenced by programs but are 
 also useful as stand alone documentation should be installed under 
 /usr/share/package/ with symbolic links from /usr/share/doc/package. 
 [...]
 
 
 Regards,
 
 Rene
 
  [...]




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



Bug#632622: apt-cacher: doesn't work in apache mode from a virtualbox guest

2011-07-04 Thread Wouter Verhelst
Package: apt-cacher
Version: 1.6.12
Severity: important

Hi,

I'm working on some d-i patches, and in order to avoid having to wait
for the installer all the time while it downloads udebs or the base
system, I installed apt-cacher on my laptop, so that the virtualbox
instances where the installer was running could fetch their udebs from
the apt-cacher cache.

Originally I tried to run it from apache, and preseeded '10.0.2.2' as
the hostname of my mirror. Unfortunately that didn't work; the
apt-cacher error.log contains the following as a result of that attempt:

Mon Jul  4 08:42:25 2011|info [11577]: Unable to connect to 10.0.2.2
Mon Jul  4 08:44:19 2011|info [22940]: Unable to connect to 10.0.2.2
Mon Jul  4 08:45:35 2011|info [22952]: Unable to connect to 10.0.2.2

For reference, 10.0.2.2 is the IP address that virtualbox hands to guest
instances as their default route. Using it will reach you the host OS,
but the host OS itself is not aware of that fact; virtualbox will do NAT
for guest machines.

So instead I added a name to my local DNS server that points to
10.0.2.2, and added it to the host OS' /etc/hosts, so that both the
guest OS (through 10.0.2.2) and the host OS (through 127.0.0.1) have a
common name. That didn't fix it either, and this time nothing appeared
in the apt-cacher logfiles. The apache logfiles, however, showed this:

== /var/log/apache2/error.log ==
[Mon Jul 04 09:07:05 2011] [error] [client 127.0.0.1] File does not exist: 
/var/www/ftp.be.debian.org

== /var/log/apache2/access.log ==
127.0.0.1 - - [04/Jul/2011:09:07:05 +0200] GET 
/ftp.be.debian.org/debian/dists/wheezy/Release HTTP/1.1 404 513 - 
apt-cacher/1.6.12 libcurl/7.21.6 GnuTLS/2.10.5 zlib/1.2.3.4 libidn/1.22 
librtmp/2.3
127.0.0.1 - - [04/Jul/2011:09:07:05 +0200] GET 
/apt-cacher/ftp.be.debian.org/debian/dists/wheezy/Release HTTP/1.1 404 180 - 
Wget

This is quite obviously wrong, but I don't know what exactly is going
wrong.

Using daemon mode instead fixes the problem, but I prefer not having to
do that as I don't do d-i development _all_ the time...

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

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

Versions of packages apt-cacher depends on:
ii  ed1.4-3  The classic UNIX line editor
ii  libdigest-sha1-perl   2.13-2 NIST SHA-1 message digest algorith
ii  libfilesys-diskspace-perl 0.05-13fetch filesystem size and usage in
ii  libfreezethaw-perl0.5001-1   module to serialize and deserializ
pn  libio-compress-bzip2-perl none (no description available)
ii  libio-interface-perl  1.05-2+b1  socket methods to get/set interfac
ii  libwww-curl-perl  4.15-1+b1  Perl bindings to libcurl
ii  libwww-perl   6.02-1 simple and consistent interface to
ii  perl [libio-compress-zlib-per 5.12.4-1   Larry Wall's Practical Extraction 

Versions of packages apt-cacher recommends:
ii  libberkeleydb-perl0.48-1 use Berkeley DB 4 databases from P

Versions of packages apt-cacher suggests:
pn  libio-socket-inet6-perl   none (no description available)

-- Configuration Files:
/etc/default/apt-cacher changed [not included]

-- 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#632623: jscal-store: fails to store calibration due to missing /var/lib/joystick/ directory

2011-07-04 Thread Andrei POPESCU
Package: joystick
Version: 20051019-12
Severity: normal

Hello,

Running 'jscal-store /dev/input/js0' I get this:

/usr/bin/jscal-store: 46: cannot create /var/lib/joystick/joystick.state.new: 
Directory nonexistent
/usr/bin/jscal-store: 52: cannot create /var/lib/joystick/joystick.state.new: 
Directory nonexistent
/usr/bin/jscal-store: 55: cannot create /var/lib/joystick/joystick.state.new: 
Directory nonexistent
/usr/bin/jscal-store: 56: cannot create /var/lib/joystick/joystick.state.new: 
Directory nonexistent
/usr/bin/jscal-store: 57: cannot create /var/lib/joystick/joystick.state.new: 
Directory nonexistent
mv: cannot stat `/var/lib/joystick/joystick.state.new': No such file or 
directory

A 'mkdir /var/lib/joystick/' will make it work.

This happens on a stable i386 machine (disregard input below) with 
minimal packages (no Recommends). Will probably try soon also on this 
(sid/i386) machine.

Kind regards,
Andrei


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

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



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



Bug#632624: udev: upgrade in chroots fails on systems with old kernel versions

2011-07-04 Thread Michael Prokop
Package: udev
Version: 171-2
Severity: important


The host system is running kernel version 2.6.29-1-amd64 and is
trying to automatically install (update) udev in a chroot but fails
with:

| Preparing to replace udev 164-3 (using .../archives/udev_171-2_amd64.deb) ...
| dpkg: error processing /var/cache/apt/archives/udev_171-2_amd64.deb 
(--unpack):
|  subprocess new pre-installation script returned error exit status 1
| [...]
| Errors were encountered while processing:
|  /var/cache/apt/archives/udev_171-2_amd64.deb
| E: Sub-process /usr/bin/dpkg returned an error code (1)

When installing manually and answering Proceed with the udev
upgrade despite the kernel incompatibility regarding the You MUST
install a compatible kernel version (2.6.32 or newer) check with
Yes I notice:

| This version of udev requires a kernel = 2.6.27, but the upgrade was forced.
| /var/lib/dpkg/tmp.ci/preinst: 259: udevd: not found
| Replacing files in old package libudev0 ...
| Processing triggers for man-db ...
| Can not write log, openpty() failed (/dev/pts not mounted?)
| Setting up udev (171-2) ...
| Installing new version of config file /etc/init.d/udev-mtab ...
| Installing new version of config file /etc/init.d/udev ...
| A chroot environment has been detected, udev not started.
| A chroot environment has been detected, udev not started.

Besides the wrong version number (2.6.27 vs 2.6.32) and executing
the non-present udevd binary I noticed that udev.preinst doesn't
seem to support preseeding the according debconf question. Therefore
it's not possible to force installation of udev in such an
environment in automated mode (please correct me if I'm wrong).

Maybe the chroot check (which exists and works) could also be
extended to this requires a kernel = 2.6.{27,32} check so it's
possible but not necessary to preseed the values for chroots.

IMHO this qualifies for an RC bug to not migrate to testing, but
leaving that decission to others.

regards,
-mika-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2011-07-04t09-13...@devnull.michael-prokop.at



Bug#632625: apt-cacher: [INTL:nl] Dutch translation of debconf templates

2011-07-04 Thread Jeroen Schot
Package: apt-cacher
Severity: wishlist
Tags: patch l10n

Hello,

Attached is the Dutch translation of the apt-cacher debconf templates.
Please include it in your next upload.

Regards,
-- 
Jeroen Schot
# Dutch translation of apt-cacher debconf templates.
# Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the apt-cacher package.
# Jeroen Schot sc...@a-eskwadraat.nl, 2011.
#
msgid 
msgstr 
Project-Id-Version: apt-cacher 1.7.0.rc1\n
Report-Msgid-Bugs-To: apt-cac...@packages.debian.org\n
POT-Creation-Date: 2011-06-25 21:31+0100\n
PO-Revision-Date: 2011-07-04 09:37+0200\n
Last-Translator: Jeroen Schot sc...@a-eskwadraat.nl\n
Language-Team: Debian l10n Dutch debian-l10n-du...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Language: nl\n

#. Type: select
#. Choices
#: ../apt-cacher.templates:1001
msgid daemon
msgstr achtergronddienst

#. Type: select
#. Choices
#: ../apt-cacher.templates:1001
msgid inetd
msgstr inetd

#. Type: select
#. Choices
#: ../apt-cacher.templates:1001
msgid manual
msgstr handmatig

#. Type: select
#. Description
#: ../apt-cacher.templates:1002
msgid Daemon mode for apt-cacher:
msgstr Achtergronddienst-type voor apt-cacher

#. Type: select
#. Description
#: ../apt-cacher.templates:1002
msgid Please select the method for starting the apt-cacher daemon.
msgstr 
Geef aan op welke manier de apt-cacher-achergronddienst gestart moet worden.

#. Type: select
#. Description
#: ../apt-cacher.templates:1002
msgid 
Choose \daemon\ to run as a stand-alone daemon, \inetd\ to run under 
inetd or \manual\ to use the (deprecated) CGI mode or some other manual 
configuration.
msgstr 
Kies \achtergronddienst\ om apt-cacher als zelfstandige achtergronddienst 
uit te voeren, \inetd\ voor uitvoeren onder inetd of \handmatig\ voor de 
(verouderde) CGI-modus of een andere handmatige configuratie.


Bug#632162: O: mybashburn -- Burn data and create songs with interactive dialog box

2011-07-04 Thread Michael Tautschnig
Hi all,

[...]
 This package has been in very bad shape since long time ago, upstream
 is not responding since 2008 and there have been no changes since that
 time.
 
 Maybe this should be removed, but there could be someone who would
 like to take over upstream and/or debian maintenance.
 

I'd like to add that only recently I've sponsored the upload of bashburn, which
seems like a suitable replacement indeed. I'm BCC'ing its package maintainer,
Andreas Noteng, in case he wants to add comments.

Best regards,
Michael



pgplIABBNXaBP.pgp
Description: PGP signature


Bug#632626: vidalia: [INTL:nl] Dutch translation of debconf templates

2011-07-04 Thread Jeroen Schot
Package: vidalia
Version: 0.3.0alpha-3
Severity: wishlist
Tags: patch l10n

Hello,

Attached is the Dutch translation of the vidalia debconf templates in
experimental. Please include it in your next upload.

Regards,
-- 
Jeroen Schot
# Dutch translation of PACKAGE debconf templates.
# Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Jeroen Schot sc...@a-eskwadraat.nl, 2011.
#
msgid 
msgstr 
Project-Id-Version: vidalia-0.3.0alpha-3\n
Report-Msgid-Bugs-To: vida...@packages.debian.org\n
POT-Creation-Date: 2011-06-23 13:03-0300\n
PO-Revision-Date: 2011-07-04 09:49+0200\n
Last-Translator: Jeroen Schot sc...@a-eskwadraat.nl\n
Language-Team: Debian l10n Dutch debian-l10n-du...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Language: nl\n

#. Type: multiselect
#. Description
#: ../templates:1001
msgid Users to add to the debian-tor group:
msgstr Gebruikers om aan de groep debian-tor toe te voegen:

#. Type: multiselect
#. Description
#: ../templates:1001
msgid 
Users who should be able to control Tor daemon need to be added to the group 
\debian-tor\.
msgstr 
Gebruikers die de Tor-achtergronddienst moeten kunnen bedienen moeten worden 
toegevoegd aan de groep \debian-tor\.


Bug#632550: lintian needs newer debhelper

2011-07-04 Thread Mark Hymers
On Mon, 04, Jul, 2011 at 01:06:44AM +0200, Jakub Wilk spoke thus..
 * Mark Hymers m...@debian.org, 2011-07-03, 14:37:
 Commit 1f2f20b9973bbea25f10372f5d951216f7379fbe added build-arch
 support to debian/rules which cases a FTBFS with debhelper
 versions older than 8.1.0 (noticed when backporting to squeeze).
 
 Huh? 1f2f20b9973bbea25f10372f5d951216f7379fbe added just two targets
 that are currently not used by any tool[0]. I can't see how it could
 possibly affect buildability of lintian.

Ah sorry, it wasn't that commit after all (I did wonder).  It was probably
8ad611e557ffbeda7ec4e86480ff0218a23f68bd which causes some of the test packages
to build using dh build-arch:

rules-build-dep-pattern: make[1]: Entering directory 
`/tmp/lintian/debian/tests/rules-build-dep-pattern/rules-build-dep-pattern-1.0'
rules-build-dep-pattern: dh build-arch
rules-build-dep-pattern: dh: Unknown sequence build-arch (choose from: binary 
binary-arch binary-indep build clean install)
rules-build-dep-pattern: make[1]: *** [build-stamp] Error 9
rules-build-dep-pattern: make[1]: Leaving directory 
`/tmp/lintian/debian/tests/rules-build-dep-pattern/rules-build-dep-pattern-1.0'
rules-build-dep-pattern: dpkg-buildpackage: error: debian/rules build gave 
error exit status 2

The dependency still needs to be on debhelper = 8.1.0~ for that reason though
so the solution was right even if the reasoning wasnt.

Mark

-- 
Mark Hymers mhy at debian dot org

Don't you hate those Claims Direct adverts?
 'I slipped on a banana skin and sued the Dominican Republic!'
 Linda Smith on the News Quiz talking about the Compensation Culture



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



Bug#632627: `dpkg-rec. uswsusp' doesn't write new swap partition to /etc/initramfs-tools, so s2disk fails

2011-07-04 Thread Askar Safin
Package: uswsusp
Version: 1.0-1
Severity: important
Tags: sid

If I created swap partition via Debian Installer, Debian Installer will write 
the following line to /etc/initramfs-tools/conf.d/resume (for example):

RESUME=UUID=6636b7cf-6a7c-43ff-ac92-2e58bc9f3a77

So, initramfs generates correct initrd.img, which can resume from `suspend to 
disk'.

But if I add swap partition to /etc/fstab after installation of Debian, 
`dpkg-reconfigure uswsusp' does not write this line to .../resume, so I cannot 
resume from `suspend to disk'.
If I add this line to .../resume manually, all will work fine.

Also, this bug appears in Ubuntu Lucid.


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

Kernel: Linux 2.6.32-5-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



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



Bug#632351: djmount: Still does not work

2011-07-04 Thread Jan Möbius

Hi Dario,

here are some tests:

jan@server:~$ dpkg -l | grep 
djmount\|fuse-utils\|libc6\|libfuse2\|libtalloc2\|libupnp3
ii  djmount   
0.71-3  file system client for 
mounting network media servers
ii  fuse-utils
2.8.5-3 Filesystem in Userspace 
(transitional package)
ii  libc6 
2.13-7  Embedded GNU C Library: 
Shared libraries
ii  libc6-amd64   
2.13-7  Embedded GNU C Library: 
64bit Shared libraries for AMD64
ii  libc6-dbg 
2.13-7  Embedded GNU C Library: 
detached debugging symbols
ii  libc6-dev 
2.13-7  Embedded GNU C Library: 
Development Libraries and Header Files
ii  libc6-dev-amd64   
2.13-7  Embedded GNU C Library: 
64bit Development Libraries for AMD64
ii  libc6-i686
2.13-7  Embedded GNU C Library: 
Shared libraries [i686 optimized]
ii  libcompfaceg1 
1:1.5.2-5   Compress/decompress 
images for mailheaders, libc6 runtime
ii  libfuse2  
2.8.5-3 Filesystem in Userspace 
(library)
ii  libtalloc2
2.0.5-1 hierarchical pool based 
memory allocator
ii  libupnp3  
1:1.6.6-5   Portable SDK for UPnP 
Devices, version 1.6 (shared libraries)


I Added the user to the fuse group:

jan@server:~$ id
uid=1026(jan)
gid=100(users)
Gruppen=100(users),7(lp),20(dialout),24(cdrom),25(floppy),29(audio),44(video),46(plugdev),114(camera),135(fuse),1004(vboxusers),1008(svn) 



My media directory:
jan@server:/media$ ll
insgesamt 20K
lrwxrwxrwx 1 root root 6 15. Sep 2007  cdrom - cdrom0
drwxr-xr-x 2 root root  4,0K 15. Sep 2007  cdrom0
drwxr-xr-x 9 jan  users 4,0K 29. Jan 11:45 DiskStation
drwxr-xr-x 2 jan  users 4,0K  9. Jan 2010  fritz.box
drwxr-xr-x 2 root root  4,0K  2. Sep 2008  sdd
drwxrwxrwx 2 jan  users  4,0K  3. Jul 10:41 upnp

And here comes the strange part:

jan@server:/media$ djmount -f /media/upnp/
[I] Charset : successfully initialised charset='UTF-8'
[I] UPnP Initialized (192.168.178.21:49152)
fusermount: failed to access mountpoint /media/upnp: Permission denied
[E] Error in FUSE main loop = 1

The permissions before were correct but now i get:

Access to upnp not possible: The socket is not connected
insgesamt 16K
lrwxrwxrwx 1 root root 6 15. Sep 2007  cdrom - cdrom0
drwxr-xr-x 2 root root  4,0K 15. Sep 2007  cdrom0
drwxr-xr-x 9 jan  users 4,0K 29. Jan 11:45 DiskStation
drwxr-xr-x 2 jan  users 4,0K  9. Jan 2010  fritz.box
drwxr-xr-x 2 root root  4,0K  2. Sep 2008  sdd
d? ? ??? ? upnp

So the permissions are completely broken now.

mount does not give anything except:
fusectl /sys/fs/fuse/connections fusectl rw 0 0

As upnp is not in mtab, i am unable to umount as user jan, but root can 
and this restores permissions back to normal.


Best,
Jan


Bug#628309: Patch

2011-07-04 Thread Chris Morris

There is a patch for this bug at
http://lists.kayalang.org/archives/kaya-devel/2011-January/000668.html

And there may be a related bug fix at
http://lists.kayalang.org/archives/kaya-devel/2010-November/000665.html

-- 
Christopher Morris
IS Specialist (Web), Computing and Information Services, University of Durham



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



Bug#630399: perl: multiarch libc and partial upgrades

2011-07-04 Thread Niko Tyni
On Sat, Jul 02, 2011 at 10:25:51PM +0300, Niko Tyni wrote:
 On Fri, Jul 01, 2011 at 02:28:12PM -0500, Jonathan Nieder wrote:
  Niko Tyni wrote:
 
   Maybe go back to specifying plibpth manually to Configure for a while
   (overriding the upstream change of parsing 'gcc -print-search-dirs'),
   and Build-Depend on 
gcc-4.6 (= 4.6.0-13) | gcc-4.4 (= 4.4.6-4)
   which guarantees that /usr/lib/triplet exists regardless of which gcc
   is actually used.
 
 Unfortunately it's even worse: the default gcc on hppa is 4.5.
 That makes
 
  gcc-4.6 (= 4.6.0-13) | gcc-4.5 (= 4.5.3-3) | gcc-4.4 (= 4.4.6-4)

Nah, I see I've been making this needlessly difficult from the start.
There's already a mechanism for post-Configure tweaks, debian/config.over.

The attached patch should be good enough. Jonathan, thanks for your help
and for enduring all my useless iterations :)
-- 
Niko Tyni   nt...@debian.org
From 48ffcccda8971ed9128902a500533486bad23999 Mon Sep 17 00:00:00 2001
From: Niko Tyni nt...@debian.org
Date: Mon, 4 Jul 2011 10:52:46 +0300
Subject: [PATCH] Force /usr/lib/triplet into $Config{libpth} even if
 doesn't exist yet.

* debian/config.over: Force the multiarch directory /usr/lib/triplet
  into $Config{libpth} even if doesn't exist yet. This should guarantee
  that ExtUtils::Embed works on multiarch enabled system even when
  the package isn't built on one. Thanks to Jonathan Nieder.
  (Closes: #630399)
  + needs a build dependency on dpkg-dev (= 1.16.0) for
dpkg-architecture -qDEB_HOST_MULTIARCH.
---
 debian/changelog   |8 +++-
 debian/config.over |8 
 debian/control |3 ++-
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 21c2a3f..0f9885b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,12 @@
 perl (5.12.4-2) UNRELEASED; urgency=low
 
-  * 
+  * debian/config.over: Force the multiarch directory /usr/lib/triplet
+into $Config{libpth} even if doesn't exist yet. This should guarantee
+that ExtUtils::Embed works on multiarch enabled system even when
+the package isn't built on one. Thanks to Jonathan Nieder.
+(Closes: #630399)
++ needs a build dependency on dpkg-dev (= 1.16.0) for
+  dpkg-architecture -qDEB_HOST_MULTIARCH.
 
  -- Niko Tyni nt...@debian.org  Mon, 04 Jul 2011 10:42:42 +0300
 
diff --git a/debian/config.over b/debian/config.over
index fa0dd30..31b3c88 100644
--- a/debian/config.over
+++ b/debian/config.over
@@ -58,6 +58,14 @@ if [ $i_db != $define ]; then
 exit 1
 fi
 
+# force /usr/lib/triplet into $Config{libpth} if it's not there yet
+# see #630399
+multiarch_dir=/usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH`
+if ! echo $libpth | grep -q $multiarch_dir
+then
+libpth=$libpth $multiarch_dir
+fi
+
 # set generic email addresses, host/domain names
 cf_by='Debian Project'
 cf_email=p...@packages.debian.org
diff --git a/debian/control b/debian/control
index 218e293..bc1858b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Maintainer: Niko Tyni nt...@debian.org
 Uploaders: Dominic Hargreaves d...@earth.li
 Standards-Version: 3.9.2
 Build-Depends: file, cpio (= 2.6-5), libdb-dev, libgdbm-dev, netbase [!hurd-i386],
- gcc (= 4:4.2), procps | hurd, zlib1g-dev | libz-dev, libbz2-dev
+ gcc (= 4:4.2), procps | hurd, zlib1g-dev | libz-dev, libbz2-dev,
+ dpkg-dev (= 1.16.0)
 Build-Conflicts: libterm-readline-gnu-perl ( 1.17), libfile-sharedir-perl
 Vcs-Git: git://anonscm.debian.org/perl/perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=perl/perl.git


Bug#632380: gcc-4.6: please add m68k support

2011-07-04 Thread Thorsten Glaser
Thorsten Glaser dixit:

So this is at least not
worse than the current state, and please include it in the next
upload.

Well, it built, and I uploaded it to debian-ports.org unreleased,
so please, everyone who can, test it.

+   158 Jul  4 Debian Ports Archive Maintai  (2174)   
gcc-4.6_4.6.1-1+m68k.1_m68k.changes ACCEPTED

It will probably take me 2 days before I can do so myself.

bye,
//mirabilos
-- 
Support mksh as /bin/sh and RoQA dash NOW!
‣ src:bash (256 (275) bugs: 0 RC, 177 (192) IN, 79 (83) MW, 0 FP)
‣ src:dash (81 (89) bugs: 3 RC, 43 (46) IN, 35 (40) MW, 0 FP)
‣ src:mksh (2 bugs: 0 RC, 0 IN, 2 MW, 0 FP)



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



Bug#632628: dibbler: [INTL:nl] Dutch translation of debconf templates

2011-07-04 Thread Jeroen Schot
Package: dibbler
Severity: wishlist
Tags: patch l10n

Hello,

Attached is the Dutch translation of the dibbler debconf templates.
Please include it in your next upload.

Regards,
-- 
Jeroen Schot
# Dutch translation of dibbler debconf templates.
# Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the dibbler package.
# Jeroen Schot sc...@a-eskwadraat.nl, 2011.
#
msgid 
msgstr 
Project-Id-Version: dibbler 0.7.1-2\n
Report-Msgid-Bugs-To: thom...@klub.com.pl\n
POT-Creation-Date: 2007-07-11 19:57+0200\n
PO-Revision-Date: 2011-06-16 11:18+0200\n
Last-Translator: Jeroen Schot sc...@a-eskwadraat.nl\n
Language-Team: Debian l10n Dutch debian-l10n-du...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Language: nl\n

#. Type: title
#. Description
#: ../dibbler-client.templates:2001
msgid dibbler-client: DHCPv6 client
msgstr dibbler-client: DHCPv6-client

#. Type: boolean
#. Description
#: ../dibbler-client.templates:3001
msgid Should the Dibbler client be launched when the system starts?
msgstr Moet de Dibbler-client worden opgestart bij de systeemstart?

#. Type: boolean
#. Description
#: ../dibbler-client.templates:3001
msgid 
The Dibbler client can be configured to be launched when the system is 
started. If you choose this option, this host will have a correct IPv6 setup 
after booting. Please ensure that a DHCPv6 server is available on the 
network.
msgstr 
De Dibbler-client kan worden geconfigureerd om op te starten bij de 
systeemstart. Als u voor deze optie kiest zal deze computer een correcte 
IPv6-setup hebben na het opstarten. Zorg ervoor dat er een DHCPv6-server 
beschikbaar is op het netwerk.

#. Type: string
#. Description
#: ../dibbler-client.templates:4001
msgid Interfaces to be configured:
msgstr Te configureren interfaces:

#. Type: string
#. Description
#: ../dibbler-client.templates:4001
msgid Dibbler can configure any or all of a computer's network interfaces.
msgstr 
Dibbler kan specifieke of alle netwerkinterfaces van de computer 
configureren.

#. Type: string
#. Description
#: ../dibbler-client.templates:4001
msgid 
More than one interface may be specified by separating the interface names 
with spaces.
msgstr 
U kunt meer dan één interface opgeven door de interfacenamen te scheiden met 
spaties.

#. Type: multiselect
#. Choices
#: ../dibbler-client.templates:5001
msgid dns
msgstr dns

#. Type: multiselect
#. Choices
#: ../dibbler-client.templates:5001
msgid domain
msgstr domein

#. Type: multiselect
#. Description
#: ../dibbler-client.templates:5002
msgid Additional parameters to obtain:
msgstr Aanvullende instellingen om op te halen:

#. Type: multiselect
#. Description
#: ../dibbler-client.templates:5002
msgid 
The Dibbler client can request that the DHCPv6 server supplies additional 
configuration parameters.
msgstr 
De Dibbler-client kan aan de DHCPv6-server aanvullende 
configuratieinstellingen aanvragen.

#. Type: title
#. Description
#: ../dibbler-relay.templates:2001
msgid dibbler-relay: DHCPv6 relay
msgstr dibbler-relay: DHCPv6-relais

#. Type: boolean
#. Description
#: ../dibbler-relay.templates:3001
msgid Should the Dibbler relay be launched when the system starts?
msgstr Moet het Dibbler-relais worden opgestart bij de systeemstart?

#. Type: boolean
#. Description
#: ../dibbler-relay.templates:3001
msgid 
The Dibbler relay can be configured to be launched when the system is 
started. If you choose this option, this node will forward DHCPv6 messages 
between clients, servers and other relays.
msgstr 
Het Dibbler-relais kan worden geconfigureerd om op te starten bij de 
systeemstart. Als u voor deze optie kiest zal deze computer DHCPv6-berichten 
doorsturen tussen clienten, servers en andere relais.

#. Type: title
#. Description
#: ../dibbler-server.templates:2001
msgid dibbler-server: DHCPv6 server
msgstr dibbler-server: DHCPv6-server

#. Type: boolean
#. Description
#: ../dibbler-server.templates:3001
msgid Should the Dibbler server be launched when the system starts?
msgstr Moet de Dibbler-server worden opgestart bij de systeemstart?

#. Type: boolean
#. Description
#: ../dibbler-server.templates:3001
msgid 
The Dibbler server can be configured to be launched when the system is 
started. If you choose this option, this node will act as a DHCPv6 server. 
It will provide IPv6 addresses and additional configuration options to other 
nodes in the network.
msgstr 
De Dibbler-client kan worden geconfigureerd om op te starten bij de 
systeemstart. Als u voor deze optie kiest zal deze computer als een DHCPv6-
server fungeren. Het zal IPv6-adressen en aanvullende instellingen aan 
andere machines in het netwerk aanbieden.


Bug#632629: wide-dhcpv6: [INTL:nl] Dutch translation of debconf templates

2011-07-04 Thread Jeroen Schot
Package: wide-dhcpv6
Severity: wishlist
Tags: patch l10n

Hello,

Attached is the Dutch translation of the wide-dhcpv6 debconf templates.
Please include it in your next upload.

Regards,
-- 
Jeroen Schot
# Dutch translation of wide-dhcpv6 debconf templates.
# Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Jeroen Schot sc...@a-eskwadraat.nl, 2011.
#
msgid 
msgstr 
Project-Id-Version: wide-dhcpv6 20080615-11\n
Report-Msgid-Bugs-To: wide-dhc...@packages.debian.org\n
POT-Creation-Date: 2009-03-09 11:13+0100\n
PO-Revision-Date: 2011-06-16 11:43+0200\n
Last-Translator: Jeroen Schot sc...@a-eskwadraat.nl\n
Language-Team: Debian l10n Dutch debian-l10n-du...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Language: nl\n

#. Type: string
#. Description
#: ../wide-dhcpv6-client.templates:1001
msgid Interfaces on which the DHCPv6 client sends requests:
msgstr Interfaces waarop de DHCPv6-client verzoeken stuurt:

#. Type: string
#. Description
#: ../wide-dhcpv6-client.templates:1001
msgid 
Network interfaces on which the DHCPv6 client sends requests should be 
specified here. Multiple interfaces are separated with spaces. An empty line 
temporarily disables dhcp6c.
msgstr 
Geef hier de netwerkinterfaces op waarop de DHCPv6-client verzoeken stuurt. 
Meerdere interfaces worden gescheiden door spaties. Met een lege regel kunt 
u dhcpv6c tijdelijk uitschakelen.

#. Type: string
#. Description
#: ../wide-dhcpv6-relay.templates:1001
msgid Interfaces on which the DHCPv6 relay operates:
msgstr Interfaces waarop het DHCPv6-relais actief is:

#. Type: string
#. Description
#: ../wide-dhcpv6-relay.templates:1001
msgid 
Network interfaces on which the DHCPv6 relay handles requests should be 
specified here. Multiple interfaces are separated with spaces. An empty line 
temporarily disables dhcp6relay.
msgstr 
Geef hier de netwerkinterfaces op waarop het DHCPv6-relais verzoeken 
afhandelt. Meerdere interfaces worden gescheiden door spaties. Met een lege 
regel kunt u dhcpv6relay tijdelijk uitschakelen.

#. Type: note
#. Description
#: ../wide-dhcpv6-server.templates:1001
msgid WIDE DHCPv6 server configuration
msgstr WIDE DHCPv6-serverconfiguratie

#. Type: note
#. Description
#: ../wide-dhcpv6-server.templates:1001
msgid The DHCPv6 server requires manual configuration after installation.
msgstr De DHCPv6-server vereist handmatige configuratie na de installatie.

#. Type: note
#. Description
#: ../wide-dhcpv6-server.templates:1001
msgid 
After the DHCPv6 server is installed it has to be manually configured by 
editing the file /etc/wide-dhcpv6/dhcp6s.conf. A sample dhcp6s.conf is 
available at /usr/share/doc/wide-dhcpv6-server/examples.
msgstr 
Nadat de DHCPv6-server is geïnstalleerd moet het handmatig worden 
geconfigureerd door het bestand /etc/wide-dhcpv6/dhcp6s.conf aan te passen. 
Een voorbeeld van dhcp6.conf is beschikbaar in /usr/share/doc/wide-dhcpv6-
server/examples.

#. Type: note
#. Description
#: ../wide-dhcpv6-server.templates:1001
msgid 
Please configure the DHCPv6 server as soon as the installation finishes.
msgstr 
Configureer alstublieft de DHCPv6-server zodra de installatie klaar is.

#. Type: string
#. Description
#: ../wide-dhcpv6-server.templates:2001
msgid Interfaces on which the DHCPv6 server listens to requests:
msgstr Interfaces waarop de DHCPv6-server naar verzoeken luistert:

#. Type: string
#. Description
#: ../wide-dhcpv6-server.templates:2001
msgid 
Network interfaces on which the DHCPv6 server listens to requests should be 
specified here. Multiple interfaces are separated with spaces. An empty line 
temporarily disables dhcp6s.
msgstr 
Geef hier de netwerkinterfaces op waarop het DHCPv6-server naar verzoeken 
luistert. Meerdere interfaces worden gescheiden door spaties. Met een lege 
regel kunt u dhcpv6s tijdelijk uitschakelen.


Bug#632630: cups: only one print job printed.

2011-07-04 Thread Bo Forslund
Package: cups
Version: 1.4.6-9
Severity: important

Only one print job is written out. The system reports that it has two printers
connected, Phaser-6110 and. If more than one job shall be printed one need to
reboot the computer to get another job printed. If one tries to print another
job without reboot, things seems to work ok except that nothing is printed.
Nothing in the printer queue.

If system-config-printer is used to delete Phaser-6110-2 and a reboot is done
in order to get the next job printed, Phaser-6110-2 is back again.

cups got updated recently if that matters.



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

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

Versions of packages cups depends on:
ii  adduser 3.113add and remove users and groups
ii  bc  1.06.95-2The GNU bc arbitrary precision cal
ii  cups-client 1.4.6-9  Common UNIX Printing System(tm) - 
ii  cups-common 1.4.6-9  Common UNIX Printing System(tm) - 
ii  cups-ppdc   1.4.6-9  Common UNIX Printing System(tm) - 
ii  debconf [debconf-2.0]   1.5.40   Debian configuration management sy
ii  ghostscript 9.02~dfsg-2  interpreter for the PostScript lan
ii  libacl1 2.2.51-1 Access control list shared library
ii  libavahi-client30.6.30-3 Avahi client library
ii  libavahi-common30.6.30-3 Avahi common library
ii  libc6   2.13-7   Embedded GNU C Library: Shared lib
ii  libcups21.4.6-9  Common UNIX Printing System(tm) - 
ii  libcupscgi1 1.4.6-9  Common UNIX Printing System(tm) - 
ii  libcupsdriver1  1.4.6-9  Common UNIX Printing System(tm) - 
ii  libcupsimage2   1.4.6-9  Common UNIX Printing System(tm) - 
ii  libcupsmime11.4.6-9  Common UNIX Printing System(tm) - 
ii  libcupsppdc11.4.6-9  Common UNIX Printing System(tm) - 
ii  libdbus-1-3 1.4.12-2 simple interprocess messaging syst
ii  libgcc1 1:4.6.1-1GCC support library
ii  libgnutls26 2.10.5-1+b1  the GNU TLS library - runtime libr
ii  libgssapi-krb5-21.9.1+dfsg-1+b1  MIT Kerberos runtime libraries - k
ii  libijs-0.35 0.35-7   IJS raster image transport protoco
ii  libkrb5-3   1.9.1+dfsg-1+b1  MIT Kerberos runtime libraries
ii  liblcms11.18.dfsg-1.2+b4 Color management library
ii  libldap-2.4-2   2.4.25-1+b1  OpenLDAP libraries
ii  libpam0g1.1.3-2  Pluggable Authentication Modules l
ii  libpaper1   1.1.24+nmu1  library for handling paper charact
ii  libpoppler5 0.12.4-1.2   PDF rendering library
ii  libslp1 1.2.1-7.8OpenSLP libraries
ii  libstdc++6  4.6.1-1  GNU Standard C++ Library v3
ii  libusb-0.1-42:0.1.12-17  userspace USB programming library
ii  lsb-base3.2-27   Linux Standard Base 3.2 init scrip
ii  poppler-utils   0.12.4-1.2   PDF utilitites (based on libpopple
ii  procps  1:3.2.8-10   /proc file system utilities
ii  ssl-cert1.0.28   simple debconf wrapper for OpenSSL
ii  ttf-freefont20100919-1   Freefont Serif, Sans and Mono True
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages cups recommends:
ii  avahi-daemon 0.6.30-3Avahi mDNS/DNS-SD daemon
ii  cups-driver-gutenprint   5.2.6-1 printer drivers for CUPS
ii  foomatic-filters 4.0.7-1 OpenPrinting printer support - fil
ii  ghostscript-cups 9.02~dfsg-2 interpreter for the PostScript lan

Versions of packages cups suggests:
ii  cups-bsd  1.4.6-9Common UNIX Printing System(tm) - 
pn  cups-pdf  none (no description available)
ii  foomatic-db-compressed-pp 20110617-1 OpenPrinting printer support - Com
ii  hplip 3.11.5-1   HP Linux Printing and Imaging Syst
ii  smbclient 2:3.5.8~dfsg-5 command-line SMB/CIFS clients for 
ii  udev  171-1  /dev/ and hotplug management daemo

-- debconf information:
  cupsys/raw-print: true
  cupsys/backend: ipp, lpd, parallel, scsi, serial, socket, usb, snmp, dnssd



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



Bug#550534: firmware-iwlwifi: 550534, 626965: new upstream version fixes microcode restarts

2011-07-04 Thread Paul Wise
On Mon, 2011-07-04 at 03:47 +0100, Ben Hutchings wrote:

 How is an upgrade to the 6000-family microcode going to fix a bug
 reported on a 4965 chip?

Obviously it isn't, but it will fix the same symptoms on 6000-family
chips, so an update would be appreciated.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#632631: jwchat: strange and insecure file permission

2011-07-04 Thread Helmut Grohne
Package: jwchat
Version: 1.0beta3-3
Severity: important
Tags: security

The postinst of jwchat has some strange ideas about file permission.

1) It assigns /etc/jwchat/config.js to www-data:www-data. The file is to
   be considered static configuration. I see no reason for why www-data
   should be able to modify it.

   Note that the file mode is 700. On changing the owner to a sane value
   such as root additional read permission must be granted. This should
   not pose a problem, because the file does not contain confidential
   information and is exported via http anyway.

   See also: http://bugs.debian.org/396255

2) It assigns /usr/share/jwchat/www to nobody:nogroup recursively. I see
   no reason for why nobody should be able to modify this data.

The bug is also present in sid 1.0+dfsg-1.

Helmut



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



Bug#632622: apt-cacher: doesn't work in apache mode from a virtualbox guest

2011-07-04 Thread Mark Hindley
Actually, could you apply this patch to /usr/share/apt-cacher/apt-cacher 
and see if it helps. It is already in 1.7.0 and maybe why CGI mode is 
not working for you.

Mark


commit 7b893b2697db8ac50f8fbc89add64c3354dd86de
Author: Mark Hindley m...@hindley.org.uk
Date:   Mon Apr 11 13:18:56 2011 +0100

Back port of No need to prepend http://$ENV{SERVER_NAME} to CGI requests
(cherry picked from commit 15dc500d6ce9811706fb539b2b274d18decc8d15)

Possible fix for #632622

diff --git a/apt-cacher2 b/apt-cacher2
index 602bda8..baa4d1d 100755
--- a/apt-cacher2
+++ b/apt-cacher2
@@ -385,7 +385,6 @@ sub handle_connection {
if(/^$/) {
if(defined($testpath)) {
# done reading request
-   $testpath=http://$ENV{SERVER_NAME}/$testpath; if $mode  
$mode eq 'cgi';
$path=$testpath;
last CLIENTLINE;
}



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



Bug#530511: bash: source startup files in /etc/profile.d

2011-07-04 Thread Harald Dunkel
I would vote for this, too. Packages like bash-completion
already add their code to /etc/profile.d, but its ignored.
See #593835.

For enterprise installations this common directory would
be very helpful, too.


Regards

Harri



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



Bug#632505: minbif disconnects from irssi

2011-07-04 Thread Sébastien Delafond
tag 632505 + unreproducible
severity 632505 normal
thanks

On Jul/04, Nicolas Évrard wrote:
 Now minbif do not crash but I've got those messages in a request
 window:
 
 08:24 request :: Error Reading blist.xml ::
 08:24 request An error was encountered reading your buddy list.
 The file has not been loaded, and the   old file has been
 renamed to /var/lib/minbif/users/nicoe/blist.xml~.
 
 And in the status window:
 
 08:19 !nutellux.dyndns.org Minbif-IRCd initialized, please go on
 08:19 ::: ERROR Closing Link: Incorrect credentials
 08:19 ::: Connection lost to localhost
 
 But I never changed my credentials.

maybe the conf file got corrupted somehow ?

 I indeed have a core file in minbif/users but trying to get the
 backtrace gave me no stack:
 
 root@mnms:/var/lib/minbif/users# gdb core
 GNU gdb (GDB) 7.2-debian
 Copyright (C) 2010 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/...
 /var/lib/minbif/users/core: not in executable format: Format de fichier non 
 reconnu
 (gdb) bt
 No stack.

You'll need to run gdb minbif core if I'm not mistaken.

I'm tagging unreproducible and downgrading to normal since it
doesn't seem to be a crash... I'll update those as needed, as we
continue investigating.

Cheers,

--Seb



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



Bug#632585: bsdiff: make it a little less memory hungry

2011-07-04 Thread Jari Aalto
forwarded 632585 Colin Percival (upstream) cperc...@daemonology.net
thanks

2011-07-03 22:04 Sebastian Andrzej Siewior sebast...@breakpoint.cc:
| Package: bsdiff
| Version: 4.3-10
| Severity: wishlist
| Tags: patch
| 
| bsdiff requires 17x the size of the old file in the initial phase which
| is something. This two patches try push it down to 8x. The limitation is
| that max old file size is 2GiB - 1. A diff of file of that size requires
| with patches 16GiB of extra memory (without 32GiB).
| Please find the patches attached including a proper description.

Hi Colin,

Would you take a look at these patches and include them in original
sources:

http://bugs.debian.org/632585

Thanks,
Jari



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



Bug#632632: libaal-dev: Casts 64 bit integers to int, breaking operations on filesystems with large bitmaps

2011-07-04 Thread Guus Sliepen
Package: libaal-dev
Version: 1.0.5-5
Severity: critical
Justification: causes serious data loss


In bitops.c, several functions get offsets and sizes with type bit_t, which is
64 bit, but local variables which hold the result of calculations on those
bit_t variables are of type int, which of causes incorrect results for
filesystems with block bitmaps that are larger than 2 GiB. I'm marking this
critical as this causes fsck.reiserfs to work incorrectly on such filesystems,
potentially breaking it beyond repair.

I have attached a patch, but please have a good look at it to see if I did not
miss anything.

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

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

Versions of packages libaal-dev depends on:
ii  libc6-dev [libc-dev]  2.13-8 Embedded GNU C Library: Developmen

libaal-dev recommends no packages.

libaal-dev suggests no packages.

-- no debconf information
--- libaal-1.0.5.orig/src/bitops.c
+++ libaal-1.0.5/src/bitops.c
@@ -80,7 +80,7 @@
 bit_t size,
 bit_t offset) 
 {
-	int bit = offset  7, res;
+	bit_t bit = offset  7, res;
 	unsigned char *addr = map;
 	unsigned char *p = addr + (offset  3);
   
@@ -100,7 +100,7 @@
 
 /* Finds zero bit in @byte starting from @offset */
 static inline int aal_find_nzb(unsigned char byte, bit_t offset) {
-int i = offset;
+bit_t i = offset;
 unsigned char mask = 1  offset;
 
 while ((byte  mask) != 0) {
@@ -119,9 +119,9 @@
    bit_t offset)
 {
 unsigned char *addr = map;
-unsigned int byte_nr = offset  3;
-unsigned int bit_nr = offset  0x7;
-unsigned int max_byte_nr = (size - 1)  3;
+bit_t byte_nr = offset  3;
+bit_t bit_nr = offset  0x7;
+bit_t max_byte_nr = (size - 1)  3;
 
 if (bit_nr != 0) {
 		unsigned int b = ~(unsigned int)addr[byte_nr];
@@ -152,8 +152,8 @@
 			   bit_t start, 
 			   bit_t count)
 {
-	int end_byte;
-	int start_byte;
+	bit_t end_byte;
+	bit_t start_byte;
 	char *addr = map;
 	bit_t left, right;
 	
@@ -185,8 +185,8 @@
 			 bit_t start, 
 			 bit_t count)
 {
-	int end_byte;
-	int start_byte;
+	bit_t end_byte;
+	bit_t start_byte;
 	char *addr = map;
 	bit_t left, right;
 


Bug#632622: apt-cacher: doesn't work in apache mode from a virtualbox guest

2011-07-04 Thread Mark Hindley
On Mon, Jul 04, 2011 at 09:11:56AM +0200, Wouter Verhelst wrote:
 Package: apt-cacher
 Version: 1.6.12
 Severity: important
 
 Hi,
 
 I'm working on some d-i patches, and in order to avoid having to wait
 for the installer all the time while it downloads udebs or the base
 system, I installed apt-cacher on my laptop, so that the virtualbox
 instances where the installer was running could fetch their udebs from
 the apt-cacher cache.

Sounds a good idea. However, the imminent 1.7.0 release (rc1 already in 
experimental) will officially deprecate CGI mode. If you want to avoid a 
permanently running daemon, I would suggest inetd daemon mode is better.

 Originally I tried to run it from apache, and preseeded '10.0.2.2' as
 the hostname of my mirror. Unfortunately that didn't work; the
 apt-cacher error.log contains the following as a result of that attempt:

By preseeded you mean passed to the d-i running on virtualbox? 
Have you configured an upstream proxy for apt-cacher itself?
What are you passing as your mirror? I from what I can glean here, I think it 
should be

 http://10.0.2.2/apt-cacher/ftp.be.debian

A similar thing works for me using debootstrap and 1.7.0.rc1

 Mon Jul  4 08:42:25 2011|info [11577]: Unable to connect to 10.0.2.2
 Mon Jul  4 08:44:19 2011|info [22940]: Unable to connect to 10.0.2.2
 Mon Jul  4 08:45:35 2011|info [22952]: Unable to connect to 10.0.2.2

Could you enable apt-cacher debugging so we can see a little more of 
what requests are actually getting through.

 For reference, 10.0.2.2 is the IP address that virtualbox hands to guest
 instances as their default route. Using it will reach you the host OS,
 but the host OS itself is not aware of that fact; virtualbox will do NAT
 for guest machines.

I have no experience with virtualbox, but I will see if I can get a 
working installation to replicate later on.

Mark



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



Bug#632633: reiser4progs: Casts 64 bit integers to 32 bit, infinite loop in progress bar code

2011-07-04 Thread Guus Sliepen
Package: reiser4progs
Version: 1.0.7-6
Severity: critical
Justification: causes serious data loss


I found two bugs in fsck.reiserfs, that affect filesystems larger than 16 TiB.
First is an explicit cast of a 64 bit block counter to 32 bit, which causes it
to not work correctly on such large filesystems, the second is that the code
that prints the progress bar can go into an infinite loop (which was triggered
by the bug I reported earlier against libaal-dev), because it
uses while(width--) {...}, but width can start out to be negative. I've
marked this bug critical as the first bug could cause an incorrect repair of
the filesystem, and the second will prevent fsck.reiserfs from running at all.

I have attached a patch which fixes the first issue, and removes the progress
bar completely.

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

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

Versions of packages reiser4progs depends on:
ii  libc6 2.13-8 Embedded GNU C Library: Shared lib
ii  libncurses5   5.9-1  shared libraries for terminal hand
ii  libreadline6  6.2-2  GNU readline and history libraries
ii  libuuid1  2.19.1-2   Universally Unique ID library

reiser4progs recommends no packages.

reiser4progs suggests no packages.

-- no debconf information
--- reiser4progs-1.0.7.orig/libmisc/gauge.c
+++ reiser4progs-1.0.7/libmisc/gauge.c
@@ -95,31 +95,8 @@
 		gauge-value_func(gauge);
 	
 	if (gauge-value != -1) {
-		uint32_t width, count;
-		
-		width = misc_screen_width();
-		if (width  10)
-			goto done;
-		
-		width -= 10;
-		
-		if (width  50)
-			width = 50;
-		
-		fprintf(stderr, [);
-		count = width * gauge-value / 100;
-		width -=  count;
-		while (count--) {
-			fprintf(stderr, =);
-		}
-		
 		misc_gauge_blit();
-		
-		while(width--) {
-			fprintf(stderr,  );
-		}
-		
-		fprintf(stderr, ] %lld%%, gauge-value);
+		fprintf(stderr,  %lld%%, gauge-value);
 	} else {
 		misc_gauge_blit();
 	}
--- reiser4progs-1.0.7.orig/librepair/repair.c
+++ reiser4progs-1.0.7/librepair/repair.c
@@ -210,7 +210,8 @@
is a node). */
 static errno_t cb_region_mark(blk_t blk, uint64_t count, void *data) {
 	repair_control_t *control = (repair_control_t *)data;
-	uint32_t i;
+	//uint32_t i; // BUG! block number is 64 bit.
+	blk_t i;
 	
 	aal_assert(vpf-561, control != NULL);
 	


Bug#603575: bts cleanups

2011-07-04 Thread Daniel Baumann
retitle 603575 doesn't symlink logos for icinga
reassign 603575 nagios-images
force-merge 603575 631372
thanks

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



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



Bug#632211: forwarded message from Holger Parplies

2011-07-04 Thread Thomas Lange
---BeginMessage---
Hi,

Thilo Uttendorfer wrote on 2011-06-29 17:53:49 +0200 [PACKAGES remove]:
 I have a problem concerning PACKAGES remove in package_config files. I want 
 some packages to be removed, lets say p1, p2 and p3. This works as expected 
 as long as the mirror knows about all these packages. [...]
 
 My workaround for now is to add a aptitude-remove-command to 
 install_packages because aptitude does not stop if one of the packages does 
 not exist. Look at the attached patch. It's a dpatch, but you can easily 
 extract the regular patch.
 
 Anyone else have this problem and maybe a smarter solution?

I don't have the problem, but wouldn't you get exactly the same with

PACKAGES aptitude
p1-
p2-
p3-

In fact, I *have* used PACKAGES aptitude with package- to remove packages
(dhcp3-client, dhcp3-common ...) in the past, probably because until now I
didn't know PACKAGES remove existed ;-).

That said, changing PACKAGES remove to use aptitude would seem to be a good
idea. Is there any reason *not* to do that, i.e. does aptitude's strategy for
removing packages differ from apt-get's?

Regards,
Holger
---End Message---

-- 
regards Thomas


Bug#581195: icinga-cgi: icons missing

2011-07-04 Thread Daniel Baumann
Alexander Wirt formo...@formorer.de wrote:
 imho there is nothing I can do here. If you have a better idea: let
 me know.

since icinga-cgi in the default config always references the debian
logo, this debian logo should be included in icinga-cgi (or -common,
whatever you prefere) itself. do you need a patch for that?

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



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



Bug#617604: Please package gir1.2-poppler-0.16

2011-07-04 Thread Peter Ward
Is there a reason this hasn’t been done in one of the more recent uploads?

Since I requested this, I’ve worked around it by building the packages myself
with the required changes, but doing this on each computer I want to run my
software on is somewhat annoying.

Is there something I can do to resolve this issue?



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



Bug#632308: stalls when loading web pages with flash

2011-07-04 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stack trace when trying to load youtube.com:

marcus@better:~$ chromium --temp-profile -g
# Env:
# LD_LIBRARY_PATH=/usr/lib/chromium:/usr/lib/xulrunner-1.9.1
#
PATH=/usr/lib/chromium:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/opt/ec2-api-tools/bin:/opt/ec2-ami-tools/bin:/opt/ElasticLoadBalancing/bin:/opt/IAMCli/bin:/opt/elasticbeanstalk-cli/bin:/home/marcus/grails/bin:/home/marcus/gradle/bin
#GTK_PATH=
# CHROMIUM_USER_FLAGS=
#  CHROMIUM_FLAGS=--password-store=detect
- --user-data-dir=/tmp/tmp.RobmOwHCEW
/usr/bin/gdb /usr/lib/chromium/chromium -x /tmp/chromiumargs.myFTjW
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 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/lib/chromium/chromium...Reading symbols from
/usr/lib/debug/usr/lib/chromium/chromium...done.
done.
(gdb) r
Starting program: /usr/lib/chromium/chromium --password-store=detect
- --user-data-dir=/tmp/tmp.RobmOwHCEW
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffe7b88700 (LWP 2286)]
[New Thread 0x7fffe7387700 (LWP 2287)]
[New Thread 0x7fffe65ed700 (LWP 2288)]
[New Thread 0x7fffe5dec700 (LWP 2289)]
[New Thread 0x7fffe55eb700 (LWP 2290)]
[New Thread 0x7fffe4dea700 (LWP 2291)]
[New Thread 0x7fffe3de8700 (LWP 2293)]
[New Thread 0x7fffe45e9700 (LWP 2292)]
[New Thread 0x7fffe35e7700 (LWP 2295)]
[New Thread 0x7fffe9236700 (LWP 2296)]
[New Thread 0x7fffe2de6700 (LWP 2297)]
[New Thread 0x7fffe25e5700 (LWP 2298)]
[New Thread 0x7fffe1de4700 (LWP 2299)]
[New Thread 0x7fffe12f0700 (LWP 2300)]
[Thread 0x7fffe12f0700 (LWP 2300) exited]
[New Thread 0x7fffe12f0700 (LWP 2301)]

Failed to open debug file '/home/marcus/tmp/mozdebug'

[New Thread 0x7fffd26a2700 (LWP 2319)]

[New Thread 0x7fffd1ff8700 (LWP 2337)]

[New Thread 0x7fffd17f7700 (LWP 2341)]

[New Thread 0x7fffd2681700 (LWP 2342)]
[New Thread 0x7fffd0ff6700 (LWP 2343)]
[Thread 0x7fffd17f7700 (LWP 2341) exited]
[New Thread 0x7fffd0fd5700 (LWP 2344)]
[New Thread 0x7fffd17f7700 (LWP 2351)]
[Thread 0x7fffd17f7700 (LWP 2351) exited]
^CCheck failed: g_shutdown_pipe_write_fd != -1

Program received signal SIGINT, Interrupt.
0x7fffed8926d3 in __poll (fds=value optimized out, nfds=value
optimized out, timeout=29)
at ../sysdeps/unix/sysv/linux/poll.c:87
87  ../sysdeps/unix/sysv/linux/poll.c: Filen eller katalogen finns inte.
in ../sysdeps/unix/sysv/linux/poll.c
(gdb) set pagination 0
(gdb) bt
#0  0x7fffed8926d3 in __poll (fds=value optimized out, nfds=value
optimized out, timeout=29) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x71bcc9e4 in ?? () from /lib/libglib-2.0.so.0
#2  0x71bccf1d in g_main_context_iteration () from
/lib/libglib-2.0.so.0
#3  0x7571ba6f in base::MessagePumpForUI::RunOnce (this=value
optimized out, context=value optimized out, block=value optimized
out) at base/message_pump_glib.cc:236
#4  0x7571b953 in base::MessagePumpForUI::RunWithDispatcher
(this=0x78aef900, delegate=value optimized out, dispatcher=value
optimized out) at base/message_pump_glib.cc:210
#5  0x756ea235 in MessageLoop::RunInternal (this=0x787e9e00)
at base/message_loop.cc:346
#6  0x756ea31c in RunHandler (this=value optimized out,
dispatcher=value optimized out) at base/message_loop.cc:319
#7  MessageLoopForUI::Run (this=value optimized out, dispatcher=value
optimized out) at base/message_loop.cc:694
#8  0x74ee8a75 in RunUIMessageLoop (parameters=...) at
chrome/browser/browser_main.cc:589
#9  BrowserMain (parameters=...) at chrome/browser/browser_main.cc:1842
#10 0x74eda529 in RunNamedProcessTypeMain (argc=value optimized
out, argv=value optimized out) at chrome/app/chrome_main.cc:500
#11 ChromeMain (argc=value optimized out, argv=value optimized out)
at chrome/app/chrome_main.cc:821
#12 0x74ed1d99 in main (argc=3, argv=0x7fffe0a8) at
chrome/app/chrome_exe_main_gtk.cc:46
(gdb) thread apply all backtrace

Thread 22 (Thread 0x7fffd0fd5700 (LWP 2344)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
#1  0x7570ff23 in base::ConditionVariable::TimedWait
(this=0x78772900, max_time=value optimized out) at
base/synchronization/condition_variable_posix.cc:60
#2  0x76b4b259 in base::PosixDynamicThreadPool::WaitForTask
(this=0x787728c0) at base/threading/worker_pool_posix.cc:153
#3  0x76b4b32c in base::(anonymous
namespace)::WorkerThread::ThreadMain (this=0x79284cc0) at
base/threading/worker_pool_posix.cc:77
#4  0x757137c2 in base::(anonymous 

Bug#632625: apt-cacher: [INTL:nl] Dutch translation of debconf templates

2011-07-04 Thread Mark Hindley
package apt-cacher
tag 632625 pending
thanks

On Mon, Jul 04, 2011 at 09:38:37AM +0200, Jeroen Schot wrote:
 Package: apt-cacher
 Severity: wishlist
 Tags: patch l10n
 
 Hello,
 
 Attached is the Dutch translation of the apt-cacher debconf templates.
 Please include it in your next upload.

Thanks very much

Mark



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



Bug#632308: stalls when loading web pages with flash

2011-07-04 Thread Jonathan Nieder
Hi again,

Marcus Better wrote:

[...]
 #11 0x7fffd200b69f in gm_pref_store_new () from
 /usr/lib/mozilla/plugins/gecko-mediaplayer.so

Thanks for the quick reply.

Looks like Bug#627348.  Does disabling the gecko-mediaplayer plugin
help?



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



Bug#632468: nmu: udav_0.6.3-2

2011-07-04 Thread Salvatore Bonaccorso
Hi all

On Sat, Jul 02, 2011 at 07:53:09PM +0300, Dimitrios Eftaxiopoulos wrote:
 Στις Σαβ 02 Ιουλ 2011 18:41:18 Salvatore Bonaccorso γράψατε:
 Hello Salvatore,
 
  I'm cc'ing Dimitrios if he has an idea on this. mathgl should be in a
  much stable shape now as it was previously. 
 
 After the last nmu's by Steve Langasek, mathgl should build much more 
 smoothly 
 on all architectures.
 
  Dimitrios do you have some
  insights on possible ABI break inbetween 1.10 - 1.11?
 
 Sorry, I don't know.  

I now got down with snapshot.d.o packages, and indeed udav starts
fine until 1.10.2.1-2 but with 1.11.0.1-1, udav has the first time

udav: Symbol `mgls_base_cmd' has different size in shared object, consider 
re-linking

So did indeed mathgl broke it's ABI there and needed to bump the
soname?

Regards
Salvatore


signature.asc
Description: Digital signature


Bug#632308: stalls when loading web pages with flash

2011-07-04 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-07-04 11:24, Jonathan Nieder wrote:
 Looks like Bug#627348.  Does disabling the gecko-mediaplayer plugin
 help?

Yes, it works after uninstalling that!

Cheers,

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

iEYEARECAAYFAk4Rh6oACgkQXjXn6TzcAQkJGACgtC/erRrDeXPDf0sseEnm028a
xcAAoIrqhyYKtAg19N0U/sbmHP4jwaT4
=r8QH
-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#424596: Bugs closed using wrong version info

2011-07-04 Thread Touko Korpela
These bugs seem to be closed using wrong version (same that were in the bug
report).
Maybe some commands to BTS are in place to make bug version tracking more
correct (so that graph show them fixed in current version)?



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



Bug#548070: ITP: libpdcurses0 -- X/Open curses library with an X11 and SDL interface

2011-07-04 Thread Peter Pentchev
On Thu, Jun 30, 2011 at 04:43:18PM +0200, Agustin Martin wrote:
 On Wed, Sep 23, 2009 at 06:13:22PM +0300, Peter Pentchev wrote:
  Package: wnpp
  Severity: wishlist
  Owner: Peter Pentchev r...@ringlet.net
  
  * Package name: libpdcurses0
Version : 3.4
Upstream Author : William McBrine wmcbr...@users.sf.net
  * URL : http://pdcurses.sourceforge.net/
  * License : Public domain, MIT, GPL-2+
Programming Lang: C
Description : X/Open curses library with an X11 and SDL interface
  
  The main reason I want to package this library is that asciiportal
  (in a separate ITP) uses its SDL bindings for its weird half-TUI,
  half-GUI :)
 
 (cc'ing Anders Kaseorg and upstream William McBrine, hi both)
 
 Hi, Peter
 
 Sorry for the late reply, I should at least have said hello when I first
 noticed your ITP.
 
 During some time I have been playing with a personal package for XCurses put
 at my personal Debian area. It dealt only with XCurses to play with THE (an
 IBM XEDIT clone) under X system and had it at my personal git area under
 alioth, 
 
   git://anonscm.debian.org/users/agmartin/pdcurses.git
[snip more about your package and Andreas Kaseorg's one]

Hi,

Sorry for replying a bit late; I was on a short vacation last week and
I only got back to my e-mail this morning.

Well, the work I've done on PDCurses may be seen in the Debian Games Team's
Git repository -
http://anonscm.debian.org/gitweb/?p=pkg-games/libxcurses.git;a=summary
or, of course, http://anonscm.debian.org/git/pkg-games/libxcurses.git/
The truth is, just a couple of days ago I remembered that my ITPs of
this library and ASCIIpOrtal have been, well, languishing for a while;
I'll do something about them in the next couple of days :)

I'll certainly see what you've done and look for some ideas, and shame on
me for not checking if anybody had done anything like that for Ubuntu!

Thanks a lot for your message and the pointers; I'll get back to you when
I've had a bit more time to see what everybody else has been doing on
libpdcurses while I wasn't looking :)  It'll most probably be later today
or tomorrow.

Thanks again, and keep up the good work!

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@freebsd.org pe...@packetscale.com
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
When you are not looking at it, this sentence is in Spanish.


signature.asc
Description: Digital signature


Bug#632308: stalls when loading web pages with flash

2011-07-04 Thread Jonathan Nieder
reassign 632308 gecko-mediaplayer
severity 632308 grave
affects 627348 + src:chromium-browser
merge 627348 632308
quit

Marcus Better wrote:
 On 2011-07-04 11:24, Jonathan Nieder wrote:

 Looks like Bug#627348.  Does disabling the gecko-mediaplayer plugin
 help?

 Yes, it works after uninstalling that!

Okay, merging.  Unfortunately gecko-mediaplayer does not seem to have
an active maintainer in Debian at the moment, so I can't promise
progress soon. :/

Thanks again for your help.



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



Bug#632634: nmu: dehydra_0.9.hg20110609-1

2011-07-04 Thread Mike Hommey
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

nmu dehydra_0.9.hg20110609-1 . ALL . -m Rebuild against libmozjs 5.0


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

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



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



Bug#632635: nmu: pyxpcom_1:2.0~hg20110502-1

2011-07-04 Thread Mike Hommey
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

nmu pyxpcom_1:2.0~hg20110502-1 . ALL . -m Rebuild against xulrunner 5.0


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

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



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



Bug#630476: Ping

2011-07-04 Thread Yves-Alexis Perez
Hey? Any news on this?

Regards,
-- 
Yves-Alexis




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



Bug#606373: Reminder about your invitation from Cleto Martín Angelina

2011-07-04 Thread LinkedIn Invitations
LinkedIn
  

This is a reminder that on June 22, Cleto Martín Angelina sent you an 
invitation to become part of his or her professional network at LinkedIn.



Follow this link to accept Cleto Martín Angelina's invitation.

https://www.linkedin.com/e/8hexn1-gpp9aibt-4y/doi/3304938148/mskkRAKA/gir_740240064_1/EML-inv_17_rem/

Signing up is free and takes less than a minute.


On June 22, Cleto Martín Angelina wrote:

 To:  [606...@bugs.debian.org]
 From: Cleto Martín Angelina [cleto.mar...@gmail.com]
 Subject: Invitación a conectarnos en LinkedIn

 Me gustaría añadirte a mi red profesional en LinkedIn.
  
 -Cleto


The only way to get access to Cleto Martín Angelina's professional network on 
LinkedIn is through the following link:

https://www.linkedin.com/e/8hexn1-gpp9aibt-4y/doi/3304938148/mskkRAKA/gir_740240064_1/EML-inv_17_rem/

You can remove yourself from Cleto Martín Angelina's network at any time.


--



 
-- 
(c) 2011, LinkedIn Corporation

Bug#632505: minbif disconnects from irssi

2011-07-04 Thread Nicolas Évrard

On Jul/04, Nicolas Évrard wrote:

Now minbif do not crash but I've got those messages in a request
window:

08:24 request :: Error Reading blist.xml ::
08:24 request An error was encountered reading your buddy list.
The file has not been loaded, and the   old file has been
renamed to /var/lib/minbif/users/nicoe/blist.xml~.

And in the status window:

08:19 !nutellux.dyndns.org Minbif-IRCd initialized, please go on
08:19 ::: ERROR Closing Link: Incorrect credentials
08:19 ::: Connection lost to localhost

But I never changed my credentials.


maybe the conf file got corrupted somehow ?


I will move /var/lib/minbif/users/nicoe to something else to try with
a brand new setup.


I indeed have a core file in minbif/users but trying to get the
backtrace gave me no stack:

root@mnms:/var/lib/minbif/users# gdb core
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 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/...
/var/lib/minbif/users/core: not in executable format: Format de fichier non 
reconnu
(gdb) bt
No stack.


You'll need to run gdb minbif core if I'm not mistaken.


You were right, here is the backtrace:

(gdb) bt
#0  0x004902f9 in irc::Server::addNick(irc::Nick*) ()
#1  0x0046e336 in irc::IRC::addNick(irc::Nick*) ()
#2  0x0045d496 in
im::Conversation::recvMessage(std::basic_stringchar,
std::char_traitschar, std::allocatorchar ,
std::basic_stringchar, std::char_traitschar, std::allocatorchar
, bool) ()
#3  0x0045db05 in
im::Conversation::write_conv(_PurpleConversation*, char const*, char
const*, char const*, PurpleMessageFlags, long) ()
#4  0x7fdaa2a21881 in purple_conversation_write () from
/usr/lib/libpurple.so.0
#5  0x7fdaa2a546bf in serv_got_im () from /usr/lib/libpurple.so.0
#6  0x7fda99de9be9 in ?? () from /usr/lib/purple-2/libjabber.so.0
#7  0x7fda99deacc8 in jabber_message_parse () from
/usr/lib/purple-2/libjabber.so.0
#8  0x7fda99ddfdfb in jabber_process_packet () from
/usr/lib/purple-2/libjabber.so.0
#9  0x7fda99decca7 in ?? () from /usr/lib/purple-2/libjabber.so.0
#10 0x7fda9fc4da93 in ?? () from /usr/lib/libxml2.so.2
#11 0x7fda9fc54930 in ?? () from /usr/lib/libxml2.so.2
#12 0x7fda9fc560a8 in xmlParseChunk () from /usr/lib/libxml2.so.2
#13 0x7fda99decd1d in jabber_parser_process () from
/usr/lib/purple-2/libjabber.so.0
#14 0x7fda99ddbb12 in ?? () from /usr/lib/purple-2/libjabber.so.0
#15 0x0043153c in ?? ()
#16 0x7fdaa27144a3 in g_main_context_dispatch () from
/lib/libglib-2.0.so.0
#17 0x7fdaa2714c80 in ?? () from /lib/libglib-2.0.so.0
#18 0x7fdaa27152f2 in g_main_loop_run () from
/lib/libglib-2.0.so.0
#19 0x0042a1a8 in Minbif::main(int, char**) ()
#20 0x0042d900 in main ()


I'm tagging unreproducible and downgrading to normal since it
doesn't seem to be a crash... I'll update those as needed, as we
continue investigating.


Ok. But this bug (even it is not reproducible) has a major effect on
the usability of the package (at least for me), so I think its level
should be 'important'.

--
(° Nicolas Évrard
( ) Liège
 `¯



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



Bug#629815: Bug#632406: FTBFS: configure fails, missing 'gdcmConfigure.h'

2011-07-04 Thread Philipp Kern
Hi,

On Sat, Jul 02, 2011 at 05:23:42AM +0200, Michael Biebl wrote:
 your package currently FTBFS (during the configure step):
[...]

so this would potentially block the upcoming poppler transition.  We are unable
to rebuild gdcm due to bug #632406 and vtk bug #629815.  If they're not fixed
when everything else is ready we will temporarily remove gdcm, necessitating
the removal of ants, insighttoolkit and mriconvert.  They will be free to
re-enter testing once the issues are resolved.

So poppler can go ahead.

Kind regards
Philipp Kern



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



Bug#632626: vidalia: [INTL:nl] Dutch translation of debconf templates

2011-07-04 Thread Dererk
tags 632626 pending
thanks

On 04/07/11 04:51, Jeroen Schot wrote:
 Package: vidalia
 Version: 0.3.0alpha-3
 Severity: wishlist
 Tags: patch l10n

 Hello,

 Attached is the Dutch translation of the vidalia debconf templates in
 experimental. Please include it in your next upload.

 Regards,
Will do!

Thanks a lot.


Cheers,

Dererk

-- 
BOFH excuse #89:
Electromagnetic energy loss




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



Bug#539568: Reminder about your invitation from Cleto Martín Angelina

2011-07-04 Thread LinkedIn Invitations
LinkedIn
  

This is a reminder that on June 22, Cleto Martín Angelina sent you an 
invitation to become part of his or her professional network at LinkedIn.



Follow this link to accept Cleto Martín Angelina's invitation.

https://www.linkedin.com/e/-97erbe-gpp9al7q-p/doi/3304936240/n6REyxKo/gir_740239625_1/EML-inv_17_rem/

Signing up is free and takes less than a minute.


On June 22, Cleto Martín Angelina wrote:

 To:  [539...@bugs.debian.org]
 From: Cleto Martín Angelina [cleto.mar...@gmail.com]
 Subject: Invitación a conectarnos en LinkedIn

 Me gustaría añadirte a mi red profesional en LinkedIn.
  
 -Cleto


The only way to get access to Cleto Martín Angelina's professional network on 
LinkedIn is through the following link:

https://www.linkedin.com/e/-97erbe-gpp9al7q-p/doi/3304936240/n6REyxKo/gir_740239625_1/EML-inv_17_rem/

You can remove yourself from Cleto Martín Angelina's network at any time.


--



 
-- 
(c) 2011, LinkedIn Corporation

Bug#624310: [libnss3-1d] Out of date copyright file

2011-07-04 Thread Bastien ROUCARIES
reopen 624310
retitle 624310 old dbm with  Out of date copyright file
thanks

 Sorry to reopen, in this package they are old 4 close bsd. In this
 case it is incompatible with GPL v2*

 There sure are (check subdirectories).

 Yes they are because they use old source. BSD have relicenced to 3
 clause see ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
 and new source in
 ftp://ftp.dk.netbsd.org/pub/NetBSD/NetBSD-release-4-0/src/lib/libc/db/db/db.c

 Thanks

 * in this case I will have open a serious bug due to license incompatibility.

 On Mon, Jul 4, 2011 at 10:28 AM, Mike Hommey m...@glandium.org wrote:
 On Wed, Apr 27, 2011 at 12:47:40PM +0200, Bastien ROUCARIES wrote:
 Package: libnss3-1d
 Version: 3.12.9.with.ckbi.1.82-1
 Severity: wishlist

 They are no more 4 close bsd source in libdbm.



 Mike





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



Bug#632636: phpsysinfo needs xsl module

2011-07-04 Thread Joerg Dorchain
Package: phpsysinfo
Version: 3.0.10-1.1

Hi,

it seems that phpsysinfo needs a depends: php5-xsl in order to
work properly.

Please add,

Joerg



signature.asc
Description: Digital signature


Bug#632637: e2fsprogs: enable_periodic_fsck = 0 leads to invalid maximal mount count

2011-07-04 Thread Mario 'BitKoenig' Holbe
Package: e2fsprogs
Version: 1.42~WIP-2011-07-02-1

Hello,

e2fsprogs 1.42~WIP-2011-07-02-1 tries to change mke2fs defaults to time-
and mount count-based file system checks disabled via mke2fs.conf
[defaults]
enable_periodic_fsck = 0

This leads to mke2fs setting the maximum mount count to 0. This, in
turn, leads to a maximal mount count reached warning at first mount
and a reset of the maximum mount count to 20:
# mke2fs /dev/loop0
# tune2fs -l /dev/loop0
Maximum mount count:  0
# mount /dev/loop0 ...
EXT2-fs (loop0): warning: maximal mount count reached, running e2fsck is 
recommended
# tune2fs -l /dev/loop0
Maximum mount count:  20

IMHO, mke2fs should instead set the maximum mount count to -1 like
tune2fs -c 0 does - this works well on subsequential mounts.


Thanks for your work  regards
   Mario
-- 
I thought the only thing the internet was good for was porn.  -- Futurama


signature.asc
Description: Digital signature


Bug#632638: phpsysinfo throws a lot of errors in default config

2011-07-04 Thread Joerg Dorchain
Package: phpsysinfo
Version: 3.0.10-1.1

Hi,

in default configuration, phpsysinfo throws a lot of erro
messages:

Oh, I'm sorry. Something seems to be wrong.
errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_DEBUG - assumed
'PSI_DEBUG' File :
/usr/share/phpsysinfo/includes/os/class.Linux.inc.php Line : 516

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_ADD_PATHS -
assumed 'PSI_ADD_PATHS' File :
/usr/share/phpsysinfo/includes/class.CommonFunctions.inc.php Line
: 52

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_ADD_PATHS -
assumed 'PSI_ADD_PATHS' File :
/usr/share/phpsysinfo/includes/class.CommonFunctions.inc.php Line
: 53

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_USE_VHOST -
assumed 'PSI_USE_VHOST' File :
/usr/share/phpsysinfo/includes/os/class.Linux.inc.php Line : 62

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_USE_VHOST -
assumed 'PSI_USE_VHOST' File :
/usr/share/phpsysinfo/includes/os/class.Linux.inc.php Line : 43

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_DEBUG - assumed
'PSI_DEBUG' File :
/usr/share/phpsysinfo/includes/os/class.Linux.inc.php Line : 79

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_ADD_PATHS -
assumed 'PSI_ADD_PATHS' File :
/usr/share/phpsysinfo/includes/class.CommonFunctions.inc.php Line
: 52

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_ADD_PATHS -
assumed 'PSI_ADD_PATHS' File :
/usr/share/phpsysinfo/includes/class.CommonFunctions.inc.php Line
: 53

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_DEBUG - assumed
'PSI_DEBUG' File :
/usr/share/phpsysinfo/includes/os/class.Linux.inc.php Line : 81

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_ADD_PATHS -
assumed 'PSI_ADD_PATHS' File :
/usr/share/phpsysinfo/includes/class.CommonFunctions.inc.php Line
: 52

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_ADD_PATHS -
assumed 'PSI_ADD_PATHS' File :
/usr/share/phpsysinfo/includes/class.CommonFunctions.inc.php Line
: 53

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_DEBUG - assumed
'PSI_DEBUG' File :
/usr/share/phpsysinfo/includes/os/class.Linux.inc.php Line : 86

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_ADD_PATHS -
assumed 'PSI_ADD_PATHS' File :
/usr/share/phpsysinfo/includes/class.CommonFunctions.inc.php Line
: 52

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_ADD_PATHS -
assumed 'PSI_ADD_PATHS' File :
/usr/share/phpsysinfo/includes/class.CommonFunctions.inc.php Line
: 53

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_DEBUG - assumed
'PSI_DEBUG' File :
/usr/share/phpsysinfo/includes/os/class.Linux.inc.php Line : 121

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_ADD_PATHS -
assumed 'PSI_ADD_PATHS' File :
/usr/share/phpsysinfo/includes/class.CommonFunctions.inc.php Line
: 52

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_ADD_PATHS -
assumed 'PSI_ADD_PATHS' File :
/usr/share/phpsysinfo/includes/class.CommonFunctions.inc.php Line
: 53

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_LOAD_BAR -
assumed 'PSI_LOAD_BAR' File :
/usr/share/phpsysinfo/includes/os/class.Linux.inc.php Line : 214

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_LOAD_BAR -
assumed 'PSI_LOAD_BAR' File :
/usr/share/phpsysinfo/includes/os/class.Linux.inc.php Line : 173

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_LOAD_BAR -
assumed 'PSI_LOAD_BAR' File :
/usr/share/phpsysinfo/includes/os/class.Linux.inc.php Line : 214

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_LOAD_BAR -
assumed 'PSI_LOAD_BAR' File :
/usr/share/phpsysinfo/includes/os/class.Linux.inc.php Line : 173

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_DEBUG - assumed
'PSI_DEBUG' File :
/usr/share/phpsysinfo/includes/class.Parser.inc.php Line : 36

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_ADD_PATHS -
assumed 'PSI_ADD_PATHS' File :
/usr/share/phpsysinfo/includes/class.CommonFunctions.inc.php Line
: 52

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_ADD_PATHS -
assumed 'PSI_ADD_PATHS' File :
/usr/share/phpsysinfo/includes/class.CommonFunctions.inc.php Line
: 53

errorHandlerPsi :

PHP throws a error
Level : 8 Message : Use of undefined constant PSI_DEBUG - assumed

Bug#632639: gtklick: missing dependency on python-glade2

2011-07-04 Thread Paolo D'Apice
Package: gtklick
Version: 0.6.4-2
Justification: renders package unusable
Severity: grave

After installing the package, when trying to run gtklick
the following error message appears:

$ gtklick
Traceback (most recent call last):
  File /usr/bin/gtklick, line 16, in module
from gtklick.gtklick import GTKlick
  File /usr/share/gtklick/gtklick/gtklick.py, line 17, in module
import gtk.glade
ImportError: No module named glade
$

The problem can be solved installing the package python-glade2.



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

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

Versions of packages gtklick depends on:
ii  klick0.12.2-1+b1 advanced metronome for JACK
ii  python   2.6.6-14interactive high-level object-orie
ii  python-gtk2  2.24.0-2Python bindings for the GTK+ widge
ii  python-liblo 0.9.1-2+b1  Python bindings for liblo, the lig

gtklick recommends no packages.

gtklick 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#632640: RFP: git-flow -- Git extensions to provide high-level repository operations for Vincent Driessen's branching model

2011-07-04 Thread Sam Morris
Package: wnpp
Severity: wishlist

* Package name: git-flow
  Version : 0.4.1
  Upstream Author : Vincent Driessen
* URL : https://github.com/nvie/gitflow
* License : 2-clause BSD
  Programming Lang: Shell
  Description : Git extensions for Vincent Driessen's branching model

A set of scripts that provide high-level repository operations for
managing feature/release/hotfix branches in a Git repository. This
implements the workflow described at
http://nvie.com/posts/a-successful-git-branching-model/.



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



Bug#632641: network-manager should work harder to prevent information leaks with VPN connections

2011-07-04 Thread Maik Zumstrull
Package: network-manager-openvpn
Version: 0.8.999-1

When opening a VPN connection to an IPv4-only OpenVPN host, the only
thing NetworkManager currently does to direct traffic through the VPN
is switching the IPv4 default route to the tunnel device. In my
opinion, that is not enough to protect the user's communication.

First, if the user has local IPv6 service, it remains open. Any
services that (correctly) prefer v6 over v4 will default to
unencrypted communication.

Second, if the VPN goes down, any packets still queued will be sent
out unencrypted.

I think NetworkManager should take down any local routes, including
v6, to direct all traffic through the VPN. It should also use
source-based routing and/or iptables to make sure traffic meant for
the VPN never goes out through any other device, even if the default
route changes.

I ask that this is not downgraded to wishlist. Sending out unencrypted
traffic after the user has explicitly requested a VPN is kind of a big
deal, in my opinion.



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



Bug#623978: --binary-arch support for qemubuilder (with patch)

2011-07-04 Thread Mike Gabriel

Hi Junichi,

On Mo 04 Jul 2011 00:04:33 CEST Junichi Uekawa wrote:


Hi,

I think the patch as applies will not work for cowbuilder; but I
believe cowbuilder may be already broken in behavior. Would you want
to take a look ?


I haven't played with cowbuilder yet, only qemubuilder. As I have  
already cloned your Git and created a branch, I'd love to contribute  
to qemubuilder (I use it quite heavily). But for testing cowbuilder I  
do not feel like having the time. This might change. Will that be a  
show-stopper? If yes, I may put looking after cowbuilder on my list,  
but it will have low prio.


Sorry for this half-baked answer,
Mike



--

DAS-NETZWERKTEAM
mike gabriel, dorfstr. 27, 24245 barmissen
fon: +49 (4302) 281418, fax: +49 (4302) 281419

GnuPG Key ID 0xB588399B
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpz1nBInkUjS.pgp
Description: Digitale PGP-Unterschrift


Bug#594762: miscalculates window size, keeping free space at right and bottom

2011-07-04 Thread 李健秋
Package: lxterminal
Followup-For: Bug #594762

Hi,

Does this bug still exist in version 0.1.9-1 of this package?

-Andrew

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

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

Versions of packages lxterminal depends on:
ii  libatk1.0-0   2.0.1-1ATK accessibility toolkit
ii  libc6 2.13-5 Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-3generic font configuration library
ii  libfreetype6  2.4.4-2FreeType 2 font engine, shared lib
ii  libgdk-pixbuf2.0-02.23.3-3.1 GDK Pixbuf library
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.4-1   Layout and rendering of internatio
ii  libvte9   1:0.28.1-2 Terminal emulator widget for GTK+ 
ii  libx11-6  2:1.4.3-2  X11 client-side library

lxterminal recommends no packages.

lxterminal 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#623052: Preferences do not save.

2011-07-04 Thread 李健秋
Package: lxterminal
Followup-For: Bug #623052

Hi,

Does this bug still exist in version 0.1.9-1 of this package?

-Andrew

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

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

Versions of packages lxterminal depends on:
ii  libatk1.0-0   2.0.1-1ATK accessibility toolkit
ii  libc6 2.13-5 Embedded GNU C Library: Shared lib
ii  libcairo2 1.10.2-6   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-3generic font configuration library
ii  libfreetype6  2.4.4-2FreeType 2 font engine, shared lib
ii  libgdk-pixbuf2.0-02.23.3-3.1 GDK Pixbuf library
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.4-1   Layout and rendering of internatio
ii  libvte9   1:0.28.1-2 Terminal emulator widget for GTK+ 
ii  libx11-6  2:1.4.3-2  X11 client-side library

lxterminal recommends no packages.

lxterminal 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#550940: Mediawiki settings file world-readable

2011-07-04 Thread Ian Jackson
Hi, security guys.  Would you care to take a look at #550940 ?  
I think this is the kind of security problem which should perhaps
warrant a DSA.

The maintainer's response (that this is fixed in a new upstream
version and therefore wouldn't be fixed in squeeze) seems
very surprising to me.

Ian.



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



Bug#588510: rename thin-client-server profile to ltsp-server profile

2011-07-04 Thread Holger Levsen
Hi Marius,

On Samstag, 2. Juli 2011, Marius Kotsbak wrote:
 I suggest expanding the description for Thin client server with: This
 also provides support for diskless (fat) clients.

This would require us to get updates for all translations... (and this was 
already discussed.)

IMO this should be improved in the manual for now.


cheers,
Holger



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



Bug#632395: debian-edu-install: Debian Edu profile selection step is confusing, simplify

2011-07-04 Thread Holger Levsen
tags 632395 - squeeze
thanks

Hi Marius,

thanks for filing this bug!

On Samstag, 2. Juli 2011, Marius Kotsbak wrote:
 I suggest that it should be changed to use radio boxes for the valid
 combinations of profiles 

I agree with you. I also think this should be fixed in wheezy as touching this 
part of the installer is non-trivial and we're in a freeze.

(The squeeze tag is uneeded here / used in a different way by the Debian 
release team.)


cheers,
Holger




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



Bug#630044: transition: poppler 0.16

2011-07-04 Thread Philipp Kern
On Mon, Jul 04, 2011 at 08:50:00AM +0200, Pino Toscano wrote:
 Alle domenica 3 luglio 2011, Michael Biebl ha scritto:
  Am 10.06.2011 17:03, schrieb Pino Toscano:
   Sources that can be binNMU'ed:
 apvlv (poppler-glib)
 auto-multiple-choice (poppler)
 cups (poppler)
 epdfview (poppler-glib)
 gambas2 (poppler)
 gdcm (poppler)
 gimp (poppler-glib)
 gpdftext (poppler-glib)
 gnome-commander (poppler)
 gummi (poppler-glib)
 inkscape (poppler, poppler-glib)
 koffice (poppler)
 libreoffice (poppler)
 luatex (poppler)
 pdf-presenter-console (poppler-glib)
 pdf2djvu (poppler)
 pdf2svg (poppler-glib)
 pdfcube (poppler-glib)
 pdfgrep (poppler)
 pdftoipe (poppler)
 popplerkit.framework (poppler)
 referencer (poppler-glib)
 ruby-gnome2 (poppler-glib)
 texlive-bin (poppler)
 tracker (poppler-glib)
 tumbler (poppler-glib)
 xournal (poppler-glib)
 webkit2pdf (poppler-glib)
 zathura (poppler-glib)
  [...]
  I'm planning on uploading poppler to 0.6.17-2 later today.
 poppler 0.16.7-2 uploaded and built correctly on every release arch (and 
 more), could you please schedule the binNMUs for the packages above 
 (excluding gdcm, currently broken)?

Not yet done for epdfview and libreoffice.  Done for the others.

Kind regards,
Philipp Kern
-- 
 .''`.  Philipp KernDebian Developer
: :' :  http://philkern.de Stable Release Manager
`. `'   xmpp:p...@0x539.de Wanna-Build Admin
  `-finger pkern/k...@db.debian.org


signature.asc
Description: Digital signature


Bug#632642: ITP: qasmixer -- mixer for the sound system ALSA powered by a QT GUI

2011-07-04 Thread Sebastian H.
Package: wnpp
Severity: wishlist
Owner: Sebastian H. va...@gmx.de


* Package name: qasmixer
  Version : 0.12.1
  Upstream Author : Sebastian Holtermann sebh...@xwmw.org
* URL : http://www.xwmw.org/qasmixer/
* License : GPL-3
  Programming Lang: C++
  Description : mixer for the sound system ALSA powered by a QT GUI

QasMixer is a graphical mixer application for the Linux sound 
architexture ALSA. It is powered by a QT4 GUI with customized slider
and checkbox widgets that dynamically adjust their size to use 
the available window space optimally. 

By using the ALSA mixer interface QasMixer aims to stay close to the 
sound hardware without any intermediate abstraction layers. 
This also means that it shows the same sliders and switches as 
the console alsamixer.

Closes: #n



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



Bug#324051: Bogus free space display on Alpha

2011-07-04 Thread Michael Cree
I think the attached patch, courtesy of Gentoo, should finally fix the
statvfs problem on Alpha.  Without the patch eglibc 2.13 causes major
problems on Alpha such as recent versions of apt-get failing to
establish the correct free space on the disk and refusing to install any
packages.  I have been using the patch since eglibc 2.13-4 up to 2.13-8
and everything works dandy.  Even the test program by Martin Loewis
gives the same answer with and without -D_FILE_OFFSET_BITS=64 when
running a libc with this patch.

Cheers
Michael.
From cd96467fcfa0b2a9be52dfc4e013d8051a827edc Mon Sep 17 00:00:00 2001
From: Mike Frysinger vap...@gentoo.org
Date: Sun, 3 Apr 2011 16:54:50 -0400
Subject: [PATCH] alpha: do not assume statfs64 support

In the past, the alpha port used the wordsize-64/statfs64.c stub which
allowed the statfs64() func to alias to statfs().  But after the move
to the ports tree, some shuffling happened and now alpha's statfs64.c
will pull in the standard 32bit linux statfs64.c file.  The problem
with this is that the code expands into a stub function if the 64bit
syscall is not defined and __ASSUME_STATFS64 is defined (which is
currently the case for alpha).

Since the alpha port has never had a statfs64 func, but has always had
only a 32bit struct version with the kernel ABI, it is wrong to alias
statfs64 to statfs.  So rather than restore the stub statfs64.c file,
undef __ASSUME_STATFS64 in the alpha kernel-features.h.  This way the
common code will do the right thing -- use the 32bit statfs syscall
and translate the result in userspace from the 32bit struct to the
64bit struct.

Signed-off-by: Mike Frysinger vap...@gentoo.org
---
 sysdeps/unix/sysv/linux/alpha/kernel-features.h |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h b/ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h
index 9c640f9..5217ca8 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h
+++ b/ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h
@@ -70,6 +70,9 @@
 
 #undef __ASSUME_ST_INO_64_BIT
 
+/* Alpha does not have a 64bit syscall, and its native syscall is 32bits.  */
+#undef __ASSUME_STATFS64
+
 /* pselect/ppoll were introduced on alpha just after 2.6.22-rc1.  */
 #if __LINUX_KERNEL_VERSION  0x020617
 # undef __ASSUME_PSELECT
-- 
1.7.4.1



Bug#625457: Broken Packages

2011-07-04 Thread Roman Mamedov
 Attached is a patch that should do just that. But maybe it breaks fetching an 
 unpacked Packages file, if that should be allowed.

And in fact it totally does, only one update completes successfully, after that 
all clients get the error 404 trying to fetch Packages (not gz, not bz2, this 
exact filename), and according to approx cache dir contents, it only has 
Packages.gz.

--
Hit http://natsu.romanrm.ru wheezy InRelease
Ign http://natsu.romanrm.ru wheezy/main amd64 Packages/DiffIndex
Ign http://natsu.romanrm.ru wheezy/main TranslationIndex
Err http://natsu.romanrm.ru wheezy/main amd64 Packages
  404  Not Found
Ign http://natsu.romanrm.ru wheezy/main Translation-en_US
Ign http://natsu.romanrm.ru wheezy/main Translation-en
W: Failed to fetch 
http://natsu.romanrm.ru:9998/debian/dists/wheezy/main/binary-amd64/Packages  
404  Not Found

E: Some index files failed to download. They have been ignored, or old ones 
used instead.
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
--

In this state the clients can not update from approx anymore at all, until the 
cache dir is manually cleared out (after which Packages can be successfully 
fetched from the remote repository). So I delete 
/var/cache/approx/debian/dists/wheezy/main/binary-amd64/Packages.gz, and update 
succeeds (once).

Did you even test this patch at all?

-- 
With respect,
Roman


signature.asc
Description: PGP signature


Bug#632643: nmu: cdecl_2.5-11

2011-07-04 Thread Sven Joachim
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu
X-Debbugs-CC: cd...@packages.debian.org

On i386 only, cdecl still depends on libdreadline5.  To fix that:

nmu cdecl_2.5-11 . i386 . -m Rebuild against libreadline6.



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



Bug#632505: minbif disconnects from irssi

2011-07-04 Thread Sébastien Delafond
severity 632505 important
thanks

On Jul/04, Nicolas Évrard wrote:
 You were right, here is the backtrace:

Could you also issue the following commands, and paste their output ?

  bt full
  frame 2
  call from
  call text
  call n
  call *n
  call *this

 Ok. But this bug (even it is not reproducible) has a major effect on
 the usability of the package (at least for me), so I think its level
 should be 'important'.

All right, done.

Cheers,

--Seb



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



Bug#632644: openvpn: Please add exporting KEY_OU in examples/easy-rsa/2.0/vars

2011-07-04 Thread Pawel Tecza
Package: openvpn
Version: 2.1.3-2
Severity: minor

Hello,

Recently I've installed OpenVPN on my Debian Squeeze box and used
usefull scripts from /usr/share/doc/openvpn/examples/easy-rsa/2.0/
for generating my SSL certificates. However at first I was really
confused when I couldn't see in the vars file any environment variable
for setting OU attribute... Fortunately the pkitool script supports it,
but I had to export KEY_OU variable. My trivial patch is below:

--- vars.orig   2011-07-01 16:43:47.209516729 +
+++ vars2011-07-01 16:44:41.305513445 +
@@ -65,4 +65,5 @@
 export KEY_PROVINCE=CA
 export KEY_CITY=SanFrancisco
 export KEY_ORG=Fort-Funston
+export KEY_OU=BatteryDavies
 export KEY_EMAIL=me@myhost.mydomain

I think it can be helpful for other bewildered users as well. Of course,
you can comment it for backward compatibility ;)

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

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

Versions of packages openvpn depends on:
ii  debconf [debconf-2.0]   1.5.36.1 Debian configuration
management sy
ii  libc6   2.11.2-10Embedded GNU C Library:
Shared lib
ii  liblzo2-2   2.03-2   data compression library
ii  libpam0g1.1.1-6.1Pluggable Authentication
Modules l
ii  libpkcs11-helper1   1.07-1   library that simplifies the
intera
ii  libssl0.9.8 0.9.8o-4squeeze1 SSL shared libraries
ii  net-tools   1.60-23  The NET-3 networking toolkit
ii  openssl-blacklist   0.5-2list of blacklisted OpenSSL
RSA ke
ii  openvpn-blacklist   0.4  list of blacklisted OpenVPN
RSA sh

openvpn recommends no packages.

Versions of packages openvpn suggests:
ii  openssl 0.9.8o-4squeeze1 Secure Socket Layer (SSL)
binary a
pn  resolvconf  none   (no description available)

-- debconf information:
  openvpn/vulnerable_prng:
  openvpn/create_tun: false





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



Bug#624310: closed by Mike Hommey m...@glandium.org (Re: Bug#624310: [libnss3-1d] Out of date copyright file)

2011-07-04 Thread Bastien ROUCARIES
On Mon, Jul 4, 2011 at 12:51 PM, Debian Bug Tracking System
ow...@bugs.debian.org wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the libnss3-1d package:

 #624310: old dbm with  Out of date copyright file

 It has been closed by Mike Hommey m...@glandium.org.

 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Mike Hommey 
 m...@glandium.org by
 replying to this email.


 --
 624310: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624310
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems


 -- Forwarded message --
 From: Mike Hommey m...@glandium.org
 To: Bastien ROUCARIES roucaries.bast...@gmail.com, 
 624310-d...@bugs.debian.org
 Date: Mon, 4 Jul 2011 12:49:26 +0200
 Subject: Re: Bug#624310: [libnss3-1d] Out of date copyright file
 On Mon, Jul 04, 2011 at 12:16:08PM +0200, Bastien ROUCARIES wrote:
 reopen 624310
 retitle 624310 old dbm with  Out of date copyright file
 thanks

  Sorry to reopen, in this package they are old 4 close bsd. In this
  case it is incompatible with GPL v2*

  There sure are (check subdirectories).

  Yes they are because they use old source. BSD have relicenced to 3
  clause see ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
  and new source in
  ftp://ftp.dk.netbsd.org/pub/NetBSD/NetBSD-release-4-0/src/lib/libc/db/db/db.c

 Which doesn't change the license of the code embedded in nss.

  Thanks
 
  * in this case I will have open a serious bug due to license 
  incompatibility.

 The NSS code is under 3 licenses, not only the GPL...

No because you include 4 bsd it is illegal to license under GPL. Will
send mail to legal.


 Mike



 -- Forwarded message --
 From: Bastien ROUCARIES roucaries.bast...@gmail.com
 To: sub...@bugs.debian.org
 Date: Wed, 27 Apr 2011 12:47:40 +0200
 Subject: [libnss3-1d] Out of date copyright file
 Package: libnss3-1d
 Version: 3.12.9.with.ckbi.1.82-1
 Severity: wishlist

 They are no more 4 close bsd source in libdbm.

 Bastien








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



Bug#632501: logrotate/experimental: FTBFS (kfreebsd): config.c:525:38: error: 'O_CLOEXEC' undeclared (first use in this function)

2011-07-04 Thread Paul Martin
On Sun, Jul 03, 2011 at 12:07:46AM +0200, Christoph Egger wrote:
 Package: src:logrotate
 Version: 3.7.9-1
 Severity: serious
 Justification: fails to build from source (but built successfully in the past)

Does FTBFS on a non-core architecture justify a serious severity?

-- 
Paul Martin p...@debian.org



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



Bug#632645: [INTL:es] Spanish debconf template translation for vidalia

2011-07-04 Thread Francisco Javier Cuadrado
Package: vidalia
Version: 0.3.0alpha-2
Severity: wishlist
Tags: l10n patch


-- 
Saludos

Fran
# vidalia po-debconf translation to Spanish
# Copyright (C) 2010, 2011 Software in the Public Interest
# This file is distributed under the same license as the vidalia package.
#
# Changes:
#   - Initial translation
#   Francisco Javier Cuadrado fcocuadr...@gmail.com, 2010, 2011
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: vidalia 0.3.0alpha-2\n
Report-Msgid-Bugs-To: vida...@packages.debian.org\n
POT-Creation-Date: 2011-06-23 13:03-0300\n
PO-Revision-Date: 2011-06-26 19:03+0100\n
Last-Translator: Francisco Javier Cuadrado fcocuadr...@gmail.com\n
Language-Team: Debian l10n Spanish debian-l10n-span...@lists.debian.org\n
Language: es\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: multiselect
#. Description
#: ../templates:1001
msgid Users to add to the debian-tor group:
msgstr Usuarios a añadir al grupo «debian-tor»:

#. Type: multiselect
#. Description
#: ../templates:1001
msgid Users who should be able to control Tor daemon need to be added to the group \debian-tor\.
msgstr Los usuarios que deberían poder controlar el demonio de Tor deben añadirse al grupo «debian-tor».



Bug#632646: [INTL:es] spanish debconf translation

2011-07-04 Thread Omar Campagne
Package: apt-cacher
Severity: wishlist
Tags: patch l10n

Please find attached debconf translation for apt-cacher.

Regards,
-- 
Omar Campagne Polaino
# apt-cacher po-debconf translation to Spanish
# Copyright (C) 2011 Software in the Public Interest
# This file is distributed under the same license as the apt-cacher package.
#
# Changes:
#   - Initial translation
#   Omar Campagne ocampa...@gmail.com, 2011
#
#   - Updates
#   TRANSLATOR
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
# 
msgid 
msgstr 
Project-Id-Version: apt-cacher 1.7.0.rc1\n
Report-Msgid-Bugs-To: apt-cac...@packages.debian.org\n
POT-Creation-Date: 2011-06-25 21:31+0100\n
PO-Revision-Date: 2011-07-01 11:29+0200\n
Last-Translator: Omar Campagne ocampa...@gmail.com\n
Language-Team: Debian l10n Spanish debian-l10n-span...@lists.debian.org\n
Language: es\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n
X-Generator: Virtaal 0.7.0\n

#. Type: select
#. Choices
#: ../apt-cacher.templates:1001
msgid daemon
msgstr demonio

#. Type: select
#. Choices
#: ../apt-cacher.templates:1001
msgid inetd
msgstr inetd

#. Type: select
#. Choices
#: ../apt-cacher.templates:1001
msgid manual
msgstr manual

#. Type: select
#. Description
#: ../apt-cacher.templates:1002
msgid Daemon mode for apt-cacher:
msgstr Modo del servicio apt-cacher:

#. Type: select
#. Description
#: ../apt-cacher.templates:1002
msgid Please select the method for starting the apt-cacher daemon.
msgstr Seleccione el método de inicio del servicio apt-cacher.

#. Type: select
#. Description
#: ../apt-cacher.templates:1002
msgid 
Choose \daemon\ to run as a stand-alone daemon, \inetd\ to run under 
inetd or \manual\ to use the (deprecated) CGI mode or some other manual 
configuration.
msgstr 
Seleccione «demonio» para que se ejecute como un servicio independiente, 
«inetd» para que se ejecute como un servicio del sistema inetd, o «manual» 
para utilizar el modo CGI (obsoleto) o alguna otra configuración manual.


Bug#632647: [INTL:es] Spanish debconf template translation for rt-extension-assettracker

2011-07-04 Thread Francisco Javier Cuadrado
Package: rt-extension-assettracker
Version: 2.0.0~b2-2
Severity: wishlist
Tags: l10n patch


-- 
Saludos

Fran
# rt-extension-assettracker po-debconf translation to Spanish
# Copyright (C) 2011 Software in the Public Interest
# This file is distributed under the same license as the rt-extension-assettracker package.
#
# Changes:
#   - Initial translation
#   Francisco Javier Cuadrado fcocuadr...@gmail.com, 2011
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: rt-extension-assettracker 2.0.0~b2-2\n
Report-Msgid-Bugs-To: rt-extension-assettrac...@packages.debian.org\n
POT-Creation-Date: 2011-06-26 07:31+0200\n
PO-Revision-Date: 2011-06-29 12:52+0100\n
Last-Translator: Francisco Javier Cuadrado fcocuadr...@gmail.com\n
Language-Team: Debian l10n Spanish debian-l10n-span...@lists.debian.org\n
Language: es\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../templates:2001
msgid allow
msgstr permitir

#. Type: select
#. Choices
#: ../templates:2001
msgid prompt
msgstr preguntar

#. Type: select
#. Choices
#: ../templates:2001
msgid deny
msgstr denegar

#. Type: select
#. Description
#: ../templates:2002
msgid Permission to modify the Request Tracker database:
msgstr Permiso para modificar la base de datos de «Request Tracker»:

#. Type: select
#. Description
#: ../templates:2002
msgid Asset Tracker needs some modifications in the Request Tracker database to be functional. These modifications can be made automatically (choose \allow\) or you may be prompted when they are needed (choose \prompt\). Alternatively, you can run the necessary commands manually (choose \deny\).
msgstr «Asset Tracker» necesita algunas modificaciones en la base de datos de «Request Tracker» para poder funcionar. Estas modificaciones se pueden realizar automáticamente (elija «permitir») o se le puede preguntar cuando sean necesarias (elija «preguntar»). También, puede ejecutar las órdenes necesarias de forma manual (elija «denegar»).

#. Type: select
#. Description
#: ../templates:2002
msgid Please check the README.Debian file for more details.
msgstr Consulte el archivo «README.Debian» para más detalles.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Set up the Request Tracker database?
msgstr ¿Desea configurar la base de datos de «Request Tracker»?

#. Type: boolean
#. Description
#: ../templates:3001
msgid New tables must be created in the Request Tracker database for Asset Tracker to be functional.
msgstr Se deben crear nuevas tablas en la base de datos de Request Tracker para que Asset Tracker pueda funcionar.

#. Type: boolean
#. Description
#: ../templates:4001
msgid Upgrade the Request Tracker database?
msgstr ¿Desea actualizar la base de datos de Request Tracker?

#. Type: boolean
#. Description
#: ../templates:4001
msgid The Request Tracker database schema and contents must be upgraded for this version of Asset Tracker.
msgstr El esquema y los contenidos de la base de datos de Request Tracker se deben actualizar para esta versión de Asset Tracker.

#. Type: select
#. Choices
#: ../templates:5001
msgid abort
msgstr cancelar

#. Type: select
#. Choices
#: ../templates:5001
msgid retry
msgstr reintentar

#. Type: select
#. Choices
#: ../templates:5001
msgid ignore
msgstr ignorar

#. Type: select
#. Description
#: ../templates:5002
msgid Action after database modification error:
msgstr Acción a tomar después de un error en la modificación de la base de datos:

#. Type: select
#. Description
#: ../templates:5002
msgid An error occurred while modifying the database:
msgstr Se produjo un error al intentar modificar la base de datos:

#. Type: select
#. Description
#: ../templates:5002
msgid The full output should be available in Request Tracker log, most probably syslog.
msgstr El mensaje completo debería estar disponible en el registro de Request Tracker, más probablemente en syslog.

#. Type: select
#. Description
#: ../templates:5002
msgid You can retry the modification, abort the installation or ignore the error. If you abort the installation, the operation will fail and you will need to manually intervene (for instance by purging and reinstalling). If you choose to ignore the error, the upgrade process will continue.
msgstr Puede intentar de nuevo la 

Bug#588510: rename thin-client-server profile to ltsp-server profile

2011-07-04 Thread Marius Bjørnstad Kotsbak

Den 04. juli 2011 13:00, skrev Holger Levsen:

Hi Marius,

On Samstag, 2. Juli 2011, Marius Kotsbak wrote:

I suggest expanding the description for Thin client server with: This
also provides support for diskless (fat) clients.

This would require us to get updates for all translations... (and this was
already discussed.)

IMO this should be improved in the manual for now.


That is okay. We should have a dedicated section about use of diskless 
workstations that explains which profile is required and which network 
they should be connected to.


--
Marius





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



Bug#632648: lxc: empty directory auto, an error

2011-07-04 Thread Wojciech Banas
Package: lxc
Version: 0.7.4.2-0.1
Severity: normal
Tags: sid

When the directory /etc/lxc/auto is empty:

service lxc restart
Restarting LXC containers: *.
 *Can't find config file /etc/lxc/bin.conf ... failed!


The attached file has corrected this error


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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages lxc depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcap2   1:2.19-3   support for getting/setting POSIX.

Versions of packages lxc recommends:
ii  libcap2-bin   1:2.19-3   basic utility programs for using c

lxc suggests no packages.

-- Configuration Files:
/etc/init.d/lxc changed:
NAME=lxc
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
LXCDOMAINS_AUTO=/etc/lxc/auto
DESC=LXC containers
SCRIPTNAME=/etc/init.d/lxc
. /lib/lsb/init-functions
if [ -f /etc/default/$NAME ] ; then
  . /etc/default/$NAME
fi
if [ x$RUN != xyes ] ; then
  log_success_msg $NAME init script disabled; edit /etc/default/$NAME
  exit 0
fi
if [ ! -d $LXCDOMAINS_AUTO ]; then
  log_success_msg $NAME missing LXC autostart directory $LXCDOMAINS_AUTO
  exit 0
fi
is_running() {
  name=$1
  RC=1
  if [ $(lxc-info -n $name | grep RUNNING -c) -eq 1 ]; then
RC=0
  fi
  return $RC
}
start_one() {
  name=$1
  if [ -f $CONF_DIR/$name.conf ]; then
lxc-start -n $name -f $CONF_DIR/$name.conf -d
  else
log_failure_msg Can't find config file $CONF_DIR/$name.conf
  fi
}
action_all() {
  action=$1
  nolog=$2
  for i in $LXCDOMAINS_AUTO/*; do
if [ ! -e $i ]; then
  continue
fi
NAME=$(basename $i .conf)
[ -n $nolog ] || log_progress_msg $NAME
if [ $action = start_one ]; then
   if is_running $NAME; then
 [ -n $nolog ] || log_progress_msg (skip)
   else
 $action $NAME
   fi
else
  $action $NAME
fi
  done
  [ -n $nolog ] || log_end_msg 0
}
case $1 in
  start)
log_daemon_msg Starting $DESC
action_all start_one
;;
  stop)
log_daemon_msg Stopping $DESC
action_all lxc-stop -n
;;
  restart|force-reload)
log_daemon_msg Restarting $DESC
action_all lxc-stop -n
action_all start_one
;;
  destroy)
log_daemon_msg Destroying $DESC
action_all lxc-destroy -n
;;
  freeze)
log_daemon_msg Freezing $DESC
action_all lxc-freeze -n
;;
  unfreeze)
log_daemon_msg Unfreezing $DESC
action_all lxc-unfreeze -n
;;
  info)
log_daemon_msg Info on $DESC $NAME
log_end_msg 0
action_all lxc-info -n nolog
;;
  *)
log_success_msg Usage: $SCRIPTNAME 
{start|stop|force-reload|restart|destroy|freeze|unfreeze|info}
exit 1
;;
esac
exit 0


-- 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#624310: closed by Mike Hommey m...@glandium.org (Re: Bug#624310: [libnss3-1d] Out of date copyright file)

2011-07-04 Thread Mike Hommey
  The NSS code is under 3 licenses, not only the GPL...
 
 No because you include 4 bsd it is illegal to license under GPL. Will
 send mail to legal.

The DBM source code in nss is not licensed under GPL, but 4-clause BSD.
The NSS source is not licensed under GPL, but under MPL/GPL/LGPL. The
resulting binaries are licensed under whatever license is compatible,
which would probably be LGPL/MPL (though I'm not entirely sure for MPL).
That doesn't change the fact that the source is still MPL/GPL/LGPL
(except for dbm and a few other things), and that as such, you can use
some parts of nss in e.g.  GPL projects.

I've always thought that the copyright file in binary packages
containing information about the copyright of the source was not the
best thing to do. We have here a specific case where it is confusing at
best. Not illegal.

Mike



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



Bug#632505: minbif disconnects from irssi

2011-07-04 Thread Nicolas Évrard
* Sébastien Delafond  [2011-07-04 13:35 +0200]: 

On Jul/04, Nicolas Évrard wrote:

You were right, here is the backtrace:


Could you also issue the following commands, and paste their output ?

 bt full
 frame 2
 call from
 call text
 call n
 call *n
 call *this


You're the boss.

(gdb) bt full
#0  0x004902f9 in irc::Server::addNick(irc::Nick*) ()
No symbol table info available.
#1  0x0046e336 in irc::IRC::addNick(irc::Nick*) ()
No symbol table info available.
#2  0x0045d496 in im::Conversation::recvMessage(std::basic_stringchar, std::char_traitschar, 
std::allocatorchar , std::basic_stringchar, std::char_traitschar, 
std::allocatorchar , bool) ()
No symbol table info available.
#3  0x0045db05 in im::Conversation::write_conv(_PurpleConversation*, 
char const*, char const*, char const*, PurpleMessageFlags, long) ()
No symbol table info available.
#4  0x7fdaa2a21881 in purple_conversation_write () from 
/usr/lib/libpurple.so.0
No symbol table info available.
#5  0x7fdaa2a546bf in serv_got_im () from /usr/lib/libpurple.so.0
No symbol table info available.
#6  0x7fda99de9be9 in ?? () from /usr/lib/purple-2/libjabber.so.0
No symbol table info available.
#7  0x7fda99deacc8 in jabber_message_parse () from 
/usr/lib/purple-2/libjabber.so.0
No symbol table info available.
#8  0x7fda99ddfdfb in jabber_process_packet () from 
/usr/lib/purple-2/libjabber.so.0
No symbol table info available.
#9  0x7fda99decca7 in ?? () from /usr/lib/purple-2/libjabber.so.0
No symbol table info available.
#10 0x7fda9fc4da93 in ?? () from /usr/lib/libxml2.so.2
No symbol table info available.
#11 0x7fda9fc54930 in ?? () from /usr/lib/libxml2.so.2
No symbol table info available.
#12 0x7fda9fc560a8 in xmlParseChunk () from /usr/lib/libxml2.so.2
No symbol table info available.
#13 0x7fda99decd1d in jabber_parser_process () from 
/usr/lib/purple-2/libjabber.so.0
No symbol table info available.
#14 0x7fda99ddbb12 in ?? () from /usr/lib/purple-2/libjabber.so.0
No symbol table info available.
#15 0x0043153c in ?? ()
No symbol table info available.
#16 0x7fdaa27144a3 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
No symbol table info available.
#17 0x7fdaa2714c80 in ?? () from /lib/libglib-2.0.so.0
No symbol table info available.
#18 0x7fdaa27152f2 in g_main_loop_run () from /lib/libglib-2.0.so.0
No symbol table info available.
#19 0x0042a1a8 in Minbif::main(int, char**) ()
No symbol table info available.
#20 0x0042d900 in main ()
No symbol table info available.
(gdb) frame 2
#2  0x0045d496 in im::Conversation::recvMessage(std::basic_stringchar, std::char_traitschar, 
std::allocatorchar , std::basic_stringchar, std::char_traitschar, 
std::allocatorchar , bool) ()
(gdb) call from
No symbol from in current context.
(gdb) call text
No symbol text in current context.
(gdb) call n
No symbol n in current context.
(gdb) call *n
No symbol n in current context.
(gdb) call *this
No symbol this in current context.
(gdb) 



--
(° Nicolas Évrard
( ) Liège
 `¯



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



Bug#632505: minbif disconnects from irssi

2011-07-04 Thread Sébastien Delafond
Looks like that core file wasn't produced while running minbif-dbg,
but the regular minbif package instead; any chance you could wipe out
that core file, install/restart minbif-dbg, and regenerate the core
file ?

Cheers,

--Seb

On Jul/04, Nicolas Évrard wrote:
 * Sébastien Delafond  [2011-07-04 13:35 +0200]:
 On Jul/04, Nicolas Évrard wrote:
 You were right, here is the backtrace:
 
 Could you also issue the following commands, and paste their output ?
 
  bt full
  frame 2
  call from
  call text
  call n
  call *n
  call *this
 
 You're the boss.
 
 (gdb) bt full
 #0  0x004902f9 in irc::Server::addNick(irc::Nick*) ()
 No symbol table info available.
 #1  0x0046e336 in irc::IRC::addNick(irc::Nick*) ()
 No symbol table info available.
 #2  0x0045d496 in 
 im::Conversation::recvMessage(std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar , std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar , bool) ()
 No symbol table info available.
 #3  0x0045db05 in im::Conversation::write_conv(_PurpleConversation*, 
 char const*, char const*, char const*, PurpleMessageFlags, long) ()
 No symbol table info available.
 #4  0x7fdaa2a21881 in purple_conversation_write () from 
 /usr/lib/libpurple.so.0
 No symbol table info available.
 #5  0x7fdaa2a546bf in serv_got_im () from /usr/lib/libpurple.so.0
 No symbol table info available.
 #6  0x7fda99de9be9 in ?? () from /usr/lib/purple-2/libjabber.so.0
 No symbol table info available.
 #7  0x7fda99deacc8 in jabber_message_parse () from 
 /usr/lib/purple-2/libjabber.so.0
 No symbol table info available.
 #8  0x7fda99ddfdfb in jabber_process_packet () from 
 /usr/lib/purple-2/libjabber.so.0
 No symbol table info available.
 #9  0x7fda99decca7 in ?? () from /usr/lib/purple-2/libjabber.so.0
 No symbol table info available.
 #10 0x7fda9fc4da93 in ?? () from /usr/lib/libxml2.so.2
 No symbol table info available.
 #11 0x7fda9fc54930 in ?? () from /usr/lib/libxml2.so.2
 No symbol table info available.
 #12 0x7fda9fc560a8 in xmlParseChunk () from /usr/lib/libxml2.so.2
 No symbol table info available.
 #13 0x7fda99decd1d in jabber_parser_process () from 
 /usr/lib/purple-2/libjabber.so.0
 No symbol table info available.
 #14 0x7fda99ddbb12 in ?? () from /usr/lib/purple-2/libjabber.so.0
 No symbol table info available.
 #15 0x0043153c in ?? ()
 No symbol table info available.
 #16 0x7fdaa27144a3 in g_main_context_dispatch () from 
 /lib/libglib-2.0.so.0
 No symbol table info available.
 #17 0x7fdaa2714c80 in ?? () from /lib/libglib-2.0.so.0
 No symbol table info available.
 #18 0x7fdaa27152f2 in g_main_loop_run () from /lib/libglib-2.0.so.0
 No symbol table info available.
 #19 0x0042a1a8 in Minbif::main(int, char**) ()
 No symbol table info available.
 #20 0x0042d900 in main ()
 No symbol table info available.
 (gdb) frame 2
 #2  0x0045d496 in 
 im::Conversation::recvMessage(std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar , std::basic_stringchar, std::char_traitschar, 
 std::allocatorchar , bool) ()
 (gdb) call from
 No symbol from in current context.
 (gdb) call text
 No symbol text in current context.
 (gdb) call n
 No symbol n in current context.
 (gdb) call *n
 No symbol n in current context.
 (gdb) call *this
 No symbol this in current context.
 (gdb)
 
 
 -- 
 (° Nicolas Évrard
 ( ) Liège
  `¯
 



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



Bug#630044: transition: poppler 0.16

2011-07-04 Thread Philipp Kern
On Mon, Jul 04, 2011 at 01:07:01PM +0200, Philipp Kern wrote:
 Not yet done for epdfview and libreoffice.  Done for the others.

Now done for epdfview and libreoffice, too.

Kind regards
Philipp Kern



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



Bug#628462: top: please, fix swap statistics for a process

2011-07-04 Thread eshkinkot
modern kernel have VmSwap field in /proc/$$/status so I think this can
be fixed at least in testing.

PS: BTW bug like this is just fixed in Fedora, please see:
https://bugzilla.redhat.com/show_bug.cgi?id=532668



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



Bug#581195: [Pkg-nagios-devel] Bug#581195: icinga-cgi: icons missing

2011-07-04 Thread Alexander Wirt
Daniel Baumann schrieb am Monday, den 04. July 2011:

 Alexander Wirt formo...@formorer.de wrote:
  imho there is nothing I can do here. If you have a better idea: let
  me know.
 
 since icinga-cgi in the default config always references the debian
 logo, this debian logo should be included in icinga-cgi (or -common,
 whatever you prefere) itself. do you need a patch for that?
I disagree here. It is an example config, nagios-images is recommened and I
don't think we should include the icon.

Alex




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



Bug#632648: lxc: empty directory auto, an error

2011-07-04 Thread Daniel Baumann
i'm sorry.. my previous NMu introduced this, i'll take about it this
afternoon.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



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



Bug#632649: [cernlib] Does not include lib in amd64

2011-07-04 Thread Bastien ROUCARIES
Package: cernlib
Version: 20061220+dfsg3-1
Severity: serious

You does not include .so on amd64

bastien


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.37-trunk-amd64

Debian Release: wheezy/sid
  500 unstablelcg-heppkg.web.cern.ch 
  500 unstableftp.debian.org 
  500 testing ftp.fr.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
cernlib-base   (= 20061220+dfsg3-1) | 20061220+dfsg3-1
cernlib-core| 20061220+dfsg3-1
cernlib-core-dev| 20061220+dfsg3-1
cernlib-montecarlo  | 20061220+dfsg3-1
geant321-doc| 1:3.21.14.dfsg-9
geant321| 1:3.21.14.dfsg-9


Package's Recommends field is empty.

Package's Suggests field is empty.






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



Bug#632650: monav: displayError + freeze

2011-07-04 Thread G. Milde
Package: monav
Version: 0.3-4
Severity: normal

When I try to start MoNav in an XFCE4 session, typing monav in an
x-terminal-emulator, it 

* opens the main window and starts showing the select maps screen

* opens several warning windows (without content)

* shows the following output in the terminal-emulator:

GpsdPositionInfoSource 
failed to load map information 
displayError Error:  Connection refused 

* uses lots of memory - finally crashing some panel applets because of lack
  of memory (with 1757 MB RAM installed)

xfce4-panel-Message: Plugin xfce4-verve-plugin-12 has been automatically 
restarted after crash.
xfce4-panel-Message: Plugin weather-13 has been automatically restarted after 
crash.
xfce4-panel-Message: Plugin systemload-20 has been automatically restarted 
after crash.
xfce4-panel-Message: Plugin xfce4-mixer-plugin-8 has been automatically 
restarted after crash.

* makes the rest of the desktop (almost) unusable

(I finally managed to kill it with killall monav from a console login, to
get a usable Desktop again.)

Günter

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

Kernel: Linux 2.6.32-5-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 monav depends on:
ii  monav-client  0.3-4  fast navigation system featuring e
ii  monav-preprocessor0.3-4  fast navigation system featuring e
ii  monav-routing-daemon  0.3-4  fast navigation system featuring e

monav recommends no packages.

monav 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#632651: empathy starts and dies.

2011-07-04 Thread Flamarion Jorge
Package: empathy
Version: 3.1.2.1-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

After a few days using gnome3 and empathy, he now began to exhibit strange
behavior, where he dies so it is started.
Attached follows a Trace Back of the situation



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

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

Versions of packages empathy depends on:
ii  dbus-x111.5.4-2  simple interprocess messaging syst
ii  dconf-gsettings-backend [gs 0.7.5-3  simple configuration storage syste
ii  empathy-common  3.1.2.1-1GNOME multi-protocol chat and call
ii  geoclue 0.12.0-2 Geographic information framework
ii  gnome-icon-theme3.0.0-3  GNOME Desktop icon theme
ii  gsettings-desktop-schemas   3.0.1-1  GSettings deskop-wide schemas
ii  libc6   2.13-8   Embedded GNU C Library: Shared lib
ii  libcanberra-gtk3-0  0.28-1   Gtk+ 3.0 helper for playing widget
ii  libcanberra00.28-1   a simple abstract interface for pl
ii  libchamplain-0.10-0 0.10.0-2 C library providing ClutterActor t
ii  libchamplain-gtk-0.10-0 0.10.0-2 Gtk+ widget to display maps
ii  libcheese-gtk20 3.0.1-1  tool to take pictures and videos f
ii  libclutter-1.0-01.6.14-1 Open GL based interactive canvas l
ii  libclutter-gtk-1.0-01.0.0-1  Open GL based interactive canvas l
ii  libdbus-glib-1-20.94-4   simple interprocess messaging syst
ii  libebook1.2-10  3.0.0-1  Client library for evolution addre
ii  libenchant1c2a  1.6.0-2  a wrapper library for various spel
ii  libfolks-telepathy240.5.2-1  Telepathy backend for libfolks
ii  libfolks24  0.5.2-1  library to aggregates people into
ii  libgcr-3-0  3.0.3-2  Library for Crypto UI related task
ii  libgdk-pixbuf2.0-0  2.23.5-1 GDK Pixbuf library
ii  libgee2 0.6.1-2  GObject based collection library
ii  libgeoclue0 0.12.0-2 C API for GeoClue
ii  libgeocode-glib00.99.0-1 geocoding and reverse geocoding GL
ii  libglib2.0-02.28.6-1 The GLib library of C routines
ii  libgnome-control-center11:3.0.1.1-1  utilities to configure the GNOME d
ii  libgnome-keyring0   3.0.3-1  GNOME keyring services library
ii  libgnutls26 2.12.7-2 GNU TLS library - runtime library
ii  libgstfarsight0.10-00.0.28-1 Audio/Video communications framewo
ii  libgstreamer-plugins-base0. 0.10.35-1GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.35-1Core GStreamer libraries and eleme
ii  libgtk-3-0  3.0.10-1 GTK+ graphical user interface libr
ii  libnm-glib2 0.8.4.0-2network management framework (GLib
ii  libnotify4  0.7.3-1  sends desktop notifications to a n
ii  libpango1.0-0   1.28.4-1 Layout and rendering of internatio
ii  libtelepathy-farsight0  0.0.18-2 Glue library between telepathy and
ii  libtelepathy-glib0  0.15.2-3 Telepathy framework - GLib library
ii  libtelepathy-logger20.2.10-1 Telepathy logger service - utility
ii  libwebkitgtk-3.0-0  1.4.1-2  Web content engine library for Gtk
ii  libx11-62:1.4.3-2X11 client-side library
ii  libxml2 2.7.8.dfsg-3 GNOME XML library
ii  telepathy-logger0.2.10-1 Telepathy logger service - Daemon
ii  telepathy-mission-control-5 1:5.9.0-1management daemon for Telepathy re

Versions of packages empathy recommends:
ii  freedesktop-sound-theme   0.7.dfsg-1 freedesktop.org sound theme
ii  gvfs-backends 1.8.2-1userspace virtual filesystem - bac
ii  nautilus-sendto-empathy   3.1.2.1-1  GNOME multi-protocol chat and call
ii  telepathy-gabble  0.13.2-1   Jabber/XMPP connection manager
ii  telepathy-salut   0.5.0-3Link-local XMPP connection manager

Versions of packages empathy suggests:
ii  telepathy-butterfly   0.5.15-2.1 MSN connection manager for Telepat
ii  telepathy-haze0.4.0-1A telepathy connection manager tha
ii  vino  3.0.2-1VNC server for GNOME

Versions of packages empathy is related to:
ii  telepathy-butterfly [telepath 0.5.15-2.1 MSN connection manager for Telepat
ii  telepathy-gabble [telepathy-c 0.13.2-1   Jabber/XMPP connection manager
ii  telepathy-haze [telepathy-con 0.4.0-1A telepathy connection manager tha
ii  telepathy-idle [telepathy-con 0.1.10-1   

Bug#632652: Invalid maintainer email address

2011-07-04 Thread Mike O'Connor
Source: gecko-mediaplayer
Severity: serious
Justification: 3.3

Trying to email the maintainer of this package results in:

   550 5.1.1 norse...@ubuntu.com: Recipient address rejected: User 
unknown in virtual alias table

A valid email address is required by policy 3.3.

bye,
stew


pgpNUXdKV9bm5.pgp
Description: PGP signature


Bug#632653: Invalid maintainer email address

2011-07-04 Thread Mike O'Connor
Source: gnome-mplayer
Severity: serious
Justification: 3.3

Trying to email the maintainer of this package results in:

   550 5.1.1 norse...@ubuntu.com: Recipient address rejected: User 
unknown in virtual alias table

A valid email address is required by policy 3.3.

bye,
stew


pgpx085QwAYXN.pgp
Description: PGP signature


  1   2   3   >