Bug#660960: tight loop attempting to madvise(..., MADV_DONTNEED) locked memory

2012-02-25 Thread Mike Hommey
On Sat, Feb 25, 2012 at 01:07:11AM +, Jamie Heilman wrote:
 Jamie Heilman wrote:
  I've found this is really easy to reproduce if I use the native webm
  player to playback video, but harder to produce (though it still
  happens) if I use Flashplayer.  What typically happens is that
  iceweasel stops responding and consumes a core's worth of CPU.  An
  strace of the process reveals infinite and repeated calls to madvise
  for the same addr, same length, and always MADV_DONTNEED which is
  returning -1 and setting errno to EINVAL.  Looking through the
  /proc/$pid/smaps file shows the address is the middle of a locked
  range.  gdb backtrace of the event using the -dbg packages gave me:
  
  #0  0x77407407 in madvise () from /lib/x86_64-linux-gnu/libc.so.6
  #1  0x7663169e in ?? () from /usr/lib/xulrunner-10.0/libmozjs.so
  #2  0x76628886 in ?? () from /usr/lib/xulrunner-10.0/libmozjs.so
  #3  0x76628d51 in ?? () from /usr/lib/xulrunner-10.0/libmozjs.so
  #4  0x7508d697 in nsJSContext::ScriptEvaluated 
  (this=0x7fffe52690a0, 
  aTerminated=true)
  at /tmp/buildd/iceweasel-10.0.2/dom/base/nsJSEnvironment.cpp:3122
  #5  0x74f02e79 in nsCxPusher::Pop (this=0x7fff8d50)
  at /tmp/buildd/iceweasel-10.0.2/content/base/src/nsContentUtils.cpp:2694
  ...
  
  Digging around, I suspect the DecommitFreePages function in
  js/src/jsgc.cpp ... which appears to be gone from mozilla central
  already, though I haven't gone and figured out what happened to it
  yet.
 
 OK, there was a small cleanup with
 https://bugzilla.mozilla.org/show_bug.cgi?id=702681 but a deeper
 refactor came with https://bugzilla.mozilla.org/show_bug.cgi?id=702251
 and that new DecommitArenasFromAvailableList function looks more sane
 than DecommitFreePages did, but there's still no attempt to check
 errno in DecommitMemory or figure out why madvise fails, which is
 somewhat inconsistent with the:
 while (madvise(address, bytes, MADV_DONTNEED) == -1  errno == EAGAIN) { }
 pattern used in yarr, but whatever.  702251 appeared to be fixed in
 the aurora branch, so I installed 12.0~a2+20120217042010-1 to see if I
 could reproduce the issue, and unfortunately I still could.  On the
 trunk, the jsgcchunk stuff got generalized with
 https://bugzilla.mozilla.org/show_bug.cgi?id=720439 and DecommitMemory
 was effectively renamed to MarkPagesUnused but is otherwise the same
 as it was.  So it doesn't appear like this problem is scheduled to go
 away anytime soon.  I wish I could get gdb to pick up on the debugging
 information for libmozjs, but despite having the -dbg package
 installed I just can't seem to get it to do so.  (I'd welcome any tips
 there.)

Try removing the /usr/lib/xulrunner-*/libmozjs.so symlink.

Mike



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



Bug#661188: [Aptitude-devel] Bug#661188: aptitude purge package recursively REMOVES BUT DOES NOT PURGE the unneeded dependencies of package

2012-02-25 Thread Axel Beckert
Hi,

Georgiy Treyvus wrote:
 The problem is exactly what the subject line suggests.

This is a feature, not a bug. It would be a bug if it would also purge
the unneeded dependencies.

There could be an option to enforce this, but the default should be
never to also purge the dependencies.

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



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



Bug#661217: systemd: gdm3 does not start

2012-02-25 Thread Teodor
Package: systemd
Version: 37-1
Severity: grave
Justification: renders package unusable

Hi,

By adding init=/bin/systemd to grub2 boot loader the gdm3 display manager does 
not
start as usual. Booting with the legacy init, gdm3 works as expected. This has
appeared a few months ago and I simply disabled systemd to have Gnome back. 
Today
I checked again to see if this was fixed - this bug report.

Thanks


root@piti:~# /etc/init.d/gdm3 status
gdm3.service - LSB: GNOME Display Manager
  Loaded: loaded (/etc/init.d/gdm3)
  Active: active (exited) since Sat, 25 Feb 2012 10:16:34 +0200; 3min 
51s ago
 Process: 948 ExecStart=/etc/init.d/gdm3 start (code=exited, 
status=0/SUCCESS)
  CGroup: name=systemd:/system/gdm3.service
root@piti:~# /etc/init.d/gdm3 restart
Restarting gdm3 (via systemctl): gdm3.serviceStopping GNOME Display Manager: 
gdm3.
Starting GNOME Display Manager: gdm3.
..
root@piti:~# /etc/init.d/gdm3 status
gdm3.service - LSB: GNOME Display Manager
  Loaded: loaded (/etc/init.d/gdm3)
  Active: active (exited) since Sat, 25 Feb 2012 10:20:47 +0200; 4s ago
 Process: 7573 ExecStop=/etc/init.d/gdm3 stop (code=exited, 
status=0/SUCCESS)
 Process: 7582 ExecStart=/etc/init.d/gdm3 start (code=exited, 
status=0/SUCCESS)
  CGroup: name=systemd:/system/gdm3.service


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

Kernel: Linux 3.2.0-1-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

Versions of packages systemd depends on:
ii  initscripts 2.88dsf-22
ii  libacl1 2.2.51-5
ii  libaudit0   1:1.7.18-1.1
ii  libc6   2.13-26
ii  libcap2 1:2.22-1
ii  libcryptsetup1  2:1.3.0-3.1
ii  libdbus-1-3 1.4.18-1
ii  libpam0g1.1.3-7
ii  libselinux1 2.1.0-4.1
ii  libsystemd-daemon0  37-1
ii  libsystemd-login0   37-1
ii  libudev0175-3.1
ii  libwrap07.6.q-23
ii  udev175-3.1
ii  util-linux  2.20.1-3

Versions of packages systemd recommends:
ii  libpam-systemd  37-1

Versions of packages systemd suggests:
ii  python   2.7.2-10
ii  systemd-gui  37-1

-- no debconf information



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



Bug#661218: dpkg: false positive - expected [ +-] at start of line 45 of diff

2012-02-25 Thread Jari Aalto
Package: dpkg
Version: 1.16.1.2
Severity: normal

I've attached 90_fix_makefiles.patch for further study.

dpkg reports during build:

...
dpkg-source: info: patches are not applied, applying them now
dpkg-source: info: applying 01_fix_bug_380210_fix_buffer_overflow.patch
dpkg-source: info: applying 02_fix_locale_initialization.patch
dpkg-source: info: applying 03_fix_bond_and_arrow_fixes.patch
dpkg-source: info: applying 
04_fix_bug_380210_fix_export_and_export_utils_detection.patch
dpkg-source: error: expected [ +-] at start of line 45 of diff 
`easychem.git/debian/patches/90_fix_makefiles.patch'
dpkg-source: info: applying 90_fix_makefiles.patch
dpkg-buildpackage: error: dpkg-source -i --before-build easychem.git gave 
error exit status 25
debuild: fatal error at line 1350:
dpkg-buildpackage -rfakeroot -D -us -uc -i failed

However everything works by applying patches in debian/patches
directory by hand with quilt:

Applying patch 01_fix_bug_380210_fix_buffer_overflow.patch
patching file export.c

Applying patch 02_fix_locale_initialization.patch
patching file easychem.c

Applying patch 03_fix_bond_and_arrow_fixes.patch
patching file bonds.c
patching file dialogs.c

Applying patch 04_fix_bug_380210_fix_export_and_export_utils_detection.patch
patching file bonds.c
patching file detect.c
patching file easychem.c
patching file export.c
patching file postscript/cm_common.ps
patching file postscript/preamble.ps
patching file postscript/times.ps

Applying patch 90_fix_makefiles.patch
patching file Makefile.linux
patching file po/Makefile

Applying patch 91_translation_updates_and_fixes.patch
patching file dialogs.c
patching file easychem.c
patching file po/easychem.pot
patching file po/fr.po

Applying patch 92_fix_bug_536388_fix_export_eps.patch
patching file postscript/preamble.ps

Now at patch 92_fix_bug_536388_fix_export_eps.patch


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

Kernel: Linux 3.2.0-1-686-pae (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 dpkg depends on:
ii  coreutils8.13-3
ii  libbz2-1.0   1.0.6-1
ii  libc62.13-26
ii  libselinux1  2.1.0-4.1
ii  xz-utils 5.1.1alpha+20110809-3
ii  zlib1g   1:1.2.6.dfsg-1

dpkg recommends no packages.

Versions of packages dpkg suggests:
ii  apt  0.8.15.9

-- no debconf information
From: Daniel Leidert (dale) daniel.leid...@wgdd.de
Subject: Fix some directory values, correct binary and translation install
 All installs are later done using dh_install. Respect the CFLAGS
 set in debian/rules.
 .
 Also fix #436782 and respect/handle nostrip build option (policy 10.1).
 See URL:http://bugs.debian.org/436782.

diff -urNad easychem~/Makefile.linux easychem/Makefile.linux
--- easychem~/Makefile.linux	2005-05-04 10:10:07.0 +0200
+++ easychem/Makefile.linux	2007-12-18 01:43:14.0 +0100
@@ -1,17 +1,18 @@
 # The C compiler
 CC=gcc
+C_FLAGS=
 
 # The following line must be uncommented if you want to specify a place
 # where the 'gs' (or 'pstoedit') program is.
 
-#C_FLAGS=$(C_FLAGS) -DGS_PATH=/opt/bin
-#C_FLAGS=$(C_FLAGS) -DPSTOEDIT_PATH=/opt/bin
+#C_FLAGS += -DGS_PATH=\/usr/bin\ # don't enable this!
+#C_FLAGS += -DPSTOEDIT_PATH=\/usr/bin\ # don't enable this!
 
 # Here we define the prefix where EasyChem will be installed
-PREFIX=/usr/local
+PREFIX=/usr
 
 # Optimisation and warning flags
-C_FLAGS=-Wall -W -Wpointer-arith -O2 -pedantic -std=c99 -DUNIX -DI18N -DPREFIX=\$(PREFIX)\
+C_FLAGS += -W -Wpointer-arith -pedantic -std=c99 -DUNIX -DI18N -DPREFIX=\$(PREFIX)\
 
 # GTK flags and librairies
 GTK_FLAGS=`pkg-config --cflags gtk+-2.0`
@@ -28,8 +29,8 @@
 all: easychem po/
 
 easychem: postscript/ graph/ $(OBJECTS)
-	$(CC) -o easychem $(OBJECTS) $(GTK_LIBS) $(C_FLAGS)
-	strip easychem
+	$(CC) $(LDFLAGS) -o easychem $(OBJECTS) $(GTK_LIBS) $(C_FLAGS) $(CFLAGS)
+	# strip easychem # don't strip, see bug #436782
 
 clean: FORCE
	-cd graph; make clean
@@ -38,21 +39,21 @@
	-rm $(OBJECTS) easychem
 
 export.o: export.c common.h bonds.h postscript/
-	$(CC) $(GTK_FLAGS) $(C_FLAGS) -c export.c
+	$(CC) $(GTK_FLAGS) $(C_FLAGS) $(CFLAGS) -c export.c
 bonds.o: bonds.c common.h bonds.h
-	$(CC) $(GTK_FLAGS) $(C_FLAGS) -c bonds.c
+	$(CC) $(GTK_FLAGS) $(C_FLAGS) $(CFLAGS) -c bonds.c
 easychem.o: easychem.c common.h bonds.h export.h library.h drawing.h
-	$(CC) $(GTK_FLAGS) $(C_FLAGS) -c easychem.c
+	$(CC) $(GTK_FLAGS) $(C_FLAGS) $(CFLAGS) -c easychem.c
 auxi.o: auxi.c common.h auxi.h
-	$(CC) $(GTK_FLAGS) $(C_FLAGS) -c auxi.c
+	$(CC) $(GTK_FLAGS) $(C_FLAGS) $(CFLAGS) -c auxi.c
 library.o: library.c common.h library.h
-	$(CC) $(GTK_FLAGS) $(C_FLAGS) -c library.c
+	$(CC) $(GTK_FLAGS) $(C_FLAGS) $(CFLAGS) -c library.c
 drawing.o: drawing.c 

Bug#655835: postinst thinks server is not running although it is

2012-02-25 Thread Andreas Beckmann
Package: citadel-server
Version: 8.04-2
Followup-For: Bug #655835

Hi,

the problem with the stray process staying around is still reproducible
in 8.04-2.
A bit further debugging shows that it does not seem to create the socket
(or is too slow doing this), but creates the pid file.
Therefore both the setup program fail to communicate with the server
and the postinst fails to stop the process.
So postinst should check the pid file, too, and kill a citserver process
even if there is no socket ...


Andreas


citadel-server_8.04-2.log.gz
Description: GNU Zip compressed data


Bug#653739: Please enable hardened build flags

2012-02-25 Thread shawn
what is going on?

I just checked out the webgit for xz-utils here:

http://anonscm.debian.org/gitweb/?p=collab-maint/xz.git

and this commit 5abb4d5 (debian/rules: use dpkg-buildflags to retrieve
compilation flags, 2011-08-16) does not exist.

I guess I shouldn't be so nitpicky, but it seems to be missing, and in HEAD 
this bug is still present. Perhaps you forgot to push your change?

-shawn landden



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



Bug#660960: tight loop attempting to madvise(..., MADV_DONTNEED) locked memory

2012-02-25 Thread Jamie Heilman
Mike Hommey wrote:
  Jamie Heilman wrote:
   #0  0x77407407 in madvise () from /lib/x86_64-linux-gnu/libc.so.6
   #1  0x7663169e in ?? () from /usr/lib/xulrunner-10.0/libmozjs.so
   #2  0x76628886 in ?? () from /usr/lib/xulrunner-10.0/libmozjs.so
   #3  0x76628d51 in ?? () from /usr/lib/xulrunner-10.0/libmozjs.so
   #4  0x7508d697 in nsJSContext::ScriptEvaluated 
   (this=0x7fffe52690a0, 
 Try removing the /usr/lib/xulrunner-*/libmozjs.so symlink.

Well, that was easy.  And yeah, that confirms my suspicions:

#0  0x77407407 in madvise () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x7494d69e in js::gc::DecommitMemory (addr=optimized out, 
size=optimized out)
at /tmp/buildd/iceweasel-10.0.2/js/src/jsgcchunk.cpp:370
#2  0x74944886 in DecommitFreePages (cx=optimized out)
at /tmp/buildd/iceweasel-10.0.2/js/src/jsgc.cpp:2406
#3  SweepPhase (gckind=GC_SHRINK, gcmarker=0x7fff9460, cx=0x7fffe3b1d330)
at /tmp/buildd/iceweasel-10.0.2/js/src/jsgc.cpp:2640
#4  MarkAndSweep (gckind=GC_SHRINK, cx=0x7fffe3b1d330)
at /tmp/buildd/iceweasel-10.0.2/js/src/jsgc.cpp:2677
#5  GCCycle (cx=0x7fffe3b1d330, comp=optimized out, gckind=GC_SHRINK)
at /tmp/buildd/iceweasel-10.0.2/js/src/jsgc.cpp:2921
#6  0x74944d51 in js_GC (cx=0x7fffe3b1d330, comp=0x0, 
gckind=GC_SHRINK, reason=js::gcstats::MAYBEGC)
at /tmp/buildd/iceweasel-10.0.2/js/src/jsgc.cpp:2983
#7  0x75a42697 in nsJSContext::ScriptEvaluated (this=0x7fffe3c954c0, 
aTerminated=true)
at /tmp/buildd/iceweasel-10.0.2/dom/base/nsJSEnvironment.cpp:3122

So yeah, not checking errno and repeatedly attempting to MADV_DONTNEED
a range of memory that fails with a reason that isn't EAGAIN ... won't
wash.  While the whole alsa/jack plugin thing is somewhat unusal, that
really is just an easy way to showcase the bigger problem of the lazy
approach to madvise that firefox is taking.  I can reconfigure my
audio setup to avoid locking memory easily enough.  Still, firefox
shoudln't re-madvise memory ranges doomed to failure over and over
again.

-- 
Jamie Heilman http://audible.transient.net/~jamie/



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



Bug#661220: ITP: alt-key -- tool to help developers improve keyboard accelerators

2012-02-25 Thread David Paleino
Package: wnpp
Severity: wishlist
Owner: David Paleino da...@debian.org

* Package name: alt-key
  Version : 2.2.5
  Upstream Author : Mark Summerfield m...@qtrac.eu
* URL : http://www.qtrac.eu/alt_key.html
* License : GPL-3+
  Programming Lang: C, C++
  Description : tool to help developers improve keyboard accelerators

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Bug#661199: [Pkg-xfce-devel] Bug#661199: ristretto: Normal Size zoom doesn't seem to provide perfect 1:1 pixel mapping

2012-02-25 Thread Yves-Alexis Perez
tag 661199 unreproducible
thanks
On ven., 2012-02-24 at 23:20 +, aquilus wrote:
 Package: ristretto
 Version: 0.3.2-1
 Severity: normal
 
 Selecting Normal Size zoom gives a noticably blurred/rescaled image, where 
 I would expect it to instead provide a perfect 1:1 pixel mapping between the 
 image and the display. This is especially evident on PNG screenshots, where 
 text is slightly blurred even though the original screenshot is perfect.
 

I might miss something, because I can't reproduce. 1:1 is just 1:1 here,
I just tried with a screenshot of that mail, and it works pretty fine.

Regards,
-- 
Yves-Alexis


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


Bug#661221: wrong claws-mail command in utils.py

2012-02-25 Thread David Paleino
Package: reportbug
Version: 6.3.1
Severity: normal
Tags: patch

Hello,
when the MUA is set to claws-mail, the launched command is:

'claws-mail' : Mua('claws-mail --compose-read'),

But the right option is --compose-from-file:

  --compose-from-file file
 open composition window with data from given file;
 use - as file name for reading from standard input;
 content format: headers first (To: required) until an
 empty line, then mail body until end of file.

Changing just that line in utils.py fixes the issue.

Thanks,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Bug#661222: libcegui-mk2-doc: CSS files missing for libcegui API documentation

2012-02-25 Thread Ragnar Ouchterlony
Package: libcegui-mk2-doc
Version: 0.7.5-8
Severity: normal

Hi,

I noticed that the CSS files for the API documentation is missing,
making the reading of the documentation a bit more inconvenient,

/Ragnar

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

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

-- 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#661223: libwebkitgtk-1.0-0: Creating pipes for GWakeup: too many open files

2012-02-25 Thread Shankar
Package: libwebkitgtk-1.0-0
Version: 1.6.1-5+b1
Severity: normal

When one accesses certain websites (e.g. www.raspberrypi.org/faqs), browser
crashes after about ten seconds.  This occurs both in luakit and midori, so bug
appears to be in libwebkit.

When running either from console the following is displayed:

GLib-GIO-ERROR **: Creating pipes for GWakeup: too many open files

[1]+ Trace/breakpoint trap   midori


The last message varies with whether one is running luakit or midori.

Many thanks!




-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (500, 
'stable-updates'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-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 libwebkitgtk-1.0-0 depends on:
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.13-21   Embedded GNU C Library: Shared lib
ii  libcairo2  1.10.2-6.1The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.24-4  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libenchant1c2a 1.6.0-1   a wrapper library for various spel
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgail18  2.24.4-3  GNOME Accessibility Implementation
ii  libgcc11:4.6.1-4 GCC support library
ii  libgdk-pixbuf2.0-0 2.24.0-1  GDK Pixbuf library
ii  libgeoclue00.12.0-3+b1   C API for GeoClue
ii  libglib2.0-0   2.30.2-4  GLib library of C routines
ii  libgstreamer-plugins-b 0.10.35-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.35-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.24.4-3  The GTK+ graphical user interface 
ii  libicu48   4.8.1.1-1 International Components for Unico
ii  libjavascriptcoregtk-1 1.6.1-5+b1Javascript engine library for GTK+
ii  libjpeg8   8c-2  Independent JPEG Group's JPEG runt
ii  libpango1.0-0  1.28.3-1+squeeze1 Layout and rendering of internatio
ii  libpng12-0 1.2.44-1  PNG library - runtime
ii  libsoup2.4-1   2.36.0-1  HTTP library implementation in C -
ii  libsqlite3-0   3.7.9-2   SQLite 3 shared library
ii  libstdc++6 4.6.1-4   GNU Standard C++ Library v3
ii  libwebkitgtk-1.0-commo 1.6.1-5   Web content engine library for GTK
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxml22.7.8.dfsg-2  GNOME XML library
ii  libxrender11:0.9.6-1 X Rendering Extension client libra
ii  libxslt1.1 1.1.26-6  XSLT 1.0 processing library - runt
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

libwebkitgtk-1.0-0 recommends no packages.

libwebkitgtk-1.0-0 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#660960: tight loop attempting to madvise(..., MADV_DONTNEED) locked memory

2012-02-25 Thread Mike Hommey
On Sat, Feb 25, 2012 at 09:14:07AM +, Jamie Heilman wrote:
 Mike Hommey wrote:
   Jamie Heilman wrote:
#0  0x77407407 in madvise () from 
/lib/x86_64-linux-gnu/libc.so.6
#1  0x7663169e in ?? () from /usr/lib/xulrunner-10.0/libmozjs.so
#2  0x76628886 in ?? () from /usr/lib/xulrunner-10.0/libmozjs.so
#3  0x76628d51 in ?? () from /usr/lib/xulrunner-10.0/libmozjs.so
#4  0x7508d697 in nsJSContext::ScriptEvaluated 
(this=0x7fffe52690a0, 
  Try removing the /usr/lib/xulrunner-*/libmozjs.so symlink.
 
 Well, that was easy.  And yeah, that confirms my suspicions:
 
 #0  0x77407407 in madvise () from /lib/x86_64-linux-gnu/libc.so.6
 #1  0x7494d69e in js::gc::DecommitMemory (addr=optimized out, 
 size=optimized out)
 at /tmp/buildd/iceweasel-10.0.2/js/src/jsgcchunk.cpp:370
 #2  0x74944886 in DecommitFreePages (cx=optimized out)
 at /tmp/buildd/iceweasel-10.0.2/js/src/jsgc.cpp:2406
 #3  SweepPhase (gckind=GC_SHRINK, gcmarker=0x7fff9460, cx=0x7fffe3b1d330)
 at /tmp/buildd/iceweasel-10.0.2/js/src/jsgc.cpp:2640
 #4  MarkAndSweep (gckind=GC_SHRINK, cx=0x7fffe3b1d330)
 at /tmp/buildd/iceweasel-10.0.2/js/src/jsgc.cpp:2677
 #5  GCCycle (cx=0x7fffe3b1d330, comp=optimized out, gckind=GC_SHRINK)
 at /tmp/buildd/iceweasel-10.0.2/js/src/jsgc.cpp:2921
 #6  0x74944d51 in js_GC (cx=0x7fffe3b1d330, comp=0x0, 
 gckind=GC_SHRINK, reason=js::gcstats::MAYBEGC)
 at /tmp/buildd/iceweasel-10.0.2/js/src/jsgc.cpp:2983
 #7  0x75a42697 in nsJSContext::ScriptEvaluated (this=0x7fffe3c954c0, 
 aTerminated=true)
 at /tmp/buildd/iceweasel-10.0.2/dom/base/nsJSEnvironment.cpp:3122
 
 So yeah, not checking errno and repeatedly attempting to MADV_DONTNEED
 a range of memory that fails with a reason that isn't EAGAIN ... won't
 wash.  While the whole alsa/jack plugin thing is somewhat unusal, that
 really is just an easy way to showcase the bigger problem of the lazy
 approach to madvise that firefox is taking.  I can reconfigure my
 audio setup to avoid locking memory easily enough.  Still, firefox
 shoudln't re-madvise memory ranges doomed to failure over and over
 again.

Why the hell is alsa/jack locking memory handled by the javascript
engine anyway?

Mike



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



Bug#607368: Call for Vote: Kernel ABI numbering policy

2012-02-25 Thread Andreas Barth
* Don Armstrong (d...@debian.org) [120224 21:09]:
 I call for a vote on the kernel ABI numbering policy bug with the
 following ballot:
 
 A) The technical committee declines to override the kernel maintenance
 team's ABI numbering policy.
 
 B) Further discussion

Voting AB


Andi



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



Bug#653400: ktorrent-1.1.3 not starting

2012-02-25 Thread Emmanuel Anne
The idea of using strace was a good one. I did that too, and the last thing
ktorrent tried to access was /proc/sys/crypto/fips_enabled
google shows this is used by libgcrypt and indeed my libgcrypt was not
updated.
So I updated it to 1.5.0-3, and it fixed the problem, ktorrent can now
start normally again !
Thanks for the idea, it was half of the job ! ;-)


Bug#658499: arno-iptables-firewall syntax changes

2012-02-25 Thread Arno van Amersfoort


I never suggested this was a security vulnerability.  Clearly it isn't.  I 
think Julia's frustration is that when reloading the firewall rules after the 
upgrade she gets a broken firewall and a WARNING message.  Is there a way to 
prevent loading of the rules entirely and preserving the original firewall 
state in the case of a parsing error?  Maybe that's reaching a little; I'm just 
curious if that might be a good path forward to prevent future updates from 
blowing away currently running firewalls when the administrator is unaware of 
configuration file changes (even parser fixes)?  This will happen again I'm 
sure(completely by accident).  See the history of bash for more examples(and 
bash upgrades are generally really clean).


Well, you can simply use the check-conf argument to test your 
configuration prior to actually applying it. Having the firewall falling 
back to its previous configuration is not possible due to the way it's 
implemented


-arno




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



Bug#661221: wrong claws-mail command in utils.py

2012-02-25 Thread Sandro Tosi
On Sat, Feb 25, 2012 at 10:39, David Paleino da...@debian.org wrote:
 when the MUA is set to claws-mail, the launched command is:

    'claws-mail' : Mua('claws-mail --compose-read'),

that was part of the patch you send for #532082

 But the right option is --compose-from-file:

  --compose-from-file file
                         open composition window with data from given file;
                         use - as file name for reading from standard input;
                         content format: headers first (To: required) until an
                         empty line, then mail body until end of file.

that's because the option changed it is right only from claws-mail v3.8.0

 Changing just that line in utils.py fixes the issue.

so it needs a vesioned suggests, not just that.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#661221: [reportbug/master] updated claws-mail command to use the new cli switch to compose a mail from a file (adding a versioned depends); thanks to David Paleino for the report; Closes: #661221

2012-02-25 Thread Sandro Tosi
tag 661221 pending
tag 661221 pending
thanks

Date:   Sat Feb 25 11:15:42 2012 +0100
Author: Sandro Tosi mo...@debian.org
Commit ID: 31bb6fb11b686dbacad643d119be9e344522b487
Commit URL: 
http://git.debian.org/?p=reportbug/reportbug.git;a=commitdiff;h=31bb6fb11b686dbacad643d119be9e344522b487
Patch URL: 
http://git.debian.org/?p=reportbug/reportbug.git;a=commitdiff_plain;h=31bb6fb11b686dbacad643d119be9e344522b487

updated claws-mail command to use the new cli switch to compose a mail from 
a file (adding a versioned depends); thanks to David Paleino for the report; 
Closes: #661221

  



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



Bug#661207: [Pkg-alsa-devel] Bug#661207: alsa-utils: Flash video sound no longer controlled by PulseAudio after upgrade to alsa-utils 1.0.25-1

2012-02-25 Thread Elimar Riesebieter
* jimmy the saint [120224 16:57 -0800]:

 Package: alsa-utils
 Version: 1.0.25-1
 Severity: normal
 
 Dear Maintainer,
 *** Please consider answering these questions, where appropriate ***
 
* What led up to the situation?
 Upgrade to version 1.0.25-1
* What exactly did you do (or not do) that was effective (or
  ineffective)?
 I attempted to play sound through HDMI.  All sound goes through HDMI,
 except for Flash Video sound.
* What was the outcome of this action?
 I noted that Flash video sound continued to play through my laptop
 speakers, even though ALL other sound (system sounds, movie sounds etc.) 
 played
 correctly through HDMI.  Further, upon playing Flash video, the Sound
 Settings dialog which serves as the front end for Pulse Audio, showed that no
 applications were currently playing sound.  Adjusting system volume has no
 effect on flash video volume.  Selecting which hardware to play sound 
 through
 also has no effect with Flash video.  Even selecting no hardware which
 disables all system sound, has no effect, as flash continues to play.
 
 It is as if flash bypasses Pulse Audio completely since this update to alsa-
 utils.
 
 This behavior was not present prior to the update.
* What outcome did you expect instead?
 Flash video should be controlled by pulse audio, as it was prior to 
 the
 update.

Just for testeing: Could you please purge alsa-utils and try again.
alsa-utils is not a 'must have'.

Elimar
-- 
  We all know Linux is great... it does infinite loops in 5 seconds.
-Linus Torvalds



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



Bug#661218: dpkg: false positive - expected [ +-] at start of line 45 of diff

2012-02-25 Thread jaalto
On 2012-02-25 10:24, Raphael Hertzog wrote:
| Hello,
| 
| On Sat, 25 Feb 2012, Jari Aalto wrote:
|  I've attached 90_fix_makefiles.patch for further study.
|  
|  dpkg reports during build:
| [...]
|  dpkg-source: info: applying 
04_fix_bug_380210_fix_export_and_export_utils_detection.patch
|  dpkg-source: error: expected [ +-] at start of line 45 of diff 
`easychem.git/debian/patches/90_fix_makefiles.patch'
|
| This doesn't mean anything (quilt/patch are lenient and accept slightly
| incorrect input) and dpkg-source is right. Line 45 of the file starts
| with a TAB instead of a space.
| 
| It should be space + TAB (since the TAB is the start of the content).
| 
|   clean: FORCE
|  -cd graph; make clean
|  @@ -38,21 +39,21 @@
|  -rm $(OBJECTS) easychem
| 
| Those are the bad lines.

Well, dpkg can be stricter, but it would be much better if:

  - Dpkg accepted what can be don with quilt(1)
  - Wrote a warning instead of spooing with error.

After all, we manage patched with quilt, and if we can aply/deapply
them with it, so should dpkg during building packages[*[.

Jari

[*] with format 3.0 quilt



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



Bug#625445: xfce4-notes: Always uses it's own gtkrc

2012-02-25 Thread Mike Massonnet
Hi,

can someone report the bug upstream as an enhancement request?

https://bugzilla.xfce.org/

Thank you,
Mike



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



Bug#661221: wrong claws-mail command in utils.py

2012-02-25 Thread David Paleino
On Sat, 25 Feb 2012 11:17:21 +0100, Sandro Tosi wrote:

 On Sat, Feb 25, 2012 at 10:39, David Paleino da...@debian.org wrote:
  when the MUA is set to claws-mail, the launched command is:
 
     'claws-mail' : Mua('claws-mail --compose-read'),
 
 that was part of the patch you send for #532082

..and as soon as I found that something was wrong, I reported a bug. It worked
before, it didn't work afterwards.

The sent patch was based on Debian's patched claws-mail, which had
--compose-read.

  But the right option is --compose-from-file:
 
   --compose-from-file file
                          open composition window with data from given file;
                          use - as file name for reading from standard input;
                          content format: headers first (To: required) until
  an empty line, then mail body until end of file.
 
 that's because the option changed it is right only from claws-mail v3.8.0

And again, as soon as I found it to be wrong, I filed a report. What's wrong
with that? :)

  Changing just that line in utils.py fixes the issue.
 
 so it needs a vesioned suggests, not just that.

Sorry for missing that.


E magari un po' di gentilezza non guasterebbe;
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Bug#661224: lxpanel: Temperature monitor always shows NA instead of the temperature

2012-02-25 Thread Raphaël Mélotte
Package: lxpanel
Version: 0.5.8-1
Severity: normal

Dear Maintainer,

   * What led up to the situation?
Appeared on a previous update
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Checking the automatic sensors box -- ineffective
Running sensors-detect again, checking lm-sensors by running sensors, which
works fine.


It's been a couple of month now that my lxpanel keeps showing NA instead of
the cpu temperature, enven tough I've been updating to the latest version. Any
help would be appreciated.



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

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

Versions of packages lxpanel depends on:
ii  libasound2  1.0.25-2
ii  libatk1.0-0 2.2.0-2
ii  libc6   2.13-26
ii  libcairo2   1.10.2-6.2
ii  libfontconfig1  2.8.0-3.1
ii  libfreetype62.4.8-1
ii  libgdk-pixbuf2.0-0  2.24.1-1
ii  libglib2.0-02.30.2-6
ii  libgtk2.0-0 2.24.9-2
ii  libmenu-cache1  0.3.2-2.1
ii  libpango1.0-0   1.29.4-2
ii  libx11-62:1.4.4-4
ii  lxmenu-data 0.1.2-1

Versions of packages lxpanel recommends:
ii  manpages-dev  3.35-0.1

Versions of packages lxpanel suggests:
ii  epiphany-browser [www-browser]  3.2.1-2
ii  iceweasel [www-browser] 9.0.1-1
ii  lxsession [lxsession-lite]  0.4.6.1-1
ii  menu2.1.46
ii  w3m [www-browser]   0.5.3-5

-- 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#639465: RM: postgresql-9.0 -- RoM; Obsoleted by postgresql-9.1

2012-02-25 Thread Martin Pitt
Ansgar Burchardt [2012-01-24  0:04 +0100]:
 I guess that it would also be removed from backports after a short while
 or at least no longer receive updates?  In that case it might be a good
 idea to upgrade d.o hosts using postgresql-9.0 to -9.1 first.  (Which in
 turn would require postgresql-9.1-debversion for dak.)

As we have postgresql-9.1-debversion in sid and testing now, can 9.0
be removed now please?

Thanks!

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature


Bug#659907: texlive-binaries: fails to upgrade

2012-02-25 Thread Marc Dequènes (Duck)

Coin,

I had to remove jadetex to continue upgrading my machine, and it was  
in fact purged. After reinstalling the problem still arise.


On another machine having texlive-full and jadetex too i could not  
reproduce. I'm still trying to find a real different besides the  
architecture (i386 in this case).


Quoting Hilmar Preusse hill...@web.de:


I guess you can reproduce the problem by running fmtutil-sys --byfmt
jadetex as root, right?


Yes.


I see a lot of sty files from hyperref in /usr/local/share/texmf,
which are read by initex when generating the format file for jadetex.
Could you (temporarily) hide them by renaming the texmf tree and
rerun mktexlsr?


You were right, my local extensions were at fault (and not present on  
the other machine). The message was not that clear, and honestly i  
would not have expected difficulties when upgrading to a new Debian  
revision.


As this bug will not appear on a pure Debian installation you may well  
close this bug. Nevertheless avoiding such breakage when there is no  
new upstream release would be much better if possible. Tell me if you  
want to investigate more on the subject.


Regards.

--
Marc Dequènes (Duck)


pgpWRomvN5mJe.pgp
Description: PGP Digital Signature


Bug#661225: libcairo-script-interpreter2: could be accidentally linked to binutils

2012-02-25 Thread Igor Pashev
Package: libcairo-script-interpreter2
Version: 1.10.2-6.2
Severity: minor

Dear Maintainer,

If package binutils-dev is installed, /usr/lib/cairo/libcairo-trace.so.0.0.0
will be linked to /usr/lib/libbfd-2.22-system.so from binutils.



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

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

Versions of packages libcairo-script-interpreter2 depends on:
ii  libc6   2.13-26
ii  libcairo2   1.10.2-6.2
ii  libfontconfig1  2.8.0-3.1
ii  libfreetype62.4.8-1
ii  zlib1g  1:1.2.6.dfsg-2

libcairo-script-interpreter2 recommends no packages.

libcairo-script-interpreter2 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#646449: libosip2 upload to unstable

2012-02-25 Thread Hector Oron
Hi,

2012/2/25 peter green plugw...@p10link.net:

 Since i'm not yet a DD could one of you guys please sponsor it?

I can do that. No worries. Thanks.

-- 
 Héctor Orón  -.. . -... .. .- -.   -.. . ...- . .-.. --- .--. . .-.



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



Bug#639950: unable to login

2012-02-25 Thread Vincent Bernat
OoO  En cette nuit  nuageuse du  vendredi 24  février 2012,  vers 01:39,
Herwin Weststrate her...@snt.utwente.nl disait :

 This is probably due to an old version of php-mdb2, which does not work
 with PHP 5.3 (see #571702). Upgrading php-mdb2 to the latest release
 (which is not packaged in Debian) will probably solve this.

I have the  same error messages but  no problem to login. I  will try to
package  a new  version of  php-mdb2  soon and  check if  it solves  the
problem anyway.
-- 
Vincent Bernat ☯ http://vincent.bernat.im

panic(aha1740.c); /* Goodbye */
2.2.16 /usr/src/linux/drivers/scsi/aha1740.c


pgpWKVZcGxBUE.pgp
Description: PGP signature


Bug#642560: Reassigning to scim-bridge-el package

2012-02-25 Thread Luca Falavigna
reassign 642560 src:scim-bridge-el
retitle 642560 Should this package be removed?
tags 642560 - moreinfo
thanks


According to #642371, scim-bridge will be kept around for a while, so
reassigning this bug back to scim-bridge-el source.



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



Bug#661226: otrs2: depends on libapache-dbi-perl

2012-02-25 Thread Hannes Schulz
Package: otrs2
Version: 3.1.1+dfsg1-1
Severity: important

Dear Maintainer,

I did an upgrade coming from otrs2 3.0.something but apache2 wouldn't start.
In the error.log I found the following:
[Sat Feb 25 11:20:36 2012] [error] Can't locate Apache/DBI.pm in @INC (@INC 
contains: /usr/share/otrs/Custom /usr/share/otrs/Kernel/cpan-lib 
/usr/share/otrs/ /etc/perl /usr/local/lib/perl/5.14.2 
/usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 
/usr/share/perl/5.14 /usr/local/lib/site_perl . /etc/apache2) at 
/usr/share/otrs/scripts/apache2-perl-startup.pl line 51.
BEGIN failed--compilation aborted at 
/usr/share/otrs/scripts/apache2-perl-startup.pl line 51.\nCompilation failed in 
require at (eval 2) line 1.
[Sat Feb 25 11:20:36 2012] [error] Can't load Perl file: 
/usr/share/otrs/scripts/apache2-perl-startup.pl for server otrs.schwaar.com:0, 
exiting...

Line 51 of /usr/share/otrs/scripts/apache2-perl-startup.pl says:
use Apache::DBI;

So the fix was easy: apt-get install libapache-dbi-perl

So otrs2 should depend an libapache-dbi-perl.


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

Kernel: Linux 2.6.38-2-686-bigmem (SMP w/1 CPU core)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_AT.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages otrs2 depends on:
ii  adduser 3.113+nmu1
ii  apache2-mpm-worker [httpd-cgi]  2.2.22-1
ii  dbconfig-common 1.8.47+nmu1
ii  debconf [debconf-2.0]   1.5.41
ii  libapache2-reload-perl  0.11-2
ii  libauthen-sasl-perl 2.1500-1
ii  libcrypt-passwdmd5-perl 1.3-10
ii  libcss-minifier-perl0.01-1
ii  libdate-pcalc-perl  6.1-1+b2
ii  libdbd-pg-perl  2.18.1-1+b1
ii  libdbi-perl 1.616-1+b2
ii  libdigest-sha-perl  5.70-1
ii  libemail-valid-perl 0.187-1
ii  libgd-graph-perl1.44-6
ii  libgd-text-perl 0.86-8
ii  libio-stringy-perl  2.110-5
ii  libjavascript-minifier-perl 1.05-1
ii  libjs-jquery1.7.1-1
ii  libjs-jquery-ui 1.8.ooops.17+dfsg-1
ii  libjs-prototype 1.7.0-2
ii  libjs-yui   2.8.2r1~squeeze-1
ii  libjson-perl2.53-1
ii  libmail-pop3client-perl 2.17-1
ii  libmailtools-perl   2.08-1
ii  libmime-tools-perl  5.502-1
ii  libnet-imap-simple-perl 1.2030-1
ii  libnet-imap-simple-ssl-perl 1.3-3
ii  libnet-smtp-ssl-perl1.01-3
ii  libpdf-api2-perl2.019-1
ii  libsoap-lite-perl   0.714-1
ii  libtext-csv-perl1.21-1
ii  libtext-diff-perl   1.41-1
ii  libxml-feedpp-perl  0.43-1
ii  libxml-parser-perl  2.41-1+b1
ii  libyaml-perl0.80-1
ii  perl [libdigest-sha-perl]   5.14.2-7
ii  ttf-dejavu-core 2.33-2
ii  ttf-dejavu-extra2.33-2
ii  ucf 3.0025+nmu2

Versions of packages otrs2 recommends:
ii  aspell  0.60.7~20110707-1
ii  postgresql  9.1+128
ii  procmail3.22-19

Versions of packages otrs2 suggests:
pn  libencode-hanextra-perl  none
pn  libnet-ldap-perl none
pn  otrs2-doc-en | otrs2-doc-de  none

-- debconf information:
  otrs2/pgsql/manualconf:
  otrs2/mysql/method: unix socket
  otrs2/dbconfig-remove:
  otrs2/upgrade-error: abort
* otrs2/install-error: ignore
  otrs2/remove-error: abort
* otrs2/pgsql/method: tcp/ip
* otrs2/pgsql/authmethod-admin: password
* otrs2/remote/newhost: 127.0.0.1
* otrs2/db/app-user: otrs
  otrs2/internal/reconfiguring: false
  otrs2/resetdbuser: true
  otrs2/purge: false
  otrs2/pgsql/changeconf: false
* otrs2/pgsql/authmethod-user: password
* otrs2/database-type: pgsql
  otrs2/pgsql/no-empty-passwords:
* otrs2/dbconfig-upgrade: true
  otrs2/internal/skip-preseed: false
* otrs2/remote/port:
  otrs2/passwords-do-not-match:
  otrs2/upgrade-backup: true
* otrs2/db/dbname: otrs3
* otrs2/pgsql/admin-user: root
  otrs2/dbconfig-reinstall: false
* otrs2/remote/host: 127.0.0.1
  otrs2/db/basepath:
  otrs2/missing-db-package-error: abort
* otrs2/dbconfig-install: true
  otrs2/mysql/admin-user: root



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



Bug#531324: openclonk FTBFS

2012-02-25 Thread Philipp Kern
On Fri, Feb 24, 2012 at 12:02:46PM -0500, Jason Woofenden wrote:
 This game looks cool! I had trouble building it, so I'm posting
 about it here in hopes that it will speed up packaging when the
 time is right.
 
 I tried to build the openclonk ubuntu package
 openclonk_5.2.2-0+ppa1~oneiric0 on my debian unstable box, and I'm
 getting a conflict with zlib.h:
 
   ~/openclonk-release-5.2.2-src/src/c4group/CStdFile.h:32:15: error: 
 conflicting declaration ‘typedef void* gzFile’
   /usr/include/zlib.h:1204:26: error: ‘gzFile’ has a previous declaration 
 as ‘typedef struct gzFile_s* gzFile’

Somebody broke zlib1g in unstable I guess.  It built in precise and
I'm always testing it on wheezy (in fact I only test it there, upload
it to the PPA and let others test them).  However on Feb 22 a new zlib
version migrated.

I'll just wait until it fixes itself.  I don't think that's a fault of
openclonk, at least.

Kind regards
Philipp Kern 


signature.asc
Description: Digital signature


Bug#661227: debian-edu-install: [INTL:ru] Russian debconf templates translation update

2012-02-25 Thread Yuri Kozlov
Package: debian-edu-install
Version: 1.522~svn75033
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation update is attached.

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

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# translation of ru.po to Russian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the debian-edu-install 
package.
#
# Sergey Alyoshin alyoshi...@gmail.com, 2008.
# Yuri Kozlov kozlo...@gmail.com, 2007, 2008.
# Yuri Kozlov yu...@komyakino.ru, 2009, 2010, 2012.
msgid 
msgstr 
Project-Id-Version: debian-edu-install 1.522~svn75033\n
Report-Msgid-Bugs-To: debian-edu-inst...@packages.debian.org\n
POT-Creation-Date: 2012-01-01 13:20+0100\n
PO-Revision-Date: 2012-02-25 15:32+0400\n
Last-Translator: Yuri Kozlov yu...@komyakino.ru\n
Language-Team: Russian debian-l10n-russ...@lists.debian.org\n
Language: ru\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 1.0\n
Plural-Forms:  nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

#. Type: text
#. Description
#. Debian Installer Main-menu Item
#: ../debian-edu-profile-udeb.templates:1001
msgid Choose Debian Edu profile
msgstr Выберите профиль Debian Edu

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#. __Choices: Main-Server, Workstation, Roaming-Workstation, 
Thin-Client-Server, Standalone, Minimal, Sugar
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
msgid Main Server
msgstr Основной сервер

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#. __Choices: Main-Server, Workstation, Roaming-Workstation, 
Thin-Client-Server, Standalone, Minimal, Sugar
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
msgid Workstation
msgstr Рабочая станция

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#. __Choices: Main-Server, Workstation, Roaming-Workstation, 
Thin-Client-Server, Standalone, Minimal, Sugar
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
msgid Roaming Workstation
msgstr Передвижная рабочая станция

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#. __Choices: Main-Server, Workstation, Roaming-Workstation, 
Thin-Client-Server, Standalone, Minimal, Sugar
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
msgid Thin Client Server
msgstr Сервер тонких клиентов

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#. __Choices: Main-Server, Workstation, Roaming-Workstation, 
Thin-Client-Server, Standalone, Minimal, Sugar
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
msgid Standalone
msgstr Автономная машина

#. Type: multiselect
#. Description
#. Type: multiselect
#. Description
#: ../debian-edu-profile-udeb.templates:2002
#: ../debian-edu-profile-udeb.templates:3002
msgid Profile(s) to apply to this machine:
msgstr Применяемые к этой машине профили:

#. Type: multiselect
#. Description
#. Type: multiselect
#. Description
#: ../debian-edu-profile-udeb.templates:2002
#: ../debian-edu-profile-udeb.templates:3002
msgid Profiles determine how the machine can be used out-of-the-box:
msgstr 
Профили, определяющие как будет использоваться машина сразу после завершения 
установки:

#. Type: multiselect
#. Description
#: ../debian-edu-profile-udeb.templates:2002
msgid 
 - Main Server: reserved for the Debian Edu server. It does not\n
include any GUI (Graphical User Interface). There\n
should only be one such server on a Debian Edu\n
network.\n
 - Workstation: for normal machines on the Debian Edu network.\n
 - Roaming Workstation: for single user machines on the Debian Edu\n
network which some times travel outside the network.\n
 - Thin Client Server:\n
includes 'Workstation' and requires two network\n
cards.\n
 - Standalone:  for machines meant to be used outside the Debian Edu\n
network. It includes a GUI and conflicts with other\n
profiles.
msgstr 
 - Основной сервер: используется для сервера Debian Edu. Не содержит\n
графического интерфейса (GUI). Должен быть настроен\n
только на одном сервере в сети Debian Edu.\n
 - Рабочая станция: для обычных машин в сети Debian Edu.\n
 - Передвижная рабочая станция: для отдельных пользовательских\n
машин из сети Debian Edu, которые иногда бывают вне сети.\n
 - Сервер тонких клиентов:\n
Включает профиль 'Рабочая станция' и требует две\n
сетевые карты.\n
 - 

Bug#661228: Message: Module Kernel/GenericInterface/Event/Handler.pm not found!

2012-02-25 Thread Hannes Schulz
Package: otrs2
Version: 3.1.1+dfsg1-1
Severity: minor

Dear Maintainer,

since having update to version 3.1.1, apache's error.log is filled with this 
error message over and over again:

ERROR: OTRS-CGI-10 Perl: 5.14.2 OS: linux Time: Sat Feb 25 12:19:07 2012

 Message: Module Kernel/GenericInterface/Event/Handler.pm not found!

 Traceback (22274):
   Module: Kernel::System::EventHandler::EventHandler (v1.9) Line: 212
   Module: Kernel::System::EventHandler::EventHandlerTransaction (v1.9) Line: 
274
   Module: Kernel::System::Ticket::DESTROY (v1.540) Line: 7187
   Module: (eval) (v1.90) Line: 204
   Module: 
ModPerl::ROOT::ModPerl::Registry::usr_share_otrs_bin_cgi_2dbin_index_2epl::handler
 (v1.90) Line: 204
   Module: (eval) (v1.90) Line: 204
   Module: ModPerl::RegistryCooker::run (v1.90) Line: 204
   Module: ModPerl::RegistryCooker::default_handler (v1.90) Line: 170
   Module: ModPerl::Registry::handler (v1.99) Line: 31


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

Kernel: Linux 2.6.38-2-686-bigmem (SMP w/1 CPU core)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_AT.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages otrs2 depends on:
ii  adduser 3.113+nmu1
ii  apache2-mpm-worker [httpd-cgi]  2.2.22-1
ii  dbconfig-common 1.8.47+nmu1
ii  debconf [debconf-2.0]   1.5.41
ii  libapache2-reload-perl  0.11-2
ii  libauthen-sasl-perl 2.1500-1
ii  libcrypt-passwdmd5-perl 1.3-10
ii  libcss-minifier-perl0.01-1
ii  libdate-pcalc-perl  6.1-1+b2
ii  libdbd-pg-perl  2.18.1-1+b1
ii  libdbi-perl 1.616-1+b2
ii  libdigest-sha-perl  5.70-1
ii  libemail-valid-perl 0.187-1
ii  libgd-graph-perl1.44-6
ii  libgd-text-perl 0.86-8
ii  libio-stringy-perl  2.110-5
ii  libjavascript-minifier-perl 1.05-1
ii  libjs-jquery1.7.1-1
ii  libjs-jquery-ui 1.8.ooops.17+dfsg-1
ii  libjs-prototype 1.7.0-2
ii  libjs-yui   2.8.2r1~squeeze-1
ii  libjson-perl2.53-1
ii  libmail-pop3client-perl 2.17-1
ii  libmailtools-perl   2.08-1
ii  libmime-tools-perl  5.502-1
ii  libnet-imap-simple-perl 1.2030-1
ii  libnet-imap-simple-ssl-perl 1.3-3
ii  libnet-smtp-ssl-perl1.01-3
ii  libpdf-api2-perl2.019-1
ii  libsoap-lite-perl   0.714-1
ii  libtext-csv-perl1.21-1
ii  libtext-diff-perl   1.41-1
ii  libxml-feedpp-perl  0.43-1
ii  libxml-parser-perl  2.41-1+b1
ii  libyaml-perl0.80-1
ii  perl [libdigest-sha-perl]   5.14.2-7
ii  ttf-dejavu-core 2.33-2
ii  ttf-dejavu-extra2.33-2
ii  ucf 3.0025+nmu2

Versions of packages otrs2 recommends:
ii  aspell  0.60.7~20110707-1
ii  postgresql  9.1+128
ii  procmail3.22-19

Versions of packages otrs2 suggests:
pn  libencode-hanextra-perl  none
pn  libnet-ldap-perl none
pn  otrs2-doc-en | otrs2-doc-de  none

-- debconf information:
  otrs2/pgsql/manualconf:
  otrs2/mysql/method: unix socket
  otrs2/dbconfig-remove:
  otrs2/upgrade-error: abort
* otrs2/install-error: ignore
  otrs2/remove-error: abort
* otrs2/pgsql/method: tcp/ip
* otrs2/pgsql/authmethod-admin: password
* otrs2/remote/newhost: 127.0.0.1
* otrs2/db/app-user: otrs
  otrs2/internal/reconfiguring: false
  otrs2/resetdbuser: true
  otrs2/purge: false
  otrs2/pgsql/changeconf: false
* otrs2/pgsql/authmethod-user: password
* otrs2/database-type: pgsql
  otrs2/pgsql/no-empty-passwords:
* otrs2/dbconfig-upgrade: true
  otrs2/internal/skip-preseed: false
* otrs2/remote/port:
  otrs2/passwords-do-not-match:
  otrs2/upgrade-backup: true
* otrs2/db/dbname: otrs3
* otrs2/pgsql/admin-user: root
  otrs2/dbconfig-reinstall: false
* otrs2/remote/host: 127.0.0.1
  otrs2/db/basepath:
  otrs2/missing-db-package-error: abort
* otrs2/dbconfig-install: true
  otrs2/mysql/admin-user: root



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



Bug#661226: otrs2: depends on libapache-dbi-perl

2012-02-25 Thread Patrick Matthäi
Am 25.02.2012 12:20, schrieb Hannes Schulz:
 Package: otrs2
 Version: 3.1.1+dfsg1-1
 Severity: important
 
 Dear Maintainer,
 
 I did an upgrade coming from otrs2 3.0.something but apache2 wouldn't start.
 In the error.log I found the following:
 [Sat Feb 25 11:20:36 2012] [error] Can't locate Apache/DBI.pm in @INC (@INC 
 contains: /usr/share/otrs/Custom /usr/share/otrs/Kernel/cpan-lib 
 /usr/share/otrs/ /etc/perl /usr/local/lib/perl/5.14.2 
 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 
 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . 
 /etc/apache2) at /usr/share/otrs/scripts/apache2-perl-startup.pl line 51.
 BEGIN failed--compilation aborted at 
 /usr/share/otrs/scripts/apache2-perl-startup.pl line 51.\nCompilation failed 
 in require at (eval 2) line 1.
 [Sat Feb 25 11:20:36 2012] [error] Can't load Perl file: 
 /usr/share/otrs/scripts/apache2-perl-startup.pl for server 
 otrs.schwaar.com:0, exiting...
 
 Line 51 of /usr/share/otrs/scripts/apache2-perl-startup.pl says:
 use Apache::DBI;
 
 So the fix was easy: apt-get install libapache-dbi-perl
 
 So otrs2 should depend an libapache-dbi-perl.

You are right, fix comitted.
But I added it as recommends, because it is not required if you do not
use the default apache webserver.


-- 
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org
*/



signature.asc
Description: OpenPGP digital signature


Bug#661099: fpc depends on packages that can't be installed

2012-02-25 Thread peter green
If I do that, I get a complaint that one of the other listed package is 
not going to be installed.  I tried specifying all of them on one command 
line and I got a complaint that libpixman-1.dev was not going to be 
installed.  Adding that made the complaints go circular.

Can you please post the complete output of this command so that one of
us can take a look at it and advise on what to do next?








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



Bug#624325: jemalloc: FTBFS on armel, hurd-i386, kfreebsd-amd64, kfreebsd-i386, s390, sparc

2012-02-25 Thread Sandro Tosi
Hi,
is there any news on this failures? do you have any link for your
contact with upstream and possible with their investigation (if done)?

Thanks,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#656536: buildbot: fails to purge - command (deluser|adduser) in postrm not found

2012-02-25 Thread Andriy Senkovych
Holger,

Thank you for your bug report and for the advice. This is somehow
related to #621833 [1]. It seems the conversation is against removing
users at all. I'm going to comment out this line unitl mentioned bug
is closed.

 [1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621833



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



Bug#639950: unable to login

2012-02-25 Thread Vincent Bernat
OoO Pendant  le temps  de midi  du samedi 25  février 2012,  vers 12:18,
Herwin Weststrate her...@snt.utwente.nl disait :

 This is probably due to an old version of php-mdb2, which does
 not work with PHP 5.3 (see #571702). Upgrading php-mdb2 to the
 latest release (which is not packaged in Debian) will probably
 solve this.
 
 I have the  same error messages but  no problem to login. I  will
 try to package  a new  version of  php-mdb2  soon and  check if  it
 solves  the problem anyway.

 There is an updated package in unstable/sid since one or two days, see
 #571702 for more info.

Oh fine. Does this fix this bug (#639950)?
-- 
Vincent Bernat ☯ http://vincent.bernat.im

 /* Am I fucking pedantic or what? */
2.2.16 /usr/src/linux/drivers/scsi/qlogicpti.h


pgpTLPhuT18vf.pgp
Description: PGP signature


Bug#661228: Message: Module Kernel/GenericInterface/Event/Handler.pm not found!

2012-02-25 Thread Patrick Matthäi
Am 25.02.2012 12:35, schrieb Hannes Schulz:
 Package: otrs2
 Version: 3.1.1+dfsg1-1
 Severity: minor
 
 Dear Maintainer,
 
 since having update to version 3.1.1, apache's error.log is filled with this 
 error message over and over again:
 
 ERROR: OTRS-CGI-10 Perl: 5.14.2 OS: linux Time: Sat Feb 25 12:19:07 2012
 
  Message: Module Kernel/GenericInterface/Event/Handler.pm not found!
 
  Traceback (22274):
Module: Kernel::System::EventHandler::EventHandler (v1.9) Line: 212
Module: Kernel::System::EventHandler::EventHandlerTransaction (v1.9) Line: 
 274
Module: Kernel::System::Ticket::DESTROY (v1.540) Line: 7187
Module: (eval) (v1.90) Line: 204
Module: 
 ModPerl::ROOT::ModPerl::Registry::usr_share_otrs_bin_cgi_2dbin_index_2epl::handler
  (v1.90) Line: 204
Module: (eval) (v1.90) Line: 204
Module: ModPerl::RegistryCooker::run (v1.90) Line: 204
Module: ModPerl::RegistryCooker::default_handler (v1.90) Line: 170
Module: ModPerl::Registry::handler (v1.99) Line: 31

Fix also comitted, if you do not encountered more bugs today, I would
upload an fixed package.

-- 
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org
*/



signature.asc
Description: OpenPGP digital signature


Bug#657049: broadcom-sta-source for i686?

2012-02-25 Thread Guilhem Bonnefille
Hi,

I've just noticed that broadcom-sta-source 5.100.82.112-6 is only
available for x64. Is there any reason for that? I have a 32 bits
system currently.

-- 
Guilhem BONNEFILLE
-=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com
-=- mailto:guilhem.bonnefi...@gmail.com
-=- http://nathguil.free.fr/



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



Bug#659499: bash fails to properly read /proc files

2012-02-25 Thread Jean-Michel Vourgère
Thank you Cyril for the mini-test.

I can reproduce this bug with linux-image-3.2.0-1-686-pae

If I reboot on linux-image-3.1.0-1-686-pae lseeking in /proc works fine.


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


Bug#661229: linux-image-3.2.0-1-amd64: sky2 driver takes 70sec to bring up ethernet port

2012-02-25 Thread Johannes Resch
Package: linux-2.6
Version: 3.2.4-1
Severity: normal

Hi,

after upgrading the kernel from 3.1.0-1 to 3.2.0-1 on a machine running Debian
testing, the sky2 driver seems to take over 70 sec to bring up the ethernet
link. Also, the reported link speed does not seem to be correct.

This is what I see with 3.2.0-1:

root@sirius:/data/home/jr/clamz# dmesg | grep sky
[1.562738] sky2: driver version 1.30
[1.562763] sky2 :05:00.0: PCI INT A - GSI 18 (level, low) - IRQ 18
[1.562774] sky2 :05:00.0: setting latency timer to 64
[1.562798] sky2 :05:00.0: Yukon-2 EC Ultra chip revision 3
[1.562890] sky2 :05:00.0: irq 73 for MSI/MSI-X
[1.565365] sky2 :05:00.0: eth0: addr bc:ae:c5:02:86:33
[   18.485687] sky2 :05:00.0: eth0: enabling interface
[   84.967943] sky2 :05:00.0: eth0: Link is up at 100 Mbps, full duplex,
flow control both

Note that the driver claims that link speed is 100Mbit, however the remote end
(AVM Fritzbox 7390) claims the link speed is 1Gbit.

Other then running a apt-get dist-upgrade, which led to the kernel (and other
packages) being upgraded, no changes were made to the networking setup. In
particular, no changes were made to the physical setup (cabling etc), and the
setup was working fine with 3.1.0-1 before.

Best regards,
-jr



-- Package-specific info:
** Version:
Linux version 3.2.0-1-amd64 (Debian 3.2.4-1) (wa...@debian.org) (gcc version 
4.6.2 (Debian 4.6.2-12) ) #1 SMP Sun Feb 5 15:17:15 UTC 2012

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.2.0-1-amd64 
root=UUID=f9cee7b2-5c98-4492-b621-7437de765f42 ro quiet

** Tainted: PO (4097)
 * Proprietary module has been loaded.
 * Out-of-tree module has been loaded.

** Kernel log:
[3.407759] usb 3-5.1: new full-speed USB device number 4 using ehci_hcd
[3.519078] usb 3-5.1: New USB device found, idVendor=0409, idProduct=02b9
[3.519082] usb 3-5.1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[3.519085] usb 3-5.1: Product: PA271W
[3.519088] usb 3-5.1: Manufacturer: NEC
[3.519090] usb 3-5.1: SerialNumber: 11102966UB
[3.631313] ata5: SATA link down (SStatus 0 SControl 300)
[3.951167] ata6: SATA link down (SStatus 0 SControl 300)
[3.951650] scsi 6:0:0:0: Direct-Access ATA  OCZ-VERTEX3 MI   2.02 
PQ: 0 ANSI: 5
[3.952420] scsi 13:0:0:0: Processor Marvell  91xx Config  1.01 
PQ: 0 ANSI: 5
[3.953661] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 
TB/1.81 TiB)
[3.953893] sd 0:0:0:0: [sda] Write Protect is off
[3.953895] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[3.953915] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[3.957726] sr0: scsi3-mmc drive: 94x/94x writer dvd-ram cd/rw xa/form2 cdda 
tray
[3.957730] cdrom: Uniform CD-ROM driver Revision: 3.20
[3.957944] sr 3:0:0:0: Attached scsi CD-ROM sr0
[3.958099] sd 6:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/111 
GiB)
[3.958228] sd 6:0:0:0: [sdb] Write Protect is off
[3.958230] sd 6:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[3.958334] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[3.958710]  sdb: sdb1 sdb2 sdb3
[3.959007] sd 6:0:0:0: [sdb] Attached SCSI disk
[3.985652]  sda: sda1 sda2 sda3
[3.986824] sd 0:0:0:0: [sda] Attached SCSI disk
[   13.514765] generic-usb 0003:0409:02B9.0005: timeout initializing reports
[   13.515119] generic-usb 0003:0409:02B9.0005: hiddev0,hidraw4: USB HID v1.10 
Device [NEC PA271W] on usb-:00:1a.7-5.1/input0
[   13.978182] device-mapper: uevent: version 1.0.3
[   13.978227] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: 
dm-de...@redhat.com
[   14.12] PM: Starting manual resume from disk
[   14.128891] PM: Hibernation image partition 8:3 present
[   14.128892] PM: Looking for hibernation image.
[   14.129063] PM: Image not found (code -22)
[   14.129067] PM: Hibernation image not present or could not be loaded.
[   14.135764] kjournald starting.  Commit interval 5 seconds
[   14.135792] EXT3-fs (sdb3): mounted filesystem with ordered data mode
[   14.477014] udevd[412]: starting version 175
[   14.529269] input: Power Button as 
/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
[   14.529274] ACPI: Power Button [PWRB]
[   14.529325] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[   14.529328] ACPI: Power Button [PWRF]
[   14.533966] wmi: Mapper loaded
[   14.546851] iTCO_vendor_support: vendor-support=0
[   14.548392] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[   14.548490] iTCO_wdt: Found a ICH10R TCO device (Version=2, TCOBASE=0x0860)
[   14.548546] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   14.548710] i801_smbus :00:1f.3: PCI INT C - GSI 18 (level, low) - IRQ 
18
[   14.548715] ACPI: resource :00:1f.3 [io  0x1000-0x101f] conflicts with 
ACPI region SMRG [io 0x1000-0x100f]
[   14.548717] ACPI: If an ACPI driver is 

Bug#661230: lightdm: passwordless login doesn't work

2012-02-25 Thread Alexander Gerasiov
Package: lightdm
Version: 1.0.6-3
Severity: normal

For some resons I have some users without password on my system.
They could login via getty, gdm, gdm3 (IIRC), but could not login with lightdm.

In the auth.log there is
Feb 25 15:54:16 vice lightdm: pam_unix(lightdm:auth): auth could not identify 
password for [guest]

I want them to be able to login without password.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (680, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: i386 (x86_64)

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

Versions of packages lightdm depends on:
ii  adduser3.113+nmu1
ii  consolekit 0.4.5-1
ii  dbus   1.4.16-1
ii  debconf [debconf-2.0]  1.5.41
ii  libc6  2.13-26
ii  libglib2.0-0   2.30.2-6
ii  libpam0g   1.1.3-7
ii  libxcb11.8-2
ii  libxdmcp6  1:1.1.0-4
ii  lightdm-gtk-greeter1.0.6-3

Versions of packages lightdm recommends:
ii  xserver-xorg  1:7.6+11

Versions of packages lightdm suggests:
pn  accountsservice  none

-- Configuration Files:
/etc/lightdm/lightdm.conf changed:
[LightDM]
[SeatDefaults]
xserver-allow-tcp=false
greeter-hide-users=true
user-session=lightdm-xsession
session-wrapper=/etc/X11/Xsession
[Seat:0]
[Seat:1]
[Seat:2]
[XDMCPServer]
[VNCServer]


-- debconf information:
  lightdm/daemon_name: /usr/sbin/lightdm
  shared/default-x-display-manager:



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



Bug#661231: isdnlog: unowned files after purge (policy 6.8) violating FHS (policy 9.1) too

2012-02-25 Thread Andreas Beckmann
Package: isdnlog
Version: 1:3.9.20060704+dfsg.3-4
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package left unowned files on
the system after purge, which is a violation of policy 6.8:

http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails

From the attached log (scroll to the bottom...):

0m21.9s ERROR: FAIL: Package purging left files on system:
  /isdn.conf not owned
  /rate.conf not owned


As putting files directly into / is also a violation of
http://www.debian.org/doc/debian-policy/ch-opersys.html#s9.1.2
I'm setting the severity to serious.


cheers,

Andreas


isdnlog_1:3.9.20060704+dfsg.3-4.log.gz
Description: GNU Zip compressed data


Bug#660266: Fwd: Bug#660266: Failed to download 1rott13.zip

2012-02-25 Thread fabian
Dear release-managers,

please consider the attached diff for rott in stable. I know it's  only
contrib/games, but anyway... ;)

The rott package is able to download the required (but non-free) game 
shareware data from the publisher's web server in the postinst script  if
the user wishes so. However, the servers have proven unreliable and  users
keep complaining about failed downloads, e.g. #660266. We have  thus put a
copy of the zip file on pkg-games.alioth.d.o.

The code is not in unstable, because we have decided to drop the
downloading in the postinst script in favor of using
game-data-packager. The latter already uses pkg-games.alioth.d.o to 
download the shareware zip file.

  - Fabian


diff -Nru rott-1.1.1/debian/changelog rott-1.1.1/debian/changelog
--- rott-1.1.1/debian/changelog	2010-06-03 07:38:58.0 +0200
+++ rott-1.1.1/debian/changelog	2012-02-20 10:45:52.0 +0100
@@ -1,3 +1,10 @@
+rott (1.1.1-3.1+squeeze1) squeeze; urgency=low
+
+  * As a last resort, try to download the shareware data files
+from pkg-games.alioth.debian.org (Closes: ##660266).
+
+ -- Fabian Greffrath fabian+deb...@greffrath.com  Mon, 20 Feb 2012 10:45:40 +0100
+
 rott (1.1.1-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru rott-1.1.1/debian/rott.postinst rott-1.1.1/debian/rott.postinst
--- rott-1.1.1/debian/rott.postinst	2009-08-04 14:23:48.0 +0200
+++ rott-1.1.1/debian/rott.postinst	2012-02-20 10:41:10.0 +0100
@@ -8,6 +8,7 @@
 SHAREZIP=1rott13.zip
 SHAREURL1=ftp://ftp.3drealms.com/share;
 SHAREURL2=ftp://ftp.3drealms.com/pub/share;
+SHAREURL3=http://pkg-games.alioth.debian.org;
 SHAREMD5=0fafd6b629eab80278fc726e31f9cf41
 DOCDIR=/usr/share/doc/rott
 
@@ -45,6 +46,7 @@
 if [ ! -e ${SHAREDIR}/${SHAREZIP} ]; then
 	wget --progress=dot --directory-prefix ${SHAREDIR} -c ${SHAREURL1}/${SHAREZIP} || \
 	wget --progress=dot --directory-prefix ${SHAREDIR} -c ${SHAREURL2}/${SHAREZIP} || \
+	wget --progress=dot --directory-prefix ${SHAREDIR} -c ${SHAREURL3}/${SHAREZIP} || \
 	echo rott: Download of shareware data files failed! 2
 fi
 


Bug#633297: funguloids: FTBFS everywhere: error: reference to 'map' is ambiguous

2012-02-25 Thread peter green



mpak.py needs to be re-implemented or re-licensed because the current
implementation as distributed by Arch does not have any license attached
to it, so it is not distributable by Debian and Arch folks are violating
copyright law.
  

Thanks for explaining why the bug has not been fixed.

Ideally though, upstream needs to be revived and the mpak stuff ripped
out and replaced with either filesystem accesses or some standard pack
format like zip/tar. 

Seems like a good idea to me.

I've been trying to do that for a while but
upstream hasn't responded.

Since upstream is not responding I am not sure how to deal with the
situation. Either mpak.py has to be run at orig.tar.gz creation time or
a second tarball needs to be added with the pre-fixed data.

Alternatively the project could be completely forked, but that does not
seem to be a good way to do things to me.
  
IMO if you have made reasonable attempts to contact upstream and have 
seen no
signs of life then forking (and announcing your fork to other distro 
packagers) is

the corect thing  to do.






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



Bug#661232: vavoom: please add a FreeDesktop menu file

2012-02-25 Thread Paul Wise
Package: vavoom
Severity: wishlist

Please add the below FreeDesktop menu file to the package so that GNOME
3 users will be able to launch it. The file should be installed here:

/usr/share/applications/vavoom.desktop

[Desktop Entry]
Name=Vavoom
GenericName=Doom Launcher
Comment=First Person Shooter Game
Exec=/usr/games/vlaunch
Icon=/usr/share/games/vavoom/vavoom.png
Terminal=false
Type=Application
Categories=Game;ActionGame;

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#661233: vavoom: vlaunch cannot detect freedoom

2012-02-25 Thread Paul Wise
Package: vavoom
Version: 1.33-1
Severity: important

When I run vlaunch and then press Run with (Autodetect) set in the Game:
field, nothing happens and I get the following output printed in the
terminal. As you can see below I have freedoom installed, which is the
first package in Recommends: so that should be enough for the game to
start I think.

guest@morrison:~$ vlaunch 
Adding /usr/share/games/vavoom/basev/common/basepak.pk3
Sys_Error: Game mode indeterminate.
- ParseBase
- FL_Init
- Host_Init
Doing C_Shutdown
Doing CL_Shutdown
Doing SV_Shutdown
Doing V_Shutdown
Doing T_Shutdown
Doing Sys_Shutdown
Doing R_ShutdownTexture
Doing R_ShutdownData
Doing VCommand::Shutdown
Doing VCvar::Shutdown
Doing ShutdownMapInfo
Doing FL_Shutdown
Doing W_Shutdown
Doing GLanguage.FreeData
Doing ShutdownDecorate
Doing VObject::StaticExit
Doing VName::StaticExit
Doing Z_Shutdown

Game mode indeterminate.

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

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

Versions of packages vavoom depends on:
ii  libc6 2.13-26
ii  libflac++61.2.1-6
ii  libflac8  1.2.1-6
ii  libgcc1   1:4.7-20120224-1
ii  libgl1-mesa-glx [libgl1]  8.0-2
ii  libjpeg8  8d-1
ii  libmad0   0.15.1b-7
ii  libmikmod23.1.12-3
ii  libogg0   1.2.2~dfsg-1
ii  libpng12-01.2.47-1
ii  libsdl-mixer1.2   1.2.12-1
ii  libsdl1.2debian   1.2.15-2
ii  libstdc++64.7-20120224-1
ii  libvorbis0a   1.3.2-1.1
ii  libwxbase2.8-02.8.12.1-7
ii  libwxgtk2.8-0 2.8.12.1-7
ii  zlib1g1:1.2.6.dfsg-2

Versions of packages vavoom recommends:
ii  freedm [boom-wad]0.7-1
ii  freedoom [boom-wad]  0.7-1

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#661234: libdvdnav should generate versioned Depends for packages compiled against it

2012-02-25 Thread Michael Tokarev
Package: libdvdnav4
Version: 4.2.0-1
Severity: normal

Currently, packages compiled against libdvdnav has

 Depends: libdvdnav4

in their control file.  But the thing is that there were several versions
of libdvdnav4 out there.  For example, squeeze also has libdvdnav4.  The
problem is that packages compiled against wheezy version of libdvdnav4,
according to dpkg/apt, can be satisfied by libdvdnav4 from squeeze (ie,
older version).  Which does not provide some symbols provided by libdvdnav4
from wheezy.  In particular, dvdnav_get_video_resolution is not provided
by squeeze version.  As a result:

$ ldd -r /usr/lib/vlc/plugins/access/libdvdnav_plugin.so
...
libdvdnav.so.4 = /usr/lib/libdvdnav.so.4 (0xf778b000)
undefined symbol: dvdnav_get_video_resolution   
(/usr/lib/vlc/plugins/access/libdvdnav_plugin.so)

for vlc package from wheezy.

I understand that some packages from testing in a stable distribution
is an unsupported configuration, but the packaging bug is present anyway.

Thank you!

/mjt

-- Package-specific info:

-- System Information:
Debian Release: 6.0.4
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'oldstable'), (500, 'testing'), (50, 
'unstable'), (1, 'experimental')
Architecture: i386 (x86_64)

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

Versions of packages libdvdnav4 depends on:
ii  libc6 2.13-26Embedded GNU C Library: Shared lib
ii  libdvdread4   4.1.3-10   library for reading DVDs

libdvdnav4 recommends no packages.

Versions of packages libdvdnav4 suggests:
ii  libdvdcss21.2.10-1   portable abstraction library for D

-- 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#642371: scim-bridge and gtk3

2012-02-25 Thread Aron Xu
On Fri, Feb 24, 2012 at 19:44, Rolf Leggewie f...@rolf.leggewie.biz wrote:
 Osamu,

 you had previously mentioned that opensuse scim-bridge supports gtk3.
 I'm not familiar at all with that distro and their build tools and
 website, but my impression after visiting the link you gave earlier is
 that it's the other way round.  That scim-bridge explicitly does not
 support gtk3 and they therefore override it.  Am I misreading that page?

 Regards

 Rolf

Usually, supporting GTK3 IM Module is quite easy - just re-compile the
code for GTK2 IM Module (with modifications to build system). But it
might be another story since SCIM's GTK2 code was written long ago.

-- 
Regards,
Aron Xu



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



Bug#661235: fonts-droid: Japanese variant isn't used and Fallback is selected instead

2012-02-25 Thread Igor Urazov
Package: fonts-droid
Version: 20101110+git-3
Severity: normal

I'm using Droid Sans as default sans font. Apparently Fontconfig selects Driod
Sans Fallback for Japanese text.

% fc-match
DroidSans.ttf: Droid Sans Regular
% fc-match sans:lang=ja
DroidSansFallback.ttf: Droid Sans Regular
% fc-match sans:lang=zh
DroidSansFallback.ttf: Droid Sans Regular
% fc-match sans:lang=ar
DroidSansArabic.ttf: Droid Sans Regular
% fc-match sans:lang=th
DroidSansThai.ttf: Droid Sans Regular

Manually I fixed this by editing Japanese font's code page to 932, JIS/Japan
with FontForge, before this it was 1252, Latin-1



-- Package-specific info:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  fontconfig 2.8.0-3.1  generic font configuration library - support
ii  libfreetype6   2.4.8-1FreeType 2 font engine, shared library files
ii  libxft22.2.0-3FreeType-based font drawing library for X

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

Kernel: Linux 3.2.0-7.dmz.1-liquorix-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 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#661236: [INTL: it] Italian translation of debconf messages - d-push

2012-02-25 Thread Beatrice Torracca
Package: d-push
Severity: wishlist
Tags: l10n patch

Hi.
Please find attached the Italian translation of d-push debconf messages
proofread by the Italian localization team.

Please include it in your next upload.

Thanks,
Beatrice
# Italian translation of d-push debconf messages.
# Copyright (C) 2010 Wolfram Quester wo...@sigxcpu.org
# This file is distributed under the same license as the d-push package.
# Beatrice Torracca beatri...@libero.it, 2012.
msgid 
msgstr 
Project-Id-Version: d-push\n
Report-Msgid-Bugs-To: d-p...@packages.debian.org\n
POT-Creation-Date: 2011-06-23 14:53+0200\n
PO-Revision-Date: 2012-02-24 19:02+0200\n
Last-Translator: Beatrice Torracca beatri...@libero.it\n
Language-Team: Italian debian-l10n-ital...@lists.debian.org\n
Language: it\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.1\n

#. Type: multiselect
#. Description
#: ../d-push.templates:1001
msgid Web server to reconfigure automatically:
msgstr Server web da riconfigurare automaticamente:

#. Type: multiselect
#. Description
#: ../d-push.templates:1001
msgid 
Please choose the web server that should be automatically configured to run 
d-push.
msgstr 
Selezionare il server web che deve essere configurato automaticamente per 
eseguire d-push.


Bug#624325: jemalloc: FTBFS on armel, hurd-i386, kfreebsd-amd64, kfreebsd-i386, s390, sparc

2012-02-25 Thread Stig Sandbeck Mathisen
Sandro Tosi mo...@debian.org writes:

 is there any news on this failures? do you have any link for your
 contact with upstream and possible with their investigation (if done)?

Sorry, no. Assistance, or some comments, would be welcome.

A summary:


For architectures s390 and sparc, LG_QUANTUM is not defined.
varnish has vendored this library, and I found the correct values
there. I'll make a patch for these.


For the kfreebsd, the configure script says:

 Unsupported operating system: x86_64-pc-kfreebsd-gnu
 Unsupported operating system: i486-pc-kfreebsd-gnu

 The correct place to fix this is at
 
http://anonscm.debian.org/gitweb/?p=collab-maint/jemalloc.git;a=blob;f=configure;h=610884fb3235ac3fc0afe9ef9c9e9ddc68af9440;hb=0df51ec6ca1452173f4ec23df17c1d88ad5f5a12#l4252

 But I'm unsure if JEMALLOC_PURGE_MADVISE_DONTNEED or
 JEMALLOC_PURGE_MADVISE_FREE is correct for this architecture. I'll test
 with the matching value for the freebsd kernel, and hope it doesn't
 break. :)


For armel, it looks like there's code missing upstream for handling
that architecture in the upstream code.

Build log for armel says:

 include/jemalloc/internal/atomic.h:164:4: error: #error Missing
 implementation for 32-bit atomic operations


For hurd-i386, jemalloc wants to include sys/sysctl.h, which I can't
find in our archive for that architecture. I'll exclude jemalloc from
this architecture on the next upload.

-- 
Stig Sandbeck Mathisen


pgpJCgie6FiJC.pgp
Description: PGP signature


Bug#660266: Fwd: Bug#660266: Failed to download 1rott13.zip

2012-02-25 Thread Cyril Brulebois
fab...@greffrath.com fab...@greffrath.com (25/02/2012):
 The code is not in unstable, because we have decided to drop the
 downloading in the postinst script in favor of using
 game-data-packager. The latter already uses pkg-games.alioth.d.o to 
 download the shareware zip file.

Please update the bug to reflect that it doesn't apply to unstable,
then.

 diff -Nru rott-1.1.1/debian/changelog rott-1.1.1/debian/changelog
 --- rott-1.1.1/debian/changelog   2010-06-03 07:38:58.0 +0200
 +++ rott-1.1.1/debian/changelog   2012-02-20 10:45:52.0 +0100
 @@ -1,3 +1,10 @@
 +rott (1.1.1-3.1+squeeze1) squeeze; urgency=low
 +
 +  * As a last resort, try to download the shareware data files
 +from pkg-games.alioth.debian.org (Closes: ##660266).

Double # for the Closes.

Looks sane to me otherwise, feel free to upload unless you hear
otherwise from others.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#659832: sux must be fixed to continue to work with new version of login

2012-02-25 Thread Sthu
Package: sux
Version: 1.0.1-6
Followup-For: Bug #659832

Dear Maintainer,


After upgrade I have:

$ sux - user
Password:
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell


Please fix it. It is annoying exceedinly.

And thank You for Your work.


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

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

sux depends on no packages.

Versions of packages sux recommends:
ii  xauth  1:1.0.6-1

sux 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#660266: Fwd: Bug#660266: Failed to download 1rott13.zip

2012-02-25 Thread Ansgar Burchardt
Hi,

fab...@greffrath.com writes:
 +SHAREURL3=http://pkg-games.alioth.debian.org;

could you move them to a subdirectory (maybe game-data or
game-data-packager)? I would prefer not having random shareware
archives in the team's webroot.

Regards,
Ansgar



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



Bug#661206: phpldapadmin: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2012-02-25 Thread Marcus Osdoba

Am 25.02.2012 01:54, schrieb J.S.Júnior:

Please, Could you update the Brazilian Portuguese
Translation?

Fixed in git repo [0]. Might be uploaded in a month or so.


Attached you will find the file pt_BR.po. It is UTF-8
encoded and it is tested with msgfmt and
podebconf-display-po.
Thanks for testing with msgfmt. For some other translations, lintian 
gave some warnings before.


Regards,
Marcus

[0] https://gitorious.org/debian/pkg-phpldapadmin/commits/master



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



Bug#661237: mirrors: scalable-cyrfonts-tex_4.15_all.deb Hash Sum mismatch on some mirrors

2012-02-25 Thread Francesco Poli (wintermute)
Package: mirrors
Severity: normal

Dear Mirrors Team,
I've been experiencing a Hash Sum mismatch on one package since yesterday
on two different mirrors:

http://ftp.it.debian.org/debian/
http://debian.fastweb.it/debian/

While upgrading my Debian testing boxes, aptitude skips the upgrade
of scalable-cyrfonts-tex with the following error:

E: Failed to fetch 
http://debian.fastweb.it/debian/pool/main/s/scalable-cyrfonts/scalable-cyrfonts-tex_4.15_all.deb:
 Hash Sum mismatch

However, if I switch to another mirror:

http://mirror.units.it/debian/

everything seems to go fine and the upgrade is completed successfully.

Hence, it seems that the issue only affects *some* mirrors, but probably
not the master archive, as some other mirrors are not apparently affected.
This is the reason why I am reporting this problem against the mirrors
pseudo-package, rather than against the ftp.debian.org pseudo-package.
Feel free to reassign, as appropriate, in case my decision turns out to
be wrong...

I hope the issue may be investigated and fixed soon.
Thanks for your time!


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

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



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



Bug#661238: icewm: FTBFS against libx11 1.4.99 in experimental: error: 'deprecated' was not declared in this scope

2012-02-25 Thread Andreas Moog
Package: icewm
Version: 1.3.7-2
Severity: minor
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi there,

In src/base.h, icewm declares:

#define deprecated __attribute__((deprecated))

This gives a buildfailure against x11 1.4.99, which itself contains some 
deprecation-declarations:

make[3]: Entering directory `/root/icewm-1.3.7/src'
CXX ymsgbox.o
CXX ydialog.o
CXX yurl.o
CXX wmsession.o
In file included from ylib.h:9:0,
from ykey.h:4,
from yfull.h:4,
from wmsession.cc:13:
/usr/include/X11/Xlib.h:1694:1: error: 'deprecated' was not declared in this 
scope
make[3]: *** [wmsession.o] Error 1

The solution is really simple, change the define to:
#define ICEWM_deprecated __attribute__((deprecated))

There are no other uses of this define.

Buildlog and straight-forward patch included.

Cheers,

  Andreas

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

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

Versions of packages icewm depends on:
ii  icewm-common1.3.7-2
ii  libc6   2.13-26
ii  libesd0 0.2.41-10+b1
ii  libfontconfig1  2.8.0-3.1
ii  libgcc1 1:4.6.2-15
ii  libgdk-pixbuf2.0-0  2.24.1-1
ii  libglib2.0-02.30.2-6
ii  libice6 2:1.0.7-2
ii  libsm6  2:1.2.0-2
ii  libx11-62:1.4.4-4
ii  libxext62:1.3.0-3
ii  libxft2 2.2.0-3
ii  libxinerama12:1.1.1-3
ii  libxrandr2  2:1.3.2-2
ii  ttf-dejavu-core 2.33-2

icewm recommends no packages.

Versions of packages icewm suggests:
pn  icewm-gnome-support  none

- -- no debconf information

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

iQIcBAEBAgAGBQJPSOCkAAoJEGHzRCZ03mYkw+kP/ifZVo42NwvjM4r54MYr7bW+
q9NZTVv4YDIN88YLNQO6B2VRMNFn5EGk7JxLKjv9ekUC41l3bQ3S5+ENE1uZ6JMB
kLScqdMn9fZi7m2Vjlgu/4bNgiW7A825zftnlCjC9+zp1P9AZ7d3OVlE7MdpkHZS
0PzchJaa0Smt9mgukhUuEBgesrZkZZkQRsG7QFMyE9MKijqQUKrvnnzqTQqvHvMV
c02HTi8/FT04McunfDPPRjXWPBDyBFNxd51APXbhOshDiEdSIDTJpAEdL4Km20Sy
SS/rLCSUl8upX2fiu5zBiYN8qBO/CZmUjJ0K9ORSTORK3PSxiP37f/8rXWwTRQHE
4lw20qZhC+ZNI7IgZmS5kP7lfhIxWfl2wvOCbPSzdFNoW1lbOk/8kTlrr24da+E0
dpDyJFl/OJBruDOZw0sZACfw5oxgPEM3Lf2KytYC5gOMP/UnVG1oBzixLgZCoPwU
H8wSaAa/x/TOvDsl8PN+00YIvUQJ1HhgTMvGKTynYKqQPX5d14WeeT8+Sa52kShC
pJ4yXjWBgzJF/wkBUYuvWeeRi9pC/bygCYBB/bRdrMAAa02rca2pKkVVXaQSLFjE
GMo58dh+gw7lnVyw5D521SbrFC4H1rcCQvdyf8Sa/9uZpTDaAv5vUQUVk0+D3x7q
lsSDw6SZtMjdr5UOZNJg
=ZWID
-END PGP SIGNATURE-
 dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: warning: using a gain-root-command while being root
dpkg-buildpackage: source package icewm
dpkg-buildpackage: source version 1.3.7-2
dpkg-buildpackage: source changed by Eduard Bloch bl...@debian.org
 dpkg-source --before-build icewm-1.3.7
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f *-stamp
/usr/bin/make srcclean EXEEXT=-experimental || true
make[1]: Entering directory `/root/icewm-1.3.7'
make[2]: Entering directory `/root/icewm-1.3.7/src'
rm -f icewm-experimental icewm-session-experimental icesh-experimental 
icewmhint-experimental icewmbg-experimental icewmtray-experimental 
icehelp-experimental  testarray-experimental testlocale-experimental 
testmap-experimental testmenus-experimental testnetwmhints-experimental 
testwinhints-experimental iceview-experimental icesame-experimental 
iceicon-experimental icerun-experimental icelist-experimental 
genpref-experimental *.o *.d *~
make[2]: Leaving directory `/root/icewm-1.3.7/src'
make[1]: Leaving directory `/root/icewm-1.3.7'
/usr/bin/make srcclean EXEEXT=-lite || true
make[1]: Entering directory `/root/icewm-1.3.7'
make[2]: Entering directory `/root/icewm-1.3.7/src'
rm -f icewm-lite icewm-session-lite icesh-lite icewmhint-lite icewmbg-lite 
icewmtray-lite icehelp-lite  testarray-lite testlocale-lite testmap-lite 
testmenus-lite testnetwmhints-lite testwinhints-lite iceview-lite icesame-lite 
iceicon-lite icerun-lite icelist-lite genpref-lite *.o *.d *~
make[2]: Leaving directory `/root/icewm-1.3.7/src'
make[1]: Leaving directory `/root/icewm-1.3.7'
/usr/bin/make distclean || true
make[1]: Entering directory `/root/icewm-1.3.7'
make[2]: Entering directory `/root/icewm-1.3.7/src'
rm -f icewm icewm-session icesh icewmhint icewmbg icewmtray icehelp  testarray 
testlocale testmap testmenus testnetwmhints testwinhints iceview icesame 
iceicon icerun icelist genpref *.o *.d *~
make[2]: Leaving directory `/root/icewm-1.3.7/src'
make[2]: Entering directory `/root/icewm-1.3.7/doc'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/root/icewm-1.3.7/doc'
rm -f *~ config.cache config.log config.status install.inc \
sysdep.inc src/config.h \
lib/preferences \
lib/menu lib/programs lib/keys lib/winoptions lib/toolbar

Bug#661239: systemd: fails to reboot if wicd is in use

2012-02-25 Thread Salvo Tomaselli
Package: systemd
Version: 37-1
Severity: normal

Dear Maintainer,
apparently wicd has a bug, so after doing
#service wicd stop
#ps aux | fgrep dh
root  1197  0.0  0.0   9960  2872 ?Ss   14:17   0:00 /sbin/dhclient 
-v wlan0

the dhclient will not be terminated.
when trying to reboot, systemd will wait forever and the system will not reboot.
I know the bug is in wicd (i will attempt to fix and send a patch), but the 
good old sysvinit would first try to send nice signals, and then just kill all 
the processes that kept ignoring the signals. So that the system could be 
rebooted.

This bug is forcing me to do hard-resets.




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

Kernel: Linux 3.2.7a (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages systemd depends on:
ii  initscripts 2.88dsf-22
ii  libacl1 2.2.51-5
ii  libaudit0   1:1.7.18-1.1
ii  libc6   2.13-26
ii  libcap2 1:2.22-1
ii  libcryptsetup1  2:1.3.0-3.1
ii  libdbus-1-3 1.4.18-1
ii  libpam0g1.1.3-7
ii  libselinux1 2.1.0-4.1
ii  libsystemd-daemon0  37-1
ii  libsystemd-login0   37-1
ii  libudev0175-3.1
ii  libwrap07.6.q-23
ii  udev175-3.1
ii  util-linux  2.20.1-1.2

Versions of packages systemd recommends:
ii  libpam-systemd  37-1

Versions of packages systemd suggests:
ii  python   2.7.2-10
ii  systemd-gui  37-1

-- no debconf information



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



Bug#639950: unable to login

2012-02-25 Thread Herwin Weststrate
On Sat, Feb 25, 2012 at 12:49:52PM +0100, Vincent Bernat wrote:
 OoO Pendant  le temps  de midi  du samedi 25  février 2012,  vers 12:18,
 Herwin Weststrate her...@snt.utwente.nl disait :
 
  This is probably due to an old version of php-mdb2, which does
  not work with PHP 5.3 (see #571702). Upgrading php-mdb2 to the
  latest release (which is not packaged in Debian) will probably
  solve this.
  
  I have the  same error messages but  no problem to login. I  will
  try to package  a new  version of  php-mdb2  soon and  check if  it
  solves  the problem anyway.
 
  There is an updated package in unstable/sid since one or two days, see
  #571702 for more info.
 
 Oh fine. Does this fix this bug (#639950)?

Yes, it does. However, the php-mdb2 package is not available in Squeeze
so still a bit of manual work is required to remove this bug completely.

-- 
Herwin Weststrate
Studenten Net Twente


signature.asc
Description: Digital signature


Bug#639950: unable to login

2012-02-25 Thread Herwin Weststrate
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 02/25/2012 12:05 PM, Vincent Bernat wrote:
 OoO  En cette nuit  nuageuse du  vendredi 24  février 2012,  vers
 01:39, Herwin Weststrate her...@snt.utwente.nl disait :
 
 This is probably due to an old version of php-mdb2, which does
 not work with PHP 5.3 (see #571702). Upgrading php-mdb2 to the
 latest release (which is not packaged in Debian) will probably
 solve this.
 
 I have the  same error messages but  no problem to login. I  will
 try to package  a new  version of  php-mdb2  soon and  check if  it
 solves  the problem anyway.

There is an updated package in unstable/sid since one or two days, see
#571702 for more info.

- -- 
Herwin Weststrate
Studenten Net Twente
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJPSMOVAAoJELNFUEBHUJ9B1jMP/RQrpjab6GPMs3MHhVaVe8Ge
FRQEoWTIdytfw71F4sXDle2MOp3FYuIDz2/anVopD69TnGx8ikLbmVI4gXUlelZL
8p5lxa3P53JjgpK/IluOxSBnvavXpVZjCryTaTEHzlRlHzzquzR/hv5RAvHtQtq4
bejlUqJ4t9S6ZMCGNYLKo1AT3GZAqhMCcyvHWoSlMy17x4ggflxnFsyUY1qCBEY3
5Ql6VxrdUGTath6ZOi9Sv/w7yy34Bo3Z55V8iJ5BaRdoqBcDQXid+vag297trGVf
xotSrJlAj3wTQC20pAECeci2kT36/VWdfIeC1ZF5OeMagEDEs2naYfnRbMQhPBRf
lQ1UuiqAAehRt3Wlf8DPYnmlGHPxrapX6uyCQBUM/7Sr7frfO5AS4td4uylPobUA
7V1csAc+UmRSZT5wmgYWCk5Ttdk/0hZc1mVfPYuS/VulHc934cbk2zs5Dfynu9x8
NXd2xUcypxCirHUsacdX4q+3Ttg0TM1efN8oF02AZbtoLQxTwvYWcDq8MC5UiqhF
4nsk7SCy9Lut4Lp2XnMcoqmn7G6u3pDjr2xtWse9GzpcJOqkMP5QvSA94OZIEwAA
/81ioWRiLIqayOLt73NbgwcvzZU2WsTIlbr+FfWbQjKabPzckqgO5/eSLzrDZRbl
qdSXyuiDLIlBg2H/bJMS
=ncsy
-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#641033: [Pkg-xfce-devel] Bug#641033: Bug#641033: Bug#641033: lightdm sometimes takes too long to start session

2012-02-25 Thread Yves-Alexis Perez
On jeu., 2011-09-15 at 12:12 -0400, Andres Cimmarusti wrote:
 Hello again
 
  That definitely look related to PAM but I'm not too sure why. Can you
  try to remove libpam-ck-connector and report back?
 
 I removed it, but it didn't help one bit. It took me several reboots
 to get it, but I got a very slow login again. Attached are the
 auth.log and the lightdm.log relevant to this.
 
 What else could it be?
 

Sorry for the delay, I somehow forgot about this. And I have actually no
idea what happens. Does it still happen, by the way?

Regards,
-- 
Yves-Alexis


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


Bug#641873: xpdf: Bug#641873: doesn't display text in many PDF files; Bug#654308: maximal zoom factor is only 400%

2012-02-25 Thread Jörg-Volker Peetz
xpdf version: 3.03-9

Thank you very much for your work, Michael.

Yes, I can confirm that these bugs are fixed.

-- 
Best regards,
Jörg-Volker.




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



Bug#644917: [Pkg-xfce-devel] Bug#644917: lightdm: (null) is passed as argument to /etc/X11/Xsession

2012-02-25 Thread Yves-Alexis Perez
On sam., 2011-11-12 at 17:54 -0500, Adam C. Emerson wrote:
 Package: lightdm
 Version: 1.0.6-1
 Followup-For: Bug #644917
 
 This bug still exists for me in version 1.0.6-1.  I downloaded the
 source package and compared the provided lightdm-xsession.desktop with
 the one I have installed, and I'm up to date in that regard. 

I didn't experience that on any of my boxes so it's unlikely to be the
same thing. Could you be a little more specific?

Regards,
-- 
Yves-Alexis


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


Bug#656631: F*IX upstream issue documented

2012-02-25 Thread Kilian Krause
Dear Morten,

I've added a note to README.Debian (see 1e65c0c in colab-maint/fex.git, 
http://anonscm.debian.org/gitweb/?p=collab-maint/fex.git;a=commit;h=1e65c0c019a5bc4ff0528d9f1b0a9500ffc99a53)
which should shed a bit more light onto the issue. If you feel that there's
a better wording for what you had in mind, please do feel free to come up
with a patch.

-- 
Best regards,
Kilian


signature.asc
Description: Digital signature


Bug#660022: transition status

2012-02-25 Thread Adam D. Barratt
On Sat, 2012-02-25 at 12:20 +, Robert Millan wrote:
 660403: cdparanoia: FTFBS on kfreebsd-*
 - Unless there's further activity I recommend removing of kfreebsd-*
 binaries from testing. See
 http://bugs.debian.org./cgi-bin/bugreport.cgi?bug=660403#12

That doesn't work.  The choices would be removing the kfreebsd-*
binaries from unstable, and letting that propagate, or removing the
entire package from testing.

 660397: qpxtool: FTBFS on kfreebsd-*
 660401: dvd+rw-tools: FTBFS on kfreebsd-*
 - (eglibc bug) Tagged pending by maintainer since 20th Feb. Should it
 be NMUed? CCing maintainer.

That's still less than a week.  Aurelien, are there any plans for an
upload in the near future?

 660396: sane-backends: FTBFS on kfreebsd-*
 - (kfreebsd-kernel-headers bug) Fixed today in 0.75. BinNMU?

They were already binNMUed, that's how I discovered the bug. ;-p  I'll
give them back with a dependency on the new k-k-h.

btw, http://bugs.debian.org/src:kfreebsd-kernel-headers still lists two
outstanding RC bugs.  You need to use versioned -done mails, not just
add fixed versions.

There's also mednafen and xine-lib, which I think have transitive
dependencies via libsdl1.2?  The latter still seems to be FTBFS on
kfreebsd-amd64, despite the patch from #659615 being applied.  I've just
given it back for one last try.

fwiw, there's a possibility that vlc might be a blocker, given that the
new upstream version is FTBFS on multiple architectures (including
kfreebsd-*).

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#660195: perl: Makefile.PL arguments not passed to recursive invocations

2012-02-25 Thread Niko Tyni
On Fri, Feb 17, 2012 at 12:19:28PM +0200, Niko Tyni wrote:
 Package: perl
 Version: 5.14.2-7
 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=28632
 
 As noted in #657853, Makefile.PL command line arguments like OPTIMIZE and
 LD aren't passed down to recursive invocations when there are Makefile.PL
 files in subdirectories. This is hindering the adoption of hardening
 build flags.
 
 The libimager-perl package is an example.
 
 The bug is probably somewhere around eval_in_x(), which has
 {
 package main;
 do './Makefile.PL';
 };

Nope, that's not it. @ARGV is a global and is defined in the second
invocation too.

The behaviour seems to be intended: the logic is in the 
 if (defined $Parent[-2])
block in ExtUtils::MakeMaker::new(), around MakeMaker.pm:540-580.
Quoting:

foreach my $opt (qw(POLLUTE PERL_CORE LINKTYPE)) {
if (exists $self-{PARENT}-{$opt}
and not exists $self-{$opt})
{
# inherit, but only if already unspecified
$self-{$opt} = $self-{PARENT}-{$opt};
}
}

Adding LD to the option list makes it go through to the sub-Makefiles.

Patching the code so that all the command line arguments go through
seems rather invasive IMO, at least without a better understanding
of the issue. Just adding LD and OPTIMIZE would cover our use case.
Perhaps we should try that and run a test rebuild of affected packages.

Also, makema...@perl.org would presumably know best so they should
probably be involved.
-- 
Niko Tyni   nt...@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#661148: xserver-xorg-core: X -configure fails with Number of created screens does not match number of detected devices, gdm starts X without problems

2012-02-25 Thread morphium
Hi!

2012/2/24 Cyril Brulebois k...@debian.org:
 morphium morph...@morphium.info (24/02/2012):
 I try to create my own xorg.conf, but X -configure terminates with
  Number of created screens does not match number of detected devices.
  Configuration failed.

 What are you trying to achieve? -configure will go away anyway, since
 it's unsupported upstream AFAICT/AFAIR.

I want to generate the xorg.conf file.

Best regards!
-- 
morphium - morph...@jabber.ccc.de - 113332157
http://identi.ca/morphium - http://twitter.com/morphium86



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



Bug#661230: [Pkg-xfce-devel] Bug#661230: lightdm: passwordless login doesn't work

2012-02-25 Thread Yves-Alexis Perez
On sam., 2012-02-25 at 16:04 +0400, Alexander Gerasiov wrote:
 Package: lightdm
 Version: 1.0.6-3
 Severity: normal
 
 For some resons I have some users without password on my system.
 They could login via getty, gdm, gdm3 (IIRC), but could not login with 
 lightdm.
 
 In the auth.log there is
 Feb 25 15:54:16 vice lightdm: pam_unix(lightdm:auth): auth could not identify 
 password for [guest]
 
 I want them to be able to login without password.

What happens if you set allow-guest=true in /etc/lightdm/lightdm.conf?

Regards,
-- 
Yves-Alexis


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


Bug#636130: [Pkg-xfce-devel] Bug#636130: lightdm: mouse cursor often not visible

2012-02-25 Thread Yves-Alexis Perez
On dim., 2011-07-31 at 14:37 +0200, Andreas Rottmann wrote:
 Package: lightdm
 Version: 0.9.2-2
 Severity: normal
 
 When starting lightdm, whether automatically at startup (via the init
 script), or manually, the mouse cursor often fails to show.  Keyboard
 input is working fine, however, and it seems the pointer is present,
 but just invisible, as moving the mouse e.g. highlights the session
 chooser dropdown widget.
 
 After logging in, in the session started by lightdm the mouse cursor
 is shown.  I also once had the case where the mouse cursor was shown,
 but clicking had no effect.
 

Hey,

could you tell us if you still experience this?

Regards,
-- 
Yves-Alexis


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


Bug#661240: mime-support 3.52-1 breaks WordPress

2012-02-25 Thread hugo vanwoerkom
Package: mime-support
Version: 3.51-1
Severity: normal

I have WordPress 2.1.3 installed. When I dist-upgraded in Sid and
Wheezy and mime-support 3.52-1 was installed I could no longer use it.
The problem went away when I dist-upgraded and pinned mime-support to 3.51-1.

The problem shows up especially using the administrator function: the
screen is messed up and there is no prompt for password. This is what
the screen looked like:
https://docs.google.com/leaf?id=0BwcitGMmYn5-NWRiYWFmZTctYWIxNy00ZmYwLThkYWMtMzFhNTJjYThlMDZl

and this is what it is supposed to look like:
https://docs.google.com/leaf?id=0BwcitGMmYn5-ZWU4MGQ4ODctOTE2OS00MWUzLTk1OWUtMTU4ZmY0NGIwNjc4

Not being fluent in PHP5 I fail to see why this would happen but the
fact is that it does. WP was installed from tar from upstream, not
from the Debian package.

Thanks.
Hugo Vanwoerkom


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

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

mime-support depends on no packages.

Versions of packages mime-support recommends:
ii  file  5.10-1

mime-support 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#659869: perl modules obsoleted by perl 5.14 are uninstallable in sid

2012-02-25 Thread Niko Tyni
On Tue, Feb 14, 2012 at 12:56:45PM +0100, Andreas Beckmann wrote:
 Package: perl
 Version: 5.14.2-7
 Severity: wishlist
 User: debian...@lists.debian.org
 Usertags: piuparts
 
 there are a few perl modules that are now included in the perl 5.14 core
 module set and the 'old' separate module packages are no longer
 installable in sid (the packages were removed from wheezy during the
 perl 5.14 transition).
 Perl maintainers expressed intention to keep these packages around in
 sid in case these modules get updated.
 
 Some more discussion about this can be found in this thread:
 http://lists.debian.org/debian-perl/2012/01/msg00051.html
 
 These old packages fail the piuparts tests in sid (because they are
 uninstallable) and the repeated failures distract from real problems
 that need bugs to be filed about. Therefore I'm filing this wishlist
 bug against perl and will set 
   affects + $package
   found $package/$version
 for all affected modules so that piuparts-analyze can mark the fail logs
 as 'bugged'.

Thanks for your work.

I don't really see the point of the wishlist bug against perl. These
should all be separate grave bugs against the respective packages IMO.
No change in perl is going to fix them.

 The packages currently affected are:
   libparent-perl
   libshell-perl
   libtime-piece-perl
   libautodie-perl

I'm inclined to just go ahead and have them removed from sid straight
away, but I'm cc'ing the debian-perl list as I think some other pkg-perl
folks wanted to keep them around longer.
-- 
Niko Tyni   nt...@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#536858: neither log nor mail include stderr output in case of warning/error/failure

2012-02-25 Thread intrigeri
tags 536858 + fixed-upstream
thanks

Hi,

intrigeri wrote (05 Jan 2010 13:46:50 GMT) :
 Most backupninja handlers are supposed to do so, but it seems the
 duplicity one does not. Which kind of task have you seen exposing
 this issue?

I think I fixed this bug upstream:

* in the rdiff handler (commit 3ac357d)
* in the duplicity handler (commit 3a94e3b)

Cheers,
--
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc
  | So what?



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



Bug#660022: transition status

2012-02-25 Thread Robert Millan
Hi,

I figured it'd be useful to send a status update to summarize on
what's done and what's missing:

659615: FTBFS on kfreebsd-amd64
- Fixed by maintainer since 15th Feb.

660395: xserver-xorg-input-joystick: FTBFS on kfreebsd-*
- Fixed in NMU since 19th Feb.

660398: k3b: FTBFS on kfreebsd-*
660515: FTBFS on kfreebsd-*
- Patch available. Tagged pending by maintainer since 20th Feb.
Should it be NMUed? CCing maintainer.

660400: hal: FTBFS on kfreebsd-*
- Fixed in NMU since 18th Feb.

660403: cdparanoia: FTFBS on kfreebsd-*
- Unless there's further activity I recommend removing of kfreebsd-*
binaries from testing. See
http://bugs.debian.org./cgi-bin/bugreport.cgi?bug=660403#12

660397: qpxtool: FTBFS on kfreebsd-*
660401: dvd+rw-tools: FTBFS on kfreebsd-*
- (eglibc bug) Tagged pending by maintainer since 20th Feb. Should it
be NMUed? CCing maintainer.

659659: current version of ifconfig breaks D-I
- Uploaded fix currently in NEW, expect RSN.

660396: sane-backends: FTBFS on kfreebsd-*
- (kfreebsd-kernel-headers bug) Fixed today in 0.75. BinNMU?

-- 
Robert Millan



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



Bug#661241: general: Sounds gets quiet, problem uncontrolable

2012-02-25 Thread Mikko Koho
Package: general
Severity: important
Tags: l10n

LXDE desktop, package sources are wheezy and squeeze (both because Wine doesn't
found from wheezy-archive).

Sometimes I switch sounds off from panel, when I'm trying get them back machine
is still quiet. VLC-mediaplayer and Iceweasel-browser aren't friends, when I'm
watching DVD with VLC Iceweasel gets quiet and sounds from chat are not
hearable. When I stop watching DVD, close VLC and try to comfort Iceweasel it
is still quiet :) And same is when Iceweasel has sounds, VLC is quiet.



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

Kernel: Linux 3.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.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#659732: [autobuild] Please add broadcom-sta to non-free autobuild list

2012-02-25 Thread Philipp Kern
On Mon, Feb 20, 2012 at 09:23:37PM +0400, Cyril Lacoux wrote:
 I checked the license and saw nothing that could forbid such thing.
 Moreover this is not really a compilation since the two concerned packages 
 (broadcom-sta-source and broadcom-sta-dkms) provide the source tree of the 
 driver.

True.  I really dislike the language of 2.3b, though:

http://packages.debian.org/changelogs/pool/non-free/b/broadcom-sta/current/copyright

| 2.3. Restriction on Distribution. Licensee shall only distribute the Software
| (a) under the terms of this Agreement and a copy of this Agreement accompanies
| such distribution, and (b) agrees to defend and indemnify Broadcom and its
| licensors from and against any damages, costs, liabilities, settlement amounts
| and/or expenses (including attorneys' fees) incurred in connection with any
| claim, lawsuit or action by any third party that arises or results from the 
use
| or distribution of any and all Software by the Licensee except as contemplated
| herein.

Was that always present?  Somehow I'd be glad if the ftp-masters take another
look at this and/or if Broadcom could clarify the wording.

I don't like to act as a buffer here, holding up the package development in
arbitrary ways, but if somebody tells me that this is surely acceptable for the
archive, I can enable autobuilding.  (It didn't scare only me, but a quick
strawpoll in #d-devel said the same.)

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#659869: perl modules obsoleted by perl 5.14 are uninstallable in sid

2012-02-25 Thread Dominic Hargreaves
On Sat, Feb 25, 2012 at 04:01:56PM +0200, Niko Tyni wrote:
 On Tue, Feb 14, 2012 at 12:56:45PM +0100, Andreas Beckmann wrote:

 I don't really see the point of the wishlist bug against perl. These
 should all be separate grave bugs against the respective packages IMO.
 No change in perl is going to fix them.
 
  The packages currently affected are:
libparent-perl
libshell-perl
libtime-piece-perl
libautodie-perl
 
 I'm inclined to just go ahead and have them removed from sid straight
 away, but I'm cc'ing the debian-perl list as I think some other pkg-perl
 folks wanted to keep them around longer.

In general I agree, but there's a mistake in the perl package too:
libshell-perl shouldn't be broken by perl as it's been deprecated.

I've pushed a fix for this.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



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



Bug#661242: gnome-shell: clock shows UTC time instead of local when POSIX timezone format is specified in the environment

2012-02-25 Thread Mike Miller
Package: gnome-shell
Version: 3.2.2.1-1
Severity: normal

My ~/.profile has had a TZ variable defined using the full POSIX timezone
specification, as follows:

  export TZ=EST5EDT,M3.2.0,M11.1.0

The gnome-shell clock shows UTC when this is in the environment, the expected
result is to display the local time correctly as defined by that timezone
specification.  If I use the fallback gnome session, the clock applet shows the
correct local time.

If I change the TZ string to just EST5EDT the correct local time is shown.
If I remove the TZ variable entirely, the correct system-wide local time is
shown.



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

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

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.10.0-3
ii  gir1.2-accountsservice-1.0   0.6.15-3
ii  gir1.2-atk-1.0   2.2.0-2
ii  gir1.2-caribou-1.0   0.4.1-2
ii  gir1.2-clutter-1.0   1.8.4-1
ii  gir1.2-cogl-1.0  1.8.2-1
ii  gir1.2-coglpango-1.0 1.8.2-1
ii  gir1.2-folks-0.6 0.6.6-1
ii  gir1.2-freedesktop   1.31.10-1
ii  gir1.2-gconf-2.0 2.32.4-1
ii  gir1.2-gdkpixbuf-2.0 2.24.1-1
ii  gir1.2-gee-1.0   0.6.1-3
ii  gir1.2-gkbd-3.0  3.2.0-1
ii  gir1.2-glib-2.0  1.31.10-1
ii  gir1.2-gmenu-3.0 3.2.0.1-2
ii  gir1.2-gnomebluetooth-1.03.2.2-1
ii  gir1.2-gtk-3.0   3.2.3-1
ii  gir1.2-json-1.0  0.14.2-1
ii  gir1.2-mutter-3.03.2.2-1
ii  gir1.2-networkmanager-1.00.9.2.0-2
ii  gir1.2-pango-1.0 1.29.4-2
ii  gir1.2-polkit-1.00.104-2
ii  gir1.2-soup-2.4  2.34.3-1
ii  gir1.2-telepathyglib-0.120.16.2-1
ii  gir1.2-telepathylogger-0.2   0.2.12-1
ii  gir1.2-upowerglib-1.00.9.15-2
ii  gjs  1.30.1-1
ii  gnome-bluetooth  3.2.2-1
ii  gnome-icon-theme-symbolic3.2.2-1
ii  gnome-settings-daemon3.2.2-2
ii  gnome-shell-common   3.2.2.1-1
ii  gsettings-desktop-schemas3.2.0-2
ii  libatk1.0-0  2.2.0-2
ii  libc62.13-26
ii  libcairo-gobject21.10.2-6.2
ii  libcairo21.10.2-6.2
ii  libcamel-1.2-29  3.2.2-1
ii  libcanberra0 0.28-3
ii  libclutter-1.0-0 1.8.4-1
ii  libcogl-pango0   1.8.2-1
ii  libcogl5 1.8.2-1
ii  libcroco30.6.4-2
ii  libdbus-1-3  1.4.16-1
ii  libdbus-glib-1-2 0.98-1
ii  libdrm2  2.4.30-1
ii  libebook-1.2-12  3.2.2-1
ii  libecal-1.2-10   3.2.2-1
ii  libedataserver-1.2-153.2.2-1
ii  libedataserverui-3.0-1   3.2.2-1
ii  libffi5  3.0.10-3
ii  libfolks25   0.6.6-1
ii  libfontconfig1   2.8.0-3.1
ii  libfreetype6 2.4.8-1
ii  libgconf2-4  2.32.4-1
ii  libgdk-pixbuf2.0-0   2.24.1-1
ii  libgee2  0.6.1-3
ii  libgirepository-1.0-11.31.10-1
ii  libgjs0b [libgjs0-libmozjs185-1.0]   1.30.1-1
ii  libgl1-mesa-glx [libgl1] 7.11.2-1
ii  libglib2.0-0 2.30.2-6
ii  libgnome-desktop-3-2 3.2.1-3
ii  libgnome-keyring03.2.2-2
ii  libgnome-menu-3-03.2.0.1-2
ii  libgstreamer0.10-0   0.10.35-1
ii  libgtk-3-0   3.2.3-1
ii  libical0 0.44-3
ii  libjson-glib-1.0-0   0.14.2-1
ii  libmozjs185-1.0  1.8.5-1.0.0+dfsg-3
ii  libmutter0   3.2.2-1
ii  libnm-glib4  0.9.2.0-2
ii  libnm-util2 

Bug#661243: Please enable hardened build flags

2012-02-25 Thread Moritz Muehlenhoff
Package: ifupdown
Version: 0.7~alpha5+really0.6.16
Severity: important
Tags: patch

Please enable hardened build flags through dpkg-buildflags.

Patch attached.

Cheers,
Moritz
diff -aur ifupdown-0.7~alpha5+really0.6.16.harden/Makefile ifupdown-0.7~alpha5+really0.6.16/Makefile
--- ifupdown-0.7~alpha5+really0.6.16.harden/Makefile	2011-10-23 20:14:22.0 +0200
+++ ifupdown-0.7~alpha5+really0.6.16/Makefile	2012-02-25 15:21:43.0 +0100
@@ -1,5 +1,6 @@
 VERSION ?= 0.6
-CFLAGS := -Wall -W -g -O2 -D'IFUPDOWN_VERSION=$(VERSION)'
+CFLAGS := -Wall -W `dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -D'IFUPDOWN_VERSION=$(VERSION)'
+LDFLAGS := `dpkg-buildflags --get LDFLAGS`
 CC ?= gcc
 
 CFILES := addrfam.c execute.c config.c main.c archlinux.c archkfreebsd.c
Nur in ifupdown-0.7~alpha5+really0.6.16: Makefile~.


Bug#661244: rename new maintainer to new member

2012-02-25 Thread Stéphane Blondon
Package: debian-faq
Severity: normal

The term has changed from 'new maintainer' to 'new member' recently.
To comply with the new word, please update the label of the link in
the second paragraph of the answer to the question 13.1:
can be found at the New Maintainer's Corner at the Debian web site.
to
... can be found at the New Member's Corner at the Debian web site.

Note that the url didn't change.


-- 
Stéphane Blondon



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



Bug#661148: xserver-xorg-core: X -configure fails with Number of created screens does not match number of detected devices, gdm starts X without problems

2012-02-25 Thread Cyril Brulebois
morphium morph...@morphium.info (25/02/2012):
 2012/2/24 Cyril Brulebois k...@debian.org:
  What are you trying to achieve? -configure will go away anyway, since
  it's unsupported upstream AFAICT/AFAIR.
 
 I want to generate the xorg.conf file.

I gathered that. But why?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#641033: [Pkg-xfce-devel] Bug#641033: Bug#641033: Bug#641033: lightdm sometimes takes too long to start session

2012-02-25 Thread Andres Cimmarusti
  That definitely look related to PAM but I'm not too sure why. Can you
  try to remove libpam-ck-connector and report back?

 I removed it, but it didn't help one bit. It took me several reboots
 to get it, but I got a very slow login again. Attached are the
 auth.log and the lightdm.log relevant to this.

 What else could it be?


 Sorry for the delay, I somehow forgot about this. And I have actually no
 idea what happens. Does it still happen, by the way?

The computer where I was trying xfce from testing died on me (hardware
trouble). I got a new one, I tried xfce for a bit and didn't
experience the problem, but then decided to give gnome3 a shot. I'm
afraid at the moment I can't fully test if this problem is still
present. However I will say that the hardware malfunctions I had with
my last laptop manifested themselves as sluggishness and
unresponsiveness... it's possible this could have caused it and not
something in the software.

Close the bug. I'll reopen it if I experience this again. I don't see
anyone else complaining about this issue anyways.



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



Bug#643084: cutter-testing-framework: FTBFS: dpkg-buildpackage: error: dpkg-source -b cutter-testing-framework-1.1.7 gave error exit status 2

2012-02-25 Thread gregor herrmann
tag 643084 + patch
thanks

On Mon, 26 Sep 2011 22:18:48 +0200, Didier Raboud wrote:

 During a rebuild of all packages in sid, your package failed to build on
 amd64.

This can be fixed with the attached patch.

The package FTBFS later with:

   dh_install
cp: cannot stat `debian/tmp//usr/lib/gstreamer-0.10/libgstcuttertest.so': No 
such file or directory
dh_install: cp -a debian/tmp//usr/lib/gstreamer-0.10/libgstcuttertest.so 
debian/gstreamer0.10-plugins-cutter///usr/lib/gstreamer-0.10/ returned exit 
code 1
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
E: Failed autobuilding of package

libgstcuttertest.so is in 
./debian/tmp/usr/lib/i386-linux-gnu/gstreamer-0.10/libgstcuttertest.so,
and updating debian/gstreamer0.10-plugins-cutter.install fixes the
immediate problem; but then this probably needs more
multiarchification, and I'd rather let the maintainer or someone with
more MultiArch experience handle this.


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: The Doors: Light My Fire
diff -Nru cutter-testing-framework-1.1.7/debian/changelog cutter-testing-framework-1.1.7/debian/changelog
--- cutter-testing-framework-1.1.7/debian/changelog	2011-02-14 09:08:30.0 +0100
+++ cutter-testing-framework-1.1.7/debian/changelog	2012-02-25 15:43:41.0 +0100
@@ -1,3 +1,13 @@
+cutter-testing-framework (1.1.7-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS: dpkg-buildpackage: error: dpkg-source -b cutter-testing-
+framework-1.1.7 gave error exit status 2: remove automatically created
+patch and remove the created files in debian/rules' clean target.
+(Closes: #643084)
+
+ -- gregor herrmann gre...@debian.org  Sat, 25 Feb 2012 15:15:21 +0100
+
 cutter-testing-framework (1.1.7-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru cutter-testing-framework-1.1.7/debian/libcutter-glib-dev.debhelper.log cutter-testing-framework-1.1.7/debian/libcutter-glib-dev.debhelper.log
--- cutter-testing-framework-1.1.7/debian/libcutter-glib-dev.debhelper.log	2010-06-04 10:52:42.0 +0200
+++ cutter-testing-framework-1.1.7/debian/libcutter-glib-dev.debhelper.log	1970-01-01 01:00:00.0 +0100
@@ -1,7 +0,0 @@
-dh_quilt_patch
-dh_auto_configure
-dh_auto_build
-dh_auto_test
-dh_prep
-dh_installdirs
-dh_auto_install
diff -Nru cutter-testing-framework-1.1.7/debian/libcutter-soup-dev.debhelper.log cutter-testing-framework-1.1.7/debian/libcutter-soup-dev.debhelper.log
--- cutter-testing-framework-1.1.7/debian/libcutter-soup-dev.debhelper.log	2010-06-04 10:52:42.0 +0200
+++ cutter-testing-framework-1.1.7/debian/libcutter-soup-dev.debhelper.log	1970-01-01 01:00:00.0 +0100
@@ -1,7 +0,0 @@
-dh_quilt_patch
-dh_auto_configure
-dh_auto_build
-dh_auto_test
-dh_prep
-dh_installdirs
-dh_auto_install
diff -Nru cutter-testing-framework-1.1.7/debian/patches/debian-changes-1.1.7-1 cutter-testing-framework-1.1.7/debian/patches/debian-changes-1.1.7-1
--- cutter-testing-framework-1.1.7/debian/patches/debian-changes-1.1.7-1	2011-02-14 09:08:32.0 +0100
+++ cutter-testing-framework-1.1.7/debian/patches/debian-changes-1.1.7-1	1970-01-01 01:00:00.0 +0100
@@ -1,715 +0,0 @@
-Description: Upstream changes introduced in version 1.1.7-1
- This patch has been created by dpkg-source during the package build.
- Here's the last changelog entry, hopefully it gives details on why
- those changes were made:
- .
- cutter-testing-framework (1.1.7-1) unstable; urgency=low
- .
-   * New upstream release.
- Fixed FTBFS (Closes: #599980).
-   * debian/control (Standards-Version): Updated 3.9.1.
- .
- The person named in the Author field signed this changelog entry.
-Author: NIIBE Yutaka gni...@fsij.org
-Bug-Debian: http://bugs.debian.org/599980
-

-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: vendor|upstream|other, url of original patch
-Bug: url in upstream bugtracker
-Bug-Debian: http://bugs.debian.org/bugnumber
-Bug-Ubuntu: https://launchpad.net/bugs/bugnumber
-Forwarded: no|not-needed|url proving that it has been forwarded
-Reviewed-By: name and email of someone who approved the patch
-Last-Update: -MM-DD
-
 /dev/null
-+++ cutter-testing-framework-1.1.7/config.log
-@@ -0,0 +1,652 @@
-+This file contains any messages produced by compilers while
-+running configure, to aid debugging if configure makes a mistake.
-+
-+It was created by cutter configure 1.1.7, which was
-+generated by GNU Autoconf 2.67.  Invocation command line was
-+
-+  $ ./configure --build=i486-linux-gnu --prefix=/usr 

Bug#660898: git-buildpackage: git-import-dscs should resolve options only initially (i.e. ignore embedded gbp.conf)

2012-02-25 Thread Guido Günther
On Wed, Feb 22, 2012 at 09:46:37PM +0100, Jonas Smedegaard wrote:
[..snip..] 
 It makes good sense that git-import-dsc respect local config, but 
 git-import-dscs not caring causes this to happen, I believe:
 
   git-import-dscs pkg
 git-import-dsc pkg-01 (initial, containing local config)
 git-import-dsc pkg-02 (loads local config from pkg-01)

Yes, that's what happens and I can understand that one wants to override
it.

 
 In effect, git-import-dscs - which was initiated with *no* local config, 
 changing behaviour for pkg-02 due to pkg-01 introducing a local config.
 
 I believe in *no* situation would anyone want git-import-dscs to change 
 behaviour mid-way.
 
 I therefore believe that the correct approach is for git-import-dscs to 
 not simply leave it to each invocation of git-import-dsc to resolve 
 local options, but instead a) resolve options itself and then b) 
 explicitly set those when invoking git-import-dsc to ensure that all of 
 them behave the same.
 
 Hope it makes sense, and (obviously) that you agree,
What about this approach:

* make git-import-dsc (and in fact all other tools too except for
  git-import-dscs) honor a GBP_CONF_PATH variable, that defaults to the 
  current hardcoded set in gbp/config.py:


GBP_CONF_PATH=/etc/git-buildpackage/gbp.conf:~/.gbp.conf:.gbp.conf:debian/gbp.conf:.git/gbp.conf

* Add a --no-pkg-config option to git-import-dscs that removes all
  relative paths from the above list (Relative paths are relative 
  are relative to the packaging dir not to the current dir)

This way we wouldn't have to make git-import-dscs aware of all the
options git-import-dsc understands (having to keep this in sync) and
we'd also gain the possibility to ignore packaging config in other tools
too by overriding the env var. Does this make sense?
Cheers,
 -- Guido




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



Bug#661245: fontconfig: [patch] Correct non-latin font names for sans and serif for Indic fonts

2012-02-25 Thread Vasudev Kamath
Package: fontconfig
Version: 2.8.0-3.1
Severity: normal
Tags: patch

Hi,

Current 65-nonlatin.conf file gives wrong fonts for Sans and Serif also it
includes some legacy encoded (non unicode) fonts in it. This patch is sent to
upstream[1] but not yet applied there. It would be helpful if this patch can be
applied to fontconfig in Debian. I'm CCing the original author of the patch so
he can provide more information if required

[1] http://lists.freedesktop.org/archives/fontconfig/2011-December/003725.html



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

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

Versions of packages fontconfig depends on:
ii  fontconfig-config  2.8.0-3.1
ii  libc6  2.13-26
ii  libexpat1  2.0.1-7.2
ii  libfontconfig1 2.8.0-3.1
ii  libfreetype6   2.4.8-1
ii  zlib1g 1:1.2.6.dfsg-1

fontconfig recommends no packages.

Versions of packages fontconfig suggests:
ii  defoma  0.11.12

-- no debconf information
diff --git a/conf.d/65-nonlatin.conf b/conf.d/65-nonlatin.conf
index 53ac064..ca8b795 100644
--- a/conf.d/65-nonlatin.conf
+++ b/conf.d/65-nonlatin.conf
@@ -19,8 +19,6 @@
 			familyUrdu Nastaliq Unicode/family !-- arabic (ur) --
 			familyRaghindi/family !-- devanagari --
 			familyMukti Narrow/family !-- bengali --
-			familymalayalam/family !-- malayalam --
-			familySampige/family !-- kannada --
 			familypadmaa/family !-- gujarati --
 			familyHapax Berbère/family !-- tifinagh --
 			familyMS Gothic/family !-- han (ja) --
@@ -58,7 +56,7 @@
 			familyLohit Sindhi/family
  			familyLohit Punjabi/family
  			familyLohit Tamil/family
-			familyMeera/family
+			familyRachana/family
 			familyLohit Malayalam/family
  			familyLohit Kannada/family
  			familyLohit Telugu/family
@@ -90,8 +88,6 @@
 			familyUrdu Nastaliq Unicode/family !-- arabic (ur) --
 			familyRaghindi/family !-- devanagari --
 			familyMukti Narrow/family !-- bengali --
-			familymalayalam/family !-- malayalam --
-			familySampige/family !-- kannada --
 			familypadmaa/family !-- gujarati --
 			familyHapax Berbère/family !-- tifinagh --
 			familyMS Gothic/family !-- han (ja) --
@@ -116,7 +112,6 @@
  			familyAR PL Mingti2L Big5/family
 			familyMS ゴシック/family
 			familyZYSong18030/family !-- han (zh-cn,zh-tw) --
-			familyTSCu_Paranar/family !-- tamil --
 			familyUnDotum/family
 			familyBaekmuk Dotum/family
  			familyBaekmuk Gulim/family

Bug#655912: transition: libupnp3 - libupnp6

2012-02-25 Thread Cyril Brulebois
Cyril Brulebois k...@debian.org (17/02/2012):
 FWIW, we're still waiting for vlc to be ready, and #660034 delayed its
 migration to testing. Hopefully the situation should be sorted out in
 a few days[1], even though iceweasel 10 might bring some more fun…
 (Haven't looked deeply at the involved packages yet.)
 
  1. http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=27;bug=660034
 
 I'm not forgetting about your transition though.

vlc had a new version now and it FTBFSes. :/ iceweasel 10 is done, but
vlc is still involved in unannounced (you can blame Robert Millan for
that) freebsd-libs transition. I'll get back to you once the
freebsd-libs mess [1] is cleaned up.

 1. http://lists.debian.org/debian-release/2012/02/msg00372.html

(Unfortunately, vlc has too many reverse dependencies in testing for us
to consider its removal, even on a temporary basis.)

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#661148: xserver-xorg-core: X -configure fails with Number of created screens does not match number of detected devices, gdm starts X without problems

2012-02-25 Thread morphium
2012/2/25 Cyril Brulebois k...@debian.org:
 morphium morph...@morphium.info (25/02/2012):
 2012/2/24 Cyril Brulebois k...@debian.org:
  What are you trying to achieve? -configure will go away anyway, since
  it's unsupported upstream AFAICT/AFAIR.

 I want to generate the xorg.conf file.

 I gathered that. But why?

Uh, thats surely relevant for the bug ;)

To alter it afterwards to fit my needs.

Best regards!
-- 
morphium - morph...@jabber.ccc.de - 113332157
http://identi.ca/morphium - http://twitter.com/morphium86



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



Bug#650465: [git-buildpackage/experimental] docs: makeversion pattern match the code

2012-02-25 Thread Guido Günther
tag 650465 pending
thanks

Date:   Sat Feb 25 15:57:48 2012 +0100
Author: Guido Günther a...@sigxcpu.org
Commit ID: 09e40806c66401745ef2bdc3d0d89f7bd07fb395
Commit URL: 
http://git.debian.org/?p=users/agx/git-buildpackage.git;a=commitdiff;h=09e40806c66401745ef2bdc3d0d89f7bd07fb395
Patch URL: 
http://git.debian.org/?p=users/agx/git-buildpackage.git;a=commitdiff_plain;h=09e40806c66401745ef2bdc3d0d89f7bd07fb395

docs: makeversion pattern match the code

Closes: #650465
  



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



Bug#659615: marked as done (FTBFS on kfreebsd-amd64)

2012-02-25 Thread Adam D. Barratt
reopen 659615
thanks

On Mon, 2012-02-20 at 12:12 +, Debian Bug Tracking System wrote:
 Your message dated Mon, 20 Feb 2012 12:03:46 +
 with message-id e1rzry6-0003pl...@franck.debian.org
 and subject line Bug#659615: fixed in libsdl1.2 1.2.15-2
 has caused the Debian Bug report #659615,
 regarding FTBFS on kfreebsd-amd64
 to be marked as done.
[...]
 * Add fix_build_joystick_freebsd.diff by Robert Millan to fix build
   on kfreebsd. (Closes: #659615)

Unfortunately it doesn't seem to have helped.  See
https://buildd.debian.org/status/logs.php?pkg=libsdl1.2arch=kfreebsd-amd64ver=1.2.15-2
 and the logs linked from there.

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#661246: isc-dhcp-server: debian/rules relies on CFLAGS being exported

2012-02-25 Thread herbert
Package: isc-dhcp-server
Version: 4.1.1-P1-15+squeeze3
Severity: normal

The package fails to build properly when CFLAGS isn't exported as
debian/rules relies on its caller to export it.

-- System Information
Debian Release: 5.0.8
Kernel Version: Linux gondolin 2.6.36.2 #5 SMP PREEMPT Tue Jan 18 12:20:04 EST 
2011 i686 GNU/Linux




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



Bug#661247: wrong homepage url

2012-02-25 Thread Joey Hess
Package: libghc-hashmap-dev
Version: 1.2.0.1-2
Severity: minor

- Homepage: http://hackage.haskell.org/package/haskell-hashmap
+ Homepage: http://hackage.haskell.org/package/hashmap

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#661248: [INTL:pl] Updated Polish debconf translation

2012-02-25 Thread Michał Kułach

Package: slim
Severity: wishlist
Tags: l10n patch

Hi!

Please update Polish debconf translation with the attached file.

Thanks,
--
Michał Kułach

pl.po
Description: Binary data


Bug#661249: [INTL:pl] Polish debconf translation

2012-02-25 Thread Michał Kułach

Package: cyrus-sasl2
Severity: wishlist
Tags: l10n patch

Hi!

Please add the attached Polish debconf translation.

Thanks in advance,
--
Michał Kułach

pl.po
Description: Binary data


Bug#661250: [INTL:pl] Polish debconf translation

2012-02-25 Thread Michał Kułach

Package: discover
Severity: wishlist
Tags: l10n patch

Hi!

Please add the attached Polish debconf translation.

Thanks in advance,
--
Michał Kułach

pl.po
Description: Binary data


Bug#661251: [INTL:pl] Polish debconf translation

2012-02-25 Thread Michał Kułach

Package: lsb
Severity: wishlist
Tags: l10n patch

Hi!

Please add the attached Polish debconf translation.

Thanks in advance,
--
Michał Kułach

pl.po
Description: Binary data


Bug#661252: [INTL:pl] Polish debconf translation

2012-02-25 Thread Michał Kułach

Package: net-snmp
Severity: wishlist
Tags: l10n patch

Hi!

Please add the attached Polish debconf translation.

Thanks in advance,
--
Michał Kułach

pl.po
Description: Binary data


Bug#659615: marked as done (FTBFS on kfreebsd-amd64)

2012-02-25 Thread Felix Geyer

On 25.02.2012 16:07, Adam D. Barratt wrote:
 reopen 659615
 thanks

 On Mon, 2012-02-20 at 12:12 +, Debian Bug Tracking System wrote:
 Your message dated Mon, 20 Feb 2012 12:03:46 +
 with message-id e1rzry6-0003pl...@franck.debian.org
 and subject line Bug#659615: fixed in libsdl1.2 1.2.15-2
 has caused the Debian Bug report #659615,
 regarding FTBFS on kfreebsd-amd64
 to be marked as done.
 [...]
* Add fix_build_joystick_freebsd.diff by Robert Millan to fix build
  on kfreebsd. (Closes: #659615)
 Unfortunately it doesn't seem to have helped.  See
 https://buildd.debian.org/status/logs.php?pkg=libsdl1.2arch=kfreebsd-amd64ver=1.2.15-2
  and the logs linked from there.

 Regards,

 Adam

That's likely caused by an old version of kfreebsd-kernel-headers on the 
buildds.
It built fine with version 0.73 on kfreebsd-i386.

Felix




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



Bug#661254: keystone-manage lacks a man page

2012-02-25 Thread Alexey Eromenko
package: keystone
version: 2012.1~e3-4
severity: serious

Debian Policy Violation: keystone-manage lacks a man page.

I am using Debian GNU/Linux 7.0, 64-bit / wheezy-testing.

-- 
-Alexey Eromenko Technologov, 25.02.2012.



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



Bug#661241: general: Sounds gets quiet, problem uncontrolable

2012-02-25 Thread Jonathan Nieder
retitle 661241 description of general pseudo-package is misleading (sounds 
too much like a catch-all)
reassign 661241 reportbug 6.3.1
submitter 661241 !
quit

Hi,

Mikko Koho wrote:

 Sometimes I switch sounds off from panel, when I'm trying get them back 
 machine
 is still quiet. VLC-mediaplayer and Iceweasel-browser aren't friends, when I'm
 watching DVD with VLC Iceweasel gets quiet and sounds from chat are not
 hearable. When I stop watching DVD, close VLC and try to comfort Iceweasel it
 is still quiet :) And same is when Iceweasel has sounds, VLC is quiet.

Not a general problem affecting a large number of packages in the
archive.  Reassigning to reportbug so its description of the
general pseudo-package can be fixed.  (Sandro, I imagine that
reportbug might take its descriptions of pseudo-packages from some
other source, so feel free to reassign as appropriate.)

Mikko, please contact debian-u...@lists.debian.org to narrow down the
sound problem you are experiencing and to work on a more detailed
report for the maintainer of some seemingly relevant package.  See
also [*] for some general guidelines.

Thanks and hope that helps,
Jonathan

[*] http://www.chiark.greenend.org.uk/~sgtatham/bugs.html



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



  1   2   3   >