Bug#622712: Still uses db4.6

2011-04-14 Thread Ondřej Surý
Package: animals
Version: 201007161925-2
Severity: normal
User: pkg-db-de...@lists.alioth.debian.org
Usertags: db5.1

Your package currently still uses Berkeley DB version 4.6 (libdb4.6++).

However, there is a newer Berkeley DB version in the archive (libdb5.1++),
with a compatible API.  Berkeley DB version 4.6 will be eventually
removed from unstable in favor of version 5.1.

Please your port to libdb5.1++ as soon as possible.  In most cases
only change required is to update build depends from libdb4.6++-dev
to libdb++-dev, or just recompile the package.

More complicated scenarios:

- Package does check for DB_VERSION_MAJOR == 4 - this should be updated
  to (DB_VERSION_MAJOR  4) || ((DB_VERSION_MAJOR == 4)  (DB_VERSION_MINOR = 
XX)).

- Configure checks - sometime there is a list of db-4.6 db-4.2, etc., this
  needs to be updated to just db (or db-5.1 db-5 db), or at least list the 'db'
  in the front

You can see example patch in cyrus-imapd-2.2:
http://git.debian.org/?p=pkg-cyrus-imapd/cyrus-imapd-2.2.git;a=blob;f=debian/patches/99-berkelydb-5.1.dpatch;hb=HEAD

- The packages which use Berkeley DB transactional mode need to upgrade
  the database files before the upgrade.  This is fairly straightforward
  and is well documented on the Berkeley DB website.  But you probably
  already know that because it's not the first Berkeley DB transition.

The example script can be found in the cyrus-imapd-2.4 (not yet released):
http://git.debian.org/?p=pkg-cyrus-imapd/cyrus-imapd-2.4.git;a=blob;f=debian/cyrus-upgrade-db;hb=HEAD

Thanks, 
--
Ondřej Surý ond...@debian.org

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

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



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



Bug#622713: jackd2: Please support Renesas sh4

2011-04-14 Thread Nobuhiro Iwamatsu
Source: jackd2
Version: 1.9.7~dfsg-1
Severity: wishlist
Tags: patch
User: debian-...@superh.org
Usertags: sh4
X-Debbugs-CC: debian-sup...@lists.debian.org, tak...@debian.org

Hi,

I am now trying to run Debian on Renesas SH(sh4) CPU.
  http://buildd.debian-ports.org/status/architecture.php?suite=unstablea=sh4

clam FTBFS on SH4.
 
http://buildd.debian-ports.org/status/fetch.php?pkg=clamarch=sh4ver=1.4.0-2stamp=1302288039

This is a package depending on jack2(libjack-jackd2-dev) as Build-depends.
 http://packages.debian.org/source/sid/clam

-
Checking that libasound sample program runs... yes
Checking for jack pkg-config file... yes
Checking that jack sample program compiles...yes
Checking that jack sample program links...yes
jack_client_new: deprecated
FATAL: cannot locate cpu MHz in /proc/cpuinfo

Checking that jack sample program runs... no
jack compile/link/run test failed!
Check the config.log file for details
Either install jack or disable jack support by issuing
$scons with_jack=no
make[1]: *** [override_dh_auto_clean] Error 1
make[1]: Leaving directory `/build/buildd-clam_1.4.0-2-sh4-MFqHte/clam-1.4.0'
make: *** [clean] Error 2
-

/proc/cpuifno is output as follows in sh4.
-
$ cat /proc/cpuinfo
machine : SH7785LCR
processor   : 0
cpu family  : sh4a
cpu type: SH7785
cut : 7.x
cpu flags   : fpu perfctr llsc
cache type  : split (harvard)
icache size : 32KiB (4-way)
dcache size : 32KiB (4-way)
bogomips: 599.99

-

I made patch to support SH. Could you apply this patch?

Best regards,
 Nobuhiro
diff --git a/linux/JackLinuxTime.c b/linux/JackLinuxTime.c
index 93f7f03..c80eb17 100644
--- a/linux/JackLinuxTime.c
+++ b/linux/JackLinuxTime.c
@@ -166,6 +166,8 @@ static jack_time_t jack_get_mhz (void)
 		ret = sscanf(buf, Clocking:   % SCNu64, mhz);
 #elif defined( __s390__  )
 		ret = sscanf(buf, bogomips per cpu: % SCNu64, mhz);
+#elif defined( __sh__  )
+		ret = sscanf(buf, bogomips: % SCNu64, mhz);
 #else /* MIPS, ARM, alpha */
 		ret = sscanf(buf, BogoMIPS: % SCNu64, mhz);
 #endif


Bug#622299: Corrupt GL rendering with KMS (r300) enabled on IA-64 platform (Itanium)

2011-04-14 Thread Émeric Maschino
Hi,

Just finished recompiling mesa git following this guide
http://pkg-xorg.alioth.debian.org/howto/build-mesa.html. Everything
ran as described, except for the last section (I'm getting no libEGL
debug messages with glxgears).

Still the same issue however :-(

Émeric



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



Bug#622674: [Pkg-symfony-maint] Bug#622674: CVE-2011-1522: SQL injection

2011-04-14 Thread Federico Gimenez Nieto
Hi, thanks for your bug report. I'll try to prepare a fixed package as soon as 
posible.

Cheers,
Federico

On 04/13/2011 08:45 PM, Moritz Muehlenhoff wrote:
 Package: doctrine
 Severity: grave
 Tags: security
 
 Please see http://www.doctrine-project.org/blog/doctrine-security-fix  
 
 This has been assigned CVE-2011-1522.
 
 Cheers,
 Moritz
 
 -- System Information:
 Debian Release: wheezy/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.38-1-amd64 (SMP w/2 CPU cores)
 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 
 
 ___
 Pkg-symfony-maint mailing list
 pkg-symfony-ma...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-symfony-maint
 

-- 
Federico Giménez Nieto
fgime...@coit.es




signature.asc
Description: OpenPGP digital signature


Bug#622714: nmu: etpan-ng_0.7.1-5.1

2011-04-14 Thread Ondřej Surý
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

nmu etpan-ng_0.7.1-5.1 . ALL . -m Rebuild with libetpan15 to get rid of db4.7 
dependency

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

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



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



Bug#622715: aptitude does not give any idea which package is responsible for a library removal

2011-04-14 Thread shirish शिरीष
Package: aptitude
Version: 0.6.3-4
Severity: important

*** Please type your report below this line ***
I have seen this many a time and more so now when I am trying to
upgrade from stable to testing. What happens is many a time there is a
library which is being removed and there is no hint as to which
package is the one responsible for the library being removed.
Sometimes you do get hints when the package names are similar, but
many a times not. Also sometimes the package names may be similar but
they may be a part of a series of packages and its hard to figure out
which is the one responsible. I do not claim to know the answer but
one way perhaps could be

say if library 'stable' is being removed due to changes in package
'sid' it could show as

library 'stable being removed:'sid'

This would atleast indicate which package is the one responsible and
then one can download the changelog and see what changes have made
library 'stable' reduntant. Maybe fixed upstream, or merged within
package 'sid' or no longer needed whatever the reason, atleast I know
this is due to package 'sid' .

-- Package-specific info:
aptitude 0.6.3 compiled at Apr  2 2011 21:33:01
Compiler: g++ 4.5.2
Compiled against:
  apt version 4.10.1
  NCurses version 5.8
  libsigc++ version: 2.2.4.2
  Ept support enabled.
  Gtk+ support disabled.

Current library versions:
  NCurses version: ncurses 5.9.20110404
  cwidget version: 0.5.16
  Apt version: 4.10.1
linux-vdso.so.1 =  (0x7fff3d9c)
libapt-pkg.so.4.10 = /usr/lib/libapt-pkg.so.4.10 (0x7fbd0594c000)
libncursesw.so.5 = /lib/libncursesw.so.5 (0x7fbd056f9000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0x7fbd054f3000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x7fbd05227000)
libept.so.1 = /usr/lib/libept.so.1 (0x7fbd04fcb000)
libxapian.so.22 = /usr/lib/libxapian.so.22 (0x7fbd04bac000)
libz.so.1 = /usr/lib/libz.so.1 (0x7fbd04995000)
libsqlite3.so.0 = /usr/lib/libsqlite3.so.0 (0x7fbd046fa000)
libboost_iostreams.so.1.42.0 = /usr/lib/libboost_iostreams.so.1.42.0
(0x7fbd044de000)
libpthread.so.0 = /lib/libpthread.so.0 (0x7fbd042c2000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x7fbd03fb9000)
libm.so.6 = /lib/libm.so.6 (0x7fbd03d36000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x7fbd03b2)
libc.so.6 = /lib/libc.so.6 (0x7fbd037be000)
libutil.so.1 = /lib/libutil.so.1 (0x7fbd035ba000)
libdl.so.2 = /lib/libdl.so.2 (0x7fbd033b6000)
libuuid.so.1 = /lib/libuuid.so.1 (0x7fbd031b1000)
libbz2.so.1.0 = /lib/libbz2.so.1.0 (0x7fbd02fa1000)
librt.so.1 = /lib/librt.so.1 (0x7fbd02d99000)
/lib64/ld-linux-x86-64.so.2 (0x7fbd05c8c000)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

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

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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg4.10]0.8.13.2 Advanced front-end for dpkg
ii  libboost-iostreams1.42. 1.42.0-4 Boost.Iostreams Library
ii  libc6   2.11.2-13Embedded GNU C Library: Shared lib
ii  libcwidget3 0.5.16-3 high-level terminal interface libr
ii  libept1 1.0.5High-level library for managing De
ii  libgcc1 1:4.6.0-2GCC support library
ii  libncursesw55.9-1shared libraries for terminal hand
ii  libsigc++-2.0-0c2a  2.2.4.2-1type-safe Signal Framework for C++
ii  libsqlite3-03.7.5-1  SQLite 3 shared library
ii  libstdc++6  4.6.0-2  The GNU Standard C++ Library v3
ii  libxapian22 1.2.5-1  Search engine library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages aptitude recommends:
ii  apt-xapian-index  0.41   maintenance and search tools for a
pn  aptitude-doc-en | aptitude-do none (no description available)
pn  libparse-debianchangelog-perl none (no description available)
ii  sensible-utils0.0.4  Utilities for sensible alternative

Versions of packages aptitude suggests:
pn  debtags   none (no description available)
ii  tasksel   2.89   Tool for selecting tasks for insta

-- no debconf information


-- 
          Regards,
          Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17



--

Bug#622405: gnome-shell: Crashes when notification icons clicked

2011-04-14 Thread Arief M Utama

On 04/13/2011 11:47 PM, Björn Heide wrote:

Am Mittwoch, den 13.04.2011, 03:07 +0700 schrieb Arief M Utama:


gnome-shell from experimental always crashes (and restarted) whenever
any icons in the notification
area clicked. Clicking the icons again will force log-out since it
detected something due to small window between crashes/restarts.


Same here, but I only see this crashes with latest Mesa (7.10.2-1) from
unstable, which uses the classic r600 driver again. There are no crashes
with Mesa 7.10-4, currently in testing, which uses the new r600 gallium
driver.


Thanks Björn!

It worked by downgrading to Mesa 7.10-4 in testing. Yay! :-)

Now I do wonder why we have 7.10.2-1 in unstable?


All the best.
-arief




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



Bug#616174: foo2zjs

2011-04-14 Thread Craig Small
On Tue, Apr 12, 2011 at 02:31:06AM +0200, Martin Ziegler wrote:
 But cups-client conflicts with lprng! I would rather miss the
 automatic updating than being forced to install and configure cups
 again.
There's a few of those out there and they're quite annoying for lprng
users.  Thanks for pointing it out.

 - Craig
-- 
Craig Small VK2XLZhttp://www.enc.com.au/   csmall at : enc.com.au
Debian GNU/Linux  http://www.debian.org/   csmall at : debian.org
GPG fingerprint:   1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5



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



Bug#620174: frozen after suspend

2011-04-14 Thread Mike Hommey
On Thu, Apr 14, 2011 at 07:52:23AM +0200, martin f krafft wrote:
 also sprach Mike Hommey m...@glandium.org [2011.03.30.2101 +0200]:
   Ever since upgrading to Iceweasel 4.0, it is frozen when I return
   from a suspend cycle. Even if I kill and restart it, it's completely
   unresponsive to keyboard input. No other applications exhibits this
   behaviour. I have to restart X to be able to use iceweasel again.
  
  It would be useful to have a backtrace of when it's stuck.
 
 Here you go, does it help?
 
 #0  0x7f44d33a9b95 in __xstat64 () from /lib/libc.so.6
 #1  0x7f44d1550c38 in nsLocalFile::FillStatCache (this=0x7f4490e46580)
 at ../../../xpcom/io/nsLocalFileUnix.cpp:311
 #2  0x7f44d1550d61 in nsLocalFile::IsDirectory (this=0x7f4490e46580, 
 _retval=0x7fffc03e42a0)
 at ../../../xpcom/io/nsLocalFileUnix.cpp:1494

M either there's a problem in the kernel, either it's not actually
frozen and a later backtrace would show a different backtrace.

Mike



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



Bug#622694: freecad: FTBFS on all arches

2011-04-14 Thread Anton Gladky
This FTBFS is resolved by [1].

but #618241 appears again:

libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -g -D_DEBUG
-D_REENTRANT -Wall -I../../src -I../../src -I/usr/include/python2.6
-I/usr/include -I/usr/include -I/usr/share/qt4/include
-I/usr/share/qt4/include/Qt3Support -I/usr/share/qt4/include/QtGui
-I/usr/share/qt4/include/QtCore -I/usr/share/qt4/include/QtOpenGL
-I/usr/share/qt4/include/QtNetwork -I/usr/share/qt4/include/QtSvg
-I/usr/share/qt4/include/QtXml -I/usr/share/qt4/include/QtUiTools
-I/usr/include -I/usr/include -g -O2 -Wno-deprecated -frtti -MT
ProgressDialog.lo -MD -MP -MF .deps/ProgressDialog.Tpo -c
ProgressDialog.cpp  -fPIC -DPIC -o .libs/ProgressDialog.o
In file included from ProgressDialog.h:28:0,
 from ProgressDialog.cpp:26:
Qt4All.h:163:21: fatal error: QWebFrame: No such file or directory
compilation terminated.


Anton

[1] 
http://git.debian.org/?p=debian-science/packages/freecad.git;a=commitdiff;h=951e75fed493f5f0eb5d5ab29098ccd03c364a9b



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



Bug#622716: fvwm crashes and fails to build

2011-04-14 Thread Heikki Kantola
Package: fvwm
Version: 1:2.5.30.ds-1
Severity: grave
Justification: renders package unusable

I have used fvwm as a window manager for ages and few weeks ago (after
I installed the latest X.org) I noticed that I cannot login on X since
something in my xsession crashes. Today I finally decided to test with
a fresh clean setup and then attempted to switch to fvwm. The result
was that the session ended immediatly, so it looks it was ye olde fvwm
that had prevented me to use X.
Next I though this might be just some library conflict that could be
fixed by recompiling fvwm. So I fetched the Debian package sources and
attempted to build the software, but that didn't work, the stage that
stopped the compilation was:

gcc -DFVWM_MODULEDIR=\/usr/lib/fvwm/2.5.30\
-DFVWM_DATADIR=\/usr/share/fvwm\ -DFVWM_CONFDIR=\/etc/X11/fvwm\
-DFVWM_COLORSET_PRIVATE=1 -DLOCALEDIR=\/usr/share/locale\ -Wall
-Wno-implicit-int -Wall -g -O2  -s -s -o fvwm menus.o style.o
borders.o events.o move_resize.o builtins.o add_window.o icons.o
fvwm.o frame.o placement.o virtual.o menustyle.o conditional.o ewmh.o
stack.o session.o colorset.o functions.o ewmh_events.o gnome.o
geometry.o module_list.o focus.o windowlist.o functable.o menuitem.o
expand.o module_interface.o menubindings.o decorations.o ewmh_icons.o
update.o bindings.o misc.o cursor.o colormaps.o modconf.o ewmh_conf.o
read.o schedule.o menucmd.o ewmh_names.o icccm2.o windowshade.o
focus_policy.o repeat.o execcontext.o menugeometry.o menudim.o
condrc.o -L../libs -lfvwm -lXft-lXpm -lstroke -lSM -lICE
-lXinerama -lXext -lX11  -lm  -lXrender -lXcursor -lfribidi -lpng -lz
-pthread -lrsvg-2 -lgio-2.0 -lgdk_pixbuf-2.0 -lm -lgmodule-2.0
-lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lcairo
/usr/bin/ld: ../libs/libfvwm.a(Fft.o): undefined reference to symbol
'FcPatternDel'
/usr/bin/ld: note: 'FcPatternDel' is defined in DSO
//usr/lib/libfontconfig.so.1 so try adding it to the linker command line
//usr/lib/libfontconfig.so.1: could not read symbols: Invalid operation
collect2: ld returned 1 exit status

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

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

Versions of packages fvwm depends on:
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libcairo2   1.10.2-6 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.4-1  FreeType 2 font engine, shared lib
ii  libfribidi0 0.19.2-1 Free Implementation of the Unicode
ii  libglib2.0-02.28.4-1 The GLib library of C routines
ii  libgtk2.0-0 2.24.4-3 The GTK+ graphical user interface 
ii  libice6 2:1.0.7-1X11 Inter-Client Exchange library
ii  libncurses5 5.9-1shared libraries for terminal hand
ii  libpng12-0  1.2.44-2 PNG library - runtime
ii  libreadline66.1-3GNU readline and history libraries
ii  librplay3   3.3.2-13 rplay network audio system - share
ii  librsvg2-2  2.32.1-1 SAX-based renderer library for SVG
ii  libsm6  2:1.2.0-1X11 Session Management library
ii  libstroke0  0.5.1-6  mouse strokes library -- runtime f
ii  libx11-62:1.4.3-1X11 client-side library
ii  libxcursor1 1:1.1.11-1   X cursor management library
ii  libxext62:1.2.0-2X11 miscellaneous extension librar
ii  libxft2 2.2.0-2  FreeType-based font drawing librar
ii  libxinerama12:1.1.1-1X11 Xinerama extension library
ii  libxpm4 1:3.5.9-1X11 pixmap library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages fvwm recommends:
ii  fvwm-icons20070101-1 icon *.xpm files from fvwm develop
pn  libx11-protocol-perl  none (no description available)
ii  perl-tk   1:804.029-1+b1 Perl module providing the Tk graph

Versions of packages fvwm suggests:
ii  cpp   4:4.5.2-5  The GNU C preprocessor (cpp)
pn  fvwm-themes   none (no description available)
ii  m41.4.16-1   a macro processing language
ii  menu  2.1.45 generates programs menu for all me
ii  wm-icons  0.4.0-5Themed icon set that is Window Man

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of 

Bug#525989: Workarounds doesn't work

2011-04-14 Thread Tom Schmitt
I have exactly the same problem: After updating from Lenny to Squeeze the file 
/etc/default/approx is silently gone and approx doesn't work anymore.

If I don't use approx and enter the direct destinations in 
/etc/apt/sources.list, apt-get is working fine (if I export the http_proxy 
first).

I tried the two workarounds described above. First I created a file 
/usr/sbin/approx_start with the following content:

#!/bin/sh
  export http_proxy=http://DOMAIN\\username:password@192.168.0.1:8080/
  exec /usr/sbin/approx

And modified the line in /etc/inetd.conf to:

stream  tcp nowait  approx  /usr/sbin/approx_start 
/usr/sbin/approx_start

After this I restarted inetd.

But apt-get update still can't connect. I only get errors like this (german 
localization):
Ign http://127.0.0.1 squeeze Release.gpg
Fehl http://127.0.0.1 squeeze/main Packages  301 Moved Permanently


I added the lines
$verbosetrue
$debug  true
to the file /etc/approx/approx.conf to get any idea what the problem may be, 
but nothing shows up in the logfiles. It's if approx isn't even started.



I also tried the other workaround and entered the line
 export http_proxy=http://DOMAIN\\username:password@192.168.0.1:8080/
in a file /etc/default/openbsd-inetd and restartet the inetd, but no change at 
all.

Installed versions:
ii  approx  4.5-1caching 
proxy server for Debian archive files
ii  openbsd-inetd   0.20080125-6 The 
OpenBSD Internet Superserver

Any suggestions?

Or is it possible to start approx without inetd?


-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de



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



Bug#618898: Ndiswrapper 1.56+r2729-1 fails loading

2011-04-14 Thread Julian Andres Klode
severity 618898 important
tag 618898 upstream
thanks

On Sat, Mar 19, 2011 at 01:34:16PM +0100, Pietro Battiston wrote:
 Package: ndiswrapper-dkms
 Version: 1.56+r2729-1
 Severity: critical
 
 In order to use ndiswrapper with kernel 2.6.37-1-amd64 from testing, I
 had first tried two patches found around (see
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604880 ), and they
 worked (though they were among the main candidates as being the source
 of some recent system instabilities).
 
 Now 1.56+r2729-1 went out, I upgraded to it, but it doesn't work at all.
 After first install (and hence automatic building), I modprobed
 ndiswrapper and the computer dropped me to a virtual terminal with a
 stack trace. Luckily, most of the system was still up (even playing
 music!), so I was able to login from remote (via wired connection) and
 grab the attached dmesg.
Instability is a common issue with ndiswrapper. We cannot guarantee
that everything works. It would be best if you reported your problems
upstream. I'm downgrading this to important as there isn't much
I can do here, it seems local to your machine, and it prevents
migration to testing.

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.


pgptrf3dy5Tno.pgp
Description: PGP signature


Bug#622717: apt-listchanges: there should be a double line to distinguish between two package notes

2011-04-14 Thread shirish शिरीष
Package: apt-listchanges
Version: 2.85.7
Severity: wishlist

*** Please type your report below this line ***

This is how it looks now

libplist (1.4-1) unstable; urgency=medium

  * New upstream release.
  * debian/rules:
   - Remove additional CFLAGS to pass correct flags.
   - Add additional LDFLAGS.
   - Use filter instead of findstring to find noopt.
   - Build and clean doxygen documentation.
  * debian/libplist++1.symbols.amd64
   - Removed, since symbols are too unstable and easily FTBFS the package.
 Closes: #605846, #615661, #618150
  * Set urgency to medium to fix RC bug.
  * debian/watch:
   - Update location of the tarballs.
  * debian/docs
   - Add general documentation files.
  * debian/copyright:
   - Update to DEP5 format.
  * debian/01-libs.private.patch:
   - Update.
  * debian/libplist-doc.doc-base  debian/libplist.install:
   - Install libplist documentation.
  * debian/control:
   - Build-depends on doxygen for documentation support.
   - Add libplist-doc binary.
   - Replace references to libiphone by libimobiledevice.

 -- Julien Lavergne julien.laver...@gmail.com  Mon, 21 Mar 2011 17:36:21 +0100

pciutils (1:3.1.7-9) unstable; urgency=medium

  * Update pci.ids with version 2011.04.04
  * Debian policy version is 3.9.2

 -- Anibal Monsalve Salazar ani...@debian.org  Wed, 13 Apr 2011 13:14:51 +1000

tomcat6 (6.0.32-2) unstable; urgency=low

  * Team upload.

  [ tony mancill ]
  * Patch debian/tomcat6-instance-create (LP: #707405)
tomcat6-instance-create should accept -1 as the value of -c option
as per http://tomcat.apache.org/tomcat-6.0-doc/config/server.html
Thanks to Dave Walker.  (Closes: #617553)
  * Move tomcat6-instance-create manpage from section 2 to section 8.
Thanks to brian m. carlson (Closes: #607682)
  * Add tomcat6-extras package.
Currently includes only catalina-jmx-remote.jar  (Closes: #614333)

  [ Thierry Carrez ]
  * debian/tomcat6-instance-create: Eclipse can now be configured to use a
user instance of tomcat6 using tomcat6-instance-create without any
additional work. Patch from Abhinav Upadhyay (Closes: #551091, LP: #297675)

 I just took a sample. When there are many more packages, it can
become difficult to know/scan the packages by hand. It would make it
more readable if there was a double line between them.

libplist (1.4-1) unstable; urgency=medium

  * New upstream release.
  * debian/rules:
   - Remove additional CFLAGS to pass correct flags.
   - Add additional LDFLAGS.
   - Use filter instead of findstring to find noopt.
   - Build and clean doxygen documentation.
  * debian/libplist++1.symbols.amd64
   - Removed, since symbols are too unstable and easily FTBFS the package.
 Closes: #605846, #615661, #618150
  * Set urgency to medium to fix RC bug.
  * debian/watch:
   - Update location of the tarballs.
  * debian/docs
   - Add general documentation files.
  * debian/copyright:
   - Update to DEP5 format.
  * debian/01-libs.private.patch:
   - Update.
  * debian/libplist-doc.doc-base  debian/libplist.install:
   - Install libplist documentation.
  * debian/control:
   - Build-depends on doxygen for documentation support.
   - Add libplist-doc binary.
   - Replace references to libiphone by libimobiledevice.

 -- Julien Lavergne julien.laver...@gmail.com  Mon, 21 Mar 2011 17:36:21 +0100

=

pciutils (1:3.1.7-9) unstable; urgency=medium

  * Update pci.ids with version 2011.04.04
  * Debian policy version is 3.9.2

 -- Anibal Monsalve Salazar ani...@debian.org  Wed, 13 Apr 2011 13:14:51 +1000

=

tomcat6 (6.0.32-2) unstable; urgency=low

  * Team upload.

  [ tony mancill ]
  * Patch debian/tomcat6-instance-create (LP: #707405)
tomcat6-instance-create should accept -1 as the value of -c option
as per http://tomcat.apache.org/tomcat-6.0-doc/config/server.html
Thanks to Dave Walker.  (Closes: #617553)
  * Move tomcat6-instance-create manpage from section 2 to section 8.
Thanks to brian m. carlson (Closes: #607682)
  * Add tomcat6-extras package.
Currently includes only catalina-jmx-remote.jar  (Closes: #614333)

  [ Thierry Carrez ]
  * debian/tomcat6-instance-create: Eclipse can now be configured to use a
user instance of tomcat6 using tomcat6-instance-create without any
additional work. Patch from Abhinav Upadhyay (Closes: #551091, LP: #297675)



Its mostly a formatting issue.

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

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

Versions of packages apt-listchanges depends on:
ii  apt  

Bug#622718: unattended-upgrades: French debconf templates translation

2011-04-14 Thread Steve Petruzzello
Package: unattended-upgrades
Version: 0.70
Severity: wishlist
Tags: patch l10n

Hi,

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

Best regards,
Steve
# Paquet unattended-upgrades
# Copyright (C) 2008
# This file is distributed under the same license as the unattended-upgrades 
package.
# Michael Vogt m...@debian.org, 2008.
#
msgid 
msgstr 
Project-Id-Version: 0.35\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2009-07-03 12:21+0200\n
PO-Revision-Date: 2011-03-30 12:28+0200\n
Last-Translator: Steve Petruzzello dl...@bluewin.ch\n
Language-Team: French debian-l10n-fre...@lists.debian.org\n
Language: fr\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#: ../unattended-upgrade:174
msgid 
No '/usr/bin/mail', can not send mail. You probably want to install the 
'mailx' package.
msgstr 
L'exécutable « /usr/bin/mail » est introuvable, impossible d'envoyer un 
courrier électronique. Veuillez installer le paquet « mailx ».

#: ../unattended-upgrade:179
#, c-format
msgid unattended-upgrades result for '%s'
msgstr unattended-upgrades a retourné : %s

#: ../unattended-upgrade:183
#, c-format
msgid 
Unattended upgrade returned: %s\n
\n
msgstr 
La mise à niveau automatique a retourné : %s\n
\n

#: ../unattended-upgrade:184
msgid Packages that are upgraded:\n
msgstr Paquets mis à niveau :\n

#: ../unattended-upgrade:188
msgid Packages with upgradable origin but kept back:\n
msgstr 
Paquets susceptibles d'une mise à niveau mais maintenus dans leur état 
actuel :\n

#: ../unattended-upgrade:192
msgid Package installation log:
msgstr Journal d'installation du paquet :

#: ../unattended-upgrade:195
#| msgid unattended-upgrades result for '%s'
msgid Unattended-upgrades log:\n
msgstr Journal de unattended-upgrades :\n

#: ../unattended-upgrade:208
msgid print debug messages
msgstr Afficher les messages de débogage

#: ../unattended-upgrade:211
msgid Simulation, download but do not install
msgstr Simulation, télécharge mais n'installe pas

#: ../unattended-upgrade:230
#, c-format
msgid Initial blacklisted packages: %s
msgstr Paquets initialement sur la liste noire : %s

#: ../unattended-upgrade:231
msgid Starting unattended upgrades script
msgstr Démarrage du script de mise à niveau automatique

#: ../unattended-upgrade:234
#, c-format
msgid Allowed origins are: %s
msgstr Les origines permises sont : %s

#: ../unattended-upgrade:241
msgid Lock could not be acquired (another package manager running?)
msgstr 
Verrouillage impossible (y a-t-il un autre gestionnaire de paquets en cours 
d'exécution ?)

#: ../unattended-upgrade:243
#| msgid Cache has broken packages, exiting
msgid Cache lock can not be acquired, exiting
msgstr Le verrouillage du cache est impossible, abandon

#: ../unattended-upgrade:249 ../unattended-upgrade:250
msgid Cache has broken packages, exiting
msgstr Le cache contient des paquets cassés, abandon

#: ../unattended-upgrade:274
#, c-format
msgid package '%s' upgradable but fails to be marked for upgrade (%s)
msgstr 
Le paquet « %s » peut être mis à niveau mais échoue à être marqué comme tel 
(%s)

#: ../unattended-upgrade:294
#, c-format
msgid GetArchives() failed: '%s'
msgstr Échec de GetArchives() : %s

#: ../unattended-upgrade:303 ../unattended-upgrade:304
#, c-format
msgid An error ocured: '%s'
msgstr Une erreur s'est produite : %s

#: ../unattended-upgrade:306 ../unattended-upgrade:307
#, c-format
msgid The URI '%s' failed to download, aborting
msgstr Échec du téléchargement à l'URI « %s », abandon

#: ../unattended-upgrade:310
#, c-format
msgid Download finished, but file '%s' not there?!?
msgstr Téléchargement terminé mais le fichier « %s » est absent !

#: ../unattended-upgrade:319
#, c-format
msgid Package '%s' has conffile prompt and needs to be upgraded manually
msgstr 
Le paquet « %s » provoque un conflit de fichiers de configuration et 
nécessite une mise à niveau manuelle

#: ../unattended-upgrade:341
#, c-format
msgid package '%s' not upgraded
msgstr Le paquet « %s » n'a pas été mis à niveau

#: ../unattended-upgrade:352
msgid No packages found that can be upgraded unattended
msgstr Aucun paquet à mettre à niveau automatiquement

#: ../unattended-upgrade:362
#, c-format
msgid Packages that are upgraded: %s
msgstr Paquets mis à niveau : %s

#: ../unattended-upgrade:375
#, c-format
msgid Writing dpkg log to '%s'
msgstr Écriture du journal de dpkg dans « %s »

#: ../unattended-upgrade:386
msgid pm.GetArchives() failed
msgstr Échec de pm.GetArchives()

#: ../unattended-upgrade:407
msgid Installing the upgrades failed!
msgstr Échec de l'installation des mises à niveau

#: ../unattended-upgrade:408
#, c-format
msgid error message: '%s'
msgstr Message d'erreur : %s

#: ../unattended-upgrade:409
#, c-format
msgid dpkg returned a error! See '%s' for details
msgstr Dpkg a retourné une erreur. Voir « %s » pour les détails

#: ../unattended-upgrade:411
msgid All upgrades installed
msgstr Toutes 

Bug#283203: Webmail Quote The Set-Limit überschritten

2011-04-14 Thread System Administrator



Ihr Postfach hat die Lagerung Grenze, die 1GB ist als vom  
Administrator festgelegt, Sie sind derzeit auf 3.9GB, können Sie nicht  
in der Lage zu senden oder zu empfangen, bis Sie neue E-Mail erneut  
validieren Ihr Postfach überschritten. Zur erneuten Überprüfung Ihrer  
Mailbox bitte hier klicken:


http://brainmarker.com//dir/account.html

Dank
System-Administrator




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



Bug#622694: freecad: FTBFS on all arches

2011-04-14 Thread Mathieu Malaterre
On Thu, Apr 14, 2011 at 8:28 AM, Anton Gladky gladky.an...@gmail.com wrote:
 Qt4All.h:163:21: fatal error: QWebFrame: No such file or directory

This is in libqtwebkit-dev. Here is what I did for gofigure2 package:

Build-Depends: libqt4-dev, libqtwebkit-dev | libqt4-dev ( 4.7)

libqtwebkit-dev has to come first for the buildd machine.


HTH
-- 
Mathieu



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



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

2011-04-14 Thread Andreas Åkesson
Hi,
thank you for your answer. unfortunately it didn't change.

jetty-setuid.xml:
Configure id=Server class=org.mortbay.setuid.SetUIDServer
  Set name=startServerAsPrivilegedtrue/Set
  Set name=umask2/Set
  Set name=uid104/Set
  Set name=gid107/Set
!-- uncomment to change the limits on number of open file descriptors for root 
--
!--
Call name=setRLimitNoFiles
Arg
New class=org.mortbay.setuid.RLimit
  Set name=soft2/Set
  Set name=hard4/Set
/New
/Arg
  /Call
--
/Configure

stderrout.log:
667 [main] INFO org.mortbay.log - Setting umask=02
704 [main] INFO org.mortbay.log - jetty-6.1.24
771 [main] INFO org.mortbay.log - Deploy /etc/jetty/contexts/javadoc.xml - 
org.mortbay.jetty.handler.ContextHandler@72e6f7d2{/javadoc,file:/usr/share/jetty/javadoc}
1084 [main] INFO org.mortbay.log - Opened /var/log/jetty/2011_04_14.request.log
1121 [main] WARN org.mortbay.log - failed SelectChannelConnector@0.0.0.0:80: 
java.net.SocketException: Permission denied
1121 [main] WARN org.mortbay.log - failed SetUIDServer@77d2b01b: 
java.net.SocketException: Permission denied
1121 [main] WARN org.mortbay.log - EXCEPTION
java.net.SocketException: Permission denied
at sun.nio.ch.Net.bind(Native Method)
at 
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:126)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at 
org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216)
at 
org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:315)
at 
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.Server.doStart(Server.java:235)
at org.mortbay.setuid.SetUIDServer.doStart(SetUIDServer.java:131)
at 
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:985)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.mortbay.start.Main.invokeMain(Main.java:194)
at org.mortbay.start.Main.start(Main.java:534)
at org.mortbay.jetty.start.daemon.Bootstrap.start(Bootstrap.java:30)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:177)

-Original Message-
From: Ludovic Claude [mailto:ludovic.cla...@laposte.net] 
Sent: den 13 april 2011 23:28
To: Andreas Åkesson; 554...@bugs.debian.org
Subject: Re: Bug#554853: jetty: Jetty is unable to run on port 80



Hello,

You should install the package libjetty-extra, it contains libsetuid.so
which will help you to give Jetty the priviledge to use a port under
1024. You will need to configure jetty-setuid.xml, in particular set the
startServerAsPrivileged property to true.

Ludovic

On 12/04/2011 10:54, Andreas Åkesson wrote:
 I'm having the same problems on jetty 6.1.24-6. Is there any system
 configs i can/should alter to make this work?
 
  
 
 /etc/default/jetty
 
 NO_START=0
 
 VERBOSE=yes
 
 #JETTY_USER=jetty
 
 JETTY_USER=root
 
 JETTY_HOST=0.0.0.0
 
 JETTY_PORT=80
 
  
 
 jetty-setuid.xml:
 
 Configure id=Server class=org.mortbay.setuid.SetUIDServer
 
   Set name=startServerAsPrivilegedfalse/Set
 
   Set name=umask2/Set
 
   Set name=uid104/Set
 
   Set name=gid107/Set
 
  
 
 jetty:conf:
 
 # list of jetty configuration and property files
 
 /etc/jetty/jetty-setuid.xml
 
 /etc/jetty/jetty-logging.xml
 
 /etc/jetty/jetty.xml
 
 /etc/jetty/jetty-ssl.xml
 
 /etc/jetty/jetty-shared-webapps.xml
 
  
 
 log:
 
 245 [main] INFO org.mortbay.log - Setting umask=02
 
 246 [main] INFO org.mortbay.log - jetty-6.1.24
 
 281 [main] INFO org.mortbay.log - Deploy /etc/jetty/contexts/javadoc.xml
 - org.mortbay.jetty.handler.ContextHand$
 
 393 [main] INFO org.mortbay.log - Opened
 /var/log/jetty/2011_04_12.request.log
 
 407 [main] WARN org.mortbay.log - failed
 SelectChannelConnector@0.0.0.0:80: java.net.SocketException: Permission $
 
 427 [main] WARN org.mortbay.log - failed SslSocketConnector@0.0.0.0:443:
 java.net.BindException: Permission denied
 
 427 [main] WARN org.mortbay.log - failed SetUIDServer@3a56860b:
 org.mortbay.util.MultiException[java.net.SocketEx$
 
 427 [main] WARN org.mortbay.log - EXCEPTION
 
 org.mortbay.util.MultiException[java.net.SocketException: Permission
 denied, java.net.BindException: Permission d$
 
 at 

Bug#622694: freecad: FTBFS on all arches

2011-04-14 Thread Anton Gladky
Yes, thanks,
it is already added in last commit.

Anton




On Thu, Apr 14, 2011 at 9:04 AM, Mathieu Malaterre
mathieu.malate...@gmail.com wrote:
 On Thu, Apr 14, 2011 at 8:28 AM, Anton Gladky gladky.an...@gmail.com wrote:
 Qt4All.h:163:21: fatal error: QWebFrame: No such file or directory

 This is in libqtwebkit-dev. Here is what I did for gofigure2 package:

 Build-Depends: libqt4-dev, libqtwebkit-dev | libqt4-dev ( 4.7)

 libqtwebkit-dev has to come first for the buildd machine.


 HTH
 --
 Mathieu




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



Bug#622719: aptitude forgets automatically installed state on package upgrade selection

2011-04-14 Thread Gabor Nagy
Package: aptitude
Version: 0.6.3-3.2
Severity: normal


When in the list of upgradable packages I select a package or a package group
for upgrade, aptitude forgets that the package (or all automatically installed
packages in the group) was automatically installed

I preferred the old behaviour when the package was upgraded, and aptitude kept
the automatically installed flag.

-- Package-specific info:
aptitude 0.6.3 compiled at Apr  2 2011 22:19:05
Compiler: g++ 4.5.2
Compiled against:
  apt version 4.10.1
  NCurses version 5.8
  libsigc++ version: 2.2.4.2
  Ept support enabled.
  Gtk+ support disabled.

Current library versions:
  NCurses version: ncurses 5.7.20100313
  cwidget version: 0.5.16
  Apt version: 4.10.1
linux-gate.so.1 =  (0xb771b000)
libapt-pkg.so.4.10 = /usr/lib/libapt-pkg.so.4.10 (0xb75ee000)
libncursesw.so.5 = /lib/libncursesw.so.5 (0xb75a8000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0xb75a1000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0xb74e1000)
libept.so.1 = /usr/lib/libept.so.1 (0xb7489000)
libxapian.so.22 = /usr/lib/sse2/libxapian.so.22 (0xb7289000)
libz.so.1 = /usr/lib/libz.so.1 (0xb7275000)
libsqlite3.so.0 = /usr/lib/libsqlite3.so.0 (0xb71e5000)
libboost_iostreams.so.1.42.0 = /usr/lib/libboost_iostreams.so.1.42.0 
(0xb71cc000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xb71b3000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb70c5000)
libm.so.6 = /lib/i686/cmov/libm.so.6 (0xb709f000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xb7082000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xb6f3b000)
libutil.so.1 = /lib/i686/cmov/libutil.so.1 (0xb6f37000)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0xb6f33000)
libuuid.so.1 = /lib/libuuid.so.1 (0xb6f2f000)
libbz2.so.1.0 = /lib/libbz2.so.1.0 (0xb6f1e000)
librt.so.1 = /lib/i686/cmov/librt.so.1 (0xb6f14000)
/lib/ld-linux.so.2 (0xb771c000)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

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

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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg4.10]0.8.13.1 Advanced front-end for dpkg
ii  libboost-iostreams1.42. 1.42.0-4 Boost.Iostreams Library
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libcwidget3 0.5.16-3 high-level terminal interface libr
ii  libept1 1.0.5High-level library for managing De
ii  libgcc1 1:4.6.0-2GCC support library
ii  libncursesw55.7+20100313-5   shared libraries for terminal hand
ii  libsigc++-2.0-0c2a  2.2.4.2-1type-safe Signal Framework for C++
ii  libsqlite3-03.7.5-1  SQLite 3 shared library
ii  libstdc++6  4.6.0-2  The GNU Standard C++ Library v3
ii  libxapian22 1.2.4-1  Search engine library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages aptitude recommends:
ii  apt-xapian-index  0.41   maintenance and search tools for a
pn  aptitude-doc-en | aptitude-do none (no description available)
pn  libparse-debianchangelog-perl none (no description available)
ii  sensible-utils0.0.6  Utilities for sensible alternative

Versions of packages aptitude suggests:
pn  debtags   none (no description available)
pn  tasksel   none (no description available)

-- no debconf information



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



Bug#618827: /proc/uptime and /proc/1/stat

2011-04-14 Thread Dominique Brazziel
Per your request, attached is /proc/uptime
and the stat file for init (/proc/1/stat).  Since
filing the report I have compiled a kernel with 
latencytop support for another machine (P4 w/one CPU)
and see the same errata.  This machine is an 
Intel Atom N270 which reports 2 logical CPUs. 
1 (init) S 0 1 1 0 -1 4202752 935 85288594 24 50326 232 2133437386 17405337 
2132249375 20 0 1 0 1 2080768 138 4294967295 134512640 134541700 0 0 0 0 0 
1475401980 671819267 4294967295 0 0 0 0 0 0 59 0 0
1851666.51 1919635.03


Bug#615153: exec: 58: /usr: Permission denied

2011-04-14 Thread Michael Tokarev
13.04.2011 11:55, Jonathan Nieder wrote:
[]
 So, when I restart my machine
 and try to start my X with the command startx, the system returns the 
 error:
 xinit: connection to X server lost and after said Wait for X server to 
 shut
 down and stayed with prompt flashing again.
 
 but the strace you sent does not show that message[2].  Instead it shows
 
   X: user not authorized to run the X server, aborting
 
 due to
 
   open(/etc/X11/Xwrapper.config, O_RDONLY) = -1 EACCES (Permission denied)
 
 What does ls -l /usr/bin/X /etc/X11/Xwrapper.config tell?  For reference,
 on my system, it gives
 
  -rw--- 1 root root  601 Jan 31 08:31 /etc/X11/Xwrapper.config
  -rwsr-sr-x 1 root root 9024 Apr  2 10:23 /usr/bin/X
 
 Notice in particular the setuid (s) bits on X.  Is it the same on yours?
 Do you use any unusual filesystem or kernel feature (selinux,
 apparmor, etc) that might cause that not to work?

When you run something under strace, setuid/setgid bits
are ignored by the kernel, the processes will run as
user who started them.  This is significant difference
in environment with and without strace.  JFYI.

/mjt



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



Bug#613589: /sbin/cfdisk: Bad Table error after fresh Squeeze install

2011-04-14 Thread Olaf van der Spek
On Thu, Apr 14, 2011 at 9:19 AM, Karel Zak k...@redhat.com wrote:
 On Wed, Apr 13, 2011 at 09:36:28AM +0200, Olaf van der Spek wrote:
 On Wed, Apr 13, 2011 at 9:33 AM, Timo Juhani Lindfors
 timo.lindf...@iki.fi wrote:
  Olaf van der Spek olafvds...@gmail.com writes:
  In that case it should be forwarded upstream.
 
  Sure, but I couldn't find the upstream BTS. I was just adding extra info
  to the bug report since I hit the same bug.

 Let's CC the author of the patch.

 Hi Karel,

 We're hitting a check you added to this utility. We think it's a bug.
 Could you have a look at it?

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613589

  Fixed by commit 73356e0553bd9ac00f556891a4798064c0ee6849 (v2.19).

Thanks. Do you know where the upstream bug tracker can be found?


-- 
Olaf



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



Bug#613589: /sbin/cfdisk: Bad Table error after fresh Squeeze install

2011-04-14 Thread Karel Zak
On Wed, Apr 13, 2011 at 09:36:28AM +0200, Olaf van der Spek wrote:
 On Wed, Apr 13, 2011 at 9:33 AM, Timo Juhani Lindfors
 timo.lindf...@iki.fi wrote:
  Olaf van der Spek olafvds...@gmail.com writes:
  In that case it should be forwarded upstream.
 
  Sure, but I couldn't find the upstream BTS. I was just adding extra info
  to the bug report since I hit the same bug.
 
 Let's CC the author of the patch.
 
 Hi Karel,
 
 We're hitting a check you added to this utility. We think it's a bug.
 Could you have a look at it?
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613589

 Fixed by commit 73356e0553bd9ac00f556891a4798064c0ee6849 (v2.19).

Karel

-- 
 Karel Zak  k...@redhat.com
 http://karelzak.blogspot.com



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



Bug#615153: exec: 58: /usr: Permission denied

2011-04-14 Thread Jonathan Nieder
Michael Tokarev wrote:

 When you run something under strace, setuid/setgid bits
 are ignored by the kernel, the processes will run as
 user who started them.  This is significant difference
 in environment with and without strace.  JFYI.

Thanks, I should have remembered (allowing ptrace to control setuid
programs would be a huge security hole).  Sorry for the thinko.

invisiblemanguard, could you give an exact set of commands and the
exact output produced, when

 1) starting X as a normal user
 2) starting X as root

?  (Generally speaking, unless it involves sending megabytes of data,
being concrete when submitting bugs --- i.e., giving the reader a
complete account of what happened --- always tends to be helpful.)
I'd also still be interested in output from

 3) ls -l /usr/bin/X /etc/X11/Xwrapper.config
 4) sudo strace -o /tmp/startxlog startx



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



Bug#622014: courier: FTBFS: libcouriertls.c:555: undefined reference to `SSLv2_method'

2011-04-14 Thread Stefan Hornburg (Racke)

On 04/09/2011 02:13 PM, Lucas Nussbaum wrote:

Source: courier
Version: 0.65.3-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110408 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:

gcc -DHAVE_CONFIG_H -I. -I./.. -I.. -Wall -g -O2 -MT starttls.o -MD -MP -MF 
.deps/starttls.Tpo -c -o starttls.o starttls.c
mv -f .deps/starttls.Tpo .deps/starttls.Po
/usr/bin/libtool --tag=CC   --mode=link gcc  -I./.. -I.. -Wall -g -O2 -static  
-o couriertls starttls.o argparse.o libcouriertls.la libspipe.la 
../rfc1035/librfc1035.a ../md5/libmd5.la ../random128/librandom128.la 
../numlib/libnumlib.la ../liblock/liblock.la ../soxwrap/libsoxwrap.a
libtool: link: gcc -I./.. -I.. -Wall -g -O2 -o couriertls starttls.o argparse.o 
 ./.libs/libcouriertls.a -lssl -lcrypto ./.libs/libspipe.a 
../rfc1035/librfc1035.a ../md5/.libs/libmd5.a ../random128/.libs/librandom128.a 
../numlib/.libs/libnumlib.a ../liblock/.libs/liblock.a ../soxwrap/libsoxwrap.a
./.libs/libcouriertls.a(libcouriertls.o): In function `tls_create':
/build/user-courier_0.65.3-2-amd64-uCCVEh/courier-0.65.3/tcpd/libcouriertls.c:555:
 undefined reference to `SSLv2_method'
collect2: ld returned 1 exit status


The full build log is available from:

http://people.debian.org/~lucas/logs/2011/04/08/courier_0.65.3-2_lsid64.buildlog

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



This is fixed in Courier 0.66.1, which will be uploaded the next few days.

Regards
Racke

--
LinuXia Systems = http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP = http://www.icdevgroup.org/
Interchange Development Team




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



Bug#528978: Unable to find password(s) in keyring (Keyring reports: Error communicating with gnome-keyring-daemon)

2011-04-14 Thread Vladislav Rovda
I have installed gnome-keyring Version: 2.30.3-5
But I have the same problems.
All dependencies and recommends are installed.

Console evolution output:
(evolution:19907): e-data-server-ui-WARNING **: Unable to find
password(s) in keyring (Keyring reports: Error communicating with
gnome-keyring-daemon)

System: debian sid




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



Bug#622653: Fatal server error: Caught signal 11 (Segmentation fault). Server aborting

2011-04-14 Thread Julian Andres Klode
On Mi, 2011-04-13 at 19:33 +0200, Cyril Brulebois wrote:
 severity 622635 important
 thanks
 
 Hi,
 
 Julian Andres Klode j...@debian.org (13/04/2011):
  Backtrace:
  [  5306.687] 0: /usr/bin/Xorg (xorg_backtrace+0x28) [0x4aacc8]
  [  5306.687] 1: /usr/bin/Xorg (0x40+0x61e59) [0x461e59]
  [  5306.687] 2: /lib/libpthread.so.0 (0x7f52090f9000+0xef60) 
  [0x7f5209107f60]
  [  5306.687] 3: /usr/lib/libdrm_intel.so.1 (drm_intel_bo_emit_reloc+0x0) 
  [0x7f5205c2adb0]
  [  5306.687] 4: /usr/lib/xorg/modules/drivers/intel_drv.so 
  (0x7f5205e34000+0x227a0) [0x7f5205e567a0]
  [  5306.687] 5: /usr/lib/xorg/modules/drivers/intel_drv.so 
  (0x7f5205e34000+0x2797f) [0x7f5205e5b97f]
  [  5306.687] 6: /usr/lib/xorg/modules/drivers/intel_drv.so 
  (0x7f5205e34000+0x29d5f) [0x7f5205e5dd5f]
  [  5306.687] 7: /usr/lib/xorg/modules/drivers/intel_drv.so 
  (0x7f5205e34000+0x27473) [0x7f5205e5b473]
  [  5306.687] 8: /usr/bin/Xorg (miPolyRectangle+0xd8) [0x550228]
  [  5306.687] 9: /usr/bin/Xorg (0x40+0xdf142) [0x4df142]
  [  5306.687] 10: /usr/bin/Xorg (0x40+0x46082) [0x446082]
  [  5306.687] 11: /usr/bin/Xorg (0x40+0x48909) [0x448909]
  [  5306.687] 12: /usr/bin/Xorg (0x40+0x257ab) [0x4257ab]
  [  5306.687] 13: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f5207e55c4d]
  [  5306.687] 14: /usr/bin/Xorg (0x40+0x25339) [0x425339]
  [  5306.687] Segmentation fault at address (nil)
 
 it's always good to have a full backtrace:
   http://pkg-xorg.alioth.debian.org/howto/report-bugs.html
Attached.

 
 It'd be nice if you could test the commit you mentioned and let us
 know.
I've built the 903 pre-release and will install it now.


-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.

#0  0x7f7b98530165 in raise (sig=value optimized out) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
pid = value optimized out
selftid = value optimized out
#1  0x7f7b98532f70 in abort () at abort.c:92
act = {__sigaction_handler = {sa_handler = 0x15155a0, sa_sigaction = 0x15155a0}, sa_mask = {__val = {1152, 50911008, 140168844030709, 22105840, 140168813896135, 140168813103880, 140168846025912, 0, 4294967295, 0, 1, 8152312, 0, 0, 22193824, 0}}, sa_flags = -1708665870, sa_restorer = 0x1}
sigs = {__val = {32, 0 repeats 15 times}}
#2  0x0045ca2e in OsAbort () at ../../os/utils.c:1274
No locals.
#3  0x0046786d in ddxGiveUp () at ../../../../hw/xfree86/common/xf86Init.c:940
i = value optimized out
#4  0x0045b10d in AbortServer () at ../../os/log.c:424
No locals.
#5  0x0045b8e0 in FatalError (f=0x57c5b8 Caught signal %d (%s). Server aborting\n) at ../../os/log.c:552
args = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7fffcc0ecfe0, reg_save_area = 0x7fffcc0ecf20}}
beenhere = 1
#6  0x00461eae in OsSigHandler (signo=11, sip=0x0, unused=value optimized out) at ../../os/osinit.c:156
No locals.
#7  signal handler called
No symbol table info available.
#8  0x7f7b962f1db0 in drm_intel_bo_emit_reloc () from /usr/lib/libdrm_intel.so.1
No symbol table info available.
#9  0x7f7b9651d7a0 in intel_batch_emit_reloc (dest=value optimized out, srcX=value optimized out, srcY=value optimized out, maskX=17, maskY=0, dstX=50, dstY=4, w=9, h=1) at ../../src/intel_batchbuffer.h:118
needs_fence = 0
write_domains = 0
#10 i965_emit_composite_state (dest=value optimized out, srcX=value optimized out, srcY=value optimized out, maskX=17, maskY=0, dstX=50, dstY=4, w=9, h=1) at ../../src/i965_render.c:1295
render_state = 0x152a6a0
mask = 0x0
mask_extend = SAMPLER_STATE_EXTEND_NONE
intel = 0x15155a0
composite_op = 0x152b918
op = value optimized out
dest_picture = value optimized out
src_extend = SAMPLER_STATE_EXTEND_REPEAT
src_blend = 1
dest = value optimized out
mask_filter = SAMPLER_STATE_FILTER_NEAREST
dst_blend = 17
mask_picture = value optimized out
src_filter = SAMPLER_STATE_FILTER_NEAREST
is_affine = 1
#11 i965_composite (dest=value optimized out, srcX=value optimized out, srcY=value optimized out, maskX=17, maskY=0, dstX=50, dstY=4, w=9, h=1) at ../../src/i965_render.c:1850
scrn = 0x1515010
intel = 0x15155a0
render_state = value optimized out
has_mask = 0
src_x = {0, 0, 9}
src_y = {0, 1, 1}
src_w = {3.8690456e-38, 0, 0}
mask_x = {5.99435395e-37, 0, -1.69439274e-25}
mask_y = {3.84486703e-38, 0, 3.84446794e-38}
mask_w = {0, 0, 5.45056584e-37}
is_affine = 1
#12 0x7f7b9652297f in uxa_fill_region_solid (pDrawable=value optimized out, pRegion=0x355b260, pixel=0, planemask=4294967295, alu=3) at ../../uxa/uxa-accel.c:1139
dst = 0x34bfa30
src_pixmap = value optimized out
color = {red = 0, green = 0, blue = 0, alpha = 65535}
   

Bug#615153: exec: 58: /usr: Permission denied

2011-04-14 Thread Jonathan Nieder
Jonathan Nieder wrote:

 invisiblemanguard, could you give an exact set of commands and the
 exact output produced, when

  1) starting X as a normal user
  2) starting X as root
[...]
 I'd also still be interested in output from

  3) ls -l /usr/bin/X /etc/X11/Xwrapper.config
  4) sudo strace -o /tmp/startxlog startx

This last item (4) should of course include an -f, as in

sudo strace -f -o /tmp/startxlog startx

Sorry for the sloppiness.



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



Bug#622655: [Evolution] Bug#622655: Please transition to libchamplain 0.8

2011-04-14 Thread Yves-Alexis Perez
On mer., 2011-04-13 at 19:14 +0200, Laurent Bigonville wrote:
 
 This require to update the build-dependencies and to patch the
 configure to look for the new .pc file
 
Could you be a little more specific?
-- 
Yves-Alexis




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



Bug#603445: libapache2-mod-auth-mysql: The module crashes when the web service, is under heavy concurrent load

2011-04-14 Thread Rotem Ringel

Hi Sumit,

Yes. I am using the same patch in my production system.

Regards,
Rotem.

Sumit Madan wrote:

Hello Rotem,

I have the same problem here. I have build this package with your 
patch and installed it successfully.


I have one important question: do you think your patch is well suited 
for a productive system?


Are you using the same patch for your production system?






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



Bug#622703: modplug-tools: modplugplay Segfaults Immediately After Launch

2011-04-14 Thread Gürkan Sengün
Hello Leo

Indeed, I noticed after the upload. However my original version doesn't 
segfault,
so I'll have to diff this version with mine, and fix it. I'll do that soon.

You know about the player which uses libao, and that one works fine?

Yours,
Gurkan



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



Bug#550308: x11-apps: xedit search dialog shows garbage

2011-04-14 Thread Julien Viard de Galbert
retitle 550308 [xedit] missing deps on xbitmaps
thanks

On Wed, Apr 13, 2011 at 12:04:46PM -0700, Ian Zimmerman wrote:
 
 Ian Some extra information.  The following gets spit to stderr:
 
 Julien Ah this is interesting...  Can you try installing the 'xbitmaps'
 Julien package ?
 
 I did, and it fixed the problem.
 
Thanks, So I think x11-apps needs to depend on xbitmaps.

Best Regards,

-- 
Julien Viard de Galbertjul...@vdg.blogsite.org
http://silicone.homelinux.org/   jul...@silicone.homelinux.org



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



Bug#622653: Fatal server error: Caught signal 11 (Segmentation fault). Server aborting

2011-04-14 Thread Julian Andres Klode
On Do, 2011-04-14 at 09:43 +0200, Julian Andres Klode wrote:
 On Mi, 2011-04-13 at 19:33 +0200, Cyril Brulebois wrote:
  It'd be nice if you could test the commit you mentioned and let us
  know.
 I've built the 903 pre-release and will install it now.
This commit actually reverts a commit made after the 902 release, so it
is likely that this specific commit does not fix the problem.
-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.





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



Bug#622712: libdb4.6++-dev no longer available in the archive

2011-04-14 Thread Ondřej Surý
severity 622712 serious
thank you

I have already removed libdb4.6++-dev from the unstable. Raising
severity to serious, because build-depends are not satisfied.

Please use:

Build-Depends: debhelper (= 7), libdb++-dev

after db-defaults 5.1.2 fall through NEW queue:

http://ftp-master.debian.org/new/db-defaults_5.1.2.html

(Or you can use libdb5.1++-dev if you want to fix it right now, but
that would hinder next transitions and stop possible binNMUs.)

Thank you,
Ondrej
-- 
Ondřej Surý ond...@sury.org



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



Bug#622720: blcr: please add support for armv7 cpus (armhf)

2011-04-14 Thread Konstantinos Margaritis
Source: blcr
Severity: important
Tags: patch

This patch is a backport from the Ubuntu armel package. Debian armhf
uses thumb2 just as Ubuntu armel, so it has the same build problems.
Please consider applying the patch.

Thanks

Konstantinos

-- System Information:
Debian Release: squeeze/sid
Architecture: armhf (armv7l)

Kernel: Linux 2.6.31.14-efikamx (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ruN blcr-0.8.2/debian/patches/04_arm_it_instruction.patch blcr-0.8.2.armhf//debian/patches/04_arm_it_instruction.patch
--- blcr-0.8.2/debian/patches/04_arm_it_instruction.patch	1970-01-01 02:00:00.0 +0200
+++ blcr-0.8.2.armhf//debian/patches/04_arm_it_instruction.patch	2011-03-30 13:09:01.827299231 +0300
@@ -0,0 +1,18 @@
+## Description: add some description
+## Origin/Author: add some origin or author
+## Bug: bug URL
+Index: blcr-0.8.2/libcr/arch/arm/cr_atomic.h
+===
+--- blcr-0.8.2.orig/libcr/arch/arm/cr_atomic.h	2010-12-15 15:59:04.0 +0200
 blcr-0.8.2/libcr/arch/arm/cr_atomic.h	2010-12-15 15:59:03.0 +0200
+@@ -166,7 +166,9 @@
+ 		adr	lr, 1f		@ lr = return addr	\n
+ 		sub	pc, r3, # _STRINGIFY(cri_kuser_offset) \n
+ #endif
+-	1:	ldrcc   ip, [r2]@ if (!swapped) ip=*p   \n
++	1:	\n
++	   ite cc  @ needed in Thumb2 mode \n
++	   ldrcc   ip, [r2]@ if (!swapped) ip=*p   \n
+ 	   eorcs   ip, r4, #1  @ else ip=oldval^1  \n
+ 	   teq r4, ip  @ if (ip == oldval) \n
+ 	   beq 0b  @then retry   
diff -ruN blcr-0.8.2/debian/patches/series blcr-0.8.2.armhf//debian/patches/series
--- blcr-0.8.2/debian/patches/series	2010-10-12 12:43:55.0 +0300
+++ blcr-0.8.2.armhf//debian/patches/series	2011-03-30 13:09:30.827298480 +0300
@@ -2,6 +2,7 @@
 02_fix_i386_on_amd64.diff
 03_fix_2.6.32
 04_arm_v7
+04_arm_it_instruction.patch
 05_arm_always_kuser
 06_ubuntu_linux-rt_support
 07_fix_cross_pbuilder



Bug#622721: quodlibet: --start-playing does not play if current file does not match search filter

2011-04-14 Thread Arno Schuring
Package: quodlibet
Version: 2.2.99-1
Severity: normal

I always start quodlibet with --start-playing because, well, that's what it's
for. However, since the new version quodlibet occasionally starts with no
audio track selected, causing it to start Not Playing even though
..quodlibet/current exists.

I believe I've found the cause; it's partly because of this change in 2.2.99-1:
- Playcount now increases after you have heard half of the song.
And partly because of my search filter #(lastplayed  2 days). When the
playcount gets updated, the lastplayed value gets updated as well, which
means that the file no longer matches the search filter.

Could the player be modified such that it plays .ql/current regardless of the
current search filter? At least with a --start-playing argument?


Thanks,
Arno

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'stable'), (300, 'squeeze'), (300, 
'unstable'), (200, 'experimental')
Architecture: i386 (i686)

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

Versions of packages quodlibet depends on:
ii  exfalso   2.2.99-1   audio tag editor for GTK+
ii  gstreamer0.10-plugins-base0.10.32-2  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.24-1  GStreamer plugins from the good 
ii  gstreamer0.10-plugins-ugly0.10.17-2  GStreamer plugins from the ugly 
ii  python2.6.6-12   interactive high-level object-orie
ii  python-gst0.100.10.21-2  generic media-playing framework (P

Versions of packages quodlibet recommends:
ii  gstreamer0.10-alsa0.10.32-2  GStreamer plugin for ALSA
pn  gstreamer0.10-gnomevfsnone (no description available)
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-feedparser 4.1-14 Universal Feed Parser for Python
ii  python-gpod   0.7.93-0.3 Python bindings for libgpod
ii  quodlibet-ext 2.2.99-1   extensions for the Quod Libet audi

Versions of packages quodlibet suggests:
ii  gstreamer0.10-plugins-bad0.10.19-2.1 GStreamer plugins from the bad s
ii  quodlibet-plugins1:2.2.99-1  various contributed plugins for Qu

-- 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#622722: aqemu: please add armhf support

2011-04-14 Thread Konstantinos Margaritis
Source: aqemu
Severity: important
Tags: patch

Hi,

please add armhf support, the package has been tested to build fine
on armhf.

Regards

Konstantinos

-- System Information:
Debian Release: squeeze/sid
Architecture: armhf (armv7l)

Kernel: Linux 2.6.31.14-efikamx (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ruN aqemu-0.8.1/debian/control aqemu-0.8.1.armhf//debian/control
--- aqemu-0.8.1/debian/control	2011-01-24 13:13:30.0 +0200
+++ aqemu-0.8.1.armhf//debian/control	2011-04-13 18:36:01.747298730 +0300
@@ -10,7 +10,7 @@
 
 
 Package: aqemu
-Architecture: amd64 arm armel hppa i386 powerpc sparc ppc64
+Architecture: amd64 arm armel armhf hppa i386 powerpc sparc ppc64
 Depends: qemu, ${shlibs:Depends}, ${misc:Depends}
 Description: Qt4 front-end for QEMU and KVM
  aqemu is a Qt4 graphical interface used to manage QEMU and KVM virtual


Bug#622723: gdm3: greeter.gconf-defaults disable_user_list ignored after package upgrade

2011-04-14 Thread Paul Kerry
Package: gdm3
Version: 2.30.5-6squeeze2
Severity: normal

The gdm3 2.30.5-6squeeze2 package ignores the following line in
/etc/gdm3/greeter.gconf-defaults ...

/apps/gdm/simple-greeter/disable_user_list  true

unless this option was previously used with the earlier 2.30.5-6squeeze1
package.

A workaround is to stop gdm3, use the solution from aptitude purge gdm3 to
downgrade the package to 2.30.5-6squeeze1 and then start gdm3 and now the
user_list is not displayed.

You can then use aptitude to upgrade back to 2.30.5-6squeeze2 and then
disable_user_list works correctly once again.



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

Kernel: Linux 2.6.38.2-pk004-smp-squeeze-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gdm3 depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  debconf [debconf-2.0] 1.5.36.1   Debian configuration management sy
ii  fvwm [x-window-manage 1:2.5.30.ds-1  F(?) Virtual Window Manager
ii  gconf22.28.1-6   GNOME configuration database syste
ii  gnome-session [x-sess 2.30.2-3   The GNOME Session Manager - GNOME 
ii  gnome-session-bin 2.30.2-3   The GNOME Session Manager - Minima
ii  gnome-terminal [x-ter 2.30.2-1   The GNOME terminal emulator applic
ii  kde-window-manager [x 4:4.4.5-7+squeeze1 the K window manager (KWin)
ii  konsole [x-terminal-e 4:4.4.5-2  X terminal emulator
ii  libart-2.0-2  2.3.21-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libattr1  1:2.4.44-2 Extended attribute shared library
ii  libaudit0 1.7.13-1+b2Dynamic library for security audit
ii  libbonobo2-0  2.24.3-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.24.3-1   The Bonobo UI library
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-6   The Cairo 2D vector graphics libra
ii  libcanberra-gtk0  0.24-1 Gtk+ helper for playing widget eve
ii  libcanberra0  0.24-1 a simple abstract interface for pl
ii  libdbus-1-3   1.2.24-4   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.88-2.1   simple interprocess messaging syst
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-2.1  FreeType 2 font engine, shared lib
ii  libgconf2-4   2.28.1-6   GNOME configuration database syste
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgnome2-0   2.30.0-1   The GNOME library - runtime files
ii  libgnomecanvas2-0 2.30.1-1   A powerful object-oriented display
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  liborbit2 1:2.14.18-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpam-modules1.1.1-6.1  Pluggable Authentication Modules f
ii  libpam-runtime1.1.1-6.1  Runtime support for the PAM librar
ii  libpam0g  1.1.1-6.1  Pluggable Authentication Modules l
ii  libpanel-applet2-02.30.2-2   library for GNOME Panel applets
ii  libpango1.0-0 1.28.3-1+squeeze2  Layout and rendering of internatio
ii  libpolkit-gobject-1-0 0.96-4 PolicyKit Authorization API
ii  libpolkit-gtk-1-0 0.96-3 PolicyKit GTK+ API
ii  libpopt0  1.16-1 lib for parsing cmdline parameters
ii  librsvg2-common   2.26.3-1   SAX-based renderer library for SVG
ii  libselinux1   2.0.96-1   SELinux runtime shared libraries
ii  libupower-glib1   0.9.5-5abstraction for power management -
ii  libwrap0  7.6.q-19   Wietse Venema's TCP wrappers libra
ii  libx11-6  2:1.3.3-4  X11 client-side library
ii  libxau6   1:1.0.6-1  X11 authorisation library
ii  libxdmcp6 1:1.0.3-2  X11 Display Manager Control Protoc
ii  libxklavier16 5.0-2  X Keyboard Extension high-level AP
ii  libxml2   2.7.8.dfsg-2   GNOME XML library
ii  lsb-base  3.2-23.2squeeze1   Linux Standard Base 3.2 init scrip
ii  metacity [x-window-ma 1:2.30.1-3 lightweight GTK+ window manager
ii  policykit-1-gnome 0.96-3 GNOME authentication agent for Pol
ii  upower0.9.5-5abstraction for power management
ii  xfce4-session [x-sess 4.6.2-3Xfce4 Session Manager
ii  xfce4-terminal [x-ter 0.4.5-1Xfce terminal 

Bug#499796: initscripts: rootfs over nfs hangs at reboot

2011-04-14 Thread Bastian Blywis
Package: initscripts
Version: 2.88dsf-13.1
Severity: normal


The following problem happens reproducible in a network of 100 virtual
machines and a network of 120 real machines that mount their rootfs
over nfs.

When /etc/init.d/reboot is run and reboot -d -f -i called, in about
2-4% of the cases, the system will deadlock because the network
interfaces are shut down but the kernel still wants to read/write
something on the nfs export. The message nfs server not responding is
shown.

Solutions:
1) remove the -i from the init script
2) move the parameters to /etc/default/reboot

Please raise the severity to important, as the deadlock issue is serious
and custom modifications to the init script will be lost on package updates.


Bastian


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

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

Versions of packages initscripts depends on:
ii  coreutils   8.5-1GNU core utilities
ii  debianutils 3.4  Miscellaneous utilities specific t
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  mount   2.17.2-9 Tools for mounting and manipulatin
ii  sysv-rc 2.88dsf-13.1 System-V-like runlevel change mech
ii  sysvinit-utils  2.88dsf-13.1 System-V-like utilities

Versions of packages initscripts recommends:
ii  e2fsprogs 1.41.12-2  ext2/ext3/ext4 file system utiliti
ii  psmisc22.11-1utilities that use the proc file s

initscripts 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#576211: Lid Switch Unable to query/initialize Synaptics hardware.

2011-04-14 Thread Michele Porelli
I've a similar(?) problem...

cat /var/log/Xorg.0.log
 [    22.321] (II) config/udev: Adding input device Lid Switch 
 (/dev/input/event6)
 [    22.321] (**) Lid Switch: Applying InputClass evdev touchpad catchall
 [    22.321] (**) Lid Switch: Applying InputClass touchpad catchall
 [    22.321] (II) LoadModule: synaptics
 [    22.321] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
 [    22.332] (II) Module synaptics: vendor=X.Org Foundation
 [    22.332]    compiled for 1.9.4, module version = 1.4.0
 [    22.332]    Module class: X.Org XInput Driver
 [    22.332]    ABI class: X.Org XInput driver, version 11.0
 [    22.332] (**) Option Device /dev/input/event6
 [    22.369] (--) Lid Switch: invalid x-axis range.  defaulting to 1615 - 
 5685
 [    22.369] (--) Lid Switch: invalid y-axis range.  defaulting to 1729 - 
 4171
 [    22.369] (--) Lid Switch: invalid pressure range.  defaulting to 0 - 256
 [    22.369] (--) Lid Switch: invalid finger width range.  defaulting to 0 - 
 16
 [    22.401] (--) Lid Switch: no supported touchpad found
 [    22.401] (EE) Lid Switch Unable to query/initialize Synaptics hardware.
 [    22.417] (EE) PreInit returned NULL for Lid Switch



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



Bug#615153: exec: 58: /usr: Permission denied

2011-04-14 Thread Michael Tokarev
14.04.2011 11:38, Jonathan Nieder wrote:
 Michael Tokarev wrote:
 
 When you run something under strace, setuid/setgid bits
 are ignored by the kernel, the processes will run as
 user who started them.  This is significant difference
 in environment with and without strace.  JFYI.
 
 Thanks, I should have remembered (allowing ptrace to control setuid
 programs would be a huge security hole).  Sorry for the thinko.
 
 invisiblemanguard, could you give an exact set of commands and the
 exact output produced, when

I think it's not necessary.  See #618023:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618023

The issue we see here is due to bug in dash which is now fixed.
This bug, if my theory is correct, should become a duplicate
of #618023.

Thanks.

/mjt



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



Bug#612296: bacula and bacula-doc

2011-04-14 Thread Jan Hauke Rahm

On Tue, Apr 12, 2011 at 12:56:41AM +0200, Luca Capello wrote:
 I am now part of this project, the next thing I will ask for is two
 mailing lists: read-only -commits and -devel, the latter to be used as
 Maintainers: in debian/control.  And I will also ask for a Git
 repository, which will be the succession of John's repository at
 http://git.debian.org/?p=users/jgoerzen/bacula.  Given that it must be
 editable by every one in the project, it should be created with `umaks
 002`, as explained at:
 
   http://wiki.debian.org/Alioth/Git#Separate_project.
 
   Maybe I will ask on debian-devel@ and then decide about that.
  Anyway, if no one will complain in three days, I will ask for such a new
  Alioth project.
 
  Ok, let's use Alioth
   (though I'd prefer some repo hosted somewhere or whatever)

So what's the status of this? I need bacula and want to help (just
requested to join), I even -- since I started to look at bugs in the
package first before looking here :-/ -- started to work on bacula, i.e.
I have a clone of john's git repo here and have a few commits on it. I
changed a bit, upgraded to 5.0.3 and am now trying to bring it a bit
up2date packaging-wise. You're interested or do we have overlapping
efforts now?

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#622703: modplug-tools: modplugplay Segfaults Immediately After Launch

2011-04-14 Thread Gürkan Sengün
Actually the new version 0.5.3 fixes it...

Updating soon.



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



Bug#622713: jackd2: Please support Renesas sh4

2011-04-14 Thread Adrian Knoth
On Thu, Apr 14, 2011 at 03:05:16PM +0900, Nobuhiro Iwamatsu wrote:

 I made patch to support SH. Could you apply this patch?

Sure. Is this really enough to make SH work?


JFTR: There's also jackd1 which is as fine as jackd2. Does the former
work?

(Despite the numbers, jackd2 is in no ways the successor of jackd1)


Cheers

-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver



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



Bug#622724: IPv6 local routes problem

2011-04-14 Thread Alexander Golovko
Package: linux-image-2.6.32-5-amd64
Version: 2.6.32-31



Can't set local IPv6 routes:

$ ip -6 route add local 2a00:15f8:f000:1::/64 dev lo
$ ip -6 route show table local
...
unreachable 2a00:15f8:f000:1::/64 dev lo  metric 1024  error -101 mtu
16436 advmss 16376 hoplimit 0
...



Kernel from sid (2.6.38-2) work correctly:

$ ip -6 route add local 2a00:15f8:f000:1::/64 dev lo
$ ip -6 route show table local
...
local 2a00:15f8:f000:1::/64 dev lo  metric 1024
...



-- 
With best regards
Alexander Golovko agolo...@masterhost.ru
JSC Masterhost, SA Department



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



Bug#622725: libisofs: please use -O0 on armhf due to gcc bug

2011-04-14 Thread Konstantinos Margaritis
Source: libisofs
Severity: important
Tags: patch


Hi,

armhf suffers the same problem as Ubuntu armel, needs build with -O0 to work
around a gcc bug.  LP: #742961.

Regards

Konstantinos

-- System Information:
Debian Release: squeeze/sid
Architecture: armhf (armv7l)

Kernel: Linux 2.6.31.14-efikamx (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ruN libisofs-1.0.6/debian/rules libisofs-1.0.6.armhf//debian/rules
--- libisofs-1.0.6/debian/rules	2011-04-11 22:59:00.0 +0300
+++ libisofs-1.0.6.armhf//debian/rules	2011-04-11 23:00:26.347309859 +0300
@@ -9,7 +9,10 @@
 
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V
 
# export DPKG_GENSYMBOLS_CHECK_LEVEL=2
+ifneq (,$(filter $(DEB_HOST_ARCH),armhf))
+   CFLAGS=-g -O0
+endif
 
 cleanbuilddir/libisofs-doc::
 	rm -rf doc/html


Bug#622299: Corrupt GL rendering with KMS (r300) enabled on IA-64 platform (Itanium)

2011-04-14 Thread Michel Dänzer
On Don, 2011-04-14 at 08:06 +0200, Émeric Maschino wrote: 
 
 Just finished recompiling mesa git following this guide
 http://pkg-xorg.alioth.debian.org/howto/build-mesa.html. Everything
 ran as described, except for the last section (I'm getting no libEGL
 debug messages with glxgears).
 
 Still the same issue however :-(

Does the classic driver still work?


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



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



Bug#622655: [Evolution] Bug#622655: Please transition to libchamplain 0.8

2011-04-14 Thread Laurent Bigonville
tag 622655 + patch
thanks

Le Thu, 14 Apr 2011 09:45:24 +0200,
Yves-Alexis Perez cor...@debian.org a écrit :

 On mer., 2011-04-13 at 19:14 +0200, Laurent Bigonville wrote:
  
  This require to update the build-dependencies and to patch the
  configure to look for the new .pc file
  
 Could you be a little more specific?

Hi,

Yes sorry, I should have been more specific.

The packages libchamplain-0.4-dev and libchamplain-gtk-0.4-dev have
been renamed in libchamplain-0.8-dev and libchamplain-gtk-0.8-dev.

You can find a patch attached that should do the trick to fix the
configure.

Cheers

Laurent Bigonville
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,7 @@
 	GWEATHER=gweather
 	gweather_minimum_version=2.25.3
 
-	champlain_minimum_version=0.4
+	champlain_minimum_version=0.8
 	gtkimageview_minimum_version=1.6
 	libnotify_minimum_version=0.3.0
 
@@ -1562,9 +1562,9 @@
 		[enable_contacts_map=$enableval], [enable_contacts_map=yes])
 
 	if test x$enable_contacts_map = xyes; then
-		PKG_CHECK_MODULES([CHAMPLAIN], [champlain-gtk-0.5 = $champlain_minimum_version], [have_champlain=yes], [have_champlain=no])
+		PKG_CHECK_MODULES([CHAMPLAIN], [champlain-gtk-0.8 = $champlain_minimum_version], [have_champlain=yes], [have_champlain=no])
 		if test x$have_champlain = xno; then
-			PKG_CHECK_MODULES([CHAMPLAIN], [champlain-gtk-0.4 = $champlain_minimum_version], [have_champlain=yes], [have_champlain=no])
+			PKG_CHECK_MODULES([CHAMPLAIN], [champlain-gtk-0.8 = $champlain_minimum_version], [have_champlain=yes], [have_champlain=no])
 		fi
 		AC_SUBST(CHAMPLAIN_CFLAGS)
 		AC_SUBST(CHAMPLAIN_LIBS)


Bug#585300: (no subject)

2011-04-14 Thread Andrey Rahmatullin
/usr/share/doc/python-logilab-astng/test/data/module2.py is a prt of a
testsuite, so the use of string raise is intentional there.

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Bug#606521: 1.2.4

2011-04-14 Thread Andrey Rahmatullin
Note that the upstream 1.2.4 tarball doesn't contain tests anymore (they
are still in the upstream SVN though).

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Bug#613284: Bug#612065: Bug#613284: Please remove support for modconf

2011-04-14 Thread Alexander Reichle-Schmehl
Hi!

* Alexander Reichle-Schmehl toli...@debian.org [110413 09:56]:

  Has there been any progress on this bug?  Looking at the pppoe script,
  modconf doesn't seem to be an integral part, but just a fallback
  solution, so it should be easy to remove that.
 Attached is a (untested) patch (module po changes) to remove modconf
 support.  I'll attend to upload an NMU soonish.

Okay, I found someone who could run some tests, and as the patch doesn't
seem to affect the functionality of the package, I intend to upload the
NMU on Sunday 24th of Apr 2011.

A call for translation updates has already been sent; a full patch
(including po changes) will follow, when the deadline for that call has
ended.

Best Regards,
  Alexander



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



Bug#622601: [Pkg-haskell-maintainers] Bug#622601: New upstream version

2011-04-14 Thread Luca Bruno
tag 622601 + pending
thanks

Joachim Breitner scrisse:

  Can you please take care of uploading 0.5.3?
 
 the delay has been caused by the freeze, followed by the transition to
 ghc-7, which takes longer than expected. We are almost there, though,
 so feel feel free to bug us on a weekly basis :-)

Wonderful, in the meantime I'll wait and keep a look at 
http://release.debian.org/transitions/html/ghc7.html
 
 Are you using bluetile as your default window manager?

Not the default one, but I'm often switching between
metacity-bluetile on my laptop when doing context switches among home
and job activities (ie. shared family desktop with few windows
open vs. programming activities with many terminals, IDE, simulators at
once).
My colleagues also discovered bluetile and are now happy with it :)

Unfortunately my haskell skills are below zero, so I can't help in
other ways than bug reporting.

Cheers, Luca

-- 
 .''`.  ** Debian GNU/Linux **  | Luca Bruno (kaeso)
: :'  :   The Universal O.S.| lucab (AT) debian.org
`. `'`  | GPG Key ID: 3BFB9FB3
  `- http://www.debian.org  | Debian GNU/Linux Developer


signature.asc
Description: PGP signature


Bug#622726: iceweasel: segfault when adding a comment on a ReviewBoard review

2011-04-14 Thread Tzafrir Cohen
Package: iceweasel
Version: 4.0-3
Severity: normal

*** Please type your report below this line ***
ReviewBoard is a web-based code review tool. Its homepage can be found
at http://ReviewBoard.org/ .

To reproduce:
Instructions here are with the instance of ReviewBoard at
http://reviews.reviewboard.org/ . The issue was originally tested at a
different instance. You may install your own instance (See also
http://bugs.debian.org/590775 if you actually want to do that).

1. Create an account if you don't have one.
2. Browse http://reviews.reviewboard.org/r/ (All Review Requests).
   Login if you're not already logged on.
3. Select one active report from the top of the list. Find a blue
   add comment link and press it.

This triggers a crash here.


Backtrace:

#0  nsBulletFrame::GetListItemText (this=0x0, aListStyle=..., result=...)
at ../../../layout/generic/nsBulletFrame.cpp:1255
#1  0x74d619b1 in nsBlockFrame::GetBulletText (this=0x7fffcc1188d0,
aText=...) at ../../../layout/generic/nsBlockFrame.cpp:6633
#2  0x7547a4a2 in nsHTMLListBulletAccessible::AppendTextTo (
this=value optimized out, aText=..., aStartOffset=0, aLength=4294967295)
at ../../../../accessible/src/html/nsHTMLTextAccessible.cpp:400
#3  0x7545f8f4 in nsAccUtils::TextLength (aAccessible=0x7fffcba4ae00)
at ../../../../accessible/src/base/nsAccUtils.cpp:650
#4  0x7547db73 in nsHyperTextAccessible::GetChildOffset (
this=0x7fffca167a80, aChildIndex=2, aInvalidateAfter=value optimized out)
at ../../../../accessible/src/html/nsHyperTextAccessible.cpp:2221
#5  0x75453118 in NotificationController::CreateTextChangeEventFor (
this=value optimized out, aEvent=0x7fffccfbf6f0)
at ../../../../accessible/src/base/NotificationController.cpp:563
#6  0x754533ab in NotificationController::QueueEvent (
this=0x7fffc9f89600, aEvent=0x7fffccfbf6f0)
at ../../../../accessible/src/base/NotificationController.cpp:138
#7  0x7545940a in nsDocAccessible::FireDelayedAccessibleEvent (
this=value optimized out, aEvent=value optimized out)
at ../../../../accessible/src/base/nsDocAccessible.cpp:1688
#8  0x7545b866 in nsDocAccessible::UpdateTreeInternal (
this=0x7fffd052e850, aStartNode=value optimized out, aEndNode=0x0,
aIsInsert=0) at ../../../../accessible/src/base/nsDocAccessible.cpp:1904
#9  0x7545b95f in nsDocAccessible::UpdateTree (this=0x7fffd052e850,
aContainer=0x7fffca167a80, aChildNode=value optimized out, aIsInsert=0)
at ../../../../accessible/src/base/nsDocAccessible.cpp:1806
#10 0x74d12ec5 in nsCSSFrameConstructor::ContentRemoved (
this=0x7fffe0188800, aContainer=0x7fffcb83d0f0, aChild=0x7fffcb83d8d0,
aOldNextSibling=0x0,
aFlags=nsCSSFrameConstructor::REMOVE_FOR_RECONSTRUCTION,
aDidReconstruct=0x7fff4c08)
at ../../../layout/base/nsCSSFrameConstructor.cpp:7488
#11 0x74d119b8 in nsCSSFrameConstructor::RecreateFramesForContent (
this=0x7fffe0188800, aContent=0x7fffcb83d8d0, aAsyncInsert=1)
at ../../../layout/base/nsCSSFrameConstructor.cpp:9160
#12 0x74d11dcf in nsCSSFrameConstructor::WipeContainingBlock (
this=0x7fffe0188800, aState=..., aContainingBlock=0x7fffc7d0c2c8,
aFrame=0x7fffc7d2f1b0, aItems=value optimized out, aIsAppend=0,
aPrevSibling=0x0) at ../../../layout/base/nsCSSFrameConstructor.cpp:11276
#13 0x74d11328 in nsCSSFrameConstructor::ContentRangeInserted (
this=0x7fffe0188800, aContainer=0x7fffc799c930,
aStartChild=0x7fffca05ba60, aEndChild=0x7fffcb83e7b0,
aFrameState=0x7fff, aAllowLazyConstruction=0)
at ../../../layout/base/nsCSSFrameConstructor.cpp:7178
#14 0x74d119f9 in nsCSSFrameConstructor::RecreateFramesForContent (
this=0x7fffe0188800, aContent=0x7fffca05ba60, aAsyncInsert=0)
at ../../../layout/base/nsCSSFrameConstructor.cpp:9170
#15 0x74d11fe4 in nsCSSFrameConstructor::ProcessRestyledFrames (
this=0x7fffe0188800, aChangeList=...)
at ../../../layout/base/nsCSSFrameConstructor.cpp:8012
#16 0x74d12376 in nsCSSFrameConstructor::RestyleElement (
this=0x7fffe0188800, aElement=value optimized out,
aPrimaryFrame=0x7fffd01b4820, aMinHint=value optimized out,
aRestyleTracker=value optimized out,
aRestyleDescendants=value optimized out)
at ../../../layout/base/nsCSSFrameConstructor.cpp:8098
#17 0x74d05538 in mozilla::css::RestyleTracker::ProcessOneRestyle (
this=value optimized out, aElement=value optimized out,
aRestyleHint=value optimized out, aChangeHint=value optimized out)
at ../../../layout/base/RestyleTracker.cpp:156
#18 0x74d05362 in mozilla::css::RestyleTracker::ProcessRestyles (
this=0x7fffe0188898) at ../../../layout/base/RestyleTracker.cpp:240
#19 0x74d122b4 in nsCSSFrameConstructor::ProcessPendingRestyles (
this=0x7fffe0188800)
at ../../../layout/base/nsCSSFrameConstructor.cpp:11667
#20 

Bug#614092: is unreproducible

2011-04-14 Thread Alessio Treglia
tags 614092 moreinfo
severity 614092 important
thanks

 guayadeque-dbg is available now with the latest release available in
 sid, could you try to reproduce this?

Set severity to important since it's not reproducible with the latest
upstream release.

Please provide me the information requested above.

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



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



Bug#622727: libpqxx3-dev: Memleak in pqxx

2011-04-14 Thread Matthijs Möhlmann
Package: libpqxx3-dev
Version: 3.0.2-1
Severity: normal

The following piece of code gives me a memleak (valgrind report)

#include pqxx/pqxx

int main(int argc, char **argv) {

pqxx::connection t(host=127.0.0.1 username=changeme password=changeme 
dbname=changeme connect_timeout=10);
pqxx::work work(t, transaction);
work.abort();
}

Compile with:
g++ -o main main.cpp -lpqxx

Valgrind output:
==6329== Memcheck, a memory error detector
==6329== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
==6329== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h for 
copyright info
==6329== Command: ./main
==6329== 
==6329== 
==6329== HEAP SUMMARY:
==6329== in use at exit: 121,024 bytes in 2,643 blocks
==6329==   total heap usage: 4,033 allocs, 1,390 frees, 924,195 bytes allocated
==6329== 
==6329== 300 (60 direct, 240 indirect) bytes in 1 blocks are definitely lost in 
loss record 228 of 277
==6329==at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==6329==by 0x58FF3FC: nss_parse_service_list (nsswitch.c:622)
==6329==by 0x58FFBED: __nss_database_lookup (nsswitch.c:164)
==6329==by 0x8D0434F: ???
==6329==by 0x8D04FA4: ???
==6329==by 0x58BFADC: getpwuid_r@@GLIBC_2.2.5 (getXXbyYY_r.c:253)
==6329==by 0x5DBD648: ??? (in /usr/lib/libpq.so.5.3)
==6329==by 0x5DA9D47: ??? (in /usr/lib/libpq.so.5.3)
==6329==by 0x5DB8DEE: ??? (in /usr/lib/libpq.so.5.3)
==6329==by 0x5DBA391: ??? (in /usr/lib/libpq.so.5.3)
==6329==by 0x5DAACB5: PQconnectPoll (in /usr/lib/libpq.so.5.3)
==6329==by 0x5DABDAD: ??? (in /usr/lib/libpq.so.5.3)
==6329== 
==6329== LEAK SUMMARY:
==6329==definitely lost: 60 bytes in 1 blocks
==6329==indirectly lost: 240 bytes in 10 blocks
==6329==  possibly lost: 0 bytes in 0 blocks
==6329==still reachable: 120,724 bytes in 2,632 blocks
==6329== suppressed: 0 bytes in 0 blocks
==6329== Reachable blocks (those to which a pointer was found) are not shown.
==6329== To see them, rerun with: --leak-check=full --show-reachable=yes
==6329== 
==6329== For counts of detected and suppressed errors, rerun with: -v
==6329== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 8 from 6)

Additional information:
g++-4.5 (latest from debian installed)

Regards,

Matthijs Möhlmann

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

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

Versions of packages libpqxx3-dev depends on:
ii  libpq-dev 9.0.3-1+b1 header files for libpq5 (PostgreSQ
ii  libpqxx-3.0   3.0.2-1C++ library to connect to PostgreS
ii  pkg-config0.25-1.1   manage compile and link flags for 

libpqxx3-dev recommends no packages.

Versions of packages libpqxx3-dev suggests:
pn  libpqxx3-doc  none (no description available)

-- no debconf information



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



Bug#622728: libpqxx3-dev: New upstream version available (3.1)

2011-04-14 Thread Matthijs Möhlmann
Package: libpqxx3-dev
Version: 3.0.2-1
Severity: wishlist

A new upstream version is available. Please package.

Regards,

Matthijs Möhlmann

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

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

Versions of packages libpqxx3-dev depends on:
ii  libpq-dev 9.0.3-1+b1 header files for libpq5 (PostgreSQ
ii  libpqxx-3.0   3.0.2-1C++ library to connect to PostgreS
ii  pkg-config0.25-1.1   manage compile and link flags for 

libpqxx3-dev recommends no packages.

Versions of packages libpqxx3-dev suggests:
pn  libpqxx3-doc  none (no description available)

-- no debconf information



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



Bug#622720: blcr: please add support for armv7 cpus (armhf)

2011-04-14 Thread Alan Woodland
tags 622720 +confirmed
tags 622720 +pending
thanks

On 14 April 2011 12:21, Konstantinos Margaritis mar...@genesi-usa.com wrote:
 Source: blcr
 Severity: important
 Tags: patch

 This patch is a backport from the Ubuntu armel package. Debian armhf
 uses thumb2 just as Ubuntu armel, so it has the same build problems.
 Please consider applying the patch.

Agreed, I've added this patch to my forthcoming upload.

Alan



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



Bug#615153: exec: 58: /usr: Permission denied

2011-04-14 Thread Jonathan Nieder
Hi Michael,

Michael Tokarev wrote:

 I think it's not necessary.  See #618023:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618023

 The issue we see here is due to bug in dash which is now fixed.
 This bug, if my theory is correct, should become a duplicate
 of #618023.

How is that possible when

 (1) the submitter runs testing, not experimental
 (2) the version introducing that bug did not exist when the
 bug was reported?



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



Bug#614619: (no subject)

2011-04-14 Thread Andrey Rahmatullin
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579921

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Bug#589167: (no subject)

2011-04-14 Thread Ivan Borzenkov
severity 589167 grave
thanks

after any kill proccess need manual delete file
local mirrors (on local net) may hostion in not server computers and 
computers may turn off some times,


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


Bug#533589: ITP: bt747 -- GPS data logger software, allows download, convert, and configure MTK Chipset Based Devices

2011-04-14 Thread Mònica Ramírez Arceda
owner 533589 mon...@probeta.net
retitle 533589 ITP: bt747 -- GPS data logger software, allows download, 
convert, and configure MTK Chipset Based Devices
thanks

I would like to package bt747. 
If there is some work already done, please tell me.

Cheers,
Mònica


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


Bug#607416: Device table incorrect for drivers/s390/block/dasd_eckd.c: 3880/3390 should be 3880/3380

2011-04-14 Thread Bastian Blank
On Wed, Apr 13, 2011 at 07:34:15PM -0400, Stephen Powell wrote:
 I can confirm that the problem reported in this bug report has been fixed in
 linux-source-2.6.38 version 2.6.38-3 (and in binaries derived from that
 source).  Perhaps it was fixed in earlier versions as well; but this is the
 first version I have tried in which it works.

You know sta...@kernel.org? Use it.

Bastian

-- 
Either one of us, by himself, is expendable.  Both of us are not.
-- Kirk, The Devil in the Dark, stardate 3196.1



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



Bug#613589: /sbin/cfdisk: Bad Table error after fresh Squeeze install

2011-04-14 Thread Karel Zak
On Thu, Apr 14, 2011 at 09:28:05AM +0200, Olaf van der Spek wrote:
 On Thu, Apr 14, 2011 at 9:19 AM, Karel Zak k...@redhat.com wrote:
  On Wed, Apr 13, 2011 at 09:36:28AM +0200, Olaf van der Spek wrote:
  On Wed, Apr 13, 2011 at 9:33 AM, Timo Juhani Lindfors
  timo.lindf...@iki.fi wrote:
   Olaf van der Spek olafvds...@gmail.com writes:
   In that case it should be forwarded upstream.
  
   Sure, but I couldn't find the upstream BTS. I was just adding extra info
   to the bug report since I hit the same bug.
 
  Let's CC the author of the patch.
 
  Hi Karel,
 
  We're hitting a check you added to this utility. We think it's a bug.
  Could you have a look at it?
 
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613589
 
   Fixed by commit 73356e0553bd9ac00f556891a4798064c0ee6849 (v2.19).
 
 Thanks. Do you know where the upstream bug tracker can be found?

We don't have upstream bug tracker. I prefer
 
downstream - patch - upstream 

and I'd like to keep upstream focused on development and I don't want
to do support for end-users. This model works fine in last 5 years.

If you are not sure about any issue then you can ask at upstream
mailing list.

http://userweb.kernel.org/~kzak/util-linux/


  Karel

-- 
 Karel Zak  k...@redhat.com
 http://karelzak.blogspot.com



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



Bug#622729: nmu: libgdal-grass_1.7.3-2

2011-04-14 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

nmu libgdal-grass_1.7.3-2 . ALL . -m Rebuild against current grass package
dw grass_6.4.1-1 . ALL . -m grass-dev (= 6.4.1-1~)

Qgis is still broken and needs updating, so ignore it.


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

Kernel: Linux 2.6.38-2-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.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#622730: libapache2-mod-wsgi: [PATCH] support setting a 2GB Content-Length header

2011-04-14 Thread Nicolas Noirbent
Package: libapache2-mod-wsgi
Version: 3.3-2
Severity: normal
Tags: patch

Hello,

When a WSGI application sets a Content-Length header to a value
greater than 2GB, mod_wsgi errors out with the following line in error.log:

[Thu Apr 14 09:08:02 2011] [error] [client 192.168.0.16] ValueError: invalid 
content length

This is due to the use of strtol() instead of strtoll() when
extracting the Content-Length from the headers provided by the WSGI
application.

I'm attaching a patch that fixes the issue by using strtoll() and an
apr_off_t instead.

Regards,

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

Kernel: Linux 2.6.38-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Index: mod-wsgi-3.3/mod_wsgi.c
===
--- mod-wsgi-3.3.orig/mod_wsgi.c	2011-04-13 13:54:19.0 +0200
+++ mod-wsgi-3.3/mod_wsgi.c	2011-04-13 13:54:35.0 +0200
@@ -3192,10 +3192,10 @@
 }
 else if (!strcasecmp(name, Content-Length)) {
 char *v = value;
-long l = 0;
+apr_off_t l = 0;
 
 errno = 0;
-l = strtol(v, v, 10);
+l = strtoll(v, v, 10);
 if (*v || errno == ERANGE || l  0) {
 PyErr_SetString(PyExc_ValueError,
 invalid content length);


Bug#622633: [Virtual-pkg-base-maintainers] Bug#622633: base: single fixed disk is arbitrarily identified as /dev/sda or /dev/sdb, causing dumps to fail

2011-04-14 Thread Holger Levsen
On Mittwoch, 13. April 2011, Amaya wrote:
 Disks UIDs would certainly help, but I am sure there might be other ways
 to ease this situation.

disk UIS are the way to go. supported by grub, initramfs-tools and /etc/fstab.


cheers,
Holger



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


Bug#622731: GHC 7 deb package ships with a stripped libHSghc

2011-04-14 Thread Dr. ERDI Gergo
Package: ghc
Version: 7.0.3-1
Severity: normal


It seems GHC 7 deb is shipping with a stripped libHSghc. This prevents the 
loading of the 'ghc' package:

11:21:15 [cactus@galaxy ~]$ ghci -package ghc
GHCi, version 7.0.3: http://www.haskell.org/ghc/  :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package array-0.3.0.2 ... linking ... done.
Loading package containers-0.4.0.0 ... linking ... done.
Loading package filepath-1.2.0.0 ... linking ... done.
Loading package old-locale-1.0.0.2 ... linking ... done.
Loading package old-time-1.0.0.6 ... linking ... done.
Loading package unix-2.4.2.0 ... linking ... done.
Loading package directory-1.1.0.0 ... linking ... done.
Loading package pretty-1.0.1.2 ... linking ... done.
Loading package process-1.0.1.5 ... linking ... done.
Loading package Cabal-1.10.1.0 ... linking ... done.
Loading package bytestring-0.9.1.10 ... linking ... done.
Loading package ghc-binary-0.5.0.2 ... linking ... done.
Loading package bin-package-db-0.0.0.0 ... linking ... done.
Loading package hpc-0.5.0.6 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package ghc-7.0.3 ... ghc: This ELF file contains no symtab
ghc: panic! (the 'impossible' happened)
  (GHC version 7.0.3 for x86_64-unknown-linux):
loadArchive /usr/lib/ghc-7.0.3/ghc-7.0.3/libHSghc-7.0.3.a: failed

Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

11:21:22 [cactus@galaxy ~]$ 

I've found the following discussion which seems relevant:
http://haskell.1045720.n5.nabble.com/GHC-5004-yesod-0-7-1-fails-to-build-on-ghc-7-0-2-td3412891.html



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

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

Versions of packages ghc depends on:
ii  gcc4:4.4.4-1ubuntu2  The GNU C compiler
ii  libbsd-dev 0.2.0-1   utility functions from BSD systems
ii  libc6  2.12.1-0ubuntu10.2Embedded GNU C Library: Shared lib
ii  libc6-dev  2.12.1-0ubuntu10.2Embedded GNU C Library: Developmen
ii  libffi-dev 3.0.9-2ubuntu2Foreign Function Interface library
ii  libffi53.0.9-2ubuntu2Foreign Function Interface library
ii  libgmp-dev 2:5.0.1+dfsg-7Multiprecision arithmetic library 
ii  libgmp10   2:5.0.1+dfsg-7Multiprecision arithmetic library
ii  libncurses55.7+20100626-0ubuntu1 shared libraries for terminal hand

ghc recommends no packages.

Versions of packages ghc suggests:
pn  ghc-doc none   (no description available)
ii  ghc-prof7.0.3-1  Profiling libraries for the Glasgo
pn  haskell-doc none   (no description available)
ii  perl5.10.1-12ubuntu2 Larry Wall's Practical Extraction 

-- 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#622732: vlc: spatial offset for (subpicture?) subtitles would be nice

2011-04-14 Thread Drake Wilson
Package: vlc
Version: 1.1.7-4
Severity: wishlist

While watching DVD-based video with VLC, with subtitle tracks enabled
and the main video frame scaled down to less than the available screen
(due to differing aspect ratio), the subpicture-based (I'm assuming)
subtitles still obscure parts of the main video.  It would be nice to
be able to offset these into the surrounding letterboxing area, of
course taking the risk of unwanted distortions should any of the
content rely on spatial alignment with the main video.

   --- Drake Wilson

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

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

Versions of packages vlc depends on:
ii  libaa1  1.4p5-38 ascii art library
ii  libavcodec524:0.6.1-5FFmpeg codec library
ii  libavutil50 4:0.6.1-5FFmpeg utility library
ii  libc6   2.11.2-13Embedded GNU C Library: Shared lib
ii  libfreetype62.4.4-1  FreeType 2 font engine, shared lib
ii  libfribidi0 0.19.2-1 Free Implementation of the Unicode
ii  libgcc1 1:4.5.2-6GCC support library
ii  libgl1-mesa-glx [libgl1 7.10-4   A free implementation of the OpenG
ii  libqtcore4  4:4.7.2-2Qt 4 core module
ii  libqtgui4   4:4.7.2-2Qt 4 GUI module
ii  libsdl-image1.2 1.2.10-2+b2  image loading library for Simple D
ii  libsdl1.2debian 1.2.14-6.1   Simple DirectMedia Layer
ii  libstdc++6  4.5.2-6  The GNU Standard C++ Library v3
ii  libtar  1.2.11-6 C library for manipulating tar arc
ii  libva-x11-1 1.0.8-3  Video Acceleration (VA) API for Li
ii  libva1  1.0.8-3  Video Acceleration (VA) API for Li
ii  libvlccore4 1.1.7-4  base library for VLC and its modul
ii  libx11-62:1.4.1-5X11 client-side library
ii  libx11-xcb1 2:1.4.1-5Xlib/XCB interface library
ii  libxcb-keysyms1 0.3.6-1  utility libraries for X C Binding 
ii  libxcb-randr0   1.7-2X C Binding, randr extension
ii  libxcb-shm0 1.7-2X C Binding, shm extension
ii  libxcb-xv0  1.7-2X C Binding, xv extension
ii  libxcb1 1.7-2X C Binding
ii  libxext62:1.2.0-2X11 miscellaneous extension librar
ii  libxpm4 1:3.5.9-1X11 pixmap library
ii  ttf-freefont20100919-1   Freefont Serif, Sans and Mono True
ii  vlc-nox 1.1.7-4  multimedia player and streamer (wi
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages vlc recommends:
pn  vlc-plugin-notifynone  (no description available)
ii  vlc-plugin-pulse 1.1.7-4 PulseAudio plugin for VLC
ii  xdg-utils1.1.0~rc1-2 desktop integration utilities from

Versions of packages vlc suggests:
ii  mozilla-plugin-vlc1.1.7-4multimedia plugin for web browsers
ii  videolan-doc  20070626-1 documentation for the VideoLAN str

Versions of packages vlc-nox depends on:
ii  liba52-0.7.40.7.4-15 library for decoding ATSC A/52 str
ii  libasound2  1.0.23-2.1   shared library for ALSA applicatio
ii  libass4 0.9.9-1  library for SSA/ASS subtitles rend
ii  libavahi-client30.6.29-1 Avahi client library
ii  libavahi-common30.6.29-1 Avahi common library
ii  libavc1394-00.5.3-1+b2   control IEEE 1394 audio/video devi
ii  libavcodec524:0.6.1-5FFmpeg codec library
ii  libavformat52   4:0.6.1-5FFmpeg file format library
ii  libavutil50 4:0.6.1-5FFmpeg utility library
ii  libc6   2.11.2-13Embedded GNU C Library: Shared lib
ii  libcaca00.99.beta17-1colour ASCII art library
ii  libcddb21.3.2-2  library to access CDDB data - runt
ii  libcdio10   0.81-4   library to read and control CD-ROM
ii  libdbus-1-3 1.4.6-1  simple interprocess messaging syst
ii  libdc1394-222.1.3-1  high level programming interface f
ii  libdca0 0.0.5-3  decoding library for DTS Coherent 
ii  libdirac-encoder0   1.0.2-3  open and royalty free high quality
ii  libdvbpsi6  0.1.7-1  library for MPEG TS and DVB PSI ta
ii  libdvdnav4  4.1.3-7  DVD navigation library
ii  libdvdread4 4.1.3-10   

Bug#622726: Acknowledgement (iceweasel: segfault when adding a comment on a ReviewBoard review)

2011-04-14 Thread Tzafrir Cohen
A brief follow-up:

Mike Hommey pointed out on IRC that this issue is probably the same as
https://bugzilla.mozilla.org/show_bug.cgi?id=629114 and that a
workaround is disabling GNOME accessibility features.

Which indeed seem to work in my case (my desktop is icewm, but there are
probably enough gnome-based programs running). Running
gnome-control-center manually did the trick.

Thanks for the quick response,

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
tzaf...@debian.org|| friend



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



Bug#611193: Uploading to DELAYED/10

2011-04-14 Thread Alessio Treglia
Upload to experimental:

 Uploading to ftp-master [DELAYED/10] (via ftp to ftp.upload.debian.org):
  Uploading raul_0.8.0-0.1.dsc: done.
   Uploading raul_0.8.0.orig.tar.bz2: done.
   Uploading raul_0.8.0-0.1.debian.tar.gz: done.
   Uploading libraul-dev_0.8.0-0.1_i386.deb: done.
   Uploading libraul10_0.8.0-0.1_i386.deb: done.
   Uploading libraul-doc_0.8.0-0.1_all.deb: done.
   Uploading raul_0.8.0-0.1_i386.changes: done.
 Successfully uploaded packages.


Regards,

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



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



Bug#622176: libglib2.0-dev: /usr/include/glib-2.0/gio/gdbusintrospection.h: conflicts with Qt

2011-04-14 Thread Emilio Pozuelo Monfort
reassign 622176 libqt4-dev
thanks

On 11/04/11 10:49, Emilio Pozuelo Monfort wrote:
 On 10/04/11 19:48, Daniel Schepler wrote:
 If you include Qt headers before this glib header, Qt's definition of 
 signals 
 to protected (for moc) causes an error at line 151.  This is causing a 
 build 
 failure in polkit-qt-1 (see #614436).
 
 How is this a GLib bug and not a Qt one?

AFAIK signals is not a reserved keyword in any standard, so IMHO the bug is in
Qt. It shouldn't define random stuff in public headers, but use something like
QT_SIGNALS or whatever (note the namespace). Also the convention is to use
uppercase for definitions, not lowercase.

Cheers,
Emilio



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



Bug#622733: lighttpd: binNMU for openssl 1.0.0 broke SSL support

2011-04-14 Thread Michal Čihař
Package: lighttpd
Version: 1.4.28-3+b1
Severity: grave
Tags: sid

Hi

after upgrade to 1.4.28-3+b1, all SSL connections are failing with
following message in the log:

lighttpd[9516]: (connections.c.271) SSL: -1 5 0 Success 

It looks like lighttpd is not really compatible with new openssl.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com

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

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

Versions of packages lighttpd depends on:
ii  libattr11:2.4.44-2   Extended attribute shared library
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-13Embedded GNU C Library: Shared lib
ii  libfam0 2.7.0-17 Client library to control the FAM 
ii  libldap-2.4-2   2.4.25-1 OpenLDAP libraries
ii  libpcre38.12-3   Perl 5 Compatible Regular Expressi
ii  libssl1.0.0 1.0.0d-2 SSL shared libraries
ii  libterm-readline-perl-p 1.0303-1 Perl implementation of Readline li
ii  lsb-base3.2-27   Linux Standard Base 3.2 init scrip
ii  mime-support3.51-1   MIME files 'mime.types'  'mailcap
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages lighttpd recommends:
pn  spawn-fcginone (no description available)

Versions of packages lighttpd suggests:
pn  apache2-utils none (no description available)
ii  openssl   1.0.0d-2   Secure Socket Layer (SSL) binary a
pn  rrdtool   none (no description available)

-- no debconf information



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



Bug#622652: Acknowledgement (alsa-driver: fails to build on powermac)

2011-04-14 Thread Anton Ivanov

Some digging points to this:

http://permalink.gmane.org/gmane.linux.kernel.commits.head/226657

as a likely culprit.

Brgds,



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



Bug#622666: RM: kernel-patch-nfs-ngroups -- RoQA; orphaned, low popcon, outdated

2011-04-14 Thread Alexander Reichle-Schmehl
* Moritz Muehlenhoff j...@debian.org [110413 20:30]:
 Package: ftp.debian.org
 Severity: normal
 
 Please remove kernel-patch-nfs-ngroups:
 - Orphaned
 - Low popcon
 - Only applies to 2.6.32 from stable

Just for the record:  Upstream seems to be still active, and has also
patches available for 2.6.38.  So I guess in theory there should be no
problem in updating the package, if there's interest.

But apparently there isn't...

Best Regards,
  Alexander



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



Bug#622734: ucf: [INTL:nl] Dutch translation of debconf templates

2011-04-14 Thread Jeroen Schot
Package: ucf
Version: 3.0025+nmu1
Severity: wishlist
Tags: patch l10n

Hello,

Please find attached the updated Dutch translation of the debconf PO
templates.

Regards,
Jeroen Schot

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

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

Versions of packages ucf depends on:
ii  coreutils 8.5-1  GNU core utilities
ii  debconf   1.5.36.1   Debian configuration management sy

ucf recommends no packages.

ucf suggests no packages.

-- debconf information excluded
# Dutch translation of ucf debconf templates.
# Copyright (C) 2006-2011 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ucf package.
# Kurt De Bree kdeb...@telenet.be, 2006.
# Jeroen Schot sc...@a-eskwadraat.nl, 2011.
#
msgid 
msgstr 
Project-Id-Version: ucf_3.0025\n
Report-Msgid-Bugs-To: u...@packages.debian.org\n
POT-Creation-Date: 2009-10-13 08:14-0500\n
PO-Revision-Date: 2011-04-14 11:43+0200\n
Last-Translator: Jeroen Schot sc...@a-eskwadraat.nl\n
Language-Team: Debian l10n Dutch debian-l10n-du...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: title
#. Description
#: ../templates:2001
msgid Modified configuration file
msgstr Gewijzigd configuratiebestand

#. Type: select
#. Choices
#. Translators, please keep translations *short* (less than 65 columns)
#. Type: select
#. Choices
#: ../templates:3001 ../templates:4001
msgid install the package maintainer's version
msgstr installeer de versie van de pakketbeheerder

#. Type: select
#. Choices
#. Translators, please keep translations *short* (less than 65 columns)
#. Type: select
#. Choices
#: ../templates:3001 ../templates:4001
msgid keep the local version currently installed
msgstr behoud de reeds geïnstalleerde versie

#. Type: select
#. Choices
#. Translators, please keep translations *short* (less than 65 columns)
#. Type: select
#. Choices
#: ../templates:3001 ../templates:4001
msgid show the differences between the versions
msgstr toon de verschillen tussen de versies

#. Type: select
#. Choices
#. Translators, please keep translations *short* (less than 65 columns)
#. Type: select
#. Choices
#: ../templates:3001 ../templates:4001
msgid show a side-by-side difference between the versions
msgstr toon de verschillende versies zij-aan-zij

#. Type: select
#. Choices
#. Translators, please keep translations *short* (less than 65 columns)
#: ../templates:3001
msgid show a 3-way difference between available versions
msgstr toon een 3-voudig verschil tussen de beschikbare versies

#. Type: select
#. Choices
#. Translators, please keep translations *short* (less than 65 columns)
#: ../templates:3001
msgid do a 3-way merge between available versions (experimental)
msgstr doe een 3-voudige samenvoeging tussen beschikbare versies (test)

#. Type: select
#. Choices
#. Translators, please keep translations *short* (less than 65 columns)
#. Type: select
#. Choices
#: ../templates:3001 ../templates:4001
msgid start a new shell to examine the situation
msgstr start een nieuwe shell om de situatie te onderzoeken

#. Type: select
#. Description
#. Type: select
#. Description
#: ../templates:3002 ../templates:4002
msgid What do you want to do about modified configuration file ${BASENAME}?
msgstr Wat wilt u met het aangepaste configuratiebestand ${BASENAME} doen?

#. Type: select
#. Description
#. Type: select
#. Description
#: ../templates:3002 ../templates:4002
msgid 
A new version of configuration file ${FILE} is available, but the version 
installed currently has been locally modified.
msgstr 
Een nieuwe versie van het configuratiebestand ${FILE} is beschikbaar, maar 
de geïnstalleerde versie is lokaal gewijzigd.

#. Type: note
#. Description
#: ../templates:5001
msgid Line by line differences between versions
msgstr Toon de verschillen tussen de versies

#. Type: error
#. Description
#: ../templates:6001
msgid Conflicts found in three-way merge
msgstr Conflicten gevonden in de drievoudige samenvoeging

#. Type: error
#. Description
#: ../templates:6001
msgid 
Conflicts found during three-way merge! Please edit `${dest_file}' and sort 
them out manually.
msgstr 
Conflicten gevonden tijdens de drievoudige samenvoeging! Wijzig alstublieft `
{$dest_file}` handmatig om dit op te lossen.

#. Type: error
#. Description
#: ../templates:6001
msgid 
The file `${dest_file}.${ERR_SUFFIX}' has a record of the failed merge of 
the configuration file.
msgstr 
Het bestand `${dest_file}.${ERR_SUFFIX}' bevat een verslag van de mislukte 
samenvoeging van het configuratiebestand.


Bug#610689: [buildd-tools-devel] Bug#610689: sbuild: cross build support

2011-04-14 Thread Neil Williams
On Sat, 26 Mar 2011 20:06:21 +
Roger Leigh rle...@codelibre.net wrote:

 On Fri, Mar 25, 2011 at 05:06:02PM +, Hector Oron wrote:
  2011/3/10 Roger Leigh rle...@codelibre.net:
   For the cross-packages, you can add these to the core build
   dependencies list, so they will be installed along with build-essential
   etc.  Or (better) you can add a separate XAPT_DEPENDS variable which can
   be appended to CORE_DEPENDS in Build.pm prior to installing the core
   dependencies.  Does xapt not bring in these packages directly, or do
   they always need installing by hand?
  
  xapt downloads the foreign architecture packages using APT with -o
  APT::Architecture=$HOST_ARCH into a directory controlled by xapt
  (/var/lib/xapt/, irrc), then throws dpkg-cross into that directory to
  convert those packages and installs them.
 
 This is the part that I think can be significantly improved.

Not until we have Multi-Arch-Cross. Indeed, there's no point making
special changes to sbuild ahead of Multi-Arch as the entire
cross-dependency resolution mechanism will be completely thrown away at
that stage.

What you're trying to create in this bug report is a Multi-Arch-Cross
resolver for sbuild and then hacking it to handle dpkg-cross. That is
the wrong way around. Use the hacks which already work with the
dpkg-cross hacks and then implement a *clean* Multi-Arch-Cross resolver
when that becomes possible.

dpkg-cross is fundamentally broken and is completely alien to
Multi-Arch. Anything based on dpkg-cross will need to be completely
re-written for Multi-Arch-Cross, so use the tools which exist (and
which will disappear alongside dpkg-cross) to retain as much isolation
as possible between the sbuild code and the broken dpkg-cross methods.

 sbuild creates a local APT archive to install dependency packages from.
 We can use the same mechanism to allow the dpkg-cross packages to be
 installed.  It could even be used to cache generated packages between
 builds.  We can quite easily refactor the code to allow multiple
 archives (if required).

The problems in this area are:

0: The setup_apt_archive code uses the Dpkg bindings to resolve the
dependencies but these are inherently native (despite taking an arch,
it is difficult to get this right when there are alternatives and
architecture-specific dependencies). These have been re-written in
embuilddeps but all that code will be completely pointless once
Multi-Arch-Cross arrives. There is no point implementing yet another
broken version of it in an XaptResolver for sbuild.

1: embuilddeps has tried to solve these problems but has a
fundamentally different approach to actually installing the packages.
Sbuild::AptResolver and Sbuild::AptitudeResolver use the dummy-package
method to actually do the work of resolving the dependencies within the
specified constraints. embuilddeps resolves the constraints directly.
e.g. constraints of foo (= 1.2.3) [armel] | bar [!linux-any] | baz
[i386| amd64] are particularly hard to resolve correctly when running
on i386 to cross-build for armel.

2: Cross-dependency resolution requires re-doing the dpkg deps_parse
calculation with an empty dpkg status file and then chasing the
dependencies all the way down because -cross packages do not exist in
the archives. This is why I'm looking at Multi-Arch being the preferred
solution here.

3: dummy-package methods won't work for cross because we must resolve
all the constraints ahead of passing a list of packages to apt so that
these can be downloaded *ahead* of being installed, then converted
using dpkg-cross and installed as packagename-$arch-cross packages.
libfoo-dev_1.2.3_armel.deb becomes libfoo-dev-armel-cross_1.2.3_all.deb

4: The converted packages do not (indeed cannot) exist in any
network-accessible archive - these are all generated on-the-fly until
Multi-Arch makes the whole conversion avoidable.

5: apt and aptitude consistently treat -$arch-cross packages as local
or obsolete and consistently get removal parsing wrong when upgrading
existing packages. This means that the list of -$arch-cross packages to
be removed needs to be carefully managed, especially if the cross
toolchain is not to be removed upon every build.

Much easier is for xapt|embuilddeps to put the downloaded and the
converted packages into a directory which sbuild can manage, or for
sbuild to become aware of the current defaults which
are /var/lib/xapt/output for -cross packages and /var/lib/xapt/archives
for the foreign architecture originals.

This will also solve problems of package removal after the build,
albeit that some extra processing is required to skip certain
-cross packages which would otherwise cause the removal of the
cross-building toolchain. (libc6-dev-$arch-cross is a frequent problem
here.) This list of packages does need to be kept updated to cope with
changes in gcc and in eglibc - e.g. the Squeeze chroots will have a
libc-bin-$ARCH-cross package which doesn't exist in Lenny chroots.

Whilst it 

Bug#622735: sbuild-createchroot fails to chown /build due to non-existing user group

2011-04-14 Thread Raphaël Hertzog
Package: sbuild
Version: 0.62.2-1
Severity: normal

I was only running:
$ sbuild-createchroot wheezy wheezy-i386-sbuild http://ftp.debian.org/debian
[...]
I: Please rename and modify this file as required.
I: sudo chroot configuration linked as
/etc/sbuild/chroot/wheezy-i386-sbuild.
chown: invalid user: `sbuild:sbuild'
E: Failed to set sbuild:sbuild ownership on /build
Failed to set up chroot
E: Error creating chroot session: skipping apt update
I: Successfully set up wheezy chroot.
I: Run sbuild-adduser to add new sbuild users.

It looks like the chown is tried while the NSS files have not yet been
copied over.

Cheers,

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

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

Versions of packages sbuild depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.6.0-2  GCC support library
ii  libsbuild-perl0.62.2-1   Tool for building Debian binary pa
ii  libstdc++64.6.0-2The GNU Standard C++ Library v3
ii  perl  5.10.1-19  Larry Wall's Practical Extraction 
ii  perl-modules  5.10.1-19  Core Perl modules

Versions of packages sbuild recommends:
ii  debootstrap   1.0.29 Bootstrap a basic Debian system
ii  fakeroot  1.15.1-1   tool for simulating superuser priv

Versions of packages sbuild suggests:
ii  deborphan 1.7.28.5   program that can find unused packa
ii  wget  1.12-3 retrieves files from the web

-- 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#503218: Reassigning to libgc

2011-04-14 Thread Alex Valavanis
tags 503218 = confirmed
retitle 503218 Inkscape requires large-config support in libgc
reassign 503218 libgc
affects 503218 inkscape
thanks

OK, I have done a little research on this.  It looks like this bug is
caused by libgc being compiled without large-config support.  It isn't
actually a bug in the Inkscape code.

The upstream developers fixed it for Windows users by compiling libgc
in their windows development libraries with large-config support.  The
bug is not fixed for users on other platforms.



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



Bug#193883: cannot remove directory `/tmp/dpkg7rZQXe

2011-04-14 Thread Timo Juhani Lindfors
Hi,

Guillem Jover guil...@hadrons.org writes:
 Definitely not dpkg fault, as it fails on “rm -rf”, and given this
 appear to be not a Debian kernel, I think I'll be closing in short
 time. I'm not sure we can do much here.

That's ok. I'm now mostly using Debian kernels in such diskless setups
and have not hit this bug recently (however, I am using apt-get a lot
more than aptitude nowadays anyway).

 $ cat /proc/mounts
 /dev/root / nfs 
 rw,vers=2,rsize=4096,wsize=4096,hard,nolock,proto=udp,timeo=11,retrans=2,addr=130.233.244.172
  0 0
 nfs:/home /home nfs 
 rw,vers=3,rsize=8192,wsize=8192,hard,proto=udp,timeo=7,retrans=3,addr=nfs 0 0

 Anyway in case you have such setup still available, could you play
 with the nfs caching mount options, at least lookupcache and noac?

aptitude seems to generally work in my setup with

10.7.2.17:/tftpboot/garfield / nfs 
rw,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,hard,nolock,proto=tcp,port=65535,timeo=7,retrans=10,sec=sys,mountport=65535,addr=10.7.2.17
 0 0

and

linux-image-2.6.32-5-4862.6.32-31

If I read man nfs correctly then the default is already
lookupcache=all,ac?

-Timo





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



Bug#622620: O: argyll -- Color Management System, calibrator and profiler

2011-04-14 Thread Neil Williams
On Thu, 14 Apr 2011 10:44:36 +0200
Roland Mas lola...@debian.org wrote:

 Roland Mas, 2011-04-13 14:46:12 +0200 :
 
  Package: wnpp
  Severity: normal
 
  I think it's time for me to stop pretending I have enough
  time/energy/interest to properly maintain Argyll.  I'm therefore
  regretfully orphaning the package.
 
 I should add that any prospective adopter will most probably gain some
 karma points, given the hate mail I got as a reply to my orphaning.
 
   I'll keep my word, and my offer for sponsorship+guidance to
 prospective adopters still stands, but my enthusiasm just dropped a bit.

More likely that any potential adopter has already been put off
adopting it due to the reaction described. If that's how people react
to an orphaning process, the package would be better of removed from
Debian sooner rather than later, IMHO. The likelihood of any orphaned
package being adopted is never that high and for this package it just
went lower still.

If those who sent you hate mail fancy sending me some as a response to
my response then I'm happy with that. There's a very nice button on my
keyboard called Delete. I use it a lot, it's quite fun because hate
mail is so completely counter-productive. It makes me laugh that people
think that hate mail will encourage anyone to do anything except do
less work.

(Even better, there are filters which can automate 'delete' to save
wearing out the button.)

Come on, prove me wrong. There are obviously people out there who
purport to care about this package. How many are actually willing to do
the work? I know I'm not. Those who moan without doing the work cannot
complain when the work does not get done. If the work won't get done,
Debian would be well served by removing the package. Simple really.

I'm quite willing to file the RM bug myself if nothing happens by the
time I come around to looking through the list of orphaned packages
again.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgptjBkcSGjaU.pgp
Description: PGP signature


Bug#622736: phonon: French debconf templates translation

2011-04-14 Thread Steve Petruzzello
Package: phonon
Version: 4.4.6.0
Severity: wishlist
Tags: patch l10n

Hi,

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

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

Best regards,
Steve
# Translation of phonon debconf template to French
# Copyright (C) 2011 Debian French l10n Team
# This file is distributed under the same license as the phonon package.
# Steve Petruzzello dl...@bluewin.ch, 2011.
#
msgid 
msgstr 
Project-Id-Version: phonon_4:4.6.0really4.5.0-1\n
Report-Msgid-Bugs-To: pho...@packages.debian.org\n
POT-Creation-Date: 2011-04-04 05:56+0200\n
PO-Revision-Date: 2011-04-11 14:39+0200\n
Last-Translator: Steve Petruzzello dl...@bluewin.ch\n
Language-Team: French debian-l10n-fre...@lists.debian.org\n
Language: \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: title
#. Description
#: ../phonon-backend-null.templates:1001
msgid Warning: Phonon is not functional
msgstr Phonon non fonctionnel

#. Type: note
#. Description
#: ../phonon-backend-null.templates:2001
msgid Missing back-end for Phonon
msgstr Module de sortie pour Phonon manquant

#. Type: note
#. Description
#: ../phonon-backend-null.templates:2001
msgid 
Applications using Phonon (the Qt 4 multimedia framework) will produce no 
audio or video output, because only a dummy Phonon back-end is installed on 
this system. This is typically an unintended configuration.
msgstr 
Les applications utilisant Phonon (le framework multimédia de QT 4) ne 
produiront ni son ni image tant que le module de sortie factice (« dummy 
backend ») sera le seul installé. Ce n'est généralement pas une 
configuration souhaitée.

#. Type: note
#. Description
#: ../phonon-backend-null.templates:2001
msgid 
To restore full Phonon multimedia capabilities, install one of the real 
Phonon back-end packages which are currently available for this system:
msgstr 
Afin de profiter des possibilités multimédia complètes de Phonon, veuillez 
installer un module de sortie de Phonon parmi ceux disponibles pour ce 
système :

#. Type: note
#. Description
#. Translators: do not translate variable names
#. only translate (recommended) (the one in parenthesis)
#: ../phonon-backend-null.templates:2001
msgid ${recommended_backend} (recommended)${other_backends}
msgstr ${recommended_backend} (recommandé)${other_backends}


Bug#622737: ITP: uxlaunch -- quick X session launch utility

2011-04-14 Thread Didier Raboud
Package: wnpp
Severity: wishlist
Owner: Debian meego Maintainers pkg-meego-maintain...@lists.alioth.debian.org 
User: pkg-meego-maintain...@lists.alioth.debian.org
Usertags: itp

 Package name: uxlaunch
 Version : 0.59
 Upstream Author : Intel Corporation
 URL : (No homepage)
 URL (git repo)  : http://meego.gitorious.org/meego-os-base/uxlaunch
 License : GPLv2
 Programming Lang: C
 Description : quick X session launch utility

Uxlaunch is a generic X session launch utility, designed to quickly start X
and a user desktop.

== NOTE to wnpp readers ==

This ITP hasn't been sent to debian-devel on purpose; see #597295.

== NOTE to pkg-meego ==

Work has started on http://git.debian.org/?p=pkg-meego/uxlaunch.git and has
been bootstrapped from the Ubuntu packaging. Thanks Alexander !

Cheers,

OdyX


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


Bug#622738: libzorpll: French debconf templates translation

2011-04-14 Thread Steve Petruzzello
Package: libzorpll
Version: 3.0.6.4.2
Severity: wishlist
Tags: patch l10n

Hi,

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

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

Best regards,
Steve
# Translation of libzorpll debconf template to French
# Copyright (C) 2011 Debian French l10n Team
# This file is distributed under the same license as the libzorpll package.
# Steve Petruzzello dl...@bluewin.ch, 2011
#
msgid 
msgstr 
Project-Id-Version: libzorpll_3.0.6.4.2+nmu1\n
Report-Msgid-Bugs-To: libzor...@packages.debian.org\n
POT-Creation-Date: 2011-04-06 07:05+0200\n
PO-Revision-Date: 2011-04-07 10:11+0200\n
Last-Translator: Steve Petruzzello dl...@bluewin.ch\n
Language-Team: French debian-l10n-fre...@lists.debian.org\n
Language: \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../libzorpll3.9-0.templates:2001
msgid Email address for Zorp notifications:
msgstr Adresse électronique de notification pour Zorp :

#. Type: string
#. Description
#: ../libzorpll3.9-0.templates:2001
msgid 
Some Zorp applications are able to send a notification email in case of an 
unexpected process termination. Leave this empty (or specify \NONE\) if no 
such notifications should be sent.
msgstr 
Certaines applications Zorp peuvent envoyer un courrier électronique 
lorsqu'un processus se termine de manière inattendue. Si vous ne souhaitez 
pas activer les notifications, vous pouvez laisser ce champ vide ou 
mentionner « NONE » (sans les guillemets).


Bug#613284: Bug#612065: Bug#613284: Please remove support for modconf

2011-04-14 Thread Gregory Colpart
Hello,

On Thu, Apr 14, 2011 at 10:42:22AM +0200, Alexander Reichle-Schmehl wrote:
 
 Okay, I found someone who could run some tests, and as the patch doesn't
 seem to affect the functionality of the package, I intend to upload the
 NMU on Sunday 24th of Apr 2011.
 
 A call for translation updates has already been sent; a full patch
 (including po changes) will follow, when the deadline for that call has
 ended.

Sorry for the delay.

Thanks a lot for your patch. I will commit it on Git repository[*]
this sunday, and perhaps upload it when deadline for translation
updates is over, but of course don't hesitate to NMU if it's not done.

[*] http://git.debian.org/?p=collab-maint/pppoeconf.git;a=summary

Regards,
-- 
Gregory Colpart r...@evolix.fr  GnuPG:4096R/B8612B5D
Evolix - Informatique et Logiciels Libres http://www.evolix.fr/



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



Bug#620182: NMU for iitalian

2011-04-14 Thread Norbert Preining
Ciao Francesco,

Insieme con Robert Luberda ho preparato un NMU per iitalian, i cambiamenti
saranno:
  [ Robert Luberda ]
  * Rebuild with new ispell.

  [ Norbert Preining ]
  * add misc:Depends dependency
  * remove post{inst,rm}.debhelper, it is auto generated
  * reword synopsis (lintian warning)
  * bump standards version to 3.9.2, no changes necessary

Attaccato trovi il diff del NMU. In caso che non senti niente di te
per una settimana farò un upload nel DELAYED/7.

Grazie

Norbert

Norbert Preiningpreining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live  Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

FORSINAIN (n. archaic)
The right of the lord of the manor to molest dwarves on their
birthdays.
--- Douglas Adams, The Meaning of Liff
diff -u iitalian-2.3/debian/control iitalian-2.3/debian/control
--- iitalian-2.3/debian/control
+++ iitalian-2.3/debian/control
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Francesco Paolo Lovergine fran...@debian.org
-Standards-Version: 3.7.2
-Build-Depends: ispell, debhelper(=5.0.0), dictionaries-common-dev (=0.20)
+Standards-Version: 3.9.2
+Build-Depends: ispell (= 3.3.02), debhelper(=5.0.0), dictionaries-common-dev (=0.20)
 
 Package: iitalian
 Architecture: any
-Depends: ispell, debconf | debconf-2.0, dictionaries-common (=0.20)
+Depends: ispell (= 3.3.02), debconf | debconf-2.0, dictionaries-common (=0.20), ${misc:Depends}
 Suggests: witalian
 Provides: ispell-dictionary
-Description: The Italian dictionary for ispell
+Description: Italian dictionary for ispell
  This is an italian dictionary to be used with ispell.
  It contains more than 185,000 italian words.
diff -u iitalian-2.3/debian/rules iitalian-2.3/debian/rules
--- iitalian-2.3/debian/rules
+++ iitalian-2.3/debian/rules
@@ -14,7 +14,7 @@
 clean:
 	dh_testdir
 	-rm -f build
-	-rm -f italian.hash italian.words.cnt italian.words.stat
+	-rm -f italian.hash italian.stat
 	-rm -f `find . -name *~`
 	-rm -rf debian/iitalian debian/files* core debian/substvars
 	dh_clean
diff -u iitalian-2.3/debian/changelog iitalian-2.3/debian/changelog
--- iitalian-2.3/debian/changelog
+++ iitalian-2.3/debian/changelog
@@ -1,3 +1,18 @@
+iitalian (1:2.3-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+
+  [ Robert Luberda ]
+  * Rebuild with new ispell.
+
+  [ Norbert Preining ]
+  * add misc:Depends dependency
+  * remove post{inst,rm}.debhelper, it is auto generated
+  * reword synopsis (lintian warning)
+  * bump standards version to 3.9.2, no changes necessary
+
+ -- Norbert Preining prein...@debian.org  Thu, 14 Apr 2011 18:40:57 +0900
+
 iitalian (1:2.3-2) unstable; urgency=low
 
   * Added a debconf-2.0 virtual dependency. Thanks Victor Seva.
reverted:
--- iitalian-2.3/debian/postinst.debhelper
+++ iitalian-2.3.orig/debian/postinst.debhelper
@@ -1,7 +0,0 @@
-# Automatically added by installdeb-ispell
-. /usr/share/debconf/confmodule
-if [ $1 = configure ] ; then 
-  
-  /usr/sbin/update-default-ispell --rebuild
-fi
-# End automatically added section
reverted:
--- iitalian-2.3/debian/postrm.debhelper
+++ iitalian-2.3.orig/debian/postrm.debhelper
@@ -1,17 +0,0 @@
-# Automatically added by installdeb-ispell
-case $1 in abort-install|remove)
-
-  /usr/sbin/remove-default-ispell iitalian
-  if [ -e /usr/share/debconf/confmodule ] ; then
-. /usr/share/debconf/confmodule
-db_purge
-  fi
-esac
-
-# End automatically added section
-# Automatically added by dh_installdebconf
-if [ $1 = purge ]  [ -e /usr/share/debconf/confmodule ]; then
-	. /usr/share/debconf/confmodule
-	db_purge
-fi
-# End automatically added section


Bug#612893: fluxbox: Keypresses are lost after changing

2011-04-14 Thread Andre Naujoks
Hi.

I have the same issues here.

For me its almost always two keypresses lost. It took me a while to pin
this error to fluxbox but I do not have those problems in  gnome for
example.

This is not *relatively* annoying but _really_ annoying.

As an addition: It does not happen, when I just switch around
workspaces, but only if I linger/work some time in one workspace and
then switch to another one. It isn't application dependent either. I am
not using sloppy focus or anything (I have to click or Alt+TAB to focus
a window).

Regards
  Andre




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



Bug#622739: bitlbee-skype: Uninstallable due to skype4py removal

2011-04-14 Thread Alexander Reichle-Schmehl
Package: bitlbee-skype
Version: 0.8.1-0.2
Severity: serious
Justification: renders package unusable


Hi mainteiner!

One of your dependencies - skype4py - has just been removed from the
archive, rendering your package uninstallable. Please see #622667 for
details on the removal.

Best regards,
  Alexander

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

Kernel: Linux 2.6.32-5-xen-686 (SMP w/1 CPU core)
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15) (ignored: 
LC_ALL set to de_DE@euro)
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#622740: claws-mail-smime-plugin: S/MIME plugin fails when using seahorse instead of gpg-agent

2011-04-14 Thread Lorenzo Masellis
Package: claws-mail-smime-plugin
Version: 3.7.6-4
Severity: grave
Justification: renders package unusable

In order to enable S/MIME functionality, the plugin requires gpg-agent.
When seahorse is installed and its socket is exported in $GPG_AGENT_INFO, the
plugin tries to use it and fails with Invalid crypto engine error message
whenever some S/MIME opertition is performed.

Rationale for grave severity: renders the plugin package unusable for most
users (at least those using gnome, which is default these days), since the only
way to use it would be removing seahorse, which gnome depends on.

Regards,

Lorenzo Masellis



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

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

Versions of packages claws-mail-smime-plugin depends on:
ii  claws-mail 3.7.6-4   Fast, lightweight and user-friendl
ii  claws-mail-pgpmime [cl 3.7.6-4   PGP/MIME plugin for Claws Mail
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libcurl3-gnutls7.21.0-1  Multi-protocol file transfer libra
ii  libdb4.7   4.7.25-9  Berkeley v4.7 Database Libraries [
ii  libetpan13 0.58-1mail handling library
ii  libexpat1  2.0.1-7   XML parsing C library - runtime li
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  libgcrypt111.4.5-2   LGPL Crypto library - runtime libr
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgnutls262.8.6-1   the GNU TLS library - runtime libr
ii  libgpg-error0  1.6-1 library for common error values an
ii  libgpgme11 1.2.0-1.2 GPGME - GnuPG Made Easy
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  liblockfile1   1.08-4NFS-safe locking library, includes
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libsasl2-2 2.1.23.dfsg1-7Cyrus SASL - authentication abstra

claws-mail-smime-plugin recommends no packages.

claws-mail-smime-plugin 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#622741: vsftpd: upgrade stable to fix remote DoS (CVE-2011-0762)

2011-04-14 Thread Dario Vieli
Package: vsftpd
Version: 2.3.2-3
Severity: important

From http://securityreason.com/securityalert/8109:
Topic :
vsftpd 2.3.2 remote denial-of-service
SecurityAlert : 8109
Arrow  CVE : CVE-2011-0762
Arrow  SecurityRisk : Medium  Security Risk Medium  (About)
Arrow  Remote Exploit : Yes

fix: ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-2.3.4/Changelog



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

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



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



Bug#622743: fails to install due to insserv rejecting the script headers

2011-04-14 Thread Holger Levsen
Package: 4store
Version: 1.1.2-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o
User: initscripts-ng-de...@lists.alioth.debian.org
Usertags: incorrect-dependency

Hi Jonas, 

during a test with piuparts I noticed your package failed to install due to 
incorrect dependencies in the init.d LSB header. Some debian notes are 
available from at http://wiki.debian.org/LSBInitScripts

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

  Setting up 4store (1.1.2-1) ...
  insserv: Service avahi has to be enabled to start service 4store
  insserv: exiting now!
  update-rc.d: error: insserv rejected the script header
  dpkg: error processing 4store (--configure):
   subprocess installed post-installation script returned error exit status 1
  configured to not write apport reports
  Errors were encountered while processing:
   4store
  E: Sub-process /usr/bin/dpkg returned an error code (1)


cheers,
Holger
Start: 2011-04-12 21:46:42 UTC

Package: 4store
Priority: extra
Section: utils
Installed-Size: 2504
Maintainer: Jonas Smedegaard d...@jones.dk
Architecture: amd64
Version: 1.1.2-1
Depends: adduser, lsb-base (= 3.2-13), netbase, libavahi-client3 (= 0.6.16), libavahi-common3 (= 0.6.16), libavahi-glib1 (= 0.6.16), libc6 (= 2.7), libglib2.0-0 (= 2.12.0), libpcre3 (= 8.10), libraptor2-0 (= 2.0.0), librasqal3 (= 0.9.25), libreadline6 (= 6.0), libxml2 (= 2.6.27), zlib1g (= 1:1.1.4)
Filename: pool/main/4/4store/4store_1.1.2-1_amd64.deb
Size: 990260
MD5sum: 3e487b8c4b5541e5544418fbd1c743e6
SHA1: 6e718fa7ceffbf3edf31d46322ee8b4c948ec55a
SHA256: a7083d6dc5bdd08283651242344e6d5a0d1baf4fe28a6977713c4ec604599cb1
Description: RDF database storage and query engine
 4store is a database storage and query engine that holds RDF data.
 .
 4store's main strengths are it's performance, scalability and stability. It
 does not provide many features over and above RDF storage and SPARQL queries,
 but if your are looking for a scalable, secure, fast and efficient RDF store,
 then 4store should be on your shortlist.
Homepage: http://www.4store.org/

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/  4store
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.40~201104021225 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ 4store
0m0.0s INFO: Running on: Linux piatti 2.6.32-5-amd64 #1 SMP Mon Mar 7 21:35:22 UTC 2011 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpcjamHR
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmpcjamHR
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpcjamHR', '-zxf', 'sid.tar.gz']
0m2.2s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpcjamHR', '-zxf', 'sid.tar.gz']
0m2.2s DEBUG: Created policy-rc.d and chmodded it.
0m2.2s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpcjamHR', 'apt-get', 'update']
0m10.5s DUMP: 
  Get:1 http://piatti.debian.org sid InRelease [151 kB]
  Ign http://piatti.debian.org sid/main amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/non-free amd64 Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib TranslationIndex
  Ign http://piatti.debian.org sid/main TranslationIndex
  Ign http://piatti.debian.org sid/non-free TranslationIndex
  Get:2 http://piatti.debian.org sid/main amd64 Packages [9342 kB]
  Get:3 http://piatti.debian.org sid/contrib amd64 Packages [73.5 kB]
  Get:4 http://piatti.debian.org sid/non-free amd64 Packages [139 kB]
  Ign http://piatti.debian.org sid/contrib Translation-en
  Ign http://piatti.debian.org sid/main Translation-en
  Ign http://piatti.debian.org sid/non-free Translation-en
  Fetched 9706 kB in 1s (7210 kB/s)
  Reading package lists...
0m10.5s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpcjamHR', 'apt-get', 'update']
0m10.5s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpcjamHR', 'mount', '-t', 'proc', 'proc', '/proc']
0m10.5s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpcjamHR', 'mount', '-t', 'proc', 'proc', '/proc']
0m10.5s DEBUG: Starting command: ['chroot', 

Bug#622744: python-apt: Actiongroups always raise the unbalanced actiongroups warning

2011-04-14 Thread Sebastian Heinlein
Package: python-apt
Version: 0.7.100.3
Severity: normal

The W: Unbalanced action groups, expect badness is always raised if
packages are marked for a change.


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

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

Versions of packages python-apt depends on:
ii  apt [libapt-pkg4.10]  0.8.13.2   Advanced front-end for dpkg
ii  apt-utils [libapt-inst1.2]0.8.13.2   APT utility programs
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.6.0-2  GCC support library
ii  libstdc++64.6.0-2The GNU Standard C++ Library v3
ii  python2.6.6-12   interactive high-level object-orie
ii  python-apt-common 0.7.100.3  Python interface to libapt-pkg (lo
ii  python2.6 2.6.6-8+b1 An interactive high-level object-o

Versions of packages python-apt recommends:
ii  iso-codes 3.25-1 ISO language, territory, currency,
ii  lsb-release   3.2-27 Linux Standard Base version report

Versions of packages python-apt suggests:
pn  python-apt-dbg   none  (no description available)
ii  python-apt-doc   0.7.100.3   Python interface to libapt-pkg (AP
ii  python-gtk2  2.17.0-4+b1 Python bindings for the GTK+ widge
ii  python-vte   1:0.24.3-2  Python bindings for the VTE widget

-- no debconf information
import apt

cache = apt.cache.Cache()
pkg = cache[xterm]

with cache.actiongroup():
pkg.mark_install()


Bug#596239: apt-get update shows wrong percentage and remaining seconds

2011-04-14 Thread Julian Andres Klode
On Thu, Sep 09, 2010 at 11:43:01AM -0400, Kamus wrote:
 Package: apt
 Version: 0.7.25.3
 Severity: normal
 
 
 This report was originally filled at:
 https://bugs.edge.launchpad.net/ubuntu/+source/apt/+bug/610464
 
 
 Using apt-get update and i see 99% then again 1% till 99% and again 1%
 
 screenshots
 http://www.zimagez.com/zimage/ekrnkopija-20100727-144828.php
 http://www.zimagez.com/zimage/ekrnkopija-20100727-144849.php
 http://www.zimagez.com/zimage/ekrnkopija-20100727-144916.php
 
 instead it should check all source file sizes and then only dl thouse
 witch arent already downloaded from last update.
 
 BTW speed sometimes shows also wrong but if file is big then it shows
 more precise speed. thats ok speed more accurate update isnt needed
 couse speed maybe isnt so important when downloading. if theres some
 speed problems it will show it also with low speed refreash rate as it
 is now.
Closing here as well, cross-bug-tracker-duplicates.

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.


pgpW779ZsyeK8.pgp
Description: PGP signature


Bug#558389: Status?

2011-04-14 Thread Nikita V. Youshchenko
 Squeeze is frozen and won't be updated before release.  I do aim to have 
 Python 3 support available for PyQt in Unstable soon after it releases.

Squeeze is released months ago.
What is the status of this issue?



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



Bug#622745: linux-image-2.6-sparc64-smp: squeeze provided kernels did not boot on Sun Fire 480R or 880

2011-04-14 Thread Hermann Lauer
Package: linux-image-2.6-sparc64-smp
Version: 2.6.38+33
Severity: critical
Tags: d-i upstream
Justification: breaks the whole system

As discussed in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516785,
there is no working kernel in squeeze available for this class of machines.

vanilla 2.6.38.2 compiles and runs (with minor glitches) on 480R and 880.

After Moritz's hint in #516785 appended is the result of a boot try of 2.6.38 
from wheezy.

Thanks,
 Hermann

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable'), (50, 'testing')
Architecture: sparc (sparc64)

Kernel: Linux 2.6.38.2 (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 linux-image-2.6-sparc64-smp depends on:
ii  linux-image-2.6.38-2-sparc64- 2.6.38-3   Linux 2.6.38 for multiprocessor 64

linux-image-2.6-sparc64-smp recommends no packages.

linux-image-2.6-sparc64-smp suggests no packages.

-- no debconf information
[0.00] PROMLIB: Sun IEEE Boot Prom 'OBP 4.22.34 2007/07/23 13:01'
[0.00] PROMLIB: Root node compatible: 
[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.38-2-sparc64-smp (Debian 2.6.38-3) 
(b...@decadent.org.uk) (gcc version 4.4.5 (Debian 4.4.5-15) ) #1 SMP Thu Apr 7 
06:53:29 UTC 2011
[0.00] bootconsole [earlyprom0] enabled
[0.00] ARCH: SUN4U
[0.00] Ethernet address: 00:03:ba:29:7c:9f
[0.00] Kernel: Using 2 locked TLB entries for main kernel image.
[0.00] Remapping the kernel... done.
[0.00] OF stdout device is: /pci@9,70/ebus@1/serial@1,40:a
[0.00] PROM: Built device tree with 103627 bytes of memory.
[0.00] Top of RAM: 0xa3ffb22000, Total RAM: 0x3ffb0e000
[0.00] Memory hole size: 655360MB
[0.00] [01014000-f8a000c0] page_structs=131072 node=0 
entry=1280/8192
[0.00] [01014000-f8a00100] page_structs=131072 node=0 
entry=1281/8192
[0.00] [01014080-f8a00140] page_structs=131072 node=0 
entry=1282/8192
[0.00] [01014080-f8a00180] page_structs=131072 node=0 
entry=1283/8192
[0.00] [01014100-f8a001c0] page_structs=131072 node=0 
entry=1284/8192
[0.00] [01014100-f8a00200] page_structs=131072 node=0 
entry=1285/8192
[0.00] [01014180-f8a00240] page_structs=131072 node=0 
entry=1286/8192
[0.00] [01014180-f8a00280] page_structs=131072 node=0 
entry=1287/8192
[0.00] [01014200-f8a002c0] page_structs=131072 node=0 
entry=1288/8192
[0.00] [01014200-f8a00300] page_structs=131072 node=0 
entry=1289/8192
[0.00] [01014280-f8a00340] page_structs=131072 node=0 
entry=1290/8192
[0.00] [01014280-f8a00380] page_structs=131072 node=0 
entry=1291/8192
[0.00] [01014300-f8a003c0] page_structs=131072 node=0 
entry=1292/8192
[0.00] [01014300-f8a00400] page_structs=131072 node=0 
entry=1293/8192
[0.00] [01014380-f8a00440] page_structs=131072 node=0 
entry=1294/8192
[0.00] [01014380-f8a00480] page_structs=131072 node=0 
entry=1295/8192
[0.00] [01014400-f8a004c0] page_structs=131072 node=0 
entry=1296/8192
[0.00] [01014400-f8a00500] page_structs=131072 node=0 
entry=1297/8192
[0.00] [01014480-f8a00540] page_structs=131072 node=0 
entry=1298/8192
[0.00] [01014480-f8a00580] page_structs=131072 node=0 
entry=1299/8192
[0.00] [01014500-f8a005c0] page_structs=131072 node=0 
entry=1300/8192
[0.00] [01014500-f8a00600] page_structs=131072 node=0 
entry=1301/8192
[0.00] [01014580-f8a00640] page_structs=131072 node=0 
entry=1302/8192
[0.00] [01014580-f8a00680] page_structs=131072 node=0 
entry=1303/8192
[0.00] [01014600-f8a006c0] page_structs=131072 node=0 
entry=1304/8192
[0.00] [01014600-f8a00700] page_structs=131072 node=0 
entry=1305/8192
[0.00] [01014680-f8a00740] page_structs=131072 node=0 
entry=1306/8192
[0.00] [01014680-f8a00780] page_structs=131072 node=0 
entry=1307/8192
[0.00] [01014700-f8a007c0] page_structs=131072 node=0 
entry=1308/8192
[0.00] [01014700-f8a00800] page_structs=131072 node=0 
entry=1309/8192
[0.00] [01014780-f8a00840] page_structs=131072 node=0 
entry=1310/8192
[0.00] [01014780-f8a00880] page_structs=131072 node=0 
entry=1311/8192
[0.00] Zone PFN ranges:
[0.00]   Normal 

Bug#619550: File::Temp CLEANUP + chdir gotcha still remains

2011-04-14 Thread Dominic Hargreaves
tags 619550 + confirmed
thanks

On Thu, Mar 24, 2011 at 08:23:53PM -0400, Joey Hess wrote:
 Bug #479317 explains a gotcha with use of File::Temp::tempdir(CLEANUP = 1).
 If the code chdirs into the temp dir, which is a common thing to do,
 and then exits without chdiring out, which is not an uncommon thing,
 the cleanup code will fail to run.
 
 The bug was closed because it was at least made not to crash the
 program. However, this gotcha still remains. A program that has
 combined these two common things will be subject to emitting strange
 error messages:
 
 cannot remove path when cwd is /home/e-test/tmp/cQei_Q1aVi
 
 .. and leaving behind temp dirs.
 
 I now have at least 3 programs that work around this problem by
 
 END {
   chdir(/);
 }
 
 It's very annoying to have to remember this bug and add this to my code
 every time I pull File::Temp into a program.

Hi Joey,

Thanks for taking the time to point out that this still isn't perfect.

I wonder whether it would be feasible to simply add the relevant
chdir(/) (or presumably the more OS-portable equivalents) into
File::Temp itself. Adding this at the start of the cleanup routine
of 0.22 seems to DTRT.

-- 
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#622345: imagej: 1.45e - well, still nothing

2011-04-14 Thread Martin Weiser
Package: imagej
Version: 1.45e-1
Followup-For: Bug #622345

Hi,
I installed the 1.45e-1 version of ImageJ as Andreas suggested, and its 
behaviour is still the same: short blink of some panel (looks like main menu)
and failure.
Of course, it could be my fault, but I cannot see it.
Thank You for your support.
Best,
Martin W.

Here is the session:

louskacek@zouzel:~$ imagej
Open other images in this ImageJ panel as follows:
  imagej -p 1 image1 [image2 ... imageN]
#here the panel appeared and swiftly disappeared
 
Exception in thread main java.lang.NullPointerException
   at java.awt.Component.setDropTarget(libgcj.so.90)
   at ij.plugin.DragAndDrop.run(DragAndDrop.java:28)
   at ij.IJ.runPlugIn(IJ.java:156)
   at ij.IJ.runPlugIn(IJ.java:139)
   at ij.ImageJ.init(ImageJ.java:196)
   at ij.ImageJ.main(ImageJ.java:588)
louskacek@zouzel:~$ 


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

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

Versions of packages imagej depends on:
ii  openjdk-6-jre6b18-1.8.3-2~lenny1 OpenJDK Java runtime, using Hotspo

imagej recommends no packages.

Versions of packages imagej suggests:
ii  gij [java-virtual-ma 4:4.3.2-2   The GNU Java bytecode interpreter
ii  gij-4.3 [java-virtua 4.3.2-2 The GNU Java bytecode interpreter
ii  java-gcj-compat [jav 1.0.78-2Java runtime environment using GIJ
ii  java-gcj-compat-head 1.0.78-2Java runtime environment using GIJ
ii  openjdk-6-jre-headle 6b18-1.8.3-2~lenny1 OpenJDK Java runtime, using Hotspo

-- 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#622746: Regression: gcc-4.5 Internal error while rebuilding wireshark_1.5.0-1

2011-04-14 Thread Bálint Réczey
Package: gcc-4.5
Version: 4.5.2-8
Severity: normal

Rebuilding wireshark_1.5.0-1 for i386 failed in pbuilder-uml:

then mv -f .deps/packet-parlay.Tpo .deps/packet-parlay.Plo; else
rm -f .deps/packet-parlay.Tpo; exit 1; fi
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..
-I/usr/include -I/usr/local/include -I/usr/include
-DPLUGIN_DIR=\/usr/lib/wireshark/libwireshark0/plugins\ -DINET6
-D_U_=__attribute__((unused)) -g -O2 -Wall -W -Wextra
-Wdeclaration-after-statement -Wendif-labels -Wpointer-arith
-Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security
-fexcess-precision=fast -I/usr/include -I/usr/local/include -pthread
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
-I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include -MT
packet-parlay.lo -MD -MP -MF .deps/packet-parlay.Tpo -c
packet-parlay.c  -fPIC -DPIC -o .libs/packet-parlay.o
packet-parlay.c:85746:13: warning:
'decode_org_csapi_fw_TpLoadPolicy_st' defined but not used
packet-parlay.c:85824:13: warning:
'decode_org_csapi_fw_TpLoadInitVal_st' defined but not used
do_syscall_stub : ret = -12, offset = 1052680, data = 27dcb008
do_syscall_stub: syscall 192 failed, return value = 0xfff4,
expected return value = 0x18421000
syscall parameters: 0x18421000 0x1000 0x7 0x11 0x3 0x41cb
Failed to flush page for address 0x18421000
gcc-4.5.real: Internal error: Killed (program cc1)
Please submit a full bug report.
See file:///usr/share/doc/gcc-4.5/README.Bugs for instructions.
make[4]: *** [packet-parlay.lo] Error 1
make[4]: Leaving directory `/tmp/buildd/wireshark-1.5.0/plugins/giop'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/wireshark-1.5.0/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/wireshark-1.5.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/wireshark-1.5.0'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
System halted.
helper_wait : waitpid process 17990 failed, errno = 10
* route del -host 192.168.10.2 dev tap0
* bash -c echo 0  /proc/sys/net/ipv4/conf/tap0/proxy_arp

 - Exit code 1

4.5.2-9 is still unable to build wireshark properly.

This bug prevents me from uploading wireshark_1.5.1-1.

Cheers,
Balint



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



Bug#612893: fluxbox: Keypresses are lost after changing

2011-04-14 Thread Paul Tagliamonte
ACK'd.

Upstream is aware of this problem.

IIRC there is a bug on this already. I'll check when I have a second
and mark this a dupe.

Thanks for helping make Debian better!

Paul

On Thu, Apr 14, 2011 at 6:24 AM, Andre Naujoks nauts...@googlemail.com wrote:
 Hi.

 I have the same issues here.

 For me its almost always two keypresses lost. It took me a while to pin
 this error to fluxbox but I do not have those problems in  gnome for
 example.

 This is not *relatively* annoying but _really_ annoying.

 As an addition: It does not happen, when I just switch around
 workspaces, but only if I linger/work some time in one workspace and
 then switch to another one. It isn't application dependent either. I am
 not using sloppy focus or anything (I have to click or Alt+TAB to focus
 a window).

 Regards
  Andre








-- 
All programmers are playwrights, and all computers are lousy actors.

#define sizeof(x) rand()
:wq



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



Bug#622747: espeak: german voice bug

2011-04-14 Thread Samuel Thibault
Package: espeak
Version: 1.45.03-1

- Forwarded message from Sebastian Humenda shume...@gmx.de -

From: Sebastian Humenda shume...@gmx.de
To: debian-accessibil...@lists.debian.org
Subject: Bug in Testing / Unstable
Date: Wed, 13 Apr 2011 20:53:21 +0200

Hello,

a few days after the Debian package for eSpeak came into unstable, I
discovered a quite important problem which was fixed in eSpeak
1.45.04. Every occurrence of sage is spoken as spionage (in the
German voice) which is not acceptable. There were already German users who 
complained about that.
Is there a possibility to get a new package? If this means having too
much work, a new package before the wheezy release would be fine as
well.

Thanks
Sebastian



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



  1   2   3   4   >