Bug#510416: Error module

2010-03-17 Thread Clint Burfoot
Hi Shlomi,

I'm writing to you in your capacity as maintainer of the Error CPAN module. 
I'm the maintainer of the Debian package for the module.

I've had a bug report unable to debug code wrapped by try statement lodged 
against the package. Full details of the report are at the link below.

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

My intuition is that this is a design limitation, not a bug. May I have your 
comment?

Thanks,
Clint




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



Bug#573432: cherokee: Could not open the 'server_info' module

2010-03-17 Thread Grégory Bulot
Le Tue, 16 Mar 2010 07:44:01 -0600,
Gunnar Wolf gw...@gwolf.org a écrit :


 
 Umh... I'm sorry I didn't join the discussion earlier - I am very
 happy a reinstall fixed the problem for you - unfortunately, two
 people (Gregory and you) suffered from the bug. So I have to work on
 it!

Yes, i'd appreciate you work on it for other. Thanks for your devotion.

 
 Do you have a backup copy of the contents of said directories before
 reinstalling? 

OOops ... no !

Maybe on fresh install with the stable version, and after with the
squeeze version (aptitude -t testing cherokee)


 
 Thanks,
 

I hope my english's hear good.

-- 

Cordialement
Grégory BULOT



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



Bug#572994: vim-tiny: vim.tiny does not show candidate in replace with confirmation

2010-03-17 Thread Robert Henney
On Wed, Mar 17, 2010 at 12:18:40AM -0400, James Vega wrote:
 On Sun, Mar 07, 2010 at 11:03:43PM -0500, Robert Henney wrote:
  vim.tiny does not show what the current candidate string for 
  replacing is when performing a prompted search, eg
  
   :1,$s/text/replace/gc
 
 Are you referring to the visual highlighting of the text to be replaced
 that happens in the non-tiny builds?
 
 If so, that's definitely not a bug.  +syntax (from :help +feature) is
 only available when built with the Normal (or larger) feature set.
 vim-tiny is built with the Small feature set.

ok.  though any vi clone I've seen at the minimum places the cursor
where the text to be replaced is.  it's not so much highlighting but
rather the confirmation feature that is practically useless without some
way to show what is being replaced.  maybe it should be a wishlist
item, but without this vim doesn't even work like vi.  it seems like
an oversight.



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



Bug#574142: merb non-DSFG

2010-03-17 Thread mike castleman
It looks like allison, the AFL-licensed component of merb, is *already*
removed from the upstream tarball by the debian/repack.sh script. I
imagine that if mention of the AFL is removed from the copyright file
then we'll be all set.



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



Bug#569034: linux-2.6: Please support sh4 architecture

2010-03-17 Thread Nobuhiro Iwamatsu
Hi,

2010/3/3 Nobuhiro Iwamatsu iwama...@nigauri.org:
 This patch is now merged in linux-2.6.git. Since you are also the author
 of the patch, could you please submit it to sta...@kernel.org ?


 Sure. I sent request to sta...@kernel.or now.

 We're basing the Squeeze kernel on 2.6.32.x stable and this is the
 cleanest way to go forward.


 I see.

I sent this patch sta...@kernel.org.
But this was not included in 2.6.32.10.
I follow up with request to apply.

Will you take in these patches once?

Best regards
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



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



Bug#574259: Error Message Specifies Download to /tmp, not ${TMP_DIR}

2010-03-17 Thread Elliott Mitchell
Package: sun-java5-doc
Version: 1.5.0-17-0.1

The subject line pretty well covers it. The message specifies downloading
the Java documentation zip file to /tmp, when it really wants it
downloaded to ${TMP_DIR}.


-- 
(\___(\___(\__  --= 8-) EHM =--  __/)___/)___/)
 \BS (| e...@gremlin.m5p.com PGP F6B23DE0 |)   /
  \_CS\   |  _  -O #include stddisclaimer.h O-   _  |   /  _/
2477\___\_|_/DC21 03A0 5D61 985B -PGP- F2BE 6526 ABD2 F6B2\_|_/___/3DE0





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



Bug#571762: closed by Raphael Geissert geiss...@debian.org (Bug#571762: fixed in php5 5.3.2-1)

2010-03-17 Thread Sean Finney
hi filipus,

how about you bring this up on pkg-php for discussion?

sean

On Tue, Mar 16, 2010 at 09:51:27PM -0400, Filipus Klutiero wrote:
 Hi Sean and others,
 I'm back from Confoo 2010 and was able to get up early enough to see the last 
 15 minutes of Rasmus Lerdorf's talk on PHP performance. He was comparing 
 HipHop PHP's performance with PHP's and had an initially slower result with 
 HipHop. He profiled the HipHop version and after a few changes, it was still 
 significantly slower than the PHP version. He found that a date or time 
 function was taking about 15-20% of the execution time due to system calls 
 querying the timezone. A simple date_default_timezone_set made the HipHop 
 version take the lead.
 
 Now, I don't know what was the script and whether it used time/date functions 
 a lot, but it looked like running without date_timezone, TZ and without 
 calling date_default_timezone_set could have a significant performance hit if 
 PHP doesn't cache the timezone. Caching the timezone for a minute or so would 
 seem reasonable if it's not already done. I suppose the timezone is never 
 changed on most Debian installs.
 
 I leave it to your discretion to determine whether this deserves 
 investigation. Unfortunately, the slides aren't available, I can only suggest 
 you ask Rasmus if you want more context.
 
 Thanks for the quick treatment of this bug,
 Filipus
 
 Le mars 13, 2010 06:51:14 PM, Debian Bug Tracking System a écrit :
  This is an automatic notification regarding your Bug report
  which was filed against the php5 package:
  
  #571762: [php5] please get rid of Warning: date() [function.date]: It is 
  not safe to rely on the system's timezone settings.
  
  It has been closed by Raphael Geissert geiss...@debian.org.
  
  Their explanation is attached below along with your original report.
  If this explanation is unsatisfactory and you have not received a
  better one in a separate message then please contact Raphael Geissert 
  geiss...@debian.org by
  replying to this email.
 

-- 


signature.asc
Description: Digital signature


Bug#574258: lush: Please support Renesas SH(sh4)

2010-03-17 Thread Nobuhiro Iwamatsu
Source: lush
Version: 1.2.1-6+cvs20080204
Severity: important
Tags: patch
User: debian-...@superh.org
Usertags: sh4
X-Debbugs-CC: debian-sup...@lists.debian.org

Hi,

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

sh4 has problem of floating exception.
Because sh needs processing for _FPU_MASK_XX like Alpha.

-
.
/usr/bin/install -c ./$f
/home/iwamatsu/build-area/lush/lush-1.2.1/debian/lush/usr/share/lush/$f
; done ; done
/home/iwamatsu/build-area/lush/lush-1.2.1/debian/lush/usr/bin/lush
@sysenv stdenv --
/home/iwamatsu/build-area/lush/lush-1.2.1/debian/lush/usr/share/lush/sys/stdenv.dump

*** for : Floating exception
chmod 644  
/home/iwamatsu/build-area/lush/lush-1.2.1/debian/lush/usr/share/lush/sys/stdenv.dump
..
-

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

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6


04-sh4-support.dpatch
Description: Binary data


Bug#574170: monkeysphere should not depend on openssh-client

2010-03-17 Thread mike castleman
severity 574170 wishlist
retitle 574170 it might be be nice not to depend on openssh-client
thanks

On 03/16/2010 05:33 PM, Daniel Kahn Gillmor wrote:
 On 03/16/2010 05:05 PM, mike castleman wrote:
 The traditional use of monkeysphere is to authenticate SSH connections;
 however, with the introduction of the msva[1] into Debian, it can also
 be used to authenticate HTTPS connections. So openssh-client should not
 be required anymore. Perhaps it should be recommended or suggested.
 
 openssh-client provides ssh-keygen, which monkeysphere and
 monkeysphere-host both use for fingerprinting keys.  (Other ssh
 components are used in the ssh-proxycommand and update-known_hosts
 subcommands, but those could reasonably fail with an informative error
 message if openssh-client were not installed).

Ah, okay. If monkeysphere actually does depend on openssh-client, then I
guess it's not a bug for it to say that it depends on openssh-client.



signature.asc
Description: OpenPGP digital signature


Bug#553109: guile-gnutls: postinst-must-call-ldconfig /usr/lib/libguile-gnutls-v-1.so.0.0.0 by the dynamic library loader. Therefore, the package must call ldconfig in its postinst script.

2010-03-17 Thread Simon Josefsson
I've re-read this bug report, and to me it seems clear that for guile
version 1.8 the guile libraries really needs to be in /usr/lib.  So
there is not much we can do about that.

Thus, can't we just invoke ldconfig in guile-gnutls's postinst and
postrm to solve the policy bug?

Is there any downside to doing that?

It would be nice to close this RC bug.

/Simon



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



Bug#574244: Two minute iceweasel startup time, due to gconf trouble

2010-03-17 Thread Mike Hommey
On Wed, Mar 17, 2010 at 12:18:01AM +0100, Helge Hafting wrote:
 Package: iceweasel
 Version: 3.0.6-3
 Severity: normal
 
 
 When I start iceweasel, even in safe mode, two full minutes pass before
 the window appear. After that, browsing seems to work as normal.
 But this waiting is not exactly interesting.
 
 I get a small window with a big error message:
 
 Failed to contact configuration server; some possible causes are that you 
 need to enable TCP/IP networking for ORBit, or you have stale NFS locks due 
 to a system crash. See http://projects.gnome.org/gconf/ for information. 
 (Details -  1: Could not send message to GConf daemon: Did not receive a 
 reply. Possible causes include: the remote application did not send a reply, 
 the message bus security policy blocked the reply, the reply timeout expired, 
 or the network connection was broken.)
 Failed to contact configuration server; some possible causes are that you 
 need to enable TCP/IP networking for ORBit, or you have stale NFS locks due 
 to a system crash. See http://projects.gnome.org/gconf/ for information. 
 (Details -  1: Could not send message to GConf daemon: Did not receive a 
 reply. Possible causes include: the remote application did not send a reply, 
 the message bus security policy blocked the reply, the reply timeout expired, 
 or the network connection was broken.)
 Failed to contact configuration server; some possible causes are that you 
 need to enable TCP/IP networking for ORBit, or you have stale NFS locks due 
 to a system crash. See http://projects.gnome.org/gconf/ for information. 
 (Details -  1: Could not send message to GConf daemon: Did not receive a 
 reply. Possible causes include: the remote application did not send a reply, 
 the message bus security policy blocked the reply, the reply timeout expired, 
 or the network connection was broken.)
 Failed to contact configuration server; some possible causes are that you 
 need to enable TCP/IP networking for ORBit, or you have stale NFS locks due 
 to a system crash. See http://projects.gnome.org/gconf/ for information. 
 (Details -  1: Could not send message to GConf daemon: Did not receive a 
 reply. Possible causes include: the remote application did not send a reply, 
 the message bus security policy blocked the reply, the reply timeout expired, 
 or the network connection was broken.)
 Failed to contact configuration server; some possible causes are that you 
 need to enable TCP/IP networking for ORBit, or you have stale NFS locks due 
 to a system crash. See http://projects.gnome.org/gconf/ for information. 
 (Details -  1: Could not send message to GConf daemon: Did not receive a 
 reply. Possible causes include: the remote application did not send a reply, 
 the message bus security policy blocked the reply, the reply timeout expired, 
 or the network connection was broken.)
 
 All the guesses are wrong. The network is up, including loopback. I don't use 
 NFS, and the lockfiles
 mentioned in the URL aren't there. ps aux reveals a process called 
 /usr/lib/libgconf2-4/gconfd-2
 I guess iceweasel tried to communicate with that? There are no other 
 processes with gconf in the name.

Did you switch user with su or something like that before running
iceweasel ? Or maybe are you running on a remote X server ?
Anyways, please check
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/367169
There should be an answer to your problem there.

 I wish this app would use a simple textfile for its config, instead of this 
 complicated and bug-prone
 attempt at communicating with _another process over a network_. The textfile 
 approach works so well for many
 other apps, some bigger and some much smaller than iceweasel. 
 
 Keep it simple. A single config file under .mozilla. and no big directory 
 tree there either. Well,
 I know that won't happen, but one can dream. 

All gnome applications share configuration through gconf. 

Mike



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



Bug#570723: rep-gtk: broken on kfreebsd-amd64 by librep-dev #570719

2010-03-17 Thread Nobuhiro Iwamatsu
Hi,

It is the problem that happened because /bin/sh became dash as for this.
This problem will be fix by binNMU.

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



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



Bug#574260: libhe5-hdfeos-dev: incorrect pkgconfig entries

2010-03-17 Thread Youhei SASAKI
Package: libhe5-hdfeos-dev
Version: 5.1.12.dfsg.2-2+b1
Severity: normal

Hi, 

/usr/lib/pkgconfig/hdf-eos5.pc, which is provided by libhe5-hdfeos-dev
package, has incorrect information about prefix, exec_prefix.

prefix=/usr
exec_prefix=${prefix} 

may be correct.  Please fix it.

Regards,

current hdf-eos5.pc is here:
  prefix=${prefix}
  libdir=${exec_prefix}/lib
  includedir=${prefix}/include/hdf-eos5
  
  Name: HDF-EOS 5
  Description: Earth System Observation datatypes for HDF5
  Version: 1.8
  Requires: gctp
  Libs: -L${libdir} -lhe5_hdfeos -lgctp
  Libs.private: -lhe5_hdfeos -lhdf5 -lgctp -ljpeg -lz -lpthread 

But I think, 
  prefix=/usr
  exec_prefix=${prefix} 
may be correct. 

Regards,

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

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

Versions of packages libhe5-hdfeos-dev depends on:
ii  libhe5-hdfeos05.1.12.dfsg.2-2+b1 Earth Observation System extension

Versions of packages libhe5-hdfeos-dev recommends:
ii  pkg-config0.22-1 manage compile and link flags for 

libhe5-hdfeos-dev 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#573201: transition: imagemagick

2010-03-17 Thread Adam D. Barratt
On Fri, 2010-03-12 at 19:59 +, Adam D. Barratt wrote:
 I've just scheduled the necessary binNMUs, with a dep-wait on
 imagemagick (= 7:6.6.0.4-1).

A quick update on where we currently are (please feel free to correct):

- the imagemagick upload introduced a regression in font handling, which
will be fixed by a new upload reverting the responsible patch (#573983)

- librmagick-ruby ftbfs, partly due to an issue fixed upstream and
partly due to the imagemagick regression (#573620)

- gem has ftbfs on armel for the past couple of uploads with assembler
errors (#573712, Cced to debian-arm)

- imview ftbfs on armel (but has never built there, so isn't a
regression); I've submitted a patch to #574191

- gnudatalanguage ftbfs on multiple arches (#545849); it's not been in
testing since the python2.4 removal

- k3d ftbfs for unrelated errors; #571021 has a patch

- php-imagick ftbfs for non imagemagick reasons (#570649); it's
orphaned, very outdated and not currently in testing. The prospective
new maintainers hope to have a new version uploaded in the next couple
of weeks.

- virtuoso-opensource ftbfs on a number of architectures (#574018); an
upload fixing all the failures is hopefully expected in the next day or
so

- fluxbox (#573971), pyxplot (#573972), qemulator (#573973) and xpad
(#573975) all have explicit build-deps on libmagickcore2-extra; they
call convert from debian/rules so should be fixable simply by updating
the package name in the build-dep.

Regards,

Adam



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



Bug#574237: junior-arcade: package purge (after dependencies removal) fails

2010-03-17 Thread Andreas Tille
On Wed, Mar 17, 2010 at 12:27:54AM +0100, Lucas Nussbaum wrote:
 Package: junior-arcade
 Version: 1.18
 Severity: serious
 User: debian...@lists.debian.org
 Usertags: instest-20100316 instest
 
 Hi,
 
 While testing the installation of all packages in unstable, I ran
 into the following problem:
 
  -- Removing all dependencies: OK
  Reading package lists...
  ...
  Removing junior-arcade ...
  Purging configuration files for junior-arcade ...
  /etc/blends/blends.conf: line 13: /usr/share/blends/blend-utils: No such 
  file or directory
  dpkg: error processing junior-arcade (--purge):
  subprocess installed post-removal script returned error exit status 1
  Errors were encountered while processing:
  junior-arcade

This problem will happen in any junior-*, science-*, med-* and edu-*
package and needs fixing blends-common.  I'll do so but there is no real
need to spend more time on reporting problems like this. It will be
fixed in an upload of all the metapackages at least on Friday (after
a new blends-common / blends-dev will hit unstable).

Thanks for your testing work

  Andreas.

-- 
http://fam-tille.de



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



Bug#574165: gsasl FTBFS on mips(el)

2010-03-17 Thread Simon Josefsson
peter green plugw...@p10link.net writes:

 package: gsasl
 severity: serious
 x-debbugs-cc: debian-m...@lists.debian.org

 Gsasl failed to build on the mips and mipsel buildds with the error
 /usr/bin/ld: non-dynamic relocations refer to dynamic symbol
 getdelim@@GLIBC_2.0. I can also reproduce the issue locally using
 qemu-system-mips.

 Unfortunatley the error message is pretty useless as it doesn't tell
 me which of the items being linked contains the problem.

 As well as being a serious bug in itself this issue is also blocking
 migration of the fixes for two other rc bugs to testing.

The problem should be fixed with the 1.4.2 upload, however for
reference, the cause for the problem is this binutils bug:

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

In 1.4.2 we solved this in gsasl by disabling self tests on mips(el).
We'll re-enable them when the binutils bug has been fixed.

/Simon



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



Bug#574191: Patch for #574191

2010-03-17 Thread Adam D. Barratt
tag 574191 + patch
thanks

Hi,

The attached simple patch makes imview build on armel, by renaming the
internal user class used by server/interpreter.cxx, thus avoiding the
name conflict.

Regards,

Adam
diff -u imview-1.1.9c/debian/changelog imview-1.1.9c/debian/changelog
--- imview-1.1.9c/debian/changelog
+++ imview-1.1.9c/debian/changelog
@@ -1,3 +1,10 @@
+imview (1.1.9c-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Rename user class in server/interpreter to fix armel FTBFS
+
+ -- Adam D. Barratt a...@adam-barratt.org.uk  Tue, 16 Mar 2010 23:19:07 +
+
 imview (1.1.9c-5) unstable; urgency=low
 
   * copyright: Update current upstream source location, fix whitespace
only in patch2:
unchanged:
--- imview-1.1.9c.orig/server/interpreter.cxx
+++ imview-1.1.9c/server/interpreter.cxx
@@ -336,7 +336,7 @@
 
 //bool user::matches = false; // no one is authenticated by default
 
-user::user(void) {
+interpreter_user::interpreter_user(void) {
 // find out who is running the show
 // this is a bit flaky, but should do for now. Proper security will
 // be for later.
@@ -379,7 +379,7 @@
 return;
 }
 
-int user::perform(vectorstring l, string result) {
+int interpreter_user::perform(vectorstring l, string result) {
 ostringstream osm, osnm;
 stringfullname;
 
@@ -1439,7 +1439,7 @@
 tokens[help]  = new interpreter_help;
 tokens[?] = new interpreter_help;
 tokens[pf]= new print_pointfile;
-tokens[user]  = new user;
+tokens[user]  = new interpreter_user;
 tokens[deny]  = new deny;
 tokens[put]   = new put;
 tokens[putm]  = new putm;
only in patch2:
unchanged:
--- imview-1.1.9c.orig/server/interpreter.hxx
+++ imview-1.1.9c/server/interpreter.hxx
@@ -100,11 +100,11 @@
 };
 
 // much-needed authentication
-class user:public action{
+class interpreter_user:public action{
 string server_user; // who is running the server now?
 // static bool   matches;
 public:
-user(void); // constructor
+interpreter_user(void); // constructor
 // static bool unauthenticate(void) {matches = false;}
 // static bool authenticated(void) {return matches;}
 int perform(vectorstring l, string result);


Bug#574030: jpilot: can't delete appointments

2010-03-17 Thread Ludovic Rousseau

Le 15/03/10 21:11, Celejar a écrit :

Package: jpilot
Version: 1.8.0-1
Severity: important


Appointments refuse to be deleted - Jpilot always reports Couldn't find record
to delete.  This happens no matter what I try.


Please start jpilot by
$ jpilot -d  log.txt

1. try to remove an appointment
2. quit jpilot
3. send me the generated log.txt

thanks

--
 Dr. Ludovic Rousseau



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



Bug#573187: transition: mpi-defaults

2010-03-17 Thread Lucas Nussbaum
Hi,

As asked during yesterday's release team meeting, I did a partial
archive rebuild on amd64 with a modified mpi-defaults pointing to mpich2
instead of openmpi. The goal is to detect issues that will show up when
the slower arches are switched to mpich2. (I know the plan is not to
switch amd64 to mpich2)

After searching for /mpi/ in build-depends and depends, I rebuilt the
following 118 packages: advi apbs apron ara arpack
avant-window-navigator blacs-mpi blitz++ boost-defaults boost1.40
boost1.42 bytecode camlp5 ccsm coccinelle code-saturne
compiz-fusion-plugins-extra compiz-fusion-plugins-main
compiz-fusion-plugins-unsupported compiz compizconfig-backend-gconf
compizconfig-backend-kconfig compizconfig-python coq deal.ii dolfin ecs
elmerfem eog epix exempi fftw fpc frama-c gdcm gearhead2 gearhead
geneweb gerris gpiv gpivtools grace gromacs gst-plugins-bad0.10 haxe
hdf5 hedgewars hpcc hypre icecc igstk illuminator imapcopy intercal
ironpython ksplice kwwidgets laby lazarus libcompizconfig libfvm libgpiv
liblicense libmesh libtool life log4cxx lwt m-tx meep-mpich meep-openmpi
meep minc mpb mpi-defaults mpich2 mpich mpqc mseide-msegui mtasc mumble
mumps music mypaint nautilus netpipe nordugrid-arc-nox octave3.0
octave3.2 openmpi paraview petsc pgapack piespy pmk protobuf-c
python-scientific qemu-kvm qemu regina-normal rmpi root-system scala
scalapack scotch slepc spooles ssreflect stlport5.2 tellico tracker
tree-puzzle trilinos tuxguitar vtk why xmds xmpi

The following 11 packages failed to build:
apbs looks for mpi.h in the wrong place
blacs-mpi missing target 'build-mpich2' in debian/rules
gdcm ?
igstk No rule to make target `/usr/lib/libmpi_cxx.so' (?)
kwwidgets No rule to make target `/usr/lib/libmpi_cxx.so'
life matrixpetsc.hpp:49: error: using typ edef-name 'MPI_Win' after
'struct'
mumps ld: cannot find -lblacs-mpich2
petsc Nonexistent directory: /usr/lib/mpich2 for key with-mpi-dir (?)
pgapack cd: 4: can't cd to lib/linux/
rmpi configure: error: Cannot find mpi.h header file
scalapack missing target 'build-mpich2' in debian/rules

So, it looks like it is mostly build system bugs, and it should not be
too hard to fix.

All the logs are available in
  http://people.debian.org/~lucas/logs/2010/03/16.mpi/
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



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



Bug#574261: Bug in fop package

2010-03-17 Thread Volodchenkov Dmitry
Package: fop
Version: 0.95.dfsg-10



When I run fop from an ordinary shell prompt it prints:


$ fop -c /etc/fop.conf -xml 2.xml -xsl 1.xsl -pdf 3.pdf
/etc/fop.conf: line 1: syntax error near unexpected token `newline'
/etc/fop.conf: line 1: `?xml version=1.0?'
/etc/fop.conf: line 1: warning: syntax errors in . or eval will cause future
versions of the shell to abort as Posix requires
...

I find patch for file /usr/bin/fop

I change line 22 in /usr/bin/fop to

fop_exec_args=-c /etc/fop.conf $fop_exec_args 

and after that it works fine.

I am using Debian GNU/Linux 5.0, kernel 2.6.32-trunk-686-bigmem.

Thx.


Bug#574262: kompozer: normal paste is missing

2010-03-17 Thread yellowprotoss
Package: kompozer
Version: 1:0.8~b1-2
Severity: normal

Hello,

I copy a webpage text into kompozer, make new, and right click
or in menu: only paste without formating. 

how to paste?

best regards

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

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

Versions of packages kompozer depends on:
ii  kompozer-data   1:0.8~b1-2   kompozer data files
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-2 GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.2-9GCC support library
ii  libglib2.0-02.22.4-1 The GLib library of C routines
ii  libgtk2.0-0 2.18.3-1 The GTK+ graphical user interface 
ii  libidl0 0.8.13-1 library for parsing CORBA IDL file
ii  libjpeg62   6b-15The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.8.2-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.5-1 Network Security Service libraries
ii  libpango1.0-0   1.26.2-1 Layout and rendering of internatio
ii  libpng12-0  1.2.41-1 PNG library - runtime
ii  libstdc++6  4.4.2-9  The GNU Standard C++ Library v3
ii  libx11-62:1.3.2-1X11 client-side library
ii  libxft2 2.1.14-1 FreeType-based font drawing librar
ii  libxinerama12:1.1-2  X11 Xinerama extension library
ii  libxrender1 1:0.9.5-1X Rendering Extension client libra
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

kompozer recommends no packages.

kompozer 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#376463: gaim-otr appears to cause a segfault on exit

2010-03-17 Thread Simon Josefsson
tags 376463 moreinfo
thanks

Gaim-otr has been removed from debian.  Is anyone able to reproduce this
problem?

The last activity in this bug was in 2006.  The problem may have been
solved in libgcrypt upstream already.  I believe there are many
applications that uses different libraries that all ends up using
libgcrypt independently of each other.  So if this really was a
wide-spread problem we would have seen more reports about it.

/Simon



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



Bug#523013: [945GM EXA] lockup

2010-03-17 Thread Raphael Frey
I forget to write that I do resp. did not have any problems with the X server 
in Etch and Sid (with the same computer of course).




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



Bug#523013: [945GM EXA] lockup

2010-03-17 Thread Raphael Frey
It seems that I have the same problem. After upgrading to Lenny, my X server 
often crashes, then it seems that it wants to restart it, but without success, 
and finally I get an error message. I attached the Xorg.0.log to this mail. I 
am not sure if I have the same problem than Luca but the log file of the X 
server looks very similar to the log file attached by him.

Finally some informations -- probably that helps:

*   I do not use Compiz,
*   and the last three or for times the X server crashed while using
Open Office.

Best regards

Raphael


Xorg.0.log
Description: Binary data


Bug#276861: racoon-tool deprecated

2010-03-17 Thread Stefan Bauer
tags 276861 wontfix
thanks
hi,

racoon-tool is deprecated so this bug report will not get much
attention particulary when you use undocumented options.

stefan
-- 
Stefan Bauer -
PGP: E80A 50D5 2D46 341C A887 F05D 5C81 5858 DCEF 8C34
 plzk.de - Linux - because it works --



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



Bug#572733: Fixed GID for hugetables / hugetlb_shm_group

2010-03-17 Thread Frank Lin PIAT
Hello,

Please use a fixed/reserved group for hugetables, since
vm.hugetlb_shm_group only allows GID:

% echo my-hugetlbfs   /proc/sys/vm/hugetlb_shm_group  echo done
-bash: echo: write error: Invalid argument
% echo 2021   /proc/sys/vm/hugetlb_shm_group  echo done
done

Would it be possible to configure that group in /etc/sysctl.conf by
default.

BTW, people interested or involved with Hugepages in Debian are welcome
to read/review/contribute to:  http://wiki.debian.org/Hugepages

Thanks

Franklin




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



Bug#165940: Close this bug

2010-03-17 Thread Roman V. Nikolaev
Hello. I add all current mime types from Debian`s /etc/mime.types and
send patch to author. It`s applied in 1.29.

This module authtor (Mark Overmeer) writes about /etc/mime.types:

No, I do register all types... however... I should spend more time
in collecting them.  The recent years, I only add types when people
explicitly ask me to.

MIME::Types is system independent, so cannot depend on /etc/mime.types.
It should be rewritten to be more lazy: the table size is exploding.
Translating every line in an object to start with is too expensive.
It's on my (long) list of plans.


-- 

 Roman V. Nikolaev

mail:rsha...@rambler.ru
icq: 198-364-657
jabber:  rsha...@jabber.org
site:http://www.rshadow.ru



signature.asc
Description: OpenPGP digital signature


Bug#574159: ITP: msva-ruby -- Cryptographic identity validation agent (Ruby implementation)

2010-03-17 Thread Simon Josefsson
mike castleman m...@mlcastle.net writes:

 Package: wnpp
 Severity: wishlist
 Owner: mike castleman m...@mlcastle.net

 * Package name: msva-ruby
   Version : 0.1
   Upstream Author : mike castleman m...@mlcastle.net
 * URL : http://github.com/mlc/msva-ruby
 * License : GPL v3
   Programming Lang: Ruby
   Description : Cryptographic identity validation agent (Ruby 
 implementation)

 The Monkeysphere Validation Agent offers a local service for tools to 
 validate certificates (both X.509 and OpenPGP) and other public keys.

 This package contains a ruby implementation of a Monkeysphere
 Validation Agent.

This GPLv3'd code appears to use OpenSSL but the msva-ruby's license
doesn't have any OpenSSL license exception, and without that the two
licenses are incompatible according to the FSF.

/Simon



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



Bug#549976: grub-pc: File descriptor 3 (pipe:[95168]) leaked on lvs invocation

2010-03-17 Thread Teodor
Package: grub-pc
Version: 1.98-1
Severity: normal

Hi,

This is the first time I'm seeing this error:
| Setting up grub-pc (1.98-1) ...
| Replacing config file /etc/default/grub with new version
| Installation finished. No error reported.
| Generating grub.cfg ...
| Found background image: moreblue-orbit-grub.png
| Found linux image: /boot/vmlinuz-2.6.32-3-686
| Found initrd image: /boot/initrd.img-2.6.32-3-686
| Found linux image: /boot/vmlinuz-2.6.30-2-686
| Found initrd image: /boot/initrd.img-2.6.30-2-686
| Found memtest86 image: /boot/memtest86.bin
| Found memtest86+ image: /boot/memtest86+.bin
| File descriptor 3 (pipe:[95168]) leaked on lvs invocation. Parent PID 26223: 
/bin/sh
| Found Ubuntu 9.10 (9.10) on /dev/sda3
| done

Note that I don't have any PV, VG or LV on this host, only the lvm2 package 
installed
for documentation (manual pages, testing).

Thanks


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/65deb027-3425-4191-b350-e0da92c52ce9 / ext4 
rw,noatime,nodiratime,user_xattr,barrier=1,data=ordered,usrquota,grpquota 0 0
/dev/mapper/sda6_crypt /home/doru ext4 
rw,nosuid,nodev,noatime,nodiratime,user_xattr,barrier=1,data=ordered,usrquota,grpquota
 0 0
/dev/sda7 /opt ext4 
rw,nosuid,nodev,noatime,nodiratime,user_xattr,barrier=1,data=ordered,usrquota,grpquota
 0 0
/dev/sda8 /srv ext4 
rw,nosuid,nodev,noatime,nodiratime,user_xattr,barrier=1,data=ordered,usrquota,grpquota
 0 0
/dev/sda9 /mnt/personal ext4 
rw,nosuid,nodev,noatime,nodiratime,user_xattr,barrier=1,data=ordered,usrquota,grpquota
 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default=0
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
  fi
}
insmod ext2
set root='(hd0,2)'
search --no-floppy --fs-uuid --set 65deb027-3425-4191-b350-e0da92c52ce9
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
  fi
fi
insmod ext2
set root='(hd0,2)'
search --no-floppy --fs-uuid --set 65deb027-3425-4191-b350-e0da92c52ce9
set locale_dir=($root)/boot/grub/locale
set lang=en
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root='(hd0,2)'
search --no-floppy --fs-uuid --set 65deb027-3425-4191-b350-e0da92c52ce9
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, with Linux 2.6.32-3-686 --class debian --class 
gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,2)'
search --no-floppy --fs-uuid --set 65deb027-3425-4191-b350-e0da92c52ce9
echoLoading Linux 2.6.32-3-686 ...
linux   /boot/vmlinuz-2.6.32-3-686 
root=UUID=65deb027-3425-4191-b350-e0da92c52ce9 ro  ipv6.disable=1 panic=20 
vga=791
echoLoading initial ramdisk ...
initrd  /boot/initrd.img-2.6.32-3-686
}
menuentry Debian GNU/Linux, with Linux 2.6.32-3-686 (recovery mode) --class 
debian --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,2)'
search --no-floppy --fs-uuid --set 65deb027-3425-4191-b350-e0da92c52ce9
echoLoading Linux 2.6.32-3-686 ...
linux   /boot/vmlinuz-2.6.32-3-686 
root=UUID=65deb027-3425-4191-b350-e0da92c52ce9 ro single 
echoLoading initial ramdisk ...
initrd  /boot/initrd.img-2.6.32-3-686
}
menuentry Debian GNU/Linux, with Linux 2.6.30-2-686 --class debian --class 
gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,2)'
search --no-floppy --fs-uuid --set 65deb027-3425-4191-b350-e0da92c52ce9
echoLoading Linux 2.6.30-2-686 ...
linux   /boot/vmlinuz-2.6.30-2-686 
root=UUID=65deb027-3425-4191-b350-e0da92c52ce9 ro  ipv6.disable=1 panic=20 
vga=791
echoLoading initial ramdisk ...
initrd  /boot/initrd.img-2.6.30-2-686
}
menuentry Debian GNU/Linux, with Linux 2.6.30-2-686 (recovery mode) --class 
debian --class gnu-linux --class gnu --class 

Bug#574263: libmime-types-perl: New upstream version aviable 1.29

2010-03-17 Thread Roman V. Nikolaev
Package: libmime-types-perl
Version: 1.28-1
Severity: normal

New upstream version aviable 1.29
http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-1.29.tar.gz

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

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

Versions of packages libmime-types-perl depends on:
ii  perl  5.10.1-11  Larry Wall's Practical
Extraction

libmime-types-perl recommends no packages.

libmime-types-perl suggests no packages.

-- no debconf information



signature.asc
Description: OpenPGP digital signature


Bug#574264: quota: Typo in init.d/quotarpc dependencies (rpcbinf - rpcbind)

2010-03-17 Thread Petter Reinholdtsen

Package:  quota
Version:  4.00~pre1-1
Severity: important
User: initscripts-ng-de...@lists.alioth.debian.org
Usertag:  incorrect-dependency

I discovered this by looking in
URL:http://lintian.debian.org/~pere/test-20100316.log, which include
these quota related issues:

warning: script quota/init.d/quota possibly missing dependency on $syslog
warning: script quota/init.d/quotarpc relate to non-existing provides: rpcbinf
warning: script quota/init.d/quotarpc possibly missing dependency on $syslog

All of them are probably real issues, but I am sure the rpcbinf
dependency is a typo for rpcbind.  Please also see if the init.d
scripts should start after the syslog collector is started.

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#574144: It used to work on winbind 3.4.2

2010-03-17 Thread Castan Eric
Hello,
 
I need to say that I have held the winbind package on some other lenny
nodes.
On nodes on which winbind version 2:3.4.2-1~bpo50+3 is running, the
above problem does not occur, and for me it is more stable.
 


Bug#574193: [Debian-in-workers] Bug#574193: itrans-fonts: installation fails

2010-03-17 Thread Kartik Mistry
On Wed, Mar 17, 2010 at 4:30 AM, Lucas Nussbaum
lu...@lucas-nussbaum.net wrote:
 Package: itrans-fonts
 Version: 5.3-8
 Severity: serious

 While testing the installation of all packages in unstable, I ran
 into the following problem:
 
 Setting up itrans-fonts (5.3-8) ...
 updmap: This is updmap, version $Id: updmap 14402 2009-07-23 17:09:15Z karl $
 updmap: using transcript file `/var/lib/texmf/web2c/updmap.log'
 updmap: output directory `/var/lib/texmf/fonts/map/dvips/updmap' does not 
 exist.
 dpkg: error processing itrans-fonts (--configure):
 subprocess installed post-installation script returned error exit status 1
 Errors were encountered while processing:
 itrans-fonts
 E: Sub-process /usr/bin/dpkg returned an error code (1)

Oh, ya.

Can anyone please look at this bug? I may not have enough time
quickly. Promise to fix it in weekend though ;)

-- 
 Cheers,
 Kartik Mistry | 0xD1028C8D | IRC: kart_
 Debian GNU/Linux Developer | Identica: @kartikm
 Blogs: {ftbfs, kartikm}.wordpress.com



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



Bug#572743: fails to install due to incorrect dependencies in init.d LSB header

2010-03-17 Thread Petter Reinholdtsen

This is the fatal error causing the failed installation:

  insserv: Service ifupdown has to be enabled to start service gpe-shield

The gpe-shield package have a init.d script with a hard dependency on
the ifupdown init.d script, but do not declare a package dependency on
any package providing the ifupdown init.d script.

To reproduce, remove the ifupdown package, and try to install
gpe-shield.

The correct fix is probably to reduce the hard init.d script
dependency to a soft dependency (as in changing required-(start|stop)
to should-(start|stop)), but I do not know the package enough to say
for sure. :)

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#574263: Bug in libmime-types-perl fixed in revision 54401

2010-03-17 Thread pkg-perl-maintainers
tag 574263 + pending
thanks

Some bugs are closed in revision 54401
by Salvatore Bonaccorso (carnil-guest)

Commit message:

* New upstream release (Closes: #574263)
* Add myself to Uploaders. 



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



Bug#574265: pwgen (v2.06-1) option -B not working

2010-03-17 Thread Julian Dittrich
Package: pwgen
Version: 2.06-1

The option -B is not working correctly.

The manual states for -B:
   -B, --ambiguous
  Don't  use  characters  that could be confused by the user
when printed, such as 'l' and '1', or '0' or
  'O'.  This reduces the number of possible passwords
significantly, and as such reduces the  quality  of
  the  passwords.   It  may be useful for users who have bad
vision, but in general use of this option is
  not recommended.

Example:

mail:~# pwgen -B
eiroh9Be Ooxi4Tea zukee4Th xeeF3Qua Ahh4Foon soo9aShu KooK4Aif No7geiN4
ioc3Iegh aiFe3iom aix7Kief chae3hoB nae7uuHi Shah4ohY xai4ReiB ohPeid4a
ohQu7noo Etaehe4n daa4ahGa eraeB7Ai Xiegh3Uz uqu3ahH7 vohQu4oo Uej9ees3
uiS7aen3 fae4Aiji ooroh9Va yeesoo4O eecuiW4i oohahFa3 VohQuei7 eih4Airo
Eeng4dae Faete4re ieJ4Vie7 guyei9oP Weu7feef Hoh3ug9s iej7caeD OuG4Coh7
Eghitei7 maev3Noo Shahng7b Aej9aiho ohKooth3 gaegei7W gaef9ieT quiep3Co
Aegh3Die Wa3aey9a reo7Oono Ema4ohra Tohw7oox ueKoog9g Ohthu9sh Piezo3ah
zeoDae7i xeeChei9 hooKaib9 SooToph9 aeZ7ohQu AegheiN9 faeP4hee haSie7ae
Ieng4ood maTaer7E rahbohF7 ahPa9ho3 iecae9He wo3enahW Ya7ziewo AhK3ait4
GohR4mai ikaeJa4O Ooc3aiH3 Me3mie4a aeP4um7o Oogh7ooy xiZ7waep Bugh7phe
Aekah9ie eis9Bich chaH3eem eiGhio9k Queemu4j quacho7R Miefah3u kiaG3Chu
jopa4Iez Zoh7ac7e ze9Hae9P aebaeG7A uu4he7Oo Oobaiz7e uf9eeHoo Xah9aima
Age7aiB3 fuz7ooTh doh4ZiVa dief4iJa Oodoh3re aeYeng3o eequ3Goo jahCoh7a
ao9ahMuF EakieB9U OShei9oo Eo7aebea eede7ahD AeP7hae4 aeVahM7a boo3quuC
aiQu3wai aCh9Oghu Ohgh9ohm Ooc3yira OoMeir7a Phooti3z eeCee3Ce rae3Tie9
daoD9Yo7 ahM9chao ohmeiX3N Aim3shae ahoNoox7 hohM3phi Kea3aiPh Aijo9aix
jiiNahZ9 koKaich4 hae7ooGo OhNg7eis zaeSh9vu Ethed9ae iD4az4Gi oe9Quiyi
Eih3Cawa CuaChah4 AhFow4ph aetew9Ah Ahso7iev gi7Ainis Tae9ohsa EiTiey9E
oong7Zae oCh3seew que9Ak3o ooRomaa7 ey3jieTh xeisu9Aw soh4ohQu Shaey3sa
du7Fiome vee4Shee deiQu7ei Thi9Yae9 quoh9Iir Yoodeer9 uz3sheiS ohRa9eiF

As you can se in line 1, second entry, the starting O or 0.

Best regards,

Julian
-- 

 |   |
 | knipp |Knipp  Medien und Kommunikation GmbH
  ---Technologiepark
 Martin-Schmeisser-Weg 9
 44227 Dortmund
 Germany

 Fon:+49 231 9703-0
 Fax:+49 231 9703-200
 Julian Dittrich SIP:julian.dittr...@knipp.de
 Internet-ServiceE-mail: julian.dittr...@knipp.de

 Register Court:
 District Court Dortmund, HRB 13728

 Chief Executive Officers:
 Dietmar Knipp, Elmar Knipp



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



Bug#574125: libmlt2: Too many dependencies

2010-03-17 Thread Patrick Matthäi
 tags 574125 patch
 thanks

 You are also a DD, please think about, what a workload it is (with
 many pot. new bugs) if you have to drop ${shlibs:Depends} and then
 to list each library yourself. This is needed for this step.

 Maybe I'm wrong, but probably you only need to add two debhelper
 install files (one line each), remove the two modules in debian/rules
 (two lines), and add the packages to debian/control (some lines, but
 mainly the dupes of the package description). No need to mess with
 ${shlibs:Depends}, which, I agree, would be bad. See attachment.

I mean in the case, that we should drop a few dependencies added by
${shlibs:Depends} to recommends.


 IMHO, both solutions (changing to recommends or adding two packages)
 are neither complicated nor dangerous and do not lead to bugs, given
 that kdenlive could depend on libmlt2-qt instead of libmlt2.

That's wrong and you made an dangerous error, which will lead to grave bugs.
There are missing Replaces and Conflicts in your patch.






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



Bug#573187: transition: mpi-defaults

2010-03-17 Thread Marc 'HE' Brockschmidt
Lucas Nussbaum lu...@lucas-nussbaum.net writes:
[test builds for mpi-default switch to mpich2]
 The following 11 packages failed to build:
 apbs looks for mpi.h in the wrong place
 blacs-mpi missing target 'build-mpich2' in debian/rules
 gdcm ?
 igstk No rule to make target `/usr/lib/libmpi_cxx.so' (?)
 kwwidgets No rule to make target `/usr/lib/libmpi_cxx.so'
 life matrixpetsc.hpp:49: error: using typ edef-name 'MPI_Win' after
 'struct'
 mumps ld: cannot find -lblacs-mpich2
 petsc Nonexistent directory: /usr/lib/mpich2 for key with-mpi-dir (?)
 pgapack cd: 4: can't cd to lib/linux/
 rmpi configure: error: Cannot find mpi.h header file
 scalapack missing target 'build-mpich2' in debian/rules

Could bugs about these issues be filed (with a usertag, so we can track
them)?

 So, it looks like it is mostly build system bugs, and it should not be
 too hard to fix.

Good to know, thanks for your work.

I would propose that all (or at least) most of these bugs should be
fixed before we actually do the switch in unstable. Manuel, does that
seem OK to you?

Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
163: SMD
   Schwer Montierbare Dinger (Holger Köpke)


pgpjJasdSI7LT.pgp
Description: PGP signature


Bug#574266: ucf: starting a new shell fails from console

2010-03-17 Thread EmaRsk
Package: ucf
Version: 3.0025
Severity: important

From console, start a new shell to examine the situation fails with No
terminal, and no DISPLAY set, can't fork shell. error message.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (850, 'testing'), (845, 'unstable'), (840, 'unstable'), (184,
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-rsk-rt-7 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ucf depends on:
ii  coreutils 7.4-2  The GNU core utilities
ii  debconf   1.5.28 Debian configuration management
sy

ucf recommends no packages.

ucf suggests no packages.

-- debconf information:
* ucf/changeprompt: keep_current
* ucf/conflicts_found:
* ucf/show_diff:
* ucf/changeprompt_threeway: install_new
  ucf/title:


Bug#574267: piwigo: [INTL:de] German translation

2010-03-17 Thread Chris Leick

Package: piwigo
Version: 2.0.8-1
Severity: wishlist
Tags: l10n

Please find the German translation of piwigo attached.

Regards,
Chris


# Translation of piwigo to German
# Copyright (C) 2002-2003 Pierrick Le Gall, 2003-2008 PhpWebGallery Team,
# 2008-2010 Piwigo Team 
# This file is distributed under the same license as the piwigo package.
# Chris Leick c.le...@vollbio.de, 2010.
#
msgid 
msgstr 
Project-Id-Version: piwigo 2.0.8-1\n
Report-Msgid-Bugs-To: Nicolas Roudaire nikro...@gmail.com\n
POT-Creation-Date: 2010-01-24 16:07+0100\n
PO-Revision-Date: 2010-03-16 19:37+GMT\n
Last-Translator: Chris Leick c.le...@vollbio.de\n
Language-Team: German debian-l10n-ger...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n


#. Type: multiselect
#. Description
#: ../templates:1001
msgid Web server to reconfigure automatically:
msgstr Webserver, der automatisch neu konfiguriert werden soll:

#. Type: multiselect
#. Description
#: ../templates:1001
msgid 
Please choose the web server that should be automatically configured to run 
Piwigo.
msgstr 
Bitte wählen Sie den Webserver, der automatisch zum Ausführen von Piwigo 
konfigueriert werden soll.

#. Type: string
#. Description
#: ../templates:2001
msgid Administrative user's login:
msgstr Anmeldung des verwaltenden Benutzers:

#. Type: string
#. Description
#: ../templates:2001
msgid 
Please enter the login of the administrative user. This login is needed to 
enter the administrative panel.
msgstr 
Bitte geben Sie die Anmeldung des verwaltenden Benutzers ein. Diese 
Anmeldung wird benötigt, um ins Verwaltungskontrollzentrum zu gelangen.

#. Type: password
#. Description
#: ../templates:3001
msgid Administrative user's password:
msgstr Passwort des verwaltenden Benutzers:

#. Type: password
#. Description
#: ../templates:3001
msgid 
Please enter the password of the administrative user. This password is 
needed to enter the administrative panel.
msgstr 
Bitte geben Sie das Passwort des verwaltenden Benutzers ein. Dieses 
Passwort wird benötigt, um ins Verwaltungskontrollzentrum zu gelangen.

#. Type: string
#. Description
#: ../templates:4001
msgid Administrative user's mail:
msgstr E-Mail-Adresse des verwaltenden Benutzers:

#. Type: string
#. Description
#: ../templates:4001
msgid Please enter the mail address of the administrative user.
msgstr Bitte geben Sie die E-Mail-Adresse des verwaltenden Benutzers ein.

#. Type: boolean
#. Description
#: ../templates:5001
msgid Configure Piwigo automatically?
msgstr Piwigo automatisch konfigurieren?

#. Type: boolean
#. Description
#: ../templates:5001
msgid 
The configuration program for the package can configure automatically Piwigo.
msgstr 
Das Konfigurationsprogramm für das Paket kann Piwigo automatisch 
konfigurieren.


Bug#568293: qemu-kvm: vm dies after a few days, consuming 100% cpu on the host until killed

2010-03-17 Thread Toni Mueller

Hi,

On Tue, 16.03.2010 at 20:01:20 +0300, Michael Tokarev m...@tls.msk.ru wrote:
 Toni Mueller wrote:
  Umm... I thought acpi was asking for trouble. But what you said - I
  retried without the -noacpi, and it still hangs with the 2.6.32-3 from
  unstable (I just dist-upgraded the whole vm today before testing).
 
 That's just insane... :(

yes, it is.

 Are you sure it is the kernel who hangs?

I'm pretty sure about that, because:

* It hangs while there are kernel messages scrolling by.
* The exactly same VM boots just fine, together with network
  and everthing, with the 2.6.26-something kernel that I didn't
  remove from it yet. It's just a matter of selecting 2.6.26
  in the grub menu to get the machine to boot to full
  operationality, and the 2.6.32 hangs always at exactly the
  same point with this 'clocksource unstable' message.

 something on the host, like some kvm message (try w/o -daemon? Look

That's how I found out that, and where, it hangs - I removed
'-nographics' and saw the error messages on the (virtual) console.

 By the way, by other platforms, what do you mean?  Different
 architectures or another host operating system?  Curious...

I mean both: For my daily work, I need the machine to run all sorts of
Linux for testing purposes, as well as all sorts of BSDs and most sorts
of modern Windows, starting at Windows XP or maybe earlier, and maybe
some more (eg. OpenSolaris). I also really want/need to run really
foreign machines, like eg. the emulator for my OpenMoko.

The Linux/Windows/BSD/Solaris stuff needs to be sufficiently reliable
and efficient for a hosting operation and/or inhouse use (server
consolidation), as an alternative to Xen and friends.


Kind regards,
--Toni++



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



Bug#574139: python-lamson: missing dependencies

2010-03-17 Thread David Watson
On Tue, 2010-03-16 at 18:07 +0200, Teemu Hukkanen wrote:
 Package: python-lamson
 Version: 1.0pre2-1
 Justification: renders package unusable
 Severity: grave
 
 The package needs to depend on two additional packages: python-chardet
 and python-dns.
 
 I'm offering to do a NMU in order to get this into squeeze.

Thanks Teemu,

I would rather see the version of lamson updated to the latest release
(1.0pre11) than see this version in squeeze.  I have some time this
weekend to deal with this, but as always any help would be appreciated.


-- 
David Watson




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



Bug#574196: choosewm: package removal fails

2010-03-17 Thread Bernhard R. Link
* Lucas Nussbaum lu...@lucas-nussbaum.net [100317 00:42]:
 While testing the installation of all packages in unstable, I ran
 into the following problem:
  rm: cannot remove `/var/lib/choosewm/windowmanagers': No such file or 
  directory

D'oh, indeed. Looks like instead of writing rm -f as I intended I wrote rm -r.

Thanks for catching this,
Bernhard R. Link



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



Bug#574268: ITP: ttf-kacst-one

2010-03-17 Thread Hideki Yamane

Package: wnpp
Severity: wishlist
X-Debbugs-CC: pkg-fonts-de...@lists.alioth.debian.org

   Package name: ttf-kacst-one
Version: 3.0-1
Upstream Author: Khaled Hosny khaledho...@eglug.org
URL: http://musashi.or.tv/kouzanmouhitufont.htm
License: GPL2
Description: KACST free TrueType Arabic fonts, KACST One
 This is a TrueType Arabic font released by the King Abdulaziz 
City 
 for Science and Technology (KACST).



-- 
Regards,

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


pgpBBFw37oQB9.pgp
Description: PGP signature


Bug#574269: [smb4k] Don't startup due to missing umount.cifs

2010-03-17 Thread Robert Wohlrab
Package: smb4k
Version: 0.10.5-1
Severity: serious

When I start smb4k it presents a dialog with the information:

Either your PATH environment variable is not set properly or there are the 
following programs missing on your system:
umount.cifs
Please correct this and restart Smb4K.

As there is no more umount.cifs in Debian sid it makes smb4k unusable for 
everyone.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.32-3-amd64

Debian Release: squeeze/sid
  500 unstableftp.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-=
kdebase-runtime  (= 4:4.3.0) | 4:4.3.4-2
kdelibs5 (= 4:4.3.4) | 4:4.3.4-3
libc6  (= 2.2.5) | 2.10.2-6
libgcc1  (= 1:4.1.1) | 1:4.4.3-3
libqt4-dbus  (= 4:4.5.3) | 4:4.5.3-4
libqt4-network   (= 4:4.5.3) | 4:4.5.3-4
libqt4-svg   (= 4:4.5.3) | 4:4.5.3-4
libqt4-xml   (= 4:4.5.3) | 4:4.5.3-4
libqtcore4   (= 4:4.5.3) | 4:4.5.3-4
libqtgui4(= 4:4.5.3) | 4:4.5.3-4
libstdc++6 (= 4.4.0) | 4.4.3-3
samba-common-bin  | 2:3.4.7~dfsg-1
smbclient | 2:3.4.7~dfsg-1
smbfs | 2:4.0-1


Recommends  (Version) | Installed
=-+-===
sudo  | 1.7.2p5-1


Suggests(Version) | Installed
=-+-===
kwalletmanager| 4:4.3.4-2





-- 
Robert Wohlrab



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



Bug#574270: usb-modeswitch-data: MF636 not working after upgrade

2010-03-17 Thread lkml
Package: usb-modeswitch-data
Version: 20100221-1
Severity: important

Reporting this here for the draisberghof bb requires registration. It's just a 
bad thing to have to get registrated with dozens of boards, wikis, trac or 
whatever and keeping track of software. I seek to contribute but not
waste effort and energy in useless regs and get humbled by 1k more of spam
messages.

Having that said, here's the report:

Device:
- Model: MC503HSA
- Type: MF636

After an usb-modeswitch-data update the modem was unusable as 
usb-modeswitch-data matched idVendor=19d2, idProduct=0037 in 
/etc/usb_modeswitch.d/19d2:2000, no ttyUSB? devices being created.

l /dev/ttyU*
ls: impossibile accedere a /dev/ttyU*: No such file or directory


Logging enabled in /lib/udev/usb_modeswitch: /var/log/usb_modeswitch_1-3\:1.0
The log shows a couple of tentatives exposing the problem with the 
/etc/usb_modeswitch.d/19d2:2000 file. 

Once this file was removed the ttyUSB? devices where created again.

Using debian, usb-modeswitch-data:
dpkg -l usb-modeswitch-data
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ NomeVersioneDescrizione
+++-===-===-==
ii  usb-modeswitch-data 20100221-1  mode switching data 
for usb-modeswitch

dmesg output:
[686354.596155] usb 1-3: new high speed USB device using ehci_hcd and address 52
[686354.713111] usb 1-3: New USB device found, idVendor=19d2, idProduct=0037
[686354.713120] usb 1-3: New USB device strings: Mfr=3, Product=2, 
SerialNumber=4
[686354.713127] usb 1-3: Product: ONDA WCDMA Technologies MSM
[686354.713132] usb 1-3: Manufacturer: ONDA,Incorporated
[686354.713137] usb 1-3: SerialNumber: P673M2ODCD01
[686354.715352] option 1-3:1.0: GSM modem (1-port) converter detected
[686354.715583] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB0
[686354.715758] option 1-3:1.1: GSM modem (1-port) converter detected
[686354.715936] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB1
[686354.717048] scsi54 : usb-storage 1-3:1.2
[686354.717509] option 1-3:1.3: GSM modem (1-port) converter detected
[686354.717770] usb 1-3: GSM modem (1-port) converter now attached to ttyUSB2

Content of /var/log/usb_modeswitch_1-3\:1.0 :

USB_ModeSwitch log from Wed Mar 17 01:43:48 CET 2010

raw args from udev: 1-3:1.0/1-3:1.0
USB dir exists: /sys/bus/usb/devices/1-3

USB values from sysfs:
  manufacturer  ONDA,Incorporated
  product   ONDA WCDMA Technologies MSM
  serialP673M2ODCD01

SCSI attributes not needed, moving on
checking config: /etc/usb_modeswitch.d/19d2:2000:uPr=ZTE_WCDMA
matching usb(product)
  match string: ZTE WCDMA
 device string: ONDA WCDMA Technologies MSM
* no match, not switching with this config
checking config: /etc/usb_modeswitch.d/19d2:2000:uPr=ZTE_CDMA
matching usb(product)
  match string: ZTE CDMA
 device string: ONDA WCDMA Technologies MSM
* no match, not switching with this config
checking config: /etc/usb_modeswitch.d/19d2:2000:uPr=USB_ZTE
matching usb(product)
  match string: USB ZTE
 device string: ONDA WCDMA Technologies MSM
* no match, not switching with this config
checking config: /etc/usb_modeswitch.d/19d2:2000
! matched, now switching
 (running command: /usr/sbin/usb_modeswitch -I -W -c 
/etc/usb_modeswitch.d/19d2:2000)

verbose output of usb_modeswitch:

usb_set_debug: Setting debugging level to 15 (on)
usb_os_find_busses: Found 003
usb_os_find_busses: Found 006
usb_os_find_busses: Found 005
usb_os_find_busses: Found 001
usb_os_find_busses: Found 004
usb_os_find_busses: Found 002
usb_os_find_devices: Found 032 on 003
skipped 1 class/vendor specific interface descriptors
usb_os_find_devices: Found 003 on 003
usb_os_find_devices: Found 001 on 003
error obtaining child information: Inappropriate ioctl for device
error obtaining child information: Inappropriate ioctl for device
usb_os_find_devices: Found 001 on 006
usb_os_find_devices: Found 001 on 005
usb_os_find_devices: Found 048 on 001
usb_os_find_devices: Found 001 on 001
error obtaining child information: Inappropriate ioctl for device
usb_os_find_devices: Found 001 on 004
usb_os_find_devices: Couldn't open /dev/bus/usb/002/065
usb_os_find_devices: Found 001 on 002
Reading config file: /etc/usb_modeswitch.d/19d2:2000

 * usb-modeswitch: handle USB devices with multiple modes
 * Version 1.1.0 (C) Josua Dietze 2010
 * Based on libusb 0.1.12

 ! PLEASE REPORT NEW CONFIGURATIONS !

DefaultVendor=  0x19d2
DefaultProduct= 0x2000
TargetVendor=   0x19d2
TargetProduct=  not set
TargetProductList=0001,0002,0015,0031,0037,0052,0055,0063
TargetClass=not set

DetachStorageOnly=0
HuaweiMode=0
SierraMode=0

Bug#569461: patched

2010-03-17 Thread Evgeni Golov
tags 569461 + patch pending
thanks

I've imported a patch for this FTBFS in pkg-games git under 
http://git.debian.org/?p=pkg-games/visualboyadvance.git

Just waiting for the original maintainers to speak up before uploading 
it.

Regards
Evgeni

-- 
Bruce Schneier can read and understand Perl programs.



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



Bug#574153: python-pkg-resources: Missing file leaves it unconfigured

2010-03-17 Thread chrysn
python-pkg-resources tries to access
/usr/lib/python3.1/dist-packages/pkg_resources.py, a file provided by
python3-pkg-resources.

as a temporary workaround, i installed python3-pkg-resources and
python-pkg-resources' post-install worked. (i'm not sure if this created
any files that are not cleaned up later, though.)

-- 
To use raw power is to make yourself infinitely vulnerable to greater powers.
  -- Bene Gesserit axiom


signature.asc
Description: Digital signature


Bug#569002: libmysql-java: Connection to OpenOffice.org failed

2010-03-17 Thread Mechtilde
It seems it works under Sid but not under Squeeze. I tested it with the
same *.odb file.

As I can see all related packages have the same version number.


--=20
Dipl. Ing. Mechtilde Stehmann
## http://de.openoffice.org
## Ansprechpartnerin f=FCr die deutschsprachige QA
## Freie Office-Suite f=FCr Linux, Mac, Windows, Solaris
## Meine Seite http://www.mechtilde.de
## PGP encryption welcome! Key-ID: 0x53B3892B




signature.asc
Description: OpenPGP digital signature


Bug#574271: eclipse: doesn't start

2010-03-17 Thread Christian Marillat
Package: eclipse
Version: 3.4.1-1
Severity: grave

Hi,

eclipse doesn't start :

==
searching for compatible vm...
  testing /usr/lib/jvm/default-java...not found
  testing /usr/lib/jvm/java-gcj...not found
  testing /usr/lib/kaffe/pthreads...not found
Could not create /usr/local/lib/eclipse/.eclipseextension. Please run as root:
touch /usr/local/lib/eclipse/.eclipseextension
chmod 2775 /usr/local/lib/eclipse/.eclipseextension
chown root:staff /usr/local/lib/eclipse/.eclipseextension
==

Even after doing the changes above :

==
$ eclipse 
searching for compatible vm...
  testing /usr/lib/jvm/default-java...not found
  testing /usr/lib/jvm/java-gcj...not found
  testing /usr/lib/kaffe/pthreads...not found
==

Christian

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

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

Versions of packages eclipse depends on:
ii  eclipse-jdt   3.4.1-1Java Development Tools plug-ins fo
ii  eclipse-pde   3.4.1-1Plug-in Development Environment to
ii  eclipse-source3.4.1-1Eclipse source code plug-ins
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  zenity2.28.0-2   Display graphical dialog boxes fro

Versions of packages eclipse recommends:
pn  eclipse-gcj   none (no description available)

eclipse 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#574272: libvirt0: libvirt update breaks 'save' command on domain; Error message: Migration is not active

2010-03-17 Thread Andreas Bießmann
Package: libvirt0
Version: 0.7.7-1
Severity: important


Since livirt upgrade to 0.7.7 in my test box the command
'virsh -c qemu:///system save DOMAIN /tmp/DOMAIN.img' is broken.
The response from virsh is:

---8---
error: Failed to save domain DOMAIN to /tmp/DOMAIN.img
error: operation failed: Migration is not active
---8---

Downgrade to 0.7.6 fix this issue.

We used to backup our VM's in production system with a little script which
relies on this save/restore feature. This is a main feature of libvirt an
should be fixed until squeeze release!

This issue might be in mainline libvirt too but I have not tested this.
There was a major upgrade to kvm driver in libvirt supporting asynchronous jobs
since 0.7.7

Anyone involved in upstream development?

Additional information:
 - we use a kvm virtualisation
 - not tested with other backend

regards

Andreas Bießmann

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

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

Versions of packages libvirt0 depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libcap-ng00.6.2-4+b1 An alternate posix capabilities li
ii  libgcrypt11   1.4.5-2LGPL Crypto library - runtime libr
ii  libgnutls26   2.8.5-2the GNU TLS library - runtime libr
ii  libsasl2-22.1.22.dfsg1-23+lenny1 Cyrus SASL - authentication abstra
ii  libxenstore3.03.2.1-2Xenstore communications library fo
ii  libxml2   2.7.6.dfsg-2+b1GNOME XML library

Versions of packages libvirt0 recommends:
ii  lvm2  2.02.39-7  The Linux Logical Volume Manager

libvirt0 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#510416: Error module

2010-03-17 Thread Shlomi Fish
On Wednesday 17 Mar 2010 08:05:16 Clint Burfoot wrote:
 Hi Shlomi,
 
 I'm writing to you in your capacity as maintainer of the Error CPAN
 module. I'm the maintainer of the Debian package for the module.
 
 I've had a bug report unable to debug code wrapped by try statement
 lodged against the package. Full details of the report are at the link
 below.
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510416
 
 My intuition is that this is a design limitation, not a bug. May I have
 your comment?

Yes it, is. Using this program:

SNIP
#!/usr/bin/perl

use strict;
use warnings;

use Error qw(:try);

try {
my $x = 5;
my $y = 6;
print $x*$y ==  , $x*$y, \n;
$x += $y;
$y++;
}
except {
my $E = shift;
print Got $E\n;
};

SNIP

I can debug it by putting a break on the line number of my $x = 5; (using b  
9) and it seems to work fine. Otherwise, I should note that we no longer 
recommend people to use Error.pm, due to the black magical nature of its 
syntactic sugar.

Regards,

Shlomi Fish

-- 
-
Shlomi Fish   http://www.shlomifish.org/
What Makes Software Apps High Quality -  http://shlom.in/sw-quality

Deletionists delete Wikipedia articles that they consider lame.
Chuck Norris deletes deletionists whom he considers lame.

Please reply to list if it's a mailing list post - http://shlom.in/reply .



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



Bug#574274: ITP: atspiuiasource -- At-spi UIA source

2010-03-17 Thread Ray Wang
Package: wnpp
Severity: wishlist
Owner: Ray Wang rayw...@gnome.org

* Package name: atspiuiasource
  Version : 2.0
  Upstream Author : Mono Accessibility mono-a...@forge.novell.com
* URL : http://www.mono-project.com/Accessibility
* License : MIT/X
  Programming Lang: C#
  Description : At-spi UIA source

At-spi UIA source client side



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



Bug#574275: ITP: at-spi-sharp -- C# bindings for at-spi

2010-03-17 Thread Ray Wang
Package: wnpp
Severity: wishlist
Owner: Ray Wang rayw...@gnome.org

* Package name: at-spi-sharp
  Version : 1.0
  Upstream Author : Mono Accessibility mono-a...@forge.novell.com
* URL : http://www.mono-project.com/Accessibility
* License : MIT/X
  Programming Lang: C#
  Description : C# bindings for at-spi

C# mono bindings for at-spi.



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



Bug#574273: linux-image-2.6.32-3-686: Hang on access to SD card

2010-03-17 Thread Alexey Feldgendler

Package: linux-2.6
Version: 2.6.32-9
Severity: normal


I have a 3.5 memory card reader that sits in the floppy drive slot
(connected internally using USB). When trying to read an SD card, the
kernel thread handling it hangs, see log below. This has actually
started a few kernel versions ago, but I didn't have time to file the
bug.

I did some research, here are my findings:

1. It's not a userland problem. I tried booting with init=/bin/sh and
starting only udev; the hang happens on any access to the device.

2. Likewise, it doesn't depend on the proprietary modules I'm using
(although the log below says the kernel tainted): booting without them
doesn't fix it.

3. The card reader has four slots for different types of cards. The
CompactFlash slot works fine while the SD slot is broken. Couldn't try
the other two because I don't own those types of cards.

4. I also have a somewhat similar 4-way USB card reader that's
portable. Same problem with it: CF works, SD fails. The SD slot in it
fails on both my workstation and laptop (both running the same
kernel).

5. The built-in SD slot in the laptop, however, works fine.

6. The effect doesn't seem to depend on the type of card used; both my
2 Gb and 8 Gb cards from different manufacturers fail.

Here is the output of lsusb -v about the card reader:

Bus 001 Device 002: ID 05e3:070e Genesys Logic, Inc. X-PRO CR20xA USB 2.0  
Internal Card Reader

Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0
  bDeviceProtocol 0
  bMaxPacketSize064
  idVendor   0x05e3 Genesys Logic, Inc.
  idProduct  0x070e X-PRO CR20xA USB 2.0 Internal Card Reader
  bcdDevice   93.17
  iManufacturer   3 Genesys
  iProduct4 USB Reader
  iSerial 5 IR06074
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   32
bNumInterfaces  1
bConfigurationValue 1
iConfiguration  0
bmAttributes 0x80
  (Bus Powered)
MaxPower  500mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   2
  bInterfaceClass 8 Mass Storage
  bInterfaceSubClass  6 SCSI
  bInterfaceProtocol 80 Bulk (Zip)
  iInterface  0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02  EP 2 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   0
Device Qualifier (for other device speed):
  bLength10
  bDescriptorType 6
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0
  bDeviceProtocol 0
  bMaxPacketSize064
  bNumConfigurations  1
Device Status: 0x
  (Bus Powered)


-- Package-specific info:
** Version:
Linux version 2.6.32-3-686 (Debian 2.6.32-9) (m...@debian.org) (gcc  
version 4.3.4 (Debian 4.3.4-8) ) #1 SMP Thu Feb 25 06:14:20 UTC 2010


** Command line:
BOOT_IMAGE=//vmlinuz-2.6.32-3-686  
root=UUID=b09bd556-3e82-4c5f-94b5-ce7b6d4064d4 ro splash


** Tainted: P (1)
 * Proprietary module has been loaded.

** Kernel log:
[370002.348014] usb 1-2: reset high speed USB device using ehci_hcd and  
address 2
[370018.596510] usb 1-2: reset high speed USB device using ehci_hcd and  
address 2
[370018.848017] usb 1-2: reset high speed USB device using ehci_hcd and  
address 2
[370029.096015] usb 1-2: reset high speed USB device using ehci_hcd and  
address 2
[370029.232848] sd 8:0:0:1: Device offlined - not ready after error  
recovery
[370060.112013] usb 1-2: reset high speed USB device using ehci_hcd and  
address 2
[370070.360012] usb 1-2: reset high speed USB device using ehci_hcd and  
address 2
[370082.040022] INFO: task hald-addon-stor:3881 blocked for more than 120  
seconds.
[370082.040025] echo 0  /proc/sys/kernel/hung_task_timeout_secs  
disables this message.

[370082.040028] hald-addon-st D f7cf897f 0  3881   3835 0x
[370082.040033]  f65d2a80 0086  f7cf897f  c13fc000  
c13fc000 f6d3d000
[370082.040039]  f65d2c3c c3108000 0001 

Bug#574276: ITP: re2 -- efficient, principled regular expression library

2010-03-17 Thread Stefano Rivera
Package: wnpp
Severity: wishlist
Owner: Stefano Rivera stef...@rivera.za.net


* Package name: re2
  Version : 0+hg10+dfsg
  Upstream Author : Google Inc.
* URL : http://code.google.com/p/re2/
* License : BSD
  Programming Lang: C++
  Description : efficient, principled regular expression library

RE2 is a fast, safe, thread-friendly alternative to backtracking regular
expression engines like those used in PCRE, Perl, and Python. It is a C++
library.

RE2 uses automata theory to guarantee that regular expression searches run in
time linear in the size of the input. RE2 implements memory limits, so that
searches can be constrained to a fixed amount of memory. RE2 is engineered to
use a small fixed C++ stack footprint no matter what inputs or regular
expressions it must process; thus RE2 is useful in multithreaded environments
where thread stacks cannot grow arbitrarily large.

On large inputs, RE2 is often much faster than backtracking engines; its use
of automata theory lets it apply optimizations that the others cannot.


It hasn't released a version yet, but is reported to have been widely used
within Google for a while. We presume it has stabilised a bit.



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



Bug#574278: ITP: at-spi-sharp -- C# bindings for at-spi

2010-03-17 Thread Ray Wang
Package: wnpp
Severity: wishlist
Owner: Ray Wang rayw...@gnome.org

* Package name: at-spi-sharp
  Version : 1.0
  Upstream Author : Mono Accessibility mono-a...@forge.novell.com
* URL : http://www.mono-project.com/Accessibility
* License : MIT/X
  Programming Lang: C#
  Description : C# bindings for at-spi

C# mono bindings for at-spi.



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



Bug#574277: mediawiki-extensions: wrong instructions in README.Debian

2010-03-17 Thread Christian Marillat
Package: mediawiki-extensions
Version: 1.6
Severity: normal

Hi,

In /usr/share/doc/mediawiki-extensions/README.Debian :

In order to enable or disable an extension, you can use:
  menext extension.php

1) the menext binary is now called mwenext.

2) Doesn't work :

$ mwenext extension.php
Extension does not exist !

You should explain that extension.php is a file in
/etc/mediawiki-extensions/extensions-available

Christian

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

Kernel: Linux 2.6.33 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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#574279: ITP: atspiuiasource -- At-spi UIA source

2010-03-17 Thread Ray Wang
Package: wnpp
Severity: wishlist
Owner: Ray Wang rayw...@gnome.org

* Package name: atspiuiasource
  Version : 2.0
  Upstream Author : Mono Accessibility mono-a...@forge.novell.com
* URL : http://www.mono-project.com/Accessibility
* License : MIT/X
  Programming Lang: C#
  Description : At-spi UIA source

At-spi UIA source client side



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



Bug#574268: [Pkg-fonts-devel] Bug#574268: ITP: ttf-kacst-one

2010-03-17 Thread Christian PERRIER
Quoting Hideki Yamane (henr...@debian.or.jp):
 Description: KACST free TrueType Arabic fonts, KACST One
  This is a TrueType Arabic font released by the King 
 Abdulaziz City 
  for Science and Technology (KACST).


Synopsis: repeating KACST twice is maybe too much. free is also
useless IMHO.

Description: TrueType font designed for Arabic language
 This package provides an TrueType font designed for Arabic by the
 King Abdulaziz City for Science and Technology (KACST), Saudi Arabia.

(after all, not everybody knows where is KACST..:)




signature.asc
Description: Digital signature


Bug#574144: [Pkg-samba-maint] Bug#574144: It used to work on winbind 3.4.2

2010-03-17 Thread Christian PERRIER
Quoting Castan Eric (eric.cas...@elca.ch):
 Hello,
  
 I need to say that I have held the winbind package on some other lenny
 nodes.
 On nodes on which winbind version 2:3.4.2-1~bpo50+3 is running, the
 above problem does not occur, and for me it is more stable.


It's probably worth being reported upstream rather than only in Debian
BTS. You have first hand information for this. Would you mind doing it
(and inform us about the upstream bug report)?




signature.asc
Description: Digital signature


Bug#574232: cadabra: package purge (after dependencies removal) fails

2010-03-17 Thread Kasper Peeters
Thanks for reporting that. The problem is the 'postrm' (and 'postinst')
scripts, which build the TeX ls-R files, but get called much later than
I thought. 

The proper way to fix this is to 

  - remove debian/postrm and debian/postinst
  - add 'dh_installtex' in debian/rules, below 'dh_installman'.

Guerkan, can you make these changes and upload them? Or should this go
through a different channel?

Cheers,
Kasper


signature.asc
Description: PGP signature


Bug#574255: nvidia-kernel-common: diff for NMU version 20100216+3+nmu1

2010-03-17 Thread jcdubacq1
tags 574255 + patch
tags 574255 + security
severity 574255 critical
thanks

Dear Randall,

I've prepared an NMU for nvidia-kernel-common (versioned as 20100216+3+nmu1).
It fixes the security bug (tested).

Moreover, if you delete debian/preinst (not used), the package will be
lintian clean.

Regards.

-- 
Jean-Christophe Dubacq
diff -Nru nvidia-kernel-common-20100216+3/debian/changelog nvidia-kernel-common-20100216+3+nmu1/debian/changelog
--- nvidia-kernel-common-20100216+3/debian/changelog	2010-02-21 22:38:31.0 +0100
+++ nvidia-kernel-common-20100216+3+nmu1/debian/changelog	2010-03-17 10:42:29.0 +0100
@@ -1,3 +1,10 @@
+nvidia-kernel-common (20100216+3+nmu1) unstable; urgency=critical
+
+  * Non-maintainer upload.
+  * fix security bug for console users (closes: #574255)
+
+ -- Jean-Christophe Dubacq jcduba...@free.fr  Wed, 17 Mar 2010 10:42:23 +0100
+
 nvidia-kernel-common (20100216+3) unstable; urgency=low
 
   * fix executable nvidia_helper (closes: #570191) 
diff -Nru nvidia-kernel-common-20100216+3/debian/nvidia-kernel-common.udev nvidia-kernel-common-20100216+3+nmu1/debian/nvidia-kernel-common.udev
--- nvidia-kernel-common-20100216+3/debian/nvidia-kernel-common.udev	2010-02-16 20:22:15.0 +0100
+++ nvidia-kernel-common-20100216+3+nmu1/debian/nvidia-kernel-common.udev	2010-03-17 10:16:10.0 +0100
@@ -2,7 +2,7 @@
 # This is necessary until the driver uses some other form of auth
 ENV{ACL_MANAGE}==0, GOTO=nvidia_end
 DRIVER==nvidia,ENV{NVIDIA_DEVICE}=1
-ENV{NVIDIA_DEVICE}==0, GOTO=nvidia_end
+ENV{NVIDIA_DEVICE}!=1, GOTO=nvidia_end
 ENV{ACL_MANAGE}=1
 TEST!=/lib/libglib-2.0.so.0, GOTO=nvidia_end
 # apply ACL for all locally logged in users


Bug#570006: claws-mail: gtkcmctree.c:4556 Condition node != NULL failed

2010-03-17 Thread Benjamin S.

On Tue, 16 Feb 2010 08:45:20 +0100
Ricardo Mones mo...@debian.org wrote:

   Please install claws-mail-dbg package to get a proper backtrace, the one
   you sent has no symbols. You may have a look here [0] for some help with
   debugging claws-mail.
   Also, what are the steps to make it crash? I cannot figure that out just
   from the backtrace.

I don't know how to reproduce it. It happens rarely and if it
happens claws-mail does not necessarily completely crash. 


# cat log | grep -B50 -A100 traceback

folder.c:4574:Folder account2 wants sync
inc.c:1506:added timer = 574660
folderview.c:2125:newly selected 0xdcb560, opened 0xdcb4c0
summaryview.c:1134:called inc_lock (lock count 1)
summaryview.c:1207:empty folder ((nil) (null) (nil) 0)

folder.c:4574:Folder account2 wants sync
folder.c:4574:Folder account2 wants sync
folder.c:4574:Folder account2 wants sync
folder.c:4574:Folder account2 wants sync
summaryview.c:1218:called inc_unlock (lock count 0)
summaryview.c:1228:TIMING summary_show : 0s015ms
folder.c:2705:Save cache for folder #imap/account1/INBOX
msgcache.c:1169:Writing message cache to (null) and (null)...
msgcache.c:1250:done.
msgcache.c:1251:TIMING msgcache_write : 0s000ms
folder.c:1208:Counting total number of messages...
main.c:971:The name com.google.code.Awn was not provided by any .service files
folderview.c:2171:Folder INBOX/daten/mm is selected
folderview.c:2187:Opening Folder INBOX/daten/mm...
imap.c:4263:getting session...
imap.c:513:locking session 0x1559200 (0)
folder.c:4574:Folder account2 wants sync
folder.c:4574:Folder account2 wants sync
imap.c:3222:using separator: .
imap-thread.c:1046:imap status - begin
imap-thread.c:387:found imap 0x1d72ea0
imap-thread.c:387:found imap 0x1d72ea0
[17:31:55] IMAP4 4583 STATUS INBOX.daten.mm (MESSAGES UIDNEXT UIDVALIDITY 
UNSEEN) 
gtkcmctree.c:4556 Condition node != NULL failed
traceback:
0:  /usr/bin/claws-mail(gtk_cmctree_select+0x18e) [0x5f8b2e]
1:  /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x15e) [0x750ab44e]
2:  /usr/lib/libgobject-2.0.so.0 [0x750bf513]
3:  /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7ff) 
[0x750c08cf]
4:  /usr/lib/libgobject-2.0.so.0(g_signal_emit_by_name+0x207) 
[0x750c0c07]
5:  /usr/lib/libgtk-x11-2.0.so.0 [0x773fc057]
6:  /usr/lib/libgtk-x11-2.0.so.0 [0x773fd9d4]
7:  /usr/lib/libgtk-x11-2.0.so.0(gtk_main_do_event+0x3dc) [0x772cdc9c]
8:  /usr/lib/libgdk-x11-2.0.so.0 [0x76f42c9c]
9:  /lib/libglib-2.0.so.0(g_main_context_dispatch+0x22e) [0x74e1390e]
10: /lib/libglib-2.0.so.0 [0x74e172c8]
11: /lib/libglib-2.0.so.0(g_main_context_iteration+0x80) [0x74e173f0]
12: /usr/lib/libgtk-x11-2.0.so.0(gtk_main_iteration+0x21) [0x772cde31]
13: /usr/bin/claws-mail [0x5c5a9d]
14: /usr/bin/claws-mail(imap_threaded_status+0xcc) [0x5ca29c]
15: /usr/bin/claws-mail [0x4d39a3]
16: /usr/bin/claws-mail(folder_item_open+0x57) [0x4c0517]
17: /usr/bin/claws-mail [0x4c3e32]
18: /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x15e) [0x750ab44e]
19: /usr/lib/libgobject-2.0.so.0 [0x750bf513]
20: /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x7ff) 
[0x750c08cf]
21: /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x83) [0x750c0dd3]
22: /usr/bin/claws-mail(gtk_cmctree_select+0xba) [0x5f8a5a]
23: /usr/bin/claws-mail [0x600709]
24: /usr/bin/claws-mail [0x624f6f]
25: /usr/bin/claws-mail(gtk_cmclist_unselect_all+0xf1) [0x6095f1]
26: /usr/bin/claws-mail [0x6221c9]
27: /usr/bin/claws-mail [0x62463a]
28: /usr/lib/libgtk-x11-2.0.so.0 [0x772d4538]
29: /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x15e) [0x750ab44e]
30: /usr/lib/libgobject-2.0.so.0 [0x750bf1dd]
31: /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x69a) 
[0x750c076a]
32: /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x83) [0x750c0dd3]
33: /usr/lib/libgtk-x11-2.0.so.0 [0x773db6cf]
34: /usr/lib/libgtk-x11-2.0.so.0(gtk_propagate_event+0xe3) [0x772ccae3]
35: /usr/lib/libgtk-x11-2.0.so.0(gtk_main_do_event+0x1f3) [0x772cdab3]
36: /usr/lib/libgdk-x11-2.0.so.0 [0x76f42c9c]
37: /lib/libglib-2.0.so.0(g_main_context_dispatch+0x22e) [0x74e1390e]
38: /lib/libglib-2.0.so.0 [0x74e172c8]
39: /lib/libglib-2.0.so.0(g_main_loop_run+0x1a5) [0x74e17725]
40: /usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xa7) [0x772cdf87]
41: /usr/bin/claws-mail(main+0x19d2) [0x4f7f12]
42: /lib/libc.so.6(__libc_start_main+0xfd) [0x742d2abd]
43: /usr/bin/claws-mail [0x448bc9]

[17:31:56] IMAP4 * STATUS INBOX.daten.mm (MESSAGES 5 UIDNEXT 6 UIDVALIDITY 
1249042611 UNSEEN 0) 
[17:31:56] IMAP4 4583 OK STATUS Completed. 
imap-thread.c:1035:imap status run - end 0
imap-thread.c:403:generic_cb
imap-thread.c:1075:imap status - end
imap.c:4311:exists 5, item-item.total_msgs 5
imap.c:526:unlocking session 0x1559200
folder.c:4574:Folder account2 

Bug#574051: kvm: VMs fail with error: isa irq 4 already assigned

2010-03-17 Thread Michael Tokarev
tags 574051 + pending upstream confirmed
thanks

Stuart Pook wrote:
 Package: kvm
 Version: 1:0.12.3+dfsg-4
 Severity: normal
 
 
 After an upgrade none of my virtual machines will start any more. They all 
 give the error
 isa irq 4 already assigned. This appears to be because you can no longer 
 give more than
 two -serial options to kvm.

And upstream confirms this, and provides a patch as well.
See http://marc.info/?l=kvmm=126881749332105w=2 .

The patch will be in the next release of the package in Debian.

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#459712: Fix

2010-03-17 Thread Eugen Dedu
Just to say that it is really annoying this conflict, so I plan to
remove it very soon (if no person objects).

-- 
Eugen



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



Bug#572746: libm: sinf/cosf performance is awful on amd64

2010-03-17 Thread Vincent Lefevre
On 2010-03-07 16:17:08 +0100, Aurelien Jarno wrote:
 On amd64, only sincos has an optimized version,

It may be optimized, but completely buggy. For instance, on 1e22,
sincos returns 0.46261304076460174617 for the sine instead of
-0.85220084976718879499 (correctly rounded value). Even the sign
is incorrect!

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



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



Bug#574280: morituri: advertises --help on error messages, but that option provides no fuerther information

2010-03-17 Thread Peter Wiersig
Package: morituri
Version: 0.1.0-1
Severity: minor

sample session:
  ~$ rip drive
  Usage: rip drive [command]
  
  Use --help to get a list of commands.
  ~$ rip drive --help
  Usage:
rip [OPTION...] - GStreamer initialization
  
  Help Options:
-h, --helpShow help options
--help-allShow all help options
--help-gstShow GStreamer Options

rip --help also doesn't provide any commands or usage information.

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

Kernel: Linux 2.6.32-8.slh.2-sidux-amd64 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages morituri depends on:
ii  cdparanoia   3.10.2+debian-9 audio extraction tool for sampling
ii  cdrdao   1:1.2.2-18.1records CDs in Disk-At-Once (DAO) 
ii  gstreamer0.10-plugins-go 0.10.21-1   GStreamer plugins from the good 
ii  python   2.5.4-9 An interactive high-level object-o
ii  python-gobject   2.20.0-1+b1 Python bindings for the GObject li
ii  python-gst0.10   0.10.18-1   generic media-playing framework (P
ii  python-gtk2  2.16.0-2Python bindings for the GTK+ widge
ii  python-musicbrainz2  0.6.0-2 An interface to the MusicBrainz XM

morituri recommends no packages.

Versions of packages morituri suggests:
pn  python-pycdio 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#565204: mutter: 565204: unreproducible

2010-03-17 Thread Paul Wise
On Tue, 2010-03-16 at 19:55 +0100, Emilio Pozuelo Monfort wrote:
 On 16/03/10 10:38, Paul Wise wrote:
  I can't reproduce this crash with mutter 2.29.0-1.
 
 Did you get it before?

I initially only tested 2.29.0-1 during the Thai BSP. Just now I've
tested the version in the initial report (2.28.1~git20091208-1), but
mutter --replace does not crash with it either for me.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#574149: krb5: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2010-03-17 Thread Christian PERRIER

I just reassigned this bug to krb5. Thanks, Sven, for the notice.




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



Bug#574070: graphviz: Please add a 'dot -T help' option to cleanly list plugin renderer formats.

2010-03-17 Thread A. Costa
On Tue, 16 Mar 2010 19:18:26 +
David Claughton d...@eclecticdave.com wrote:

 dot -Tsvg -P -o dotformats.svg

Cool tip, but with v2.20.2-8 +b1 it doesn't happen:

% dot -Tsvg -P -o dotformats.svg 21 | head -n 1 ; echo $?
dot: option -P unrecognized
0

The '0' error code is prolly another bug.  Was there a typo?  '-P'
isn't in the command line help or the manual.  

% { man dot ; dot  -h 21 ;} | grep  '\-P'
in  the  spirit  of Fruchterman and Reingold (cf. Software-Practice  
Experience 21(11), 1991,

However it works, it'd be neat to see.  Come to think of it, every
command should have a nice 'dot' graph of options!  Given which,
there should be a standard invocation, (and preferably a standard
syntax for the output), something like the common option '-v' for
verbose... '-vdot', '-hdot', '-hgraph', '-hdag', or like that.



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



Bug#574281: Pinyin-database's description is ambiguity.

2010-03-17 Thread Adam Lee
Package: pinyin-database
Version: 1.2.99-3
Severity: minor

Description is ambiguity, no tar.bz2, not for compile.

So I use android-db which size is pity 3MB a long time.

The older package is depends on android|open, now it's depends on
open|android, so the new user won't meet with this problem. But I'm a
regular user, so...

A long time ago, I asked you for db's size problem, and you give me the
answer, pinyin-database, but the description cheated me.


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

Kernel: Linux 2.6.32-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 pinyin-database depends on:
ii  dpkg  1.15.5.6   Debian package management system

pinyin-database recommends no packages.

pinyin-database suggests no packages.

-- no debconf information


signature.asc
Description: Digital signature


Bug#574061: #574061 fonts from optional xfonts-base package is hardcoded into /etc/X11/app-defaults/XTerm

2010-03-17 Thread Thomas Dickey
Aside from having the package either suggest or depend on xfonts-base,
I don't see anything that needs to be changed.

-- 
Thomas E. Dickey dic...@invisible-island.net
http://invisible-island.net
ftp://invisible-island.net


signature.asc
Description: Digital signature


Bug#572746: libm: sinf/cosf performance is awful on amd64

2010-03-17 Thread Vincent Lefevre
On 2010-03-06 11:42:51 +0100, Jerome Vizcaino wrote:
 After many tests and research I've come to the conclusion that the
 float variants of
 sin/cos (and maybe others) are anormaly slow Debian amd64.

Note that on amd64, sin and cos may be slow, but at least they are
mostly correct (in rounding to nearest only). In 32-bit mode (-m32),
the hardware fsin/fcos instructions (and implementation) are used,
but they are buggy on large arguments, just like sincos in 64-bit
mode (which uses the hardware instruction fsincos), and not as
accurate as the MathLib version on small arguments (even though
MathLib has a bug in its error analysis for sin).

If you don't mind about correctness, you can still use the -ffast-math
GCC option (you don't use it in your Makefile). Depending on the
application, this can be OK, but don't complain if you get incorrect,
inaccurate or unexpected results in some cases.

This was for sin/cos. I don't know how sinf/cosf are implemented
in 32-bit and 64-bit modes, but make sure they don't have the same
problem. If they do, this bug is invalid.

Regards,

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



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



Bug#574271: eclipse: doesn't start

2010-03-17 Thread Niels Thykier
Christian Marillat wrote:
 Package: eclipse
 Version: 3.4.1-1
 Severity: grave
 
 Hi,
 
 eclipse doesn't start :
 
 ==
 searching for compatible vm...
   testing /usr/lib/jvm/default-java...not found
   testing /usr/lib/jvm/java-gcj...not found
   testing /usr/lib/kaffe/pthreads...not found
 Could not create /usr/local/lib/eclipse/.eclipseextension. Please run as root:
 touch /usr/local/lib/eclipse/.eclipseextension
 chmod 2775 /usr/local/lib/eclipse/.eclipseextension
 chown root:staff /usr/local/lib/eclipse/.eclipseextension
 ==
 
 Even after doing the changes above :
 
 ==
 $ eclipse 
 searching for compatible vm...
   testing /usr/lib/jvm/default-java...not found
   testing /usr/lib/jvm/java-gcj...not found
   testing /usr/lib/kaffe/pthreads...not found
 ==
 
 Christian
 
 -- System Information:
 Debian Release: squeeze/sid
   APT prefers unstable
   APT policy: (900, 'unstable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.33 (SMP w/4 CPU cores)
 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages eclipse depends on:
 ii  eclipse-jdt   3.4.1-1Java Development Tools plug-ins 
 fo
 ii  eclipse-pde   3.4.1-1Plug-in Development Environment 
 to
 ii  eclipse-source3.4.1-1Eclipse source code plug-ins
 ii  libc6 2.10.2-6   Embedded GNU C Library: Shared 
 lib
 ii  zenity2.28.0-2   Display graphical dialog boxes 
 fro
 
 Versions of packages eclipse recommends:
 pn  eclipse-gcj   none (no description available)
 
 eclipse suggests no packages.
 
 -- no debconf information
 

Hi

Thanks for the bug report. Beginning with the next upload, eclipse will
use /usr/bin/java by default (and thus respecting your local alternative).

Until the upload you can work around this one of the following ways:
 * install default-jre (or default-jdk)
   - This will install openjdk6 if you do not already have it and
 create the default-java symlink that eclipse is expecting.
 * start eclipse with the -vm flag.
   - eclipse -vm /usr/bin/java
   - eclipse -vm /usr/lib/jvm/${jvm}/bin/java
   - There is more than one way of doing this, see the manpage for
 alternative ways. Though I cannot remember if this will cause
 eclipse to ignore its ini file.
 * Add your JVM to /etc/eclipse/java_home
   - Note that this configuration file will be obsolete and ignored
 after the next upload.

Assuming you have openjdk installed, I would recommend the first
option as the default-{jre,jdk} are just meta packages.
  While you could install the gcj java, I would not recommend it. gcj is
inferior to openjdk and eclipse is known to fail with gcj[1].

In regards to /usr/local/lib/eclipse/.eclipseextension. I believe it
was an attempt by the previous maintainers or the previous versions of
eclipse to load (local/extra) extensions/features/plugins.
  The file itself is unrelated to whether eclipse is able to start and
this file nor its sibling in /usr/lib/eclipse will not - to the best of
my knowledge - be used in eclipse 3.5.2 (or later).

Obviously, eclipse will not ask you to create the file after the next
upload as well.

~Niels

[1] I believe it was added back when gcj was the best free alternative
present.



signature.asc
Description: OpenPGP digital signature


Bug#574282: libnet-dns-sec-perl: Please update this package to 0.16

2010-03-17 Thread Patrik Wallstrom
Package: libnet-dns-sec-perl
Version: 0.15-1
Severity: wishlist

Hi Ondrej!
There are some new features in 0.16 that I really would like.

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

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

Versions of packages libnet-dns-sec-perl depends on:
ii  libcrypt-openssl-bignum-perl  0.04-2 Access OpenSSL multiprecision inte
ii  libcrypt-openssl-dsa-perl 0.13-4 module which implements the DSA si
ii  libcrypt-openssl-rsa-perl 0.25-1+b1  Perl module providing basic RSA fu
ii  libdigest-bubblebabble-perl   0.01-2 perl module to create bubble-babbl
ii  libdigest-sha1-perl   2.12-1 NIST SHA-1 message digest algorith
ii  libmime-base32-perl   1.01-3 Base32 encoder/decoder
ii  libnet-dns-perl   0.66-1 Perform DNS queries from a Perl sc
ii  perl [libdigest-sha-perl] 5.10.1-11  Larry Wall's Practical Extraction 
ii  perl-modules [libtime-local-p 5.10.1-11  Core Perl modules

libnet-dns-sec-perl recommends no packages.

libnet-dns-sec-perl 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#574246: iotop: Display only the unmet requirements

2010-03-17 Thread Paul Wise
tags 574246 + patch upstream confirmed
thanks

On Tue, 2010-03-16 at 21:23 -0300, Nelson A. de Oliveira wrote:

 While running iotop here:
 
 Could not run iotop as some of the requirements are not met:
 - Linux = 2.6.20 with I/O accounting support (CONFIG_TASKSTATS, 
 CONFIG_TASK_DELAY_ACCT, CONFIG_TASK_IO_ACCOUNTING): Not found
 - Python = 2.5 or Python 2.4 with the ctypes module: Found
 
 It could only print the unmet requirements, instead printing both. It's easier
 to spot only what is missing (it's not necessary to say that I have the
 necessary python version to run it, for example).

I've attached a patch to implement the above request, it would be nice
if you could apply the patch to your git repository. Since it is a
wishlist request, releasing a new version with it is not urgent.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise
From aa0b418420a77d719ffd56f6b54ff1f86f50 Mon Sep 17 00:00:00 2001
From: Paul Wise pa...@bonedaddy.net
Date: Wed, 17 Mar 2010 17:44:29 +0700
Subject: [PATCH] Do not report requirements that are available.

Closes: http://bugs.debian.org/574246
---
 iotop/data.py |   13 ++---
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/iotop/data.py b/iotop/data.py
index bbe3e27..36c3b0d 100644
--- a/iotop/data.py
+++ b/iotop/data.py
@@ -24,14 +24,13 @@ else:
 has_ctypes = True
 
 if not ioaccounting or not has_ctypes:
-def boolean2string(boolean):
-return boolean and 'Found' or 'Not found'
 print 'Could not run iotop as some of the requirements are not met:'
-print '- Linux = 2.6.20 with I/O accounting support ' \
- '(CONFIG_TASKSTATS, CONFIG_TASK_DELAY_ACCT, ' \
- 'CONFIG_TASK_IO_ACCOUNTING):', boolean2string(ioaccounting)
-print '- Python = 2.5 or Python 2.4 with the ctypes module:', \
-boolean2string(has_ctypes)
+if not ioaccounting:
+print '- Linux = 2.6.20 with I/O accounting support ' \
+  '(CONFIG_TASKSTATS, CONFIG_TASK_DELAY_ACCT, ' \
+  'CONFIG_TASK_IO_ACCOUNTING)'
+if not has_ctypes:
+print '- Python = 2.5 or Python 2.4 with the ctypes module'
 
 sys.exit(1)
 
-- 
1.7.0



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


Bug#574283: samba: Doesn't bind to IPv4

2010-03-17 Thread Olaf van der Spek
Package: samba
Version: 2:3.4.7~dfsg-1
Severity: serious
Justification: IPv4 is kinda required

Hi,

Samba binds only to IPv6 and not to IPv4. I think this breaks stuff.

Greetings,

Olaf

$ sudo netstat -nlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address   Foreign Address State   
PID/Program name
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN  
1284/sshd   
tcp0  0 127.0.0.1:250.0.0.0:*   LISTEN  
1544/exim4  
tcp0  0 0.0.0.0:44738   0.0.0.0:*   LISTEN  
785/rpc.statd   
tcp0  0 127.0.0.1:3306  0.0.0.0:*   LISTEN  
1197/mysqld 
tcp0  0 0.0.0.0:111 0.0.0.0:*   LISTEN  
774/portmap 
tcp0  0 0.0.0.0:80  0.0.0.0:*   LISTEN  
1051/lighttpd   
tcp6   0  0 :::22   :::*LISTEN  
1284/sshd   
tcp6   0  0 ::1:25  :::*LISTEN  
1544/exim4  
tcp6   0  0 :::445  :::*LISTEN  
942/smbd
tcp6   0  0 :::139  :::*LISTEN  
942/smbd
tcp6   0  0 :::80   :::*LISTEN  
1051/lighttpd   
udp0  0 0.0.0.0:111 0.0.0.0:*   
774/portmap 
udp0  0 0.0.0.0:44793   0.0.0.0:*   
785/rpc.statd   
udp0  0 0.0.0.0:961 0.0.0.0:*   
785/rpc.statd   
udp0  0 0.0.0.0:68  0.0.0.0:*   
1005/dhclient3  

-- 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=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages samba depends on:
ii  adduser3.112 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.28Debian configuration management sy
ii  libacl12.2.49-2  Access control list shared library
ii  libattr1   1:2.4.44-1Extended attribute shared library
ii  libc6  2.10.2-6  Embedded GNU C Library: Shared lib
ii  libcap21:2.17-2  support for getting/setting POSIX.
ii  libcomerr2 1.41.10-1 common error description library
ii  libcups2   1.4.2-4   Common UNIX Printing System(tm) - 
ii  libgnutls262.8.5-2   the GNU TLS library - runtime libr
ii  libgssapi-krb5-2   1.8+dfsg~alpha1-7 MIT Kerberos runtime libraries - k
ii  libk5crypto3   1.8+dfsg~alpha1-7 MIT Kerberos runtime libraries - C
ii  libkrb5-3  1.8+dfsg~alpha1-7 MIT Kerberos runtime libraries
ii  libldap-2.4-2  2.4.17-2.1OpenLDAP libraries
ii  libpam-modules 1.1.1-2   Pluggable Authentication Modules f
ii  libpam-runtime 1.1.1-2   Runtime support for the PAM librar
ii  libpam0g   1.1.1-2   Pluggable Authentication Modules l
ii  libpopt0   1.15-1lib for parsing cmdline parameters
ii  libtalloc2 2.0.1-1   hierarchical pool based memory all
ii  libwbclient0   2:3.4.7~dfsg-1Samba winbind client library
ii  lsb-base   3.2-23Linux Standard Base 3.2 init scrip
ii  procps 1:3.2.8-8 /proc file system utilities
ii  samba-common   2:3.4.7~dfsg-1common files used by both the Samb
ii  update-inetd   4.36  inetd configuration file updater
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages samba recommends:
ii  logrotate 3.7.8-4Log rotation utility

Versions of packages samba suggests:
pn  ctdb  none (no description available)
pn  ldb-tools none (no description available)
pn  openbsd-inetd | inet-superser none (no description available)
pn  smbldap-tools none (no description available)

-- debconf information:
  samba/run_mode: daemons
  samba/generate_smbpasswd: true



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



Bug#572928: #572928 xterm ignores cursorColor resource when allowSendEvents is on

2010-03-17 Thread Thomas Dickey
I can reproduce this (thanks).  Probably the initialization is sharing code
with the logic that handles the escape sequence.

-- 
Thomas E. Dickey dic...@invisible-island.net
http://invisible-island.net
ftp://invisible-island.net


signature.asc
Description: Digital signature


Bug#574285: cdebconf: Please switch from DirectFB to X11

2010-03-17 Thread Cyril Brulebois
Source: cdebconf
Version: 0.148
Severity: wishlist
Tags: d-i patch

Hi,

please find attached the patch to switch from DirectFB to X11. See
http://lists.debian.org/debian-boot/2010/03/msg00313.html for the
details.

Thanks for considering.

Mraw,
KiBi.
Index: debian/control
===
--- debian/control	(révision 62665)
+++ debian/control	(copie de travail)
@@ -1,7 +1,7 @@
 Source: cdebconf
 Section: utils
 Priority: optional
-Build-Depends: debhelper (= 7.0.0~), po-debconf (= 0.5.0), libslang2-dev, libnewt-dev, libtextwrap-dev (= 0.1-5), libdebian-installer4-dev (= 0.41) | libdebian-installer-dev, libgtk-directfb-2.0-dev (= 2.8.18-5), libcairo2-dev (= 1.6.4-6.1)
+Build-Depends: debhelper (= 7.0.0~), po-debconf (= 0.5.0), libslang2-dev, libnewt-dev, libtextwrap-dev (= 0.1-5), libdebian-installer4-dev (= 0.41) | libdebian-installer-dev, libgtk2.0-dev (= 2.18.7-2), libcairo2-dev (= 1.8.10-3)
 Maintainer: Debian Install System Team debian-b...@lists.debian.org
 Uploaders: Joey Hess jo...@debian.org, Colin Watson cjwat...@debian.org, Bastian Blank wa...@debian.org, Jérémy Bobbio lu...@debian.org, Nicolas FRANCOIS (Nekral) nicolas.franc...@centraliens.net
 Standards-Version: 3.8.4
Index: debian/changelog
===
--- debian/changelog	(révision 62665)
+++ debian/changelog	(copie de travail)
@@ -1,8 +1,21 @@
 cdebconf (0.149) UNRELEASED; urgency=low
 
+  [ Colin Watson ]
   * Remove unused variable in newt_initialize.
   * Silence compiler warning in dpkg-reconfigure when filling argv.
 
+  [ Cyril Brulebois ]
+  * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
+graphical installer:
+ - Replace libgtk-directfb-2.0-dev with libgtk2.0-dev, versioned to
+   ensure the new udeb gets a dependency on libgtk-x11-udeb.
+ - Bump the Build-Depends on libcairo2-dev to ensure the new udeb gets
+   a dependency on libcairo2-udeb.
+ - Disable DirectFB includes and dfb_input_device_reload_keymap().
+ - Update libraries in pkg-config calls.
+ - Set a default cursor after having switched to fullscreen.
+  * Many thanks to Julien Cristau for his patches.
+
  -- Colin Watson cjwat...@debian.org  Tue, 23 Feb 2010 12:34:16 +
 
 cdebconf (0.148) unstable; urgency=low
Index: src/modules/frontend/gtk/ui.c
===
--- src/modules/frontend/gtk/ui.c	(révision 62665)
+++ src/modules/frontend/gtk/ui.c	(copie de travail)
@@ -454,6 +454,7 @@
 GtkWidget * dialog;
 GtkWidget * vbox;
 GtkWidget * frame;
+GtkWidget * label;
 
 /* XXX: check NULL! */
 dialog = gtk_window_new(GTK_WINDOW_TOPLEVEL);
@@ -465,13 +466,17 @@
 gtk_window_set_decorated(GTK_WINDOW(dialog), FALSE /* no decoration */);
 gtk_container_set_border_width(GTK_CONTAINER(dialog), 0 /* no border */);
 
+/* Create a wrapped label */
+label = gtk_label_new(message);
+gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
+
 /* XXX: check NULL! */
 vbox = gtk_vbox_new(FALSE /* don't make children equal */,
 DEFAULT_PADDING);
 gtk_box_pack_start(GTK_BOX(vbox), create_dialog_title_label(title),
FALSE /* don't expand */, FALSE /* don't fill */,
0 /* no padding */);
-gtk_box_pack_start(GTK_BOX(vbox), gtk_label_new(message),
+gtk_box_pack_start(GTK_BOX(vbox), label,
FALSE /* don't expand */, FALSE /* don't fill */,
DEFAULT_PADDING);
 gtk_box_pack_start(GTK_BOX(vbox), gtk_hseparator_new(),
Index: src/modules/frontend/gtk/di.c
===
--- src/modules/frontend/gtk/di.c	(révision 62665)
+++ src/modules/frontend/gtk/di.c	(copie de travail)
@@ -44,9 +44,11 @@
 #include unistd.h
 #include syslog.h
 
+#if 0
 #include directfb.h
 /* for dfb_input_device_reload_keymap() and dfb_input_device_at() */
 #include core/input.h
+#endif
 #include gtk/gtk.h
 
 #include question.h
@@ -173,6 +175,7 @@
 {
 struct frontend_data * fe_data = fe-data;
 struct di_data * di_data;
+GdkCursor * cursor;
 
 g_assert(NULL == fe_data-di_data);
 if (NULL == (di_data = g_malloc0(sizeof (struct di_data {
@@ -189,6 +192,10 @@
 
 make_fullscreen(fe_data-window);
 
+cursor = gdk_cursor_new(GDK_LEFT_PTR);
+gdk_window_set_cursor(gdk_get_default_root_window(), cursor);
+gdk_cursor_unref(cursor);
+
 return TRUE;
 }
 
@@ -202,7 +209,9 @@
  */
 static void refresh_keymap(struct frontend * fe)
 {
+#if 0
 dfb_input_device_reload_keymap(dfb_input_device_at(DIDID_KEYBOARD));
+#endif
 }
 
 /** Returns the current text direction.
Index: src/modules/frontend/gtk/Makefile
===
--- src/modules/frontend/gtk/Makefile	(révision 62665)
+++ src/modules/frontend/gtk/Makefile	

Bug#574286: Please switch from DirectFB to X11

2010-03-17 Thread Cyril Brulebois
Source: cdebconf-entropy
Version: 0.13
Severity: wishlist
Tags: d-i patch

Hi,

please find attached the patch to switch from DirectFB to X11. See
http://lists.debian.org/debian-boot/2010/03/msg00313.html for the
details.

Thanks for considering.

Mraw,
KiBi.
Index: debian/control
===
--- debian/control	(révision 62665)
+++ debian/control	(copie de travail)
@@ -3,7 +3,7 @@
 Section: debian-installer
 Maintainer: Debian Install System Team debian-b...@lists.debian.org
 Uploaders: Max Vozeler x...@debian.org, Jérémy Bobbio lu...@debian.org, Christian Perrier bubu...@debian.org, Colin Watson cjwat...@debian.org
-Build-Depends: debhelper (= 7.0.50~), po-debconf (= 0.5.0), libdebian-installer4-dev, libnewt-dev, libtextwrap-dev, libdebconfclient0-dev (= 0.130), libgtk-directfb-2.0-dev
+Build-Depends: debhelper (= 7.0.50~), po-debconf (= 0.5.0), libdebian-installer4-dev, libnewt-dev, libtextwrap-dev, libdebconfclient0-dev (= 0.130), libgtk2.0-dev (= 2.18.7-2)
 Vcs-Svn: svn://svn.debian.org/d-i/trunk/packages/cdebconf-entropy
 
 Package: cdebconf-text-entropy
Index: debian/changelog
===
--- debian/changelog	(révision 62665)
+++ debian/changelog	(copie de travail)
@@ -1,3 +1,15 @@
+cdebconf-entropy (0.14) UNRELEASED; urgency=low
+
+  * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
+graphical installer:
+ - Get rid of libgtk-directfb-2.0-dev in Build-Depends.
+ - Bump the Build-Depends on libgtk2.0-dev to ensure the new udeb gets
+   a dependency on libgtk-x11-udeb.
+ - Replace gtk+-directfb-2.0 with gtk+-x11-2.0 in configure.ac to use
+   the shared/x11 flavour (which is the one used for the udeb).
+
+ -- Cyril Brulebois k...@debian.org  Wed, 17 Mar 2010 00:27:42 +0100
+
 cdebconf-entropy (0.13) unstable; urgency=low
 
   [ Colin Watson ]
Index: configure.ac
===
--- configure.ac	(révision 62665)
+++ configure.ac	(copie de travail)
@@ -18,7 +18,7 @@
 AC_CHECK_LIB(newt, newtInit, FRONTENDS=$FRONTENDS newt, echo
  *** Cannot build Newt plugin ***)
 
-PKG_CHECK_MODULES(GTK, [gtk+-directfb-2.0],
+PKG_CHECK_MODULES(GTK, [gtk+-x11-2.0],
  FRONTENDS=$FRONTENDS gtk,
  echo *** Cannot build GTK+ plugin ***)
 


Bug#574237: junior-arcade: package purge (after dependencies removal) fails

2010-03-17 Thread Lucas Nussbaum
On 17/03/10 at 08:10 +0100, Andreas Tille wrote:
 On Wed, Mar 17, 2010 at 12:27:54AM +0100, Lucas Nussbaum wrote:
  Package: junior-arcade
  Version: 1.18
  Severity: serious
  User: debian...@lists.debian.org
  Usertags: instest-20100316 instest
  
  Hi,
  
  While testing the installation of all packages in unstable, I ran
  into the following problem:
  
   -- Removing all dependencies: OK
   Reading package lists...
   ...
   Removing junior-arcade ...
   Purging configuration files for junior-arcade ...
   /etc/blends/blends.conf: line 13: /usr/share/blends/blend-utils: No such 
   file or directory
   dpkg: error processing junior-arcade (--purge):
   subprocess installed post-removal script returned error exit status 1
   Errors were encountered while processing:
   junior-arcade
 
 This problem will happen in any junior-*, science-*, med-* and edu-*
 package and needs fixing blends-common.  I'll do so but there is no real
 need to spend more time on reporting problems like this. It will be
 fixed in an upload of all the metapackages at least on Friday (after
 a new blends-common / blends-dev will hit unstable).

Sure, I think I only reported it two or three times before figuring out
that it was probably possible for someone to fix it everywhere.

Thanks
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



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



Bug#574288: Please switch from DirectFB to X11

2010-03-17 Thread Cyril Brulebois
Source: rootskel-gtk
Version: 1.17
Severity: wishlist
Tags: d-i patch

Hi,

please find attached the patch to switch from DirectFB to X11. See
http://lists.debian.org/debian-boot/2010/03/msg00313.html for the
details.

Thanks for considering.

Mraw,
KiBi.
Index: debian/changelog
===
--- debian/changelog	(révision 62665)
+++ debian/changelog	(copie de travail)
@@ -1,3 +1,13 @@
+rootskel-gtk (1.18) UNRELEASED; urgency=low
+
+  * Switch to X instead of DirectFB:
+- src/lib/debian-installer.d/S??directfb-*: remove
+- src/lib/debian-installer.d/S62Xorg: start the X server
+- src/etc/directfbrc: remove
+- not sure what to do with src/lib/debian-installer.d/S59check-vesa-x86
+
+ -- Julien Cristau jcris...@debian.org  Sun, 07 Feb 2010 23:09:01 +
+
 rootskel-gtk (1.17) unstable; urgency=low
 
   [ Colin Watson ]
Index: src/lib/debian-installer.d/Makefile
===
--- src/lib/debian-installer.d/Makefile	(révision 62665)
+++ src/lib/debian-installer.d/Makefile	(copie de travail)
@@ -15,12 +15,8 @@
 endif
 
 files = \
-	S62directfb-hw-accel \
-	S62directfb-cairo-workaround
+	S62Xorg
 
-files_exec = \
-	S62directfb-mouse-settings
-
 ifneq (,$(filter i386 amd64,$(DEB_HOST_ARCH_CPU)))
files += \
 	S59check-vesa-x86 \
@@ -28,8 +24,7 @@
 endif
 ifneq (,$(filter powerpc,$(DEB_HOST_ARCH_CPU)))
files += \
-	S61mouse-support-powerpc \
-	S63directfb-linux-powerpc
+	S61mouse-support-powerpc
 endif
 
 include ../../../Makefile.inc
Index: src/etc/Makefile
===
--- src/etc/Makefile	(révision 62665)
+++ src/etc/Makefile	(copie de travail)
@@ -3,7 +3,4 @@
 subdirs = \
 	gtk-2.0
 
-files = \
-	directfbrc
-
 include ../../Makefile.inc


Bug#574125: libmlt2: Too many dependencies

2010-03-17 Thread W. Martin Borgert

Quoting Patrick Matthäi pmatth...@debian.org:

I mean in the case, that we should drop a few dependencies added by
${shlibs:Depends} to recommends.


I see.


That's wrong and you made an dangerous error, which will lead to grave bugs.
There are missing Replaces and Conflicts in your patch.


IMHO, additional replaces and conflicts are not necessary in this
case, but feel free to add two more lines in debian/control.




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



Bug#574284: wireshark: Provide -dbg package, use less hardening.

2010-03-17 Thread Hilko Bengen
Package: wireshark
Version: 1.2.6-5
Severity: wishlist
Tags: patch

When investigating #574086 which I reported yesterday, I first tried
adding a -dbg to the locally built package. However, I found that gdb is
quite useless for the executables built from the wireshark source
package:

,
| warning: The current binary is a PIE (Position Independent Executable), which
| GDB does NOT currently support.  Most debugger features will fail if used
| in this session.
`

gdb isn't even able to resolve the debug symbols for printing a
backtrace...

After a lot of wasted time looking at the build system's output, it
finally dawned on me that usage of hardening-wrapper was the cause for
these weird executables.

Apparently, patches for gdb have existed for a while that enable it to
deal with position-independent executables, and they may even end up in
version 7.1 of gdb which might even be released before squeeze is
frozen.

Shipping debugging symbols and building wireshark in a way that makes it
possible or easier to use those would greatly benefit users. (I am
certain that this would have saved me a _lot_ of time.)

Please consider shipping a -dbg package 

Please consider disabling PIEs until we (Debian) have a debugger that
can handle those.

Thanks,
-Hilko

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

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

Versions of packages wireshark depends on:
ii  libatk1.0-0  1.28.0-1The ATK accessibility toolkit
ii  libc-ares2   1.7.0-1 library for asyncronous name resol
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-3The Cairo 2D vector graphics libra
ii  libcomerr2   1.41.10-1   common error description library
ii  libfontconfig1   2.8.0-2 generic font configuration library
ii  libfreetype6 2.3.11-1FreeType 2 font engine, shared lib
ii  libgcrypt11  1.4.5-2 LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.22.4-1The GLib library of C routines
ii  libgnutls26  2.8.5-2 the GNU TLS library - runtime libr
ii  libgtk2.0-0  2.18.7-1The GTK+ graphical user interface 
ii  libk5crypto3 1.8+dfsg~alpha1-7   MIT Kerberos runtime libraries - C
ii  libkrb5-31.8+dfsg~alpha1-7   MIT Kerberos runtime libraries
ii  libpango1.0-01.26.2-1Layout and rendering of internatio
ii  libpcap0.8   1.0.0-6 system interface for user-level pa
ii  libpcre3 7.8-3   Perl 5 Compatible Regular Expressi
ii  libportaudio219+svn20071022-3+b1 Portable audio I/O - shared librar
ii  libsmi2ldbl  0.4.8+dfsg2-2   library to access SMI MIB informat
ii  wireshark-common 1.2.6-5 network traffic analyzer - common 
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

wireshark recommends no packages.

wireshark suggests no packages.

-- no debconf information
--- wireshark-1.2.6/debian/control	2010-02-15 19:45:02.0 +0100
+++ wireshark/debian/control	2010-03-17 11:37:54.0 +0100
@@ -64,3 +64,16 @@
  .
  This package provides idl2wrs and other files necessary for developing
  new packet dissectors.
+
+Package: wireshark-dbg
+Priority: extra
+Architecture: any
+Section: debug
+Depends: wireshark-common (= ${binary:Version})
+Description: network traffic analyzer - debug symbols
+ Wireshark is a network sniffer - a tool that captures and analyzes
+ packets off the wire. Wireshark can decode too many protocols to list
+ here.
+ .
+ This package contains stripped debugging symbols for all Wireshark
+ programs and libraries.
--- wireshark-1.2.6/debian/rules	2010-02-15 18:49:34.0 +0100
+++ wireshark/debian/rules	2010-03-17 11:38:17.0 +0100
@@ -6,6 +6,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 export DEB_BUILD_HARDENING=1
+export DEB_BUILD_HARDENING_PIE=0
 
 DB2MAN=/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl
 
@@ -119,7 +120,7 @@
 
 # Build architecture-dependent files here.
 binary-arch: install check
-	dh_strip
+	dh_strip --dbg-package=wireshark-dbg
 	dh_compress
 	dh_fixperms



Bug#574289: gnome-disk-utility: palimpsest reports SMART sector count error when values are still good

2010-03-17 Thread Jerry Quinn
Package: gnome-disk-utility
Version: 2.28.1-3
Severity: normal


I just rebooted my machine after months and had a window pop up telling me one
of my disks had a SMART error reported.  It says DISK HAS MANY BAD SECTORS, and 
reports the reallocated sector count as follows:

Normalized: 191
Worst:  191
Threshold:  140
Value:   72 sectors

After going to the disk manufacturer and reading up on SMART, it looks to me
like normalized values are better going up and worse going down.  So by that
account, 191 is not perfect but is still reasonable since it is above 140.

As far as I can tell, the drive manufacturer thinks the drive is still good.
That suggests that the utility may be complaining because the raw value is
below the threshold rather than using the normalized one?

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

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

Versions of packages gnome-disk-utility depends on:
ii  libatasmart4  0.17+git20100219-1 ATA S.M.A.R.T. reading and parsing
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.20-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.84-1 simple interprocess messaging syst
ii  libfontconfig12.8.0-2generic font configuration library
ii  libfreetype6  2.3.11-1   FreeType 2 font engine, shared lib
ii  libgdu-gtk0   2.28.1-3   GTK+ standard dialog library for l
ii  libgdu0   2.28.1-3   GObject based Disk Utility Library
ii  libglib2.0-0  2.22.4-1   The GLib library of C routines
ii  libgnome-keyring0 2.28.2-1   GNOME keyring services library
ii  libgtk2.0-0   2.18.6-1   The GTK+ graphical user interface 
ii  libnautilus-extension 2.28.4-1   libraries for nautilus components 
ii  libnotify1 [libnotify 0.4.5-1sends desktop notifications to a n
ii  libpango1.0-0 1.26.2-1   Layout and rendering of internatio
ii  libunique-1.0-0   1.1.6-1Library for writing single instanc
ii  zlib1g1:1.2.3.4.dfsg-3   compression library - runtime

gnome-disk-utility recommends no packages.

gnome-disk-utility 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#574287: Please switch from DirectFB to X11

2010-03-17 Thread Cyril Brulebois
Source: cdebconf-terminal
Version: 0.6
Severity: wishlist
Tags: d-i patch

Hi,

please find attached the patch to switch from DirectFB to X11. See
http://lists.debian.org/debian-boot/2010/03/msg00313.html for the
details.

Thanks for considering.

Mraw,
KiBi.
Index: debian/control
===
--- debian/control	(révision 62665)
+++ debian/control	(copie de travail)
@@ -3,7 +3,7 @@
 Section: debian-installer
 Maintainer: Debian Install System Team debian-b...@lists.debian.org
 Uploaders: Jérémy Bobbio lu...@debian.org, Colin Watson cjwat...@debian.org, Christian Perrier bubu...@debian.org
-Build-Depends: debhelper (= 7.0.50~), po-debconf (= 0.5.0), libdebian-installer4-dev, libdebconfclient0-dev (= 0.146), libnewt-dev, libgtk-directfb-2.0-dev, libvte-dev ( 0.16.14-1)
+Build-Depends: debhelper (= 7.0.50~), po-debconf (= 0.5.0), libdebian-installer4-dev, libdebconfclient0-dev (= 0.146), libnewt-dev, libgtk2.0-dev (= 2.18.7-2), libvte-dev ( 0.16.14-1)
 Vcs-Svn: svn://svn.debian.org/d-i/trunk/packages/cdebconf-terminal
 
 Package: cdebconf-gtk-terminal
Index: debian/changelog
===
--- debian/changelog	(révision 62665)
+++ debian/changelog	(copie de travail)
@@ -1,7 +1,17 @@
 cdebconf-terminal (0.7) UNRELEASED; urgency=low
 
+  [ Frans Pop ]
   * Remove Standards-Version field.
 
+  [ Cyril Brulebois ]
+  * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
+graphical installer:
+ - Get rid of libgtk-directfb-2.0-dev in Build-Depends.
+ - Bump the Build-Depends on libgtk2.0-dev to ensure the new udeb gets
+   a dependency on libgtk-x11-udeb.
+ - Replace gtk+-directfb-2.0 with gtk+-x11-2.0 in configure.ac to use
+   the shared/x11 flavour (which is the one used for the udeb).
+
  -- Frans Pop f...@debian.org  Fri, 15 Jan 2010 16:05:29 +0100
 
 cdebconf-terminal (0.6) unstable; urgency=low
Index: configure.ac
===
--- configure.ac	(révision 62665)
+++ configure.ac	(copie de travail)
@@ -15,7 +15,7 @@
 
 FRONTENDS=newt
 
-PKG_CHECK_MODULES(GTK, [gtk+-directfb-2.0],
+PKG_CHECK_MODULES(GTK, [gtk+-x11-2.0],
  FRONTENDS=$FRONTENDS gtk,
  echo *** Cannot build GTK+ plugin ***)
 


Bug#574263: libmime-types-perl: New upstream version aviable 1.29

2010-03-17 Thread Damyan Ivanov
-=| Roman V. Nikolaev, Wed, Mar 17, 2010 at 11:19:56AM +0300 |=-
 Package: libmime-types-perl
 Version: 1.28-1
 Severity: normal
 
 New upstream version aviable 1.29
 http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-1.29.tar.gz

It would be a bit more motivating if you also mention why the new 
version is better than the current.


signature.asc
Description: Digital signature


Bug#574290: xfce4: Executables having the name of an icon from /usr/share/icons are showed with that particular icon

2010-03-17 Thread Olivier Robert
Subject: xfce4: Executables having the name of an icon from /usr/share/icons 
are showed with that particular icon
Package: xfce4
Version: 4.6.1.3
Severity: minor

## Description
I you create an executable whose name is also the name of an icon located in 
/usr/share/icons, it will be showed in thunar with that particular icon.
This strange behavior doesn't have any harmful effects at all, it's purely 
cosmetic. It happens in rare and very specific occasions.

## Steps to reproduce this behavior:
We'll take an animated icon as an example, but it works with other icons.
/usr/share/icons/Tango/16x16/animations/process-working.png

Create a file with a shebang in it. (Any kind of shebang will be fine)
echo '#!/bin/bash'  process-working

Make it executable:
chmod +x process-working

Launch thunar and look at the file. It is now showed with the process-working 
icon.






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

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

Versions of packages xfce4 depends on:
ii  gtk2-engines-xfce 2.6.0-2A GTK+-2.0 theme engine for Xfce
ii  orage 4.6.1-1Calendar for Xfce Desktop Environm
ii  thunar1.0.1-3File Manager for Xfce
ii  thunar-volman 0.3.80-3   Thunar extension for volumes manag
ii  xfce4-appfinder   4.6.1-1Application finder for the Xfce4 D
ii  xfce4-mixer   4.6.1-2Xfce mixer application
ii  xfce4-panel   4.6.3-1The Xfce4 desktop environment pane
ii  xfce4-session 4.6.1-1Xfce4 Session Manager
ii  xfce4-settings4.6.4-1graphical application for managing
ii  xfce4-utils   4.6.1-2Various tools for Xfce
ii  xfconf4.6.1-2utilities for managing settings in
ii  xfdesktop44.6.1-1xfce desktop background, icons and
ii  xfwm4 4.6.1-1window manager of the Xfce project

Versions of packages xfce4 recommends:
ii  desktop-base  5.0.5  common files for the Debian Deskto
ii  tango-icon-theme  0.8.90-3   Tango icon theme
ii  xorg  1:7.5+3X.Org X Window System

Versions of packages xfce4 suggests:
ii  xfprint4  4.6.1-1Printer GUI for Xfce4

-- 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#574292: resize2fs corrupts if interrupted

2010-03-17 Thread Wouter Verhelst
Package: e2fsprogs
Version: 1.41.10-1
Severity: normal

Hi,

A few days back, I tried to run 'resize2fs -M' on an ext4 filesystem.
While it was running, I accidentally hit ^C in its xterm window (I was
confused about which window had the focus). As a result, the resize was
aborted.

The filesystem contains a low number of DV streams (from a dvswitch
recording). When I mounted it after this interrupted resize operation,
one of the files in this filesystem was corrupt, and the kernel mentions
that the filesystem has errors. I have only mounted it once or twice
since the corruption occurred, and have not written anything to the
filesystem; since then, I only used LVM snapshots.

An 'e2fsck' or an 'e2fsck -f' on an LVM snapshot of the filesystem does
not fix the problems.

If you need, I can upload an e2image -r file that I have prepared
somewhere. It's 101M after gzip, though.

-- 
The biometric identification system at the gates of the CIA headquarters
works because there's a guard with a large gun making sure no one is
trying to fool the system.
  http://www.schneier.com/blog/archives/2009/01/biometrics.html



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



Bug#574291: 'arping -B' segfaults

2010-03-17 Thread Andrey Smachev

Package: arping
Version: 2.08-1
Severity: normal

# arping -B
Segmentation fault


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

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

Versions of packages arping depends on:
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libnet1   1.1.4-1library for the 
construction and h
ii  libpcap0.81.0.0-2system interface for 
user-level pa


arping recommends no packages.

arping 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#572367: closed by Marco Túlio Gontijo e Silva mar...@debian.org (Bug#572367: fixed in haskell-non-negative 0.0.5.1-1)

2010-03-17 Thread sacrificial-spam-address
 This is an automatic notification regarding your Bug report
 which was filed against the rtorrent package:
 
 #572367: Unsnubbing doesn't seem to work
 
 It has been closed by Marco T=C3=BAlio Gontijo e Silva mar...@debian.org.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Marco T=C3=BAlio Gonti=
 jo e Silva mar...@debian.org by
 replying to this email.

Sorry to bother you, but are you *quite* sure you closed the right bug?
I don't see how a change to a library package I don't have installed
can have any effect on an application that doesn't use that library.

And isn't even written in Haskell.

Perhaps you meant bug #572637 (and not -367)?
Compare
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572637
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572367

Thanks!



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



Bug#574270: usb-modeswitch-data: MF636 not working after upgrade

2010-03-17 Thread Didier 'OdyX' Raboud
Le Mercredi 17 Mars 2010 10:32:45 l...@think-future.de, vous avez écrit :
 Package: usb-modeswitch-data
 Version: 20100221-1
 Severity: important
 
 Reporting this here for the draisberghof bb requires registration. It's
 just a bad thing to have to get registrated with dozens of boards, wikis,
 trac or whatever and keeping track of software. I seek to contribute but
 not waste effort and energy in useless regs and get humbled by 1k more of
 spam messages.

Hi,

I understand that. No problem. We'll handle your bugreport here.

 Having that said, here's the report:
 
 Device:
 - Model: MC503HSA
 - Type: MF636
 
 After an usb-modeswitch-data update the modem was unusable as
 usb-modeswitch-data matched idVendor=19d2, idProduct=0037 in
 /etc/usb_modeswitch.d/19d2:2000, no ttyUSB? devices being created.

I don't entirely get your bugreport… did it work with previous versions of usb-
modeswitch-data ? 

What have you done to make your device work ? Did you delete 
/etc/usb_modeswitch.d/19d2\:2000 ?

The changelog contains several changes about those devices (that seem to be the 
most problematic one):

usb-modeswitch-data (20100221-1) unstable; urgency=low
  * New upstream release.
+ New devices
  (…)
  [19d2:2000] ZTE MF626 and others

usb-modeswitch-data (20100203-1) unstable; urgency=low
  * New upstream release.
× Devices updates
  [19d2:2000] Re-arrange target product lists

Thanks in advance for your answers,

OdyX

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



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



Bug#574264: quota: Typo in init.d/quotarpc dependencies (rpcbinf - rpcbind)

2010-03-17 Thread Michael Meskes
tag 574264 pending
thanks

On Wed, Mar 17, 2010 at 09:26:20AM +0100, Petter Reinholdtsen wrote:
 I discovered this by looking in
 URL:http://lintian.debian.org/~pere/test-20100316.log, which include
 these quota related issues:
 
 warning: script quota/init.d/quota possibly missing dependency on $syslog

I wonder how the script determines this warning. It might be my fault but I
fail to see the reason for this dependency.

 warning: script quota/init.d/quotarpc relate to non-existing provides: rpcbinf
 warning: script quota/init.d/quotarpc possibly missing dependency on $syslog

Fixed in git. Thanks for spotting these.

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#572367: closed by Marco Túlio Gontijo e Silva mar...@debian.org (Bug#572367: fixed in haskell-non-negative 0.0.5.1-1)

2010-03-17 Thread Marco Túlio Gontijo e Silva
Hi.

Excerpts from sacrificial-spam-address's message of Qua Mar 17 08:10:51 -0300 
2010:
(...)
  It has been closed by Marco T=C3=BAlio Gontijo e Silva mar...@debian.org.
(...)
 Sorry to bother you, but are you *quite* sure you closed the right bug?

Torsten Werner noticed that the bug was wrong, so I already reopened this one.
I should have sent the message to the bug report to keep the record though.

Sorry for the trouble.
(...)
-- 
marcot
http://wiki.debian.org/MarcoSilva



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



Bug#574288: Please switch from DirectFB to X11

2010-03-17 Thread Frans Pop
On Wednesday 17 March 2010, Cyril Brulebois wrote:
 please find attached the patch to switch from DirectFB to X11. See
 http://lists.debian.org/debian-boot/2010/03/msg00313.html for the
 details.

--- src/lib/debian-installer.d/Makefile (révision 62665)
+++ src/lib/debian-installer.d/Makefile (copie de travail)
@@ -15,12 +15,8 @@
 endif
 
 files = \
-   S62directfb-hw-accel \
-   S62directfb-cairo-workaround
+   S62Xorg

This new file seems to be missing in the patch.

Cheers,
FJP



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



Bug#519212: kget: hogs audio device for no good reason

2010-03-17 Thread Eckhart Wörner
tags 519212 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519212 some time 
ago. Since then, KDE Software Compilation had several releases. Can you please 
verify whether the bug you reported is still present in a more current 
version?

Eckhart



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



Bug#574280: morituri: advertises --help on error messages, but that option provides no fuerther information

2010-03-17 Thread Jonas Smedegaard

severity 574280 wishlist
retitle 574280 morituri: --help option hint could be less confusing
thanks

[sent again, properly cc'ed cont...@bugs.debian.org this time]

Hi Peter,

On Wed, Mar 17, 2010 at 11:05:23AM +0100, Peter Wiersig wrote:

sample session:
 ~$ rip drive
 Usage: rip drive [command]

 Use --help to get a list of commands.
 ~$ rip drive --help
 Usage:
   rip [OPTION...] - GStreamer initialization

 Help Options:
   -h, --helpShow help options
   --help-allShow all help options
   --help-gstShow GStreamer Options

rip --help also doesn't provide any commands or usage information.


Try rip drive --help.

What morituri calls commands are what I personally would call 
subcommands.


Thanks for reporting this anyway - I dare lower the severity and retitle 
as I see is more relevant.  Please do tell me if you disagree.


And feel free to post more bugs and suggestions (i.e. wishlist bugs).  
Morituri is quite young and I imagine upstream could use some 
encouragement from enthusiastic users :-)



  - 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#574280: morituri: advertises --help on error messages, but that option provides no fuerther information

2010-03-17 Thread Jonas Smedegaard

severity 574280 wishlist
retitle 574280 morituri: --help option hint could be less confusing


Hi Peter,

On Wed, Mar 17, 2010 at 11:05:23AM +0100, Peter Wiersig wrote:

sample session:
 ~$ rip drive
 Usage: rip drive [command]

 Use --help to get a list of commands.
 ~$ rip drive --help
 Usage:
   rip [OPTION...] - GStreamer initialization

 Help Options:
   -h, --helpShow help options
   --help-allShow all help options
   --help-gstShow GStreamer Options

rip --help also doesn't provide any commands or usage information.


Try rip drive --help.

What morituri calls commands are what I personally would call 
subcommands.


Thanks for reporting this anyway - I dare lower the severity and retitle 
as I see is more relevant.  Please do tell me if you disagree.


And feel free to post more bugs and suggestions (i.e. wishlist bugs).  
Morituri is quite young and I imagine upstream could use some 
encouragement from enthusiastic users :-)



 - 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#574288: Please switch from DirectFB to X11

2010-03-17 Thread Cyril Brulebois
Frans Pop elen...@planet.nl (17/03/2010):
 + S62Xorg
 
 This new file seems to be missing in the patch.

I made the mistake of applying my patches against fresh svn checkouts
of the various components, instead of just keeping on using my git-svn
repository, running svn diff to generate final diffs.

The attached patch adds this file.

Mraw,
KiBi.
--- /dev/null
+++ b/src/lib/debian-installer.d/S62Xorg
@@ -0,0 +1,2 @@
+Xorg -retro -noreset -nolisten tcp 
+export DISPLAY=:0


signature.asc
Description: Digital signature


  1   2   3   4   5   >