Bug#341300: gmailfs log file contains the user password

2005-11-29 Thread Sebastien Delafond
tag 341300 + pending patch
thanks

On Wed, Nov 30, 2005 at 09:49:21AM +1100, Richard Jones wrote:
 Definately take it out.  In some sense it doesn't matter if its 600,
 as if you can read that file then you are likely to be able to modify
 the executables and capture the password anyway but the purists will
 not buy that argument :-)

Right you are :)

I'll upload 0.6-2 soon (after I get confirmation that #341301 is not
an actual problem), with the following patch applied:

--- gmailfs-0.6/gmailfs.py  2005-11-29 14:54:52.0 -0800
+++ /tmp/dpep.qsAPbU/gmailfs-0.6/gmailfs.py 2005-11-29 15:00:19.0 
-0800
@@ -544,7 +544,10 @@
 
 log.info(Mountpoint: %s % self.mountpoint)
 log.info(Unnamed mount options: %s % self.optlist)
-log.info(Named mount options: %s % self.optdict)
+# obfuscate sensitive fields before logging
+loggableOptdict = self.optdict.copy()
+loggableOptdict['password'] = '*' * 8
+log.info(Named mount options: %s % loggableOptdict)
 
 # do stuff to set up your filesystem here, if you want
 
Cheers,

--Seb


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



Bug#341301: gmailfs: when using with EncFS, TypeError: object doesn't support slice assignment

2005-11-29 Thread Peter Karbaliotis
Sebastien Delafond wrote:
 tag 341301 + moreinfo unreproducible
 thanks
 
 On Tue, Nov 29, 2005 at 03:29:11PM -0700, Peter Karbaliotis wrote:
 
While trying to copy a text file to the gmailfs mount point I got the
following error:
# cp abi /mnt
No messages found
No messages found
No messages found
No messages found
No messages found
Traceback (most recent call last):
  File /usr/share/gmailfs/gmailfs.py, line 1003, in write
  written = f.write(buf,off)
File /usr/share/gmailfs/gmailfs.py, line 419, in write
  self.buffer[self.currentOffset%self.blocksize:] =
  buf[written:written+thiswrote]
TypeError: object doesn't support slice assignment
cp: writing `/mnt/abi': Input/output error
 
 
 You are most likely trying to do this using a FS you created earlier,
 which would cause problems. Can you try with a brand new FSname ?
 
 Cheers,
 
 --Seb
 

I tried with a new FSname but ran into the same problem.  However, after
 some more testing, I determined that the problem seems to be with the
options for the encrypted volume.  I had originally set it up with the
'pre-configured paranoia' mode.  The error went away when I tried again
with 'standard mode'.

I did my tests with debugging turned on, so I can provide you with the
log file if you like.

Peter

-- 
[EMAIL PROTECTED]   780-492-7660
Academic Information and Communications Technology
University of Alberta


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



Bug#341310: typo3-site-installer: Install script fails to run as documented

2005-11-29 Thread Tom Epperly
Package: typo3-site-installer
Version: 0.90
Severity: normal

forge:# cd /var/www
forge:/var/www# typo3-site-installer -d knight
using Default Root Dir (/)
using Default Typo 3 Source Dir (/usr/share/typo3/)
ERROR: Destination Directory knight/ is not a directory or missing at all.
ERROR: Site seems to be incorrect (missing knight/index.php)!
The directory you tried to use was:
knight/
 
Make sure you create the directory structure with this script.
Use this command to do so:
  typo3-site-installer -d knight/
 
If you think this is a bug, please contact the author.
==
 
Aborted.
forge:/var/www# 

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.6.8-1-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages typo3-site-installer depends on:
ii  php4-cli 4:4.3.10-16 command-line interpreter for the p
ii  php4-pear4:4.3.10-16 PEAR - PHP Extension and Applicati

-- no debconf information


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



Bug#341311: c2hs: ftbfs [sparc] make[3]: *** [Errors.o] Bus error

2005-11-29 Thread Blars Blarson
Package: c2hs
Version: 0.13.6-4
Severity: serious
Justification: fails to build from source


c2hs failed to build on a sparc buildd, duplicated on my sparc pbuilder.


make -C errors/ -w `/usr/bin/basename errors/Errors.o`
make[3]: Entering directory `/build/buildd/c2hs-0.13.6/base/errors'
/usr/bin/ghc -c -package haskell98 -package posix -package lang -O -recomp 
-fno-warn-incomplete-patterns -package-name ctk  -i../admin -i../general 
-i../graphs -i../state -i../syms -i../syntax -i../sysdep   Errors.hs
make[3]: *** [Errors.o] Bus error
make[3]: Leaving directory `/build/buildd/c2hs-0.13.6/base/errors'
make[2]: *** [errors/Errors.o] Error 2
make[2]: Leaving directory `/build/buildd/c2hs-0.13.6/base'
make[1]: *** [base] Error 2
make[1]: Leaving directory `/build/buildd/c2hs-0.13.6'
make: *** [debian/stamp-makefile-build] Error 2



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



Bug#341312: pugs: ftbfs [sparc] Setup: waitForProcess: interrupted

2005-11-29 Thread Blars Blarson
Package: pugs
Version: 6.2.10-4
Severity: serious
Justification: fails to build from source


The pugs build timed out on a sparc buildd:

Chasing modules from: 
Pugs,Pugs.AST,Pugs.AST.Internals,Pugs.AST.Pad,Pugs.AST.Pos,Pugs.AST.Prag,Pugs.AST.SIO,Pugs.AST.Scope,Pugs.Bind,Pugs.CodeGen,Pugs.CodeGen.Binary,Pugs.CodeGen.JSON,Pugs.CodeGen.PIL,Pugs.CodeGen.PIR,Pugs.CodeGen.PIR.Prelude,Pugs.CodeGen.Perl5,Pugs.Compat,Pugs.Compile,Pugs.Compile.Haskell,Pugs.Compile.Pugs,Pugs.Config,Pugs.Cont,Pugs.Embed,Pugs.Embed.Haskell,Pugs.Embed.Parrot,Pugs.Embed.Perl5,Pugs.Eval,Pugs.Eval.Var,Pugs.External,Pugs.External.Haskell,Pugs.Help,Pugs.Internals,Pugs.Junc,Pugs.Lexer,Pugs.Monads,Pugs.PIL1,Pugs.Parser,Pugs.Parser.Number,Pugs.Parser.Program,Pugs.Parser.Types,Pugs.Parser.Unsafe,Pugs.Pretty,Pugs.Prim,Pugs.Prim.Code,Pugs.Prim.Eval,Pugs.Prim.FileTest,Pugs.Prim.Keyed,Pugs.Prim.Lifts,Pugs.Prim.List,Pugs.Prim.Match,Pugs.Prim.Numeric,Pugs.Prim.Param,Pugs.Prim.Yaml,Pugs.Rule,Pugs.Rule.Char,Pugs.Rule.Combinator,Pugs.Rule.Error,Pugs.Rule.Expr,Pugs.Rule.Language,Pugs.Rule.Pos,Pugs.Rule.Prim,Pugs.Rule.Token,Pugs.Run,Pugs.Run.Args,Pugs.Run.Perl5,Pugs.Shell,Pugs.Types,Pugs.Version,Emit.Common,Emit.PIR,Data.Yaml.Syck,DrIFT.Binary,DrIFT.JSON,DrIFT.Perl5,RRegex,RRegex.PCRE,RRegex.Syntax,System.FilePath,UTF8,Unicode
Compiling Unicode  ( src/Unicode.hs, dist/build/src/Unicode.o )
Compiling UTF8 ( src/UTF8.lhs, dist/build/src/UTF8.o )
make[1]: *** [optimized] Terminated
make: *** [build-arch-stamp] Terminated
Build killed with signal 15 after 150 minutes of inactivity


On my sparc pbuider it failed in a different way:

Compiling Unicode  ( src/Unicode.hs, dist/build/src/Unicode.o )
Compiling UTF8 ( src/UTF8.lhs, dist/build/src/UTF8.o )
Compiling System.FilePath  ( src/System/FilePath.hs, dist/build/src/System/FileP
ath.o )
Preprocessing library Pugs-6.2.10...
Building Pugs-6.2.10...
Setup: waitForProcess: interrupted (Interrupted system call)

Build failed: 256 at util/build_pugs.pl line 86.
make[1]: *** [optimized] Error 2
make[1]: Leaving directory `/tmp/buildd/pugs-6.2.10'
make: *** [build-arch-stamp] Error 2



Bug#336582: Upgrade

2005-11-29 Thread Laurent Bigonville
Hi,

Could you upgrade quickly? This bug is open for 29 days and involve
security problems...

http://www.debian.org/security/index.en.html 1st paragraph? :p


Thanks

Laurent Bigonville


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



Bug#341301: gmailfs: when using with EncFS, TypeError: object doesn't support slice assignment

2005-11-29 Thread Sebastien Delafond
On Tue, Nov 29, 2005 at 04:14:17PM -0700, Peter Karbaliotis wrote:
 I tried with a new FSname but ran into the same problem.  However,
 after some more testing, I determined that the problem seems to be
 with the options for the encrypted volume.  I had originally set it
 up with the 'pre-configured paranoia' mode.  The error went away
 when I tried again with 'standard mode'.

I am able to use the 'pre-configured paranoia mode' just fine; using a
new FSname:

  ~ # mount.gmailfs none /home/seb/gmailfs -o [EMAIL 
PROTECTED],fsname=TestEncParanoia2 -p -e
  Gmail password:
  Creating new encrypted volume.
  Please choose from one of the following options:
   enter x for expert configuration mode,
   enter p for pre-configured paranoia mode,
   anything else, or an empty line will select standard mode.
  ? p

  Paranoia configuration selected.

  Configuration finished.
  [...]
  New Encfs Password:
  Verify Encfs Password:
  ~ # ls gmailfs
  ~ # echo foo | gmailfs/foo1
  ~ # cat gmailfs/foo1
  foo
  ~ # 

 I did my tests with debugging turned on, so I can provide you with the
 log file if you like.

Can you try the same sequence of commands as me, and see if you can
reproduce the problem again ?

Cheers,

--Seb


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



Bug#322813: finish /usr/doc transition

2005-11-29 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

the postinst of mmv 1.01b-12.2 still *creates* a /usr/doc/mmv symlink.
Instead, it should remove it.

Regards,
  Bastian
- -- 
  ,''`.  Bastian Kleineidam
 : :' :GnuPG Schlüssel
 `. `'gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E
   `-

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

iD8DBQFDjOWceBwlBDLsbz4RAiMaAJ9zIj5bVxzp7bNF0DElwmN6M4ilQQCg1NM1
FuOsl5jS9Ad0ObD8Ut+XJs8=
=eD9v
-END PGP SIGNATURE-


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



Bug#341308: awstats: please make static stats the default

2005-11-29 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 30 Nov 2005 10:03:14 +1100
Geoff Crompton [EMAIL PROTECTED] wrote:

 Is there any chance of configuring the awstats package so that by
 default it sets up to run a regular cron job to build static html
 files of the stats, rather than running as a cgi?

That's my opinion as well. Just haven't yet taken time to implement that
change.


 We've seen several awstats vulnerabilities, and it is my opinion that
 there are likely to be more found. While building static html files
 doesn't exclude Debian users from all the risks, it does reduce the
 exposure.

Agree.


 I know that there will always be people who want to run it as a cgi,
 and I'm not suggesting you prevent that. But if you dropped a cronjob
 in /etc/cron.hourly, which checked /etc/defaults/awstats for a
 variable to decide if that cron job should actually do stuff (so it
 could easily be turned off by an administrator), then that would be
 good wouldn't it?

Ahh - good idea. this perhaps also could please those in favor of a
more complex cron job...


 - Jonas

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

 - Enden er nær: http://www.shibumi.org/eoti.htm
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDjOXBn7DbMsAkQLgRAr6fAJwL7eagHRzWQCytSuFYikfddOXXjgCbB+8A
j0/x4xvHSUWjOmrXIcU5jWI=
=6E5b
-END PGP SIGNATURE-



Bug#341313: em8300: devices are not created

2005-11-29 Thread Leopold BAILLY
Package: em8300
Version: 0.15.1.dfsg-1
Severity: important

At init time, hotplug loads em8300 before /usr has been mounted, making 
directives in /etc/modprobe.d/em8300 fail : seq, em8300setup and em8300.uc are 
not yet available.

The consequence is that several em8300 devices are not created.

To work around this, I've installed an init script that launches em8300setup in 
runlevel 2.

-- 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.12-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages em8300 depends on:
ii  debconf [debconf-2.0] 1.4.59 Debian configuration management sy
ii  perl  5.8.7-7Larry Wall's Practical Extraction 
ii  ucf   2.003  Update Configuration File: preserv
ii  wget  1.10.2-1   retrieves files from the web

em8300 recommends no packages.

-- debconf information:
* em8300/chipset: adv717x
  em8300/microcode/download_failed:
* em8300/make_devices: false
* em8300/microcode/file: em8300.uc
* em8300/adv717x/options: pixelport_16bit=0
* em8300/microcode/download: false
* em8300/options:



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



Bug#341314: iptables -m owner fails with 'Invalid argument'

2005-11-29 Thread Stijn Tintel
Package: iptables
Version: 1.3.3-2
Severity: normal

The following commands fail with 'ip6tables: Invalid argument':

ip6tables -A OUTPUT -m owner --uid-owner 0 -j ACCEPT
ip6tables -A OUTPUT -m owner --gid-owner 0 -j ACCEPT

I tested them on another box running Debian Sarge, and those commands
work fine there.

-- 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.14-ol
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages iptables depends on:
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an

iptables recommends no packages.

-- no debconf information


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



Bug#334064: bins: option to use ln instead of cp

2005-11-29 Thread Jérôme Sautret
2005/11/4, Martin Michlmayr [EMAIL PROTECTED]:
 * Tim Connors [EMAIL PROTECTED] [2005-10-15 21:05]:
  Ooops, forgot about linkInsteadOfCopy -- I thought I had that set, but
  obviously not.
 
  However, it doesn't appear to operate on movie files, which is what we
  most want it to operate on.  See line 1852.

 Yeah, it appears such files as unconditionally copied.  Here's support
 for linkInsteadOfCopy for such files:

Done upstream, thanks. This is in fact handled by the new parameter
mediaProcess.



Bug#339290: problem with fpdownload.macromedia.com

2005-11-29 Thread Stefan Potyra
Hi,

thanks for maintaining this package.

the problem with fpdownload.macromedia.com is, that it doesn't provide 
gpg-md5sum.txt, so checking for updates is not trivial.

I just uploaded a modified version of your package to ubuntu (multiverse), 
which uses fpdownload.macromedia.com and sets @force to true, however I don't 
think this is a solution to the problem.

Cheers,
Stefan.


pgpX9wPdWkX89.pgp
Description: PGP signature


Bug#341301: gmailfs: when using with EncFS, TypeError: object doesn't support slice assignment

2005-11-29 Thread Peter Karbaliotis
Sebastien Delafond wrote:
 On Tue, Nov 29, 2005 at 04:14:17PM -0700, Peter Karbaliotis wrote:
 
I tried with a new FSname but ran into the same problem.  However,
after some more testing, I determined that the problem seems to be
with the options for the encrypted volume.  I had originally set it
up with the 'pre-configured paranoia' mode.  The error went away
when I tried again with 'standard mode'.
 
 
 I am able to use the 'pre-configured paranoia mode' just fine; using a
 new FSname:
 
   ~ # mount.gmailfs none /home/seb/gmailfs -o [EMAIL 
 PROTECTED],fsname=TestEncParanoia2 -p -e
   Gmail password:
   Creating new encrypted volume.
   Please choose from one of the following options:
enter x for expert configuration mode,
enter p for pre-configured paranoia mode,
anything else, or an empty line will select standard mode.
   ? p
 
   Paranoia configuration selected.
 
   Configuration finished.
   [...]
   New Encfs Password:
   Verify Encfs Password:
   ~ # ls gmailfs
   ~ # echo foo | gmailfs/foo1
   ~ # cat gmailfs/foo1
   foo
   ~ # 
 
 
I did my tests with debugging turned on, so I can provide you with the
log file if you like.
 
 
 Can you try the same sequence of commands as me, and see if you can
 reproduce the problem again ?
 
 Cheers,
 
 --Seb
 

Ok, I did exactly as you suggested and did not see the error.  I then
tried again copying the file I had started with and _did_ see the error.
 I copied files of various sizes and found that the problem only occurs
when the file size exceeds 8192 bytes.

Peter

-- 
[EMAIL PROTECTED]   780-492-7660
Academic Information and Communications Technology
University of Alberta


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



Bug#341308: awstats: please make static stats the default

2005-11-29 Thread Rick Moen
Jonas, as I was saying to Geoff on debian-security, Steve Kemp has
detailed at http://www.debian-administration.org/articles/85 how to 
configure a static-pages AWstats setup.  This should not be confused
with KDS Sahambi's http://www.debian-administration.org/articles/277 
article that gives CGI-mode details only.

Ironically, KDS Sahambi cross-references in that latter piece an article
on his own site that details static-pages setup quite well:
http://ghaint.no-ip.org/~k2/debian/awstats-debian.html

-- 
Cheers, 
Rick Moen Anger makes dull men witty, but it keeps them poor.
[EMAIL PROTECTED]   -- Elizabeth Tudor


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



Bug#341315: Perl 5.8.7-7

2005-11-29 Thread Eugen Paiuc
Package:Perl 5.8.7-7 
Severity: don't know


Hi,

I have this message -
...

String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 15, near SIGNAL 
'   clicked ()'

   (Do you need to predeclare SIGNAL?)
String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 15, near SLOT 
'go   Next ()'

   (Do you need to predeclare SLOT?)
String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 16, near SIGNAL 
'   clicked ()'

   (Do you need to predeclare SIGNAL?)
String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 16, near SLOT 
'go   Back ()'

   (Do you need to predeclare SLOT?)
String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 17, near SIGNAL 
'   clicked ()'

   (Do you need to predeclare SIGNAL?)
String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 17, near SLOT 
'go   Bye ()'

   (Do you need to predeclare SLOT?)
debconf: Impossible d'initialiser l'interface : Kde
debconf: (Can't modify constant item in scalar assignment at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 14, near ];)

debconf: Utilisation de l'interface Dialog à la place
..

- System Information:
Debian Release: testing
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=fr_CH, us_US
C_CTYPE=fr_CH LC_NUMERIC=fr_CH LC_TIME=fr_CH LC_COLLATE=fr_CH 
LC_MONETARY=fr_CH LC_MESSAGES=fr_CH LC_PAPER=POSIX LC_NAME=POSIX 
LC_ADDRESS=POSIX LC_TELEPHONE=POSIX LC_MEASUREMENT=POSIX 
LC_IDENTIFICATION=POSIX LC_ALL=








Bug#341316: Perl don't fit

2005-11-29 Thread Eugen Paiuc

Package:Perl 5.8.7-7
Severity: don't know

Hi,

I have this message - with  apt-get install and dpkg
...

String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 15, near SIGNAL 
'   clicked ()'

  (Do you need to predeclare SIGNAL?)
String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 15, near SLOT 
'go   Next ()'

  (Do you need to predeclare SLOT?)
String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 16, near SIGNAL 
'   clicked ()'

  (Do you need to predeclare SIGNAL?)
String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 16, near SLOT 
'go   Back ()'

  (Do you need to predeclare SLOT?)
String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 17, near SIGNAL 
'   clicked ()'

  (Do you need to predeclare SIGNAL?)
String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 17, near SLOT 
'go   Bye ()'

  (Do you need to predeclare SLOT?)
debconf: Impossible d'initialiser l'interface : Kde
debconf: (Can't modify constant item in scalar assignment at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 14, near ];)

debconf: Utilisation de l'interface Dialog à la place
..

- System Information:
Debian Release: testing
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=fr_CH, us_US
C_CTYPE=fr_CH LC_NUMERIC=fr_CH LC_TIME=fr_CH LC_COLLATE=fr_CH 
LC_MONETARY=fr_CH LC_MESSAGES=fr_CH LC_PAPER=POSIX LC_NAME=POSIX 
LC_ADDRESS=POSIX LC_TELEPHONE=POSIX LC_MEASUREMENT=POSIX 
LC_IDENTIFICATION=POSIX LC_ALL=








Bug#341317: blosxom: running gives internal server error

2005-11-29 Thread kieren diment
Package: blosxom
Version: 2.0-13
Severity: grave
Justification: renders package unusable



-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-386
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages blosxom depends on:
ii  debconf   1.4.30.13  Debian configuration management sy
ii  perl  5.8.4-8Larry Wall's Practical Extraction 

-- debconf information:
  blosxom/breakage:
  blosxom/old_cgi_file: false


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



Bug#341318: Missing debhelper_4.9.13_all.deb

2005-11-29 Thread Eugen Paiuc

Package:debhelper_4.9.13_all.deb
Severity: don't know

p178:/home/ee/22# apt-get install alien
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Les paquets supplémentaires suivants seront installés :
 debhelper html2text intltool-debian po-debconf
Paquets suggérés :
 lsb-rpm lintian dh-make
Paquets recommandés :
 libmail-sendmail-perl
Les NOUVEAUX paquets suivants seront installés :
 alien debhelper html2text intltool-debian po-debconf
0 mis à jour, 5 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 812ko dans les archives.
Après dépaquetage, 2413ko d'espace disque supplémentaires seront utilisés.
Réception de : 1 http://debian.ethz.ch etch/main html2text 1.3.2a-3 [98,9kB]
Réception de : 2 http://debian.ethz.ch etch/main intltool-debian 
0.34.1+20050828 [27,5kB]

Réception de : 3 http://debian.ethz.ch etch/main po-debconf 0.9.0 [78,3kB]
Err http://debian.ethz.ch etch/main debhelper 4.9.13
 404 Not Found
..

System Information:
Debian Release: testing
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=fr_CH, us_US
C_CTYPE=fr_CH LC_NUMERIC=fr_CH LC_TIME=fr_CH LC_COLLATE=fr_CH 
LC_MONETARY=fr_CH LC_MESSAGES=fr_CH LC_PAPER=POSIX LC_NAME=POSIX 
LC_ADDRESS=POSIX LC_TELEPHONE=POSIX LC_MEASUREMENT=POSIX 
LC_IDENTIFICATION=POSIX LC_ALL=










Bug#341319: sleepd ignores harddisk activity

2005-11-29 Thread Micha
Package: sleepd
Version: 1.2.14


Hello Joey !
Now this is the third time it happens that on my laptop sleepd ignores
the activity of the harddisk through dpkg updates are running (in this
last case, generating of locales was going on).
I do updates only on AC power, at home.
sleepd gest started via /etc/init.d  my custom /etc/defaults as:
/usr/sbin/sleepd -s apm -s -u 900 -U 900 -c 20

I'm using sleepd becuase the apm system doesn't trigger a 
harddisk shutdown by user inactivity.
It suspends only after closing the lid.
This is all about suspend to RAM, i didn't configure anything
else by now (like suspend to disk).


HTH, Micha

 the stuff:

Architecture i386
Kernel 2.6.13.2-puck3 custom, with apm, no acpi, booted with apm=on
Debian testing/unstable (etch)

Other packages:
apmd   3.2.2-3   
libapm1   3.2.2-3   
libc6 2.3.5-8   

_
/var/log/daemon.log:

Nov 26 03:39:38 puck cardmgr[3738]: exiting
Nov 26 03:39:46 puck apmd[3066]: Suspending now
Nov 26 05:24:26 puck cardmgr[6256]: watching 2 sockets
Nov 26 05:24:26 puck cardmgr[6256]: socket 1: Xircom CEM56 Ethernet/Modem
Nov 26 05:24:30 puck cardmgr[6256]: executing: './network start eth0 21'
Nov 26 05:24:30 puck cardmgr[6256]: + Sample private network setup
Nov 26 05:24:30 puck cardmgr[6256]: executing: './serial start eth0 21'
Nov 26 05:24:30 puck cardmgr[6256]: + Default modem setup
Nov 26 05:24:42 puck apmd[3066]: Proxy has been running more than 20 seconds; 
killing it
Nov 26 05:24:43 puck apmd[3066]: Proxy exited on signal 15
Nov 26 05:57:16 puck init: Trying to re-exec init
Nov 26 06:03:46 puck sleepd[3085]: 23 sec sleep; resetting timer
Nov 26 06:04:09 puck sleepd[3085]: 23 sec sleep; resetting timer
Nov 26 06:04:31 puck sleepd[3085]: 22 sec sleep; resetting timer
Nov 26 06:05:54 puck sleepd[3085]: 22 sec sleep; resetting timer
Nov 26 06:06:57 puck sleepd[3085]: 22 sec sleep; resetting timer
Nov 26 06:07:40 puck sleepd[3085]: 22 sec sleep; resetting timer
Nov 26 06:22:41 puck sleepd[3085]: system inactive for 900s; forcing sleep
Nov 26 06:23:16 puck cardmgr[6494]: executing: './network stop eth0 21'
Nov 26 06:23:17 puck cardmgr[6494]: + eth0: error fetching interface 
information: Device not found
Nov 26 06:23:19 puck cardmgr[6494]: executing: './serial stop eth0 21'
Nov 26 06:23:19 puck cardmgr[6494]: + Cannot stat /dev/eth0: No such file or 
directory
Nov 26 06:23:19 puck cardmgr[6494]: + Cannot stat /dev/eth0: No such file or 
directory
Nov 26 06:23:19 puck cardmgr[6494]: + Cannot stat /dev/modem: No such file or 
directory
Nov 26 06:23:19 puck cardmgr[6494]: + /dev/eth0:
Nov 26 06:23:19 puck cardmgr[6494]: + /dev/eth0:
Nov 26 06:23:19 puck cardmgr[6494]: + /dev/modem:
Nov 26 06:23:21 puck apmd[3066]: Proxy has been running more than 20 seconds; 
killing it
Nov 26 06:23:21 puck apmd[3066]: Proxy exited on signal 15
Nov 26 06:23:21 puck apmd[3066]: Suspending now
Nov 26 06:23:21 puck cardmgr[6494]: exiting
Nov 26 06:24:15 puck apmd[3066]: Proxy has been running more than 20 seconds; 
killing it
Nov 26 06:24:15 puck apmd[3066]: Proxy exited on signal 15
Nov 26 06:26:21 puck sleepd[3085]: 23 sec sleep; resetting timer
Nov 26 06:26:42 puck sleepd[3085]: 22 sec sleep; resetting timer
Nov 26 06:35:59 puck sleepd[3085]: 22 sec sleep; resetting timer
Nov 26 06:36:21 puck sleepd[3085]: 22 sec sleep; resetting timer
Nov 26 06:50:30 puck cardmgr[8134]: watching 2 sockets


cat /proc/interrupts:

  0:9017139  XT-PIC  timer
  1:  11590  XT-PIC  i8042
  2:  0  XT-PIC  cascade
  5:  71018  XT-PIC  CS46XX, uhci_hcd:usb1
  8:  9  XT-PIC  rtc
 12:   2889  XT-PIC  i8042
 14: 236699  XT-PIC  ide0
 15:   2044  XT-PIC  ide1
NMI:  0 
LOC:  0 
ERR:  0
MIS:  0

__
hdparm -I /dev/hda:

ATA device, with non-removable media
Model Number:   FUJITSU MHD2032AT   
Serial Number:  01136163
Firmware Revision:  1812
Standards:
Supported: 3 2 1 
Likely used: 4
Configuration:
Logical max current
cylinders   63046304
heads   16  16
sectors/track   63  63
--
CHS current addressable sectors:6354432
LBAuser addressable sectors:6354432
device size with M = 1024*1024:3102 MBytes
device size with M = 1000*1000:3253 MBytes (3 GB)
Capabilities:
LBA, IORDY(cannot be disabled)
bytes avail on r/w long: 4  Queue depth: 1
Standby timer values: spec'd by Vendor
R/W multiple sector transfer: Max = 16  Current = 16
DMA: mdma0 mdma1 mdma2 udma0 udma1 *udma2 
 Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4 
 Cycle time: no flow 

Bug#341320: coreutils: chown resets suid bit and breaks existing scripts

2005-11-29 Thread Christian Meder
Package: coreutils
Version: 5.93-5
Severity: important

Hi,

scripts that do

chmod 4755 /usr/bin/blub
chown root:root /usr/bin/blub

are broken by a recent coreutils upgrade. chown now happily resets the suid
bit which will leave such scripts broken now.

Greetings,

Christian

-- 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.14-rc2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages coreutils depends on:
ii  libacl1   2.2.32-1   Access control list shared library
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libselinux1   1.26-1 SELinux shared libraries

coreutils recommends no packages.

-- no debconf information


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



Bug#341321: please remove libglademm2.3

2005-11-29 Thread Bradley Bell

package: ftp.debian.org
tags: experimental

libglademm2.3 is obsolete and superceeded by libglademm2.4


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



Bug#283231: why bother with sudo-ldap package

2005-11-29 Thread Geoff Crompton
Why not just turn on ldap support in the plain sudo package? Reading
http://www.courtesan.com/sudo/readme_ldap.html, it suggests that if you
don't have the line sudoers_base   ou=SUDOers,dc=example,dc=com in
your /etc/ldap.conf file, then sudo will ignore ldap.

If it ignores ldap, it uses the /etc/sudoers file as before.

So (providing adding ldap doesn't introduce bugs), no one would notice
any change at all if ldap support was configured.

-- 
Geoff Crompton
Debian System Administrator
Strategic Data
+61 3 9340 9000


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



Bug#341304: tagtrack-flac-01: returned code 1: metaflac --no-utf8-convert --import-tags-from

2005-11-29 Thread Jesus Climent
On Tue, Nov 29, 2005 at 11:49:38PM +0100, Frank Hartmann wrote:
 Package: abcde
 Version: 2.3.99-1
 Severity: normal
 
 
 Hello,
 
 I was trying to encode a Audio CD to flac format using:
 
  abcde -1 -M -V -o flac
 
  and got problems later. How can I help to debug this?

It is a utf-8 encoded cd. Upgrade to 2.3.99.1 (just uploaded) and run with
-u so that proper utf-8 chars are used.

Itherwise, disable the --no-utf-convert from the flac options.

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

So, Lord Helmet, at last we meet again for the first time for the last time.
--Lone Starr (Spaceballs)


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



Bug#341305: evolution-exchange-storage crashes constantly

2005-11-29 Thread Lawrence Walton
Jason Martens [EMAIL PROTECTED] wrote:
 Subject: evolution-exchange-storage crashes constantly
 Package: evolution-exchange
 Version: 2.2.3-4
 Severity: grave
 Justification: renders package unusable
 
 
 When using evolution with an exchange backend, I constantly receive the
 message 'The Application evolution-exchange-storage has quit
 unexpectedly.'.  It happens about every couple minutes.  I can sometimes
 read several messages between crashes, but unless you are a severe
 masochist, the package is really unusable which is why I have marked
 this report as grave.  I'm willing to do whatever is necessary to get
 this working, because I rely on evolution-exchange for my day to day
 work, and want to make sure it works right. :)
 
 Jason
 
 *** Backtrace report by bugbuddy included below **
 Backtrace was generated from '/usr/libexec/evolution-exchange-storage'
 
 Using host libthread_db library /lib/tls/libthread_db.so.1.
 (no debugging symbols found)
 (no debugging symbols found)
  snip **
 (no debugging symbols found)
 (no debugging symbols found)
 [Thread debugging using libthread_db enabled]
 [New Thread -1229825440 (LWP 18332)]
 [New Thread -1229956176 (LWP 18333)]
 (no debugging symbols found)
 (no debugging symbols found)
 ** snip ***
 (no debugging symbols found)
 (no debugging symbols found)
 0xb6ec2231 in __waitpid_nocancel () from /lib/tls/libpthread.so.0
 #0  0xb6ec2231 in __waitpid_nocancel () from /lib/tls/libpthread.so.0
 #1  0xb7b1eee3 in libgnomeui_module_info_get ()
   from /usr/lib/libgnomeui-2.so.0
 #2  signal handler called
 #3  0xb6f84bc2 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
 #4  0xb7b8a26d in soup_message_io_stop () from /usr/lib/libsoup-2.2.so.8
 #5  0xb7b8a2f3 in soup_message_io_stop () from /usr/lib/libsoup-2.2.so.8
 #6  0xb6f8e6ab in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
 #7  0xb6f8267b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
 #8  0xb6f91c9d in g_signal_stop_emission () from
 /usr/lib/libgobject-2.0.so.0
 #9  0xb6f93077 in g_signal_emit_valist () from
 /usr/lib/libgobject-2.0.so.0
 #10 0xb6f9342e in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
 #11 0xb7b9571c in soup_socket_get_remote_address ()
   from /usr/lib/libsoup-2.2.so.8
 #12 0xb6f17b67 in g_vasprintf () from /usr/lib/libglib-2.0.so.0
 #13 0xb6eee421 in g_main_context_dispatch () from
 /usr/lib/libglib-2.0.so.0
 #14 0xb6ef1687 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
 #15 0xb6ef1bd8 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
 #16 0xb7070758 in bonobo_main () from /usr/lib/libbonobo-2.so.0
 #17 0x08070fc4 in main ()
 
 Thread 2 (Thread -1229956176 (LWP 18333)):
 #0  0xb6c95d49 in poll () from /lib/tls/libc.so.6
 No symbol table info available.
 #1  0xb6ef157b in g_main_context_check () from /usr/lib/libglib-2.0.so.0
 No symbol table info available.
 #2  0xb6ef1bd8 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
 No symbol table info available.
 #3  0xb6ff1acf in link_thread_io_context () from
 /usr/lib/libORBit-2.so.0
 No symbol table info available.
 #4  0xb6f0be15 in g_static_private_free () from
 /usr/lib/libglib-2.0.so.0
 No symbol table info available.
 #5  0xb6ebccfd in start_thread () from /lib/tls/libpthread.so.0
 No symbol table info available.
 #6  0xb6ca013e in clone () from /lib/tls/libc.so.6
 No symbol table info available.
 
 Thread 1 (Thread -1229825440 (LWP 18332)):
 #0  0xb6ec2231 in __waitpid_nocancel () from /lib/tls/libpthread.so.0
 No symbol table info available.
 #1  0xb7b1eee3 in libgnomeui_module_info_get ()
   from /usr/lib/libgnomeui-2.so.0
 No symbol table info available.
 #2  signal handler called
 No symbol table info available.
 #3  0xb6f84bc2 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
 No symbol table info available.
 #4  0xb7b8a26d in soup_message_io_stop () from /usr/lib/libsoup-2.2.so.8
 No symbol table info available.
 #5  0xb7b8a2f3 in soup_message_io_stop () from /usr/lib/libsoup-2.2.so.8
 No symbol table info available.
 #6  0xb6f8e6ab in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
 No symbol table info available.
 #7  0xb6f8267b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
 No symbol table info available.
 #8  0xb6f91c9d in g_signal_stop_emission () from
 /usr/lib/libgobject-2.0.so.0
 No symbol table info available.
 #9  0xb6f93077 in g_signal_emit_valist () from
 /usr/lib/libgobject-2.0.so.0
 No symbol table info available.
 #10 0xb6f9342e in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
 No symbol table info available.
 #11 0xb7b9571c in soup_socket_get_remote_address ()
   from /usr/lib/libsoup-2.2.so.8
 No symbol table info available.
 #12 0xb6f17b67 in g_vasprintf () from /usr/lib/libglib-2.0.so.0
 No symbol table info available.
 #13 0xb6eee421 in g_main_context_dispatch () from
 /usr/lib/libglib-2.0.so.0
 No symbol table info available.
 #14 0xb6ef1687 in 

Bug#341217: [pkg-fetchmail-maint] Bug#341217: fetchmail gets corrupted attachment from courier-pop

2005-11-29 Thread Matthias Andree
Christian Michallek [EMAIL PROTECTED] writes:

 when i get a mail via pop from an courier-pop 0.47-2.backports.org.1
 with fetchmail, the file content gets changed.

Please provide your .fetchmailrc with passwords removed. If you have
multiple server entries, just show the one that causes this problem.

-- 
Matthias Andree


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



Bug#341322: laptop-mode-tools thinks my / is not ext3 or not mountet as ext3

2005-11-29 Thread Andreas Pakulat
Package: laptop-mode-tools
Version: 1.11-1
Severity: normal

Hi,

since the last upgrade of laptop-mode-tools (to version 1.11-1)
laptop-mode-tools always issues a BIG FAT WARNING during boot and when
I restart it manually.

The problem seems to be that it cannot remount / setting another
commit-timeout. Now my Kernel has ext3 support built into it, it mounts
/ as ext3 and I do not see any option indicating a specific kernel
option to disable the commit Option.

I have other ext3 partitions that don't seem to issue any warning.

Andreas

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'experimental'), (500, 'testing'), (500, 
'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-cherry+radeon+ipw2100+ieee80211
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages laptop-mode-tools depends on:
ii  powermgmt-base1.22   Common utils and configs for power

Versions of packages laptop-mode-tools recommends:
ii  acpid 1.0.4-3Utilities for using ACPI power man
ii  hdparm6.3-3  tune hard disk parameters for high

-- no debconf information


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



Bug#341305: severity

2005-11-29 Thread Lawrence Walton
severity 341305 normal
-- 
*--* Mail: [EMAIL PROTECTED]
*--* Voice: 425.739.4247
*--* Fax: 425.827.9577
*--* HTTP://the-penguin.otak.com/~lawrence
--
- - - - - - O t a k  i n c . - - - - - 




signature.asc
Description: Digital signature


Bug#341301: gmailfs: when using with EncFS, TypeError: object doesn't support slice assignment

2005-11-29 Thread Sebastien Delafond
retitle 341301 Exception thrown when using EncFS in paranoia-mode, when 
size(file)  8192 bytes
thanks

On Tue, Nov 29, 2005 at 05:28:57PM -0700, Peter Karbaliotis wrote:
 It is indeed correct: only in paranoia mode and files larger that 8192
 bytes.

 
 Please let me know if there is any further debugging that I can do and
 thanks for your efforts.

We most definitely will ask you to test again, once we figure out
what's going wrong :)

Cheers,

--Seb



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



Bug#341323: evolution-data-server: implicit pointer conversion

2005-11-29 Thread dann frazier
Package: evolution-data-server
Version: 1.4.1.1-1
Severity: important
Tags: experimental, patch

Our automated buildd log filter[1] detected a problem that will cause
your package to segfault on architectures where the size of a pointer is
greater than the size of an integer, such as ia64.

Function `isodate_from_time_t' implicitly converted to pointer at 
e-cal-backend-http.c:877

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions

--- 
evolution-data-server-1.4.1.1/calendar/backends/http/e-cal-backend-http.c.orig  
2005-10-03 03:05:43.0 -0600
+++ evolution-data-server-1.4.1.1/calendar/backends/http/e-cal-backend-http.c   
2005-11-29 17:47:25.0 -0700
@@ -31,6 +31,7 @@
 #include libedataserver/e-xml-hash-utils.h
 #include libecal/e-cal-recur.h
 #include libecal/e-cal-util.h
+#include libecal/e-cal-time-util.h
 #include libedata-cal/e-cal-backend-cache.h
 #include libedata-cal/e-cal-backend-util.h
 #include libedata-cal/e-cal-backend-sexp.h




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



Bug#341325: reportbug: please add Message-ID when sending directly with SMTP

2005-11-29 Thread Blars Blarson
Package: reportbug
Version: 3.17
Severity: wishlist


The spam filtering on the BTS uses the Message-ID to detect duplicate
messages and avoid high-overhead processing of duplicates.  After the
recent upgrade of the mail software on spohr, Message-ID is no longer
being added on incoming messages that do not have it.  Bug reports
with no Message-ID, such as those delivered directly from reportbug,
are sometimes detected as a duplicate of previously detected spam.

Reportbug should be putting Message-ID on mail it directly delivers
via SMTP.


-- Package-specific info:
** Environment settings:
EDITOR=mg
VISUAL=mg

** /home/blarson/.reportbugrc:
reportbug_version 2.10
mode advanced
ui text
realname Blars Blarson
email [EMAIL PROTECTED]

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages reportbug depends on:
ii  python2.3 2.3.5-9An interactive high-level object-o

Versions of packages reportbug recommends:
ii  python2.3-iconvcodec  1.1.2-1Python universal Unicode codec, us

-- no debconf information


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



Bug#341324: php4-apd incorrect zend engine version

2005-11-29 Thread rory
Package: php4-apd
Version: 0.4p2-5
Severity: grave
Justification: renders package unusable


Hi. After installing php4-apd and checking all is right in the php.ini
file, restarting the apache server gives the following report:

Starting apache 1.3 web server...Advanced PHP Debugger (APD) requires
Zend Engine API version 20021010.The Zend Engine API version 20050606
which is installed, is newer.Contact Daniel Cowgill and George
Schlossnagle at http://apd.communityconnect.com/ for a later version of
Advanced PHP Debugger (APD).

I can't find many reports on this on the net; and messing around with
symlinks in /usr/share/php4/ has been singularly unsuccessful.

(php4-cli does not work either.)

This is the same report as 322150, but I have marked this 'grave' as the
package is at present unusable.

Regards,
Rory

-- 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.10clw02clw
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages php4-apd depends on:
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  php4-cli  4:4.4.0-4  command-line interpreter for the p
ii  php4-pear 4:4.4.0-4  PHP Extension and Application Repo

Versions of packages php4-apd recommends:
ii  php4  4:4.4.0-4  server-side, HTML-embedded scripti

-- no debconf information


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



Bug#341326: apt-utils: Memory corruption or string bug running apt-ftparchive via cron

2005-11-29 Thread Daniel Leidert
Package: apt-utils
Version: 0.6.42.3
Severity: important

Hello,

Let me try to explain, what happens: Trying to run apt-ftparchive via
cron results in a bunch of error messages, like the following:

/path/to/binary-i386/:
E: Sub-process gzip returned an error code (100)
E: Errors apply to file '/path/to/package.deb'

I made a strace of the cron-job (complete strace output is attached) and
found the following:

 ./debarchiver_cron.9879:48:execve(/usr/bin/gzip, [gzip, -9n], [/* 8 
 vars */]) = -1 ENOENT (No such file or directory)
 ./debarchiver_cron.9879:49:execve(/bin/gzip, [gzip, -9n], [/* 8 vars 
 */]) = 0

now have a look here:
 ./debarchiver_cron.9880:52:execve(/usr/bin/gzgzg, [n/gzgzg, -d], [/* 8 
 vars */]) = -1 ENOENT (No such file or directory)
 ./debarchiver_cron.9880:53:execve(/bin/gzgzg, [n/gzgzg, -d], [/* 8 vars 
 */]) = -1 ENOENT (No such file or directory)
 ./debarchiver_cron.9881:52:execve(/usr/bin/gzgzg, [n/gzgzg, -d], [/* 8 
 vars */]) = -1 ENOENT (No such file or directory)
 ./debarchiver_cron.9881:53:execve(/bin/gzgzg, [n/gzgzg, -d], [/* 8 vars 
 */]) = -1 ENOENT (No such file or directory)
 ./debarchiver_cron.9882:52:execve(/usr/bin/gzgzg, [n/gzgzg, -d], [/* 8 
 vars */]) = -1 ENOENT (No such file or directory)
 ./debarchiver_cron.9882:53:execve(/bin/gzgzg, [n/gzgzg, -d], [/* 8 vars 
 */]) = -1 ENOENT (No such file or directory)
 ./debarchiver_cron.9885:48:execve(/usr/bin/gzip, [gzip, -9n], [/* 8 
 vars */]) = -1 ENOENT (No such file or directory)
 ./debarchiver_cron.9885:49:execve(/bin/gzip, [gzip, -9n], [/* 8 vars 
 */]) = 0
 ./debarchiver_cron.9886:52:execve(/usr/bin/gzgzg4é^P^A, 
 [n/gzgzg4\351\20\1, -d], [/* 8 vars */]) = -1 ENOENT (No such file or 
 directory)
 ./debarchiver_cron.9886:53:execve(/bin/gzgzg4é^P^A, [n/gzgzg4\351\20\1, 
 -d], [/* 8 vars */]) = -1 ENOENT (No such file or directory)

I have no idea, where apt-ftparchive gets the gzgzg binary name. The
last entry seems completely corrupted.

 ./debarchiver_cron.9889:48:execve(/usr/bin/gzip, [gzip, -9n], [/* 8 
 vars */]) = -1 ENOENT (No such file or directory)
 ./debarchiver_cron.9889:49:execve(/bin/gzip, [gzip, -9n], [/* 8 vars 
 */]) = 0
 ./debarchiver_cron.9892:48:execve(/usr/bin/gzip, [gzip, -9n], [/* 8 
 vars */]) = -1 ENOENT (No such file or directory)
 ./debarchiver_cron.9892:49:execve(/bin/gzip, [gzip, -9n], [/* 8 vars 
 */]) = 0
 ./debarchiver_cron.9895:48:execve(/usr/bin/gzip, [gzip, -9n], [/* 8 
 vars */]) = -1 ENOENT (No such file or directory)
 ./debarchiver_cron.9895:49:execve(/bin/gzip, [gzip, -9n], [/* 8 vars 
 */]) = 0
 ./debarchiver_cron.9898:48:execve(/usr/bin/gzip, [gzip, -9n], [/* 8 
 vars */]) = -1 ENOENT (No such file or directory)
 ./debarchiver_cron.9898:49:execve(/bin/gzip, [gzip, -9n], [/* 8 vars 
 */]) = 0
 ./debarchiver_cron.9900:48:execve(/usr/bin/gzip, [gzip, -9n], [/* 8 
 vars */]) = -1 ENOENT (No such file or directory)
 ./debarchiver_cron.9900:49:execve(/bin/gzip, [gzip, -9n], [/* 8 vars 
 */]) = 0

I've attached the whole strace-ouput as gzipped tarball to this mail. I
hope, it can help to locate the bug. If you need more info, please let
me know. This bug currently affects debarchiver cron-jobs.

If the same command as used for the cron-job is run from a console, it
works without problems. So only the cron-job shows the bug.

Regards, Daniel

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (500, 
'oldstable'), (110, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.04051127
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages apt-utils depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.42.3   Advanced front-end for dpkg
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libdb4.2  4.2.52-20  Berkeley v4.2 Database Libraries [
ii  libgcc1   1:4.0.2-4  GCC support library
ii  libstdc++64.0.2-4The GNU Standard C++ Library v3

apt-utils recommends no packages.

-- no debconf information





Bug#341327: sbuild: escape @-sign in example.sbuildrc

2005-11-29 Thread Adeodato Simó
Package: sbuild
Version: 0.36
Severity: minor
Tags: patch

Hello,

  please apply the attached patch to example.sbuildrc to make clear that
  the at-sign needs to be escaped in $uploader_name and $key_id (Perl
  strings). This is already ok in $maintainer_name.

  Thanks.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Listening to: Kiko Veneno - Currito ta ta ta
--- example.sbuildrc~   2005-11-30 02:09:11.0 +0100
+++ example.sbuildrc2005-11-30 02:09:29.0 +0100
@@ -16,11 +16,11 @@
 #$maintainer_name=Roman Hodek [EMAIL PROTECTED];
 
 # Name to use as override in .changes file for the Changed-By: field.
-#$uploader_name=Francesco Paolo Lovergine [EMAIL PROTECTED];
+#$uploader_name=Francesco Paolo Lovergine [EMAIL PROTECTED];
 
 # Keyid to use in .changes for the current upload.
 # It overrides both $maintainer_name and $uploader_name
-#$key_id=Francesco Paolo Lovergine [EMAIL PROTECTED];
+#$key_id=Francesco Paolo Lovergine [EMAIL PROTECTED];
 
 # When to purge the build directory afterwards; possible values are never,
 # successful, and always


Bug#341328: /etc/mantis/config.php not in /var/lib/dpkg/info/mantis.conffiles

2005-11-29 Thread Matt Corks
Package: mantis
Version: 0.19.2-4.1
Severity: minor


Since /etc/mantis/config.php is not in /var/lib/dpkg/info/mantis.conffiles it
keeps getting silently wiped out when I install an update to this package.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mantis depends on:
ii  apache [httpd]   1.3.33-6sarge1  versatile, high-performance HTTP s
ii  debconf  1.4.30.13   Debian configuration management sy
ii  grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii  libapache-mod-php4   4:4.3.10-16 server-side, HTML-embedded scripti
ii  libphp-adodb 4.52-1  The 'adodb' database abstraction l
ii  makepasswd   1.10-2  Generate and encrypt passwords
ii  mysql-client-4.1 [mysql- 4.1.11a-4sarge2 mysql database client binaries
ii  php4-cgi 4:4.3.10-16 server-side, HTML-embedded scripti
ii  php4-cli 4:4.3.10-16 command-line interpreter for the p
ii  php4-mysql   4:4.3.10-16 MySQL module for php4
ii  wwwconfig-common 0.0.43  Debian web auto configuration

-- debconf information excluded


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



Bug#340954: Cannot repeat the last search

2005-11-29 Thread Mark Robinson

Just a confirmation that I am seeing the same behaviour.


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



Bug#340988: emacs-snapshot: paragraph breaks disappearing in outgoing mail

2005-11-29 Thread Jay Berkenbilt
Romain Francoise [EMAIL PROTECTED] wrote:

 Gnus munges text properties before passing the message to sendmail, in
 particular it does things with hard newlines if it finds any. . . .

Okay, thanks for this clarification.  This actually helps me a lot.  I
still haven't figured out when it works and when it doesn't, but there
is a difference between whether I use C-o to add lines or whether I
use some other mechanism.  I will keep hunting to figure out what the
problem is.  Your hints have probably pointed me in the right
direction.  Anyway, no need to spend more time on it -- I'll either
figure it out or ask some questions.  I've typed this message in a
manner that I believe should cause it to preserve line breaks.  We'll
see. :-)

--Jay


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



Bug#341324: php4-apd incorrect zend engine version

2005-11-29 Thread Jonathan Oxer
Hi Rory,

 I can't find many reports on this on the net; and messing around with
 symlinks in /usr/share/php4/ has been singularly unsuccessful.

I've been trying to build a later version of APD against PHP4 but so
far I've been unsuccessful, so I'm working backwards through the
versions to get a version that works against PHP4 with the current
API. No luck yet, but I'm still trying.

 This is the same report as 322150, but I have marked this 'grave' as the
 package is at present unusable.

No need for a second bug report on the same thing then: the original
could just have been marked grave. I'll merge the reports when I get a
chance.

Cheers   :-)

Jonathan Oxer



Bug#341329: kernel-image-2.6.8-2-386: usb 2.0 pci card with ali 5273 chip not working

2005-11-29 Thread Dan Aronson
Package: kernel-image-2.6.8-2-386
Version: 2.6.8-16
Severity: important

I recently bouch a compusa brand usb 2.0 2 port card
(model pci-usbali5273-2p-2).  It doesn't work, the ehci module
reports:

ehci_hcd :02:0d.3: ALi Corporation USB 2.0 Controller
ehci_hcd :02:0d.3: BIOS handoff failed (112, 1010001)
ehci_hcd :02:0d.3: can't reset
ehci_hcd :02:0d.3: init :02:0d.3 fail, -95
ehci_hcd: probe of :02:0d.3 failed with error -95


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

Versions of packages kernel-image-2.6.8-2-386 depends on:
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  initrd-tools  0.1.81.1   tools to create initrd image for p
ii  module-init-tools 3.2-pre1-2 tools for managing Linux kernel mo

-- no debconf information



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



Bug#341327: sbuild: escape @-sign in example.sbuildrc

2005-11-29 Thread Michael Banck
On Wed, Nov 30, 2005 at 02:11:09AM +0100, Adeodato Simó wrote:
   please apply the attached patch to example.sbuildrc to make clear that
   the at-sign needs to be escaped in $uploader_name and $key_id (Perl
   strings). This is already ok in $maintainer_name.

How about just using single quotes?

[EMAIL PROTECTED]:~$ grep mailto .sbuildrc
$mailto = '[EMAIL PROTECTED]';

This is for the sbuild from wanna-build, but I guess it would work here
as well?


Michael

-- 
Michael Banck
Debian Developer
[EMAIL PROTECTED]
http://www.advogato.org/person/mbanck/diary.html


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



Bug#341327: sbuild: escape @-sign in example.sbuildrc

2005-11-29 Thread Adeodato Simó
* Michael Banck [Wed, 30 Nov 2005 02:29:21 +0100]:

 How about just using single quotes?

 [EMAIL PROTECTED]:~$ grep mailto .sbuildrc
 $mailto = '[EMAIL PROTECTED]';

 This is for the sbuild from wanna-build, but I guess it would work here
 as well?

  Sure, suits me fine. Went with the escaping way only for consistency
  with $maintainer_name.

  Thanks,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Listening to: Kiko Veneno - Yo lucho



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



Bug#341330: problem elaborating hello example - zlib1g-dev package is required

2005-11-29 Thread Alex Jacques

Package: ghdl
Version: 0.20-1


When trying to elaborate the hello world example in the manual
(section 2.1) the following occurs:

$ ghdl -e hello_world
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
/usr/lib/ghdl/bin/ghdl: compilation error

The fix was simply to install the zlib1g-dev package.

Perhaps zlib1g-dev should be a dependency of ghdl.



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



Bug#341332: libiiimp1: fails to install

2005-11-29 Thread Miles Bader
Package: libiiimp1
Version: 12.3.91-0.1
Severity: grave
Justification: renders package unusable


When installing:

   (Reading database ... 155154 files and directories currently installed.)
   Unpacking libiiimp1 (from .../libiiimp1_12.3.91-0.1_i386.deb) ...
   dpkg: error processing 
/var/cache/apt/archives/libiiimp1_12.3.91-0.1_i386.deb (--unpack):
trying to overwrite `/usr/lib/libiiimp.so.1.0.0', which is also in package 
libiiimp0
   Preparing to replace iiimf-server 12.2.2612-0.1 (using 
.../iiimf-server_12.3.91-0.1_i386.deb) ...
   Unpacking replacement iiimf-server ...
   dpkg: error processing 
/var/cache/apt/archives/iiimf-server_12.3.91-0.1_i386.deb (--unpack):
trying to overwrite `/usr/lib/libiiimutils.so.0.0.0', which is also in 
package libiiimutils0
   Starting Internet/Intranet Input Method server: iiimdinvoke-rc.d: initscript 
iiimf-server, action start failed.
   Errors were encountered while processing:
/var/cache/apt/archives/libiiimp1_12.3.91-0.1_i386.deb
/var/cache/apt/archives/iiimf-server_12.3.91-0.1_i386.deb
   E: Sub-process /usr/bin/dpkg returned an error code (1)
   A package failed to install.  Trying to recover:
   Press return to continue.

Thanks,

-miles


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


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



Bug#341331: FTBFS for cross compilation

2005-11-29 Thread Peter Chubb

Package: gcc-3.4
Version: 3.4.4-9

When trying to build an IA64 cross-compiler from the gcc-3.4 source
package on AMD64, I get, during the packaging stage...


$ GCC_TARGET=ia64 fakeroot debian/rules binary
...
dh_installdeb -plibstdc++6-ia64-cross
dh_md5sums -plibstdc++6-ia64-cross
dh_builddeb -plibstdc++6-ia64-cross
dpkg-deb: parse error, in file `debian/libstdc++6-ia64-cross/DEBIAN/control' 
near line 6 package `libstdc++6-ia64-cross':
 `Depends' field, missing package name, or garbage where package name expected
dh_builddeb: command returned error code 512
make[1]: *** [stamps/08-binary-stamp-libstdcxx] Error 1
make[1]: Leaving directory `/home/peterc/toolchain/gcc-3.4-3.4.4'
make: *** [binary] Error 2


$ cat debian/shlibs.local 
libgcc_s 1  (= 3.4.4)
   ^ note missing field here.

This is because when debian/shlibs,local is built, p_lgcc isn't
defined -- it's defined in debian/rules.d/binary-libgcc-cross.mk which
isn't included unless with_gcc is 'yes' -- and debian/rules.defs
defines with_gcc as 'built from gcc-4.0 sources'




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



Bug#340941: base system configuration fails

2005-11-29 Thread Ivica Culjak
Previous mail attached: 
 Dear sir or madam:

I am sending you the installation report in attached files debugdump.zip
and install-report.zip.  Please let me know if there will be any problems
with their transmission.  That may happen since I have not worked out
everything connented with my new DSL configuration.

My address:

Ivica Culjak
342 W71st Street, Apt. #2A2
New York, NY 10023-3556
TEL: (212) 724-1873



Sincerely,

Ivica Culjak


This is the follow-up on the already sent installation report sent earlier
today and was redirected to junk. Here is my personal information again:

Ivica Culjak
342 W71st. Street, Apt. #2A2
New York, NY 10023-3556
TEL: (212) 724-1873
e-mail: [EMAIL PROTECTED]

I am also sending additional debuging info after I tried to install 2.6
kernel.  This info is located in debug.zip file.  Hope this one gets to the
right place.



Sincerely,

Ivica Culjak




Bug#341326: apt-utils: Memory corruption or string bug running apt-ftparchive via cron

2005-11-29 Thread Daniel Leidert
Am Mittwoch, den 30.11.2005, 02:10 +0100 schrieb Daniel Leidert:

 [..] I made a strace of the cron-job (complete strace output is attached) [..]

Sorry, forgot the attachment. Here you get it.

Regards, Daniel


strace.tar.gz
Description: application/compressed-tar


Bug#341333: mplayerplug-in: Missing watch file

2005-11-29 Thread James Vega
Package: mplayerplug-in
Severity: minor

In the latest upload, you mentioned that the watch file was removed
because Sourceforge links are not supported.  This is untrue.  According
to the manpage:

   # If your package is located on sourceforge, use the following format
   # to automatically use the qa.debian.org redirector, avoiding SF's
   # difficult mirror system.
   http://sf.net/aa-project/aalib-(.*)\.tar\.gz

This has been supported since the 2.9 version of devscripts.  The
following format should work for mplayerplug-in:

  http://sf.net/mplayerplug-in/mplayerplug-in-(\d+\.\d+)\.tar\.gz

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

-- 
GPG Key: 1024D/61326D40 2003-09-02 James Vega [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#341315: Perl 5.8.7-7

2005-11-29 Thread Brendan O'Dea
On Wed, Nov 30, 2005 at 01:07:01AM +0100, Eugen Paiuc wrote:
String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 15, near SIGNAL 
'   clicked ()'
   (Do you need to predeclare SIGNAL?)
String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 15, near SLOT 
'go   Next ()'
   (Do you need to predeclare SLOT?)
String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 16, near SIGNAL 
'   clicked ()'
   (Do you need to predeclare SIGNAL?)
String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 16, near SLOT 
'go   Back ()'
   (Do you need to predeclare SLOT?)
String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 17, near SIGNAL 
'   clicked ()'
   (Do you need to predeclare SIGNAL?)
String found where operator expected at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 17, near SLOT 
'go   Bye ()'
   (Do you need to predeclare SLOT?)
debconf: Impossible d'initialiser l'interface : Kde
debconf: (Can't modify constant item in scalar assignment at 
/usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 14, near ];)
debconf: Utilisation de l'interface Dialog à la place

This appears to be a problem with debconf's KDE front-end.

Is libqt-perl installed?

--bod


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



Bug#341324: php4-apd incorrect zend engine version

2005-11-29 Thread Rory Campbell-Lange
Hi Jonathan

On 30/11/05, Jonathan Oxer ([EMAIL PROTECTED]) wrote:

  I can't find many reports on this on the net; and messing around with
  symlinks in /usr/share/php4/ has been singularly unsuccessful.
 
 I've been trying to build a later version of APD against PHP4 but so
 far I've been unsuccessful, so I'm working backwards through the
 versions to get a version that works against PHP4 with the current
 API. No luck yet, but I'm still trying.

I did something desperately crude after downloading the source package
-- I just replaced all the references to the 2002 install location
and replaced it with the 20050606 date (as in /usr/lib/php4/20050606/). 
Amazingly, after building, it works!

You can grab the .deb here, in the unlikely event that it is of any
interest or help:

http://campbell-lange.net/files/

  This is the same report as 322150, but I have marked this 'grave' as the
  package is at present unusable.
 
 No need for a second bug report on the same thing then: the original
 could just have been marked grave. I'll merge the reports when I get a
 chance.

Yes, sorry about that.
Rory


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



Bug#338747: requires the obsolete /etc/hotplug/usb/ interface

2005-11-29 Thread Paul Brossier
hi,

On Sat, Nov 12, 2005 at 12:32:44PM +0100, Marco d'Itri wrote:
 Package: kino
 Version: 0.76-5
 Severity: important
 
 Your package installs files in the /etc/hotplug/usb/ directory, but
 does not provide an udev rules file. The /etc/hotplug/usb/ interface has
 been obsolete for a long time and is not supported by udev.
 These are the rules used in the SuSE package:
 
 ACTION==add, SUBSYSTEM==usb, ENV{PRODUCT}==b33/10/*, \
   RUN+=/usr/bin/killall --quiet -USR2 kino
 ACTION==add, SUBSYSTEM==usb, ENV{PRODUCT}==5f3/240/*, \
   RUN+=/usr/bin/killall --quiet -USR2 kino
 
 For more information about this you can look at the debian-devel@
 threads of last october.
 The libgphoto2 package is a good example of how to provide udev support,
 please let me know if you have any doubts.

ok. i have 0.80 installing a /etc/udev/kino.rules as above, and linking
to it from /etc/udev/rules.d/035_kino.rules.

i don't think there is a need for the custom postinst/postrm for kino,
but i found this in libgphoto2 rules:

ifeq (linux,$(DEB_HOST_ARCH_OS))
dh_gencontrol -plibgphoto2-$(major) -- -Vudev-hotplug=udev | hotplug
else
dh_gencontrol -plibgphoto2-$(major)
endif

do i need to add such a thing too? 

 I will also be happy to review your changes before they are uploaded, if
 you want.

draft packages at people.d.o/~piem/ in a few moments.

cheers, piem


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



Bug#341324: php4-apd incorrect zend engine version

2005-11-29 Thread Jonathan Oxer
Hi Rory,

 I did something desperately crude after downloading the source package
 -- I just replaced all the references to the 2002 install location
 and replaced it with the 20050606 date (as in /usr/lib/php4/20050606/).
 Amazingly, after building, it works!

Yep, that's basically what I've been trying but with later versions of
APD. The version that's in the package now is quite out of date so
I've been trying to get a later version functioning with the PHP4 API
in Sid, but not had much luck so far. I may end up going all the way
back to the currently packaged version and rebuilding it against the
latest API doing just what you've done, but I wanted to try later
versions first.

Cheers   :-)

Jonathan Oxer



Bug#340273: adesklets: links to libfreetype6, which is going away

2005-11-29 Thread Steve Langasek
Hi Sylvain,

On Tue, Nov 29, 2005 at 04:02:26PM -0500, [EMAIL PROTECTED] wrote:

 thanks for taking the time to go through these autotools scripts; since 
 it doesn't seem to break anything on any of my systems, your patch is now 
 included upstream[1] -- expect a new packaged adesklets release before 
 December the 14th including your changes. Regards,

I'm afraid that applying this patch upstream *does* have a portability
impact; the patch will do the right thing on systems that use the GNU linker
or a linker with similar features, but there are other Unices that don't
support dynamic linking or whose library format doesn't store dependency
information, so on these systems a hardcoded -lImlib2 won't work.  Also, not
all GNU/Linux systems put libImlib2 in the linker search path, so
imlib2-config --libs may output -L values needed for linking.

So this patch really is specific to Debian (and systems like it), not
something that I would consider appropriate to include upstream.  To get
this fixed upstream, a better answer would be to get imlib2-config to add a
separate --static option to be used for static linking, and to teach it how
to handle dynamic linking on different platforms.

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


signature.asc
Description: Digital signature


Bug#340863: same problem on bugs.d.o

2005-11-29 Thread Justin Pryzby
# Crap, the first attempt was to [EMAIL PROTECTED]
clone 340863 -1
reassign -1 debbugs
retitle -1 debbugs: bug subscription and confirmation is noisy
severity -1 wishlist
thanks

It should be possible to subscribe (and confirm) subscriptions to an
arbitrarily large number of bugs with a single email.


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



Bug#341335: New upstream version (3.0)

2005-11-29 Thread Anthony DeRobertis
Package: imms
Version: 2.1.1-3
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Upstream just released a new version.

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

Versions of packages imms depends on:
ii  fftw3   3.0.1-14 library for computing Fast Fourier
ii  libc6   2.3.5-7  GNU C Library: Shared libraries an
ii  libgcc1 1:4.0.2-2GCC support library
ii  libglib1.2  1.2.10-10The GLib library of C routines
ii  libglib2.0-02.8.3-1  The GLib library of C routines
ii  libgtk1.2   1.2.10-18The GIMP Toolkit set of widgets fo
ii  libpcre36.4-1Perl 5 Compatible Regular Expressi
ii  libsqlite3-03.2.7-1  SQLite 3 shared library
ii  libstdc++6  4.0.2-2  The GNU Standard C++ Library v3
ii  libtag1c2   1.4-1TagLib Audio Meta-Data Library
ii  libx11-66.8.2.dfsg.1-7   X Window System protocol client li
ii  libxext66.8.2.dfsg.1-7   X Window System miscellaneous exte
ii  libxi6  6.8.2.dfsg.1-7   X Window System Input extension li
ii  libxss1 6.8.2.dfsg.1-7   X Screen Saver client-side library
ii  xlibs   6.8.2.dfsg.1-7   X Window System client libraries m
ii  xmms1.2.10+cvs20050809-4 Versatile X audio player
ii  zlib1g  1:1.2.3-4compression library - runtime

Versions of packages imms recommends:
ii  sox   12.17.8-1  A universal sound sample translato
pn  sqlitenone (no description available)
pn  sqlite3   none (no description available)

- -- no debconf information

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

iD8DBQFDjRR5+z+IwlXqWf4RAugIAJ4wWKpNJsTlrT3R3UAyY4YZ+M7+LACfcT/u
DL404mlJXn6xr+3HhJrXdog=
=q02y
-END PGP SIGNATURE-


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



Bug#341336: www.d.o: link to m68k server which doesn't run an httpd

2005-11-29 Thread Justin Pryzby
Package: www.debian.org
Version: 20051129
Severity: normal
File: http://www.debian.org/devel/buildd/

Links on http://www.debian.org/devel/buildd/ and other pages to
http://m68k.debian.org/ are bad; that server apparently doesn't any
longer serve www clients. 


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



Bug#341337: Easytag dependency issue

2005-11-29 Thread Clinton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: easytag
Version: 1.99.9-1
Severity: grave
Justification: renders package unusable

Easytag currently depends on libid3-3.8.3c2.  It should depend on
libid3-3.8.3c2a.

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

Versions of packages easytag depends on:
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-8.1  GNU C Library: Shared
libraries an
ii  libflac7  1.1.2-3Free Lossless Audio Codec -
runtim
ii  libgcc1   1:4.0.2-4  GCC support library
ii  libglib2.0-0  2.8.4-2The GLib library of C routines
ii  libgtk2.0-0   2.6.10-2   The GTK+ graphical user
interface
pn  libid3-3.8.3c2none (no description available)
ii  libogg0   1.1.2-1Ogg Bitstream Library
ii  libpango1.0-0 1.8.2-3Layout and rendering of
internatio
ii  libstdc++64.0.2-4The GNU Standard C++ Library v3
ii  libvorbis0a   1.1.0-1The Vorbis General Audio
Compressi
ii  libvorbisfile31.1.0-1The Vorbis General Audio
Compressi
ii  zlib1g1:1.2.3-8  compression library - runtime

easytag recommends no packages.

- -- no debconf information
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDjRV1zBcNUuYdwq0RAkDmAJ9k5CryiQgRRGDLhitBCDcAQJgFpgCfVnSD
cTh5FCto/JxSWZyY94PHlAY=
=8//s
-END PGP SIGNATURE-


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



Bug#341338: synaptic: latest i386 upload is uninstallable due to dependency on experimental GTK

2005-11-29 Thread Filipus Klutiero
Package: synaptic
Version: 0.57.6
Severity: grave
Justification: renders package unusable

0.57.6's i386 build was uploaded by the maintainer and depends on a GTK
version greater than sid's (libgtk2.0-0 (= 2.8.0)). The sparc build
has libgtk2.0-0 (= 2.6.0) so this seems to be due to a bad build
environment.


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



Bug#341339: Can not run rcconf on serial console

2005-11-29 Thread Andrew Buckeridge
Package: rcconf
Version: 1.12
Severity: minor

tty is /dev/ttyS0
TERM=xterm vt220 OR vt100
Xterm window is standard 80 x 24 like a vt100
(Via Cyclades terminal server)

Program just completes without calling dialog or whiptail.

Works fine via /dev/pts/0



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



Bug#341340: xfce4-terminal: request for option to start with tabs enabled

2005-11-29 Thread Michael Gilbert
Package: xfce4-terminal
Version: 0.2.4-3+b1
Severity: wishlist

Hello, I find it slightly annoying that the terminal window resizes when 
opening a new tab.  Ala, if I open a new tab when the xfce4-terminal
window is at the bottom of the screen, the last line ends up below the
edge of the  screen, and I have to move the window up.  This wouldn't be
an issue if xfce4-terminal started with the tabs displayed at start up,
and retained them even if there is only one tab.

Anyway, it would be nice to have this as an option.

Thanks for your consideration.  Have a nice day.
Mike Gilbert

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

Versions of packages xfce4-terminal depends on:
ii  dbus-10.23.4-7   simple interprocess messaging syst
ii  dbus-glib-1   0.23.4-7   simple interprocess messaging syst
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libexo0.3-0   0.3.0-2Library with extensions for Xfce
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.8.3-1The GLib library of C routines
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libpango1.0-0 1.8.2-3Layout and rendering of internatio
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libstartup-notification0  0.8-1  library for program launch feedbac
ii  libvte4   1:0.11.15-3Terminal emulator widget for GTK+ 
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxfce4util-14.2.2-1Utility functions library for Xfce
ii  libxfcegui4-3 4.2.2-1Basic GUI C functions for Xfce4
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-8  compression library - runtime

Versions of packages xfce4-terminal recommends:
pn  dbus-1-utils  none (no description available)

-- no debconf information


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



Bug#333768: pls reduce severity; pls test with 0.43

2005-11-29 Thread Peter Moulder
A grave bug is one serious enough to prevent the release of the
package.  The description of this priority (in bug-maint-info.txt)
does mention data loss as a possible justification for marking a bug
as grave, but the data loss described in this bug report (qualified as
minor in the submitter's justification tag) is not of sufficient
seriousness that users would prefer not to have the package at all
compared to having the package with this bug.

(Indeed, I'd question whether it even merits important severity, i.e.
 I don't think the bug has a major effect on the usability of [the]
 package: (i) I haven't managed to reproduce this bug in 0.42.2-1, and
 previous comments here mention difficulty in reproducing.  (ii) At
 least two work-arounds exist, namely to edit the text in-line (if I've
 correctly understood from the original bug report) or to use the XML
 editor.  (iii) I'm not sure I've seen this bug reported before in the
 bug tracker or on #inkscape, so I suppose it's not a major problem for
 most people.  Indeed, I'd say most SVG files don't even contain text;
 text editing is not a major part of inkscape use, which suggests that
 most text-editing bugs don't have a major effect on [usability].)

So first of all, please reduce the severity (I'd suggest normal),
which will allow inkscape 0.43 to enter testing, which in turn might
make it easier for some people to confirm whether the bug is still in
0.43-1 or not.  (At least one bug related to line-spacing has been fixed
upstream between 0.42 and 0.43.)

Can someone report on their experiences reproduce this on 0.43-1 ?  (I
haven't managed to reproduce the bug even in the version where this bug
was originally reported (0.42.2-1).)  If you can reproduce it, then
please attach an example file and steps of how to reproduce the bug, to
assist in fixing the bug.  I believe Debian's 0.43-1 isn't very heavily
patched relative to upstream, so I'd guess that the bug isn't
Debian-specific; so you might consider reporting the bug upstream: see
the Bug reports link on the left of http://inkscape.org/.

pjrm.


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



Bug#341324: php4-apd incorrect zend engine version

2005-11-29 Thread Jonathan Oxer
Hi Rory,

 That certainly makes sense. I can't see on
 http://pecl.php.net/package/apd if there are any useful changes with
 regard to php4 though; looks like php5 and 64bit changes have been the
 recent concerns.

Yes, that seems to be the case.

I'm doing a new package using the 0.4p2 source right now, and first
testing shows it still seems to work nicely even with the latest API.
Expect an upload in the next hour or two once I'm sure everything is
doing what it should.

Cheers   :-)

Jonathan Oxer



Bug#341242: ITP: minisip -- SIP phone, with GTK+ interface

2005-11-29 Thread José Luis Tallón
Alejandro Rios P. wrote:

Package: wnpp
Severity: wishlist

* Package name: minisip
  Version : 0.7.0 
  Upstream Author : Erik Eliasson [EMAIL PROTECTED]
Johan Bilien [EMAIL PROTECTED]
* URL : http://www.minisip.org/
* License : (GPL, LGPL)
  Description : SIP phone, with GTK+ interface

 minisip is a soft telephone which uses the SIP protocol. It provides
 additional security, such as encryption and authentication, by using
 the SRTP (RFC3711) and MIKEY (RFC 3830) protocols. It uses GTK+ for
 the graphical interface.
  

Please, don't. Minisip's interfaces are not stable enough yet. A lot of
functionality is about to be added.

Besides, i work *beside* both Erik and Johann, at TSLab/KTH (Stockholm)
-- this means that communication with upstream would be much better.
Being in the last stage of the NM process, i think that i am in a better
position to maintain minisip. This might not be true -- please correct
me in that case.

Thank you for your interest and collaboration, anyway.

Cheers,
J.L.



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



Bug#326236: ITP: feedparser -- universal feed parser

2005-11-29 Thread Joe Wreschnig
Hey Norbert,

I'm just wondering what's up with the feedparser ITP. I'm working on a
couple projects that use it, and it would be great to not have to
include it separately in yet another package. Is there anything I can do
to help?
-- 
Joe Wreschnig [EMAIL PROTECTED]


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


Bug#341332: libiiimp1: fails to install

2005-11-29 Thread Steve Langasek
severity 341332 minor
thanks

On Wed, Nov 30, 2005 at 10:59:05AM +0900, Miles Bader wrote:
 Package: libiiimp1
 Version: 12.3.91-0.1
 Severity: grave
 Justification: renders package unusable

 When installing:

(Reading database ... 155154 files and directories currently installed.)
Unpacking libiiimp1 (from .../libiiimp1_12.3.91-0.1_i386.deb) ...
dpkg: error processing 
 /var/cache/apt/archives/libiiimp1_12.3.91-0.1_i386.deb (--unpack):
 trying to overwrite `/usr/lib/libiiimp.so.1.0.0', which is also in 
 package libiiimp0
Preparing to replace iiimf-server 12.2.2612-0.1 (using 
 .../iiimf-server_12.3.91-0.1_i386.deb) ...
Unpacking replacement iiimf-server ...
dpkg: error processing 
 /var/cache/apt/archives/iiimf-server_12.3.91-0.1_i386.deb (--unpack):
 trying to overwrite `/usr/lib/libiiimutils.so.0.0.0', which is also in 
 package libiiimutils0
Starting Internet/Intranet Input Method server: iiimdinvoke-rc.d: 
 initscript iiimf-server, action start failed.
Errors were encountered while processing:
 /var/cache/apt/archives/libiiimp1_12.3.91-0.1_i386.deb
 /var/cache/apt/archives/iiimf-server_12.3.91-0.1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Press return to continue.

The libiiimp0 package that's in the archive doesn't contain this file.

The iiimf-server bug looks more serious, though.

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


signature.asc
Description: Digital signature


Bug#338348: solution for debian bug #338348 ?

2005-11-29 Thread Russ Dill
 So we have 2 options:
 
 using TERM we get rid of udhcpc.pid but not of 
 /etc/resolvconf/run/interface/eth0.udhcpc

Actually, TERM should probably call the deconfig script. The only
problem is that changing the behavior would probably change a number of
peoples configurations.

The issue is that a SIGTERM doesn't necessarily mean the user wants
their connection severed.

 using SIGUSR2 we get rid of /etc/resolvconf/run/interface/eth0.udhcpc 
 but not of udhcpc.pid

If you want the connection to come down, then the documented behavior is
to give a SIGUSR2 and then if you want it to die, a SIGTERM.

 Is there a third way ? Do you have any suggestion ?

I would give a SIGUSR2 and then a SIGTERM, you don't need a delay
between the signals.



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



Bug#341341: iripdb: please rebuild against libid3-3.8.3c2a

2005-11-29 Thread Steve Langasek
Package: iripdb
Version: 0.1.3b-1
Severity: grave
Tags: sid

The iripdb package currently depends on libid3-3.8.3c2, which has been
removed in favor of libid3-3.8.3c2a for the latest C++ ABI transition.
Because this package has previously been binNMUed using the old versioning
scheme, it is not possible to fix this now using binNMUs on the
autobuilders.  Please make a sourceful upload to force the necessary
rebuilds.

Thanks,
-- 
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/


signature.asc
Description: Digital signature


Bug#340851: 5.7.3 fixed two license test bugs

2005-11-29 Thread Matt Kraai
On Tue, Nov 29, 2005 at 09:07:39AM +0100, Falk Hueffner wrote:
 Matt Kraai [EMAIL PROTECTED] writes:
 
  On Sat, Nov 26, 2005 at 09:12:31AM -0800, Bruce Korb wrote:
   It also fails with autogen 1:5.7.2-1 from sid:
   
   [EMAIL 
   PROTECTED]:/var/cache/pbuilder/build/5817/tmp/autogen-5.7.3/agen5/test/FAILURES#
\
 autogen -b license --no-def -T license.tpl 
   AutoGen aborting on signal 10 (Bus error) in state LOAD_TPL
   processing template NULL file name
   on line 0
  for function pseudo-macro (-1)
   zsh: abort (core dumped)  autogen -b license --no-def -T license.tpl
  
  It does appear though that once you have a failing example, it fails
  regularly.  (You caused this by typing in the command, yes?).  Maybe
  I can debug the issue with the contents of the FAILURES directory?
 
  I wasn't able to reproduce this problem with autogen 1:5.7.3-1 in the
  unstable chroot on escher.debian.org.  Falk, would you try to
  reproduce the problem and let me know whether or not you are able to?
 
 I was able to reproduce it within pbuilder's chroot, but not outside
 (both sid). Weird. If anybody wants to debug this, I can try to set up
 an environment where it can be reproduced and provide an account.

If you can give me access to an environment where I can reproduce it,
I'll investigate further.

-- 
Matt


signature.asc
Description: Digital signature


Bug#341231: lsb-release: Cannot tell etch apart from sid

2005-11-29 Thread Chris Lawrence
I am confused as to why you have rated this bug as important.  As
you point out, there is no real way to make this determination in
software without breaking the automated sid-etch migration process;
the best that can be hoped for is an educated guess based on
apt-policy, but even that could be wrong (for example, someone who
prefers testing to unstable but has a crapload of unstable installed
anyway).

It's something of a known deficiency, and I have no easy solution...
nor do I think it's all that important to fix.  YMMV, of course.


Chris


Bug#341242: ITP: minisip -- SIP phone, with GTK+ interface

2005-11-29 Thread P.
El mié, 30-11-2005 a las 04:28 +0100, José Luis Tallón escribió:
 Alejandro Rios P. wrote:
 
 Package: wnpp
 Severity: wishlist
 
 * Package name: minisip
   Version : 0.7.0 
   Upstream Author : Erik Eliasson [EMAIL PROTECTED]
 Johan Bilien [EMAIL PROTECTED]
 * URL : http://www.minisip.org/
 * License : (GPL, LGPL)
   Description : SIP phone, with GTK+ interface
 
  minisip is a soft telephone which uses the SIP protocol. It provides
  additional security, such as encryption and authentication, by using
  the SRTP (RFC3711) and MIKEY (RFC 3830) protocols. It uses GTK+ for
  the graphical interface.
   
 
 Please, don't. Minisip's interfaces are not stable enough yet. A lot of
 functionality is about to be added.

I think a large user base is the key on every open source project. If
you want minisip to grow and be usefull to many people (an not only
yourselves), you should try to publish it more, even on Debian.

 
 Besides, i work *beside* both Erik and Johann, at TSLab/KTH (Stockholm)
 -- this means that communication with upstream would be much better.
 Being in the last stage of the NM process, i think that i am in a better
 position to maintain minisip. This might not be true -- please correct
 me in that case.

Well, If you we're thinking of making the package, why didn't you sent
the ITP before?. I don't want to argue, I just want Debian to grow. If
you send the packages soon (15 to 30 days), you may close the ITP, or
else, I'll keep working on it.

 
 Thank you for your interest and collaboration, anyway.

Appreciate it.

 
 Cheers,
 J.L.
 
-- 
Alejandro Ríos Peña


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


Bug#341342: HELP PLEASE!!!

2005-11-29 Thread Allan Thornton

Package: installation-reports

Debian-installer-version: ?
uname -a: ?
Date: 30-11-2005
Method: DVD Install

Machine: HP Compaq M2000 Series Notebook
Processor: Celeron M - 1.3GHz
Memory: 256MB
Root Device: IDE
Root Size/partition table: 39.3GB / ext3 / mount point = /
682.7 MB / swap

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked:[o ]
Configure network HW:   [o ]
Config network: [o ]
Detect CD:  [o ]
Load installer modules: [o ]
Detect hard drives: [o ]
Partition hard drives:  [o ]
Create file systems:[o ]
Mount partitions:   [o ]
Install base system:[o ]
Install boot loader:[o ]
Reboot: [o ]

Comments/Problems:

The first install step worked. But when the system restarted, and started 
the next phase for the install the system hangs on usb config and hotplug 
pci config (hardware detection). i got around the usb config ok but still 
hangs on the hotplug pci config. i disabled usb probe from debian-installer 
pcmcia detect as well. can you help - Whats happen.


I can install ubuntu fine without and problems all hardware works including 
usb.


please contact me with a solution.

[EMAIL PROTECTED]

_
realestate.com.au: the biggest address in property   
http://ninemsn.realestate.com.au




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



Bug#340047: [Pkg-db-devel] Re: Bug#340047: perl should depend on libdb4.3 =4.3.29 not 4.3.28

2005-11-29 Thread Clint Adams
 Two questions for the libdb4.3 maintainers:
 
   * Is the ABI stable b/w patch revisions?
   * Why does libdb4.3 4.2.29-1 have 4.2.28-1 in the shlibs file?

My memory's a bit cloudy, but I believe that the only API-related
changes were for Java.  The ABI should be identical, and that's why
the shlibs file wasn't bumped.


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



Bug#340950: Help in aptitude under zh_CN locale show all garbagecharacters

2005-11-29 Thread xgl99
hi Daniel,

  I am sorry to say that the aptitude compiled by myself Segment fault with 
and
without your patch. I don't know why.

  I just do the following:

  (1) apt-get source aptitude
  (2) cd aptitude-0.4.0
  (3) fakeroot debian/rules binary
  (4) dpkg -i  aptitude_0.4.0-3_i386.deb

  It seems that there are some problems with sigc++-2.0. I have to install 
libsigc++-2.0-dev to compile and libsigc++-2.0-0c2a to install and run
aptitude(binary compiled by myself). But the official aptitude depends on
libsigc++-2.0-0c2.
I am not sure if this difference cause segmentation fault.

Best,
Guanglei

In your mail:
From: Daniel Burrows [EMAIL PROTECTED]
Reply-To: 
To: bear [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: Bug#340950: Help in aptitude under zh_CN locale show all
garbagecharacters
Date:Mon, 28 Nov 2005 12:20:42 -0600

On Sun, Nov 27, 2005 at 06:09:53PM +0800, bear [EMAIL PROTECTED] was
heard to say:
 Package: aptitude
 Version: 0.4.0-3
 Severity: minor
 
 Dear aptitude-developers,
 
   I found Help(pressing ? to activate) in this version of aptitude under
 zh_CN locale show all garbage characters. The characters in the menu are
 OK. Can you help?

  Hm, I get what looks like well-formed Chinese...but then, I'm using UTF-8
instead of GBK.  Actually, I have to admit I don't even know what GBK is :).

  However, it looks like although I provided a way for translators to specify
the encoding of the help file, aptitude doesn't actually use this piece of
information; it just uses the current locale's CTYPE.  Could you check whether
the attached patch clears up the problem?

Thanks,
  Daniel






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



Bug#341344: RFP: python-urwid -- curses-based UI/widget library for Python

2005-11-29 Thread Ian Ward
Package: wnpp
Severity: wishlist


* Package name: python-urwid
  Version : 0.8.10
  Upstream Author : Ian Ward [EMAIL PROTECTED]
* URL : http://excess.org/urwid/
* License : LGPL
  Description : curses-based UI/widget library for Python

A curses-based UI library for Python featuring fluid interface 
resizing, CJK support, multiple text layouts, simple attribute 
markup, powerful scrolling list boxes and flexible edit boxes.

This is a dummy package that will install the version of Urwid
appropriate for your Python installation.  The actual packages
are: python2.1-urwid, python2.2-urwid, python2.3-urwid and
python2.4-urwid

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Kernel: Linux 2.6.4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#341301: gmailfs: when using with EncFS, TypeError: object doesn't support slice assignment

2005-11-29 Thread Peter Karbaliotis
Richard Jones wrote:
 On 11/30/05, Peter Karbaliotis [EMAIL PROTECTED] wrote:
 
Sebastien Delafond wrote:

On Tue, Nov 29, 2005 at 04:57:16PM -0700, Peter Karbaliotis wrote:


Ok, I did exactly as you suggested and did not see the error.  I then
tried again copying the file I had started with and _did_ see the error.
I copied files of various sizes and found that the problem only occurs
when the file size exceeds 8192 bytes.


So let's sum it up: you only see this error when trying to:

1) copy a file whose size  8192 bytes
2) when using encfs mode in 'paranoia-mode' (other modes are OK, and
   regular gmailfs without encfs doesn't yield any problems)

Is this correct ?

Richard, does this ring any bell for you ? I am not familiar with the
internals of EncFS, but the man page mentions that EncFS is not a
true filesystem.  It does not deal with any of the actual storage or
maintenance of files. It simply translates requests (encrypting or
decrypting as necessary) and passes the requests through to the
underlying host filesystem. Therefore any limitations of the host
filesystem will likely be inherited by EncFS (or possibly be further
limited).

Cheers,

--Seb


It is indeed correct: only in paranoia mode and files larger that 8192
bytes.

Please let me know if there is any further debugging that I can do and
thanks for your efforts.

 
 
 
 It seems most like an EncFS issue but it could easily be tickling a
 GmailFS issue.  The block size for gmailfs should be much larger than
 that ,although 8192 might be a fuse magic number for the size of each
 write it allows through at a time (there is a big write option but I
 thought the default value for large writes was larger than that).
 
 I don't know much about EncFS either, do either of you know what
 paranoid mode does differently?
 
 Probably not realted but does it just encrypt the content of the files
 or does it try and hide the filenames as well? Gmailfs might not deal
 with some characters in filenames very well if they were encrypted.
 
 
 Regards,
 Richard.
 

Filenames are always encoded in EncFS.

Additionaly, standard mode uses the Blowfish cipher with a 160-bit key
whereas paranoia uses AES with a 256-bit key.  The only other
differences are that paranoia mode turns on another two options, namely
External Initialization-Vector(IV) Chaining and Block Message
Authentication Code(MAC) headers.

At set-up time, it is also possible to choose 'expert mode' in order to
individually control each option.  After some experimenation with these
options, the problem seems to be with the Block MAC headers.

A new gmailfs with all of the paranoia options but with Block Mac
headers turned off and files larger than 8192 bytes can be written
successfully.  Also, a gmailfs with the standard options but wiht Block
Mac headers turned on fails to write files larger than 8192 bytes.

(I should also add that in each of my tests I started out with a newly
created gmailfs.)

From encfs(1):
Block MAC headers
New to 1.1.  If this is enabled, every block in every file is stored
along with a cryptographic checksum (Message Authentication Code).  This
makes it virtually impossible to modify a file without the change being
detected by EncFS.  EncFS will refuse to read data which does not pass
the checksum, and will log the error and return an IO error to the
application.

This adds substantial overhead (default being 8 bytes per filesystem
block), plus computational overhead, and is not enabled by default
except in paranoia mode.

When this is not enabled and if EncFS is asked to read modified or
corrupted data, it will have no way to verify that the decoded data is
what was originally encoded.


Peter

-- 
[EMAIL PROTECTED]   780-492-7660
Academic Information and Communications Technology
University of Alberta


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



Bug#341345: gcc-4.0: Please warn on impossible conditionals

2005-11-29 Thread Justin Pryzby
Package: gcc-4.0
Version: 4.0.2-4
Severity: wishlist
Tags: upstream

gcc will warn on something like

  char c;
  // ...
  if (c256) {
  // warning: comparison is always false due to limited range of data type
  // ...
  }

Please consider also warning on things like:

  if (0==c  1==c)


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



Bug#341346: libapache2-mod-php4: mod-php should be configured to use a Apache handler

2005-11-29 Thread Pierre Métras
Package: libapache2-mod-php4
Version: 4:4.3.10-16
Severity: normal

An extract from libapache2-mod-security documentation states the problem better
than I can explain:

In Apache theory, a response to a request is generated by a
so-called handler. If there is a handler attached to a request it
should be considered to be of a dynamic nature. In practice, however,
Apache can be configured to server dynamic pages without a handler
(it then chooses the module based on the resource MIME type). This will
happen, for example, if you configure PHP as instructed in the main
distribution:

AddType application/x-httpd-php .php

While this works, it isn't entirely correct. However, if you replace the
above line with the following:

AddHandler application/x-httpd-php .php

PHP will work just as well, Apache will have a handler assigned to the
request, and audit logger will be able to log selectively.

So, changing the /etc/apache2/mods-available/php4.conf file to be:

IfModule mod_php4.c
  AddHandler application/x-httpd-php .php .phtml .php3
  AddHandler application/x-httpd-php-source .phps
/IfModule

will allow libapache2-mod-security to audit and protect PHP pages.

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

Versions of packages libapache2-mod-php4 depends on:
ii  apache2-mpm-prefork2.0.54-5  traditional model for Apache2
ii  libbz2-1.0 1.0.2-7   high-quality block-sorting file co
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libcomerr2 1.37-2sarge1  common error description library
ii  libdb4.2   4.2.52-18 Berkeley v4.2 Database Libraries [
ii  libexpat1  1.95.8-3  XML parsing C library - runtime li
ii  libkrb53   1.3.6-2sarge2 MIT Kerberos runtime libraries
ii  libmagic1  4.12-1File type determination library us
ii  libpcre3   4.5-1.2sarge1 Perl 5 Compatible Regular Expressi
ii  libssl0.9.70.9.7e-3sarge1SSL shared libraries
ii  libzzip-0-12   0.12.83-4 library providing read access on Z
ii  mime-support   3.28-1MIME files 'mime.types'  'mailcap
ii  php4-common4:4.3.10-16   Common files for packages built fr
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#299701: sympa logs way too much

2005-11-29 Thread Geoff Crompton
I agree. Sympa does log way to much. Does anyone know if upstream is
aware of this, or cares about this?

Thanks Enrico for your work on the logcheck rules. I suspect I will soon
just logcheck ignore everything coming out of sympa though.

Or is there a mod to /etc/syslog.conf that makes it all go away?
-- 
Geoff Crompton
Debian System Administrator
Strategic Data
+61 3 9340 9000


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



Bug#341347: aptitude: fails to start: symbol lookup error _Z14ReadConfigFileR13ConfigurationSsbj

2005-11-29 Thread Miles Bader
Package: aptitude
Version: 0.4.0-3experimental2
Severity: grave
Justification: renders package unusable


When trying to run aptitude:

   $ sudo aptitude
   aptitude: symbol lookup error: aptitude: undefined symbol: 
_Z14ReadConfigFileR13ConfigurationSsbj

There are reports (#321651, #321673) of a similar bug, marked resolved,
but they're from a few months ago for an older version of aptitude
(2.15.x), so perhaps the same bug has cropped up again...

Thanks,

-Miles


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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3. 0.6.43  Advanced front-end for dpkg
ii  libc62.3.5-8.1   GNU C Library: Shared libraries an
ii  libgcc1  1:4.1-0exp0 GCC support library
ii  libncursesw5 5.5-1   Shared libraries for terminal hand
ii  libsigc++-2.0-0c22.0.16-1type-safe Signal Framework for C++
ii  libstdc++6   4.1-0exp0   The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.0-3English manual for aptitude, a ter

-- no debconf information


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



Bug#341348: apt-cacher: User/group config options are broken

2005-11-29 Thread Daniel Richard G.
Package: apt-cacher
Version: 1.1
Severity: normal
Tags: patch

Problem the first:

The apt-cacher2 script sets the user ID first, and the group ID second. 
This is backwards---setgid() may not work if the script dropped the 
necessary privileges in the setuid() call.


Problem the second:

The if-block that sets the group ID is calling setuid(), when it 
probably meant to call setgid(). (It also contains the error message 
Unknown user ID...)


(semi-)Problem the third:

I am using apt-cacher 1.1 not out of the Debian package, but straight
from source, with a locally-compiled set of up-to-date Perl modules on a
Woody system. (Long story.)

The only real problem I have encountered is that the POSIX::setuid()
call, in Perl 5.6, doesn't work. Perl's $ and $ variables, on the
other hand, behave exactly as they should. So---all else being equal---I
submit that it would be better to use $ $ $( $) instead of
POSIX::set[ug]id(), to avoid what amounts to a trivial incompatibility
with Perl 5.6.


Attached is a patch that addresses these three issues. The only thing
I'm not too sure about are the checks to verify that the user/group
change happenend correctly ($( =~ /^$gid\b/ et al.), but those at
least work for me.
--- apt-cacher2 Mon Sep 26 04:38:15 2005
+++ apt-cacher2.patched Tue Nov 29 02:32:42 2005
@@ -377,6 +377,20 @@
 chdir $chroot;
 }
 
+if($gid) {
+if($gid=~/^\d+$/) {
+my $name=getgrgid($gid);
+die Unknown group ID: $gid (exiting)\n if !$name;
+}
+else {
+$gid=getgrnam($gid);
+die No such group (exiting)\n if !$gid;
+}
+$) = $gid;
+$( = $gid;
+$) =~ /^$gid\b/  $( =~ /^$gid\b/ || barf(Unable to change group id);
+}
+
 if($uid) {
 if($uid=~/^\d+$/) {
 my $name=getpwuid($uid);
@@ -386,19 +400,9 @@
 $uid=getpwnam($uid);
 die No such user (exiting)\n if !$uid;
 }
-setuid($uid) || barf(Unable to change user id);
-}
-
-if($gid) {
-if($gid=~/^\d+$/) {
-my $name=getgrgid($gid);
-die Unknown user ID: $gid (exiting)\n if !$name;
-}
-else {
-$gid=getgrnam($gid);
-die No such group (exiting)\n if !$gid;
-}
-setuid($gid) || barf(Unable to change group id);
+$ = $uid;
+$ = $uid;
+$ == $uid  $ == $uid || barf(Unable to change user id);
 }
 
 open_log_files;


Bug#341345: gcc-4.0: Please warn on impossible conditionals

2005-11-29 Thread Paul Harris

Hi Justin,

see lower ...

Justin Pryzby wrote:

Package: gcc-4.0
Version: 4.0.2-4
Severity: wishlist
Tags: upstream

gcc will warn on something like

  char c;
  // ...
  if (c256) {
  // warning: comparison is always false due to limited range of data type
  // ...
  }

Please consider also warning on things like:



I would imagine this below:



  if (0==c  1==c)


isn't a good idea, because it would break symmetry with custom 
operator==() behaviour.


eg, if I did

class MySillyClass { ... };

inline bool operator==(MySillyClass const a, int b)
{
   return (b == 0 || b == 1);
}


then:

char c;
if (c == 0  c == 1)  // WARNING

MySillyClass d;
if (d == 0  d == 1) // should NOT warn


then, if i did:

template class T
bool test(T x)
{
   return (x == 0  x == 1);
}

test() would warn on some types and not others.  That would be annoying!


right?
thanks for the brain snack,
Paul


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



Bug#341349: bison++: missing conflicts with bison-doc

2005-11-29 Thread Bryan Donlan
Package: bison++
Version: 1.21.11-2.1
Severity: important

Installing bison++ with bison-doc already installed fails with the following
error:

Unpacking bison++ (from .../bison++_1.21.11-2.1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/bison++_1.21.11-2.1_i386.deb 
(--unpack):
 trying to overwrite `/usr/share/info/bison.info.gz', which is also in package 
bison-doc
dpkg-deb: subprocess paste killed by signal (Broken pipe)

-- 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.13.4+bd1-reiserfs
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#341350: amavis-stats: New upstream release

2005-11-29 Thread Bob Tanner
Package: amavis-stats
Severity: wishlist


New upstream release

amavis-stats - 0.1.18 - 4. Nov. 2005
Tool to generate e-mail statistics from logfiles.

http://downloads.topicdesk.com/amavis_stats/amavis-stats-0.1.18.tar.gz


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


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



Bug#341351: Ati driver crashes when hw acceleration is disabled

2005-11-29 Thread Riccardo Brigo
Package: xserver-xorg
Version: 6.8.2.dfsg.1-11
Severity: normal
Tags: patch

A bug into one of ati driver's sources (radeon_video.c) causes Xorg server to
crash when using it with option NoAccel, due to erroneous dereferencing of
uninitialized pointer.

The bug should be reproducible by anyone using ati driver:

1 - add 'Option NoAccel' to the device section of video card into xorg.conf
2 - restart Xorg
3 - launch any video player (I have personally tested it with totem, xine and
mplayer -- the latter using xv output, x11 doesn't crash the server)

I'm sure that many other programs are able to trigger this bug, but playing a
video is the one by which I've discovered the problem.

I'm attaching a patch that modifies the single line of code involved and that
solves the problem.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-r4
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages xserver-xorg depends on:
ii  debconf [debconf-2.0]1.4.59  Debian configuration management sy
ii  libc62.3.5-8.1   GNU C Library: Shared libraries an
ii  libgcc1  1:4.0.2-4   GCC support library
ii  libxau6  6.8.2.dfsg.1-11 X Authentication library
ii  libxdmcp66.8.2.dfsg.1-11 X Display Manager Control Protocol
ii  xserver-common   6.8.2.dfsg.1-11 files and utilities common to all 
ii  zlib1g   1:1.2.3-8   compression library - runtime

Versions of packages xserver-xorg recommends:
pn  discover | discover1 none  (no description available)
pn  laptop-detectnone  (no description available)
pn  mdetect  none  (no description available)
ii  xlibs6.8.2.dfsg.1-11 X Window System client libraries m
pn  xresprobenone  (no description available)

-- debconf information excluded
--- xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c.orig  
2005-10-16 15:58:58.0 +0200
+++ xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c   2005-10-16 
15:59:34.0 +0200
@@ -993,7 +993,7 @@
 RADEONPortPrivPtr  pPriv = (RADEONPortPrivPtr)data;
 Bool   setTransform = FALSE;
 
-info-accel-Sync(pScrn);
+if (info-accelOn) info-accel-Sync(pScrn);
 
 #define RTFSaturation(a)   (1.0 + ((a)*1.0)/1000.0)
 #define RTFBrightness(a)   (((a)*1.0)/2000.0)


Bug#340273: adesklets: links to libfreetype6, which is going away

2005-11-29 Thread syfou

Hi Steve,


I'm afraid that applying this patch upstream *does* have a portability
impact; the patch will do the right thing on systems that use the GNU linker
or a linker with similar features, but there are other Unices that don't
support dynamic linking or whose library format doesn't store dependency
information, so on these systems a hardcoded -lImlib2 won't work.  Also, not
all GNU/Linux systems put libImlib2 in the linker search path, so
imlib2-config --libs may output -L values needed for linking.


I admit I have forgotten about local installation and such, which was
dumb. As for static linking, I had a good look at enlightenment CVS, and 
this seems never to be supported anyway by imlib2-config, as you 
suspected, so it is not a direct issue (I do not restrain nor extend 
portability by ignoring the case -- it's a known limitation).


From your comments, things are now done a little differently[1]: I added 
code to first try to link a demo Imlib2 program with the -lImlib2 
switch, then I fall back reusing the output of imlib2-config --cflags 
--libs when it doesn't work. This way, people with a ld or similar 
linker and Imlib2 in their default library path will not depend directly 
on outdated freetype and such as long as this is possible, while things 
should continue to work without side effects for everyone else the way it 
was before.


As for the rest of your patch (AM_MAINTAINER_MODE, no X Extra, distcleans 
targets, etc.), I think it is all good and should stay in too. Let me know 
if you see any other problems with the updated scripts... Yours,


--
Sylvain [EMAIL PROTECTED]

Garbage In -- Gospel Out.

[1]http://adesklets.sourceforge.net/cgi-bin/gitweb.cgi?p=adesklets.git;a=commit;h=903e3fdef4790afb65a82b9632e563cf8640e162


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



Bug#341332: libiiimp1: fails to install

2005-11-29 Thread Miles Bader
Steve Langasek [EMAIL PROTECTED] writes:
(Reading database ... 155154 files and directories currently installed.)
Unpacking libiiimp1 (from .../libiiimp1_12.3.91-0.1_i386.deb) ...
dpkg: error processing 
 /var/cache/apt/archives/libiiimp1_12.3.91-0.1_i386.deb (--unpack):
 trying to overwrite `/usr/lib/libiiimp.so.1.0.0', which is also in 
 package libiiimp0
Preparing to replace iiimf-server 12.2.2612-0.1 (using 
 .../iiimf-server_12.3.91-0.1_i386.deb) ...
Unpacking replacement iiimf-server ...
dpkg: error processing 
 /var/cache/apt/archives/iiimf-server_12.3.91-0.1_i386.deb (--unpack):
 trying to overwrite `/usr/lib/libiiimutils.so.0.0.0', which is also in 
 package libiiimutils0
Starting Internet/Intranet Input Method server: iiimdinvoke-rc.d: 
 initscript iiimf-server, action start failed.
Errors were encountered while processing:
 /var/cache/apt/archives/libiiimp1_12.3.91-0.1_i386.deb
 /var/cache/apt/archives/iiimf-server_12.3.91-0.1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Press return to continue.

 The libiiimp0 package that's in the archive doesn't contain this file.

I just report 'em... :-)

 The iiimf-server bug looks more serious, though.

Maybe reassign this bug to iiimf-server?  The upshot is that it won't
install.

-miles
-- 
Fast, small, soon; pick any 2.


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



Bug#341345: gcc-4.0: Please warn on impossible conditionals

2005-11-29 Thread Justin Pryzby
On Wed, Nov 30, 2005 at 01:26:50PM +0800, Paul Harris wrote:

 I would imagine this below:
 
 
   if (0==c  1==c)
 
 isn't a good idea, because it would break symmetry with custom 
 operator==() behaviour.
Okay, I'm no CPP guy though :)

Is it a problem to warn in C, only?  I know little about the design of
gcc, but it seems that this would be useful and should be possible.
Maybe limit the warning to arithmetic types only?

-- 
Clear skies,
Justin


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



Bug#341352: Fwd: xlibs-dev Transition

2005-11-29 Thread Hakan Ardo
Package: xfaces
Version: 3.3-20
Severity: wishlist


-- Forwarded message --
From: David Nusinow [EMAIL PROTECTED]
Date: Nov 30, 2005 4:25 AM
Subject: xlibs-dev Transition
To: debian-devel-announce@lists.debian.org


Hi all,

This mail is being written to let you all know about a pending transition
underway in the Xorg packages. As many of you are probably aware, the
packaging of the X libraries underwent a previous transition so that each
library is contained within its own package. A major benefit of this from
the developer's point of view is that your package need only build-depend
on the specific libraries that it actually needs, thereby building slightly
faster and consuming less buildd resources that are shared by the whole
project.

In order to facilitate the transition, the old xlibs-dev package became a
metapackage that depended on all the libraries that it used to contain.
While many maintainers have moved on from this package, a large number
still use the xlibs-dev transitional metapackage to satisfy their build
dependencies.

The xlibs-dev package will be going away soon though. It makes no sense to
keep this package around now that sarge is out. Furthermore, this package
really won't make any sense to keep around when we move to the fully
modular tree, which is a major goal for the X Strike Force for the etch
release.

As such, if your package build-depends on xlibs-dev, you'll have update
your build-dependencies to the individual library packages or else your
package will FTBFS. Moritz Muehlenhoff has kindly written a script[0] that
will assist you in this task.

Also, an important item of note is that autoconf versions prior to 2.59a-4
mistakenly require libxt when simply using libx11, so you may need to
rework your autoconfage. If you have any questions, please feel free to
direct them to debian-x and we'll help you out as best we can.

 On behalf of the X Strike Force,
 David Nusinow

[0] http://www.inutil.org/jmm/xlibs


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

iD8DBQFDjRu3yLfpNdY0ad8RAk9KAKCYMjGgX6oAliO3hw1zo2J/H+K+ZwCdFkTP
fHt0lKNg7CuveHzFAqWp+WM=
=TX28
-END PGP SIGNATURE-




--
Håkan Ardö



Bug#293062: otrs: apache2-perl-startup.pl has wrong lib paths

2005-11-29 Thread glehner
Package: otrs
Version: 1.3.2p01-5
Followup-For: Bug #293062


in /usr/share/otrs/scripts/apache2-perl-startup.pl the lib paths are
/opt/... so the otrs-libraries are not found on apache2 startup

the following patch fixes the problem:

--- apache2-perl-startup.pl.debian  2005-11-30 07:04:37.201607176 +0100
+++ apache2-perl-startup.pl 2005-11-30 07:03:52.155455232 +0100
@@ -8,8 +8,8 @@
 # --
 # set otrs lib path!
 # --
-use lib /opt/otrs/;
-use lib /opt/otrs/Kernel/cpan-lib;
+use lib /etc/otrs;
+use lib /usr/share/otrs;

 # pull in things we will use in most requests so it is read and compiled
 # exactly once
 
-- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc)
Kernel: Linux 2.6.8-powerpc
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages otrs depends on:
ii  apache1.3.33-6   versatile, high-performance HTTP s
ii  apache-ssl1.3.33-6   versatile, high-performance HTTP s
pn  libauthen-sasl-perl  Not found.
pn  libdate-pcalc-perl   Not found.
ii  libdbi-perl   1.46-6 Perl5 database interface by Tim Bu
pn  libemail-valid-perl  Not found.
pn  libio-stringy-perl   Not found.
ii  libmailtools-perl 1.62-1 Manipulate email in perl programs
pn  libmime-perl Not found.
ii  perl  5.8.4-8Larry Wall's Practical Extraction 


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



Bug#341286: mismatch between the kernel used by installer and included in the archive

2005-11-29 Thread Frans Pop
reassign 341286 installation-reports
severity 341286 normal
tags 341286 - d-i sid
thanks

On Tuesday 29 November 2005 22:07, Jeffrey Hundstad wrote:
 1. put cd-rom '20051128 sid - fsn.hu unofficial i386 Binary-1' in
 drive

Please let us know the full URL including filename of the image you used 
for the installation.

In general the problem you see occurs on network or floppy based 
installations and not CD based installations. For CDs the problem cannot 
really occur, unless maybe there are problems reading it.
Can you see anything in the logs to indicate this (switch to VT2 and check 
the output of 'dmesg' and contents (using nano) of /var/log/syslog)?

Thanks.
Frans Pop


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



Bug#341342: HELP PLEASE!!!

2005-11-29 Thread Frans Pop
On Wednesday 30 November 2005 05:16, Allan Thornton wrote:
 The first install step worked. But when the system restarted, and
 started the next phase for the install the system hangs on usb config
 and hotplug pci config (hardware detection). i got around the usb
 config ok but still hangs on the hotplug pci config. i disabled usb
 probe from debian-installer pcmcia detect as well. can you help - Whats
 happen.

To help you, we will need the messages visible on the console when the 
hang occurs. We may need additional information later.

We also need to know which version of the installer you were using. The 
_full_ URL (including filename) of the location from where you downloaded 
it please.


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



Bug#341353: uniq: -t option stopped working

2005-11-29 Thread era eriksson
Package: coreutils
Version: 5.93-5

Upgrading coreutils yesterday appears to have broken the -t separator
option in uniq.

There is no mention of this change in /usr/share/doc/coreutils/NEWS.gz
so I assume (and hope) that this was a mistake and not a conscious
decision. There's a cryptic mention of --separator in README.Debian
and a corresponding (but misspelled) note for version 5.93-1 in the
changelog.Debian.gz though.

I'm afraid I don't know exactly which version the previous coreutils
package was (this is not my own system; things like this is one of the
reasons I don't run unstable on production systems).

/* era */

-- 
If this were a real .signature, it would suck less.  Well, maybe not.



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



Bug#341354: beagle: Fails to recursively index /home/username

2005-11-29 Thread Alex Malinovich
Package: beagle
Version: 0.1.2-2
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


After upgrading from 0.1.1-1 to 0.1.2-2, beagle seems to have
stopped recursively scanning my home directory. Running beagled
with --fg shows the following when I add a file in $HOME.

Debug: Saw event in '/home/demonbane'
Debug: *** Add '/home/demonbane' 'junk' (file)

After removing the file, I get:

Debug: Saw event in '/home/demonbane'
Debug: *** Remove '/home/demonbane' 'junk' (file)

However, if I add a file in a subdirectory of $HOME, beagle
does not see it happen. For example, running:

touch ~/music/junk

Does not generate any sort of event. beagled is also not indexing
files in subdirectories on its own anymore either. Running it with
BEAGLE_EXERCISE_THE_DOG set does not show it planning to index
anything in a subdirectory of $HOME except for gaim logs and
evolution mails/calendars/etc, and searches on data that I know is
present in a subdirectory of $HOME return 0 results.

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

Versions of packages beagle depends on:
ii  dbus-1-utils 0.23.4-7simple interprocess messaging syst
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libc62.3.5-7 GNU C Library: Shared libraries an
ii  libevolution-cil 0.10.2-2CLI bindings for Evolution
ii  libexif120.6.12-2library to parse EXIF files
ii  libgalago-cil0.3.2-3 CLI bindings for libgalago
ii  libgalago1   0.3.3-2 Galago presence library
ii  libgcc1  1:4.0.2-4   GCC support library
ii  libgconf2.0-cil  2.4.0-1 CLI binding for GConf 2.6
ii  libgecko2.0-cil  0.11-1  CLI binding for the GtkMozEmbed li
ii  libglade2.0-cil  2.3.92-2CLI binding for the Glade librarie
ii  libglib2.0-0 2.8.4-2 The GLib library of C routines
ii  libglib2.0-cil   2.3.92-2CLI binding for the GLib utility l
ii  libgmime2.1-cil  2.1.17-2CLI binding for the MIME library, 
ii  libgnome2.0-cil  2.3.92-2CLI binding for GNOME 2.0, unstabl
ii  libgnomeui-0 2.10.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.10.1-5The GNOME virtual file-system libr
ii  libgtk2.0-0  2.6.10-2The GTK+ graphical user interface 
ii  libgtk2.0-cil2.3.92-2CLI binding for the Gtk+ toolkit 2
ii  libice6  6.8.2.dfsg.1-10 Inter-Client Exchange library
ii  libmono0 1.1.10-1libraries for the Mono JIT
ii  libpango1.0-01.8.2-3 Layout and rendering of internatio
ii  libsm6   6.8.2.dfsg.1-10 X Window System Session Management
ii  libsqlite0   2.8.16-1SQLite shared library
ii  libstdc++6   4.0.2-4 The GNU Standard C++ Library v3
ii  libx11-6 6.8.2.dfsg.1-10 X Window System protocol client li
ii  libxss1  6.8.2.dfsg.1-10 X Screen Saver client-side library
ii  mono-classlib-1.01.1.10-1Mono class library (1.0)
ii  mono-jit 1.1.10-1fast CLI (.NET) JIT compiler for M
ii  xlibs6.8.2.dfsg.1-10 X Window System client libraries m

beagle recommends no packages.

- -- no debconf information

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

iD8DBQFDjUopBPYwh6bSSDcRAlfYAJ4+he+BM2zzEJ1hCvPDKbOuAHJzwQCgjnyv
+3Qxbfaf7IccV/BCVEMT510=
=xmYs
-END PGP SIGNATURE-


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



Bug#341355: cannot start udevd

2005-11-29 Thread Joshua Kwan
Package: udev
Version: 0.076-3
Severity: grave

Setting up udev (0.076-3) ...
Installing new version of config file /etc/init.d/udev ...
Installing new version of config file /etc/udev/udev.rules ...
Installing new version of config file /etc/udev/devfs.rules ...
Installing new version of config file /etc/modprobe.d/pnp-hotplug ...
Installing new version of config file /etc/modprobe.d/blacklist ...
Cannot start udevd. (rc=1)
dpkg: error processing udev (--configure):
 subprocess post-installation script returned error exit status 1

I was able to start it from the command line, and then run apt-get -f
install.

-Josh

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 4
lrwxrwxrwx 1 root root 20 2005-04-10 00:28 020_permissions.rules - 
../permissions.rules
lrwxrwxrwx 1 root root 19 2005-04-01 13:40 cd-aliases.rules - 
../cd-aliases.rules
-rw-r--r-- 1 root root 80 2005-06-30 14:32 stick.rules
lrwxrwxrwx 1 root root 17 2005-04-01 13:40 thinkpad.rules - ../thinkpad.rules
lrwxrwxrwx 1 root root 13 2005-04-01 13:40 udev.rules - ../udev.rules
lrwxrwxrwx 1 root root 19 2005-08-14 19:00 z20_persistent.rules - 
../persistent.rules
lrwxrwxrwx 1 root root 12 2005-07-04 19:27 z50_run.rules - ../run.rules
lrwxrwxrwx 1 root root 16 2005-10-13 19:18 z55_hotplug.rules - ../hotplug.rules
lrwxrwxrwx 1 root root 19 2005-08-03 10:53 z60_alsa-utils.rules - 
../alsa-utils.rules
lrwxrwxrwx 1 root root 15 2005-09-20 14:59 z60_hdparm.rules - ../hdparm.rules
lrwxrwxrwx 1 root root 17 2005-07-04 19:27 z70_hotplugd.rules - 
../hotplugd.rules

-- /sys/:
/sys/block/hda/dev
/sys/block/hda/hda1/dev
/sys/block/hda/hda2/dev
/sys/block/hda/hda3/dev
/sys/block/hdc/dev
/sys/block/loop0/dev
/sys/block/loop1/dev
/sys/block/loop2/dev
/sys/block/loop3/dev
/sys/block/loop4/dev
/sys/block/loop5/dev
/sys/block/loop6/dev
/sys/block/loop7/dev
/sys/class/input/event0/dev
/sys/class/input/event1/dev
/sys/class/input/event2/dev
/sys/class/input/mice/dev
/sys/class/input/mouse0/dev
/sys/class/input/mouse1/dev
/sys/class/misc/agpgart/dev
/sys/class/misc/hw_random/dev
/sys/class/misc/nvram/dev
/sys/class/misc/psaux/dev
/sys/class/misc/rtc/dev
/sys/class/misc/thinkpad/dev
/sys/class/printer/lp0/dev
/sys/class/sound/adsp/dev
/sys/class/sound/audio1/dev
/sys/class/sound/audio/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/controlC1/dev
/sys/class/sound/dsp1/dev
/sys/class/sound/dsp/dev
/sys/class/sound/mixer1/dev
/sys/class/sound/mixer/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/pcmC0D1c/dev
/sys/class/sound/pcmC0D2c/dev
/sys/class/sound/pcmC0D3c/dev
/sys/class/sound/pcmC0D4p/dev
/sys/class/sound/pcmC1D0c/dev
/sys/class/sound/pcmC1D0p/dev
/sys/class/sound/seq/dev
/sys/class/sound/sequencer2/dev
/sys/class/sound/sequencer/dev
/sys/class/sound/timer/dev
/sys/class/usb_device/usbdev1.1/dev
/sys/class/usb_device/usbdev2.1/dev
/sys/class/usb_device/usbdev3.1/dev
/sys/class/usb_device/usbdev4.1/dev

-- Kernel configuration:
 isapnp_init not present.


-- 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.14
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages udev depends on:
ii  initscripts   2.86.ds1-6 Standard scripts needed for bootin
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libselinux1   1.26-1 SELinux shared libraries
ii  libsepol1 1.8-1  Security Enhanced Linux policy lib
ii  lsb-base  3.0-11 Linux Standard Base 3.0 init scrip
ii  makedev   2.3.1-79   creates device files in /dev
ii  sed   4.1.4-4The GNU sed stream editor

udev recommends no packages.

-- no debconf information


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



Bug#341356: gcc-4.1: Please add Ada support for GNU/kFreeBSD

2005-11-29 Thread Aurelien Jarno
Package: gcc-4.1
Version: 4.1ds0-0exp0
Severity: wishlist
Tags: patch

Hi,

Please find attached a patch to add Ada support for gcc-4.1 on
GNU/kFreeBSD. I am currently working on a patch against the upstream
SVN.

Thanks in advance,
Aurelien

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Status: in BTS
Author: aurel32

diff -u gcc-4.1-4.1ds0/debian/rules.conf gcc-4.1-4.1ds0/debian/rules.conf
--- gcc-4.1-4.1ds0/debian/rules.conf
+++ gcc-4.1-4.1ds0/debian/rules.conf
@@ -42,7 +42,7 @@
 LIBC_DEV_DEP = libc0.3-dev$(LS)
   endif
   ifeq ($(DEB_TARGET_ARCH_OS),kfreebsd)
-LIBC_DEV_DEP = libc0.1-dev$(LS)
+LIBC_DEV_DEP = libc0.1-dev
   endif
   ifeq ($(DEB_TARGET_ARCH_OS),knetbsd)
 LIBC_DEV_DEP = libc0.1-dev$(LS)
@@ -306,11 +306,11 @@
 else
 # avoid it ...
 ada_no_archs:= $(strip $(foreach cpu,$(ada_no_cpus),!$(cpu)) \
-   !kfreebsd-any !knetbsd-any !netbsd-any \
-   !kfreebsd-i386 !knetbsd-i386 !netbsd-i386 \
+   !knetbsd-any !netbsd-any \
+   !knetbsd-i386 !netbsd-i386 \
!hurd-any !hurd-i386)
 java_no_archs   := $(strip $(foreach cpu,$(java_no_cpus),!$(cpu)) \
-   !knetbsd-any !netbsd-any !knetbsd-i386 !netbsd-i386)
+   !kfreebsd-i386 !knetbsd-any !netbsd-any !knetbsd-i386 
!netbsd-i386)
 pascal_no_archs := $(strip $(foreach cpu,$(pascal_no_cpus),!$(cpu)) \
!netbsd-any !netbsd-i386)
 fortran_no_archs:= $(strip $(foreach cpu,$(fortran_no_cpus),!$(cpu)) \
diff -u gcc-4.1-4.1ds0/debian/rules.patch gcc-4.1-4.1ds0/debian/rules.patch
--- gcc-4.1-4.1ds0/debian/rules.patch
+++ gcc-4.1-4.1ds0/debian/rules.patch
@@ -90,7 +90,7 @@
 endif
 
 ifeq ($(DEB_TARGET_ARCH_OS),kfreebsd)
-  debian_patches += # kbsd-gnu
+  debian_patches += kbsd-gnu-ada
 endif
 ifeq ($(DEB_TARGET_ARCH_OS),knetbsd)
   debian_patches += # kbsd-gnu
diff -u gcc-4.1-4.1ds0/debian/rules.defs gcc-4.1-4.1ds0/debian/rules.defs
--- gcc-4.1-4.1ds0/debian/rules.defs
+++ gcc-4.1-4.1ds0/debian/rules.defs
@@ -458,7 +458,7 @@
 with_libgnat := yes
 ada_no_cpus := arm armeb m68k sh3 sh3eb sh4 sh4eb
 ada_no_cpus += alpha mips mipsel powerpc s390
-ada_no_systems := hurd-i386 kfreebsd-gnu knetbsd-gnu netbsdelf-gnu
+ada_no_systems := hurd-i386 knetbsd-gnu netbsdelf-gnu
 ifneq (, $(filter $(DEB_TARGET_ARCH_CPU),$(ada_no_cpus)))
   with_ada := disabled for architecure $(DEB_TARGET_ARCH_CPU)
 endif
--- gcc-4.1-4.1ds0.orig/debian/patches/kbsd-gnu-ada.dpatch
+++ gcc-4.1-4.1ds0/debian/patches/kbsd-gnu-ada.dpatch
@@ -0,0 +1,587 @@
+#! /bin/sh -e
+
+# Description: Ada support for GNU/k*BSD 
+# Author: Aurelien Jarno [EMAIL PROTECTED]
+# Status: not yet submitted upstream.
+
+dir=
+if [ $# -eq 3 -a $2 = '-d' ]; then
+pdir=-d $3
+dir=$3/
+elif [ $# -ne 1 ]; then
+echo 2 `basename $0`: script expects -patch|-unpatch as argument
+exit 1
+fi
+case $1 in
+-patch)
+patch $pdir -f --no-backup-if-mismatch -p1  $0
+;;
+-unpatch)
+patch $pdir -f --no-backup-if-mismatch -R -p1  $0
+;;
+*)
+echo 2 `basename $0`: script expects -patch|-unpatch as argument
+exit 1
+esac
+exit 0
+
+# append the patch here and adjust the -p? flag in the patch calls.
+
+--- gcc-4.1.0.old/gcc/ada/Makefile.in  2005-04-07 22:03:50.0 +0200
 gcc-4.1.0/gcc/ada/Makefile.in  2005-11-28 21:14:23.0 +0100
+@@ -835,6 +835,31 @@
+   endif
+ endif
+ 
++ifeq ($(strip $(filter-out %86 kfreebsd%,$(arch) $(osys))),)
++  LIBGNAT_TARGET_PAIRS = \
++  a-intnam.adsa-intnam-freebsd.ads \
++  a-numaux.adba-numaux-x86.adb \
++  a-numaux.adsa-numaux-x86.ads \
++  s-inmaop.adbs-inmaop-posix.adb \
++  s-intman.adbs-intman-posix.adb \
++  g-soccon.adsg-soccon-freebsd.ads \
++  s-osinte.adbs-osinte-posix.adb \
++  s-osinte.adss-osinte-kfreebsd-gnu.ads \
++  s-osprim.adbs-osprim-posix.adb \
++  s-taprop.adbs-taprop-linux.adb \
++  s-taspri.adss-taspri-posix.ads \
++  s-tpopsp.adbs-tpopsp-posix-foreign.adb \
++  system.adssystem-freebsd-x86.ads
++
++  TOOLS_TARGET_PAIRS = mlib-tgt.adb5lml-tgt.adb
++  SYMLIB = -laddr2line -lbfd -liberty $(LIBINTL)
++  THREADSLIB = -lpthread
++  GNATLIB_SHARED = gnatlib-shared-dual
++  GMEM_LIB = gmemlib
++  PREFIX_OBJS = $(PREFIX_REAL_OBJS)
++  LIBRARY_VERSION := $(LIB_VERSION)
++endif
++
+ ifeq ($(strip $(filter-out %86 freebsd%,$(arch) $(osys))),)
+   LIBGNAT_TARGET_PAIRS = \
+   a-intnam.adsa-intnam-freebsd.ads \
+--- gcc-4.1.0.old/gcc/ada/s-osinte-kfreebsd-gnu.ads2005-06-25 
01:06:36.0 +0200
 gcc-4.1.0/gcc/ada/s-osinte-kfreebsd-gnu.ads2005-06-25 
01:06:03.0 +0200
+@@ -0,0 +1,521 @@
++--
++-- 

Bug#341230: [Pkg-shadow-devel] Bug#341230: passwd: Partial changes with chfn other values

2005-11-29 Thread Christian Perrier
retitle 341230 Should use a versioned Depends on libpam-modules
thanks

 getpwnam_r() it is only threas safe version od getpwnam(). chfn and
 shadow do not uses threads.
 For me it looks like bug in PAM so I don't see any things for adjust/fix
 on shadow level.


This convinces me that we should at least use a versioned Depends on
libpam-modules to avoid this specific problem and enforce migration of
both packages at the same time.

Unfortunately, this would add more complexity to the dependency chain
but anyway, login already uses a versioned Depends on
libpam-modules...while passwd doesn't depend on it at all (which might
be a bug).

Steve, advice ? Look for #341230 bug log for the whole story.





Bug#340941: base system configuration fails

2005-11-29 Thread Christian Perrier
Quoting Ivica Culjak ([EMAIL PROTECTED]):
 Previous mail attached: 
  
 Dear sir or madam:
 
 I am sending you the installation report in attached files debugdump.zip
 and install-report.zip.  Please let me know if there will be any problems
 with their transmission.  That may happen since I have not worked out
 everything connented with my new DSL configuration.

There are problems. The files aren't here. Anyway, no need to attach
installation reports. Please just include the installaiton report
template in the bugreport.

 
 My address:
 
 Ivica Culjak
 342 W71st Street, Apt. #2A2
 New York, NY 10023-3556
 TEL: (212) 724-1873

Also, don't expect anything but an email answer. Debian is an
organization of volunteers working on the project on their spare time
and, most of the time, with their personal money and hardware. 




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



Bug#341342: HELP PLEASE!!!

2005-11-29 Thread Christian Perrier
Quoting Allan Thornton ([EMAIL PROTECTED]):
 Package: installation-reports
 
 Debian-installer-version: ?
 uname -a: ?

This information is vital for us to at least give you a proper answer.

 Date: 30-11-2005
 Method: DVD Install

This suggests you used an official Debian sarge 3.1a DVD ? Is that right?


 Comments/Problems:
 
 The first install step worked. But when the system restarted, and started 
 the next phase for the install the system hangs on usb config and hotplug 
 pci config (hardware detection). i got around the usb config ok but still 
 hangs on the hotplug pci config. i disabled usb probe from debian-installer 
 pcmcia detect as well. can you help - Whats happen.

This is probably outside the scope of the Debian Installer team domain
and should be talked with the hotplug maintainers. However, Debian
sarge went out in a moment where major hardware manufacturers began a
transition including many brand new hardware which all require
tweaking stuff just like you did.

 
 I can install ubuntu fine without and problems all hardware works including 
 usb.

The Ubuntu installer is based on Debian installer but may use more
recent versions of it, and it uses a more recent version of the Linux kernel.

I would recommend you try the Debian Installer for Etch version beta1
and then install Debian testing brand (this will be the default). It
has proven often more appropriate for very recent hardware, especially
laptops.

You'll find it from http://www.debian.org/devel/debian-installer





Bug#341357: apt-listbugs: bugs severity is still shown as reported even if it was changed

2005-11-29 Thread Rudy Godoy
Package: apt-listbugs
Version: 0.0.49
Severity: important

When upgrading xfce4-systray i got the warning about a bug which severity
was: grave when reported but it was later downgraded to important.
bug number is: #328846
As far I can see its taking the severity from the initial report. But when
I run after upgrade:
sudo apt-listbugs list xfce4-systray
or
sudo apt-listbugs -s grave list xfce4-systray
it doesn't show anything.

regards,
Rudy

-- 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.14-1-k7
Locale: LANG=es_PE.UTF-8, LC_CTYPE=es_PE.UTF-8 (charmap=UTF-8)

Versions of packages apt-listbugs depends on:
ii  apt   0.6.42.3   Advanced front-end for dpkg
ii  libdpkg-ruby1.8   0.3.1  modules/classes for dpkg on ruby 1
ii  libintl-gettext-ruby1.8   0.11-5 Gettext wrapper for Ruby 1.8
ii  libruby1.8 [libzlib-ruby1.8]  1.8.3-3Libraries necessary to run Ruby 1.
ii  libxml-parser-ruby1.8 0.6.8-1Interface of expat for the scripti
ii  ruby  1.8.2-1An interpreter of object-oriented 

apt-listbugs recommends no packages.

-- no debconf information


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



Bug#341241: RM: partimage-doc -- RoM; please remove from sarge

2005-11-29 Thread Martin Schulze
Jeroen van Wolffelaar wrote:
 retitle 341241 RM: partimage-doc/sarge -- RoM; Useless without partimage 
 itself
 tags 341241 sarge
 thanks

No reason for a removal, there are other packages that some people
consider useless as well, and we don't remove them either.

 On Tue, Nov 29, 2005 at 03:35:31PM +0100, Michael Biebl wrote:
  I took over the partimage/partimage-doc packages shortly before the
  sarge release.
  Unfortunately partimage had an RC bug and I couldn't get it ready for
  the sarge release in time so it was removed from sarge. partimage-doc
  wasn't affected by this RC bug and is now in the sarge archive.
  Having partimage-doc but not partimage in the sarge archive doesn't make
  much sense (please see also bug #315769).
  As I presume that it is not possible to get partimage into the sarge
  archive afterwards (if this is possible please let me know) I request
  the removal of partimage-doc from sarge.
 
 Please contact the stable release manager (Joey Schulze, Cc'd) about
 this, so that he can schedule removal upon the next point release (if he
 agrees). I'm afraid addition indeed isn't possible anymore.

Removing a working package (partimage-doc) is not an option.
Adding a new package (partimage) is not an option either.

Regards,

Joey

-- 
Have you ever noticed that General Public Licence contains the word Pub?

Please always Cc to me when replying to me on the lists.


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



Bug#341358: Missing README.Debian file

2005-11-29 Thread Ola Lundqvist
Package: horde3
Version: 3.0.4-4sarge2
Severity: normal

Hi

On Mon, Nov 28, 2005 at 09:51:05PM +, Graham Seaman wrote:
 Martin Lohmeier wrote
 
 Graham, there need to be something wrong with your setup. I updated from
 kronolith1 a few month ago and never had problems with it. And since
 kronolith1 has beed released a few years ago, it is very unlikely that
 it is broken ;-)
 
 If you use something like eaccelerator, try to clear it's cache. So do
 with your browsers cache. Might be the problem...
 
 When looking for upstream support, have a look at the FAQ [1], Horde BTS
 [2] and the mailing list [3].
 
 Or try to update to horde3 / kronolith2 that might be the best choice...
 
  
 
 OK, that seems to be the consensus. But I'm starting to wonder whether I 
 should move to a different package altogether...
 
 apt-get install horde3
 
 less /etc/horde/horde3/conf.php:
 
 
 echo Horde3 configuration disabled by default because the 
 administration/install wizard give you too much access to the system. 
 Read /usr/share/doc/horde3/README.Debian on how to allow access.;
 
 less  /usr/share/doc/horde3/README.Debian
 
 /usr/share/doc/horde3/README.Debian: No such file or directory
 
 not a good start... :-(

Ehm... This is really wierd. I'll check that out and I'll also
file this as a bugreport.

Regards,

// Ola

 Graham
 
 
 
 bye, Martin
 
 [1] http://wiki.horde.org/FAQ
 [2] http://bugs.horde.org
 [3] http://lists.horde.org/mailman/listinfo/kronolith
  
 
 
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



<    1   2   3   4   5   >