Bug#383307: Bug#387189: samba: Panic or segfault in Samba

2006-09-22 Thread torsten
Hi Christian,

> Don't you use SWAT, by the way?

no, I used swat some years ago to initially create the smb.conf, but since
then all my changes were done by hand.
Maybe I should remove the comment in the smb.conf to prevent further false
traces.



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



Bug#383689: Package upgrade breaks _config.php file if site is https

2006-09-22 Thread Xavier Luthi
Hi Jason,

First of all, thanks for reporting this bug!

Unfortunately, I cannot reproduce this bug. Here is the test I made:

I had b2evolution-0.9.2-1 installed and configured. My $baseurl has the 
following value:
$baseurl = 'https://www.caroxav.be/blog';
After the command 'apt-get update b2evolution', the version 0.9.2-2 of the 
package has been installed but my $baseurl has still the same value (i.e. with 
the https prefix)!

Can you give me more information so I can reproduce the problem?

About the $admin_email parameter, you're right.  In fact, this parameter isn't 
completely manageable during the installation/upgrade of the package and this 
can be considered as a bug.  I'll change the debconf templates in a new package 
revision to solve this issue.

Regards,
Xavier

On Fri, Aug 18, 2006 at 03:10:36PM -0400, Jason Winnebeck wrote:
> Package: b2evolution
> Version: 0.9.2-2
> 
> Whenever I upgrade this package, the debconf upgrade of my
> /etc/b2evolution/_config.php file removes the s from my $baseurl
> configuration parameter.  My site starts with https://
> 
> I think the culprit is in the b2evolution.config file when it appears
> that it uses sed to pull out parameters and then rewrites the config
> file.  I think that it is pulling out the site URL (excluding the
> protocol) and then when it writes it back it just assumes the site
> originally started with http, and not https.
> 
> If I run dpkg-reconfigure b2evolution it also "prefills" the site URL
> using http instead of https.
> 
> I can't test this over again, but either upgrading or dpkg-reconfigure
> kills my $admin_email and resets it to [EMAIL PROTECTED], where
> mydomain is the domain of the server.


signature.asc
Description: Digital signature


Bug#388695: geda-gschem: "Probably parenthesis mismatch in" errors in gschem

2006-09-22 Thread Steve Langasek
On Fri, Sep 22, 2006 at 03:22:17PM +1000, Hamish Moffatt wrote:
> On Thu, Sep 21, 2006 at 11:12:42PM -0400, H. S. wrote:
> > (here is the bug again here for geda-gschem, instead of for geda)

> Thanks. geda-gschem 20060906 should be in etch in a day or two.

Not if this RC bug is open, it won't be.

> system-gafrc is provided by geda-symbols, which is already updated in
> etch. However system-gschemrc is not yet. I suspect the skew between
> them is causing the problem. I will tighten the dependencies in the
> future.

If you're certain that this is the cause, which package needs to be updated
with added conflicts -- geda-symbols or geda-gschem?  If it's geda-symbols,
could you please reassign this bug there?  If the change needs to be made to
geda-gschem, please say so and I'll override this RC bug for the update into
testing for now.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#387100: Please remove -H

2006-09-22 Thread Eduard Bloch
#include 
* Eugen Dedu [Thu, Sep 21 2006, 06:00:13PM]:
> Eduard Bloch wrote:
> >#include 
> >* Eugen Dedu [Thu, Sep 21 2006, 01:01:47PM]:
> >>Hi,
> >>
> >>In fact, I think users prefer to have info files about the CD.  If they 
> >>wish, they can remove them afterwards.  So please remove -H from the 
> >>"Looking for available tracks..." section.
> >
> >I disagree, sorry. I prefer the policy of not leaving garbage behind,
> >especially if the user is not told about what is happening there. And I
> >doubt that they have much value unless CDDB information is stored
> >inside. But for that kind of usage, there are IIRC more sophisticated
> >scripts available.
> >
> >And, after all, if the user wishes the data, she can run it manually
> >with -J and -H etc.pp.
> 
> Ok.
> 
> >>Also, I think it is better to have only one executable instead of two: 
> >>cdda2ogg and cdda2mp3, the other being a simbolic link.  There are only 
> >>3 or 4 lines different, I can send you a patch if you agree.
> >
> >Patch is welcome and consolidation makes sense. I even though about
> >doing that myself but was too lazy ATM.
> 
> Here is cdda2ogg.  cdda2mp3 should be a link to cdda2ogg.  Do you agree 
> with the patch?

Almost. I needed to apply stuff manually because you have not attached
it but apparently pasted into a stupid editor which screwed up the
formating. And it was not based on the current SVN. And it was not
fail-save WRT wrong/missing/uppercased suffix. I rewrote most of it.

Eduard.
-- 
Naja, Garbage Collector eben. Holt den Müll sogar vom Himmel.
   (Heise Trollforum über Java in der Flugzeugsteuerung)



Bug#388521: libnotify-dev: Missing depedancies on libgtk2.0-dev

2006-09-22 Thread Marco Cabizza
tags 388521 + confirmed, pending
thanks.

Thanks for the report. There is a fix in SVN and an upload is supposed
to "happen" soon.

Ciao
~marco



signature.asc
Description: Questa è una parte del messaggio	firmata digitalmente


Bug#345931: If the problem is that the user doesn't know he won't be able to reboot...

2006-09-22 Thread Kapil Hari Paranjape
tags 345931 + patch
thanks

In my previous response, I missed this post to this bug list.

On Wed, 13 Sep 2006, Marc Fargas wrote:
> Steve Langasek <[EMAIL PROTECTED]> writes:
> >Surely this is still a bug in the grub shell for failing to notice that it
> >had rendered the system unbootable?
> 
> Grub shell is supposed to be used by "experienced" users, and if the
> big problem is that setup() doesn't copy those files to /boot/ there
> are two lines of action:
> a) On a call to setup() output a nice warning message that clearly
> says that the files MUST be manually copied by the user encouragin the
> use of grub-install
> b) On a call to setup() take care of copying the files.
> 
> I'd vote for option a, with that warning in place the bug would be ok,
> right? I've never touched inside grub but I can try to patch it if you
> select A, and less maybe for B ;) [so, is option A ok for closing the
> bug? at least the user knows that he/she won't boot again... hehe]

I concur and enclose a patch which is the output of:

interdiff -z grub_0.97-15.diff.gz grub_0.97-15.0pre1.diff.gz 

(This also includes the small patch for #385980 suggested by Joey Hess.)

On Thu, 14 Sep 2006, Jason Thomas wrote:
> option C, we create a way to extract the version information from every
> grub file. So that the grub shell can check that its version matches
> the stage files and if not generate an ERROR message.

Note that stage1 is a boot sector and so contains precious little
space for such version information. Implementing this option seems
quite difficult to me.

Regards,

Kapil.
--

diff -u grub-0.97/debian/patches/00list grub-0.97/debian/patches/00list
--- grub-0.97/debian/patches/00list
+++ grub-0.97/debian/patches/00list
@@ -19,6 +19,7 @@
 mprotect.diff
 savedefault.diff
 intelmac.diff
+setup_warn_version.diff
 
 # We aren't building amd64 binaries, see #244498
 #fix_amd64_compile.diff
diff -u grub-0.97/debian/changelog grub-0.97/debian/changelog
--- grub-0.97/debian/changelog
+++ grub-0.97/debian/changelog
@@ -1,3 +1,14 @@
+grub (0.97-15.0pre1) unstable; urgency=low
+
+  * Non-Maintainer Upload.
+  * debian/rules: Fixed up "clean" target as suggested by Joey Hess.
+(Closes #385980)
+  * debian/patches/setup_warn_version.diff: Patch "stage2/builtins.c"
+to warn user who uses "setup" from the grub shell.
+(Closes: #345931)
+
+ -- Kapil Hari Paranjape <[EMAIL PROTECTED]>  Fri, 22 Sep 2006 11:45:09 +0530
+
 grub (0.97-15) unstable; urgency=low
 
   * Remove bashism from update-grub wrapper.
diff -u grub-0.97/debian/rules grub-0.97/debian/rules
--- grub-0.97/debian/rules
+++ grub-0.97/debian/rules
@@ -181,7 +181,7 @@
-( cd docs && rm -rf grub multiboot )
 
# remove files that will be change due our automake and autoconf 
rebuilding
-   -rm -f $(find . -name 'Makefile.in' -o \
+   -rm -f $(shell find . -name 'Makefile.in' -o \
 -name 'aclocal.m4' -o \
 -name 'configure')
 
only in patch2:
unchanged:
--- grub-0.97.orig/debian/patches/setup_warn_version.diff
+++ grub-0.97/debian/patches/setup_warn_version.diff
@@ -0,0 +1,42 @@
+--- grub-0.97/stage2/builtins.c.orig   2005-02-16 03:28:23.0 +0530
 grub-0.97/stage2/builtins.c2006-09-22 11:40:00.0 +0530
+@@ -3798,10 +3798,19 @@
+   char *stage2_arg = 0;
+   char *prefix = 0;
+ 
++  auto void warn ();
+   auto int check_file (char *file);
+   auto void sprint_device (int drive, int partition);
+   auto int embed_stage1_5 (char * stage1_5, int drive, int partition);
+-  
++
++  /* Warn the user that stage files are version specific */
++  void warn()
++{
++  grub_printf("WARNING:The stage{1,1_5,2} files are version specific.\n");
++  grub_printf("The tests below only check the existence and not the 
version.\n");
++  grub_printf("Use the \"grub-install\" command if you are not sure.\n");
++}
++
+   /* Check if the file FILE exists like Autoconf.  */
+   int check_file (char *file)
+ {
+@@ -3951,6 +3960,7 @@
+  `--prefix', attempt /boot/grub and /grub.  */
+   /* NOTE: It is dangerous to run this command without `--prefix' in the
+  grub shell, since that affects `--stage2'.  */
++  warn();
+   if (! prefix)
+ {
+   prefix = "/boot/grub";
+@@ -4082,6 +4092,10 @@
+   " If you install GRUB under the grub shell and you cannot unmount the"
+   " partition where GRUB images reside, specify the option `--stage2'"
+   " to tell GRUB the file name under your OS."
++  " WARNING: In order for this to work GRUB needs to find the images"
++  " \"stage1\" and \"stage2\" (or \"stage1_5\") corresponding to its"
++  " current version in the locations specified by INSTALL_DEVICE"
++  " (or IMAGE_DEVICE if specified; or STAGE2_FILE if specified)."
+ };
+ 
+ 


signature.asc
Description: Digital signature


Bug#388711: ldap-account-manager failure when open in web browser and login

2006-09-22 Thread gulfstream
Package: ldap-account-manager
Version: 1.0.4-1
Severity: grave
Justification: renders package unusable


Today, after I upgrade my etch, the ldap-account-manager is unusable. When I 
open "http://127.0.0.1/lam"; in the web browser, I can not get correct web page 
and get some warning message, as below.

Warning: Wrong parameter count for class_exists() in 
/usr/share/php/fpdf/fpdf.php on line 12

Warning: session_start(): Cannot send session cookie - headers already sent by 
(output started at /usr/share/php/fpdf/fpdf.php:12) in 
/usr/share/ldap-account-manager/templates/login.php on line 89

Warning: session_start(): Cannot send session cache limiter - headers already 
sent (output started at /usr/share/php/fpdf/fpdf.php:12) in 
/usr/share/ldap-account-manager/templates/login.php on line 89

Warning: Cannot modify header information - headers already sent by (output 
started at /usr/share/php/fpdf/fpdf.php:12) in 
/usr/share/ldap-account-manager/lib/config.inc on line 53



When I input the password and press login button, I can not enter any correct 
page and get messages as below.

Warning: Wrong parameter count for class_exists() in 
/usr/share/php/fpdf/fpdf.php on line 12

Warning: session_start(): Cannot send session cookie - headers already sent by 
(output started at /usr/share/php/fpdf/fpdf.php:12) in 
/usr/share/ldap-account-manager/templates/login.php on line 89

Warning: session_start(): Cannot send session cache limiter - headers already 
sent (output started at /usr/share/php/fpdf/fpdf.php:12) in 
/usr/share/ldap-account-manager/templates/login.php on line 89

Warning: Cannot modify header information - headers already sent by (output 
started at /usr/share/php/fpdf/fpdf.php:12) in 
/usr/share/ldap-account-manager/lib/config.inc on line 53


So I can not use ldap-account-manager to manage my ldap now.



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-compsrv.3
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)

Versions of packages ldap-account-manager depends on:
ii  apache2-mpm-prefork [httpd]  2.0.55-4.1  traditional model for Apache2
ii  debconf [debconf-2.0]1.5.4   Debian configuration management sy
ii  libapache2-mod-php4  4:4.4.2-1.1 server-side, HTML-embedded scripti
ii  php-fpdf 1.53.dfsg-4 PHP class to generate PDF files
ii  php4 4:4.4.2-1.1 server-side, HTML-embedded scripti
ii  php4-ldap4:4.4.2-1.1 LDAP module for php4

Versions of packages ldap-account-manager recommends:
pn  php4-mhash | php5-mhash(no description available)

-- debconf information:
  ldap-account-manager/passwd: lam
  ldap-account-manager/note-0_4_9-upgrade:
  ldap-account-manager/alias: lam
  ldap-account-manager/note-1_0_0-upgrade:
* ldap-account-manager/config-webserver: apache, apache-ssl, apache-perl, 
apache2
* ldap-account-manager/restart-webserver: true


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



Bug#388712: Client's PPP proxyarp in /etc/ppp/options is considered harmful

2006-09-22 Thread Matej Cepl
Package: ppp
Version: 2.4.4rel-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

When connecting to the Internet with GRPS PCMCIA card, proxyarp
in /etc/ppp/options caused my connection to be terminated after
a couple of seconds of connection with error message 

Sep 22 07:44:49 chelcicky pppd[9752]: Cannot determine ethernet address for 
proxy ARP

According to many messages on Google Groups, proxyarp should be
used only on PPP "server", not on "client".

Thanks,

Matěj

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-rc6.chelcicky.2
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)

Versions of packages ppp depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libpam-modules   0.79-3.2Pluggable Authentication Modules f
ii  libpam-runtime   0.79-3.2Runtime support for the PAM librar
ii  libpam0g 0.79-3.2Pluggable Authentication Modules l
ii  libpcap0.8   0.9.4-2 System interface for user-level pa
ii  netbase  4.25Basic TCP/IP networking system
ii  procps   1:3.2.7-2   /proc file system utilities
ii  zlib1g   1:1.2.3-13  compression library - runtime

ppp recommends no packages.

- -- no debconf information

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

iD8DBQFFE4xY4J/vJdlkhKwRAsYLAJ9zgbSQg0n9g0cxYKfR8hQcaf+KqACeI4By
KHWMoOvnNIrDo3wdVbWkFxE=
=Lj0F
-END PGP SIGNATURE-



Bug#296037: ITP: magic-smtpd -- Replacement for qmail-smtpd with user checking support

2006-09-22 Thread Ryan Finnie

retitle 296037 ITP: magic-smtpd -- Replacement for qmail-smtpd with
user checking support
thanks

Earlier this year I built a quick-and-dirty magic-smtpd package for my
employer.  The packaging itself is pretty easy, but I see two problems
ahead:

1) The license[0], while they call it "opensource", is long-winded,
not reviewed by the OSI, and not in use by any other Debian packages.
I will probably have to take this up with debian-legal.
2) While it is easy for the package to divert the original
/usr/sbin/qmail-smtpd binary out of the way, technically the "qmail"
package doesn't exist in Debian (since it's non-free, can't be
distributed modified, and is built by the qmail-src package).  I'm not
sure how the incoming system would handle a binary package Requiring a
non-existant package.

Thanks,
Ryan Finnie

[0] http://www.linuxmagic.com/opensource/licensing/FSCL.txt


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



Bug#388713: python2.4-dev: Duplicated declaration of PyCallable_Check causes warnings in C programs

2006-09-22 Thread Peder Chr. Norgaard
Package: python2.4-dev
Version: 2.4.3-8
Severity: minor
Tags: patch

The subject says it all - the other declaration is found in object.h.

The problem is a bit annoying for us, as we
use Python in an environment where we wish to consider warnings as
errors to be fixed.

Fortunately, the problem is extremely easy to solve - see the attached
patch.  I suggest that the problem and the solution is forwarded
upstream

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.5-7.244-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages python2.4-dev depends on:
ii  python2.42.4.3-8 An interactive high-level object-o

python2.4-dev recommends no packages.

-- no debconf information
--
Peder Chr. Nørgaard Senior System Developer, M. Sc.
Ericsson Denmark A/S, Telebit Division
Skanderborgvej 232  tel: +45 30 91 84 31
DK-8260 Viby J, Denmark fax: +45 89 38 51 01
e-mail: [EMAIL PROTECTED]
(old e-mail 2000-2003: [EMAIL PROTECTED])
 (old e-mail 1992-2000: [EMAIL PROTECTED])
 
This communication is confidential and intended solely for the
addressee(s). Any unauthorized review, use, disclosure or distribution
is prohibited. If you believe this message has been sent to you in
error, please notify the sender by replying to this transmission and
delete the message without disclosing it. Thank you.

E-mail including attachments is susceptible to data corruption,
interruption, unauthorized amendment, tampering and viruses, and we
only send and receive e-mails on the basis that we are not liable for
any such corruption, interception, amendment, tampering or viruses or
any consequences thereof.
--- python2.4-2.4.3/Include/abstract.h~	2004-03-12 17:38:17.0 +0100
+++ python2.4-2.4.3/Include/abstract.h	2006-09-22 07:42:19.282532734 +0200
@@ -283,9 +283,10 @@
 
*/
 
+   /* Declared elsewhere
+
  PyAPI_FUNC(int) PyCallable_Check(PyObject *o);
 
-   /*
 	 Determine if the object, o, is callable.  Return 1 if the
 	 object is callable and 0 otherwise.
 


Bug#388719: findimagedupes: FTBFS: Missing Build-Depends

2006-09-22 Thread Daniel Schepler
Package: findimagedupes
Version: 0.2-1
Severity: serious

From my pbuilder build log:

...
mkdir -p ./tmp
chmod 755 findimagedupes_tmp
./findimagedupes_tmp
Can't locate Image/Magick.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at ./findimagedupes_tmp line 33.
BEGIN failed--compilation aborted at ./findimagedupes_tmp line 33.
make: *** [build/findimagedupes] Error 2
-- 
Daniel Schepler



Bug#386845: python-support fails to remove modules from /usr/lib/pythonX.Y/

2006-09-22 Thread Pierre HABOUZIT
severity 386845 important
tag 386845 + unreproducible moreinfo
thanks

On Sun, Sep 10, 2006 at 03:50:18PM +0200, Martin Wuertele wrote:
> Package: python-support
> Version: 0.4.1
> Severity: serious
> Justification: Policy 6.8
> 
> python-support installst private modules that should be installed into
> /usr/share/python-support to /usr/lib/pythonX.Y/ - in EVERY version of
> python and fails to remove them upon purge. pyversions is set to -2.3
> and therefore it must not install modules to /usr/lib/python2.4/ 

  dh_pysupport is not responsible for the /install/ of anything. the
maintainer is. Then dh_pysupport handles those files, and moves them in
/usr/share/python-support. There is no code path that could avoid that
behaviour.

  I've used dh_pysupport in more than 80 python packages, and have never
been able to watch what you describe.

  tagging the bug accordingly.

-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


signature.asc
Description: Digital signature


Bug#388612: diff for 3.0.6-8.1 NMU

2006-09-22 Thread Thijs Kinkhorst
On Thu, 2006-09-21 at 15:54 +0200, Steinar H. Gunderson wrote:
> Attached is the diff for my ctn 3.0.6-8.1 NMU.

Thanks for your help! I'll review it soon and hope this can be included
upstream (which is quite inactive currently).


Thijs


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


Bug#388720: crash: 'assert self.conn is Globals.local_connection' failed

2006-09-22 Thread LI Daobing
Package: rdiff-backup
Version: 1.1.5-3
Severity: important

Exception '' raised of class 'exceptions.AssertionError':
  File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line 295, in 
error_check_Main
try: Main(arglist)
  File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line 315, in 
Main
take_action(rps)
  File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line 271, in 
take_action
elif action == "backup": Backup(rps[0], rps[1])
  File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line 328, in 
Backup
backup_final_init(rpout)
  File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line 425, in 
backup_final_init
checkdest_if_necessary(rpout)
  File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line 820, in 
checkdest_if_necessary
need_check = checkdest_need_check(dest_rp)
  File "/var/lib/python-support/python2.4/rdiff_backup/Main.py", line 810, in 
checkdest_need_check
if not force: curmir_incs[0].conn.regress.check_pids(curmir_incs)
  File "/var/lib/python-support/python2.4/rdiff_backup/connection.py", line 
448, in __call__
return apply(self.connection.reval, (self.name,) + args)
  File "/var/lib/python-support/python2.4/rdiff_backup/connection.py", line 
367, in reval
for arg in args: self._put(arg, req_num)
  File "/var/lib/python-support/python2.4/rdiff_backup/connection.py", line 
139, in _put
else: self._putobj(obj, req_num)
  File "/var/lib/python-support/python2.4/rdiff_backup/connection.py", line 
144, in _putobj
self._write("o", pickle.dumps(obj, 1), req_num)
  File "pickle.py", line 1386, in dumps
Pickler(file, protocol, bin).dump(obj)
  File "pickle.py", line 231, in dump
self.save(obj)
  File "pickle.py", line 293, in save
f(self, obj) # Call unbound method with explicit self
  File "pickle.py", line 614, in save_list
self._batch_appends(iter(obj))
  File "pickle.py", line 647, in _batch_appends
save(x)
  File "pickle.py", line 293, in save
f(self, obj) # Call unbound method with explicit self
  File "pickle.py", line 737, in save_inst
stuff = getstate()
  File "/var/lib/python-support/python2.4/rdiff_backup/rpath.py", line 754, in 
__getstate__
assert self.conn is Globals.local_connection

server information:
-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.12-1-amd64-k8
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages rdiff-backup depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  librsync1 0.9.7-1Library which implements the rsync
ii  python2.4.3-11   An interactive high-level object-o
ii  python-support0.4.3  automated rebuilding support for p

client information
-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages rdiff-backup depends on:
hi  libc62.3.6.ds1-4 GNU C Library: Shared libraries
hi  librsync10.9.7-1 Library which implements the rsync
hi  python   2.4.3-11An interactive high-level object-o
hi  python-support   0.5.1   automated rebuilding support for p

rdiff-backup recommends no packages.

-- debconf-show failed


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



Bug#388714: debian/rules: fails to build if /bin/sh is a symlink to /bin/dash

2006-09-22 Thread Teemu Likonen
Package: openoffice.org-soikko
Severity: normal


Package fails to build if /bin/sh is a symlink to /bin/dash. In
debian/rules file there is a line starting with

  sh -c "source /usr/lib/openoffice/sdk/setsdkenv_unix.sh [...]

The command "source" is a bash builtin which is not in sh. Command "."
should be used instead:

  sh -c ". /usr/lib/openoffice/sdk/setsdkenv_unix.sh [...]


(One can change the /bin/sh symlink with "dpkg-reconfigure dash".)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-27-386
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)


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



Bug#388683: xmoto: terminate called after throwing an instance of 'vapp::Exception*'

2006-09-22 Thread Samuel Mimram
Hi,

Pascal Giard wrote:
> From the strace logs
> - Loading a replay:
>  i see that it's missing the file extension when trying to open the
> replay file.
>  But how come old replays are loaded correctly?

It looks like xmoto is trying to load the replay from various locations,
with and without the extension and finally ends up finding one which
exists. I don't think that this is the real problem. The corresponding
code is:

/* Open file for input */
FileHandle *pfh = FS::openIFile(std::string("Replays/") + FileName);
if(pfh == NULL) {
/* Try adding a .rpl extension */
pfh = FS::openIFile(std::string("Replays/") + FileName +
std::string(".rpl"));
if(pfh == NULL) {
/* Finally try opening as if it is a full path */
pfh = FS::openIFile(FileName);

> - Loading a level:
>  very interesting! it crashes because it fails at loading the ghost!
>  led me to beleive that if i disable ghosts, it won't crash when
> loading that level..
>  ..and that's right, no longer crashes when loading the level.

I'll try to investigate this. The changelog entry

 * ppc computer can now read and write x86 replays (patch by Dave
Vasilevsky)

is a good candidate for a possible messing with (ghost) replays loading.

> I'm quite surprised that no one else reported this before...
> Could it be amd64 specific?

Yes, it could! At least, I don't seem to have this problem on my i386...

Thanks for you bug report.

Cheers,

Samuel.


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



Bug#355420: Re: please allow disabling apt-listbugs from the environment

2006-09-22 Thread Marc Haber
On Wed, Jun 28, 2006 at 03:03:13AM +0100, James Westby wrote:
> I think the attached patch does as you requested. If
> APT_LISTBUGS_FRONTEND=none then apt-listbugs quietly exits without doing
> anything.

Thanks. I must have missed the patch in my inbox, otherwise I would
have said thank you earlier. Thanks!

And, if course, Junichi, thanks for taking the patch.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#388717: libclass-dbi-perl: FTBFS: test failures

2006-09-22 Thread Daniel Schepler
Package: libclass-dbi-perl
Version: 3.0.14-1
Severity: serious

From my pbuilder build log:

...
/usr/bin/make test
make[1]: Entering directory `/tmp/buildd/libclass-dbi-perl-3.0.14'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/01-columns.ok
t/02-FilmDBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/usr/share/perl5/DBIx/ContextualFetch.pm line 88.
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x853bc14) still Active at 
/usr/share/perl5/Ima/DBI.pm line 381
...
t/15-accessor
#   Failed test 'DBD::SQLite::st fetchrow_array warning: not an error(0) at 
dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/usr/share/perl5/DBIx/ContextualFetch.pm line 88.
# '
#   in t/15-accessor.t at line 11.
#   'DBD::SQLite::st fetchrow_array warning: not an error(0) at 
dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/usr/share/perl5/DBIx/ContextualFetch.pm line 88.
# '
# doesn't match '(?-xism:clashes with built-in method)'

...
t/99-miscok
Failed Test Stat Wstat Total Fail  Failed  List of Failed
---
t/15-accessor.t2   512554   7.27%  1 3 56-57
t/26-mutator.t 1   256 62  33.33%  1 7
5 tests skipped.
Failed 2/27 test scripts, 92.59% okay. 0/549 subtests failed, 100.00% okay.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/tmp/buildd/libclass-dbi-perl-3.0.14'
make: *** [build-stamp] Error 2
-- 
Daniel Schepler



Bug#388695: geda-gschem: "Probably parenthesis mismatch in" errors in gschem

2006-09-22 Thread Hamish Moffatt
reassign 388695 geda-symbols
thanks

On Thu, Sep 21, 2006 at 11:50:42PM -0700, Steve Langasek wrote:
> On Fri, Sep 22, 2006 at 03:22:17PM +1000, Hamish Moffatt wrote:
> > On Thu, Sep 21, 2006 at 11:12:42PM -0400, H. S. wrote:
> > > (here is the bug again here for geda-gschem, instead of for geda)
> > Thanks. geda-gschem 20060906 should be in etch in a day or two.
> Not if this RC bug is open, it won't be.

Good to know.

> > system-gafrc is provided by geda-symbols, which is already updated in
> > etch. However system-gschemrc is not yet. I suspect the skew between
> > them is causing the problem. I will tighten the dependencies in the
> > future.
> 
> If you're certain that this is the cause, which package needs to be updated
> with added conflicts -- geda-symbols or geda-gschem?  If it's geda-symbols,
> could you please reassign this bug there?  If the change needs to be made to
> geda-gschem, please say so and I'll override this RC bug for the update into
> testing for now.

Well, upgrading geda-gschem will certainly get it working. As to where
the change belongs I'm not sure -- basically the two packages need to
have matched versions. So either geda-gschem (and geda-gnetlist,
gsymcheck, gattrib and possibly utils) conflict with a newer
geda-symbols, or symbols conflicts with old geda-*.

I think I prefer the latter solution, so I'll reassign.

thanks,
Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>


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



Bug#388715: abcde: does not ignore ~/.wgetrc

2006-09-22 Thread Frank Lenaerts
Package: abcde
Version: 2.3.99.6-1
Severity: normal

abcde's cddb-tool fails when ~/.wgetrc contains 'verbose = on'.

Running the abcde script with bash -xv showed that cddb-tool failed. When 
I ran cddb-tool manually, it showed 'Can't be verbose and quiet at the 
same time. Usage: wget [OPTION]... [URL]...'. Apparently, the script uses the 
quiet option but also takes ~/.wgetrc into account.

As the end user normally doesn't know if and how wget is used, it would be 
better if cddb-tool ignored ~/.wgetrc.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages abcde depends on:
ii  cd-discid 0.9-1  CDDB DiscID utility
ii  cdparanoia3a9.8-14   An audio extraction tool for sampl
ii  flac  1.1.2-5Free Lossless Audio Codec - comman
ii  vorbis-tools  1.1.1-6several Ogg Vorbis tools
ii  wget  1.10.2-2   retrieves files from the web

abcde recommends no packages.

-- no debconf information


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



Bug#342053: DirectFrameBuffer crashes on PPC systems if HW accelerated drivers are used

2006-09-22 Thread Attilio Fiandrotti

Sven Luther wrote:

On Thu, Sep 21, 2006 at 03:32:28PM +0200, Frans Pop wrote:


severity 342053 important
thanks

Lowering the severity of this bug to important.
This issue is the main reason that g-i is only provided as experimental 
mini.iso for powerpc. However, that does not make RC for the package as a 
whole.



Notice: Do we have a proof that by disabling acceleration, the issue goes away ? 


I remember in extremadura that by booting the system by hand into text mode
and then launching the graphical mode made it work, so i am not sure that we
have only this as issue, not sure.


Last times the g-i was tested on PPC, it turned tout that

  Known good : radeonfb, vesafb (or whatever x86 uses).
  Known bad : atyfb, nvidiafb

when acceleration was enabled.
But that was with GTKDFB 2.0.9 and DFB 0.9.22, while now we have DFB 
0.9.25 and GTK 2.8.20 and many bugs got fixed.
This is the most serious bug affecting g-i on PPC, and i wasn't able to 
fix it because i have no PPC HW.
Sven, do you think can give the PPC g-i a try? i will help you on 
debugging it as much as i can.


Attilio


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



Bug#388708: Additional information

2006-09-22 Thread Manoj Srivastava
Hi,

I think perhaps the information lies in handling UTF-8:
==
#_> sed -n 's/^\([^ ]*\):.*/\1/p' /var/lib/dpkg/stat-old | sort -u 
Architecture
Bugs
Conffiles
Config-Version
Conflicts
Depends
Description
Enhances
Essential
Installed-Size
Maintainer
Maintainer� Peyrot <[EMAIL PROTECTED]>
Maintainer�i Perrot <[EMAIL PROTECTED]>
Origin
Package
Pre-Depends
Priority
Provides
Python-Runtime
Python-Version
Recommends
Replaces
Section
Source
Status
Suggests
Url
Version
==

The offending lines seem to be:
Maintainer: Quôc Peyrot <[EMAIL PROTECTED]>
Maintainer: Rémi Perrot <[EMAIL PROTECTED]>

Unfortunately, editing these lines away has not really helped.

I think this change needs to be fixed or reverted; or, at
 least, have a better error message which perhaps could include line
 numbers -- I can imagine less experienced user may be completely
 flummoxed by the apparent breakage.


#_> apt-get install apt
Reading package lists... Done
Building dependency tree... Done
The following packages will be upgraded:
  apt
1 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 0B/1414kB of archives.
After unpacking 32.8kB of additional disk space will be used.
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Reading changelogs... Done
(Reading database ... 333423 files and directories currently installed.)
Preparing to replace apt 0.6.45 (using .../archives/apt_0.6.46_i386.deb) ...
Unpacking replacement apt ...
Setting up apt (0.6.46) ...

#_> apt-cahe search apt
zsh: correct apt-cahe to apt-cache ? ([Y]es/[N]o/[E]dit/[A]bort) y
E: Unable to parse package file /var/lib/dpkg/status (1)
[1]2973 exit 100   apt-cache search apt
#_> sed -n 's/^\([^ ]*\):.*/\1/p' /var/lib/dpkg/status | sort -u
Architecture
Bugs
Conffiles
Config-Version
Conflicts
Depends
Description
Enhances
Essential
Installed-Size
Maintainer
Origin
Package
Pre-Depends
Priority
Provides
Python-Runtime
Python-Version
Recommends
Replaces
Section
Source
Status
Suggests
Url
Version
#_> 

manoj
-- 
It's later than you think: the joint Russian-American space mission
has already begun. --anonymous
Manoj Srivastava <[EMAIL PROTECTED]>
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C



Bug#388716: pronto: Pronto doesn't start

2006-09-22 Thread Luca Bedogni
Package: pronto
Version: 2.4.0-4
Severity: normal

Exwecuting pronto for the first time works fine, selecting CSV and then i get
this error message when trying starting it:
Execution ERROR: Missing first row at /usr/share/perl5/DBD/CSV.pm line 165.
 called from /usr/bin/pronto-main at 693.

DBD::CSV::st fetchrow_array failed: Attempt to fetch row from a Non-SELECT 
statement [for 
Statement "select id, descr from accounts order by id"] at /usr/bin/pronto-main 
line 282.
node is not of type Gtk::CTreeNode at /usr/lib/pronto/Pronto/FolderTree.pm line 
281.



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.13
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages pronto depends on:
ii  iamerican [ispell-dictionar 3.1.20.0-4.3 An American English dictionary for
ii  ispell  3.1.20.0-4.3 International Ispell (an interacti
ii  libcurses-perl  1.13-1   Curses interface for Perl
ii  libdate-manip-perl  5.44-3   a perl library for manipulating da
ii  libdbd-csv-perl 0.2200-2 perl DBD::CSV - DBI driver for CSV
ii  libdbi-perl 1.52-1   Perl5 database interface by Tim Bu
ii  libgtk-perl 0.7009-11Perl module for the gtk+ library
ii  libhtml-parser-perl 3.55-1   A collection of modules that parse
ii  libio-stringy-perl  2.110-1  Perl5 modules for IO from scalars 
ii  liblingua-ispell-perl   0.07-4   Perl module encapsulating access t
ii  libmime-perl5.420-0.1Perl5 modules for MIME-compliant m
ii  libmime-types-perl  1.17-1   Perl extension for determining MIM
ii  liburi-perl 1.35-2   Manipulates and accesses URI strin
ii  libwww-perl 5.805-1  WWW client/server library for Perl
ii  perl5.8.8-6.1Larry Wall's Practical Extraction 

pronto recommends no packages.

-- no debconf information


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



Bug#386673: patch

2006-09-22 Thread Alexis Sukrieh

Hi,

The patched 2.6.8 version has hit debian unstable yesterday. It did 
build fine on ppc, great. Though, a user reported that when launching 
electricsheep (on ppc), he got the following error:


$ electricsheep
X Error of failed request:  BadMatch (invalid parameter attributes)
   Major opcode of failed request:  141 (XVideo)
   Minor opcode of failed request:  19 ()
   Serial number of failed request:  91
   Current serial number in output stream:  91
[1]5535 terminated  electricsheep

But when he launches electricsheep with `--mplayer 1' it did work.

As I don't have a sid ppc box, I cannot test that issue, thus I welcome 
very much ideas and tests.


Cheers,

--
Alexis Sukrieh



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



Bug#385935: debian-policy: [ACCEPTED] Request for the 'stardict' virtual package.

2006-09-22 Thread Andrew Lee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kurt Roeckx wrote:
> I don't see how this will make it easier to use it.  It might be easier
> to find it if you already knew the name of the virtual package, and
> basily already knew what you're looking for.  But I don't see this as
> either useful, or something that should be done by using a virtual
> package.

We will have stardict-{gnome,gtk} and a console version of stardict in
debian, and all of them can be able to read stardict-dictionary. The
debian developer Anthony Wong told me, amybe we should create a virtual
package called stardict and then make stardict-{gnome,gtk} and the
console version of stardict 'Provides' stardict. I don't know if there
is a proper way for this situation?

> Which talks about providing the dictionaries.  Are you suggesting that
> all packages providing stardict-dictionary should depend on stardict?

If so, 'Recommends' should be enought or only 'Depends' on stardict in a
splited binary package.

> However, they might want to suggest installing stardict.

True, if they want to compile stardict themselves.

Best regards,

- -Andrew
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFE5SvnQYz4bYlCYURAlY0AJ9Bfylh/Rqzhm5ZEwycN7aumZlOVwCfTTfh
XfqJbWvEo8Fhcs2qxOk8aso=
=xsJD
-END PGP SIGNATURE-


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



Bug#388718: e2fsprogs: FTBFS: Link error in e2fsck.static

2006-09-22 Thread Daniel Schepler
Package: e2fsprogs
Version: 1.39-1
Severity: serious

From my pbuilder build log:

...
CC prof_err.c
LD e2fsck.shared
CP e2fsck
LD e2fsck.static
/usr/lib/libselinux.a(setrans_client.o): In function 
`fini_context_translations':
/tmp/buildd/libselinux-1.30.28/src/setrans_client.c:210: undefined reference to 
`pthread_mutex_lock'
/tmp/buildd/libselinux-1.30.28/src/setrans_client.c:211: undefined reference to 
`pthread_mutex_lock'
/tmp/buildd/libselinux-1.30.28/src/setrans_client.c:216: undefined reference to 
`pthread_mutex_unlock'
...
/tmp/buildd/libselinux-1.30.28/src/setrans_client.c:306: undefined reference to 
`pthread_mutex_lock'
/tmp/buildd/libselinux-1.30.28/src/setrans_client.c:327: undefined reference to 
`pthread_mutex_unlock'
collect2: ld returned 1 exit status
make[3]: *** [e2fsck.static] Error 1
make[3]: Leaving directory `/tmp/buildd/e2fsprogs-1.39/debian/BUILD-STD/e2fsck'
make[2]: *** [all-progs-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/e2fsprogs-1.39/debian/BUILD-STD'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/e2fsprogs-1.39/debian/BUILD-STD'
make: *** [debian/stampdir/build-std-stamp] Error 2

Since this was fixed on the libselinux side (#388375), you need to either
use pkg-config to get the proper dependencies, or else insert -lpthread
manually.
-- 
Daniel Schepler



Bug#359634: Patch to make apt binNMUable

2006-09-22 Thread Daniel Schepler
tags 359634 + patch
thanks

I've attached a patch which fixes this bug by dropping anything after a '+' in 
the Debian version, for comparing it to the version in the autoconf files.
-- 
Daniel Schepler
diff -urN apt-0.6.46.old/debian/rules apt-0.6.46/debian/rules
--- apt-0.6.46.old/debian/rules	2006-04-26 10:54:08.0 +
+++ apt-0.6.46/debian/rules	2006-09-22 02:45:02.0 +
@@ -38,7 +38,7 @@
 
 PKG=apt
 DEB_BUILD_PROG:=debuild --preserve-envvar PATH --preserve-envvar CCACHE_DIR -us -uc $(DEB_BUILD_PROG_OPTS)
-APT_DEBVER=$(shell dpkg-parsechangelog |sed -n -e '/^Version:/s/^Version: //p')
+APT_DEBVER=$(shell dpkg-parsechangelog |sed -n -e '/^Version:/s/^Version: //p' -e 's/\+.*$$//')
 APT_CONFVER=$(shell sed -n -e 's/^AC_DEFINE_UNQUOTED(VERSION,"\(.*\)")/\1/p' configure.in)
 APT_CVSTAG=$(shell echo "$(APT_DEBVER)" | sed -e 's/^/v/' -e 's/\./_/g')
 


Bug#388721: version.h missing in linux-headers-2.6.16-2-686

2006-09-22 Thread Stefan Rupp

Package: linux-headers-2.6.16-2-686
Version: 2.6.16-18

According to the package description on packages.debian.org the package 
should contain the version.h file:


usr/src/linux-headers-2.6.16-2-686/include/linux/version.h

But is doesn't!

Is that a bug in the package, the documentation or in my thinking?

Thanks!
--
Stefan Rupp  Phone: +49 (0) 2408 9456-44
Inform GmbHFax: +49 (0) 2408 9456-45
Pascalstr. 23, 52076 Aachen, Germany   E-Mail: [EMAIL PROTECTED]


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



Bug#388412: ITP: libonig -- Oniguruma regular expressions library

2006-09-22 Thread Ricardo Mones

  Hi Max,

On Wed, 20 Sep 2006 11:57:07 +0200
Max Kellermann <[EMAIL PROTECTED]> wrote:

> Package: wnpp
> Severity: wishlist
> Owner: Max Kellermann <[EMAIL PROTECTED]>
> 
> * Package name: libonig
>   Version : 4.4.4
>   Upstream Author : K.Kosako 
> * URL : http://www.geocities.jp/kosako3/oniguruma/
> * License : BSD
>   Description : Oniguruma regular expressions library
> 
> Oniguruma is a regular expressions library.  The characteristics of
> this library is that different character encoding for every regular
> expression object can be specified.
> 
> This library is being used by the Ruby interpreter.

  This is being used also in the new version of Sylpheed I maintain. Have you
an expected timeframe to have this packaged? Feel free to contact me if you
need help or just a sponsor for this one :-)

  regards,
-- 
 Ricardo Mones
 http://people.debian.org/~mones
 «You will inherit millions of dollars.»


signature.asc
Description: PGP signature


Bug#388723: gnome-panel: launchers seem to eat '%' in command line

2006-09-22 Thread Robert Millan [ackstorm]
Package: gnome-panel
Severity: minor

Launchers seem to eat '%' in command line.  For example, if I setup a launcher
for "rdesktop -g 90% x.x.x.x", I'll have to scape the '%' with a backslash.

I understand that there's a replacement mechanism for strings like "%u" (seen
this in Firefox launcher), but when '%' isn't followed by a char that gives it a
particular meaning (such as 'u'), I think it should be left unmodified rather
than removed.

-- 
Robert Millan

ACK STORM, S.L.  -  http://www.ackstorm.es


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



Bug#388722: ntpdate: /etc/ntp.conf is missing

2006-09-22 Thread Michael Hauser
Package: ntpdate
Version: 1:4.2.2+dfsg.2-2
Severity: normal


running 

/etc/init.d/ntpdate start 

reports 

sed: can't read /etc/ntp.conf: No such file or directory

This is because the file /etc/ntp.conf is not installed and is
not part of the ntpdate package. The sed command is run in 

/etc/defaults/ntpdate





-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ntpdate depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libcap1  1:1.10-14   support for getting/setting POSIX.
ii  libssl0.9.8  0.9.8c-1SSL shared libraries
ii  lsb-base 3.1-15  Linux Standard Base 3.1 init scrip
ii  netbase  4.26Basic TCP/IP networking system

ntpdate recommends no packages.

-- no debconf information


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



Bug#388328: [pkg-ntp-maintainers] Bug#388328: boot logging fix for ntpdate in /etc/init.d

2006-09-22 Thread Peter Eisentraut
Am Freitag, 22. September 2006 04:25 schrieb Rick Thomas:
> > But that information is not available in the if-up script.
>
> There are ways to find it out.  If you like, I'll do up and test a
> sample.

Please.

> >> If so, would it be desirable to have them officially conflict?
> >
> > No.
>
> Forgive me my ignorance.  I'm not an expert on the details of the apt
> dependency process.  Can you educate me as to why it's not a good idea?

Well, they don't actually conflict.  They are just usually not used together.  
In particular, considering that in sarge, they usually *are* used together, 
it would probably upset quite a few people if we turned this around during 
the upgrade.

If may make sense to drop the -u option from the default ntpdate options, so 
ntpdate doesn't run when ntpd is running.  Do you want to try that out?  
(see /etc/default/ntpdate)


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



Bug#354009: Need assistance?

2006-09-22 Thread Francisco García
Hi Kevin, 
How are you?.

I have had some personal problems lately, I have been too busy and  
I can't work. Now I feel better,  and I would like to come back to my
Debian packages soon.
I am sorry.

If you want to do the bugfix, please, do it. Lot of thanks, Kevin.
I hope that in a few weeks I will review all my packages to do some
improvements.

Thank you for your help, and sorry for my late.

Best regards,
Francisco.

On jue, 2006-09-21 at 09:41 -0700, Kevin B. McCarty wrote:
> Hi Francisco,
> 
> Do you need assistance with this bug (#354009, "spacechart: [INTL:sv]
> Swedish PO translation")?  I noticed it on the QA pages and saw it is
> several months old.  I'd be happy to help.  Or, if you're too busy and
> wouldn't mind, I could do the bugfix and upload myself.  Just let me know.
> 
> best regards,



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


Bug#362216: Package available

2006-09-22 Thread Michal Čihař
Package is available on mentors.debian.net, I'm looking for sponsor.

I am looking for a sponsor for my package "stardict-english-czech".

* Package name: stardict-english-czech
  Version : 20060901-1
  Upstream Author : Milan Svoboda <[EMAIL PROTECTED]> and many other 
contributors
* URL : http://cihar.com/software/slovnik
* License : GNU FDL (with invariant sections)
  Section : non-free/text

It builds these binary packages:
stardict-english-czech - Stardict package for English-Czech dictionary

The package is lintian clean and very easy to review.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/non-free/s/stardict-english-czech
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/non-free/s/stardict-english-czech/stardict-english-czech_20060901-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards
-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#388503: [pkg-ntp-maintainers] Bug#388503: print "ntpq -c peers" in status

2006-09-22 Thread Peter Eisentraut
Am Mittwoch, 20. September 2006 21:59 schrieb Christian Hammers:
> The only thing that one normally does with a running ntpd is to query
> if all peers are reachable so it would be quite handy if the
> "/etc/init.d/ntp status" command would tell that in addition to the
> plain "NTP server is running".

I'm unsure about this.  On its face, it sounds like a good idea.  But I don't 
know what sort of dependencies this introduces into running "/etc/init.d/ntp 
status" (network, resolver, access control, firewall?).  It's not 
like "ntpq -c peers" is so hard to type, is it?

Let's see if others have an opinion.


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



Bug#388724: grub: automatically update /etc/kernel-img.conf

2006-09-22 Thread Karl Chen
Package: grub
Version: 0.97-16.1
Severity: wishlist


Please automatically update /etc/kernel-img.conf (after
querying the user).

Example:
  sed s,/sbin/update-grub,update-grub, /etc/kernel-img.conf > 
/etc/kernel-img.conf.dpkg-new


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



Bug#317010: breaks CapsLock in ARAnyM

2006-09-22 Thread Petr Stehlik

This patch breaks handling of CapsLock in ARAnyM.

I like this fix of CapsLock and NumLock keys (since ARAnyM has to 
contain a code that emulates the proper behaviour of the CapsLock key) 
but this should have been merged upstream first. Now it breaks the 
cross-platform nature of libSDL since application written for this 
library behaves differently on Debian than on other systems. Please 
consider that.


BTW, this fix also breaks the GetModState() for CAPS - I haven't had 
time to look into it yet but it seems to suffer from a race condition of 
some kind - normally the GetModState() never shows the CAPS active 
(which is a bug I think) but if I pressed the CapsLock twice quickly or 
something like that the ModState started reporting the CAPS as always on.


I am going to upload a new version of ARAnyM that contains the 
"SDL_DISABLE_LOCK_KEYS" workaround for this patch. Took me quite some 
time to figure out that Debian caused this problem (was debugging 
MS-Windows for weeks to find the cause). Pity you didn't push it 
upstream first :-/


Petr



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



Bug#388727: squashfs-module: Kernel module source apprently for 2.6.18

2006-09-22 Thread David Baron
Package: squashfs-module
Version: squashfs
Severity: normal

Will not compile against 2.6.17 sources. Same problem with unionfs so this
was also prematurely posted. Dependencies on 2.6.18 not flagged.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (650, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-davidb
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#363517: xorg-server & kfreebsd

2006-09-22 Thread Petr Salinger

found 363517 2:1.1.1-7
thanks

Hi,

please could you include fixes for kfreebsd ?

Please, apply the attached patch and regenerate
configure by "debian/rules patch ; autoconf".

The attached patch creates debian/patches/20_kbsd.patch,
and adjust debian/patches/series and debian/xserver-xorg-core.install
accordingly.

When applied, xorg-server 1.1.1-7 builds on kfreebsd-i386 fine.
It would be very nice, if it could be uploaded soon.

Thanks in advance
Petr
diff -u xorg-server-1.1.1/debian/patches/series 
xorg-server-1.1.1/debian/patches/series
--- xorg-server-1.1.1/debian/patches/series
+++ xorg-server-1.1.1/debian/patches/series
@@ -19,0 +20 @@
+20_kbsd.patch 
diff -u xorg-server-1.1.1/debian/xserver-xorg-core.install 
xorg-server-1.1.1/debian/xserver-xorg-core.install
--- xorg-server-1.1.1/debian/xserver-xorg-core.install
+++ xorg-server-1.1.1/debian/xserver-xorg-core.install
@@ -2,6 +2,7 @@
 usr/lib/xorg/modules/extensions/*.so
 usr/lib/xorg/modules/fonts/*
 usr/lib/xorg/modules/linux/*.so
+usr/lib/xorg/modules/freebsd/*.so
 usr/lib/xorg/modules/multimedia/*.so
 usr/bin/Xorg
 usr/share/man/man1/Xserver.1
only in patch2:
unchanged:
--- xorg-server-1.1.1.orig/debian/patches/20_kbsd.patch
+++ xorg-server-1.1.1/debian/patches/20_kbsd.patch
@@ -0,0 +1,126 @@
+Index: xorg-server-1.1.1/configure.ac
+===
+--- xorg-server-1.1.1.orig/configure.ac2006-09-22 09:16:33.065267000 
+0200
 xorg-server-1.1.1/configure.ac 2006-09-22 09:17:08.0 +0200
+@@ -246,7 +246,10 @@
+ dnl it would be nice to autodetect these *CONS_SUPPORTs
+ case $host_os in
+   *freebsd*)
+-  AC_DEFINE(CSRG_BASED, 1, [System is BSD-like])
++  case $host_os in
++  kfreebsd*-gnu) ;;
++  *) AC_DEFINE(CSRG_BASED, 1, [System is BSD-like]) ;;
++  esac
+   AC_DEFINE(PCCONS_SUPPORT, 1, [System has PC console])
+   AC_DEFINE(PCVT_SUPPORT, 1, [System has PCVT console])
+   AC_DEFINE(SYSCONS_SUPPORT, 1, [System has syscons console])
+@@ -1080,7 +1083,7 @@
+   ;;
+   esac
+   ;;
+-freebsd*)
++freebsd* | kfreebsd*-gnu)
+   XORG_OS="freebsd"
+   XORG_OS_SUBDIR="bsd"
+   XORG_OS_KBD="BSD"
+@@ -1179,7 +1182,7 @@
+   ;;
+ powerpc*)
+   case $host_os in
+-linux*|freebsd*|netbsd*|openbsd*)
++linux*|freebsd*|netbsd*|openbsd*|kfreebsd*-gnu)
+   ;;
+ *)
+   xorg_bus_ppcpci="yes"
+@@ -1192,7 +1195,7 @@
+   ;;
+ x86_64*|amd64*)
+   case $host_os in
+-freebsd*)
++freebsd*|kfreebsd*-gnu)
+   # FreeBSD uses the system pci interface
+   ;;
+ *)
+@@ -1437,7 +1440,11 @@
+ 
+ AC_CHECK_HEADERS([sys/vm86.h sys/io.h])
+ if test "$ac_cv_header_sys_vm86_h" = yes; then
+-AC_DEFINE(KDRIVEVESA, 1, [Build VESA-based kdrive servers])
++  case $host_os in
++  kfreebsd*-gnu)  kdrivevesa=no ;;
++  *)  AC_DEFINE(KDRIVEVESA, 1, [Build VESA-based kdrive 
servers])
++  kdrivevesa=yes;;
++  esac
+ fi
+ 
+ AC_CHECK_HEADERS([linux/fb.h])
+@@ -1477,7 +1484,7 @@
+ AC_SUBST(KDRIVE_LIBS)
+ AM_CONDITIONAL(TSLIB, false)
+ AM_CONDITIONAL(H3600_TS, false)
+-AM_CONDITIONAL(KDRIVEVESA, [test x"$ac_cv_header_sys_vm86_h" = xyes])
++AM_CONDITIONAL(KDRIVEVESA, [test x"$kdrivevesa" = xyes])
+ AM_CONDITIONAL(KDRIVEFBDEV, [test x"$ac_cv_header_linux_fb_h" = xyes])
+ #AM_CONDITIONAL(KDRIVEVESA, false)
+ #AM_CONDITIONAL(KDRIVEFBDEV, false)
+@@ -1532,7 +1539,7 @@
+   cygwin*) ;;
+   solaris*) ;;
+ darwin*) ;;
+-  *bsd*) ;;
++  freebsd*|netbsd*|openbsd*) ;;
+   *) 
+   AC_DEFINE(_POSIX_SOURCE, 1, [POSIX-compliant source])
+   AC_DEFINE(_XOPEN_SOURCE, 500, [X/Open-compliant source])
+Index: xorg-server-1.1.1/hw/xfree86/os-support/bus/Pci.h
+===
+--- xorg-server-1.1.1.orig/hw/xfree86/os-support/bus/Pci.h 2006-09-22 
09:16:33.106722000 +0200
 xorg-server-1.1.1/hw/xfree86/os-support/bus/Pci.h  2006-09-22 
09:17:08.0 +0200
+@@ -332,7 +332,7 @@
+ #  define ARCH_PCI_PCI_BRIDGE sparcPciPciBridge
+ # endif
+ #elif defined(__amd64__) || defined(__amd64)
+-# if defined(__FreeBSD__)
++# if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+ #  define ARCH_PCI_INIT freebsdPciInit
+ # else
+ #  define ARCH_PCI_INIT ix86PciInit
+Index: xorg-server-1.1.1/GL/glx/indirect_dispatch_swap.c
+===
+--- xorg-server-1.1.1.orig/GL/glx/indirect_dispatch_swap.c 2006-09-22 
09:16:33.182567000 +0200
 xorg-server-1.1.1/GL/glx/indirect_dispatch_swap.c  2006-09-22 
09:17:08.0 +

Bug#388726: RFP: libnagios-parser-perl -- Nagios configuration parser

2006-09-22 Thread Thierry Randrianiriana
Package: wnpp
Severity: wishlist

* Package name: libnagios-parser-perl
  Version : 0.10
  Upstream Author : Albert P Tobey <[EMAIL PROTECTED]>
* URL or Web page : http://search.cpan.org/~tobeya/Nagios-Object-0.10/
* License : GPL
  Description : Nagios configuration parser

Nagios::Object is a group of modules for parsing a Nagios configuration and
representing it as objects in perl.  Inheriting from templates is supported,
encoraged, and kept intact within the perl representation(s).
This is still a very early release, so not all of the methods you'll need
are implemented yet.  Coming soon to a CPAN mirror near you.  Send me your
ideas and it may happen sooner.


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



Bug#335246: Django packaging

2006-09-22 Thread Matthias Urlichs
Hi,

Raphael Hertzog:
> I added recommends of python-psycopg,
> python-sqlite and python-mysqldb.

I'd use Suggests: for the postgres and mysql modules.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]


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



Bug#388646: cpad-kernel-source: purging the package fails (debconf unavailable)

2006-09-22 Thread Ron

Hi Bill,

That's fixed in cvs right now, but cvs needs a little more work to get
it happy with Life in Today's World.  The kernel has moved about a bit
since I last hacked on this.  Are you actually using it, or just qa
checking?  Either way, I'll try to find time to kick it into shape for
an upload over the weekend.

Cheers!
Ron

On Thu, Sep 21, 2006 at 08:01:06PM +0200, Bill Allombert wrote:
> Package: cpad-kernel-source
> Version: 0.9-10
> Severity: serious
> 
> Hello Ron,
> 
> There is an error when attempting to purge cpad-kernel-source:
> 
>   Removing cpad-kernel-source ...
>   Purging configuration files for cpad-kernel-source ...
>   /var/lib/dpkg/info/cpad-kernel-source.postrm: line 20: 
> /usr/share/debconf/confmodule: No such file or directory
>   dpkg: error processing cpad-kernel-source (--purge):
>subprocess post-removal script returned error exit status 1
> 
> The postrm cannot assume debconf will be available when purging.
> 
> See Policy 7.2:
>   Note, however, that the `postrm' cannot rely on any non-essential packages 
> to
>   be present during the `purge' phase.
> 
> Cheers,
> -- 
> Bill. <[EMAIL PROTECTED]>
> 
> Imagine a large red swirl here. 
> 


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



Bug#388608: logrotate: Creation of files has race condition that could allow unintended file access

2006-09-22 Thread Paul Martin
On Thu, Sep 21, 2006 at 09:14:42PM +0200, Florian Zumbiehl wrote:

> In particular, one question that still would be needed to be answered
> is whether the current umask should have any effect on the permissions
> of created files, as it currently does (partially).

The created file in this instance is a compressed version of the 
original file, with the same permissions and ownership.

A patch would be most welcome.

-- 
Paul Martin <[EMAIL PROTECTED]>


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



Bug#388725: dazuko-source: module-assistant need dh_clean to build dazuko binary package

2006-09-22 Thread Jorge Maroto
Package: dazuko-source
Version: 2.2.0-1
Severity: important

If try build dazuko with module-assistant in debian 3.1 stable, the
build fails because don't
find the command dh_clean.

Maybe dazuko-source package should depends on debhelper package.

Patch is attached for solve this bug.

-- 
Jorge Maroto <[EMAIL PROTECTED]>
10c10
< Depends: module-assistant
---
> Depends: module-assistant, debhelper (>= 4.0.0)


Bug#388689: tr: fails to replace umlauts

2006-09-22 Thread martin f krafft
retitle 388689 tr: character classes don't include locale-specific characters
tags 388689 upstream
clone 388689 -1
reassign -1 sed
retitle -1 sed: character classes don't include locale-specific characters
thanks

also sprach Bob Proulx <[EMAIL PROTECTED]> [2006.09.22.0720 +0200]:
> > piper:~> echo Ü | xxd -ps
> > c39c0a
> > piper:~> echo Ü | LC_CTYPE=de_CH.UTF-8 sed -e 'y/[:upper:]/[:lower:]/' | 
> > xxd -ps
> > c39c0a
> 
> I don't believe the character classes are expanded within sed's
> transliterate command.  You would need to specify them explicitly.
> That would be suitable for a wishlist upstream for sed, not coreutils.

Argh. I mean to file a bug against tr:

  $ echo Ü | LC_CTYPE=de_CH.UTF-8 tr '[:upper:]' '[:lower:]' | xxd -ps
  c39c0a

Sorry. I'll clone.

> Some vendors have hacked in patches to make the utilities
> multibyte aware but none of those patches have been considered
> clean enough to incorporate into the upstream source yet.
> Debian's maintainer has stated that he does not want to diverge
> from upstream this radically. The patches are very messy.  The
> best course of action would be to get this resolved upstream with
> the functionally properly integrated.

I agree with the maintainer's decision. I don't think I'll step in
to work with upstream because I've not enjoyed my previous attempts
to get stuff fixed in coreutils.

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


signature.asc
Description: Digital signature (GPG/PGP)


Bug#388685: a2ps on compressed files confuses gv's DSC parser

2006-09-22 Thread Bernhard R. Link
* Marc Horowitz <[EMAIL PROTECTED]> [060922 01:56]:
> Now, run gv on each of these files.  uu2.ps is a control.  It should
> work just fine, showing you pages numbered 1 and 2 in the page list in
> the lower left side.
> 
> "gv uc.ps" shows only the first page.  I don't see any way to show the
> second page at all.  But it is there: if you print the file, or use
> use "gv -nodsc uc.ps", or use ps2pdf to convert it to pdf and view it
> with your favorite pdf viewer, you see both pages.
> 
> "gv cc2.ps" shows both pages, but acts as if the DSC comments are not
> present at all.  PageUp doesn't do anything, and PageDown cycles
> between the first page, the second page, and a blank page.

I've only looked at it in the sarge versions of a2ps and gc, but
they show the symptoms you described and are definitly a bug in
a2ps.

$ grep '^%%\(Page\|BeginDocument\|EndDocument\)' uc.ps
%%Pages: 2
%%PageOrder: Special
%%Page: (1) 1
%%BeginDocument: c.txt.gz
%%Pages: 1
%%PageOrder: Ascend
%%Page: (1) 1
%%EndDocument

The document says it has two Pages, but only lists a single one.
The second page is hidden in a document after the showpage of the
first page.

Fixing this one via:
--- uc.ps   2006-09-22 10:30:05.599386080 +0200
+++ ucfixed.ps  2006-09-22 10:33:26.115902936 +0200
@@ -770,6 +770,7 @@
 end % of iso1dict
 pagesave restore
 showpage
+%%Page (2) 2
 BeginInclude
 %%BeginDocument: c.txt.gz
 %!PS-Adobe-3.0

causes gv to show pages as one would guess them, so this definitly
looks like a a2ps book. (At least using sarge, but I'd be suprised
to have it so much reversed in sid.)

Hochachtungsvoll,
Bernhard R. Link


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



Bug#379413: remove libpthread from the archive?

2006-09-22 Thread Daniel Baumann
Steve Langasek wrote:
>> If the maintainer hasn't responded in a week or two, this bug could be
>> reassigned to ftp.debian.org and turned into a removal request.
> 
> Dropping pth as a whole would break a number of packages that depend on the
> traditional libpth interface.

Just wait.. I'll upload this evening..

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#388729: udev + libnss_ldap slowing down booting (15 minutes!)

2006-09-22 Thread Alexander Vlasov
Package: udev
Version: 0.100-1

I have libnss_ldap and udev on testing. After upgrading udev to recent
version and reboot ing bootup process took about 15 minutes for
following reason:

udev on start tried to resolve some groups like 'scanner', 'nvram',
'tss' which doesn't exist. Because of /etc/nsswitch.conf containing
following lines:
passwd: compat ldap
group:  compat ldap
shadow: compat ldap
libnss_ldap lookup occured. But network wasn't brought up at that time!
LDAP lookup failed, and libnss_ldap retried four times with increasing
timeouts.
Each failed lookup took about 2 mins. (64+32+16+8+4+2 seconds). For 7 or
8 failed lookups it took about 15 minutes.

-- 
Alexander Vlasov
ZULU-UANIC
JID: zulu  jabber.kiev.ua



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



Bug#388412: ITP: libonig -- Oniguruma regular expressions library

2006-09-22 Thread Max Kellermann
On 2006/09/22 10:27, Ricardo Mones <[EMAIL PROTECTED]> wrote:
>   This is being used also in the new version of Sylpheed I maintain. Have you
> an expected timeframe to have this packaged? Feel free to contact me if you
> need help or just a sponsor for this one :-)

Thanks, but it has already been uploaded 2 days ago, it should appear
on FTP real soon.

Max



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



Bug#388730: ITP: libnetfilter-log -- Netfilter netlink-log library

2006-09-22 Thread Max Kellermann
Package: wnpp
Severity: wishlist
Owner: Max Kellermann <[EMAIL PROTECTED]>

* Package name: libnetfilter-log
  Version : 0.0.13-1
  Upstream Author : Harald Welte <[EMAIL PROTECTED]>
* URL : http://www.netfilter.org/projects/libnetfilter_log/
* License : GPL
  Description : Netfilter netlink-log library

libnetfilter_log is a userspace library providing interface to packets
that have been logged by the kernel packet filter. It is is part of a
system that deprecates the old syslog/dmesg based packet logging.


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



Bug#388731: ITP: libnetfilter-queue -- Netfilter netlink-queue library

2006-09-22 Thread Max Kellermann
Package: wnpp
Severity: wishlist
Owner: Max Kellermann <[EMAIL PROTECTED]>

* Package name: libnetfilter-queue
  Version : 0.0.12-1
  Upstream Author : Harald Welte <[EMAIL PROTECTED]>
* URL : http://www.netfilter.org/projects/libnetfilter_queue/
* License : GPL
  Description : Netfilter netlink-queue library

libnetfilter_queue is a userspace library providing an API to packets
that have been queued by the kernel packet filter. It is is part of a
system that deprecates the old ip_queue / libipq mechanism.


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



Bug#388729: udev + libnss_ldap slowing down booting (15 minutes!)

2006-09-22 Thread Marco d'Itri
reassign 388729 libnss-ldap
close 388729

On Sep 22, Alexander Vlasov <[EMAIL PROTECTED]> wrote:

> I have libnss_ldap and udev on testing. After upgrading udev to recent
> version and reboot ing bootup process took about 15 minutes for
> following reason:
Blame libnss_ldap. Duplicate.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#358575: Bug #358575: mailman deletes all ucf-managed files on purge

2006-09-22 Thread Lionel Elie Mamane
On Wed, Sep 20, 2006 at 03:45:58PM +0200, Lionel Elie Mamane wrote:

> People running mailman on sarge on i386 are recommended to recompile
> the package or install the future security update 2.1.5-8sarge3.

I meant "the future security update 2.1.5-8sarge5".

-- 
Lionel


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



Bug#388732: pnmremap: Documentation error: ppm vs. pnm

2006-09-22 Thread Bas Wijnen
Package: netpbm
Version: 10.0-10.1
Severity: Minor

The manual page of pnmremap shows as an example:

ppmcolormap testimg.ppm 256 >colormap.ppm
ppmremap -map=colormap.ppm testimg.ppm
>reduced_testimg.ppm

However, the programs are called pnmcolormap and pnmremap.

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://129.125.47.90/e-mail.html


signature.asc
Description: Digital signature


Bug#363236: xprint restored, but not improved

2006-09-22 Thread Jan Willem Stumpel
Package: xprint
Version: 1:1.1.99.3+git20060910-2
Followup-For: Bug #363236


Xorg 7.1 has appeared in unstable, and now xprint works again, in the sense
that it no longer crashes Mozilla and Firefox.

But the font selection is still just as bad as before; i.e. you need 
both the removal of Xprint's own fonts, and some tweaking of
userContent.css, otherwise you do not get acceptable prints.

And whatever I do, Mozilla and Firefox still cannot print MathML on Linux
correctly. Strange, because MathML printing is supposed to be one of 
the 'selling points' of xprint.

Regards, Jan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages xprint depends on:
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libx11-62:1.0.0-9X11 client-side library
ii  libxau6 1:1.0.1-2X11 authorisation library
ii  libxdmcp6   1:1.0.1-2X11 Display Manager Control Protoc
ii  libxfont1   1:1.2.2-1X11 font rasterisation library
ii  xprint-common   1:1.1.99.3+git20060910-2 Xprint - the X11 print system (con
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages xprint recommends:
pn  xprint-utils   (no description available)

-- debconf-show failed


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



Bug#388549: Please pull avahi-daemon with a GNOME desktop installation (for Rhythmbox)

2006-09-22 Thread Ross Burton
On Fri, 2006-09-22 at 00:53 +0200, Sjoerd Simons wrote:
> On Thu, Sep 21, 2006 at 01:50:23PM -0400, Joey Hess wrote:
> > Ross, since you maintain it, I'd appreciate any thoughts you have about
> > whether avahi should be included in the default desktop install. IMHO,
> > you should have veto power over putting it in; conversely if you think
> > it's a good idea that will count for something in my decision.
> 
> While Ross is still listed as the maintainer, in practise the package is
> maintained by Sebastian Droege and myself. Guess we should change the
> maintainer failed someday :)

That's probably a good idea. :)

> I really would like to see avahi in the default (gnome?, kde?,.. ) desktop
> install. All parts of zeroconf should really be what the name implies, no 
> extra
> configurations needed. Having things like music sharing (when turned on in
> rhythmbox),  the autodetection of local websites in epiphany or the
> autodetection of local ftp/sftp/dav-shares in nautilus just work is imho an
> important part of the polish that we as a distribution can provide to the 
> gnome
> desktop. I don't know how well it's integrated in the other desktops, so i
> guess that should be on a case-by-case basis.
> 
> If avahi is install by default though, libnss-mdns should probably be in too.
> Although that package needs some work (ensuring automatic setup of nsswitch..)
> and the maintainer seems MIA :(. I've been planning to do some work on the
> package, but didn't have the time yet..

For what it's worth, I agree.  Both libnss-mdns should be installed and
enabled by default.  If people object to the open socket, then installed
but not enabled by default would be sufficient.  The core avahi-daemon
isn't large (~500K installed) so this isn't a big deal.

Note that Ubuntu Edgy (AFAIK) does not install Avahi by default, and
even if you install it, it defaults to not running.  This is due to
their "no open ports" policy I presume.  However if I was in their
situation I'd have installed but not enabled it by default, as they are
putting unneeded barriers to working mDNS.

Ross
-- 
Ross Burton mail: [EMAIL PROTECTED]
  jabber: [EMAIL PROTECTED]
 www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



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


Bug#387100: Please remove -H

2006-09-22 Thread Eugen Dedu

Eduard Bloch wrote:

#include 
* Eugen Dedu [Thu, Sep 21 2006, 06:00:13PM]:

Eduard Bloch wrote:

#include 
* Eugen Dedu [Thu, Sep 21 2006, 01:01:47PM]:

Hi,

Also, I think it is better to have only one executable instead of two: 
cdda2ogg and cdda2mp3, the other being a simbolic link.  There are only 
3 or 4 lines different, I can send you a patch if you agree.

Patch is welcome and consolidation makes sense. I even though about
doing that myself but was too lazy ATM.
Here is cdda2ogg.  cdda2mp3 should be a link to cdda2ogg.  Do you agree 
with the patch?


Almost. I needed to apply stuff manually because you have not attached
it but apparently pasted into a stupid editor which screwed up the
formating. And it was not based on the current SVN. And it was not
fail-save WRT wrong/missing/uppercased suffix. I rewrote most of it.


Very well.

A few questions (the last ones :o)):

1. Why do you put for example MPEG3 or Mp3 in the 'case' instruction? 
If the user modifies the name, the script would not function anyway (or 
should it function only if the name changes in cdda2Mp3, but not when 
the name changes in cdda2mympeg3?!)  The user is not intented to modify 
the name.  I propose to use only ogg and mp3.  If you agree, I think it 
is better also to replace -c6- by -c6-9 during suffix initialisation.


2. Does MP_CODER really need to be exported?

3. The line
TRACK=`echo $(($TRACK+1))`
is not necessary.

Regards,
--
Eugen


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



Bug#388736: libvtk5-dev: /usr/lib/vtk-5.0/vtkCommonKit.cmake contains wrong elements

2006-09-22 Thread Thomas Weber
Package: libvtk5-dev
Version: 5.0.1-1
Severity: important
Tags: patch

The file /usr/lib/vtk-5.0/vtkCommonKit.cmake contains the setting of
VTK_COMMON_CLASSES; the last elements of this list look like 
  "/debian/stage/vtk-5.0.1/Build/Common/vtkTypeInt8Array"
instead of 
  "vtkTypeInt8Array",

which leads to errors like described in [1] (this also shows that this is an
upstream problem, so if you approve my patch, you might want to forward it). 

The patch takes the filename without extension and without path (the former code
stripped only the extension).

Severity set to 'important', because I can't build Octaviz with this bug.

[1] http://sourceforge.net/forum/forum.php?thread_id=1546921&forum_id=348515

Thanks
  Thomas



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (700, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages libvtk5-dev depends on:
ii  libc6-dev 2.3.6.ds1-4GNU C Library: Development Librari
ii  libgl1-mesa-dev [ 6.5.0.cvs.20060524-1.1 A free implementation of the OpenG
ii  libglu1-mesa-dev  6.5.0.cvs.20060524-1.1 The OpenGL utility library -- deve
ii  libvtk5   5.0.1-1Visualization Toolkit - A high lev
ii  libx11-dev2:1.0.0-9  X11 client-side library (developme
ii  libxt-dev 1:1.0.2-2  X11 toolkit intrinsics library (de
ii  x-dev 7.0.7-2dummy package for transition purpo
ii  xlibmesa-gl-dev   1:7.1.0-1  transitional package for Debian et

libvtk5-dev recommends no packages.

-- no debconf information
diff -rN -u old-VTK-1/CMake/vtkExportKit.cmake new-VTK/CMake/vtkExportKit.cmake
--- old-VTK-1/CMake/vtkExportKit.cmake  2006-09-22 09:33:56.075166293 +
+++ new-VTK/CMake/vtkExportKit.cmake2006-09-22 09:33:56.836005948 +
@@ -4,7 +4,7 @@
   SET(KIT_ABSTRACT_LIST)
   SET(KIT_EXCLUDE_LIST)
   FOREACH(src ${sources})
-STRING(REGEX REPLACE "\\.cxx$" "" CLASS "${src}")
+GET_FILENAME_COMPONENT(CLASS "${src}" NAME_WE)
 SET(KIT_CLASS_LIST "${KIT_CLASS_LIST}\n  \"${CLASS}\"")
 GET_SOURCE_FILE_PROPERTY(IS_ABSTRACT ${src} ABSTRACT)
 IF(IS_ABSTRACT MATCHES "^1$")



Bug#388733: libsvn-dev: missing /usr/lib/libsvn_ra_local-1.la

2006-09-22 Thread Andrew Schulman
Package: libsvn-dev
Version: 1.4.0-2
Severity: normal

/usr/lib/libsvn_ra_local-1.la is present in libsvn0-dev, but not in
libsvn-dev.  

I don't actually know if this is a bug in libsvn-dev, but I'm guessing
that it is, for the following reason:  At the moment I'm trying to
build anjuta 2.0.2. configure sees that libsvn-dev is present and so
wants to built the subversion plugin, but the build then fails because
that file is missing.

Thanks,
Andrew.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libsvn-dev depends on:
ii  libapr0-dev2.0.55-4.2development headers for libapr
ii  libneon25-dev  0.25.5.dfsg-6 Header and static library files fo
ii  libsvn01.4.0-2   Shared libraries used by Subversio

libsvn-dev recommends no packages.

-- no debconf information


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



Bug#388503: [pkg-ntp-maintainers] Bug#388503: print "ntpq -c peers" in status

2006-09-22 Thread Christian Hammers
Hi

On 2006-09-22 Peter Eisentraut wrote:
> Am Mittwoch, 20. September 2006 21:59 schrieb Christian Hammers:
> > The only thing that one normally does with a running ntpd is to query
> > if all peers are reachable so it would be quite handy if the
> > "/etc/init.d/ntp status" command would tell that in addition to the
> > plain "NTP server is running".
> 
> I'm unsure about this.  On its face, it sounds like a good idea.  But I don't 
> know what sort of dependencies this introduces into running "/etc/init.d/ntp 
> status" (network, resolver, access control, firewall?).  It's not 
> like "ntpq -c peers" is so hard to type, is it?

Not hard to type but hard to figure out as ntpq has no manpage (in sarge)
and "help" lists a lot of commands from which none is immediately visible
as "print me the current status"..

bye,

-christian-


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



Bug#388557: confirmed

2006-09-22 Thread Mirco Bauer
tags 388557 + confirmed
thanks

This is a bug caused by dh_clideps from the cli-common package, only
Mono is currently effected because the new version of cli-common wasn't
released yet.

A fix is in the way...

After a short discussion on #debian-devel Steve agreed that a dependency
on libc6 | libc6.1 is an acceptable solution for this case.

The call to the library is architecture independent, which is not done
using ld but dlopen within Mono which also handles the marshalling of
the data between managed and unmanaged code.

-- 
Regards,

Mirco 'meebey' Bauer

PGP-Key:
http://keyserver.noreply.org/pks/lookup?op=get&search=0xEEF946C8

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT d s-:+ a-- C++ UL$ P L++$>+++$ E- W+++$ N o? K- w++>! O M-
V? PS
PE+ Y- PGP++ t 5+ X++ R tv+ b+ DI? D+ G>++ e h! r->++ y?
--END GEEK CODE BLOCK--


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


Bug#388650: ITA: discus -- Pretty version of df(1) command

2006-09-22 Thread Sandro Tosi

retitle 388650 ITA: discus -- Pretty version of df(1) command
assign 388650 !
thanks

I'm going to adopt this package.

Sandro

--
Sandro Tosi (aka Morpheus, matrixhasu)
My (little) site: http://matrixhasu.altervista.org/


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



Bug#388734: xfonts: after a dist-upgrade, the font system is broken, fonts display erraticly

2006-09-22 Thread David Delbecq
Package: xfonts
Severity: grave
Justification: renders package unusable

After a dist-upgrade, font rendering is borked in xorg. Sorry if it's 
not the good package, i have no idea what package this is related to. It 
breaks display of gnome application, kde application, firefox, 
thunderbird. IT seems java based applications are not affected, but 
unsure. 

The symptom are
Kde: fonts are not displayed at all, every menu entry is blank. However 
the shadow of fonts, where appliable, are displayed
gnome: fonts are partially displayed, they need various refreshing way 
to get them to display correctly
firefox: need to highlight the text to get it displayed. (A way like 
another to refresh it)
thunderbird: only the first 4 visible email entries are displayed, i 
have to scroll to go thru other mails.

xterm seems to display correctly (i using it to send this bug report)

I didn't touch the font, i just did a dist-upgrade and everything was 
broken

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=fr_BE, LC_CTYPE=fr_BE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
fr_BE)


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



Bug#388735: qemu-system-ppc is useless, please provide a way to make it useful

2006-09-22 Thread Eddy Petrișor
Package: qemu
Version: 0.8.1-1
Severity: important

Hello,

I was trying to start the ppc system emulator and found that the video.x
file was removed from the package since it was a binary blob only. I
understand that decision, but that makes the qemu-system-ppc useless,
since the user is not guided in any way on the path to make the
emulation work.

Please provide a set of debconf questions that would allow the user to
download himself the video.x file, which is needed for ppc system
emulation.

An idea would be to create a non-free package which does the actual
download, stripping and all (if the file is distributable, of course),
and add that package as a suggests to qemu.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)

Versions of packages qemu depends on:
ii  bochsbios2.2.6-2 BIOS for the Bochs emulator
ii  libasound2   1.0.12-1ALSA library
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libsdl1.2debian  1.2.11-3Simple DirectMedia Layer
ii  openhackware 0.4.1-2 OpenFirmware emulator for PowerPC
ii  proll18-2JavaStation PROM 2.x compatible re
ii  vgabios  0.6a-1  VGA BIOS software for the Bochs an
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages qemu recommends:
ii  debootstrap   0.3.3  Bootstrap a basic Debian system
ii  sharutils 1:4.2.1-15 shar, unshar, uuencode, uudecode

-- no debconf information

--
This message was scanned for viruses by BitDefender for Linux Mail Servers.
For more information please visit http://www.bitdefender.com/



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



Bug#388330: splashy: Suport for INTL (transations)

2006-09-22 Thread Luis

to clarify:

you want messages printed by Splashy to be translated if they come
from the console, or if they are generated by Splashy itself (say
error/warning messages?).

the errors and warnings we can accommodate, but we can't translate the
stuff that gets displayed when the app goes in verbose mode and it
reads from your console files.

just making sure

now, the actual implementation of it should be done in template files,
as you suggest here.

On 9/19/06, Luis Matos <[EMAIL PROTECTED]> wrote:

Package: splashy
Severity: wishlist
Tags: l10n

Please add a template file for translating the messages displayed by
splashy.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-amd64-k8
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)






--
)(-
Luis Mondesi
*NIX Guru

Kiskeyix.org

"We think basically you watch television to turn your brain off, and
you work on your computer when you want to turn your brain on" --
Steve Jobs in an interview for MacWorld Magazine 2004-Feb

No .doc: http://www.gnu.org/philosophy/no-word-attachments.es.html


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



Bug#388741: Font problem with Gdtclft (graphviz 2.8)

2006-09-22 Thread Raoul Borenius
Package: graphviz
Version: 2.2.1-1sarge1
Severity: normal


 Gdtclft does not works with proportional fonts correctly.

  One of our customers is using gdtclft to create png-graphics with
  his CGI-scripts written in TCL. The output of fonts in the graphics
  is not correct. In the first example the word 'Barometer' shows up
  like 'B arom eter' in the generated png:

http://www.huecker.com/cgi-bin/graph.cgi

  A correct version looks like this:

http://www.huecker.com/misc/img/graph/graph_s.png

  Another example of broken fonts where the last two lines are
  too wide and most fonts look ugly:

http://www.huecker.com/cgi-bin/fonts.cgi

  compared to the correct version where the lines fit and the
  fonts are better looking:

http://www.huecker.com/misc/img/graph/fonts_s.png
  
  The correct versions where created by the same CGI but on SuSE-Linux 7.1
  with tclsh 8.4 and gdtclft 2.2. I'm filing this bug-report on behalf one
  of our custumers who uses the SuSE-Box as his home-machine.

  He has contaced the author of Graphviz/Gdtclft, Jon Ellson, who
  suggested to file this bug-report. He supplied the following patch
  which I used against graphviz-2.2.1-1sarge1 and graphviz-2.8-2.2
  but it did not help to improve the situation:

  Quote 

At 13:24 24.05.06, you ( John Ellson <[EMAIL PROTECTED]> ) wrote:

I found that gdtclft wasn't using fontconfig, which could possibly be the
cause of the strange text problem.  If you can build from source, try
applying the attached patch.

John


Index: gdtclft.c
===
RCS file: /home/cvsroot/graphviz2/tclpkg/gdtclft/gdtclft.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gdtclft.c 21 May 2006 17:47:43 - 1.10
+++ gdtclft.c 24 May 2006 00:19:33 - 1.11
@@ -1,4 +1,4 @@
-/* $Id: gdtclft.c,v 1.10 2006/05/21 17:47:43 ellson Exp $ $Revision:
1.10 $ */
+/* $Id: gdtclft.c,v 1.11 2006/05/24 00:19:33 ellson Exp $ $Revision:
1.11 $ */
  /* vim:set shiftwidth=4 ts=8: */

  /**
@@ -1332,6 +1332,7 @@
  str = Tcl_GetStringFromObj(objv[9], &len);
  fontname = Tcl_GetString(objv[4]);

+gdFTUseFontConfig(1);
  error =
   gdImageStringFT(im, brect, color, fontname, ptsize, angle, x, y, str);

--

At 18:58 24.05.06, you ( John Ellson <[EMAIL PROTECTED]> ) wrote:

I recommend that you submit a Debian bug report so that the Debian
maintainer can try to recreate the problem. We work together fairly
closely, so once he has the problem I'll help
him to identify a fix.

John 

 ---


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages graphviz depends on:
ii  libc6  2.3.2.ds1-22sarge4GNU C Library: Shared libraries an
ii  libexpat1  1.95.8-3  XML parsing C library - runtime li
ii  libfontconfig1 2.3.1-2   generic font configuration library
ii  libfreetype6   2.1.7-6   FreeType 2 font engine, shared lib
ii  libice64.3.0.dfsg.1-14sarge1 Inter-Client Exchange library
hi  libjpeg62  6b-10 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.8rel-1PNG library - runtime
ii  libsm6 4.3.0.dfsg.1-14sarge1 X Window System Session Management
ii  libx11-6   4.3.0.dfsg.1-14sarge1 X Window System protocol client li
ii  libxaw74.3.0.dfsg.1-14sarge1 X Athena widget set library
ii  libxext6   4.3.0.dfsg.1-14sarge1 X Window System miscellaneous exte
ii  libxmu64.3.0.dfsg.1-14sarge1 X Window System miscellaneous util
ii  libxpm44.3.0.dfsg.1-14sarge1 X pixmap library
ii  libxt6 4.3.0.dfsg.1-14sarge1 X Toolkit Intrinsics
ii  tcl8.4 8.4.9-1   Tcl (the Tool Command Language) v8
ii  tk8.4  8.4.9-1   Tk toolkit for Tcl and X11, v8.4 -
ii  xlibs  4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information


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



Bug#388737: xserver-xorg-video-ati: TV-in black screen on Theatre 200 / radeon 8500

2006-09-22 Thread David Liontooth
Package: xserver-xorg-video-ati
Version: 1:6.6.2-2
Severity: normal


xawtv clearly takes control of the tuner and everything appears to be working 
behind the scenes, but the screen remains black.

Details:

The GATOS site http://gatos.sourceforge.net/supported_cards.php says,

All-in-Wonder Radeon 8500DV (Radeon200) -- Should work fine with 4.2.0 or later 
drivers. XvImage (YUV->RGB overlay and scaling) should 
work fine. TV-in works in NTSC. Video capture should work.

dmesg says,

Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected AGP bridge 0
agpgart: Setting up Nforce3 AGP.
agpgart: AGP aperture is 64M @ 0xf000
agpgart: Found an AGP 2.0 compliant device at :00:00.0.

[drm] Initialized radeon 1.24.0 20060225 on minor 0

# grep multimedia Xorg.0.log says (let me know if you want more detail),

(II) RADEON(0): I2C bus "Radeon multimedia bus" initialized.
(II) Loading /usr/lib/xorg/modules/multimedia/fi1236_drv.so
(II) RADEON(0): I2C device "Radeon multimedia bus:FI12xx Tuner" registered at 
address 0xC6.
(II) Loading /usr/lib/xorg/modules/multimedia/tda9885_drv.so
(II) RADEON(0): I2C device "Radeon multimedia bus:TDA9885 Alignment-free 
IF-PLL" registered at address 0x86.
(II) Loading /usr/lib/xorg/modules/multimedia/uda1380_drv.so
(II) Loading /usr/lib/xorg/modules/multimedia/msp3430_drv.so
(II) RADEON(0): I2C device "Radeon multimedia bus:MSP34xx" registered at 
address 0x80.
(II) Loading /usr/lib/xorg/modules/multimedia/theatre_detect_drv.so
(II) Loading /usr/lib/xorg/modules/multimedia/theatre_drv.so

When I start xawtv with no parameters I get a black screen, but Xorg.0.log 
shows something is working 
(I should mention I have several other working cards in the same box, so I know 
the signal is good). 
Video source Television is not accepted, and 'tuner' flips to 'composite' every 
time I change channel.

(II) RADEON(0): Setting tuner band to 2
(II) RADEON(0): Setting tuner frequency to 3092
(II) RADEON(0): Tuner status 34
(II) RADEON(0): Rage Theatre setting standard 0x
(II) RADEON(0): TDA9885 setparam: B data: d2, C data: 30, E data: 84
(II) RADEON(0): TDA9885 status: after_reset=0 afc_status=0 (-12.5 kHz off) 
fm_carrier=1 vif_level=0 afc_win=1 VCO in
(II) RADEON(0): AFC: FI1236_get_afc_hint: 0
(II) RADEON(0): AFC: TUNER_TUNNED
(II) RADEON(0): Rage Theatre setting standard 0x
(II) RADEON(0): TDA9885 setparam: B data: d2, C data: 30, E data: 84
(II) RADEON(0): TDA9885 status: after_reset=0 afc_status=1 (-37.5 kHz off) 
fm_carrier=1 vif_level=0 afc_win=1 VCO in
(II) RADEON(0): AFC: FI1236_get_afc_hint: 1
(II) RADEON(0): AFC: Setting tuner frequency to 55.2812
(II) RADEON(0): Setting tuner band to 1
(II) RADEON(0): Setting tuner frequency to 885
(II) RADEON(0): Tuner status 7c

I don't see any errors, but there's no picture. This is NTSC with us-cable. I 
have three additional different types of tv grabber 
cards in the same box and they all work fine -- all PCI cards, while the Radeon 
is in the AGP slot.

I don't know enough to give a more useful bugreport -- I just don't see what 
could be going wrong.

Dave



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xserver-xorg-video-ati depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  xserver-xorg-core2:1.1.1-6   X.Org X server -- core server

xserver-xorg-video-ati recommends no packages.

-- no debconf information


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



Bug#338096: patch for zxpdf title display

2006-09-22 Thread Alexander Buerger
Package: xpdf-reader
Version: 3.01-9
Followup-For: Bug #338096


Applying this patch should make zxpdf set the title for xpdf so that one
can see in the windowmanager which file is shown in which window.

===
--- zxpdf   2006-09-22 11:54:53.0 +0200
+++ zxpdf.new   2006-09-22 11:54:30.0 +0200
@@ -13,7 +13,7 @@
 while [ $# -gt 0 ]
 do
 case "$1" in
--z|-g|-geometry|-remote|-rgb|-papercolor|-eucjp|-t1lib|-ps|-paperw|-paperh)
+
-z|-g|-geometry|-remote|-rgb|-papercolor|-eucjp|-t1lib|-ps|-paperw|-paperh|-title)
flags="$flags $1 $2"; shift ;;
 -*) flags="$flags $1" ;;
 *.pdf|*.PDF) file="$1"; shift; pages="$@"; cat=; break ;;
@@ -39,7 +39,7 @@
 fi
 
 if [ "$tmp" == "" ]; then
-exec xpdf $flags
+exec xpdf -title "zxpdf: $file" $flags
 else
-exec xpdf $flags "$tmp" $pages
+exec xpdf -title "zxpdf: $file" $flags "$tmp" $pages
 fi
===

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-k7
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_DE)

Versions of packages xpdf depends on:
ii  xpdf-common   3.01-9 Portable Document Format (PDF) sui
ii  xpdf-reader   3.01-9 Portable Document Format (PDF) sui
ii  xpdf-utils3.01-9 Portable Document Format (PDF) sui

xpdf recommends no packages.

Versions of packages xpdf-reader depends on:
ii  gsfonts   8.14+v8.11+urw-0.2 Fonts for the Ghostscript interpre
ii  lesstif2  1:0.94.4-2 OSF/Motif 2.1 implementation relea
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-13 GCC support library
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libpaper1 1.1.20 Library for handling paper charact
ii  libsm61:1.0.1-2  X11 Session Management library
ii  libstdc++64.1.1-13   The GNU Standard C++ Library v3
ii  libt1-5   5.1.0-2Type 1 font rasterizer library - r
ii  libx11-6  2:1.0.0-9  X11 client-side library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxp61:1.0.0.xsf1-1 X Printing Extension (Xprint) clie
ii  libxpm4   1:3.5.5-2  X11 pixmap library
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  xpdf-common   3.01-9 Portable Document Format (PDF) sui
ii  zlib1g1:1.2.3-13 compression library - runtime

-- no debconf information


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



Bug#388624: sysv-rc-bootsplash: misbehaviour of the progress bar during the shutdown

2006-09-22 Thread Pablo Chinea
The package sysv-rc has been upgraded to version 2.86.ds1-20 in the unstable 
branch and the actual patch doesn't work correctly. Here is the patch for the 
new version of sysv-rc, including the modifications by Varun Hiremath.

  Greetings,

-- 

Pablo Chinea
[EMAIL PROTECTED]
http://www.khertz.net/
*** rc.sysv-rc	2006-09-08 17:38:56.0 +0100
--- rc.bootsplash	2006-09-22 10:21:18.0 +0100
***
*** 12,17 
--- 12,21 
  # Authors:
  # 	Miquel van Smoorenburg <[EMAIL PROTECTED]>
  # 	Bruce Perens <[EMAIL PROTECTED]>
+ # 	Edited for bootsplash by Pablo Chinea <[EMAIL PROTECTED]>, 2006
+ #		Edited by Varun Hiremath <[EMAIL PROTECTED]>, 2006 
+ #	corrected misbehaviour of the progress bar during the shutdown sequence
+ #
  
  PATH=/sbin:/bin:/usr/sbin:/usr/bin
  export PATH
***
*** 39,51 
  # Set onlcr to avoid staircase effect.
  stty onlcr 0>&1
  
! # Decide if usplash progress bar should be activated or not.  Override
! # in /etc/default/rcS if required.
! if type usplash_write >/dev/null 2>&1; then
! SPLASH=true
! else
! SPLASH=false
! fi
  
  # Now find out what the current and what the previous runlevel are.
  
--- 43,58 
  # Set onlcr to avoid staircase effect.
  stty onlcr 0>&1
  
! # source the bootsplash config file
! test -f /etc/default/bootsplash && . /etc/default/bootsplash
! 
! #
! # Update bootsplash stuff. (progress bar, animations...)
! #
! rc_splash() {
! 	export progress
! 	test "$SPLASH" != "no" && /sbin/splash.sh "$1"
! }
  
  # Now find out what the current and what the previous runlevel are.
  
***
*** 62,67 
--- 69,76 
  
  export runlevel previous
  
+ [ S = "$runlevel" ] && rc_splash "splash start"  # let bootsplash know we are ready
+ 
  . /etc/default/rcS
  export VERBOSE
  
***
*** 76,86 
  #
  startup_progress() {
  $@
! if [ "$SPLASH" = true ] ; then
! step=$(($step + $step_change))
! progress=$(($step * $progress_size / $num_steps + $first_step))
! usplash_write "PROGRESS $progress" || true
! fi
  }
  
  #
--- 85,95 
  #
  startup_progress() {
  $@
! 		step=$(($step + $step_change))
! 		progress=$(($step * $progress_size / $num_steps + $first_step))
! 		if type usplash_write >/dev/null 2>&1; then
! 			usplash_write "PROGRESS $progress" || true
! 		fi
  }
  
  #
***
*** 188,193 
--- 197,211 
  	;;
  esac
  
+ #
+ # let bootsplash know if we are shutting down
+ #
+ if [ "$runlevel" = "0" -o "$runlevel" = "6" ]
+ then
+rc_splash "splash start"
+rc_splash "shutdown"
+ fi
+ 
  # Is there an rc directory for this new runlevel?
  if [ -d /etc/rc$runlevel.d ]
  then
***
*** 225,231 
  			;;
  	esac
  
- if [ "$SPLASH" = true ] ; then
  	# Count the number of scripts we need to run (for usplash
  	# progress bar)
  	num_steps=0
--- 243,248 
***
*** 237,244 
  esac
  num_steps=$(($num_steps + 1))
  done
  step=0
- fi
  
  	# First, run the KILL scripts.
  	if [ "$previous" != N ]
--- 254,264 
  esac
  num_steps=$(($num_steps + 1))
  done
+ 		if [ "$runlevel" = "0" -o "$runlevel" = "6" ]
+ 		then
+ 			num_steps=$(($num_steps - 1))   #To make sure the progress bar completes 100%
+ 		fi
  step=0
  
  	# First, run the KILL scripts.
  	if [ "$previous" != N ]
***
*** 277,289 
  SCRIPTS="$SCRIPTS $i"
  			done
  			startup stop $SCRIPTS
  		done
  	fi
  
  	# Now run the START scripts for this runlevel.
  	# Run all scripts with the same level in parallel
  	CURLEVEL=""
- 	step=0
  	for s in /etc/rc$runlevel.d/S*
  	do
  		level=$(echo $s | sed 's/.*\/S\([0-9][0-9]\).*/\1/')
--- 297,309 
  SCRIPTS="$SCRIPTS $i"
  			done
  			startup stop $SCRIPTS
+ 			rc_splash "${i#/etc/rc$runlevel.d/K[0-9][0-9]} stop"  # update bootsplash progress bar
  		done
  	fi
  
  	# Now run the START scripts for this runlevel.
  	# Run all scripts with the same level in parallel
  	CURLEVEL=""
  	for s in /etc/rc$runlevel.d/S*
  	do
  		level=$(echo $s | sed 's/.*\/S\([0-9][0-9]\).*/\1/')
***
*** 316,321 
--- 336,342 
  			SCRIPTS="$SCRIPTS $i"
  		done
  		startup $ACTION $SCRIPTS
+ 		rc_splash "${i#/etc/rc$runlevel.d/S[0-9][0-9]} $ACTION"  # update bootsplash progress bar
  	done
  fi
  
***
*** 327,332 
--- 348,355 
  	[ -d /etc/rc.boot ] && run-parts /etc/rc.boot
  fi
  
+ rc_splash "master"  # stop playing animations
+ 
  trap - EXIT # Disable emergency handler
  
  exit 0


pgpiP3jRdkuIb.pgp
Description: PGP signature


Bug#388593: sysv-rc-bootsplash: Please rework your debconf configuration system

2006-09-22 Thread Pablo Chinea

  Some comments more. In the control file are some mistakes:

  - Depends: sysv-rc (>= 2.86.ds1-15), initramfs-tools, patch, debconf (>= 
0.5) | debconf-2.0, po-debconf
 The new version doesn't depends on initramfs-tools.

  - Recommends: bootsplash (>= 3.0.0)
 The new sysv-rc script DEPENDS on bootsplash (>= 3.2)

  Greetings,

-- 

Pablo Chinea
[EMAIL PROTECTED]
http://www.khertz.net/


pgpOkfRm5BKJT.pgp
Description: PGP signature


Bug#387100: Please remove -H

2006-09-22 Thread Eduard Bloch
#include 
* Eugen Dedu [Fri, Sep 22 2006, 11:43:48AM]:
> Eduard Bloch wrote:
> >#include 
> >* Eugen Dedu [Thu, Sep 21 2006, 06:00:13PM]:
> >>Eduard Bloch wrote:
> >>>#include 
> >>>* Eugen Dedu [Thu, Sep 21 2006, 01:01:47PM]:
> Hi,
> 
> Also, I think it is better to have only one executable instead of two: 
> cdda2ogg and cdda2mp3, the other being a simbolic link.  There are only 
> 3 or 4 lines different, I can send you a patch if you agree.
> >>>Patch is welcome and consolidation makes sense. I even though about
> >>>doing that myself but was too lazy ATM.
> >>Here is cdda2ogg.  cdda2mp3 should be a link to cdda2ogg.  Do you agree 
> >>with the patch?
> >
> >Almost. I needed to apply stuff manually because you have not attached
> >it but apparently pasted into a stupid editor which screwed up the
> >formating. And it was not based on the current SVN. And it was not
> >fail-save WRT wrong/missing/uppercased suffix. I rewrote most of it.
> 
> Very well.
> 
> A few questions (the last ones :o)):
> 
> 1. Why do you put for example MPEG3 or Mp3 in the 'case' instruction? 
> If the user modifies the name, the script would not function anyway (or 
> should it function only if the name changes in cdda2Mp3, but not when 
> the name changes in cdda2mympeg3?!)  The user is not intented to modify 
> the name.  I propose to use only ogg and mp3.  If you agree, I think it 
> is better also to replace -c6- by -c6-9 during suffix initialisation.

Ack. Let's throw the cut away and use the matching of case construct
only.

> 2. Does MP_CODER really need to be exported?

No. Removed.

> 3. The line
> TRACK=`echo $(($TRACK+1))`
> is not necessary.

Indeed. And, btw, toolame is IIRC not an mp3 encoder but mp2.

Thanks,
Eduard.
-- 
 Und mal wieder ein paar Pakete, die sich nicht mal installieren
lassen
 Ich kanns nicht verstehen.
* Alfie . o O ( .. zumindest solange nicht, bis es mir mal passiert ist )


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



Bug#388742: came: Wrong byteorder in output on PPC arch

2006-09-22 Thread Hauke Lampe
Package: came
Version: 1.9-3
Severity: minor


camE seems to use the wrong byte order when printing
the current delay on big-endian systems, although the
delay does work correctly:

camE: Sleeping 2146707136 secs (corrected)

The same output looks good on little-endian i386.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-powerpc
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages came depends on:
ii  giblib1  1.2.4-4 wrapper library for imlib2, and ot
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libcurl3 7.15.5-1Multi-protocol file transfer libra
ii  libimlib21.2.1-2 powerful image loading and renderi

Versions of packages came recommends:
ii  ttf-freefont   20060501cvs-9 Freefont Serif, Sans and Mono True

-- no debconf information


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



Bug#388738: ITP: bongo-el -- buffer-oriented media player for Emacs

2006-09-22 Thread Romain Francoise
Package: wnpp
Severity: wishlist
Owner: Romain Francoise <[EMAIL PROTECTED]>

* Package name: bongo-el
  Version : 20060922 (darcs snapshot)
  Upstream Author : Daniel Brockman <[EMAIL PROTECTED]>
* URL or Web page : http://www.brockman.se/software/bongo/
* License : GNU GPL
  Description : buffer-oriented media player for Emacs

Bongo is a flexible buffer-oriented media player for Emacs.

It supports several player backends such as mpg321, ogg123 or mplayer
and has built-in support for displaying album covers and submitting
songs to Last.fm. It is comparable to EMMS but has a nicer user
interface.

-- 
  ,''`.
 : :' :Romain Francoise <[EMAIL PROTECTED]>
 `. `' http://people.debian.org/~rfrancoise/
   `-


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



Bug#388740: qemu: does not use upstream tarball, please indicate that in the version number

2006-09-22 Thread Eddy Petrișor
Package: qemu
Version: 0.8.1-1
Severity: minor
Tags: patch

Hello,

The Debian version of the qemu orig tarball is not actually he same with
the one in upstream. Please change it to reflect this issue.

The fix is trivial:

$ dch -v 0.8.1.dfsg-1
dch warning: your current directory has been renamed to:
../qemu-0.8.1.dfsg

which will result in a change like this:

diff -ruN qemu-0.8.1.pristine/debian/changelog qemu-0.8.1.dfsg/debian/changelog
--- qemu-0.8.1.pristine/debian/changelog2006-09-22 09:12:19.0 
+
+++ qemu-0.8.1.dfsg/debian/changelog2006-09-22 09:53:10.0 +
@@ -1,3 +1,10 @@
+qemu (0.8.1.dfsg-1) unstable; urgency=low
+
+  * use a dfsg suffix on upstream version since the upstream tarball
+is repackaged
+
+ -- CHANGE_ME <[EMAIL PROTECTED]>  Fri, 22 Sep 2006 09:50:52 +
+
 qemu (0.8.1-1) unstable; urgency=low

   [ Guillem Jover ]



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)

Versions of packages qemu depends on:
ii  bochsbios2.2.6-2 BIOS for the Bochs emulator
ii  libasound2   1.0.12-1ALSA library
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libsdl1.2debian  1.2.11-3Simple DirectMedia Layer
ii  openhackware 0.4.1-2 OpenFirmware emulator for PowerPC
ii  proll18-2JavaStation PROM 2.x compatible re
ii  vgabios  0.6a-1  VGA BIOS software for the Bochs an
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages qemu recommends:
ii  debootstrap   0.3.3  Bootstrap a basic Debian system
ii  sharutils 1:4.2.1-15 shar, unshar, uuencode, uudecode

-- no debconf information

--
This message was scanned for viruses by BitDefender for Linux Mail Servers.
For more information please visit http://www.bitdefender.com/



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



Bug#388739: mozilla-thunderbird: printing a mail causes tb to crash

2006-09-22 Thread Marko Kaiser
Package: mozilla-thunderbird
Version: 1.5.0.7-1
Severity: normal

When I print a mail from my inbox, TB constantly crashes after sending the 
printjob to CUPS.
What's going on here? The error is reproducible.

I'm using a Brother hl 1250 printer which is connected to a small netgear print 
server.
Printing other documents (e.g. from OpenOffice.org) does not produce crashes.

If more info is needed please tell me what I shall do.

Kind regards,
Marko

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mozilla-thunderbird depends on:
ii  thunderbird   1.5.0.7-1  standalone mail client based on mo

mozilla-thunderbird recommends no packages.

-- debconf-show failed


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



Bug#388744: selinux-policy-refpolicy-targeted: postinst package list retrieval suggestion

2006-09-22 Thread Alexander Buerger
Package: selinux-policy-refpolicy-targeted
Version: 0.0.20060911-2
Severity: normal


The postinst script of the package seems to generate policies for all
available packages, not only the installed ones, and this very slowly.
Maybe it is possible to query the installed packages with a script like
this, making just one call to dpkg-query and storing the result in a
hash:
===
my %installed;
open( my $PACKAGES, "dpkg-query -W |" )
or die("Cannot run 'dpkg-query -W'. $!");
while( my $p = <$PACKAGES> ) {
$installed{$1} = $2 if( $p =~ /^(.*)\t(.+)$/ );
}
close($PACKAGES) or die("Could not close pipe.");
===

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-k7
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_DE)


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



Bug#388743: rdoc1.8: NameError within ri_options.rb

2006-09-22 Thread Benjamin Leipold
Package: rdoc1.8
Version: 1.8.5-1
Severity: grave
Justification: renders package unusable

If requirering 'rdoc/usage', a NameError (uninitialized constant RI::Paths) is 
thrown due to missing
require 'rdoc/ri/ri_paths' statement in ri_options.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages rdoc1.8 depends on:
ii  irb1.81.8.5-1Interactive Ruby (for Ruby 1.8)
ii  libruby1.81.8.5-1Libraries necessary to run Ruby 1.
ii  ruby1.8   1.8.5-1Interpreter of object-oriented scr

rdoc1.8 recommends no packages.

-- no debconf information


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



Bug#388745: sysv-rc-bootsplash: initramfs-tools scripts don't have to be patched

2006-09-22 Thread Pablo Chinea
Package: sysv-rc-bootsplash
Version: 1.0.3-1
Severity: minor

  The file /usr/share/initramfs-tools/scripts/functions don't have to 
(mustn't) be patched, the new script /sbin/splash.sh does all the work.

  Greetings,

-- 

Pablo Chinea
[EMAIL PROTECTED]
http://www.khertz.net/


pgp1yGvVnxtNB.pgp
Description: PGP signature


Bug#388747: debian-el: Should set owner when opening ITPs

2006-09-22 Thread Romain Francoise
Package: debian-el
Version: 26.8-1
Severity: wishlist

When opening ITPs it is customary to set the owner directly in the
opening message, reportbug does that and it would be nice if debian-bug
did that too.

Thanks,

-- 
  ,''`.
 : :' :Romain Francoise <[EMAIL PROTECTED]>
 `. `' http://people.debian.org/~rfrancoise/
   `-


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



Bug#251905: Problems/workarounds for install to root on LVM on RAID

2006-09-22 Thread Sam Morris
I just tried a root-on-RAID1 setup and the only issue was that GRUB was
only installed to the MBR of the first hard disk, so when I simulated
the failure of the first disk, the system would not boot.

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#388569: general: always printed in letter format

2006-09-22 Thread gregor herrmann
On Thu, 21 Sep 2006 11:13:27 +0200, gerhard oettl wrote:

> Since updating to etch some weeks ago i was not able to print
> from firefox, because always letter format is requested on the
> printer panel.

Do you have /etc/papersize and what is its content?

$ cat /etc/papersize 
a4
$ 

Cf. also man papersize

gregor 
-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian: the universal operating system - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-NP: Eagles: Desperado


signature.asc
Description: Digital signature


Bug#388746: chkrootkit: false positive when libgcj-common is installed

2006-09-22 Thread Jon Daley
Package: chkrootkit
Version: 0.46a-3
Severity: normal

Sorry if this is a duplicate, I didn't see it anywhere.
/usr/lib/security/classpath.security is marked incorrectly
as something to be concerned about.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)

Versions of packages chkrootkit depends on:
ii  binutils 2.17-2  The GNU assembler, linker and bina
ii  debconf [debconf-2.0]1.5.4   Debian configuration management sy
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  net-tools1.60-17 The NET-3 networking toolkit
ii  procps   1:3.2.7-2   /proc file system utilities

chkrootkit recommends no packages.

-- debconf information:
* chkrootkit/run_daily_opts: -q
* chkrootkit/run_daily: true
* chkrootkit/diff_mode: false


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



Bug#385349: ITP: bazaar-webserve -- allow a bzr branch to be accessed via the web

2006-09-22 Thread James Westby
On (03/09/06 20:19), Raphael Hertzog wrote:
> On Sun, 03 Sep 2006, James Westby wrote:
> > I have spoken to the developer, and he says he will make releases,
> > starting one for bzr 0.10 which is due out soon (tomorrow). 
> 
> I can wait at least the upcoming release, there's no hurry. :-)
> 

Hi,

The developer sent me the 0.10 release yesterday, so I have polished off
the package to have something usable hopefully.

I have placed packages (source and _all) at

  http://jameswestby.net/debian/

package bazaar-webserve. You want version 0.10-1.

Arnaud is now co-maintainer, and he hasn't given me the thumbs up on the
package yet, so it might change a little before upload, but hopefully
not too much.

I would appreciate it if you could try the package and let me know if
you find any problems. I would also like to know if there is enough
documentation, whether the configuration snippets are good enough, and
whether your use case is catered for. If not then I can try and modify
the package to support it.

Thanks,

James

-- 
  James Westby
  [EMAIL PROTECTED]



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



Bug#388617: tomcat5.5: fails to start

2006-09-22 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

severity 388617 minor
thanks

Shobhit Jindal wrote:
[...]
> /usr/lib/jvm/java-1.5.0-sun-1.5.0.08: tomcat5.5.

It's a strange location...

> offcourse i can set JAVA_HOME in as suggested by the scripts message but
> it must do so automatically :)

Yes, you can ;-)

I downgrade the severity of this bug because it's related to the path of
a non-free package.

Cheers,

- --
Arnaud Vandyck, STE fi, ULg
Formateur Cellule Programmation.
Java Trap: http://www.gnu.org/philosophy/java-trap.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFE8Hy4vzFZu62tMIRAkNdAJ0b7nCzCrg5kaueeHbCYBy+B53eMgCfbWlt
PjKdRxM5TxPxIM0q9pHaOvw=
=n1tG
-END PGP SIGNATURE-
begin:vcard
fn:Arnaud Vandyck
n:Vandyck;Arnaud
org;quoted-printable:Universit=C3=A9 de Li=C3=A8ge;STE-Formations Informatiques
adr;quoted-printable;quoted-printable;quoted-printable:B=C3=A2timent C1;;Rue Armand St=C3=A9vard, 2;Li=C3=A8ge;;4000;Belgique
email;internet:[EMAIL PROTECTED]
title;quoted-printable:Attach=C3=A9 (formateur)
tel;work:+32 4 366 90 55
tel;fax:+32 4 366 90 59
tel;home:+32 4 349 09 69
tel;cell:+32 486 31 10 47
x-mozilla-html:FALSE
url:http://www.ste.fapse.ulg.ac.be/
version:2.1
end:vcard



Bug#388733: libsvn-dev: missing /usr/lib/libsvn_ra_local-1.la

2006-09-22 Thread Peter Samuelson

[Andrew Schulman]
> I don't actually know if this is a bug in libsvn-dev, but I'm guessing
> that it is, for the following reason:  At the moment I'm trying to
> build anjuta 2.0.2. configure sees that libsvn-dev is present and so
> wants to built the subversion plugin, but the build then fails because
> that file is missing.

I intentionally removed libsvn_ra_*.la and libsvn_fs_*.la because
nobody should be linking to them directly.  (Upstream confirmed this.)
The bug is that I forgot to edit the _other_ .la files so as not to
refer to these.

It'll be fixed in the next release.  Thanks,
Peter


signature.asc
Description: Digital signature


Bug#377640: gnome-cups-manager: takes 100% CPU without any reason

2006-09-22 Thread Brice Goglin
Here's what I get with cupsys-dbg, and gnome-cups-manager and libgnomecups 
compiled with debug.

Thanks,

Brice



(gdb) thread apply all bt full

Thread 2 (Thread -1255375952 (LWP 23773)):
#0  0xb7f70410 in ?? ()
No symbol table info available.
#1  0xb52b7108 in ?? ()
No symbol table info available.
#2  0xb75a9918 in ?? () from /usr/lib/libcups.so.2
No symbol table info available.
#3  0x0008 in ?? ()
No symbol table info available.
#4  0xb72f96f2 in time () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#5  0xb758e3bc in httpRead2 (http=0x80b4db8, buffer=0xb52b719d 
"%-·´q+µ,[Z·\001v*·", length=8) at http.c:1166
bytes = 
len = 
"\000\000\000\0008[Z·\003\000\000\000À\231\b\b\000\000\000\000\001\000\000\000H\222\t\b\037\000\000"
#6  0xb75949f3 in ipp_read_http (http=0x80b4db8, buffer=0xb52b719d 
"%-·´q+µ,[Z·\001v*·", length=8)
at ipp.c:2759
tbytes = 0
bytes = 0
len = "hq+µäôY·È\235Z·0]P·´q+µ\000\000\000\000\000\000\000\000\235q+µ"
#7  0xb759454e in ippReadIO (src=0x80b4db8, cb=0xb7594860 , 
blocking=1, parent=0x0,
ipp=0x80bb9f8) at ipp.c:1054
n = 
buffer = 
"%-·´q+µ,[Z·\001v*·\000\000\000\000\000\000\000\000\001\200­û¼r+µ\000\000\000\000°r+µ°r+µ°r+µ°r+µ°r+µ\000\000\000\000\231\231\231\231\231\231\231\031\005",
 '\0' , "èT\v\b", '\0' , 
"\231\231\231\031¸M\v\b(r+µXÛ9·k\002\000\000\000\000\000\000\001\000\000\000ô\237:[EMAIL
 
PROTECTED]:·\030\231Z·xr+µ5ïX·èT\v\b\000\000\000\000\n\000\000\000\000\000\000\000¯ò+µ\001\000\000\000\220{,µ"...
string = "\200­ûèT\v\bèT\v\bèT\v\bèT\v\bëT\v\bçU\v\bèT\v\bçU\v\b", '\0' 
, 
"ä\004.·ü¸:·\000\000\000\000XõY·\000\000\000\b\000\000\000\000ð¸:·ø´:·¡ú-·\030\231Z·ø´:·9\000\000\000Ü´:·\000\000\000\000(\000\000\000Ô´:·
 \000\000\000 \221\v\b 
\000\000\0008\006:·\230\235\v\bXò+µ\034nX·À\231:·\000\000\000\000\000½\v\b\a\000\000\000Ô\005:·°\000\000\000À´\n\bÈò+µ\000\000\000\000\210}\v\b\221þ3·\003\000\000\000Èò+µ\234þ3·\001\000\000"...
bufptr = 
attr = 
tag = 
value_tag = 
value = 
#8  0xb759475d in ippRead (http=0xb75a9918, ipp=0x80bb9f8) at ipp.c:991
No locals.
#9  0xb759e792 in cupsDoFileRequest (http=0x80b4db8, request=0x80bb738, 
resource=0x8075c50 "/", filename=0x0)
at request.c:346
response = (ipp_t *) 0x80bb9f8
length = 
status = HTTP_OK
got_status = 0
state = IPP_DATA
file = (FILE *) 0x0
fileinfo = {st_dev = 7371206394, __pad1 = 42104, __st_ino = 3039589160, 
st_mode = 3074974180,
  st_nlink = 127, st_uid = 3074974180, st_gid = 3039589240, st_rdev = 
577991481722372527, __pad2 = 42104,
  st_size = -5391807557197055928, st_blksize = -1221723487, st_blocks = 0, 
st_atim = {tv_sec = 16,
tv_nsec = 134980728}, st_mtim = {tv_sec = 1, tv_nsec = -1255378024}, 
st_ctim = {tv_sec = -1255378024,
tv_nsec = -1219993116}, st_ino = 13199935153591287808}
bytes = 3
buffer = '\0' , "Vç-·", '\0' , 
"ä\004.·)\000\000\000ä´:·ä´:·\000\000\000\000ø´:·0", '\0' , 
"ð¸:·ø´:·\000\000\000\000ô\237:·ä\004.·ø´:·9\000\000\000ä\004.·", '\0' , 
"ð¸:·ø´:·\003\000\000\000ü¸:·ø·:·ø´:·\030\000\000\000Ì´:·ø´:·\001\b\000\000\030",
 '\0' , 
"%*P·\bÁ[·\001\000\000\000\210r,µô\237:·À´:·aE\001\000¸r,µµ!.·ø´:·p¤\v\bX\000\000\000"...
expect = HTTP_CONTINUE
#10 0xb759ecf1 in cupsDoRequest (http=0x80b4db8, request=0x80bb738, 
resource=0x8075c50 "/") at request.c:451
No locals.
#11 0xb75b54e8 in request_thread_main (request=0x80b3c90, unused=0x0) at 
gnome-cups-request.c:341
status = 3074077888
__PRETTY_FUNCTION__ = "request_thread_main"
#12 0xb743fd27 in g_thread_pool_push () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#13 0xb743e36f in g_thread_create_full () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#14 0xb74ff267 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#15 0xb734745e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.

Thread 1 (Thread -1228335424 (LWP 4222)):
#0  0xb7f70410 in ?? ()
No symbol table info available.
#1  0xbfd2d918 in ?? ()
No symbol table info available.
#2  0x0937 in ?? ()
No symbol table info available.
#3  0x0009 in ?? ()
No symbol table info available.
#4  0xb733d4d3 in poll () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#5  0xb7423859 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#6  0xb7423be7 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#7  0xb7b65141 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#8  0x0804c021 in main (argc=3, argv=0xbfd2dae4) at gnome-cups-icon.c:136
No locals.
#0  0xb7f70410 in ?? ()








(gdb) c
Continuing.

Program received signal SIGINT, Interrupt.
[Switching to Thread -1228335424 (LWP 4222)]
0xb7f70410 in ?? ()
(gdb) thread apply all bt full

Thread 2 (Thread -12

Bug#388749: I can't configure scim-pinyin from skim

2006-09-22 Thread LI Daobing
Package: skim
Version: 1.4.4-2
Severity: normal

Hello,

after I install skim over scim, I found that I can't config scim-pinyin
from the tray->Configure

please fix it, thanks


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages skim depends on:
hi  kdelibs4c2a 4:3.5.4-3core libraries and binaries for al
hi  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
hi  libgcc1 1:4.2-20060709-1 GCC support library
hi  libqt3-mt   3:3.3.6-3Qt GUI Library (Threaded runtime v
hi  libscim8c2a 1.4.4-4  library for SCIM platform
hi  libskim01.4.4-2  skim runtime library
hi  libstdc++6  4.2-20060709-1   The GNU Standard C++ Library v3
hi  libx11-62:1.0.0-8X11 client-side library

skim recommends no packages.

-- debconf-show failed


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



Bug#383474: Output of "aptitude update" from the command line

2006-09-22 Thread Ali Servet Donmez
Here's the exact output:

#BEGIN

Get:1 http://ftp.tr.debian.org unstable Release.gpg [189B]
Get:2 http://ftp.tr.debian.org unstable Release [79,6kB]
Get:3 http://ftp.tr.debian.org unstable/main Packages/DiffIndex
[12,6kB]
Get:4 http://ftp.tr.debian.org unstable/main Sources/DiffIndex
[12,5kB]
Get:5 2006-09-19-1324.43.pdiff [21,7kB]
Get:6 2006-09-19-1324.43.pdiff [21,7kB]
Get:7 2006-09-19-1324.43.pdiff [21,7kB]
Get:8 2006-09-19-1324.43.pdiff [9176B]
Get:9 2006-09-19-1324.43.pdiff [9176B]
Get:10 2006-09-19-1324.43.pdiff [9176B]
Get:11 2006-09-20-1320.11.pdiff [51,2kB]
Get:12 2006-09-20-1320.11.pdiff [51,2kB]
Get:13 2006-09-20-1320.11.pdiff [51,2kB]
Get:14 2006-09-20-1320.11.pdiff [13,9kB]
Get:15 2006-09-20-1320.11.pdiff [13,9kB]
Get:16 2006-09-20-1320.11.pdiff [13,9kB]
Get:17 2006-09-21-1339.40.pdiff [31,4kB]
Get:18 2006-09-21-1339.40.pdiff [31,4kB]
Get:19 2006-09-21-1339.40.pdiff [31,4kB]
Get:20 2006-09-21-1339.40.pdiff [10,8kB]
Get:21 2006-09-21-1339.40.pdiff [10,8kB]
Get:22 2006-09-21-1339.40.pdiff [10,8kB]
Fetched 243kB in 20s (11,9kB/s)
Segmentation faultsts... 0%

# END


Author: Ali Servet Donmez
E. Mail: wnstox {} yahoo.com

If you have trouble reading some characters, please switch between ISO and 
Unicode character encodings.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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



Bug#388755: man-db: apropos man page should explain how database is updated

2006-09-22 Thread Phil Endecott
Package: man-db
Version: 2.4.3-3
Severity: normal


Hi,

"man apropos" doesn't say anything about how the keyword database works, 
which can lead to confusion.  For example:

# apt-get install netpbm
# apropos pbm
pbm: nothing appropriate
(darn, netpbm has no docs!  or maybe I need to update a man database?)
# man apropos
DESCRIPTION
   Each manual page has a short description  available  within  it.   
   apropos searches the descriptions for instances of keyword.
(Hmm, doesn't say anything about a database that needs to be updated...)


I suggest that the DESCRIPTION section in the apropos page makes a brief 
mention of the existence of the database, e.g.

  Each manual page has a short description  available  within  it.   
  apropos searches a database of these descriptions for instances of 
  keyword.  

  keyword is usually...

  The standard...

  The database that apropos searches is updated by the man-db program, 
  which may be run by a periodic cron job, or manually after new man 
  pages have been installed.

It should also refer to man-db in its SEE ALSO section.

Or something like that.  It just needs a bit of a clue;  I had imagined 
that post-inst scripts automatically updated the apropos database after 
installing man pages and only realised that this wasn't the case when I 
installed netpbm.


Regards,  Phil.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages man-db depends on:
ii  bsdmainutils 6.1.3   collection of more utilities from 
ii  debconf [debconf-2.0]1.4.72  Debian configuration management sy
ii  dpkg 1.13.22 package maintenance system for Deb
ii  groff-base   1.18.1.1-11 GNU troff text-formatting system (
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgdbm3 1.8.3-2 GNU dbm database routines (runtime

man-db recommends no packages.

-- debconf information:
  man-db/build-database: true
  man-db/rebuild-database: true
* man-db/install-setuid: true



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



Bug#388549: Please pull avahi-daemon with a GNOME desktop installation (for Rhythmbox)

2006-09-22 Thread Sebastian Dröge
Am Freitag, den 22.09.2006, 00:53 +0200 schrieb Sjoerd Simons:
> On Thu, Sep 21, 2006 at 01:50:23PM -0400, Joey Hess wrote:
> > Ross, since you maintain it, I'd appreciate any thoughts you have about
> > whether avahi should be included in the default desktop install. IMHO,
> > you should have veto power over putting it in; conversely if you think
> > it's a good idea that will count for something in my decision.
>
> I really would like to see avahi in the default (gnome?, kde?,.. ) desktop
> install. All parts of zeroconf should really be what the name implies, no 
> extra
> configurations needed. Having things like music sharing (when turned on in
> rhythmbox),  the autodetection of local websites in epiphany or the
> autodetection of local ftp/sftp/dav-shares in nautilus just work is imho an
> important part of the polish that we as a distribution can provide to the 
> gnome
> desktop. I don't know how well it's integrated in the other desktops, so i
> guess that should be on a case-by-case basis.

Completely agreed here, we should have it installed and enabled by
default, at least for gnome (I don't know how the situation is on KDE).
Also I agree to Lennart's assessment that regarding security
implications it is more likely that DNS/DHCP are a problem than
avahi-daemon.

But we should only enable/install avahi-daemon by default, not
avahi-autoipd (which will be packaged with 0.6.14) as this was not yet
really widely tested and could have some unforeseen consequences. Maybe
later, in the default configuration it shouldn't interfere with
something else and only makes your life better at the times where no
DHCP server is available (which you can't say about the "zeroconf"
package when looking at the bugreports).

IMHO Ubuntu's decision to have it a) not installed by default and b) not
running by default even after installing it with the upcoming release is
wrong and destroys the real use of zeroconf (beeing zero
configuration)...

I wouldn't create a "zeroconf" task as it's a bit weird to
"configure" (i.e. select the task) something to have no configuration ;)

> If avahi is install by default though, libnss-mdns should probably be in too.
> Although that package needs some work (ensuring automatic setup of nsswitch..)
> and the maintainer seems MIA :(. I've been planning to do some work on the
> package, but didn't have the time yet..

Agreed... after fixing the few points you and Lennart mentioned on IRC.

Bye


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#334350: flexbackup: CVE-2005-4802: default config insecure temporary file creation

2006-09-22 Thread Steinar H. Gunderson
found 334350 1.2.1-2
close 334350 1.2.1-3
thanks

On Sun, Sep 10, 2006 at 01:26:21PM +1000, Aníbal Monsalve Salazar wrote:
> reopen 334350 Anibal Monsalve Salazar <[EMAIL PROTECTED]>
> tags 334350 sarge
> thanks

I'm sorry, but this won't work anymore; if you reopen a bug, you remove all
its version tracking information, and it shows up as applicable to etch and
sid. I'm setting it as found in the stable version and fixed in
testing/unstable; this will mark it as “closed” with the old-style statuses,
but it's still marked as open in stable with the version tracking:

  http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=flexbackup;dist=stable

HTH :-)

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Bug#388754: diff for 0.9.1-2.1 NMU

2006-09-22 Thread Steinar H. Gunderson
Package: conglomerate
Version: 0.9.1-2
Severity: normal
Tags: patch

Hi,

Attached is the diff for my conglomerate 0.9.1-2.1 NMU.
diff -Nru /tmp/F3Rw2xGkLD/conglomerate-0.9.1/debian/changelog 
/tmp/neObBMhdAP/conglomerate-0.9.1/debian/changelog
--- /tmp/F3Rw2xGkLD/conglomerate-0.9.1/debian/changelog 2006-09-22 
13:19:43.0 +0200
+++ /tmp/neObBMhdAP/conglomerate-0.9.1/debian/changelog 2006-09-22 
13:19:44.0 +0200
@@ -1,3 +1,11 @@
+conglomerate (0.9.1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * When determining upstream version, allow + and ~; fixes uninstallability,
+patch from Martin Orr. (Closes: #387585)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Fri, 22 Sep 2006 13:07:56 +0200
+
 conglomerate (0.9.1-2) unstable; urgency=low
 
   * Hyphenated user-friendly in ./debian/control, Closes: #341067 
diff -Nru /tmp/F3Rw2xGkLD/conglomerate-0.9.1/debian/rules 
/tmp/neObBMhdAP/conglomerate-0.9.1/debian/rules
--- /tmp/F3Rw2xGkLD/conglomerate-0.9.1/debian/rules 2006-09-22 
13:19:43.0 +0200
+++ /tmp/neObBMhdAP/conglomerate-0.9.1/debian/rules 2006-09-22 
13:19:44.0 +0200
@@ -4,7 +4,7 @@
 
 PACKAGE = conglomerate
 
-upstreamversion=$(shell dpkg-parsechangelog | grep Version | head -1 | sed -e 
's/Version: //g' -e 's/-[A-Za-z0-9\.]*$$//g')
+upstreamversion=$(shell dpkg-parsechangelog | grep Version | head -1 | sed -e 
's/Version: //g' -e 's/-[A-Za-z0-9\.\+~]*$$//g')
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1


Bug#388756: zaptel-source: wct4xxp and other modules are not built anymore on zaptel-1.2.8.dfsg-1

2006-09-22 Thread Alessandro Polverini
Package: zaptel-source
Version: 1:1.2.8.dfsg-1
Severity: grave
Justification: renders package unusable

I just rebuilt modules for the latest kernel (2.6.17-2) and some modules are 
missing,
wct4xxp.ko is one of those.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages zaptel-source depends on:
ii  bzip2 1.0.3-6high-quality block-sorting file co
ii  debhelper 5.0.37.3   helper programs for debian/rules
ii  module-assistant  0.10.6 tool to make module package creati

Versions of packages zaptel-source recommends:
ii  zaptel1:1.2.8.dfsg-1 zapata telephony utilities

-- no debconf information


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



Bug#388748: rngd option --hrng wrongly documented as --trng

2006-09-22 Thread Riccardo Vestrini

Package: rng-tools
Version: 2-unofficial-mt.10-2
Severity: normal

in /etc/defaults/rng-tools and rngd manpage the option --hrng is wrongly 
documented as --trng (with 't' instead of 'h')





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



Bug#388752: FTBFS on amd64, 2 tests failed

2006-09-22 Thread Roberto Pariset
Package: clisp
Version: 1:2.39-2
Severity: important

Hi,
clisp_1:2.39-2 FTBFS on amd64 with the following issues:

 48  restarts:0 errors out of 66 tests
 49  excepsit:0 errors out of372 tests
Real time: 77.39511 sec.
Run time: 76.7568 sec.
Space: 999579816 Bytes
GC: 878, GC time: 28.621767 sec.
2
Bye.
(echo *.erg | grep '*' >/dev/null) || (echo "Test failed:" ; ls -l *erg; echo 
"To see which tests failed, type" ; echo "cat "`pwd`"/*.erg" ; exit 1)
Test failed:
-rw-r--r-- 1 buildd buildd 697 Sep 21 14:27 socket.erg
-rw-r--r-- 1 buildd buildd 342 Sep 21 14:27 streams.erg
To see which tests failed, type
cat /build/buildd/clisp-2.39/debian/build/tests/*.erg
make[2]: *** [compare] Error 1
make[2]: Leaving directory `/build/buildd/clisp-2.39/debian/build/tests'
make[1]: *** [check-tests] Error 2
make[1]: Leaving directory `/build/buildd/clisp-2.39/debian/build'
make: *** [build-stamp] Error 2

All the best,
Roberto

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to [EMAIL PROTECTED])


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



Bug#388750: libpisock-dev needs to depend on libusb-dev

2006-09-22 Thread Heikki Henriksen
Package: libpisock-dev
Version: 0.12.1-4
Severity: important

Hiya Ludovic.

libpisock.la and libpisync.la both references libusb.la and hence need a
dependency on libusb-dev. It's either that or removing *.la in the
package, which is what has been done in most of the gnome-stack.

At the moment I had to pull in a superfluos and temporary build-dep on
libusb-dev to build evolution.

Cheers :)
 Heikki


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)


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



Bug#388751: ppmmake: Looks for X11 color name database in wrong place

2006-09-22 Thread Bas Wijnen
Package: netpbm
Version: 10.0-10.1

The command "ppmmake white 1 1" results in an error "ppmmake: can't open color
names database file named /usr/lib/X11/rgb.txt, /usr/openwin/lib/rgb.txt, or
/usr/X11R6/lib/X11/rgb.txt and Environment variable RGBDEF not set.  Set
RGBDEF to the pathname of your rgb.txt file or don't use color names."

This is because the color names are in /usr/share/X11/rgb.txt (which is
appropriate, since it is an architecture-independent file).

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://129.125.47.90/e-mail.html


signature.asc
Description: Digital signature


Bug#388753: FTBFS: can't read /usr/lib/libusb.la

2006-09-22 Thread Roberto Pariset
Package: jpilot
Version: 0.99.9.1-1
Severity: important

Hi,
jpilot_0.99.9.1-1 FTBFS with the following error:

gcc -shared  .libs/libexpense_la-expense.o  /usr/lib/libgtk-x11-2.0.so 
/usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so 
-lm /usr/lib/libpangocairo-1.0.so -lfontconfig -lXext -lXrender -lXinerama -lXi 
-lXrandr -lXcursor -lXfixes /usr/lib/libpango-1.0.so /usr/lib/libcairo.so -lX11 
/usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so 
-L/usr/lib /usr/lib/libpisock.so -ldl  -Wl,-soname -Wl,libexpense.so.0 -o 
.libs/libexpense.so.0.0.0
(cd .libs && rm -f libexpense.so.0 && ln -s libexpense.so.0.0.0 libexpense.so.0)
(cd .libs && rm -f libexpense.so && ln -s libexpense.so.0.0.0 libexpense.so)
creating libexpense.la
/bin/sed: can't read /usr/lib/libusb.la: No such file or directory
libtool: link: `/usr/lib/libusb.la' is not a valid libtool archive
make[3]: *** [libexpense.la] Error 1

Roberto

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to [EMAIL PROTECTED])


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



Bug#325441: remove from debian

2006-09-22 Thread Brian White

Brian said that he was going to rename it, but that was a year ago.
Unless there's some plan to fix it RSN, I think we should remove it from
the archive in the meantime.


I tried to rename it but it was rejected as being a "new package" and I 
just haven't had the time/will/desire to follow through.


  Brian
  ( [EMAIL PROTECTED] )

---
When you love someone, you're always insecure.  ("Tell Her About It" -- 
B.Joel)



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



Bug#388715: abcde: does not ignore ~/.wgetrc

2006-09-22 Thread Jesus Climent
On Fri, Sep 22, 2006 at 09:46:54AM +0200, Frank Lenaerts wrote:
> Package: abcde
> Version: 2.3.99.6-1
> Severity: normal
> 
> abcde's cddb-tool fails when ~/.wgetrc contains 'verbose = on'.
> 
> Running the abcde script with bash -xv showed that cddb-tool failed. When 
> I ran cddb-tool manually, it showed 'Can't be verbose and quiet at the 
> same time. Usage: wget [OPTION]... [URL]...'. Apparently, the script uses the 
> quiet option but also takes ~/.wgetrc into account.
> 
> As the end user normally doesn't know if and how wget is used, it would be 
> better if cddb-tool ignored ~/.wgetrc.

I added "-nv" to the wget default options.

Will hit the next release.

-- 
Jesus Climent  info:www.pumuki.org dj:triplestereo.com
Unix SysAdm|Linux User #66350|Debian Developer|2.6.17|Helsinki Finland
GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429  7E18 66FC 1D7F 8694 6D69

Wait Master, it might be dangerous... you go first.
--Igor (Young Frankenstein)


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



  1   2   3   4   5   6   >