Bug#582695: dicoweb: crash while displaying a definition

2010-05-23 Thread أحمد المحمودي
On Sat, May 22, 2010 at 10:30:49PM +0200, Marc Dequènes (Duck) wrote:
 The following works perfectly:
 # dict dict://dico.duckcorp.org/d:house:fd-eng-hun
 
 but in the web interface it crashes:
 Request URL: http://dico.duckcorp.org/?q=housedb=fd-eng-hundefine=1
 Django Version: 1.1.1
 Python Version: 2.5.5
 Installed Applications:
 ['django.contrib.contenttypes',
  'django.contrib.sessions',
  'django.contrib.sites',
  'dicoweb']
 Installed Middleware:
 ('django.middleware.common.CommonMiddleware',
  'django.contrib.sessions.middleware.SessionMiddleware',
  'django.middleware.locale.LocaleMiddleware',
  'django.middleware.gzip.GZipMiddleware')
 Traceback:
 File /usr/lib/pymodules/python2.5/django/core/handlers/base.py in
 get_response
   92. response = callback(request, *callback_args,
 **callback_kwargs)
 File /usr/share/dicoweb/views.py in index
   132. result = dc.define (database, q)
 File /usr/lib/pymodules/python2.5/dicoclient.py in define
   308. term, db, db_fullname = rx.search (i[0]).groups ()
 Exception Type: AttributeError at /
 Exception Value: 'NoneType' object has no attribute 'groups'
---end quoted text---

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7



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



Bug#582696: dicoweb: search with all DBs and default strategy just reset the form

2010-05-23 Thread أحمد المحمودي
On Sat, May 22, 2010 at 10:39:33PM +0200, Marc Dequènes (Duck) wrote:
 This request:
   http://dico.duckcorp.org/?q=housedb=*strategy=.search=Search
 reset the web form and display nothing (i mean there no No match
 or any other message, and the search term field becomes empty), but
 if i select a specific database or change the strategy (or both), it
 work (i mean i get a result or No match and the search term is
 kept). It is really annoying, as it makes the default form
 unusuable.
---end quoted text---

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7



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



Bug#582695: dicoweb: crash while displaying a definition

2010-05-23 Thread أحمد المحمودي
On Sun, May 23, 2010 at 08:59:15AM +0300, أحمد المحمودي wrote:
 On Sat, May 22, 2010 at 10:30:49PM +0200, Marc Dequènes (Duck) wrote:
  but in the web interface it crashes:
  Request URL: http://dico.duckcorp.org/?q=housedb=fd-eng-hundefine=1
---end quoted text---

Btw, I noticed that fd-eng-hun database does not appear in the list of 
available databases on http://dico.duckcorp.org

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7



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



Bug#581919: openssh-server: bad ownership or modes for file $HOME/.ssh/authorized_keys check too aggressive

2010-05-23 Thread Colin Watson
On Sun, May 23, 2010 at 03:16:56AM +0200, Christoph Anton Mitterer wrote:
 On Sat, 2010-05-22 at 19:55 +0100, Colin Watson wrote:
  It's not completely dropping security.  If the user is the only member
  of a group, then the group-writability confers no additional permissions
  and it's OK to allow it.
 
 Well I've read the code for the ~/.ssh/config changes,... I mean it
 seems ok at least at a first glance,... but I think it's more or less
 only a heuristic and I guess upstream has it's reasons to not merge
 it...

Wrong reasons, yes.  I corrected a significant mistake in their
objection on the upstream bug and they never responded to that; and they
also don't think that it's important for this part of the system to work
by default (I assume that they don't use systems with user-private
groups).  I expect to continue carrying the patch since I am not
persuaded by their arguments.

 And what happens if group memberships changes just during that code
 part?

I don't see a reason to care.  Let's say that all but one user is being
removed from the group: now either the test fails, as it would have done
beforehand, or it passes, as it would do afterwards.  Since the test is
essentially just to protect the user from themselves, it doesn't matter
that it races against passwd/group file changes.

-- 
Colin Watson   [cjwat...@debian.org]



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



Bug#582694: dicoweb: links to external databases are useless

2010-05-23 Thread أحمد المحمودي
On Sat, May 22, 2010 at 10:26:31PM +0200, Marc Dequènes (Duck) wrote:
 When searching on a mediawiki backend, i correctly find entries, but
 the link on the web interface is just useless, as the definition is
 not present. I don't intend to get a full dump of the mediawiki page
 of course (which could be very long), but at least a link to the
 article, and the web interface could then detect this kind of result
 and display or redirect to the correct page instead of displaying
 No match.
---end quoted text---

  Trying to understand what you mean by this report. I tested on your webserver 
the following:

  Search string: house
  Database: en.wiktionary.org

  This gave the results:
  * en-wiktionary: house, House, household, houses, housewife, House of Lords, 
housefly, House of Commons, housekeeper, housework

  Clicking on any of those gives a page with No match, is that the 
  same issue you are reporting ?

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7



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



Bug#582677: w3m-el-snapshot: w3m-cookie-reject-domains doesn't work

2010-05-23 Thread Tatsuya Kinoshita
Hi emaca-w3m developers,

Forwarding a bug report from 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582677:

On May 22, 2010 at 8:31PM +0400,
fedor76 (at istra.ru) wrote:

 Package: w3m-el-snapshot
 Version: 1.4.393+0.20100421-1
 Severity: normal
 
 I set up w3m-cookie-reject-domains, adding google.com and
 .google.com but google.com still installs its cookies.  After checking
 w3m-cookie.el I found that problem might be in w3m-cookie-trusted-host-p
 function; lines 291-294
 
 ((eq (string-to-char (car reject)) ?.)
  (setq regexp (concat (regexp-quote (car reject)) $)))
 (t (setq regexp (concat ^ (regexp-quote (car reject)) $
  (when (string-match (concat regexp $) host)
 
 Here host (for example, .google.com is compared with
 (concat (concat (regexp-quote .google.com) $) $)
 which gives \\.google\\.com$$; string-match returns nil because of
 double $ in the end of regexp.
 
 If last concat is removed, all seems to be right:
 
 --=-=-=
 Content-Type: text/x-diff
 Content-Disposition: inline; filename=cookie-handling.patch
 
 Index: w3m-el-snapshot-1.4.393+0.20100421/w3m-cookie.el
 ===
 --- w3m-el-snapshot-1.4.393+0.20100421.orig/w3m-cookie.el 2010-05-22 
 12:52:53.0 +0400
 +++ w3m-el-snapshot-1.4.393+0.20100421/w3m-cookie.el  2010-05-22 
 12:57:13.0 +0400
 @@ -291,7 +291,7 @@
 ((eq (string-to-char (car reject)) ?.)
   (setq regexp (concat (regexp-quote (car reject)) $)))
 (t (setq regexp (concat ^ (regexp-quote (car reject)) $
 -  (when (string-match (concat regexp $) host)
 +  (when (string-match regexp host)
   (setq rlen (length (car reject))
 reject nil))
(pop reject))
 
 --=-=-=

Thanks,
-- 
Tatsuya Kinoshita



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



Bug#582697: dicoweb: should display a fallback name for database without description

2010-05-23 Thread أحمد المحمودي
Hello,

On Sat, May 22, 2010 at 10:47:50PM +0200, Marc Dequènes (Duck) wrote:
 Many databases have no description at all (like english-german for
 example), and even if it is a probably bug in these databases (not
 sure it is compulsory in the DICT format), it renders the database
 selection in the form quite difficult to use because we get empty
 names. It really should fallback to the database name in this case.
---end quoted text---

  For an example, please have a look at the list of available databases 
  on: http://dico.duckcorp.org/

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7



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



Bug#582723: alsa-base: Alsa does not load sound card when USB Midi is plugged in on startup

2010-05-23 Thread Jeremy Salwen
Package: alsa-base
Version: 1.0.21+dfsg-2.1
Severity: important

When my USB MIDI Controller (M-Audio Keystudio 49) is not plugged in on 
startup, alsa recognizes my sound card, and sound works fine.

However, when I plug in my controller before starting up, alsa does not load my 
sound card.

Note that everything works fine (including the controller) if I plug in the 
controller after booting up.

It seems to me that the problem is that alsa thinks that the MIDI Controller is 
my sound card, and thus does not load the actual one.
/proc/asound/cards says:
0 [KeyStudio  ]: USB-Audio - KeyStudio
  M-Audio KeyStudio at usb-:00:03.0-3, full speed

/proc/asound/devices says:
 0: [ 0]   : control
  1:: sequencer
  8: [ 0- 0]: raw midi
 33:: timer

However, when I unplug my Keyboard (after booting up with it plugged in), alsa 
seems to find no sound card

/proc/asound/cards says: 
--- no soundcards ---

and
/proc/asound/devices says:
  1:: sequencer
 33:: timer


-- Package-specific info:
--- Begin additional package status ---
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  libasound2 1.0.22-2   shared library for ALSA applications
--- End additional package status ---
--- Begin /proc/asound/version ---
Advanced Linux Sound Architecture Driver Version 1.0.21.
--- End /proc/asound/version ---
--- Begin /proc/asound/cards ---
 0 [KeyStudio  ]: USB-Audio - KeyStudio
  M-Audio KeyStudio at usb-:00:03.0-3, full speed
--- End /proc/asound/cards ---
--- Begin /dev/snd/ listing ---
total 0
drwxr-xr-x  2 root root   60 May 23 02:09 by-id
drwxr-xr-x  2 root root   60 May 23 02:09 by-path
crw-rw  1 root audio 116,  0 May 23 02:09 controlC0
crw-rw  1 root audio 116,  8 May 23 02:09 midiC0D0
crw-rw+ 1 root audio 116,  1 Dec 27  2010 seq
crw-rw+ 1 root audio 116, 33 Dec 27  2010 timer
--- End /dev/snd/ listing ---

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

Kernel: Linux 2.6.33.3-rt17 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages alsa-base depends on:
ii  linux-sound-base 1.0.21+dfsg-2.1 base package for ALSA and OSS soun
ii  lsof 4.81.dfsg.1-1   List open files
ii  module-init-tools3.12~pre2-3 tools for managing Linux kernel mo
ii  udev 154-1   /dev/ and hotplug management daemo

Versions of packages alsa-base recommends:
ii  alsa-utils1.0.22-1   Utilities for configuring and usin

Versions of packages alsa-base suggests:
pn  alsa-oss  none (no description available)
pn  apmd  none (no description available)
ii  oss-compat0.0.4+nmu3 OSS compatibility package

Versions of packages libasound2 depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib

-- 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#560634: [libparse-debianchangelog-perl]: seems to need uniq to solve FTBFS

2010-05-23 Thread Hideki Yamane
Hi,

 I did some investigation to this bug, dpkg-parsechangelog returns
 uniq value but libparse-debianchangelog-perl doesn't (see # Closes: 
 line in logs).

 Maybe add uniq process to below line solve this issue
$f{Closes} = join  , sort { $a = $b } @{$f{Closes}};
 

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane



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



Bug#582724: New upstream version available

2010-05-23 Thread Martin Zobel-Helas
Package: movabletype-opensource
Version: 4.2.3-1+lenny1
Severity: wishlist

Hi,

according to upstream's website the 5.0 series is available since January 5th,
with a bug fix release 5.02 on May 11th.

I would really like see the 5.0 series in Debian!



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

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



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



Bug#566978: FTBFS on ia64 (segfault in uim-module-manager)

2010-05-23 Thread Kiwamu Okabe
Hi.

On Sun, Apr 4, 2010 at 7:30 AM, Jonathan Nieder jrnie...@gmail.com wrote:
 I would like to analyze coredump.
 But I don't have an ia64 target.

 Makes sense.

 Do Debian Maintainers have access to porterboxen?  If so, you should
 have access to merulo.debian.org and zelenka.debian.org.

I got a acount on merulo.debian.org.
But it has expired...


 Or you can get help from an ia64 user or DD in the form of debugging
 help or machine access.  For reference, do you just want a backtrace,
 or would some other information be more useful?

Thank you.
Could you send me a backtrace?
I would like to request analysis from the upstream.

Regards.

-- 
Kiwamu Okabe



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



Bug#582693: [Build-common-hackers] Bug#582693: Support cdbs_curpkg for DEB_DH_INSTALLINIT_ARGS

2010-05-23 Thread Jonas Smedegaard

On Sat, May 22, 2010 at 07:51:05PM -0500, Rudy Godoy Guillén wrote:

Hi Jonas,

On Sat, May 22, 2010 at 3:55 PM, Jonas Smedegaard jo...@jones.dk wrote:


...and while we are at it: It won't hurt to also add an *_ALL variant 
which is always applied, in addition to either the main variable or 
the package-specific override.  I.e. use the (also recently added) 
cdbs_expand_curvar.





Great. As I put on my report, the current behabiour doesn't actually 
hurt, however it doesn't make much sense to also pass it to packages 
who are not installing an init script.


Unusual, yes, but not impossible.  And is a step in the direction of 
generally support *_pgk and *_ALL for CDBS variables.



Regards,

 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#579612: RFA: pydirector -- pure Python TCP load balancer

2010-05-23 Thread Tompa Septimius
Hi Guido,

I will like to maintain pydirector.

Septimius




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



Bug#582725: packages.qa.debian.org do not link to l10n status for some packages

2010-05-23 Thread Petter Reinholdtsen

Package: qa.debian.org

Why is the popularity-contest status page missing link to its
translation status, while debian-edu-config got it?

URL: http://packages.qa.debian.org/d/debian-edu-config.html  links to
URL: http://i18n.debian.net/l10n-pkg-status/d/debian-edu-config.html ,
while
URL: http://packages.qa.debian.org/p/popularity-contest.html  do not
link to
URL: http://i18n.debian.net/l10n-pkg-status/p/popularity-contest.html .

I expected both to have links to their l10n status pages.

There is no such link on
URL: http://packages.qa.debian.org/s/sysvinit.html  either.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#582726: Missing dependency: libqt4-sql-sqlite

2010-05-23 Thread Alessandro Miliucci

Package: stellarium
Version: 0.10.4-0.1
Severity: important

The Ocular plugin (built-in) in stellarium use a sqlite database through 
libqt4-sql-sqlite.

Every new (and probably some of the older) version on stellarium use it.

$stellarium

QSqlDatabase: QSQLITE driver not loaded 
QSqlDatabase: available drivers: QMYSQL3 QMYSQL
Oculars could not open its databse; disableing module. --because the 
sqlite lib is missing (view link below)
Can't find action  actionShow_Ocular_Window --- this because the 
module is disabled

Segmentation fault
$

http://stellarium.svn.sourceforge.net/viewvc/stellarium/trunk/stellarium/plugins/Oculars/src/Oculars.cpp?revision=6187view=markup 
http://stellarium.svn.sourceforge.net/viewvc/stellarium/trunk/stellarium/plugins/Oculars/src/Oculars.cpp?revision=6187view=markup 
line 605 and 573


How to reproduce:
Open stellarium
Goto confiugration--plugins--ocular
Select autoload plugin
Restart stellarium
Goto confiugration--plugins--ocular
Click on configure this plugin
Segfault

Fix it by adding libqt4-sql-sqlite dependency in stellarium package.

Ciao,
Alessandro

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

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

Versions of packages stellarium depends on:
ii  libc6   2.10.2-6 Embedded GNU C Library: 
Shared lib

ii  libgcc1 1:4.4.4-1GCC support library
ii  libgl1-mesa-glx [libgl1 7.7.1-1  A free implementation of 
the OpenG
ii  libglu1-mesa [libglu1]  7.7.1-1  The OpenGL utility library 
(GLU)

ii  libqt4-network  4:4.6.2-4Qt 4 network module
ii  libqt4-opengl   4:4.6.2-4Qt 4 OpenGL module
ii  libqt4-script   4:4.6.2-4Qt 4 script module
ii  libqt4-sql  4:4.6.2-4Qt 4 SQL module
ii  libqt4-svg  4:4.6.2-4Qt 4 SVG module
ii  libqt4-xml  4:4.6.2-4Qt 4 XML module
ii  libqtcore4  4:4.6.2-4Qt 4 core module
ii  libqtgui4   4:4.6.2-4Qt 4 GUI module
ii  libstdc++6  4.4.4-1  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-3X11 client-side library
ii  stellarium-data 0.10.4-0.1   Stellarium data files
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

stellarium recommends no packages.

stellarium suggests no packages.

-- no debconf information



Bug#581366: live-initramfs: CD image unusable both as live CD and as installed

2010-05-23 Thread Daniel Baumann
Hi,

gentile reminder: please follow up up with the required information so
that we can either confirm the bug, or close it.

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#582694: dicoweb: links to external databases are useless

2010-05-23 Thread Marc Dequènes (Duck)

Coin,

Quoting أحمد المحمودي aelmahmo...@sabily.org:


  Search string: house
  Database: en.wiktionary.org

  This gave the results:
  * en-wiktionary: house, House, household, houses, housewife, House  
of Lords, housefly, House of Commons, housekeeper, housework


  Clicking on any of those gives a page with No match, is that the
  same issue you are reporting ?


Yes. This renders the definition page useless for such backends, and  
is really not user friendly (inappropriate and misleading No match  
message, need to copy-paste the page name found by yourself).


Regards.

--
Marc Dequènes (Duck)


pgpQ1pFHemKwj.pgp
Description: PGP Digital Signature


Bug#582695: dicoweb: crash while displaying a definition

2010-05-23 Thread Marc Dequènes (Duck)

Coin,

Quoting أحمد المحمودي aelmahmo...@sabily.org:


Btw, I noticed that fd-eng-hun database does not appear in the list of
available databases on http://dico.duckcorp.org


I can assure you it is installed, but perhaps you were misleaded by  
#582697. Try:

  dict -D dict://dico.duckcorp.org | grep fd-eng-hun

Regards.

--
Marc Dequènes (Duck)


pgpIBjnVZ7EZ8.pgp
Description: PGP Digital Signature


Bug#582727: dwm-tools: [PATCH] List utilities in debian/control::Description

2010-05-23 Thread Jari Aalto
Package: dwm-tools
Severity: wishlist
Tags: patch


When searching programs with apt-get search, it would be good if the
description would list the provided utilities.

The following patch adds that information.

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

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
From ca544c971334f0b561282e3cd7341b916aad5edf Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Sun, 23 May 2010 10:46:07 +0300
Subject: [PATCH] debian/control: Improve description
Organization: Private
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit


Signed-off-by: Jari Aalto jari.aa...@cante.net
---
 debian/control |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index 353cf50..061db8e 100644
--- a/debian/control
+++ b/debian/control
@@ -19,4 +19,5 @@ Description: dynamic window manager (tools)
  modes. Either mode can be applied dynamically, depending on the application in
  use and the task performed.
  .
- This package contains additional tools for dwm.
+ This package contains additional tools: dmenu, dmenu_path, dmenu_run,
+ lsw, slock, sselp, ssid, swarp, tabbed, wmname
-- 
1.7.0



Bug#578672: qemu-kvm: kvm kills my screen saver / power manager

2010-05-23 Thread Michael Tokarev

06.05.2010 04:29, Gary Dale wrote:


When I use virt-manager to start the Windows XP virtual machine, the
screen saver works normally. However, I'm back having to use the kvm
command to launch it and the screen  power saver issue is back.


Can you please try setting SDL_VIDEO_ALLOW_SCREENSAVER=1 before
starting kvm, something like this:

 $ SDL_VIDEO_ALLOW_SCREENSAVER=1 kvm 

and see if it fixes the problem?

See http://www.libsdl.org/faq.php?action=listentriescategory=9#90

Thanks!

/mjt



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



Bug#288455: can't eject iso cdrom (programmatically or manually)

2010-05-23 Thread Arthur Marsh
Package: udftools
Version: 1.0.0b3-14
Severity: normal


When I try an eject button or eject command with the following in 
/etc/default/udftools, the drive tray ejects briefly then immediately
goes back into the cd-drive:

DEVICES=/dev/sr0

I have an IDE LG DVD-RAM drive identified as:

DVD-RAM GH22NP20

I commented out the DEVICES line and re-ran /etc/default/udftools
to restore sane behaviour of the eject process.

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

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

Versions of packages udftools depends on:
ii  libc6 2.10.2-9   Embedded GNU C Library: Shared lib
ii  libncurses5   5.7+20100313-2 shared libraries for terminal hand
ii  libreadline5  5.2-7  GNU readline and history libraries

Versions of packages udftools recommends:
ii  udev  154-1  /dev/ and hotplug management daemo

Versions of packages udftools suggests:
ii  dvd+rw-tools  7.1-6  DVD+-RW/R tools
ii  pmount0.9.22-1   mount removable devices as normal 

-- Configuration Files:
/etc/default/udftools changed:


-- debconf-show failed



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



Bug#582692: dicod: failure when no match found

2010-05-23 Thread Marc Dequènes (Duck)

Coin,

Quoting Sergey Poznyakoff g...@gnu.org.ua:


Sergey Poznyakoff g...@gnu.org.ua ha escrit:


You can easily reproduce this by connecting to dico.duckcorp.org:2628
and issuing the latter command.


To be precise, I meant this:

MATCH * . kuruma

Regards,
Sergey



I found another command giving the same problem:
  dict -D dict://dico.duckcorp.org
Which list well (seems all) available databases, and finish with the  
same kind of error:

  dict (client_read_status): Error reading from socket
  client_read_status: Connection reset by peer

In syslog:
May 23 09:54:35 Toushirou dicod[20786]: Info: Client info: dict  
1.11.2/rf on Linux 2.6.32-5-amd64

May 23 09:54:39 Toushirou dicod[18693]: Error: 20786 terminated on signal 6

In /var/log/dico/access.log:
annael.hq.duckcorp.org - - [23/May/2010:09:54:35 +0200] define *  
dict://dico.duckcorp.org 552 -  dict 1.11.2/rf on Linux  
2.6.32-5-amd64


The dico counterpart:
  dico -D --host=dico.duckcorp.org

Gives no entry in /var/log/dico/access.log (i guess this is a bug too).

But uses:
  SHOW DATABASES
(seen with tshark)

Regards.

--
Marc Dequènes (Duck)


pgpUXOHPimmBU.pgp
Description: PGP Digital Signature


Bug#582727: dwm-tools: [PATCH] List utilities in debian/control::Description

2010-05-23 Thread Daniel Baumann
tag 582727 pending
thanks

On 05/23/2010 09:54 AM, Jari Aalto wrote:
 When searching programs with apt-get search, it would be good if the
 description would list the provided utilities.
 
 The following patch adds that information.

right, that's why i've added it already long time ago (more than half a
year ago):

http://git.debian-maintainers.org/?p=suckless/suckless-tools.git;a=commitdiff;h=7bcee8a0855f15888581e644ed279cf0cec8b3a5;hp=296d849de3b2abcc1b1421c64b021ccf9e8c4d92

but it's still rotting in NEW.

Thanks anyway,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#582723: [Pkg-alsa-devel] Bug#582723: alsa-base: Alsa does not load sound card when USB Midi is plugged in on startup

2010-05-23 Thread Elimar Riesebieter
merge 582723 574593

thanks

* Jeremy Salwen [100523 02:23 -0400]
 Package: alsa-base
 Version: 1.0.21+dfsg-2.1
 Severity: important
 

 When my USB MIDI Controller (M-Audio Keystudio 49) is not plugged
 in on startup, alsa recognizes my sound card, and sound works
 fine.
 
 However, when I plug in my controller before starting up, alsa
 does not load my sound card.

Could you please try as follows:

$ su -
# cd /etc/modprobe
# echo options snd-usb-audio index=-2  alsa-base.conf
# reboot

Please boot with your midi device pluged in and test again.

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#582728: drivel: [INTL:pt] Updated Portuguese translation for package messages

2010-05-23 Thread Américo Monteiro
Package: drivel
Version: 3.0.1-1
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for drivel messages.
Translator: Américo Monteiro a_monteiro at netcabo.pt
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team traduz at debianpt.org.

-- 
Best regards,
Américo Monteiro
# translation of drivel to Portuguese
# drivel's Portuguese translation.
# Copyright © 2004 drivel
# This file is distributed under the same license as the drivel package.
#
# Duarte Loreto happyguy...@hotmail.com, 2004.
# Américo Monteiro a_monte...@netcabo.pt, 2009, 2010.
msgid 
msgstr 
Project-Id-Version: drivel 3.0.1-1\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2010-05-12 12:48+0100\n
PO-Revision-Date: 2010-05-23 09:14+0100\n
Last-Translator: Américo Monteiro a_monte...@netcabo.pt\n
Language-Team: Portuguese tra...@debianpt.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 1.0\n
Plural-Forms: nplurals=2; plural=(n != 1);\n

#: ../data/drivel.schemas.in.h:1
msgid A list of every journal username previously used on this machine.
msgstr 
Uma lista de todos os utilizadores de diário anteriormente utilizados nesta 
máquina.

#: ../data/drivel.schemas.in.h:2
msgid A list of moods for the drivel menu.
msgstr Uma lista de disposições para o menu do drivel.

#: ../data/drivel.schemas.in.h:3
msgid The currently logged-in user.
msgstr O utilizador actualmente ligado.

#: ../data/drivel.schemas.in.h:4
msgid The number of moods stored locally.
msgstr O número de disposições armazenadas localmente.

#: ../data/gnome-drivel.desktop.in.h:1 ../src/about.c:98
msgid Drivel Journal Editor
msgstr Editor de Diário Drivel

#: ../data/gnome-drivel.desktop.in.h:2
msgid Journal Editor
msgstr Editor de Diário

#: ../data/gnome-drivel.desktop.in.h:3
msgid Update and manage your online journal
msgstr Actualiza e efectua a gestão do seu diário online

#: ../data/mime/drivel.xml.in.h:1
msgid Draft journal entry
msgstr Rascunho de entrada no diário

#.
#. * Translators should localize the following string
#. * which will give them credit in the About box.
#. * E.g. Fulano de Tal ful...@detal.com
#: ../src/about.c:68
msgid translator-credits
msgstr Américo Monteiro a_monte...@netcabo.pt

#: ../src/about.c:85
msgid With help from:
msgstr Com a ajuda de:

#: ../src/about.c:90
msgid And many others--thank you, all!
msgstr E muitos outros--obrigado a todos!

#: ../src/about.c:102
msgid A journal client for the GNOME desktop.
msgstr Um cliente de Diário para o ambiente de trabalho GNOME.

#: ../src/about.c:108
msgid Homepage:
msgstr Página inicial:

#: ../src/blog_atom.c:301 ../src/network.c:315 ../src/network.c:321
#: ../src/network.c:365
msgid Server error
msgstr Erro do servidor

#: ../src/blog_atom.c:302
msgid The server did not return a valid Atom response.
msgstr O servidor não devolveu uma resposta Atom válida.

#: ../src/blog_atom.c:408
msgid Unknown error
msgstr Erro desconhecido

#: ../src/blog_atom.c:411
msgid Error Posting Entry
msgstr Erro ao Publicar Entrada

#: ../src/blog_lj.c:290
msgid default
msgstr predefinido

#: ../src/blog_mt.c:140 ../src/insert_poll_dialog.c:175 ../src/main.c:632
#: ../src/main.c:634
msgid None
msgstr Nenhum

#: ../src/blog_offline.c:41
msgid Offline
msgstr Desligado

#: ../src/dialogs.c:319 ../src/dialogs.c:714
msgid [No journal entries]
msgstr [Nenhuma entrada de diário]

#. Context: Spell check dictionary
#: ../src/dialogs.c:394
msgid System default
msgstr Predefinição do sistema

#: ../src/dialogs.c:426
msgid Missing username
msgstr Falta o nome de utilizador

#: ../src/dialogs.c:427
msgid Please enter a username to add.
msgstr Por favor introduza um nome de utilizador a adicionar.

#: ../src/dialogs.c:650 ../src/main.c:349 ../src/utils.c:520
msgid Public
msgstr Público

#: ../src/dialogs.c:655 ../src/main.c:353 ../src/utils.c:514
msgid Private
msgstr Privado

#: ../src/dialogs.c:809
msgid Community
msgstr Comunidade

#: ../src/dialogs.c:811
msgid Syndicated Feed
msgstr Feed Agregado

#: ../src/dialogs.c:813
msgid User
msgstr Utilizador

#: ../src/dialogs.c:867
msgid Add Friend
msgstr Adicionar um Amigo

#: ../src/dialogs.c:895
msgid _Friend's username:
msgstr Nome de utilizador do _amigo:

#: ../src/dialogs.c:914
msgid _Text color:
msgstr Cor do _Texto:

#: ../src/dialogs.c:929
msgid _Background color:
msgstr Cor de _fundo:

#: ../src/dialogs.c:1261
msgid Could not perform the file operation
msgstr Incapaz de realizar a operação de ficheiro

#: ../src/dialogs.c:1275
msgid Could not open the selected file
msgstr Incapaz de abrir o ficheiro seleccionado

#: ../src/dialogs.c:1323
msgid Save the content of this journal entry instead of clearing?
msgstr Gravar o conteúdo desta entrada no diário em vez de o limpar?

#: ../src/dialogs.c:1324
msgid If you don't save, content of this entry will be discarded.
msgstr Se não gravar, o conteúdo desta entrada será descartado.

#: 

Bug#539591: file-rc: Need to use dependency based boot sequencing from now on

2010-05-23 Thread Petter Reinholdtsen
Kel wrote a patch for insserv to allow it to be used to generate a
file-rc style runlevel.conf file.  It is provided in the source
package, see bug #573004 for the details, but will not be activated
until it is known to actually work for file-rc.

JFYI.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#582588: weechat: please rebuild against tcl 8.5 in experimental

2010-05-23 Thread Emmanuel Bouthenot
tag 582588 + pending
thanks

Hi Jonathan,

 The default Tcl/Tk version in unstable (as set by tcltk-defaults)
 is 8.4, whereas the version in experimental is 8.5.  Before updating
 the version in unstable, we would like to see what fallout that would
 have, by rebuilding all relevant packages against the version in
 experimental.
I've rebuilt WeeChat with tcl-dev 8.5 and all went fine. I've also made
some tests with various tcl scripts without any problems.

 Anyway, here is a patch to help others test the change.  Once the
 updated tcltk-defaults migrates to sid, this change should be
 backed out again.  If an NMU would be simpler, please let me know
 and I can look for a sponsor.
Thanks for your patch, the upload in experimental will occur in few
minutes.


Cheers,

M.

-- 
Emmanuel Bouthenot
  mail: kol...@{openics,debian}.orggpg: 4096R/0x929D42C3
  xmpp: kol...@im.openics.org  irc: kol...@{freenode,oftc}




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



Bug#578148: new synaptics-related errors in X log

2010-05-23 Thread Hans-J. Ullrich
Hello Mattia, 

as promised, I send you the required logs. Sorry, if they are a bit long. 
Well, however, I hope, it will help. 
The strange thing is: at boot it crashes, when I start X manually, everything 
works.

Here is the log:


Pleae feel free to ask for any more information.

Best regards

Hans

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-2-amd64 x86_64 Debian
Current Operating System: Linux protheus2 2.6.32-5-amd64 #1 SMP Mon May 3 10:42:25 UTC 2010 x86_64
Kernel command line: root=/dev/sda6 ro vga=791
Build Date: 04 May 2010  04:21:17PM
xorg-server 2:1.7.7-1 (Julien Cristau jcris...@debian.org) 
Current version of pixman: 0.16.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Mon May 17 23:21:12 2010
(==) Using config file: /etc/X11/xorg.conf
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Standardbildschirm
(**) |   |--Device NVIDIA Corporation NVIDIA Default Card
(**) |--Input Device Generic Keyboard
(**) |--Input Device Configured Mouse
(**) |--Input Device Synaptics Touchpad
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/X11R6/lib/X11/fonts/misc does not exist.
	Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/100dpi/ does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/X11/75dpi/.
	Entry deleted from font path.
	(Run 'mkfontdir' on /usr/share/fonts/X11/75dpi/).
(WW) The directory /usr/X11R6/lib/X11/fonts/75dpi/ does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/Type1 does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/100dpi does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/X11/75dpi.
	Entry deleted from font path.
	(Run 'mkfontdir' on /usr/share/fonts/X11/75dpi).
(WW) The directory /usr/X11R6/lib/X11/fonts/75dpi does not exist.
	Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/X11/75dpi/.
	Entry deleted from font path.
	(Run 'mkfontdir' on /usr/share/fonts/X11/75dpi/).
(WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/X11/75dpi.
	Entry deleted from font path.
	(Run 'mkfontdir' on /usr/share/fonts/X11/75dpi).
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Generic Keyboard
(WW) Disabling Configured Mouse
(II) Loader magic: 0x7c43e0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(++) using VT number 9

(--) PCI: (0:0:1:3) 10de:0543:1025:0126 nVidia Corporation MCP67 Co-processor rev 162, Mem @ 0xf060/524288
(--) PCI:*(0:2:0:0) 10de:0425:1025:0126 nVidia Corporation G86 [GeForce 8600M GS] rev 161, Mem @ 0xce00/16777216, 0xd000/268435456, 0xcc00/33554432, I/O @ 0x4000/128
(II) Open ACPI successful (/var/run/acpid.socket)
(II) extmod will be loaded. This was enabled by default and also specified in the config file.
(II) dbe will be loaded by default.
(II) glx will be loaded. This was enabled by default and also specified in the config file.
(II) record will be loaded by default.
(II) dri will be loaded by default.
(II) dri2 will be loaded by default.
(II) LoadModule: i2c
(II) Module i2c already built-in
(II) LoadModule: ddc
(II) Module ddc already built-in
(II) LoadModule: extmod
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor=X.Org Foundation
	compiled for 1.7.7, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension 

Bug#582729: drivel: [INTL:pt] Updated Portuguese translation for help/manpage

2010-05-23 Thread Américo Monteiro
Package: drivel
Version: 3.0.1-1
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for drivel's manpage messages.
Translator: Américo Monteiro a_monteiro at netcabo.pt
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team traduz at debianpt.org.

-- 
Best regards,
Américo Monteiro
# Translation of Drivel's manual messages to Portuguese
#
# António Moreira antoniocostamore...@gmail.com, 2009.
# Américo Monteiro a_monte...@netcabo.pt, 2010.
msgid 
msgstr 
Project-Id-Version: drivel-help 3.0.1-1\n
POT-Creation-Date: 2009-11-04 00:27+\n
PO-Revision-Date: 2010-05-23 09:32+0100\n
Last-Translator: Américo Monteiro a_monte...@netcabo.pt\n
Language-Team: Portuguese tra...@debianpt.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Language: Portuguese\n
X-Poedit-SourceCharset: utf-8\n
X-Generator: Lokalize 1.0\n
Plural-Forms: nplurals=2; plural=(n != 1);\n

#: ../help/C/drivel.xml:12(title)
msgid Drivel Manual
msgstr Manual do Drivel

#: ../help/C/drivel.xml:13(date)
msgid 2009-04-03
msgstr 2009-04-03

#: ../help/C/drivel.xml:15(year)
msgid 2005
msgstr 2005

#: ../help/C/drivel.xml:16(holder) ../help/C/drivel.xml:19(publishername)
msgid Todd Kulesza
msgstr Todd Kulesza

#: ../help/C/drivel.xml:2(para)
msgid 
Permission is granted to copy, distribute and/or modify this document under 
the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any 
later version published by the Free Software Foundation with no Invariant 
Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy 
of the GFDL at this ulink type=\help\ url=\ghelp:fdl\link/ulink or 
in the file COPYING-DOCS distributed with this manual.
msgstr 
Permission is granted to copy, distribute and/or modify this document under 
the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any 
later version published by the Free Software Foundation with no Invariant 
Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy 
of the GFDL at this ulink type=\help\ url=\ghelp:fdl\link/ulink or 
in the file COPYING-DOCS distributed with this manual.

#: ../help/C/drivel.xml:12(para)
msgid 
This manual is part of a collection of GNOME manuals distributed under the 
GFDL. If you want to distribute this manual separately from the collection, 
you can do so by adding a copy of the license to the manual, as described in 
section 6 of the license.
msgstr 
This manual is part of a collection of GNOME manuals distributed under the 
GFDL. If you want to distribute this manual separately from the collection, 
you can do so by adding a copy of the license to the manual, as described in 
section 6 of the license.

#: ../help/C/drivel.xml:19(para)
msgid 
Many of the names used by companies to distinguish their products and 
services are claimed as trademarks. Where those names appear in any GNOME 
documentation, and the members of the GNOME Documentation Project are made 
aware of those trademarks, then the names are in capital letters or initial 
capital letters.
msgstr 
Many of the names used by companies to distinguish their products and 
services are claimed as trademarks. Where those names appear in any GNOME 
documentation, and the members of the GNOME Documentation Project are made 
aware of those trademarks, then the names are in capital letters or initial 
capital letters.

#: ../help/C/drivel.xml:35(para)
msgid 
DOCUMENT IS PROVIDED ON AN \AS IS\ BASIS, WITHOUT WARRANTY OF ANY KIND, 
EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT 
THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS 
MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE 
RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR 
MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR 
MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL 
WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY 
SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN 
ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION 
OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND
msgstr 
DOCUMENT IS PROVIDED ON AN \AS IS\ BASIS, WITHOUT WARRANTY OF ANY KIND, 
EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT 
THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS 
MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE 
RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR 
MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR 
MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL 
WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY 
SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN 
ESSENTIAL PART OF THIS 

Bug#544751: Support for the staden-io-lib packages restricted to i386 and amd64.

2010-05-23 Thread Charles Plessy
severity 544751 normal
thanks

Dear all,

i386 and amd64 are the only platforms where staden-io-lib is developed, tested
and used. Bugs like #544751 and #541676 make me suspect that they are only the
tip of the iceberg, and I am not confident in distributing the staden-io-lib
library and utilities on other architectures. I therefore uploaded version
1.12.2-2 with ‘i386 amd64’ intead of ‘any’ in the Archit]ecture field. I have
filed appropriate requests for removal to clean Squeeze. Accordingly, I lower
the severity of #544751 to normal, since no unusable packages are produced
anymore. If Upstream starts to support other architecture, or if users are
interested in having back the removed packages on a particular architecture, it
will be my pleasure to return them. In absence of such a need, I prefer to
focus my efforts on other tasks.

Have a nice day,

-- 
Charles Plessy
Debian Med packaging team
Tsurumi, Kanagawa, Japan



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



Bug#581840: new synaptics-related errors in X log

2010-05-23 Thread Hans-J. Ullrich
And there is an important thing, I forgot to mention: This described behaviour 
appears only on my 64-bit system. Both 32-bit system I am using are working 
fine.

Regards


Hans

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-2-amd64 x86_64 Debian
Current Operating System: Linux protheus2 2.6.32-5-amd64 #1 SMP Mon May 3 10:42:25 UTC 2010 x86_64
Kernel command line: root=/dev/sda6 ro vga=791
Build Date: 04 May 2010  04:21:17PM
xorg-server 2:1.7.7-1 (Julien Cristau jcris...@debian.org) 
Current version of pixman: 0.16.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Mon May 17 23:21:12 2010
(==) Using config file: /etc/X11/xorg.conf
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Standardbildschirm
(**) |   |--Device NVIDIA Corporation NVIDIA Default Card
(**) |--Input Device Generic Keyboard
(**) |--Input Device Configured Mouse
(**) |--Input Device Synaptics Touchpad
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/X11R6/lib/X11/fonts/misc does not exist.
	Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/100dpi/ does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/X11/75dpi/.
	Entry deleted from font path.
	(Run 'mkfontdir' on /usr/share/fonts/X11/75dpi/).
(WW) The directory /usr/X11R6/lib/X11/fonts/75dpi/ does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/Type1 does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/100dpi does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/X11/75dpi.
	Entry deleted from font path.
	(Run 'mkfontdir' on /usr/share/fonts/X11/75dpi).
(WW) The directory /usr/X11R6/lib/X11/fonts/75dpi does not exist.
	Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/X11/75dpi/.
	Entry deleted from font path.
	(Run 'mkfontdir' on /usr/share/fonts/X11/75dpi/).
(WW) `fonts.dir' not found (or not valid) in /usr/share/fonts/X11/75dpi.
	Entry deleted from font path.
	(Run 'mkfontdir' on /usr/share/fonts/X11/75dpi).
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Generic Keyboard
(WW) Disabling Configured Mouse
(II) Loader magic: 0x7c43e0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(++) using VT number 9

(--) PCI: (0:0:1:3) 10de:0543:1025:0126 nVidia Corporation MCP67 Co-processor rev 162, Mem @ 0xf060/524288
(--) PCI:*(0:2:0:0) 10de:0425:1025:0126 nVidia Corporation G86 [GeForce 8600M GS] rev 161, Mem @ 0xce00/16777216, 0xd000/268435456, 0xcc00/33554432, I/O @ 0x4000/128
(II) Open ACPI successful (/var/run/acpid.socket)
(II) extmod will be loaded. This was enabled by default and also specified in the config file.
(II) dbe will be loaded by default.
(II) glx will be loaded. This was enabled by default and also specified in the config file.
(II) record will be loaded by default.
(II) dri will be loaded by default.
(II) dri2 will be loaded by default.
(II) LoadModule: i2c
(II) Module i2c already built-in
(II) LoadModule: ddc
(II) Module ddc already built-in
(II) LoadModule: extmod
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor=X.Org Foundation
	compiled for 1.7.7, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: glx
(II) Loading 

Bug#582553: totem-plugin-arte: Video URL Extraction Error

2010-05-23 Thread Nicolas Delvaux
Hi,

We found a workaround. \o/
There will be a new upstream version today, after some more bug fix and
code cleanup.

I will update the package when it's out.

In the mean time, if you want to test or if you need the fix NOW, you
can try with this package:
https://launchpad.net/~malaria/+archive/ppa/+files/totem-plugin-arte_0.8.3git2010.05.23-2~lucid-0ubuntu1_i386.deb

(this is from an Ubuntu Lucid ppa but it should work in squeeze too)

Cheers,
Nicolas




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



Bug#582730: (ktranslator_0.4-2/avr32): FTBFS: Outdated config.{sub,guess}

2010-05-23 Thread bradsmith
Package: ktranslator
Version: 0.4-2
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  http://buildd.debian-ports.org/build.php?pkg=ktranslatorarch=avr32ver=0.4-2

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#582731: (taskjuggler_2.4.3-2/avr32): FTBFS: Outdated config.{sub,guess}

2010-05-23 Thread bradsmith
Package: taskjuggler
Version: 2.4.3-2
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  
http://buildd.debian-ports.org/build.php?pkg=taskjugglerarch=avr32ver=2.4.3-2

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#582732: (briquolo_0.5.7-3/avr32): FTBFS: Outdated config.{sub,guess}

2010-05-23 Thread bradsmith
Package: briquolo
Version: 0.5.7-3
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  http://buildd.debian-ports.org/build.php?pkg=briquoloarch=avr32ver=0.5.7-3

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#582733: (ksociograma_2.0.1-5.1/avr32): FTBFS: Outdated config.{sub,guess}

2010-05-23 Thread bradsmith
Package: ksociograma
Version: 2.0.1-5.1
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  
http://buildd.debian-ports.org/build.php?pkg=ksociogramaarch=avr32ver=2.0.1-5.1

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#582734: (creox_0.2.2rc2-3/avr32): FTBFS: Outdated config.{sub,guess}

2010-05-23 Thread bradsmith
Package: creox
Version: 0.2.2rc2-3
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  http://buildd.debian-ports.org/build.php?pkg=creoxarch=avr32ver=0.2.2rc2-3

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#582639: kernel's problem?

2010-05-23 Thread Γιώργος Πάλλας
Marco, as I understand this is not a udev's bug. Could you please
reassign the bug to the kernel?



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#582735: src:aubio: Build-Depends on fftw3-dev which has been renamed to libfftw3-dev

2010-05-23 Thread Stefano Rivera
Package: src:aubio
Version: 0.3.2-4
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu maverick

fftw3-dev is now a virtual package provided by libfftw3-dev. You should
change the BD to libfftw3-dev.

There are many lintian warnings, too.

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 465 6908 C: +27 72 419 8559  UCT: x3127
diff -u aubio-0.3.2/debian/control aubio-0.3.2/debian/control
--- aubio-0.3.2/debian/control
+++ aubio-0.3.2/debian/control
@@ -10,7 +10,7 @@
libsndfile1-dev,
libsamplerate-dev,
libasound2-dev,
-   fftw3-dev,
+   libfftw3-dev,
python-all-dev (= 2.3.5-11),
python-support (= 0.90),
swig,


signature.asc
Description: Digital signature


Bug#581418: Happened to me to.

2010-05-23 Thread Ryan Davis
Hard to track down as I made a bunch of changes all at once. I downgraded
and all was well again.
---
Those who will not reason, are bigots, those who cannot, are fools, and
those who dare not, are slaves.
 -- Lord Byron


Bug#582736: util-linux initscripts broken, making it impossible to (c)debootstrap sid

2010-05-23 Thread Daniel Baumann
Package: util-linux
Version: 2.17.2-2
Severity: serious

Hi,

(c)debootstrapping sid fails since util-linux has a broken initscript:

---snip---
[...]
O: Setting up util-linux (2.17.2-2) ...
P: Configuring package util-linux
D: Updating util-linux to status 3
O: update-alternatives: using /bin/more to provide /usr/bin/pager
(pager) in auto mode.
O: insserv: Service checkroot has to be enabled to start service hwclock
O: insserv: exiting now!
O: update-rc.d: error: insserv rejected the script header
O: Setting up mount (2.17.2-2) ...
P: Configuring package mount
D: Updating mount to status 3
O: dpkg: error processing util-linux (--configure):
O:  subprocess installed post-installation script returned error exit
status 1
O: Setting up initscripts (2.88dsf-5) ...
P: Configuring package initscripts
D: Updating initscripts to status 3
O: Setting up sysvinit (2.88dsf-5) ...
P: Configuring package sysvinit
D: Updating sysvinit to status 3
O: dpkg: dependency problems prevent configuration of e2fsprogs:
O:  e2fsprogs depends on util-linux (= 2.15~rc1-1); however:
O:   Package util-linux is not configured yet.
O: dpkg: error processing e2fsprogs (--configure):
O:  dependency problems - leaving unconfigured
O: sysvinit: creating /dev/initctl
O: init:
O: timeout opening/writing control channel /dev/initctl
O: Errors were encountered while processing:
O:  util-linux
O:  e2fsprogs
D: Status: 256
E: Internal error: install
---snap---

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#582694: dicoweb: links to external databases are useless

2010-05-23 Thread أحمد المحمودي
On Sat, May 22, 2010 at 10:26:31PM +0200, Marc Dequènes (Duck) wrote:
 When searching on a mediawiki backend, i correctly find entries, but
 the link on the web interface is just useless, as the definition is
 not present. I don't intend to get a full dump of the mediawiki page
 of course (which could be very long), but at least a link to the
 article, and the web interface could then detect this kind of result
 and display or redirect to the correct page instead of displaying
 No match.
---end quoted text---

  I tested on the following on http://dico.duckcorp.org:

  Search string: house
  Database: en.wiktionary.org

  This gave the results:
  * en-wiktionary: house, House, household, houses, housewife, House of Lords, 
housefly, House of Commons, housekeeper, housework

  Clicking on any of those gives a page with No match

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7



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



Bug#582725: packages.qa.debian.org do not link to l10n status for some packages

2010-05-23 Thread Petter Reinholdtsen
[Stefano Zacchiroli]
 Because there is nothing to translate in the former, but there is
 some in the latter.

What does that mean?  There are several languages provided by for
example debian-installer that have not translated sysvinit, this there
are translations missing as far as I see it.  Even for
popularity-contest, the 'se' translation is missing.

 This link only where it's relevant mantra is common to most PTS
 links.

Right.  That explain the logic behind it, but not the behaviour I see.

For translations it is useful to be able to see the status also if it
is complete, but if you do not want to symlink to the status when it
is complete, I will not press the point.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#563762: /etc/udev/hdparm.rules should probably live in /lib/udev/

2010-05-23 Thread Marco d'Itri
On Jan 05, Daniel Kahn Gillmor d...@fifthhorseman.net wrote:

 So /etc/udev/hdparm.rules should probably live in /lib/udev/, if i'm
It definitely does, please fix this.

 understanding this right.  i'm not sure the cleanest way to deal with
 this conffile transition for hdparm, though.
Like the removal of any other conffile.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#564696: Should libhibernate3-java depend on glassfish-javaee

2010-05-23 Thread Tom Feiner
On Sat, May 22, 2010 at 11:44 AM, Torsten Werner twer...@debian.org wrote:
 jta is non-free in Sun's original distribution. But glassfish ships a
 relicenced version. The classes are merged in glassfish-javaee but
 since my last upload there is a separate glassfish-jta.jar, too (in
 the same binary package).

Thanks for the clarification, the reason for the dependency is now clear.

Tom



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



Bug#582296: udev 154-1 breaks at least gphoto

2010-05-23 Thread Marco d'Itri
reassign 582296 libgphoto2
thanks

On May 19, Emmanuel Lacour elac...@home-dn.net wrote:

 I just upgraded to 154-1 from 153-2 and I can no longer access my camera
 with gphotofs (or even with digikam/gtkam).
I am not sure why, I suppose that something changed in udev and
libgphoto2 is unable to cope with it.

 gphotofs give no error, but when trying to list the directory, I get
 Input/Output error.
But at least this is definitely a libgphoto2 bug, which is not checking
for errors and uses ioctl(2) on fd -1:

 ioctl(4294967294, USBDEVFS_GETDRIVER, 0x7fff604dd350) = -1 EBADF (Bad
 file descriptor)
 ioctl(4294967294, USBDEVFS_CLAIMINTERFACE, 0x7fff604dd45c) = -1 EBADF
 (Bad file descriptor)

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#582639: kernel's problem?

2010-05-23 Thread Marco d'Itri
On May 23, ??  gp...@ccf.auth.gr wrote:

 Marco, as I understand this is not a udev's bug. Could you please
 reassign the bug to the kernel?
There is already one.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#582737: libata: disable ATAPI AN by default

2010-05-23 Thread Marco d'Itri
Package: linux-2.6
Tags: patch upstream
Blocks: 581791

This should fix #581791.

- Forwarded message from Tejun Heo t...@kernel.org -

From: Tejun Heo t...@kernel.org
To: Jeff Garzik j...@garzik.org,
linux-...@vger.kernel.org linux-...@vger.kernel.org
CC: Kay Sievers kay.siev...@vrfy.org,
Nick Bowler nbow...@elliptictech.com,
David Zeuthen da...@fubar.dk, linux-hotp...@vger.kernel.org,
sta...@kernel.org
Subject: [PATCH #upstream-fixes] libata: disable ATAPI AN by default

There are ATAPI devices which raise AN when hit by commands issued by
open().  This leads to infinite loop of AN - MEDIA_CHANGE uevent -
udev open() to check media - AN.

Both ACS and SerialATA standards don't define in which case ATAPI
devices are supposed to raise or not raise AN.  They both list media
insertion event as a possible use case for ATAPI ANs but there is no
clear description of what constitutes such events.  As such, it seems
a bit too naive to export ANs directly to userland as MEDIA_CHANGE
events without further verification (which should behave similarly to
windows as it apparently is the only thing that some hardware vendors
are testing against).

This patch adds libata.atapi_an module parameter and disables ATAPI AN
by default for now.

Signed-off-by: Tejun Heo t...@kernel.org
Cc: Kay Sievers kay.siev...@vrfy.org
Cc: Nick Bowler nbow...@elliptictech.com
Cc: David Zeuthen da...@fubar.dk
Cc: sta...@kernel.org
---
 drivers/ata/libata-core.c |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 49cffb6..5abab5d 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -160,6 +160,10 @@ int libata_allow_tpm = 0;
 module_param_named(allow_tpm, libata_allow_tpm, int, 0444);
 MODULE_PARM_DESC(allow_tpm, Permit the use of TPM commands (0=off [default], 
1=on));

+static int atapi_an;
+module_param(atapi_an, int, 0444);
+MODULE_PARM_DESC(atapi_an, Enable ATAPI AN media presence notification (0=0ff 
[default], 1=on));
+
 MODULE_AUTHOR(Jeff Garzik);
 MODULE_DESCRIPTION(Library module for ATA devices);
 MODULE_LICENSE(GPL);
@@ -2572,7 +2576,8 @@ int ata_dev_configure(struct ata_device *dev)
 * to enable ATAPI AN to discern between PHY status
 * changed notifications and ATAPI ANs.
 */
-   if ((ap-flags  ATA_FLAG_AN)  ata_id_has_atapi_AN(id) 
+   if (atapi_an 
+   (ap-flags  ATA_FLAG_AN)  ata_id_has_atapi_AN(id) 
(!sata_pmp_attached(ap) ||
 sata_scr_read(ap-link, SCR_NOTIFICATION, sntf) == 0)) {
unsigned int err_mask;
--
To unsubscribe from this list: send the line unsubscribe linux-hotplug in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

- End forwarded message -

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#564556: [pkg-lighttpd] Bug#564556: lighttpd: can't bind to port: :: 80 Address

2010-05-23 Thread Olaf van der Spek
2010/5/23 Stefan Bühler stbueh...@lighttpd.net:
 I think i already wrote this: I don't think it is a good idea to
 automatically enable ipv6: it neither works with the wrong bindv6only
 nor with server.port != 80.

 Dropping the script would fix these issues; providing a simple example line
 in the default config should be enough imho (the people who want ipv6 know
 they have to configure most services to use it anyway):

http://wiki.debian.org/ReleaseGoals/FullIPv6Support

Debian's goal is to have out-of-the-box IPv6 support in all daemons.

Not enabling IPv6 is not a solution.

Olaf



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



Bug#564556: [pkg-lighttpd] Bug#564556: lighttpd: can't bind to port: :: 80 Address

2010-05-23 Thread Stefan Bühler

On 05/23/2010 11:26 AM, Olaf van der Spek wrote:

http://wiki.debian.org/ReleaseGoals/FullIPv6Support

Debian's goal is to have out-of-the-box IPv6 support in all daemons.

Not enabling IPv6 is not a solution.

Olaf


I think there is a difference between supporting something and enabling
it by default.



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



Bug#564556: [pkg-lighttpd] Bug#564556: lighttpd: can't bind to port: :: 80 Address

2010-05-23 Thread Olaf van der Spek
2010/5/23 Stefan Bühler stbueh...@lighttpd.net:
 On 05/23/2010 11:26 AM, Olaf van der Spek wrote:

 http://wiki.debian.org/ReleaseGoals/FullIPv6Support

 Debian's goal is to have out-of-the-box IPv6 support in all daemons.

 Not enabling IPv6 is not a solution.

 Olaf

 I think there is a difference between supporting something and enabling
 it by default.

True, but I think the intent is to have it enabled by default as well.

-- 
Olaf



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



Bug#582738: libperl-apireference-perl: needs an update for Perl 5.12.1

2010-05-23 Thread Niko Tyni
Package: libperl-apireference-perl
Version: 0.04-1
Severity: important
User: debian-p...@lists.debian.org
Usertags: perl-5.12-transition
Affects: padre

This package needs an update for Perl 5.12.1. It's making padre fail to
build again on amd64 with perl_5.12.1-1 from experimental:

  make[1]: Entering directory 
`/build/niko-padre_0.61.ds1-1-amd64-DESxnM/padre-0.61.ds1'
  perl -MPerl::APIReference -MConfig -e 'print 
Perl::APIReference-new(perl_version = $Config{version})-as_yaml_calltips() . 
\n;'  ./share/languages/perl5/perlapi_current.yml
  Bad perl version '5.012001' at -e line 1
  make[1]: *** [share/languages/perl5/perlapi_current.yml] Error 255
  make[1]: Leaving directory 
`/build/niko-padre_0.61.ds1-1-amd64-DESxnM/padre-0.61.ds1'
  make: *** [build] Error 2

-- 
Niko Tyni   nt...@debian.org



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



Bug#582739: kgb-bot: FTBFS with Perl 5.12.1: Invalid version format (fractional part required)

2010-05-23 Thread Niko Tyni
Package: kgb-bot
Version: 1.03-1
Severity: important
User: debian-p...@lists.debian.org
Usertags: perl-5.12-transition

This package fails to build on amd64 with perl 5.12.1-1 from experimental:

  dh --buildsystem=perl_build build
 dh_testdir -O--buildsystem=perl_build
 dh_auto_configure -O--buildsystem=perl_build
  Version '..' from /usr/lib/perl5/SVN/Core.pm does not appear to be valid:
  BEGIN { q#  Hide from _packages_inside()
  #; package Module::Build::ModuleInfo::_version::p4;
  use Module::Build::Version;
  no strict;
  
  local $SVN::Core::VERSION;
  $SVN::Core::VERSION=undef;
$vsub = sub {
  $SVN::Core::VERSION = 
$SVN::Core::VER_MAJOR.$SVN::Core::VER_MINOR.$SVN::Core::VER_MICRO;;
  $SVN::Core::VERSION
};
}
  
  The fatal error was: Invalid version format (fractional part required) at 
/usr/share/perl/5.12/Module/Build/ModuleInfo.pm line 348, GEN4 line 7.
  
  dh_auto_configure: perl Build.PL installdirs=vendor returned exit code 25
  make: *** [build] Error 25
  dpkg-buildpackage: error: debian/rules build gave error exit status 2
  
-- 
Niko Tyni   nt...@debian.org



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



Bug#582740: dulwich: FTBFS, missing build dependency on git

2010-05-23 Thread Jakub Wilk

Package: dulwich
Version: 0.6.0-1
Severity: serious
Tags: patch
Justification: FTBFS

Hello,

dulwich fails to build from source in a clean chroot:

[…]
| which git  /dev/null  PYTHONPATH=. python /usr/bin/nosetests  -i compat
| make[1]: *** [check] Error 1

Adding git to Build-Depends fixes this bug.

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#582741: lintian: [checks/nmu] Team uploads.

2010-05-23 Thread Charles Plessy
Package: lintian
Version: 2.4.1
Severity: wishlist
Tags: patch

Dear Lintian maintainers,

the concept of team uploads has been discussed a couple of times on
debian-devel, and is finally making its way in the Developers Reference. You
can find more informations in the following wiki page:

http://wiki.debian.org/TeamUpload

I attached to this report a patch to lintian, that integrates team uploads in
checks/nmu.

Have a nice day,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan
diff --git a/checks/nmu b/checks/nmu
index 76e6304..59f5522 100644
--- a/checks/nmu
+++ b/checks/nmu
@@ -42,6 +42,7 @@ my $info = shift;
 my $changelog_mentions_nmu = 0;
 my $changelog_mentions_local = 0;
 my $changelog_mentions_qa = 0;
+my $changelog_mentions_team_upload = 0;
 
 # This isn't really an NMU check, but right now no other check looks at
 # debian/changelog in source packages.  Catch a debian/changelog file that's a
@@ -60,7 +61,7 @@ my $changes = $entry-Changes;
 $changes =~ s/^(\s*\n)+//;
 my $firstline = (grep /^\s*\*/, split('\n', $changes))[0];
 
-# Check the first line for QA and NMU mentions.
+# Check the first line for QA, NMU or team upload mentions.
 if ($firstline) {
 	local $_ = $firstline;
 	if (/\bnmu\b/i or /non-maintainer upload/i) {
@@ -70,6 +71,8 @@ if ($firstline) {
 	}
 	$changelog_mentions_local = 1 if /\blocal\s+package\b/i;
 	$changelog_mentions_qa = 1 if /orphan/i or /qa (?:group )?upload/i;
+	$changelog_mentions_team_upload = 1 if / \* Team upload./;
+
 }
 
 my $version = $info-field(version);
@@ -111,6 +114,9 @@ if ($maintainer =~ /packag...@qa.debian.org/) {
 		if $version_nmuness == 1;
 	tag changelog-should-mention-qa, 
 		if !$changelog_mentions_qa;
+} elsif ($changelog_mentions_team_upload) {
+	tag team-upload-has-incorrect-version-number, $version
+		if $version_nmuness == 1;
 } else {
 	# Local packages may be either NMUs or not.
 	unless ($changelog_mentions_local || $version_local) {
diff --git a/checks/nmu.desc b/checks/nmu.desc
index c2515ee..b552a40 100644
--- a/checks/nmu.desc
+++ b/checks/nmu.desc
@@ -18,6 +18,13 @@ Certainty: certain
 Info: A QA upload (uploading an orphaned package without adopting it) is
  always a maintainer upload: it should not get a NMU revision number.
 
+Tag: team-upload-has-incorrect-version-number
+Severity: normal
+Certainty: certain
+Info: A team upload (uploading a package from the same team without adding
+ onself as maintainer or uploader) is a maintainer upload: it should not get a
+ NMU revision number.
+
 Tag: source-nmu-has-incorrect-version-number
 Severity: normal
 Certainty: certain


Bug#581919: openssh-server: bad ownership or modes for file $HOME/.ssh/authorized_keys check too aggressive

2010-05-23 Thread Colin Watson
On Sun, May 23, 2010 at 07:10:26AM +0100, Colin Watson wrote:
 On Sun, May 23, 2010 at 03:16:56AM +0200, Christoph Anton Mitterer wrote:
  On Sat, 2010-05-22 at 19:55 +0100, Colin Watson wrote:
   It's not completely dropping security.  If the user is the only member
   of a group, then the group-writability confers no additional permissions
   and it's OK to allow it.
  
  Well I've read the code for the ~/.ssh/config changes,... I mean it
  seems ok at least at a first glance,... but I think it's more or less
  only a heuristic and I guess upstream has it's reasons to not merge
  it...
 
 Wrong reasons, yes.  I corrected a significant mistake in their
 objection on the upstream bug and they never responded to that; and they
 also don't think that it's important for this part of the system to work
 by default (I assume that they don't use systems with user-private
 groups).  I expect to continue carrying the patch since I am not
 persuaded by their arguments.

Incidentally, don't take that the wrong way.  I respect upstream and for
the most part try to stay as close to them as I can (though the need to
carry the GSSAPI patch means there's something of a lower bound here).
But I also reserve my own judgement, particularly when problems
disproportionately affect Debian.

  And what happens if group memberships changes just during that code
  part?
 
 I don't see a reason to care.  Let's say that all but one user is being
 removed from the group: now either the test fails, as it would have done
 beforehand, or it passes, as it would do afterwards.  Since the test is
 essentially just to protect the user from themselves, it doesn't matter
 that it races against passwd/group file changes.

A further and better reason is that only root can change group
memberships.  OpenSSH doesn't need to defend against attempts by root to
compromise their own system.

-- 
Colin Watson   [cjwat...@debian.org]



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



Bug#516851: hdparm not installed

2010-05-23 Thread Petter Reinholdtsen
[Joey Hess]
 AFAICS, hdparm is only installed via the laptop task, which pulls in
 acpi-support, which depends on hdparm. But there is need for hdparm
 on many other systems.

OK.  Do you propose to install it on all systems, or only some?  If
some, how do you propose to detect which system need it?

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#582742: paraview: FTBFS on ia64

2010-05-23 Thread Mathieu Malaterre
Package: paraview
Version: 3.6.2-4
Severity: serious
Justification: FTBFS


paraview (VTK) does not build on ia64:


[ 34%] Building CXX object
VTK/Hybrid/CMakeFiles/vtkHybrid.dir/vtkThinPlateSplineTransform.o
/build/buildd-paraview_3.6.2-4-ia64-AgrR6s/paraview-3.6.2/VTK/Hybrid/vtkThinPlateSplineTransform.cxx:
In member function 'virtual void
vtkThinPlateSplineTransform::InternalUpdate()':
/build/buildd-paraview_3.6.2-4-ia64-AgrR6s/paraview-3.6.2/VTK/Hybrid/vtkThinPlateSplineTransform.cxx:497:
internal compiler error: in insert_in_history_vect, at
sel-sched-ir.c:1514
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-4.4/README.Bugs for instructions.
make[3]: *** [VTK/Hybrid/CMakeFiles/vtkHybrid.dir/vtkThinPlateSplineTransform.o]
Error 1
make[3]: Leaving directory
`/build/buildd-paraview_3.6.2-4-ia64-AgrR6s/paraview-3.6.2/obj-ia64-linux-gnu'
make[2]: *** [VTK/Hybrid/CMakeFiles/vtkHybrid.dir/all] Error 2
make[2]: Leaving directory
`/build/buildd-paraview_3.6.2-4-ia64-AgrR6s/paraview-3.6.2/obj-ia64-linux-gnu'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/build/buildd-paraview_3.6.2-4-ia64-AgrR6s/paraview-3.6.2/obj-ia64-linux-gnu'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


ref:
https://buildd.debian.org/fetch.cgi?pkg=paraview;ver=3.6.2-4;arch=ia64;stamp=1274534674

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages paraview depends on:
ii  libavcodec524:0.5.1-3ffmpeg codec library
ii  libavformat52   4:0.5.1-3ffmpeg file format library
ii  libavutil49 4:0.5.1-3ffmpeg utility library
ii  libc6   2.10.2-2 GNU C Library: Shared libraries
ii  libexpat1   2.0.1-7  XML parsing C library - runtime li
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.5.0-2GCC support library
ii  libgl1-mesa-glx [libgl1 7.0.3-7  A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  7.6.1-1  The OpenGL utility library (GLU)
ii  libhdf5-serial-1.8.4 [l 1.8.4-5  Hierarchical Data Format 5 (HDF5) 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  libopenmpi1.3   1.3.3-4  high performance message passing l
ii  libpng12-0  1.2.43-1 PNG library - runtime
ii  libqt4-assistant4:4.5.3-4Qt 4 assistant module
ii  libqt4-network  4:4.5.3-4Qt 4 network module
ii  libqt4-sql  4:4.5.3-4Qt 4 SQL module
ii  libqt4-xml  4:4.5.3-4Qt 4 XML module
ii  libqtcore4  4:4.5.3-4Qt 4 core module
ii  libqtgui4   4:4.5.3-4Qt 4 GUI module
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libstdc++6  4.5.0-2  The GNU Standard C++ Library v3
ii  libswscale0 4:0.5.1-3ffmpeg video scaling library
ii  libtiff43.8.2-11.2   Tag Image File Format (TIFF) libra
ii  libx11-62:1.3.3-1X11 client-side library
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxml2 2.7.6.dfsg-2+b1  GNOME XML library
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-support  1.0.3~bpo50+1automated rebuilding support for P
ii  python2.5   2.5.5-2  An interactive high-level object-o
ii  qt4-dev-tools   4:4.5.3-4Qt 4 development tools
ii  tcl8.3 [tclsh]  8.3.5-13 Tcl (the Tool Command Language) v8
ii  tcl8.4 [tclsh]  8.4.19-2 Tcl (the Tool Command Language) v8
ii  tcl8.5 [tclsh]  8.5.8-2  Tcl (the Tool Command Language) v8
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages paraview recommends:
ii  mpi-default-bin   0.6Standard MPI runtime programs
ii  qt4-dev-tools 4:4.5.3-4  Qt 4 development tools

Versions of packages paraview suggests:
pn  h5utils   none (no description available)
pn  hdf5-toolsnone (no description available)

-- no debconf information



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



Bug#581975: [Pkg-acpi-devel] Bug#581975: acpid not installable / upgradeable, pre-removal-skript error

2010-05-23 Thread Michael Meskes
tag 581975 moreinfo
tag 581975 unreproducible
thanks

 /etc/init.d/acpid: 3: Syntax error: ) unexpected
 invoke-rc.d: initscript acpid, action stop failed.

Works for me. Could you please run this with bash -x and send us the result?
Also which shell is your /bin/sh?

 update-rc.d: warning: /etc/init.d/acpid missing LSB information
 update-rc.d: see http://wiki.debian.org/LSBInitScripts

Well my /etc/init.d/acpid definitely has LSB information. Could you please make
sure your file is up-to-date by purging and re-installing the package?

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ 179140304, AIM/Yahoo/Skype michaelmeskes, Jabber mes...@jabber.org
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL



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



Bug#582743: libjboss-cache2-java: please package new upstream version 3.2.5.GA

2010-05-23 Thread Torsten Werner
Package: libjboss-cache2-java
Version: 2.2.2.GA-1
Severity: normal

This is mostly a note to myself. A new version is needed for updating
hibernate.

Torsten



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



Bug#582742: VTK fails to build on ia64

2010-05-23 Thread Mathieu Malaterre
On Sun, May 23, 2010 at 11:56 AM, Mathieu Malaterre
mathieu.malate...@gmail.com wrote:
 Hi,

  For some reason when compiling VTK (from the paraview package), VTK
 fails to compile and trigger an ICE in gcc:

 [ 34%] Building CXX object
 VTK/Hybrid/CMakeFiles/vtkHybrid.dir/vtkThinPlateSplineTransform.o
 /build/buildd-paraview_3.6.2-4-ia64-AgrR6s/paraview-3.6.2/VTK/Hybrid/vtkThinPlateSplineTransform.cxx:
 In member function 'virtual void
 vtkThinPlateSplineTransform::InternalUpdate()':
 /build/buildd-paraview_3.6.2-4-ia64-AgrR6s/paraview-3.6.2/VTK/Hybrid/vtkThinPlateSplineTransform.cxx:497:
 internal compiler error: in insert_in_history_vect, at
 sel-sched-ir.c:1514
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See file:///usr/share/doc/gcc-4.4/README.Bugs for instructions.
 make[3]: *** 
 [VTK/Hybrid/CMakeFiles/vtkHybrid.dir/vtkThinPlateSplineTransform.o]
 Error 1
 make[3]: Leaving directory
 `/build/buildd-paraview_3.6.2-4-ia64-AgrR6s/paraview-3.6.2/obj-ia64-linux-gnu'
 make[2]: *** [VTK/Hybrid/CMakeFiles/vtkHybrid.dir/all] Error 2
 make[2]: Leaving directory
 `/build/buildd-paraview_3.6.2-4-ia64-AgrR6s/paraview-3.6.2/obj-ia64-linux-gnu'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory
 `/build/buildd-paraview_3.6.2-4-ia64-AgrR6s/paraview-3.6.2/obj-ia64-linux-gnu'
 make: *** [debian/stamp-makefile-build] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2


 Since I am a DM, I do not have access to this machine. What is the
 best way to get this issue resolved ?
 - contact debian-ia64 ?
 - forward the issue to a DD ?

I have logged an issue:

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

I believe this is related to :

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

The only difference is it seems that -O2 optimization is enough to
trigger the ICE.


-- 
Mathieu



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



Bug#582744: [jackd] invalid manpage for alsa_in

2010-05-23 Thread Manolo Díaz
Package: jackd
Version: 1.9.5~dfsg-13
Severity: normal

Hi,

jackd installs a man page for alsa_in, but this one is broken and
spits the following error:


$: man alsa_in
man: /usr/share/man/man1/alsa_in.1 is self referencing
No manual entry for alsa_in
See 'man 7 undocumented' for help when manual pages are not available.


Best regards,
--
Manolo Díaz



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



Bug#565542: (no subject)

2010-05-23 Thread J.M.Roth
Hmm, I have no problem with this...

Server: smokeping 2.3.6-3 @ Debian/Lenny
Client: FF3.6.3 (Win32)

Anyway, since this isn't security-related, I guess a fix for Lenny (if
still reqd) will not be possible.

JM



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



Bug#582745: upstart: Upstart jobs get stuck when expect daemon or expect fork is wrong.

2010-05-23 Thread David Caldwell
Package: upstart
Version: 0.6.3-1
Severity: normal


While trying to write some upstart /etc/init .conf files, I noticed that if
I got the expect daemon/fork line incorrect then init would get in a
messed up state, causing any subsequent initctl start or initctl stop
commands to hang on the .conf file in question, even after the bug was
fixed. The only solution I could find was to rename the script. I suspect
rebooting would work to but I'm in a position to reboot right now.

Clearly it was my fault that I got the expect line wrong, but even so I
don't think upstart should hang when talking about that job for then
on. There needs to be some way to reset it or not let it get in that state
at all.

Here's a small test case I made. I was unable to get it to hang with just an
exec line. I had to put it in a script and then call an external
program.

cat  fail.conf EOF
expect fork
script
/bin/true
sleep 10
end script
EOF

If I try to start the job now it prints a PID that doesn't match up with the
correct PID. On my system I got:

# initctl start fail
fail start/running, process 20121
# ps aux | grep sleep
root 20122  0.0  0.0   3804   480 ?S03:07   0:00 sleep 10

At this point any attempt to initctl stop fail will hang. If I Control-C a
hung stop and try again it will say it's already stopped, but the state
doesn't show up correctly:

# initctl status fail
fail stop/killed, process 20121

Attempting to start it again also hangs. I couldn't find any way out of this
state except to reboot, or rename the fail.conf file to fail1.conf and
continue testing under that name.

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

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

Versions of packages upstart depends on:
ii  initscripts   2.87dsf-10 scripts for initializing and shutt
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libdbus-1-3   1.2.24-1   simple interprocess messaging syst
ii  sysv-rc   2.87dsf-10 System-V-like runlevel change mech
ii  sysvinit-utils2.87dsf-10 System-V-like utilities

upstart recommends no packages.

upstart 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#580600: devscripts: [mk-build-deps] Does not parse dependency lines

2010-05-23 Thread Simon McVittie
On Thu, 06 May 2010 at 22:10:43 -0400, Felipe Sateler wrote:
 Csound's debian/control has a build-depends with contidionals depending
 on architecture. These are copied verbatim to the dummy package's
 debian/control, thus dpkg-gencontrol chokes because conditional archs
 are not supported in binary packages:
[...]
 dpkg-gencontrol: error: the Depends field contains an arch-specific
 dependency but the package is architecture all

This seems to work OK if equivs is directed to make an arch 'any' package;
I attach a patch to do this automatically when needed, and a second patch
to add a --arch option which is passed through to equivs (so you can make an
armel package (with the armel dependencies) on an i386, for instance).

Also available in a git repository:
http://git.debian.org/?p=users/smcv/devscripts.git;a=shortlog;h=refs/heads/arch-dep

Simon
From f849b3681cdce7ed68fa520ba8205f733a9d01a3 Mon Sep 17 00:00:00 2001
From: Simon McVittie s...@debian.org
Date: Sun, 23 May 2010 11:15:27 +0100
Subject: [PATCH 1/2] mk-build-deps: build an arch 'any' package if dependencies change by arch

Closes: #580600
Signed-off-by: Simon McVittie s...@debian.org
---
 scripts/mk-build-deps.pl |   10 +-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/scripts/mk-build-deps.pl b/scripts/mk-build-deps.pl
index 4655b15..bae04e4 100755
--- a/scripts/mk-build-deps.pl
+++ b/scripts/mk-build-deps.pl
@@ -181,17 +181,25 @@ while ($control = shift) {
 }
 close CONTROL;
 
+my $equivs_build = 'equivs-build';
+my $arch = 'all';
+
+if ($build_deps =~ /\[|\]/) {
+$arch = 'any';
+}
+
 # Now, running equivs-build:
 
 die $progname: Unable to find package name in '$control'\n unless $name;
 die $progname: Unable to find build-deps for $name\n unless $build_deps;
 
-open EQUIVS, | equivs-build -
+open EQUIVS, | $equivs_build -
 	or die $progname: Failed to execute equivs-build: $!\n;
 print EQUIVS Section: devel\n .
 	Priority: optional\n.
 	Standards-Version: 3.7.3\n\n.
 	Package: .$name.-build-deps\n.
+	Architecture: $arch\n.
 	Depends: $build_deps\n;
 print EQUIVS Version: $version\n if $version;
 
-- 
1.7.1

From 1e49f663c76a28166d2bf47c032485585585af1f Mon Sep 17 00:00:00 2001
From: Simon McVittie s...@debian.org
Date: Sun, 23 May 2010 11:16:01 +0100
Subject: [PATCH 2/2] mk-build-deps: add --arch option, mirroring equivs' --arch option

Signed-off-by: Simon McVittie s...@debian.org
---
 scripts/mk-build-deps.pl |   14 +-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/scripts/mk-build-deps.pl b/scripts/mk-build-deps.pl
index bae04e4..4fa90b7 100755
--- a/scripts/mk-build-deps.pl
+++ b/scripts/mk-build-deps.pl
@@ -55,6 +55,13 @@ When installing the generated package use the specified tool.
 Remove the package file after installing it. Ignored if used without
 the install switch.
 
+=item B-a Ifoo, B--arch Ifoo
+
+If the source package has architecture-specific build dependencies, produce
+a package for architecture Ifoo, not for the system architecture. (If the
+source package does not have architecture-specific build dependencies,
+the package produced is always for the pseudo-architecture Ball.)
+
 =item B-h, B--help
 
 Show a summary of options.
@@ -85,7 +92,7 @@ use Pod::Usage;
 my $progname = basename($0);
 my $opt_install;
 my $opt_remove=0;
-my ($opt_help, $opt_version);
+my ($opt_help, $opt_version, $opt_arch);
 my $control;
 my $install_tool;
 my @packages;
@@ -128,6 +135,7 @@ GetOptions(help|h = \$opt_help,
install|i = \$opt_install,
remove|r = \$opt_remove,
tool|t=s = \$install_tool,
+	   arch|a=s = \$opt_arch,
)
 or pod2usage({ -exitval = 1, -verbose = 0 });
 
@@ -186,6 +194,10 @@ while ($control = shift) {
 
 if ($build_deps =~ /\[|\]/) {
 $arch = 'any';
+
+if (defined $opt_arch) {
+$equivs_build .=  --arch=$opt_arch;
+}
 }
 
 # Now, running equivs-build:
-- 
1.7.1



signature.asc
Description: Digital signature


Bug#582746: prophet: FTBFS: t/malformed-url.t failure

2010-05-23 Thread Niko Tyni
Package: prophet
Version: 0.741-2
Severity: serious
X-Debbugs-Cc: libmouse-p...@packages.debian.org

This package fails to build on current sid/amd64. The regression is
related to libmouse-perl, which is currently at 0.58-1. The errors don't
happen with 0.52-1; I haven't tried any of the intermediate versions.

#   Failed test 'sqlite:foo errors out'
#   at t/malformed-url.t line 20.
#  got: 'Exception caught: Exception caught: I couldn't determine a 
filesystem root from the given URL.
# Correct syntax is (sqlite:)file:///replica/root .
# '
# expected: 'I couldn't determine a filesystem root from the given URL.
# Correct syntax is (sqlite:)file:///replica/root .
# '

#   Failed test 'sqlite://file://foo errors out'
#   at t/malformed-url.t line 28.
#  got: 'Exception caught: Exception caught: I couldn't determine a 
filesystem root from the given URL.
# Correct syntax is (sqlite:)file:///replica/root .
# '
# expected: 'I couldn't determine a filesystem root from the given URL.
# Correct syntax is (sqlite:)file:///replica/root .
# '

#   Failed test 'SQLite replicas can't be via http'
#   at t/malformed-url.t line 37.
#  got: 'Exception caught: Exception caught: I couldn't determine a 
filesystem root from the given URL.
# Correct syntax is (sqlite:)file:///replica/root .
# '
# expected: 'I couldn't determine a filesystem root from the given URL.
# Correct syntax is (sqlite:)file:///replica/root .
# '
# Looks like you failed 3 tests of 5.

-- 
Niko Tyni   nt...@debian.org



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



Bug#571462: package for the version 0.2.4

2010-05-23 Thread Georges Khaznadar
Hello,

I suffered also from bug #571462 (amd64 platform), and recompiling this
package was not enough to fix the problem.

I upgraded it to the new upstream version 0.2.4, which seems to fix it, 
and made a few cosmetic changes to comply with lintian.

Here are the files, in the non-official repository debian.ofset.org:

http://debian.ofset.org/pool/main/s/scidavis/

Here are the newest lines in the changelog:

scidavis (0.2.4-0.1) unstable; urgency=low

  * Non-Maintainer Upload
  * upgraded to the newest upstream version
Closes: #571462
  * Upgraded the standards to 3.8.4
  * added a file debian/source/format (3.0 (quilt))

 -- Georges Khaznadar georg...@ofset.org  Sun, 23 May 2010 12:03:42 +0200


Best regards,   Georges.

-- 
Georges KHAZNADAR et Jocelyne FOURNIER
22 rue des mouettes, 59240 Dunkerque France.
Téléphone +33 (0)3 28 29 17 70



signature.asc
Description: Digital signature


Bug#582747: libcommons-httpclient-java: new upstream (3.x deprecated)

2010-05-23 Thread Ramakrishnan Muthukrishnan
Package: libcommons-httpclient-java
Version: 3.1-9
Severity: wishlist

Hi,

According to this page http://hc.apache.org/ 3.x version of httpclient
libraries are deprecated and is split into HttpCore and HttpClient in the
new 4.x version.

It will be great if this version can be packaged.

regards
Ramakrishnan

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

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

Versions of packages libcommons-httpclient-java depends on:
ii  gcj-4.4-jre-headless [java2-r 4.4.4-1Java runtime environment using GIJ
ii  gcj-jre-headless [java2-runti 4:4.3.4-1  Java runtime environment using GIJ
ii  gij-4.3 [java2-runtime-headle 4.3.4-4The GNU Java bytecode interpreter
ii  java-gcj-compat-headless [jav 1.0.80-5.1 Java runtime environment using GIJ
ii  libcommons-codec-java 1.4-2  encoder and decoders such as Base6
ii  libcommons-logging-java   1.1.1-7commmon wrapper interface for seve
ii  openjdk-6-jre-headless [java2 6b18-1.8-2 OpenJDK Java runtime, using Hotspo

libcommons-httpclient-java recommends no packages.

Versions of packages libcommons-httpclient-java suggests:
pn  libcommons-httpclient-java-do none (no description available)

-- no debconf information



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



Bug#565542: (no subject)

2010-05-23 Thread Niko Tyni
On Sun, May 23, 2010 at 12:30:10PM +0200, J.M.Roth wrote:
 Hmm, I have no problem with this...
 
 Server: smokeping 2.3.6-3 @ Debian/Lenny
 Client: FF3.6.3 (Win32)

Yes, I understand Firefox 3.6 changed somehow so that everything works
again.

 Anyway, since this isn't security-related, I guess a fix for Lenny (if
 still reqd) will not be possible.

It's possible to get non-security fixes in at point releases, but I
suppose that's not necessary anymore.

Leaving the bug open anyway, if only as a reference for people stumbling
on this.

Thanks for looking at this,
-- 
Niko Tyni   nt...@debian.org



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



Bug#582530: libgcj10: Fails to install with dpkg/gzip error.

2010-05-23 Thread Matthias Klose

reassign 582530 dpkg
thanks

if at all, this is a dpkg bug, but I assume it's just a corrupt .deb.

On 21.05.2010 17:38, Ken Bloom wrote:

Package: libgcj10
Version: 4.4.4-1
Severity: grave
Justification: renders package unusable

[bl...@cat-in-the-hat archives]$ sudo dpkg -i libgcj10_4.4.4-2_amd64.deb
(Reading database ... 396928 files and directories currently installed.)
Preparing to replace libgcj10 4.4.4-1 (using libgcj10_4.4.4-2_amd64.deb) ...
Unpacking replacement libgcj10 ...
dpkg-deb (subprocess): data: internal gzip read error: 'fd:0: invalid stored 
block lengths'
dpkg-deb: subprocessdecompress  returned error exit status 2
dpkg: error processing libgcj10_4.4.4-2_amd64.deb (--install):
  short read on buffer copy for backend dpkg-deb during 
`./usr/lib/libgcj.so.10.0.0'
Errors were encountered while processing:
  libgcj10_4.4.4-2_amd64.deb


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

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

Versions of packages libgcj10 depends on:
ii  gcj-4.4-base4.4.4-2  The GNU Compiler Collection (gcj b
ii  libasound2  1.0.22-2 shared library for ALSA applicatio
ii  libc6   2.10.2-9 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.4-2GCC support library
ii  libgcj-common   1:4.4.2-3Java runtime library (common files
ii  libgmp3c2   2:4.3.2+dfsg-1   Multiprecision arithmetic library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages libgcj10 recommends:
ii  gcj-4.4-jre-lib   4.4.4-2Java runtime library for use with

Versions of packages libgcj10 suggests:
pn  libgcj10-awtnone  (no description available)
pn  libgcj10-dbgnone  (no description available)

-- no debconf information








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



Bug#580083: moreinfo

2010-05-23 Thread Neil Williams
tag 580083 + moreinfo
quit

To test this bug, I need have the name of a package currently in Debian
which shows this behaviour. foo- isn't helpful in this case.

thanks.

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgpw2qLBwWH2a.pgp
Description: PGP signature


Bug#582725: packages.qa.debian.org do not link to l10n status for some packages

2010-05-23 Thread Stefano Zacchiroli
On Sun, May 23, 2010 at 11:14:40AM +0200, Petter Reinholdtsen wrote:
 What does that mean?  There are several languages provided by for
 example debian-installer that have not translated sysvinit, this there
 are translations missing as far as I see it.  Even for
 popularity-contest, the 'se' translation is missing.

Right, this is the other half of the issue. I've implemented the half of
the issue concerning the PTS a while ago, together with Nicolas François
(Cc:-ed).

The actual definition of there is l10n work to do is not up to the
PTS, but up to the l10n data which the PTS retrieves. IIRC, back than
the suggestion by Nicolas was to show as needs work stuff for which
translation exists but are not up to date, but not stuff for which a
translation has never really existed (beware: I might be wrong on this,
better wait for feedback from Nicolas).

Of course you might argue that the point is where to draw the line, as
there's basically always l10n work to do. I suggest that that choice
should be better made by l10n people, according to the impact they would
like to have on developers checking PTS pages. My own opinion, not
terribly informed, is that the current one is a reasonable compromise.

HTH,
Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Bug#575645: flashplayer 10 with pulseaudio works ok for me with proper /etc/asound.conf configuration

2010-05-23 Thread Bryan Cebuliak
Sorry, that should read /etc/asound.conf



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



Bug#582748: nvidia-kernel-dkms: fails to build module due to missing files

2010-05-23 Thread Alexander Heinlein
Package: nvidia-kernel-dkms
Version: 195.36.24-1
Severity: important

Hi,

building the kernel moduel fails with the following error message:
 fixdep: /var/lib/dkms/nvidia/195.36.24/build/.nv_gvi.o.d: No such file or 
directory

The same message occurs when running the nvidia install script manually. The
only solution for me is to run the following commands to create the relevant
symlinks inside the build directory (during the run of the installer script
resp. nvidia-kernel-dkms with the help of a little loop):
 ln -s .tmp_nv_gvi.d .nv_gvi.o.d
 ln -s .tmp_nv-vm.d .nv-vm.o.d
 ln -s .tmp_os-agp.d .os-agp.o.d
 ln -s .tmp_os-interface.d .os-interface.o.d
 ln -s .tmp_os-registry.d .os-registry.o.d
 ln -s .tmp_nv-i2c.d .nv-i2c.o.d
 ln -s .tmp_nvacpi.d .nvacpi.o.d
 ln -s .nvidia.mod.o.tmp .nvidia.mod.o.d

Afterwards, the installation succeeds.

Haven't figured out yet why the installer creates the wrong file names, but
this problem also occurs a few times when searching the web.

Regards,
Alex


-- Package-specific info:
uname -a:
Linux scy 2.6.32-3-686-bigmem #1 SMP Thu Feb 25 06:54:30 UTC 2010 i686 GNU/Linux

/proc/version:
Linux version 2.6.32-3-686-bigmem (Debian 2.6.32-9) (m...@debian.org) (gcc 
version 4.3.4 (Debian 4.3.4-8) ) #1 SMP Thu Feb 25 06:54:30 UTC 2010

/proc/driver/nvidia/version: 
NVRM version: NVIDIA UNIX x86 Kernel Module  190.53  Tue Dec  8 18:51:41 PST 
2009
GCC version:  gcc version 4.3.4 (Debian 4.3.4-8) 

lspci 'VGA compatible controller [0300]':
01:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8500 
GT] [10de:0421] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Micro-Star International Co., Ltd. NX8500GT-TD512EH/M2 
[1462:0960]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at e200 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at d000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at e000 (64-bit, non-prefetchable) [size=32M]
Region 5: I/O ports at b000 [size=128]
[virtual] Expansion ROM at e300 [disabled] [size=128K]
Capabilities: access denied
Kernel driver in use: nvidia


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (950, 'unstable'), (850, 'testing'), (750, 'stable'), (600, 
'experimental')
Architecture: i386 (i686)

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

Versions of packages nvidia-kernel-dkms depends on:
ii  dkms 2.1.1.2-2   Dynamic Kernel Module Support Fram
ii  nvidia-kernel-common 20100216+3+nmu1 NVIDIA binary kernel module common

Versions of packages nvidia-kernel-dkms recommends:
pn  nvidia-glxnone (no description available)

nvidia-kernel-dkms 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#578259: more info needed

2010-05-23 Thread Neil Williams
tag 578259 + moreinfo
quit

To be able to work on this bug, we need to know which package (and
version) generated this message.

thanks.

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgpIFd3VFclOf.pgp
Description: PGP signature


Bug#582749: debhelper: dh_installchnagelogs -- Add support for file HISTORY

2010-05-23 Thread Jari Aalto
Package: debhelper
Version: 7.4.19
Severity: wishlist


Some packages have ChnageLog in file:

 HISTORY

Please consider adding that to the default scan list as well.

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

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

Versions of packages debhelper depends on:
ii  binutils  2.20.1-9   The GNU assembler, linker and bina
ii  dpkg-dev  1.15.7.1   Debian package development tools
ii  file  5.04-2 Determines file type using magic
ii  html2text 1.3.2a-14  advanced HTML to text converter
ii  man-db2.5.7-3on-line manual pager
ii  perl  5.10.1-12  Larry Wall's Practical Extraction 
ii  perl-base 5.10.1-12  minimal Perl system
ii  po-debconf1.0.16 tool for managing templates file t

debhelper recommends no packages.

Versions of packages debhelper suggests:
ii  dh-make   0.54   tool that converts source archives

-- 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#582750: octave-ocs: Error messages at startup

2010-05-23 Thread Torquil Macdonald Sørensen
Package: octave-ocs
Version: 0.1.0-1
Severity: normal

Ofter innstalling octave-ocs, I get the following error messages at octave
startup:

warning: addpath: /usr/lib/octave/packages/3.2/ocs-0.1.0/utl: No such file or 
directory
warning: addpath: /usr/lib/octave/packages/3.2/ocs-0.1.0/asm: No such file or 
directory
warning: addpath: /usr/lib/octave/packages/3.2/ocs-0.1.0/tst: No such file or 
directory
warning: addpath: /usr/lib/octave/packages/3.2/ocs-0.1.0/nls: No such file or 
directory
warning: addpath: /usr/lib/octave/packages/3.2/ocs-0.1.0/prs: No such file or 
directory
warning: addpath: /usr/lib/octave/packages/3.2/ocs-0.1.0/sbn: No such file or 
directory
warning: addpath: /usr/lib/octave/packages/3.2/ocs-0.1.0/utl: No such file or 
directory
warning: addpath: /usr/lib/octave/packages/3.2/ocs-0.1.0/asm: No such file or 
directory
warning: addpath: /usr/lib/octave/packages/3.2/ocs-0.1.0/tst: No such file or 
directory
warning: addpath: /usr/lib/octave/packages/3.2/ocs-0.1.0/nls: No such file or 
directory
warning: addpath: /usr/lib/octave/packages/3.2/ocs-0.1.0/prs: No such file or 
directory
warning: addpath: /usr/lib/octave/packages/3.2/ocs-0.1.0/sbn: No such file or 
directory

Possibly related to the following file?:

/usr/lib/octave/packages/3.2/ocs-0.1.0/x86_64-pc-linux-gnu-api-v37/PKG_ADD

and the corresponding PKG_DEL, which contain references to these directories.

Best regards
Torquil Sørensen

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

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

Versions of packages octave-ocs depends on:
ii  libc6 2.10.2-9   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.4-2  GCC support library
ii  libstdc++64.4.4-2The GNU Standard C++ Library v3
ii  octave-odepkg 0.6.10-1   solve differential equations and i
ii  octave3.2 3.2.4-5GNU Octave language for numerical 

octave-ocs recommends no packages.

octave-ocs 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#581934: gnustep-dl2: FTBFS with gnustep-base/1.20.0: EONSAddOns.m:102: error: ‘GSMethodList’ undeclared (first use in this function)

2010-05-23 Thread Federico Gimenez Nieto
Hi,

On Mon, 2010-05-17 at 12:46 +0300, Yavor Doganov wrote:
 This package fails to build with gnustep-base/1.20.0 with the
 following error:
 
 EONSAddOns.m:102: error: ‘GSMethodList’ undeclared (first use in this 
 function)

I'm getting a different error on build, it reads as follows:

obj/EOAccess.obj/EOAttribute.m.o: In function 
`-[EOAttribute(EOAttributeValueMapping) validateValue:]':
/home/fgimenez/packages/gnustep-dl2/gnustep-dl2-0.12.0/EOAccess/EOAttribute.m:1622:
 undefined reference to `NSDebugMLog'
collect2: ld returned 1 exit status
make[5]: *** [obj/libEOAccess.so.0.12.0] Error 1

I am not able to get the GSMethodList related error, how can i reproduce it?

Cheers,
Federico


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


Bug#582751: liblwp-online-perl: undeterministic FTBFS, belongs in volatile?

2010-05-23 Thread Niko Tyni
Package: liblwp-online-perl
Version: 1.07-1
Severity: important

This package fails to build in an undeterministic way for me on current sid:

  t/01_compile.t ... ok
  # 
  # Looking for the internet, this may take a few minutes if you are offline...
  # You are not online
  
  #   Failed test 'online() and offline() return opposite results'
  #   at t/02_main.t line 32.
  #  got: ''
  # expected: '1'
  # Looks like you failed 1 test of 6.
  t/02_main.t .. 
  Dubious, test returned 1 (wstat 256, 0x100)
  Failed 1/6 subtests 

Adding some debug instrumentation, I see that http://google.com doesn't
currently match /About Google/ at all, and fetching http://yahoo.com/
hangs part of the time.

There are currently five A records for yahoo.com, and one of them has
nothing listening on port 80. As LWP::Simple only tries one A record,
its get() fails 20% of the time, assuming the DNS server uses a uniform
distribution.

LWP::Online has a threshold of two get() errors for being offline,
and t/02_main.t tests this two times, so the results differ about 32%
of the time if my math is correct.

Possibly a retry loop around LWP::Simple::get() would fix this.
I'm not sure if the Google failure is transient, they seem
to have a special PAC Man birthday page up today.

I wonder if this package should go in volatile instead.
-- 
Niko Tyni   nt...@debian.org



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



Bug#582752: RFP: ltpanel -- lightweight tasklist panel for minimalist WMs

2010-05-23 Thread Jari Aalto
Package: wnpp
Severity: wishlist

* Package name: ltpanel
  Version : 0.2
  Upstream Author : Nicolas Even nicol...@users.sourceforge.net, 
nico...@nicnet.ath.cx
* URL : http://freshmeat.net/projects/ltpanel
* License : GPL-2
  Programming Lang: C
  Description : lightweight tasklist panel for minimalist WMs

 ltpanel is a lightweight window list for the X Window System, similar
 to GNOME's window list applet. It has been tested on IceWM and fvwm.
 It should work with any GNOME-compliant Window Manager and is based
 on Peter Zelezny's fspanel.



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



Bug#582553: totem-plugin-arte: Video URL Extraction Error

2010-05-23 Thread Dirk Meul
Hello.

Thank you, I tested the amd64 version and it works. Greate job!

Cheers,
Dirk

On Sun, 2010-05-23 at 10:52 +0200, Nicolas Delvaux wrote:
 Hi,
 
 We found a workaround. \o/
 There will be a new upstream version today, after some more bug fix and
 code cleanup.
 
 I will update the package when it's out.
 
 In the mean time, if you want to test or if you need the fix NOW, you
 can try with this package:
 https://launchpad.net/~malaria/+archive/ppa/+files/totem-plugin-arte_0.8.3git2010.05.23-2~lucid-0ubuntu1_i386.deb
 
 (this is from an Ubuntu Lucid ppa but it should work in squeeze too)
 
 Cheers,
 Nicolas




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



Bug#574029: jh_manifest utf8 errors

2010-05-23 Thread Eric Lavarde

On 13/05/10 13:49, Niels Thykier wrote:

Hi

I have been able to reproduce this on a testing system, but no in my
unstable chroot. I noticed that each time I run the test, the byte value
in question changed and eventually (given enough runs) it will succeed,
but add a character to the manifest.
   I am at a loss to the reason of the problem and also why it works in
my unstable chroot - python-debian and python-minimal had same version
in testing and my chroot and messing with locale did not seem to fix it.

~Niels


Hi,

I guess that there is some random factor in place, and for me it looks 
like a C-alike wrong pointer: so for me it's an error in an underlying 
python library implemented in C/C++ (don't know in which language python 
itself is written; I'm assuming that python itself doesn't work with 
pointers). The only remaining question is probably: which library? and 
then the bug could be reassigned.


Eric



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



Bug#580582: Chromium keeps prompting about default browser setting

2010-05-23 Thread Sam Morris
On Sat, 2010-05-22 at 22:16 -0500, Jonathan Nieder wrote:
 Hi Andrea and Sam,
 
 Andrea De Iacovo wrote:
 
  Everytime chromium starts it asks the user to become the default browser
  even if it already is.
 
 I don’t have GNOME installed, so I tried reproducing this with
 
  GNOME_DESKTOP_SESSION_ID=1 chromium-browser
 
 Indeed, the panel at the top appeared:
 
  Chromium isn't your default browser. [Set as default] [Don't ask again]
 
 When I chose either, the problem went away and that panel did not appear
 next time.  So, two questions:
 
 1. Does choosing “Don't ask again” work as a workaround?
 
This modifies the check_default_browser setting in
~/.config/chromium/Default/Preferences, so if it doesn’t work, it
might also be interesting to try modifying that directly.

That works fine. The 'Default Browser' section of the 'Basics' tab in
the Options dialog box still warms about Chromium not being the default
browser, however.

 2. What does your
 
  ~/.gconf/desktop/gnome/applications/browser/%gconf.xml
 
say?

$ gconftool --dump /desktop/gnome/applications/browser
gconfentryfile
  entrylist base=/desktop/gnome/applications/browser
entry
  keyexec/key
  schema_key/schemas/desktop/gnome/applications/browser/exec/schema_key
  value
stringchromium-browser/string
  /value
/entry
entry
  keyneeds_term/key
  
schema_key/schemas/desktop/gnome/applications/browser/needs_term/schema_key
  value
boolfalse/bool
  /value
/entry
entry
  keynremote/key
  
schema_key/schemas/desktop/gnome/applications/browser/nremote/schema_key
  value
boolfalse/bool
  /value
/entry
  /entrylist
/gconfentryfile

 Thanks in advance,
 Jonathan

-- 
Sam Morris https://robots.org.uk/
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#582271: Looks as if the ITP for webm and libvpx are ITPs for the same software

2010-05-23 Thread Paul Menzel
Am Donnerstag, den 20.05.2010, 09:26 +0200 schrieb Sebastian Dröge:
 On Thu, 2010-05-20 at 04:22 +0200, Axel Beckert wrote:

  for me it looks as if http://bugs.debian.org/582271 and
  http://bugs.debian.org/582286 are more or less about packaging the
  same software. (I'm though not sure so no merge by me, just a heads
  up. :-)
  
  Regards, Axel
 
 They are, thanks for noticing :)
 
 libvpx is the library name for the encoder/decoder, webm is the
 marketing name of the file format.
 
 A package for libvpx is already waiting in NEW.

Thank you for all your great and quick work!

I looked at [1], but I did not find a way to get the packages. I
searched the Web on how to get or install packages from the NEW queue,
but I just found that people offer those packages in a private
archive/repository.

Do you have such a repository or an archive?


Thanks,

Paul


[1] http://ftp-master.debian.org/new/libvpx_0.9.0-4.html


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


Bug#582271: Looks as if the ITP for webm and libvpx are ITPs for the same software

2010-05-23 Thread Sebastian Dröge
On Sun, 2010-05-23 at 13:36 +0200, Paul Menzel wrote:
 Am Donnerstag, den 20.05.2010, 09:26 +0200 schrieb Sebastian Dröge:
  On Thu, 2010-05-20 at 04:22 +0200, Axel Beckert wrote:
 
   for me it looks as if http://bugs.debian.org/582271 and
   http://bugs.debian.org/582286 are more or less about packaging the
   same software. (I'm though not sure so no merge by me, just a heads
   up. :-)
   
 Regards, Axel
  
  They are, thanks for noticing :)
  
  libvpx is the library name for the encoder/decoder, webm is the
  marketing name of the file format.
  
  A package for libvpx is already waiting in NEW.
 
 Thank you for all your great and quick work!
 
 I looked at [1], but I did not find a way to get the packages. I
 searched the Web on how to get or install packages from the NEW queue,
 but I just found that people offer those packages in a private
 archive/repository.
 
 Do you have such a repository or an archive?

You can get it from here:
https://launchpad.net/~gstreamer-developers/+archive/ppa/+packages?field.name_filter=field.status_filter=publishedfield.series_filter=lucid


Just drop the newest changelog entry and you have the version from the
NEW queue.


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


Bug#582692: [Bug-dico] Bug#582692: dicod: failure when no match found

2010-05-23 Thread Sergey Poznyakoff
Hi Marc,

Thanks for the additional information. It did help to locate the bug.
Please apply the attached patch.

Regards,
Sergey

From aa2df3934c858977cd9033af2345f3566d136bd7 Mon Sep 17 00:00:00 2001
From: Sergey Poznyakoff g...@gnu.org.ua
Date: Sun, 23 May 2010 14:50:12 +0300
Subject: [PATCH] Fix improper handling of conversion errors in levenshtein.c (debian #582692)

* include/dico/utf8.h (utf8_mbstr_to_wc)
(utf8_mbstr_to_norm_wc): Change signature.
* lib/utf8.c (utf8_mbstr_to_wc)
(utf8_mbstr_to_norm_wc): Take additional return argument.
Return error code. All callers updated.
* lib/levenshtein.c (dico_levenshtein_distance): conv
returns non-zero (not necessarily negative) value on errors.
---
 include/dico/utf8.h |4 ++--
 lib/levenshtein.c   |6 +++---
 lib/utf8.c  |   44 +++-
 3 files changed, 28 insertions(+), 26 deletions(-)

diff --git a/include/dico/utf8.h b/include/dico/utf8.h
index 1f24b78..3462443 100644
--- a/include/dico/utf8.h
+++ b/include/dico/utf8.h
@@ -54,8 +54,8 @@ size_t utf8_wc_hash_string (const unsigned *ws, size_t n_buckets);
 int utf8_wc_strcmp (const unsigned *a, const unsigned *b);
 int utf8_wc_to_mbstr(const unsigned *wordbuf, size_t wordlen, char **sptr);
 
-int utf8_mbstr_to_wc(const char *str, unsigned **wptr);
-int utf8_mbstr_to_norm_wc(const char *str, unsigned **nptr);
+int utf8_mbstr_to_wc(const char *str, unsigned **wptr, size_t *plen);
+int utf8_mbstr_to_norm_wc(const char *str, unsigned **nptr, size_t *plen);
 
 int utf8_quote (const char *str, char **sptr);
 unsigned *utf8_wc_quote (const unsigned *s);
diff --git a/lib/levenshtein.c b/lib/levenshtein.c
index 366df04..125756f 100644
--- a/lib/levenshtein.c
+++ b/lib/levenshtein.c
@@ -42,12 +42,12 @@ dico_levenshtein_distance(const char *astr, const char *bstr, int flags)
 unsigned *row[3];
 int i, j, idx, nrows;
 int dist;
-int (*conv) (const char *, unsigned **) =
+int (*conv) (const char *, unsigned **, size_t *) =
 	(flags  DICO_LEV_NORM) ? utf8_mbstr_to_norm_wc : utf8_mbstr_to_wc;
 
-if (conv(astr, a)  0) 
+if (conv(astr, a, NULL))
 	return -1;
-if (conv(bstr, b)  0) {
+if (conv(bstr, b, NULL)) {
 	free(a);
 	return -1;
 }
diff --git a/lib/utf8.c b/lib/utf8.c
index 105cef6..bfe9951 100644
--- a/lib/utf8.c
+++ b/lib/utf8.c
@@ -1992,33 +1992,33 @@ utf8_wc_to_mbstr(const unsigned *wordbuf, size_t wordlen, char **sptr)
 }
 
 int
-utf8_mbstr_to_wc(const char *str, unsigned **wptr)
+utf8_mbstr_to_wc(const char *str, unsigned **wptr, size_t *plen)
 {
-  size_t sc = strlen(str);
-  size_t len, i;
-  unsigned *w = calloc(sizeof(w[0]), sc+1);
+ssize_t sc = strlen(str);
+size_t len, i;
+unsigned *w = calloc(sizeof(w[0]), sc+1);
 
-  if (!w)
-return -1;
-  for (i = 0, len = strlen(str); len; i++)
-{
-  int rc = utf8_mbtowc (w + i, (unsigned char *)str, len);
-  if (rc = 0)
-	{
-	  free(w);
-	  return -1;
+if (!w)
+	return -1;
+for (i = 0, len = strlen(str); len; i++) {
+	int rc = utf8_mbtowc (w + i, (unsigned char *)str, len);
+	if (rc = 0) {
+	free(w);
+	return -1;
 	}
-  str += rc;
-  len -= rc;
+	str += rc;
+	len -= rc;
 }
-  *wptr = w;
-  return sc;
+*wptr = w;
+if (plen)
+	*plen = sc;
+return 0;
 }
 
 #define ISWS(c) ((c)==' '||(c)=='\t'||(c)=='\n')
 
 int
-utf8_mbstr_to_norm_wc(const char *str, unsigned **nptr)
+utf8_mbstr_to_norm_wc(const char *str, unsigned **nptr, size_t *plen)
 {
 int inws = 0;
 size_t len = strlen(str);
@@ -2032,7 +2032,7 @@ utf8_mbstr_to_norm_wc(const char *str, unsigned **nptr)
 	unsigned wc;
 	int rc = utf8_mbtowc(wc, (unsigned char *)str, len);
 	if (rc = 0)
-	return 1;
+	return -1;
 	str += rc;
 	len -= rc;
 	if (rc == 1  ISWS(wc)) {
@@ -2047,6 +2047,8 @@ utf8_mbstr_to_norm_wc(const char *str, unsigned **nptr)
 }
 base[i++] = 0;
 *nptr = realloc(base, i * sizeof(base[0]));
+if (plen)
+  *plen = i;
 return 0;
 }
 
@@ -2056,8 +2058,8 @@ utf8_quote (const char *str, char **sptr)
   int rc;
   unsigned *ws, *ret;
   
-  rc = utf8_mbstr_to_wc (str, ws);
-  if (rc  0)
+  rc = utf8_mbstr_to_wc (str, ws, NULL);
+  if (rc)
 return rc;
   ret = utf8_wc_quote (ws);
   if (ret)
-- 
1.6.0.3



Bug#538326: groff: pdfroff produces duplicate pages

2010-05-23 Thread Janne Snabb

I encountered this problem as well.

It seems that the developer of pdfroff does not consider this a bug.

The work-around is to use --no-toc option to pdfroff.

See the following message for more information:

http://lists.gnu.org/archive/html/groff/2009-08/msg00028.html

--
Janne Snabb / EPIPE Communications
sn...@epipe.com - http://epipe.com/



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



Bug#582692: [Bug-dico] Bug#582692: dicod: failure when no match found

2010-05-23 Thread Sergey Poznyakoff
Marc Dequènes (Duck) d...@duckcorp.org ha escrit:

 I found another command giving the same problem:
   dict -D dict://dico.duckcorp.org

It is the same as what you reported above. The patch I sent you should
fix this as well.

 The dico counterpart:
  dico -D --host=dico.duckcorp.org

 Gives no entry in /var/log/dico/access.log (i guess this is a bug too).

No, it is not. Access log lists only MATCH and DEFINE requests.

 But uses:
  SHOW DATABASES
 (seen with tshark)

FWIW, you don't need to use tshark for that. To get a detailed session
transcript use the following options:

* For dico: -t (--transcript)
* For dict: -r (--raw)

Regards,
Sergey



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



Bug#582708: [Bug-dico] Bug#582708: dico: cannot fetch a definition

2010-05-23 Thread Sergey Poznyakoff
ãí¥ï ç¤¥í¥¨ïª aelmahmo...@sabily.org ha escrit:

   1. I confirm that I get duplicates too, the reason as I see, is that 
 the matching word has several definitions in that dictionary.

Yes, that's right.

 dico --host=localhost -m kuruma
 
 I got:
 
 fd-deu-eng kurkuma
 
 Which does have a definition indeed.

That's a bug. A fix is attached. Thank you.

Regards,
Sergey

From 956846d3d1b5e35d9012be97b33066e480669dc1 Mon Sep 17 00:00:00 2001
From: Sergey Poznyakoff g...@gnu.org.ua
Date: Sun, 23 May 2010 14:52:13 +0300
Subject: [PATCH] Avoid using fixed-size buffer in dictorg.c.
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Fixes bug reported by Marc Dequènes (debian #582708).

* modules/dict.org/dictorg.c (read_index): Use dico stream instead
of FILE to avoid using fixed-size buffer.
---
 modules/dict.org/dictorg.c |   28 +---
 1 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/modules/dict.org/dictorg.c b/modules/dict.org/dictorg.c
index 7b040cd..17a310f 100644
--- a/modules/dict.org/dictorg.c
+++ b/modules/dict.org/dictorg.c
@@ -232,10 +232,9 @@ static int
 read_index(struct dictdb *db, const char *idxname, int tws)
 {
 struct stat st;
-FILE *fp;
-char buf[512]; /* FIXME: fixed size */
 int rc;
 dico_list_t list;
+dico_stream_t stream;
 
 if (stat(idxname, st)) {
 	dico_log(L_ERR, errno, _(open_index: cannot stat `%s'), idxname);
@@ -246,11 +245,21 @@ read_index(struct dictdb *db, const char *idxname, int tws)
 		 idxname);
 	return 1;
 }
-fp = fopen(idxname, r);
-if (!fp) {
-	dico_log(L_ERR, errno, _(open_index: cannot open `%s'), idxname);
+
+
+stream = dico_mapfile_stream_create(idxname, DICO_STREAM_READ);
+if (!stream) {
+	dico_log(L_ERR, errno,
+		 _(cannot create stream `%s'), idxname);
 	return 1;
 }
+rc = dico_stream_open(stream);
+if (rc) {
+	dico_log(L_ERR, 0,
+		 _(cannot open stream `%s': %s),
+		 idxname, dico_stream_strerror(stream, rc));
+	dico_stream_destroy(stream);
+}
 
 list = dico_list_create();
 if (!list) {
@@ -260,17 +269,21 @@ read_index(struct dictdb *db, const char *idxname, int tws)
 	dico_iterator_t itr;
 	size_t i;
 	struct index_entry *ep;
+	char *buf = NULL;
+	size_t bufsize = 0;
+	size_t rdsize;
 
 	rc = 0;
 
 	i = 0;
-	while (fgets(buf, sizeof(buf), fp)) {
+	while (!dico_stream_getline(stream, buf, bufsize, rdsize)) {
 	i++;
 	dico_trim_nl(buf);
 	rc = parse_index_entry(idxname, i, list, buf, tws);
 	if (rc)
 		break;
 	}
+	free(buf);
 	if (rc) {
 	dico_list_set_free_item(list, free_index_entry, NULL);
 	} else {
@@ -288,7 +301,8 @@ read_index(struct dictdb *db, const char *idxname, int tws)
 	dico_list_destroy(list);
 }
 
-fclose(fp);
+dico_stream_close(stream);
+dico_stream_destroy(stream);
 return rc;
 }
 
-- 
1.6.0.3



Bug#582753: sgt-puzzles: FTBFS with Perl 5.12.1: split in a void context

2010-05-23 Thread Niko Tyni
Package: sgt-puzzles
Version: 8853-2
Severity: important
Tags: patch
User: debian-p...@lists.debian.org
Usertags: perl-5.12-transition

This package fails to build on amd64 with perl 5.12.1-1 from experimental:

  touch debian/stamp-patched
  /mkfiles.pl
  /usr/bin/make VER=-DREVISION=8853 \
  XFLAGS=-DDEBIAN_VERSION=8853-2 
-DHELP_BROWSER_PATH=yelp:khelpcenter:sensible-browser \
  puzzles
  make[1]: Entering directory 
`/build/niko-sgt-puzzles_8853-2-amd64-fJRtwP/sgt-puzzles-8853'
  make[1]: *** No rule to make target `puzzles'.  Stop.
  make[1]: Leaving directory 
`/build/niko-sgt-puzzles_8853-2-amd64-fJRtwP/sgt-puzzles-8853'
  make: *** [build-arch-stamp] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2
 
Patch attached. You might want to have a look at the other warnings
reported by 'perl -w mkfiles.pl' too.
-- 
Niko Tyni   nt...@debian.org
From 2bb941340c860b80b87ceee4f63b7832ca9e1c43 Mon Sep 17 00:00:00 2001
From: Niko Tyni nt...@debian.org
Date: Sun, 23 May 2010 14:50:27 +0300
Subject: [PATCH] Fix mkfiles.pl breakage with Perl 5.12

Splitting to @_ in a void context has been deprecated since Perl 5.6.1
and support for it was finally removed in 5.12.0. Adjust mkfiles.pl
accordingly.
---
 mkfiles.pl |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mkfiles.pl b/mkfiles.pl
index 7f36f8f..6087e50 100755
--- a/mkfiles.pl
+++ b/mkfiles.pl
@@ -56,7 +56,7 @@ readinput: while (1) {
   }
 
   chomp;
-  split;
+  @_ = split;
 
   # Skip comments (unless the comments belong, for example because
   # they're part of a diversion).
-- 
1.7.1



Bug#582754: New upstream version of pam-python available (1.0.0)

2010-05-23 Thread Russell Stuart
Package: src:pam-python
Version: 0.1.1
Severity: wishlist

New upstream version 1.0.0 has been released.




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



Bug#582755: modifying files from another package

2010-05-23 Thread Holger Levsen
Package: dnscache-run
Version: 1:1.05-8
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package modifies files from another 
package in /usr. This is so wrong, I'm not even bothered to look up the part 
of policy this violates ;-P

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

0m18.4s ERROR: FAIL: After purging files have been modified:
  /etc/resolv.conf   not owned


cheers,
Holger
Start: 2010-05-17 10:10:56 UTC

Package: dnscache-run
Priority: optional
Section: net
Installed-Size: 144
Maintainer: Gerrit Pape p...@smarden.org
Architecture: all
Source: djbdns
Version: 1:1.05-8
Depends: djbdns, daemontools, daemontools-run | runit, adduser
Filename: pool/main/d/djbdns/dnscache-run_1.05-8_all.deb
Size: 12434
MD5sum: 1dc83eba48f09b77370ea37584aec23e
SHA1: 99488ca166af37a66d57d159c9fa77a07ad337cb
SHA256: f57a742307e93b1bb4a11030e9e22565aba02243d3497437cbf34a87230d521d
Description: djbdns dnscache service
 This package automatically sets up the djbdns package to provide a
 dnscache service, listening on 127.0.0.1 by default.

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ dnscache-run
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.39~201005161141 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ dnscache-run
0m0.0s INFO: Running on: Linux piatti 2.6.32.13-dsa-amd64 #1 SMP Fri May 14 10:29:18 CEST 2010 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmprSGqr3
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmprSGqr3
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmprSGqr3', '-zxf', 'sid.tar.gz']
0m2.7s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmprSGqr3', '-zxf', 'sid.tar.gz']
0m2.7s DEBUG: Created policy-rc.d and chmodded it.
0m2.7s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmprSGqr3', 'apt-get', 'update']
0m5.1s DUMP: 
  Get:1 http://piatti.debian.org sid Release.gpg [835B]
  Get:2 http://piatti.debian.org sid Release [104kB]
  Ign http://piatti.debian.org sid/main Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib Packages/DiffIndex
  Ign http://piatti.debian.org sid/non-free Packages/DiffIndex
  Get:3 http://piatti.debian.org sid/main Packages [8735kB]
  Hit http://piatti.debian.org sid/contrib Packages
  Hit http://piatti.debian.org sid/non-free Packages
  Fetched 8839kB in 1s (6251kB/s)
  Reading package lists...
0m5.1s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmprSGqr3', 'apt-get', 'update']
0m5.1s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmprSGqr3', 'mount', '-t', 'proc', 'proc', '/proc']
0m5.1s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmprSGqr3', 'mount', '-t', 'proc', 'proc', '/proc']
0m5.1s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmprSGqr3', 'apt-get', '-yf', 'upgrade']
0m5.4s DUMP: 
  Reading package lists...
  Building dependency tree...
  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
0m5.4s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmprSGqr3', 'apt-get', '-yf', 'upgrade']
0m5.4s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmprSGqr3', 'apt-get', 'clean']
0m5.4s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmprSGqr3', 'apt-get', 'clean']
0m5.4s DEBUG: Copying scriptsdir to /org/piuparts.debian.org/tmp/tmprSGqr3/tmp/scripts/
0m5.4s INFO: Running scripts post_setup
0m6.1s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmprSGqr3', 'dpkg', '--get-selections', '*']
0m6.1s DUMP: 
  apt		install
  base-files	install
  base-passwd	install
  bash		install
  bsdutils	install
  coreutils	install
  dash		install
  debconf		install
  debconf-i18n	install
  debian-archive-keyringinstall
  debianutils	install
  diffutils	install
  dpkg		install
  e2fslibs	install
  e2fsprogs	install
  findutils	install
  gcc-4.4-base	install
  gnupg		install
  gpgv		install
  grep		install
  gzip		install
  hostname	install
  initscripts	install
  insserv		install
  libacl1		install
  libattr1	install
 

Bug#582756: libwebkit-1.0-2: Printing issues with Webkit based browsers

2010-05-23 Thread Raphael Frey
Package: libwebkit-1.0-2
Version: 1.2.1-2
Severity: normal

All Webkit based browsers (Epiphany, Chromium, Midori and Kazehakase) included
in Debian unstable do not print any headers and footers (title, URL, page
numbers and date) although the options to print them are set (AFAIK only
possible in Epiphany: printing dialog or gconf options
/apps/epiphany/dialogs/pint_*). Furthermore there is also an issue with
printing margins: Midori does not leave out any margins, hence the printing
function in Midori is absolutely useless most people that do not own a
borderless printer. Chromium does leave very small margins that are not
scalable too and Epiphany does include an option to specify the margins (Page
Properties) but these margins were not respected so that the size of the
margins is always equal.

Primary I thought this were only a bug in Epiphany wherefore I sent a bug
report for the epiphany-browser package. [1] I requested a forwarding of this
bug twice (the first time about two months ago) but it seems that the
developers are too busy. I will request for closing the other bug report now.

It would be great if this problem could be solved before Squeeze will get
released because printing with Webkit based browsers is broken at present.

Best regards

Raphael

__

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



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

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

Versions of packages libwebkit-1.0-2 depends on:
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-9 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libenchant1c2a  1.4.2-3.6a wrapper library for various spel
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgail18   2.20.1-1 GNOME Accessibility Implementation
ii  libgcc1 1:4.4.4-2GCC support library
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgstreamer-plugins-base0. 0.10.29-4GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.29-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libicu424.2.1-3  International Components for Unico
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  libpango1.0-0   1.28.0-1 Layout and rendering of internatio
ii  libpng12-0  1.2.43-1 PNG library - runtime
ii  libsoup2.4-12.30.1-1 an HTTP library implementation in 
ii  libsqlite3-03.6.23.1-2   SQLite 3 shared library
ii  libstdc++6  4.4.4-2  The GNU Standard C++ Library v3
ii  libwebkit-1.0-common1.2.1-2  Web content engine library for Gtk
ii  libxml2 2.7.7.dfsg-2 GNOME XML library
ii  libxslt1.1  1.1.26-3 XSLT processing library - runtime 
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library

libwebkit-1.0-2 recommends no packages.

libwebkit-1.0-2 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#573671: fixed in tetradraw 2.0.3-8.1

2010-05-23 Thread Cyril Brulebois
reopen 573671
found  573671 2.0.3-8.1
thanks

Jari Aalto jari.aa...@cante.net (18/05/2010):
  tetradraw (2.0.3-8.1) unstable; urgency=medium
  .
[ Jari Aalto ]
* Non-maintainer upload.
* debian/control
  - (Build-Depends): Add automake.
Patch thanks to Hideki Yamane (Debian-JP) henr...@debian.or.jp
(FTBFS; Closes: #573671).

Not exactly fixing the bug:
| Making all in src
| make[3]: Entering directory 
`/build/buildd-tetradraw_2.0.3-8.1-armel-yF0yZg/tetradraw-2.0.3/src'
| cd ..  \
| automake-1.7 --gnu  src/Makefile
| /bin/bash: line 1: automake-1.7: command not found
| make[3]: *** [Makefile.in] Error 127

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

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#582758: Please remove hyperlatex from testing

2010-05-23 Thread Roland Stigge

Package: ftp.debian.org

On 11/03/10 21:13, Roland Stigge wrote:

Moritz Muehlenhoff wrote:

You can remove hyperlatex from unstable for now, and I will upload with


Ok. You mean testing, here, correct?


Yes, of course! :-)


I notice that the package is still in testing. Please remove it from there.

#571122 and #577466 probably won't be fixed for squeeze, and hyperlatex 
must be removed from the unstable later also, if upstream doesn't resume 
development.


Thanks!

bye,
  Roland



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



Bug#556135: #556135: xul-ext-weave

2010-05-23 Thread Alexander GQ Gerasiov
Hello, Michael.

On Fri, 21 May 2010 10:16:43 +0200
Michael Fladischer mich...@fladi.at wrote:


 http://mentors.debian.net/debian/pool/main/w/weave/weave_1.3b5-1.dsc
Do I understand correctly, that this is 1.3 beta5 version? Then I'll
rename it to 1.3~b5-1 according to common practices.

It has two patches on it, fixing bugs in the build-system.
debian/patches/fix_crypto_makefile:
Shouldn't we just remove this logic completely and allow dpkg to care
about CXXFLAGS? Or set this flags from debian/rules if they differ
from default ones?
There is at least problem with Debian/kFreeBSD as I can see.

-- 
Best regards,
 Alexander GQ Gerasiov

 Contacts:
 e-mail:g...@cs.msu.su Jabber:  g...@jabber.ru
 Homepage:  http://gq.net.ru ICQ: 7272757
 PGP fingerprint: 04B5 9D90 DF7C C2AB CD49  BAEA CA87 E9E8 2AAC 33F1



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



Bug#582721: apt-dater: [INTL:ja] Update po-debconf template translation (ja.po)

2010-05-23 Thread Patrick Matthäi

Am 23.05.2010 07:49, schrieb Hideki Yamane:

Package: apt-dater
Version: 0.8.3-1
Severity: wishlist
Tags: patch l10n

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Dear apt-dater package maintainer,

  Here's updated Japanese po-debconf template (ja.po) file.
  Could you apply it, please?


Looks like your file is damaged, I only see (in utf8) で

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

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

Comment:
Always if we think we are right,
we were maybe wrong.
*/



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



Bug#582721: apt-dater: [INTL:ja] Update po-debconf template translation (ja.po)

2010-05-23 Thread Hideki Yamane
Hi,

On Sun, 23 May 2010 14:19:17 +0200
Patrick Matthäi pmatth...@debian.org wrote:
 Looks like your file is damaged, I only see (in utf8) で

 Oh sorry, I'll sent it again. 
 

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane


ja.po
Description: Binary data


Bug#582694: [Bug-dico] Bug#582694: dicoweb: links to external databases are useless

2010-05-23 Thread Sergey Poznyakoff
ãí¥ï ç¤¥í¥¨ïª aelmahmo...@sabily.org ha escrit:

   This gave the results:
   * en-wiktionary: house, House, household, houses, housewife, House of 
 Lords, housefly, House of Commons, housekeeper, housework
 
   Clicking on any of those gives a page with No match

That's related to the two recent patches. After applying them:

 http://dicoweb.gnu.org.ua/?q=Housedb=en-wikipediadefine=1

Regards,
Sergey



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



Bug#582697: [Bug-dico] Bug#582697: dicoweb: should display a fallback name for database without description

2010-05-23 Thread Sergey Poznyakoff
 Many databases have no description at all (like english-german for
 example), and even if it is a probably bug in these databases (not
 sure it is compulsory in the DICT format), it renders the database
 selection in the form quite difficult to use because we get empty
 names. It really should fallback to the database name in this case.

Use the `description' statement in your database configuration:

database {
 name english-german;
 description EOT
English-german dictionary, composed by blah-blah-blah

A long multiline description following here...
EOT;
 ...
}

You'll find more info in the docs.

Regards,
Sergey




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