Bug#602457: Please remove package Unicode::Collate from perl-modules

2010-11-05 Thread Niko Tyni
forcemerge 602457 599486 
thanks

On Fri, Nov 05, 2010 at 01:45:53AM +0100, Danai SAE-HAN wrote:
 Package: perl-modules
 Version: 5.10.1-16
 Severity: normal

 I have just uploaded package `libunicode-collate-xs-perl' version 0.65-1
 to the repository.  This package replaces the Unicode::Collate package
 found in perl-modules, which is a somewhat older version.
 
 Could you please remove the Unicode::Collate package from perl-modules?

No, you've misunderstood this.

Did you see http://lists.debian.org/debian-perl/2010/10/msg00100.html ?
Quoting Ansgar there:

 There is no need to remove it from perl-modules.  We already have
 several Perl modules that are shipped in both perl/perl-modules and a
 separate package, for example libversion-perl.  This does not cause any
 problems as they are installed in different locations and the perl
 interpreter will load the separate packaged modules first.
 
 You should still notify the perl maintainers so they can include your
 package in the Provides field and older versions in the Conflicts field
 (that is older versions than included in perl-modules itself).

Please look at other dual lived modules to see how this is normally handled.
The result should be something like

 Package: perl-modules
 Provides:  [...], libunicode-collate-perl
 Replaces:  [...], libunicode-collate-perl
 Conflicts: [...], libunicode-collate-perl ( 0.52)

The Provides: is so that packages that don't care about the exact version
and depend on just 'libunicode-collate-perl' will not unnecessarily pull
in the separate package.

The Conflicts: and Replaces: are so that upgrading the perl package
removes any possible older versions of Unicode::Collate that would
otherwise take precedence on @INC. At the moment this is not strictly
necessary as 0.65 is the first separately packaged version, so it would
only affect locally packaged older libunicode-collate-perl packages.
It doesn't hurt to introduce it straight away though.

Also, why do you call it libunicode-collate-xs-perl ? AFAICS the module
is still called Unicode::Collate, with or without the XS bits.

 I have added a Conflicts against `perl-modules (= 5.10.1-16)' to ensure
 a proper transition.
 
I don't see the package you uploaded anywhere yet, but doesn't that
make it currently uninstallable? There's no need for it in any case,
the separate package should install in /usr/(share|lib)/perl5 and be
found first on @INC.

I'm merging this with your previous request, #599486. Let's keep them open
until the matter is settled.
-- 
Niko Tyni   nt...@debian.org



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



Bug#602472: acedb: FTBFS with binutils because of undefined reference to symbol 'XFree'

2010-11-05 Thread Fabrice Coutadeur
Package: acedb
Version: 4.9.39+dfsg.01-1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch

Hi,

acedb FTBFS with binutils-gold. Here is the relevant part of the build log:
...
gcc -g -o blixem blixem.o blxmain.o blxparser.o dotter.o dotterKarlin.o \
translate.o -L. -lgex -lgraph -lgd -lfree `../w3rdparty/acedb-config 
glib-2.0 gtk+-2.0` -L/usr/X11R6/lib `../w3rdparty/libs-config glib-2.0 
gtk+-2.0` -lm -lcurses -lreadline
./libgraph.a(graphascii.o): In function `graphASCII':
/build/fabrice-acedb_4.9.39+dfsg.01-1ubuntu1-amd64-IHv2cZ/acedb-4.9.39+dfsg.01/bin.LINUX_4/graphascii.c:264:
 warning: the use of `tempnam' is dangerous, better use `mkstemp'
./libgraph.a(graphprint.o): In function `pdInit':
/build/fabrice-acedb_4.9.39+dfsg.01-1ubuntu1-amd64-IHv2cZ/acedb-4.9.39+dfsg.01/bin.LINUX_4/graphprint.c:1164:
 warning: the `getwd' function is dangerous and should not be used.
/usr/bin/ld: ./libgex.a(graphgdkremote.o): undefined reference to symbol 'XFree'
/usr/bin/ld: note: 'XFree' is defined in DSO /usr/lib64/libX11.so.6 so try 
adding it to the linker command line
collect2: ld returned 1 exit status
make[2]: *** [blixem] Error 1

In Ubuntu, we've applied the attached patch to fix this FTBFS:
  * binutils-gold.patch: patch wmake/LINUX_64_DEF and wmake/LINUX_$_DEF to add
explicit link with libX11. This fixes a FTBFS with binutils-gold.

We thought you might be interested in doing the same. 

*** /tmp/tmpbdUAeD

Thanks,
Fabrice

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

Kernel: Linux 2.6.35-23-generic (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru acedb-4.9.39+dfsg.01/debian/patches/binutils-gold.patch acedb-4.9.39+dfsg.01/debian/patches/binutils-gold.patch
--- acedb-4.9.39+dfsg.01/debian/patches/binutils-gold.patch	1970-01-01 01:00:00.0 +0100
+++ acedb-4.9.39+dfsg.01/debian/patches/binutils-gold.patch	2010-11-05 07:08:26.0 +0100
@@ -0,0 +1,27 @@
+Description: add explicit link with libX11 as this is required by libgex.a.
+ This fix a FTBFS with binutils-gold with the following error:
+ ./libgex.a(graphgdkremote.o): undefined reference to symbol 'XFree'
+Author: Fabrice Coutadeur fabric...@ubuntu.com
+
+--- acedb-4.9.39+dfsg.01.orig/wmake/LINUX_4_DEF
 acedb-4.9.39+dfsg.01/wmake/LINUX_4_DEF
+@@ -28,7 +28,7 @@ COMPILER = gcc $(COPT) -Wall  -DACEDB4 `
+ LINKER = gcc $(COPT)
+ 
+ # The arg to libs-config is used if our private copy not installed.
+-LIBS = -L/usr/X11R6/lib `../w3rdparty/libs-config $(GTKVER)` -lm -lcurses -lreadline
++LIBS = -L/usr/X11R6/lib `../w3rdparty/libs-config $(GTKVER)` -lm -lcurses -lreadline -lX11
+ 
+ ### Linux uses flex to emulate the standard 'lex' program
+ LEX_LIBS = -lfl
+--- acedb-4.9.39+dfsg.01.orig/wmake/LINUX_64_DEF
 acedb-4.9.39+dfsg.01/wmake/LINUX_64_DEF
+@@ -28,7 +28,7 @@ COMPILER = gcc $(COPT) -Wall  -DACEDB4 `
+ LINKER = gcc $(COPT)
+ 
+ # The arg to libs-config is used if our private copy not installed.
+-LIBS = -L/usr/X11R6/lib `../w3rdparty/libs-config $(GTKVER)` -lm -lcurses -lreadline
++LIBS = -L/usr/X11R6/lib `../w3rdparty/libs-config $(GTKVER)` -lm -lcurses -lreadline -lX11
+ 
+ ### Linux uses flex to emulate the standard 'lex' program
+ LEX_LIBS = -lfl
diff -Nru acedb-4.9.39+dfsg.01/debian/patches/series acedb-4.9.39+dfsg.01/debian/patches/series
--- acedb-4.9.39+dfsg.01/debian/patches/series	2010-07-11 06:33:15.0 +0200
+++ acedb-4.9.39+dfsg.01/debian/patches/series	2010-11-05 07:04:05.0 +0100
@@ -2,3 +2,4 @@
 belvu_help.patch
 efetch_help.patch
 dotter_help.patch
+binutils-gold.patch


Bug#601971: Sorry for the late reply

2010-11-05 Thread Bilal Akhtar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 What are the other clients that may use liboauth? Is bti the only one?

gTwitter and twitux (both Twitter clients in C) needed this library
originally, but due to an inactive upstream, and due to no answer from
the maintainers on bugs #591640 and #589360 (possibly due to the late
packaging of liboauth, which was my fault) , the packages were removed
recently from Debian.

These two (along with BTI) were also the only clients I thought of when
I worked on packaging liboauth back in May.

However, liboauth can also be used for other purposes (like connecting
to launchpad.net , Identi.ca , and facebook) and probably application
developers using Squeeze may benefit from this library to build their
own applications.

Thanks for the unblock!

Bilal Akhtar.


- -- 
Bilal Akhtar - Ubuntu Developer, yet still 14 years old.
More information about him can be found on
https://edge.launchpad.net/~bilalakhtar
IRC nick: bilalakhtar
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJM06IvAAoJENsMxwzgYeH20zkIAIts28lPjW2Lz4ePkKiOM228
MXQC8E5lg4EqEYqhWPbHTrWQ8g7yBaDBoOWPpAdVuITm4aU9jz6JZca+TcSmeuz/
qmyCbCtXlKn+eFA1lP+D1MHzb7OfGQVzeFuIsb8yeoAe/ZAwKQWFYMQABe39o7uy
7XF9onIoQidd4oflmCaM6Ay85yY776nzwq/q5aw18mUmWWMsJrmB7/mT80qUSlHP
iyyaMN2OchHiJttVGdSGMeV6pCYKafceM6H6V9I407XG9TIQpE7aKaJATGYGIOPY
a7+w+3OzkBF0rFzpmrf8UtlZOgzSVSnOLeV3gL5XQgrYD11CaJq6zaFHJpMUcZg=
=RtAW
-END PGP SIGNATURE-



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



Bug#602416: curl: kerberos ftp fails

2010-11-05 Thread Ramakrishnan Muthukrishnan
On Fri, Nov 5, 2010 at 2:13 AM, Liam Healy l...@healy.washington.dc.us wrote:

 OK, done.  Now it segfaults

 curl -v --krb clear ftp://he...@/archive/catalogs/
 * About to connect() to  port 21 (#0)
 *   Trying aaa.bbb.ccc.ddd... connected
 * Connected to  (132.250.112.17) port 21 (#0)
  220 khan FTP server (Version 5.60) ready.
 * Trying mechanism GSSAPI...
 Segmentation fault

 curl --version
 curl 7.21.0 (x86_64-pc-linux-gnu) libcurl/7.21.2 OpenSSL/0.9.8o

Looks like your curl version is 7.21.0 and libcurl is 7.21.2. Please
try with curl version also upgraded to the same version.

thanks
Ramakrishnan



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



Bug#602453: pd-pmpd: FTBFS - unoconv needs writable $HOME

2010-11-05 Thread Vincent Bernat
OoO En  cette nuit striée d'éclairs  du vendredi 05  novembre 2010, vers
02:32, Felipe Sateler fsate...@debian.org disait :

 pd-pmpd fires up unoconv to convert its manual from Star Office's
 native format to PDF, but unoconv evidently needs a writable $HOME for
 whatever reason:
 
 | unoconv -f pdf 
 /build/buildd-pd-pmpd_0.9-1-i386-D5fhxp/pd-pmpd-0.9/manual/pmpd.sxw
 | stat: cannot read file system information for `/home/buildd': No such file 
 or directory
 | [Java framework] Error in function createSettingsDocument (elements.cxx).
 | javaldx failed!
 | Error: Unable to connect or start own listener. Aborting.
 | make[1]: *** [override_dh_auto_build] Error 251
 
 To address this, you could either create and use a temporary $HOME or
 split the docs and examples out into architecture-independent packages
 (or perhaps a single such).
 
 Could you please do so?

 Hmm, this seemed to work on at least ia64 and the uploading host
 (built in a pbuilder chroot). And now I get failures on DISPLAY not
 being set on a pbuilder chroot.

 Vincent, do you know which environment variables need to be set
 correctly to use unoconv?

unoconv  does  not  require  anything  by itself  (neither  DISPLAY  nor
writable HOME). However,  OO.org UNO binding can be  pretty difficult to
make  work  without  a  desktop environment.  Even  with  OpenOffice.org
headless version,  you will need  a X server  like xvfb to  start OO.org
listener. Moreover, this is not 100% reliable.

Maybe this is is better to keep the documentation in sxw format?
-- 
NO ONE WANTS TO HEAR FROM MY ARMPITS
NO ONE WANTS TO HEAR FROM MY ARMPITS
NO ONE WANTS TO HEAR FROM MY ARMPITS
-+- Bart Simpson on chalkboard in episode 3F01


pgpbuIfurYfQC.pgp
Description: PGP signature


Bug#602473: general: cannot change dhcp address to static

2010-11-05 Thread ivan
Package: general
Severity: important

I cannot chage manually IP address in /etc/network/interfaces, after bring
interface down with ifconfig eth0 down I manually edit above maentioned file
with: 
allow-hotplug eth0
iface eth0 inet static
address xxx.xxx.xx.xx and so on and after bringing up command on eth0 
host wont connent any more or still hanging on dhcp. Ifconfig eth0 still
showing DHCP address, it will change only after restarting host.
Also '/etc/init.d/networking restart' doesnt work, after that host 
just dont want connect any more.

best wishes ivan 

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

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



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



Bug#598297: Additional variables set

2010-11-05 Thread Jordi Mas

Thanks a lot for the bug report Raphael

We fixed this in upstream.

The question is if we have to do a similar path for DYLD_LIBRARY_PATH or 
other variables also set by this script:


http://git.gnome.org/browse/mistelix/tree/src/mistelix.in

Thanks,

Jordi Mas
j...@softcatala.org



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



Bug#602474: imagemagick: convert -- [man] input-options and output-options not referenced

2010-11-05 Thread Jari Aalto
Package: imagemagick
Version: 8:6.6.0.4-2.2
Severity: minor


Manual page of convert(1) reads:

NAME
   convert  -  convert  between  image  formats as well as resize an 
image, blur, crop, despeckle,
   dither, draw on, flip, join, re-sample, and much more.

SYNOPSIS
   convert [input-options] input-file [output-options] output-file


The terms input-options and output-options are never
referenced. Please list what options belong to the first and which to
the second group.

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

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

Versions of packages imagemagick depends on:
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgomp14.4.5-4  GCC OpenMP (GOMP) support library
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  liblcms11.18.dfsg-1.2+b3 Color management library
ii  liblqr-1-0  0.4.1-1  converts plain array images into m
ii  libltdl72.2.6b-2 A system independent dlopen wrappe
ii  libmagickcore3  8:6.6.0.4-2.2low-level image manipulation libra
ii  libmagickwand3  8:6.6.0.4-2.2image manipulation library
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtiff43.9.4-5  Tag Image File Format (TIFF) libra
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages imagemagick recommends:
ii  ghostscript   8.71~dfsg2-6   The GPL Ghostscript PostScript/PDF
ii  libmagickcore3-extra  8:6.6.0.4-2.2  low-level image manipulation libra
ii  netpbm2:10.0-12.2+b1 Graphics conversion tools between 
pn  ufraw-batch   none (no description available)

Versions of packages imagemagick suggests:
pn  autotrace   none   (no description available)
ii  cups-bsd [lpr]  1.4.4-3  Common UNIX Printing System(tm) - 
ii  curl7.21.0-1 Get a file from an HTTP, HTTPS or 
pn  enscriptnone   (no description available)
ii  ffmpeg  4:0.5.2-6multimedia player, server and enco
ii  gimp2.6.10-1 The GNU Image Manipulation Program
pn  gnuplot none   (no description available)
pn  grads   none   (no description available)
ii  groff-base  1.20.1-10GNU troff text-formatting system (
pn  hp2xx   none   (no description available)
pn  html2ps none   (no description available)
pn  imagemagick-doc none   (no description available)
pn  libwmf-bin  none   (no description available)
ii  mplayer 2:1.0~rc3++final.dfsg1-1 movie player for Unix-like systems
pn  povray  none   (no description available)
pn  radiancenone   (no description available)
pn  sane-utils  none   (no description available)
ii  texlive-binarie 2009-7   Binaries for TeX Live
ii  transfig1:3.2.5.c-1  Utilities for converting XFig figu
ii  xdg-utils   1.0.2+cvs20100307-2  desktop integration utilities from

-- debconf-show failed



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



Bug#548983: [Pkg-alsa-devel] Bug#548983: Newer ia32-libs has them

2010-11-05 Thread Elimar Riesebieter
On Thu, 4 November 2010 11:53:01 -0400, Simon Ruggier wrote:
 The package ia32-libs_20101012 has the required libraries, while
 ia32-libs_20090808 does not. Shouldn't this mean that
 lib32asound2-plugins should depend on the newer version of ia32-libs?

No, it doesn't. Versioned dependencies are not maintainable and
don't make sense, though.

$ apt-cache show lib32asound2-plugins
Package: lib32asound2-plugins
[...]
Depends: ia32-libs (= 20080808), lib32asound2 ( 1.0.18), libc6-i386 (= 2.2)
[...]

lib32asound2-plugins depends on the newest available ia32-libs
younger than 20080808.

Elimar

-- 
  BOFH excuse #126:
  it has Intel Inside



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



Bug#602437: texlive-fonts-extra: Please update Antykwa Półtawskiego font

2010-11-05 Thread Norbert Preining
tag 602437 fixed-upstream
thanks

On Do, 04 Nov 2010, Mirosław Zalewski wrote:
 Polish Antykwa Półtawskiego font was updated about a month ago. Please
 include it in newer release.

We do not update single sub-packages between releases, so this will
be fixed when 2010 is packaged.

Best wishes

Norbert

Norbert Preiningprein...@{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

`The best way to get a drink out of a Vogon is to stick
your finger down his throat...'
 --- The Book, on one of the Vogon's social inadequacies.
 --- Douglas Adams, The Hitchhikers Guide to the Galaxy



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



Bug#602475: unblock: xserver-xorg-video-glide/1.0.3-2+squeeze1

2010-11-05 Thread Cyril Brulebois
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package xserver-xorg-video-glide as it fixes an RC bug:
| xserver-xorg-video-glide (1.0.3-2+squeeze1) unstable; urgency=high
| 
|   * Cherry-pick 5e09be624b from upstream: “Drop useless symbol
| lists”. Those functions are neither available or useful anymore, and
| they cause symbol lookup error (Closes: #602373).
|   * Set urgency to “high” accordingly.
|   * Add myself to Uploaders.
| 
|  -- Cyril Brulebois k...@debian.org  Fri, 05 Nov 2010 01:30:06 +0100

unblock xserver-xorg-video-glide/1.0.3-2+squeeze1

Again, thanks for your time.

Mraw,
KiBi.



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



Bug#602309: Improved patch

2010-11-05 Thread martin f krafft
The attached patch uses $USER instead of the hardcoded 'backuppc'
and also prompts for the SSH key passphrase, if stdin is connected
to a tty.

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
--- /tmp/etc/init.d/backuppc	2009-11-25 16:11:46.0 +0100
+++ /etc/init.d/backuppc	2010-11-05 08:17:09.49934 +0100
@@ -51,9 +51,44 @@
 fi
 }
 
+check_or_start_ssh_agent()
+{
+[ -x $(command -v ssh-agent) ] || return 0
+
+[ -r /var/run/backuppc/ssh-agent.env ]  . /var/run/backuppc/ssh-agent.env /dev/null
+
+for i in $(pgrep -u $USER ssh-agent); do
+# if the agent is still running, return
+[ $i = $SSH_AGENT_PID ]  return 0
+done
+
+log_begin_msg Starting ssh-agent for $NAME...
+su $USER -c 'ssh-agent -s' 2/dev/null /var/run/backuppc/ssh-agent.env
+log_end_msg $?
+. /var/run/backuppc/ssh-agent.env /dev/null
+if [ -t 0 ]; then
+su $USER -c ssh-add || :
+fi
+}
+
+stop_ssh_agent()
+{
+[ -r /var/run/backuppc/ssh-agent.env ]  . /var/run/backuppc/ssh-agent.env /dev/null
+
+for i in $(pgrep -u $USER ssh-agent); do
+if [ $i = $SSH_AGENT_PID ]; then
+log_begin_msg Stopping ssh-agent for $NAME...
+kill -TERM $i
+log_end_msg $?
+rm -f /var/run/backuppc/ssh-agent.env
+return 0
+fi
+done
+}
 
 case $1 in
   start)
+check_or_start_ssh_agent
 log_begin_msg Starting $NAME...
 check_old_config
 start-stop-daemon --start --pidfile /var/run/backuppc/BackupPC.pid \
@@ -65,8 +100,10 @@
 start-stop-daemon --stop --pidfile /var/run/backuppc/BackupPC.pid -u $USER \
 			--oknodo --retry 30
 log_end_msg $?
+stop_ssh_agent
   ;;
   restart)
+check_or_start_ssh_agent
 log_begin_msg Restarting $NAME...
 start-stop-daemon --stop --pidfile /var/run/backuppc/BackupPC.pid -u $USER \
 			--oknodo --retry 30


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#601974: Fwd: Re: Bug#601974: regression: grub-probe can not find /dev/xvda1 (block device inside XEN)

2010-11-05 Thread Csillag Kristof
I realized that I left this address out, so fwding..

 Eredeti üzenet 
Tárgy:  Re: Bug#601974: regression: grub-probe can not find /dev/xvda1
(block device inside XEN)
Dátum:  Mon, 01 Nov 2010 23:30:50 +0100
Feladó: Csillag Kristof csillag.kris...@gmail.com
Címzett:Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com



2010-11-01 18:26 keltezéssel, Vladimir 'φ-coder/phcoder' Serbinenko írta:
 [...]
 With new grub, this returns:

 # grub-probe -t abstraction --device /dev/xvda1 -v
 grub-probe: info: /dev/xvda1 starts from 0.
 grub-probe: info: opening the device hd0.
 grub-probe: error: cannot find a GRUB drive for /dev/xvda1.  Check your
 device.map.

 As I have already shown, device.map contains this:

 (hd0)/dev/xvda

 so it might try to open /dev/xvda, which is a fake device, it does not
 exist.
 Only xvda1 and xvda2 exists.
 Old grub could cope with this.


   
 
 Could you try removing this entry?
   

With line from device.map removed:

# grub-probe -t abstraction --device /dev/xvda1 -v
grub-probe: info: /dev/xvda1 starts from 0.
grub-probe: info: opening the device /dev/xvda.
grub-probe: error: cannot find a GRUB drive for /dev/xvda1.  Check your
device.map.

The result is different, but still does not work.

I have also tried to remove the (fake) /dev/xvda device. The result is:

# grub-probe -t abstraction --device /dev/xvda1 -v
grub-probe: info: /dev/xvda1 starts from 0.
grub-probe: info: opening the device /dev/xvda.
grub-probe: error: cannot find a GRUB drive for /dev/xvda1.  Check your
device.map.

When testing with devices.map entry, but fake xvda removed:

# grub-probe -t abstraction --device /dev/xvda1 -v
grub-probe: info: Cannot stat `/dev/xvda', skipping.
grub-probe: info: /dev/xvda1 starts from 0.
grub-probe: info: opening the device /dev/xvda.
grub-probe: error: cannot find a GRUB drive for /dev/xvda1.  Check your
device.map.

* * *

Anything else to test?

Csillag




Bug#602476: policykit-1: FTBFS on kfreebsd-*: sys/signalfd.h: No such file or directory

2010-11-05 Thread Cyril Brulebois
Source: policykit-1
Version: 0.99-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src 
-DPACKAGE_LIBEXEC_DIR=\/usr/lib/policykit-1\ 
-DPACKAGE_SYSCONF_DIR=\/etc\ -DPACKAGE_DATA_DIR=\/usr/share\ 
-DPACKAGE_BIN_DIR=\/usr/bin\ -DPACKAGE_LOCALSTATE_DIR=\/var\ 
-DPACKAGE_LOCALE_DIR=\/usr/share/locale\ -DPACKAGE_LIB_DIR=\/usr/lib\ 
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
-DPOLKIT_BACKEND_I_KNOW_API_IS_SUBJECT_TO_CHANGE -DG_LOG_DOMAIN=\polkitd-1\ 
-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include-g -O2 -g -Wall 
-O2 -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith 
-Wcast-align -Wsign-compare -Wformat -Wformat-security -c -o 
polkitd-gposixsignal.o `test -f 'gposixsignal.c' || echo './'`gposixsignal.c
| gposixsignal.c:26:26: error: sys/signalfd.h: No such file or directory
| gposixsignal.c: In function '_g_posix_signal_source_new':
| gposixsignal.c:95: warning: implicit declaration of function 'signalfd'
| gposixsignal.c:95: warning: nested extern declaration of 'signalfd'
| gposixsignal.c:95: error: 'SFD_NONBLOCK' undeclared (first use in this 
function)
| gposixsignal.c:95: error: (Each undeclared identifier is reported only once
| gposixsignal.c:95: error: for each function it appears in.)
| gposixsignal.c:95: error: 'SFD_CLOEXEC' undeclared (first use in this 
function)
| make[4]: *** [polkitd-gposixsignal.o] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=policykit-1suite=experimental

Mraw,
KiBi.



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



Bug#602477: /usr/bin/column: Please decimal-align numeric cells or provide an option to do so

2010-11-05 Thread Josh Triplett
Package: bsdmainutils
Version: 8.0.13
Severity: wishlist
File: /usr/bin/column

$ for x in  `seq 1 10` ; do for y in `seq 0 9` ; do echo -n $x$y  ; done ; 
echo ; done | column -t
0123456789
10   11   12   13   14   15   16   17   18   19
20   21   22   23   24   25   26   27   28   29
30   31   32   33   34   35   36   37   38   39
40   41   42   43   44   45   46   47   48   49
50   51   52   53   54   55   56   57   58   59
60   61   62   63   64   65   66   67   68   69
70   71   72   73   74   75   76   77   78   79
80   81   82   83   84   85   86   87   88   89
90   91   92   93   94   95   96   97   98   99
100  101  102  103  104  105  106  107  108  109

Ideally, I'd like to see the numeric columns decimal-aligned, which in this
case would mean right-aligned.

If doing this by default would cause compatibility issues, perhaps
column could provide an option to enable this behavior.

Thanks,
Josh Triplett

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

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

Versions of packages bsdmainutils depends on:
ii  bsdutils  1:2.17.2-3.3   Basic utilities from 4.4BSD-Lite
ii  debianutils   3.4.1  Miscellaneous utilities specific t
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libncurses5   5.7+20100313-4 shared libraries for terminal hand

bsdmainutils recommends no packages.

Versions of packages bsdmainutils suggests:
ii  cpp   4:4.4.5-1  The GNU C preprocessor (cpp)
pn  vacation  none (no description available)
ii  wamerican-huge [wordlist] 6-3American English dictionary words 
ii  whois 5.0.8  an intelligent whois client

-- 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#602478: ocrad: manual -- Unclear options -o and -x

2010-11-05 Thread Jari Aalto
Package: ocrad
Version: 0.17-4
Severity: minor


Manual page of ocrad(1) reads:

NAME
   Ocrad - Optical Character Recognition Program

SYNOPSIS
   ocrad [options] [files]

DESCRIPTION
   GNU  Ocrad - Optical Character Recognition program.  Reads pnm 
file(s),
   or standard input, and sends text to standard output.

OPTIONS

   -o file
  place the output into file

   -x file
  export OCR Results File to file

Please clarify options -o and -x:

- What is the exact output mentioned in -o?
- What does OCR results mean in -x? Is this the
  resulted text from the OCR recognition mentioned in
  DESCRIPTION?
- Are options -o and -x equivalent?

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

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

Versions of packages ocrad depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-4  GCC support library
ii  libstdc++64.4.5-4The GNU Standard C++ Library v3

ocrad recommends no packages.

ocrad suggests no packages.

-- debconf-show failed



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



Bug#590715: [Fwd: Some qemu+hurd questions]

2010-11-05 Thread Svante Signell
On Wed, 2010-11-03 at 23:48 +0100, Svante Signell wrote:
 On Wed, 2010-11-03 at 23:27 +0100, Samuel Thibault wrote:
  Svante Signell, le Wed 03 Nov 2010 22:27:52 +0100, a écrit :
 ..
   I tried to start X with the cirrus driver and got hit by Debian bug
   #590715 reported for 2:1.7.7-3 (with patch by Samuel) and another for
   fbdevhw, see below.
  
  Mmm, I guess you are overestimating the consequences of this bug: it
  disables a couple of things, but you should get an Xorg server working.
  If all you get is a black screen, you're most probably hit by the we
  don't like showing a mouse cursor crazyness of Xorg people, that is you
  have a working X server, but you didn't start any client (e.g. use
  xinit /usr/bin/xterm to start one).
 
 I did get a black screen, then X was shut down with the messages copied
 manually in my previous mail.
 
 Good news however. Creating an .xinitrc file exec'ing wmaker I have an X
 desktop running. Yippee! It does not seem too much slower than without X.
 
 Will try the vmware driver next!

Trying the vmware option hangs qemu or is it Hurd?

qemu -m 256 -net nic,model=rtl8139 -net user -hda hurd-install.qemu -vga
vmware 
Loading GNU Mach ...
Loading the Hurd ...
unaligned pointer 0x8ecc0002
Aborted. Press any key to exit.

Pressing any key does not help. A complete reboot is necessary!

Adding -curses the hang happens at the display of:
640 x 350 Graphic mode




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



Bug#602479: ocrad: manual - Please specify image file types accepted

2010-11-05 Thread Jari Aalto
Package: ocrad
Version: 0.17-4
Severity: normal


According to http://en.wikipedia.org/wiki/Ocrad

Ocrad is an optical character recognition program, developed
as part of the GNU Project. Based on a feature extraction
method, it reads images in portable pixmap
   ===

And according to http://en.wikipedia.org/wiki/Portable_pixmap there
are 3 format (PPM, PBM and PNM):

The phrase Netpbm format commonly refers to any or all of the
members of a set of closely related graphics formats used and
defined by the Netpbm project. The portable pixmap format
(PPM), the portable graymap format (PGM) and the portable
bitmap format (PBM) are image file formats originally designed
to be easily exchanged between platforms. They are also
sometimes referred to collectively as the portable anymap
format (PNM)[1].

However the maual page only reads:

DESCRIPTION
   GNU  Ocrad - Optical Character Recognition program.  Reads pnm 
file(s),
   or standard input, and sends text to standard output.

Please clarify:

- If the *.pnm format the only accepted for the program?
- Or does it support the full range of portable pixmap pixmaps, in
  which case the formats should be listed in manual page.

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

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

Versions of packages ocrad depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-4  GCC support library
ii  libstdc++64.4.5-4The GNU Standard C++ Library v3

ocrad recommends no packages.

ocrad suggests no packages.

-- debconf-show failed



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



Bug#602480: ocrad: Add long option for -o

2010-11-05 Thread Jari Aalto
Package: ocrad
Version: 0.17-4
Severity: wishlist


Almost all other options have readable --long choice, but not
-o. Please add support for option --output.

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

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

Versions of packages ocrad depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-4  GCC support library
ii  libstdc++64.4.5-4The GNU Standard C++ Library v3

ocrad recommends no packages.

ocrad suggests no packages.

-- debconf-show failed



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



Bug#602481: ocrad: Add long option for -x

2010-11-05 Thread Jari Aalto
Package: ocrad
Version: 0.17-4
Severity: wishlist


Almost all other options have readable --long choice, but not
-x. Please add support for option --export.

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

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

Versions of packages ocrad depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-4  GCC support library
ii  libstdc++64.4.5-4The GNU Standard C++ Library v3

ocrad recommends no packages.

ocrad suggests no packages.

-- debconf-show failed



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



Bug#602410: libcore-ocaml-dev: META doesn't mention that core requires threads.

2010-11-05 Thread Stéphane Glondu
Le 04/11/2010 18:15, Guillaume Yziquel a écrit :
 But the 'archive' statements should probably require the 'mt' tag. And 
 throwing an error in the absence of threads.

When I compile an empty file this way:

  ocamlfind ocamlc -package core -linkpkg toto.ml

I get the following error message:

  ocamlfind: Error from package `threads': Missing -thread or -vmthread
switch

Isn't that clear enough? FYI, this error is thrown by the following line:

  error(-mt) = Missing -thread or -vmthread switch

But unfortunately, error directives seem to be ignored in the toplevel.
I guess this why you've submitted this bugreport? Do you know a solution
to this?

 However, this is a subotpimal situation, as there are many declarations and 
 interfaces that one would wish to use even in the absence of threads. A much 
 better situation would be to have a non-multithreaded version of core, that 
 would, for example, not include the Timer module (that requires the Condition 
 module and hence threads). Not sure however if this is a Debian issue or an 
 upstream issue.

It looks like upstream. The META file is also upstream, by the way.


Cheers,

-- 
Stéphane




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



Bug#602482: kde-full: Global keyboard shortcuts get lost after restart

2010-11-05 Thread mbec
Package: kde-full
Version: 4.4.5
Severity: normal

Adaptions of global keyboard shortcuts in system settings get lost resp. are
not saved after a restart of kde.



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

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



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



Bug#602483: /bin/sh cannot be locally diverted

2010-11-05 Thread Jonathan Nieder
Package: bash
Version: 4.1-3
Severity: important
Tags: patch

Hi,

Currently both dash and bash include /bin/sh in their files
list.  Thus one of the two has to always be diverting /bin/sh
to prevent file conflicts.

This is a nuisance because:
 - the system administrator may want a shell other than dash
   and bash
 - hardcoding this pair is kind of annoying
 - upgrades are a pain; see Bug#546528, #538822, and #540512.

Luckily ajt taught us a way out: bash can stop providing
/bin/sh without causing it to be removed, using some diversion
trickery[1].

Here's a try.  The main complication is that when we play with
diversions, any existing diversions have to be forgotten (or
remembered explicitly).  These patches cope with that by copping out
and just preserving the target of the /bin/sh link instead of
specific diversions.

My main complaint is the duplication of dash preinst code that
restores diversions in the postinst.  I think that's okay as a
temporary hack but would be happy to see the logic centralized or
eliminated (perhaps by getting dash to drop its copy of /bin/sh,
too, so there would be nothing to divert).

Patches apply on top of the patch from Bug#602456 (bash: please drop
dpkg assertion in preinst).  Attached since debbugs seems to deal
best with that.

What do you think?

Jonathan Nieder (2):
  bash.preinst: document
  Remove /bin/sh from the bash package

 debian/bash.postinst  |   50 +-
 debian/bash.preinst.c |  254 ++---
 debian/changelog  |4 +
 debian/rules  |3 -
 4 files changed, 209 insertions(+), 102 deletions(-)

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=85;bug=34717
Subject: [PATCH 1/2] bash.preinst: document

Paraphrase as a shell script.
---
 debian/bash.preinst.c |   39 ---
 1 files changed, 32 insertions(+), 7 deletions(-)

diff --git a/debian/bash.preinst.c b/debian/bash.preinst.c
index 8eec85b..76a8aeb 100644
--- a/debian/bash.preinst.c
+++ b/debian/bash.preinst.c
@@ -5,6 +5,38 @@
  * You may freely use, distribute, and modify this program.
  */
 
+static const char msg[] =
+  As bash for Debian is destined to provide a working /bin/sh (pointing to\n
+  /bin/bash) your link will be overwritten by a default link.\n\n
+  If you don't want further upgrades to overwrite your customization, 
please\n
+  read /usr/share/doc/bash/README.Debian.gz for a more permanent 
solution.\n\n
+  [Press RETURN to continue];
+
+/* if ! target=$(readlink /bin/sh)
+ * then
+ * # error reading link. Will be overwritten.
+ * echo 'The bash upgrade discovered that something is wrong with your 
/bin/sh link.'
+ * echo $msg
+ * read answer
+ * exit 0
+ * fi
+ * if test $target != bash  test $target != /bin/bash
+ * then
+ * read diversion  (/usr/sbin/dpkg-divert --list /bin/sh) ||
+ * exit 1
+ * if test -n $diversion
+ * then
+ * # link is diverted
+ * exit 0
+ * fi
+ * echo 'The bash upgrade discovered that your /bin/sh link points to 
$target'
+ * echo $msg
+ * read answer
+ * exit 0
+ * fi
+ * exit 0
+ */
+
 // Don't rely on /bin/sh and popen!
 
 #include stdio.h
@@ -70,13 +102,6 @@ char *check_diversion(void)
 return NULL;
 }
 
-const char *msg =
-  As bash for Debian is destined to provide a working /bin/sh (pointing to\n
-  /bin/bash) your link will be overwritten by a default link.\n\n
-  If you don't want further upgrades to overwrite your customization, 
please\n
-  read /usr/share/doc/bash/README.Debian.gz for a more permanent 
solution.\n\n
-  [Press RETURN to continue];
-
 int main(void) {
 int targetlen;
 char target[PATH_MAX+1], answer[1024], *fn;
-- 
1.7.2.3.557.gab647.dirty

Subject: [PATCH 2/2] Remove /bin/sh from the bash package

---
 debian/bash.postinst  |   50 +-
 debian/bash.preinst.c |  261 -
 debian/changelog  |4 +
 debian/rules  |3 -
 4 files changed, 200 insertions(+), 118 deletions(-)

diff --git a/debian/bash.postinst b/debian/bash.postinst
index 02b2302..8baf4f5 100644
--- a/debian/bash.postinst
+++ b/debian/bash.postinst
@@ -1,12 +1,58 @@
 #! /bin/bash
-
 set -e
 
-# the symlink is in the package now. So this should never happen ...
+set_diversions () {
+   if test $(dpkg-divert --listpackage /bin/sh) != $1
+   then
+   dpkg-divert --quiet --remove /bin/sh
+   dpkg-divert --package $1 --divert /bin/sh.distrib --add 
/bin/sh
+   fi
+   if test $(dpkg-divert --listpackage /usr/share/man/man1/sh.1.gz) != 
$1
+   then
+   dpkg-divert --remove /usr/share/man/man1/sh.1.gz
+   dpkg-divert --package $1 \
+   --divert /usr/share/man/man1/sh.distrib.1.gz \
+   --add /usr/share/man/man1/sh.1.gz
+   fi
+}
+
+divert_sh () {
+   shell=$(readlink /bin/sh)
+   

Bug#245544: Set::IntSpan

2010-11-05 Thread Nicholas Bamber

Chris,
   I am glad you found your own solution to this problem and I am sorry 
noone got back to up you about it.


   I could forward this upstream for discussion but I will not for a 
number of reasons.

1.) You could have given more explanation as to why you need large integers.
2.) Although bigint is supposed to be transparent I am not to sure 
about potential implications. Some benchmark test results with and 
without bigint would be  a big help.

3.) There are some dependencies on this module.

I was going to tag this moreinfo, but given the amount of time that has 
passed I will tag it wontfix. That can always be changed if more 
evidence emerges.




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



Bug#602484: ITP: stardict-czech -- Stardict package for Czech dictionary of foreign words

2010-11-05 Thread Michal Čihař
Package: wnpp
Severity: wishlist
Owner: Michal Čihař ni...@debian.org

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: stardict-czech
  Version : 20101105
  Upstream Author : Marcel Dopita and others
* URL : http://cihar.com/software/slovnik/
* License : GPL
  Programming Lang: N/A (data package)
  Description : Stardict package for Czech dictionary of foreign words

 This is a package of the Czech dictionary of foreign words
 for Stardict.

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

iQIcBAEBCAAGBQJM0705AAoJEGo39bHX+xdNh6IQAJvybGYr6u/tH9temfT0MG2Q
qWt3QuB5pYYkkmo0jw2wuLKmz/pPHwfQN5L4MJcgIMF9SDtCLgQ1F7pXTqZsvfPb
V98rR3viiQrPhX7dll8+9m7vo+ykpO/fFmVw5qpgrk58yH+qBqemNBq2bDMSRPir
NpMrQkb17j1zQOC/ycxAugqFCkA3nNH97syntMKeAs9GjOEExEfCYNbwNnbjIc9E
B+Uzh7bJhVxo1lzu05TQvhCArpAmVK+2NIlWKYpUxIpE9BDRdM+yTjBrrTQ8gxKI
veUc2PkyHou1zc0pQCK3+bqW36D/gOfFgzi30XIzf8IiqJLh+kSZFNr2zL1NZSmq
D421b1jZrqesf+ySzUQr4BhjZ/q6UHFhlE6ghPaCIguABDaJ7JOoNNL6CH4UCklj
sgfcVqZSsqgciU2U+Ov/1VgAXvK6d2+EklvVk2V1b70qG5yqY94mLsg+rOKrSwPj
4D4ZFTwUNqT+E+4e54RoRiQNxlCD1eVxKh78yYCfQWDvbAQcRrWNZMSyWk3ZBXtu
RMWVpzbkyh+/5CgncVSwry/NT0zrKcHyyCmbLxAokbGLjypLgDCCqcQHPOlvdZVZ
mXqwVpWtIHR1xL0LnjOvb4yTTQS08RpeyRPnS9xf2Rsrkdn0s+f0priIZd8Sj6ce
2OS0iM1rWKAcAfLiYVX0
=s8zz
-END PGP SIGNATURE-



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



Bug#426990: 'test' builtin of bash returns wrong value for '! -a FILE' operation

2010-11-05 Thread Jonathan Nieder
tags 426990 + moreinfo
found 426990 bash/4.1-3
quit

Hi Masanobu,

OZAKI Masanobu wrote:

 Please try
   % bash -c 'test ! -a .  echo true'
 and compare with the result of
   % bash -c '/usr/bin/test ! -a .  echo true'

So which one is right?

My first reading was:

test ! -a .
=   test !  test .
=   test -n !  test -n .
=   true  true
=   true

though I expect you were looking for:

test ! -a .
=   ! test -a .
=   ! test -e .
=   ! true
=   false

 What is interesting is that the results of
   % bash -c 'test ! -z foo  echo true'
 and
   % bash -c '/usr/bin/test ! -z foo  echo true'

Right, this one is not ambiguous.

My recommendation is to never use the ! or -a 'test' operators.
They are superfluous next to the shell-supported ! and .
POSIX does not mandate support for -a (though XSI does), perhaps for
this reason.

Hope that helps,
Jonathan



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



Bug#459413: bash: Builtin command printf is not UTF-8 aware

2010-11-05 Thread Jonathan Nieder
severity 459413 wishlist
tags 459413 + upstream
quit

Teemu Likonen wrote:
 Kalle Olavi Niemitalo kirjoitti:

 If a simple character-counting feature were added now, perhaps
 with new syntax such as %5Uc, [...]

 This sounds good idea.

I agree.  Maybe someone should file it with http://austingroupbugs.net/?



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



Bug#602485: mlocate: updatedb cron script should include nice as well

2010-11-05 Thread Michal Suchanek
Package: mlocate
Version: 0.21.1-1
Severity: normal


Hello

I noticed that my system stalls when cron jobs are run.

My suspicion is that updatedb causes swapping and effectively stops any
running applications.

Setting nice as well as ionice seems to alleviate the issue.

I suggest adding the nice setting to the script as it should not harm
anything and makes my system usable while updatedb is running.


-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing'), (300, 'unstable'), (295, 
'experimental'), (290, 'stable-i386'), (280, 'testing-i386'), (270, 
'unstable-i386'), (150, 'experimental-i386')
Architecture: amd64 (x86_64)

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

Versions of packages mlocate depends on:
ii  adduser   3.110  add and remove users and groups
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib

mlocate recommends no packages.

mlocate suggests no packages.

-- Configuration Files:
/etc/cron.daily/mlocate changed:
set -e
[ -x /usr/bin/updatedb.mlocate ] || exit 0
LOCKFILE=/var/lib/mlocate/daily.lock
trap rm -f $LOCKFILE EXIT
if [ -e $LOCKFILE ]; then
echo 2 Warning: $LOCKFILE present, not running today.
exit 1
else
touch $LOCKFILE
fi
if [ -x /usr/bin/ionice ] 
/usr/bin/ionice -c3 true 2/dev/null; then
IONICE=/usr/bin/ionice -c3
fi
nice -n 20 $IONICE /usr/bin/updatedb.mlocate


-- 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#333953: bash: LC_COLLATE ignores nocaseglob in some locales

2010-11-05 Thread Jonathan Nieder
Toni Mueller wrote:

 I must admit that I am not sure that I completely understood your
 opengroup references, but would like to point out that programmers and
 systems administrators may have quite different requirements than end
 users, which these Posix documents are clearly aimed at

Really?

Posix mainly documents existing practice.  The goal is portability,
and casual users might care about that but programmers and sysadmins
tend to care a lot more.

One can be forgiven for missing this in the spec, though.  The only
hint of its intended audience I could find is

POSIX.1-2008 is intended to be used by both application
developers and system implementors

 I therefore request that the options nocaseglob and nocasematch are
 made to work as primarily documented

Actually nocaseglob and nocasematch seem a bit like red herrings here.
They are about globs like

a*

matching files that start with a capital A, too.  Without these
options, the question about [a-z] would exist just as much (though
maybe you can convince someone willing to work on this to add a
new FNM_STRICTCASE flag, maintain a separate version of the collation
order for each locale for its use, and add a strictcaseglob option to
request its use).

You might also find that the friendly people in the Austin Group
could help with coming up with a consistent behavior that fits your
needs, provided you can resist insulting them.

But I will stop here.

Regards,
Jonathan



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



Bug#602422: Downgrading severity

2010-11-05 Thread Enrico Tassi
While I undesrtand the bug should really be fixed, I think it fails to be
considered RC, since it just recommends the non available package.

Cheers
-- 
Enrico Tassi



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



Bug#596260: bash: Should respect CFLAGS when building

2010-11-05 Thread Jonathan Nieder
reassign 596260 src:bash
found 596260 bash/4.1-3
retitle 596260 bash: Please use dpkg-buildflags for DEB_BUILD_OPTIONS support
tags 596260 - patch
# policy §4.9.1
severity 596260 important
quit

Witold Baryluk wrote:

 In Debian main mechanism for providing building flags when building
 packages is by using /etc/dpkg/buildflags.conf.
 
 This file is readed by dpkg-buildpackage, and nacassary
 environment variables are created before debian/rules
 is executed.
 
 bash's debian/rules, unconditionally overwrites all flags.
 
 
 Single change to debian/rules fixes this:
 
 -CFLAGS = -O2 -g -Wall
 +CFLAGS ?= -O2 -g -Wall

Actually it should be something like

 CFLAGS := $(shell dpkg-buildflags --get CFLAGS)

(I know you know that, just writing it for the bug log.)

Thanks for a reminder.



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



Bug#601959: science-linguistics: upgrading from lenny fails

2010-11-05 Thread Alexander Reichle-Schmehl
Hi!

* Lucas Nussbaum lu...@lucas-nussbaum.net [101031 21:59]:

   I'm not filing bugs for other blends packages, but the following ones
   are affected as well:
  
   ...
 Selecting previously deselected package blends-common.
 Unpacking blends-common (from .../blends-common_0.6.14_all.deb) ...
   ...
  dpkg: error processing 
   /var/cache/apt/archives/science-linguistics_0.11_all.deb (--unpack):
   there is no script in the new version of the package - giving up
  configured to not write apport reports
  File /etc/blends/blends.conf is missing.  Please check installation of 
   package blends-common.
  
  This part is really strange because the package blends-common was installed
  before and provides the file /etc/blends/blends.conf.
[..]
 You need to:
 - install science-linguistics in lenny
 - point sources.list to squeeze
 - apt-get update
 - apt-get upgrade
 - apt-get dist-upgrade
 
 Not just install the package from squeeze on lenny.

I could verify the problem as described by Lucas.  Andreas, note that at
the point of the error, blends-common is only unpacked, but not yet
configured.  So I guess in the science-lingustics depends science-config
depends blends-common line should be (at least one) pre-depends, but
I'm not entirely sure where.

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#601337: www.debian.org: move events/talks/ and events/speakers/ to the wiki

2010-11-05 Thread Alexander Reichle-Schmehl
Hi!


Am 04.11.2010 15:33, schrieb Simon Paillard:

 On Thu, Nov 04, 2010 at 02:14:48PM +0100, pmate wrote:
 I have just completed the wiki part of the work: all the contents in
 the http://www.debian.org/events/talks page have been injected into
 the wiki.
 Peace! ;-)
 Could you inject translations and provide infrastructure to keep them up to
 date ?

If we are going to work on the talks page, can we please think about
what we need before doing so?  Listing all the talks is nice, but having
them listed by different criteria (e.g. topic, date, conference,
speaker, etc.) would even be nicer, wouldn't it?

Yes, that would mean we are back to square 1, as neither the wiki nor
the web page can currently do that.  But if we are going to change it,
let's do it properly, shall we?


Best regards,
  Alexander, who's still in the to-be-restructured events team



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



Bug#602487: [INTL: it] xringd po-debconf Italian translation

2010-11-05 Thread Luca Bruno
Package: xringd
Version: 1.20-25.2
Severity: wishlist
Tags: l10n

Hi,
please find attached the Italian translation of your po-debconf.

Cheers, Luca



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

Kernel: Linux 2.6.34-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# This file is distributed under the same license as the xringd package.
# Luca Bruno lu...@debian.org, 2010.
#
msgid 
msgstr 
Project-Id-Version: xringd\n
Report-Msgid-Bugs-To: xri...@packages.debian.org\n
POT-Creation-Date: 2008-06-19 08:29+0200\n
PO-Revision-Date: 2010-11-05 10:04+0100\n
Last-Translator: Luca Bruno lu...@debian.org\n
Language-Team: Italian t...@lists.linux.it\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n

#. Type: string
#. Description
#: ../templates:1001
msgid Which device is your modem connected to?
msgstr A che dispositivo è collegato il modem?

#. Type: string
#. Description
#: ../templates:1001
msgid 
Xringd needs to poll a modem, which connects to your machine via a serial 
port. Please enter which serial port (usually /dev/ttyS[0-4]) your modem is 
connected to.
msgstr 
Xringd ha bisogno di poter controllare il modem, che è collegato al sistema 
tramite una porta seriale. Specificare a quale porta seriale è connesso 
(solitamente /dev/ttyS[0-4])


Bug#602488: telepathy-glib: FTBFS (powerpc): FAIL: test-connection-interests

2010-11-05 Thread Philipp Kern
Source: telepathy-glib
Version: 0.13.4-1
Severity: serious

 
 sbuild (Debian sbuild) 0.60.0 (23 Feb 2010) on porpora.debian.org
 
 ╔══╗
 ║ telepathy-glib 0.13.4-1 (powerpc)  04 Nov 2010 
 09:05 ║
 ╚══╝
[...]
 PASS: test-connection-inject-bug16307
 Temporary bus daemon is 
 unix:abstract=/tmp/dbus-dXiiJ8aw6n,guid=3a2e9c5b6074872616dc3bdc003ed0d4
 Temporary bus daemon PID is 16697
 /conn/interest: 
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/connection-DEBUG: tp_base_connection_class_init: Initializing 
 (TpBaseConnectionClass *)0x10024b48
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/connection-DEBUG: tp_base_connection_init: Initializing 
 (TpBaseConnection *)0x10031068
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/connection-DEBUG: tp_base_connection_constructor: Post-construction: 
 (TpBaseConnection *)0x10031068
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/connection-DEBUG: tp_base_connection_constructor: Handle repo for 
 type #0 at (nil)
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/connection-DEBUG: tp_base_connection_constructor: Handle repo for 
 type #1 at 0x1002a9a0
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/connection-DEBUG: tp_base_connection_constructor: Handle repo for 
 type #2 at 0x1002aa20
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/connection-DEBUG: tp_base_connection_constructor: Handle repo for 
 type #3 at (nil)
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/connection-DEBUG: tp_base_connection_constructor: Handle repo for 
 type #4 at (nil)
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/connection-DEBUG: tp_base_connection_register: bus name 
 org.freedesktop.Telepathy.Connection.simple.simple_protocol.me_40example_2ecom
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/connection-DEBUG: tp_base_connection_register: object path 
 /org/freedesktop/Telepathy/Connection/simple/simple_protocol/me_40example_2ecom
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/connection-DEBUG: tp_connection_init: 0x100310f0
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/proxy-DEBUG: tp_proxy_constructor: 0x100310f0: request 0x10032788 
 represents core features
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/connection-DEBUG: tp_connection_constructor: Connecting to 
 StatusChanged and ConnectionError
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/proxy-DEBUG: tp_proxy_borrow_interface_by_id: 0x100310f0: 
 org.freedesktop.Telepathy.Connection DBusGProxy is 0x1002aba8
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/connection-DEBUG: tp_connection_constructor: Calling GetStatus
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/connection-DEBUG: tp_connection_constructor: Returning 0x100310f0
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/proxy-DEBUG: tp_proxy_prepare_async: 0x100310f0: 
 tp-connection-feature-connected newly wanted
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/proxy-DEBUG: tp_proxy_poll_features: 0x100310f0: core features not 
 ready yet, nothing prepared
 (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
  tp-glib/connection-DEBUG: tp_base_connection_change_status: was 

Bug#602489: cudf: FTBFS on non-linux: undefined reference to dl*

2010-11-05 Thread Cyril Brulebois
Source: cudf
Version: 0.5.99-1
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package FTBFS on non-Linux archs with:
| cc -g -O2 -g -Wall -O2 -o caml_hash_variant caml_hash_variant.o dummy.o 
-L/usr/lib/ocaml -lcamlrun -lm -lcurses
| /usr/lib/ocaml/libcamlrun.a(unix.o): In function `caml_dlerror':
| (.text+0x16c): undefined reference to `dlerror'
| /usr/lib/ocaml/libcamlrun.a(unix.o): In function `caml_dlsym':
| (.text+0x17a): undefined reference to `dlsym'
| /usr/lib/ocaml/libcamlrun.a(unix.o): In function `caml_dlclose':
| (.text+0x19e): undefined reference to `dlclose'
| /usr/lib/ocaml/libcamlrun.a(unix.o): In function `caml_dlopen':
| (.text+0x1bb): undefined reference to `dlopen'
| collect2: ld returned 1 exit status

Full build logs:
  https://buildd.debian.org/status/package.php?p=cudfsuite=experimental

From a quick look, I couldn't find any obvious differences between nm -D
/usr/lib/ocaml/libcamlrun.a's output on amd64 and kfreebsd-amd64; I
guess the behaviour of the linker is slightly different, and linking
with undefined symbols is OK on Linux only.

Adding -ldl fixes it, patch attached. Not sure that's the right way
though (maybe libcamrun.a ought to be tweaked instead?).

Mraw,
KiBi.
From ef9fff81e7417da53600f042b5dd69476a812ee1 Mon Sep 17 00:00:00 2001
From: Cyril Brulebois k...@debian.org
Date: Fri, 5 Nov 2010 08:54:25 +0100
Subject: [PATCH] link caml_hash_variant with -ldl

without that, one can run into the following issues, on non-Linux systems:
  cc -Wall -DG_LOG_DOMAIN=\libCUDF\ -o caml_hash_variant caml_hash_variant.o 
dummy.o -L/usr/lib/ocaml -lcamlrun -lm -lcurses
  /usr/lib/ocaml/libcamlrun.a(unix.o): In function `caml_dlerror':
  (.text+0x16c): undefined reference to `dlerror'
  /usr/lib/ocaml/libcamlrun.a(unix.o): In function `caml_dlsym':
  (.text+0x17a): undefined reference to `dlsym'
  /usr/lib/ocaml/libcamlrun.a(unix.o): In function `caml_dlclose':
  (.text+0x19e): undefined reference to `dlclose'
  /usr/lib/ocaml/libcamlrun.a(unix.o): In function `caml_dlopen':
  (.text+0x1bb): undefined reference to `dlopen'
  collect2: ld returned 1 exit status
---
 c-lib/Makefile.variants |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/c-lib/Makefile.variants b/c-lib/Makefile.variants
index 19af0ea..fdf2655 100644
--- a/c-lib/Makefile.variants
+++ b/c-lib/Makefile.variants
@@ -65,7 +65,7 @@ cudf-variants.h: caml_hash_variant Makefile.variants
 caml_hash_variant: caml_hash_variant.o
 dummy.ml
ocamlc -o dummy.o -output-obj dummy.ml
-   $(CC) $(CFLAGS) -o $@ $ dummy.o -L$(OCAML_LIBDIR) -lcamlrun -lm 
-lcurses
+   $(CC) $(CFLAGS) -o $@ $ dummy.o -L$(OCAML_LIBDIR) -lcamlrun -lm 
-lcurses -ldl
@rm -f dummy.*
 
 clean: clean-variants
-- 
1.7.2.3



Bug#602490: please add enable flag to /etc/default/nagios3

2010-11-05 Thread Harald Dunkel
Package: nagios3
Version: 3.2.1-2
Severity: wishlist

Would it be possible to add an enable flag to
/etc/default/nagios3 to control if the daemon is
started at boot time?

Reason: I've got a cold standby machine for Nagios.
It is not supposed to run Nagios3 (unless there is
a problem), but its configuration has to be checked
from time to time.

Other monitoring packages provide an enable flag in
their /etc/default config file as well, e.g. snmpd,
smartmontools, etc.


Many thanx

Harri



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



Bug#602488: telepathy-glib: FTBFS (powerpc): FAIL: test-connection-interests

2010-11-05 Thread Philipp Kern
retitle 602488 telepathy-glib: FTBFS: FAIL: test-connection-interests
thanks

On Fri, Nov 05, 2010 at 10:08:43AM +0100, Philipp Kern wrote:
  (/build/buildd-telepathy-glib_0.13.4-1-powerpc-k00Iyl/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:16701):
   tp-glib/handles-DEBUG: _tp_connection_clean_up_handle_refs: 0x100310f0
  Segmentation fault
  Killing temporary bus daemon: 16697
  FAIL: test-connection-interests
  Temporary bus daemon is 
  unix:abstract=/tmp/dbus-NLkFhU3txa,guid=a5ef88d4c3103745b277397d003ed0d4
  Temporary bus daemon PID is 16731

s390 says a bit more:

(/build/buildd-telepathy-glib_0.13.4-1-s390-CZsrxC/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:13843):
 tp-glib/proxy-DEBUG: _tp_proxy_signal_connection_dgproxy_destroy: 0x41cd50: 
DBusG
Proxy 0x41cba8 invalidated
(/build/buildd-telepathy-glib_0.13.4-1-s390-CZsrxC/telepathy-glib-0.13.4/tests/dbus/.libs/lt-test-connection-interests:13843):
 tp-glib/handles-DEBUG: _tp_connection_clean_up_handle_refs: 0x4230f0
**
ERROR:connection-interests.c:374:test_interest: assertion failed 
(g_ptr_array_index (test-log, i) == uninterested in  
TP_IFACE_CONNECTION_INTERFACE_LOCATION): ( == uninterested in 
org.freedesktop.Telepa
thy.Connection.Interface.Location)
Aborted
Killing temporary bus daemon: 13839
FAIL: test-connection-interests

Kind regards,
Philipp Kern


signature.asc
Description: Digital signature


Bug#602491: evolution: search inside entry

2010-11-05 Thread Pol Hallen
Package: evolution
Version: 2.30.3-2
Severity: important


Hello :-)
search bar is only by name BUT not search inside entry (like note).
is there a way to looking for data inside entry? (like kaddressbook)

thanks

Pol

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

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

Versions of packages evolution depends on:
ii  dbus   1.2.24-3  simple interprocess messaging syst
ii  debconf [debconf-2.0]  1.5.36Debian configuration management sy
ii  evolution-common   2.30.3-2  architecture independent files for
ii  evolution-data-server  2.30.3-2  evolution database backend server
ii  gconf2 2.28.1-5  GNOME configuration database syste
ii  gnome-icon-theme   2.30.3-1  GNOME Desktop icon theme
ii  libart-2.0-2   2.3.21-1  Library of functions for 2D graphi
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libcamel1.2-14 2.30.3-2  The Evolution MIME message handlin
ii  libcanberra-gtk0   0.24-1Gtk+ helper for playing widget eve
ii  libcanberra0   0.24-1a simple abstract interface for pl
ii  libdbus-1-31.2.24-3  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2simple interprocess messaging syst
ii  libebackend1.2-0   2.30.3-2  Utility library for evolution data
ii  libebook1.2-9  2.30.3-2  Client library for evolution addre
ii  libecal1.2-7   2.30.3-2  Client library for evolution calen
ii  libedataserver1.2-13   2.30.3-2  Utility library for evolution data
ii  libedataserverui1.2-8  2.30.3-2  GUI utility library for evolution 
ii  libegroupwise1.2-132.30.3-2  Client library for accessing group
ii  libenchant1c2a 1.6.0-1   a wrapper library for various spel
ii  libevolution   2.30.3-2  evolution libraries
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-1   FreeType 2 font engine, shared lib
ii  libgconf2-42.28.1-5  GNOME configuration database syste
ii  libgdata-google1.2-1   2.30.3-2  Client library for accessing Googl
ii  libgdata1.2-1  2.30.3-2  Client library for accessing Googl
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgnome-desktop-2-17  2.30.2-1  Utility library for loading .deskt
ii  libgnomecanvas2-0  2.30.1-1  A powerful object-oriented display
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libgtkhtml-editor0 3.30.3-1  HTML rendering/editing library - e
ii  libgtkhtml3.14-19  3.30.3-1  HTML rendering/editing library - r
ii  libgweather1   2.30.2-1  GWeather shared library
ii  libical0   0.44-3iCalendar library implementation i
ii  libice62:1.0.6-1 X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1 0.5.0-2   sends desktop notifications to a n
ii  libnspr4-0d4.8.6-1   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.8-1  Network Security Service libraries
ii  libpango1.0-0  1.28.3-1  Layout and rendering of internatio
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libsoup2.4-1   2.30.2-1  an HTTP library implementation in 
ii  libsqlite3-0   3.7.3-1   SQLite 3 shared library
ii  libstartup-notificatio 0.10-1library for program launch feedbac
ii  libunique-1.0-01.1.6-1.1 Library for writing single instanc
ii  libxml22.7.7.dfsg-4  GNOME XML library
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages evolution recommends:
ii  bogofilter   1.2.2-2 a fast Bayesian spam filter (dummy
ii  evolution-plugins2.30.3-2standard plugins for Evolution
ii  evolution-webcal 2.28.1-1webcal: URL handler for GNOME and 
ii  gnome-desktop-data   2.30.2-1Common files for GNOME desktop app
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

Versions of packages evolution suggests:
pn  bug-buddy none (no description available)
pn  evolution-dbg none (no description available)
ii  evolution-exchange2.30.2-1   Exchange plugin for the Evolution 
pn  

Bug#602444: firmware-brcm80211: Kernel Panic on iwlist scan

2010-11-05 Thread Didier 'OdyX' Raboud
tags 602444 -patch 
thanks 

Hi Ben, and thanks for your answer,

Le jeudi 4 novembre 2010 23:37:48 Ben Hutchings, vous avez écrit :
 On Thu, 2010-11-04 at 22:52 +0100, Didier Raboud wrote:
  Package: firmware-brcm80211
 
 What has this got to do with the firmware?

The observable facts I could get is that:

* the boot completes when the package is not installed
* the boot stop with a Kernel Panic (or an Oops, I could not see exactly) when
  the package is installed.

I don't know the details of how it works internally, so I directed my suspicion 
against the firmware-* package. Thanks to you and Julien for the re-assigning.

  Justification: breaks the whole system
 
 No it doesn't.

I don't intend to play severity ping-pong, but Impossible to boot, Kernel 
Panic 
at each boot doesn't sound below RC to me.

  I tested that here and it works.
 
 [...]
 
 That's odd because this module doesn't have such an option.  'maxcpus=1'
 is a kernel command-line parameter, and strangely enough we do not want
 to use it.

Yeah, I completely overlooked that; sorry. My approach was plain wrong.

Now I conducted a more precise investigation, _with_ the firmware-brcm80211 
package installed. I booted in single mode, hence getting a root console. No 
problem so far; the module is loaded. Running iwlist scan from that single 
root console leads to 100% reproducible oops.

So my guess is that Network-Manager uses the driver, eventually triggering a 
scan and then kernel oopses at that moment, leading to a non-completed boot. 
Would you need more information ? Of what sort ?

For now, I uninstalled the firmware package and will try with the broadcom-sta 
stack, unfortunately from non-free.

Cheers, 

OdyX

-- 
Didier Raboud, proud Debian Maintainer (DM).
CH-1020 Renens
did...@raboud.com


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


Bug#601905: live-helper: Does not create image for usb

2010-11-05 Thread Rubik Andrey
Hi all!

I have the same problem.

Live-helper version: 2.0.5+20101028.074457~60squeeze+1

Solution: 

rm -f binary/dists/squeeze/squeeze
 /usr/share/live/build/scripts/build/lb_binary

didn't work for me...

I had received:

loop: can't delete device /dev/loop2: Device or resource busy

I try /usr/share/live/build/scripts/build/lb_binary again and had
received this:

Can't open /proc/2013/fd/3: No such file or directory
Cannot initialize 'S:'
Bad target s:/ldlinux.sys
syslinux: failed to create ldlinux.sys
P: Begin unmounting filesystems...


-- 
Best regards
Rubik Andrey
email: tirnota...@gmail.com
GPGKey: 1024D / 2EA8E207 2010-03-01
7E60 4450 CD90 6E2D E949  6254 7FDC 5F5C 2EA8 E207


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


Bug#602492: unblock: crashmail/0.71-4

2010-11-05 Thread Peter Krefting
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package crashmail

0.71-4 contains exactly one fix, which is to make it buildable on kFreeBSD.
Please see bug#592481 for the details.

The change that went in is detailed here:
http://git.debian.org/?p=crashmail/crashmail.git;a=commitdiff;h=7453168e7982644bdb22cb36c6bd5a0ef92537e4

I thought I uploaded in time to not be hit by the freeze, but I see now that
I was not.

Thanks.



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



Bug#602493: xbindkeys: cannot handle ctrl+alt+kp_add

2010-11-05 Thread Krasu
Package: xbindkeys
Version: 1.8.3-1
Severity: normal

If I run xbindkeys -mk and press Ctrl+Alt+Plus, it will print

Control+Alt + KP_Add

If I add this combination to config file, xbindkeys will not handle it.
Handling other key combinations is ok.

In X11 this combination is not allowed with DontVTSwitch in xorg.conf, so
other applications should have an ability use it.



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

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

Versions of packages xbindkeys depends on:
ii  guile-1.6-libs 1.6.8-10  Main Guile libraries
ii  libc6  2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib
ii  libguile-ltdl-11.6.8-10  Guile's patched version of libtool
ii  libqthreads-12 1.6.8-10  QuickThreads library for Guile
ii  libx11-6   2:1.3.3-3 X11 client-side library

xbindkeys recommends no packages.

Versions of packages xbindkeys suggests:
pn  wish  none (no description available)
pn  xbindkeys-config  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#602494: logcheck runs filters for packages not installed

2010-11-05 Thread Arthur Marsh
Package: logcheck
Version: 1.3.13
Severity: normal


Hi, at present my logcheck is into 33 minutes of cpu time for
running the ignore/innd rule, when the innd package is not installed.

If running logcheck against only locally created logfiles, there should
be a configuration option to only run logcheck against installed (or
non-purged) packages.

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

Kernel: Linux 2.6.36-git6 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages logcheck depends on:
ii  adduser   3.112+nmu1 add and remove users and groups
ii  cron  3.0pl1-115 process scheduling daemon
ii  exim4-daemon-light [mail-tran 4.72-2 lightweight Exim MTA (v4) daemon
ii  lockfile-progs0.1.15 Programs for locking and unlocking
ii  logtail   1.3.13 Print log file lines that have not
ii  mime-construct1.11   construct/send MIME messages from 
ii  sysklogd [system-log-daemon]  1.5-6  System Logging Daemon

Versions of packages logcheck recommends:
ii  logcheck-database 1.3.13 database of system log rules for t

Versions of packages logcheck suggests:
ii  syslog-summary1.14-2 summarize the contents of a syslog

-- Configuration Files:
/etc/cron.d/logcheck changed:
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
@reboot logcheckif [ -x /usr/sbin/logcheck ]; then ionice -c3 nice 
-n5 /usr/sbin/logcheck -R; fi
2 * * * *   logcheckif [ -x /usr/sbin/logcheck ]; then ionice -c3 nice 
-n5 /usr/sbin/logcheck; fi

/etc/logcheck/logcheck.conf [Errno 13] Permission denied: 
u'/etc/logcheck/logcheck.conf'
/etc/logcheck/logcheck.logfiles [Errno 13] Permission denied: 
u'/etc/logcheck/logcheck.logfiles'

-- debconf-show failed



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



Bug#602495: ocrad: manual -- List options --help and --version at the end like it other GNU programs

2010-11-05 Thread Jari Aalto
Package: ocrad
Version: 0.17-4
Severity: minor


For consistency with the rest of the GNU programs, the options -help
and --version should be listed last. See e.g. cp(1)

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

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

Versions of packages ocrad depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-4  GCC support library
ii  libstdc++64.4.5-4The GNU Standard C++ Library v3

ocrad recommends no packages.

ocrad 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#602496: MSN protocol breakage

2010-11-05 Thread Francesco Paolo Lovergine
Package: bitlbee
Version: 3.0-1
Severity: important

Since upgrade, MSN connections fail with an error:

root msn - Logging in: Authenticated, getting buddy list
root msn - Login error: Error reported by MSN server: Not expected/Invalid 
argument/action

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

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

Versions of packages bitlbee depends on:
ii  adduser  3.112+nmu1  add and remove users and groups
ii  bitlbee-common   3.0-1   An IRC to other chat networks gate
ii  debianutils  3.4.1   Miscellaneous utilities specific t
ii  libc62.11.2-7Embedded GNU C Library: Shared lib
ii  libevent-1.4-2   1.4.13-stable-1 An asynchronous event notification
ii  libgcrypt11  1.4.5-2 LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgnutls26  2.8.6-1 the GNU TLS library - runtime libr

bitlbee recommends no packages.

bitlbee suggests no packages.

-- debconf information:
* bitlbee/serveport: 6667



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



Bug#602495: ocrad: [PATCH] manual -- List options --help and --version at the end like it other GNU programs

2010-11-05 Thread Jari Aalto
tags 602495 + patch
thanks

Here are patches to implement the ordering or options. the *.1 has been
generated accordingly with help2man based on patched *cc.

Jari

From 2a7d4dfe6b51535e695b9bc359a7fa7ab4b42383 Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Fri, 5 Nov 2010 12:13:05 +0200
Subject: [PATCH] doc/ocrad.1: help2man update. List options -h, -V at end
Organization: Private
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit


Signed-off-by: Jari Aalto jari.aa...@cante.net
---
 doc/ocrad.1 |   64 +-
 1 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/doc/ocrad.1 b/doc/ocrad.1
index f77f984..7400b36 100644
--- a/doc/ocrad.1
+++ b/doc/ocrad.1
@@ -1,71 +1,71 @@
-.\ DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH OCRAD 1 June 2007 Ocrad 0.17 User Commands
-.SH NAME
-Ocrad \- Optical Character Recognition Program
-.SH SYNOPSIS
+.\ DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
+.TH OCRAD 1 November 2010 Ocrad 0.17 User Commands
+.SH NAME
+Ocrad \- manual page for Ocrad 0.17
+.SH SYNOPSIS
 .B ocrad
 [\fIoptions\fR] [\fIfiles\fR]
-.SH DESCRIPTION
+.SH DESCRIPTION
 GNU Ocrad \- Optical Character Recognition program.
 Reads pnm file(s), or standard input, and sends text to standard output.
-.SH OPTIONS
-.TP 
-\fB\-h\fR, \fB\-\-help\fR
-display this help and exit
-.TP 
-\fB\-V\fR, \fB\-\-version\fR
-output version information and exit
-.TP 
+.SH OPTIONS
+.TP
 \fB\-a\fR, \fB\-\-append\fR
 append text to output file
-.TP 
+.TP
 \fB\-b\fR, \fB\-\-block=\fRn
 process only the specified text block
-.TP 
+.TP
 \fB\-c\fR, \fB\-\-charset=\fRname
 try `\-\-charset=help' for a list of names
-.TP 
+.TP
 \fB\-e\fR, \fB\-\-filter=\fRname
 try `\-\-filter=help' for a list of names
-.TP 
+.TP
 \fB\-f\fR, \fB\-\-force\fR
 force overwrite of output file
-.TP 
+.TP
 \fB\-F\fR, \fB\-\-format=\fRfmt
 output format (byte, utf8)
-.TP 
+.TP
 \fB\-i\fR, \fB\-\-invert\fR
 invert image levels (white on black)
-.TP 
+.TP
 \fB\-l\fR, \fB\-\-layout=\fRn
 layout analysis, 0=none, 1=column, 2=full
-.TP 
+.TP
 \fB\-o\fR file
 place the output into file
-.TP 
+.TP
 \fB\-p\fR, \fB\-\-crop=\fRl,t,r,b
 crop input image by given rectangle
-.TP 
+.TP
 \fB\-s\fR, \fB\-\-scale\fR=\fI[\-]\fRn
 scale input image by [1/]n
-.TP 
+.TP
 \fB\-t\fR, \fB\-\-transform=\fRname
 try `\-\-transform=help' for a list of names
-.TP 
+.TP
 \fB\-T\fR, \fB\-\-threshold=\fRn%
 threshold for binarization (0\-100%)
-.TP 
+.TP
 \fB\-v\fR, \fB\-\-verbose\fR
 be verbose
-.TP 
+.TP
 \fB\-x\fR file
 export OCR Results File to file
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+display this help and exit
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+output version information and exit
 .SH REPORTING BUGS
 Report bugs to bug\-oc...@gnu.org
-.SH COPYRIGHT
+.SH COPYRIGHT
 Copyright \(co 2007 Antonio Diaz Diaz.
 License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
-.br 
+.br
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 .SH SEE ALSO
@@ -76,7 +76,7 @@ is maintained as a Texinfo manual.  If the
 and
 .B Ocrad
 programs are properly installed at your site, the command
-.IP 
+.IP
 .B info Ocrad
-.PP 
+.PP
 should give you access to the complete manual.
-- 
1.7.2.3

From f66477d0f9eeb747e6c024674a7fa0b63e1d13f2 Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Fri, 5 Nov 2010 11:54:47 +0200
Subject: [PATCH] doc/ocrad.texinfo: Move --help and --version to the end like in other GNU programs
Organization: Private
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit


Signed-off-by: Jari Aalto jari.aa...@cante.net
---
 doc/ocrad.texinfo |   19 +--
 1 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/doc/ocrad.texinfo b/doc/ocrad.texinfo
index 0ae53f2..be333b6 100644
--- a/doc/ocrad.texinfo
+++ b/doc/ocrad.texinfo
@@ -104,16 +104,6 @@ ocrad [...@var{options}] [...@var{files}]
 
 Ocrad supports the following options:
 
-...@table @samp
-...@item --help
-...@itemx -h
-Print an informative help message describing the options and exit.
-...@w{@samp{ocrad --verbose --help}} describes also hidden options.
-
-...@item --version
-...@itemx -V
-Print the version number of ocrad on the standard output and exit.
-
 @item --append
 @itemx -a
 Append generated text to the output file instead of overwriting it.
@@ -208,6 +198,15 @@ stdout, overriding text output except if output has been also redirected
 with the -o option.
 @end table
 
+...@table @samp
+...@item --help
+...@itemx -h
+Print an informative help message describing the options and exit.
+...@w{@samp{ocrad --verbose --help}} describes also hidden options.
+
+...@item --version
+...@itemx -V
+Print the version number of ocrad on the standard output and exit.
 
 @node Image Format Conversion
 @chapter Image Format Conversion
-- 
1.7.2.3

From 

Bug#602497: Please add logcheck.d/ignore.d.*/ files for avahi-daemon

2010-11-05 Thread Radek Antoniuk
Package: avahi-daemon
Version: 0.6.23-3lenny2
Severity: wishlist


Please include rules for ignoring messages from avahi for logcheck.
E.g. those lines should be ignored:
Nov  5 09:50:29 frodo avahi-daemon[2283]: Withdrawing address record for 
1.2.3.4 on eth1.
Nov  5 09:50:29 frodo avahi-daemon[2283]: Leaving mDNS multicast group on 
interface eth1.IPv4 with address 1.2.3.4.
Nov  5 09:50:29 frodo avahi-daemon[2283]: Interface eth1.IPv4 no longer 
relevant for mDNS.
Nov  5 09:50:30 frodo avahi-daemon[2283]: Joining mDNS multicast group on 
interface eth1.IPv4 with address 1.2.3.4.
Nov  5 09:50:30 frodo avahi-daemon[2283]: Registering new address record for 
1.2.3.4 on eth1.IPv4.
Nov  5 09:50:30 frodo avahi-daemon[2283]: Withdrawing address record for 
1.2.3.4 on eth1.
Nov  5 09:50:30 frodo avahi-daemon[2283]: Leaving mDNS multicast group on 
interface eth1.IPv4 with address 1.2.3.4.
Nov  5 09:50:30 frodo avahi-daemon[2283]: Interface eth1.IPv4 no longer 
relevant for mDNS.
Nov  5 09:50:30 frodo avahi-daemon[2283]: Joining mDNS multicast group on 
interface eth1.IPv4 with address 1.2.3.4.
Nov  5 09:50:30 frodo avahi-daemon[2283]: Registering new address record for 
1.2.3.4 on eth1.IPv4.
Nov  5 09:50:30 frodo avahi-daemon[2283]: Invalid query packet.

Please check logcheck and logcheck-database package for details.

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

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

Versions of packages avahi-daemon depends on:
ii  adduser   3.110  add and remove users and groups
ii  bind9-host [h 1:9.6.ESV.R1+dfsg-0+lenny2 Version of 'host' bundled with BIN
ii  dbus  1.2.1-5+lenny1 simple interprocess messaging syst
ii  libavahi-comm 0.6.23-3lenny2 Avahi common library
ii  libavahi-core 0.6.23-3lenny2 Avahi's embeddable mDNS/DNS-SD lib
ii  libc6 2.7-18lenny6   GNU C Library: Shared libraries
ii  libcap2   2.11-2 support for getting/setting POSIX.
ii  libdaemon00.12-2lenny1   lightweight C library for daemons 
ii  libdbus-1-3   1.2.1-5+lenny1 simple interprocess messaging syst
ii  libexpat1 2.0.1-4+lenny3 XML parsing C library - runtime li
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip

Versions of packages avahi-daemon recommends:
ii  libnss-mdns   0.10-3 NSS module for Multicast DNS name 

Versions of packages avahi-daemon suggests:
pn  avahi-autoipd 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#602382: blender doesn't work with debian-multimedia

2010-11-05 Thread tv.deb...@googlemail.com
Thanks to the efforts of Mr Marillat from debian-multimedia[1] there is
now a fully working Blender build available to Debian d-m users, just
install blender from debian-multimedia repository (currently in
unstable, look for Christian Marillat in the maintainer field).

Many thanks to him.


[1]http://www.debian-multimedia.org/



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



Bug#601959: science-linguistics: upgrading from lenny fails

2010-11-05 Thread Andreas Tille
Hi Alexander,

On Fri, Nov 05, 2010 at 09:50:41AM +0100, Alexander Reichle-Schmehl wrote:
 I could verify the problem as described by Lucas.  Andreas, note that at
 the point of the error, blends-common is only unpacked, but not yet
 configured.  So I guess in the science-lingustics depends science-config
 depends blends-common line should be (at least one) pre-depends, but
 I'm not entirely sure where.

I was also able to reproduce the problem and have done some debugging
which boils down to a result I completely fail to understand.  If I
change in the lenny chroot the file
/var/lib/dpkg/info/science-linguistics.postrm  to something like

set +e
db_version 2.0
set -e

everything works smoothly.  I have no idea at all why the db_version
call throws a non-zero exit code without any message nor if this is a
consequence of some other previous problem.

However, I can not change the postrm of the Lenny package anyway and so
I probably need to find a workaround for the missing config file in
/etc/blends which is actually there and has the extension .dpkg-new.
The question is whether I should really introduce a pre-depends (I
actually do not really see a real need for this) or whether I should
just use the dpkg-new file as fall back.  Both solutions are simply
dirty and I think finding the real reason for the problem would be
helpful in finding a real solution - but for the moment I somehow tend
to really use pre-depends (and will drop it after the Squeeze release).

Thanks for having a look into this - any further hints are welcome

  Andreas.

-- 
http://fam-tille.de



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



Bug#602498: warnings and error when calling fai-mirror

2010-11-05 Thread Thomas Lange
Package: fai-server
Version: 3.4.4
Severity: minor
Tags: patch


When calling fai-mirror on squeeze I get following warnings:

W: Unable to read /tmp/mirror/aptcache/etc/apt/preferences.d/ - DirectoryExists 
(2: No such file or directory)
W: Could not open file '/var/log/apt/term.log' - OpenLog (13: Permission denied)
E: Failed to write temporary StateFile /var/lib/apt/extended_states.tmp


Attached is a patch.



patch2
Description: Binary data


-- 
regards Thomas


Bug#602496: MSN protocol breakage

2010-11-05 Thread Wilmer van der Gaast
I'm getting some reports, I think they're all getting stuck around the 
time the PRP MFN (friendly name) command is sent. Can you run tcpdump 
and confirm that, and maybe send me a copy of the full dump?


I don't know if PRP MFN is the real problem or if any command would 
trigger that response.


Note that this is only affecting a small percentage of MSN accounts and 
the old code had more issues with I think more different accounts, so 
I'm not sure if the priority for this bug is right.



Wilmer.

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



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



Bug#594196: directory /var/run/lvm/ is not created on clvm installation

2010-11-05 Thread Audun Gangstø
Due to this change /var/run/lvm/ needs to be created on clvm installation

https://bugzilla.redhat.com/show_bug.cgi?id=616521



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



Bug#432561: £1,000,000.00

2010-11-05 Thread pmuck
Your Email Has Won.



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



Bug#602492: unblock: crashmail/0.71-4

2010-11-05 Thread Mehdi Dogguy
On 11/05/2010 10:36 AM, Peter Krefting wrote:
 Package: release.debian.org Severity: normal User:
 release.debian@packages.debian.org Usertags: unblock
 
 Please unblock package crashmail
 
 0.71-4 contains exactly one fix, which is to make it buildable on
 kFreeBSD. Please see bug#592481 for the details.
 

Did you test it on kFreeBSD? Does it work fine?

Regards,

-- 
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



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



Bug#597289: fixed in gxine 0.5.905-5

2010-11-05 Thread Gilles Crèvecœur
hi, 

Thank you for the update. 
Now, gxine works fine.

regards
--
Gilles Crèvecœur





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



Bug#601610: Solution

2010-11-05 Thread Tim Richardson

 This bug is caused by idle being launched as idle -n
remove the  -n via the KDE menu editor, and the problem goes away.



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



Bug#602499: ITP: flex-sdk -- The Adobe Flex SDK

2010-11-05 Thread Joey Parrish
Package: wnpp
Severity: wishlist
Owner: Joey Parrish joey.parr...@gmail.com


* Package name: flex-sdk
  Version : 4.1.0.16076
  Upstream Author : Adobe Systems Incorporated
* URL : 
http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4
* License : MPL v1.1
  Programming Lang: Java
  Description : The Adobe Flex SDK

This package contains the open source Flex SDK from Adobe.
It contains the majority of the Flex SDK (compilers, framework,
debugger) but does not include anything that is not open source,
like the Flash Player, Adobe AIR, etc.

This is the bare minimum you need to create Flex applications.



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



Bug#602473: general: cannot change dhcp address to static

2010-11-05 Thread Fernando Lemos
Hi,

On Fri, Nov 5, 2010 at 4:39 AM, ivan okol...@gmail.com wrote:
 I cannot chage manually IP address in /etc/network/interfaces, after bring
 interface down with ifconfig eth0 down I manually edit above maentioned file
 with:
 allow-hotplug eth0
 iface eth0 inet static
 address xxx.xxx.xx.xx and so on and after bringing up command on eth0
 host wont connent any more or still hanging on dhcp. Ifconfig eth0 still
 showing DHCP address, it will change only after restarting host.

You must first ifdown then interface, then change the configuration
file, and then ifup the interface. If you don't, you won't get the
expected results. This bug is invalid (and shouldn't be reported as
general either). Please use real support resources before posting
bug reports with support questions.

Regards,



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



Bug#598743: hypermail: XSS vulnerability

2010-11-05 Thread Alexander Reichle-Schmehl
Hi!


* Kevin Fernandez ke...@findhost.org [101001 18:17]:
 Package: hypermail
 Version: 2.2.0.dfsg-2
 Severity: grave
 Tags: security
 Justification: user security hole

Given that:
* The package hasn't actually a high popcon rating
* It has a security related bug open for over a month
* A new upstream version is available since nearly a year
* The package has been last uploaded Over two years ago
* It has some other bugs (where it seems that the current maintainer has
  only reacted to one)
* Upsteam seems to be not active any more (Homepage seems to be down)

Maybe it's time to remove this package?


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#453266: Richiesta di consenso

2010-11-05 Thread ESPANSIONE GRAFICA SNC
Gentile 453...@bugs.debian.org
 
La invitiamo a far parte della lista dei clienti privilegiati di 
www.espansionegrafica.it (Oggetti Promozionali - Tipografia - Casa Editrice); 
cio' significa che potrà approfittare di offerte e sconti esclusivi che 
riceverà ogni settimana tramite mail.
 
In caso di adesione, Le riserveremo un ulteriore SCONTO del 5% sul primo ordine 
che eventualmente effettuerà

Per confermare la Sua iscrizione CLICCA QUI

Se invece non vuoLe iscriversi, ignori questa email, l'indirizzo email non 
verra' in alcun modo memorizzato.

 

Cordialmente,

Espansione Grafica snc  (dal 1981)

(Oggetti Promozionali - Tipografia - Casa Editrice)
Associati Assoprom
Reg. Perno 147-148 - 14033 Castell'Alfero   (Asti)
tel. 0141 405744 - 0141 405777 - fax.0141 405052

www.espansionegrafica.it



Bug#602488: telepathy-glib: FTBFS (powerpc): FAIL: test-connection-interests

2010-11-05 Thread Simon McVittie
forwarded 602488 https://bugs.freedesktop.org/show_bug.cgi?id=31377
tags 602488 + fixed-upstream pending
thanks

It's a race condition in the test, which I've already fixed in git for the next
upstream release (probably later today). I'm not going to patch the Debian
package in the meantime, since it only affects experimental.

Thanks,
S



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



Bug#602500: nautilus crashes when viewing preferences , Eel:ERROR

2010-11-05 Thread A Mennucc
Package: nautilus
Version: 2.30.1-2
Severity: normal

hi,

I recently upgraded from lenny to squeeze.

When I try to open the Nautilus preferences, it crashes, saying
Eel:ERROR:eel-preferences.c:117:preferences_gconf_value_get_string: assertion 
failed: (value-type == GCONF_VALUE_STRING)


a.

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

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

Versions of packages nautilus depends on:
ii  desktop-file-utils  0.15-2   Utilities for .desktop files
ii  gvfs1.6.4-2  userspace virtual filesystem - ser
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libexempi3  2.1.1-1  library to parse XMP metadata (Lib
ii  libexif12   0.6.19-1 library to parse EXIF files
ii  libgail18   2.20.1-2 GNOME Accessibility Implementation
ii  libgconf2-4 2.28.1-5 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libglib2.0-data 2.24.2-1 Common files for GLib library
ii  libgnome-desktop-2-17   2.30.2-1 Utility library for loading .deskt
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libnautilus-extension1  2.30.1-2 libraries for nautilus components 
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libunique-1.0-0 1.1.6-1.1Library for writing single instanc
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  nautilus-data   2.30.1-2 data files for nautilus
ii  shared-mime-info0.71-3   FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  app-install-dat 2010.08.21   Application Installer Data Files
ii  brasero 2.30.3-1 CD/DVD burning application for GNO
ii  consolekit  0.4.1-4  framework for defining and trackin
ii  desktop-base5.0.6common files for the Debian Deskto
ii  eject   2.1.5+deb1+cvs20081104-7 ejects CDs and operates CD-Changer
ii  gvfs-backends   1.6.4-2  userspace virtual filesystem - bac
ii  librsvg2-common 2.26.3-1 SAX-based renderer library for SVG
ii  synaptic0.70~pre1+b1 Graphical package manager

Versions of packages nautilus suggests:
ii  eog   2.30.2-1   Eye of GNOME graphics viewer progr
ii  evince [pdf-viewer]   2.30.3-1   Document (postscript, pdf) viewer
ii  gv [pdf-viewer]   1:3.7.1-1  PostScript and PDF viewer for X
pn  totem | mp3-decoder   none (no description available)
ii  tracker   0.8.17-1   metadata database, indexer and sea
pn  xdg-user-dirs none (no description available)
ii  xpdf [pdf-viewer] 3.02-11Portable Document Format (PDF) rea

-- 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#544089: Does not start when Ipv6 is not available

2010-11-05 Thread Goswin von Brederlow
Package: tftpd-hpa
Version: 5.0-16
Severity: normal

I just got hit by the same bug:

Selecting previously deselected package tftpd-hpa.
(Reading database ... 160286 files and directories currently installed.)
Unpacking tftpd-hpa (from .../tftpd-hpa_5.0-16_amd64.deb) ...
Processing triggers for man-db ...
Setting up tftpd-hpa (5.0-16) ...
Starting HPA's tftpd: in.tftpdinvoke-rc.d: initscript tftpd-hpa, action start 
failed.
dpkg: error processing tftpd-hpa (--configure):
 subprocess installed post-installation script returned error exit status 71
Errors were encountered while processing:
 tftpd-hpa
E: Sub-process /usr/lib/apt-ma-emu/dpkg returned an error code (1)


This is seriously anoying behaviour. The package must not fail to
install without IPv6. You should at least check in postinst if IPv6
support is available and give a meaningfull error message. You could
also add -4 if IPv6 support is missing.

MfG
Goswin

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

Kernel: Linux 2.6.32-book-1 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages tftpd-hpa depends on:
ii  adduser   3.112  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib
ii  libwrap0  7.6.q-18   Wietse Venema's TCP wrappers libra

tftpd-hpa recommends no packages.

Versions of packages tftpd-hpa suggests:
ii  syslinux-common2:3.83+dfsg-3 Kernel loader which uses a FAT, ex

-- debconf information excluded



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



Bug#602501: cryptsetup: /etc/init.d/cryptdisks{,-early} objects to tries=0

2010-11-05 Thread Kapil Hari Paranjape
Package: cryptsetup
Version: 2:1.1.3-3
Severity: wishlist

Hello,

I have a system with LUKS encrypted swap which is sometimes resumed
after hibernation.

Today I got bitten by the default tries=3 when I mistyped my LUKS
passphrase three times and the system booted corrupting the
filesystem! (Nothing too bad though!)

I then found the tries=0 possibility in crypttab which would
prevent this from biting me again.

Unfortunately, the startup scripts /etc/init.d/cryptdisks* object to
(issue a warning for) this value of tries.

I was wondering why this was so and whether it can be a  -ge 
instead of  -gt  in /lib/crypsetup/cryptdisks.functions.

Thanks for all the good work,

Kapil.

-- Package-specific info:
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-amd64 root=/dev/mapper/kone-root64 ro quiet

-- /etc/crypttab
# tgt name src dev   key file options
home/dev/kone/chome noneluks
# We put infinitely many tries for swap since it needs to be set up by initrd.
swap/dev/mapper/kone-cswap  noneluks,tries=0

-- /etc/fstab
# /etc/fstab: static file system information.
#
# file system  mount point  type  options   
dump  pass
# Virtual file systems
proc /proc  procdefaults0   
0

/dev/kone/root64 /  ext4defaults,errors=remount-ro  0   
1
/dev/mapper/swap none   swapsw  0   
0

/dev/mapper/home /home  ext4defaults0   
2

# Control groups
cgroup  /var/local/cgroup   cgroup  defaults0   
0

-- lsmod
Module  Size  Used by
tun10844  2 
dummy   1584  0 
bridge 39646  0 
stp 1440  1 bridge
powernow_k810978  1 
cpufreq_conservative 5162  0 
cpufreq_powersave902  0 
cpufreq_stats   2659  0 
cpufreq_userspace   1992  0 
parport_pc 18855  0 
ppdev   5030  0 
lp  7462  0 
parport27954  3 parport_pc,ppdev,lp
ipt_REJECT  1953  1 
ipt_LOG 4518  5 
xt_limit1782  7 
xt_tcpudp   2319  7 
ipt_addrtype1769  4 
xt_state1303  7 
fuse   50273  1 
ip6table_filter 2384  1 
ip6_tables 15075  1 ip6table_filter
nf_nat_irc  1366  0 
nf_conntrack_irc3347  1 nf_nat_irc
nf_nat_ftp  2047  0 
nf_nat 13388  2 nf_nat_irc,nf_nat_ftp
nf_conntrack_ipv4   9833  9 nf_nat
nf_defrag_ipv4  1139  1 nf_conntrack_ipv4
nf_conntrack_ftp5537  1 nf_nat_ftp
nf_conntrack   46535  7 
xt_state,nf_nat_irc,nf_conntrack_irc,nf_nat_ftp,nf_nat,nf_conntrack_ipv4,nf_conntrack_ftp
iptable_filter  2258  1 
ip_tables  13899  1 iptable_filter
x_tables   12845  8 
ipt_REJECT,ipt_LOG,xt_limit,xt_tcpudp,ipt_addrtype,xt_state,ip6_tables,ip_tables
snd_hda_codec_atihdmi 2251  1 
snd_hda_codec_conexant21869  1 
snd_hda_intel  19987  0 
snd_hda_codec  54244  3 
snd_hda_codec_atihdmi,snd_hda_codec_conexant,snd_hda_intel
uvcvideo   51887  0 
snd_seq_midi4400  0 
videodev   29993  1 uvcvideo
snd_rawmidi15515  1 snd_seq_midi
snd_hwdep   5380  1 snd_hda_codec
btusb   9817  0 
v4l1_compat11442  2 uvcvideo,videodev
snd_seq_midi_event  4628  1 snd_seq_midi
snd_pcm_oss32591  0 
snd_mixer_oss  12606  1 snd_pcm_oss
bluetooth  41827  1 btusb
joydev  8459  0 
v4l2_compat_ioctl32 8474  1 videodev
snd_pcm60503  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq42881  2 snd_seq_midi,snd_seq_midi_event
r8192se_pci   489625  0 
cfg80211  101512  1 r8192se_pci
rfkill 13044  2 bluetooth,cfg80211
snd_timer  15582  2 snd_pcm,snd_seq
radeon573612  2 
snd_seq_device  4493  3 snd_seq_midi,snd_rawmidi,snd_seq
led_class   2433  0 
ttm40002  1 radeon
i2c_piix4   8328  0 
drm_kms_helper 20065  1 radeon
edac_core  29261  0 
drm   142375  4 radeon,ttm,drm_kms_helper
i2c_algo_bit4225  1 radeon
shpchp 26264  0 
edac_mce_amd6433  0 
pci_hotplug21203  1 shpchp
k8temp  3283  0 
i2c_core   15712  6 
videodev,radeon,i2c_piix4,drm_kms_helper,drm,i2c_algo_bit
psmouse49777  0 
snd46446  11 
snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_rawmidi,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore   4598  1 snd
video  17445  0 

Bug#602502: bti doesn't warn if the password is incorrect

2010-11-05 Thread Vincent Lefevre
Package: bti
Version: 028-1
Severity: normal

I did the following:

ypig:~ bti --host identica
Enter account for identi.ca: vinc17
Enter password for identi.ca: 
tweet: test

For the password, I typed an incorrect password. I expected to get
an error about the tweet, but bti terminated with no error messages
and with an exit status of 0.

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

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

Versions of packages bti depends on:
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls 7.21.2-1 Multi-protocol file transfer libra
ii  liboauth0   0.9.1-1  C library for implementing OAuth 1
ii  libpcre38.02-1.1 Perl 5 Compatible Regular Expressi
ii  libxml2 2.7.8.dfsg-1 GNOME XML library

bti recommends no packages.

Versions of packages bti suggests:
ii  bash-completion   1:1.2-2programmable completion for the ba

-- 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#602503: ITP: ppp-2.4.5-eaptls-mppe -- PPP daemon with EAP-TLS authentication support

2010-11-05 Thread Werner Jaeger
Package: wnpp
Severity: wishlist
Owner: Werner Jaeger werner.jae...@t-systems.com

Package name: ppp-2.4.5-eaptls-mppe
Version : 0.98 
Upstream Author : Paul Mackerras pau...@samba.org, Jan Just Keijser 
janj...@nikhef.nl
URL : http://samba.org/ppp/
License : BSD
Programming Lang: C
Description : PPP daemon with EAP-TLS authentication support

This package contains an extended  Point-to-Point Protocol (PPP) daemon
with support for EAP-TLS authentication.

The Extensible Authentication Protocol (EAP; RFC 3748) is a
security protocol that can be used with PPP.  It provides a means
to plug in multiple optional authentication methods.

Transport Level Security (TLS; RFC 2246) provides for mutual 
authentication, integrity-protected ciphersuite negotiation and 
key exchange between two endpoints.  It also provides for optional
MPPE encryption.

EAP-TLS (RFC 2716) incapsulates the TLS messages in EAP packets,
allowing TLS mutual authentication to be used as a generic EAP
mechanism. It also provides optional encryption using the MPPE
protocol.

This authentication method can be used in both client or server mode.



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



Bug#594592: emacs23: Segmentation fault in getenv.c from /usr/lib/libgtk-x11-2.0.so.0 / dcigettext.c

2010-11-05 Thread Vincent Lefevre
Package: emacs23
Version: 23.2+1-5.1
Severity: important

I got another crash on the same machine, still in getenv.c, but
from a different library.

[...]
Core was generated by `emacs vl-bti'.
Program terminated with signal 11, Segmentation fault.
#0  0x7f2d91450447 in kill () at ../sysdeps/unix/syscall-template.S:82
82  ../sysdeps/unix/syscall-template.S: No such file or directory.
in ../sysdeps/unix/syscall-template.S
(gdb) bt
#0  0x7f2d91450447 in kill () at ../sysdeps/unix/syscall-template.S:82
#1  0x004e4791 in ?? ()
#2  signal handler called
#3  getenv (name=0x7f2d91542bb7 NGUAGE) at getenv.c:84
#4  0x7f2d9144b07e in guess_category_value (
domainname=0x7f2d96e0496e gtk20-properties, 
msgid1=value optimized out, msgid2=value optimized out, 
plural=value optimized out, n=value optimized out, 
category=value optimized out) at dcigettext.c:1359
#5  __dcigettext (domainname=0x7f2d96e0496e gtk20-properties, 
msgid1=value optimized out, msgid2=value optimized out, 
plural=value optimized out, n=value optimized out, 
category=value optimized out) at dcigettext.c:575
#6  0x7f2d96bb296a in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#7  0x7f2d94f3d2f2 in g_type_class_ref () from /usr/lib/libgobject-2.0.so.0
#8  0x7f2d94f22df2 in g_object_newv () from /usr/lib/libgobject-2.0.so.0
#9  0x7f2d94f233ac in g_object_new () from /usr/lib/libgobject-2.0.so.0
#10 0x7f2d96bb284c in gtk_alignment_new ()
   from /usr/lib/libgtk-x11-2.0.so.0
#11 0x7f2d96d462ce in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#12 0x7f2d94f3d868 in g_type_create_instance ()
   from /usr/lib/libgobject-2.0.so.0
#13 0x7f2d94f216dc in ?? () from /usr/lib/libgobject-2.0.so.0
#14 0x7f2d94f22b6a in g_object_newv () from /usr/lib/libgobject-2.0.so.0
#15 0x7f2d94f233ac in g_object_new () from /usr/lib/libgobject-2.0.so.0
#16 0x7f2d96d45ef9 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#17 0x7f2d96c6b258 in gtk_main_do_event ()
   from /usr/lib/libgtk-x11-2.0.so.0
#18 0x7f2d968df3cc in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#19 0x7f2d946626f2 in g_main_context_dispatch ()
   from /lib64/libglib-2.0.so.0
#20 0x7f2d94666568 in ?? () from /lib64/libglib-2.0.so.0
#21 0x7f2d9466671c in g_main_context_iteration ()
   from /lib64/libglib-2.0.so.0
#22 0x7f2d96c6b561 in gtk_main_iteration ()
   from /usr/lib/libgtk-x11-2.0.so.0
#23 0x004a91bc in ?? ()
#24 0x004eac83 in ?? ()
#25 0x004ead9a in ?? ()
#26 0x005a3a85 in ?? ()
[...]

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

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

Versions of packages emacs23 depends on:
ii  emacs23-bin-common  23.2+1-5.1   The GNU Emacs editor's shared, arc
ii  libasound2  1.0.23-2.1   shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-5 GNOME configuration database syste
ii  libgif4 4.1.6-9  library for GIF images (library)
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgpm2 1.20.4-3.3   General Purpose Mouse - shared lib
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-2X11 Inter-Client Exchange library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libm17n-0   1.6.1-1  a multilingual text processing lib
ii  libncurses5 5.7+20100313-4   shared libraries for terminal hand
ii  libotf0 0.9.11-1 A Library for handling OpenType Fo
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtiff43.9.4-5  Tag Image File Format (TIFF) libra
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxft2 2.1.14-2 FreeType-based font drawing librar
ii  libxpm4 1:3.5.8-1X11 pixmap library
ii  libxrender1 1:0.9.6-1X 

Bug#602504: ITP: l2tp-ipsec-vpn -- Control your L2TP IPsec VPN connections

2010-11-05 Thread Werner Jaeger
Package: wnpp
Severity: wishlist
Owner: Werner Jaeger werner.jae...@t-systems.com

Package name: l2tp-ipsec-vpn
Version : 0.9.4
Upstream Author : Werner Jaeger werner.jae...@t-systems.com
URL : http://launchpad.net/~werner-jaeger/
License : GPL
Programming Lang: C++
Description : Control your L2TP IPsec VPN connections

This GUI is not a network manager plugin. However, it provides a system tray
icon in the notification area from which a non privileged user can establish
and bring down L2TP over IPsec VPN connections.

There is also a 'Edit connections' menu item. In order to bring up the 
editor dialog, a non privileged user must authenticate as root.

From there the user can add, remove and edit vpn connections.

Editing allows configuring various options for IPsec, L2TP and PPP.

Among others, the user can configure eg. the gateway, the use of either 
PSK or a certificate for authentication, various L2TP options as redial-
timeout and attempts and of course all important PPP options. It also 
allows you to configure PPP for tunnel splitting because you can add 
routes as you want.

When applying your settings, all necessary configuration files are written
accordingly (ipsec.conf, xl2tp.conf, options.xl2tpd, opensc.conf up and
down scripts ...).

It relies on Openswan and xl2tp packages as the underlying protocol
handlers.

You can also use certificates on your local machine or, if e.g. OpenSC is 
installed and configured, even on a smart card to handle PPP
authentication.

The GUI automatically detects when network interfaces are going up or 
down and can (if so configured) automatically establish or close VPN
connections.



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



Bug#602505: ITP: l2tp-ipsec-vpn-daemon -- Daemon for L2tpIPsecVpn GUI

2010-11-05 Thread Werner Jaeger
Package: wnpp
Severity: wishlist
Owner: Werner Jaeger werner.jae...@t-systems.com

Package name: l2tp-ipsec-vpn-daemon
Version : 0.9.2
Upstream Author : Werner Jaeger werner.jae...@t-systems.com
URL : http://launchpad.net/~werner-jaeger/
License : GPL
Programming Lang: C++
Description : Daemon for L2tpIPsecVpn GUI

This daemon is exclusively used by the L2TP over IPsec Manager GUI
application in order to execute openswan and xltp commands as root
on behalf of the GUI client.

This daemon is only useful in combination with the GUI client 
installed with the l2tp-ipsec-vpn package.



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



Bug#594592: emacs23: Segmentation fault in getenv.c from /usr/lib/libgtk-x11-2.0.so.0 / dcigettext.c

2010-11-05 Thread Vincent Lefevre
And when I run emacs23 under valgrind, I get lots of Invalid free
errors. Could this be a related problem?

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



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



Bug#601006: [monkeysphere] Bug#601006: /usr/bin/monkeysphere fails miserably when it shouldn't due to irksome set -e

2010-11-05 Thread Jameson Rollins
http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s6.1



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



Bug#601858: libm17n-0: NULL pointer dereference in mlocale__init()

2010-11-05 Thread Harshula
Hi Stepan,

Would you be able to test this patch provided by upstream?:
http://cvs.m17n.org/viewcvs/m17n/m17n-lib/src/locale.c?r1=1.12r2=1.13

Thanks,
#




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



Bug#602503: ITP: ppp-2.4.5-eaptls-mppe -- PPP daemon with EAP-TLS authentication support

2010-11-05 Thread Harald Jenny
On Fri, Nov 05, 2010 at 12:48:32PM +0100, Werner Jaeger wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Werner Jaeger werner.jae...@t-systems.com
 
 Package name: ppp-2.4.5-eaptls-mppe
 Version : 0.98 
 Upstream Author : Paul Mackerras pau...@samba.org, Jan Just Keijser 
 janj...@nikhef.nl
 URL : http://samba.org/ppp/
 License : BSD
 Programming Lang: C
 Description : PPP daemon with EAP-TLS authentication support
 
 This package contains an extended  Point-to-Point Protocol (PPP) daemon
 with support for EAP-TLS authentication.
 
 The Extensible Authentication Protocol (EAP; RFC 3748) is a
 security protocol that can be used with PPP.  It provides a means
 to plug in multiple optional authentication methods.
 
 Transport Level Security (TLS; RFC 2246) provides for mutual 
 authentication, integrity-protected ciphersuite negotiation and 
 key exchange between two endpoints.  It also provides for optional
 MPPE encryption.
 
 EAP-TLS (RFC 2716) incapsulates the TLS messages in EAP packets,
 allowing TLS mutual authentication to be used as a generic EAP
 mechanism. It also provides optional encryption using the MPPE
 protocol.
 
 This authentication method can be used in both client or server mode.

Hello,

as far as I know Jan Just Keijser is already talking with upstream ppp to
integrate his patch into mainline, have you talked with him prior to filing
this ITP?

Kind regards
Harald Jenny

 
 
 
 -- 
 To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: 
 http://lists.debian.org/20101105114832.7272.37688.report...@localhost6.localdomain6



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



Bug#373698: perlrun doesn't mention -CSD scoping

2010-11-05 Thread Niko Tyni
On Thu, Jun 15, 2006 at 01:42:26AM -0400, Joey Hess wrote:
 Package: perl-doc
 Version: 5.8.8-6
 Severity: normal
 
 perlrun doesn't mention that -CSD is scoped so it only affects the main
 program file or -e line and not any modules or other files.

-CS is global, -CD is file scoped. This seems to be intentional.

I've (finally) forwarded this upstream as
 http://rt.perl.org/rt3/Ticket/Display.html?id=78828
-- 
Niko Tyni   nt...@debian.org



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



Bug#597350: Patch for the l10n upload of dtc-xen

2010-11-05 Thread Christian PERRIER
Quoting Christian PERRIER (bubu...@debian.org):
 Ping?
 
 Just taking news. I know the upload will happen, but the package just
 re-appeared on my radar.


And reappeared again. I think I'll launch an NMU in one week, if the
package appears again. Thomas, just tell me if you need some help,
sponsoring, etc.



signature.asc
Description: Digital signature


Bug#602471: pymca: package unusable

2010-11-05 Thread Teemu Ikonen
On Fri, Nov 5, 2010 at 6:43 AM, Picca Frederic-Emmanuel
pi...@synchrotron-soleil.fr wrote:
 Here the error message when I try to start pymca

 pi...@mordor:~$ pymca
 Traceback (most recent call last):
  File /usr/share/pyshared/PyMca/PyMcaMain.py, line 161, in module
    import McaWindow
  File /usr/share/pyshared/PyMca/McaWindow.py, line 37, in module
    import McaAdvancedFit
  File /usr/share/pyshared/PyMca/McaAdvancedFit.py, line 48, in module
    import ClassMcaTheory
  File /usr/share/pyshared/PyMca/ClassMcaTheory.py, line 28, in module
    import Elements
  File /usr/share/pyshared/PyMca/Elements.py, line 177, in module
    import LShell
  File /usr/share/pyshared/PyMca/LShell.py, line 215, in module
    weights.append(getweights(ele))
  File /usr/share/pyshared/PyMca/LShell.py, line 187, in getweights
    ck= getCosterKronig(ele)
  File /usr/share/pyshared/PyMca/LShell.py, line 130, in getCosterKronig
    ck[t]   = EADL97_ElementL1ShellValues[getz(ele)-1][index]
 IndexError: list index out of range

Hi,

I can't repeat this on squeeze/amd64.

Could you check whether LShellConstants.dat is corrupted, i.e.
contains negative values?

Does running this command produce the same error?
PYTHONPATH=/usr/lib/pyshared/python2.6/PyMca:/usr/share/pyshared/PyMca:$PYTHONPATH
python2.6 -c import LShell

Best,

Teemu



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



Bug#602507: bti doesn't work with OAuth (no link printed)

2010-11-05 Thread Vincent Lefevre
Package: bti
Version: 028-1
Severity: grave
Justification: renders package unusable

/usr/share/doc/bti/README.Debian gives some instructions for work
with OAuth. I've registered a new application for Identi.ca to get
the consumer key and secret, and created a ~/.bti file with the two
lines as described.

Something has changed since bti no longer asks me for an account
name for identi.ca (or prints an error message for Twitter). But
running bti alone or with --host identica does nothing:

ypig:~ bti
ypig:~ bti --host identica
ypig:~

http://gluegadget.com/blog/index.php?/archives/34-Twitter,-OAuth-and-bti.html
says that bti should print an URL.

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

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

Versions of packages bti depends on:
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls 7.21.2-1 Multi-protocol file transfer libra
ii  liboauth0   0.9.1-1  C library for implementing OAuth 1
ii  libpcre38.02-1.1 Perl 5 Compatible Regular Expressi
ii  libxml2 2.7.8.dfsg-1 GNOME XML library

bti recommends no packages.

Versions of packages bti suggests:
ii  bash-completion   1:1.2-2programmable completion for the ba

-- 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#602506: HP DL165 boot crash with lenny i386 686 but OK with -bigmem or amd64

2010-11-05 Thread Ian Jackson
Package: base-installer

On an HP DL165 (AMD-based) system, lenny i386 does not install,
although lenny amd64 works fine.  The installer kernel boots properly
and runs normally; the installation runs to completion (although I
have to interactively ignore a couple of warnings about the cciss RAID
controller[1], though the lenny amd64 installer kernel has no
difficulty).

However, when the installer reboots to try to boot the installed
system, the installed system's kernel crashes on boot while
enumerating the processors.  See attached serial console log.

It was suggested to me by Colin Watson that the cause might be that
the installer is picking the wrong kernel flavour.  From the serial
log I see it chose 2.6.26-2-686.  When I run the install again and
select linux-image-2.6.26-2-486, the install completes successfully.

Having done so and installed linux-image-2.6-686_2.6.26+17+lenny1_i386
and linux-image-2.6-686-bigmem_2.6.26+17+lenny1_i386.  The 686-bigmem
kernel boots fine.  The vanilla 686 one crashes.

This bug is against base-installer because Colin Watson suggested to
me that the problem is that it's picking the wrong kernel flavour.

However, perhaps I should also file a bug against the 686 kernel ?

Ian.

[1]
Unable to determine geometry of file/device /dev/cciss/c0d0.  You should not 
use Parted unless you REALLY know what you're doing!
Warning!
  1. Ignore [*]
  2. Cancel
Prompt: '?' for help, default=1 1


processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 16
model   : 8
model name  : Six-Core AMD Opteron(tm) Processor 2427
stepping: 0
cpu MHz : 2194.501
cache size  : 512 KB
physical id : 0
siblings: 6
core id : 0
cpu cores   : 6
apicid  : 8
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb 
rdtscp lm 3dnowext 3dnow constant_tsc rep_good pni monitor cx16 popcnt lahf_lm 
cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs 
skinit wdt
bogomips: 4392.39
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

processor   : 1
vendor_id   : AuthenticAMD
cpu family  : 16
model   : 8
model name  : Six-Core AMD Opteron(tm) Processor 2427
stepping: 0
cpu MHz : 2194.501
cache size  : 512 KB
physical id : 0
siblings: 6
core id : 1
cpu cores   : 6
apicid  : 9
initial apicid  : 1
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb 
rdtscp lm 3dnowext 3dnow constant_tsc rep_good pni monitor cx16 popcnt lahf_lm 
cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs 
skinit wdt
bogomips: 4389.20
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

processor   : 2
vendor_id   : AuthenticAMD
cpu family  : 16
model   : 8
model name  : Six-Core AMD Opteron(tm) Processor 2427
stepping: 0
cpu MHz : 2194.501
cache size  : 512 KB
physical id : 0
siblings: 6
core id : 2
cpu cores   : 6
apicid  : 10
initial apicid  : 2
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb 
rdtscp lm 3dnowext 3dnow constant_tsc rep_good pni monitor cx16 popcnt lahf_lm 
cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs 
skinit wdt
bogomips: 4389.20
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

processor   : 3
vendor_id   : AuthenticAMD
cpu family  : 16
model   : 8
model name  : Six-Core AMD Opteron(tm) Processor 2427
stepping: 0
cpu MHz : 2194.501
cache size  : 512 KB
physical id : 0
siblings: 6
core id : 3
cpu cores   : 6
apicid  : 11
initial apicid  : 3
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb 
rdtscp lm 3dnowext 3dnow constant_tsc rep_good pni monitor cx16 popcnt lahf_lm 

Bug#426990: 'test' builtin of bash returns wrong value for '! -a FILE' operation

2010-11-05 Thread OZAKI Masanobu
Hi Jonathan,

On Fri, 2010-11-05 at 03:17:13 -0500,
Jonathan Nieder jrnie...@gmail.com wrote:
  Please try
% bash -c 'test ! -a .  echo true'
  and compare with the result of
% bash -c '/usr/bin/test ! -a .  echo true'
 
 So which one is right?

Both should echo true, but the former did not: I found that the former
sometimes returns the correct result, but have not found what makes the
difference.  Plus, this problem might have been fixed in current stable
(Version: 3.2-4) package: I cannot represent the problem now.

According to the help command, the '-a FILE' file operator returns true
if file exists.

 My recommendation is to never use the ! or -a 'test' operators.
 They are superfluous next to the shell-supported ! and .
 POSIX does not mandate support for -a (though XSI does), perhaps for
 this reason.

I agree with your recommendation: I usually use '-e' operator.
I found this problem when debugging a code written by my colleague.

Thanks,
Masanobu



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



Bug#602508: csh: $? variable trigger error

2010-11-05 Thread Emiliano Visentin
Package: csh
Version: 20070713-1
Severity: important

In my cshell script I can't test the $? variable.
I get this error:
Illegal variable name.

In Debian Etch this sample script run ok but in Lenny don't work.
I report the script:

#!/bin/csh
ls -l  /dev/null
if ( $? == 0) then
  echo ls -l ok!
else
  echo ls -l error!
endif

Best regards,
  Emiliano Visentin

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

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

Versions of packages csh depends on:
ii  libc6   2.7-18lenny6 GNU C Library: Shared libraries

csh recommends no packages.

csh 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#602503: ITP: ppp-2.4.5-eaptls-mppe -- PPP daemon with EAP-TLS authentication support

2010-11-05 Thread Werner.Jaeger
Hello,

no, I've not talked to him so far, but it's really good to hear that. I'm going 
to contact him right now.

The primary reason why I created this package is because my main package 
’l2tp-ipsec-vpn-0.9.2’ depends on a PPPD that is capable of handling EAP_TLS 
authentication.

Kind Regards

Werner Jaeger


From: Harald Jenny [har...@a-little-linux-box.at]
Sent: Friday, November 05, 2010 1:20 PM
To: Jaeger, Werner; 602...@bugs.debian.org
Subject: Re: Bug#602503: ITP: ppp-2.4.5-eaptls-mppe -- PPP daemon with EAP-TLS 
authentication support

On Fri, Nov 05, 2010 at 12:48:32PM +0100, Werner Jaeger wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Werner Jaeger werner.jae...@t-systems.com

 Package name: ppp-2.4.5-eaptls-mppe
 Version : 0.98
 Upstream Author : Paul Mackerras pau...@samba.org, Jan Just Keijser 
 janj...@nikhef.nl
 URL : http://samba.org/ppp/
 License : BSD
 Programming Lang: C
 Description : PPP daemon with EAP-TLS authentication support

 This package contains an extended  Point-to-Point Protocol (PPP) daemon
 with support for EAP-TLS authentication.

 The Extensible Authentication Protocol (EAP; RFC 3748) is a
 security protocol that can be used with PPP.  It provides a means
 to plug in multiple optional authentication methods.

 Transport Level Security (TLS; RFC 2246) provides for mutual
 authentication, integrity-protected ciphersuite negotiation and
 key exchange between two endpoints.  It also provides for optional
 MPPE encryption.

 EAP-TLS (RFC 2716) incapsulates the TLS messages in EAP packets,
 allowing TLS mutual authentication to be used as a generic EAP
 mechanism. It also provides optional encryption using the MPPE
 protocol.

 This authentication method can be used in both client or server mode.

Hello,

as far as I know Jan Just Keijser is already talking with upstream ppp to
integrate his patch into mainline, have you talked with him prior to filing
this ITP?

Kind regards
Harald Jenny




 --
 To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: 
 http://lists.debian.org/20101105114832.7272.37688.report...@localhost6.localdomain6



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



Bug#602500: nautilus crashes when viewing preferences , Eel:ERROR

2010-11-05 Thread Josselin Mouette
Le vendredi 05 novembre 2010 à 12:28 +0100, A Mennucc a écrit :
 I recently upgraded from lenny to squeeze.
 
 When I try to open the Nautilus preferences, it crashes, saying
 Eel:ERROR:eel-preferences.c:117:preferences_gconf_value_get_string: assertion 
 failed: (value-type == GCONF_VALUE_STRING)

Sorry but I need a full backtrace for this crash.

See http://wiki.debian.org/HowToGetABacktrace

Cheers,
-- 
 .''`.
: :' : “You would need to ask a lawyer if you don't know
`. `'   that a handshake of course makes a valid contract.”
  `---  J???rg Schilling




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



Bug#602507: bti doesn't work with OAuth (no link printed)

2010-11-05 Thread Vincent Lefevre
On 2010-11-05 13:35:54 +0100, Vincent Lefevre wrote:
 Something has changed since bti no longer asks me for an account
 name for identi.ca (or prints an error message for Twitter). But
 running bti alone or with --host identica does nothing:
 
 ypig:~ bti
 ypig:~ bti --host identica
 ypig:~

With debug information:

ypig:~ bti --debug --host identica
bti: main: host = 1
bti: session_readline_init: Using libreadline.so.6 for readline library
bti - version 028
bti: parse_osp_reply: token: (null)
bti: parse_osp_reply: secret: (null)

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



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



Bug#602509: dvbsnoop: Wrong MIP TPS bandwidth value decoding

2010-11-05 Thread Francesco Saverio Schiavarelli
Package: dvbsnoop
Version: 1.4.50-3
Severity: normal


When decoding MIP packets the decoded value showed for bandwidth field
in tps_mips is wrong (see ETSI TS 101 191 v1.4.1 clause 6).
Attached patch fixes the problem.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (650, 'testing')
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 dvbsnoop depends on:
ii  libc6  2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib

dvbsnoop recommends no packages.

dvbsnoop 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#602500: quick fix for : nautilus crashes when viewing preferences , Eel:ERROR

2010-11-05 Thread A Mennucc
Dear all,

I have created a new user, and there the nautilus preference works;
so I have printed all the keys inside /apps/nautilus/preferences
# gconftool-2 -a /apps/nautilus/preferences | sort
and diffed them to obtain 

--- /tmp/debdev.1   2010-11-05 13:45:55.0 +0100
+++ /tmp/2  2010-11-05 13:46:00.0 +0100
@@ -9,2 +9,2 @@
- default_folder_viewer = icon_view
- desktop_font = Sans 10
+ default_folder_viewer = 1
+ desktop_font = Bitstream Vera Sans 9
@@ -27 +27 @@
- navigation_window_saved_geometry = 800x550+487+276
+ navigation_window_saved_geometry = 623x611+634+89
@@ -29 +29 @@
- preview_sound = local_only
+ preview_sound = 2

So the culprits are either 'preview_sound' or 'default_folder_viewer' ; I 
resetted both,
using gconf-editor , and now it works.

It would be nice if this would be done somewhat automatically.

a.




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



Bug#602507: bti doesn't work with OAuth (no link printed)

2010-11-05 Thread Vincent Lefevre
I've modified the source to display additional debug messages:

static int parse_osp_reply(const char *reply, char **token, char **secret)
{
int i, rc;
int retval = 1;
char **rv = NULL;
rc = oauth_split_url_parameters(reply, rv);
for (i = 0; i  rc; i++)
  dbg(rv[%d]: %s\n, i, rv[i]);
qsort(rv, rc, sizeof(char *), oauth_cmpstringp);
[...]

and I get:

bti: parse_osp_reply: rv[0]: You must provide a valid URL or 'oob' in 
oauth_callback.

So, it seems that bti doesn't provide a valid URL.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



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



Bug#602510: sysvinit: Please consider conflicting/breaking with sysvutils (used in Ubuntu Hardy)

2010-11-05 Thread Daniel Hahler
Package: sysvinit
Severity: normal

When dist-upgrading a Ubuntu Hardy box to Debian testing, I am getting
the following error:

Unpacking sysvinit-utils (from .../sysvinit-utils_2.88dsf-12_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/sysvinit-utils_2.88dsf-12_i386.deb (--unpack):
 trying to overwrite '/sbin/sulogin', which is also in package sysvutils 
2.86.ds1-14.1ubuntu45.1
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/sysvinit-utils_2.88dsf-12_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

While this is not supported officially, adding a Conflict/Break
against sysvutils (which was never used in Debian?!) would make this
more smooth.



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



Bug#602424: elmerfem: More armel qreal trouble

2010-11-05 Thread Adam C Powell IV
Hello Phil,

On Thu, 2010-11-04 at 22:07 +, Phil Endecott wrote:
 Hi Adam,
 
 I saw your message to debian-arm, a list which I sometimes read but am 
 not subscribed to, hence this off-list reply.  I don't know anything 
 about qt but I have been learning OpenGL recently.  Here's my suggestion:
 
 inline void glGetQrealv(GLenum e, GLfloat* data) { glGetFloatv(e,data); }
 inline void glGetQrealv(GLenum e, GLdouble* data) { 
 glGetDoublev(e,data); }
 
 Then replace the calls to glGetDoublev() that want qreals with calls to 
 glGetQrealv().  This should work on platforms where qreal is of either type.

Because I'm not generally a C++ guy, and thus not accustomed to thinking
polymorphically, I had to stare at this for a minute or two before being
convinced that it would work.  But having stared, I can see that it's
brilliant!

Thanks very much, I'll give it a shot.

-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/


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


Bug#594592: emacs23: Segmentation fault in getenv.c from /usr/lib/libgtk-x11-2.0.so.0 / dcigettext.c

2010-11-05 Thread Sven Joachim
On 2010-11-05 13:10 +0100, Vincent Lefevre wrote:

 And when I run emacs23 under valgrind, I get lots of Invalid free
 errors. Could this be a related problem?

No, this is a known problem.  Running Emacs under valgrind does not
work, see

http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg02258.html

for an explanation.

Sven



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



Bug#602479: ocrad: manual - Please specify image file types accepted

2010-11-05 Thread Jakub Wilk

severity 602479 wishlist
thanks

Thanks for your bugreport.

I think you are a bit confused here. For a start, I recommend you to read 
less Wikipedia. ;)


* Jari Aalto jari.aa...@cante.net, 2010-11-05, 09:48:

According to http://en.wikipedia.org/wiki/Ocrad

Ocrad is an optical character recognition program, developed
as part of the GNU Project. Based on a feature extraction
method, it reads images in portable pixmap
   ===


This is wrong (or at least misleading); the OCRad documentation is 
right.



And according to http://en.wikipedia.org/wiki/Portable_pixmap there
are 3 format (PPM, PBM and PNM):

The phrase Netpbm format commonly refers to any or all of the
members of a set of closely related graphics formats used and
defined by the Netpbm project. The portable pixmap format
(PPM), the portable graymap format (PGM) and the portable
bitmap format (PBM) are image file formats originally designed
to be easily exchanged between platforms. They are also
sometimes referred to collectively as the portable anymap
format (PNM)[1].


This is right, but please note that title of this article is Netpbm 
format, not Portable pixmap.



However the maual page only reads:

   DESCRIPTION
   GNU  Ocrad - Optical Character Recognition program.  Reads pnm 
file(s),
   or standard input, and sends text to standard output.


PNM is a collective name for 3 formats:
- portable bitmaps (PBM),
- portable greymaps (PGM),
- portable pixmaps (PPM).
Each of these formats comes with two versions (plain or raw).
OCRad supports all of them.


Please clarify:

- If the *.pnm format the only accepted for the program?
- Or does it support the full range of portable pixmap pixmaps, in
  which case the formats should be listed in manual page.


Well, both. :) (But I guess you meant s/pixmap/anymap/.)

--
Jakub Wilk



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



Bug#602511: upstart support for nodm

2010-11-05 Thread Luigi Capriotti

Package: nodm
Version: 1.3-16

Please find attached the upstart job I created for nodm, based on the 
current init script.


It does integrate with plymouth gracefully.

Please consider including it in the upstream release.

Best regards

Luigi Capriotti
# nodm - nodm Display Manager
#

description Automatic Display Manager
author  Luigi Capriotti

start on (filesystem
  and started dbus
  and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
   or stopped udevtrigger))
stop on runlevel [016]

emits starting-dm

script
NODM_ENABLED=no
NODM_XINIT=/usr/bin/xinit
NODM_FIRST_VT=7
NODM_XSESSION=/etc/X11/Xsession
NODM_X_OPTIONS=-nolisten tcp
NODM_USER=root
NODM_MIN_SESSION_TIME=60

# If you change the user to a non-root user, make sure you
# set allowed_users=anybody in /etc/X11/Xwrapper.config

if [ -f /etc/default/nodm ]
then
. /etc/default/nodm
fi

export NODM_XINIT NODM_XSESSION NODM_X_OPTIONS NODM_USER 
NODM_MIN_SESSION_TIME NODM_FIRST_VT

if [ -n $UPSTART_EVENTS ] ; then
# Gracefully exit if the package or its dependencies have been removed 
(but not purged).
[ -x /usr/sbin/nodm -a -x $NODM_XSESSION -a -x $NODM_XINIT ] || { 
stop; exit 0; }

if [ $NODM_ENABLED = no ] || [ $NODM_ENABLED = false ] ; then
stop; exit 0;
fi

# Check kernel command-line for inhibitors
for ARG in $(cat /proc/cmdline)
do
case ${ARG} in
text|-s|s|S|single)
plymouth quit || :  # We have the ball here
exit 0
;;
esac
done
fi

initctl emit starting-dm

exec /usr/sbin/nodm
end script

pre-stop script
# Clean up the console before we switch to it, to avoid text flicker
if [ -x /usr/bin/tput ] ; then
tput -Tlinux reset  /dev/tty1 || true
fi

# Clear VT 1 of any console messages
clear /dev/tty1 || true
end script




Bug#601905: live-helper: Does not create image for usb

2010-11-05 Thread Rubik Andrey
Live-build version: 2.0.5+20101028.074457~60squeeze+1

However, I see this proplem only if I want include debian installer into
image.

I can build image without any problem when I use this (without
installer):

lb config \
--binary-images usb-hdd \
--distribution squeeze \
--volatile true \
--archive-areas main contrib non-free \
--packages-lists gnome \
--bootappend-live locale=ru_RU.UTF-8 keyb=ru noautologin noxautologin
quickreboot silent \
--language ru \
--hostname debian-live \
--apt-recommends true \
--apt-secure true \
--binary-indices true \
--debconf-frontend noninteractive \
--debconf-priority critical \
--memtest memtest86+ \
--mode debian \
--security true \
--win32-loader false \
--mirror-bootstrap http://mirror/debian/ \
--mirror-chroot http://mirror/debian/ \
--mirror-binary http://mirror/debian/

lb build



And what causes error (with installer):

lb config \
--binary-images usb-hdd \
--distribution squeeze \
--debian-installer true \
--debian-installer-gui true \
--debian-installer-distribution squeeze \
--volatile true \
--archive-areas main contrib non-free \
--packages-lists gnome \
--bootappend-live locale=ru_RU.UTF-8 keyb=ru noautologin noxautologin
quickreboot silent \
--language ru \
--hostname debian-live \
--apt-recommends true \
--apt-secure true \
--binary-indices true \
--debconf-frontend noninteractive \
--debconf-priority critical \
--memtest memtest86+ \
--mode debian \
--security true \
--win32-loader false \
--mirror-bootstrap http://mirror/debian/ \
--mirror-chroot http://mirror/debian/ \
--mirror-binary http://mirror/debian/

lb build


-- 
Best regards
Rubik Andrey
email: tirnota...@gmail.com
GPGKey: 1024D / 2EA8E207 2010-03-01
7E60 4450 CD90 6E2D E949  6254 7FDC 5F5C 2EA8 E207


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


Bug#601905: live-helper: Does not create image for usb

2010-11-05 Thread Thomas Maass
rm binary/dists/squeeze/squeeze  lb build
does the job.
-- 
gpg-id: D31AAEEA
http://www.setho.org/people


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


Bug#602514: adduser: [INTL:ja] updated Japanese program translation

2010-11-05 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Package: adduser
Version: 3.112+nmu2
Severity: wishlist
Tags: l10n patch

Hi,

I updated Japanese translation of program messages (ja.po).
Please apply this.

Thanks,
- -- 
Kenshi Muto
km...@debian.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.9 http://mailcrypt.sourceforge.net/

iQIcBAEBCgAGBQJM1AvGAAoJEB0hyD3EUuD8REgP/jcEqmpWkiBRhlgC0xPzA8PF
btCE0G/HTQ90wMD+EnvIPsF7WC/KeUib1MpfEjOVLcnbH6BNtVYMZK5rTWe84M8H
MomFRX6MaL1G2MpX38g2toQEkZkH8FMjYrIn4UGJDuIi111oVVCYb3uwX5Owywwu
z2M2ESuU34iQuOJudM9yXcrb8gVJyC/u7EOWBhdigz8C0AGQG/gXNLknZCELWXGV
iWCs7WFvKoXKXleGuaVqrGH9z2dsnvyANVQFGo7NsWhyUAR3Y1M0xe4p0q8k0OeM
X0v55LzPF1mvxY8L8/SmHTdDOmX8EAXZ/KyJuxoRqWMOkjwwBLbnYF4cptUdjFAF
gCtqhMKu8ATyHnHVp+XmGMr9PaA2gTGxVbKufZQZ4h41IdeVcrp9Ona0gbHLCJbA
y7SaitnEMziJi2cwuoy1LgksnsyK6/kR9erRGqhvZ6WXx2EH8wrlmFSvisx6KWjO
1q7YnKcJTp3Oy1oKbY1m8bFJlqarfApyZEajrqrXgDiYZlfwsUakHpSu/OrB9gdO
uiqyih8HFgzCQml5bZApdq7gBEmiAzOzqiy5ZO8/y+3nP/Wjz+78WNUXbqFyvSmZ
Gt5mV3G+7BU3aaGeWjJ8gU9H5Qf5U5rD1p3EVQbMJmZMJ6TGfK0GmnjNjsR2rrDd
mvkfJ3rlaWf2ywhrEj93
=jvMB
-END PGP SIGNATURE-


ja.po
Description: Binary data


Bug#602513: cuneiform: Missing option -h, --help

2010-11-05 Thread Jari Aalto
Package: cuneiform
Version: 0.7.0+dfsg.1-1
Severity: wishlist


Please add support command line option -h, --help.

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

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

Versions of packages cuneiform depends on:
ii  cuneiform-common  0.7.0+dfsg.1-1 multi-language OCR system (common)
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-4  GCC support library
ii  libmagick++3  8:6.6.0.4-2.2  object-oriented C++ interface to I
ii  libstdc++64.4.5-4The GNU Standard C++ Library v3

cuneiform recommends no packages.

cuneiform 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#597479: no mbr written to USB stick

2010-11-05 Thread Thomas Lange
The problem is, that there's no code in fai-cd for writing the mbr
with grub2. I'll prepare a patch soon.
-- 
regards Thomas



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



Bug#602512: cuneiform: Improve documentation of language (-l) option

2010-11-05 Thread Jari Aalto
Package: cuneiform
Version: 0.7.0+dfsg.1-1
Severity: wishlist


Manual page of cuneiform(1) reads:

   OPTIONS
   (...)
   -l LANGUAGE
   By default Cuneiform recognizes English text. To change the language
   use the command line switch -l followed by your language string.  To
   get a list of supported languages type cuneiform -l.

Please add information that the language must be supplied in ISO 639-2
format and possibly add an URL to standard name sof code.

Examples for the URL:

 http://www.loc.gov/standards/iso639-2/php/code_list.php
 http://en.wikipedia.org/wiki/List_of_ISO_639-2_codes

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

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

Versions of packages cuneiform depends on:
ii  cuneiform-common  0.7.0+dfsg.1-1 multi-language OCR system (common)
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-4  GCC support library
ii  libmagick++3  8:6.6.0.4-2.2  object-oriented C++ interface to I
ii  libstdc++64.4.5-4The GNU Standard C++ Library v3

cuneiform recommends no packages.

cuneiform 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#602515: FTBFS: incorrect snprintf size in MIMEH_parse_contentlocation

2010-11-05 Thread Alex Chiang
Source: altermime
Version: 0.3.10-4
Tags: patch

With -Wall turned on:

cc1: warnings being treated as errors
In file included from /usr/include/stdio.h:930:0,
 from MIME_headers.c:21:
In function 'snprintf',
inlined from 'MIMEH_parse_contentlocation' at MIME_headers.c:2246:12:
/usr/include/bits/stdio2.h:65:3: error: call to __builtin___snprintf_chk will 
always overflow destination buffer
make[1]: *** [MIME_headers.o] Error 1

This error occurs because we are passing the wrong argument to
snprintf.

The below patch fixes the issue.
---
diff -Nru altermime-0.3.10/debian/patches/15_fix_snprintf.diff 
altermime-0.3.10/debian/patches/15_fix_snprintf.diff
--- altermime-0.3.10/debian/patches/15_fix_snprintf.diff1969-12-31 
17:00:00.0 -0700
+++ altermime-0.3.10/debian/patches/15_fix_snprintf.diff2010-11-04 
22:43:08.0 -0600
@@ -0,0 +1,13 @@
+Index: altermime-0.3.10/MIME_headers.c
+===
+--- altermime-0.3.10.orig/MIME_headers.c   2010-11-04 22:41:58.891508943 
-0600
 altermime-0.3.10/MIME_headers.c2010-11-04 22:42:58.881921686 -0600
+@@ -2243,7 +2243,7 @@
+   {
+   if (MIMEH_DNORMAL) 
LOGGER_log(%s:%d:MIME_parse_contentlocation:DEBUG: filename = %s\n, FL, p);
+   snprintf(hinfo-name, sizeof(hinfo-name),%s,p);
+-  snprintf(hinfo-filename, sizeof(hinfo-name),%s,p);
++  snprintf(hinfo-filename, 
sizeof(hinfo-filename),%s,p);
+   FNFILTER_filter(hinfo-filename, 
_MIMEH_FILENAMELEN_MAX);
+   SS_push((hinfo-ss_filenames), hinfo-filename, 
strlen(hinfo-filename));
+ 
diff -Nru altermime-0.3.10/debian/patches/series 
altermime-0.3.10/debian/patches/series
--- altermime-0.3.10/debian/patches/series  2010-07-26 10:05:51.0 
-0600
+++ altermime-0.3.10/debian/patches/series  2010-11-04 22:41:50.0 
-0600
@@ -1,3 +1,4 @@
 01_makefile_destdir.diff
 05_makefile_nostrip.diff
 10_fix_printk_warnings.diff
+15_fix_snprintf.diff



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



Bug#602516: ITP: drupal6-thm-mobile-garland -- mobile_garland themes for Drupal 6

2010-11-05 Thread Al Nikolov
Package: wnpp
Severity: wishlist
Owner: Al Nikolov cl...@debian.org


* Package name: drupal6-thm-mobile-garland
  Version : 1.1
  Upstream Author : Teemu Lehtinen (http://drupal.org/user/483210)
* URL : http://drupal.org/project/mobile_garland
* License : GPL
  Programming Lang: PHP
  Description : mobile_garland themes for Drupal 6

This is a Garland inspired mobile optimized Drupal theme intended to be used 
with a mobile optimization module Mobile Plugin.



-- 
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   >