Bug#400862: ftbfs: util-vserver should use versioned aclocal-1.9

2006-11-29 Thread Max Kellermann
Package: util-vserver
Version: 0.30.211-4

The file Makefile.svn calls aclocal, which is an alternative:

 /usr/bin/aclocal - /etc/alternatives/aclocal

On most systems, this will probably point to aclocal-1.9, this however
depends on local configuration.  On my system, it happens to point to
aclocal-1.4, which produces a FTBFS.  It would be more robust to not
rely on alternative configuration, but run aclocal-1.9 and
automake-1.9 instead.

/usr/bin/make -f Makefile.svn
make[1]: Entering directory
`/usr/src/debian/build/util-vserver-0.30.211'
aclocal -I m4
aclocal: configure.ac: 44: macro `AM_PROG_CC_C_O' not found in library
make[1]: *** [all] Error 1
make[1]: Leaving directory
`/usr/src/debian/build/util-vserver-0.30.211'
make: *** [config.status] Error 2
Build command 'cd util-vserver-0.30.211  dpkg-buildpackage -b -uc'
failed.
E: Child process failed



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



Bug#400695: Add support for the ATI Technologies Inc M56P [Radeon Mobility X1600]

2006-11-29 Thread Matt Kraai
On Tue, Nov 28, 2006 at 12:47:53PM -0500, Alex Deucher wrote:
 On 11/27/06, Matt Kraai [EMAIL PROTECTED] wrote:
 Package: xserver-xorg-video-ati
 Version: 1:6.6.3-2
 Severity: wishlist
 
 I wish the free ATI drivers supported the ATI Technologies Inc M56P
 [Radeon Mobility X1600], which is the graphics adapter in my MacBook
 Pro.  Its PCI ID is 1002:71c5.
 
 I'm currently working around this problem by using the non-free
 fglrx-driver package.
 
 Ask ATI/AMD to release the specs or to allow Dave to release his driver.

I'd be happy to, but I can't find out how to contact them.  Do you
know how to do so?

-- 
Matt   http://ftbfs.org/


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



Bug#400790: exim4-config: Reject mail to system users from non-local sources

2006-11-29 Thread Dominic Hargreaves
On Wed, Nov 29, 2006 at 08:33:18AM +0100, Marc Haber wrote:

 The way that this is supposed to be solved in the packages is to alias
 them away to root.

Not sure I follow your alias them away to root - yes, they are 
currently aliases to root in general; so root gets all that spam,
which is the problem I am trying to solve.

 We are somewhat reluctant to fix this as this
 means deviating far from what an experienced Unix admin might expect.

Even as a configurable option defaulting to off? I wasn't suggesting
that this should be the default behaviour; clearly some sites will be
relying on the existing remote deliverability of those addresses.

Cheers,

Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)


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



Bug#400863: alien and RPM_INSTALL_PREFIX

2006-11-29 Thread Daniel Grimwood

Package: alien
Version: 8.64
Severity: wishlist

I can convert a relocatable rpm to deb with alien fine.  Alien forces the path 
to be the Prefix: field of the rpm seeing deb is not relocatable.  The rpms 
I use have a %post section which alien -c converts, except that the 
RPM_INSTALL_PREFIX is untouched.  When rpm installs a package, 
RPM_INSTALL_PREFIX is just the relocated Prefix: field.  Seeing alien 
removes the Prefix: field in the conversion, we can hard code 
RPM_INSTALL_PREFIX to that value in preinst/postinst etc.

Here is a patch for /usr/share/perl5/Alien/Package/Rpm.pm that works for my 
rpms:
91a92,101
 # Fix RPM_INSTALL_PREFIX if defined.
 if (defined $this-prefixes) {
   my $path = $this-prefixes;
 foreach my $field (('preinst','postinst','prerm','postrm')) {
 $_=$this-$field;
 $_ =~ s/\$\bRPM_INSTALL_PREFIX\b/${path}/g;
 $this-$field($_);
   }
 }

That works for the basic use of $RPM_INSTALL_PREFIX in shell scripts.  I 
haven't done it above but it should also check the curly brackets version: 
${RPM_INSTALL_PREFIX}.  There might be other uses of shell variables I 
haven't taken care of, but this is a start and should cover the majority of 
cases.


Thanks,
Daniel.


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



Bug#392915: server-xorg-video-ati: xserver freezes system when starting

2006-11-29 Thread Michel Dänzer
On Tue, 2006-11-28 at 23:12 -0800, Alex Roitman wrote:
 On Tue, 2006-11-28 at 12:14 +0100, Michel Dänzer wrote: 
 
  6.6.3-2 with UseFBDev (freezes)
  
  Does it work with the attached patch?
 
 No. I could not see any difference between the behavior of the
 patched (against 6.6.3-2) and unpatched 6.6.3-2 drivers.
 The patch applied with the offset of 2003 lines (2 hunks succeeded).
 
 Attached is the log of running with the patched driver and UseFBDev.

Thanks, it shows that the patch worked as intended (the DRM's change of
the MC_AGP_LOCATION register prompted the driver to call
RADEONRestoreMemMapRegisters()), but it seems the failure to do that
wasn't the problem. :}


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#399980: libxklavier -slovak keyboard in qwerty: workaround for other wms

2006-11-29 Thread Lionel Elie Mamane
Users of other window managers can use setxkbmap or the KDE keyboard
switching applet or another xkb keyboard switcher. An apt-cache search
gives as possibilities (untested by me):

xkbsel - Tool for defining, selecting, and indicating XKB keyboards.
xkeysw - A keyboard layout switch for the X Window System
xruskb - An X localized keyboard switch and autolock
xxkb - Keyboard state indicator and switcher for xkb
kkbswitch - keyboard layout indicator for KDE

This does not remove from the fact that this is a genuine bug, but at
least non-Gnome users are not completely stuck.

-- 
Lionel


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



Bug#400832: gnome-nettool_2.16.0-1(sparc/experimental): FTBFS: No package 'gnome-doc-utils' found

2006-11-29 Thread Loïc Minier
tags 400832 + pending
stop

On Wed, Nov 29, 2006, Frank Lichtenheld wrote:
 your package failed to build from source, probably because of a missing
 build-dependency.
 | No package 'gnome-doc-utils' found

 Fixed in SVN, thanks.

-- 
Loïc Minier [EMAIL PROTECTED]
  You see, killbots have a preset kill limit.  Knowing their weakness,
   I sent wave after wave of my own men at them until they reached their
   limit and shutdown.-- Zapp Brannigan



Bug#312544: Steven Demetrius [EMAIL PROTECTED]

2006-11-29 Thread Fathi Boudra
hi,

You need kdelibs 3.5.5a.dfsg.1-4 and kdebase 3.5.5a.dfsg.1-2 .

cheers,

Fathi


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



Bug#368266: RE : Bug#368266: ITP: stardict-xmlittre

2006-11-29 Thread Itay Ben-Yaacov
Allez y.  N'etant pas un developpeur Debian je ne tiens pas particulierement a 
etre le maintainer.


--- Josselin Mouette [EMAIL PROTECTED] a écrit :

 Hi,
 
 do you have any news from this ITP? There haven't been any news for 6
 months, and no reply to the long description request.
 
 I have prepared a package and intend to upload it in a few days if no
 one objects. Here is the complete ITP information.
 
 * Package name: stardict-xmlittre
   Version : 2.4.2
   Upstream Author : Émile Littré
 François Gannaz [EMAIL PROTECTED]
 * URL : http://francois.gannaz.free.fr/Littre/
 * License : Public domain, GPL
   Programming Lang: XML
   Description : French Littré dictionary for stardict
 
  This package contains a XML version of the French language dictionary
  written by Émile Littré and published in 1863, suitable for the
  stardict dictionary software.
  .
  Despite its age, this dictionary now fallen in the public domain is
  still a widely used reference source for French language and
  litterature. It features 78,423 entries and 239,009 quotes from 3,910
  authors.
 
 
 I consider placing the following copyright statement in the copyright
 file:
 
According to French copyright law, the Littré dictionary has been put
into public domain in the late fifties.
 
It is questionable whether the XML formatting is subject to copyright
at all. In the case it is, the following license applies.
[GPL blurb]
 
 
 -- 
 Josselin Mouette/\./\
 
 Do you have any more insane proposals for me?
 







___ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com


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



Bug#399957: zope-cmfforum: Breaks my folder and probably other things

2006-11-29 Thread Fabio Tranchitella
clone 399957 -1
severity -1 normal
reassign -1 ftp.debian.org
retitle -1 RM: zope-cmfforum -- RoM; unmaintained, does not work current 
version of Plone in unstable
thanks

* 2006-11-28 17:34, Jérémy Bobbio wrote:
 On Thu, Nov 23, 2006 at 02:33:43AM +, Antony Gelberg wrote:
  Package: zope-cmfforum
  Severity: grave
  Justification: renders package unusable
  [...]
  Either way, please don't release this in Etch.  It seems to be really
  old-hat and things have moved on.
 
 I would suggest to ask ftpmasters to remove the package from
 Debian.  There is no version working with Plone 2.5 and CMFForum is not
 even listed in the products section of plone.org (through the package
 list the Plone collective project as upstream).

Done.

-- 
Fabio Tranchitella http://www.kobold.it
Free Software Developer and Consultant http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564


signature.asc
Description: Digital signature


Bug#388479: gstreamer0.10-ffmpeg: Update ffmpeg for WMV9 support

2006-11-29 Thread Loïc Minier
On Wed, Nov 29, 2006, Sam Morris wrote:
 natyaht fortunately, there'll be a new [release of gst-ffmpeg] next
 week

 It's going to be hard to test.  If I upload it, there's the risk of
 gst-ffmpeg being removed from the archive if a RC is discovered too
 late.  It's a complicated pile of code, which is supposed to handle
 many formats, there's room for a lot of breakage, and late discovery of
 this breakage.  :-/

 So, I'm not so much in favor of pushing it to etch; in particular
 because there will be other options such as backports.

-- 
Loïc Minier [EMAIL PROTECTED]
  You see, killbots have a preset kill limit.  Knowing their weakness,
   I sent wave after wave of my own men at them until they reached their
   limit and shutdown.-- Zapp Brannigan



Bug#399980: libxklavier -slovak keyboard in qwerty variant dosen't work and has very strange effects

2006-11-29 Thread Eugene Konev
 I configure the xorg.conf to allow keyboard switching this way:
 
 Option  XkbVariantqwerty
 Option  XkbLayout us,sk
 Option  XkbOptionsgrp:shift_toggle,grp_led:scroll
 

Which means select qwerty variant for us layout and whatever is the
default for sk layout, which is definitely not what you want.
What you want is:

Option XkbLayout us,sk
Option XkbVariant ,qwerty

[snip]

 Now I change the order, because I want the sk to be the default:
 Option  XkbLayout sk,us

I'm afraid such configuration is not and won't be supported by xkb.

[snip]

 I'll try to go the hard way, and put exact keyboard in there, as I 
 (succesfully) did with Woody and Sarge:
 
 Option  XkbLayout us,sk_qwerty

There is no sk_qwerty layout in xkb anymore.



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



Bug#400719: closed by Nico Golde [EMAIL PROTECTED] (Re: [pkg-fetchmail-maint] Bug#400719: syslog messages are localised)

2006-11-29 Thread Adam Cécile (Le_Vert)
Le mercredi 29 novembre 2006 02:48, Debian Bug Tracking System a écrit :
 This is an automatic notification regarding your Bug report
 #400719: syslog messages are localised,
 which was filed against the fetchmail package.

 It has been closed by Nico Golde [EMAIL PROTECTED].

 Their explanation is attached below.  If this explanation is
 unsatisfactory and you have not received a better one in a separate
 message then please contact Nico Golde [EMAIL PROTECTED] by replying
 to this email.

 Debian bug tracking system administrator
 (administrator, Debian Bugs database)

I don't think any admin wants that, fetchmail is THE ONLY DAEMON logging 
localized strings to syslog



Bug#400071: [Pkg-octave-devel] Bug#400071: octaviz: Examples fail to run

2006-11-29 Thread Thomas Weber
Am Donnerstag, den 23.11.2006, 21:04 +0100 schrieb Christian T.
Steigies:
 I install octaviz today, so those are the versions currently in etch/amd64:
 
 vtk (5.0.1-4)
 vtkdata (5.0.2-1)

vtk 5.0.2-4 migrated into etch.

Christian, do you still experience this bug?

Thomas




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



Bug#400334: closed by Baruch Even [EMAIL PROTECTED] (not my bug)

2006-11-29 Thread Bastian Blank
On Tue, Nov 28, 2006 at 08:33:12PM -0800, Debian Bug Tracking System wrote:
 Not my bug since the package explicitly states that this package is for
 i386 (4-2 also adds amd64), sbuild should not even attempt to build this
 package on other arches.

You have an arch all package, so dpkg assumes it is buildable
everywhere.

Bastian

-- 
A Vulcan can no sooner be disloyal than he can exist without breathing.
-- Kirk, The Menagerie, stardate 3012.4


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



Bug#400675: kernel-patch-openvz: OpenVZ-Patch does not apply to Debian-Kernel

2006-11-29 Thread Vasily Tarasov
Hello,

028test006 patch (with lockup fix from xemul@) for Debian is ready.
You can download it from
http://7ka.mipt.ru/~vass/debian/patch-028test006-debian.tar.gz

Thank you!

Kirill Korotaev wrote:
 Vasiliy,

 please help Ola. 2.6.18-ovz028test006 has been released today
 and includes 2.6.18.3 patches.

 Thanks,
 Kirill

   
 Hi

 Thanks for the report. Yes 2.6.17 is not supported, because 2.6.18 is
 the version that will be shipped in etch.

 I'll contact upstream about this issue. The kernel team have moved
 to 2.6.18.3 according to the changelog in

 http://packages.qa.debian.org/l/linux-2.6/news/20061123T193153Z.html

 Kir, Kiril or Vasily: Can you help me to get a applyable version of the
 kernel patch?

 Regards,

 // Ola

 On Mon, Nov 27, 2006 at 11:28:58PM +0100, root wrote:

 
 Package: kernel-patch-openvz
 Version: 028test002-3
 Severity: grave
 Justification: renders package unusable


 The patch provided by this package is unappliable to the Kernels shipped
 with Debian. 

 The patch has no support for 2.6.17 at all.

 Applying it to 2.6.18 doesn't work (see below).
 I used the Kernel of linux-source-2.6.18 (Version: 2.6.18-6)


   
 make-kpkg --added-patches openvz configure
 
 [...]
 for patch in /usr/src/kernel-patches/all/apply/openvz ; do\
  if test -x  $patch; then\
  if $patch; then \
  echo Patch $patch processed fine; \
  echo $patch  applied_patches;   \
  else \
   echo Patch $patch  failed.;  \
   echo Hit return to Continue;  \
   read ans;   \
  fi;  \
  fi;  \
done
 START applying openvz patch (OpenVZ kernel patch for virtual server support)
 Testing whether OpenVZ kernel patch for virtual server support patch for
 2.6.18 applies (dry run):
 1 out of 7 hunks FAILED -- saving rejects to file mm/fremap.c.rej
 4 out of 45 hunks FAILED -- saving rejects to file mm/memory.c.rej
 1 out of 6 hunks FAILED -- saving rejects to file mm/mprotect.c.rej
 1 out of 15 hunks FAILED -- saving rejects to file net/core/sock.c.rej
 OpenVZ kernel patch for virtual server support patch for 2.6.18 does not
 apply cleanly
 Patch /usr/src/kernel-patches/all/apply/openvz  failed.
 Hit return to Continue
 [...]


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

 Versions of packages kernel-patch-openvz depends on:
 ii  bash  3.1-5  The GNU Bourne Again SHell
 ii  grep-dctrl2.9.3  Grep Debian package 
 information - 
 ii  patch 2.5.9-4Apply a diff file to an 
 original

 kernel-patch-openvz recommends no packages.

 -- no debconf information


   
 


   



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



Bug#398895: k3b consumes percent CPU time and all the memory since last upgrade

2006-11-29 Thread Martin Bammer
Additional Information:
- Burner is IDE
- DMA is enabled

I started k3b as follows:
strace -f k3b --nofork

After klicking e.g. Burn Image the output is:
ioctl(6, FIONREAD, [1]) = 0
ioctl(6, FIONREAD, [1]) = 0
ioctl(6, FIONREAD, [1]) = 0
ioctl(6, FIONREAD, [1]) = 0
ioctl(6, FIONREAD, [1]) = 0
ioctl(6, FIONREAD, [1]) = 0
ioctl(6, FIONREAD, [1]) = 0
ioctl(6, FIONREAD, [1]) = 0
ioctl(6, FIONREAD, [1]) = 0
ioctl(6, FIONREAD, [1]) = 0
ioctl(6, FIONREAD, [1]) = 0
ioctl(6, FIONREAD, [1]) = 0
ioctl(6, FIONREAD, [1]) = 0
gettimeofday({1164790744, 27909}, NULL) = 0
ioctl(6, FIONREAD, [1]) = 0
ioctl(6, FIONREAD, [1]) = 0
brk(0x8505000)  = 0x8505000
brk(0x8526000)  = 0x8526000
brk(0x8547000)  = 0x8547000
brk(0x8568000)  = 0x8568000
brk(0x8589000)  = 0x8589000
brk(0x85aa000)  = 0x85aa000
brk(0x85cb000)  = 0x85cb000
brk(0x85ec000)  = 0x85ec000
brk(0x860d000)  = 0x860d000
brk(0x862e000)  = 0x862e000
brk(0x864f000)  = 0x864f000
brk(0x867)  = 0x867
brk(0x8691000)  = 0x8691000
brk(0x86b2000)  = 0x86b2000
brk(0x86d3000)  = 0x86d3000
brk(0x86f4000)  = 0x86f4000 
  


The bug occurs independently what I want to burn. Always after clicking a 
Burn-Button the memory consumption increases endless.

-- 
Martin Bammer
Technischer Entwickler
plasmo
Industrietechnik GmbH
Dresdner Str. 81-85
A-1200 Wien
Fon +43 (1) 236 26 07 35
Fax +43 (1) 236 26 07 99
[EMAIL PROTECTED]
www.plasmo-observer.com


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



Bug#400866: guessnet: Caught unexpected expectation

2006-11-29 Thread atanaka
Package: guessnet
Version: 0.41-1
Severity: important

guesset fails on our xeon box. Here is a shell script to reproduce a bug:

#!/bin/sh
# guessnet-debug

/usr/sbin/guessnet -v --debug EOF
debugEntry peer 192.168.0.1
EOF

# end of the script


The result is the following:

guessnet: 1 candidates found in input
guessnet: Guessnet 0.41 starting...
guessnet: Trying MII detection
guessnet: 1 candidate profiles
guessnet: Trying MII detection
guessnet: Initialized test subsystems
guessnet: Added default test none
guessnet: Default test is none
guessnet: Will check network debugEntry for IP address 192.168.0.1 (MAC 
00:00:00:00:00:00)
guessnet: Starting peer test subsystem
guessnet: Sending 10 ARP probes, 1 every second...
guessnet: Listen ARP
guessnet: Started tests
guessnet: 2 candidates
Caught unexpected exception, 15 stack frames unwound:
   /usr/sbin/guessnet [0x43a583]
   /usr/lib/libstdc++.so.6 [0x2ba4b1e5f606]
   /usr/lib/libstdc++.so.6 [0x2ba4b1e5f623]
   /usr/lib/libstdc++.so.6(__gxx_personality_v0+0x472) [0x2ba4b1e5f582]
   /lib/libgcc_s.so.1 [0x2ba4b212e392]
   /lib/libgcc_s.so.1(_Unwind_ForcedUnwind+0xac) [0x2ba4b212e65c]
   /lib/libpthread.so.0(__pthread_unwind+0x40) [0x2ba4b1b7abe0]
   /lib/libpthread.so.0 [0x2ba4b1b752ab]
   /lib/libpthread.so.0 [0x2ba4b1b7c410]
   /lib/libpthread.so.0(recvfrom+0x70) [0x2ba4b1b7b640]
   /usr/lib/libpcap.so.0.7(pcap_read+0x81) [0x2ba4b1c8a071]
   /usr/lib/libpcap.so.0.7(pcap_next+0x1c) [0x2ba4b1c8b70c]
   /usr/sbin/guessnet [0x42513f]
   /lib/libpthread.so.0 [0x2ba4b1b75f1a]
   /lib/libc.so.6(__clone+0x72) [0x2ba4b22fc612]
terminate called without an active exception
./guessnet-debug: line 6:  4929 Aborted /usr/sbin/guessnet -v 
--debug  EOF
debugEntry peer 192.168.0.1
EOF

The result does not depend on the choice of IP address 192.168.0.1. 

If you need more appropriate infomation, please let me know.


Sincerely
TANAKA Atushi

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

Versions of packages guessnet depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-19  GCC support library
ii  libnet1  1.1.2.1-2   library for the construction and h
ii  libpcap0.7   0.7.2-7 System interface for user-level pa
ii  libstdc++6   4.1.1-19The GNU Standard C++ Library v3

guessnet recommends no packages.

-- no debconf information


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



Bug#400867: cppunit: TextTestProgressListener fails to display progress

2006-11-29 Thread Dmitry Azhichakov
Package: cppunit
Severity: normal
Tags: patch

TextTestProgressListener doesn't flush output, so progress messages
appear after all tests has been completed.

-- 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.17-2-686
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

-- 
Dmitry
diff -ru cppunit-1.12.0-2/src/cppunit/TextTestProgressListener.cpp 
cppunit-1.12.0/src/cppunit/TextTestProgressListener.cpp
--- cppunit-1.12.0-2/src/cppunit/TextTestProgressListener.cpp   2006-11-29 
12:24:08.0 +0300
+++ cppunit-1.12.0/src/cppunit/TextTestProgressListener.cpp 2006-11-29 
12:26:15.0 +0300
@@ -20,6 +20,7 @@
 TextTestProgressListener::startTest( Test *test )
 {
   stdCOut()  .;
+  stdCOut().flush();
 }
 
 
@@ -27,6 +28,7 @@
 TextTestProgressListener::addFailure( const TestFailure failure )
 {
   stdCOut()  ( failure.isError() ? E : F );
+  stdCOut().flush();
 }
 
 


signature.asc
Description: Digital signature


Bug#313051: Announce of an upcoming update for the aolserver4 package

2006-11-29 Thread pi
Christian Perrier-(e)k esan zuen:
 
 Dear maintainer of aolserver4 and Debian translators,
 
 On 25 nov 2006 I sent a notice to Francesco Paolo Lovergine,
 maintainer of the aolserver4 Debian package, mentioning the status of
 at least one old po-debconf translation update in the BTS (bug
 #313051).
 

Hi

Atached basque translation, please commit it.


Thanks

-- 
Piarres Beobide
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: aolserver4-debconf\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-11-28 17:48+0100\n
PO-Revision-Date: 2006-11-29 10:06+0100\n
Last-Translator: Piarres [EMAIL PROTECTED]\n
Language-Team: Euskara [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Language: Basque\n
X-Generator: Pootle 0.10.1\n

#. Type: string
#. Description
#: ../aolserver4.templates:1001
msgid Hostname of the server:
msgstr Zerbitzariaren ostalari izena:

#. Type: string
#. Description
#: ../aolserver4.templates:1001
msgid The server needs an hostname to be exposed on redirect pages URL and for 
informative purposes to identify itself.
msgstr Zerbitzariak ostalari izen bat behar orrialde URL berbideraketak egin 
eta bere burua identidikatzeko.

#. Type: string
#. Description
#: ../aolserver4.templates:1001
msgid It is generally the fully-qualified DNS hostname of your computer or 
localhost, if it is not networked. Use any name which can be legally considered 
in a URL string in your environment.
msgstr Arruntean zure ordenagailuaren Guztiz kalifikatutako DNS ostalari izena 
(fqdn) edo sarerik ez izan ezkero localhost izaten da. Zure ingurunean URL kate 
bezala erabili daiteken edozein izen erabili dezakezu.

#. Type: string
#. Description
#: ../aolserver4.templates:2001
msgid IP address to listen to:
msgstr Entzungo de IP helbidea:

#. Type: string
#. Description
#: ../aolserver4.templates:2001
msgid The server needs at least an IP address to listen to. It is generally 
the primary Ethernet interface (or the loopback address, if you would like to 
use the server just locally).
msgstr Zerbitzariak entzuteko behintzat IP helbide bat behar du. Normalean 
Ethernet gailu nagusia izaten da (edo loopback helbidea zerbitzaria lokalean 
bakarrik erabiltzeko).

#. Type: string
#. Description
#: ../aolserver4.templates:2001
msgid The default address is the loopback one, which is not recommended for 
general (network or Internet) use.
msgstr Lehenetsirikoa loopback helbidea izaten da, baina hau ez da 
gomendagarria erabilera orokorrean (sare edo Internet) erabiltzea.

#. Type: string
#. Description
#: ../aolserver4.templates:3001
msgid TCP port:
msgstr TCP ataka:

#. Type: string
#. Description
#: ../aolserver4.templates:3001
msgid AOLserver needs a port number assigned for its use.  This is almost 
always port 80 (the standard HTTP port), but might be different if you have 
installed a second web server, or have some other service listening on this 
port.
msgstr AOLserver-ek bere erabilerako ezarritako TCP ataka zenbakia behar du.  
Hau gehienetan 80 ataka izaten da (HTTP ataka estandarra), baina beste bat 
erabil dezakezu beste web zerbitzari bat instalaturik baduzu edo ataka hori 
erabiltzen beste zerbitzu bat baduzu.

#. Type: string
#. Description
#: ../aolserver4.templates:3001
msgid The default value is recommended.
msgstr Lehenetsiriko balioa gomendatzen da.


signature.asc
Description: Digital signature


Bug#400868: alml: dvipdfm is not a virtual package, please don't depend on it

2006-11-29 Thread Frank Küster
Package: alml
Version: 2005.01.01-2.2
Severity: important

alml currently declares these Depends:

Depends: perl, tetex-bin (= 0.9.990310-1), tetex-extra (= 1.0.2),
  latex-ucs, latex-ucs-contrib, latex-ucs-uninames, html2ps (= 1.0),
  liblocale-gettext-perl (= 1.01-8), sharutils (= 4.2.1-1),
  imagemagick (= 4.2.8-9), sp, psutils (= 1.17-9), gs, gs-common,
  sgml-base, sgml-data, tetex-base, dvipdfm, lilypond (= 2.1.0),
  transfig, dviutils, gnuplot

There is no package dvipdfm in Debian anymore, since sarge it has been
taken over by tetex-bin.  alml is currently installable because
tetex-bin declares Conflicts/Replaces/Provides: dvipdfm.  However,
this means that dvipdfm has just disappeared:  There's no virtual
package dvipdfm, and there never was an intention to create one.

There's now a second TeX system, TeXlive that provides TeX
functionality, as well as a dvipdfm executable.  In lenny (etch+1),
texlive will be the default system, and in fact for people who write
their (La)TeX input files (as opposed to using only code generators like
alml), texlive is already the recommended system in etch.  Therefore it
would be nice if you could replace the dependencies appropriately.

A finer splitting has often been requested for teTeX, for texlive it has
been actually done.  Therefore there's no simple mapping from tetex-bin
or -extra to texlive packages, you need to find out the needed things
yourself (or ask your upstream?  The debian texlive packages correspond
to the upstream texlive collections)

The dependency on tetex-base, on the other hand, can be dropped:
tetex-bin won't work without it and will always depend on it.

Regards, Frank

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (99, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.17-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#400741: exim4: lack of Content-Type in quoted mail from breaks utf-8

2006-11-29 Thread Robert Millan [ackstorm]
On Tue, Nov 28, 2006 at 03:37:02PM +0100, Marc Haber wrote:
 tags #400741 upstream
 thanks
 
 On Tue, Nov 28, 2006 at 01:51:11PM +0100, Robert Millan [ackstorm] wrote:
  When  generates a bounce, it quotes the original message, but its 
  Content-Type
  header isn't propagated.  This leads to utf-8/etc characters not being 
  properly
  rendered by MUAs.
 
 This is probably caused by exim being MIME agnostic. Unlikely that
 upstream is going to fix this any time soon.

Do you think this behaviour is intentional (e.g. this belongs in MUA), or just
that it's not a priority for them?

 As you're a member of the team, please report this to Upstream's
 bugzilla yourself and mark this bug as appropriately forwarded.

Will do.

-- 
Robert Millan

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


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



Bug#393636: gnat-gps appears to be completely unusable...

2006-11-29 Thread Ludovic Brenta
Kevin Brown [EMAIL PROTECTED] writes:
 Hmm...it still crashes on me, consistently.  I get the following
 message:

 *** glibc detected *** corrupted double-linked list: 0x01b39820 ***
 Aborted
[...]
 By the way, why'd you close this bug?  On amd64 the bug is just as
 valid now as it was before...

I have not seen this crash.  In my experience, gnat-gps is now mostly
usable and I think it should be allowed into testing.  The crashes I
reported in #393636 are gone, and so are those you reported that were
due to elaboration problems.  That's why I closed this bug.  I suggest
you file a new bug with the doubly-linked list problem, with steps to
reproduce and severity Important.  Also I think it is time to replace
the all-catching, vague bug report with more precise ones which I can
then forward upstream with some hope to see them fixed.

BTW, I'm running Etch not sid; if the problem happens consistently on
Sid and not on Etch, then this is evidence that the problem is in some
other library.  And yes I now run amd64, too :)

-- 
Ludovic Brenta.



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



Bug#399753: ack

2006-11-29 Thread Just Marc
I have the same issue, using the official Firefox build from mozilla, 
with the exact same configuration (.mozilla, profile etc) works 
perfectly while Debian's version fails to restore the session.


Thanks!




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



Bug#400871: uim: Environment settings now wrong

2006-11-29 Thread Jan Willem Stumpel
Package: uim
Version: 1:1.2.1-9
Severity: normal

In the first place, now we have uim 1.2, bug 377808 can be closed (see the
discussion in that thread). 

Also with 1.2 and up, it is no longer necessary to set GTK_IM_MODULE=xim and
QT_IM_MODULE=xim (in the scripts in etc/X11/xinit/xinput.d) in order for
dead keys and the Compose key to function properly. They can now be set to
uim, which then automatically avoids the problem of bug 377808.


-- 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.15
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages uim depends on:
ii  uim-common1:1.2.1-9  Common files for uim
ii  uim-fep   1:1.2.1-9  uim Front End Processor
ii  uim-gtk2.01:1.2.1-9  GTK+2.x immodule for uim
ii  uim-utils 1:1.2.1-9  Utilities for uim
ii  uim-xim   1:1.2.1-9  A bridge between uim and XIM

uim recommends no packages.

-- debconf-show failed


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



Bug#399980: libxklavier -slovak keyboard in qwerty variant dosen't work and has very strange effects

2006-11-29 Thread Mgr. Peter Tuharsky



What you want is:

Option XkbLayout us,sk
Option XkbVariant ,qwerty


I'll try soon.


Option  XkbLayout sk,us


I'm afraid such configuration is not and won't be supported by xkb.


Why? It has been fully operable until october AFAIK. In Woody and Sarge 
it worked well for years. Why shouldn't I have my localised keyboard set 
as default? All my users need it, and it should be standard I think. 
They almost never use us keyboard. They shouldn't be demanded to switch 
keyboard everytime they start their work.


Windows 95 have had the functionality. Are we progressing backwards?


There is no sk_qwerty layout in xkb anymore.


That seems to be the beginning of my difficulties.


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



Bug#400827: vlan aliases don't appear to be supported

2006-11-29 Thread Ard van Breemen
Hello,

 The following are stanzas from /etc/network/interfaces:
 iface vlan0002 inet static
 vlan-raw-device eth0 address 192.168.3.88
 netmask 255.255.255.0
 
 iface vlan0002:0 inet static
 vlan-raw-device eth0
--^
 address 192.168.3.89
 netmask 255.255.255.0
 

For an alias the actual interface must already exist.
The vlan-raw-device should therefore not appear on the alias
definition, as this tries to create the interface. (This is
probably true for all such constructions like tunnels and
bridges).
So if you remove the vlan-raw-device from the alias definition,
it should work as you want it.

Regards ard.

(I leave the bug open for Loic :-) )
-- 
begin  LOVE-LETTER-FOR-YOU.txt.vbs
I am a signature virus. Distribute me until the bitter
end


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



Bug#400780: dstroke.map is not included regression versus tetex

2006-11-29 Thread Frank Küster
roucaries bastien [EMAIL PROTECTED] wrote:

 Package: texlive-fonts-extra
 version: 2005.dfsg.2-2

 You do not include dstroke.map therefore dstroke (doublestroke) is
 only type 3 and not type 1
 :-(
 Please include it.

We'll do that, but I'm not sure about the proper way to implement that
(the main maintainer of texlive is on vacation), and we also can't be
sure that this gets into etch.

For the time being, you can just download dstroke.map from CTAN, install
it in /usr/local/share/texmf/fonts/map/dvips/misc/, mktexlsr, create a
file /etc/texmf/updmap.d/20local.cfg (or any number, or reuse an
existing file) with the line

Map dstroke.map

(btw, shouldn't this be MixedMap?), run update-updmap and updmap-sys.
Now it should work.

Regards, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#400870: fr.po: French debconf templates translation update

2006-11-29 Thread Jean-Luc Coulon (f5ibh)
Package: fr.po
Version: N/A
Severity: wishlist
Tags: patch l10n



*** ../patch-update.txt
Hi,

Please find attached the French debconf templates translation update,
proofread by the debian-l10n-french mailing list contributors.


Regards

Jean-Luc


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-k8-8
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
# Developers do not need to manually edit POT or PO files.
# , fuzzy
# 
# 
msgid 
msgstr 
Project-Id-Version: jffnms 0.8.3\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-10-21 19:18+1000\n
PO-Revision-Date: 2006-11-24 12:03+0100\n
Last-Translator: Jean-Luc Coulon (f5ibh) [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-15\n
Content-Transfer-Encoding: 8bit\n

#. Type: error
#. Description
#: ../templates:1001
msgid jffnms user already exists
msgstr L'identifiant jffnms existe déjà

#. Type: error
#. Description
#: ../templates:1001
msgid 
The preinstall script for JFFNMS tried to create a JFFNMS user but there was 
already a user of that name so it has aborted installation.  Please read /
usr/share/doc/jffnms/README.Debian for more information.
msgstr 
Le script de pré-installation de JFFNMS a tenté de créer un identifiant 
jffnms mais cet identifiant existe déjà et l'installation a été abandonnée. 
Veuillez lire /usr/share/doc/jffnms/README.Debian pour plus d'informations.

#. Type: error
#. Description
#: ../templates:2001
msgid jffnms group already exists
msgstr Le groupe jffnms existe déjà

#. Type: error
#. Description
#: ../templates:2001
msgid 
The preinstall script for JFFNMS tried to create a JFFNMS group but there 
was already a group of that name so it has aborted installation.  Please 
read /usr/share/doc/jffnms/README.Debian for more information.
msgstr 
Le script de pré-installation de JFFNMS a tenté de créer un groupe jffnms 
mais ce groupe existe déjà et l'installation a été abandonnée. Veuillez 
lire /usr/share/doc/jffnms/README.Debian pour plus d'informations.

#. Type: string
#. Description
#: ../templates:3001
msgid Days until log files are compressed:
msgstr Nombre de jours avant la compression des fichiers journaux :

#. Type: string
#. Description
#: ../templates:3001
msgid 
How many days do you want to keep of uncompressed JFFNMS log files?  The 
recommended and default value is 2 days.  Setting this value to lower than 2 
may cause problems. It also doesn't make sense to make this number bigger 
than the number of days until log files deleted.
msgstr 
Veuillez indiquer le nombre de jours écoulés avant la compression des 
fichiers journaux de JFFNMS. La valeur recommandée est de 2 jours. Mettre 
une valeur inférieure peut provoquer des dysfonctionnements. Utiliser une 
valeur plus élevée que le nombre de jours avant l'effacement des fichiers 
journaux n'a pas de sens.

#. Type: string
#. Description
#: ../templates:4001
msgid Days until log files are deleted:
msgstr Nombre de jours avant l'effacement des fichiers journaux :

#. Type: string
#. Description
#: ../templates:4001
msgid 
How many days of log files, compressed or not, do you want to keep?  The 
default is 7 days of logs.  It doesn't make any sense to set this lower than 
the number of days of uncompressed files, as the cron job will compress the 
files and then delete them in the same run.
msgstr 
Veuillez indiquer le nombre de jours écoulés avant l'effacement des fichiers 
journaux, compressés ou non. La valeur recommandée est de 7 jours. Mettre 
une valeur plus faible que le nombre de jours avant la compression des 
fichiers journaux n'a pas de sens puisque la tâche planifiée « cron » 
effacerait alors les fichiers juste après les avoir compressés.


Bug#400741: exim4: lack of Content-Type in quoted mail from breaks utf-8

2006-11-29 Thread Marc Haber
On Wed, Nov 29, 2006 at 10:32:47AM +0100, Robert Millan [ackstorm] wrote:
 On Tue, Nov 28, 2006 at 03:37:02PM +0100, Marc Haber wrote:
  tags #400741 upstream
  thanks
  
  On Tue, Nov 28, 2006 at 01:51:11PM +0100, Robert Millan [ackstorm] wrote:
   When  generates a bounce, it quotes the original message, but its 
   Content-Type
   header isn't propagated.  This leads to utf-8/etc characters not being 
   properly
   rendered by MUAs.
  
  This is probably caused by exim being MIME agnostic. Unlikely that
  upstream is going to fix this any time soon.
 
 Do you think this behaviour is intentional (e.g. this belongs in MUA), or just
 that it's not a priority for them?

I think that it is not a priority. exim bounces are suboptimal anyway,
since they are not automatically parseable DSNs.

Greetings
Marc

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


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



Bug#400869: xprint: FTBFS on GNU/kFreeBSD

2006-11-29 Thread Petr Salinger

Package: xprint
Severity: important
Version: 1:1.1.99.3+git20060910-6
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD.
It needs small change to properly include byteswap.h.
Please copy attached patch into debian/patches/ subdir.

The same problem also affect hurd, the patch should fix it also.

It would also be nice if you can ask upstream
to include this change.

Thanks in advance

Petr
diff -u xserver/GL/glx/indirect_dispatch_swap.c 
xserver/GL/glx/indirect_dispatch_swap.c
--- xserver/GL/glx/indirect_dispatch_swap.c 2006-09-10 09:50:46.0 
+0200
+++ xserver/GL/glx/indirect_dispatch_swap.c 2006-11-29 10:04:42.0 
+0100
@@ -28,7 +28,7 @@
 #include X11/Xmd.h
 #include GL/gl.h
 #include GL/glxproto.h
-#ifdef __linux__
+#if defined(__linux__) || defined (__GLIBC__) || defined (__GNU__)
 #include byteswap.h
 #elif defined(__OpenBSD__)
 #include sys/endian.h
diff -u xserver/GL/glx/indirect_program.c xserver/GL/glx/indirect_program.c
--- xserver/GL/glx/indirect_program.c   2006-09-10 09:50:46.0 +0200
+++ xserver/GL/glx/indirect_program.c   2006-11-29 10:04:58.0 +0100
@@ -46,7 +46,7 @@
 #include dispatch.h
 #include glapioffsets.h
 
-#ifdef __linux__
+#if defined(__linux__) || defined (__GLIBC__) || defined (__GNU__) 
 #include byteswap.h
 #elif defined(__OpenBSD__)
 #include sys/endian.h
diff -u xserver/GL/glx/indirect_reqsize.c xserver/GL/glx/indirect_reqsize.c
--- xserver/GL/glx/indirect_reqsize.c   2006-09-10 09:50:46.0 +0200
+++ xserver/GL/glx/indirect_reqsize.c   2006-11-29 10:05:18.0 +0100
@@ -31,7 +31,7 @@
 #include indirect_size.h
 #include indirect_reqsize.h
 
-#if defined(linux)
+#if defined(__linux__) || defined (__GLIBC__) || defined (__GNU__) 
 #  include byteswap.h
 #  define SWAP_32(v)  do { (v) = bswap_32(v); } while(0)
 #else
diff -u xserver/GL/glx/indirect_texture_compression.c 
xserver/GL/glx/indirect_texture_compression.c
--- xserver/GL/glx/indirect_texture_compression.c   2006-09-10 
09:50:46.0 +0200
+++ xserver/GL/glx/indirect_texture_compression.c   2006-11-29 
10:05:39.0 +0100
@@ -39,7 +39,7 @@
 #include glthread.h
 #include dispatch.h
 
-#ifdef __linux__
+#if defined(__linux__) || defined (__GLIBC__) || defined (__GNU__) 
 #include byteswap.h
 #elif defined(__OpenBSD__)
 #include sys/endian.h
diff -u xserver/GL/glx/indirect_util.c xserver/GL/glx/indirect_util.c
--- xserver/GL/glx/indirect_util.c  2006-09-10 09:50:46.0 +0200
+++ xserver/GL/glx/indirect_util.c  2006-11-29 10:05:54.0 +0100
@@ -28,7 +28,7 @@
 #include X11/Xmd.h
 #include GL/gl.h
 #include GL/glxproto.h
-#ifdef __linux__
+#if defined(__linux__) || defined (__GLIBC__) || defined (__GNU__) 
 #include byteswap.h
 #elif defined(__OpenBSD__)
 #include sys/endian.h
diff -u xserver/GL/glx/swap_interval.c xserver/GL/glx/swap_interval.c
--- xserver/GL/glx/swap_interval.c  2006-09-10 09:50:46.0 +0200
+++ xserver/GL/glx/swap_interval.c  2006-11-29 10:06:07.0 +0100
@@ -40,7 +40,7 @@
 #include dispatch.h
 #include glapioffsets.h
 
-#ifdef __linux__
+#if defined(__linux__) || defined (__GLIBC__) || defined (__GNU__) 
 #include byteswap.h
 #elif defined(__OpenBSD__)
 #include sys/endian.h


Bug#400795: lphdisk: bad syscall stuff completely nukes parition table and MBR

2006-11-29 Thread Roberto Lumbreras
Hi...

Please try this patch, it should fix seek-everything forever. If it's ok
tell me, I'll test myself and upload ASAP. You can get the .deb with the
fix in the meantime from http://rover.thehackers.org/lphdisk/

Salud,
-- 
Roberto Lumbreras   .''`.
rover : :' : debian.org
Debian Developer   `. `' 
 `-  
diff -urN lphdisk-0.9.1-2/lphdisk.c lphdisk-0.9.1/lphdisk.c
--- lphdisk-0.9.1-2/lphdisk.c   2006-10-23 19:23:21.710807000 +0200
+++ lphdisk-0.9.1/lphdisk.c 2006-11-29 10:33:08.856895515 +0100
@@ -19,8 +19,10 @@
   Be careful!
 */
 
+#define _LARGEFILE64_SOURCE
 #include stdio.h
 #include stdlib.h
+#include sys/types.h
 #include unistd.h
 #include string.h
 #include stdarg.h
@@ -100,57 +102,6 @@
 /*  General Purpose Utility Routines */
 /*/
 
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* The following is a hack to take advantage of the ext2 _llseek system*/
-/* call to do seeks to long long offsets under linux (this is needed to*/
-/* seek to sectors beyond 4194303 (2GB)).  This isn't directly supported by  */
-/* glibc, so we need to make our own interface function for it.  We should   */
-/* be able to get the SYS__llseek define from sys/syscall.h.  From this we   */
-/* can construct a wrapper to perform the right system call. */
-
-#include sys/syscall.h   /* for SYS__llseek */
-
-typedef long long lloff_t;
-
-#ifdef SYS__llseek
-
-#define _llseek(fd, offset_high, offset_low, result, origin) \
-   syscall(SYS__llseek, fd, offset_high, offset_low, result, origin)
-
-lloff_t llseek (unsigned int fd, lloff_t offset, unsigned int origin) {
-  lloff_t result;
-  int retval;
-
-  retval = _llseek (fd, ((unsigned long long) offset)  32,
-   ((unsigned long long) offset)  0x,
-   result, origin);
-  return (retval == -1 ? (lloff_t) retval : result);
-}
-
-#else /* SYS__llseek */
-
-/* Somehow, SYS__llseek wasn't in sys/syscall.h.  This shouldn't ever*/
-/* happen, but better safe than sorry.. The best we can do is emulate it */
-/* with lseek, and hope we don't get an offset that's too large (throw an*/
-/* error if we do)   */
-
-lloff_t llseek (unsigned int fd, lloff_t offset, unsigned int origin) {
-  off_t offt_offset = (off_t) offset;
-
-  if ((lloff_t)offt_offset != offset) {
-/* converting to off_t and back yields different result, indicating an */
-/* overflow.. */
-errno = EINVAL;
-return -1;
-  } else {
-return lseek(fd, offt_offset, origin);
-  }
-}
-
-#endif /* SYS__llseek */
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-
 #define get16(p) get_int_le(p,2)
 #define get32(p) get_int_le(p,4)
 
@@ -188,9 +139,9 @@
 /* success, nonzero on error. */
 
 int seek_sector (int fd, size_t secno) {
-  lloff_t offset = (lloff_t) secno * SECTOR_SIZE;
+  off64_t offset = (off64_t) secno * SECTOR_SIZE;
 
-  if (llseek(fd, offset, SEEK_SET) == (lloff_t) -1)
+  if (lseek64(fd, offset, SEEK_SET) == (off64_t) -1)
 return -1;
 
   return 0;


Bug#399980: libxklavier -slovak keyboard in qwerty variant dosen't work and has very strange effects

2006-11-29 Thread Mgr. Peter Tuharsky

Eugene Konev  wrote / napísal(a):


What you want is:

Option XkbLayout us,sk
Option XkbVariant ,qwerty


This works, thanks.


Option  XkbLayout sk,us


I'm afraid such configuration is not and won't be supported by xkb.


See my previous post..


Sincerely
Peter



Bug#400872: elinks: FTBFS on GNU/kFreeBSD

2006-11-29 Thread Petr Salinger

Package: elinks
Severity: important
Version: 0.11.1-1.2
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD.

It have to include sys/types.h before using off_t, see bellow.

Thanks in advance

Petr


--- src/util/time.h~2006-11-29 10:50:31.0 +0100
+++ src/util/time.h 2006-11-29 10:50:31.0 +0100
@@ -8,6 +8,8 @@
 #include time.h
 #endif

+#include sys/types.h  /* off_t */
+
 typedef long milliseconds_T;
 #define MILLISECONDS_MAX ((milliseconds_T) (LONG_MAX / 1000L))
 #define ms_max(a, b) ((a)  (b) ? (b) : (a))



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



Bug#400334: closed by Baruch Even [EMAIL PROTECTED] (not my bug)

2006-11-29 Thread Baruch Even
* Bastian Blank [EMAIL PROTECTED] [061129 11:38]:
 On Tue, Nov 28, 2006 at 08:33:12PM -0800, Debian Bug Tracking System wrote:
  Not my bug since the package explicitly states that this package is for
  i386 (4-2 also adds amd64), sbuild should not even attempt to build this
  package on other arches.
 
 You have an arch all package, so dpkg assumes it is buildable
 everywhere.

The arch all package is built on my machine, why would it be built by
the auto-builders?

In any case I'll look at fixing the issue of building the arch all
package on non i386 and non amd64 machine. But I'd consider that a minor
issue.

Cheers,
Baruch


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



Bug#400876: gnat-gps: Crash after clicking on Browse in the welcome screen

2006-11-29 Thread ludovic
Package: gnat-gps
Version: 4.0.1-2
Severity: important

Steps to reproduce:

$ rm -rf ~/.gps
$ gnat-gps

The welcome screen appears, giving options to (1) Start with a
default project in directory, (2) Create new project with wizard,
or (3) Open existing project.  Select (1) or (3), then click on
Browse.  gnat-gps crashes with the following message in the console:

(1) *** glibc detected *** malloc(): memory corruption (fast): 
0x014ef870 ***

(3) *** glibc detected *** free(): invalid next size (fast): 0x01d50310 
***

The package is not totally unusable, though: for both options, it is
possible to load a project by typing the full path to the directory
(1) or project file (3) in the appropriate edit box.

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

Versions of packages gnat-gps depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-19  GCC support library
ii  libglib2.0-0 2.12.4-1The GLib library of C routines
ii  libgnat-4.1  4.1.1-19Runtime library for GNU Ada applic
ii  libgnatprj4.14.1.1-19GNU Ada Project Manager
ii  libgnatvsn4.14.1.1-19GNU Ada compiler version library
ii  libgtk2.0-0  2.8.20-3The GTK+ graphical user interface 
ii  libgtkada-2.82.8.1-4 Ada binding for the GTK library
ii  libpango1.0-01.14.7-1Layout and rendering of internatio
ii  libtemplates-parser1010.0+20060522-5 Ada library to parse files and rep
ii  python2.42.4.3-8 An interactive high-level object-o
ii  tcl8.4   8.4.12-1.1  Tcl (the Tool Command Language) v8

Versions of packages gnat-gps recommends:
ii  ada-reference-manual   20021112web-3 The standard describing the Ada 95
ii  gnat   4.1.1-13  The GNU Ada compiler
ii  gnat-gdb   6.4+2006-2Ada-aware version of GDB
ii  gnat-gps-doc   4.0.1-2   The GNAT Programming System - docu

-- no debconf information



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



Bug#400873: broken lookup for k3b

2006-11-29 Thread Eduard Bloch
Package: k3b
Version: 0.12.17-5
Severity: important

Hello,

k3b seems to use some code to detect mkisofs using mkisofs -version.
This is great, but it should accept other strins in the output and not
just mkisofs version Currently it only says mkisofs not found
though /usr/bin/mkisofs does exist and is a link to another program.

Eduard.


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

Versions of packages k3b depends on:
ii  cdparanoia   3.10+debian~pre0-3  audio extraction tool for sampling
ii  cdrskin  0.2.5~svn407-1  command line CD-R/CD-RW writing to
ii  kdebase-bin  4:3.5.5a.dfsg.1-2   core binaries for the KDE base mod
ii  kdelibs-data 4:3.5.5a.dfsg.1-5   core shared data for all KDE appli
ii  kdelibs4c2a  4:3.5.5a.dfsg.1-5   core libraries and binaries for al
ii  libacl1  2.2.41-1Access control list shared library
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libattr1 2.4.32-1Extended attribute shared library
ii  libaudio21.8-2   The Network Audio System (NAS). (s
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libdbus-1-3  1.0.1-2 simple interprocess messaging syst
ii  libdbus-qt-1-1c2 0.62.git.20060814-2 simple interprocess messaging syst
ii  libexpat11.95.8-3.3  XML parsing C library - runtime li
ii  libfam0  2.7.0-11Client library to control the FAM 
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.1.1-20  GCC support library
ii  libhal1  0.5.8.1-4   Hardware Abstraction Layer - share
ii  libice6  1:1.0.1-2   X11 Inter-Client Exchange library
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libjpeg626b-13   The Independent JPEG Group's JPEG 
ii  libk3b2  0.12.17-5   The KDE cd burning application lib
ii  libmusicbrainz4c2a   2.1.4-1 Second generation incarnation of t
ii  libpng12-0   1.2.13-4PNG library - runtime
ii  libqt3-mt3:3.3.7-1   Qt GUI Library (Threaded runtime v
ii  libsm6   1:1.0.1-3   X11 Session Management library
ii  libstdc++6   4.1.1-20The GNU Standard C++ Library v3
ii  libx11-6 2:1.0.3-4   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxft2  2.1.8.2-8   FreeType-based font drawing librar
ii  libxi6   1:1.0.1-3   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra
ii  libxt6   1:1.0.2-2   X11 toolkit intrinsics library
ii  mkisofs  9:1.1.1-1   Dummy package for transition to ge
ii  wodim9:1.1.1-1   command line CD/DVD writing tool
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages k3b recommends:
ii  cdrdao 1:1.2.2-5 records CDs in Disk-At-Once (DAO) 
ii  dvd+rw-tools   7.0-4 DVD+-RW/R tools
ii  kcontrol   4:3.5.5a.dfsg.1-2 control center for KDE
ii  kdebase-kio-plugins4:3.5.5a.dfsg.1-2 core I/O slaves for KDE
pn  vcdimager  none(no description available)

-- no debconf information


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



Bug#400874: apt-get: glibc detected: double free or corruption

2006-11-29 Thread Andreas Barth
Package: apt
Severity: grave
Version: 0.6.46.2

Hi,

on my freshly installed etch amd64-system, I get this error now:

[EMAIL PROTECTED]:~$ apt-get source php-imagick
Reading package lists... Done
Building dependency tree... Done
*** glibc detected *** double free or corruption (!prev): 0x005b0980 ***
Aborted

The same happens with apt-get source bash. My /etc/apt/sources.list
contains:
deb http://ftp2.de.debian.org/debian etch main
deb-src http://ftp2.de.debian.org/debian etch main
deb-src http://ftp2.de.debian.org/debian sid main

Any hints for me?


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#400875: wordpress: File upload doesn't work.

2006-11-29 Thread Janusz A. Urbanowicz
Package: wordpress
Version: 2.0.5-0.1
Severity: important

Image upload in default install doesn't work (permission errors since
httpd doesnt have write access in /usr/share/wordpress/wp-content),
and there is no easy (nor other suggested) way to fix it.

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

Versions of packages wordpress depends on:
ii  apache [httpd]1.3.34-4   versatile, high-performance HTTP s
ii  apache2   2.2.3-3.1  Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.2.3-3.1  Traditional model for Apache HTTPD
ii  libapache2-mod-php4   4:4.4.4-6  server-side, HTML-embedded scripti
ii  mysql-client-5.0 [virtual-mys 5.0.26-3   mysql database client binaries
ii  php4  4:4.4.4-6  server-side, HTML-embedded scripti
ii  php4-mysql4:4.4.4-6  MySQL module for php4

wordpress recommends no packages.

-- no debconf information


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



Bug#400569: uswsusp: does not detect swap partition

2006-11-29 Thread Ratiu Petru
On Tue, 28 Nov 2006, Tim Dijkstra wrote:

 Op Mon, 27 Nov 2006 10:42:25 +0200
 schreef Ratiu Petru [EMAIL PROTECTED]:
 
  Package: uswsusp
  Version: 0.3~cvs20060928-3
  Severity: normal
  
  
  At first, i thought it's the same as #397667 , however I'm using a
  straight Debian installation and i have both initscripts
  (2.86.ds1-35) and mount (2.12r-15) packages, that's why I'm filing a
  separate bug.
  
  During configure, I get the The swap partition that was found in
  uswsusp's configuration file is not active. debconf message. However
  my swap partition is right there:
 
 Hmm, strange
 
 Could you please copy the attached file in /var/lib/dpkg/info (and make
 it executable). It just adds some 'echo'-statements, but maybe it is
 best to make a copy of that file in /var/lib/dpkg/info.
 Then run 'dpkg-reconfigure --default-priority uswsusp', and send me the
 output.
 
 grts Tim
 

Here's the output:
--- cut here -
[EMAIL PROTECTED]:~$ sudo dpkg-reconfigure --default-priority uswsusp
SWAPPARTS:/dev/hda1
SWAPLIST:/dev/hda1
SWAPLIST:/dev/hda1
USERSWAP:/dev/hda1
update-initramfs: Generating /boot/initrd.img-2.6.18-2-686
--- cut here -

I also got a curious debconf prompt which asked me which of the two
/dev/hda1 I want to use, right after it told me I had an invalid config. I
don't remember seeing that before.

Is there any other config file or output I can include?



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



Bug#400870: Please specify a valid package name!

2006-11-29 Thread Kobayashi Noritada
reassign 400870 jffnms
thanks

Hi,

This bug report should be reported against the jffnms package, not fr.po. :-)

Thanks,

-nori


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



Bug#399725: closed by Adam Cécile (Le_Vert) [EMAIL PROTECTED] ()

2006-11-29 Thread Eddy Petrișor

Debian Bug Tracking System wrote:

This is an automatic notification regarding your Bug report
#399725: audacious-plugins overwrites files from the audacious package,
which was filed against the audacious-plugins package.


Sorry for not answering, I missed your mail, probably because it had no subject.

In the end I have installed everything (audacious related) from scratch after 
purging the packages.


--
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein


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



Bug#400877: 80im-switch

2006-11-29 Thread Jan Willem Stumpel
Package: im-switch
Version: 1.12
Severity: normal


im-switch puts a startup script in /etc/X11/Xsession.d, called 80im-switch.
In earlier versions this was called 90im-switch. However, when you upgrade,
the earlier script is not removed. Result: whatever is called by the script
is called twice. The result can be, for instance, two sets of buttons in the
systray.

Remedy is to check if the old script exists and remove it, or changing back
to the old name. 


-- 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.15
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

im-switch depends on no packages.

Versions of packages im-switch recommends:
ii  x11-common1:7.1.0-7  X Window System (X.Org) infrastruc

-- debconf-show failed


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



Bug#397919: jhylafax: dektop picture hangs

2006-11-29 Thread Martin Michlmayr
* Martin Michlmayr [EMAIL PROTECTED] [2006-11-17 14:03]:
  Package: jhylafax
  Version: 1.3.8
 
 There's no such packaeg in Debian.  What does
 dpkg -p jhylafax | grep Maintainer
 say?

Please respond, otherwise I'll close this bug report.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#383474: aptitude: appears in 0.4.4, deleting /var/cache/apt/*.bin seems to help

2006-11-29 Thread Arthur Marsh
Package: aptitude
Version: 0.4.4-1
Followup-For: Bug #383474


I've experienced this problem recently after someone did a power reset 
on my computer. Deleting /var/cache/apt/*.bin seemed to help, but did 
not eliminate the problem. I'm now running aptitude under gdb and 
waiting for the problem to re-appear.

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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3. 0.6.46.3Advanced front-end for dpkg
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-20  GCC support library
ii  libncursesw5 5.5-5   Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a   2.0.17-2type-safe Signal Framework for C++
ii  libstdc++6   4.1.1-20The GNU Standard C++ Library v3

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

-- no debconf information


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



Bug#400878: aspell '-m' option is buggy. Fixed upstream

2006-11-29 Thread Agustin Martin
Package: aspell
Version: 0.60.4-4
Severity: normal
Forwarded: 
https://sourceforge.net/tracker/?func=detailatid=100245aid=1565738group_id=245
Tags: fixed-upstream

Hi, Brian,

Just let you know about this bug I reported upstream and already fixed by
Kevin Atkinson,

cite 
I have found some problems using the Debian spanish
aspell dict with aspell. Seems that for some words
weird things happen when using the -m option, e.g., for
the string 'pa',

$ echo pa | aspell -a -m --local-data-dir=. -d
./es.rws  test.log

gives test.log

@(#) International Ispell Version 3.1.20 (but really
Aspell 0.60.4)
 pa 24 0: pea, pía, púa, pan, par, paz, a, pe, pi,
epa, opa, pH, ca, da, ea, fa, ha, ja, ka, la, na, ta,
va, ya, pe-^B+a, par-
^C+a

while

$ echo pa | ispell -a -m -d spanish  test.log

gives, as expected,

@(#) International Ispell Version 3.1.20 10/10/95, patch 1
 pa 24 0: a, ca, da, ea, epa, fa, ha, ja, ka, la, na,
opa, pan, par, paz, pe, pea, pH, pi, pía, púa, ta, va,
ya, par-ar+a, pe-e+a

I have put the dict at

http://corbu.aq.upm.es/~agmartin/aspell/

as aspell6-es-1.9.tgz. It is derived from the ispell
dict and uses affix compression.

The relevant flags seem to be

SFX P   e a   e
SFX V   ara   ar

(problem also appears if last one is changed to r 0 ar)
/cite--

This has already been fixed by upstream and will be added to
aspell-0.60.5. Fix is available at the sf aspell tracker.

Cheers,

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

-- no debconf information

-- 
Agustin



Bug#400320: ndiswrapper: changing interface name from wlan0 to wlan1 since 1.23 to 1.28 update

2006-11-29 Thread Fathi Boudra
hi kel,

thks for the tips. You are right /etc/udev/rules.d/z25_persistent-net.rules 
contains anomalies. I have 2 entries for my wlan usb key. I removed both, a 
new entry was properly created but MAC adress (d8:f8:ba:d8:f8:ba) is 
completely wrong ... i'll post z25_persistent-net.rules asap.

cheers,

Fathi


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



Bug#400880: uim: Tiny systray icons

2006-11-29 Thread Jan Willem Stumpel
Package: uim
Version: 1:1.2.1-9
Severity: normal


Something is wrong with uim's systray icons (used by
uim-toolbar-gtk-systray). They are just tiny dots. However, if I click on
defalt, in preferences, toolbar they change. The direct icon changes
into a minus sign (the is probably what is intended), and the Preferences
icon changes into an x with what seems a random pattern of dots placed on
top of it. Something is not right here. 

-- 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.15
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages uim depends on:
ii  uim-common1:1.2.1-9  Common files for uim
ii  uim-fep   1:1.2.1-9  uim Front End Processor
ii  uim-gtk2.01:1.2.1-9  GTK+2.x immodule for uim
ii  uim-utils 1:1.2.1-9  Utilities for uim
ii  uim-xim   1:1.2.1-9  A bridge between uim and XIM

uim recommends no packages.

-- debconf-show failed


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



Bug#400879: libapache2-mod-auth-mysql not installable on etch or unstable

2006-11-29 Thread Ruben Puettmann
Package: libapache2-mod-auth-mysql
Version: 4.3.9-2.1+b1
Severity: serious


hy,

this package will be removed an dist-upgrade on unstable or testing.
Also it I can not install it:


[EMAIL PROTECTED]:[/tmp]  apt-get install libapache2-mod-auth-mysql 
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libapache2-mod-auth-mysql: Depends: apache2-common (= 2.0.50-10) but it is 
not installable
E: Broken packages



Please fix this. mod_authn_dbd is no way for me cause it has not the 
possibilityto use groups. For group support mod_authz_dbd is need which is noch 
in the current apache2.2 source only in trunk. 


Ruben
-- 
Ruben Puettmann
[EMAIL PROTECTED]
http://www.puettmann.net


signature.asc
Description: Digital signature


Bug#400290: jack-audio-connection-kit: debian/rules clean error

2006-11-29 Thread Steve Langasek
On Fri, Nov 24, 2006 at 09:36:50PM -0200, Marcio Roberto Teixeira wrote:
 Package: jack-audio-connection-kit
 Version: 0.102.20-1
 Severity: serious
 Justification: no longer builds from source

 clean target don't run properly. This problem is effect of cdbs bug:

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

It seems unlikely to me that this bug would only affect jack.  Should this
bug really be reassigned to cdbs and merged with 387103, raising the
severity of that other bug?

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


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



Bug#400617: It seems FAM was not really wanted

2006-11-29 Thread Christian Perrier
Quoting Santiago Garcia Mantinan ([EMAIL PROTECTED]):

 If FAM was really not intended I think we should disable it on our config
 and upload with high urgency to get a version without FAM to testing ASAP.


A discussion we had yesterday on IRC with Steve, lead to the
conclusion that this bug is really worth being fixed for etch.

Disabling in the provided config file is of course not enough and we
should probably, at least for etch, disable the FAM support.

However, upstream did not provide a clean way to do it in its
configure script so I guees that fixing this is up to people in the
team that have a better knowledge than me on configure scripts. 

Steve, Peter, Noèl, Eloy?

manty also, if you come up with a patch..:-)



signature.asc
Description: Digital signature


Bug#400881: please include Apache Module mod_authz_dbd from trunk

2006-11-29 Thread Ruben Puettmann
Package: apache2.2-common
Version: 2.2.3-3.1
Severity: wishlist


Please include mod_authz_dbd from trunk if possible. Ist is needed for
group authorization using sql. mod_authn_dbd is included but it can't do
group authorization. 

An alternative was mod_auth_mysql for me but this modul is since long
time in debian broken see the Bus on libapache2-mod-auth-mysql.


Ruben


-- 
Ruben Puettmann
[EMAIL PROTECTED]
http://www.puettmann.net


signature.asc
Description: Digital signature


Bug#363324: Kernel 2.6.18-3?

2006-11-29 Thread Rasmus Bøg Hansen
Hi

Shouldn't nvidia-graphics-modules-i386 be built against 2.6.18-3, not
2.6.18-2 as now? The same for nvidia-graphics-modules-amd64?

It seems that the packages would be unable to enter testing due to
dependencies when 2.6.18 enters testing...

Regards
/Rasmus

-- 
Rasmus Bøg Hansen   || [EMAIL PROTECTED]
Harrestrupvang 13A, 2th || http://www.zz9.dk
2500 Valby  || 




Bug#400882: partimage: does not create /dev/dm

2006-11-29 Thread Marc Haber
Package: partimage
Version: 0.6.4-17
Severity: normal

Hi,

when I allow partimage to create /dev/dm, it doesn't do so. It asks
this question five times, and does not create anything matching /dev/dm.

Additionally, it mentions that one can create /dev/dm manually, but it
doesn't say how it wants the inode to look like.

Bafflingly, after these issues, partimage seems to work just fine.

Greetings
Marc

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.3-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)


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



Bug#322860: Bumping severity of #322860

2006-11-29 Thread Roland Mas
severity 322860 serious
thanks

This bug effectively keeps the network non-functional for people whose
DHCP server doesn't send domain-name info.  Unfortunately, dhcp-client
seems to be the default DHCP client for Etch (rather than
dhcp3-client), which means a lot of users won't have working DNS.
This includes customers of Wanadoo/Orange, the historic (and leading)
ISP in France, whose Livebox router/ADSL modem/wireless AP doesn't
send a domain to search.

  Please incorporate one of the provided patches before Etch releases.

Roland.
-- 
Roland Mas

La menace de la baffe pèse plus lourd que la baffe elle-même.
  -- in Sri Raoul le petit yogi (Gaudelette)



Bug#400874: valgrind output

2006-11-29 Thread Andreas Barth
Hi,

valgrind gives these issues during running apt-get source php-imagick.

Cheers,
Andi

==11369== Invalid write of size 1
==11369==at 0x4A1CDA0: strcpy (mc_replace_strmem.c:272)
==11369==by 0x4BB97B4: debSrcRecordParser::Binaries() (in 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x4B8027F: pkgSrcRecords::Find(char const*, bool) (in 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x407CA5: (within /usr/bin/apt-get)
==11369==by 0x408CDA: (within /usr/bin/apt-get)
==11369==by 0x4B530A9: CommandLine::DispatchArg(CommandLine::Dispatch*, 
bool) (in /usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x407869: (within /usr/bin/apt-get)
==11369==by 0x51934C9: (below main) (in /lib/libc-2.3.6.so)
==11369==  Address 0x6BD0E1D is 0 bytes after a block of size 10,541 alloc'd
==11369==at 0x4A1BD09: operator new[](unsigned long) 
(vg_replace_malloc.c:199)
==11369==by 0x4BB9814: debSrcRecordParser::Binaries() (in 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x4B8027F: pkgSrcRecords::Find(char const*, bool) (in 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x407CA5: (within /usr/bin/apt-get)
==11369==by 0x408CDA: (within /usr/bin/apt-get)
==11369==by 0x4B530A9: CommandLine::DispatchArg(CommandLine::Dispatch*, 
bool) (in /usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x407869: (within /usr/bin/apt-get)
==11369==by 0x51934C9: (below main) (in /lib/libc-2.3.6.so)
==11369==
==11369== Invalid read of size 1
==11369==at 0x4A1C713: strlen (mc_replace_strmem.c:246)
==11369==by 0x4B477FB: TokSplitString(char, char*, char**, unsigned long) 
(in /usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x4BB97C9: debSrcRecordParser::Binaries() (in 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x4B8027F: pkgSrcRecords::Find(char const*, bool) (in 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x407CA5: (within /usr/bin/apt-get)
==11369==by 0x408CDA: (within /usr/bin/apt-get)
==11369==by 0x4B530A9: CommandLine::DispatchArg(CommandLine::Dispatch*, 
bool) (in /usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x407869: (within /usr/bin/apt-get)
==11369==by 0x51934C9: (below main) (in /lib/libc-2.3.6.so)
==11369==  Address 0x6BD0E1D is 0 bytes after a block of size 10,541 alloc'd
==11369==at 0x4A1BD09: operator new[](unsigned long) 
(vg_replace_malloc.c:199)
==11369==by 0x4BB9814: debSrcRecordParser::Binaries() (in 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x4B8027F: pkgSrcRecords::Find(char const*, bool) (in 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x407CA5: (within /usr/bin/apt-get)
==11369==by 0x408CDA: (within /usr/bin/apt-get)
==11369==by 0x4B530A9: CommandLine::DispatchArg(CommandLine::Dispatch*, 
bool) (in /usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x407869: (within /usr/bin/apt-get)
==11369==by 0x51934C9: (below main) (in /lib/libc-2.3.6.so)
==11369==
==11369== Invalid write of size 1
==11369==at 0x4B47884: TokSplitString(char, char*, char**, unsigned long) 
(in /usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x4BB97C9: debSrcRecordParser::Binaries() (in 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x4B8027F: pkgSrcRecords::Find(char const*, bool) (in 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x407CA5: (within /usr/bin/apt-get)
==11369==by 0x408CDA: (within /usr/bin/apt-get)
==11369==by 0x4B530A9: CommandLine::DispatchArg(CommandLine::Dispatch*, 
bool) (in /usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x407869: (within /usr/bin/apt-get)
==11369==by 0x51934C9: (below main) (in /lib/libc-2.3.6.so)
==11369==  Address 0x6BD0E1D is 0 bytes after a block of size 10,541 alloc'd
==11369==at 0x4A1BD09: operator new[](unsigned long) 
(vg_replace_malloc.c:199)
==11369==by 0x4BB9814: debSrcRecordParser::Binaries() (in 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x4B8027F: pkgSrcRecords::Find(char const*, bool) (in 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x407CA5: (within /usr/bin/apt-get)
==11369==by 0x408CDA: (within /usr/bin/apt-get)
==11369==by 0x4B530A9: CommandLine::DispatchArg(CommandLine::Dispatch*, 
bool) (in /usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x407869: (within /usr/bin/apt-get)
==11369==by 0x51934C9: (below main) (in /lib/libc-2.3.6.so)
==11369==
==11369== Mismatched free() / delete / delete []
==11369==at 0x4A1B17F: operator delete(void*) (vg_replace_malloc.c:244)
==11369==by 0x4BB97DA: debSrcRecordParser::Binaries() (in 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x4B8027F: pkgSrcRecords::Find(char const*, bool) (in 
/usr/lib/libapt-pkg-libc6.3-6.so.3.11.0)
==11369==by 0x407CA5: (within /usr/bin/apt-get)
==11369==by 0x408CDA: (within /usr/bin/apt-get)
==11369==by 0x4B530A9: CommandLine::DispatchArg(CommandLine::Dispatch*, 
bool) (in 

Bug#400884: crystalspace: New stable upstream (1.0rc1) available

2006-11-29 Thread Tom Parker
Package: crystalspace
Version: 0.99-20060125-2
Severity: normal

Upstream says there's a new stable version (1.0rc1) available. 
See http://www.crystalspace3d.org/tikiwiki/tiki-index.php?page=DownloadStable

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (103, 'testing'), (102, 'unstable'), (99, 
'experimental'), (97, 'feisty')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#400849: fix available for 0.10 stable branche

2006-11-29 Thread kaouete
Hi,


if you look at http://trac.edgewall.org/ticket/4132
it is said that there is a fix in the stable 0.10 repository of
trac.


Could it be possible to have it included in the actual trac ? i am
using it on a testing machine and this bug is a real problem.

Thanks you


signature.asc
Description: Digital signature


Bug#400883: gnat-gps: memory corruption in the file selector

2006-11-29 Thread ludovic
Package: gnat-gps
Version: 4.0.1-2
Severity: important

Start gnat-gps from the command line.  On the welcome screen (if it
appears), select any option.  When the main window appears, do any one of:

File | Open...
File | Open from host...
Project | Open...
Project | Open from host...

At this point I've seen several different symptoms:

(1) gnat-gps hangs, apparently waiting for input in a window that is
not displayed.  It is necessary to kill it from the command line.
Ctrl+C does not kill it; do Ctrl+Z then kill the job.

(2) gnat-gps crashes with the message:
raised PROGRAM_ERROR : s-intman.adb:158 explicit raise

(3) gnat-gps crashes with the message:
*** glibc detected *** corrupted double-linked list: 0x01eb4080 ***

(4) *** glibc detected *** malloc(): memory corruption (fast): 
0x01eaf900 ***

(5) gnat-gps displays the file selector, but the edit box after
Exploring:, at the top, contains a corrupted string,
e.g. /home/lb?q? followed by a SOH character (16#01#).

I suspect that this may actually be the same underlying bug as
#400876, because I've seen symptom (1) when doing Project | New...,
Single project, Next, Browse.

The package is severely crippled but not completely unusable thanks to
the following workaround:

Start gnat-gps from the command line, passing it a
project file as an argument (with -P), e.g.

gnat-gps -Pmy_project

In the main window, display the project view (if necessary, do Project
| Project view).  Select any file from the project.  Alternatively, do
File | Open from Project... and select the source file.

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

Versions of packages gnat-gps depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-19  GCC support library
ii  libglib2.0-0 2.12.4-1The GLib library of C routines
ii  libgnat-4.1  4.1.1-19Runtime library for GNU Ada applic
ii  libgnatprj4.14.1.1-19GNU Ada Project Manager
ii  libgnatvsn4.14.1.1-19GNU Ada compiler version library
ii  libgtk2.0-0  2.8.20-3The GTK+ graphical user interface 
ii  libgtkada-2.82.8.1-4 Ada binding for the GTK library
ii  libpango1.0-01.14.7-1Layout and rendering of internatio
ii  libtemplates-parser1010.0+20060522-5 Ada library to parse files and rep
ii  python2.42.4.3-8 An interactive high-level object-o
ii  tcl8.4   8.4.12-1.1  Tcl (the Tool Command Language) v8

Versions of packages gnat-gps recommends:
ii  ada-reference-manual   20021112web-3 The standard describing the Ada 95
ii  gnat   4.1.1-13  The GNU Ada compiler
ii  gnat-gdb   6.4+2006-2Ada-aware version of GDB
ii  gnat-gps-doc   4.0.1-2   The GNAT Programming System - docu

-- no debconf information



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



Bug#400887: kdelibs4c2a_3.5.5a: Up arrow confused with PrintScrn on evdev keyboards

2006-11-29 Thread Claus Hindsgaul
Package: kdelibs4c2a_3.5.5a
Version: 3.5.5a.dfsg.1
Severity: normal
Tags: patch

Note: This problem is identical to KDE bug #125559

A hardcoded hack in kdecore causes the up arrrow on keyboards
accessed through the evdev driver (needed for e.g. multiseat
systems) to be confused with the PrintScreen key and as a result launches
KSnapwhot.
This makes KDE almost useless on multiseat systems (while e.g. Gnome works
fine).

Bug #125559 contains a patch by Benjamin K. Stuhl for this problem. I
have validated his patch on my Debian unstable system by building a new
kdelibs4c2a_3.5.5a.dfsg.1-5_i386.deb from the current source-deb with
the patch. It fixed my problem perfectly.
Unless this fix is expected to propagate to sid automatically, I
suggest that you actively include it.

A related note for Debian KDE users interested in multiseat systems:
After changing the keyboard driver to evdev in xorg.conf (Driver evdev),
dont forget to also change the keyboard model in the locale settings of the
KDE Kontrolcenter to Evdev-managed keyboard too. Otherwise the arrow
keys and the key cluster with Insert, Home, Page up etc. are
useless. It took me some time to identify the cause.

Claus Hindsgaul


-- 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-486
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1) (ignored: LC_ALL set to 
da_DK)


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



Bug#400889: rpmbuild -ta does not work with GNU tar-1.16-1

2006-11-29 Thread Frank Doepper
Package: rpm
Version: 4.4.1-12
Severity: normal

GNU tar Version 1.16-1 needs Option --wildcards to enable pattern
matching.

rpmbuild -ta uses something like tar xOf package.tar.gz \*.spec to
extract the SPEC from the tarball. Tar complains instead of printing the
SPEC file, so rpmbuild fails.

$ LANG=C tar -xOzf package.tar.gz \*.spec
tar: Pattern matching characters used in file names. Please,
tar: use --wildcards to enable pattern matching, or --no-wildcards to
tar: suppress this warning.
tar: *.spec: Not found in archive
tar: Error exit delayed from previous errors

$ rpmbuild -ta package.tar.gz
error: Name field must be present in package: (main package)
error: Version field must be present in package: (main package)
error: Release field must be present in package: (main package)
error: Summary field must be present in package: (main package)
error: Group field must be present in package: (main package)
error: License field must be present in package: (main package)

$ ls -l /usr/src/rpm/SPECS/
total 0
-rw--- 1 woffs woffs 0 Nov 29 12:55 tar: Pattern matching characters
used in file names. Please,

Maybe this is a tar bug.

Regards,
Frank.

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

Versions of packages rpm depends on:
ii  libbeecr 4.1.2-6 open source C library of cryptogra
ii  libbz2-1 1.0.3-6 high-quality block-sorting file co
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-1 common error description library
ii  libkrb53 1.4.4-4 MIT Kerberos runtime libraries
ii  libpopt0 1.10-3  lib for parsing cmdline parameters
ii  librpm4  4.4.1-12RPM shared library
ii  libselin 1.32-3  SELinux shared libraries
ii  libssl0. 0.9.8c-3SSL shared libraries
ii  perl 5.8.8-6.1   Larry Wall's Practical Extraction 
ii  zlib1g   1:1.2.3-13  compression library - runtime

rpm recommends no packages.

-- no debconf information


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



Bug#335005: Interested in adopting

2006-11-29 Thread Matthew Johnson

Are you still looking for someone to adopt gbib? Having just found it,
it looks really useful, so I'm keen to see it maintained in Debian. I'd
be willing to adopt the package.

Matt

--
Matthew Johnson
http://www.matthew.ath.cx/


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



Bug#400815: debian-installer: Can't skip to configure package manager after failed install base system after succeeded install base system

2006-11-29 Thread Frans Pop
reassign 400815 base-installer
severity 400815 minor
thanks

On Wednesday 29 November 2006 08:27, Olaf van der Spek wrote:
 But why?
 I canceled the second Install the base system before it touched my
 system, so there shouldn't be a reason to do it again.

Because currently when you cancel on that question the installer does not 
know that the installation step had already been completed successfully. 
It just knows that it was broken off the last time it has been run.


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



Bug#400886: release-notes: device reodering section does not mention udev

2006-11-29 Thread Alexandra N. Kossovsky
Package: release-notes
Severity: normal

In section 4.5.5 Device enumeration reordering of Etch release notes,
ifrename is recommended to solve re-odering problem in network devices.
As far as I know, the correct way to solve this problems with udev is to
edit /etc/udev/rules.d/z25_persistent-net.rules file.

I think /etc/udev/rules.d/z25_persistent-net.rules should be mentioned as
one of possible ways to set persistent names for network devices.

It may be useful to point to bug 363598 discussing udev vs ifrename
problems.

Thank you for your work.

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

-- 
Regards,
Sasha.
Alexandra N. Kossovsky, software engineer.
e-mail: [EMAIL PROTECTED]


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



Bug#400888: dpatch.make: please allow a prerequisite

2006-11-29 Thread Marc Haber
Package: dpatch
Version: 2.0.21
Severity: wishlist

Please modify dpatch.make so that optionally, a make target can be
called before dpatch is invoked. This could probably be used to, for
example, unpack an upstream tar before applying the patch.

Greetings
Marc

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.3-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

dpatch depends on no packages.

Versions of packages dpatch recommends:
ii  dpkg-dev  1.13.24package building tools for Debian
ii  fakeroot  1.5.10 Gives a fake root environment
ii  patchutils0.2.31-3   Utilities to work with patches

-- no debconf information


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



Bug#400121: Can't reproduce 400121 with libpcre3

2006-11-29 Thread Tom Parker
I've just been doing the test that Olivier Trichet mentioned with 
pcretest, with a file containing 30,000 Z's, and I don't get a crash. 
This is with libpcre3 6.7-1 on i386.


Any more details on a good testcase for libpcre3?

Tom Parker
--
[EMAIL PROTECTED] - http://tevp.net
Illegitimus non carborundum


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



Bug#363324: Kernel 2.6.18-3?

2006-11-29 Thread Steve Langasek
On Wed, Nov 29, 2006 at 12:00:03PM +0100, Rasmus Bøg Hansen wrote:
 Shouldn't nvidia-graphics-modules-i386 be built against 2.6.18-3, not
 2.6.18-2 as now? The same for nvidia-graphics-modules-amd64?

 It seems that the packages would be unable to enter testing due to
 dependencies when 2.6.18 enters testing...

They will need to be rebuilt one more time to make it into etch, yes. :/

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



Bug#400885: knoda: no drivers available after update

2006-11-29 Thread Eike Sauer
Package: knoda
Version: 0.8.2-1
Severity: grave
Justification: renders package unusable

After last night's update, knoda doesn't offer any
drivers anymore, so I cannot connect to anything.
The application's driver list is empty.

Updates:
* libhk-kdeclasses7 0.8.1-2 = 0.8.2-1
* libhk-classes-mysql 0.8.1a-2 = 0.8.2-1
* libhk-classes-postgres 0.8.1a-2 = 0.8.2-1
* knoda 0.8.1-3 = 0.8.2-1

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (150, 'testing'), (100, 'stable'), (50, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages knoda depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-5 core libraries and binaries for al
ii  libacl12.2.41-1  Access control list shared library
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libattr1   2.4.32-1  Extended attribute shared library
ii  libaudio2  1.8-2 The Network Audio System (NAS). (s
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]0.1.7-4   Client library for the gamin file 
ii  libgcc11:4.1.1-19GCC support library
ii  libhk-classes-mysql [l 0.8.2-1   MySQL driver plugin for hk_classes
ii  libhk-classes-postgres 0.8.2-1   PostgreSQL driver plugin for libhk
ii  libhk-classes150.8.2-1   C++ library for database applicati
ii  libhk-kdeclasses7  0.8.2-1   visual widget library for database
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.13-4  PNG library - runtime
ii  libqt3-mt  3:3.3.7-1 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-3 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  python2.4  2.4.3-8   An interactive high-level object-o
ii  zlib1g 1:1.2.3-13compression library - runtime

knoda recommends no packages.

-- no debconf information


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



Bug#174414: Wrong forwarded-to-address

2006-11-29 Thread Arthur Petitpierre
Hi,
The right forwarded-to-address for this issue is
http://bugzilla.gnome.org/show_bug.cgi?id=318467.

By the way, I have added a patch to fix it, which has not been
integrated upstream yet.

Arthur Petitpierre.



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



Bug#400892: sash

2006-11-29 Thread Clytie Siddall

Package: sash
Version:
Severity: wishlist
Tags: l10n, patch

While updating my translation of the debconf template sash, I have  
encountered the following typos, which I thought you might like to  
fix before the next release.

___

#.Type: password
#.Description
#: ../templates:3001
msgid shasroot assount password:

- shasroot
+ sashroot

- assount
+ account
___

I hope this is useful.

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

PGP.sig
Description: This is a digitally signed message part


Bug#400895: libdata-dump-perl: FTBFS: test fails

2006-11-29 Thread Julien Danjou
Package: libdata-dump-perl
Version: 1.07-1
Severity: serious

Hello,

There was a problem while autobuilding your package:
At 1164803054 time_t, [EMAIL PROTECTED] wrote:
 Automatic build of libdata-dump-perl_1.07-1 on avidan by sbuild/i386 98
 Build started at 20061129-1323
 **
...
  debian/rules build
 dh_testdir
 /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
 Checking if your kit is complete...
 Looks good
 Writing Makefile for Data::Dump
 /usr/bin/make OPTIMIZE=-Wall -O2 -g
 make[1]: Entering directory `/build/buildd/libdata-dump-perl-1.07'
 cp lib/Data/Dump.pm blib/lib/Data/Dump.pm
 Manifying blib/man3/Data::Dump.3pm
 make[1]: Leaving directory `/build/buildd/libdata-dump-perl-1.07'
 touch build-stamp
  /usr/bin/fakeroot debian/rules binary
 dh_testdir
 dh_testroot
 dh_clean -k
 /usr/bin/make test
 make[1]: Entering directory `/build/buildd/libdata-dump-perl-1.07'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'blib/lib', 'blib/arch') t/*.t
 t/dump.ok
 t/eval.ok
 t/glob.Use of uninitialized value in getprotobynumber at 
 /usr/lib/perl/5.8/IO/Socket/INET.pm line 133.
 Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 
 80.
 Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 
 80.
 # Failed test 5 in t/glob.t at line 33
 #  t/glob.t line 33 is: ok($s =~ /my \$a = bless\(Symbol::gensym\(\), 
 IO::Socket::INET\);/);
 # Failed test 6 in t/glob.t at line 34
 #  t/glob.t line 34 is: ok($s =~ /^\s+io_socket_timeout\s+= 5,/m);
 FAILED tests 5-6
   Failed 2/6 tests, 66.67% okay
 t/quote-unicodeok
 t/quoteok
 t/ref..ok
 t/regexp...ok
 t/scalar-obj...ok
 t/scalar...ok
 t/tied.ok
 Failed Test Stat Wstat Total Fail  Failed  List of Failed
 ---
 t/glob.t   62  33.33%  5-6
 Failed 1/10 test scripts, 90.00% okay. 2/55 subtests failed, 96.36% okay.
 make[1]: *** [test_dynamic] Error 255
 make[1]: Leaving directory `/build/buildd/libdata-dump-perl-1.07'
 make: *** [install-stamp] Error 2
 **
 Build finished at 20061129-1324
 FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


pgpAMVabNSDYa.pgp
Description: PGP signature


Bug#400728: RM -- Remove ancient unionfs module cruft

2006-11-29 Thread Jeroen van Wolffelaar
severity 400728 normal
tags 400728 moreinfo
thanks

On Tue, Nov 28, 2006 at 12:09:53PM +0100, Daniel Baumann wrote:
 Hi,
 
 The source package 'unionfs' did build binary modules in a previous
 version. They were moved to linux-modules-extra-2.6.
 
 Please remove the leftover on arm of the ancient module packages build
 out of 'unionfs' (and not linux-modules-extra-2.6).

They are currently still built:

[EMAIL PROTECTED] dak ls -S unionfs -s unstable
unionfs-modules-2.6-footbridge | 1.3+debian-3 |  unstable | arm
unionfs-modules-2.6-ixp4xx | 1.3+debian-3 |  unstable | arm
unionfs-modules-2.6-nslu2 | 1.3+debian-3 |  unstable | arm
unionfs-modules-2.6-rpc | 1.3+debian-3 |  unstable | arm
unionfs-modules-2.6-s3c2410 | 1.3+debian-3 |  unstable | arm
unionfs-source | 1.4+debian-3 |  unstable | all
unionfs-tools | 1.4+debian-2 |  unstable | alpha, amd64, arm, m68k, mips, 
mipsel, powerpc, s390, sparc
unionfs-tools | 1.4+debian-3 |  unstable | hppa, i386, ia64
unionfs-utils | 1.4+debian-3 |  unstable | all
   unionfs | 1.4+debian-3 |  unstable | source
[EMAIL PROTECTED] src unionfs-modules-2.6-footbridge
package |   version| source
+--+-
 unionfs-modules-2.6-footbridge | 1.3+debian-3 | unionfs
(1 row)

[EMAIL PROTECTED]


That is, those 5 binary packages were built by the current version of
unionfs.

If they are 'leftover' and 'ancient', they must not be built anymore,
preferably by having the source package refusing to do so, but
alternative means are also imaginable.

This requires a new unionfs upload, because the binary packages are not
out-of-date (and removing non-out-of-date stuff can yield weird results,
I'm not willing to do that generally).

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Bug#400890: xchat: When hiding the menubar, the hint window tells wrong keyboard shortcut

2006-11-29 Thread Marcus Blumhagen
Package: xchat
Version: 2.6.8-0.2
Severity: normal

Hi,

I just noticed that the little hint window, which pops up, when one
hides the menu bar tells you, that you can reactivate the menu bar by
the keyboard shortcut F9. But actually it is CTRL-F9.


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

Versions of packages xchat depends on:
ii  libatk1.0-0  1.12.3-1The ATK accessibility toolkit
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcairo21.2.4-4 The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.0.1-2 simple interprocess messaging syst
ii  libdbus-glib-1-2 0.71-3  simple interprocess messaging syst
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib
ii  libglib2.0-0 2.12.4-1The GLib library of C routines
ii  libgtk2.0-0  2.8.20-3The GTK+ graphical user interface 
ii  libpango1.0-01.14.7-1Layout and rendering of internatio
ii  libperl5.8   5.8.8-6.1   Shared Perl library
ii  libpng12-0   1.2.13-4PNG library - runtime
ii  libssl0.9.8  0.9.8c-3SSL shared libraries
ii  libx11-6 2:1.0.3-3   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-4   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.1-3   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra
ii  python2.42.4.3-8 An interactive high-level object-o
ii  tcl8.4   8.4.12-1.1  Tcl (the Tool Command Language) v8
ii  xchat-common 2.6.8-0.2   Common files for X-Chat
ii  zlib1g   1:1.2.3-13  compression library - runtime

xchat recommends no packages.

-- no debconf information


signature.asc
Description: Digital signature


Bug#398879: Change in package architectures list.

2006-11-29 Thread Jeroen van Wolffelaar
tags 398879 moreinfo
thanks

On Wed, Nov 15, 2006 at 11:03:00PM -0800, Rob Browning wrote:
 The stalin package has dropped support for arm and m68k and added
 support for a couple of other architectures.

Why was support dropped for arm and m68k? Did you contact the respective
porters about this?

Please attempt to get a porter opinion here. If they are supportive of
this request or unresponsive, I'll remove them.

Thanks,
--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Bug#400859: xterm: Emacs and XEmacs don't use 256 colors

2006-11-29 Thread Thomas Dickey
On Wed, Nov 29, 2006 at 06:50:08AM +0100, Glenn Ammons wrote:
 Package: xterm

...

 xterm% TERM=xterm-256color xemacs -nw
 
 and then, from within XEmacs (or Emacs):
 
 M-x list-colors-display
 
 Only 16 colors are displayed.  I verified that the xterm supports 256
 colors by running the 256colors2.pl script that is included with the
 source package.

If you're seeing 256 colors in xterm, and have set $TERM to match,
then it's not an issue with xterm.

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


pgpeoqm9fgOn3.pgp
Description: PGP signature


Bug#307966: munin: cgi mode says 304 to an If-Modified-Since request

2006-11-29 Thread Richard van den Berg
If just got bitten by this bug, but the fix was quite easy. The problem
was that the cgi script only decides to answer positive to
if-modified-since requests if the png on disk has changed. When you
are using graph_strategy=cgi, that will never happen. So a check for the
current time is also needed.

I'll submit this to upstream as well, if I can find the right place.

Sincerely,

Richard van den Berg

--- munin-cgi-graph.in.bak  2006-11-29 13:08:31.0 +0100
+++ munin-cgi-graph.in  2006-11-29 13:18:22.0 +0100
@@ -84,7 +84,8 @@
 my $slast_modified = strftime (%a, %d %b %Y %H:%M:%S %Z, localtime 
($sstats[9]));
 
 if (defined $ENV{HTTP_IF_MODIFIED_SINCE} and 
-   !modified ($ENV{HTTP_IF_MODIFIED_SINCE}, $sstats[9]-1))
+   !modified ($ENV{HTTP_IF_MODIFIED_SINCE}, $sstats[9]-1) and
+   !modified (gmtime(time+($period{$scale}-($time%$period{$scale}))), 
$sstats[9]-1))
 {
print Status: 304\n;
print Content-Type: image/png\n;


Bug#400896: /usr/share/doc/dpatch/examples/dpatch/01_config.dpatch uses undocumented interface

2006-11-29 Thread Marc Haber
Package: dpatch
Version: 2.0.21
Severity: minor

Hi,

/usr/share/doc/dpatch/examples/dpatch/01_config.dpatch.gz uses an
interface that is not documented anywhere besides in NEWS.gz. This
interface is rather neat and should be documented better.

Greetings
Marc

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.3-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

dpatch depends on no packages.

Versions of packages dpatch recommends:
ii  dpkg-dev  1.13.24package building tools for Debian
ii  fakeroot  1.5.10 Gives a fake root environment
ii  patchutils0.2.31-3   Utilities to work with patches

-- no debconf information


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



Bug#400893: squid3-client: subdirectories in /usr/bin

2006-11-29 Thread Tollef Fog Heen

Package: squid3-client

Hi,

it looks like squid3-client is shipping subdirectories in /usr/bin.
This is silly and means squidclient won't be on anyone's path.

-rwxr-xr-x root/root 23464 2006-11-28 15:42:04 
./usr/bin/squid3client/squidclient

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


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



Bug#400894: sbaz: FTBFS: tries to write in $HOME

2006-11-29 Thread Julien Danjou
Package: sbaz
Version: 1.18-1
Severity: serious

Hello,

There was a problem while autobuilding your package:
 Automatic build of sbaz_1.18-1 on avidan by sbuild/i386 98
 Build started at 20061129-1322
 **
...
  debian/rules build
 dh_testdir
 ANT_OPTS=-Xmx512M ant -Dscala.lib.dir=/usr/share/java \
   -Dant-contrib.jar=/usr/share/java/ant-contrib.jar dist
 Unable to locate tools.jar. Expected to find it in 
 /usr/lib/jvm/java-1.4.2-gcj-4.1-1.4.2.0/lib/tools.jar
 Buildfile: build.xml
 
 init:
   [taskdef] Could not load definitions from resource 
 net/sf/antcontrib/antlib.xml. It could not be found.
 
 BUILD FAILED
 /build/buildd/sbaz-1.18/build.xml:51: Scala installation directory 
 '/nonexistent/sbaz' is not available. The software is available from 
 http://scala.epfl.ch/
 
 Total time: 2 seconds
 make: *** [build-stamp] Error 1
 **
 Build finished at 20061129-1322
 FAILED [dpkg-buildpackage died]

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


pgpC2P016af7N.pgp
Description: PGP signature


Bug#400891: modutils: trying to overwrite ..../get_kernel_syms.2.gz, whish is also in package manpages-dev

2006-11-29 Thread Michael Prokop
Package: modutils
Version: 2.4.27.0-6
Severity: grave
Justification: renders package unusable


# apt-get upgrade
[...]
Unpacking replacement modutils ...
dpkg: error processing /var/cache/apt/archives/modutils_2.4.27.0-6_i386.deb 
(--unpack):
 trying to overwrite `/usr/share/man/man2/get_kernel_syms.2.gz', which is also 
in package manpages-dev
[...]

According to /usr/share/doc/manpages-dev/changelog.Debian.gz
a 'Conflicts: manpages-dev ( 2.25-3)' should solve the problem.

regards,
-mika-


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



Bug#400596: RM: vdrift on arm -- RoM; architecture no longer supported

2006-11-29 Thread Jeroen van Wolffelaar
tags 400596 moreinfo
thanks

On Mon, Nov 27, 2006 at 03:16:39PM +0100, Cyril Brulebois wrote:
 please delete vdrift on arm from the archive, since the package no
 longer builds on this architecture (cf. #393944, #376740). As long as
 it is not fixed upstream, we (pkg-games team) will only support the
 following architectures: amd64 i386 ia64 powerpc.

Did you contact the arm porters about this?

Please try to get a porter opinion included in this buglog, if they are
supportive of this request (i.e., not inclined to help fix the bug), or
unresponsive, I'll remove the outdated arm binary.

Thanks,
--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Bug#400858: iceweasel: iceweasel is not lightweight unlike the description suggests

2006-11-29 Thread Tshepang Lekhonkhobe

On 11/29/06, Mike Hommey [EMAIL PROTECTED] wrote:

On Wed, Nov 29, 2006 at 07:33:59AM +0200, Tshepang Lekhonkhobe [EMAIL 
PROTECTED] wrote:
 Package: iceweasel
 Version: 2.0+dfsg-1
 Severity: important

 Iceweasel guzzles well over 100MB of virtual memory on clean start-up,
 and that's not, especially since the age of molecular nanotechnology,
 where terabytes of memory would be commonplace, is still years away.

I fail to see where it is claimed to be lightweight on memory. It is
lightweight compared to the heavy mozilla interface that everyone knows.


I'm sure a lot of people would understand light in terms of memory
rather than features.


Though I agree the description could be changed...


Please do since 'lightweight' can be misleading.


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



Bug#400899: kronolith2 permits arbitrary file access under user running CGIs or HTTP server

2006-11-29 Thread Lionel Elie Mamane
Package: kronolith2
Severity: critical
Version: 2.0.0
Tags: security

Apparently, there was a way to force kronolith2 versions 2.1.0 up to
2.1.3 (and 2.0.0 up to 2.0.7) to include an arbitrary file in some
page it serves. Solved by new upstream version. CVE number unknown.

Unknown whether kronolith (1.x) in sarge is similarly vulnerable (that
version is not supported upstream anymore).

-- 
Lionel
---BeginMessage---
The Horde Team is pleased to announce the final release of the Kronolith
Calendar Application version H3 (2.1.4).

This is a security release. All users are strongly advised to upgrade as soon
as possible. Thanks to iDefense for the vulnerability report.

Kronolith is the Horde calendar application.  It provides web-based calendars
backed by a SQL database or a Kolab server.  Supported features include shared
calendars, remote calendars, meeting management, alarms, recurring events, and
a sophisticated day/week view which handles arbitrary numbers of overlapping
events.

Major changes compared to the Kronolith H3 (2.1.3) version are:
* Close arbitrary file inclusion in free/busy views.

The full list of changes (from version H3 (2.1.3)) can be viewed here:

http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.165.2.138r2=1.165.2.142ty=h

The Kronolith H3 (2.1.4) distribution is available from the following locations:

ftp://ftp.horde.org/pub/kronolith/kronolith-h3-2.1.4.tar.gz
http://ftp.horde.org/pub/kronolith/kronolith-h3-2.1.4.tar.gz

Patches against version H3 (2.1.3) are available at:


ftp://ftp.horde.org/pub/kronolith/patches/patch-kronolith-h3-2.1.3-h3-2.1.4.gz

http://ftp.horde.org/pub/kronolith/patches/patch-kronolith-h3-2.1.3-h3-2.1.4.gz

Or, for quicker access, download from your nearest mirror:

http://www.horde.org/mirrors.php

MD5 sums for the packages are as follows:

df6d6fc99012865b18b089212c7544ad  kronolith-h3-2.1.4.tar.gz
b20cd6c44db40649fd98cc2716f1cb47  patch-kronolith-h3-2.1.3-h3-2.1.4.gz

Have fun!

The Horde Team.

-- 
Horde announcements mailing list
You are subscribed to this list as: [EMAIL PROTECTED]
To unsubscribe, mail: [EMAIL PROTECTED]

---End Message---


Bug#400877: Extra information

2006-11-29 Thread Jan Willem Stumpel
I just saw bug report #375974, which gives the reason for the name
change. This means that there is only one solution: the install
script should delete 90im-switch if it exists.

Regards, Jan



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



Bug#400900: gmediaserver: gmaedia server does not install

2006-11-29 Thread Eric Valette
Package: gmediaserver
Version: 0.11.0-1
Severity: grave
Justification: renders package unusable

apt-get install --reinstall gmediaserver
Reading package lists... Done
Building dependency tree... Done
The following packages will be upgraded:
  gmediaserver
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
26 not fully installed or removed.
Need to get 0B/101kB of archives.
After unpacking 69.6kB of additional disk space will be used.
Selecting previously deselected package gmediaserver.
(Reading database ... 180691 files and directories currently installed.)
Preparing to replace gmediaserver 0.11.0-1 (using 
.../gmediaserver_0.12.0-1_i386.deb) ...
Stopping gmediaserver: invoke-rc.d: initscript gmediaserver, action stop 
failed.
dpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
Stopping gmediaserver: invoke-rc.d: initscript gmediaserver, action stop 
failed.
dpkg: error processing /var/cache/apt/archives/gmediaserver_0.12.0-1_i386.deb 
(--unpack):
 subprocess new pre-removal script returned error exit status 1
Starting gmediaserver: Errors were encountered while processing:
 /var/cache/apt/archives/gmediaserver_0.12.0-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


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

Versions of packages gmediaserver depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libid3-3.8.3c2a  3.8.3-6 Library for manipulating ID3v1 and
ii  libtag1c2a   1.4-4   TagLib Audio Meta-Data Library
ii  libtagc0 1.4-4   TagLib Audio Meta-Data Library (C 
ii  libupnp0 1.2.1-2 Intel Universal Plug And Play SDK 

gmediaserver recommends no packages.

-- no debconf information


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



Bug#400897: /usr/share/doc/dpatch/examples/dpatch/01_config.dpatch.gz fails with non-default workdir

2006-11-29 Thread Marc Haber
Package: dpatch
Version: 2.0.21
Severity: minor

Hi,

the code given in
/usr/share/doc/dpatch/examples/dpatch/01_config.dpatch.gz will fail if
non-default workdir is used.

I'd prefer this to be fixed inside dpatch.lib.sh so that existing code
based on the example does not need to be changed.

Greetings
Marc

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.3-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

dpatch depends on no packages.

Versions of packages dpatch recommends:
ii  dpkg-dev  1.13.24package building tools for Debian
ii  fakeroot  1.5.10 Gives a fake root environment
ii  patchutils0.2.31-3   Utilities to work with patches

-- no debconf information


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



Bug#400901: awstats: geoip plugin stopped working after update

2006-11-29 Thread Joerg Dietrich
Package: awstats
Version: 6.5+dfsg-1
Severity: normal


After upgrade to 6.5+dfsg-1 the geoip plugin stopped working with the
following message:

Error Opening file GeoIP.dat
Can't call method country_code_by_addr on an undefined value at
/usr/share/awstats/plugins/geoip.pm line 107, LOG line 21.

[EMAIL PROTECTED]:~$ dpkg -l *geoip*
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
+++-==-==-
ii  geoip-bin  1.3.17-1   IP lookup command line tools that
use the Ge
ii  libgeoip-dev   1.3.17-1   Development files for the GeoIP
library
ii  libgeoip1  1.3.17-1   A non-DNS IP-to-country resolver
library

Calling geoiplookup works
[EMAIL PROTECTED]:~$ geoiplookup 131.220.96.160
GeoIP Country Edition: DE, Germany

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

Versions of packages awstats depends on:
ii  perl [libstorable-perl]   5.8.8-6.1  Larry Wall's Practical Extraction 

Versions of packages awstats recommends:
pn  libnet-xwhois-perlnone (no description available)

-- no debconf information


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



Bug#396148: iso file also not recongnized as valid DVD

2006-11-29 Thread Tshepang Lekhonkhobe

On 11/29/06, Sebastian Dröge [EMAIL PROTECTED] wrote:

Am Mittwoch, den 29.11.2006, 08:24 +0200 schrieb Tshepang Lekhonkhobe:
 Hi,
 Yesterdy I mentioned my success with working with hard disc-based DVD.
 I then tried the iso which didn'twork. I made an iso of a level above
 video_ts [1], and aslo tried with a level under video_ts [2] (which
 worked with normal file stricture) as mentioned yesterday.

Could you please try with a real DVD image instead of creating your own
iso file from the file contents of a DVD?


The file contents were created by dvdbackup, but yes I'll make an
image directly from the DVD and see.



Bug#399403: RM: pdns-recursor [arm, hppa, mips, mipsel, sparc] --RoRA; ANAIS (blocking security fix)

2006-11-29 Thread Jeroen van Wolffelaar
tags 399403 moreinfo
thanks

On Sun, Nov 19, 2006 at 04:14:26PM +0100, Luk Claes wrote:
 Please remove pdns-recursor binary packages for the listed architectures as
 they are not supported due to no support for swapcontext system call 
 (#395801).
 
 As pdns-recursor cannot enter testing ATM, a security fix [1] [2] cannot
 transition to etch...

Did you contact the porters of the relevant architectures about this? It
seems to previously have been supported just fine, and introduction of
this piece of code is a regression breaking pdns-recursor on half of
Debian's architectures.

Surely the security bug(s) in question could've been fixed without
breaking pdns-recursor on those archs?

Please get some porter opinion into this bug log.

Thanks,
--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Bug#400905: scponly: setup_chroot.sh should copy /lib64/ld-linux-x86-64.so.2 when necessary

2006-11-29 Thread Lionel Vaux
Package: scponly
Version: 4.6-1
Severity: important

On x86_64 architectures, /lib64/ld-linux-x86-64.so.2 replaces
/lib/ld-linux.so.2. The script setup_chroot.sh does not handle that
case: this results in all binaries in the chroot failing with error 
No such file or directory.

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

Versions of packages scponly depends on:
ii  debconf [debconf-2.0]   1.5.8Debian configuration management sy
ii  libc6   2.3.6.ds1-8  GNU C Library: Shared libraries
ii  openssh-server  1:4.3p2-6Secure shell server, an rshd repla
ii  passwd  1:4.0.18.1-5 change and administer password and

scponly recommends no packages.

-- debconf information:
* scponly/chroot: true


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



Bug#400898: installation with graphical installer failed / nvidia GeForce Go 6600

2006-11-29 Thread martin schneebacher
Package: installation-reports

Boot method: hd_image with kernel-options  installgui 
root=/dev/ram0 ramdisk_size=12000
Image version: 
http://cdimage.debian.org/cdimage/etch_di_rc1/i386/iso-cd/debian-testing-i386-netinst.iso

http://http.at.debian.org/debian/dists/etch/main/installer-i386/current//images/hd-media/gtk/vmlinuz

Date: 29. nov 2006 / 12:46

Machine: aopen barebook 1559as
Processor: centrino Intel(R) Pentium(R) M processor 1.73GHz
Memory: 1G
Partitions:
/dev/sda1 ext3 6728280   5288844   1097656  83% /
tmpfstmpfs  517808 0517808   0% /lib/init/rw
udev tmpfs   1024052 10188   1% /dev
tmpfstmpfs  540672 0540672   0% /dev/shm
/dev/sda6 ext367519860  48521404  15568584  76% /home
none tmpfs  540672 0540672   0% /dev/shm


Output of lspci -nn (lspci -vnn atteched):

00:00.0 Host bridge [0600]: Intel Corporation Mobile 
915GM/PM/GMS/910GML Express Processor to DRAM Controller 
[8086:2590] (rev 03)
00:01.0 PCI bridge [0604]: Intel Corporation Mobile 915GM/PM 
Express PCI Express Root Port [8086:2591] (rev 03)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801FB/FBM/FR/FW/FRW 
(ICH6 Family) PCI Express Port 1 [8086:2660] (rev 04)
00:1d.0 USB Controller [0c03]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 [8086:2658] (rev 04)
00:1d.1 USB Controller [0c03]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 [8086:2659] (rev 04)
00:1d.2 USB Controller [0c03]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 [8086:265a] (rev 04)
00:1d.3 USB Controller [0c03]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 [8086:265b] (rev 04)
00:1d.7 USB Controller [0c03]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller 
[8086:265c] (rev 04)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI 
Bridge [8086:2448] (rev d4)
00:1e.2 Multimedia audio controller [0401]: Intel Corporation 
82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller 
[8086:266e] (rev 04)
00:1e.3 Modem [0703]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 
Family) AC'97 Modem Controller [8086:266d] (rev 04)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801FBM (ICH6M) LPC 
Interface Bridge [8086:2641] (rev 04)
00:1f.2 IDE interface [0101]: Intel Corporation 82801FBM (ICH6M) 
SATA Controller [8086:2653] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 
Family) SMBus Controller [8086:266a] (rev 04)
01:00.0 VGA compatible controller [0300]: nVidia Corporation NV43 
[GeForce Go 6600] [10de:0148] (rev a2)
03:05.0 Ethernet controller [0200]: Atheros Communications, Inc. 
AR5212 802.11abg NIC [168c:0013] (rev 01)
03:07.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL-8169 Gigabit Ethernet [10ec:8169] (rev 10)
03:09.0 CardBus bridge [0607]: Texas Instruments PCIxx21/x515 
Cardbus Controller [104c:8031]
03:09.2 FireWire (IEEE 1394) [0c00]: Texas Instruments OHCI 
Compliant IEEE 1394 Host Controller [104c:8032]
03:09.3 Mass storage controller [0180]: Texas Instruments PCIxx21 
Integrated FlashMedia Controller [104c:8033]
03:09.4 Generic system peripheral [0805]: Texas Instruments 
PCI6411/6421/6611/6621/7411/7421/7611/7621 Secure Digital 
Controller [104c:8034]



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

Initial boot:   [E]
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:

i tried the graphical installer after the console started fine, and there seems 
to be a problem with my graphic card, as the DirectFB couldn't start. i have a 
internal display with 1400x1050 and the nvidia geforce go 6600 (nv43), with the 
current kernel i'm using the framebuffer works fine (standard vasa fb). 
with the installer it hangs at 'gdk_display_open: DirectFBCreate: 
initialization error!' and then 'gtk-warning: cannot open display', this and 
other messages are looping all the time until i press the power button. 
i made a (badly) photo of this output and put it on 
http://zorn.mur.at/masc/foto0001.jpeg

bye...masc.


-- 
___
Surf the Web in a faster, safer and easier way:
Download Opera 9 at http://www.opera.com

Powered by Outblaze
00:00.0 Host bridge [0600]: Intel Corporation Mobile 915GM/PM/GMS/910GML 
Express Processor to DRAM Controller [8086:2590] (rev 03)
Subsystem: Wistron Corp. Unknown device [17c0:4047]
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information

00:01.0 PCI bridge [0604]: 

Bug#400903: libupnp0: New upstream version avaiable at http://pupnp.sourceforge.net/

2006-11-29 Thread Eric Valette
Package: libupnp0
Version: 1.2.1-2
Severity: wishlist

This version is unmaintened and full of bug. Must use the fork to
have applications correctly working

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

Versions of packages libupnp0 depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries

libupnp0 recommends no packages.

-- no debconf information


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



Bug#400904: FrSIRT/ADV-2006-4747: evince: DocumentMedia Handling Client-Side Buffer Overflow Vulnerability

2006-11-29 Thread Alex de Oliveira Silva
Package: evince
Version: 0.4.0-2+b2
Severity: important
Tags: Security

A vulnerability has been identified in GNOME Evince, which could be
exploited by attackers to execute arbitrary commands. This flaw is due
to a buffer overflow error when handling a PostScript file containing an
overly long DocumentMedia field, which could be exploited by attackers
to crash a vulnerable application or compromise a vulnerable system by
convincing a user to open a specially crafted file.

Maybe the version evince 0.4.0-2+b3 and 0.4.0-2+b2 is vulnerable.
If not I will close this bug.

http://www.frsirt.com/english/advisories/2006/4747

-- 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-2-486
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)


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



Bug#400776: epiphany-browser: adding a bookmark named RC on toolbar displays 3 dots

2006-11-29 Thread Josselin Mouette
Le mercredi 29 novembre 2006 à 07:36 +0200, Tshepang Lekhonkhobe a
écrit :
 On 11/28/06, Josselin Mouette [EMAIL PROTECTED] wrote:
  Le mardi 28 novembre 2006 à 19:13 +0200, Tshepang Lekhonkhobe a écrit :
   Package: epiphany-browser
   Version: 2.14.3-3
   Severity: minor
  
   Interesting bug this is, which I've been having for a while. Choose
   whatever bookmark that is on the toolbar, right-click to access
   Properties, and rename to RC and see what happens.
 
  I can't reproduce it with Epiphany 2.16.2 in experimental. Can anyone
  confirm?
 
 Do you suggest that this bug might have been fixed in 2.16.2, or is it
 that you don't have 2.14.3 available?

Having now tried with epiphany 2.14.3, I can't reproduce it either.
Could you describe your problem more precisely?
-- 
Josselin Mouette/\./\

Do you have any more insane proposals for me?




Bug#400513: please remove old gnuradio-related source packages

2006-11-29 Thread Jeroen van Wolffelaar
On Sun, Nov 26, 2006 at 03:46:43PM -0500, Bdale Garbee wrote:
 I am the current maintainer of the gnuradio package suite.  The following 
 source packages from older versions of the gnuradio suite are now completely 
 obsolete, all replaced by the single 'gnuradio' source package in unstable.  
 
 Please remove these source packages from unstable (and testing if any are 
 still present in testing) as soon as possible:
 
   gnuradio-core
   gr-audio-alsa
   gr-audio-jack   
   gr-audio-oss
   gr-usrp
   gr-wxgui
   usrp

Removing those obsolete source package of gnuradio would break m68k,
hppa, ia64 and sparc gnuradio-wise.

Did you contact the porters of the relevant release-architectures about
this?

I see two possibilities:
- Indeed remove these, leaving those architectures unsupported by
  gnuradio
- Fix the build failures/bugs, so that gnuradio keeps working on all
  archs

The 3rd option of keeping gnuradio 2 in testing is not an option because
it's migrated to testing already for some reason. So, given this, asking
porter opinion pretty much doesn't buy us anything, I'll remove these
packages anyway -- but it's still desirable to inform them so that they
can work on fixing gnuradio for these architectures if they wish.

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Bug#397890: more cdebconf blocking bugs

2006-11-29 Thread Eddy Petrișor

# both of these two bugs block the cdebconf transition #328498
block 328498 with 397890
block 328498 with 397891
thanks

--
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein


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



Bug#400902: qemu: Please provide DMI information in the virtual machine

2006-11-29 Thread Petter Reinholdtsen

Package: qemu
Version: 0.8.1-1
Severity: wishlist

I ran into a problem when trying to install RHEL 5 beta 2 in qemu.
The installer fail with a python backtrace naming dmidecode as the
source of the problem.  The reason seem to be that the RHEL 5
installer isn't prepared to handle machines without DMI information
available.

When I run dmidecode in a virtual Debian installation on qemu version
0.8.1-1, I get this output indicating that no DMI information is
present in the virtual machine:

  # dmidecode 2.8
  # No SMBIOS nor DMI entry point found, sorry.

Please add DMI support to qemu.

Friendly,
-- 
Petter Reinholdtsen


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



Bug#174414: Wrong forwarded-to-address

2006-11-29 Thread Martin-Éric Racine
ke, 2006-11-29 kello 12:46 +0100, Arthur Petitpierre kirjoitti:
 Hi,
 The right forwarded-to-address for this issue is
 http://bugzilla.gnome.org/show_bug.cgi?id=318467.
 
 By the way, I have added a patch to fix it, which has not been
 integrated upstream yet.

Thanks for the info.  Given the amount of outstanding upstream bugs
against Planner, it might be a good idea to contact Kurt separately to
bring his attention to your patch and see what he has to say.

-- 
Martin-Éric Racine
http://q-funk.iki.fi





Bug#400121: Seems to be stack overflow (too deep recursion)

2006-11-29 Thread Florian Weimer
I could reproduce the issue, using pcretest.  GDB shows that this is a
stack overflow due to deep recursion.

The impact of this bug on availability is hard to estimate, even if
code injection should be impossible.


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



Bug#400129: Reproducible

2006-11-29 Thread Filipus Klutiero
I was able to reproduce this bug easily on a fresh Etch install (with current 
packages from sid, obviously).


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



  1   2   3   4   5   >