Bug#459558: gcjwebplugin is missing proxy support?

2008-02-07 Thread Anders Boström
 MK == Michael Koch [EMAIL PROTECTED] writes:

 MK On Tue, Feb 05, 2008 at 01:49:02PM +0100, Anders Boström wrote:
  jamvm isn't working at all for me (see above), but cacao seems to
  execute the applet. I tried to run
  'strace cacao -Xbootclasspath/p:/usr/share/classpath/tools.zip 
  gnu.classpath.tools.appletviewer.Main 
  http://www.gnu.org/software/classpath/'
  
  The output from strace indicates that appletviewer doesn't honor
  my proxy settings, and I guess that gcjwebplugin have the
  same problem.
  
  Is there a way to configure appletviewer/gcjwebplugin to use a
  http-proxy?
  
  gappletviewer-4.1 already has a bug report about missing
  proxy support, bug #401410.

 MK How have you configured your proxy settings?

http_proxy=http://proxy2:3128/

And in the case of gcjwebplugin, firefox is using a proxy.pac file
configuring the proxy settings. All other applications I've tried work
fine with my proxy-settings, including other plugins to firefox,
apt-get and wget.

/ Anders




Bug#464302: libmodule-load-conditional-perl: FTBFS: perl-modules: non-matching version installed (5.8.8-12 ! 5.10)

2008-02-07 Thread Lucas Nussbaum
On 06/02/08 at 23:39 -0200, Martín Ferrari wrote:
  Build-Depends-Indep: liblocale-maketext-simple-perl, 
libmodule-load-perl, libparams-check-perl, perl (= 5), perl-modules 
( 5.10) | libversion-perl (= 0.69)
 
   It seems that your builder is not correctly interpreting the depends,
   as they are perfectly satisfiable in unstable.
 
  Is it possible that your definition of unstable include experimental?  :-)
 
 As you said later, I was talking about | libversion-perl. If sbuild
 cannot understand this, isn't that a bug in sbuilder not properly
 implementing policy?
 
That's a bug, yes. However, using | in b-deps is generally not a good
idea, since it might lead to different binary packages being generated
on different arches. So I'm not sure that it's a bug that we want to fix.
Also, the packaged sbuild follows the DSA sbuild, so the change should
be made in the DSA sbuild first.

Now, if you prefer to leave your package's b-deps like that, I don't
mind: I'll just add it to the long list of arch:all packages that sbuild
can't build because of dependency resolution problems ;)
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#464500: Mis-spelt word in bridge-utils-interfaces(5) packages should be packets

2008-02-07 Thread Abhijit Hoskeri
Package: bridge-utils
Version: 1.4-1
Severity: minor

Hi,

In the manual page for bridge-utils-interfaces(5), at around line 67, 
the text Trying to bridge packages coming out of our LAN should be 
Trying to bridge packets coming out of our LAN.

Like wise AP will probably refuse packages with should be AP will
probably refuse packets with.

Thanks,
Abhijit


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

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

Versions of packages bridge-utils depends on:
ii  libc6 2.7-3  GNU C Library: Shared libraries

Versions of packages bridge-utils recommends:
ii  ifupdown  0.6.7  high level tools to configure netw

-- no debconf information



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



Bug#420391: Still large memory footprint

2008-02-07 Thread Roel Schroeven

I made a log of the memory usage:

Date/time   STARTED  ELAPSED %MEM  VSZ   RSS   COMMAND
2008-02-06T23:10:01 22:12:25 57:36 10.6 74840 54708 clamd
2008-02-06T23:20:01 22:12:25 01:07:36 10.6 74840 54708 clamd
2008-02-06T23:30:01 22:12:24 01:17:37 11.7 80516 60308 clamd
2008-02-06T23:40:01 22:12:25 01:27:36 11.7 80516 60308 clamd
...
2008-02-07T00:10:01 22:12:24 01:57:37 11.7 80516 60308 clamd
2008-02-07T00:20:01 22:12:25 02:07:36 11.7 80516 60308 clamd
2008-02-07T00:30:01 22:12:24 02:17:37 21.1 132136 108192 clamd
2008-02-07T00:40:01 22:12:25 02:27:36 21.1 132136 108192 clamd
...

Comparing with /var/log/clamav/clamd.log, it looks like the increases happen 
at the time of database reloads:


Wed Feb  6 23:22:33 2008 - SelfCheck: Database modification detected. Forcing 
reload.

Wed Feb  6 23:22:33 2008 - Reading databases from /var/lib/clamav
Wed Feb  6 23:22:33 2008 - 
/var/spool/exim4/scan/1JMsf2-0003MD-L7/1JMsf2-0003MD-L7.eml: OK

Wed Feb  6 23:22:35 2008 - Database correctly reloaded (206244 signatures)
...
Thu Feb  7 00:22:59 2008 - SelfCheck: Database modification detected. Forcing 
reload.

Thu Feb  7 00:22:59 2008 - Reading databases from /var/lib/clamav
Thu Feb  7 00:22:59 2008 - 
/var/spool/exim4/scan/1JMtbR-0003Ui-5N/1JMtbR-0003Ui-5N.eml: OK

Thu Feb  7 00:23:01 2008 - Database correctly reloaded (206247 signatures)

That looks a bit like clamav bug 736 
(https://wwws.clamav.net/bugzilla/show_bug.cgi?id=736) to me. The development 
team claims it's because of the way malloc/free works, and that the memory 
eventually will be reused by future mallocs. I'm not sure that that is 
consistent with what I'm seeing though.


I'll let it run now and see if the memory usage keeps increasing, or if it 
tops out eventually.


As a last resort I can of course just restart the process every day, but 
that's not a real solution.


--
Roel Schroeven




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



Bug#452074: release blockers/goals

2008-02-07 Thread Marc 'HE' Brockschmidt
severity 452074 important
thanks

Heya,

LFS support is a release *goal*, which means that we allow certain
actions (0-day NMUs, ...) but it is NOT a release blocker. An rc
severity should only be used to *block* the release with the affected
package, that's not what we want here.

So please, don't upgrade bugs for release goals to RC. Adding unneeded
rc bugs just makes the little baby lenny cry.

Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
15: Developer Version
   Programmpaket mit Dokumentation (Kristian Köhntopp)




Bug#418318: Processed: reassign

2008-02-07 Thread Uwe Steinmann
On Wed, Feb 06, 2008 at 07:57:03PM +0100, Luk Claes wrote:
 Debian Bug Tracking System wrote:
  Processing commands for [EMAIL PROTECTED]:
  
  reassign 418318 ftp.debian.org
  Bug#418318: Don't build a php4-specific package because of php4's removal
  Bug reassigned from package `php4-ps' to `ftp.debian.org'.
 
 Shouldn't you just remove the php4-ps binary package in your next upload
 fixing this bug?
That's what I thought as well but Wiesiek Swiatek told me:

quote
You should reassign this bug to ftp.debian.org metapackage with ask to
removal this package from unstable.
Upload new package as php-ps is not enougn, becouse source (php4-ps)
still is aviable in unstable.
/quote

  Uwe

-- 
  MMK GmbH, Fleyer Str. 196, 58097 Hagen
  [EMAIL PROTECTED]
  Tel: 02331 840446Fax: 02331 843920


signature.asc
Description: Digital signature


Bug#464502: subterfugue: Works fine with kernel 2.6

2008-02-07 Thread Josef Spillner
Package: subterfugue
Version: 0.2.1a-9.5
Severity: minor

The package description says [requires 2.4 kernel].
This might have been correct at the time of writing,
however it works fine with 2.6 also. Therefore, and since
2.2 isn't shipped anymore, this remark should be dropped.



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



Bug#464503: linux-image-2.6.24-1-amd64: Hangs on boot with SCSI/blkdev probing comm: scsi_scan_0

2008-02-07 Thread Guido Bozzetto
Package: linux-image-2.6.24-1-amd64
Version: 2.6.24-2
Severity: important

The system boot correctly with:

linux-image-2.6.22-3-amd64 2.6.22-6
linux-image-2.6.24-1-686 2.6.24-2

while with:

linux-image-2.6.24-1-amd64 2.6.24-2

the system don't boot with registers dump.
The system have e IBM ServerRaid 7k with BIOS/Firmware Version 7.12.02:

scsi0 : IBM PCI ServeRAID 7.12.05  Build 761
sd 0:0:0:0: [sda] 72744960 512-byte hardware sectors (37245 MB)
sd 0:0:0:0: [sda] Assuming Write Enabled
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] 72744960 512-byte hardware sectors (37245 MB)
sd 0:0:0:0: [sda] Assuming Write Enabled
sd 0:0:0:0: [sda] Assuming drive cache: write through
 sda: sda1 sda2 sda3 sda4  sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13 
sda14 
sd 0:0:0:0: [sda] Attached SCSI disk
sd 0:0:1:0: [sdb] 500748288 512-byte hardware sectors (256383 MB)
sd 0:0:1:0: [sdb] Assuming Write Enabled
sd 0:0:1:0: [sdb] Assuming drive cache: write through
sd 0:0:1:0: [sdb] 500748288 512-byte hardware sectors (256383 MB)
sd 0:0:1:0: [sdb] Assuming Write Enabled
sd 0:0:1:0: [sdb] Assuming drive cache: write through
 sdb: sdb1 sdb2 sdb3 sdb4  sdb5 sdb6 sdb7 sdb8 sdb9 sdb10 sdb11 sdb12 sdb13 
sdb14 sdb15 
sd 0:0:1:0: [sdb] Attached SCSI disk

The message, after the registers dump, is about the following:

Modules linked in: generic usbhid hid ips floppy scsi_mod piix ide_core
ehci_hcd uhci_hcd tg3 thermal processor fan
Pid: 964, comm: scsi_scan_0 Not tainted 2.6.24-1-amd64 #1
RIP: 

Thank you for your attention, Guido Bozzetto.

-- Package-specific info:
** Version:
Linux version 2.6.24-1-686 (Debian 2.6.24-2) ([EMAIL PROTECTED]) (gcc version 
4.1.3 20080114 (prerelease) (Debian 4.1.2-19)) #1 SMP Thu Jan 31 20:35:50 UTC 
2008

** Command line:
auto BOOT_IMAGE=Linux-686 ro root=802

** Not tainted

** Kernel log:

** Loaded modules:
Module  Size  Used by
nfsd  203984  13 
auth_rpcgss39744  1 nfsd
exportfs4736  1 nfsd
ppdev   8804  0 
parport_pc 33668  0 
lp 11076  0 
parport34280  3 ppdev,parport_pc,lp
autofs420644  5 
nfs   228168  1 
lockd  60744  3 nfsd,nfs
nfs_acl 3520  2 nfsd,nfs
sunrpc170780  14 nfsd,auth_rpcgss,nfs,lockd,nfs_acl
ipt_MASQUERADE  3776  1 
ipt_REDIRECT2080  10 
ipt_owner   1984  4 
ipt_REJECT  4480  3 
ipt_LOG 5952  42 
xt_limit2656  29 
nf_nat_ftp  3296  0 
nf_conntrack_ftp8896  1 nf_nat_ftp
xt_state2464  132 
xt_tcpudp   3136  419 
iptable_mangle  2784  0 
iptable_filter  2976  1 
iptable_nat 6916  1 
ip_tables  13188  3 iptable_mangle,iptable_filter,iptable_nat
nf_nat 18316  4 
ipt_MASQUERADE,ipt_REDIRECT,nf_nat_ftp,iptable_nat
x_tables   14244  10 
ipt_MASQUERADE,ipt_REDIRECT,ipt_owner,ipt_REJECT,ipt_LOG,xt_limit,xt_state,xt_tcpudp,iptable_nat,ip_tables
nf_conntrack_ipv4  17352  134 iptable_nat
nf_conntrack   62240  7 
ipt_MASQUERADE,nf_nat_ftp,nf_conntrack_ftp,xt_state,iptable_nat,nf_nat,nf_conntrack_ipv4
ipv6  240772  44 
quota_v28992  6 
reiserfs  210976  1 
ext2   65608  2 
dm_snapshot16964  0 
dm_mirror  21600  0 
dm_mod 55812  2 dm_snapshot,dm_mirror
pcspkr  3200  0 
rtc13052  0 
serio_raw   6660  0 
psmouse36464  0 
button  8432  0 
i2c_i8019232  0 
i2c_core   22432  1 i2c_i801
iTCO_wdt   11268  0 
e752x_edac 11304  0 
edac_core  42060  1 e752x_edac
shpchp 31028  0 
pci_hotplug27712  1 shpchp
evdev  11104  0 
ext3  122920  21 
jbd43732  1 ext3
mbcache 8288  2 ext2,ext3
sd_mod 27104  27 
sg 33264  0 
ide_cd 36224  0 
cdrom  32512  1 ide_cd
ata_generic 7428  0 
usbhid 28096  0 
libata144464  1 ata_generic
hid34272  1 usbhid
generic 4388  0 [permanent]
floppy 54628  0 
ips40892  25 
scsi_mod  141196  4 sd_mod,sg,libata,ips
ehci_hcd   32524  0 
uhci_hcd   23376  0 
piix7492  0 [permanent]
ide_core  108292  3 ide_cd,generic,piix
usbcore   132940  4 usbhid,ehci_hcd,uhci_hcd
tg388964  0 
thermal16028  0 
processor  36520  1 thermal
fan 4772  0 

** PCI devices:
00:00.0 Host bridge 

Bug#457741: again direntry problems

2008-02-07 Thread Hilmar Preusse
On 31.01.08 Frank Küster ([EMAIL PROTECTED]) wrote:
 Hilmar Preusse [EMAIL PROTECTED] wrote:
  On 23.01.08 Karl Berry ([EMAIL PROTECTED]) wrote:

Hi,

  @direntry
   * ZSH: (zsh). The Z Shell Manual.
  @end direntry
  
  I made the change below to work around this buggy input. Hope it
  doesn't cause undue distress.
  
  Should we check in the diff for Debian until the new upstream
  version is packaged?
 
 Yes, definitely.  If you've followed that, I'd appreciate very much
 if you could check that in and write a changelog entry.
 
I did not really follow it. I just noticed that anybody proposed a
patch and believed that it would solve the problem. Short time ago I
noticed that the patch is already in the SVN and even applied during
build. I'll test ASAP if it solves the problem.

H.
-- 
sigmentation fault




Bug#445726: libjinglebase0.3-0: Parts of libjinglebase is GPLv2 licensed and it links to OpenSSL

2008-02-07 Thread Marc 'HE' Brockschmidt
Heya,

You wanted to investigate how to fix the GPL/OpenSSL problems in
libjingle0.3 in october - did you come to any conclusions?

Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
193: PHP
   People Hate Perl (Kristian Köhntopp)




Bug#370332: [pkg-ntp-maintainers] Bug#370332: ntp: keep server list separate from other ntp.conf settings

2008-02-07 Thread Holger Levsen
Hi,

On Wednesday 06 February 2008 21:48, Kurt Roeckx wrote:
   The current version has an includefile option which you can use for
   this.
  Where is that option described? I checked man ntp.conf and man ntpd but
  couldnt find it.
 /usr/share/doc/ntp-doc/html/miscopt.html

/me wonders if he should file a wishlist bug to include that in a manpage...

  Also, wouldnt we still need to modify a configfile to use that option?
 Well, I guess it would be best if we modified the file to use that.

Yes, please! (I could barely refrain from using caps here :-)


regards,
Holger


pgpvw5Bv6RrIF.pgp
Description: PGP signature


Bug#464501: bluez-audio: A bluetooth headset can't be used to record sound.

2008-02-07 Thread Chao-Cheng Wu
Package: bluez-audio
Version: 3.24-1
Severity: important

Hi,

I've been successfully config my bluetooth headset to playback sound by
using any player I have, such as amarok, mplayer, xmms, but it can't
record sound.

When I use
$ arecord -D bluetooth -f S16_LE | aplay -D bluetooth -f S16_LE

nothing is recorded!

The exactly same bug can also be found from Mandriva Bugzilla in the
following link.

http://qa.mandriva.com/show_bug.cgi?id=37103

According to their thread, this bug has been fix in the bluez cvs, so
please include this patch ASAP. Thanks!

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

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

Versions of packages bluez-audio depends on:
ii  libasound2 1.0.15-3  ALSA library
ii  libbluetooth2  3.24-1Library to use the BlueZ Linux Blu
ii  libc6   2.7-6 GNU C Library: Shared libraries
ii  libdbus-1-31.1.2-1   simple interprocess messaging syst
ii  libglib2.0-0   2.14.5-2  The GLib library of C routines
ii  libgstreamer-plugins-base0 0.10.17-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.17-1 Core GStreamer libraries and eleme
ii  libxml22.6.31.dfsg-1 GNOME XML library

bluez-audio recommends no packages.

-- no debconf information



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



Bug#462169: ITA: python-kinterbasdb -- InterBase/Firebird support for Python

2008-02-07 Thread Sandro Tosi
retitle 462169 ITA: python-kinterbasdb -- InterBase/Firebird support for Python
owner 462169 !
thanks

Adopting into DPMT

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



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



Bug#446905: ipw3945-source fails to build with 2.6.24

2008-02-07 Thread Christian Holm Christensen
Hi, 

I can confirm that the two proposed fixes

  * (Conditionally) define macro MAC_ARG
  * Remove use of SET_MODULE_OWNER or define the macro 

#define SET_MODULE_OWNER(X) do { } while(0) 

solves the problem. 

Yours,

-- 
 ___  |  Christian Holm Christensen 
  |_| |  -
| |  Address: Sankt Hansgade 23, 1. th.  Phone:  (+45) 35 35 96 91
 _|   DK-2200 Copenhagen N   Cell:   (+45) 24 61 85 91
_|DenmarkOffice: (+45) 353  25 447
 |   Email:   [EMAIL PROTECTED]   Web:www.nbi.dk/~cholm
 | |




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



Bug#443394: bash: [completion] Perl completion doesn't complete filenames past 1st

2008-02-07 Thread Kevin Locke
The patch proposed in the initial bug report has the problem that
since -* is stripped off of $cur and placed in $prev in the opening
lines of the _perl function, the test will always be true.

I have attached my approach to the same problem, with the addition of
completing -I and -x arguments (which may easily be ignored if
considered unnecessary).

Cheers,
Kevin
--- bash_completion.old 2008-02-07 01:28:45.0 -0700
+++ bash_completion 2008-02-07 01:40:41.0 -0700
@@ -5188,6 +5188,10 @@
 
 # only handle module completion for now
 case $prev in
+   -I|-x)
+   COMPREPLY=( $( compgen -d -P $prev -- $cur ) )
+   return 0
+   ;;
-m|-M)
_perlmodules
return 0
@@ -5195,7 +5199,7 @@
 esac
 
 # handle case where first parameter is not a dash option
-if [ $COMP_CWORD -eq 1 ]  [[ $cur != -* ]]; then
+if [[ ${COMP_WORDS[COMP_CWORD]} != -* ]]; then
_filedir
return 0
 fi


Bug#420354: fixup? this bug has a patch

2008-02-07 Thread Nicola Manini

Hello,
		this important bug remained open for over 9 months now, even though a simple 
patch is available.

Why not generating a patched version 1.0.8776-5 for lenny?
Thanx!
Nick




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



Bug#464507: openoffice.org: Hang every time when selecting Macro Security...

2008-02-07 Thread Anders Boström
Package: openoffice.org
Version: 1:2.3.1-3
Severity: important

When I select Tools-Options... OpenOffice.org:Security:Macro Security...
openoffice hangs every time. I get this on stdout/stderr:

sid:/home/anders*** glibc detected *** /usr/lib/openoffice/program/soffice.bin:
 double free or corruption (out): 0x7fffd2aacb00 ***
=== Backtrace: =
/lib/libc.so.6[0x2b56dc1ae02a]
/lib/libc.so.6(cfree+0x8c)[0x2b56dc1b1bbc]
/usr/lib/nss/libnssdbm3.so[0x2aaaba27d6a9]
/usr/lib/nss/libsoftokn3.so[0x2aaab9dd3171]
/usr/lib/nss/libsoftokn3.so[0x2aaab9dbbad9]
/usr/lib/nss/libsoftokn3.so[0x2aaab9dbd887]
/usr/lib/nss/libsoftokn3.so[0x2aaab9dbdaea]
/usr/lib/nss/libsoftokn3.so[0x2aaab9dbde38]
/usr/lib/nss/libsoftokn3.so[0x2aaab9dbdf0a]
/usr/lib/libnss3.so.1d[0x2aaab8fffb97]
/usr/lib/libnss3.so.1d[0x2aaab8fffe0f]
/usr/lib/libnss3.so.1d(SECMOD_LoadModule+0x154)[0x2aaab9008a84]
/usr/lib/libnss3.so.1d(SECMOD_LoadModule+0x2b5)[0x2aaab9008be5]
/usr/lib/libnss3.so.1d[0x2aaab8fe5805]
/usr/lib/libnss3.so.1d(NSS_Init+0x5a)[0x2aaab8fe5caa]
/usr/lib/openoffice/program/libxsec_xmlsec.so(_Z20nsscrypto_initializePKc+0x2a)[
0x2aaab8b7352a]
/usr/lib/openoffice/program/libxsec_xmlsec.so(_ZN21SEInitializer_NssImpl21create
SecurityContextERKN3rtl8OUStringE+0x8a)[0x2aaab8b73d2a]
/usr/lib/openoffice/program/libxmlsecurity.so[0x2aaab86aa45c]
/usr/lib/openoffice/program/libxmlsecurity.so[0x2aaab86d50b2]
/usr/lib/openoffice/program/libcui680lx.so[0x2aaab5149a92]
/usr/lib/openoffice/program/libvcl680lx.so(_ZN7Control32ImplCallEventListenersAn
dHandlerEmRK4LinkPv+0x7d)[0x2b56d84f779d]
/usr/lib/openoffice/program/libvcl680lx.so(_ZN6Window11EndTrackingEt+0x13d)[0x2b
56d84e759d]
/usr/lib/openoffice/program/libvcl680lx.so[0x2b56d84e394b]
/usr/lib/openoffice/program/libvcl680lx.so[0x2b56d84e41df]
/usr/lib/openoffice/program/libvclplug_gen680lx.so(_ZN11X11SalFrame16HandleMouse
EventEP7_XEvent+0x294)[0x2b56e1f8ebe4]
/usr/lib/openoffice/program/libvclplug_gen680lx.so(_ZN11X11SalFrame8DispatchEP7_
XEvent+0x11d)[0x2b56e1f8f18d]
/usr/lib/openoffice/program/libvclplug_gen680lx.so(_ZN13SalX11Display5YieldEv+0x
8c)[0x2b56e1fbc76c]
/usr/lib/openoffice/program/libvclplug_gen680lx.so[0x2b56e1fbee17]
/usr/lib/openoffice/program/libvclplug_gen680lx.so(_ZN7SalXLib5YieldEbb+0x392)[0
x2b56e1fb83d2]
/usr/lib/openoffice/program/libvcl680lx.so(_ZN11Application5YieldEb+0x3e)[0x2b56
d830ffee]
/usr/lib/openoffice/program/libvcl680lx.so(_ZN6Dialog7ExecuteEv+0xa8)[0x2b56d847
0098]
/usr/lib/openoffice/program/libcui680lx.so[0x2aaab5086bcc]
/usr/lib/openoffice/program/libcui680lx.so[0x2aaab5036431]
/usr/lib/openoffice/program/libsfx680lx.so[0x2bb11d96]
/usr/lib/openoffice/program/libsfx680lx.so[0x2bc98dc6]
/usr/lib/openoffice/program/libsfx680lx.so(_ZN13SfxDispatcher7ExecuteEttP10SfxIt
emSetS1_t+0x1ea)[0x2bc99f2a]
/usr/lib/openoffice/program/libsfx680lx.so[0x2bcb5da4]
/usr/lib/openoffice/program/libsfx680lx.so[0x2bcb6859]
/usr/lib/openoffice/program/libfwk680lx.so[0x2cc6129b]
/usr/lib/openoffice/program/libvcl680lx.so(_ZN4Menu6SelectEv+0x36)[0x2b56d848535
6]
/usr/lib/openoffice/program/libvcl680lx.so[0x2b56d8480f85]
/usr/lib/openoffice/program/libvcl680lx.so[0x2b56d84e4cd2]
/usr/lib/openoffice/program/libvclplug_gen680lx.so(_ZN10SalDisplay21DispatchInte
rnalEventEv+0xbf)[0x2b56e1fbc6cf]
/usr/lib/openoffice/program/libvclplug_gen680lx.so(_ZN13SalX11Display5YieldEv+0x
19)[0x2b56e1fbc6f9]
/usr/lib/openoffice/program/libvclplug_gen680lx.so[0x2b56e1fbee17]
/usr/lib/openoffice/program/libvclplug_gen680lx.so(_ZN7SalXLib5YieldEbb+0x4e2)[0
x2b56e1fb8522]
/usr/lib/openoffice/program/libvcl680lx.so(_ZN11Application5YieldEb+0x3e)[0x2b56
d830ffee]
/usr/lib/openoffice/program/libvcl680lx.so(_ZN11Application7ExecuteEv+0x27)[0x2b
56d83100c7]
/usr/lib/openoffice/program/soffice.bin(_ZN7desktop7Desktop4MainEv+0x12e0)[0x428
750]
/usr/lib/openoffice/program/libvcl680lx.so[0x2b56d83155c6]
/usr/lib/openoffice/program/libvcl680lx.so(_Z6SVMainv+0x25)[0x2b56d83156b5]
/usr/lib/openoffice/program/soffice.bin(main+0xb1)[0x41b181]
/lib/libc.so.6(__libc_start_main+0xf4)[0x2b56dc1581c4]
/usr/lib/openoffice/program/soffice.bin(_ZN6Window15SetPosSizePixelEt+0x371)
[0x41b039]
=== Memory map: 
0040-00457000 r-xp  08:03 2404019/usr/li
b/openoffice/program/soffice.bin
00657000-00659000 rw-p 00057000 08:03 2404019/usr/li
b/openoffice/program/soff

/ Anders

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (51, 'testing-proposed-updates'), (50, 
'unstable'), (40, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22.15alsa-nb (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to sv_SE.UTF8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openoffice.org depends on:
ii  openoffice.org-base   1:2.3.1-3  OpenOffice.org office suite - data
ii  openoffice.org-calc   1:2.3.1-3  

Bug#464506: Suggest Suggests: zip, for .tc export

2008-02-07 Thread Trent W. Buck
Package: alexandria
Version: 0.6.1-1
Severity: minor

Trying to export to .tc format causes alexandria to complain because
zip(1) isn't installed.  Suggest adding

Suggests: zip

for this reason.

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

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

Versions of packages alexandria depends on:
ii  gconf2   2.20.1-2+b1 GNOME configuration database syste
ii  libamazon-ruby   0.9.0-2 a Ruby library for programmatic ac
ii  libgconf2-ruby   0.16.0-10   GConf 2 bindings for the Ruby lang
ii  libgettext-ruby1.8   1.9.0-1 Gettext for ruby1.8
ii  libglade2-ruby   0.16.0-10   Libglade 2 bindings for the Ruby l
ii  libgnome2-ruby   0.16.0-10   GNOME 2 bindings for the Ruby lang
ii  libruby1.8 [libyaml-ruby1.8] 1.8.6.111-3 Libraries necessary to run Ruby 1.
ii  ruby1.8  1.8.6.111-3 Interpreter of object-oriented scr

alexandria recommends no packages.

-- no debconf information



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



Bug#464508: setserial: [INTL:vi] Vietnamese debconf templates translation update

2008-02-07 Thread Clytie Siddall

Package: setserial
Version: 2.17-45
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the debconf file: setserial

translated and submitted by:

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)

vi.po.gz
Description: GNU Zip compressed data


Bug#464504: please package 0.36

2008-02-07 Thread Simon Josefsson
Package: libopensync1exp2
Version: 0.35-3
Severity: wishlist

Hi!  First, thanks for packaging opensync 0.3x for debian!  I'm happily
using it to sync the contacts between my Nokia E51, Evolution and a file
source.  However, calendar syncing doesn't work...  I don't think 0.36
solves this (I've tried building it locally), but still, it would be
useful to package version 0.36 for debian.  What do you think?

http://opensync.org/wiki/opensync-0.36-notes

/Simon



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



Bug#264339: Unknown DM device 254:0

2008-02-07 Thread maximilian attems
[ first of all keep the bug report on cc that is not private
  converstation, cool thanks ]

On Wed, 06 Feb 2008, ashim saikia wrote:

 Thanks for your suggestion.. but I have tried with
 initramfs-tools also.It does help to create initrd file but when I
 reboot into my new kernel, the same Device Mapper unable to map to the
 specified device 254:0,keeps on populating my screen. This I can only
 overcome by killing udev. So can you suggest me why is it happening.

you seem to not use standard debian kernel, try those first.
sorry but we don't have the time to debug custom .configs
many things can go wrong.

2.6.24 unstable images just install fine in stable or testing.
 
 Actually, I have modified the dvb driver code, which I have recompiled
 it into 2.6.24 kernel. I have downloaded this kernel 2.6.24 from
 kernel.org. My existing kernel version is 2.6.20-15-generic. So is it
 any way related to the difference in kernel version.
 
 Also, the initrd file that is being created amounts to 42M whereas a
 normal initrd file amounts to 7-9M.Can you suggest why is it happening.

that sounds again like a fishy .config debug setting, where
you modules grow big.



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



Bug#464505: uswsusp: thaw fails because external disk changes device name

2008-02-07 Thread Tim Richardson
Package: uswsusp
Version: 0.3~cvs20060928-7etch1
Severity: important

Debian is installed on an external USB drive. / and swap are on /dev/sda
/ is /dev/sda3

On thaw, the disk image is loaded. When the drive is remounted, the 
console messages report that it is now sdb

then I see errors such as
EXT3-fs error (device sda3):ext3_fs_find_entry: reading directory

rejecting I/O due to dead device

fstab uses UUID 



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

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages uswsusp depends on:
ii  debconf [debconf-2.0]  1.5.18Debian configuration management sy
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libgcrypt111.4.0-3   LGPL Crypto library - runtime libr
ii  libgpg-error0  1.4-2 library for common error values an
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

Versions of packages uswsusp recommends:
ii  initramfs-tools   0.91d  tools for generating an initramfs

-- debconf information:
* uswsusp/compute_checksum: false
  uswsusp/no_snapshot:
* uswsusp/suspend_loglevel:
  uswsusp/no_swap:
* uswsusp/early_writeout: true
* uswsusp/image_size: 728674385
* uswsusp/compress: true
  uswsusp/create_RSA_key: false
* uswsusp/snapshot_device:
  uswsusp/RSA_key_file: /etc/uswsusp.key
* uswsusp/max_loglevel:
* uswsusp/resume_device: /dev/sda2
  uswsusp/shutdown_method: platform
* uswsusp/encrypt: false
  uswsusp/splash: false
  uswsusp/RSA_key_bits: 1024
  uswsusp/continue_without_swap: true



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



Bug#464509: virtualbox-ose: [INTL:vi] Vietnamese debconf templates translation

2008-02-07 Thread Clytie Siddall

Package: virtualbox-ose
Version: 1.5.4-dfsg-3
Tags:  l10n patch
Severity: wishlist

The initial Vietnamese translation for the debconf file: virtualbox-ose

translated and submitted by:

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)

vi.po.gz
Description: GNU Zip compressed data


Bug#464511: detect a fully vaild .po file as non-valid

2008-02-07 Thread Patrick Winnertz
Package: lintian
Version: 1.23.42
Severity: normal

While building the newest debian-edu-install I've detected that lintian
raises a warning about:
misnamed-po-file debian/po/nds.po

Actually this is a fully valid .po file, so there seems to be a bug in
lintian.

Greetings
Winnie


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

Kernel: Linux 2.6.24 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages lintian depends on:
ii  binutils2.18.1~cvs20080103-1 The GNU assembler, linker and bina
ii  diffstat1.45-2   produces graph of changes introduc
ii  dpkg-dev1.14.16.6package building tools for Debian
ii  file4.23-1   Determines file type using magic
ii  gettext 0.17-2   GNU Internationalization utilities
ii  intltool-debian 0.35.0+20060710.1Help i18n of RFC822 compliant conf
ii  libparse-debianchan 1.1.1-2  parse Debian changelogs and output
ii  liburi-perl 1.35.dfsg.1-1Manipulates and accesses URI strin
ii  man-db  2.5.1-2  on-line manual pager
ii  perl [libdigest-md5 5.8.8-12 Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information



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



Bug#464512: do not provide Virual facility is LSB header of init script

2008-02-07 Thread Kel Modderman
Package: dnsmasq
Version: 2.40-1
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: incorrect-provides

The dnsmasq initscript LSB header currently declares provision of the '$named'
virtual facility, and it should not according to the guidelines on the wiki [1].

quote
Normally you can use the script name as boot facility but you can also use the
name of the service(s) that the script replaces. Virtual facility names should
not be listed here. Those are defined outside the init.d scripts.
/quote

This should be, and is, done in /etc/insserv.conf as provided by the insserv
package.

Thanks, Kel.

[1] http://wiki.debian.org/LSBInitScripts

---
diff -Nrup dnsmasq-2.40/debian/init dnsmasq-2.40.lsb-fix/debian/init
--- dnsmasq-2.40/debian/init2008-02-07 19:31:09.0 +1000
+++ dnsmasq-2.40.lsb-fix/debian/init2008-02-07 19:30:54.0 +1000
@@ -1,6 +1,6 @@
 #!/bin/sh
 ### BEGIN INIT INFO
-# Provides:   dnsmasq $named
+# Provides:   dnsmasq
 # Required-Start: $network $remote_fs $syslog
 # Required-Stop:  $network $remote_fs $syslog
 # Default-Start:  2 3 4 5
---



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



Bug#464510: [INTL:tr] Turkish po-debconf translation

2008-02-07 Thread Mehmet TURKER
Package: setserial
Version: 2.17-45
Severity: wishlist
Tags: patch l10n


Please find attached the Turkish po-debconf translation.
Regards,


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: Lang=tr_TR, LC_CTYPE=tr_TR (charmap=ISO-8859-9)


tr_setserial_2.17-45.po
Description: tr_setserial_2.17-45.po


Bug#464513: Add -c argument to rexecd in order to accept any client

2008-02-07 Thread Giuseppe Sacco
Package: netkit-rsh
Version: 0.17-14
Severity: wishlist
Tags: patch

Hi,
I am using a linux server with an application accessed via rexec from
many windows clients. These clients aren't recorded in any DNS, and
obtain their IP addresses vi dhcp.

The current rexecd implementation in netkit require client to be
registered in a DNS, otherwise print error Where are you?. AIX version
on rexecd has an option, -c, that skip this control, and accept any
client. (The AIX manual page is available here:
http://www.ncsa.uiuc.edu/UserInfo/Resources/Hardware/IBMp690/IBM/usr/share/man/info/en_US/a_doc_lib/cmds/aixcmds4/rexecd.htm)

I wrote a patch for adding this option to the netkit implementation
(both code and manual page). I would like to submit it for inclusion in
the Debian package.

Thanks a lot,
Giuseppe
diff -ruN netkit-rsh-0.17/rexecd/rexecd.8 netkit-rsh-0.17.new/rexecd/rexecd.8
--- netkit-rsh-0.17/rexecd/rexecd.8	2000-07-31 01:57:04.0 +0200
+++ netkit-rsh-0.17.new/rexecd/rexecd.8	2008-02-07 10:41:40.0 +0100
@@ -39,7 +39,7 @@
 .Nm rexecd
 .Nd remote execution server
 .Sh SYNOPSIS
-.Nm rexecd
+.Nm rexecd [\-c]
 .Sh DESCRIPTION
 .Nm Rexecd
 is the server for the 
@@ -56,6 +56,12 @@
 is initiated:
 .Bl -enum
 .It
+The server verify that the client has a valid hostname
+associated in DNS, unless option \fB\-c\fP is specified.
+If the client machine isn't accepted at this stage, the
+error message 'Where are you?' is returned to the client
+machine.
+.It
 The server reads characters from the socket up
 to a NUL
 .Pq Ql \e0
@@ -64,7 +70,7 @@
 .Tn ASCII
 number, base 10.
 .It 
-If the number received in step 1 is non-zero,
+If the number received in step 2 is non-zero,
 it is interpreted as the port number of a secondary
 stream to be used for the 
 .Em stderr .
diff -ruN netkit-rsh-0.17/rexecd/rexecd.c netkit-rsh-0.17.new/rexecd/rexecd.c
--- netkit-rsh-0.17/rexecd/rexecd.c	2008-02-07 10:43:16.0 +0100
+++ netkit-rsh-0.17.new/rexecd/rexecd.c	2008-02-07 10:20:51.0 +0100
@@ -120,8 +120,10 @@
 	struct sockaddr_storage from;
 	struct sockaddr *const fromp = (void *)from;
 	socklen_t fromlen;
+	int namerequired = 1;
 
-	(void)argc;
+	if (argc1)
+		namerequired = strcmp(-c, argv[1]);
 
 	fromlen = sizeof(from);
  
@@ -150,9 +152,21 @@
 #else
 	{
 	char hbuf[NI_MAXHOST];
+	int i;
 
-	if (getnameinfo(fromp, fromlen,
-			hbuf, sizeof(hbuf), NULL, 0, NI_NAMEREQD)) {
+	i = getnameinfo(fromp, fromlen,
+			hbuf, sizeof(hbuf), NULL, 0, NI_NAMEREQD);
+	if (i  !namerequired) {
+long unsigned int ad4 = ((struct sockaddr_in *)fromp)-sin_addr.s_addr;
+if (from.ss_family == AF_INET6)
+syslog(LOG_ERR, getnameinfo(family=AF_INET6) failed with code %d (%s)., i, gai_strerror(i));
+else {
+sprintf(hbuf,%lu.%lu.%lu.%lu, ad40xff, (ad48)0xff, (ad416)0xff, (ad424)0xff);
+i = getnameinfo(fromp, fromlen, hbuf, sizeof(hbuf), NULL, 0, 0);
+}
+	}
+
+	if (i) {
 		write(0, \1Where are you?\n, 16);
 		return 1;
 	}


Bug#462648: update-menu: example menufiles giving syntax errors

2008-02-07 Thread Bill Allombert
On Wed, Feb 06, 2008 at 04:43:06PM -0800, Nick Daly wrote:
 Followup-For: Bug #462648
 Package: menu
 Version: 2.1.37
 
 *** Please type your report below this line ***
 More ways update-menus doesn't work:
 Update-menus no longer understands custom (any?) menufiles.
 
 To reproduce:
 Make a custom menu file (such as the lyx menufile from the 
 /usr/share/menu directory):
 ?package(lyx):
   needs=X11 section=Applications/Office \
   title=LyX Document Processor command=lyx \
   icon=/usr/share/icons/hicolor/32x32/apps/lyx.xpm\
   hints=Word processors
 
 After making the file executable (chmod 755) so it produces output, and 

You should not make it executable since it is not a shell script or
a program.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 



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



Bug#432350: eclipse: New upstream version 3.3.1.1

2008-02-07 Thread Marcus Better
Hi,

what's the status of this? Anything that can be done to help?

Marcus



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



Bug#464514: [pkg-wpa-devel] Bug#464514: wpasupplicant segfaults after successful authentication

2008-02-07 Thread Kel Modderman
tags 464514 pending
thanks

On Thursday 07 February 2008 19:56:05 Alex wrote:
 Package: wpasupplicant
 Version: 0.6.2+git20080202.gde6ccd7-1 0
 Severity: critical
 
 
 Using the configuration (no problems with older wpasupplicant)
 network={
   [...]
   key_mgmt=IEEE8021X
   eap=TTLS
   phase2=auth=MSCHAPV2
   [...]
 }
 wpasupplicant dies with:
 --
 AP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
 CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
 Speicherzugriffsfehler
 --
 
 -dd shows a massive loop of
 --
 EAPOL: KEY_RX entering state KEY_RECEIVE
 EAPOL: processKey
 EAPOL: RX IEEE 802.1X ver=1 type=3 len=57 EAPOL-Key: type=1 
 key_length=13 key_index=0x2
 --
 after which wpasupplicant finally segfaults.
 
 I downgraded to the version in testing.

I believe to this to be fixed in the current pkg-wpa SVN, which pulled the
latest hostap git and included the following bugfix:

http://w1.fi/gitweb/gitweb.cgi?p=hostap.git;a=commitdiff;h=8c0dad4904474016c373573414c8e16ba51e88ad

Thanks, Kel.



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



Bug#464503: linux-image-2.6.24-1-amd64: Hangs on boot with SCSI/blkdev probing comm: scsi_scan_0

2008-02-07 Thread maximilian attems
On Thu, 07 Feb 2008, Guido Bozzetto wrote:

 The system boot correctly with:
 
 linux-image-2.6.22-3-amd64 2.6.22-6
 linux-image-2.6.24-1-686 2.6.24-2
 
 while with:
 
 linux-image-2.6.24-1-amd64 2.6.24-2
 

can you please try?
linux-image-2.6.24-1-amd64 2.6.24-3



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



Bug#464518: Errors in desktop file

2008-02-07 Thread Jérôme Guelfucci
Package: gnome-chess
Version: 0.4.0-1
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy
Tags: patch

When trying to validate the desktop file with desktop-file-validate,
the result is:

Paquets/gnome-chess/gnome-chess-0.4.0.orig/gnome-chess.desktop:
warning: key Encoding in group Desktop Entry is deprecated
Paquets/gnome-chess/gnome-chess-0.4.0.orig/gnome-chess.desktop:
warning: value GNOME;Application;Game;BoardGame; for key
Categories in group Desktop Entry contains a deprecated value
Application

The first error is solved by a patch in the debian package, the second
is still here.

I'm attaching an updated patch which solves this.

Thanks.
diff -urN gnome-chess-0.4.0.orig/gnome-chess.desktop gnome-chess-0.4.0/gnome-chess.desktop
--- gnome-chess-0.4.0.orig/gnome-chess.desktop  2006-11-03 07:43:24.0 +0100
+++ gnome-chess-0.4.0/gnome-chess.desktop   2008-02-07 11:07:18.0 +0100
@@ -1,5 +1,4 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=Chess
 Name[az]=Şahmat
 Name[cs]=Å achy
@@ -47,7 +46,7 @@
 Icon=gnome-chess.png
 Terminal=false
 Type=Application
-Categories=GNOME;Application;Game;BoardGame;
+Categories=GNOME;Game;BoardGame;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=gnome-chess
 X-GNOME-Bugzilla-Component=General

diff -urN gnome-chess-0.4.0.orig/gnome-chess.desktop.in gnome-chess-0.4.0/gnome-chess.desktop.in
--- gnome-chess-0.4.0.orig/gnome-chess.desktop.in   2003-08-22 00:26:16.0 +0200
+++ gnome-chess-0.4.0/gnome-chess.desktop.in2008-02-07 11:07:36.0 +0100
@@ -1,12 +1,11 @@
 [Desktop Entry]
-Encoding=UTF-8
 _Name=Chess
 _Comment=Play Chess
 Exec=gnome-chess
 Icon=gnome-chess.png
 Terminal=false
 Type=Application
-Categories=GNOME;Application;Game;BoardGame;
+Categories=GNOME;Game;BoardGame;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=gnome-chess
 X-GNOME-Bugzilla-Component=General


Bug#464517: newsbeuter: Newsbeuter does not pick up any new news items from any feed

2008-02-07 Thread Nigel McNie
Package: newsbeuter
Version: 0.7-3
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Newsbeuter has stopped reporting any new news items from any of my
feeds. Deleting cache.db does not fix the problem, neither does
downgrading it to any other version in the 0.7 or 0.6 series, strangely.

I can see it requesting the feeds as normal at the bottom of the screen,
it gets the feed titles appropriately, but doesn't add any items to
them.

It used to work fine, including every version in the 0.6 series. So it
might not be a problem with newsbeuter itself, but I am unsure of what
to look for.

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

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

Versions of packages newsbeuter depends on:
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libcurl3-gnutls 7.18.0-1 Multi-protocol file transfer libra
ii  libgcc1 1:4.3-20080202-1 GCC support library
ii  libmrss00.19.0-1 C library for parsing, writing and
ii  libncursesw55.6+20080119-1   Shared libraries for terminal hand
ii  libnxml00.18.1-3 C library for parsing, writing and
ii  libsqlite3-03.4.2-2  SQLite 3 shared library
ii  libstdc++6  4.3-20080202-1   The GNU Standard C++ Library v3

newsbeuter recommends no packages.

- -- no debconf information

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

iD8DBQFHqtoCwyV9iOAWYiERAiVsAKCX10UBddcCFCEpOhWfptHDOt0y2ACgihFB
jJyIjIX6JVZdMfGbPPyy4Y8=
=lC42
-END PGP SIGNATURE-



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



Bug#462872: initramfs-tools: install/update on hppa fails during post-installation with exit status 133

2008-02-07 Thread maximilian attems
hello,

[ sorry lost track which email you want to have that reply ]

On Thu, 31 Jan 2008, Dirk Van Hertem wrote:
[..snipp..]
 nope, it is installed, but not correctly, each time i install something  
 it reconfigures:

 sh-3.1# dpkg -l initramfs-tools
 Desired=Unknown/Install/Remove/Purge/Hold
 | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
 |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:  
 uppercase=bad)
 ||/ Name   VersionDescription
 +++-==-==-
 iF  initramfs-tool 0.91d  tools for generating an initramfs

 what does the ouput of:
 sh -x update-initramfs -u
   
 sh -x update-initramfs -u
 + run_bootloader
 + '[' -x /sbin/grub ']'
 + '[' -e /boot/grub/menu.lst ']'
 + '[' -x /usr/sbin/grub ']'
 + '[' -r /etc/lilo.conf ']'
 + '[' -x /sbin/elilo ']'
 + '[' -r /etc/zipl.conf ']'
 + backup_booted_initramfs
 + initramfs_bak=/boot/initrd.img-2.6.22-3-parisc64.dpkg-bak
 + '[' '!' -r /boot/initrd.img-2.6.22-3-parisc64.dpkg-bak ']'
 + '[' '!' -r /proc/uptime ']'
 + '[' yes = no ']'
 + '[' '!' -r /boot/initrd.img-2.6.22-3-parisc64.bak ']'
 ++ awk '{printf %d, $1 / 3600 / 24}' /proc/uptime
 + uptime_days=0
 + '[' -n 0 ']'
 ++ find /boot/initrd.img-2.6.22-3-parisc64.bak -mtime +0
 + boot_initramfs=

are you sure you included everything up to the end?
aboves seems like half a trace of backup_booted_initramfs()
in update-initramfs, what does this output:
find /boot/initrd.img-2.6.22-3-parisc64.bak -mtime +0

 echo $?
   
 133

tss
return value 133 means a tool was killed with signal 5, which is SIGTRAP
but i have zero idea right now how and why that happens on your box.

-- 
maks



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



Bug#464514: wpasupplicant segfaults after successful authentication

2008-02-07 Thread Alex

Package: wpasupplicant
Version: 0.6.2+git20080202.gde6ccd7-1 0
Severity: critical


Using the configuration (no problems with older wpasupplicant)
network={
 [...]
 key_mgmt=IEEE8021X
 eap=TTLS
 phase2=auth=MSCHAPV2
 [...]
}
wpasupplicant dies with:
--
AP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
Speicherzugriffsfehler
--

-dd shows a massive loop of
--
EAPOL: KEY_RX entering state KEY_RECEIVE
EAPOL: processKey
EAPOL: RX IEEE 802.1X ver=1 type=3 len=57 EAPOL-Key: type=1 
key_length=13 key_index=0x2

--
after which wpasupplicant finally segfaults.

I downgraded to the version in testing.


Greetings,
Alex



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



Bug#462779: libgtk2.0-0: crashes immediately on Alpha

2008-02-07 Thread Sebastian Dröge

Am Sonntag, den 27.01.2008, 15:08 +0100 schrieb Thimo Neubauer:
 Package: libgtk2.0-0
 Version: 2.12.5-2
 Severity: grave
 Justification: renders package unusable
 
 Starting any gtk-program ends up in a segfault inside strlen(). Here
 are two example backtraces made with the debug libraries:

Hi,
does this still happen with latest gtk from unstable?

I'm a bit lost how this backtrace with these function parameters is
possible at all... type_data_make_W() is called with value_table=NULL
from g_type_init_with_debug_flags()...




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



Bug#454550: Here is a conflict of our interests

2008-02-07 Thread Alexander E. Patrakov
Hello Zack,

The -DDOINTERPOLATE Ghostscript option was added to Evince at my
request, logged as the following GNOME bug report (now closed):

http://bugzilla.gnome.org/show_bug.cgi?id=319049

Fixing your bug by removing -DDOINTERPOLATE unconditionally would
reopen the bug above. IMHO, we should formulate the rules for the
desired Evince behaviour that suit us both before doing anything with
the code or compilation options.

-- 
Alexander E. Patrakov



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



Bug#464516: dia: foo

2008-02-07 Thread Filip Van Raemdonck
Package: dia
Version: 0.96.1-5
Severity: normal

Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Filip Van Raemdonck [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: dia: lacking drawing possibilities
Bcc: Filip Van Raemdonck [EMAIL PROTECTED]
X-Reportbug-Version: 3.39

Package: dia
Version: 0.96.1-5

Trying to draw a tunnel shape by hand (due to lack of an existing one) I
couldn't because the drawing possibilities are severely clumsy.

A few random thoughts:
 * I tried to create a tunnel shape first by drawing an elipsis (long
   axis vertically oriented) and connecting two horizontal lines to it.
   Either I would have to connect one end point of the line to the and
   have it be non-horizontal, or have it horizontal but not be
   connected; due to the lack of snap-horizontal/vertical/some-degree
   drawing modifier.
 * I could work around that by enabling snap to raster, snapping the
   center point of the elipsis, snapping the two outer points, and
   snap-drawing two horizontal lines to the raster at the points where
   they'd be connected to the elipsis. Rather cumbersome...
 * Next problem was adding the second elipsis at the other side of the
   tunnel; I had to draw it away from the endpoints of the horizontal
   lines, snap center and outer points similarly to the first one to
   align it correctly, then make the horizontal lines longer to snap on
   the raster at the point where they'd be connected to this second
   elipsis. Again, way to complicated for what should be a simple
   drawing.
 * Then I realized that the two elipsises were filled with white,
   whereas the plane in between them and the horizontal connecting lines
   was completely open.
 * As I couldn't figure out how to fill that plane, I removed the lines
   tried replacing them with a rectangular shape. Which I could not
   connect to the elipsises in any way; while the corners of the
   rectangle and the intersection points of the elipsises would both be
   snapped to the raster, the shapes were not connected.
 * I realized there was another problem: to have a 3d perception, on
   elipsis should only be half visible. Could do that by moving it
   below the rectangle, but then the side of the rectangle above that
   elipsis would remain visible. Some way of breaking up shapes would
   be nice.
 * At that point I gave up. I also tried using the existing storage shape
   from the network sheet, but that wouldn't work out either because
   a) there's no way to rotate shapes that I could find
   b) there's no way to resize shapes only in one direction


KR,

Filip

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

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

Versions of packages dia depends on:
ii  dia-common 0.96.1-5  Diagram editor (common files)
ii  dia-libs   0.96.1-5  Diagram editor (library files)
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libc6  2.7-3 GNU C Library: Shared libraries
ii  libcairo2  1.4.10-1+b2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.14.1-5  The GLib library of C routines
ii  libgtk2.0-02.12.1-1  The GTK+ graphical user interface 
ii  libpango1.0-0  1.18.4-1  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-2PNG library - runtime
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcomposite1 1:0.3.2-1+b1  X11 Composite extension library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxdamage11:1.1.1-3 X11 damaged region extension libra
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.31.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

Versions of packages dia recommends:
ii  gsfonts-x11   0.20   Make 

Bug#464507: openoffice.org: Hang every time when selecting Macro Security...

2008-02-07 Thread Rene Engelhard
tag 464507 + moreinfo
thanks

Hi,

Anders Boström wrote:
 When I select Tools-Options... OpenOffice.org:Security:Macro Security...
 openoffice hangs every time. I get this on stdout/stderr:
 
 sid:/home/anders*** glibc detected *** 
 /usr/lib/openoffice/program/soffice.bin:
  double free or corruption (out): 0x7fffd2aacb00 ***
[...]

I don't see this in a clean lenny chroot on amd64...

OTOH, looking at upstreams bug tracker shows that there were some fixes
related to this in 2.4. Can you re-check with 2.4? (it's in
experimental).

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73





Bug#464519: openoffice.org-calc: In calc, auto-increment on mouse-drag fails on negative numbers

2008-02-07 Thread Patrice Pillot
Package: openoffice.org-calc
Version: 1:2.3.1-3
Severity: normal


Since I upgraded my testing box to 2.3.1, I cannot anymore use the
auto-[in|de]crement feature when base cell holds a negative number.

First example: 
Put 1 in A1, then grab the bottom-right corner of A1 and drag it
downside: A2 is filled with 2, A3 with 3, ... This is the expected
behavior.

Put -1 in A1, then grab the bottom-right corner of A1 and drag it
downside: A2, A3, ... are all filled with the same -1 value instead of
0, 1, ...

Second exemple:
Put 1 in A1 and 3 in A2, select both cells then grab the bottom-right
corner of A2 and drag it downside: subsequent cells are filled with
5, 7, ... This is the expected behavior.

Put -4 in A1 and -2 in A2, select both cells then grab the bottom-right
corner of A2 and drag it downside: subsequent cells are repeatedly
filled with the same sequence, -4, -2, over and over.

This bug doesn't exhibit on www.openoffice.org version according to
the OOo fr mailing-list.

Regards,

phep

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

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.utf8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openoffice.org-calc depends on:
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libgcc1 1:4.3-20080116-1 GCC support library
ii  libstdc++6  4.3-20080116-1   The GNU Standard C++ Library v3
ii  libstlport4.6c2 4.6.2-3  STLport C++ class library
ii  libsuitesparse  3.0.0-7  collection of libraries for comput
ii  lp-solve5.5.0.10-9   Solve (mixed integer) linear progr
ii  openoffice.org-base-cor 1:2.3.1-3OpenOffice.org office suite -- lib
ii  openoffice.org-core 1:2.3.1-3OpenOffice.org office suite archit

openoffice.org-calc recommends no packages.

Versions of packages openoffice.org-core depends on:
ii  fontconfig 2.5.0-2   generic font configuration library
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libcurl3-gnutls7.17.1-1+b1   Multi-protocol file transfer libra
ii  libdb4.5   4.5.20-11 Berkeley v4.5 Database Libraries [
ii  libexpat1  1.95.8-4  XML parsing C library - runtime li
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3-20080116-1  GCC support library
ii  libglib2.0-0   2.14.5-2  The GLib library of C routines
ii  libgstreamer-plugins-b 0.10.15-4 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.15-4 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.5-2  The GTK+ graphical user interface 
ii  libhunspell-1.1-0  1.1.9-1   spell checker and morphological an
ii  libhyphen0 2.3-5 ALTLinux hyphenation library - sha
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libicu38   3.8-5 International Components for Unico
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libldap2   2.1.30.dfsg-13.5  OpenLDAP libraries
ii  libneon27-gnutls   0.27.2-1  An HTTP and WebDAV client library 
ii  libnspr4-0d4.7.0~1.9b1-2 NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0~1.9b1-2Network Security Service libraries
ii  libpam0g   0.99.7.1-5Pluggable Authentication Modules l
ii  libpango1.0-0  1.18.4-1  Layout and rendering of internatio
ii  libportaudio2  19+svn20071022-2  Portable audio I/O - shared librar
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libsndfile11.0.17-4  Library for reading/writing audio 
ii  libstartup-notificatio 0.9-1 library for program launch feedbac
ii  libstdc++6 4.3-20080116-1The GNU Standard C++ Library v3
ii  libstlport4.6c24.6.2-3   STLport C++ class library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxaw72:1.0.4-1 X11 Athena Widget library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.31.dfsg-1 GNOME XML library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxslt1.1 1.1.22-1  XSLT processing library - runtime 
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  openoffice.org-common  1:2.3.1-3 OpenOffice.org 

Bug#464420: gpgkeys: Build depends on ancient libqt3-compat-headers

2008-02-07 Thread Peter Mathiasson
Hello

Thanks for your work.
Please proceed to upload your NMU.

// Peter

On Wed, 2008-02-06 at 14:10 -0500, Barry deFreese wrote:
 Package: gpgkeys
 Version: 0.3.1-4
 Severity: normal
 User: [EMAIL PROTECTED]
 Usertag: libqt3-compat-headers
 
 Hi,
 
 We are currently attempting to remove the antiquated libqt3-compat-headers 
 from the archive.
 
 Here is a patch to build gpgkeys without libqt3-compat-headers.
 
 It also adds a man page which closes #233028 and some policy updates.  I 
 realize it is a little intrusive 
 for an NMU, sorry.
 
 Thank you,
 
 Barry deFreese




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



Bug#464521: apt-cache search traffic misses iproute

2008-02-07 Thread Mike Bird
Package: iproute
Version: 20080108-1
Severity: minor


The iproute package contains tc but the package description does
not contain the word traffic so apt-cache search traffic fails
to list iproute.

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

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

Versions of packages iproute depends on:
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libdb4.6  4.6.21-5   Berkeley v4.6 Database Libraries [

Versions of packages iproute recommends:
pn  libatm1   none (no description available)

-- no debconf information



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



Bug#464522: /usr/bin/checkbashisms: misreports $( foo command) as $( foo)

2008-02-07 Thread Marc Haber
Package: devscripts
Version: 2.10.15
Severity: normal
File: /usr/bin/checkbashisms

Hi,

checkbashisms misreports $( foo command) as a bashism, which it isn't.

Greetings
Marc

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

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

Versions of packages devscripts depends on:
ii  debianutils   2.28.2 Miscellaneous utilities specific t
ii  dpkg-dev  1.14.16.6  package building tools for Debian
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  perl  5.8.8-12   Larry Wall's Practical Extraction 
ii  sed   4.1.5-5The GNU sed stream editor

Versions of packages devscripts recommends:
ii  fakeroot  1.9.3  Gives a fake root environment

-- no debconf information



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



Bug#463929: exim4: Segfaults after libpq5 upgrade

2008-02-07 Thread Philip Craig
Package: exim4
Version: 4.68-2
Followup-For: Bug #463929


Due to other packages on my machine (apache etc) I can't easily do the
libpq5 downgrade. Has anyone had any success with going to
libpq5_8.3.0-1 from unstable?


-- Package-specific info:

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

Kernel: Linux 2.6.18-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages exim4 depends on:
ii  debconf [debconf-2.0] 1.5.18 Debian configuration management sy
ii  exim4-base4.68-2 support files for all Exim MTA (v4
ii  exim4-daemon-heavy4.68-2 Exim MTA (v4) daemon with extended

exim4 recommends no packages.

-- debconf information excluded



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



Bug#464517: newsbeuter: Newsbeuter does not pick up any new news items from any feed

2008-02-07 Thread Nico Golde
reassign 464517 libmrss
merge 464517 464372
thanks

Hi Nigel,
* Nigel McNie [EMAIL PROTECTED] [2008-02-07 11:22]:
 Package: newsbeuter
 Version: 0.7-3
 Severity: important
 
 Newsbeuter has stopped reporting any new news items from any of my
 feeds. Deleting cache.db does not fix the problem, neither does
 downgrading it to any other version in the 0.7 or 0.6 series, strangely.

This is a bug in libmrss, the ABI changed. newsbeuter is 
waiting for a recompile.
Thus reassigning this bug to libmrss.

Kind regards
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpH0WLxcSZpY.pgp
Description: PGP signature


Bug#464520: dvdbackup should return an error description when dvd drive is permission

2008-02-07 Thread Florian Lohoff
Package: dvdbackup
Version: 0.1.1-10
Severity: normal


Hi,
when running dvdbackup against a drive one has no permission on 
dvdbackup returns immediatly with no error report. This is kind of
annoying to debug and Joe User is not really used to running
programs with strace to replace error messages by common knowledge.

Flo


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

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

Versions of packages dvdbackup depends on:
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libdvdread3   0.9.7-3library for reading DVDs

dvdbackup recommends no packages.

-- no debconf information
-- 
Florian Lohoff  [EMAIL PROTECTED] +49-171-2280134
Those who would give up a little freedom to get a little 
  security shall soon have neither - Benjamin Franklin


signature.asc
Description: Digital signature


Bug#464523: linux-image-2.6.24-1-amd64: b43 needs patches for kernel 2.6.24

2008-02-07 Thread Andreas Richter
Package: linux-image-2.6.24-1-amd64
Version: 2.6.24-3
Severity: important

I own a Broadcom bcm4311 rev 2 WLAN-Card. To run this card with the b43 driver 
the kernel 2.6.24 needs patches.
The issue is described in[1]. The patch you can download from[2].
Please inlcude the patches in the next release of 2.6.24 images so i can use 
2.6.24 with wlan on my machine.

For the moment i must unload b43 and ssb in order to load ndiswrapper for run 
my wlan-device.



-- Package-specific info:
** Version:
Linux version 2.6.24-1-amd64 (Debian 2.6.24-3) ([EMAIL PROTECTED]) (gcc version 
4.1.3 20080114 (prerelease) (Debian 4.1.2-19)) #1 SMP Wed Feb 6 14:31:28 UTC 
2008

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

** Tainted: P (1)

** Kernel log:
swsusp: Basic memory bitmaps created
swsusp: Basic memory bitmaps freed
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
input: PC Speaker as /class/input/input2
pnp: the driver 'tpm_inf_pnp' has been registered
tpm_inf_pnp 00:02: Found C231 with ID IFX0102
tpm_inf_pnp 00:02: TPM found: config base 0x520, data base 0x530, chip version 
0x000b, vendor id 0x15d1 (Infineon), product id 0x000b (SLB 9635 TT 1.2)
tpm_inf_pnp 00:02: driver attached
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
piix4_smbus :00:14.0: Found :00:14.0 device
ACPI: PCI Interrupt :00:14.2[A] - GSI 16 (level, low) - IRQ 16
ACPI: EC: non-query interrupt received, switching to interrupt mode
si3054: cannot initialize. EXT MID = 
input: Power Button (FF) as /class/input/input3
ACPI: Power Button (FF) [PWRF]
input: Sleep Button (CM) as /class/input/input4
ACPI: Sleep Button (CM) [C28D]
input: Lid Switch as /class/input/input5
ACPI: Lid Switch [C265]
ACPI: AC Adapter [C1EB] (off-line)
Yenta: CardBus bridge found at :02:04.0 [103c:30c2]
ACPI: Battery Slot [C1ED] (battery present)
ACPI: Battery Slot [C1EC] (battery absent)
Yenta: ISA IRQ mask 0x0cb8, PCI irq 20
Socket status: 3006
Yenta: Raising subordinate bus# of parent bus (#02) from #03 to #06
pcmcia: parent PCI bridge Memory window: 0xd010 - 0xd03f
Synaptics Touchpad, model: 1, fw: 6.2, id: 0x2580b1, caps: 0xa04793/0x30
serio: Synaptics pass-through port at isa0060/serio4/input0
input: SynPS/2 Synaptics TouchPad as /class/input/input6
input: Video Bus as /class/input/input7
Bluetooth: Core ver 2.11
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: HCI USB driver ver 2.9
usbcore: registered new interface driver hci_usb
ACPI: Video Device [C08D] (multi-head: yes  rom: no  post: no)
Adding 4883720k swap on /dev/sda5.  Priority:-1 extents:1 across:4883720k
EXT3 FS on sda1, internal journal
loop: module loaded
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: [EMAIL PROTECTED]
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda6, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
EXT3 FS on sda2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
powernow-k8: Found 1 AMD Turion(tm) 64 X2 Mobile Technology TL-64 processors (2 
cpu cores) (version 2.20.00)
powernow-k8:0 : fid 0xe (2200 MHz), vid 0x11
powernow-k8:1 : fid 0xc (2000 MHz), vid 0x12
powernow-k8:2 : fid 0xa (1800 MHz), vid 0x13
powernow-k8:3 : fid 0x8 (1600 MHz), vid 0x14
powernow-k8:4 : fid 0x0 (800 MHz), vid 0x1e
powernow-k8: ph2 null fid transition 0xe
pnp: the driver 'parport_pc' has been registered
lp: driver loaded but no devices found
ppdev: user-space parallel port driver
hda: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
hda: drive_cmd: error=0x04 { AbortedCommand }
ide: failed opcode was: 0xef
Clocksource tsc unstable (delta = -112351453 ns)
Bluetooth: L2CAP ver 2.9
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.8
hda: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
hda: drive_cmd: error=0x04 { AbortedCommand }
ide: failed opcode was: 0xef
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, 
GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 1768 MBytes.
[fglrx] ASYNCIO init succeed!
[fglrx] PAT is enabled successfully!
[fglrx] module loaded - fglrx 8.45.4 [Jan 16 2008] on minor 0
ACPI: PCI Interrupt :01:05.0[B] - GSI 19 (level, low) - IRQ 19
[fglrx] GART Table is not in FRAME_BUFFER range 
[fglrx] Reserve Block - 0 offset =  0X7ffb000 length = 0X5000
[fglrx] Reserve Block - 1 offset =  0X0 length = 0X100
ndiswrapper version 1.51 loaded (smp=yes, preempt=no)
usbcore: registered new interface driver ndiswrapper
usbcore: deregistering interface driver 

Bug#215968: patch for version 3.1.0

2008-02-07 Thread L. Redrejo
I've upgraded the patch to work on current sid/lenny dhcp3 version
(3.1.0). It's available at
http://linex.educarex.es/dhcpd-ldap/dhcp-3.1.0-ldap.patch

There are two options of using it:
- patching always Debian dhcp3 sources, so dhcp3-server is always able
to use ldap as backend
- creating a new package called dhcp3-server-ldap

In any case, I think dhcp3 maintainers have to take the decission. If
they don't want to maintain a dhcp3-server-ldap package but think it
would be the best solution I could manage to maintain it inside Debian
Edu. 
This patch is beginning to be a real need for many projects, and in
Debian Edu CDD we see it as the only solution to manage thousands of
computers using dhcp. As we want to use only packages inside Debian we
need an answer to implement it in the future Lenny based version.

Best regards
José L.


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#464355: New upstream release

2008-02-07 Thread Amaya
Hey there,

Alan Baghumian wrote:
 Please do not report new upstream release bugs against development
 releases.

Oops!
Care to elaborate why or point me to where this is documented?

Thanks


-- 
  ·''`. Cheap beer  cheap chocolate - The real deal
 : :' :   
 `. `'   Proudly running Debian GNU/Linux (unstable)
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com




Bug#464524: Fails to build with glib2.0 = 2.15

2008-02-07 Thread Sebastian Dröge
Package: libidl
Version: 0.8.9-0.1
Severity: important

Hi,
libidl fails to build with glib2.0 = 2.15. This is fixed by the new
upstream release 0.8.10.

Please update ASAP.




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



Bug#464525: Fails to build with glib2.0 = 2.15

2008-02-07 Thread Sebastian Dröge
Package: orbit2
Version: 1:2.14.10-0.1
Severity: important

Hi,
orbit2 fails to build with glib2.0 = 2.15. This is fixed by the new
upstream release 2.14.12.

Please update ASAP.




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



Bug#464523: linux-image-2.6.24-1-amd64: b43 needs patches for kernel 2.6.24

2008-02-07 Thread maximilian attems
On Thu, Feb 07, 2008 at 11:51:21AM +0100, Andreas Richter wrote:
 
 I own a Broadcom bcm4311 rev 2 WLAN-Card. To run this card with the b43 
 driver the kernel 2.6.24 needs patches.
 The issue is described in[1]. The patch you can download from[2].
 Please inlcude the patches in the next release of 2.6.24 images so i can use 
 2.6.24 with wlan on my machine.
 
 For the moment i must unload b43 and ssb in order to load ndiswrapper for run 
 my wlan-device.

known, the stable queue for 2.6.24 has a nr of b43 patches:
:~/src/stable-queue/queue-2.6.24$ ls -1 | grep b43
b43-drop-packets-we-are-not-able-to-encrypt.patch
b43-fix-dma-slot-resource-leakage.patch
b43-fix-suspend-resume.patch
b43legacy-drop-packets-we-are-not-able-to-encrypt.patch
b43legacy-fix-dma-slot-resource-leakage.patch
b43legacy-fix-pio-crash.patch
b43legacy-fix-suspend-resume.patch
b43-reject-new-firmware-early.patch


i'm waiting for 2.6.24.1, this will of course get pushed out soon.




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



Bug#464462: gimp: Choose file dialog don't show files

2008-02-07 Thread David Roguin
It happens every time I open a png file.
It Also happens when working with a xcf file and saving the contents
twice as a png.

It doesn't happen with another program i've used recently.

El mié, 06-02-2008 a las 23:28 -0500, Ari Pollak escribió:
 Does this happen with any file? Are the files on any special filesystem?
 Does this happen with other programs that use GTK+?
 





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



Bug#463535: logout hangs with libgtk2.0-0 2.12.5-2

2008-02-07 Thread Sebastian Dröge
Hi,
can you still reproduce this with latest gtk from unstable? Does
something show up in ~/.xsession-errors ?

What happens if you run a Gtk application from a terminal? Does it also
hang when closing?

Unfortunately I can't reproduce this locally.




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



Bug#463907: Creates tempfiles in a unsafe way

2008-02-07 Thread Nico Golde
Hi,
I found a similar issue in wml_contrib/wmg.cgi which we also install in our
package:

 369 $tmpfile = /tmp/pe.tmp.$$;
 370 unlink($tmpfile);
 371 open(TMP, $tmpfile);
 372 print TMP $contents;
 373 close(TMP);
 374 open(TMP, $tmpfile);
 375 $tmpimg = newFromGif GD::Image(TMP);
 376 close(TMP);
 377 unlink($tmpfile);

And one in wml_backend/p3_eperl/eperl_sys.c:
210 char *mytmpfile(char *id)
211 {
212 char ca[1024];
213 char *cp, *tmpdir;
214 int i;
215
216 tmpdir = getenv (TMPDIR);
217 if (tmpdir == (char *) NULL)
218 tmpdir=/tmp;
219
220 snprintf(ca, sizeof(ca), %s/%s.%d.tmp%d, tmpdir, id, (int)getpid(), 
mytmpfilecnt++);
221 ca[sizeof(ca)-1] = NUL;
222 cp = strdup(ca);
223 for (i = 0; mytmpfiles[i] != NULL; i++)
224 ;
225 mytmpfiles[i++] = cp;
226 mytmpfiles[i] = NULL;
227 return cp;
228 }

I am going to fix this using mkstemp, however the fix won't
be race free because ideally you also need you have to open the
file via the file descriptor returned by mkstemp to ensure
that the file did not change. For this I would need to completely
change the function and I don't want to do such an intrusive change.
However this is not a big issue and more theoretical but should be
fixed by upstream later.

I am going to fix this as well.

Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpcZNUePQdst.pgp
Description: PGP signature


Bug#464523: Forgot links

2008-02-07 Thread Andreas Richter
In my Bugreport i forgot the links. Here you are.

[1] http://www.mail-archive.com/debian-user%40lists.debian.org/msg506664.html
[2] http://linuxwireless.org/download/b43/patch_2.6.24_for_4311_2

-- 
Andreas Richter 
URLs: http://ar.oszine.de | http://www.oszine.de
GPG-KeyID: 0x7BA12DD9
Fingerprint: D2E9 202B F4F0 EB16 25DE 5FF7 0CF2 3C57 7BA1 2DD9


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


Bug#464191: Sound broken with linux-image-2.6.24-1-686

2008-02-07 Thread Matěj Laitl
On Thursday 07 of February 2008 08:09:24 Mikko Nurminen wrote:
 Package alsa-firmware-loaders doesn't seem to handle a module for
 these chips.

This is not the right package, the right one is just alsa-firmware, which is 
evidently not packaged in Debian. You can get it from the alsa project, e.g.: 
ftp://ftp.alsa-project.org/pub/firmware/

Please note that this package does not contain the module, only firmware, 
which is needed by the in-kernel module. (The firmware needs to be installed 
somewhere where the kernel finds it, usually something like this:
/lib/firmware/ess/maestro3_assp_kernel.fw 
/lib/firmware/ess/maestro3_assp_minisrc.fw)



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



Bug#464058: turba access checking issue

2008-02-07 Thread Peter Paul Elfferich
Hey Chuck, Gregory,

I've also tested the patch. It successfully secures the data, but it also
silently removes the non editable contacts from contact lists as the list is
viewed.  Are you or are you not supposed to be able to add contacts from one
address book to a contact list in another address book? If not then users
should also no longer be able to add contacts to contact lists from other
address books.

Regards,

Peter Paul

On Feb 7, 2008 2:37 AM, Gregory Colpart [EMAIL PROTECTED] wrote:

 Hi Chuck,

 On Tue, Feb 05, 2008 at 03:25:10PM -0500, Chuck Hagenbuch wrote:
  Hi Gregory.
 
  Can you please test this patch on Turba 2.1.x?
 
  I have a more comprehensive update for Turba 2.2.x and HEAD which
  cleans up the _read() function's API a bit more but has the same
  effect. In my tests it denies access properly now.
 
  Also, if you're curious: the issue is that you can access other user's
  contacts in the same database table (source) by specifying your own
  source id in the URL, but a contact id of another user's contact. I
  can't reproduce or find any issues other than that - can you confirm?
 
  Thanks,
  -chuck
 
 
  Index: lib/Driver/sql.php
  ===
  RCS file: /repository/turba/lib/Driver/sql.php,v
  retrieving revision 1.59.10.17
  diff -u -r1.59.10.17 sql.php
  --- lib/Driver/sql.php30 Nov 2006 21:33:47 -  1.59.10.17
  +++ lib/Driver/sql.php5 Feb 2008 20:35:43 -
  @@ -182,6 +182,15 @@
   $where = $criteria . ' = ?';
   $values[] = $this-_convertToDriver($id);
   }
  +if (isset($this-map['__owner'])) {
  +if ($this-usingShares) {
  +$owner = $this-share-get('uid');
  +} else {
  +$owner = Auth::getAuth();
  +}
  +$where .= ' AND ' . $this-map['__owner'] . ' = ?';
  +$values[] = $this-_convertToDriver($owner);
  +}
   if (!empty($this-_params['filter'])) {
   $where .= ' AND ' . $this-_params['filter'];
   }
 

 I test your patch with success. I have now a no results message
 when I try to edit a contact owned by a different user.

 (Note: I Cc: Debian BTS because it's an unembargoed bug ;)

 Regards,
 --
 Gregory Colpart [EMAIL PROTECTED]  GnuPG:1024D/C1027A0E
 Evolix - Informatique et Logiciels Libres http://www.evolix.fr/



 --
 To unsubscribe, send mail to [EMAIL PROTECTED]



Bug#464526: O: feed2imap -- test bug

2008-02-07 Thread Lucas Nussbaum
Package: wnpp

This is a test bug. please don't adopt feed2imap ;)
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#453309: logtail ignores the -o (offset file) option

2008-02-07 Thread Marc Haber
On Tue, Feb 05, 2008 at 11:08:57PM +0100, Heiko Schlittermann wrote:
 Marc Haber [EMAIL PROTECTED] (Di 05 Feb 2008 22:55:16 CET):
  I do not see a bug in the package, the documented call works fine.
  Whether the documentation needs to be changed would be Martin's last
  call, he will comment in due time.
 
 True, not the binary is buggy but the docs. But for this reason I still
 insist on seeing abug in logtail*deb ;)
 
 And - enhancing both - the docs and the binary shouldn't harm too
 much. And (at least from my POV) it gives more consistent behaviour of
 the logtail tool.

I agree. I'll leave the last call to Martin.

Greetings
Marc

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



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



Bug#441019: reopen

2008-02-07 Thread Robert Millan
reopen 441019
thanks

This wasn't fixed.  You need a versioned dependency in base-files in the
binary packages, not as Build-Depends.

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call… if you are unable to speak?
(as seen on /.)



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



Bug#457128: ept-cache is still broken

2008-02-07 Thread Enrico Zini
On Tue, Feb 05, 2008 at 08:25:50PM -0500, Etan S. C. Reisner wrote:

 I tried adding 'import apt' to before the current import line, after which
 ept-cache reindex gets farther but still fails. This time it fails with:
 NameError: global name 'expandtags' is not defined on line 97 of
 apttags.py.

Thank you for following up.

I finally got round to properly fix apttags.py and I've uploaded a new
version of apt-xapian-index with the fixed plugin.  If you upgrade
apt-xapian-index (as soon as it's available in the mirrors), the problem
should disappear.

I'll leave this bug open, however, until I upload a new version of
ept-cache that depends on the new version of apt-xapian-index.


Ciao,

Enrico

-- 
GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#327585: [Pkg-openldap-devel] Bug#327585: libltdl and RTLD_GLOBAL

2008-02-07 Thread Stephen Gran
This one time, at band camp, Russ Allbery said:
 Russ Allbery [EMAIL PROTECTED] writes:
 
  I wonder if it would be worthwhile to live with the code duplication and
  namespace pollution and use libltdl in convenience mode instead of
  installable mode with slapd.  That would basically cause slapd to use
  RTLD_GLOBAL, correct?  It would resolve the issue with back-perl and
  also with back-meta, at the cost of namespace pollution only for slapd
  plugins and things they load.
 
 For back-meta, never mind -- Howard Chu says that back-meta is violating
 the module policy for slapd and they will want to change it upstream so
 that it doesn't have the direct dependency on back-ldap.
 
 That still leaves back-perl.  Maybe we can convince Brendan to start
 linking all modules (and the Perl interpretor) against libperl as of the
 5.10 release that's coming soon?

I honestly don't know if it makes sense or not.  When this was brought
up, several people advanced several theories about why it might be done
this way, and there were as many theories as people.  I'd be curious in
the general case why perl is built that way.

If it turns out that it can be built so that the binary is linked to
libperl on all arches, linking the modules is fairly straightforward -
changing MakeMaker to always link to -lperl should do it for all the
binary modules.  We'll need to trigger a massive binNMU afterwards, but
that should be doable.

Do you feel like getting the ball rolling with Bod ?

Cheers,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#458879: debian-edu-doc FTBFS but only in sid not in etch

2008-02-07 Thread Holger Levsen
tags 458879 +help
thanks

Hi,

http://bugs.debian.org/458879 describes how debian-edu-doc fails to build from
source but only in sid not in etch, and I'm bcc:ing you, the dblatex and 
libxml2-utils maintainers, to kindly ask for your help/input/hint as I 
have no idea why.

To reproduce: fakeroot apt-get source -b debian-edu-doc in sid :)

It hangs with the following output:
[...]
#
# Build ITIL book
#
dblatex -T simple -o ./documentation/norwegian/itil.pdf 
./documentation/norwegian/itil.xml
Build the listings...
XSLT stylesheets DocBook -  LaTeX 2e (0.2.8-5)
===
Invalid table entry row=1/column=1 (@colstart)

ps shows the following commands are run, but they consume 0 cpu ressources, so
I think they might wait for some input on stdin?! Strangely on Lucas build, 
which caused the bugreport, the build failed after 3 seconds...

18154 pts/4S+ 0:00   \_ /usr/bin/python /usr/bin/dblatex -T 
simple -o ./documentation/norwegian/itil.pdf 
/home/holgi/Projects/debian-edu/debian-edu/src/debian-edu-doc/documentation/norwegian/itil.xml
18157 pts/4S+ 0:00   \_ /usr/bin/xmllint --noout --valid 
./documentation/norwegian/itil.xml

Do you have an idea what change from etch to sid might have caused this?


regards,
Holger


pgpC8u4JmRniX.pgp
Description: PGP signature


Bug#464507: openoffice.org: Hang every time when selecting Macro Security...

2008-02-07 Thread Anders Boström
 RE == Rene Engelhard [EMAIL PROTECTED] writes:

 RE Anders Boström wrote:
  When I select Tools-Options... OpenOffice.org:Security:Macro Security...
  openoffice hangs every time. I get this on stdout/stderr:
  
  sid:/home/anders*** glibc detected *** 
  /usr/lib/openoffice/program/soffice.bin:
  double free or corruption (out): 0x7fffd2aacb00 ***
 RE [...]

 RE I don't see this in a clean lenny chroot on amd64...

 RE OTOH, looking at upstreams bug tracker shows that there were some fixes
 RE related to this in 2.4. Can you re-check with 2.4? (it's in
 RE experimental).

Same problem with 1:2.4.0~ooh680m6-1 from experimental :-( .

I tested with openoffice 2.0.4 in a debian stable 32-bit chroot on the
same computer with the same user-account, and Macro Security...
works fine in that version.

The upgrade of openoffice.org from 2.3 to 2.4 was not clean, I got
this:

# apt-get -t experimental install openoffice.org
...
Unpacking replacement openoffice.org-common ...
dpkg: error processing 
/var/cache/apt/archives/openoffice.org-common_1%3a2.4.0~ooh680m6-1_all.deb 
(--unpack):
 trying to overwrite 
`/usr/lib/openoffice/share/registry/modules/org/openoffice/Office/Common/Common-math.xcu',
 which is also in package openoffice.org-math
dpkg-deb: subprocess paste killed by signal (Broken pipe)

Solution was to purge all openoffice packages first and then rerun
'apt-get -t experimental install openoffice.org'.

In addition to this, I got an error message about failing to load a
basic module during the first start of 2.4, but not on following
starts of 2.4 (I'm sorry for not writing down the exact error
message.).

/ Anders




Bug#464442: The problem disappeared, when I downgraded to the debian/testing (why system has upgraded itself to unstable???)

2008-02-07 Thread Wojtek Zabolotny
I'have discovered, that my system has been unintentionally upgraded to 
debian/unstable ???!!!


One of the unofficial package repositories provided a package, which 
put additional
apt source-list into the /etc/apt/sources.list.d, containing the 
reference to the packages from the unstable branch (strictly it was 
emdebian-tools from the http://www.emdebian.org/ ).


To remove the problem, I had to delete the 
/etc/apt/sources.list.d/emdebian.sources.list , and then to downgrade 
the system back to the testing, creating

the /etc/apt/preferences with the following contents:

# cat /etc/apt/preferences
Package: *
Pin: release a=stable
Pin-Priority: 100

Package: *
Pin: release a=testing
Pin-Priority: 1001

Package: *
Pin: release a=unstable
Pin-Priority: 50


Then I was able to downgrade with some executions of apt-get 
dist-upgrade  and dselect (it was necessary to remove temporarily 
some packages, to make the downgrade possible).


So now I have the wine in version:  0.9.44-1
And the xserver:   xserver-xorg-video-intel in version: 2:2.1.0-2

and everything works as perfectly, as before...




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



Bug#448860: Fixed upstream

2008-02-07 Thread Wouter Bolsterlee
This issue has been fixed upstream. See for details:

  http://issues.workrave.org/cgi-bin/bugzilla/show_bug.cgi?id=691#c2

This bug report can be closed when a new version/update is packaged.

  mvrgr, Wouter

-- 
:wq   mail [EMAIL PROTECTED]
  web http://uwstopia.nl

just a little strength in our hearts :: enough to heal   -- heather nova


signature.asc
Description: Digital signature


Bug#464527: Add Categories in desktop file

2008-02-07 Thread Wouter Bolsterlee
Package: workrave

The Debian-specific workrave.desktop file (there is none provided upstream
it seems) does not have a Categories line, so that Workrave appears in the
Other category of my Gnome menu.

Please add this line:

  Categories=GTK;Utility;

...to the bottom of the .desktop file so that it gets categorized correctly
under the Utilities submenu.

  mvrgr, Wouter

-- 
:wq   mail [EMAIL PROTECTED]
  web http://uwstopia.nl

i see the rifles coming over the hill -- black rebel motorcycle club


signature.asc
Description: Digital signature


Bug#464519: openoffice.org-calc: In calc, auto-increment on mouse-drag fails on negative numbers

2008-02-07 Thread Rene Engelhard
close 464519 1:2.4.0~ooh680m5-1
thanks

Hi,


Patrice Pillot wrote:
 Since I upgraded my testing box to 2.3.1, I cannot anymore use the
 auto-[in|de]crement feature when base cell holds a negative number.
 
 First example: 
 Put 1 in A1, then grab the bottom-right corner of A1 and drag it
 downside: A2 is filled with 2, A3 with 3, ... This is the expected
 behavior.
 
 Put -1 in A1, then grab the bottom-right corner of A1 and drag it
 downside: A2, A3, ... are all filled with the same -1 value instead of
 0, 1, ...

Indeed.

Can reproduce this with 2.3.1-3 on my powerpc machine but not anymore
with a 1:2.4.0~ooh680m5-1 I have here. Looks like it's working i the 2.4
packages. [Didn't try on i386 as there's no i386 build of the 2.4
packages yet]

Closing/Marking appropriately.
Can you confirm?

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73





Bug#464169: ITP: vagalume -- A GTK+-based Last.fm client

2008-02-07 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/06/08 22:45, Christian Perrier wrote:
 Quoting Alberto Garcia ([EMAIL PROTECTED]):
[snip]

 Also, if a user doesn't know what GTK+ is, he/she probably won't
 expect a radio player being non-graphical ...

 There are very few non-graphical Last.fm clients around, Vagalume is
 not special for that :)
 
 
 Let me clarify.
 
 Saying that something is GTK-based is probably meaningful for the
 average geek. It means nothing for the average user. This is what I
 call jargon.

I've *got* to disagree here.  If you're taking the responsibility to
search for and install apps, it is incumbent upon you to have *some*
basic knowledge of your system.  Among the most important is whether
you have a GNOME/GTK or KDE/Qt system, and whether you run Stable,
Testing or Sid.

- --
Ron Johnson, Jr.
Jefferson LA  USA

PETA - People Eating Tasty Animals
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHqvh0S9HxQb37XmcRArRSAJ4/I/VBkd9ERYyii7RsP6fvVJzkkACg5cq6
ey3t7sm4aGDEQcryDzAspSY=
=GrTR
-END PGP SIGNATURE-



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



Bug#464529: Package: installation-reports

2008-02-07 Thread mi demur

Package: installation-reports

Boot method: How did you boot the installer? CD
Image version: Full URL to image you downloaded is best
Date: Date and time of the install 05/02/2008

Machine: Description of machine IMAC G5 MacOS X 10.4
Processor:
Memory: 512 mega
Partitions: df -Tl will do; the raw partition table is preferred

Output of lspci -nn and lspci -vnn:

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

Initial boot:   [ ]
Detect network card:[ ]
Configure network:  [ ]
Detect CD:  [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

Description of the install, in prose, and any thoughts, comments
  and ideas you had during the initial install.
Objet : install yaboot


id = AD49B272-7759-49BB-BF55-E9A25DAC0757

Objet : install yaboot


the only dificult to install debian - linux was the  install of  
yaboot on IMAC G5 with MacOS X 10.4; the first time it was not  
installed; only the twice; it seems install; but il do not function.

Thanks for your help,




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



Bug#464528: segmentation fault while scrolling msword document

2008-02-07 Thread Riccardo Magliocchetti
Package: openoffice.org-writer
Version: 1:2.3.1-3
Severity: normal

Hi,

I get this while scrolling a word document, it crash while starting
displaying the second page. I'm sorry but i can't attach the file.


Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xf57f76c0 (LWP 15240)]
0xedf3115d in vclcanvas::CanvasHelper::strokePolyPolygon ()
   from /usr/lib/openoffice/program/vclcanvas.uno.so
(gdb) bt full
#0  0xedf3115d in vclcanvas::CanvasHelper::strokePolyPolygon ()
   from /usr/lib/openoffice/program/vclcanvas.uno.so
No locals.
#1  0xedf1dd7d in
canvas::CanvasBasecanvas::BaseMutexHelpercppu::WeakComponentImplHelper4com::sun::star::rendering::XBitmapCanvas,
com::sun::star::rendering::XIntegerBitmap,
com::sun::star::lang::XServiceInfo,
com::sun::star::beans::XFastPropertySet ,
vclcanvas::CanvasBitmapHelper, vclcanvas::tools::LocalGuard,
cppu::OWeakObject::strokePolyPolygon ()
   from /usr/lib/openoffice/program/vclcanvas.uno.so
No locals.
#2  0xedead52d in render ()
   from /usr/lib/openoffice/program/libcppcanvas680li.so
No locals.
#3  0xede90415 in cppcanvas::internal::CachedPrimitiveBase::render ()
   from /usr/lib/openoffice/program/libcppcanvas680li.so
No locals.
#4  0xede99c65 in cppcanvas::internal::ImplRenderer::draw ()
   from /usr/lib/openoffice/program/libcppcanvas680li.so
No locals.
#5  0xedfe60a9 in MtfRenderer::draw ()
   from /usr/lib/openoffice/program/libmtfrenderer.uno.so
No locals.
#6  0xf7cf309e in GDIMetaFile::ImplPlayWithRenderer ()
---Type return to continue, or q return to quit---
   from /usr/lib/openoffice/program/libvcl680li.so
No locals.
#7  0xf7cf3bde in GDIMetaFile::Play ()
   from /usr/lib/openoffice/program/libvcl680li.so
No locals.
#8  0xf000a2f6 in GraphicManager::ImplDraw ()
   from /usr/lib/openoffice/program/libgo680li.so
No locals.
#9  0xf000a4e9 in GraphicManager::ImplCreateOutput ()
   from /usr/lib/openoffice/program/libgo680li.so
No locals.
#10 0xf0010cd4 in GraphicManager::ImplDraw ()
   from /usr/lib/openoffice/program/libgo680li.so
No locals.
#11 0xf00112eb in GraphicManager::DrawObj ()
   from /usr/lib/openoffice/program/libgo680li.so
No locals.
#12 0xf0007df6 in GraphicObject::Draw ()
   from /usr/lib/openoffice/program/libgo680li.so
No locals.
#13 0xf14932f4 in SwNoTxtFrm::PaintPicture ()
   from /usr/lib/openoffice/program/libsw680li.so
No locals.
---Type return to continue, or q return to quit---
#14 0xf1493842 in SwNoTxtFrm::Paint ()
   from /usr/lib/openoffice/program/libsw680li.so
No locals.
#15 0xf137c964 in SwLayoutFrm::Paint ()
   from /usr/lib/openoffice/program/libsw680li.so
No locals.
#16 0xf137e4d4 in SwFlyFrm::Paint ()
   from /usr/lib/openoffice/program/libsw680li.so
No locals.
#17 0xf1307911 in SwVirtFlyDrawObj::DoPaintObject ()
   from /usr/lib/openoffice/program/libsw680li.so
No locals.
#18 0xf0d6b55d in sdr::contact::ViewContactOfSdrObj::PaintObject ()
   from /usr/lib/openoffice/program/libsvx680li.so
No locals.
#19 0xf0d739ad in sdr::contact::ViewObjectContact::PaintObject ()
   from /usr/lib/openoffice/program/libsvx680li.so
No locals.
#20 0xf0d73620 in sdr::contact::ViewObjectContact::PaintObjectHierarchy ()
   from /usr/lib/openoffice/program/libsvx680li.so
No locals.
#21 0xf0d7370c in sdr::contact::ViewObjectContact::PaintDrawHierarchy ()
   from /usr/lib/openoffice/program/libsvx680li.so


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-amd64

Debian Release: lenny/sid
  500 unstabledebian.fastweb.it
  500 OpenNMS 1.3 debian.opennms.org

--- Package information. ---
Depends(Version) | Installed
-+-
libc6 (= 2.7-1) | 2.7-6
libgcc1  (= 1:4.1.1-21) | 1:4.2.2-4
libicu38  (= 3.8-5) | 3.8-5
libstdc++6 (= 4.1.1-21) | 4.2.2-4
libstlport4.6c2  | 4.6.2-3
libwpd8c2a   | 0.8.13-2
libwps-0.1-1 | 0.1.2-1
libxml2  | 2.6.30.dfsg-3.1
openoffice.org-base-core   (= 1:2.3.1-3) | 1:2.3.1-3
openoffice.org-core(= 1:2.3.1-3) | 1:2.3.1-3
python-uno  (= 1:2.3.1) | 1:2.3.1-3
zlib1g(= 1:1.1.4-1) | 1:1.2.3.3.dfsg-9

-- 
Riccardo Magliocchetti



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



Bug#464519: openoffice.org-calc: In calc, auto-increment on mouse-drag fails on negative numbers

2008-02-07 Thread Patrice Pillot

Hi,

Rene Engelhard wrote:

close 464519 1:2.4.0~ooh680m5-1
Can reproduce this with 2.3.1-3 on my powerpc machine but not anymore
with a 1:2.4.0~ooh680m5-1 I have here. Looks like it's working i the 2.4
packages. [Didn't try on i386 as there's no i386 build of the 2.4
packages yet]

Closing/Marking appropriately.
Can you confirm?


No I can't, sorry. It seems the binary is presently only available on 
amd64 which I don't own. Besides I'm not much inclined in testing 
pakages from experimental on my lenny box :-/ (though it seems ther 
would not be too much dependencies problem).


Do you think OOo 2.4 will have time to transition to lenny ?

Anyway, thanks for your quick reply.

phep



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



Bug#464530: libghc6-ftphs-dev: postinst failure (regex-compat-0.71.0.1 not found)

2008-02-07 Thread Laurent Bonnaud
Package: libghc6-ftphs-dev
Version: 1.0.4.0
Severity: grave
Justification: renders package unusable


Hi,

here is the problem:

Setting up libghc6-ftphs-dev (1.0.4.0) ...
Reading package info from 
/usr/lib/haskell-packages/ghc6/lib/ftphs-1.0.4/installed-pkg-config ... done.
ghc-pkg: dependency regex-compat-0.71.0.1 doesn't exist (use --force to 
override)
dpkg: error processing libghc6-ftphs-dev (--configure):

Those packages are installed on the system:

ii  libghc6-regex-base-dev  0.93.1-3
GHC 6 library providing an API for regular e
ii  libghc6-regex-compat-dev0.91-1  
GHC 6 library provinding old Text.Regex infe
ii  libghc6-regex-posix-dev 0.93.1-1
GHC 6 library of the POSIX regex backend for

(this is probably a case of missing dependency).


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

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

Versions of packages libghc6-ftphs-dev depends on:
ii  ghc6  6.8.2-1GHC - the Glasgow Haskell Compilat
ii  libghc6-hslogger-dev  1.0.4  The Haskell Logging Framework, GHC
ii  libghc6-missingh-dev  1.0.0.1Library of utility functions for H
ii  libghc6-network-dev   2.1.0.0-1  Haskell network library for GHC

libghc6-ftphs-dev recommends no packages.

-- no debconf information

-- 
Laurent Bonnaud.
http://www.lis.inpg.fr/pages_perso/bonnaud/





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



Bug#464507: openoffice.org: Hang every time when selecting Macro Security...

2008-02-07 Thread Rene Engelhard
Hi,

Anders Boström wrote:
  RE == Rene Engelhard [EMAIL PROTECTED] writes:
 
  RE Anders Boström wrote:
   When I select Tools-Options... OpenOffice.org:Security:Macro 
 Security...
   openoffice hangs every time. I get this on stdout/stderr:
   
   sid:/home/anders*** glibc detected *** 
 /usr/lib/openoffice/program/soffice.bin:
   double free or corruption (out): 0x7fffd2aacb00 ***
  RE [...]
 
  RE I don't see this in a clean lenny chroot on amd64...
 
  RE OTOH, looking at upstreams bug tracker shows that there were some fixes
  RE related to this in 2.4. Can you re-check with 2.4? (it's in
  RE experimental).
 
 Same problem with 1:2.4.0~ooh680m6-1 from experimental :-( .

Hrmpf. Thanks for testing, though.

 The upgrade of openoffice.org from 2.3 to 2.4 was not clean, I got
 this:
 
 # apt-get -t experimental install openoffice.org
 ...
 Unpacking replacement openoffice.org-common ...
 dpkg: error processing 
 /var/cache/apt/archives/openoffice.org-common_1%3a2.4.0~ooh680m6-1_all.deb 
 (--unpack):
  trying to overwrite 
 `/usr/lib/openoffice/share/registry/modules/org/openoffice/Office/Common/Common-math.xcu',
  which is also in package openoffice.org-math
 dpkg-deb: subprocess paste killed by signal (Broken pipe)

Already fixed in 1:2.4.0~ooh680m6-2 (and -3 will fix another bug like
this).

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73





Bug#443189: PTS: 443189: please use jeroen's buildd pages

2008-02-07 Thread Stefano Zacchiroli
On Thu, Feb 07, 2008 at 11:07:56AM +0900, Paul Wise wrote:
 I'd also like to see the PTS using jeroen's buildd status page instead
 of igloo's buildd status page since it is more useful.

URL please 

Anyhow the current ports link points to
http://buildd.debian-ports.org/status/package.php?p=PACKAGE, title of
such pages is Jeroen's buildd information page. Chances are that this
is already what you needed.

If not, please compare the informative content of what you are proposing
with igloo's and give us a hint about whether yours can replace igloo's.

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],cs.unibo.it,debian.org}  -%-  http://upsilon.cc/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Bug#464519: openoffice.org-calc: In calc, auto-increment on mouse-drag fails on negative numbers

2008-02-07 Thread Rene Engelhard
Hi,

Patrice Pillot wrote:
 Rene Engelhard wrote:
 close 464519 1:2.4.0~ooh680m5-1
 Can reproduce this with 2.3.1-3 on my powerpc machine but not anymore
 with a 1:2.4.0~ooh680m5-1 I have here. Looks like it's working i the 2.4
 packages. [Didn't try on i386 as there's no i386 build of the 2.4
 packages yet]

 Closing/Marking appropriately.
 Can you confirm?

 No I can't, sorry. It seems the binary is presently only available on  
 amd64 which I don't own. Besides I'm not much inclined in testing  

Well, but i386 will hopefully be available soon.

 Do you think OOo 2.4 will have time to transition to lenny ?

I hope it will go into lenny, yes. Judging from bugs fixed like this, we
really should try it.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73





Bug#422523: Please check the bug with xchm 1.14-1

2008-02-07 Thread Kartik Mistry
Hi Igor,

Can you please check if this bug occurs with latest upload of xchm
1.14-1 in unstable?

Please let the bug report know.

-- 
 Cheers,
 Kartik Mistry | 0xD1028C8D | IRC: kart_
 blog.ftbfs.in  | kartikm.wordpress.com



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



Bug#443189: PTS: 443189: please use jeroen's buildd pages

2008-02-07 Thread Paul Wise
On Thu, 2008-02-07 at 13:50 +0100, Stefano Zacchiroli wrote:

 URL please 

Sorry, should have repeated the URLs from the original bug report:

http://buildd.debian.org/~jeroen/status/
http://buildd.debian.org/~jeroen/status/package.php?p=packagesuite=unstable

 Anyhow the current ports link points to
 http://buildd.debian-ports.org/status/package.php?p=PACKAGE, title of
 such pages is Jeroen's buildd information page. Chances are that this
 is already what you needed.

That looks like the same script.

 If not, please compare the informative content of what you are proposing
 with igloo's and give us a hint about whether yours can replace igloo's.

It provides better status information, more information (dep-waits/etc)
and nice little extracts of build logs or reasons for failing (including
bug numbers). It also runs on the buildd host so probably has more
up-to-date  accurate information. It supports multiple packages, but
doesn't seem to support searching by maintainer email address and
doesn't show a summary of numbers of arches in each state.

Frankly I'd like to see it replace some of the official buildd
interface, but getting the PTS/DDPO to use it for the More link is a
good first start.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#297110: Please check the bug with xchm 1.14-1

2008-02-07 Thread Kartik Mistry
Hi,

Can you please check if this bug occurs with latest upload of xchm
1.14-1 in unstable?
Please let the bug report know.

-- 
 Cheers,
 Kartik Mistry | 0xD1028C8D | IRC: kart_
 blog.ftbfs.in  | kartikm.wordpress.com



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



Bug#464531: RFP: Jing -- A RELAX NG validator in Java

2008-02-07 Thread Philippe Bourcier
Package: wnpp
Severity: wishlist


hello,

  DocBook is soon moving to RELAX NG.
Would be nice to have Jing

* Package name: Jing
  Version : 20030619
  Upstream Author : James Clark [EMAIL PROTECTED]
* URL : http://www.thaiopensource.com/relaxng/jing.html
* License : http://www.thaiopensource.com/relaxng/copying.html
  Programming Lang: Java
  Description : A RELAX NG validator in Java

This version of Jing implements

* RELAX NG 1.0 Specification,
* RELAX NG Compact Syntax, and
* parts of RELAX NG DTD Compatibility, specifically checking of
* ID/IDREF/IDREFS.

Jing also has experimental support for schema languages other than RELAX
NG; specifically

* W3C XML Schema (based on Xerces-J);
* Schematron;
* Namespace Routing Language.


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

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#444340: fglrx-kernel-src: Fails to build on amd64 (multiarch) kernel

2008-02-07 Thread Arturas K

hello,

some hints/ideas:

fglrx-driver in etch/amd64 have 32bit binaries in /emul/ia32-linux/ 
hierarchy. The purpose of these is clear. The question is are these the 
same ones found in etch/i386?


digging deeper into the {src}/rules file excerpt:


ifeq ($(DEB_BUILD_ARCH),amd64)
dh_install -p$(PKG_driver) $(ARCH)/usr/X11R6/lib64/*.so* 
usr/lib
dh_install -p$(PKG_driver) $(ARCH)/usr/X11R6/lib64/modules/dri/* 
usr/lib/dri
dh_install -p$(PKG_driver) $(XDIR)/usr/X11R6/lib64/modules/* 
usr/lib/xorg/modules
dh_install -p$(PKG_driver) $(ARCH)/usr/X11R6/lib/*.so*   
emul/ia32-linux/usr/lib
dh_install -p$(PKG_driver) $(ARCH)/usr/X11R6/lib/modules/dri/*   
emul/ia32-linux/usr/lib/dri

# replace library paths -- careful, these are binary files
rpl -v -e '/usr/X11R6/lib64/modules/dri\0' \
  '/usr/lib/dri\0' \
  debian/$(PKG_driver)/usr/lib/libGL.so.1.2
rpl -v -e '/usr/X11R6/lib/modules/dri\0' \
  '/usr/lib32/dri\0' \
  debian/$(PKG_driver)/emul/ia32-linux/usr/lib/libGL.so.1.2
else
dh_install -p$(PKG_driver) $(ARCH)/usr/X11R6/lib/*.so*   
usr/lib
dh_install -p$(PKG_driver) $(ARCH)/usr/X11R6/lib/modules/dri/*   
usr/lib/dri
dh_install -p$(PKG_driver) $(XDIR)/usr/X11R6/lib/modules/*   
usr/lib/xorg/modules

# replace library paths -- careful, these are binary files
rpl -v -e '/usr/X11R6/lib/modules/dri\0' \
  '/usr/lib/dri\0!!' \
  debian/$(PKG_driver)/usr/lib/libGL.so.1.2
endif


as I suspected 32bit files in amd64 and i386 packages are not the same.

I guess, by providing alternative fglrx-driver64 and fglrx-kernel-src64 
packages to i386 myght solve the problem...


by the way there are no 32bit binaries in sid/amd64 - they were dropped 
by some reason. I guess moving them into fgrx-driver32 package would be 
grate...



ArturasK.



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



Bug#443189: PTS: 443189: please use jeroen's buildd pages

2008-02-07 Thread Cyril Brulebois
On 07/02/2008, Stefano Zacchiroli wrote:
 URL please 

Random examples:

http://buildd.debian.org/~jeroen/status/package.php?p=ecj
http://people.debian.org/~igloo/status.php?packages=ecj

notice the “for” column, the links to the build logs, the display of
the failed builds, P-a-s entries (if any, I don't have examples by
hand), etc.

 If not, please compare the informative content of what you are
 proposing with igloo's and give us a hint about whether yours can
 replace igloo's.

the shortcoming I see is that Jeroen's pages only display a package at
a time, while igloo's can display all packages of a given maintainer.
But I really love Jeroen's.

Cheers,

-- 
Cyril Brulebois


pgp4Q6BDZcbbX.pgp
Description: PGP signature


Bug#443189: PTS: 443189: please use jeroen's buildd pages

2008-02-07 Thread Riku Voipio
On Thu, Feb 07, 2008 at 01:50:40PM +0100, Stefano Zacchiroli wrote:
 On Thu, Feb 07, 2008 at 11:07:56AM +0900, Paul Wise wrote:
  I'd also like to see the PTS using jeroen's buildd status page instead
  of igloo's buildd status page since it is more useful.
 
 URL please 
 
 Anyhow the current ports link points to
 http://buildd.debian-ports.org/status/package.php?p=PACKAGE, title of
 such pages is Jeroen's buildd information page. Chances are that this
 is already what you needed.

 If not, please compare the informative content of what you are proposing
 with igloo's and give us a hint about whether yours can replace igloo's.

I guess he want the more link that points to:

http://people.debian.org/~igloo/status.php?packages=$package

 to:

http://buildd.debian.org/~jeroen/status/package.php?p=$package

Which I would vote for too.

-- 
rm -rf only sounds scary if you don't have backups



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



Bug#464532: correct patch

2008-02-07 Thread Nico Golde
tags 464532 + patch
thanks

The correct url for the fix is:
http://svn.mplayerhq.hu/mplayer/trunk/stream/url.c?r1=25648r2=25823

Kind regards
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpDJi3xlqbsT.pgp
Description: PGP signature


Bug#464448: wacom-tools: [INTL:nl] Translation into Dutch available

2008-02-07 Thread Ron

Thanks Vincent!  I've committed this to the package repo now, it will be
included in the next release.

Cheers,
Ron

On Thu, Feb 07, 2008 at 12:02:47AM +0100, Vincent Zweije wrote:
 Package: wacom-tools
 Version: 0.7.9.3-2
 Severity: minor
 Tags: patch l10n
 
 Please find attached the Dutch po-debconf translation. This translation
 has been vetted by the review process of the debian-l10n-dutch team.
 Please add it to your next package revision, it should be inserted in
 your package build-tree as debian/po/nl.po, TIA.
 
 Feel free to mail me if this file needs updating at some future date.
 
 Ciao.  Vincent.
 -- 
 Vincent Zweije [EMAIL PROTECTED]| If you're flamed in a group you
 http://www.xs4all.nl/~zweije/  | don't read, does anybody get burnt?
 [Xhost should be taken out and shot] |-- Paul Tomblin on a.s.r.



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



Bug#458987: libgems-ruby1.8: Installs scripts to /usr/bin

2008-02-07 Thread YAEGASHI Takeshi
severity 458987 serious
thanks

Hi,

With this bug you can easily overwrite/remove files in /usr/bin which
belong to other packages! (e.g. apt-get install rake; gem install
rake) I don't think it's a desirable behavior.

If it really does match the maintainer's intention, please update the
explanation in /usr/share/doc/rubygems/README.Debian.

Regards,
-- 
YAEGASHI Takeshi [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]



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



Bug#463907: intent to NMU

2008-02-07 Thread Nico Golde
Hi,
attached is a patch that fixes the mentioned issues.

It will be also archived on:
http://people.debian.org/~nion/nmu-diff/wml-2.0.11-3_2.0.11-3.1.patch

Kind regards
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.
diff -u wml-2.0.11/debian/changelog wml-2.0.11/debian/changelog
--- wml-2.0.11/debian/changelog
+++ wml-2.0.11/debian/changelog
@@ -1,3 +1,11 @@
+wml (2.0.11-3.1) unstable; urgency=high
+
+  * Non-maintainer upload by security team.
+  * Fix insecure temporary file creations leading to
+possible symlink attacks (Closes: #463907).
+
+ -- Nico Golde [EMAIL PROTECTED]  Thu, 07 Feb 2008 12:01:43 +0100
+
 wml (2.0.11-3) unstable; urgency=low
 
   [ Luk Claes ]
diff -u wml-2.0.11/wml_contrib/wmg.cgi wml-2.0.11/wml_contrib/wmg.cgi
--- wml-2.0.11/wml_contrib/wmg.cgi
+++ wml-2.0.11/wml_contrib/wmg.cgi
@@ -366,14 +366,14 @@
 ($w, $h, $t) = Image::Size::imgsize(\$contents);
 if ($w*$h == 1) {
 #   read image into GD
-$tmpfile = /tmp/pe.tmp.$$;
+$tmpfile = mkstemp(/tmp/pe.tmpXX) or die Unable to create temporary file$!\n;
 unlink($tmpfile);
-open(TMP, $tmpfile);
+open(TMP, $tmpfile) || error(cannot write into $tmpfile: $!);
 print TMP $contents;
-close(TMP);
-open(TMP, $tmpfile);
+close(TMP) || error(cannot close $tmpfile: $!);
+open(TMP, $tmpfile) || error(cannot write into $tmpfile: $!);
 $tmpimg = newFromGif GD::Image(TMP);
-close(TMP);
+close(TMP) || error(cannot close $tmpfile: $!);
 unlink($tmpfile);
 if ($tmpimg-transparent != -1) {
 my $im = new GD::Image($w, $h);
diff -u wml-2.0.11/wml_backend/p1_ipp/ipp.src wml-2.0.11/wml_backend/p1_ipp/ipp.src
--- wml-2.0.11/wml_backend/p1_ipp/ipp.src
+++ wml-2.0.11/wml_backend/p1_ipp/ipp.src
@@ -566,6 +566,8 @@
 #   process the pre-loaded include files
 #
 $tmpdir = $ENV{'TMPDIR'} || '/tmp';
+my $tmpldir = ($ENV{'TMPDIR'} || '/tmp') . '/ipp.XX';
+$tmpdir = mkdtemp($tmpldir) or die Unable to create temporary directory: $!\n;
 $tmpfile = $tmpdir . /ipp.$$.tmp;
 unlink($tmpfile);
 $tmp = new IO::File;
only in patch2:
unchanged:
--- wml-2.0.11.orig/wml_backend/p3_eperl/eperl_sys.c
+++ wml-2.0.11/wml_backend/p3_eperl/eperl_sys.c
@@ -211,13 +211,20 @@
 {
 char ca[1024];
 char *cp, *tmpdir;
+char tmpfile[]=eperl_sourceXX;
 int i;
+int fd=-1;
 
 tmpdir = getenv (TMPDIR);
 if (tmpdir == (char *) NULL)
 tmpdir=/tmp;
 
-snprintf(ca, sizeof(ca), %s/%s.%d.tmp%d, tmpdir, id, (int)getpid(), mytmpfilecnt++);
+snprintf(ca, sizeof(ca), %s/%s, tmpdir, tmpfile);
+if((fd = mkstemp(tmpfile)) == -1){
+perror(can not create tmpfile);
+return NULL;
+}
+close(fd);
 ca[sizeof(ca)-1] = NUL;
 cp = strdup(ca);
 for (i = 0; mytmpfiles[i] != NULL; i++)


pgp6uyy7PpCwu.pgp
Description: PGP signature


Bug#444340: fglrx-kernel-src: Fails to build on amd64 (multiarch) kernel

2008-02-07 Thread Romain Beauxis
Le Thursday 07 February 2008 14:10:38 Arturas K, vous avez écrit :
 hello,

Hi !

 some hints/ideas:

 fglrx-driver in etch/amd64 have 32bit binaries in /emul/ia32-linux/
 hierarchy. The purpose of these is clear. The question is are these the
 same ones found in etch/i386?

I think your misunderstand the issue.

The module is for 3D acceleration, which also needs a set of userspace 
binaries/libraries.

Now, with a 64 bit kernel running a 32 bit userland,
 * The module should be 64 bits
 * The userspace needs to be 32 bits

So even if you would have a 64 bits libGL, it would not work with your 32 bit 
userland, would it ?

 by the way there are no 32bit binaries in sid/amd64 - they were dropped
 by some reason. I guess moving them into fgrx-driver32 package would be
 grate...

They were moved when I switched to plain mesa library, which has its own 32 
bit binaries for that purpose.
However, now that I'll switch back to diverting libGL (pouah...) since in fact 
fglrx doesn't support plain mesa, I think I'll add them back at that moment.



Romain






Bug#432350: eclipse: New upstream version 3.3.1.1

2008-02-07 Thread Michael Koch
On Thu, Feb 07, 2008 at 11:12:10AM +0100, Marcus Better wrote:
 Hi,
 
 what's the status of this? Anything that can be done to help?

I'm on this. It basicallz builds but needs some testing to make
everything working properly. I will upload that to experimental soon.

In parallel I started on looking into 3.4 branch to be able to have that
in Debian shortly after it got released from upstream.


Cheers,
Michael



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



Bug#464542: ITP: tableau-parm -- tableau write-blocking bridge query/command utility

2008-02-07 Thread Juan Angulo Moreno

Package: wnpp
Severity: wishlist
Owner: Juan Angulo Moreno [EMAIL PROTECTED]

* Package name: tableau-parm
* Version : 0.1.0
* Upstream Author : Timothy D. Morgan
* URL : http://projects.sentinelchicken.org/tableau-parm/
* License : GPLv3
* Description : (follows)

The tableau-parm is an small command line utility designed to
interact with Tableau forensic write blockers. It performs
functions similar to the Tableau Disk Monitor.

Is designed to interact with write-blocking forensics
bridges produced by Tableau, LLC. It can be used to query
bridges for various bridge and device data, as well as to
disable DCO regions.

Thanks WNPP Team.



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



Bug#266402: gnet: New upstream version 2.0.8 available

2008-02-07 Thread Tim Müller
A new GNet version 2.0.8 has been released, containing a whole bunch of
bug fixes and new API:

Download location[1]:
http://ftp.gnome.org/pub/GNOME/sources/gnet/2.0/

Announcement here:
http://mail.gnome.org/archives/gnet-list/2008-February/msg0.html


Would be great if someone could upload this version and update the
package description, thanks!

Cheers
 -Tim

[1] Note that the location where tarballs are uploaded to has changed
to ftp.gnome.org now.





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



Bug#444340: fglrx-kernel-src: Fails to build on amd64 (multiarch) kernel

2008-02-07 Thread Arturas K

hi,

Romain Beauxis wrote:

I think your misunderstand the issue.


definitely not :D

The module is for 3D acceleration, which also needs a set of userspace 
binaries/libraries.


Now, with a 64 bit kernel running a 32 bit userland,
 * The module should be 64 bits
 * The userspace needs to be 32 bits

So even if you would have a 64 bits libGL, it would not work with your 32 bit 
userland, would it ?


i do suggest not using 64bit libs, but using 32bit ones form 64bit 
source tree...


lets browse sources. there are:

{src}/arch/x86/usr/X11R6/lib/
{src}/arch/x86_64/usr/X11R6/lib/ - these ones are 32bit
{src}/arch/x86_64/usr/X11R6/lib64/

do you now understand what I suggest?

I am not sure, but MABY 32bit libs in x86 source tree are not capable to 
communicate to 64bit kernel module, and it fails; and 32bit ones from 
x86_64 MIGHT be tuned for this scenario. there must be a reason for 
checksum differences :D


---
ArturasK.



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



Bug#464540: icewm: deleted by apt-get, can't reinstall

2008-02-07 Thread Anthony Campbell
Package: icewm
Severity: grave
Justification: renders package unusable

My icewm was removed automatically during a Sid upgrade. Trying to
reinstall it I get:

The following packages have unmet dependencies.
  icewm: Depends: libungif4g (= 4.1.4)
E: Broken packages



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

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

Versions of packages icewm depends on:
ii  icewm-common   1.2.33-1  wonderful Win95-OS/2-Motif-like wi
pn  imlib11none(no description available)
ii  libaudiofile0  0.2.6-7   Open-source version of SGI's audio
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3-20080202-1  GCC support library
ii  libgif4 [libungif4g]   4.1.6-2   library for GIF images (library)
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libstdc++6 4.3-20080202-1The GNU Standard C++ Library v3
ii  libtiff4   3.8.2-7   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxft22.1.12-2  FreeType-based font drawing librar
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

icewm recommends no packages.



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



Bug#464539: exim4.conf.template references non-existent file /usr/share/doc/exim4-config/default_acl

2008-02-07 Thread Jon Dowland
Package: exim4-config
Version: 4.69-1
Severity: minor

Excerpt from /etc/exim4/exim4.conf.template:

  # deny bad sites (IP address)
  # CONFDIR/local_host_blacklist holds a list of host names, IP addresses
  # and networks (CIDR notation)  that should have their access denied to
  # The local host. Messages coming in from a listed host will have all
  # RCPT statements rejected.
  #
  # The explicit white lists are honored as well as negative items in
  # the black list. See /usr/share/doc/exim4-config/default_acl for details.

# ls /usr/share/doc/exim4-config/default_acl
ls: cannot access /usr/share/doc/exim4-config/default_acl: No such file or 
directory


-- Package-specific info:
Exim version 4.69 #1 built 22-Jan-2008 09:26:24
Copyright (c) University of Cambridge 2006
Berkeley DB: Berkeley DB 4.6.21: (September 27, 2007)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb dsearch 
nis nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /var/lib/exim4/config.autogenerated

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

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

Versions of packages exim4-config depends on:
ii  adduser   3.105  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.18 Debian configuration management sy

exim4-config recommends no packages.

-- debconf information excluded

-- 
Jon Dowland
ISS UNIX Team



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



Bug#464547: Not installable if libungif4g is provided

2008-02-07 Thread Hans-Georg Bork
Package: libimlib2
Version: 1.4.0-1
Severity: important

--- Please enter the report below this line. ---
Package is only installable if libungif4g is installed in reality and not if 
it's only provided by libgif4. I'm not sure though, if this is a bug in 
libimlib2 
or in libgif4; if you think it's the othe other one, please forward it.

Regards
-- hgb

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22.sokrates.home

Debian Release: lenny/sid
  500 unstableftp.nl.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
libbz2-1.0 | 1.0.4-2
libc6 (= 2.6.1-1) | 2.7-6
libfreetype6(= 2.3.5) | 2.3.5-1+b1
libid3tag0(= 0.15.1b) | 0.15.1b-10
libjpeg62  | 6b-14
libpng12-0   (= 1.2.13-4) | 1.2.15~beta5-3
libtiff4   | 3.8.2-7
libungif4g  (= 4.1.4) | 
libx11-6   | 2:1.0.3-7
libxext6   | 1:1.0.3-2
zlib1g   (= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-11


libgif4 (provides libungif4g)  | 4.1.6-2


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


Bug#464452: [DebianGIS-dev] Bug#464452: gdal-bin: FWTools gdal_translate segfaults in AMD64

2008-02-07 Thread Francesco P. Lovergine
On Wed, Feb 06, 2008 at 05:36:44PM -0600, Sebastian Luque wrote:
 Package: gdal-bin
 Version: 1.5.0-3
 Severity: important
 
 gdal_translate segfaults when translating a GMT grd file to GeoTIFF.
 Installing FWTools-2.0.6 from http://fwtools.maptools.org/ in a 32-bit
 chroot translates the same file without problems.  I noticed that the
 upstream package is only available for 32-bit architecture.
 

Could you please try gdal_translate in a chroot environment from the
gdal-bin/i386? Anyway it is better if you provide a sample file for
that in order to reproduce the issue.

-- 
Francesco P. Lovergine



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



Bug#464433: Source package contains non-free IETF RFC/I-D

2008-02-07 Thread Simon Josefsson
OHURA Makoto [EMAIL PROTECTED] writes:

 tags 464433 confirmed
 thanks

   Hi.

   Thanks for your report.

 From: Simon Josefsson [EMAIL PROTECTED]
 Subject: Bug#464433: Source package contains non-free IETF RFC/I-D
 Date: Wed, 06 Feb 2008 21:30:44 +0100
 This report is a duplicate of #393418, but that one was fixed, closed
 and archived, but the bug re-appeared with this version, so I'm filing a
 new bug.

 This source package contains the following files from the
 IETF under non-free license terms:

   VFlib3-3.6.14/ccv/TBL/RFC/rfc1489.txt

   Before packaging new upstream release, I recognized this
 problem. But I forgot to remove this file.  I've already
 repackaged the archive in my local repository.

Thank you!

/Simon



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



Bug#464543: no msgid generated for ulink in para (DocBook)

2008-02-07 Thread W. Borgert
Package: po4a
Version: 0.32-1
Severity: normal
Tags: patch

For a DocBook XML input, such as

paraulink
  url=http://www.debian.org/;Universal Operating
  System/ulink/para
paraOr not?/para

no msgid for the first paragraph is generated by
po4a-gettextize, only for the second one. Command line was:

$ po4a-gettextize -f docbook -m test.dbk -p foo.po

If there is any additional text inside of the para, but outside
of the ulink, everything works fine. Fix is attached.

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

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

Versions of packages po4a depends on:
ii  gettext   0.17-2 GNU Internationalization utilities
ii  libsgmls-perl 1.03ii-32  Perl modules for processing SGML p
ii  perl  5.8.8-12   Larry Wall's Practical Extraction 
ii  perl-modules  5.8.8-12   Core Perl modules
ii  sp1.3.4-1.2.1-47 James Clark's SGML parsing tools

Versions of packages po4a recommends:
ii  liblocale-gettext-perl1.05-2 Using libc functions for internati
ii  libterm-readkey-perl  2.30-3 A perl module for simple terminal 
ii  libtext-wrapi18n-perl 0.06-5 internationalized substitute of Te

-- no debconf information
--- Docbook.pm.orig	2008-01-31 10:53:25.0 +0100
+++ Docbook.pm	2008-02-07 15:41:55.0 +0100
@@ -139,6 +139,7 @@
 		term
 		title
 		titleabbrev
+		ulink
 		userinput) {
 		if (not defined $self-{nodefault}{$tag}) {
 			$additional_tags .=  $tag;


Bug#464539: exim4.conf.template references non-existent file /usr/share/doc/exim4-config/default_acl

2008-02-07 Thread Marc Haber
tags #464539 confirmed pending
thanks

On Thu, Feb 07, 2008 at 02:26:12PM +, Jon Dowland wrote:
   # The explicit white lists are honored as well as negative items in
   # the black list. See /usr/share/doc/exim4-config/default_acl for details.
 
 # ls /usr/share/doc/exim4-config/default_acl
 ls: cannot access /usr/share/doc/exim4-config/default_acl: No such file or 
 directory

Thanks for spotting this. The information you are looking for was
moved into the exim4-config_files(5) manual page.

Reference in configuration fixed in svn.

Greetings
Marc

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



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



  1   2   3   4   >