Bug#487819: missing quotes in ./configure and ./configure.in

2008-06-24 Thread Stefan Ebner
Package: php5-lasso
Version: 2.1.98-4.1



Please fix the missing quotes in configure and configure.in.
We can sync then next time, thanks.  :) 



Cheers,
Stefan

--- lasso-2.1.98.orig/configure
+++ lasso-2.1.98/configure
@@ -22609,7 +22609,7 @@
   fi
   PHP4_INCLUDES=-I/usr/local/include/php4 -I/usr/local/include/php4/main -I/usr/local/include/php4/Zend -I/usr/local/include/php4/TSRM -I/usr/local/include/php4/win32
   PHP4_LDFLAGS=
-  PHP4_LIBS=-lphp4ts -lxmlparse -lxmltok
+  PHP4_LIBS=-lphp4ts -lxmlparse -lxmltok
   PHP4_UNPREFIXED_EXTENSION_DIR=
   PHP4_PREFIX=
 fi
@@ -22833,7 +22833,7 @@
   fi
   PHP5_INCLUDES=-I/usr/local/include/php5 -I/usr/local/include/php5/main -I/usr/local/include/php5/Zend -I/usr/local/include/php5/TSRM -I/usr/local/include/php5/win32
   PHP5_LDFLAGS=
-  PHP5_LIBS=-lphp5ts -lxmlparse -lxmltok
+  PHP5_LIBS=-lphp5ts -lxmlparse -lxmltok
   PHP5_UNPREFIXED_EXTENSION_DIR=
   PHP5_PREFIX=
 fi
--- lasso-2.1.98.orig/configure.ac
+++ lasso-2.1.98/configure.ac
@@ -427,7 +427,7 @@
   fi
   PHP4_INCLUDES=-I/usr/local/include/php4 -I/usr/local/include/php4/main -I/usr/local/include/php4/Zend -I/usr/local/include/php4/TSRM -I/usr/local/include/php4/win32
   PHP4_LDFLAGS=
-  PHP4_LIBS=-lphp4ts -lxmlparse -lxmltok
+  PHP4_LIBS=-lphp4ts -lxmlparse -lxmltok
   PHP4_UNPREFIXED_EXTENSION_DIR=
   PHP4_PREFIX=
 fi
@@ -498,7 +498,7 @@
   fi
   PHP5_INCLUDES=-I/usr/local/include/php5 -I/usr/local/include/php5/main -I/usr/local/include/php5/Zend -I/usr/local/include/php5/TSRM -I/usr/local/include/php5/win32
   PHP5_LDFLAGS=
-  PHP5_LIBS=-lphp5ts -lxmlparse -lxmltok
+  PHP5_LIBS=-lphp5ts -lxmlparse -lxmltok
   PHP5_UNPREFIXED_EXTENSION_DIR=
   PHP5_PREFIX=
 fi


Bug#487745: epiphany-webkit: crashes on startup

2008-06-24 Thread Mike Hommey
On Tue, Jun 24, 2008 at 09:15:03AM +0100, Sjoerd Simons [EMAIL PROTECTED] 
wrote:
 On Tue, Jun 24, 2008 at 08:44:23AM +0200, Mike Hommey wrote:
  Or maybe something like this:
  
  diff --git a/JavaScriptCore/wtf/FastMalloc.cpp 
  b/JavaScriptCore/wtf/FastMalloc.cpp
  index 8afc70d..496d1ee 100644
  --- a/JavaScriptCore/wtf/FastMalloc.cpp
  +++ b/JavaScriptCore/wtf/FastMalloc.cpp
  @@ -1820,7 +1820,7 @@ static TCMalloc_Central_FreeListPadded 
  central_cache[kNumClasses];
   
   // Page-level allocator
   static SpinLock pageheap_lock = SPINLOCK_INITIALIZER;
  -static void* pageheap_memory[(sizeof(TCMalloc_PageHeap) + sizeof(void*) - 
  1) / sizeof(void*)];
  +static uint64_t* pageheap_memory[(sizeof(TCMalloc_PageHeap) + 
  sizeof(uint64_t*) - 1) / sizeof(uint64_t*)];
   static bool phinited = false;
 
 All pointers are the same size and have the same alignment requirements, so
 this change doesn't force the compiler to change make pageheap_memory aligned
 on 8 bytes.

Actually, I was meaning to replace void* with uint64_t, not uint64_t*.
So
static uint64_t pageheap_memory[(sizeof(TCMalloc_PageHeap) + sizeof(uint64_t) - 
1) / sizeof(uint64_t)];

 I'm probably missing some trick (not very familiar with C++), but why
 not just do:
 
 static TCMalloc_PageHeap pageheap_memory;
 
 static inline TCMalloc_PageHeap* getPageHeap()
 {
   return pageheap_memory;
 }

Or simply:
static TCMallog_PageHeap *pageheap = pageheap_memory;

I don't really know. The reason why they are using a union is strict
aliasing:
http://git.debian.org/?p=pkg-webkit/webkit.git;a=commitdiff;h=ad4791202578b50ac2b19fa92c4e81550e1bdeea

On the other hand, why declare pageheap_memory as an array of void* and
not directly as TCMalloc_PageHeap ?

Interestingly, before being a void* array, it was:
static char pageheap_memory[sizeof(TCMalloc_PageHeap)];

And they changed it to the current thing to solve... alignment issues
on arm.

Before that, tcmalloc was not used, so the code didn't exist,
and the first public version of tcmalloc also uses an array of char.
http://code.google.com/p/google-perftools/source/browse/trunk/src/tcmalloc.cc?r=9

I see no rationale not to use static TCMallog_PageHeap...

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487817: otrs2: Can't write /usr/share/otrs/Kernel/Config/Files/ZZZAAuto.pm

2008-06-24 Thread Uwe Steinmann
Package: otrs2
Version: 2.2.7-1
Severity: normal


all I did was installing otrs2, configured the database with dbconfig
and logged in on the web page as [EMAIL PROTECTED]
After that I got

Error: Can't write /usr/share/otrs/Kernel/Config/Files/ZZZAAuto.pm: 
Permission denied!

and
Traceback:  ERROR: OTRS-CGI-10 Perl: 5.10.0 OS: linux Time: Tue Jun 
24 12:47:57 2008

Message: Can't write /usr/share/otrs/Kernel/Config/Files/ZZZAAuto.pm: 
Permission denied!

Traceback (23323):
   Module: Kernel::System::Config::WriteDefault (v1.64.2.1) Line: 247
   Module: Kernel::Modules::AdminInit::Run (v1.4) Line: 56
   Module: Kernel::System::Web::InterfaceAgent::Run (v1.23) Line: 670
   Module: 
ModPerl::ROOT::ModPerl::Registry::usr_share_otrs_bin_cgi_2dbin_index_2epl::handler
 
(v) Line: 47
   Module: (eval) (v1.81) Line: 204
   Module: ModPerl::RegistryCooker::run (v1.81) Line: 204
   Module: ModPerl::RegistryCooker::default_handler (v1.81) Line: 170
   Module: ModPerl::Registry::handler (v1.99) Line: 31


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-486
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages otrs2 depends on:
ii  adduser  3.107   add and remove users and groups
ii  apache2-mpm-prefork [httpd-c 2.2.8-3 Traditional model for Apache HTTPD
ii  dbconfig-common  1.8.38  common framework for packaging dat
ii  debconf  1.5.22  Debian configuration management sy
ii  libauthen-sasl-perl  2.11-1  Authen::SASL - SASL Authentication
ii  libcrypt-passwdmd5-perl  1.3-9   interoperable MD5-based crypt() fo
ii  libdate-pcalc-perl   1.2-2   Perl module for Gregorian calendar
ii  libdbi-perl  1.604-1+b1  Perl5 database interface by Tim Bu
ii  libemail-valid-perl  0.179-2 Check validity of Internet email a
ii  libio-stringy-perl   2.110-3 Perl5 modules for IO from scalars 
ii  libmailtools-perl2.03-1  Manipulate email in perl programs
ii  libmime-perl 5.426-1 transitional dummy package
ii  libmime-tools-perl [libmime- 5.426-1 Perl5 modules for MIME-compliant m
ii  libtext-diff-perl0.35-3  Perform diffs on files and record 
ii  libxml-parser-perl   2.36-1.1+b1 Perl module for parsing XML files
ii  perl 5.10.0-10   Larry Wall's Practical Extraction 
ii  ucf  3.006   Update Configuration File: preserv

Versions of packages otrs2 recommends:
ii  aspell0.60.5-2.2 GNU Aspell spell-checker
ii  libapache2-mod-perl2  2.0.4-1Integration of perl with the Apach
ii  libdbd-mysql-perl 4.006-1+b1 A Perl5 database interface to the 
ii  libdbd-pg-perl2.7.2-1Perl DBI driver for the PostgreSQL
ii  libgd-graph-perl  1.44-1 Graph Plotting Module for Perl 5
ii  libgd-text-perl   0.86-3.1   Text utilities for use with GD
ii  mysql-server-5.0 [mysql-serve 5.0.51a-6  MySQL database server binaries
ii  procmail  3.22-16Versatile e-mail processor

-- debconf information:
  otrs2/remove-error: abort
  otrs2/pgsql/authmethod-admin: ident
  otrs2/pgsql/method: unix socket
  otrs2/pgsql/changeconf: false
  otrs2/pgsql/authmethod-user: ident
  otrs2/internal/skip-preseed: false
  otrs2/db/dbname: otrs2
  otrs2/upgrade-error: abort
  otrs2/remote/newhost:
  otrs2/internal/reconfiguring: false
  otrs2/purge: false
* otrs2/database-type: mysql
  otrs2/remote/host:
  otrs2/missing-db-package-error: abort
  otrs2/mysql/admin-user: root
  otrs2/install-error: abort
  otrs2/db/app-user: otrs
  otrs2/resetdbuser: true
  otrs2/remote/port:
  otrs2/upgrade-backup: true
  otrs2/pgsql/admin-user: postgres
  otrs2/dbconfig-reinstall: false
  otrs2/db/basepath:
* otrs2/dbconfig-install: true
  otrs2/pgsql/manualconf:
  otrs2/mysql/method: unix socket
  otrs2/dbconfig-remove:
  otrs2/pgsql/no-empty-passwords:
  otrs2/dbconfig-upgrade: true
  otrs2/passwords-do-not-match:



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#455836: backupninja: Allow the entire backup run to be halted by an action

2008-06-24 Thread intrigeri
Hello,

Matthew Palmer wrote (23 Jun 2008 23:36:55 GMT) :
 On Mon, Jun 23, 2008 at 10:39:12PM +0200, intrigeri wrote:
 The only detail that troubles me is your change in src/backupninja.in,
 around @@ -252,19 +259,22 @@, where you use the 'colorize' function
 instead of the debug, info, etc. ones.
 
 Why did you this ?

 Looking at the code, though, I suspect that if you try switching colorize
 back to calling the individual functions, you'll find out pretty quickly why
 I switched to colorize.  (or desk-check the calls to fatal and halt)

Well, now I understand ; this change seemed to me at first unrelated
to the feature you were implementing, but now it makes sense.

I’m going to apply your patch, then.

Bye,
--
  intrigeri [EMAIL PROTECTED]
  | gnupg key @ http://gaffer.boum.org/intrigeri/intrigeri.asc
  | Then we'll come from the shadows.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#484890: I've no idea

2008-06-24 Thread Patrick Winnertz
severity 484890 whishlist
retitle 484890 mc: Please change mc's search mask
thanks

Hello,

I've no idea how to fix this issue. 
People who are well known to mc would be confused by a layout change. New 
users might be confused by this layout now. As I think this is no severiy 
normal I changed the bug to whishlist and retitled it. 

Do you have a good idea how to fix this?  The best idea would be a patch ;-)

Greetings
Winnie



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


Bug#487820: rubygems: new upstream version

2008-06-24 Thread Ruben Fonseca
Package: rubygems
Version: 1.1.1-1
Severity: wishlist


There is a new upstream version at http://rubygems.org. It corrects some
unwanted behaviour (like always download the index file everytime we
want to install a gem).

Can you please update your distribution? I'm asking this because doing
gem --update system results in an error saying that rubygems should
only be updated through the Debian package system (not the actual
message).

Thank you

Ruben


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

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

Versions of packages rubygems depends on:
ii  libgems-ruby1.8   1.1.1-1libraries to use RubyGems, a packa
ii  ruby1.8   1.8.7.17-1 Interpreter of object-oriented scr

rubygems recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487818: missing quotes in ./configure and ./configure.in

2008-06-24 Thread Stefan Ebner
Package: php5-lasso
Version: 2.1.98-4.1



Please fix the missing quotes in configure and configure.in.
We can sync then next time, thanks.  :) 



Cheers,
Stefa

--- lasso-2.1.98.orig/configure
+++ lasso-2.1.98/configure
@@ -22609,7 +22609,7 @@
   fi
   PHP4_INCLUDES=-I/usr/local/include/php4 -I/usr/local/include/php4/main -I/usr/local/include/php4/Zend -I/usr/local/include/php4/TSRM -I/usr/local/include/php4/win32
   PHP4_LDFLAGS=
-  PHP4_LIBS=-lphp4ts -lxmlparse -lxmltok
+  PHP4_LIBS=-lphp4ts -lxmlparse -lxmltok
   PHP4_UNPREFIXED_EXTENSION_DIR=
   PHP4_PREFIX=
 fi
@@ -22833,7 +22833,7 @@
   fi
   PHP5_INCLUDES=-I/usr/local/include/php5 -I/usr/local/include/php5/main -I/usr/local/include/php5/Zend -I/usr/local/include/php5/TSRM -I/usr/local/include/php5/win32
   PHP5_LDFLAGS=
-  PHP5_LIBS=-lphp5ts -lxmlparse -lxmltok
+  PHP5_LIBS=-lphp5ts -lxmlparse -lxmltok
   PHP5_UNPREFIXED_EXTENSION_DIR=
   PHP5_PREFIX=
 fi
--- lasso-2.1.98.orig/configure.ac
+++ lasso-2.1.98/configure.ac
@@ -427,7 +427,7 @@
   fi
   PHP4_INCLUDES=-I/usr/local/include/php4 -I/usr/local/include/php4/main -I/usr/local/include/php4/Zend -I/usr/local/include/php4/TSRM -I/usr/local/include/php4/win32
   PHP4_LDFLAGS=
-  PHP4_LIBS=-lphp4ts -lxmlparse -lxmltok
+  PHP4_LIBS=-lphp4ts -lxmlparse -lxmltok
   PHP4_UNPREFIXED_EXTENSION_DIR=
   PHP4_PREFIX=
 fi
@@ -498,7 +498,7 @@
   fi
   PHP5_INCLUDES=-I/usr/local/include/php5 -I/usr/local/include/php5/main -I/usr/local/include/php5/Zend -I/usr/local/include/php5/TSRM -I/usr/local/include/php5/win32
   PHP5_LDFLAGS=
-  PHP5_LIBS=-lphp5ts -lxmlparse -lxmltok
+  PHP5_LIBS=-lphp5ts -lxmlparse -lxmltok
   PHP5_UNPREFIXED_EXTENSION_DIR=
   PHP5_PREFIX=
 fi


Bug#487816: missing quotes in ./configure

2008-06-24 Thread Frederic Peters
tag 487816 pending
tag 487816 fixed-upstream
thanks

Stefan Ebner wrote:
 Package: lasso
 Version: 2.1.98-4.1
 
 Please fix the missing quotes in configure and configure.in.
 We can sync then next time, thanks. :)

It has been fixed upstream, I hope to upload 2.2.0 soon.



Thanks,

Frederic



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#348056: tcptraceroute sees no traffic from ppp0

2008-06-24 Thread Remi Denis-Courmont

Hello,

On Tue, 24 Jun 2008 07:51:22 +0200, Daniel Baumann [EMAIL PROTECTED]
wrote:
 please retry with the current version (1.5beta7+debian-1 that is), which
 I've just uploaded to sid.

Sorry, I am not using the affected connection setup anymore, cannot test
anymore.

-- 
Rémi Denis-Courmont
http://www.remlab.net




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#369064: Patch already in deb but deactivated

2008-06-24 Thread Matthias Klose
Goswin von Brederlow writes:
 Matthias Klose [EMAIL PROTECTED] writes:
 
  Goswin von Brederlow writes:
  Hi,
  
  I believe the gcc source already has a patch for multiarch include and 
  library
  directories but they are deactiveated in rules.defs.
  
  Can you comment on the functionality of them?
 
  no, this one is obsolete. removed in svn.
 
Matthias
 
 Obsolete as in gcc already has another fix in svn or bit-rot?

the latter.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#443087: autossh: print error when it can't start up

2008-06-24 Thread Filippo Giunchedi
On Mon, Jun 23, 2008 at 07:28:16PM +0200, Filippo Giunchedi wrote:
 On Mon, Jun 23, 2008 at 03:52:55PM +0100, Reuben Thomas wrote:
  On Mon, 23 Jun 2008, Filippo Giunchedi wrote:
 
  This indeed does not fix the bug, however autossh exits 1 if the 
  initial setup fails so testing it as autossh foo || echo failed would 
  be sufficient.
 
  Since the problem I want to solve is with interactive use, this is fine, 
  but I would have to make another alias or script. Is thre some reason why 
  you can't just change the wrapper to print a message in this case?
 
 I was more inclined to change autossh itself but changing the wrapper would 
 work
 as well.

On a second thought I changed the wrapper to not alter autossh too much, I came
up with the following
http://svn.debian.org/wsvn/collab-maint/deb-maint/autossh/trunk/debian/autossh_wrapper?op=filerev=0sc=0

Even though I'm quite sure the odds to fail 42 random guesses are pretty low.
Would that work for you?

filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

Caelum, non animo mutant, qui trans mare currunt
Who crosses the sea changes the sky, not the soul.
-- Oratius



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487787: deluge-torrent: deluge does not require gtkmozembed

2008-06-24 Thread Hervé Cauwelier

Please stay polite. You're not safe from making mistakes either.

I alternately use Debian's or deluge-torrent.org's package, and both 
have their ways. Last time, d-t.org's one lost the Gnome menu entry. ;-)


Regards,

--
Hervé



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487821: deborphan: fails to find package alien

2008-06-24 Thread Chris Carr
Package: deborphan
Version: 1.7.24
Severity: normal


Here is the output of deborphan -a on my server: 

main/adminapt-file
main/admindeborphan
main/adminhdparm
main/adminlvm2
main/adminmbmon
main/adminpciutils
main/doc  info
main/doc  manpages
main/editors  nano
main/mail procmail
main/misc popularity-contest
main/net  apt-cacher
main/net  bind9
main/net  cups
main/net  ddclient
main/net  dhcp3-server
main/net  finger
main/net  iputils-ping
main/net  mldonkey-server
main/net  ntp
main/net  openssh-server
main/net  samba
main/net  shorewall
main/net  slapd
main/net  tcpdump
main/net  telnet
main/net  traceroute
main/net  ulogd
main/news leafnode
main/soundlastfmsubmitd
main/soundmt-daapd
main/utilshddtemp
main/utilsreportbug
main/web  gallery2
main/web  wordpress
main/x11  gkrelltopd
non-free/utilsrar

... none of those packages depend on alien, so why is alien not on the 
list? 

Apologies if this is a stupid question or a duplicate bug.

Regards,

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

Kernel: Linux 2.6.22-3-k7 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages deborphan depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries

Versions of packages deborphan recommends:
ii  apt   0.7.14+b1  Advanced front-end for dpkg
pn  dialognone (no description available)
ii  gettext-base  0.17-2 GNU Internationalization utilities

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487747: debian-edu-install: [INTL:pt] Updated Portuguese translation for debconf messages

2008-06-24 Thread Christian Perrier
Quoting Traduz - Portuguese Translation Team ([EMAIL PROTECTED]):

 #: ../debian-edu-profile-udeb.templates:2001
 #: ../debian-edu-profile-udeb.templates:3001
 #: ../debian-edu-install.templates:1001 ../debian-edu-install.templates:2001
 msgid Main-Server
 msgstr Servidor-Principal
 
 #. Type: multiselect
 #. Choices
 #. Type: multiselect
 #. Choices
 #: ../debian-edu-profile-udeb.templates:2001
 #: ../debian-edu-profile-udeb.templates:3001
 #: ../debian-edu-install.templates:1001 ../debian-edu-install.templates:2001
 msgid Workstation
 msgstr Estação-de-Trabalho


Actually, that's up to you, but indeed nothing needs that you *have*
to use these ugly hyphens.

So, if you prefer having Estação de Trabalho, you can very well use
that.

To debian-edu-install maintainers, this is indeed something which is a
good use case for the Choices-C trick in debconf templates so that
you can add an English translation directly in the templates:

__Choices: Main Server, Workstation...
Choices-C: Main-Server, Workstation

Thus, users will show the choicees with hyphens while what will be
passed to debconf is what you did put in Choices-C. Good way to show
friendly strings to suers while your scripts use more cryptic ones.

Yet another tip for a possible Tips and tricks writing debconf
templates talk/BOFH/course at DebConf8..:-)




signature.asc
Description: Digital signature


Bug#487636: gnome-applets: please split the weather applet out (disk usage)

2008-06-24 Thread Jon Dowland
fixed 487636 2.22.2-2
thanks

On Mon, Jun 23, 2008 at 07:04:42PM +0200, Josselin Mouette wrote:
 I’ve uploaded a new libgweather package, which reduces the installed
 size to 9 MB. That is still much for such data, but I find this more
 reasonable. Is that enough for you?

It certainly is, thank you.

I'm impressed both with the speed of your fix and the simplicity of the
solution :-)


Thanks again,

-- 
Jon Dowland



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487822: ejabberd : [INTL:pt] Updated Portuguese translation for debconf messages

2008-06-24 Thread Traduz - Portuguese Translation Team

Package: ejabberd
Version: 1.1.2-6
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for ejabberd's debconf messages.
Translator: Luísa Lourenço kikentai _at_ gmail.com
Feel free to use it.

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


--
Best regards,

Rui  Branco
Traduz - Portuguese Translation Team
http://www.DebianPT.org






# Portuguese translation of ejabberd's debconf messages.
# Copyright (C) 2007
# This file is distributed under the same license as the ejabberd package.
# Luísa Lourenço [EMAIL PROTECTED], 2007.
# 
msgid 
msgstr 
Project-Id-Version: ejabberd 1.1.2-6\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-06-24 11:21+\n
PO-Revision-Date: 2007-03-28 13:03+0100\n
Last-Translator: Luísa Lourenço [EMAIL PROTECTED]\n
Language-Team: Portuguese [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../templates:1001
msgid The name of the host ejabberd will serve:
msgstr O nome da máquina que o ejabberd irá servir:

#. Type: string
#. Description
#: ../templates:1001
msgid Please enter the hostname of your Jabber server (in lowercase).
msgstr Por favor insira o nome da máquina do seu servidor de Jabber (em minúsculas).

#. Type: string
#. Description
#: ../templates:2001
msgid The username of an admin account for ejabberd:
msgstr O nome de uma conta de admin para o ejabberd:

#. Type: string
#. Description
#: ../templates:2001
msgid 
Please provide the name of an account to administrate the ejabberd server. 
After the installation of ejabberd you can use this account to log in with 
any Jabber client to do administrative tasks or go to http://;
${hostname}:5280/admin/ and log in with this account to enter the admin 
interface. Enter the username part here (e.g. ${user}), but use the full 
Jabber ID (e.g. [EMAIL PROTECTED]) to log into ejabberd web interface; 
otherwise it will fail.
msgstr 
Por favor forneça o nome de uma conta para administrar o servidor ejabberd. 
Depois da instalação do ejabberd pode usar esta conta para se ligar a 
qualquer cliente Jabber para efectuar tarefas administrativas ou ir a http://;
${hostname}:5280/admin/ e ligar com esta conta para entrar na interface de 
admin. Certifique-se que insere o Jabber ID completo (p.e. '${user}@
${hostname}') para se ligar; caso contrário irá falhar.

#. Type: string
#. Description
#: ../templates:2001
msgid Leave empty if you don't want to create an admin account automatically.
msgstr Deixe em branco caso não queira criar uma conta admin automaticamente.

#. Type: password
#. Description
#: ../templates:3001
msgid The password for the admin account:
msgstr A palavra chave para a conta de admin:

#. Type: password
#. Description
#: ../templates:3001
msgid Please enter the password for the administrative user.
msgstr Por favor insira a palavra chave para o utilizador administrativo.

#. Type: password
#. Description
#: ../templates:4001
msgid The password for the admin account again for verification:
msgstr De novo a palavra chave para a conta de admin para verificação:

#. Type: password
#. Description
#: ../templates:4001
msgid 
Please reenter the password for the administrative user for verification.
msgstr 
Por favor re-insira a palavra chave para o utilizador administrativo para 
verificaçao.

#. Type: error
#. Description
#: ../templates:5001
msgid The passwords do not match!
msgstr As palavras chave não coincidem!

#. Type: error
#. Description
#: ../templates:5001
msgid The passwords you have typed do not match. Please try again.
msgstr As palavras chave que inseriu não coincidem. Por favor tente de novo.


Bug#487824: linux-image-2.6.25: regression: ACPI battery not supported under VMware Fusion

2008-06-24 Thread Lea Wiemann
Package: linux-image-2.6.25-2-686
Version: 2.6.25-5
Severity: normal
File: linux-image-2.6.25


I activated pass power supply to guest under VMware Fusion 1.1.3,
but as of linux-image-2.6.25 I only get the following output:

$ acpi 
No support for device type: battery

However, the battery does seem to be recognized -- relevant dmesg
lines below.  Since this is a regression that happened since kernel
2.6.25 (it worked fine in 2.6.24), I'm filing this bug against the
linux-image package and not acpi -- hope that's ok.

$ dmesg | grep -i battery
[   35.450030] ACPI: Battery Slot [BAT1] (battery present)

$ dmesg|grep -i 'acpi\|battery\|power'
[0.00]  BIOS-e820: 3fef - 3feff000 (ACPI data)
[0.00]  BIOS-e820: 3feff000 - 3ff0 (ACPI NVS)
[0.00] ACPI: RSDP 000F6C60, 0014 (r0 PTLTD )
[0.00] ACPI: RSDT 3FEFAB5A, 0030 (r1 PTLTDRSDT604  LTP  
  0)
[0.00] ACPI: FACP 3FEFEF06, 0074 (r1 INTEL  440BX 604 PTL 
F4240)
[0.00] ACPI: DSDT 3FEFAB8A, 437C (r1 PTLTD  Custom604 MSFT  
10D)
[0.00] ACPI: FACS 3FEFFFC0, 0040
[0.00] ACPI: APIC 3FEFEF7A, 005E (r1 PTLTD   APIC604  LTP   
 0)
[0.00] ACPI: BOOT 3FEFEFD8, 0028 (r1 PTLTD  $SBFTBL$  604  LTP  
  1)
[0.00] ACPI: PM-Timer IO Port: 0x1008
[0.00] ACPI: Local APIC address 0xfee0
[0.00] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[0.00] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[0.00] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[0.00] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[0.00] ACPI: IOAPIC (id[0x02] address[0xfec0] gsi_base[0])
[0.00] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[0.00] ACPI: IRQ0 used by override.
[0.00] ACPI: IRQ2 used by override.
[0.00] ACPI: IRQ9 used by override.
[0.00] Using ACPI (MADT) for SMP configuration information
[0.100068] ACPI: Core revision 20070126
[0.252862] ACPI: bus type pci registered
[0.268062] ACPI: EC: Look up EC in DSDT
[0.292202] ACPI: Interpreter enabled
[0.292265] ACPI: (supports S0 S1 S4 S5)
[0.293776] ACPI: Using IOAPIC for interrupt routing
[0.318509] ACPI: PCI Root Bridge [PCI0] (:00)
[0.328085] pci :00:07.3: quirk: region 1000-103f claimed by PIIX4 ACPI
[0.349876] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[0.356087] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 9 10 11 14 15)
[0.357813] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 14 15)
[0.365790] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 14 15)
[0.369772] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *9 10 11 14 15)
[0.380702] pnp: PnP ACPI init
[0.380765] ACPI: bus type pnp registered
[0.422116] pnp: PnP ACPI: found 12 devices
[0.422179] ACPI: ACPI bus type pnp unregistered
[0.422241] PnPBIOS: Disabled by ACPI PNP
[0.428029] PCI: Using ACPI for IRQ routing
[0.545702] ACPI: PCI Interrupt :00:11.0[A] - GSI 18 (level, low) - 
IRQ 18
[2.389230] ACPI: ACPI0007:00 is registered as cooling_device0
[2.389284] ACPI: Processor [CPU0] (supports 8 throttling states)
[1.698490] ACPI: ACPI0007:01 is registered as cooling_device1
[1.698543] ACPI: Processor [CPU1] (supports 8 throttling states)
[3.101851] ACPI: PCI Interrupt :00:10.0[A] - GSI 17 (level, low) - 
IRQ 17
[3.431042] ACPI: PCI Interrupt :02:03.0[A] - GSI 17 (level, low) - 
IRQ 17
[4.125108] ACPI: PCI Interrupt :00:07.2[D] - GSI 19 (level, low) - 
IRQ 19
[4.456663] ACPI: PCI Interrupt :02:02.0[A] - GSI 16 (level, low) - 
IRQ 16
[4.581349] ACPI: PCI Interrupt :02:00.0[A] - GSI 18 (level, low) - 
IRQ 18
[   35.239401] input: Power Button (FF) as /class/input/input1
[   35.289564] ACPI: Power Button (FF) [PWRF]
[   35.405458] ACPI: AC Adapter [ACAD] (on-line)
[   35.450030] ACPI: Battery Slot [BAT1] (battery present)
[   36.567457] parport_pc 00:08: reported by Plug and Play ACPI
[   36.923587] ACPI: PCI Interrupt :02:01.0[A] - GSI 19 (level, low) - 
IRQ 19
[   53.256537] ACPI: WMI: Mapper loaded
[   57.021895] ACPI: PCI interrupt for device :02:00.0 disabled
[   57.048743] ACPI: PCI Interrupt :02:00.0[A] - GSI 18 (level, low) - 
IRQ 18


-- Package-specific info:
** Version:
Linux version 2.6.25-2-686 (Debian 2.6.25-5) ([EMAIL PROTECTED]) (gcc version 
4.1.3 20080420 (prerelease) (Debian 4.1.2-22)) #1 SMP Thu Jun 12 16:26:30 UTC 
2008

** Command line:
root=/dev/sda1 ro 

** Not tainted

** Kernel log:
[116085.301857] sd 2:0:0:0: [sdb] Write Protect is off
[116085.301911] sd 2:0:0:0: [sdb] Mode Sense: 00 38 00 00
[116085.301951] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[116085.321215] sd 2:0:0:0: [sdb] 976773168 512-byte hardware sectors (500108 
MB)
[116085.328615] sd 2:0:0:0: [sdb] Write 

Bug#487670: Nvidia GeForce 8200 chipset not recognised

2008-06-24 Thread Frans Pop
On Tuesday 24 June 2008, Rob Quin wrote:
 I downloaded  debian-LennyBeta2-amd64-netinst.iso
 When I booted with that it hung for several minutes before the familiar
 ncurses menus appeared. Then it did the same as before.

 Here are the hardware-summary and syslog from that install attempt.

Thanks. The syslog clearly shows your NIC and IDE controller being
recognized. It also clearly shows a problem with your SATA controller.
This looks to be a kernel problem. Here's the relevant part:

kernel: ahci :00:09.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl IDE 
mode
kernel: ahci :00:09.0: flags: 64bit ncq sntf led clo pmp pio 
kernel: PCI: Setting latency timer of device :00:09.0 to 64
kernel: scsi0 : ahci
kernel: scsi1 : ahci
kernel: scsi2 : ahci
kernel: scsi3 : ahci
kernel: scsi4 : ahci
kernel: scsi5 : ahci
kernel: ata1: SATA max UDMA/133 abar [EMAIL PROTECTED] port 0xfe02a100 irq 1275
kernel: ata2: SATA max UDMA/133 abar [EMAIL PROTECTED] port 0xfe02a180 irq 1275
kernel: ata3: SATA max UDMA/133 abar [EMAIL PROTECTED] port 0xfe02a200 irq 1275
kernel: ata4: SATA max UDMA/133 abar [EMAIL PROTECTED] port 0xfe02a280 irq 1275
kernel: ata5: SATA max UDMA/133 abar [EMAIL PROTECTED] port 0xfe02a300 irq 1275
kernel: ata6: SATA max UDMA/133 abar [EMAIL PROTECTED] port 0xfe02a380 irq 1275

Good, the controller is recognized.

kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
kernel: ata1.00: qc timeout (cmd 0xec)
kernel: ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
kernel: ata1: failed to recover some devices, retrying in 5 secs
kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
kernel: ata1.00: qc timeout (cmd 0xec)
kernel: ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
kernel: ata1: failed to recover some devices, retrying in 5 secs
kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
kernel: ata1.00: qc timeout (cmd 0xec)
kernel: ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
kernel: ata1: failed to recover some devices, retrying in 5 secs
kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)

These lines seem to indicate that a disk (or DVD) is connected to link 1,
but actually talking to it fails.

kernel: ata2: SATA link down (SStatus 0 SControl 300)
kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
kernel: ata3.00: qc timeout (cmd 0xec)
kernel: ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
kernel: ata3: failed to recover some devices, retrying in 5 secs
kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
kernel: ata3.00: qc timeout (cmd 0xec)
kernel: ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
kernel: ata3: failed to recover some devices, retrying in 5 secs
kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
kernel: ata3.00: qc timeout (cmd 0xec)
kernel: ata3.00: failed to IDENTIFY (I/O error, err_mask=0x4)
kernel: ata3: failed to recover some devices, retrying in 5 secs
kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)

Same for link 3 as for link 1.

kernel: ata4: SATA link down (SStatus 0 SControl 300)
kernel: ata5: SATA link down (SStatus 0 SControl 300)
kernel: ata6: SATA link down (SStatus 0 SControl 300)


Googling leads me to this thread on the kernel mailing list:
http://lkml.org/lkml/2008/2/14/467

There are two people there reporting the same problem, though possibly
with other chipsets. In both cases a BIOS upgrade solved the problem.

However, as you can see the kernel developer would be interested to
find out the actual cause of the problem and there are two kernel boot
options that could be tried first.

Can you try booting the installer [1] with (separately):
- pci=nomsi
- irqpoll

And see if that makes a difference? Please check the syslog or output of
dmesg for changes in the above.

Also, please check if a BIOS update is available but, unless you're in a
hurry, don't apply it yet as this may still be of interest to the upstream
kernel people, although it's also possible that the problem has been solved
in the mean time in 2.6.25.

Cheers,
FJP

[1] http://www.debian.org/releases/testing/i386/ch05s01.html.en#boot-screen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487823: Fix fatal error on call function get_template_patch() in /usr/share/gosa/include

2008-06-24 Thread Devid Filoni
Package: gosa
Version: 2.5.16.1-2
Severity: minor
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch

Fix fatal error on call function get_template_patch() in 
/usr/share/gosa/include

*** /tmp/tmpAKcJvG
In Ubuntu, we've applied the attached patch to achieve the following:

  * Merge from Debian unstable (LP: #242359). Remaining Ubuntu changes:
- debian/control: modify Maintainer to Ubuntu Motu Developers
- debian/rules: fix fatal error on call function get_template_patch() in
  /usr/share/gosa/include
  * Bump Standards-Version to 3.8.0.1.

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-updates
  APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 
'hardy-proposed'), (500, 'hardy-backports'), (500, 'hardy')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-19-generic (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -Nru gosa-2.5.16.1/debian/changelog gosa-2.5.16.1/debian/changelog
diff -Nru gosa-2.5.16.1/debian/control gosa-2.5.16.1/debian/control
--- gosa-2.5.16.1/debian/control2008-06-15 18:08:16.0 +0200
+++ gosa-2.5.16.1/debian/control2008-06-23 16:30:36.0 +0200
@@ -1,9 +1,10 @@
 Source: gosa
 Section: web
 Priority: optional
 Maintainer: Cajus Pollmeier [EMAIL PROTECTED]
 Build-Depends: debhelper(= 4.2.32), dpatch
-Standards-Version: 3.7.2.2
+Standards-Version: 3.8.0.1
 
 Package: gosa
 Architecture: all
diff -Nru gosa-2.5.16.1/debian/rules gosa-2.5.16.1/debian/rules
--- gosa-2.5.16.1/debian/rules  2008-06-15 18:08:33.0 +0200
+++ gosa-2.5.16.1/debian/rules  2008-06-23 16:29:16.0 +0200
@@ -98,7 +98,7 @@
mv debian/gosa/usr/share/gosa/include/functions.inc.new 
debian/gosa/usr/share/gosa/include/functions.inc;
-if [ -z ${SARGE_PACKAGE} ]; then \
rm -rf debian/gosa/usr/share/gosa/include/smarty; \
-   sed 
's%require(smarty/Smarty.class.php);%require(/usr/share/php/smarty/libs/Smarty.class.php);%g'
 debian/gosa/usr/share/gosa/include/php_setup.inc  
debian/gosa/usr/share/gosa/include/php_setup.inc.new; \
+   sed 
's%require(smarty/Smarty.class.php);%require(/usr/share/php/smarty/Smarty.class.php);%g'
 debian/gosa/usr/share/gosa/include/php_setup.inc  
debian/gosa/usr/share/gosa/include/php_setup.inc.new; \
mv debian/gosa/usr/share/gosa/include/php_setup.inc.new 
debian/gosa/usr/share/gosa/include/php_setup.inc; \
fi
install -D -m 644 debian/overrides-lintian 
debian/gosa/usr/share/lintian/overrides/gosa


Bug#487396: Missing link error on ARM

2008-06-24 Thread Martin Guy
On 6/24/08, Matthias Klose [EMAIL PROTECTED] wrote:
 Is this arm only, or armel as well?

armel too.

I have /proc/cpu/alignment set to 5 and it's doing an unaligned word access

under gdb (and gcc -g):

Program received signal SIGBUS, Bus error.
0x400d2cd0 in std::string::assign () from /usr/lib/libstdc++.so.6
(gdb) bt
#0  0x400d2cd0 in std::string::assign () from /usr/lib/libstdc++.so.6
#1  0x8680 in std::string::operator= (this=0xbe8947af, __s=0x872c )
at main1.cpp:18
#2  0x85b0 in main (argc=1, argv=0xbe894914) at main1.cpp:30
(gdb)

Set to the usual value of 1 (give garbage values):

Program received signal SIGSEGV, Segmentation fault.
0x400d2cec in std::string::assign () from /usr/lib/libstdc++.so.6
(gdb) bt
#0  0x400d2cec in std::string::assign () from /usr/lib/libstdc++.so.6
#1  0x8680 in std::string::operator= (this=0xbec237af, __s=0x872c )
at main1.cpp:18
#2  0x85b0 in main (argc=1, argv=0xbec23914) at main1.cpp:30
(gdb)

or 3 (fixup):

Program received signal SIGSEGV, Segmentation fault.
0x400d2cec in std::string::assign () from /usr/lib/libstdc++.so.6
(gdb) bt
#0  0x400d2cec in std::string::assign () from /usr/lib/libstdc++.so.6
#1  0x8680 in std::string::operator= (this=0xbe9ce7af, __s=0x872c )
at main1.cpp:18
#2  0x85b0 in main (argc=1, argv=0xbe9ce914) at main1.cpp:30
(gdb)

Hope this helps



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487822: ejabberd : [INTL:pt] Updated Portuguese translation for debconf messages

2008-06-24 Thread Sergei Golovan
On 6/24/08, Traduz - Portuguese Translation Team [EMAIL PROTECTED] wrote:
  Updated Portuguese translation for ejabberd's debconf messages.
  Translator: Luisa Lourenco kikentai _at_ gmail.com
  Feel free to use it.

Thanks for the translation! We'll use it on the next package upload.

-- 
Sergei Golovan



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#455836: fixed upstream

2008-06-24 Thread intrigeri
tags 455836 + fixed-upstream
thanks

Hello,

the provided patch was applied, almost unmodified, as SVN trunk r567 [1] ;
Matthew, can you please test it before we release backupninja 0.9.6
for Lenny ?

[1] https://code.autistici.org/trac/backupninja/changeset/567

Bye,
-- 
  intrigeri [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487825: add xrandr support

2008-06-24 Thread Anton Khirnov
Package: bash-completion
Version: 20080617.4
Severity: minor
Tags: patch

Hi,
this patch adds some support for xrand completion.

Anton

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

Kernel: Linux 2.6.25-nb.a (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 bash-completion depends on:
ii  bash  3.2-4  The GNU Bourne Again SHell
ii  ucf   3.007  Update Configuration File: preserv

bash-completion recommends no packages.

-- no debconf information
--- bash-completion-20080617.4/bash_completion	2008-06-23 19:25:14.0 +0200
+++ /etc/bash_completion	2008-06-24 12:26:30.0 +0200
@@ -5698,6 +5698,56 @@
 } 
 complete -F _ypmatch ypmatch ypcat
 
+#xrandr(1) completion
+#
+have xrandr 
+_xrandr()
+{
+	local cur prev output modes
+	COMPREPLY=()
+	cur=`_get_cword`
+	prev=${COMP_WORDS[COMP_CWORD-1]}
+
+	case $prev in
+		--output)
+			local outputs=$(xrandr|grep 'connected'|awk '{print $1}')
+			COMPREPLY=( $(compgen -W $outputs -- $cur))
+			return 0
+			;;
+		--mode)
+			for(( i = 1; i  COMP_CWORD; i++ )); do
+if [[ ${COMP_WORDS[i]} == --output ]]; then
+	output=${COMP_WORDS[i+1]}
+	break
+fi
+			done
+			modes=$(xrandr|sed -e 1,/$output/ d \
+			-e /connected/,$ d|awk '{print $1}')
+			COMPREPLY=( $( compgen -W $modes -- $cur))
+			return 0
+			;;
+	esac
+
+	case $cur in
+		*)
+			COMPREPLY=( $(compgen -W '-d -display -help -o \
+	--orientation -q --query -s --size\
+	-r --rate -v --version -x -y --screen \
+	--verbose --dryrun --prop --fb --fbmm --dpi \
+	--output --auto --mode --preferred --pos \
+	--reflect --rotate --left-of --right-of \
+	--above --below --same-as --set --off --crtc \
+	--newmode --rmmode --addmode --delmode' -- $cur))
+			return 0
+			;;
+	esac
+
+	return 0
+} 
+complete -F _xrandr xrandr
+
+
+
 # mplayer(1) completion
 #
 have mplayer  {


Bug#478274: What about fixing this bug?

2008-06-24 Thread Eric Valette
Can annyone care to fix real bug ;-)

-- eric




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487826: enhance mplayer completion

2008-06-24 Thread Anton Khirnov
Package: bash-completion
Version: 20080617.4
Severity: minor
Tags: patch

Hi,
this patch make mplayer complete wavpack (wv) files and adds a few
missing options.

Anton


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

Kernel: Linux 2.6.25-nb.a (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 bash-completion depends on:
ii  bash  3.2-4  The GNU Bourne Again SHell
ii  ucf   3.007  Update Configuration File: preserv

bash-completion recommends no packages.

-- no debconf information
--- bash-completion-20080617.4/bash_completion	2008-06-23 19:25:14.0 +0200
+++ /etc/bash_completion	2008-06-24 12:26:30.0 +0200
@@ -5720,7 +5770,7 @@
 	prev=${COMP_WORDS[COMP_CWORD-1]}
 
 	case $prev in
-		-@(ac|afm|vc|vfm|ao|vo|vop|fstype))
+		-@(ac|afm|vc|vfm|ao|vo|vop|fstype|demuxer|vf|af))
 			_mplayer_options_list mplayer $prev
 			return 0
 			;;
@@ -5729,7 +5779,7 @@
 			return 0
 			;;
 		-audiofile)
-			_filedir '@(mp3|MP3|mpg|MPG|ogg|OGG|wav|WAV|mid|MID|flac|FLAC|mka|MKA)'
+			_filedir '@(mp3|MP3|mpg|MPG|ogg|OGG|w?(a)v|W?(A)V|mid|MID|flac|FLAC|mka|MKA)'
 			return 0
 			;;
 		-font)
@@ -5794,7 +5844,7 @@
 			return 0
 			;;
 		-@(auto@(q|sync)|loop|menu-root|speed|sstep|aid|alang)| \
-		-@(?(@(audio|sub)-)demuxer|bandwidth|cache|chapter)| \
+		-@((@(audio|sub)-)demuxer|bandwidth|cache|chapter)| \
 		-@(dvd?(angle)|fps|frames|mc|passwd|user|sb|srate|ss|vcd)| \
 		-@(vi?(d|vo)|ffactor|sid|slang|spu@(align|aa|gauss))| \
 		-@(vobsubid|delay|bpp|brightness|contrast|dfbopts|display)| \
@@ -5948,6 +5998,11 @@
 			COMPREPLY=( $( compgen -W 'force= list=' -- $cur ) )
 			return 0
 			;;
+		-profile)
+			local profiles=$(sed -ne 's|\[\(.*\)\]|\1|p' ~/.mplayer/config)
+			COMPREPLY=( $( compgen -W $profiles -- $cur))
+			return 0
+			;;
 	esac
 
 	case $cur in
@@ -5978,7 +6033,7 @@
 	-spuaa -spugauss -pphelp -verbose -v \
 	-noni -noidx -nohr-mp3-seek -extbased \
 	-bps -oldpp -nozoom -noflip -nounicode \
-	-noutf8' -- $cur ) )
+	-noutf8 -profile -vf -af' -- $cur ) )
 			# add mplayer specific options
 			[[ $cmd == @(?(g)mplayer) ]]  COMPREPLY=( [EMAIL PROTECTED] \
 $(compgen -W '-autoq -autosync -benchmark \
@@ -6021,7 +6076,7 @@
 	-xvidencopts -of --verbose' -- $cur) )
 			;;
 		*)
-			_filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fl[iv]|FL[IV]|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[34]|MP[34]|m4[av]|M4[AV]|og[gm]|OG[GM]|wav|WAV|dump|DUMP|mk[av]|MK[AV]|m4a|M4A|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3gp|mpc|MPC|flac|FLAC|vro|VRO|divx|DIVX|aif?(f)|AIF?(F)|m2ts|M2TS)'
+			_filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fl[iv]|FL[IV]|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[34]|MP[34]|m4[av]|M4[AV]|og[gm]|OG[GM]|w?(a)v|W?(A)V|dump|DUMP|mk[av]|MK[AV]|m4a|M4A|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3gp|mpc|MPC|flac|FLAC|vro|VRO|divx|DIVX|aif?(f)|AIF?(F)|m2ts|M2TS)'
 			;;
 	esac
 


Bug#478359: closed by Varun Hiremath [EMAIL PROTECTED] (Bug#478359: fixed in mayavi2 2.1.1-5)

2008-06-24 Thread Francesco Poli
On Sun, 22 Jun 2008 10:18:05 + Debian Bug Tracking System wrote:

 #478359: mayavi2: fails to read blocks other than the first, in multiblock 
 PLOT3D files
 
 It has been closed by Varun Hiremath [EMAIL PROTECTED].

I've just installed mayavi2/2.1.1-5 from unstable and can confirm that
the SelectOutput filter allows me to read any block from a multiblock
PLOT3D file.

Thanks for applying the patch that fixes the issue.

I've noticed a (temporary) visualization glitch, but this will be filed
as a separate bug report.

Moreover, my dreams are more sophisticated, as detailed in this very
bug log.  I think I will file a separate wishlist bug report for the
fancier features I would like to see implemented.

-- 
 http://frx.netsons.org/doc/index.html#nanodocs
 The nano-document series is here!
. Francesco Poli .
 GnuPG key fpr == C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4


pgpHRYWnHy7rh.pgp
Description: PGP signature


Bug#485636: manpages-dev: nanosleep(2) and high resolution timers

2008-06-24 Thread Stephane Chazelas
On Tue, Jun 24, 2008 at 11:22:48AM +0200, Michael Kerrisk wrote:
 Okay -- as a first step to resolving this, I've adjusted the text in
 time.7, including adding a mention of HRTs.  The text that I plan to
 put in man-pages-3.01 is shown below.  Does it look okay to you
 Stephane?
[...]

Michael,

it looks good. But maybe we should mention that the HZ that
decides of the granularity of the timers is the kernel HZ which
is different from the user HZ (always 100 on x86, always 1024 on
ia64... defined through sys/param.h).

That kernel HZ is generally hidden to the user, there's no API
to get it.

Also, I can see we can build tick-less kernels nowadays, but I
really don't know what that means exactly.

Please don't take my word on all this. I'm really not the
specialist here, I tend to find all that very confusing. Best
would be to contact the hrtimer authors.

Also, I think it should be pointed out that highres timers are
not available on all architectures.

In kernel/time/Kconfig:

config HIGH_RES_TIMERS
bool High Resolution Timer Support
depends on GENERIC_TIME  GENERIC_CLOCKEVENTS
select TICK_ONESHOT

GENERIC_TIME is defined in the arch/*/Kconfig. ppc doesn't
have it for instance. There are fewer arches that have
GENERIC_CLOCKEVENTS it seems.


-- 
Stéphane



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487821: deborphan: fails to find package alien

2008-06-24 Thread Carsten Hey
Hi,

thanks for your bug report.

 ... none of those packages depend on alien, so why is alien not on the
 list?

Please paste the output of the following command, which must be run as root:

apt-get --simulate remove alien


Regards,
Carsten



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486475: [Pkg-utopia-maintainers] Bug#486475: Bug#486475: breaks xdm logins

2008-06-24 Thread martin f krafft
also sprach Loïc Minier [EMAIL PROTECTED] [2008.06.21.1103 +0100]:
  Could it be
  https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/232364?

Different symptoms. For me, the xsession just dies immediately.

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


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


Bug#487827: xulrunner-1.9: post installation script aborts with error 135

2008-06-24 Thread Mathias Behrle
Package: xulrunner-1.9
Version: 1.9~rc2-4
Severity: normal

Error message:
Fehler traten auf beim Bearbeiten von:
 xulrunner-1.9
  liferea
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  Ein Paket konnte nicht installiert werden. Versuche zu lösen:
  Richte xulrunner-1.9 ein (1.9~rc2-4) ...
  ./run-mozilla.sh: line 131:  9305 Bus-Zugriffsfehler
  LD_PRELOAD=${LD_PRELOAD+$LD_PRELOAD:}$MOZILLA_FIVE_HOME/libjemalloc.so
  $prog ${1+$@}
  dpkg: Fehler beim Bearbeiten von xulrunner-1.9 (--configure):
   Unterprozess post-installation script gab den Fehlerwert 135 zurück



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

Kernel: Linux 2.6.22-1-dm-static-opt-asterix (PREEMPT)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=UTF-8) (ignored: LC_ALL set to 
de_DE.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xulrunner-1.9 depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbz2-1.0 1.0.5-0.1 high-quality block-sorting file co
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.6.4-1+b1The Cairo 2D vector graphics libra
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-2 GCC support library
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgtk2.0-02.12.9-3  The GTK+ graphical user interface 
ii  libhunspell-1.2-0  1.2.4-1   spell checker and morphological an
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  liblcms1   1.16-10   Color management library
ii  libmozjs1d 1.9~rc2-4 The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d4.7.1-3   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0~rc3-3  Network Security Service libraries
ii  libpango1.0-0  1.20.2-2  Layout and rendering of internatio
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libreadline5   5.2-3 GNU readline and history libraries
ii  libsqlite3-0   3.5.9-2   SQLite 3 shared library
ii  libstartup-notificatio 0.9-1 library for program launch feedbac
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

xulrunner-1.9 recommends no packages.

-- no debconf information



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487791: wishlist += libmpg123 plugin

2008-06-24 Thread Fabian Greffrath

Loïc Minier schrieb:
 No, because libmad is GPL.  


Ah, OK.


libmpg123 looks like it's LGPL or tries to
 be, so if the GSt plugin is in sufficiently good shape, it doesn't need
 to stay in -ugly and can go in -good.


Yes, but it has to be created first. ;)


--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  [EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#479448: closed by Varun Hiremath [EMAIL PROTECTED] (Bug#479448: fixed in mayavi2 2.1.1-5)

2008-06-24 Thread Francesco Poli
On Sun, 22 Jun 2008 10:18:06 + Debian Bug Tracking System wrote:

 #479448: mayavi2: please implement vector component extraction
 
 It has been closed by Varun Hiremath [EMAIL PROTECTED].

I've just installed mayavi2/2.1.1-5 from unstable and can confirm that
the ExtractVectorComponent filter allows me to obtain scalars from
vector components.

Thanks for applying the patch that fixes the issue.

-- 
 http://frx.netsons.org/doc/index.html#nanodocs
 The nano-document series is here!
. Francesco Poli .
 GnuPG key fpr == C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4


pgpBDef2shXwu.pgp
Description: PGP signature


Bug#487810: opencascade_6.2-5(unstable/powerpc/anakreon): inc/Plate_LinearScalarConstraint.hxx:81: error: expected ',' or '...' before numeric constant

2008-06-24 Thread Denis Barbier
2008/6/24 Marc 'HE' Brockschmidt [EMAIL PROTECTED]:
 Package: opencascade
 Version: 6.2-5
 Severity: important

 Heya,

 Building your package failed on my ppc buildd:
[...]
 |  g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../inc -I../../../drv/Hatch 
 -I../../../src/Hatch -I../../../drv/GeomInt -I../../../src/GeomInt 
 -I../../../drv/IntStart -I../../../src/IntStart -I../../../drv/IntWalk 
 -I../../../src/IntWalk -I../../../drv/IntImp -I../../../src/IntImp 
 -I../../../drv/IntCurveSurface -I../../../src/IntCurveSurface 
 -I../../../drv/IntSurf -I../../../src/IntSurf -I../../../drv/IntPatch 
 -I../../../src/IntPatch -I../../../drv/Geom2dInt -I../../../src/Geom2dInt 
 -I../../../drv/IntImpParGen -I../../../src/IntImpParGen 
 -I../../../drv/IntRes2d -I../../../src/IntRes2d -I../../../drv/IntCurve 
 -I../../../src/IntCurve -I../../../drv/TopTrans -I../../../src/TopTrans 
 -I../../../drv/Intf -I../../../src/Intf -I../../../drv/ApproxInt 
 -I../../../src/ApproxInt -I../../../drv/GccAna -I../../../src/GccAna 
 -I../../../drv/GccEnt -I../../../src/GccEnt -I../../../drv/GccInt 
 -I../../../src/GccInt -I../../../drv/GccIter -I../../../src/GccIter 
 -I../../../drv/GccGeo -I../../../src/GccGeo -I../../../drv/HatchGen 
 -I../../../src/HatchGen -I../../../drv/Geom2dHatch -I../../../src/Geom2dHatch 
 -I../../../drv/Law -I../../../src/Law -I../../../drv/AppBlend 
 -I../../../src/AppBlend -I../../../drv/Plate -I../../../src/Plate 
 -I../../../drv/GeomPlate -I../../../src/GeomPlate 
 -I../../../drv/LocalAnalysis -I../../../src/LocalAnalysis 
 -I../../../drv/GeomAPI -I../../../src/GeomAPI -I../../../drv/GeomFill 
 -I../../../src/GeomFill -I../../../drv/Geom2dAPI -I../../../src/Geom2dAPI 
 -I../../../drv/Geom2dGcc -I../../../src/Geom2dGcc -I../../../drv/FairCurve 
 -I../../../src/FairCurve -I../../../drv/NLPlate -I../../../src/NLPlate 
 -I../../../drv/IntPolyh -I../../../src/IntPolyh -I../../../drv/TopClass 
 -I../../../src/TopClass -g -O2 -DCSFDB -DOCC_CONVERT_SIGNALS -DLIN -DLININTEL 
 -D_GNU_SOURCE=1 -g -DDEB -D_DEBUG -MT 
 Plate_SequenceNodeOfSequenceOfLinearScalarConstraint_0.lo -MD -MP -MF 
 .deps/Plate_SequenceNodeOfSequenceOfLinearScalarConstraint_0.Tpo -c 
 ../../../drv/Plate/Plate_SequenceNodeOfSequenceOfLinearScalarConstraint_0.cxx 
  -fPIC -DPIC -o .libs/Plate_SequenceNodeOfSequenceOfLinearScalarConstraint_0.o
 | In file included from 
 ../../../inc/Plate_SequenceNodeOfSequenceOfLinearScalarConstraint.hxx:34,
 |  from 
 ../../../drv/Plate/Plate_SequenceNodeOfSequenceOfLinearScalarConstraint_0.cxx:22:
 | ../../../inc/Plate_LinearScalarConstraint.hxx:81: error: expected ',' or 
 '...' before numeric constant
 | ../../../inc/Plate_LinearScalarConstraint.hxx:84: error: expected ',' or 
 '...' before numeric constant
 | ../../../inc/Plate_LinearScalarConstraint.hxx:84: error: 
 'Plate_LinearScalarConstraint::Plate_LinearScalarConstraint(const 
 Plate_Array1OfPinpointConstraint)' cannot be overloaded
 | ../../../inc/Plate_LinearScalarConstraint.hxx:81: error: with 
 'Plate_LinearScalarConstraint::Plate_LinearScalarConstraint(const 
 Plate_Array1OfPinpointConstraint)'
[...]

Lines 81 and 84 of Plate_LinearScalarConstraint.hxx are
  Standard_EXPORT Plate_LinearScalarConstraint(const
Plate_Array1OfPinpointConstraint PPC,const TColgp_Array1OfXYZ
coeff);
  Standard_EXPORT Plate_LinearScalarConstraint(const
Plate_Array1OfPinpointConstraint PPC,const TColgp_Array2OfXYZ
coeff);
I guess that PPC is a macro defined on powerpc arches, here is an
untested patch.

Denis
Index: opencascade-6.2/ros/src/BRepFill/BRepFill_Evolved.cxx
===
--- opencascade-6.2.orig/ros/src/BRepFill/BRepFill_Evolved.cxx
+++ opencascade-6.2/ros/src/BRepFill/BRepFill_Evolved.cxx
@@ -2107,8 +2107,8 @@ void BRepFill_Evolved::AddTopAndBottom(B
 	gp_Pnt PC;
 	gp_Vec VC;
 	C.D1(u,PC,VC);
-	gp_Vec PPC(P,PC);
-	gp_Vec Prod = PPC.Crossed(VC);
+	gp_Vec ppc(P,PC);
+	gp_Vec Prod = ppc.Crossed(VC);
 	if (IsOut) {
 	  ToReverse = Prod.Z()  0.;
 	}
Index: opencascade-6.2/ros/src/BRepLib/BRepLib_FindSurface.cxx
===
--- opencascade-6.2.orig/ros/src/BRepLib/BRepLib_FindSurface.cxx
+++ opencascade-6.2/ros/src/BRepLib/BRepLib_FindSurface.cxx
@@ -100,7 +100,7 @@ void BRepLib_FindSurface::Init(const Top
 
   TopoDS_Edge E = TopoDS::Edge(ex.Current());
   Standard_Real f,l,ff,ll;
-  Handle(Geom2d_Curve) PC,PPC;
+  Handle(Geom2d_Curve) PC,ppc;
   Handle(Geom_Surface) SS;
   TopLoc_Location L;
   Standard_Integer i = 0,j;
@@ -119,7 +119,7 @@ void BRepLib_FindSurface::Init(const Top
 	while (Standard_True) {
 	  j++;
 	  BRep_Tool::CurveOnSurface(TopoDS::Edge(ex.Current()),
-PPC,SS,L,ff,ll,j);
+ppc,SS,L,ff,ll,j);
 	  if (SS.IsNull()) {
 	break;
 	  }
Index: opencascade-6.2/ros/src/Bisector/Bisector_BisecPC.cxx
===
--- 

Bug#485636: manpages-dev: nanosleep(2) and high resolution timers

2008-06-24 Thread Michael Kerrisk
On Tue, Jun 24, 2008 at 12:59 PM, Stephane Chazelas
[EMAIL PROTECTED] wrote:
 On Tue, Jun 24, 2008 at 11:22:48AM +0200, Michael Kerrisk wrote:
 Okay -- as a first step to resolving this, I've adjusted the text in
 time.7, including adding a mention of HRTs.  The text that I plan to
 put in man-pages-3.01 is shown below.  Does it look okay to you
 Stephane?
 [...]

 Michael,

 it looks good. But maybe we should mention that the HZ that
 decides of the granularity of the timers is the kernel HZ which
 is different from the user HZ (always 100 on x86, always 1024 on
 ia64... defined through sys/param.h).

Well, this is kind of implied in time(7), where I frame the discussion
in terms of jiffies.  Do you think that I'm not clear enough there?

 That kernel HZ is generally hidden to the user, there's no API
 to get it.

 Also, I can see we can build tick-less kernels nowadays, but I
 really don't know what that means exactly.

IIUC, then instead of scheduling a regular kernel-internal timer that
goes off (ticks) at every jiffy (e.g., every 4 millisconds), instead
schedule events based on when the are next required (hmmm -- nothing
is supposed to happen now for 700 milliseconds, so schedule the next
wakeup then)

 Please don't take my word on all this. I'm really not the
 specialist here, I tend to find all that very confusing. Best
 would be to contact the hrtimer authors.

 Also, I think it should be pointed out that highres timers are
 not available on all architectures.

 In kernel/time/Kconfig:

 config HIGH_RES_TIMERS
 bool High Resolution Timer Support
 depends on GENERIC_TIME  GENERIC_CLOCKEVENTS
 select TICK_ONESHOT

 GENERIC_TIME is defined in the arch/*/Kconfig. ppc doesn't
 have it for instance. There are fewer arches that have
 GENERIC_CLOCKEVENTS it seems.

Good point.  I added text to time.7 to cover this.


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html
Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487827: xulrunner-1.9: post installation script aborts with error 135

2008-06-24 Thread Mike Hommey
On Tue, Jun 24, 2008 at 01:11:23PM +0200, Mathias Behrle [EMAIL PROTECTED] 
wrote:
 Package: xulrunner-1.9
 Version: 1.9~rc2-4
 Severity: normal
 
 Error message:
 Fehler traten auf beim Bearbeiten von:
  xulrunner-1.9
   liferea
   E: Sub-process /usr/bin/dpkg returned an error code (1)
   Ein Paket konnte nicht installiert werden. Versuche zu lösen:
   Richte xulrunner-1.9 ein (1.9~rc2-4) ...
   ./run-mozilla.sh: line 131:  9305 Bus-Zugriffsfehler
   LD_PRELOAD=${LD_PRELOAD+$LD_PRELOAD:}$MOZILLA_FIVE_HOME/libjemalloc.so
   $prog ${1+$@}
   dpkg: Fehler beim Bearbeiten von xulrunner-1.9 (--configure):
Unterprozess post-installation script gab den Fehlerwert 135 zurück

Erm, what is the message with LANG=C ?

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487523: RM: smssend -- RoQA; RC-buggy (license issues, not released with Etch), upstream dead, not maintained

2008-06-24 Thread Bernd Zeimetz
Hi,

 I understand that the linking to OpenSSL is problematic, but at least for me, 
 smssend works perfectly for months [0].

that's at least good to know, but it doesn't make much sense to keep it
in Debian without a proper fix for that problem, also I doubt that it
still works for all supported providers. Adding a fixed package back to
Debian is not a big problem if somebody is interested in doing this
work. Th emain problem is that the author of smssend doesn't answer to
mails, and smssend needs skytuils to work and therefor needs to link
ssl, which is not allowed by the license of smssend.

Cheers,

Bernd

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#382037: Missing programname and PID in syslog-log by PAM

2008-06-24 Thread Julien Cristau
On Mon, Mar 10, 2008 at 18:19:43 +0100, Julien Cristau wrote:

 On Tue, Mar  4, 2008 at 18:51:33 -0800, Alan Coopersmith wrote:
 
  I'd have no objections to using openlog() on other OS'es too, though I'd
  prefer an autoconf test for the openlog() function over just adding 
  __linux__
  (or just making it non-conditional for all OS'es if everyone has openlog()).
  
 Hi,
 
 the attached patch adds a configure check for openlog, and changes the
 greeter code to use #ifdef HAVE_OPENLOG instead of __OpenBSD__.  I don't
 know if additional checks for syslog.h or LOG_AUTH are needed, though,
 but that should be easy to fix if necessary.
 
Updated version, with a check for syslog.h in addition to openlog().

Cheers,
Julien
From 83a6107916e1285c0750e50eb286ae0793e08031 Mon Sep 17 00:00:00 2001
From: Julien Cristau [EMAIL PROTECTED]
Date: Mon, 10 Mar 2008 17:51:15 +0100
Subject: [PATCH] Add support for syslog on more than openbsd.

Also use LOG_AUTHPRIV by default, if that exists.
---
 configure.ac|4 ++--
 greeter/greet.c |   17 +++--
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/configure.ac b/configure.ac
index 329c8e8..4f2845b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,8 +76,8 @@ if test x$HAS_SETUSERCONTEXT = xyes ; then
 		[Define to 1 if you have the 'setusercontext' function.])
 fi
 
-AC_CHECK_FUNCS([daemon sigaction])
-AC_CHECK_HEADERS([grp.h])
+AC_CHECK_FUNCS([daemon sigaction openlog])
+AC_CHECK_HEADERS([grp.h syslog.h])
 AC_TYPE_SIGNAL
 
 XTRANS_CONNECTION_FLAGS
diff --git a/greeter/greet.c b/greeter/greet.c
index 0aabec7..852e1eb 100644
--- a/greeter/greet.c
+++ b/greeter/greet.c
@@ -83,8 +83,15 @@ from The Open Group.
 #include greet.h
 #include Login.h
 
-#ifdef __OpenBSD__
+#ifdef HAVE_OPENLOG  HAVE_SYSLOG_H
+#define USE_SYSLOG
 #include syslog.h
+#ifndef LOG_AUTHPRIV
+#define LOG_AUTHPRIV LOG_AUTH
+#endif
+#ifndef LOG_PID
+#define LOG_PID 0
+#endif
 #endif
 
 #if defined(SECURE_RPC)  defined(sun)
@@ -408,9 +415,7 @@ Greet (struct display *d, struct greet_info *greet)
 static void
 FailedLogin (struct display *d, struct greet_info *greet)
 {
-#ifdef __OpenBSD__
-syslog(LOG_NOTICE, LOGIN FAILURE ON %s,
-	   d-name);
+#ifdef USE_SYSLOG
 syslog(LOG_AUTHPRIV|LOG_NOTICE,
 	   LOGIN FAILURE ON %s, %s,
 	   d-name, greet-name);
@@ -485,8 +490,8 @@ greet_user_rtn GreetUser(
 	LogError (Cannot reopen display %s for greet window\n, d-name);
 	exit (RESERVER_DISPLAY);
 }
-#ifdef __OpenBSD__
-openlog(xdm, LOG_ODELAY, LOG_AUTH);
+#ifdef USE_SYSLOG
+openlog(xdm, LOG_ODELAY|LOG_PID, LOG_AUTHPRIV);
 #endif
 
 for (;;) {
-- 
1.5.5.4



Bug#463172: Patch for the l10n upload of proftpd-dfsg

2008-06-24 Thread Francesco P. Lovergine
tags 463172 + pending
thanks

On Sat, Jun 21, 2008 at 08:03:51AM +0200, Christian Perrier wrote:
 
 Dear maintainer of proftpd-dfsg,
 
 On Thursday, June 12, 2008 I sent you a notice announcing my intent to upload 
 a
 NMU of your package to fix its pending l10n issues, after an initial
 notice sent on Thursday, June 12, 2008.
 
 We finally agreed that you would do the update yourself at the end of
 the l10n update round.
 
 That time has come.
 
 To help you out, here's the patch which I would have used for an NMU.
 Please feel free to use all of it...or only the l10n part of it.
 
 The corresponding changelog is:
 
 
 Source: proftpd-dfsg
 Version: 1.3.1-11.1
 Distribution: unstable
 Urgency: low
 Maintainer: Christian Perrier [EMAIL PROTECTED]
 Date: Thu, 12 Jun 2008 18:47:12 +0200
 Closes: 463172 486259 486560
 Changes: 
  proftpd-dfsg (1.3.1-11.1) unstable; urgency=low
  .
* Non-maintainer upload to fix pending l10n issues.
* Debconf translations:
  - Japanese. Closes: #463172
  - Brazilian Portuguese. Closes: #486259
  - Turkish. Closes: #486560
 

For your information this patch will be integrated in 1.3.1-13 which
will introduce new binary packages and pend in the NEW queue for
a few for that reason. I'm awaiting -12 enter lenny, so please
don't NMU.

-- 
Francesco P. Lovergine



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487828: audacious: Failed to load plugin

2008-06-24 Thread Petteri
Package: audacious
Version: 1.5.1-1
Severity: grave
Justification: renders package unusable

When starting audacious I get the following error:

[EMAIL PROTECTED]:~$ audacious 
Failed to load plugin (/usr/lib/audacious/Input/amidi-plug.so): 
/usr/lib/audacious/Input/amidi-plug.so: undefined symbol: 
audacious_drct_get_playing
Virheellinen käsky
[EMAIL PROTECTED]:~$ 

Virheellinen käsky is in english something like erroneous command.

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

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

Versions of packages audacious depends on:
ii  audacious-plugins 1.5.1-1Base plugins for audacious
ii  dbus  1.2.1-2simple interprocess messaging syst
ii  gtk2-engines-pixbuf   2.12.10-2  Pixbuf-based theme for GTK+ 2.x
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libaudclient1 1.5.1-1audacious D-Bus remote control lib
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.1-2simple interprocess messaging syst
ii  libdbus-glib-1-2  0.76-1 simple interprocess messaging syst
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.10-2  The GTK+ graphical user interface 
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libmcs1   0.7.1-1Abstraction library to store confi
ii  libmowgli10.6.1-1a high performance development fra
ii  libpango1.0-0 1.20.2-2   Layout and rendering of internatio
ii  libsamplerate00.1.3-1audio rate conversion library
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libx11-6  2:1.1.4-2  X11 client-side library

Versions of packages audacious recommends:
ii  audacious-plugins-extra   1.5.1-1Various extra plugins for audaciou
ii  unzip 5.52-11De-archiver for .zip files

-- no debconf information



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487827: xulrunner-1.9: post installation script aborts with error 135

2008-06-24 Thread Alexander Sack
On Tue, Jun 24, 2008 at 01:23:18PM +0200, Mike Hommey wrote:
 On Tue, Jun 24, 2008 at 01:11:23PM +0200, Mathias Behrle [EMAIL PROTECTED] 
 wrote:
  Package: xulrunner-1.9
  Version: 1.9~rc2-4
  Severity: normal
  
  Error message:
  Fehler traten auf beim Bearbeiten von:
   xulrunner-1.9
liferea
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ein Paket konnte nicht installiert werden. Versuche zu lösen:
Richte xulrunner-1.9 ein (1.9~rc2-4) ...
./run-mozilla.sh: line 131:  9305 Bus-Zugriffsfehler
LD_PRELOAD=${LD_PRELOAD+$LD_PRELOAD:}$MOZILLA_FIVE_HOME/libjemalloc.so
$prog ${1+$@}
dpkg: Fehler beim Bearbeiten von xulrunner-1.9 (--configure):
 Unterprozess post-installation script gab den Fehlerwert 135 zurück
 
 Erm, what is the message with LANG=C ?
 

I'd translate Bus-Zugriffsfehler with Bus-Error  didnt you
disable libjemalloc completely in recent builds?

 - Alexander




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487829: debtorrent: Upload / download stats for -all and -amd64 get mixed up

2008-06-24 Thread Steve Cotton
Package: debtorrent
Version: 0.1.8
Severity: minor

Thanks for the fix in 0.1.8, but now I'm back to bug you again.  The
upload/download statistics seem to get mixed up between the
architecture-specific torrent and the corresponding architecture-independent
torrent.

I'd downloaded some packages, and the local status page correctly showed
very different stats for the unstable_main_binary-amd64 and
unstable_main_binary-all torrents. [1]

In aptitude I update, and new packages are listed.  Before downloading any
more, I refresh the local status page.

The download and upload stats for u_m_b-all have been copied to the
u_m_b-amd64 stats, although the size statistics differ.

The download and upload stats for the unstable_non-free_binary pair also
look suspiciously similar to each other.

The stats for the unstable_contrib_binary pair are ok (one's had nothing
downloaded, the other has 97kB).

Steve


[1] The difference is about 300MB, I installed nexuiz with its massive data
package.


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

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

Versions of packages debtorrent depends on:
ii  adduser   3.108  add and remove users and groups
ii  python2.5.2-1An interactive high-level object-o
ii  python-apt0.7.6  Python interface to libapt-pkg
ii  python-debian 0.1.10 Python modules to work with Debian
ii  python-support0.8.3  automated rebuilding support for P

Versions of packages debtorrent recommends:
ii  apt-transport-debtorrent 0.2.1   an APT transport for communicating
ii  python-crypto2.0.1+dfsg1-2.1 cryptographic algorithms and proto

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487603: Re : Bug#487603: further informations about this bug

2008-06-24 Thread David Kremer
Yes, I have done :
$export MESA_NO_ASM
that resolves the problem. So freedroid is launched properly and
running very well.

Indeed, my Cpu is intel Dual Core.

Here you catch the content of my /proc/cpuinfo file :

/**start of cat
/proc/cpuinfo**/
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 14
model name  : Genuine Intel(R) CPU   T2080  @ 1.73GHz
stepping: 12
cpu MHz : 1729.061
cache size  : 1024 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc
arch_perfmon bts pni monitor est tm2 xtpr
bogomips: 3463.09
clflush size: 64

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 14
model name  : Genuine Intel(R) CPU   T2080  @ 1.73GHz
stepping: 12
cpu MHz : 1729.061
cache size  : 1024 KB
physical id : 0
siblings: 2
core id : 1
cpu cores   : 2
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx constant_tsc
arch_perfmon bts pni monitor est tm2 xtpr
bogomips: 3458.14
clflush size: 64
/End of cat
/proc/cpuinfo/

2008/6/23, Julien Cristau [EMAIL PROTECTED]:
 On Mon, Jun 23, 2008 at 23:42:27 +0200, Brice Goglin wrote:

 Ok, thanks, it looks like
 https://bugs.freedesktop.org/show_bug.cgi?id=8724

 I'm not so sure.  One is SIGFPE, the other SIGILL.

 Cheers,
 Julien




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#382037: setting package to xdm, tagging 382037, tagging 486606

2008-06-24 Thread Julien Cristau
# Automatically generated email from bts, devscripts version 2.10.30
# via tagpending 
#
# xdm (1:1.1.8-2) UNRELEASED; urgency=low
#
#  * Disable xdm-auth to work around an Xlib bug (closes: #486606).
#  * New patch 07_openlog.diff: call openlog() in the greeter to set the
#service name/pid and get proper logging from pam (closes: #382037).
#

package xdm
tags 382037 + pending
tags 486606 + pending




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463172: Patch for the l10n upload of proftpd-dfsg

2008-06-24 Thread Francesco P. Lovergine
On Tue, Jun 24, 2008 at 01:36:41PM +0200, Francesco P. Lovergine wrote:
 For your information this patch will be integrated in 1.3.1-13 which
 will introduce new binary packages and pend in the NEW queue for
 a few for that reason. I'm awaiting -12 enter lenny, so please
 don't NMU.
 

Oh well, decrease by one debian versions :)

-- 
Francesco P. Lovergine



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487830: mplayer: crashes with MPlayer interrupted by signal 11 in module: demux_open on FLV files

2008-06-24 Thread Paul Collins
Package: mplayer
Version: 1.0~rc2-14

View FLV files with this version of mplayer results in

MPlayer interrupted by signal 11 in module: demux_open

Version 1.0~rc2-12 works fine.

-- 
Paul Collins
Wellington, New Zealand

Dag vijandelijk luchtschip de huismeester is dood



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487831: [INTL:tr] Turkish debconf template translation for kdebase

2008-06-24 Thread Mert Dirik
Package: kdebase
Severity: wishlist
Tags: l10n patch

Please find the attached Turkish translation update of kdebase debconf template.

Thanks
# Turkish translation of kdebase.
# This file is distributed under the same license as the kdebase package.
# Recai Oktaş [EMAIL PROTECTED], 2004.
# Mert Dirik [EMAIL PROTECTED], 2008.
#
msgid 
msgstr 
Project-Id-Version: kdebase\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-04-09 19:07+0200\n
PO-Revision-Date: 2008-06-23 11:17+0200\n
Last-Translator: Mert Dirik [EMAIL PROTECTED]\n
Language-Team: Turkish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Description
#: ../kdm.templates:1001
msgid Default display manager:
msgstr Öntanımlı ekran yöneticisi:

#. Type: select
#. Description
#: ../kdm.templates:1001
msgid A display manager is a program that provides graphical login capabilities for the X Window System.
msgstr Ekran yöneticisi, X Window Sistemi'ne grafik arayüz ile giriş yapmayı sağlar.

#. Type: select
#. Description
#: ../kdm.templates:1001
msgid Only one display manager can manage a given X server, but multiple display manager packages are installed. Please select which display manager should run by default.
msgstr Sadece bir ekran yöneticisi verilen bir X sunucusunu yönetebilir, ancak birden fazla ekran yöneticisi kurulu durumda.  Lütfen, öntanımlı olarak çalıştırmak istediğiniz ekran yöneticisini seçin.

#. Type: select
#. Description
#: ../kdm.templates:1001
msgid Multiple display managers can run simultaneously if they are configured to manage different servers; to achieve this, configure the display managers accordingly, edit each of their init scripts in /etc/init.d, and disable the check for a default display manager.
msgstr Eğer farklı sunucuları çalıştırmak için ayarlanırsa birden fazla ekran yöneticisi birlikte kullanılabilir.  Bunun için /etc/init.d içindeki ilgili betikleri değiştirin ve öntanımlı ekran yöneticisini denetleyen işlevleri devre dışı bırakın.

#. Type: boolean
#. Description
#: ../kdm.templates:3001
msgid Stop the kdm daemon?
msgstr kdm servisini durdurulsun mu?

#. Type: boolean
#. Description
#: ../kdm.templates:3001
msgid The K Desktop manager (kdm) daemon is typically stopped on package upgrade and removal, but it appears to be managing at least one running X session.
msgstr K Masaüstü yöneticisi (kdm) servisi, paket güncelleme ve kaldırma sırasında genellikle durdurulur.  Fakat öyle görünüyor ki kdm, çalışan (en az) bir X oturumunu yönetiyor.

#. Type: boolean
#. Description
#: ../kdm.templates:3001
msgid If kdm is stopped now, any X sessions it manages will be terminated. Otherwise, the new version will take effect the next time the daemon is restarted.
msgstr Eğer kdm şimdi durdurulursa, yönetilen X oturumları da sonlandırılacaktır.  Böyle yapmak yerine kdm'i çalışır vaziyette bırakabilirsiniz.  Yeni sürüm, kdm servisinin bir sonraki çalıştırılışında etkili olacaktır.



Bug#474106: video-vesa: does not work on i815

2008-06-24 Thread Michal Suchanek


On Jun 21, 2008, at 5:33 PM, Julien Cristau wrote:

On Fri, Jun 20, 2008 at 12:12:39 +0200, Michal Suchanek wrote:

Also it might be that the misdetection only occurs with scripts  
that try

to determine the card automatically using debconf like live-initramfs
does. At least for one card the automatic detection works if there  
is the
default  config with no card specified but fails if live-initramfs  
tries

to determine the card type using debconf.


What is live-initramfs doing with debconf exactly?

Looking closely at the scripts it appears that the output (bash  
script trace) was not caused by live-initramfs directly but by some  
utility it called, probably xdebconfigurator.


Now this works as expected so I guess the detection issue is gone.

MS






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#478274: What about fixing this bug?

2008-06-24 Thread Sune Vuorela



On Tue, 24 Jun 2008 12:58:25 +0200, Eric Valette [EMAIL PROTECTED]
wrote:
 Can annyone care to fix real bug ;-)

Sorry. We are too busy with closing all your non-bugs.

And you by the way missed to tell what binary you meant to be setuid root.

But anyways, no matter which binary it is, documenting it in a README file
that you might want to add setuid root (with dpkg-statoverride) to that
specific file if you use NIS will be the fix.

As it works without problems in non-nis-environments, there is no reason to
make it setuid root for all users.

/Sune




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487811: Acknowledgement (dosbox: often locks up at start under kernel 2.6.26-rc7)

2008-06-24 Thread Arthur Marsh

This error was apparently due to a faulty cd-rw drive:

Jun 24 19:04:00 victoria kernel: [ 3021.510657] INFO: task dosbox:5436 
blocked for more than 120 seconds.
Jun 24 19:04:00 victoria kernel: [ 3021.510702] echo 0  
/proc/sys/kernel/hung_task_timeout_secs disables this message.
Jun 24 19:04:00 victoria kernel: [ 3021.510727] dosboxD d3968005 
0  5436  1
Jun 24 19:04:00 victoria kernel: [ 3021.510757]c9dc9b00 00200086 
00edd000 d3968005 c03a9fd4 c03aca80 c03aca80 c61181c0
Jun 24 19:04:00 victoria kernel: [ 3021.510815]c611834c c1289a80 
 d23d1e20 c0182cd3  c611834c 00076e10
Jun 24 19:04:00 victoria kernel: [ 3021.510870]d3a59f14 c017c358 
d396800a d21e22c4 c01df239 0001  

Jun 24 19:04:00 victoria kernel: [ 3021.510925] Call Trace:
Jun 24 19:04:00 victoria kernel: [ 3021.511046]  [c0182cd3] dput+0x16/0xdc
Jun 24 19:04:00 victoria kernel: [ 3021.50]  [c017c358] 
__link_path_walk+0xb6d/0xca7
Jun 24 19:04:00 victoria kernel: [ 3021.511170]  [c01df239] 
kobject_get+0xf/0x13
Jun 24 19:04:00 victoria kernel: [ 3021.511254]  [c02bbda0] 
__mutex_lock_slowpath+0x52/0x81
Jun 24 19:04:00 victoria kernel: [ 3021.511335]  [c02bbc69] 
mutex_lock+0xa/0xb
Jun 24 19:04:00 victoria kernel: [ 3021.511364]  [c01955ac] 
do_open+0x7c/0x26a
Jun 24 19:04:00 victoria kernel: [ 3021.511440]  [c01957bf] 
blkdev_open+0x25/0x4d
Jun 24 19:04:00 victoria kernel: [ 3021.511484]  [c01727ed] 
__dentry_open+0x146/0x235
Jun 24 19:04:00 victoria kernel: [ 3021.511562]  [c0172959] 
nameidata_to_filp+0x1c/0x2c
Jun 24 19:04:00 victoria kernel: [ 3021.511602]  [c019579a] 
blkdev_open+0x0/0x4d
Jun 24 19:04:00 victoria kernel: [ 3021.511640]  [c017d76d] 
do_filp_open+0x373/0x73a
Jun 24 19:04:00 victoria kernel: [ 3021.511814]  [c02bcdcb] 
_spin_unlock+0xc/0x1f
Jun 24 19:04:00 victoria kernel: [ 3021.511852]  [c0172586] 
get_unused_fd_flags+0xb8/0xc2
Jun 24 19:04:00 victoria kernel: [ 3021.511919]  [c01725cd] 
do_sys_open+0x3d/0xb1
Jun 24 19:04:00 victoria kernel: [ 3021.511980]  [c0172685] 
sys_open+0x1e/0x23
Jun 24 19:04:00 victoria kernel: [ 3021.512031]  [c01038f5] 
sysenter_past_esp+0x6a/0x91

Jun 24 19:04:00 victoria kernel: [ 3021.512153]  ===



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487530: Doesn't render postscript files any longer

2008-06-24 Thread Guido Trotter
On Mon, Jun 23, 2008 at 09:45:39PM -0400, James Cloos wrote:

Hi!

 The postscript generated by gecko/1.8 is buggy.  Libspectre added a
 patch only recently to work around such PS files.
 
 Older versions of evince called gs(1) to render PS; those were not
 affected by the incorrect postscript; recent versions use libspectre
 (which is a wrapper around libgs).  If your evince uses libspectre you
 need a version newer than 0.2.0.  (I only have deb on servers, so cannot
 quickly check.)
 

I have 0.2.0.ds-1 (the only one in debian lenny/sid) and it still breaks, on
amd64. As I said it works if run from an i386 chroot... 

Thanks,

Guido




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487832: python-brlapi: brlapi exceptions should be subclasses of BaseException

2008-06-24 Thread Olivier Aubert
Package: python-brlapi
Version: 3.10~r3724-1
Severity: important

Scenario:

 import brlapi
 b=brlapi.Connection()
---
TypeError Traceback (most recent call last)

/home/oaubert/ipython console in module()

/var/lib/python-support/python2.5/brlapi.so in brlapi.Connection.__init__()

TypeError: raise: exception class must be a subclass of BaseException

Explanation:
When initializing brlapi with no brltty demon started, the API should raise an 
Exception. But from python2.5 onwards, each exception class must be a subclass 
of BaseException (cf http://www.python.org/dev/peps/pep-0352/ )

Correction:
The error lies in the Bindings/Python/brlapi.pyx file, where the exception 
ConnectionError inherits from OperationError, which itself should inherit from 
BaseException. The following patch should fix this.

--- brlapi.pyx.old  2008-06-24 14:17:02.0 +0200
+++ brlapi.pyx  2008-05-22 12:31:00.0 +0200
@@ -67,7 +67,7 @@
 cimport c_brlapi
 include constants.auto.pyx
 
-cdef class OperationError(BaseException):
+cdef class OperationError:
Error while performing some operation
 
cdef c_brlapi.brlapi_error_t error

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

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-brlapi depends on:
ii  libbrlapi0.53.10~r3724-1 braille display access via BRLTTY 
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  python  2.5.2-1  An interactive high-level object-o
ii  python-support  0.8.1automated rebuilding support for P

python-brlapi recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486044: status

2008-06-24 Thread Oleg Atamanenko
On Tuesday 24 June 2008 13:40:32 you wrote:
 And if that's the case, it's not at all a dpkg problem but a
 user-configuration problem...

I removed libnss-ldap and libpam-ldap packages and dpkg started much faster.
Thank you.

I suppose, this issue can be closed.

-- 
Best Regards,
Oleg Atamanenko.

--
Fortune of the day:
for ARTIFICIAL FLAVORING!!


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


Bug#487827: xulrunner-1.9: post installation script aborts with error 135

2008-06-24 Thread Mike Hommey
On Tue, Jun 24, 2008 at 01:43:58PM +0200, Alexander Sack [EMAIL PROTECTED] 
wrote:
 On Tue, Jun 24, 2008 at 01:23:18PM +0200, Mike Hommey wrote:
  On Tue, Jun 24, 2008 at 01:11:23PM +0200, Mathias Behrle [EMAIL 
  PROTECTED] wrote:
   Package: xulrunner-1.9
   Version: 1.9~rc2-4
   Severity: normal
   
   Error message:
   Fehler traten auf beim Bearbeiten von:
xulrunner-1.9
 liferea
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 Ein Paket konnte nicht installiert werden. Versuche zu lösen:
 Richte xulrunner-1.9 ein (1.9~rc2-4) ...
 ./run-mozilla.sh: line 131:  9305 Bus-Zugriffsfehler
 LD_PRELOAD=${LD_PRELOAD+$LD_PRELOAD:}$MOZILLA_FIVE_HOME/libjemalloc.so
 $prog ${1+$@}
 dpkg: Fehler beim Bearbeiten von xulrunner-1.9 (--configure):
  Unterprozess post-installation script gab den Fehlerwert 135 zurück
  
  Erm, what is the message with LANG=C ?
  
 
 I'd translate Bus-Zugriffsfehler with Bus-Error  didnt you
 disable libjemalloc completely in recent builds?

No, it's even more enabled, now.

Mathias, does it do that every single time ?
Can you try to run your upgrade again after running the following:
export MOZILLA_NO_JEMALLOC=1

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487796: kerneloops: Always 100% of cpu usage

2008-06-24 Thread Arjan van de Ven

Andrea Lusuardi - uovobw wrote:

Package: kerneloops
Version: 0.10-2
Severity: important

As soon as the program is started, it uses the 100% of a single cpu on a dual 
core 2 with or without any oopses.
If there is any other information needed, just answer the mail.
thanks


how large is your /var/log/messages file ?



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#474105: video-intel: X autoconfiguration fails to detect i815 graphics

2008-06-24 Thread Michal Suchanek


On Jun 15, 2008, at 4:02 PM, Brice Goglin wrote:

Debian Live user wrote:

Package: xserver-xorg-video-intel
Version: 2:2.1.0-2
Severity: normal
File: video-intel


The X autoconfiguration scripts fail to detect this device as intel.
Since this usually works there must be some problem with the driver.
To make things worse the vesa driver fails with this device  
showing some

garbage on the screen.

Changing the driver name iin xorg.conf from vesa to intel makes  
the device work.




Does autoconfiguration work better with latest X packages from testing
or unstable?



Yes, with my latest build of the image the detection works.

Thanks

MS






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487839: freej: package description typo (teather)

2008-06-24 Thread Justin B Rye
Package: freej
Version: 0.10-1
Severity: minor
Tags: patch

I noticed this package hitting Testing and thought I'd better point
out the obvious typo: dance teather should be either tHeatER or
tHeatRE.  Here's a full debian-l10n-english-style review:

# Description: Vision mixer
   vision
#  FreeJ is a digital instrument for realtime video manipulation used in
#  the fields of dance teather, veejaying, medical visualisation and TV.
   theater   ization
#  FreeJ  lets  you interact  with  multiple  layers  of video (images,
 × × × × ×   ×
#  movies,  live  cameras, particle  generators,  text scrollers, flash
   × ×  ××
#  animations and  more), filter  them with effect  chains and  then mix
  ×  × ×   ×
#  together. It can be operated live from a text console and scripted in
 ^them (missing direct object)
#  Javascript to be controlled by keyboard, midi, OSC and joysticks.

The spellings theater and visualization are en_USified, as per
standard debian-l10n-english policy; but the error comes from the
upstream blurb, which is en_GB.  I attach both versions of the patch
so you can send a correction upstream without implying that there's
anything wrong with that choice of standard. 

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

Kernel: Linux 2.6.25.custom
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-- 
JBR
Ankh kak! (Ancient Egyptian blessing)
--- control.old	2008-06-13 12:41:01.0 +0100
+++ control.en_US	2008-06-24 10:57:37.0 +0100
@@ -8,11 +8,11 @@
 Section: x11
 Priority: optional
 Homepage: http://freej.dyne.org/
-Description: Vision mixer
+Description: vision mixer
  FreeJ is a digital instrument for realtime video manipulation used in
- the fields of dance teather, veejaying, medical visualisation and TV.
- FreeJ  lets  you interact  with  multiple  layers  of video  (images,
- movies,  live  cameras, particle  generators,  text scrollers,  flash
- animations and  more), filter  them with effect  chains and  then mix
- together. It can be operated live from a text console and scripted in
- Javascript to be controlled by keyboard, midi, OSC and joysticks.
+ the fields of dance theater, veejaying, medical visualization and TV.
+ FreeJ lets you interact with multiple layers of video (images, movies,
+ live cameras, particle generators, text scrollers, flash animations and
+ more), filter them with effect chains and then mix them together. It can
+ be operated live from a text console and scripted in Javascript to be
+ controlled by keyboard, midi, OSC and joysticks.
--- control.old	2008-06-13 12:41:01.0 +0100
+++ control.en_GB	2008-06-24 11:03:32.0 +0100
@@ -8,11 +8,11 @@
 Section: x11
 Priority: optional
 Homepage: http://freej.dyne.org/
-Description: Vision mixer
+Description: vision mixer
  FreeJ is a digital instrument for realtime video manipulation used in
- the fields of dance teather, veejaying, medical visualisation and TV.
- FreeJ  lets  you interact  with  multiple  layers  of video  (images,
- movies,  live  cameras, particle  generators,  text scrollers,  flash
- animations and  more), filter  them with effect  chains and  then mix
- together. It can be operated live from a text console and scripted in
- Javascript to be controlled by keyboard, midi, OSC and joysticks.
+ the fields of dance theatre, veejaying, medical visualisation and TV.
+ FreeJ lets you interact with multiple layers of video (images, movies,
+ live cameras, particle generators, text scrollers, flash animations and
+ more), filter them with effect chains and then mix them together. It can
+ be operated live from a text console and scripted in Javascript to be
+ controlled by keyboard, midi, OSC and joysticks.


Bug#453133: can you please test again

2008-06-24 Thread Patrick Winnertz
Hello Michelle,

There is currently a mc in new. after it has hit unstable, could you please 
test again if this error is still valid? (Maybe it is also gone with the 
version currently in unstable)

Greetings
Winnie


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


Bug#423865: Gnash powerpc still a goner for youtube.

2008-06-24 Thread Didier Raboud
Le samedi 14 juin 2008 17:16:08 Adam Bartley, vous avez écrit :
 I have the latest version out of the unstable branch on powerpc (0.8.2-2
 +b1) and youtube is still broken. Interestingly, the plugin player for
 totem works fine. I just get a white box where the video should be
 through iceweasel. I am using Gnome, so maybe the gnomevfs problem
 hinted at elsewhere is the key? I have all the gstreamer plugins there,
 I'm fairly certain, using the bad, rather than the 'really bad' set.

 With best wishes,

 Adam

Hi,

visibly, something changed again on Youtube's side: it is no more working with 
latest 0.8.3-1

Regards, 

OdyX

-- 
Didier Raboud, proud Debian user.
CH-1802 Corseaux
[EMAIL PROTECTED]


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


Bug#487834: xserver-xorg-video-radeon: Image scaling busted with XAA on Mobility Radeon 9600

2008-06-24 Thread Ben Hutchings
Option XaaNoOffscreenPixmaps seems to fix this, so presumably it
should be enabled by default on this hardware.

Ben.

-- 
Ben Hutchings
Never attribute to conspiracy what can adequately be explained by stupidity.


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


Bug#487838: bash: Bash not recognize .3g2 multimedia files to auto-complete using [TAB] in mplayer

2008-06-24 Thread Renato S. Yamane
Package: bash
Version: 3.2-4
Severity: minor
Tags: patch

Bash don't recognize 3g2 multimedia files in mplayer and is impossible
use [TAB] to auto-complete full names.

Trivial patch is attached to fix this problem.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable')
Architecture: i386 (i686)

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

Versions of packages bash depends on:
ii  base-files4.0.4  Debian base system miscellaneous f
ii  debianutils   2.28.4 Miscellaneous utilities specific t
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libncurses5   5.6+20080308-1 Shared libraries for terminal hand

Versions of packages bash recommends:
ii  bash-completion   20060301-4 programmable completion for the ba

-- no debconf information
--- /etc/bash_completion.orig   2008-06-24 08:44:40.0 -0300
+++ /etc/bash_completion.patched2008-06-24 08:50:34.0 -0300
@@ -5938,7 +5938,7 @@
-xvidencopts -of --verbose' -- $cur) )
;;
*)
-   _filedir 
'@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fli|FLI|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[34]|MP[34]|m4v|M4V|og[gm]|OG[GM]|wav|WAV|dump|DUMP|mk[av]|MK[AV]|m4a|M4A|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3gp|mpc|MPC|flac|FLAC|flv|FLV|divx|DIVX)'
+   _filedir 
'@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fli|FLI|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[34]|MP[34]|m4v|M4V|og[gm]|OG[GM]|wav|WAV|dump|DUMP|mk[av]|MK[AV]|m4a|M4A|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3g[p2]|mpc|MPC|flac|FLAC|flv|FLV|divx|DIVX)'
;;
esac
 


Bug#487835: [hardinfo] phoronix hardinfo?

2008-06-24 Thread Matthias Krüger
Package: hardinfo
Version: 0.4.2.3-4
Severity: wishlist

--- Please enter the report below this line. ---
Is it possible to make hardinfo using the benchmarks of the phoronix
test suite?
A phoronix-version for Debian can be found at
http://www.phoronix-test-suite.com/index.php?k=downloads .

Thank you for your fine work!Matthias Krüger
--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.24-1-amd64

Debian Release: lenny/sid
  500 testing security.debian.org
  500 testing 141.76.2.4

--- Package information. ---
Depends  (Version) | Installed
==-+-=
libatk1.0-0(= 1.20.0) | 1.22.0-1
libc6   (= 2.7-1) | 2.7-10
libcairo2   (= 1.2.4) | 1.6.4-1+b1
libgcrypt11 (= 1.4.0) | 1.4.1-1
libglib2.0-0   (= 2.12.0) | 2.16.3-2
libgnutls26   (= 2.2.0-0) | 2.2.5-1
libgtk2.0-0(= 2.12.0) | 2.12.9-3
libpango1.0-0  (= 1.20.2) | 1.20.2-2
libsoup2.2-8   (= 2.2.98) | 2.2.105-4
libtasn1-3  (= 0.3.4) | 1.4-1
libxml2(= 2.6.27) | 2.6.32.dfsg-2
zlib1g(= 1:1.1.4) | 1:1.2.3.3.dfsg-12
pciutils  (= 1:2.1.11-10) | 1:3.0.0-4




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487836: ITA: lslk -- a lock file lister

2008-06-24 Thread Esthon Medeiros
Package: wnpp
Severity: normal

I will try to adopt this package. As this is the first time in Debian, I have 
to study and learn what I have to do.


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

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#473980: mutt bug?

2008-06-24 Thread Patrick Winnertz
clone 473980 -1
retitle -1 reset setting before starting up/after nested programs finished
reassign -1 mutt
reassign 473980 libslang2
thanks

Hello,

I'm not sure, but shouldn't this be a mutt bug? 
In my eyes a software should not rely on settings done by other programs, but 
set the needed settings before starting up. 

This is of course also a bug of mc, or better: slang. but in the first case 
this should be fixed by mutt. Therefore I clone and reassign.

Since mc uses slang to render the grafic stuff, this is a problem of slang and 
not of mc itself. I'll reassign it.

Thanks for your report.

Greetings
Winnie


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


Bug#441735: can you please try again

2008-06-24 Thread Patrick Winnertz
Hello,

I'm the Maintainer of mc and it would be cool if you could help me to track 
this down. 
In order to do so, please try again with the mc which is currently in unstable 
if this works now and report afterwards.

Thanks in advance
Greetings
Winnie


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


Bug#457318: ITP: qmail -- a secure, reliable, efficient, simple message transfer agent

2008-06-24 Thread Gerrit Pape
Hi, packages are available through
 http://smarden.org/pape/Debian/sid.html

Regards, Gerrit.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487407: opencascade_6.2-5(unstable/alpha/ds10): src/MFT/MFT_FontManager.cxx:2873: error: 'MAP_VARIABLE' was not declared in this scope

2008-06-24 Thread Denis Barbier
2008/6/21 Marc 'HE' Brockschmidt [EMAIL PROTECTED]:
 Package: opencascade
 Version: 6.2-5
 Severity: important

 Heya,

 Building your package failed on my alpha buildd:

 | Automatic build of opencascade_6.2-5 on ds10 by sbuild/alpha 98-farm
 | Build started at 20080620-1756
 | 
 **

 [...]

 | Checking correctness of source dependencies...
 | Toolchain package versions: libc6.1-dev_2.7-12 gcc-4.2_4.2.4-2 
 g++-4.2_4.2.4-2 binutils_2.18.1~cvs20080103-4 libstdc++6-4.2-dev_4.2.4-2 
 libstdc++6_4.3.1-1
 [...]
 | mv -f .deps/MFT_FileRecord.Tpo .deps/MFT_FileRecord.Plo
 | /bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
 -I../../..-I/usr/include/X11 -I../../../inc -I../../../drv/Aspect 
 -I../../../src/Aspect -I../../../drv/InterfaceGraphic 
 -I../../../src/InterfaceGraphic -I../../../drv/SelectBasics 
 -I../../../src/SelectBasics -I../../../drv/Viewer -I../../../src/Viewer 
 -I../../../drv/Xw -I../../../src/Xw -I../../../drv/MFT -I../../../src/MFT 
 -I../../../drv/PS -I../../../src/PS -I../../../drv/CGM -I../../../src/CGM 
 -I../../../drv/AlienImage -I../../../src/AlienImage -I../../../drv/Image 
 -I../../../src/Image -I../../../drv/PlotMgt -I../../../src/PlotMgt 
 -I../../../drv/ImageUtility -I../../../src/ImageUtility 
 -I../../../drv/TColQuantity -I../../../src/TColQuantity-g -O2  -DCSFDB 
 -DOCC_CONVERT_SIGNALS -DLIN -DLININTEL -D_GNU_SOURCE=1  -g -DDEB -D_DEBUG  
 -MT MFT_FontManager.lo -MD -MP -MF .deps/MFT_FontManager.Tpo -c -o 
 MFT_FontManager.lo `test -f '../../../src/MFT/MFT_FontManager.cxx' || echo 
 './'`../../../src/MFT/MFT_FontManager.cxx
 |  g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/X11 -I../../../inc 
 -I../../../drv/Aspect -I../../../src/Aspect -I../../../drv/InterfaceGraphic 
 -I../../../src/InterfaceGraphic -I../../../drv/SelectBasics 
 -I../../../src/SelectBasics -I../../../drv/Viewer -I../../../src/Viewer 
 -I../../../drv/Xw -I../../../src/Xw -I../../../drv/MFT -I../../../src/MFT 
 -I../../../drv/PS -I../../../src/PS -I../../../drv/CGM -I../../../src/CGM 
 -I../../../drv/AlienImage -I../../../src/AlienImage -I../../../drv/Image 
 -I../../../src/Image -I../../../drv/PlotMgt -I../../../src/PlotMgt 
 -I../../../drv/ImageUtility -I../../../src/ImageUtility 
 -I../../../drv/TColQuantity -I../../../src/TColQuantity -g -O2 -DCSFDB 
 -DOCC_CONVERT_SIGNALS -DLIN -DLININTEL -D_GNU_SOURCE=1 -g -DDEB -D_DEBUG -MT 
 MFT_FontManager.lo -MD -MP -MF .deps/MFT_FontManager.Tpo -c 
 ../../../src/MFT/MFT_FontManager.cxx  -fPIC -DPIC -o .libs/MFT_FontManager.o
 | In file included from ../../../inc/TCollection_AsciiString.hxx:752,
 |  from ../../../inc/Aspect_FontStyle.hxx:29,
 |  from ../../../drv/MFT/MFT_FontManager.jxx:17,
 |  from ../../../drv/MFT/MFT_FontManager.ixx:22,
 |  from ../../../src/MFT/MFT_FontManager.cxx:100:
[...]
 | ../../../src/MFT/MFT_FontManager.cxx: In static member function 'static 
 Standard_Boolean MFT_FontManager::Read(MFT_FileRecord)':
 | ../../../src/MFT/MFT_FontManager.cxx:2873: error: 'MAP_VARIABLE' was not 
 declared in this scope
[...]

Those mmap macros in ros/inc/MFT_FileRecord.hxx are ugly.  IMO it is
not worth fixing them, fonts rendering is seldom needed by Opencascade
users,
and they are not defined on x86 and amd64, so let's disable them on all arches.

Denis
Index: opencascade-6.2/ros/inc/MFT_FileRecord.hxx
===
--- opencascade-6.2.orig/ros/inc/MFT_FileRecord.hxx
+++ opencascade-6.2/ros/inc/MFT_FileRecord.hxx
@@ -19,6 +19,7 @@
 */
 #endif	//WNT
 
+#if 0
 #if defined ( __hpux ) || defined ( HPUX )
 #include sys/mman.h
 #define MAP_FAILED -1
@@ -55,6 +56,7 @@
 #define MUNMAP(mmap_addr,mmap_size) \
 munmap((caddr_t) mmap_addr,(size_t) mmap_size)
 #endif 	// __alpha
+#endif
 
 #ifndef MMAP
 // #error  *** MMAP is not used on your system by MFT fonts ***


Bug#486921: xosview: Add guest time to linux cpumeter

2008-06-24 Thread Samuel Thibault
Hello,

Kartik Mistry, le Tue 24 Jun 2008 13:01:05 +0530, a écrit :
 On Mon, Jun 23, 2008 at 6:31 PM, Kartik Mistry [EMAIL PROTECTED] wrote:
  Oops, actually the Guest time is already accounted in the User time, so
  we have to subtract it there...  Here is an updated patch.
 
  Oops. I will prepare updated package soon tonight :)
 
 Can you please check patch again? It fails to apply with 'stolen time'
 patch in linux/cpumeter.cc.

Mmm, that works for me:

$ apt-get source xosview
$ cd xosview-1.8.3+debian
$ ./debian/rules patch
$ patch -p1  /tmp/patch-xosview

Samuel



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#474106: video-vesa: does not work on i815

2008-06-24 Thread Michal Suchanek


On Jun 20, 2008, at 6:57 AM, Brice Goglin wrote:

Debian Live user wrote:

Package: xserver-xorg-video-vesa
Version: 1:1.3.0-1
Severity: normal
File: video-vesa


Because the i815 card is misdetected by the X config scripts vesa is
used instead of intel driver. However, with vesa the card does not  
work,

only garbage is displayed on the screen.



Is it better with the latest X packages?



With vesa 1.3.0-4 and xorg-core 1.4.1~git20080517-1 the vesa driver  
displays correctly 320x200 and 640x400. Larger modes do not sync so I  
cannot tell what picture is supposed to be there. The monitor is  
detected properly.


Thanks

MS






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487821: deborphan: fails to find package alien

2008-06-24 Thread Carsten Hey
On Tue, Jun 24, 2008 at 01:00:23PM +0200, Carsten Hey wrote:
  ... none of those packages depend on alien, so why is alien not on the
  list?

 Please paste the output of the following command, which must be run as root:

 apt-get --simulate remove alien

When the above-mentioned command would remove additional packages please
close this bug with a mail to 487821-done at bugs.debian.org and a short
explanation.  In this case a installed package indirectly depends on
alien.

Otherwise please check the output of deborphan -n -a.  If alien is
included in this command a installed package recommends or suggests
alien and you did not tell deborphan to ignore suggestions or
recommendation.  In this case please also close this bug with a mail to
the above-mentioned address, including a short explanation (or simply
quote this paragraph).

If neither an other package depends on alien (first paragraph) nor
recommends or suggests it (second paragraph) please send me the
following files privately:

/var/lib/deborphan/keep
/var/lib/dpkg/status

Additionally I need the output of deborphan --show-deps alien and
deborphan --show-deps -n alien.


Thanks,
Carsten



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487834: xserver-xorg-video-radeon: Image scaling busted with XAA on Mobility Radeon 9600

2008-06-24 Thread Ben Hutchings
Package: xserver-xorg-video-radeon
Version: 1:6.8.191-3
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

In Iceweasel 3 I see black rectangles in place of images that are
scaled.  This doesn't happen if I enable EXA, but that is currently
too slow to be usable on this hardware.

- -- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-11-22 22:22 /etc/X11/X - /usr/bin/Xorg
- -rwxr-xr-x 1 root root 1717748 2008-06-09 14:34 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 
9600 M10]

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
- -rw-r--r-- 1 root root 842 2008-06-24 13:39 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  XkbRules  xorg
Option  XkbModel  pc101
Option  XkbLayout gb
Option  XkbOptionsctrl:nocaps
EndSection

Section Monitor
Identifier  LVDS
# Reported physical display size is wrong, so override it
DisplaySize 284 213
Option  DPMS
EndSection


Xorg X server log files on system:
- -rw-r- 1 root root 42036 2007-04-25 22:42 /var/log/Xorg.1.log
- -rw-r- 1 root root 57288 2007-09-23 15:33 /var/log/Xorg.2.log
- -rw-r--r-- 1 root root 46473 2008-06-24 13:37 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080517-2)
Current Operating System: Linux deadeye 2.6.25-2-686 #1 SMP Thu Jun 12 16:26:30 
UTC 2008 i686
Build Date: 09 June 2008  03:18:20PM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue Jun 24 13:37:30 2008
(==) Using config file: /etc/X11/xorg.conf
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |--Screen Default Screen Section (0)
(**) |   |--Monitor default monitor
(==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
(==) |--Input Device default pointer
(==) |--Input Device Generic Keyboard
(==) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
(==) The core keyboard device wasn't specified explicitly in the layout.
Using the first keyboard device.
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to /etc/X11/rgb
(==) ModulePath set to /usr/lib/xorg/modules
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e2560
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
X.Org XInput driver : 2.0
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: pcidata
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
compiled for 1.4.0.90, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3340 card 1014,0529 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,3341 card , rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 

Bug#487833: parted: disable pc98 partition tables on powerpc

2008-06-24 Thread Colin Watson
Package: parted
Version: 1.8.8.git.2008.03.24-7
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu ubuntu-patch intrepid

Hi,

I found (a while back, so I'm afraid I don't have sample partition
tables to hand at the moment) that the partition table on Cell platforms
was sometimes misdetected as pc98. It seems that it should be safe to
disable pc98 partition tables on powerpc; they're rare to start with,
and I think it's very unlikely that anyone will ever want to use one on
powerpc.

The attached patch does this, and has been in Ubuntu for a while now
without any problems I know of.

Thanks,

-- 
Colin Watson   [EMAIL PROTECTED]
diff -u parted-1.8.8.git.2008.03.24/debian/rules parted-1.8.8.git.2008.03.24/debian/rules
--- parted-1.8.8.git.2008.03.24/debian/rules
+++ parted-1.8.8.git.2008.03.24/debian/rules
@@ -77,6 +77,10 @@
 DEB_BUILD_GNU_TYPE = $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 endif
 
+ifeq (, $(DEB_HOST_ARCH))
+DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
+endif
+
 ifeq (, $(DEB_HOST_GNU_TYPE))
 DEB_HOST_GNU_TYPE = $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 endif
@@ -114,6 +118,12 @@
   CONFFLAGS += --disable-Werror
 endif
 
+# Cell partition tables get misdetected for pc98; we don't need pc98 support
+# on powerpc
+ifeq (powerpc, $(DEB_HOST_ARCH))
+  CONFFLAGS += --disable-pc98
+endif
+
 # Workaround/fix bug #442308
 CFLAGS += -fgnu89-inline
 UDEB_CFLAGS += -fgnu89-inline


Bug#471061: audacious: I believe this is now a gcc 4.3 bug

2008-06-24 Thread Kristine Daniels
Package: audacious
Followup-For: Bug #471061

At this point in time the default gcc is 4.3.
If I tweak the debian/rules to add CC=gcc-4.2 CXX=g++-4.2 to
the invocation of ./configure and rebuild, audacious runs without the SIGILL.
If I tweak the debian/rules to add CC=gcc CXX=g++ to the
invocation of ./configure, it has the SIGILL.
My system is Athlon XP as well.
I would suggest engaging someone that enjoys chasing compiler bugs
to track this one down.
In the mean time, a Build-Conflicts: gcc (= 4.3)
might be appropriate to the control file.

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

Kernel: Linux 2.6.25-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 audacious depends on:
ii  audacious-plugins 1.5.1-1Base plugins for audacious
ii  dbus  1.2.1-2simple interprocess messaging syst
ii  gtk2-engines-pixbuf   2.12.10-2  Pixbuf-based theme for GTK+ 2.x
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libaudclient1 1.5.1-1kdd audacious D-Bus remote control lib
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.1-2simple interprocess messaging syst
ii  libdbus-glib-1-2  0.76-1 simple interprocess messaging syst
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.10-2  The GTK+ graphical user interface 
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libmcs1   0.7.1-1Abstraction library to store confi
ii  libmowgli10.6.1-1a high performance development fra
ii  libpango1.0-0 1.20.2-2   Layout and rendering of internatio
ii  libsamplerate00.1.3-1audio rate conversion library
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libx11-6  2:1.1.4-2  X11 client-side library

Versions of packages audacious recommends:
ii  audacious-plugins-extra   1.5.1-1Various extra plugins for audaciou
ii  unzip 5.52-11De-archiver for .zip files

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487220: python plugin exits with 'RuntimeError: Bad magic number in .pyc file'

2008-06-24 Thread Michael Banck
On Sun, Jun 22, 2008 at 02:22:24AM +0100, Jonny Lamb wrote:
 It turns out the opensync python module loads every file in the plugin
 directory. Therefore, the actual .py plugin was loading absolutely fine;
 it was the .pyc file spewing out the RuntimeError. It depends on the
 python version opensync-module-python was compiled with which is probably
 another bug with the python module packaging (the module should be
 compiled for every version in pyversions -s) but I'll ignore that
 here.
 
 Therefore this is a problem in opensync-module-python. I have set the
 severity to normal and not wishlist because .pyc files will have the
 same name as their .pyc counterpart, therefore causing name collision
 etc.
 
 This has been fixed upstream in the 0.30 branch[0]. I have taken the fix
 from there and made a patch for the 0.22 version that I think should be
 used until 0.30 hits Debian.

Oops, I initially only looked at the link to the upstream changeset and
got a bit nervous about applying that big thing.  I now saw your patch
and applied, am going to upload in a bit.


thanks,

Michael



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#304887: you would like to have it backgrounded?

2008-06-24 Thread Patrick Winnertz
severity 304887 wishlist
forcemerge 304887 358418
thanks

Hello,

Since mc doesn't crash after you abort such a prozess with Strg-C, this issue 
is reduced to not being able to do anything while copying over ssh.

Would it help you to make the copy prozess to be in the background? (E.g. you 
are able to send it into the background after it has started?

As I think so I'll merge this and another report together, Martin F. Kraft 
also reported this a a whishlist bug. 

Since I do not have enough time to fix this, I'll think this will be a very 
longstanding issue, since upstream is nearly dead. :S




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


Bug#487670: Nvidia GeForce 8200 chipset not recognised

2008-06-24 Thread Rob Quin
Ok. I've taken out the NIC addin card and re-enabled the onboard NIC. That 
works with the pci=nomsi boot argument. Can I go ahead and install or does 
anybody need me to run more tests?
Will I need to pass a boot argument at each reboot?

Regards, Rob



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487840: ITP: buffycli -- Buffycli is a command line alternative to Buffy

2008-06-24 Thread Penny Leach
Package: wnpp
Severity: wishlist
Owner: Penny Leach [EMAIL PROTECTED]


* Package name: buffycli
  Version : 0.1
  Upstream Author : Penny Leach [EMAIL PROTECTED]
* URL :
* License : GPL
  Programming Lang: Perl
  Description : Buffycli is a command line alternative to Buffy

 Buffy is a program that displays a compact summary of your mail folders, and
 allows to invoke a command (usually a mail reader) on them.  It is written
 with the intent of being a handy everyday tool for people handling large
 volumes of mail.  For mutt users, this can be a nice front-end to supplement
 the simple built-in folder browser when one has many folders to keep track of.
 .
 Buffy tries hard to work out of the box: it looks for mail folders in sensible
 places and comes with reasonable defaults.
 .
 The program is functional but still very young, and only Maildir and
 Mailbox format are supported at the moment.

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

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487431: ITP: libapache-mod-security2 -- Tighten web applications security for Apache

2008-06-24 Thread Alberto Gonzalez Iniesta
On Mon, Jun 23, 2008 at 10:56:13AM -0500, Gunnar Wolf wrote:
 Alberto Gonzalez Iniesta dijo [Sat, Jun 21, 2008 at 09:21:51PM +0200]:
   Mod_security is an Apache 1.x/2.x module whose purpose is to tighten the 
  Web
   application security. Effectively, it is an intrusion detection and 
  prevention
   system for the web server.
 
 Umh... As we are no longer distributing Apache 1.x, I'd suggest you to
 drop the version specification from the long description. even more,
 drop it from the name - It just uglifies the namespace ;-) (BTW, maybe
 we could, post-lenny just to avoid breakage, s/apache2/apache/ all of
 the related packages?)

Hi Gunnar,

Yes, that was my idea. Dropping the 1.x/2.x versioning and just
mentioning 'Apache module'.

Cheers,

Alberto

-- 
Alberto Gonzalez Iniesta| Formación, consultoría y soporte técnico
agi@(inittab.org|debian.org)| en GNU/Linux y software libre
Encrypted mail preferred| http://inittab.com

Key fingerprint = 9782 04E7 2B75 405C F5E9  0C81 C514 AF8E 4BA4 01C3



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481525: linux-image-2.6.25-2-686: task hald-addon-stor blocked for more than 120 seconds

2008-06-24 Thread Arthur Marsh
Package: linux-image-2.6.25-2-686
Version: 2.6.25-5
Followup-For: Bug #481525


This sounds like the problem I've had with an MSI cd-rw drive going bad:

Jun 24 09:03:13 victoria kernel: [39238.824892] INFO: task 
hald-addon-stor:3675 blocked for more than 120 seconds.
Jun 24 09:03:13 victoria kernel: [39238.824941] echo 0  
/proc/sys/kernel/hung_task_timeout_secs disables this message.
Jun 24 09:03:13 victoria kernel: [39238.824965] hald-addon-st D e604b3ed 
0  3675   3619
Jun 24 09:03:13 victoria kernel: [39238.824995]d22019c0 0082 
000c e604b3ed 01b1 d2201b4c c128b0e0 
Jun 24 09:03:13 victoria kernel: [39238.825048] d48a15ce 
0004a099   d48382ac 0088 d2f83d08
Jun 24 09:03:13 victoria kernel: [39238.825099]7fff 7fff 
d2f83c74 0002 c02bcd28 d4838260  0092
Jun 24 09:03:13 victoria kernel: [39238.825149] Call Trace:
Jun 24 09:03:13 victoria kernel: [39238.825261]  [d48a15ce] 
cdrom_start_packet_command+0xb6/0xbd [ide_cd_mod]
Jun 24 09:03:13 victoria kernel: [39238.825390]  [c02bcd28] 
schedule_timeout+0x13/0x86
Jun 24 09:03:13 victoria kernel: [39238.825474]  [c0180c61] 
do_sys_poll+0x267/0x2e7
Jun 24 09:03:13 victoria kernel: [39238.825567]  [c02bc441] 
wait_for_common+0xd3/0x140
Jun 24 09:03:13 victoria kernel: [39238.825616]  [c011c52f] 
default_wake_function+0x0/0x8
Jun 24 09:03:13 victoria kernel: [39238.825696]  [d4826ef2] 
ide_do_drive_cmd+0xd6/0xf2 [ide_core]
Jun 24 09:03:13 victoria kernel: [39238.825943]  [d48a1c65] 
ide_cd_queue_pc+0x35/0xb4 [ide_cd_mod]
Jun 24 09:03:13 victoria kernel: [39238.825992]  [c0110070] 
lapic_watchdog_init+0x71/0xfc
Jun 24 09:03:13 victoria kernel: [39238.826059]  [c02bcb67] 
schedule+0x64c/0x66d
Jun 24 09:03:13 victoria kernel: [39238.826159]  [d48a1f03] 
cdrom_check_status+0x5a/0x65 [ide_cd_mod]
Jun 24 09:03:13 victoria kernel: [39238.826428]  [c01d698f] 
blk_end_sync_rq+0x0/0x25
Jun 24 09:03:13 victoria kernel: [39238.826518]  [d48a38df] 
ide_cdrom_check_media_change_real+0x1b/0x36 [ide_cd_mod]
Jun 24 09:03:13 victoria kernel: [39238.826582]  [d489806e] 
media_changed+0x40/0x6e [cdrom]
Jun 24 09:03:13 victoria kernel: [39238.826667]  [c0195d7c] 
check_disk_change+0x13/0x57
Jun 24 09:03:13 victoria kernel: [39238.826716]  [d489bf2a] 
cdrom_open+0x882/0x8f8 [cdrom]
Jun 24 09:03:13 victoria kernel: [39238.826777]  [c017c1f3] 
do_lookup+0x53/0x145
Jun 24 09:03:13 victoria kernel: [39238.826838]  [c01843ea] 
dput+0x15/0xbb
Jun 24 09:03:13 victoria kernel: [39238.826876]  [c017e1a9] 
__link_path_walk+0xa5b/0xb67
Jun 24 09:03:13 victoria kernel: [39238.826930]  [c01de860] 
kobject_get+0xf/0x13
Jun 24 09:03:13 victoria kernel: [39238.826993]  [c01d860d] 
get_disk+0x33/0x49
Jun 24 09:03:13 victoria kernel: [39238.827041]  [c01d862a] 
exact_lock+0x7/0xd
Jun 24 09:03:13 victoria kernel: [39238.827073]  [c0241e22] 
kobj_lookup+0xe4/0x10e
Jun 24 09:03:13 victoria kernel: [39238.827144]  [d48a14f1] 
idecd_open+0x44/0x6b [ide_cd_mod]
Jun 24 09:03:13 victoria kernel: [39238.827212]  [c019637b] 
do_open+0xa1/0x278
Jun 24 09:03:13 victoria kernel: [39238.827281]  [c01966cd] 
blkdev_open+0x0/0x4d
Jun 24 09:03:13 victoria kernel: [39238.827309]  [c01966f2] 
blkdev_open+0x25/0x4d
Jun 24 09:03:13 victoria kernel: [39238.827353]  [c0174aeb] 
__dentry_open+0x10d/0x1fc
Jun 24 09:03:13 victoria kernel: [39238.827431]  [c0174bf6] 
nameidata_to_filp+0x1c/0x2c
Jun 24 09:03:13 victoria kernel: [39238.827484]  [c017f38a] 
do_filp_open+0x34f/0x6b0
Jun 24 09:03:13 victoria kernel: [39238.827571]  [d4899322] 
cdrom_release+0x179/0x1ae [cdrom]
Jun 24 09:03:13 victoria kernel: [39238.827628]  [d4a45183] 
snd_emu10k1_playback_pointer+0x2a/0x52 [snd_emu10k1]
Jun 24 09:03:13 victoria kernel: [39238.827806]  [d4a4724d] 
snd_emu10k1_voice_intr_ack+0x15/0x52 [snd_emu10k1]
Jun 24 09:03:13 victoria kernel: [39238.827987]  [c0174908] 
do_sys_open+0x40/0xb0
Jun 24 09:03:13 victoria kernel: [39238.828051]  [c01749bc] 
sys_open+0x1e/0x23
Jun 24 09:03:13 victoria kernel: [39238.828102]  [c0105863] 
sysenter_past_esp+0x78/0xb1

This problem happened with a large number of test kernels as well (can't 
be sure if any recent kernels *didn't* show this problem).

It would be nice if the kernel could handle cd drives going bad more 
gracefully. This problem also locked up dosbox.

After changing to a known good pioneer dvd-rw drive, I started getting 
the following errors when playing an audio cd:

Jun 24 22:51:57 victoria kernel: [ 7076.365804] hdc: command error: 
status=0x51 { DriveReady SeekComplete Error }
Jun 24 22:51:57 victoria kernel: [ 7076.365876] hdc: command error: 
error=0x50 { LastFailedSense=0x05 }
Jun 24 22:51:57 victoria kernel: [ 7076.365909] ide: failed opcode was: 
unknown
Jun 24 22:51:57 victoria kernel: [ 7076.366282] ATAPI device hdc:
Jun 24 22:51:57 victoria kernel: [ 7076.366301]   Error: Illegal request 
-- (Sense key=0x05)
Jun 24 22:51:57 victoria kernel: [ 7076.366335]   Illegal mode for this 

Bug#487794: [Pkg-utopia-maintainers] Bug#487794: network-manager: Is it possible to make a depends on iputils-arping | arping ?

2008-06-24 Thread Michael Biebl

tags 497794 pending
thanks

Giuseppe Iuculano wrote:

Package: network-manager
Severity: minor


Is it possible to make a depends on iputils-arping | arping instead of
only iputils-arping ?



The upcoming release of NM won't require iputils-arping anymore. So this 
depencency can be dropped altogether.


Cheers,
Michael


--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#483712: support duplicity with other transports than ssh

2008-06-24 Thread intrigeri
tags 483712 + fixed-upstream
thanks

Hello,

Joey Hess wrote (30 May 2008 17:31:35 GMT) :
 There should be a way to specify the full url that duplicity should
 backup to. Currently, only the ssh hostname and other ssh options
 can be set, which limits duplicity to the ssh transport when used
 with backupninja. I'd like to use it with, for example, the
 rsync://, file://, and s3:// transports

Please test upstream SVN trunk r568 [1] that implements what you
are suggesting.

[1] https://code.autistici.org/trac/backupninja/changeset/568

Bye,
--
  intrigeri [EMAIL PROTECTED]
  | gnupg key @ http://gaffer.boum.org/intrigeri/intrigeri.asc
  | Every now and then I get a little bit restless
  | and I dream of something wild.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#423865: Gnash powerpc still a goner for youtube.

2008-06-24 Thread Adam Bartley
Dear Didier,


The situation is a little different with 0.8.3. I now get the video
appearing. It plays one or two frames then freezes and will go no
further. If I try another video, it does the same. So, interestingly, it
works up to a point and then something stops the process. If there is
any sort of system log you would like, let me know.

With best wishes,

Adam

On Tue, 2008-06-24 at 14:57 +0200, Didier Raboud wrote:
 Le samedi 14 juin 2008 17:16:08 Adam Bartley, vous avez écrit :
  I have the latest version out of the unstable branch on powerpc (0.8.2-2
  +b1) and youtube is still broken. Interestingly, the plugin player for
  totem works fine. I just get a white box where the video should be
  through iceweasel. I am using Gnome, so maybe the gnomevfs problem
  hinted at elsewhere is the key? I have all the gstreamer plugins there,
  I'm fairly certain, using the bad, rather than the 'really bad' set.
 
  With best wishes,
 
  Adam
 
 Hi,
 
 visibly, something changed again on Youtube's side: it is no more working 
 with 
 latest 0.8.3-1
 
 Regards, 
 
 OdyX
 




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#346040: backupninja: [PATCH] duplicity local backup support

2008-06-24 Thread intrigeri
tags 346040 + fixed-upstream
thanks

Hello,

I’ve implemented support for all duplicity-supported transports other
than SSH, the way Joey Hess suggested in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483712 ; this is in
upstream SVN trunk r568 [1].

All interested parties, please test this patch with the transports you
need before we release backupninja 0.9.6 for inclusion in Debian
Lenny. If this is not an option for you, just wait for the release :)

[1] https://code.autistici.org/trac/backupninja/changeset/568

Bye,
--
  intrigeri [EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487842: iceweasel: keeps creating ~/Desktop

2008-06-24 Thread Jochen Sprickerhof
Package: iceweasel
Version: 3.0~rc2-2
Severity: wishlist

the new Iceweasel creates a ~/Desktop directory to save downloaded
files and it sometimes does it althogh I changed the default directory
(don't know when or why). I don't want a Desktop folder and it clutters
my ~.

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

Kernel: Linux 2.6.25.20080515-1
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 iceweasel depends on:
ii  debianutils   2.29   Miscellaneous utilities specific t
ii  fontconfig2.6.0-1generic font configuration library
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-2  GCC support library
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.10-2  The GTK+ graphical user interface 
ii  libnspr4-0d   4.7.1-3NetScape Portable Runtime Library
ii  libstdc++64.3.1-2The GNU Standard C++ Library v3
ii  procps1:3.2.7-8  /proc file system utilities
ii  psmisc22.6-1 Utilities that use the proc filesy
ii  xulrunner-1.9 1.9~rc2-4  XUL + XPCOM application runner

iceweasel recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487845: ming: Transition from libungif to giflib

2008-06-24 Thread Nathan Handler
Package: ming
Version: 1:0.3.0-13
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu intrepid ubuntu-patch

In Ubuntu, we've applied the attached patch to achieve the following:

  * Transition from libungif to giflib
- debian/control: s/libungif4-dev/libgif-dev/

We thought you might be interested in doing the same.
diff -u ming-0.3.0/debian/changelog ming-0.3.0/debian/changelog
--- ming-0.3.0/debian/changelog
+++ ming-0.3.0/debian/changelog
@@ -1,3 +1,11 @@
+ming (1:0.3.0-13ubuntu1) intrepid; urgency=low
+
+  * Merge from debian unstable, remaining changes (LP: #238913):
+- transition from libungif to giflib
+  + debian/control: s/libungif4-dev/libgif-dev/
+
+ -- Nathan Handler [EMAIL PROTECTED]  Tue, 24 Jun 2008 08:54:19 -0500
+
 ming (1:0.3.0-13) unstable; urgency=high
 
   * I lost. Packaging the new upstream version didn't get finished soon
@@ -8,6 +16,15 @@
 
  -- Stuart R. Anderson [EMAIL PROTECTED]  Mon, 19 May 2008 11:07:50 -0400
 
+ming (1:0.3.0-12ubuntu1) hardy; urgency=low
+
+  * transition from libungif to giflib (LP: #174252)
+- debian/control: s/libungif4-dev/libgif-dev/
+  * Modify Maintainer value to match the DebianMaintainerField
+specification.
+
+ -- dAniel hAhler [EMAIL PROTECTED]  Sat, 05 Jan 2008 01:51:57 +0100
+
 ming (1:0.3.0-12) unstable; urgency=low
 
   * The phpN-ming package should be in section web instead of
@@ -181 +198 @@
- 
+
diff -u ming-0.3.0/debian/control ming-0.3.0/debian/control
--- ming-0.3.0/debian/control
+++ ming-0.3.0/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Stuart R. Anderson [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5.0.37.2), docbook-to-man, swig, python-all-dev (= 2.3.5-11), libungif4-dev, libpng12-dev, libz-dev, perl (= 5.8.0), autotools-dev, flex, bison, libfreetype6-dev, ttf-dejavu, ttf-opensymbol, python-central (= 0.5), php5-dev
+Build-Depends: debhelper (= 5.0.37.2), docbook-to-man, swig, python-all-dev (= 2.3.5-11), libgif-dev, libpng12-dev, libz-dev, perl (= 5.8.0), autotools-dev, flex, bison, libfreetype6-dev, ttf-dejavu, ttf-opensymbol, python-central (= 0.5), php5-dev
 XS-Python-Version: all
 Standards-Version: 3.7.3
 Homepage: http://ming.sourceforge.net/


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


Bug#465837: backupninja: english locale assumed

2008-06-24 Thread intrigeri
Hello Jonathan, hello all,

jonathan wrote (21 Apr 2008 12:03:12 GMT) :
 * Micah Anderson [EMAIL PROTECTED] [080321 21:53]:
 * jonathan [EMAIL PROTECTED] [2008-02-15 02:31-0500]:

[...]

 It seems that isnow() function assume english locale too for day name
 checking.
 
 Yeah, it does.

 So when you have specified a 'when' option like :

   when = sundays at 02:00

 and you launch backupninja in a non-english locale environment the day
 name comparison in the isnow() function will allways fail because 
 date +%A will return a non-english day name.

 LANG=C could be set at the begining of the script to fix this problem.
 
 You mean at the beginning of the backupninja script itself?

 Yes.

I’m in favour of the LANG=C addition, which seems quite a good idea to
me since the following code assumes English locales.

But − and this is unrelated − I’m still surprised you actually found
this bug, because when testing, I always run 'backupninja -n -d' (-n
== --now), so the isnow function is not used. How can you test the
thing without the -n switch ?

Bye,
--
  intrigeri [EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487263: RFS: atmailopen

2008-06-24 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Giuseppe Iuculano ha scritto:
 
 First I tried tu use debian pear linking /usr/share/php to 
 /usr/share/atmailopen/libs/PEAR, but
 unfortunately atmail doesn't work, just a white page...

Ok, fix the issue, now atmailopen uses PEAR in /usr/share/php and depends also 
on php-date,
php-mail, php-net-smtp, php-net-ldap, php-net-socket, php-mail-mime



Giuseppe.


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

iD8DBQFIYP4uNxpp46476aoRAmfSAKCWzvlRoiY8XCEEbdn6RsJNv7jyhQCfXcNy
4++5USqv5vKg7t+bgH2SB2I=
=VMaX
-END PGP SIGNATURE-


signature.asc
Description: PGP signature


Bug#487263: RFS: atmailopen

2008-06-24 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Laszlo,

Laszlo Boszormenyi ha scritto:
  Just a quick checking:
 - You duplicate php-date, php-mail, php-net-smtp, php-net-ldap and
   php-net-socket packages inside your pacakge. This is a security
   nightmare. Can't you just depend on those packages?

First I tried tu use debian pear linking /usr/share/php to 
/usr/share/atmailopen/libs/PEAR, but
unfortunately atmail doesn't work, just a white page...


 - Your depends line list sqlite, but why not sqlite3? php5-sqlite
   support both.

Done

 - debian/rules contains some cp commands in the binary-indep target,
   maybe dh_install can handle them.

dh_install cannot rename files or directories, it can only install them with 
the names they already
have into wherever you want in the package build tree.
So for example install/atmail.mysql will be installed as
usr/share/dbconfig-common/data/atmailopen/install/atmail.mysql, and not as
usr/share/dbconfig-common/data/atmailopen/install/mysql .

Is there a workaround?

 - Why don't you remove empty dirs instead of making lintian override
   them?

I think empty dir could be used, in the code I read for example:
$user['MailDir'] = {$pref['user_dir']}/users/$first/$second/$this-Account

 - debian/compat says debhelper level 5, but you build depend on
   debhelper (= 6) which is well, fine; just inconsistent.

Fixed, debhelper (= 5)

 - Your diff.gz contains patch-stamp, what for?

Fixed.


Giuseppe.


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

iD8DBQFIYP4TNxpp46476aoRAhTmAJ9/NHvPiTSPOGBIQ9fO4TvowcwgsQCfQDtN
Tcf0XPmipxg5xxXguFkcWnw=
=HrEC
-END PGP SIGNATURE-


signature.asc
Description: PGP signature


Bug#487259: fish: mimedb -fd .doc takes 100% CPU forever

2008-06-24 Thread James Vega
On Fri, Jun 20, 2008 at 11:45:29AM -0400, Xavier Douville wrote:
 The command mimedb -fd .txt works fine (and for most other extensions  
 I guess) but it doesn't works for .doc. It takes 100% CPU forever.

This works fine for me.  Could you install the fish-dbg package and
provide a backtrace[0] of the mimedb process when this happens as well
as a log of running this through strace[1].

[0] - gdb /usr/bin/mimedb (pidof mimedb) and then run bt
[1] - strace mimedb -fd .doc
-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#487781: transmission: Transmission uses (and blocks) sound device

2008-06-24 Thread Leo costela Antunes
tags 487781 unreproducible upstream
--

Hi,

Martín Ferrari wrote:
 $ fuser /dev/snd/*
 /dev/snd/controlC0:   3957 26931
 /dev/snd/pcmC0D0p:   26931
 /dev/snd/timer:  26931
 $ ps 3957 26931
   PID TTY  STAT   TIME COMMAND 
  3957 ?Sl 0:01 /usr/lib/gnome-applets/mixer_applet2 
 --oaf-activate-i
 26931 ?Sl72:31 /usr/bin/transmission /tmp/xx
I'm unable to mimic this behavior. Can you please upgrade to the latest
version (1.22-1) and try again?

If the problem still appears, can you please give more detailed
information on how and when this happens?

Cheers

-- 
Leo costela Antunes
[insert a witty retort here]




signature.asc
Description: OpenPGP digital signature


Bug#487844: [INTL:tr] Turkish debconf template translation for hearse

2008-06-24 Thread Mert Dirik
Package: hearse
Severity: wishlist
Tags: l10n patch

Please find the attached Turkish translation of hearse debconf template.

Thanks
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Mert Dirik [EMAIL PROTECTED], 2008.
#
msgid 
msgstr 
Project-Id-Version: hearse\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-05-14 10:01-0400\n
PO-Revision-Date: 2008-06-24 16:54+0200\n
Last-Translator: Mert Dirik [EMAIL PROTECTED]\n
Language-Team: Debian L10n Turkish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=1; plural=0;\n
X-Poedit-Language: Turkish\n

#. Type: string
#. Description
#: ../hearse.templates:1001
msgid Email address to submit to the Hearse server:
msgstr Hearse sunucusuna gönderilecek e-posta adresi:

#. Type: string
#. Description
#: ../hearse.templates:1001
msgid The Hearse server requires that you supply an email address before you can exchange bones files.  If you supply an address here it will be submitted to the server for you.  If you don't supply an address, hearse will be installed but it won't run automatically until you create an account yourself.
msgstr Kemik dosyalarınızı değiş-tokuş etmeye başlamadan önce Hearse sunucusuna e-posta adresinizi vermeniz gereklidir.  Eğer e-posta adresinizi şimdi verirseniz bu adres sunucuya gönderilecek.  Eğer adresi şimdi vermezseniz; hearse kurulacak, fakat siz kendiniz için bir hesap oluşturuncaya kadar otomatik olarak çalışmayacak.

#. Type: string
#. Description
#: ../hearse.templates:1001
msgid The server operator states that your email address will only be used to contact you about Hearse, and will never be given to any third party.  If you enter an invalid address, the server won't be able to support you if you download a bad bones file, and will be forced to ban you if any of your uploaded files are bad.
msgstr Sunucu işletmecisi; e-posta adresinizin, yalnızca, sizinle Hearse hakkında iletişim kurmak için kullanılacağını ve hiç bir üçüncü kişiye verilmeyeceğini beyan eder.  Eğer yanlış bir adres girerseniz; bozuk bir kemik dosyası indirdiğinizde sunucu size destek veremeyecek, ve eğer sizin gönderdiğiniz kemik dosyaları bozuksa sizi men etmek (ban) zorunda kalacak.



Bug#413733: Personnal issue, use the down script

2008-06-24 Thread Alberto Gonzalez Iniesta
This feature is a personal requirement and should be implemented in the
'down' script and not by default for all users. Closing the bug.

-- 
Alberto Gonzalez Iniesta| Formación, consultoría y soporte técnico
agi@(inittab.org|debian.org)| en GNU/Linux y software libre
Encrypted mail preferred| http://inittab.com

Key fingerprint = 9782 04E7 2B75 405C F5E9  0C81 C514 AF8E 4BA4 01C3



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487796: kerneloops: Always 100% of cpu usage

2008-06-24 Thread Andrea Lusuardi - UoVoBW
On Tue, 24 Jun 2008 05:33:39 -0700
Arjan van de Ven [EMAIL PROTECTED] wrote:

 Andrea Lusuardi - uovobw wrote:
  Package: kerneloops
  Version: 0.10-2
  Severity: important
  
  As soon as the program is started, it uses the 100% of a single cpu
  on a dual core 2 with or without any oopses. If there is any other
  information needed, just answer the mail. thanks
 
 how large is your /var/log/messages file ?

39MB
It's not a huge dimension, i tried to let it work for more than 12
hours - overnight - but nothing changed...
any other ideas?
thanks for the quick reply

-- 
   Andrea Lusuardi  -  UoVoBW 
  Registered Linux User #364578
http://uovobw.homelinux.org/ - GPG: 313C1073



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487843: proftpd missing : after PID in the Logfile

2008-06-24 Thread Joachim Krais

Package: proftpd
Version: 1.3.0-19


When proftpd protocols events in the logfile for example: 
/var/log/proftpd.log, the : isn't printed after the pid.


Logfile:

Jun 24 15:29:21 SERVER proftpd[28374] SERVER

It should be:
Jun 24 15:29:21 SERVER proftpd[28374]: SERVER


Reason:
I analyze automatically the proftpd-Logfile and the scanner doesn't work
because he needs the : after the PID.

Thanks a lot
Joachim Krais



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487841: [pulseaudio] No output device , Simultaneous output only for sink

2008-06-24 Thread CJ van den Berg
On Tue, Jun 24, 2008 at 04:34:58PM +0300, do wrote:
 The daemon starts successfully but I think the problem is in the
 output sink.

You don’t have an output sink at all. Please send me the output of:

$ cat /proc/asound/pcm

and 

$ cat /proc/asound/cards

Thanks.

-- 
CJ van den Berg

mailto:[EMAIL PROTECTED]
  xmpp:[EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487238: Still present in Etch

2008-06-24 Thread Gunnar Wolf
reopen 487238
thanks

The bug has been closed in Sid by your upload, but it is still present
in Etch.

Thank you very much,

-- 
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487722: libruby1.8: ruby hangs installation of all packages

2008-06-24 Thread Lucas Nussbaum
reassign 487722 dhelp
thanks

On 23/06/08 at 12:40 -0700, Ross Boylan wrote:
 Package: libruby1.8
 Version: 1.8.7-2
 Severity: normal
 
 
 May warrant higher severity: this bug breaks unrelated packages. In
 fact, it breaks the installation of any packages at all.  However, I
 would expect someone else to have reported this if it were a general
 problem.  My aptitude update hung at Registering documents with
 dhelp... until I killed the parent process.
 
 Here's the relevant terminal log:
 Processing triggers for man-db ...
 Processing triggers for doc-base ...
 Processing 1 removed, 482 changed, 1 added doc-base file(s)...
 NoMethodError: private method `gsub' called for nil:NilClass 
 (/usr/lib/ruby/1.8/uri/common.rb:289:in `escape'
 /usr/lib/ruby/1.8/dhelp/exporter/html.rb:119:in `uri_escape'
 (erb):48:in `export_section_page'
 (erb):47:in `each'
 (erb):47:in `export_section_page'
 (erb):43:in `each'
 (erb):43:in `export_section_page'
 /usr/lib/ruby/1.8/dhelp/exporter/html.rb:94:in `export_section_page'
 /usr/lib/ruby/1.8/dhelp/exporter/html.rb:42:in `export'
 /usr/lib/ruby/1.8/dhelp/exporter/html.rb:41:in `each_pair'
 /usr/lib/ruby/1.8/dhelp/exporter/html.rb:41:in `export'
 /usr/sbin/dhelp_parse:132:in `main'
 /usr/lib/ruby/1.8/commandline/application.rb:250:in `run'
 /usr/lib/ruby/1.8/commandline/application.rb:269:in `__set_auto_run'
 /usr/sbin/dhelp_parse:91)
 Registering documents with dhelp...

Sounds like it's a dhelp bug, not a ruby one.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487407: opencascade_6.2-5(unstable/alpha/ds10): src/MFT/MFT_FontManager.cxx:2873: error: 'MAP_VARIABLE' was not declared in this scope

2008-06-24 Thread Adam C Powell IV
On Tue, 2008-06-24 at 14:44 +0200, Denis Barbier wrote:
 2008/6/21 Marc 'HE' Brockschmidt [EMAIL PROTECTED]:
  Package: opencascade
  Version: 6.2-5
  Severity: important
 
  Heya,
 
  Building your package failed on my alpha buildd:
 
  | Automatic build of opencascade_6.2-5 on ds10 by sbuild/alpha 98-farm
  | Build started at 20080620-1756
  | 
  **
 
  [...]
 
  | Checking correctness of source dependencies...
  | Toolchain package versions: libc6.1-dev_2.7-12 gcc-4.2_4.2.4-2 
  g++-4.2_4.2.4-2 binutils_2.18.1~cvs20080103-4 libstdc++6-4.2-dev_4.2.4-2 
  libstdc++6_4.3.1-1
  [...]
  | mv -f .deps/MFT_FileRecord.Tpo .deps/MFT_FileRecord.Plo
  | /bin/sh ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H 
  -I. -I../../..-I/usr/include/X11 -I../../../inc -I../../../drv/Aspect 
  -I../../../src/Aspect -I../../../drv/InterfaceGraphic 
  -I../../../src/InterfaceGraphic -I../../../drv/SelectBasics 
  -I../../../src/SelectBasics -I../../../drv/Viewer -I../../../src/Viewer 
  -I../../../drv/Xw -I../../../src/Xw -I../../../drv/MFT -I../../../src/MFT 
  -I../../../drv/PS -I../../../src/PS -I../../../drv/CGM -I../../../src/CGM 
  -I../../../drv/AlienImage -I../../../src/AlienImage -I../../../drv/Image 
  -I../../../src/Image -I../../../drv/PlotMgt -I../../../src/PlotMgt 
  -I../../../drv/ImageUtility -I../../../src/ImageUtility 
  -I../../../drv/TColQuantity -I../../../src/TColQuantity-g -O2  -DCSFDB 
  -DOCC_CONVERT_SIGNALS -DLIN -DLININTEL -D_GNU_SOURCE=1  -g -DDEB -D_DEBUG  
  -MT MFT_FontManager.lo -MD -MP -MF .deps/MFT_FontManager.Tpo -c -o 
  MFT_FontManager.lo `test -f '../../../src/MFT/MFT_FontManager.cxx' || echo 
  './'`../../../src/MFT/MFT_FontManager.cxx
  |  g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/X11 -I../../../inc 
  -I../../../drv/Aspect -I../../../src/Aspect -I../../../drv/InterfaceGraphic 
  -I../../../src/InterfaceGraphic -I../../../drv/SelectBasics 
  -I../../../src/SelectBasics -I../../../drv/Viewer -I../../../src/Viewer 
  -I../../../drv/Xw -I../../../src/Xw -I../../../drv/MFT -I../../../src/MFT 
  -I../../../drv/PS -I../../../src/PS -I../../../drv/CGM -I../../../src/CGM 
  -I../../../drv/AlienImage -I../../../src/AlienImage -I../../../drv/Image 
  -I../../../src/Image -I../../../drv/PlotMgt -I../../../src/PlotMgt 
  -I../../../drv/ImageUtility -I../../../src/ImageUtility 
  -I../../../drv/TColQuantity -I../../../src/TColQuantity -g -O2 -DCSFDB 
  -DOCC_CONVERT_SIGNALS -DLIN -DLININTEL -D_GNU_SOURCE=1 -g -DDEB -D_DEBUG 
  -MT MFT_FontManager.lo -MD -MP -MF .deps/MFT_FontManager.Tpo -c 
  ../../../src/MFT/MFT_FontManager.cxx  -fPIC -DPIC -o .libs/MFT_FontManager.o
  | In file included from ../../../inc/TCollection_AsciiString.hxx:752,
  |  from ../../../inc/Aspect_FontStyle.hxx:29,
  |  from ../../../drv/MFT/MFT_FontManager.jxx:17,
  |  from ../../../drv/MFT/MFT_FontManager.ixx:22,
  |  from ../../../src/MFT/MFT_FontManager.cxx:100:
 [...]
  | ../../../src/MFT/MFT_FontManager.cxx: In static member function 'static 
  Standard_Boolean MFT_FontManager::Read(MFT_FileRecord)':
  | ../../../src/MFT/MFT_FontManager.cxx:2873: error: 'MAP_VARIABLE' was not 
  declared in this scope
 [...]
 
 Those mmap macros in ros/inc/MFT_FileRecord.hxx are ugly.  IMO it is
 not worth fixing them, fonts rendering is seldom needed by Opencascade
 users,
 and they are not defined on x86 and amd64, so let's disable them on all 
 arches.

Sounds good to me.  I'll include this in the next upload.  Thank you!

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

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


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


Bug#486334: Problem remains with iceweasel 3.0~rc2-2

2008-06-24 Thread Mike Hommey
On Tue, Jun 24, 2008 at 03:51:00PM +0200, Thomas Pietrzak [EMAIL PROTECTED] 
wrote:
 Hi,
 
 The problem remapins with iceweasel 3.0~rc2-2. strace output attached.

Could you install iceweasel-dbg, run iceweasel -g, type run,
then send the result of bt full when it crashes ?

Mike



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487828: [Pkg-audacious-maintainers] Bug#487828: audacious: Failed to load plugin

2008-06-24 Thread William Pitcock
severity 487828 important
kthxbye

Package works fine for me. But yes, amidi-plug is broken.

William

On Tue, 2008-06-24 at 14:42 +0300, Petteri wrote:
 Package: audacious
 Version: 1.5.1-1
 Severity: grave
 Justification: renders package unusable
 
 When starting audacious I get the following error:
 
 [EMAIL PROTECTED]:~$ audacious 
 Failed to load plugin (/usr/lib/audacious/Input/amidi-plug.so): 
 /usr/lib/audacious/Input/amidi-plug.so: undefined symbol: 
 audacious_drct_get_playing
 Virheellinen käsky
 [EMAIL PROTECTED]:~$ 
 
 Virheellinen käsky is in english something like erroneous command.
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
 Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages audacious depends on:
 ii  audacious-plugins 1.5.1-1Base plugins for audacious
 ii  dbus  1.2.1-2simple interprocess messaging 
 syst
 ii  gtk2-engines-pixbuf   2.12.10-2  Pixbuf-based theme for GTK+ 2.x
 ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
 ii  libaudclient1 1.5.1-1audacious D-Bus remote control 
 lib
 ii  libc6 2.7-12 GNU C Library: Shared libraries
 ii  libcairo2 1.6.4-6The Cairo 2D vector graphics 
 libra
 ii  libdbus-1-3   1.2.1-2simple interprocess messaging 
 syst
 ii  libdbus-glib-1-2  0.76-1 simple interprocess messaging 
 syst
 ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
 ii  libgtk2.0-0   2.12.10-2  The GTK+ graphical user 
 interface 
 ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
 ii  libmcs1   0.7.1-1Abstraction library to store 
 confi
 ii  libmowgli10.6.1-1a high performance development 
 fra
 ii  libpango1.0-0 1.20.2-2   Layout and rendering of 
 internatio
 ii  libsamplerate00.1.3-1audio rate conversion library
 ii  libsm62:1.0.3-2  X11 Session Management library
 ii  libx11-6  2:1.1.4-2  X11 client-side library
 
 Versions of packages audacious recommends:
 ii  audacious-plugins-extra   1.5.1-1Various extra plugins for 
 audaciou
 ii  unzip 5.52-11De-archiver for .zip files
 
 -- no debconf information
 
 
 
 ___
 Pkg-audacious-maintainers mailing list
 [EMAIL PROTECTED]
 http://lists.alioth.debian.org/mailman/listinfo/pkg-audacious-maintainers


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


Bug#487841: [pulseaudio] No output device , Simultaneous output only for sink

2008-06-24 Thread CJ van den Berg
On Tue, Jun 24, 2008 at 05:13:10PM +0300, do wrote:
 D: module-hal-detect.c: Loading module-alsa-sink with arguments
 'device_id=0 sink_name=alsa_output.pci_8086_24c5_alsa_playback_0'
 D: alsa-util.c: Trying front:0...
 I: alsa-util.c: Couldn't open PCM device front:0: Device or resource busy

PulseAudio can’t access your sound card because some other program
already has the sound device open. Please close the other program and
run PulseAudio again.

-- 
CJ van den Berg

mailto:[EMAIL PROTECTED]
  xmpp:[EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



<    1   2   3   4   5   >