Bug#526226: It works after making a new symbolic link

2009-05-02 Thread Cheese Lee
I met the same error.

I found /usr/lib/exaile/lib/feedparser.py linked to
../../../share/python-support/python-feedparser/feedparser.py which
may be obsoleted and does not exist now.

/usr/lib/exaile/lib/feedparser.py should be linked to
../../../share/pyshared/feedparser.py which is in the package
python-feedparser.

In one word, it works after running this with root privilege:
cd /usr/lib/exaile/lib  rm feedparser.py  ln -s
../../../share/pyshared/feedparser.py feedparser.py





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



Bug#523093: [Bug 364931] Re: [needs-packaging] gnote in karmic

2009-05-02 Thread Savvas Radevic
 Savvas, please would you compare yours with it, and if you have any
 suggestions/improvements on the packaging let me know about it so they
 can be merged?  Thanks

Hello! Here is a summary of changes:

- 0.3.0 is out :)
- You should have a debian/watch file - I didn't make one since I'm
based on git. Here's a suggestion:

version=3
http://ftp.gnome.org/pub/GNOME/sources/gnote/(?:[\d\w\.]+)/gnote-(.*)\.tar\.bz2

(It works, but I don't know if it's correct, I'm not that good with
custom debian/watch files, e.g. ./0.3/gnote-0.3.0)

- I have split the package into 3 different ones: gnote (binary),
gnote-data (data without compilation), gnote-addins (binary)
- I am using boost 1.37 or boost 1.35 or boost - I don't know if
that's good, but at least it gives more testing control over various
boost libraries:
  libboost1.37-dev | libboost1.35-dev | libboost-dev,
  libboost-filesystem1.37-dev | libboost-filesystem1.35-dev |
libboost-filesystem-dev,
  libboost-regex1.37-dev | libboost-regex1.35-dev | libboost-regex-dev,
  libboost-iostreams1.37-dev | libboost-iostreams1.35-dev |
libboost-iostreams-dev,
  libboost-test1.37-dev | libboost-test1.35-dev | libboost-test-dev,

- I've also set versioned dependencies, based on autoconf and ./configure:
  automake (= 1.9),
  autoconf (= 2.53),
  pkg-config (= 0.14.0),
  libgtk2.0-dev (= 2.14),
  [...]
  intltool (= 0.35),
  gnome-doc-utils (= 0.4.2),

- For some reason, during document compilation/creation, it requires
rarian-compat package. I don't know if that's required for Debian, but
on ubuntu it was spitting errors (maybe the situation changed with
newer releases).

- I'm using debhelper 7 debian/rules without cdbs:
http://bazaar.launchpad.net/~medigeek/%2Bjunk/gnote-packaging/annotate/head%3A/debian/rules

http://bazaar.launchpad.net/~medigeek/%2Bjunk/gnote-packaging/files/head%3A/debian/



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



Bug#526551: Further information

2009-05-02 Thread Erwin Rieger
Last working kernel is: 2.6.26-2-686 (reboot/halt ok on AC and battery,
has issues with rt-wireless on suspend/resume).

A bios-update to version 1903 and some workarounds (unload snd_hda_intel
module and/or unload rt2860sta module before reboot/halt) found on the
net did not help.




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



Bug#526263: treecc mess

2009-05-02 Thread David Paleino
Hello,
I mistakenly closed an IRC query regarding treecc -- I hope it was you
contacting me.
Let's try to solve this mess about it: is your treecc the same as ours?

From the description, it seems to serve quite the same goal:

--treecc 0.1-4--
Description: Concrete syntax tree generator
 TreeCC generates C++ classes to represent the concrete syntax tree for a
 given Yacc/Bison grammar, along with abstract visitor base classes and
 visitor adapter classes with standard behaviour (descend into subnodes,
 throw an exception).

--treecc 0.3.10-1--
Description: code generation for compiler development
 treecc is designed to assist in the development of compilers and other
 language-based tools. It manages the generation of code to handle
 abstract syntax trees and operations upon the trees.
 .
 This package contains the main binary.

Downloading the source though, they're quite different and -- it seems -- from
different authors:

--0.1-4--
http://www.hogyros.de/ (currently in offline mode though)

--0.3.10-1--
http://www.gnu.org/software/dotgnu/

I also see that your treecc already has 19 as popcon score, while ours hasn't
been uploaded yet. And we won't upload it, because the archive would regard it
as a new version, fixing things the bad way for our purposes.

Honestly, I believe hogyros could have chosen an unused name for his
software :)
Since both are headed towards developers, I fail to think at a
treecc/treecc-dev solution.
One solution might be calling our treecc treecc-gnu, or similar (gnutreecc,
[..]). Any other idea?

Mono team: any ideas from your POV?

Kindly,
David

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


signature.asc
Description: PGP signature


Bug#526436: libperl4caml-ocaml-dev: Using regexp fails with www_mechanize.follow_link

2009-05-02 Thread Richard Jones


I don't think calling 'eval' is a good way to solve this, since the
argument could contain all sorts of things, not just a well-behaved
regexp.  We need to somehow convert the string to a regexp using a
function from perlguts.

Unfortunately I could work out how to actually do this, so it needs a
bit more examination from someone with the relevant Perl skills.

Rich.

-- 
Richard Jones
Red Hat



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



Bug#526442: libperl4caml-ocaml-dev: Can't use threads with www_mechanize

2009-05-02 Thread Richard Jones
I'm highly doubtful this would ever work.  Perl contains lots of
global state.  It's unclear if it's even safe to call this state from
separate threads even if it's locked.

You'd at least have to build Perl with the MULTIPLICITY option
(perlguts q.v.) and change perl4caml dramatically to support it.

Rich.

-- 
Richard Jones
Red Hat



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



Bug#525638: [Pkg-utopia-maintainers] Bug#525638: [network-manager] upgrade to 0.7.1 broke mobile broadband

2009-05-02 Thread Christophe Prud'homme
 It seems that there is a problem with usb-serial and when nm tries to
 establish the connection there is a crash of the system.

 Could you clarify which combinations did/do work
 If I understood you correctly, it is something

 2.6.26 + 0.7.0.99 = no kernel crash, successful umts connection
yes
but the connection shuts down a little while after the connection

 2.6.29 + 0.7.0.99 = no kernel crash, no successful umts connection
yes

 2.6.26 + 0.7.1 = kernel crash, no successful umts connection
 2.6.29 + 0.7.1 = kernel crash, no successful umts connection
Yes


 Is that correct? What udev version do you use?
the latest in unstable
0.141-1

 FWIW, the kernel crash is most likely a bug in the kernel driver.
quite possibly yes

 Could you also send me the output of
 NM_PPP_DEBUG=1 /usr/sbin/NetworkManager --no-daemon
 after stopping NetworkManager (/etc/init.d/network-manager stop)
I send that in the next email

Best regards
C.



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



Bug#526604: free: -o hides buffers but does not change numbers

2009-05-02 Thread martin f krafft
Package: procps
Version: 1:3.2.7-11
Severity: minor
File: /usr/bin/free

The -o option only seems to remove the buffers line, but it does not
amend the numbers, as promised by the manpage:

  If the -o option is not specified, free subtracts buffer memory
  from the used memory and adds it to the free memory reported.

khyber:~|master|% free; free -o 

   #486
 total   used   free sharedbuffers cached
Mem:  16474548   16391620  82928  0  81344   15800492
-/+ buffers/cache: 509784   15964764
Swap:  39034801643903316
 total   used   free sharedbuffers cached
Mem:  16474548   16391620  82928  0  81344   15800492
Swap:  39034801643903316

-- 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.29-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages procps depends on:
ii  libc6 2.9-8  GNU C Library: Shared libraries
ii  libncurses5   5.7+20090411-1 shared libraries for terminal hand
ii  lsb-base  3.2-22 Linux Standard Base 3.2 init scrip

Versions of packages procps recommends:
ii  psmisc22.6-1 Utilities that use the proc filesy

procps suggests no packages.

-- no debconf information


-- 
 .''`.   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


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


Bug#525638: [Pkg-utopia-maintainers] Bug#525638: [network-manager] upgrade to 0.7.1 broke mobile broadband

2009-05-02 Thread Christophe Prud'homme
Also note that the nm package 0.7.99 was rebuilt from the 0.7.1 debian
version by downloading the source of 0.7.99
and removing the changelog entries accordingly

On Sat, May 2, 2009 at 8:42 AM, Christophe Prud'homme
prudh...@debian.org wrote:
 It seems that there is a problem with usb-serial and when nm tries to
 establish the connection there is a crash of the system.

 Could you clarify which combinations did/do work
 If I understood you correctly, it is something

 2.6.26 + 0.7.0.99 = no kernel crash, successful umts connection
 yes
 but the connection shuts down a little while after the connection

 2.6.29 + 0.7.0.99 = no kernel crash, no successful umts connection
 yes

 2.6.26 + 0.7.1 = kernel crash, no successful umts connection
 2.6.29 + 0.7.1 = kernel crash, no successful umts connection
 Yes


 Is that correct? What udev version do you use?
 the latest in unstable
 0.141-1

 FWIW, the kernel crash is most likely a bug in the kernel driver.
 quite possibly yes

 Could you also send me the output of
 NM_PPP_DEBUG=1 /usr/sbin/NetworkManager --no-daemon
 after stopping NetworkManager (/etc/init.d/network-manager stop)
 I send that in the next email

 Best regards
 C.




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



Bug#509918: mediatomb: 4cc updating not working -- ffmpeg dependencies?

2009-05-02 Thread Andres Mejia
On Saturday 02 May 2009 01:54:26 Jim Young wrote:
 Hello Andres,
im running debian unstable, and there does not seem to be an
 ffmpeg-debian in my package list (if this is what you are asking for).

 i recompiled mediatomb myself against the current ffmpeg installed and it
 now works perfectly. The current version of ffmpeg on my sid system is
 Version: 4:0.5.svn20090330-0.0

Based on the version you're showing, I suspect you are using ffmpeg instead of 
ffmpeg-debian. Run 'apt-cache showsrc ffmpeg' and post the output.

 I would like to help, so please let me know if you need any more
 information.

 Jim

 2009/5/1 Andres Mejia mcita...@gmail.com

  On Saturday 27 December 2008 12:51:41 Jim Young wrote:
   I questioned jin about this and he thinks its a dependency problem with
   ffmpeg.
   coincidentally, this problem started when my ffmpeg updated from
  
   2008-12-26 18:00:47 upgrade ffmpeg 3:20080706-0.3 3:20081210-0.1
 
  Are you using ffmpeg-debian or ffmpeg? mediatomb is built against
  ffmpeg-debian and
  I've never seen a release of ffmpeg-debian dated at 20080706 or 20081210.
 
  --
  Regards,
  Andres

-- 
Regards,
Andres


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


Bug#526605: wammu: fails to start (no module gammu)

2009-05-02 Thread Johannes Rohr
Package: wammu
Version: 0.30.1-1
Severity: grave
Justification: renders package unusable

I don't know whether this is the fault of wammu or python-gammu:

Traceback (most recent call last):
  File /usr/bin/wammu, line 170, in module
import Wammu.App
  File /usr/lib/pymodules/python2.5/Wammu/App.py, line 28, in module
import Wammu.Main
  File /usr/lib/pymodules/python2.5/Wammu/Main.py, line 58, in module
import Wammu.Editor
  File /usr/lib/pymodules/python2.5/Wammu/Editor.py, line 36, in module
import Wammu.Data
  File /usr/lib/pymodules/python2.5/Wammu/Data.py, line 28, in module
from gammu.Data import Connections, MemoryValueTypes, CalendarTypes, 
CalendarValueTypes, TodoPriorities, TodoValueTypes, InternationalPrefixes
  File /usr/lib/python2.5/site-packages/gammu/__init__.py, line 39, in 
module
from gammu._gammu import *
ImportError: No module named _gammu
~$ 


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

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

Versions of packages wammu depends on:
ii  python   2.5.4-2 An interactive high-level object-o
ii  python-gammu 1.24.0-1Python module to communicate with 
ii  python-support   1.0.2   automated rebuilding support for P
ii  python-wxgtk2.6  2.6.3.2.2-3 wxWidgets Cross-platform C++ GUI t
ii  python-xml   0.8.4-10.1  XML tools for Python

Versions of packages wammu recommends:
ii  notification-daemon   0.4.0-1a daemon that displays passive pop
ii  python-bluez [python-bluetoot 0.16-1 Python wrappers around BlueZ for r
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  timidity  2.13.2-22  Software sound renderer (MIDI sequ

Versions of packages wammu suggests:
pn  gmobilemedia  none (no description available)

Versions of packages python-gammu depends on:
ii  libbluetooth2 3.36-1 Library to use the BlueZ Linux Blu
ii  libc6 2.9-9  GNU C Library: Shared libraries
ii  libdbi0   0.8.2-3Database Independent Abstraction L
ii  libgammu6 1.24.0-1   mobile phone management library
ii  libgsmsd6 1.24.0-1   SMS daemon helper library
ii  libmysqlclient15off   5.0.77-1   MySQL database client library
ii  libpq58.3.7-1PostgreSQL C client library
ii  libusb-1.0-0  2:1.0.0-1  userspace USB programming library
ii  python2.5.4-2An interactive high-level object-o
ii  python-support1.0.2  automated rebuilding support for P

-- 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#389591: Freeswitch debian package

2009-05-02 Thread martin f krafft
also sprach Juan Manuel Coronado Z. juan.coron...@avatar.com.co 
[2008.06.05.1941 +0200]:
 I'm still interested in working on this package for Debian, but it
 needs a lot of work and unfortunely for me, time to do it is
 something I don't  seem to have in the short term.

Any news on this?

-- 
 .''`.   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
 
we are trapped in the belly of this horrible machine,
 and the machine is bleeding to death.
-- godspeed you black emperor!


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


Bug#526604: misleading manpage

2009-05-02 Thread martin f krafft
After another look, it becomes obvious that the manpage is
misleading, there is an unexpected not in there:

  If the -o option is *not* specified…

Either this should be clarified a bit, or maybe even rethought?
I wonder whether the 'free -o' output is at all useful, given that
it includes buffers/cache claimed but not necessarily used. This
machine has been up for an hour with 87 processes, and there is no
way that it can actually use 15.9Gb worth of buffers already.

Maybe -o should drop the Mem: line and instead promote the
+/- buffers/cache line to its place instead?

-- 
 .''`.   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


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


Bug#524196: [Pkg-alsa-devel] Bug#524196: USB webcam randomly disables soundcard

2009-05-02 Thread Elimar Riesebieter
* Philip [090501 22:32 +0100]
 Hi
 there is no /etc/modprobe.d/sound.conf on my system
 but there is a /etc/modprobe.d/sound
 so I edited that as you suggest, and removed my entry from
 /etc/modprobe.d/alsa-base
 so far it seems to work
 I haven't tried disconnecting the webcam though
 I was just hoping that there might be a more automatic way for this to
 happen when people install alsa rather than editing conf files
 I'm happy for you to close the bug.  Hopefully folks will find it when
 they have the same problem that I had.
 thanks, Philip

Bug closed.

Thanks for cooperation
Elimar

-- 
  Talking much about oneself can also 
   be a means to conceal oneself.
 -Friedrich Nietzsche


signature.asc
Description: Digital signature


Bug#526179: /usr/bin/epiphany: Lotus Domino Web Access throws error DWA script error

2009-05-02 Thread Josselin Mouette
Le jeudi 30 avril 2009 à 22:47 +, k jonsson a écrit :
 yes it works in iceweasel and no I do not think it is notes because I
 have web account on two different Lotus Domino servers and it has not
 been any problem on various platforms that I have tried. 
 I do not know how to change user agent.

You can add extra parts to the user-agent by changing
general.useragent.extra.simple in about:config. Which parts you need to
add of course depend on the broken user-agent parser, if that’s the
source of the issue.

 Funny thing is when I try to log in to notes web mail on epiphany the
 browser throws error and I can not load any web page. Epiphany is
 unusable until I log out and in again.

Which error does it throw?

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#479040: nxml-mode: Please drop emacs-snapshot support

2009-05-02 Thread Sven Joachim
severity 479040 normal
tags 479040 + patch
thanks

On 2008-05-02 14:25 +0200, Sven Joachim wrote:

 Package: nxml-mode
 Version: 20041004-7
 Severity: wishlist

 Could you please drop emacs-snapshot from the list of supported flavors?
 Since nxml-mode is part of Emacs 23, it makes no sense to byte-compile
 for it any more.

This seems to cause real problems for some users, as can be seen in
https://bugs.launchpad.net/nxhtml/+bug/354363.

So, celebrating the first anniversary of this bug, a patch for it is
attached.

Regards,
Sven

diff -u nxml-mode-20041004/debian/patches/range-striding-over-charsets.dpatch 
nxml-mode-20041004/debian/patches/range-striding-over-charsets.dpatch
--- nxml-mode-20041004/debian/patches/range-striding-over-charsets.dpatch
+++ nxml-mode-20041004/debian/patches/range-striding-over-charsets.dpatch
@@ -2,7 +2,7 @@
 ## range-striding-over-charsets.dpatch by Chris Lawrence lawre...@debian.org
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix range striding over charsets error with emacs-snapshot.
+## DP: Fix range striding over charsets error with emacs22.
 
 @DPATCH@
 --- nxml-mode-20041004.orig/xsd-regexp.el
diff -u nxml-mode-20041004/debian/control nxml-mode-20041004/debian/control
--- nxml-mode-20041004/debian/control
+++ nxml-mode-20041004/debian/control
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Chris Lawrence lawre...@debian.org
 Build-Depends: debhelper ( 4), dpatch (= 2.0.9)
-Build-Depends-Indep: texinfo, emacs22 | emacs21 | emacs-snapshot
+Build-Depends-Indep: texinfo, emacs22 | emacs21
 Standards-Version: 3.7.2
 
 Package: nxml-mode
 Architecture: all
-Depends: emacs22 | emacs21 | emacs-snapshot, emacsen-common (= 1.4.14)
+Depends: emacs22 | emacs21, emacsen-common (= 1.4.14)
 Suggests: libxml2-utils, xsltproc, trang
 Description: Emacs mode for editing XML documents using RELAX NG schemas
  This is a new major mode for GNU Emacs for editing XML documents. It
diff -u nxml-mode-20041004/debian/emacsen-install 
nxml-mode-20041004/debian/emacsen-install
--- nxml-mode-20041004/debian/emacsen-install
+++ nxml-mode-20041004/debian/emacsen-install
@@ -8,8 +8,8 @@
 FLAVOR=$1
 PACKAGE=nxml-mode
 
-if [ ${FLAVOR} != emacs22 ]  [ ${FLAVOR} != emacs21 ]   \
-[ ${FLAVOR} != emacs-snapshot ]; then exit 0; fi
+if [ ${FLAVOR} != emacs22 ]  [ ${FLAVOR} != emacs21 ]; \
+then exit 0; fi
 
 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
 
diff -u nxml-mode-20041004/debian/rules nxml-mode-20041004/debian/rules
--- nxml-mode-20041004/debian/rules
+++ nxml-mode-20041004/debian/rules
@@ -76,7 +76,6 @@
 #  dh_installlogrotate
dh_installemacsen --flavor=emacs21 --priority=60
dh_installemacsen --noscripts --flavor=emacs22 --priority=60
-   dh_installemacsen --noscripts --flavor=emacs-snapshot --priority=60
 #  dh_installpam
 #  dh_installmime
 #  dh_installinit
diff -u nxml-mode-20041004/debian/changelog nxml-mode-20041004/debian/changelog
--- nxml-mode-20041004/debian/changelog
+++ nxml-mode-20041004/debian/changelog
@@ -1,3 +1,10 @@
+nxml-mode (20041004-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove emacs-snapshot support (Closes: #479040).
+
+ -- Sven Joachim svenj...@gmx.de  Sat, 02 May 2009 08:17:40 +0200
+
 nxml-mode (20041004-7) unstable; urgency=low
 
   * Apply patches below from Michael Olson for Emacs 22 support.


Bug#444005: [uscan] Please use the get-orig-source target in debian/rules if available to get the source

2009-05-02 Thread Andres Mejia
On Tuesday 07 April 2009 04:28:42 Patrick Schoenfeld wrote:
 Hi,

 Daniel Leidert wrote:
  Normally people add the get-orig-source in debian/rules, because the
  original tarball needs to be repackaged. In such cases, trying to get
  the upstream tarball from the location in debian/watch is probably
  not, what the maintainer wants, because then he gets the original
  tarball, that doesn't contain the necessary change.
 
  What is your opinion? Are there limitations that need to be kept in mind
  when trying to provide a patch?

 I agree that this is an interesting feature which is worth beeing
 added. The only question is weither we should do this by default or not.
 Lets say we've added a heuristic that tries to detect weither a makefile
 has a get-orig-source target (e.g. by issueing something like make -n
 debian/rules get-orig-source and looking at the exit code). So far so
 good. Technically no big problem.

 I just fear that not everybody uses the get-orig-source target in the
 same way. For example I know that some people have the perception
 that get-orig-source should download a specific version, while others
 make it download the newest source. In the first case this would break
 the usual uscan behaviour, because uscan wouldn't download the version
 it reports but another one that is hardcoded in the rules file.
 So possibly this should be made a command line paramater, or a
 configuration option, or both.

 What do you think?

 Andres Meija wrote:
  # Run a script (such as debian/rules) to download the orig tarball
  use-download-script=debian/rules \
  use-download-script-options=get-orig-source

 I'm unsure weither this makes sense or not.

 On the one side I have the fear that uscan doesn't work properly
 if maintainers use get-orig-source different. But on the other side
 I think its better to let the one who invocates uscan decide weither he
 wants to take the risk to get the wrong source.
 Additional I don't see much benefit in making it configurable. We have
 debian/rules and the get-orig-source target defined in our policy
 so we should stick with it.

Seems the get-orig-source target is not as well defined as a lot of people are 
unsure what it should do exactly (see bug #466550).

My suggestion was to support something like,

use-check-script=debian/some_script args ...
use-download-script=debian/some_script args ...

Supporting this for get-orig-source targets can be like,

use-download-script=debian/rules get-orig-source

I think one issue raised was that the DEHS servers could possibly not have the 
proper dependencies to run the many scripts that could be written (whether they 
were implemented in a get-orig-source target or in some other script). If that 
is the case, I suggest we implement a way to get these lines ignored, perhaps 
when the --dehs option is set.

-- 
Regards,
Andres


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


Bug#525718: nautilus: Different behavior with 2.26.2-3

2009-05-02 Thread Josselin Mouette
Le jeudi 30 avril 2009 à 16:22 -0700, Josh Triplett a écrit :
 I tried upgrading to 2.26.2-3, and I observed a different behavior,
 though still with the same symptom of 100% CPU usage and a continuously
 filling window list.
 
 After logging in and seeing the problem begin, I ran ps uxf several
 times.  I observed a single nautilus process which didn't appear to exit
 and relaunch, but which constantly used about 10% CPU.  I also observed
 gnome-panel and X using lots of CPU (possibly just busy updating the
 window list).  Finally, I observed /usr/lib/gvfs/gvfsd-trash using a lot
 of CPU.

What’s the contents of .gnome2/session ?

In the “current session” tab of the session management capplet, does
nautilus appear, and in what mode does it appear?

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#252896: fam: runs at max. for at least an hour w/o stopping or logging anything

2009-05-02 Thread Axel K. Stammler
Package: fam
Version: 2.7.0-13.3
Followup-For: Bug #252896

I think at least some log messages should be provided, especially in such a 
case. Can
logging be configured?

At least 4 or 5 bug reports have a very similar subject line, this makes bug 
reporting
more difficult.

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

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

Versions of packages fam depends on:
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  lsb-base 3.2-20  Linux Standard Base 3.2 init scrip
ii  portmap  6.0-9   RPC port mapper
ii  update-inetd 4.31inetd configuration file updater

fam recommends no packages.

fam 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#526606: [debianutils] breaks 64-bit dist-upgrade, no X

2009-05-02 Thread Ferdi Thommes
Package: debianutils
Version: 3.0.1
Severity: normal

--- Please enter the report below this line. ---
debianutils 3.0.1 breaks 64-bit installs, X wont come up after reboot.
32-bit does not have 3.0.1 yet.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.29-2.slh.3-sidux-amd64

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablesidux.com 
  500 unstableftp.nl.debian.org 
  500 testing ftp.nl.debian.org 
1 experimentalftp.uk.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
sensible-utils| 0.0.1


Package's Recommends field is empty.

Package's Suggests field is empty.




-- 
Ferdi Thommes
2.Vorsitzender
sidux e.V.
_




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



Bug#506693: svn packages still not in unstable

2009-05-02 Thread Frank Blendinger
Hi,

any reason why the svn packages Stefan posted are not yet available in
unstable?

I can confirm that at least the amd64 flavors of lirc and
liblircclient work, and lirc-modules-source built fine with
module-assistant against kernel 2.6.29.


Greetings,
Frank

-- 
Frank Blendinger | fb(at)intoxicatedmind.net | GPG: 0x0BF2FE7A
Fingerprint: BB64 F2B8 DFD8 BF90 0F2E 892B 72CF 7A41 0BF2 FE7A


signature.asc
Description: Digital signature


Bug#526607: tempfile aborts with double free

2009-05-02 Thread Gerhard Heift
Package: debianutils
Version: 3.1

If I run tempfile without arguments, it aborts with

*** glibc detected *** ./tempfile: double free or corruption (fasttop): 
0x00801010 ***

and a long backtrace.

This is caused by the free of name and filename, after filename was set to
the same address as name if no suffix is given (see line 120-129).

Patch is attached.
--- tempfile.c	2009-05-02 09:18:48.0 +0200
+++ tempfile.c.orig	2009-05-02 09:17:19.0 +0200
@@ -131,8 +131,7 @@
   if ((fd = open(filename, O_RDWR | O_CREAT | O_EXCL, mode))  0) {
 	if (errno == EEXIST) {
 	  free(name);
-  if (name != filename)
-	free(filename);
+	  free(filename);
 	  continue;
 	}
 	syserror(open);
@@ -145,7 +144,6 @@
 syserror(close);
   puts(filename);
   free(filename);
-  if (name != filename)
-free(name);
+  free(name);
   exit(0);
 }


signature.asc
Description: Digital signature


Bug#526606: mixed up version numbers

2009-05-02 Thread Ferdi Thommes
sorry, i messed up with the version numbers:
the bugreport is against debianutils 3.1
the version 3.0.1 from testing works.

regards
-- 
Ferdi Thommes
2.Vorsitzender
sidux e.V.
_




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



Bug#526606: debianutils: 3.0.2 works fine; upgrade to 3.1 breaks X, via /bin/tempfile

2009-05-02 Thread pancho horrillo
Package: debianutils
Version: 3.1
Severity: normal


Hi,

After upgrading to debianutils 3.1, X won't start:

.xsession-errors:
Xsession: X session started for pancho at Sat May  2 09:24:24 CEST 2009
*** glibc detected *** tempfile: double free or corruption (fasttop): 
0x024ce010 ***
=== Backtrace: =
/lib/libc.so.6[0x7fa12c96f1c8]
/lib/libc.so.6(cfree+0x76)[0x7fa12c970d06]
tempfile[0x400d0e]
/lib/libc.so.6(__libc_start_main+0xe6)[0x7fa12c91b5a6]
tempfile[0x400999]
=== Memory map: 
0040-00402000 r-xp  fd:00 110639 
/bin/tempfile
00601000-00602000 rw-p 1000 fd:00 110639 
/bin/tempfile
024ce000-024ef000 rw-p 024ce000 00:00 0  [heap]
7fa12800-7fa128021000 rw-p 7fa12800 00:00 0 
7fa128021000-7fa12c00 ---p 7fa128021000 00:00 0 
7fa12c6e2000-7fa12c6fc000 r-xp  fd:00 65574  
/lib/libgcc_s.so.1
7fa12c6fc000-7fa12c8fc000 ---p 0001a000 fd:00 65574  
/lib/libgcc_s.so.1
7fa12c8fc000-7fa12c8fd000 rw-p 0001a000 fd:00 65574  
/lib/libgcc_s.so.1
7fa12c8fd000-7fa12ca46000 r-xp  fd:00 65782  
/lib/libc-2.9.so
7fa12ca46000-7fa12cc46000 ---p 00149000 fd:00 65782  
/lib/libc-2.9.so
7fa12cc46000-7fa12cc4a000 r--p 00149000 fd:00 65782  
/lib/libc-2.9.so
7fa12cc4a000-7fa12cc4b000 rw-p 0014d000 fd:00 65782  
/lib/libc-2.9.so
7fa12cc4b000-7fa12cc5 rw-p 7fa12cc4b000 00:00 0 
7fa12cc5-7fa12cc6d000 r-xp  fd:00 65781  
/lib/ld-2.9.so
7fa12ce53000-7fa12ce55000 rw-p 7fa12ce53000 00:00 0 
7fa12ce68000-7fa12ce6c000 rw-p 7fa12ce68000 00:00 0 
7fa12ce6c000-7fa12ce6d000 r--p 0001c000 fd:00 65781  
/lib/ld-2.9.so
7fa12ce6d000-7fa12ce6e000 rw-p 0001d000 fd:00 65781  
/lib/ld-2.9.so
7fff34e58000-7fff34e6d000 rw-p 7ffea000 00:00 0  [stack]
7fff34ffe000-7fff34fff000 r-xp 7fff34ffe000 00:00 0  [vdso]
ff60-ff601000 r-xp  00:00 0  
[vsyscall]
Aborted

Downgrading to debianutils-3.0.2 fixes the problem for me.
Hope that it helps.

Happy hacking!

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

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

Versions of packages debianutils depends on:
ii  libc6 2.9-9  GNU C Library: Shared libraries
ii  sensible-utils0.0.1  Utilities for sensible alternative

debianutils recommends no packages.

debianutils 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#526608: RM: scrollkeeper -- ROM; unmaintained upstream, deprecated in favor of rarian

2009-05-02 Thread Josselin Mouette
Package: ftp.debian.org
Severity: normal

Please remove the scrollkeeper package from the archive. There have been 
no upstream releases for more than 5 years, and it is now deprecated in 
favor of rarian-compat (in the rarian source). 

All packages with versioned dependencies or build-dependencies on 
scrollkeeper have been fixed, except for drapes which has a relevant RC 
bug already (#526118).

If anything is still missing in rarian (like we discovered recently 
with the DTDs), we’ll try adding it to rarian-compat instead of 
re-introducing scrollkeeper.

Thanks,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- 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#526609: linux-image-2.6.26-2-openvz-amd64 not in unstable?

2009-05-02 Thread jan . grant
Package: linux-image-2.6.26-2-openvz-amd64
Version: 2.6.26-15

Very simple, really: testing and stable have 2.6.26-2 (which includes NFS 
support from within a VE). unstable doesn't appear to have that package 
(although apt-cache reports that some things reference it).

Is this just an oversight?



-- 
jan grant, ISYS, University of Bristol. http://www.bris.ac.uk/
Tel +44 (0)117 3317661   http://ioctl.org/jan/
OORDBMSs make me feel old; I remember when this was all fields.



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



Bug#526610: tempfile crashes

2009-05-02 Thread Modestas Vainius
Package: debianutils
Version: 3.1
Severity: critical
File: /bin/tempfile

Hello,

tempfile crashes. It is pretty essential hence the severity.

Selecting previously deselected package libx11-6.   
 
Unpacking libx11-6 (from .../libx11-6_2%3a1.2.1-1_amd64.deb) ...
 
Setting up x11-common (1:7.4+1) ... 
 
*** glibc detected *** tempfile: double free or corruption (fasttop): 
0x020e7010 *** 
=== Backtrace: =
 
/lib/libc.so.6[0x7f4c8b9441c8]  
 
/lib/libc.so.6(cfree+0x76)[0x7f4c8b945d06]  
 
tempfile[0x400d0e]  
 
/lib/libc.so.6(__libc_start_main+0xe6)[0x7f4c8b8f05a6]  
 
tempfile[0x400999]  
 
=== Memory map: 
 
0040-00402000 r-xp  08:02 1500790
/bin/tempfile   
00601000-00602000 rw-p 1000 08:02 1500790
/bin/tempfile   
020e7000-02108000 rw-p 020e7000 00:00 0  [heap] 
 
7f4c8400-7f4c84021000 rw-p 7f4c8400 00:00 0 
 
7f4c84021000-7f4c8800 ---p 7f4c84021000 00:00 0 
 
7f4c8b4b3000-7f4c8b4cd000 r-xp  08:02 1500801
/lib/libgcc_s.so.1  
7f4c8b4cd000-7f4c8b6cd000 ---p 0001a000 08:02 1500801
/lib/libgcc_s.so.1  
7f4c8b6cd000-7f4c8b6ce000 rw-p 0001a000 08:02 1500801
/lib/libgcc_s.so.1  
7f4c8b6ce000-7f4c8b6d r-xp  08:02 750605 
/lib/libdl-2.9.so   
7f4c8b6d-7f4c8b8d ---p 2000 08:02 750605 
/lib/libdl-2.9.so   
7f4c8b8d-7f4c8b8d1000 r--p 2000 08:02 750605 
/lib/libdl-2.9.so   
7f4c8b8d1000-7f4c8b8d2000 rw-p 3000 08:02 750605 
/lib/libdl-2.9.so   
7f4c8b8d2000-7f4c8ba1b000 r-xp  08:02 750563 
/lib/libc-2.9.so
7f4c8ba1b000-7f4c8bc1b000 ---p 00149000 08:02 750563 
/lib/libc-2.9.so
7f4c8bc1b000-7f4c8bc1f000 r--p 00149000 08:02 750563 
/lib/libc-2.9.so
7f4c8bc1f000-7f4c8bc2 rw-p 0014d000 08:02 750563 
/lib/libc-2.9.so
7f4c8bc2-7f4c8bc25000 rw-p 7f4c8bc2 00:00 0 
 
7f4c8bc25000-7f4c8bc29000 r-xp  08:02 2443700
/usr/lib/cowdancer/libcowdancer.so  
7f4c8bc29000-7f4c8be28000 ---p 4000 08:02 2443700
/usr/lib/cowdancer/libcowdancer.so  
7f4c8be28000-7f4c8be29000 rw-p 3000 08:02 2443700
/usr/lib/cowdancer/libcowdancer.so  
7f4c8be29000-7f4c8be46000 r-xp  08:02 750562 
/lib/ld-2.9.so  
7f4c8c014000-7f4c8c03e000 r--p  08:02 1516814
/.ilist 
7f4c8c03e000-7f4c8c04 rw-p 7f4c8c03e000 00:00 0 
   

Bug#526335: psi locks up on writing a message

2009-05-02 Thread Dennis Schridde
Hi!

I can confirm the issue, it is related to aspell being missing on the system.

Referencing the related upstream bugs:
http://www.flyspray.psi-im.org/task/957
http://www.flyspray.psi-im.org/task/958

The workaround is to manually disabled spell checking via Advanced Options:
options/ui/spell-check/enable = false

As a conclusion the psi package should depend on aspell being installed 
until the issue is resolved upstream.

Regards,
Dennis


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


Bug#526611: New upstream version

2009-05-02 Thread Florian Weimer
Package: libjibx-java
Version: 1.0.2-1

Please upgrade the package to version 1.2.1, which is a build
dependency of OpenJDK 7.



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



Bug#526612: newsbeuter: Newsbeuter show empty title

2009-05-02 Thread Sébastien

Subject: newsbeuter: Newsbeuter doesn't show title
Package: newsbeuter
Version: 2.0-1
Severity: normal

*** Please type your report below this line ***
Newsbeuter 2.0 show empty line in the article title.
This happen with at least one feed :
http://linuxfr.org/backend/journaux/rss20.rss

I can see the title balise in the xml contains empty lines before the
text, but the previous veersion of newsbeuter worked fine with this
stream.

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

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

Versions of packages newsbeuter depends on:
ii  libc6 2.9-4  GNU C Library: Shared
libraries
ii  libcurl3-gnutls   7.18.2-8.1 Multi-protocol file transfer
libra
ii  libgcc1   1:4.3.3-3  GCC support library
ii  libncursesw5  5.7+20090404-1 shared libraries for terminal
hand
ii  libsqlite3-0  3.6.13-1   SQLite 3 shared library
ii  libstdc++64.3.3-3The GNU Standard C++ Library
v3
ii  libxml2   2.7.3.dfsg-1   GNOME XML library

newsbeuter recommends no packages.

newsbeuter 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#521951: ike: FTBFS: ISO C++ forbids declaration of 'BDATA' with no type

2009-05-02 Thread Matthew Grooms

Philipp Matthias Hahn wrote:

Hello Matthew,

On Tue, Mar 31, 2009 at 11:09:26PM +0200, Philipp Matthias Hahn wrote:

Hello Matthew,

I just received this bug-report for Debian. Please keep
521...@bugs.debian.org in the cc: for tracking.


I created the following patch which should fix the problem; at least it
does for me.



Philipp,

This was a mess. I just finished winding through the include files. I 
believe they have been successfully untangling and a patch has been 
committed to both head and the 2.1 branch to correct this issue. I plan 
on releasing 2.1.5 very soon. Please let me know if you see any other 
problems.


Thanks,

-Matthew



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



Bug#525483: libclamav5: clamd segfault libclamav.so.5.0.4

2009-05-02 Thread Giuseppe Iuculano
Hi,

Scott Kitterman wrote:
 There is a clamav bug that was fixed in 0.95 or 0.95.1 in which unofficial 
 signatures caused a crash, so I believe your diagnosis is likely correct.

I can confirm this. I was experiencing the same crash with 0.94.dfsg.2-1lenny2
and clamav-unofficial-sigs. Upgrading to clamav 0.95.1+dfsg-1volatile2 fixed
this issue.


Cheers,
Giuseppe.



signature.asc
Description: OpenPGP digital signature


Bug#526613: wiki.debian.org: offensive icon

2009-05-02 Thread Simon Raven
Package: wiki.debian.org
Severity: normal


http://wiki.debian.org/Portal/IDB?action=AttachFiledo=gettarget=icon-community-32x32.png

The title attribute IDs it as Portal/IDB/icon-community-32x32.png.

This icon is a) stereotyping so-called North American Indigenous
peoples, and I would highly recommend and demand that this icon be
changed. I don't see why a stereotype of us should be used to represent
community. I'm sure non-Indigenous people have communities too, and have
a sense of community, why should we be made an example in such a
negative way? Sure we have a lot to offer the rest of the non-Indigenous
world, and have, a LOT, but hey, don't keep up the false images. We
don't all live in tipis on Great Turtle Island (North America), you know.

Thanks for your time,

simon


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

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.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#526204: grass: FTBFS with GCC 4.4: missing #include

2009-05-02 Thread Hamish
Package: grass
Followup-For: Bug #526204


fixed upstream, thanks.


Hamish



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



Bug#515177: irssi-plugin-xmpp: Can't connect with google talk

2009-05-02 Thread Gerfried Fuchs
* mihkel tura...@gmail.com [2009-05-01 17:02:25 CEST]:
 Gerfried Fuchs kirjutas:
   According to the FAQ file the nick in the chatnets should contain the
  complete jabber-ID and I don't see any mentioning of an jid option in
  the servers section. Can you give that a try?
 
 That did the trick. Don't know how it worked before, but it sure works now. I
 promise I pay closer attention to documentation from now on :)

 Great, thanks. I know that it's easy to miss something at times so no
worries. Sweet that we were able to solve it so easily. :)

 So long!
Rhonda



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



Bug#526614: fdm dies trying to deliver via | sendmail

2009-05-02 Thread Ian Zimmerman
Package: fdm
Version: 1.5-3
Severity: normal

I tried to make fdm deliver directly to sendmail (exim actually) with a config
line like this:

action default pipe /usr/sbin/sendmail -oi -odi i...@localhost
match all action default

but i get this in the log:

May  2 00:35:01 matica fdm[7686]: fatal: cmd_start: kill: Operation not 
permitted
May  2 00:35:02 matica fdm[7675]: fatal: main: child socket closed
May  2 00:35:02 matica fdm[7676]: fatal: fetch_poll: parent socket closed
May  2 00:35:07 matica fdm[7678]: fatal: child_deliver: privsep_send error

and .fdm.lock stays around :-(

I reverted to the grotty fetchmail way (SMTP to localhost) and that works.
Maybe it has something to do with exim being setuid root?

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

Kernel: Linux 2.6.29.2matica2 (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-minimal

Versions of packages fdm depends on:
ii  adduser  3.110   add and remove users and groups
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libpcre3 7.8-2   Perl 5 Compatible Regular Expressi
ii  libssl0.9.8  0.9.8g-15+lenny1SSL shared libraries
ii  libtdb1  1.1.2~git20080615-1 Trivial Database - shared library
ii  zlib1g   1:1.2.3.3.dfsg-12   compression library - runtime

fdm recommends no packages.

fdm 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#525348: ffmpeg-debian: get-orig-source rule doesn't include libswcale in generated tarball

2009-05-02 Thread Reinhard Tartler
Andres Mejia mcita...@gmail.com writes:

 I'm using Version: 3:0.svn20090303-1.1 of the ffmpeg-debian packages. I've 
 attached the log.

that particular version has never been uploaded to debian. Have you
mistyped the version number or did you get the package from somewhere
else?

Anyway, I now understand what happened. I've changed the script to fetch
from the 0.5 release branch. At time of writing, it contained an
svn:external to libswscale. However, the branch was changed to include
libswscale rather than reference it. The problem in the script is that
it fetches the svn:external information from the HEAD revision of the
branch rather than the revision that is being checked out. the following
patch should fix the issue:

diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index e1bc738..f798ea8 100644
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -87,7 +87,7 @@ svn info -r{${SVNDATE}} \
 ${TMPDIR}/${PACKAGENAME}/.svnrevision
 
 # get svn externals
-svn pg svn:externals $baseurl | \
+svn pg svn:externals -r${${SVNDATE}} $baseurl | \
 while read external url; do
 [ -z $url ]  continue
 dest=${TMPDIR}/${PACKAGENAME}/${external}


-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#523946: xserver-xorg-input-synaptics: VertScrolling stops working after update to version 1.1.0

2009-05-02 Thread Alexandre Rossi
 I have the same issue as Mirko. Vertical Scrolling does not work after
 upgrading xserver-xorg-input-synaptics from 0.14.7~git20070706-3 (lenny) to
 1.1.0-1 (sid). Downgrading fixes the problem.

 It's a configuration issue, with version 1.1.0 most of the default
 values have changed so you will need to explicitly enable some features
 in your xorg.conf or hal fdi files.
 See bugs 523581, 513875, 523528 for more.

This does not seem to be the issue for me, as I successfully
re-enabled Tapping and SHMConfig (for syndaemon) but vertical
scrolling does not work even though the option is modified :
$ synclient -l | grep Vert
VertScrollDelta = 25
VertEdgeScroll  = 1
VertTwoFingerScroll = 0

Alex



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



Bug#526615: fails to install to RAID across virtual (kvm/virtio) disks

2009-05-02 Thread martin f krafft
Package: grub-pc
Version: 1.96+20080724-16
Severity: normal

I have kvm configured to make disks available as virtio-blk devices,
and now I am trying to install grub2 onto them.

This works on plain VMs:

  vera:~# ls -l /dev/vda
  brw-rw 1 root disk 254, 0 May  2 11:01 /dev/vda
  vera:~# grub-install /dev/vda
  Installation finished. No error reported.
  This is the contents of the device map /boot/grub/device.map.
  Check if this is correct or not. If any of the lines is incorrect,
  fix it and re-run the script `grub-install'.

  (hd0) /dev/vda

However, trying to install to a system with RAID1 across two virtual
disks, I run into two errors, depending on which approach I take:

  mdadm-test:/boot/grub# ls -l /dev/{md0,vd[ab]}
  brw-rw 1 root disk   9,  0 May  2 10:07 /dev/md0
  brw-rw 1 root disk 254,  0 May  2 10:07 /dev/vda
  brw-rw 1 root disk 254, 16 May  2 10:07 /dev/vdb

  mdadm-test:/boot/grub# cat /proc/mdstat
  Personalities : [raid1]
  md0 : active raid1 vda[0] vdb[1]
1572800 blocks [2/2] [UU]

  unused devices: none

  mdadm-test:/boot/grub# grub-install /dev/md0
  grub-setup: error: Unknown device number: 254, 0

  mdadm-test:/boot/grub# grub-install '(hd0)' 
  grub-setup: error: Core image is too big for embedding, but this is required 
when
  the root device is on a RAID array or LVM volume.

  mdadm-test:/boot/grub# cat device.map 
  (hd0)   /dev/vda
  (hd1)   /dev/vdb
  (hd2)   /dev/vdc
  (hd3)   /dev/vdd
  (hd4)   /dev/vde
  (hd5)   /dev/vdf
  (hd6)   /dev/vdg

It does not matter if I do it manually with grub-mkimage/grub-setup
or let grub-install do it, the result is the same. But since
grub-install does not offer verbose output, here's the manual
rundown with verbose output, in case it helps:

  mdadm-test:/boot/grub# grub-mkimage -v -o core.img biosdisk raid ext2
  grub-mkimage: info: getting the size of /usr/lib/grub/i386-pc/kernel.img
  grub-mkimage: info: getting the size of /usr/lib/grub/i386-pc/biosdisk.mod
  grub-mkimage: info: getting the size of /usr/lib/grub/i386-pc/raid.mod
  grub-mkimage: info: getting the size of /usr/lib/grub/i386-pc/fshelp.mod
  grub-mkimage: info: getting the size of /usr/lib/grub/i386-pc/ext2.mod
  grub-mkimage: info: the total module size is 0x4410
  grub-mkimage: info: reading /usr/lib/grub/i386-pc/kernel.img
  grub-mkimage: info: getting the size of /usr/lib/grub/i386-pc/kernel.img
  grub-mkimage: info: getting the size of /usr/lib/grub/i386-pc/biosdisk.mod
  grub-mkimage: info: reading /usr/lib/grub/i386-pc/biosdisk.mod
  grub-mkimage: info: getting the size of /usr/lib/grub/i386-pc/biosdisk.mod
  grub-mkimage: info: getting the size of /usr/lib/grub/i386-pc/raid.mod
  grub-mkimage: info: reading /usr/lib/grub/i386-pc/raid.mod
  grub-mkimage: info: getting the size of /usr/lib/grub/i386-pc/raid.mod
  grub-mkimage: info: getting the size of /usr/lib/grub/i386-pc/fshelp.mod
  grub-mkimage: info: reading /usr/lib/grub/i386-pc/fshelp.mod
  grub-mkimage: info: getting the size of /usr/lib/grub/i386-pc/fshelp.mod
  grub-mkimage: info: getting the size of /usr/lib/grub/i386-pc/ext2.mod
  grub-mkimage: info: reading /usr/lib/grub/i386-pc/ext2.mod
  grub-mkimage: info: getting the size of /usr/lib/grub/i386-pc/ext2.mod
  grub-mkimage: info: kernel_img=0x23c3a90, kernel_size=0xbd14
  grub-mkimage: info: the core size is 0x6016
  grub-mkimage: info: getting the size of /usr/lib/grub/i386-pc/diskboot.img
  grub-mkimage: info: reading /usr/lib/grub/i386-pc/diskboot.img
  grub-mkimage: info: getting the size of /usr/lib/grub/i386-pc/diskboot.img
  grub-mkimage: info: writing 0x200 bytes
  grub-mkimage: info: the first module address is 0xfb04
  grub-mkimage: info: writing 0x6016 bytes
  mdadm-test:/boot/grub# grub-setup -v /dev/md0
  grub-setup: info: the size of hd0 is 3145728
  grub-setup: info: opening the device `/dev/vda'
  grub-setup: info: the size of hd0 is 3145728
  grub-setup: info: the size of hd0 is 3145728
  grub-setup: info: opening the device `/dev/vda'
  grub-setup: info: the size of hd1 is 3145728
  grub-setup: info: opening the device `/dev/vdb'
  grub-setup: info: the size of hd1 is 3145728
  grub-setup: info: the size of hd1 is 3145728
  grub-setup: info: opening the device `/dev/vdb'
  grub-setup: info: the size of hd2 is 1048576
  grub-setup: info: opening the device `/dev/vdc'
  grub-setup: info: the size of hd2 is 1048576
  grub-setup: info: opening the device `/dev/vdc'
  grub-setup: info: the size of hd3 is 262144
  grub-setup: info: opening the device `/dev/vdd'
  grub-setup: info: the size of hd3 is 262144
  grub-setup: info: opening the device `/dev/vdd'
  grub-setup: info: the size of hd4 is 262144
  grub-setup: info: opening the device `/dev/vde'
  grub-setup: info: the size of hd4 is 262144
  grub-setup: info: opening the device `/dev/vde'
  grub-setup: info: the size of hd5 is 262144
  grub-setup: info: opening the device `/dev/vdf'
  grub-setup: info: the size of hd5 is 262144
  grub-setup: info: 

Bug#525974: awesome: hiding the zim window from systray doesn't work

2009-05-02 Thread Julien Danjou
At 1240928903 time_t, Julien Danjou wrote:
 Ok. I don't get this behaviour with current git, so I guess this will be
 fixed in 3.3-rc1.

3.3~rc1-1 is in unstable. Raphael, can you confirm that this bug is
gone, or not?

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#522630: icedove: New upstream version (2.0.0.21)

2009-05-02 Thread Daniel Schröter
Hi,

before there is a version 3.0 it would IMHO be better to have a version
2.0.0.21 fast to fix the security bugs mentioned here:
http://www.mozilla.org/security/known-vulnerabilities/thunderbird20.html#thunderbird2.0.0.21

Later on your can unhurriedly build version 3.0.

Bye

Daniel



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



Bug#526616: syslog-ng: option owner and group parsed correctly in /etc/syslog-ng/syslog-ng.conf but not launched correctly

2009-05-02 Thread Jean Marc Lacroix
Package:  syslog-ng
Version:  2.0.9-4.1
Severity: grave


In order to launch syslog-ng in non root pid user, there is 2 possibilities:

First, option ---user=user and ---group=group on command line. This option
are ok but on Debian Lenny, it is not possible to use it due to the fact that
/etc/default/syslog-ng has no variable in order to support this feature.
(note 1)

Second,  in configuration file, option owner and group

If setting this feature, it seems that parameters are parsed correctly, but
the process is not launched with this id.


Test 1:
---
sudo   /usr/sbin/syslog-ng --user u_syslog --group=grp_syslog

- ps auxww |grep syslog-ng
u_syslog 22797  0.0  0.1   3048  1036 ?  Ss 11:06   0:00 /usr/sbin/syslog-ng 
--user u_syslog --group=grp_syslog


Behavior is correct except that not supported in standard configuration (look 
at note 1)

Test 2:
---
- grep _syslog /etc/syslog-ng/syslog-ng.conf
  dir_owner   (u_syslog);
  dir_group   (grp_syslog);
  owner   (u_syslog);
  group   (grp_syslog);

-  sudo /etc/init.d/syslog-ng restart
Stopping system logging: syslog-ng.
Starting system logging: syslog-ng.

- ps auxww |grep syslog-ng
root 23645  0.0  0.0   2904   720 ?Ss   11:10   0:00 
/usr/sbin/syslog-ng -p /var/run/syslog-ng.pid
lacroix  23660  0.0  0.1   3404   776 pts/2S+   11:10   0:00 grep syslog-ng


as you can see, pid is launched with root access


-- 
--
 -- Jean-Marc LACROIX --
  -- mailto : jeanmarc.lacr...@free.fr --
---



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



Bug#524745: [Pkg-octave-devel] Bug#524745: Bug#524745: Postinst seems to run forever on mipsel

2009-05-02 Thread Rafael Laboissiere
I am revisiting this buildd problem conerning the postinst script of the
octave3.0.  I see in the buildd status page for mipsel [1], the following:

State: Building (16)

tbb (26d 00:44, 3/7, mayer) octave-communications (18d 00:24, 10/10, rem)
octave-financial (18d 00:24, 11/11, rem) octave-fixed (17d 17:32, 11/11,
mayer) octave-nan (14d 21:44, 11/11, mayer) octave-linear-algebra (14d
21:44, 11/11, mayer) octave-plot (14d 19:05, 11/11, rem) octave-sockets (11d
23:34, 11/11, rem) octave-specfun (11d 23:34, 11/11, rem) zoneminder (10d
07:11, 10/10, mayer) dballe (10d 03:16, 4/9, mayer) protobuf (9d 16:24, 8/9,
mayer) nikwi (9d 06:14, 5/6, mayer) usplash-theme-debian (9d 01:54, tried 7
times, 4/6, mayer) synce-trayicon (1d 15:16, tried 3 times, 10/10)
gurlchecker (1d 10:10, tried 3 times, 10/10) 

[1] https://buildd.debian.org/~luk/status/architecture.php?suite=a=mipsel

If I interpret this correctly, there are at least eight octave-* packages
with the build stalled right now, aren't there?  Either we kill the
processes or we take oportunity to debug the problem.  I think developers
have not access to either rem or mayer, right?  Otherwise, if you
discover anything interesting, please drop me a note.
 
-- 
Rafael



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



Bug#525293: workaround

2009-05-02 Thread Dima Kogan
I'm not sure exactly why, but, _known_hosts is trying to execute
/dev/null. As a workaround you can apply the patch below. This fixes
only the symptoms so the bug should remain open.

--- /etc/bash_completion.d/ssh.old  2009-05-02 02:12:09.0 -0700
+++ /etc/bash_completion.d/ssh  2009-05-02 02:26:20.0 -0700
@@ -102,7 +102,7 @@
shift
done
 
-   [[ $cur == */* ]] || _known_hosts -c -a $optconfigfile
+   [[ $cur == */* ]] || _known_hosts -c -a $optconfigfile 2 /dev/null
 
# This approach is used instead of _filedir to get a space appended
# after local file/dir completions, and $nospace retained for others.



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



Bug#526619: exo-utils: exo-open --launch WebBrowser does not work when preferred browser is Debian Sensible Browser

2009-05-02 Thread Matthew Foulkes
Package: exo-utils
Version: 0.3.101-1
Severity: normal


With the preferred web browser set to Debian Sensible Browser,
clicking the help button on the main xfce4 menu does not work. Iceweasel
starts but attempts to open the mangled URL

  file:///home/matthew/'file:///usr/share/xfce4/doc/C/index.html'

The problem can be reproduced by running 

  exo-open --launch WebBrowser file:///usr/share/xfce4/doc/C/index.html

directly. It seems that exo-open runs sensible-browser with the URL

  'file:///usr/share/xfce4/doc/C/index.html'

where the single quotatation marks are embedded in the string. These
quotation marks are not stripped off when the URL is passed first to
sensible-browser and then to x-www-browser, which finally execs a
command equivalent to typing

  /usr/lib/iceweasel/firefox-bin -a iceweasel 
\'file:///usr/share/xfce4/doc/C/index.html\'

into a terminal. The quotation marks embedded in the URL confuse
iceweasel.


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

Kernel: Linux 2.6.29.2
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages exo-utils depends on:
ii  eject2.1.5+deb1+cvs20081104-5ejects CDs and operates CD-Changer
ii  libatk1.0-0  1.24.0-2The ATK accessibility toolkit
ii  libc62.9-4   GNU C Library: Shared libraries
ii  libdbus-1-3  1.2.12-1simple interprocess messaging syst
ii  libexo-0.3-0 0.3.101-1   Library with extensions for Xfce
ii  libglib2.0-0 2.20.0-2The GLib library of C routines
ii  libgtk2.0-0  2.16.1-2The GTK+ graphical user interface 
ii  libhal-stora 0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii  libhal1  0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii  libpango1.0- 1.24.0-3+b1 Layout and rendering of internatio
ii  libxfce4util 4.6.1-1 Utility functions library for Xfce

exo-utils recommends no packages.

exo-utils 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#526617: dpkg: mentions arch:any in dsc way too often

2009-05-02 Thread Philipp Kern
Package: dpkg
Version: 1.14.25
Severity: important
Tags: patch

Let's assume a package with the following debian/control (Descriptions and
Dependencies scrubbed):

[Source part]

Package: ia32-libs-tools
Architecture: i386 amd64 ia64

Package: ia32-archive
Architecture: all

Package: ia32-apt-get
Architecture: amd64 ia64

In this case dpkg-source will put arch:any into the dsc despite the
fact that no binary package (except the arch:all) will be buildable
on architectures apart from i386, amd64 and ia64.  This led to the
introduction of Packages-arch-specific ten years ago.

The attached patch will generate all i386 amd64 ia64 instead.
I haven't found something in policy that contradicts this.  Currently
I resort to generate this information on ftp-master.  It would be
very helpful to let dpkg-source generate it properly.

Kind regards,
Philipp Kern
-- 
 .''`.  Philipp KernDebian Developer
: :' :  http://philkern.de Stable Release Manager
`. `'   xmpp:p...@0x539.de Wanna-Build Admin
  `-finger pkern/k...@db.debian.org
From a002b7705dae84f436a57e92660f2bf6b7c92b26 Mon Sep 17 00:00:00 2001
From: Philipp Kern pk...@debian.org
Date: Sat, 2 May 2009 11:39:00 +0200
Subject: [PATCH] dpkg-source: do not set arch:any in dsc on arch-restricted packages

dpkg-source was pretty liberal in setting `Architecture: any' in the
dsc: as soon as there are two binary packages, one being arch:all and
one being arch-restricted, you get arch:any in the dsc.  This is
incorrect because the package will only build on the autobuilders
if there are architecture-dependent binary packages available.

Thus this patch only produces arch:any if at least one binary package
specifies it.  Otherwise it outputs the set of all binary architectures
(including arch:all).

Signed-off-by: Philipp Kern pk...@debian.org
---
 scripts/dpkg-source.pl |   47 ++-
 1 files changed, 22 insertions(+), 25 deletions(-)

diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl
index 75482d0..a32049a 100755
--- a/scripts/dpkg-source.pl
+++ b/scripts/dpkg-source.pl
@@ -195,31 +195,23 @@ if ($options{'opmode'} eq 'build') {
 	foreach $_ (keys %{$pkg}) {
 	my $v = $pkg-{$_};
 if (m/^Architecture$/) {
-		if (debarch_eq($v, 'any')) {
-@sourcearch= ('any');
-		} elsif (debarch_eq($v, 'all')) {
-if (!...@sourcearch || $sourcearch[0] eq 'all') {
-@sourcearch= ('all');
-} else {
-@sourcearch= ('any');
-}
-} else {
-		if (@sourcearch  grep($sourcearch[0] eq $_, 'any', 'all')) {
-			@sourcearch= ('any');
-		} else {
-			for my $a (split(/\s+/, $v)) {
-			error(_g(`%s' is not a legal architecture string),
-			  $a)
-unless $a =~ /^[\w-]+$/;
-			error(_g(architecture %s only allowed on its  .
-			 own (list for package %s is `%s')),
-			  $a, $p, $a)
-if grep($a eq $_, 'any','all');
-push(@sourcearch,$a) unless $archadded{$a}++;
-}
-}
-}
-$fields-{'Architecture'}= join(' ',@sourcearch);
+	# Gather all binary architectures in one set.  any and all
+	# are special-cased as they need to be the only ones in the
+	# current stanza if present.
+	if (debarch_eq($v, 'any') || debarch_eq($v, 'all')) {
+	push(@sourcearch,$v) unless $archadded{$v}++;
+	} else {
+	for my $a (split(/\s+/, $v)) {
+	error(_g(`%s' is not a legal architecture string),
+	  $a)
+	unless $a =~ /^[\w-]+$/;
+	error(_g(architecture %s only allowed on its  .
+	 own (list for package %s is `%s')),
+	  $a, $p, $a)
+	if grep($a eq $_, 'any','all');
+	push(@sourcearch,$a) unless $archadded{$a}++;
+	}
+	}
 } elsif (s/^X[BC]*S[BC]*-//i) { # Include XS-* fields
 $fields-{$_} = $v;
 } elsif (m/^$control_pkg_field_regex$/ ||
@@ -229,6 +221,11 @@ if ($options{'opmode'} eq 'build') {
 }
 	}
 }
+if (grep($_ eq 'any', @sourcearch)) {
+	# If we encounter one any then the other arches become insignificant.
+	@sourcearch = ('any');
+}
+$fields-{'Architecture'}= join(' ',@sourcearch);
 
 # Scan fields of dpkg-parsechangelog
 foreach $_ (keys %{$changelog}) {
-- 
1.5.6.5



signature.asc
Description: Digital signature


Bug#524518: (no subject)

2009-05-02 Thread Szymon Janc
Install busybox package and make sure that 
BUSYBOX=y in /etc/initramfs-tools/initramfs.conf is set.
After that run update-initramfs -u

I think that splashy should depend on busybox.
-- 
Szymon K. Janc
szymon#janc.int.pl // GG: 1383435



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



Bug#519414: [Pkg-alsa-devel] Bug#519414: alsa-base: Similar problem

2009-05-02 Thread Elimar Riesebieter
* Christian Ohm [090323 02:31 +0100]
 
 Hello again,
 
 I solved my riddle - I fell prey to the oddities of PC hardware.
 
 I wanted to test my integrated graphics chip, to see if I can live without an
 extra graphics card. So since I had to reboot (and unstable didn't seem very
 much so) I did a dist-upgrade before removing the card. Well, the IGP didn't
 really do everything I wanted, so while rebooting to test the sound problem I
 put in the graphics card again. And - oh wonder - the sound worked again. 
 Well,
 some more testing revealed that somehow my sound card doesn't want to work
 properly without the graphics card. Who'd have guessed. Sorry for the noise.

Bug closed

Thanks for cooperation
Elimar


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



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



Bug#526618: RFA: libtar -- C library for manipulating tar archives

2009-05-02 Thread Julien Danjou
Package: wnpp
Severity: normal

I request an adopter for the libtar package.

The package description is:
 libtar allows programs to create, extract and test tar archives.
 It supports both the strict POSIX tar format and many of the commonly-used
 GNU extensions.

This package needs love. Upstream is gone, and the packaging is not in its
best shape. autotools usage is very fragile and probably a bit broken,
but it still builds.

-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Don't give up.


signature.asc
Description: Digital signature


Bug#526620: False positive from -Wreturn-type

2009-05-02 Thread Richard Kettlewell

Package: gcc-4.4
Version: 4.4.0-1

I have the following code:

static void *queue_thread(void attribute((unused)) *arg) {
  struct packet *p;

  for(;;) {
/* Get the next packet */
pthread_mutex_lock(receive_lock);
while(!received_packets) {
  pthread_cond_wait(receive_cond, receive_lock);
}
p = received_packets;
received_packets = p-next;
if(!received_packets)
  received_tail = received_packets;
--nreceived;
pthread_mutex_unlock(receive_lock);
/* Add it to the heap */
pthread_mutex_lock(lock);
pheap_insert(packets, p);
nsamples += p-nsamples;
pthread_cond_broadcast(cond);
pthread_mutex_unlock(lock);
  }
}

This function's return type is required to be 'void *' because it is 
passed to pthread_create(); but it never actually returns.  However, 
gcc-4.4 -Wall generates the following warning for it:


playrtp.c: In function ‘queue_thread’:
playrtp.c:327: error: no return statement in function returning non-void

(It's shown here as an error since I always use -Werror, because many 
warnings actually indicate problems that really must be fixed.)


GCC 4.3 generates no such warning.

The underlying warning is -Wreturn-type, which is enabled by -Wall.  The 
documentation for this function hasn't changed since GCC 4.3 as far as I 
can see but evidently the behavior has - it now has a false positive 
which it previously did not.


I'd rather not just disable the warning from configure since it also can 
detect real errors.


ttfn/rjk




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



Bug#526613: wiki.debian.org: offensive icon

2009-05-02 Thread Frank Lin PIAT
Hello,

On Sat, 2009-05-02 at 04:31 -0400, Simon Raven wrote:
 
 http://wiki.debian.org/Portal/IDB?action=AttachFiledo=gettarget=icon-community-32x32.png
 
 The title attribute IDs it as Portal/IDB/icon-community-32x32.png.

I am pretty sure that the contributor who chose this tent icon had no
intend to offend anyone. Actually, I am pretty sure that he chose a tent
icon because a tent represent a place where people/families/friends get
in group, altogether with open mind. From the top of my mind , I would
associate those word with group, share, talk, friendly which are
extremely positive values.
(As opposed to a house/home icon which, in my mind, is the place which
is associated with words like family, ownership and security)

 This icon is a) stereotyping so-called North American Indigenous
 peoples.

Note that in no way, this icon is associated with North American
Indigenous peoples in this website.

It seems that tents with such shape exists all over the world.
http://en.wikipedia.org/wiki/Sibley_tent
http://en.wikipedia.org/wiki/Lavvu
http://en.wikipedia.org/wiki/Goahti
http://en.wikipedia.org/wiki/Chum_(tent)

 and I would highly recommend and demand that this icon be
 changed.

We will consider that.

 I don't see why a stereotype of us should be used to represent
 community. I'm sure non-Indigenous people have communities too, and have
 a sense of community, why should we be made an example in such a
 negative way?

Negative way? I do believe that this icon was chosen because of the
positive values associated with those large tents used in many places in
the world.
I believe that North American Indigenous and other people who
live/lived in tents should be extremely proud of the positive values
carried by such icons.

 Sure we have a lot to offer the rest of the non-Indigenous
 world, and have, a LOT,

I am pretty sure of that.

 but hey, don't keep up the false images. We don't all live in tipis on
 Great Turtle Island (North America), you know.

I don't understand what would be so negative, living in tipis?

Be sure, that we will consider changing the icon.

Thank you for your feedback,

Regards,

Franklin


[1] http://fr.wikipedia.org/wiki/Coron_(urbanisme)


P.S. 
We should all be proud of how we lived in the past, what ever
the situation. For instance, I come from a part of France which
is known for it coalmines, slag heaps and corons[1] (typical
houses) where men used to die at 40~45. Those were tough lives
for all families. Many people want to erase the slag heaps to
forget about it all... I believe that forgetting would a shame.

P.S.2
Do you know that there are some efforts to improve North
America's
Indigenous Languages support in Debian? See:
http://wiki.debian.org/I18n/NorthAmericanIndigenousLanguages




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



Bug#416594: Taiwan deputy halts vote by chomping China proposal

2009-05-02 Thread Dahlberg Trottier

Taiwan deputy halts vote by chomping China proposal
http://bcdampdpaabgiflar.isuisse.com



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



Bug#526621: Please add support for loading VIO devices (needed for LDOM support on sparc)

2009-05-02 Thread Jurij Smakov
Package: udev
Version: 0.141
Severity: wishlist

Hi,

Current version of udev does not support loading of drivers for VIO
devices, so kernel modules needed to use sparc LDOMs (sunvdc, sunvnet)
have to be loaded manually. Ubuntu had support for automatically
loading these modules for a while, but dropped the patches at some point,
as they don't support sparc anymore. As far as I can tell, the latest
version of udev in Ubuntu, containing relevant patches, is 124-12:

https://launchpad.net/ubuntu/+source/udev/124-12

We would need an equivalent of debian/patches/80-extras-vio_type.patch
from this package, which would then allow to use directives like

ENV{VIO_TYPE}==vdisk, RUN+=/sbin/modprobe -Qba sunvdc
ENV{VIO_TYPE}==vnet,  RUN+=/sbin/modprobe -Qba sunvnet

This is taken from debian/rules.d/90-modprobe.rules in Ubuntu's udev 124-12.

Thanks.
-- 
Jurij Smakov   ju...@wooyd.org
Key: http://www.wooyd.org/pgpkey/  KeyID: C99E03CC



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



Bug#68025: Anger boiling? Smash plates at eatery

2009-05-02 Thread Alsobrook Farish

Anger boiling? Smash plates at eatery
http://cmjfohkhaaanmfger.isuisse.com



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



Bug#526622: iptables negation

2009-05-02 Thread Franck Joncourt
Package: fwsnort
Version: 1.0.5-2
Severity: minor

(To let people know)

With iptables 1.4.3.1, we can get the following warning when running the
fwsnort.sh

[quote]
Using intrapositioned negation (`--option ! this`) is deprecated in
favor of extrapositioned (`! --option this`).
[/quote]

Both syntaxs are compatible, at least, since iptables 1.3.6.0.

Regards,

-- 
Franck Joncourt
http://debian.org - http://smhteam.info/wiki/



signature.asc
Description: OpenPGP digital signature


Bug#154577: Web bravado lands Croat with speeding fine

2009-05-02 Thread Stephan Kroening

Web bravado lands Croat with speeding fine
http://pciieofpaaanmiaor.isuisse.com



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



Bug#502018: congratulation!

2009-05-02 Thread ©Microsoft Online Notice
You are a certified winner of£250,000.00 by the microsoft award 2009 fill in 
below your names, address,sex, age, telephone, occupation.
Regards
Mr P. Griffin
pinkket...@yahoo.com.hk




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



Bug#526623: html2text: Bashism in debian/tests/runtests

2009-05-02 Thread Michael Bienia
Package: html2text
Version: 1.3.2a-13
Severity: normal
Tags: patch

Hello,

there is a bashism in debian/tests/runtests which makes this package
FTBFS on systems where /bin/sh is dash (e.g. Ubuntu).
Here is the relevant log from an Ubuntu build:

cd debian/tests/  sh runtests
runtests: 7: function: not found

Attached is a patch which fixes this.

Regards
Michael
diff -u html2text-1.3.2a/debian/tests/runtests 
html2text-1.3.2a/debian/tests/runtests
--- html2text-1.3.2a/debian/tests/runtests
+++ html2text-1.3.2a/debian/tests/runtests
@@ -4,7 +4,7 @@
 
 # $1 - html file name
 # $2 - html2text param
-function check
+check()
 {
../../html2text $2 $1  $1.result
cmp $1.result $1.supposed


Bug#519344: waiting on upstream copyright information

2009-05-02 Thread Ryan Niebur
These packages lack the needed copyright information, so I have
emailed upstream and am waiting for a response. they are otherwise
ready.

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature


Bug#46244: Calif. police find critter 'menagerie'

2009-05-02 Thread Decosta Maxton

Calif. police find critter 'menagerie'
http://fmcibncgaaanpaiar.isuisse.com



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



Bug#457703: hardinfo: Not fixed bug (lenny/stable)

2009-05-02 Thread Jun NOGATA
Package: hardinfo
Version: 0.4.2.3-4
Followup-For: Bug #457703


Lenny's hardinf is 0.4.2.3, This bug is not fixed.
Please fix bug.

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

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

Versions of packages hardinfo depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcairo2  1.6.4-7   The Cairo 2D vector graphics libra
ii  libgcrypt111.4.1-1   LGPL Crypto library - runtime libr
ii  libglib2.0-0   2.16.6-1+lenny1   The GLib library of C routines
ii  libgnutls262.4.2-6+lenny1the GNU TLS library - runtime libr
ii  libgtk2.0-02.12.12-1~lenny1  The GTK+ graphical user interface 
ii  libpango1.0-0  1.20.5-3  Layout and rendering of internatio
ii  libsoup2.2-8   2.2.105-4 an HTTP library implementation in 
ii  libtasn1-3 1.4-1 Manage ASN.1 structures (runtime)
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  pciutils   1:3.0.0-6 Linux PCI Utilities
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

hardinfo recommends no packages.

Versions of packages hardinfo suggests:
ii  mesa-utils7.0.3-7Miscellaneous Mesa GL utilities

-- 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#311051: Couple To Tie Knot With Toilet Paper in Times Square Restroom

2009-05-02 Thread Stagowski Keisler

Couple To Tie Knot With Toilet Paper in Times Square Restroom
http://bhmafdaoaabghinnr.isuisse.com



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



Bug#153536: Wis. man gets in double trouble with the law

2009-05-02 Thread Kassie Clearman

Wis. man gets in double trouble with the law
http://kjpddihjaaanojkor.isuisse.com



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



Bug#399032: Carjacking suspect calls 911 on himself

2009-05-02 Thread Baldrige Dunnam

Carjacking suspect calls 911 on himself
http://kmoejndmaabjpnemr.isuisse.com



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



Bug#250898: 'Insane' businessman left millions to Thatcher

2009-05-02 Thread Modena Quilling

'Insane' businessman left millions to Thatcher
http://enmamaidaabgdbmir.isuisse.com



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



Bug#526625: dhcp3-client: fail to set rfc3442 classless static route

2009-05-02 Thread Massimiliano Giorgi
Package: dhcp3-client
Version: 3.1.1-6
Severity: normal
Tags: patch


I use dnsmasq (2.45) as DHCP server on a OpenBSD system.
The DHCP server send classless static routes (through option 121) to all the 
client but
my Debian system does not update the routing table; this is my dhclient.conf:

option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, domain-search, host-name,
netbios-name-servers, netbios-scope, interface-mtu,
rfc3442-classless-static-routes;

It seems that the script
/etc/dhcp3/dhclient-exit-hooks.d/rfc3442-classless-routes
does not use the environment variable $reason correctly.

I have replace the line 7 of the script
if [ x$reason == xBOUND ]; then
with
if [ x$reason == xBOUND -o x$reason == xREBOOT ]; then

Now it works and the routing table is updated.

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: i386 (i686)

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

Versions of packages dhcp3-client depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  dhcp3-common  3.1.1-6common files used by all the dhcp3
ii  libc6 2.7-18 GNU C Library: Shared libraries

dhcp3-client recommends no packages.

Versions of packages dhcp3-client suggests:
pn  avahi-autoipd none (no description available)
pn  resolvconfnone (no description available)

-- debconf information:
  dhcp3-client/dhclient-needs-restarting:
  dhcp3-client/dhclient-script_moved:
--- rfc3442-classless-routes.original   2009-05-02 12:24:58.0 +0200
+++ rfc3442-classless-routes2009-05-02 12:25:12.0 +0200
@@ -2,11 +2,11 @@
 
 if [ $RUN = yes ]; then
 
 if [ x$new_rfc3442_classless_static_routes != x ]; then
 
-if [ x$reason == xBOUND ]; then
+if [ x$reason == xBOUND -o x$reason == xREBOOT ]; then
 
 rfc_routes=($new_rfc3442_classless_static_routes)
 
 for(( i=0; i  ${#rfc_rout...@]}; )); do
 net_length=${rfc_routes[$i]}


Bug#524098: xserver-xorg: dependency on console-setup broke keyboard settings

2009-05-02 Thread Sylvain Sauvage
Hi,

  I found this trick: remove the callout for some/all keyboards.
No modifications/deletions of /usr/share/hal files needed.

?xml version=1.0 encoding=UTF-8?
deviceinfo version=0.2
  device
!-- prevent console-setup automagic --
match key=input.xkb.layout exists=true
  remove key=info.callouts.add 
type=strlistdebian-setup-keyboard/remove
/match
!-- use console-setup automagic except for my remote control --
match key=input.xkb.layout exists=true
  match key=info.product contains_not=HID 3353:3713
append key=info.callouts.add 
type=strlistdebian-setup-keyboard/append
  /match
/match
!-- set layout for remote control --
match key=info.capacities contains=input.keys
  match key=info.product contains=HID 3353:3713
merge key=input.xkb.layout type=stringus/merge
merge key=input.xkb.variant type=string /
  /match
/match
  /device
/deviceinfo

  Seems to work well.

-- 
 Sylvain Sauvage



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



Bug#302451: Measure would limit roosters in Calif. town

2009-05-02 Thread Wearly Sweeden

Measure would limit roosters in Calif. town
http://ocagmcnbaabghodnr.isuisse.com



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



Bug#309047: Pole Dancer Makes A Face Plant

2009-05-02 Thread Puntillo Gallik

Pole Dancer Makes A Face Plant
http://elfhbefjaabgjjlor.isuisse.com



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



Bug#523282: Reply To Email:jerry.smit...@onlineprocessingdept.co.uk

2009-05-02 Thread Joan
You have just been awarded,the sum of £950.000.00 GBP in the Global Award 
2009,send of details to

Names:
Address:..
Country:..




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



Bug#286646: Snake charmer's nosy world record attempt

2009-05-02 Thread Arts Montalbo

Snake charmer's nosy world record attempt
http://finhahcdaabgfamhr.isuisse.com



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



Bug#526624: Maybe bug in apt-get with --no-install-recommends

2009-05-02 Thread Michelle Konzack
Package: apt
Version: 0.7.20.2
Severity: normal

Hello Maintainer,

I have an embedded i386 System on which I have tried to install ampache,
but it give me something like:

[ 'apt-get install ampache' ]---
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  defoma fontconfig-config intltool-debian javascript-common
  libdbd-mysql-perl libdbi-perl libfile-remove-perl libfontconfig1
  libfreetype6 libgd2-xpm libhtml-template-perl libjpeg62
  libjs-prototype libmail-box-perl libmail-sendmail-perl libmcrypt4
  libmime-types-perl libnet-daemon-perl libobject-realize-later-perl
  libphp-snoopy libplrpc-perl libpng12-0 libt1-5 libterm-readkey-perl
  libuser-identity-perl libxpm4 mysql-client-5.0 mysql-server-5.0
  php5-cli php5-gd php5-mcrypt php5-mysql phpmyadmin po-debconf
  ttf-dejavu ttf-dejavu-core ttf-dejavu-extra wwwconfig-common
Suggested packages:
  defoma-doc dfontmgr psfontmgr x-ttcidfont-conf dbishell
  libfreetype6-dev libgd-tools libipc-sharedcache-perl
  libmail-imapclient-perl libmcrypt-dev mcrypt curl tinyca php-pear
  mysql-server mysql-client postgresql-client apache apache-ssl
Recommended packages:
  libft-perl
The following NEW packages will be installed:
  ampache defoma fontconfig-config intltool-debian javascript-common
  libdbd-mysql-perl libdbi-perl libfile-remove-perl libfontconfig1
  libfreetype6 libgd2-xpm libhtml-template-perl libjpeg62
  libjs-prototype libmail-box-perl libmail-sendmail-perl libmcrypt4
  libmime-types-perl libnet-daemon-perl libobject-realize-later-perl
  libphp-snoopy libplrpc-perl libpng12-0 libt1-5 libterm-readkey-perl
  libuser-identity-perl libxpm4 mysql-client-5.0 mysql-server-5.0
  php5-cli php5-gd php5-mcrypt php5-mysql phpmyadmin po-debconf
  ttf-dejavu ttf-dejavu-core ttf-dejavu-extra wwwconfig-common
0 upgraded, 39 newly installed, 0 to remove and 0 not upgraded.
Need to get 49.7MB of archives.
After this operation, 145MB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.


So since the website of ampache say, mysql is not required by  defult,
and I have I send already a bugreport  #526475   to  ampache  but  the
maintainer told me, mysql is only in the recommends, and this is  geting
more weird because I have:

[ '/etc/apt/apt.conf' ]-
APT::Get::Install-Recommendsfalse;
APT::Get::Purge true;
APT::Get::Fix-Brokentrue;
APT::Get::Show-Upgraded true;
APT::CDROM::Rename  true;
Acquire::cdrom::mount   /media/cdrom;


This is working on my AMD Athlon XP 3000+ workstation, but not on my AMD
Geode Embedded System with 512MByte of NAND Flash and 256 MByte of RAM.

Both systems are Lenny/i386

Please can you check this?

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Bug#526626: libpango1.0-0: Remove dependency on libthai0

2009-05-02 Thread Miroslav Jezbera
Package: libpango1.0-0
Version: 1.24.0-3+b1
Severity: wishlist

Is it possible to remove dependency on libthai0 or change it to
suggests/recommends? I will hardly work with thai language texts.

Thanks

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

Kernel: Linux 2.6.26
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libpango1.0-0 depends on:
ii  libc6  2.9-4 GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.9-4   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.20.0-2  The GLib library of C routines
ii  libpango1.0-common 1.24.0-3  Modules and configuration files fo
ii  libthai0   0.1.11-3  Thai language support library
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libxft22.1.13-3  FreeType-based font drawing librar
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

libpango1.0-0 recommends no packages.

libpango1.0-0 suggests no packages.

-- no debconf information

-- 
Jezz
mail:   j...@hkfree.org
jabber: j...@njs.netlab.cz


signature.asc
Description: Digital signature


Bug#409679: Woman Seeks Probation for Her Cat

2009-05-02 Thread Lackner Koogler

Woman Seeks Probation for Her Cat
http://fnjiiiofaabgedilr.isuisse.com



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



Bug#203211: Italian grandmother finds live grenade in sack of potatoes

2009-05-02 Thread Bachtold Chatham

Italian grandmother finds live grenade in sack of potatoes
http://mmjgaeilaaanlmabr.isuisse.com



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



Bug#134782: Melted coins worth a mint

2009-05-02 Thread Lucca Thiery

Melted coins worth a mint
http://mbmigpplaaaninfir.isuisse.com



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



Bug#184198: Oreo cookie blamed for speeding

2009-05-02 Thread Keenum Maxedon

Oreo cookie blamed for speeding
http://amifecmcaabgjbamr.isuisse.com



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



Bug#332646: 87-year-old runs seven-mile uphill race

2009-05-02 Thread Laramee Staser

87-year-old runs seven-mile uphill race
http://njijimllaabgfiomr.isuisse.com



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



Bug#211784: Oregon man builds foam home

2009-05-02 Thread Facenda Rekuc

Oregon man builds foam home
http://ofpkifbkaabgenhfr.isuisse.com



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



Bug#282920: Singapore says militant escaped without trousers

2009-05-02 Thread Pirrone Holeman

Singapore says militant escaped without trousers
http://lkafbpbjaabgjmedr.isuisse.com



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



Bug#526628: gtk2 interface fails

2009-05-02 Thread Andrei Popescu
Package: reportbug
Version: 4.2
Severity: normal

I was trying to report something (the next minor you'll get from me) 
using the gtk2 interface and got a window with an error (asking to send 
a bug report about it) that contained this:

Traceback (most recent call last):
  File /usr/lib/pymodules/python2.5/reportbug/ui/gtk2_ui.py, line 459, in 
callback
func (*args, **kwargs)
  File /usr/lib/pymodules/python2.5/reportbug/ui/gtk2_ui.py, line 507, in 
execute_operation
self.execute (*args, **kwargs)
  File /usr/lib/pymodules/python2.5/reportbug/ui/gtk2_ui.py, line 801, in 
execute
iter = self.model.append ((highlight (option), options[option]))
KeyError: 'non-critical'

Regards,
Andrei

-- Package-specific info:
** Environment settings:
INTERFACE=urwid

** /home/amp/.reportbugrc:
reportbug_version 4.2
mode expert
ui urwid
email andreimpope...@gmail.com
no-cc
header X-Debbugs-CC: andreimpope...@gmail.com
smtphost reportbug.debian.org

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

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

Versions of packages reportbug depends on:
ii  apt   0.7.21 Advanced front-end for dpkg
ii  python2.5.4-2An interactive high-level object-o
ii  python-reportbug  4.2Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utils none (no description available)
pn  debsums   none (no description available)
pn  dlocate   none (no description available)
ii  file  5.00-1 Determines file type using magic
ii  gnupg 1.4.9-4GNU privacy guard - a free PGP rep
ii  postfix [mail-transport-agent 2.5.5-1.1  High-performance mail transport ag
pn  python-gnome2-extras  none (no description available)
ii  python-gtk2   2.14.1-2   Python bindings for the GTK+ widge
ii  python-urwid  0.9.8.4-1  curses-based UI/widget library for
ii  python-vte1:0.20.1-1 Python bindings for the VTE widget

-- 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#368032: Biker lurches from one accident to the next

2009-05-02 Thread Stettner Karma

Biker lurches from one accident to the next
http://oicbnbfiaabgjnlar.isuisse.com



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



Bug#525503: [merkaartor] update needed for the current svn head

2009-05-02 Thread Bernd Zeimetz
Hi Per,

please don't use © in debian/copyright. (C) works fine and is readable
everywhere. It also avoids problems like (from your patch):

-Copyright: (C) 2006, 2007, 2008 Bart Vanhauwaert
+Copyright: Â怩 2006-2009 Bart Vanhauwaert

I've updated the URL, that's all what is left from your patch...

Cheers,

Bernd

-- 
 Bernd Zeimetz   Debian GNU/Linux Developer
 GPG Fingerprint: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79



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



Bug#526623: html2text: Bashism in debian/tests/runtests

2009-05-02 Thread Eugene V. Lyubimkin
package html2text
tags 526623 +pending
thanks

Michael Bienia wrote:
 Package: html2text
 Version: 1.3.2a-13
 Severity: normal
 Tags: patch
 
 Hello,
 
 there is a bashism in debian/tests/runtests which makes this package
 FTBFS on systems where /bin/sh is dash (e.g. Ubuntu).
 Here is the relevant log from an Ubuntu build:
 
 cd debian/tests/  sh runtests
 runtests: 7: function: not found
 
 Attached is a patch which fixes this.
Hello Michael, thanks for patch. The fixed package will be uploaded soon.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Maintainer



signature.asc
Description: OpenPGP digital signature


Bug#343169: Michigan sheriff's dept. covers towing bill it gave Navy medic who gave CPR

2009-05-02 Thread Risi Ragusa

Michigan sheriff's dept. covers towing bill it gave Navy medic who gave CPR
http://agafknbmaabgehijr.isuisse.com



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



Bug#167398: Weir misses the bus and the medals

2009-05-02 Thread Aschmann Willame

Weir misses the bus and the medals
http://kmklmgifaabgealdr.isuisse.com



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



Bug#526630: make it clearer that reportbug works without a SMTP host

2009-05-02 Thread Andrei Popescu
Package: reportbug
Version: 4.2
Severity: minor

Hello,

When running reportbug with --configure (any interface) it's not 
immediately obvious that reportbug works without a SMTP host. You could 
make the

Just press ENTER if you don't have one or don't know

stand out a bit by making it a separate paragraph.

Regards,
Andrei

-- Package-specific info:
** Environment settings:
INTERFACE=urwid

** /home/amp/.reportbugrc:
reportbug_version 4.2
mode expert
ui urwid
email andreimpope...@gmail.com
no-cc
header X-Debbugs-CC: andreimpope...@gmail.com
smtphost reportbug.debian.org

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

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

Versions of packages reportbug depends on:
ii  apt   0.7.21 Advanced front-end for dpkg
ii  python2.5.4-2An interactive high-level object-o
ii  python-reportbug  4.2Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utils none (no description available)
pn  debsums   none (no description available)
pn  dlocate   none (no description available)
ii  file  5.00-1 Determines file type using magic
ii  gnupg 1.4.9-4GNU privacy guard - a free PGP rep
ii  postfix [mail-transport-agent 2.5.5-1.1  High-performance mail transport ag
pn  python-gnome2-extras  none (no description available)
ii  python-gtk2   2.14.1-2   Python bindings for the GTK+ widge
ii  python-urwid  0.9.8.4-1  curses-based UI/widget library for
ii  python-vte1:0.20.1-1 Python bindings for the VTE widget

-- 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#136051: Company creates edible ads for magazines (video)

2009-05-02 Thread Coughenour Bruzewski

Company creates edible ads for magazines (video)
http://gcbpafbcaaanncgfr.isuisse.com



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



Bug#526631: urwid: doesn't show previous values for reporter name and email

2009-05-02 Thread Andrei Popescu
Package: reportbug
Version: 4.2
Severity: minor

Hello (again),

When running --configure with urwid interface the previous values for 
name and email (also smtp host?) are not shown like with the text and 
gtk2 UIs. This makes it a bit unclear whether the previous values will 
be preserved or erased.

Regards,
Andrei

-- Package-specific info:
** Environment settings:
INTERFACE=urwid

** /home/amp/.reportbugrc:
reportbug_version 4.2
mode expert
ui urwid
email andreimpope...@gmail.com
no-cc
header X-Debbugs-CC: andreimpope...@gmail.com
smtphost reportbug.debian.org

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

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

Versions of packages reportbug depends on:
ii  apt   0.7.21 Advanced front-end for dpkg
ii  python2.5.4-2An interactive high-level object-o
ii  python-reportbug  4.2Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utils none (no description available)
pn  debsums   none (no description available)
pn  dlocate   none (no description available)
ii  file  5.00-1 Determines file type using magic
ii  gnupg 1.4.9-4GNU privacy guard - a free PGP rep
ii  postfix [mail-transport-agent 2.5.5-1.1  High-performance mail transport ag
pn  python-gnome2-extras  none (no description available)
ii  python-gtk2   2.14.1-2   Python bindings for the GTK+ widge
ii  python-urwid  0.9.8.4-1  curses-based UI/widget library for
ii  python-vte1:0.20.1-1 Python bindings for the VTE widget

-- 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#264998: Pregnant Germans try to delay births to get New Year cash bonus

2009-05-02 Thread Gira Elgin

Pregnant Germans try to delay births to get New Year cash bonus
http://lacmpnajaabjngikr.isuisse.com



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



Bug#277951: Police hunt thief after pub urinal goes missing

2009-05-02 Thread Alcazar Colla

Police hunt thief after pub urinal goes missing
http://gffelaobaabgdhkir.isuisse.com



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



Bug#288312: Feds: Hand Over The Sax, Hsu

2009-05-02 Thread Nedrow Jensrud

Feds: Hand Over The Sax, Hsu
http://jdbfejdkaabgllocr.isuisse.com



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



Bug#88486: Sudoku addicts halt Australian drugs trial

2009-05-02 Thread Herrod Gerst

Sudoku addicts halt Australian drugs trial
http://jcehmfpeaaaobcmdr.isuisse.com



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



Bug#172960: Scandalous King Anthony claimed throne

2009-05-02 Thread Schumachor Bowie

Scandalous King Anthony claimed throne
http://cgbgabhlaaanmcilr.isuisse.com



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



Bug#215384: Pa. Man Breaks World Record For Stone-Skipping

2009-05-02 Thread Porte Babb

Pa. Man Breaks World Record For Stone-Skipping
http://kiaaeppjaabgghoir.isuisse.com



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



Bug#231070: Now parents can track kids' school cafeteria eating habits

2009-05-02 Thread Schueler Cragun

Now parents can track kids' school cafeteria eating habits
http://dkemndipaabkakaor.isuisse.com



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



Bug#523093: [Bug 364931] Re: [needs-packaging] gnote in karmic

2009-05-02 Thread Robert Millan
On Sat, May 02, 2009 at 08:08:39AM +0200, Savvas Radevic wrote:
 - 0.3.0 is out :)

I just updated the package in http://people.debian.org/~rmh/gnote/

 - You should have a debian/watch file - I didn't make one since I'm
 based on git. Here's a suggestion:

Added, thanks.

 - I have split the package into 3 different ones: gnote (binary),
 gnote-data (data without compilation), gnote-addins (binary)

This might make sense, but I'm not sure it's a good idea to decide about
package split just yet.

 - I am using boost 1.37 or boost 1.35 or boost - I don't know if
 that's good, but at least it gives more testing control over various
 boost libraries:
   libboost1.37-dev | libboost1.35-dev | libboost-dev,
   libboost-filesystem1.37-dev | libboost-filesystem1.35-dev |
 libboost-filesystem-dev,
   libboost-regex1.37-dev | libboost-regex1.35-dev | libboost-regex-dev,
   libboost-iostreams1.37-dev | libboost-iostreams1.35-dev |
 libboost-iostreams-dev,
   libboost-test1.37-dev | libboost-test1.35-dev | libboost-test-dev,

I'll talk to upstream to see which version of boost is preferred.

 - I've also set versioned dependencies, based on autoconf and ./configure:
   automake (= 1.9),
   autoconf (= 2.53),
   pkg-config (= 0.14.0),
   libgtk2.0-dev (= 2.14),
   [...]
   intltool (= 0.35),
   gnome-doc-utils (= 0.4.2),

Added, thanks.  Except for automake (not needed) and gtk (= 2.12 is enough
now).

 - For some reason, during document compilation/creation, it requires
 rarian-compat package. I don't know if that's required for Debian, but
 on ubuntu it was spitting errors (maybe the situation changed with
 newer releases).

No idea.

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.



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



Bug#526632: mysql-proxy doesn't have logging ?

2009-05-02 Thread Olivier B.
Package: mysql-proxy
Version: 0.6.1-5~bpo40+1
Severity: important

Hi,

mysql-proxy sometime crash on my system, so I was searching on logs to try to 
identify the problem but I don't find anything.
It seems that mysql-proxy doesn't have logging at all.

I don't know if start-stop-daemon allow this, but the STDOUT/STDERR of 
mysql-proxy should maybe redirect to a logging file.

I don't think it matters, but my options are :
ENABLED=true
OPTIONS=--proxy-backend-addresses=87.98.x.x:3306 
--proxy-address=/var/run/mysqld/mysqld.sock --proxy-skip-profiling

Olivier

-- System Information:
Debian Release: 4.0
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.27.5-dae-core2-ovh
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)

Versions of packages mysql-proxy depends on:
ii  libc6  2.3.6.ds1-13etch9 GNU C Library: Shared libraries
ii  libevent1  1.3e-3~bpo40+1An asynchronous event notification
ii  libglib2.0-0   2.12.4-2+etch1The GLib library of C routines
ii  liblua5.1-05.1.1-2   Simple, extensible, embeddable pro

mysql-proxy recommends 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#197927: China refits Olympic toilets

2009-05-02 Thread Katrice Mohrbacher

China refits Olympic toilets
http://mhglnoofaabgehojr.isuisse.com



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



Bug#486213: Referee stops game after rocket lands near home

2009-05-02 Thread Pezzuto Kerzman

Referee stops game after rocket lands near home
http://acoonnhkaabjmlikr.isuisse.com



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



  1   2   3   4   >