Bug#361550: bashism in /etc/aide/aide.conf.d/10_aide_hostname

2006-04-09 Thread Marc Haber
tags #361550 confirmed pending
thanks

On Sat, Apr 08, 2006 at 07:47:17PM -0400, Michael Gurski wrote:
 Examining the file, there's a bash-optional function  on line 3,
 which dash doesn't recognize as valid for a function definition.  2
 possible fixes:
 
 1 - remove function  from line 3

Oops. Done in svn.

Greetings
Marc

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


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



Bug#361425: [pkg-wpa-devel] Bug#361425: wpasupplicant: Works only if options are in an wpa-conf file

2006-04-09 Thread Kel Modderman

Kel Modderman wrote:

daniel huhardeaux wrote:

Package: wpasupplicant
Version: 0.4.8-2
Severity: normal


Using wpa-conf /path/to/wpasupplicant.conf in interfaces and having 
options
there is working. Putting each option in interfaces file failed for 3 
of them.

Here are outputs from ifupdown.sh script in verbosity mode:

wpa_supplicant: ctrl_interface=/var/run/wpa_supplicant
wpa_supplicant: /sbin/wpa_supplicant -B -P 
/var/run/wpa_supplicant.wlan0.pid -i wlan0 -C /var/run/wpa_supplicant 
-D ndiswrapper
wpa_supplicant: ctrl_interface socket located at 
/var/run/wpa_supplicant/wlan0

wpa_supplicant: wpa-eapol-version : Unknown command 'eapol_version'
wpa_supplicant: wpa-ap-scan : Unknown command 'ap_scan'
wpa_supplicant: wpa-fast-reauth  : Unknown command 'fast_reauth'
wpa_supplicant: configuring new network block, guessing network_id of 
0? : 0

wpa_supplicant: wpa-ssid : OK
wpa_supplicant: wpa-psk : OK
wpa_supplicant: wpa-pairwise : OK
wpa_supplicant: wpa-key-mgmt : OK
wpa_supplicant: wpa-proto : OK
wpa_supplicant: enabling network 0 : OK

DHCP offer is not founded, no network. Same option in a conf file 
(previous wpa_supplicant behaviour) is ok.
 
  


What does your /etc/network/interfaces stanza look like?

Kel.



Okay, they are all bogus for wpa_supplicant 0.4.X. ap_scan exists in 
0.5.X only and the others were assumed to be configurable by wpa_cli, 
but are not.


Thanks, will be fixed in next upload.

Kel.


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



Bug#361398: coreutils: fails tests/misc/pwd if run inside a chroot

2006-04-09 Thread Jim Meyering
Filippo Giunchedi [EMAIL PROTECTED] wrote:
 Package: coreutils
 Version: 5.94-1
 Severity: minor

 Hi,
 consider this tests failure:

 /builds/coreutils-5.94/build-tree/coreutils-5.94/tests/misc/../../src/pwd:
 couldn't find directory entry in
 `../[etc]../../..'
 with matching i-node
 pwd:
 /builds/coreutils-5.94/build-tree/coreutils-5.94/tests/misc/pwd.tmp/11712/z[etc]

 outside the chroot the test passes:

 hubert:/builds/coreutils-5.94/build-tree/coreutils-5.94/tests/misc# exit
 hubert:/dati2/builds/apt-build/coreutils-5.94/build-tree/coreutils-5.94/tests/misc#

Thanks.  That was fixed upstream.  Not in an official release yet.


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



Bug#310689: cdrecord fails to detect ATA device with -scanbus

2006-04-09 Thread A. Costa
On Sat, 08 Apr 2006 14:16:30 +0200
Joerg Schilling [EMAIL PROTECTED] wrote:

 Note that this has not been the case in the past, so it seems that
 some narrow minded people are fighting their private war against
 usability.
 
 If you like to know names where to complain: Linus Torvalds and Jens
 Axboe are the people who are mainly responsible for the degradation
 of usability.

Bummer.  Is there a URL with a good tech overview the problem?  I don't
mean the personal, moral, or political problem, just the tech of it.
Mainly I'm curious about the possibility of somebody creating a Debian
kludge for this bug -- assuming, based on your report, that a correct
Linux solution is currently impractical. 

 http://schily.blogspot.com/

On usability:  the replies to your blog appear to be 90% spambots.
That doesn't mean your blog is bad, but cleaning up that spam would
make it better.

PS: thanks for writing all the code!


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



Bug#319377: libapt-pkg: patches for speedup

2006-04-09 Thread Sami Liedes
Umh, sorry for a _really_ slow reply, apparently I lost or missed your
mail somehow. I only re-found this bug now. Replying in hope that it
is still useful :) And yes, the version number is a typo.

 Did you profile any of these changes separately?  What were the objective
 results from your changes as a whole?

I don't remember profiling those changes separately. The most
objective results I got were callgrind (the Valgrind profiling tool)
reporting less consumed cycles; the less objective results were
aptitude running faster on my P100 (and under callgrind). All of the
optimizations I did were to places pointed as bottlenecks by callgrind
profiling and all of my optimizations did result in a speedup.

Integral_ mdz: yes, some of the idioms there are weird. I'd also think
that insert(s.end(), s2.begin(), s2.end()) should be the same as s
+= s2.
Integral_ mdz: I think he changed += to push_back in some places
because he changed a string to a vector
Integral_ which seems pointless to me
Integral_ unless the g++ implementation of std::string is truly
atrocious

Hmm. I seem to remember that appending to a string once did take time
linear to both the strings, however this doesn't seem to be the case
anymore.

I wrote a small program (attached) to illustrate the effect of the
changes I made to QuoteString. Here's some results on my computer:

$ /usr/bin/time ./test_QuoteString
1.99user 0.00system 0:02.03elapsed 98%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+299minor)pagefaults 0swaps

[change the program to use QuoteString_vec instead of QuoteString_str]

$ /usr/bin/time ./test_QuoteString
1.39user 0.00system 0:01.49elapsed 93%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+299minor)pagefaults 0swaps

So using a vector resulted in a 30% speedup. I also claim that
QuoteString was a place where it made difference (or actually see the
QuoteURI I made, an even more optimized version for URIs that makes
more of a difference).

Sami
#include string
#include vector

using namespace std;

string QuoteString_str(const string Str, const char *Bad)
{
   string Res;
   for (string::const_iterator I = Str.begin(); I != Str.end(); I++)
   {
  if (strchr(Bad,*I) != 0 || isprint(*I) == 0 ||
  *I = 0x20 || *I = 0x7F)
  {
 char Buf[10];
 sprintf(Buf,%%%02x,(int)*I);
 Res += Buf;
  }
  else
 Res += *I;
   }
   return Res;
}

string QuoteString_vec(const string Str, const char *Bad)
{
   vectorchar Res;
   Res.reserve(Str.length()*3/2);
   for (string::const_iterator I = Str.begin(); I != Str.end(); I++)
   {
  if (strchr(Bad,*I) != 0 || isprint(*I) == 0 ||
  *I = 0x20 || *I = 0x7F)
  {
 	 char Buf[10];
 	 sprintf(Buf,%%%02x,(int)*I);
	 copy(Buf,Buf+3,back_insert_iteratorvectorchar (Res));
  }
  else
	 Res.push_back(*I);
   }
   return string(Res.begin(),Res.end());
}

int main(void) {
   for (int s=0; s50; s++) {
  QuoteString_str(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=319377;,
 		  \\|{}[]\[EMAIL PROTECTED]*);
//   QuoteString_vec(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=319377;,
//  		  \\|{}[]\[EMAIL PROTECTED]*);
   }
}


signature.asc
Description: Digital signature


Bug#361418: [Proposal] new Debian menu structure

2006-04-09 Thread Eduard Bloch
#include hallo.h
* Bill Allombert [Sat, Apr 08 2006, 04:46:10PM]:

 Window Managers [was:WindowManagers]
 Modules [was:WindowManagers/Modules]

I cannot see the reason for this change. Modules can stand for any
kind of modules (kernel, X11, software components) however this section
was explicitely preserved for Window manager related modules.

Eduard.

-- 
mechanix anyone from the MIA team around? tbm?
Ganneff sounds nice. how long do you have to be MIA to get into that team? :)
mhp you need to have a pgp key, I suppose. and no gpg one, and only a bo box
Np237 yes, but it must be expired


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



Bug#196429: Does not restore window size on error

2006-04-09 Thread Martin Michlmayr
* Anthony DeRobertis [EMAIL PROTECTED] [2006-04-09 02:24]:
  I have a fairly large xterm.  I just tried xtermset -geometry 30x30
  but it still fills my whole screen... Given that I cannot figure out
  how xtermset works, I cannot really reproduce this jack bug.  Can you
  proof another theorem^W^W^Wexplain it to me?
 Wait, running xtermset -geometry 30x30 didn't resize your xterm?

Oh, it should physically resize the whole xterm.  Right, that makes
sense.  No, I use a window manager that doesn't allow that kind of
stuff... okay, let me try with another WM next week or so.

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#196429: Does not restore window size on error

2006-04-09 Thread Anthony DeRobertis
On Fri, Apr 07, 2006 at 06:44:06PM +0200, Martin Michlmayr wrote:

 I have a fairly large xterm.  I just tried xtermset -geometry 30x30
 but it still fills my whole screen... Given that I cannot figure out
 how xtermset works, I cannot really reproduce this jack bug.  Can you
 proof another theorem^W^W^Wexplain it to me?

Wait, running xtermset -geometry 30x30 didn't resize your xterm?


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



Bug#361441: Log for failed build of coin_1.0.4-5

2006-04-09 Thread Martin Michlmayr
one more:

 Automatic build of coin_1.0.4-5 on em64t by sbuild/amd64 1.112
...
 g++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include 
 -I../../src/extensions -DCOIN_DEBUG=1 -DCOIN_INTERNAL -g -O2 -fno-exceptions 
 -W -Wall -Wno-unused -Wno-multichar -c SbViewVolume.cpp  -fPIC -DPIC
 SbViewVolume.cpp: In member function 'SbRotation 
 SbViewVolume::getAlignRotation(SbBool) const':
 SbViewVolume.cpp:485: warning: the address of '__func__', will always 
 evaluate as 'true'
 SbViewVolume.cpp: In static member function 'static SbMatrix 
 SbViewVolume::getOrthoProjection(float, float, float, float, float, float)':
 SbViewVolume.cpp:1064: warning: the address of '__func__', will always 
 evaluate as 'true'
 SbViewVolume.cpp: In static member function 'static SbMatrix 
 SbViewVolume::getPerspectiveProjection(float, float, float, float, float, 
 float)':
 SbViewVolume.cpp:1078: warning: the address of '__func__', will always 
 evaluate as 'true'
 SbViewVolume.cpp: In member function 'SbViewVolume 
 SbViewVolume::narrow(float, float, float, float) const':
 SbViewVolume.cpp:601: internal compiler error: in add_virtual_operand, at 
 tree-ssa-operands.c:1354
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See URL:http://gcc.gnu.org/bugs.html for instructions.
 make[4]: *** [SbViewVolume.lo] Error 1
 make[4]: Leaving directory `/build/tbm/coin-1.0.4/src/base'

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#361398: coreutils: fails tests/misc/pwd if run inside a chroot

2006-04-09 Thread Jim Meyering
Jim Meyering [EMAIL PROTECTED] wrote:

 Filippo Giunchedi [EMAIL PROTECTED] wrote:
 Package: coreutils
 Version: 5.94-1
 Severity: minor

 Hi,
 consider this tests failure:

 /builds/coreutils-5.94/build-tree/coreutils-5.94/tests/misc/../../src/pwd:
 couldn't find directory entry in
 `../[etc]../../..'
 with matching i-node

 Thanks.  That was fixed upstream.  Not in an official release yet.

Here's the message:
  http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg166625.html
  http://bugs.debian.org/355810


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



Bug#361576: FTBFS with GCC 4.2: the address of 'file_result' will never be NULL

2006-04-09 Thread Martin Michlmayr
Package: ifhp
Version: 3.5.20-5

Your package fails to build with GCC 4.2.  Version 4.2 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  The bug below is in your package
and not because I'm using a snapshot of the compiler so please take a
look at it.  You can reproduce this with the gcc-snapshot package.


 Automatic build of ifhp_3.5.20-5 on em64t by sbuild/amd64 1.112
...
 gcc -g -W -Wall -Werror -Wno-unused  -g -O2 -g -W -Wall -Werror -Wno-unused  
 -DHAVE_CONFIG_H -I. -I.. -I.  -DIFHP_CONF=\/etc/ifhp.conf\ 
 -DLOCALEDIR=\/usr/share/locale\   -c -o ifhp.o ifhp.c
 cc1: warnings being treated as errors
 ifhp.c: In function 'Send_job':
 ifhp.c:4400: warning: the address of 'file_result' will never be NULL
 make[2]: *** [ifhp.o] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#361575: FTBFS: sed, unterminated address regex

2006-04-09 Thread Martin Michlmayr
Package: manedit
Version: 0.6.1-1
Severity: serious

Your package fails to build in unstable:

 Automatic build of manedit_0.6.1-1 on em64t by sbuild/amd64 1.112
...
 cd manedit; /usr/bin/make LOCALBASE=/usr
 make[1]: Entering directory `/build/tbm/manedit-0.6.1/manedit'
 Building program manedit...
 Generating manual page manedit.1.gz
 sed 's|%%PREFIX%%|/usr|g ; \
   s|%%LOCALBASE%%|/usr|g ; \
   s|%%X11BASE%%|/usr/X11R6|g' manedit.1  manedit.1.out
 sed: -e expression #1, char 113: unterminated address regex
 make[1]: [manpage] Error 1 (ignored)
...
 dh_testroot
 dh_installdocs AUTHORS README
 dh_installexamples
 dh_installmenu
 dh_installman
 dh_installman: failed to read manedit.1.gz
 make: *** [binary-arch] Error 1
 **

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#361558: alsa-firmware-loaders: firmware loading for tascam us-122 not working w/ udev

2006-04-09 Thread Elimar Riesebieter
Hi Frederico,

On Sat, 08 Apr 2006 the mental interface of
Federico Grau told:

 Package: alsa-firmware-loaders
 Version: 1.0.10-1
 Severity: normal
 
 
 On my stable/sarge system, the hotplug scripts correctly load the firmware 
 for the tascam us-122 usb sound card (asla module snd_usb_usx2y).
 
 Unfortunately on my unstable/sid system the sound card does not automatically 
 get detected.  I was able to get it working by adding the following lines to 
 /etc/udev/udev.rules
 
 # TASCAM US-122 usb sound card.
 SYSFS{idVendor}==1604, SYSFS{idProduct}==8006, 
 RUN+=/etc/hotplug/usb/tascam_fw
 SYSFS{idVendor}==1604, SYSFS{idProduct}==8007, 
 RUN+=/etc/hotplug/usb/tascam_fpga
 
 While this gets the sound card working, I am pretty sure this is not the
 correct place to put such configuration. 

Is hotplug installed on your sid system?

Elimar


-- 
.~.
/V\   L   I   N   U   X
   /( )\ Phear the Penguin
   ^^-^^


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



Bug#361577: FTBFS with GCC 4.2: xgcc: Error: bignum invalid

2006-04-09 Thread Martin Michlmayr
Package: pocketpc-gcc
Version: 3.4.2-2

Your package fails to build with GCC 4.2.  Version 4.2 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  I'm not sure if the bug below
indicates a bug in your package or in GCC - presumably the latter but
I've no idea how to find out.  Maybe you can investigate.  You can
reproduce this with the gcc-snapshot package.

(FWIW, this may or may not be related to #361560)


 Automatic build of pocketpc-gcc_3.4.2-2 on em64t by sbuild/amd64 1.112
...
 /build/tbm/pocketpc-gcc-3.4.2/build/gcc/xgcc -shared-libgcc 
 -B/build/tbm/pocketpc-gcc-3.4.2/build/gcc/ -nostdinc++ 
 -L/build/tbm/pocketpc-gcc-3.4.2/build/arm-wince-pe/libstdc++-v3/src 
 -L/build/tbm/pocketpc-gcc-3.4.2/build/arm-wince-pe/libstdc++-v3/src/.libs 
 -nostdinc -B/build/tbm/pocketpc-gcc-3.4.2/build/arm-wince-pe/newlib/ -isystem 
 /build/tbm/pocketpc-gcc-3.4.2/build/arm-wince-pe/newlib/targ-include -isystem 
 /build/tbm/pocketpc-gcc-3.4.2/newlib/libc/include -B/usr/arm-wince-pe/bin/ 
 -B/usr/arm-wince-pe/lib/ -isystem /usr/arm-wince-pe/include -isystem 
 /usr/arm-wince-pe/sys-include 
 -I/build/tbm/pocketpc-gcc-3.4.2/libstdc++-v3/../gcc 
 -I/build/tbm/pocketpc-gcc-3.4.2/build/arm-wince-pe/libstdc++-v3/include/arm-wince-pe
  -I/build/tbm/pocketpc-gcc-3.4.2/build/arm-wince-pe/libstdc++-v3/include 
 -I/build/tbm/pocketpc-gcc-3.4.2/libstdc++-v3/libsupc++ -O2 -g -O2 -g -O2 
 -fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual 
 -fdiagnostics-show-location=once -c 
 ../../../../libstdc++-v3/libsupc++/tinfo.cc -o tinfo.o
 /tmp/ccv8PBI2.s: Assembler messages:
 /tmp/ccv8PBI2.s:1046: Error: bignum invalid
 make[4]: *** [tinfo.lo] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#341220: ogg123 starts clicking after an hour or so when playing from a stream

2006-04-09 Thread Kalle Olavi Niemitalo
Andy Baxter [EMAIL PROTECTED] writes:

 I've noticed a bug with ogg123, which is that after an hour or two playing 
 from an ogg vorbis stream (encoded at 24 kbps, quality 0, samplerate 22050, 1 
 channel), it starts makes a soft clicking sound about every second, on top of 
 the sound. This happens every time I connect to the stream. If I stop ogg123 
 then reconnect, the sound goes away for a time.

This may be a duplicate of bug #298719, which has a proposed patch.

The clicking seems to be unrelated to bug #198765: the symptoms
are different (the input buffer is mostly at 100%), and the
suggested workaround (temporarily blocking stdout) doesn't help.
This I tested on vorbis-tools 1.0.1-1.


pgpBwLaw0UjmE.pgp
Description: PGP signature


Bug#361578: required obsolete library - libdb2

2006-04-09 Thread C.Y.M
Package: htdig
Version: 3.1.6-11.1
Severity: important

Htdig requires libdb2 for installation.  libdb2 has been obsoleted from Sid for
i386.


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



Bug#361579: fcgid is broken in combination of apache2+mod_ssl+fcgid+php

2006-04-09 Thread Wunderlich Rene
Package: libapache2-mod-fcgid
Version: 1.07-1
Severity: important



libapache2-mod-fcgid is complet broken in combination of
apache2+mod_ssl(https)+fcgid+php

it loses a big one the postdata part.
it seems to lie at the SSL renegotiation


szenario:
setup ur own https vhost and go to the test script location

send the formular and reload it 1min
u can see  2/3 or more of all asks is destroyed



min conf:
simpel test conf for fcgid

Location /
AddHandler fcgid-script .php
FCGIWrapper /usr/bin/php-cgi .php
/Location


set for more errors
SSLSessionCacheTimeout  1



thx

Rene W.


ps: i use php as pure cgi in a https vhost now


-- System
Debian Release: testing and unstable
Architecture: i386 (i686)

apache2-mpm-prefork or apache2-mpm-worker 2.0.55-4
php5-cgi 5.1.2-1
libapache2-mod-fcgid 1.07-1



test.php
Description: application/httpd-php


Bug#361582: Please set uim inputcontext plugin as a default

2006-04-09 Thread Jonny
Package: uim
Version: 1:1.0.0-2
Severity: wishlist
Tags: patch

Please add QT_IM_MODULE=uim to an im-switch file.


im-switch_qtimm.patch.gz
Description: Binary data


Bug#361580: pan: news servers are misidentified

2006-04-09 Thread Anand Kumria
Package: pan
Version: 0.91-4
Severity: normal

Hi,

If you click on the task list, and then select Actions|Groups|Refresh
Group List, the task list will display:

Getting group list from server 1

rather than the server name.

Anand

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

Versions of packages pan depends on:
ii  libaspell15   0.60.4-3   GNU Aspell spell-checker runtime l
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.10.1-1   Bonobo CORBA interfaces library
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libgcc1   1:4.0.3-1  GCC support library
ii  libgconf2-4   2.12.1-12  GNOME configuration database syste
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgmime2.1   2.1.19-1   MIME library, unstable version
ii  libgnome2-0   2.12.0.1-5 The GNOME 2 library - runtime file
ii  libgnomevfs2-02.12.2-5   GNOME virtual file-system (runtime
ii  libgtk2.0-0   2.8.13-1   The GTK+ graphical user interface 
ii  libgtkspell0  2.0.10-3   a spell-checking addon for GTK's T
ii  liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.10.4-1   Layout and rendering of internatio
ii  libpcre3  6.4-1.1Perl 5 Compatible Regular Expressi
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libstdc++64.0.3-1The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  zlib1g1:1.2.3-9  compression library - runtime

pan recommends no packages.

-- no debconf information


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



Bug#361581: gnome-terminal: opening a new tab in vert. resized term causes slang, ncurses apps to misbehave

2006-04-09 Thread Juraj Ziegler
Package: gnome-terminal
Version: 2.14.0-1
Severity: normal


Consider the following course of actions:
1. run gnome-terminal
2. maximize it vertically
3. open new tab
4. open another tab
5. run a full-screen terminal application in the latest (3rd) tab.

Application started in step 5 looks distorted, unusable. Though it does work,
it is no use, as most of the screen is empty. ctrl-l causes a failed re-draw,
the bottom line appears on top. What helps is: 
a) Menu Terminal/Reset, then ctrl-l
b) Menu Terminal/Reset and Clear, then ctrl-l
c) quit application, resize the terminal window in any way, application again
d) quit application, run reset in shell, start application again

Applications tested are mc (linked against libslang), vim (linked against
libncurses). Tabs are displayed on top side of the terminal window.
 It is a bit hard to reproduce and pin-point. I usually have ma terminals
maximized vertically 80x47 with tabs, 80x49 without tabs. Maximalization
is done before opening 2nd and subsequent tabs. While doing research for
this report, this problem only appeared in 3rd and further tabs in such
windows. For a default 80x24 terminal, the problem does not appear. In
artificial situations (sizes I don't usually use), it behaves like this:
* 81x24 - no problem, in any tab
* 80x25 - problem in 2nd tab already (and further tabs)
* fully maximized (125x49 / 125x47) - problem in 3rd and further tabs
* experimentally, I found the 2nd tab bad / 2nd tab OK decision point to be   
47/48 lines in the terminal area, before creating the 2nd tab and running mc
  in it

The first tab is always OK, even if I do: 1. gnome-terminal
2. vertical resize
3. new tab
4. select 1st tab
5. mc

If I only have one tab open, i.e. no tabs are displayed actually, it behaves
correctly of course.

For the record, I use metacity as my wm, package version 2.14.1-1:
$ dpkg -l |grep metacity
ii  libmetacity0   2.14.1-1
ii  metacity   2.14.1-1
ii  metacity-common2.14.1-1
(deleted last column in editor for brevity)

This did not happen with version 2.12.something of gnome-terminal and
metacity. A difference in behaviour I remember is, in version 2.12,
when gnome-terminal created the tabs, the gnome-terminal window grew
(bottom becoming off-screen), so I had to resize it vertically again. This 
probably ensured I don't get to see the problem. Now, in version 2.14,
the gnome-terminal window stays the same size (all on screen) and the
terminal area loses 2 lines (in my case; it depends on widget and font
sizes, how many lines are lost).

I'm not an expert on the corresponding signals, but it seems a signal
announcing change in window-size is sometimes not delivered to the terminal.
 This could be a metacity issue. In that case, please re-assign and my
apologies.


Regards,
Juraj Ziegler


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

Versions of packages gnome-terminal depends on:
ii  gnome-control-center  1:2.12.3-2 utilities to configure the GNOME d
ii  gnome-terminal-data   2.14.0-1   Data files for the GNOME terminal 
ii  libatk1.0-0   1.11.4-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.14.0-1   Bonobo CORBA interfaces library
ii  libc6 2.3.6-5GNU C Library: Shared libraries an
ii  libgconf2-4   2.14.0-1   GNOME configuration database syste
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.10.1-2   The GLib library of C routines
ii  libgnome2-0   2.14.0-2   The GNOME 2 library - runtime file
ii  libgnomeui-0  2.14.0-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.14.0-2   GNOME virtual file-system (runtime
ii  libgtk2.0-0   2.8.16-1   The GTK+ graphical user interface 
ii  liborbit2 1:2.14.0-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.12.0-2   Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libstartup-notification0  0.8-1  library for program launch feedbac
ii  libvte4   1:0.12.0-1 Terminal emulator widget for GTK+ 
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  scrollkeeper  0.3.14-10  A free electronic cataloging syste

Versions of packages gnome-terminal recommends:
ii  yelp  2.12.2-4   Help browser for GNOME 2

-- no debconf information


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

Bug#284491: amavisd-new: 2.4.0 released

2006-04-09 Thread Wladimir Mutel
Package: amavisd-new
Version: 1:2.3.3-8
Followup-For: Bug #284491


Please have a look at http://www.ijs.si/software/amavisd/
Hope to see new package version soon.
Thank you.

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

Versions of packages amavisd-new depends on:
ii  adduser   3.85   Add and remove users and groups
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  file  4.17-1 Determines file type using magic
ii  libarchive-tar-perl   1.28-1 Archive::Tar - manipulate tar file
ii  libarchive-zip-perl   1.16-1 Module for manipulation of ZIP arc
ii  libberkeleydb-perl0.27-1 use Berkeley DB 4 databases from P
ii  libcompress-zlib-perl 1.41-1 Perl module for creation and manip
ii  libconvert-tnef-perl  0.17-4 Perl module to read TNEF files
ii  libconvert-uulib-perl 1.0.5.1-1  Perl interface to the uulib librar
pn  libdigest-md5-perlnone (no description available)
ii  libio-stringy-perl2.110-1Perl5 modules for IO from scalars 
ii  libmailtools-perl 1.74-0.1   Manipulate email in perl programs
pn  libmime-base64-perl   none (no description available)
ii  libmime-perl  5.419-1Perl5 modules for MIME-compliant m
ii  libnet-perl   1:1.19-3   Implementation of Internet protoco
ii  libnet-server-perl0.90-1 An extensible, general perl server
ii  libunix-syslog-perl   0.100-4Perl interface to the UNIX syslog(
ii  perl [libtime-hires-perl] 5.8.8-4Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]5.8.8-4Core Perl modules

amavisd-new recommends no packages.

-- debconf information:
  amavisd-new/outdated_config_style_warning:


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



Bug#355968: Bug closed email credits bug owner as package developer

2006-04-09 Thread A. Costa
Package: bugs.debian.org
Followup-For: Bug #355968


Seconded.  I was just about to report this, but found it already
had been.  Me no developer.   Moreover, it says here in this bug
that I'd opened last week, and closed today:

Subject: Bug#360011 acknowledged by developer (Close: Bug # 360011: 
Unbootable: Loading linuxEBDA is big; kernel setup stack overlaps LILO second 
stage)
Date: Sat, 08 Apr 2006 23:48:10 -0700


This is an automatic notification regarding your Bug report
#360011: Unbootable: Loading linuxEBDA is big; kernel setup stack overlaps 
LILO second stage,
which was filed against the linux-image-2.6.16-1-686 package.

It has been closed by one of the developers, namely
A. Costa [EMAIL PROTECTED] (reply to [EMAIL PROTECTED]).

The Subject line says, that #360011 was acknowledged by developer,
(not true), so that's two errors.

HTH...

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


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



Bug#361583: FTBFS: too few arguments to function 'gsl_cdf_pascal_Q'

2006-04-09 Thread Martin Michlmayr
Package: ocamlgsl
Version: 0.4.0-4
Severity: serious

Your package fails to build due to a change in unstable in the last
few days:

 Automatic build of ocamlgsl_0.4.0-4 on em64t by sbuild/amd64 1.112
...
 ocamlc -ccopt ' -DHAVE_INLINE -DHAVE_FENV -g -O2 ' -c mlgsl_cdf.c
 mlgsl_cdf.c: In function 'ml_gsl_cdf_binomial_P':
 mlgsl_cdf.c:153: error: too few arguments to function 'gsl_cdf_binomial_P'
 mlgsl_cdf.c: In function 'ml_gsl_cdf_binomial_Q':
 mlgsl_cdf.c:155: error: too few arguments to function 'gsl_cdf_binomial_Q'
 mlgsl_cdf.c: In function 'ml_gsl_cdf_poisson_P':
 mlgsl_cdf.c:157: error: too few arguments to function 'gsl_cdf_poisson_P'
 mlgsl_cdf.c: In function 'ml_gsl_cdf_poisson_Q':
 mlgsl_cdf.c:159: error: too few arguments to function 'gsl_cdf_poisson_Q'
 mlgsl_cdf.c: In function 'ml_gsl_cdf_geometric_P':
 mlgsl_cdf.c:161: error: too few arguments to function 'gsl_cdf_geometric_P'
 mlgsl_cdf.c: In function 'ml_gsl_cdf_geometric_Q':
 mlgsl_cdf.c:163: error: too few arguments to function 'gsl_cdf_geometric_Q'
 mlgsl_cdf.c: In function 'ml_gsl_cdf_negative_binomial_P':
 mlgsl_cdf.c:165: error: too few arguments to function 
 'gsl_cdf_negative_binomial_P'
 mlgsl_cdf.c: In function 'ml_gsl_cdf_negative_binomial_Q':
 mlgsl_cdf.c:167: error: too few arguments to function 
 'gsl_cdf_negative_binomial_Q'
 mlgsl_cdf.c: In function 'ml_gsl_cdf_pascal_P':
 mlgsl_cdf.c:169: error: too few arguments to function 'gsl_cdf_pascal_P'
 mlgsl_cdf.c: In function 'ml_gsl_cdf_pascal_Q':
 mlgsl_cdf.c:171: error: too few arguments to function 'gsl_cdf_pascal_Q'
 make[1]: *** [mlgsl_cdf.o] Error 2
 make[1]: Leaving directory `/build/tbm/ocamlgsl-0.4.0'

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#361585: munin-graph: rendered text lines below graphs wrap around

2006-04-09 Thread Michael Neuffer
Package: munin
Version: 1.2.4-1
Severity: normal


As can be seen for example in the Filesystem usage, Netstat, DNS,
Postfix and other boxes: 
http://www.neuffer.org/munin/neuffer.org/skywalker.neuffer.org.html

The text below the graphs wraps around which makes the graphs
unnecessarily hard to read and ugly. This seems to be related to
the fact that the width of the antialiased fonts has changed 
in comparison to the non-antialiased counterparts and that this
difference is not taken into account. ie. the boxes need to be 
rendered a tiny bit wider or a non-antialiased font needs to be 
used.

Thank you.


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

Versions of packages munin depends on:
ii  adduser  3.85Add and remove users and groups
pn  libdigest-md5-perl   none  (no description available)
ii  libhtml-template-perl2.8-1   HTML::Template : A module for usin
ii  libparse-recdescent-perl 1.94.free-1 Generates recursive-descent parser
ii  librrds-perl 1.2.11-0.5  Time-series data storage and displ
pn  libtime-hires-perl   none  (no description available)
ii  perl [libstorable-perl]  5.8.8-4 Larry Wall's Practical Extraction 
ii  perl-modules 5.8.8-4 Core Perl modules
ii  rrdtool  1.2.11-0.5  Time-series data storage and displ

Versions of packages munin recommends:
ii  libdate-manip-perl5.44-2 a perl library for manipulating da
ii  munin-node1.2.4-1network-wide graphing framework (n

-- no debconf information


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



Bug#361584: amavisd-new: ClamAV-clamd : ... lstat() failed

2006-04-09 Thread Wladimir Mutel
Package: amavisd-new
Version: 1:2.3.3-8
Severity: normal


Recently I have installed amavisd-new and clamav 0.88 (-base, -daemon,
-freshclam). I uncommented spam and virus scanners lists in
/etc/amavis/conf.d/15-content_filter_mode , and amavisd-new shows this
in its startup log :

Apr  8 23:13:42 smart amavis[18074]: Perl version   5.008008
Apr  8 23:13:43 smart amavis[18078]: Module Amavis::Conf2.043
Apr  8 23:13:43 smart amavis[18078]: Module Archive::Tar1.28
Apr  8 23:13:43 smart amavis[18078]: Module Archive::Zip1.16
Apr  8 23:13:43 smart amavis[18078]: Module BerkeleyDB  0.27
Apr  8 23:13:43 smart amavis[18078]: Module Compress::Zlib  1.41
Apr  8 23:13:43 smart amavis[18078]: Module Convert::TNEF   0.17
Apr  8 23:13:43 smart amavis[18078]: Module Convert::UUlib  1.051
Apr  8 23:13:43 smart amavis[18078]: Module DBD::mysql  3.0002
Apr  8 23:13:43 smart amavis[18078]: Module DBI 1.50
Apr  8 23:13:43 smart amavis[18078]: Module DB_File 1.814
Apr  8 23:13:43 smart amavis[18078]: Module MIME::Entity5.419
Apr  8 23:13:43 smart amavis[18078]: Module MIME::Parser5.419
Apr  8 23:13:43 smart amavis[18078]: Module MIME::Tools 5.419
Apr  8 23:13:43 smart amavis[18078]: Module Mail::Header1.74
Apr  8 23:13:43 smart amavis[18078]: Module Mail::Internet  1.74
Apr  8 23:13:43 smart amavis[18078]: Module Mail::SPF::Query1.999001
Apr  8 23:13:43 smart amavis[18078]: Module Mail::SpamAssassin  3.001000
Apr  8 23:13:43 smart amavis[18078]: Module Net::Cmd2.26
Apr  8 23:13:43 smart amavis[18078]: Module Net::DNS0.57
Apr  8 23:13:43 smart amavis[18078]: Module Net::SMTP   2.29
Apr  8 23:13:43 smart amavis[18078]: Module Net::Server 0.90
Apr  8 23:13:43 smart amavis[18078]: Module Razor2::Client::Version 2.81
Apr  8 23:13:43 smart amavis[18078]: Module Time::HiRes 1.86
Apr  8 23:13:43 smart amavis[18078]: Module Unix::Syslog0.100
Apr  8 23:13:43 smart amavis[18078]: Amavis::DB codeloaded
Apr  8 23:13:43 smart amavis[18078]: Amavis::Cache code loaded
Apr  8 23:13:43 smart amavis[18078]: SQL base code  NOT loaded
Apr  8 23:13:43 smart amavis[18078]: SQL::Log code  NOT loaded
Apr  8 23:13:43 smart amavis[18078]: SQL::QuarantineNOT loaded
Apr  8 23:13:43 smart amavis[18078]: Lookup::SQL  code  NOT loaded
Apr  8 23:13:43 smart amavis[18078]: Lookup::LDAP code  NOT loaded
Apr  8 23:13:43 smart amavis[18078]: AM.PDP prot  code  NOT loaded
Apr  8 23:13:43 smart amavis[18078]: SMTP-in prot code  loaded
Apr  8 23:13:43 smart amavis[18078]: ANTI-VIRUS codeloaded
Apr  8 23:13:43 smart amavis[18078]: ANTI-SPAM  codeloaded
Apr  8 23:13:43 smart amavis[18078]: Unpackers  codeloaded
Apr  8 23:13:43 smart amavis[18078]: Found $fileat /usr/bin/file
Apr  8 23:13:43 smart amavis[18078]: No $dspam, not using it
Apr  8 23:13:43 smart amavis[18078]: Internal decoder for .mail
Apr  8 23:13:43 smart amavis[18078]: Internal decoder for .asc 
Apr  8 23:13:43 smart amavis[18078]: Internal decoder for .uue 
Apr  8 23:13:43 smart amavis[18078]: Internal decoder for .hqx 
Apr  8 23:13:43 smart amavis[18078]: Internal decoder for .ync 
Apr  8 23:13:43 smart amavis[18078]: No decoder for   .Ftried: 
unfreeze, freeze -d, melt, fcat
Apr  8 23:13:43 smart amavis[18078]: Found decoder for.Zat 
/bin/uncompress
Apr  8 23:13:43 smart amavis[18078]: Internal decoder for .gz  
Apr  8 23:13:43 smart amavis[18078]: Found decoder for.bz2  at 
/usr/bin/bzip2 -d
Apr  8 23:13:43 smart amavis[18078]: Found decoder for.lzo  at 
/usr/bin/lzop -d
Apr  8 23:13:43 smart amavis[18078]: No decoder for   .rpm  tried: 
rpm2cpio.pl, rpm2cpio
Apr  8 23:13:43 smart amavis[18078]: No decoder for   .cpio tried: pax
Apr  8 23:13:43 smart amavis[18078]: Found decoder for.cpio at /bin/cpio
Apr  8 23:13:43 smart amavis[18078]: No decoder for   .tar  tried: pax
Apr  8 23:13:43 smart amavis[18078]: Found decoder for.tar  at /bin/cpio
Apr  8 23:13:43 smart amavis[18078]: Found decoder for.deb  at /usr/bin/ar
Apr  8 23:13:43 smart amavis[18078]: Internal decoder for .zip 
Apr  8 23:13:43 smart amavis[18078]: Found decoder for.rar  at 
/usr/bin/unrar
Apr  8 23:13:43 smart amavis[18078]: Found decoder for.arj  at /usr/bin/arj
Apr  8 23:13:43 smart amavis[18078]: Found decoder for.arc  at 
/usr/bin/nomarch
Apr  8 23:13:43 smart amavis[18078]: Found decoder for.zoo  at /usr/bin/zoo
Apr  8 23:13:43 smart amavis[18078]: Found decoder for.lha  at /usr/bin/lha
Apr  8 23:13:43 smart amavis[18078]: No decoder for   .doc  tried: ripole
Apr  8 23:13:43 smart amavis[18078]: Found decoder for.cab  at 
/usr/bin/cabextract
Apr  8 23:13:43 smart amavis[18078]: No decoder for   .tnef
Apr  8 23:13:43 smart amavis[18078]: Internal decoder for .tnef
Apr  8 23:13:43 smart amavis[18078]: Found 

Bug#361425: [pkg-wpa-devel] Bug#361425: wpasupplicant: Works only if options are in an wpa-conf file

2006-04-09 Thread Daniel Huhardeaux

Kel Modderman wrote:

daniel huhardeaux wrote:

Package: wpasupplicant
Version: 0.4.8-2
Severity: normal


Using wpa-conf /path/to/wpasupplicant.conf in interfaces and having 
options
there is working. Putting each option in interfaces file failed for 3 
of them.

Here are outputs from ifupdown.sh script in verbosity mode:

wpa_supplicant: ctrl_interface=/var/run/wpa_supplicant
wpa_supplicant: /sbin/wpa_supplicant -B -P 
/var/run/wpa_supplicant.wlan0.pid -i wlan0 -C /var/run/wpa_supplicant 
-D ndiswrapper
wpa_supplicant: ctrl_interface socket located at 
/var/run/wpa_supplicant/wlan0

wpa_supplicant: wpa-eapol-version : Unknown command 'eapol_version'
wpa_supplicant: wpa-ap-scan : Unknown command 'ap_scan'
wpa_supplicant: wpa-fast-reauth  : Unknown command 'fast_reauth'
wpa_supplicant: configuring new network block, guessing network_id of 
0? : 0

wpa_supplicant: wpa-ssid : OK
wpa_supplicant: wpa-psk : OK
wpa_supplicant: wpa-pairwise : OK
wpa_supplicant: wpa-key-mgmt : OK
wpa_supplicant: wpa-proto : OK
wpa_supplicant: enabling network 0 : OK

DHCP offer is not founded, no network. Same option in a conf file 
(previous wpa_supplicant behaviour) is ok.
 
  


What does your /etc/network/interfaces stanza look like?
I translate in interfaces all the otions which are declared in the conf 
file:


iface wlan0-MyEssid inet dhcp
test wireless essid MyEssid
pre-up \
   echo Starting pre-Up
   wpa-driver ndiswrapper
   wpa-ssid MyEssid
   wpa-ap_scan 2
   wpa-proto WPA2
   wpa-key_mgmt WPA-PSK
   wpa-pairwise CCMP TKIP
   wpa-psk d4dae65328d14eff2adc68fde7d202d96de5fc1d9f2cd7425e00238f91b743ff
   wpa-eapol_version 1
   wpa-fast_reauth 1

If you carefully read the errors, they are from the script when the 
stanzas of /etc/network/interfaces are converted in actions for wpa_cli 
like:


   # global settings
   if [ -n $IF_WPA_EAPOL_VERSION ]; then

   if [ $VERBOSITY = 1 ]; then
   echo -n $WPA_SUP_PNAME: 
wpa-eapol-version : #message is shown

   fi

   $WPA_CLI_BIN  -p $WPA_COMMON_CTRL_IFACE -i $IFACE \
   eapol_version $IF_WPA_EAPOL_VERSION 
$TO_NULL   #this causes the failure

   fi

--
Daniel


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



Bug#355120: Bug away for a long time

2006-04-09 Thread Christian Perrier
tags 355120 pending
thanks


Since he reported this bug, Serge commited the translation
himself. 

-- 




signature.asc
Description: Digital signature


Bug#361586: wpasupplicant: Variable VERBOSITY missing in ifupdown script

2006-04-09 Thread daniel huhardeaux
Package: wpasupplicant
Version: 0.4.8-2
Severity: minor


In the ifupdown script the VERBOSITY variable is not initialized.
A good feature would be to have a wpa-verbosity (0,no=default/1,yes) in
interfaces file to play with.
 
-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-custom.1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages wpasupplicant depends on:
ii  libc6 2.3.6-5GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libreadline5  5.1-7  GNU readline and history libraries
ii  libssl0.9.8   0.9.8a-8   SSL shared libraries

wpasupplicant recommends no packages.

-- debconf-show failed


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



Bug#356073: kopete: Jabber disconnects constantly with unknown error

2006-04-09 Thread David Schmitt
On Sunday 09 April 2006 06:12, you wrote:
 On Saturday 08 April 2006 09:53, David Schmitt wrote:
  There is a new version of kopete unstable (3.5.2-1) available. Could you
  please test if your problem persists there?

 Well, I've actually compiled and installed the 0.12 beta 2 source.  It
 seems that Jabber won't connect at all in this beta, and I just filed a bug
 on it. Do you still want me to test the package in unstable?  I'll be glad
 to if you think it's necessary.

No, that won't be neccessary. The only thing I would ask you, is to note the 
upstream bug URL by sending 

forwarded 356073 ...URL...

to [EMAIL PROTECTED], so that everyone can track what's going on 
upstream.

 P.S. Sorry if you get two copies of this.  I'm often a bit confused as to
 whether I should send this to just the bug address (and should I
 use -quiet?), or to the bug and the person that e-mailed me (you, in this
 case).

Typically you'll want to send mail to bugno@bugs.d.o: This files the mail 
with the BTS and sends copies to all interested parties. Additionally, you 
can add a line 

X-Debbugs-Cc: ...email1,email2...

as the first line in your mail to the BTS, then the BTS Will take care of 
forwarding the mail as appropriate.


Regards, David
-- 
- hallo... wie gehts heute?
- *hust* gut *rotz* *keuch*
- gott sei dank kommunizieren wir über ein septisches medium ;)
 -- Matthias Leeb, Uni f. angewandte Kunst, 2005-02-15



Bug#361587: amavisd-new: should log triggered SpamAssassin tests

2006-04-09 Thread Wladimir Mutel
Package: amavisd-new
Version: 1:2.3.3-8
Severity: wishlist


Hi,

Currently amavisd-new logs only spam hits level and whether 
the message was passed or rejected. It would be great to also 
see in the log a list of SA tests triggered by the rejected
message. This could be helpful in posterior investigations.
I would appreciate to see such feature in further versions of
amavisd-new package. Thank you in advance.

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

Versions of packages amavisd-new depends on:
ii  adduser   3.85   Add and remove users and groups
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  file  4.17-1 Determines file type using magic
ii  libarchive-tar-perl   1.28-1 Archive::Tar - manipulate tar file
ii  libarchive-zip-perl   1.16-1 Module for manipulation of ZIP arc
ii  libberkeleydb-perl0.27-1 use Berkeley DB 4 databases from P
ii  libcompress-zlib-perl 1.41-1 Perl module for creation and manip
ii  libconvert-tnef-perl  0.17-4 Perl module to read TNEF files
ii  libconvert-uulib-perl 1.0.5.1-1  Perl interface to the uulib librar
pn  libdigest-md5-perlnone (no description available)
ii  libio-stringy-perl2.110-1Perl5 modules for IO from scalars 
ii  libmailtools-perl 1.74-0.1   Manipulate email in perl programs
pn  libmime-base64-perl   none (no description available)
ii  libmime-perl  5.419-1Perl5 modules for MIME-compliant m
ii  libnet-perl   1:1.19-3   Implementation of Internet protoco
ii  libnet-server-perl0.90-1 An extensible, general perl server
ii  libunix-syslog-perl   0.100-4Perl interface to the UNIX syslog(
ii  perl [libtime-hires-perl] 5.8.8-4Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]5.8.8-4Core Perl modules

amavisd-new recommends no packages.

-- debconf information:
  amavisd-new/outdated_config_style_warning:


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



Bug#361588: FTBFS: t_12_includeloop fails: scan segfaults

2006-04-09 Thread Martin Michlmayr
Package: filtergen
Version: 0.12.4-4
Severity: serious

Your package fails to build in unstable (tested on sparc and amd64):

 Automatic build of filtergen_0.12.4-4 on bilbao by sbuild/sparc 85
...
 PASS: t_11_includeone
 ./t_12_includeloop: line 8: 28796 Segmentation fault  ./scan 
 $testdir/data/scanner12.in $work/out 21
 NO RESULT when testing that c style comments are scanned and ignored
 FAIL: t_12_includeloop

gdb shows:

Program received signal SIGSEGV, Segmentation fault.
0x70072bbc in vfprintf () from /lib/libc.so.6
(gdb) where
#0  0x70072bbc in vfprintf () from /lib/libc.so.6
#1  0x7007b130 in fprintf () from /lib/libc.so.6
#2  0x00011854 in scan_err ()
#3  0x00012ac0 in yylex ()
#4  0x0001129c in main (argc=83896, argv=0x25c00) at scan.c:88
(gdb)


-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#361589: nvidia-glx-dev: breaks packages depending on libgl-dev

2006-04-09 Thread Torok Edwin
Package: nvidia-glx-dev
Version: 1.0.8756-1
Severity: important


When I tried to install nvidia-glx-dev, it dpkg told me it can't, because 
packages depend on xlibmesa-gl-dev,
and nvidia-glx-dev conflicts with it. So I dpkg --auto-deconfigure 
xlibmesa-gl-dev, and then I installed nvidia-glx-dev.
I tried running 'apt-get -f install', but it tried to remove nvidia-glx-dev, 
and install xlibmesa-gl-dev instead.
I tried doing an 'apt-get install libqt4-dev', and this is what I got:

The following packages have unmet dependencies.
  freeglut3-dev: Depends: xlibmesa-gl-dev but it is not going to be installedor
libgl-dev
  libglu1-xorg-dev: Depends: xlibmesa-gl-dev but it is not going to be 
installedor
   libgl-dev
  libopenexr-dev: Depends: xlibmesa-gl-dev but it is not going to be installedor
libgl-dev
  libqt3-mt-dev: Depends: xlibmesa-gl-dev but it is not going to be installedor
libgl-dev
  libqt4-dev: Depends: xlibmesa-gl-dev but it is not going to be installedor
 libgl-dev
 E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a 
solution).
[EMAIL PROTECTED]:~/win/GameClient$ dpkg -l nvidia-glx-dev
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 Version  Description
+++---
ii  nvidia-glx-dev   1.0.8756-1   NVIDIA binary XFree86 4.x 
/ Xorg driver development files

I see that nvidia-glx-dev 'Replaces: libgl-dev', so why does dpkg say libgl-dev 
is not going to be installed,
does nvidia-glx-dev also has to 'Provides: libgl-dev'?  

 

btw, I did an 'apt-get source nvidia-glx', and 'dpkg-buildpackage -rfakeroot -B 
-us -uc'.
nvidia-glx-dev worked fine for version 1.0.8178.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-amd64-k8
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages nvidia-glx-dev depends on:
ii  nvidia-glx1.0.8756-1 NVIDIA binary XFree86 4.x driver

nvidia-glx-dev recommends no packages.

-- no debconf information


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



Bug#361370: fbgs: uses insecure tempfiles

2006-04-09 Thread Florian Weimer
* Jan Braun:

  # tmp dir
 -DIR=${TMPDIR-/var/tmp}/fbps-$$
 -mkdir -p $DIR|| exit 1
 +DIR=`mktemp -dtp /var/tmp fbgs-XX`
 +[ -d $DIR ]  || exit 1

I think you should use /tmp.  /var/tmp is not cleared on reboot.


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



Bug#354698: inkscape : crashes during starting

2006-04-09 Thread Yuya Nishihara
If your ~/.gtkrc-2.0 is like the following:

include /usr/share/themes/Nuvola/gtk-2.0/gtkrc

style user-font
{
font_name=Sans Serif 10
}
widget_class * style user-font

gtk-theme-name=Nuvola
gtk-font-name=Sans Serif 10
gtk-key-theme-name=Emacs


try to remove the `include' line.

#include /usr/share/themes/Nuvola/gtk-2.0/gtkrc
...


This made me enable to start inkscape without crash,
though I don't know what affects inkscape's crash.

Yuya.


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



Bug#361024: glibc test packages

2006-04-09 Thread Sheplyakov Alexei
On Sat, Apr 08, 2006 at 04:47:05PM +0200, Petr Salinger wrote:
 
 Please, could you also test glibc test package at 
 http://sci.felk.cvut.cz/~salinger/glibc/

This fixes problem with loading Guile modules. My test case do not fail
any more, as well as test case from #226716.

Thank you very much!

Best regards,
  Alexei.

-- 
All science is either physics or stamp collecting.



signature.asc
Description: Digital signature


Bug#361069: thunderbird man page

2006-04-09 Thread Alexander Sack - Debian Bugmail
On Thu, Apr 06, 2006 at 09:41:03PM +0100, Sam Morris wrote:
 Here's my first stab at improving the man page.
 

Thanks ... anyway, it would be significantly easier for me to
integrate your work if you edit the manpage source file (docbook
format) instead.

To do this, get thunderbird source (apt-get source thunderbird) and edit the
debian/thunderbird.sgml file.

Thanks for your contribution,

 - Alexander

 p.s. please take care that the bug is listed as To: or CC: when 
  replying to this mail (e.g. /reply-all/). 
-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/


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



Bug#361590: gtkpod warns of unsaved data, but has no save option.

2006-04-09 Thread kelly
Package: gtkpod
Version: 0.99.2-1
Severity: normal


After adding some mp3s to both the iPod and local playlists,
I attempted to exit both by the [X] corner box and file-Quit.
In both cases, it produced a warning message

Data has been changed but has not been saved.   OK to Quit? [No][Yes]

There is no save option anywhere, and no hint in the GUI how one
could save.Also, it doesn't say *what* data hasn't been saved:
does it mean on the iPod side or on the PC's side?

Overall, it doesn't enlighten, and doesn't help the user take
the appropriate action.

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

Versions of packages gtkpod depends on:
ii  libatk1.0-0  1.11.3-1The ATK accessibility toolkit
ii  libc62.3.6-3 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.10.1-2The GLib library of C routines
ii  libgpod0 0.3.0-4 a library to read and write songs 
ii  libgtk2.0-0  2.8.16-1The GTK+ graphical user interface 
ii  libid3tag0   0.15.1b-8   ID3 tag reading library from the M
ii  libpango1.0-01.12.0-2Layout and rendering of internatio
ii  libx11-6 6.9.0.dfsg.1-4  X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.9.0.dfsg.1-4  X Window System miscellaneous exte
ii  libxi6   6.9.0.dfsg.1-4  X Window System Input extension li
ii  libxinerama1 6.9.0.dfsg.1-4  X Window System multi-head display
ii  libxml2  2.6.23.dfsg.2-3 GNOME XML library
ii  libxrandr2   6.9.0.dfsg.1-4  X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  zlib1g   1:1.2.3-11  compression library - runtime

gtkpod recommends no packages.

-- no debconf information


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



Bug#361538: RFS: libuninameslist -- a library of Unicode annotation data

2006-04-09 Thread Kęstutis Biliūnas
ITP: #361538

* Package name: libuninameslist
  Version : 20050712
  Upstream Authors: George Williams [EMAIL PROTECTED]
* URL : http://fontforge.sourceforge.net
* License : BSD
  Description : a library of Unicode annotation data

 The library contains a large array with one entry for each unicode code
 point (U+ - U+10). Each entry contains two strings, a name and
 an annotation. The library also contains a list of all the Unicode
 blocks.

NOTE: FontForge program needs this library for displaying Unicode Name
Annotations.

The package is linda, lintian clean and builds with pbuilder.

This packages can be found on my repository at
http://kebil.ghost.lt/debian/pool/fontforge/

deb  http://kebil.ghost.lt/ debian/ 
deb-src  http://kebil.ghost.lt/ debian/

I'd be very glad if someone of you could sponsor them for me.

Regards,
-- 
Kęstutis Biliūnas [EMAIL PROTECTED]


signature.asc
Description: Ši laiško dalis	yra pasirašyta skaitmeniniu būdu


Bug#361593: sudo: sample sudoers file is gone

2006-04-09 Thread Sven Joachim

Package: sudo
Version: 1.6.8p12-3
Severity: normal

In sudo version 1.6.8p12-1, there was a sample sudoers file in
/usr/share/doc/sudo/examples/suoders.  That file does no longer exist,
where has it gone?


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

Versions of packages sudo depends on:
ii  libc6 2.3.6-5GNU C Library: Shared libraries an
ii  libpam-modules0.79-3.1   Pluggable Authentication Modules f
ii  libpam0g  0.79-3.1   Pluggable Authentication Modules l

sudo recommends no packages.

-- no debconf information



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



Bug#361591: internal compiler error: verify_ssa failed

2006-04-09 Thread Martin Michlmayr
Package: gcc-snapshot
Version: 20060325-1

internal compiler error: verify_ssa failed:

 Automatic build of mail-notification_2.0.dfsg.1-2 on em64t by sbuild/amd64 
 1.112
...
 cc -DHAVE_CONFIG_H -I. -I. -I..   -pthread -DORBIT2=1 -DXTHREADS 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 
 -I/usr/include/orbit-2.0 -I/usr/include/libgnomeui-2.0 
 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 
 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 
 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 
 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 
 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include 
 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/X11R6/include 
 -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -I/usr/include/eel-2 
 -I/usr/include/gail-1.0   -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I.. -DPREFIX=\/usr\ 
 -DSYSCONFDIR=\/etc\ -DDATADIR=\/usr/share\ -DLIBDIR=\/usr/lib\ 
 -DGNOMELOCALEDIR=\/usr/share/locale\ 
 -DGNOMEPIXMAPSDIR=\/usr/share/pixmaps\ 
 -DUIDIR=\/usr/share/mail-notification/ui\ 
 -DG_LOG_DOMAIN=\mail-notification\   -g -Wall -O2 -c -o 
 mail_notification-mn-imap-mailbox-properties.o `test -f 
 'mn-imap-mailbox-properties.c' || echo './'`mn-imap-mailbox-properties.c
 cc -DHAVE_CONFIG_H -I. -I. -I..   -pthread -DORBIT2=1 -DXTHREADS 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 
 -I/usr/include/orbit-2.0 -I/usr/include/libgnomeui-2.0 
 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 
 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 
 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 
 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 
 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include 
 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/X11R6/include 
 -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -I/usr/include/eel-2 
 -I/usr/include/gail-1.0   -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I.. -DPREFIX=\/usr\ 
 -DSYSCONFDIR=\/etc\ -DDATADIR=\/usr/share\ -DLIBDIR=\/usr/lib\ 
 -DGNOMELOCALEDIR=\/usr/share/locale\ 
 -DGNOMEPIXMAPSDIR=\/usr/share/pixmaps\ 
 -DUIDIR=\/usr/share/mail-notification/ui\ 
 -DG_LOG_DOMAIN=\mail-notification\   -g -Wall -O2 -c -o 
 mail_notification-mn-imap-mailbox.o `test -f 'mn-imap-mailbox.c' || echo 
 './'`mn-imap-mailbox.c
 cc -DHAVE_CONFIG_H -I. -I. -I..   -pthread -DORBIT2=1 -DXTHREADS 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 
 -I/usr/include/orbit-2.0 -I/usr/include/libgnomeui-2.0 
 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 
 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 
 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 
 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 
 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include 
 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/X11R6/include 
 -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -I/usr/include/eel-2 
 -I/usr/include/gail-1.0   -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I.. -DPREFIX=\/usr\ 
 -DSYSCONFDIR=\/etc\ -DDATADIR=\/usr/share\ -DLIBDIR=\/usr/lib\ 
 -DGNOMELOCALEDIR=\/usr/share/locale\ 
 -DGNOMEPIXMAPSDIR=\/usr/share/pixmaps\ 
 -DUIDIR=\/usr/share/mail-notification/ui\ 
 -DG_LOG_DOMAIN=\mail-notification\   -g -Wall -O2 -c -o 
 mail_notification-mn-authenticated-mailbox-properties.o `test -f 
 'mn-authenticated-mailbox-properties.c' || echo 
 './'`mn-authenticated-mailbox-properties.c
 cc -DHAVE_CONFIG_H -I. -I. -I..   -pthread -DORBIT2=1 -DXTHREADS 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 
 -I/usr/include/orbit-2.0 -I/usr/include/libgnomeui-2.0 
 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 
 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 
 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 
 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 
 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 
 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include 
 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/X11R6/include 
 -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -I/usr/include/eel-2 
 -I/usr/include/gail-1.0   -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I.. -DPREFIX=\/usr\ 
 -DSYSCONFDIR=\/etc\ -DDATADIR=\/usr/share\ -DLIBDIR=\/usr/lib\ 
 -DGNOMELOCALEDIR=\/usr/share/locale\ 
 -DGNOMEPIXMAPSDIR=\/usr/share/pixmaps\ 
 -DUIDIR=\/usr/share/mail-notification/ui\ 
 -DG_LOG_DOMAIN=\mail-notification\   -g 

Bug#361592: scilab-bin: linking against libreadline violates the GPL

2006-04-09 Thread Sven Joachim

Package: scilab-bin
Version: 3.0-14.1
Severity: serious

Your package depends on libreadline5, indicating that some binary
depends on it (AFICS, it's /usr/lib/scilab/scilex).  Since the
readline library is distributed under the GPL rather than the LGPL,
you may not link software with a GPL-incompatible license, especially
not non-free software against it.


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



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



Bug#361596: Use of h,j,k,l to navigate openbox

2006-04-09 Thread Nicolas Évrard
Package: openbox
Version: 3.2-9
Severity: wishlist

Hello,

While trying to move my hands less around the keyboard I noticed that 
openbox menus are not navigable using the classic vim keys. I think 
it might be interresting to do so.

Thank you.

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

Versions of packages openbox depends on:
ii  libc62.3.6-5 GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.2-5.1   generic font configuration library
ii  libglib2.0-0 2.10.1-2The GLib library of C routines
ii  libice6  6.9.0.dfsg.1-6  Inter-Client Exchange library
ii  libsm6   6.9.0.dfsg.1-6  X Window System Session Management
ii  libstartup-notification0 0.8-1   library for program launch feedbac
ii  libx11-6 6.9.0.dfsg.1-6  X Window System protocol client li
ii  libxext6 6.9.0.dfsg.1-6  X Window System miscellaneous exte
ii  libxft2  2.1.8.2-5.1 FreeType-based font drawing librar
ii  libxinerama1 6.9.0.dfsg.1-6  X Window System multi-head display
ii  libxml2  2.6.23.dfsg.2-3 GNOME XML library
ii  zlib1g   1:1.2.3-11  compression library - runtime

Versions of packages openbox recommends:
ii  obconf1.5-3  Preferences manager for Openbox

-- no debconf information


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



Bug#361594: gtkpod: Obscure error message when clicking sync.

2006-04-09 Thread kelly
Package: gtkpod
Version: 0.99.2-1
Severity: normal


On the first use of gtkpod on a new ipod nano
(though the ipod has been used on a Windows machine),
hitting [sync] after adding some files leads to the
following unintelligible error message:
You did not import the existing iTunesDB ('/media/ipod
iPod_Control/iTunes/iTunesDB').  This is most likely
incorrect...
..If you cancel, you can import the existing database before
calling this function again.

There are clearly good intentions here -- it tries to
be helpful (and goes part way) but there seems to be
no way to import anything.There is no import option
on any of the top level menus; nor does the GUI mention
an iTunesDB.So, a novice user has no easy means of
figuring out how to respond to that error message.

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

Versions of packages gtkpod depends on:
ii  libatk1.0-0  1.11.3-1The ATK accessibility toolkit
ii  libc62.3.6-3 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.10.1-2The GLib library of C routines
ii  libgpod0 0.3.0-4 a library to read and write songs 
ii  libgtk2.0-0  2.8.16-1The GTK+ graphical user interface 
ii  libid3tag0   0.15.1b-8   ID3 tag reading library from the M
ii  libpango1.0-01.12.0-2Layout and rendering of internatio
ii  libx11-6 6.9.0.dfsg.1-4  X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.9.0.dfsg.1-4  X Window System miscellaneous exte
ii  libxi6   6.9.0.dfsg.1-4  X Window System Input extension li
ii  libxinerama1 6.9.0.dfsg.1-4  X Window System multi-head display
ii  libxml2  2.6.23.dfsg.2-3 GNOME XML library
ii  libxrandr2   6.9.0.dfsg.1-4  X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  zlib1g   1:1.2.3-11  compression library - runtime

gtkpod recommends no packages.

-- no debconf information


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



Bug#361595: zeroc-icee: FTBFS (ppc64): #error Unknown architecture

2006-04-09 Thread Andreas Jochens
Package: zeroc-icee
Version: 1.1.0-1
Severity: wishlist
Tags: patch

When building 'zeroc-icee' on ppc64/unstable,
I get the following error:

slice2cppe --ice --include-dir IceE --dll-export ICE_API -I../../slice 
../../slice/IceE/RouterF.ice
mv RouterF.h ../../include/IceE
c++ -c -I.. -I../../include  -DICE_API_EXPORTS   -ftemplate-depth-128 -Wall 
-D_REENTRANT -fPIC -g BasicStream.cpp
In file included from ../../include/IceE/ProxyF.h:14,
 from ../../include/IceE/BasicStream.h:13,
 from BasicStream.cpp:11:
../../include/IceE/Config.h:95:5: error: #error Unknown architecture
make[3]: *** [BasicStream.o] Error 1
make[3]: Leaving directory `/zeroc-icee-1.1.0/src/IceE'

With the attached patch 'zeroc-icee' can be compiled on ppc64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/zeroc-icee-1.1.0/include/IceE/Config.h 
./include/IceE/Config.h
--- ../tmp-orig/zeroc-icee-1.1.0/include/IceE/Config.h  2006-03-08 
18:09:45.0 +
+++ ./include/IceE/Config.h 2006-04-09 06:37:38.0 +
@@ -89,7 +89,7 @@
 //
 #if defined(__i386) || defined(_M_IX86) || defined (__x86_64) || defined 
(_M_ARM) 
 #   define ICE_LITTLE_ENDIAN
-#elif defined(__sparc) || defined(__sparc__) || defined(__hppa) || 
defined(__ppc__) || defined(_ARCH_COM)
+#elif defined(__sparc) || defined(__sparc__) || defined(__hppa) || 
defined(__ppc__) || defined(__powerpc64__) || defined(_ARCH_COM)
 #   define ICE_BIG_ENDIAN
 #else
 #   error Unknown architecture
@@ -106,7 +106,7 @@
 #elif defined(__sun)  defined(__sparcv9) || \
   defined(__linux)  defined(__x86_64) || \
   defined(__hppa)  defined(__LP64__) || \
-  defined(_ARCH_COM)  defined(__64BIT__)
+  defined(_ARCH_COM)  defined(__64BIT__) || defined(__powerpc64__)
 #   define ICE_64
 #else
 #   define ICE_32


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



Bug#360696: exim4-daemon-heavy: Failed to get write lock for retry.lockfile / exim process hangs with 100% CPU

2006-04-09 Thread Andreas Metzler
On 2006-04-04 Michel Meyers [EMAIL PROTECTED] wrote:
 Package: exim4-daemon-heavy
 Version: 4.60-4
 Severity: normal

 Hello,

 I'm having a similar problem as the one mentioned in Bug 314356 :

 I communicate a lot with people defined on an SMTP server that uses
 greylisting and whenever that server rejects one of my outgoing e-mails
 (meaning that exim has to retry on my side), the respective exim process
 gets stuck with 100% CPU usage and the only way to get rid of it is to
 kill it with signal 9. While the stuck process is there, the mainlog
 keeps mentioning messages like these:
[...]

What does exiwhat say about the stuck process?
cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#352229: desktop file

2006-04-09 Thread Loic Pefferkorn
Hello,

Here is a debdiff written by Emmet Hikory for Ubuntu, which adds a .desktop 
file and an xpm icon he converted from a png found on the gaphor's website.

diff -u gaphor-0.7.1/debian/changelog gaphor-0.7.1/debian/changelog
--- gaphor-0.7.1/debian/changelog
+++ gaphor-0.7.1/debian/changelog
@@ -1,3 +1,10 @@
+gaphor (0.7.1-1ubuntu1) dapper; urgency=low
+
+  * Added a .desktop file to the package
+  * Added an icon for the menu
+
+ -- Emmet Hikory [EMAIL PROTECTED]  Tue, 28 Feb 2006 21:38:45 +0900
+
 gaphor (0.7.1-1) unstable; urgency=low
 
   * New upstream release
diff -u gaphor-0.7.1/debian/rules gaphor-0.7.1/debian/rules
--- gaphor-0.7.1/debian/rules
+++ gaphor-0.7.1/debian/rules
@@ -40,6 +40,12 @@
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
+	mkdir -p debian/gaphor/usr/share/applications
+	cp debian/gaphor.desktop debian/gaphor/usr/share/applications
+	mkdir -p debian/gaphor/usr/share/pixmaps
+	cp debian/gaphor.xpm debian/gaphor/usr/share/pixmaps
+	dh_desktop
+
 
 	# Add here commands to install the package into debian/gaphor.
 	xvfb-run -a python setup.py install --no-compile --prefix $(CURDIR)/debian/gaphor/usr
only in patch2:
unchanged:
--- gaphor-0.7.1.orig/debian/gaphor.desktop
+++ gaphor-0.7.1/debian/gaphor.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Gaphor
+Comment=Gaphor Modeling Tool
+Exec=/usr/bin/gaphor
+Icon=gaphor
+Terminal=false
+Type=Application
+Categories=Application;Development;
only in patch2:
unchanged:
--- gaphor-0.7.1.orig/debian/gaphor.xpm
+++ gaphor-0.7.1/debian/gaphor.xpm
@@ -0,0 +1,133 @@
+/* XPM */
+static char *gaphor[] = {
+/* columns rows colors chars-per-pixel */
+16 16 111 2,
+   c black,
+.  c #100E16,
+X  c #1F1714,
+o  c #271510,
+O  c #231E1C,
++  c #2B211B,
+@  c #232439,
+#  c #28293D,
+$  c #3D,
+%  c #3F393B,
+  c #2C2E50,
+*  c #473921,
+=  c #4F3747,
+-  c #67462B,
+;  c #6B4C2A,
+:  c #6B5139,
+  c #7A5429,
+,  c #7D5A2A,
+  c #524954,
+1  c #53505C,
+2  c #4A5073,
+3  c #665E5E,
+4  c #665D61,
+5  c #626B7F,
+6  c #6C6172,
+7  c #796F65,
+8  c #7F7179,
+9  c #2A45A1,
+0  c #294CB2,
+q  c #405483,
+w  c #5058AC,
+e  c #5D628F,
+r  c #6D719C,
+t  c #7B728C,
+y  c #797993,
+u  c #647AA1,
+i  c #6D7BB2,
+p  c #6979DA,
+a  c #56878E,
+s  c #6380BF,
+d  c #6A86B2,
+f  c #7693BD,
+g  c #7BA79F,
+h  c #6980D7,
+j  c #886C37,
+k  c #9C6426,
+l  c #9C7935,
+z  c #A2682D,
+x  c #A46639,
+c  c #9E5F45,
+v  c #827D87,
+b  c #807F88,
+n  c #8E8848,
+m  c #86856A,
+M  c #AD924C,
+N  c #B08C41,
+B  c #B3B16F,
+V  c #C49D3A,
+C  c #CB9D37,
+Z  c #C8A13A,
+A  c #D08A4B,
+S  c #C6A84E,
+D  c #D7B846,
+F  c #C5A575,
+G  c #C3B57A,
+H  c #EAD153,
+J  c #F0DB5C,
+K  c #F2DF5A,
+L  c #E7DE63,
+P  c #EFDD69,
+I  c #E8D877,
+U  c #F3E272,
+Y  c #F5E771,
+T  c #F2ED77,
+R  c #F6EE73,
+E  c #FEF964,
+W  c #FEFA74,
+Q  c #89888F,
+!  c #938F86,
+~  c #979399,
+^  c #8395AF,
+/  c #9F93A5,
+(  c #9892B0,
+)  c #9FAA8C,
+_  c #BEB782,
+`  c #B2AFB4,
+'  c #A2A6C8,
+]  c #B5B4C6,
+[  c #BFBAC4,
+{  c #B9BCD7,
+}  c #ADC6BA,
+|  c #B4CBB5,
+ . c #ACCAF6,
+.. c #DEDAA8,
+X. c #FAF284,
+o. c #FBF78F,
+O. c #CFCED4,
++. c #C3D7C0,
+@. c #CDDCC0,
+#. c #CDDAD3,
+$. c #D1C3D3,
+%. c #DFDEE4,
+. c #DBE2D5,
+*. c #E0E1D4,
+=. c #FBEDD6,
+-. c #EBE4E8,
+;. c #E8EFE4,
+:. c #EFEEF3,
+. c #EEF2F7,
+,. c #F7F7F8,
+. c None,
+/* pixels */
+,
+,
+..r ' w p ..,
+...;.#..e # { h  ..,
+.*.| [EMAIL PROTECTED]. b ] Q O.-.,
+...$.u f a g } ) @ $ :.,.` ~ ,
+..% 5 ^ d 0 9 i T L n ! %.[ .,
+6 s . O _ B m ..o.W E W R G : .,
+2 q = F I X.Y J P U K H M k ..,
+...=.N S D V Z C l * X ...,
+A -  , z ; + 7 ,
+..j 8 x c o  ( / ..,
+...y 1 ...4 t ..,
+...3 v ...,
+,
+
+};


Bug#361507: python2.4-pysqlite1.1: hangs on execute()

2006-04-09 Thread M. Dietrich
hi joel,

On Sat, Apr 08, 2006 at 10:25:32PM +0200, Joel Rosdahl wrote:
...
 I just uploaded python-pysqlite1.1_1.1.7-1. Please let me know whether
 the new version fixes the problem.

thnx for the fix! 

yes, it solves the problem.


best regards,
michael


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



Bug#359763: Bug #359763 and about:config prefs

2006-04-09 Thread Alexander Sack - Debian Bugmail
On Sat, Apr 08, 2006 at 02:53:51PM -0400, Jason Dorje Short wrote:
 
 Thanks, changing font.name.monospace.utf-8 from Courier to monospace 
 does indeed fix the problem.
 
 As for whether this is a font or a thunderbird issue, I can't say.  It 
 certainly seems to me that having courier show up in the wrong color is 
 a bug.
 

Do you have the gsfonts package installed? I am wondering because I
have no problems with unicode by default.


 - Alexander

 p.s. please take care that the bug is listed as To: or CC: when 
  replying to this mail (e.g. /reply-all/). 
-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/


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



Bug#337295: kernel-patch-badram: Badram appears not to work

2006-04-09 Thread Yann Dirson
Hi Shawn,

Did you find the time to get a look at newer patch version ?
FWIW, I'm uploading a 2.6.16 version right now.
If you cannot look at it, I'll tag this report as non reproducible and
close it.

Best regards,
-- 
Yann Dirson[EMAIL PROTECTED] |
Debian-related: [EMAIL PROTECTED] |   Support Debian GNU/Linux:
|  Freedom, Power, Stability, Gratis
 http://ydirson.free.fr/| Check http://www.debian.org/

On Thu, Nov 03, 2005 at 11:46:22PM +0100, Yann Dirson wrote:
 On Thu, Nov 03, 2005 at 03:00:31PM -0700, Shawn Willden wrote:
  I'm pretty swamped at the moment, but over the next few days I'll try 
  building 
  it for straight i386 and see if that works any differently.  I have 
  replaced 
  my bad RAM with good stuff, so I've largely lost interest... but I'll 
  follow 
  through anyway.
 
 Cool, thanks.
 
   While I'm at it, I'll update to 2.6.14, using the 
  linux-source package and the configuration from linux-image-2.6.14-1-386.  
  That way it will be easier for you to reproduce.
 
 Beware, odds are that the patch will need tweeking for 2.6.13 or
 2.6.14, for now only kernels up to 2.6.12 are supported.


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



Bug#350263: zile will not start from sudo after a recent sudo update

2006-04-09 Thread Nicolas Duboc
On Sat, Jan 28, 2006 at 02:12:57PM +0100, Simon Kågström wrote:
 
 After a recent sudo security update (I think), zile will no longer start
 when run with sudo:
 
  [EMAIL PROTECTED] ska]$ sudo zile
  Password:
  fatal error: please set `HOME' to point to your home-directory

 Hi,

  The latest sudo security update (1.6.8p7-1.4) fix this problem. The
HOME variable is now preserved in the environment.

  Regards,

-- 
Nicolas Duboc [EMAIL PROTECTED]


pgpVsACBSLDr9.pgp
Description: PGP signature


Bug#361586: [pkg-wpa-devel] Bug#361586: wpasupplicant: Variable VERBOSITY missing in ifupdown script

2006-04-09 Thread Kel Modderman

daniel huhardeaux wrote:

Package: wpasupplicant
Version: 0.4.8-2
Severity: minor


In the ifupdown script the VERBOSITY variable is not initialized.
A good feature would be to have a wpa-verbosity (0,no=default/1,yes) in
interfaces file to play with.

  


What is wrong with ifup --verbose ?

The --verbose option of ifupdown is what initialises VERBOSITY.

I would like to close this bug unless you do not agree with me.

Kel.


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



Bug#361180: Debian installer doesn't install kernel

2006-04-09 Thread Geert Stappers
On Fri, Apr 07, 2006 at 08:42:02PM -0400, Jack Carroll wrote:
 On Fri, Apr 07, 2006 at 08:21:52AM +0200, Geert Stappers wrote:
  
  What is the reason for using 'expert'?
 
   I've been doing it that way for so long, it's reflex now.  I want to
 make sure it doesn't try to do something like partitioning my hard disk
 without asking how I want it partitioned.  That would be really upsetting.

the default boot (that is another one then 'expert' ) _does_ ask
about partitioning 

   snip/ 
  Here I miss  /dev/hda1
  Any idea where that partition went?
 
 
   That's the / partition for Sarge.  That's the known good distro,
 which I want to keep working, while testing other distros on the other two
 sets of partitions.  I have the drive partitioned to boot 3 operating
 systems, with a common /usr/local partition and a common /data partition. 
 (I got away from a common /home partition, because different distros
 sometimes need different files in their home directories.  So now I give
 each user a directory in /data, and point to it with a symbolic link in ~,
 in each /home.)

You will encounter different distros, different files in /home
also at /usr/local

I recommend Xen[1] for testing different distro's on the same hardware
with a known good distro

 
  
  
  Mmm, interresting.
  The rare case of upgrading a Debian system by a re-install.
  (the usual way to get from Debian Sarge to Debian Etch is
   editting /etc/apt/sources.list and then
 apt-get update
 apt-get dist-upgrade
  )
 
   It didn't occur to me to try exactly that.  I still could.  What I
 did was edit etc/apt/sources.list to include both Sarge and Etch, set Sarge
 as the default branch, and installed a 2.6.15 kernel to do some testing.  I
 hit what appeared to be a bug when loading modules, and wanted to test a
 pure Etch distro to see if it was still present.  Not wanting to take time
 to download and burn a CD, I downloaded the Etch RC2 installer floppies
 instead, and found they didn't work.  So I figured I'd try the daily build
 floppies before reporting a bug.  And that's where we are now.
   I've tested the floppies, and found a solid bug.  The major question
 is whether it's because the daily build floppies don't include a boot.img,
 and are incompatible with the RC2 boot floppy, and therefore I should stop
 testing the floppies until one appears.

I have no clue what you are trying to tell.

Please rephrase your original challenge.
And send it to the mailinglist debian-boot@lists.debian.org
The ML debian-boot@lists.debian.org is where development
of debian-installer is discussed. It is the place where I
saw this bugreport. 

  Anyway, we still have the Sarge system to invest this situation.
 
 
   I'm re-installing that now, to get it back to a pristine state after
 monkeying with a bunch of config files.
   I think what I'll do after that's running is take your suggestion to
 do a dist-upgrade to Etch in /dev/hda2, and get back to what I was
 originally trying to test, which was installing multiple Ethernet driver
 modules on the 2.6.15 kernel.  I still have the third set of partitions, to
 test the floppies on when I have a known valid set of floppies for testing.

This bugreport caught my attention for it's original subject,
 Debian installer doesn't install kernel

Installing (multiple) Ethernet drivers is worth a new E-mail thread.


   Why apt-get, by the way?  I understood that was deprecated a couple
 of years ago in favor of aptitude, because of the way RECOMMENDS and
 SUGGESTS dependencies are handled.

You are right, I should switch to aptitude myself.
The reason that I didn't switch yet, is that I didn't
take time to find how to change the default behaviour of aptitude
for installing Recommend packages without asking.

  Please provide the output of 
  
   fdisk -l /dev/hda
 
   I'll get you that in the next message, after the install finishes.


Does that mean that when we see the partition table,
you have a finished install?


Cheers
Geert Stappers

[1] http://www.xensource.com/



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



Bug#361597: liboil0.3: rhythmbox and quodlibet die on startup - no timestamp function available on sparc64?

2006-04-09 Thread Admar Schoonen
Package: liboil0.3
Version: 0.3.8-1
Severity: normal

rhythmbox and quodlibet die on startup with the message:

OIL: ERROR liboilprofile.c 318: _oil_profile_init(): Using gettimeofday() as a
timestamp function.  Please add a timestamp function for your platform.
Bus error

A workaround is to downgrade liboil0.3 to 0.3.3-1 (0.3.3-1 is the most recent
liboil0.3 I could find on http://snapshot.debian.net for sparc)

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

Versions of packages liboil0.3 depends on:
ii  libc6 2.3.6-5GNU C Library: Shared libraries an

liboil0.3 recommends no packages.

-- no debconf information


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



Bug#361379: clamav depends on libclamav1 - not installable

2006-04-09 Thread Wolfgang Kohnen

Stephen Gran schrieb:


For ome reason you have a version mismatch.  Please rerun apt-get update
and try again.  The current version on volatile is 0.88.1-0volatile2,
and mipsel is up to date.
  


Hmm, strange. That was the first thing I did. I''ve checked my local 
Packages list in /var/lib/apt/..., also the Packages file on 
volatile.debian.net and ftp2.de.debian.org -- in all three places only 
libclamav1 with version 0.88-0volatile1 is listed. The file 
libclamav1_0.88.1-0volatile2_mipsel.deb is present on the archives, though.


Something's mixed up here, no? Should we ping to ftpmaster of volatile?

Greetings,
Wolfgang


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



Bug#210985: Can you reproduce your bug with a recent version of xscreensaver?

2006-04-09 Thread Ralf Hildebrandt
Can you reproduce your bug with a recent version of xscreensaver?


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



Bug#271023: Error in my last mail

2006-04-09 Thread Alexander Hvostov
close 271023 4:3.5.2-1
thanks

On Saturday 08 April 2006 09:52, David Schmitt wrote:
 In the case of a newer version which fixes the problem it should have
 been

 close 123456 version

 instead of notfound

Done.


pgpPS4hGN4C9T.pgp
Description: PGP signature


Bug#361599: ITP: thyme -- python application development framework

2006-04-09 Thread Tristan Hill
Package: wnpp
Severity: wishlist
Owner: Tristan Hill [EMAIL PROTECTED]

* Package name: thyme
  Version : 2.6.4
  Upstream Author : Thyme Software Limited [EMAIL PROTECTED]
* URL : http://clocksoft.co.uk/development-tools/
* License : GPL, LGPL
  Programming Lang: C, Python
  Description : python application development framework

Thyme is a python rapid application development environment.
It provides a python interface to ISAM database files aswell as 
wrappers for various Qt objects.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-20-k7
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#358949: FTBFS on AMD64: conflicting types for 'SQLSetPos'

2006-04-09 Thread Steve Langasek
tags 358949 patch
thanks

The 64-bit issues in the psqlodbc driver turned out to be quite extensive,
but attached is a patch which fixes everything I could find.  Most of these
were specific to the ODBC headers, but some of them were just silly type
size assumptions in the psqlodbc code itself.

This patch implements full 64-bit compatibility with the unreleased UnixODBC
2.2.12; there is one 64-bit ABI change between 2.2.11 and 2.2.12
(SQLParamOptions) that is still pending in Debian.  I'll be uploading
unixodbc 2.2.11-13 with this change as soon as I finish reviewing its effect
on all related packages, but in the meantime psqlodbc will still FTBFS on
the 64-bit archs.

-- 
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/
diff -u psqlodbc-08.01.0200/debian/changelog 
psqlodbc-08.01.0200/debian/changelog

--- psqlodbc-08.01.0200/debian/changelog

+++ psqlodbc-08.01.0200/debian/changelog

@@ -1,3 +1,11 @@

+psqlodbc (1:08.01.0200-1.1) unstable; urgency=low

+

+  * Non-maintainer upload.

+  * Fix the build for the true 64-bit ABI exported by UnixODBC on 64-bit

+architectures.  Closes: #358949.

+

+ -- Steve Langasek [EMAIL PROTECTED]  Sun,  9 Apr 2006 00:52:58 -0700

+

 psqlodbc (1:08.01.0200-1) unstable; urgency=low

 

   * New upstream release

only in patch2:

unchanged:

--- psqlodbc-08.01.0200.orig/qresult.c  2005-11-04 07:17:49.0 -0800

+++ psqlodbc-08.01.0200/qresult.c   2006-04-09 02:08:11.0 -0700

@@ -763,7 +763,7 @@

if (field_lf = effective_cols)

{

if (field_lf == effective_cols)

-   sscanf(buffer, (%lu,%hu),

+   sscanf(buffer, (%u,%hu),

this_keyset-blocknum, 
this_keyset-offset);

else

this_keyset-oid = strtoul(buffer, NULL, 10);

only in patch2:

unchanged:

--- psqlodbc-08.01.0200.orig/odbcapi30.c

+++ psqlodbc-08.01.0200/odbcapi30.c

@@ -70,9 +70,9 @@

 RETCODESQL_API

 SQLBindParam(HSTMT StatementHandle,

 SQLUSMALLINT ParameterNumber, SQLSMALLINT ValueType,

-SQLSMALLINT ParameterType, SQLUINTEGER LengthPrecision,

+SQLSMALLINT ParameterType, SQLULEN LengthPrecision,

 SQLSMALLINT ParameterScale, PTR ParameterValue,

-SQLINTEGER *StrLen_or_Ind)

+SQLLEN *StrLen_or_Ind)

 {

RETCODE ret;

int BufferLength = 512; /* Is it OK ? */

@@ -162,7 +162,7 @@

 /* SQLExtendedFetch - SQLFetchScroll */

 RETCODESQL_API

 SQLFetchScroll(HSTMT StatementHandle,

-  SQLSMALLINT FetchOrientation, SQLINTEGER FetchOffset)

+  SQLSMALLINT FetchOrientation, SQLROWOFFSET 
FetchOffset)

 {

CSTR func = SQLFetchScroll;

StatementClass *stmt = (StatementClass *) StatementHandle;

@@ -252,7 +252,7 @@

  SQLSMALLINT RecNumber, SQLCHAR *Name,

  SQLSMALLINT BufferLength, SQLSMALLINT *StringLength,

  SQLSMALLINT *Type, SQLSMALLINT *SubType,

- SQLINTEGER *Length, SQLSMALLINT *Precision,

+ SQLLEN *Length, SQLSMALLINT *Precision,

  SQLSMALLINT *Scale, SQLSMALLINT *Nullable)

 {

mylog([[SQLGetDescRec]]\n);

@@ -397,10 +397,10 @@

 RETCODESQL_API

 SQLSetDescRec(SQLHDESC DescriptorHandle,

  SQLSMALLINT RecNumber, SQLSMALLINT Type,

- SQLSMALLINT SubType, SQLINTEGER Length,

+ SQLSMALLINT SubType, SQLLEN Length,

  SQLSMALLINT Precision, SQLSMALLINT Scale,

- PTR Data, SQLINTEGER *StringLength,

- SQLINTEGER *Indicator)

+ PTR Data, SQLLEN *StringLength,

+ SQLLEN *Indicator)

 {

mylog([[SQLSetDescRec]]\n);

mylog(Error not implemented\n);

only in patch2:

unchanged:

--- psqlodbc-08.01.0200.orig/statement.c

+++ psqlodbc-08.01.0200/statement.c

@@ -1053,7 +1053,7 @@

SC_set_current_col(self, -1);

result = copy_and_convert_field(self, 0, buf, SQL_C_ULONG,

bookmark-buffer + offset, 0,

-   (SDWORD *) (bookmark-used ? 
bookmark-used + (offset  2) : NULL));

+   (bookmark-used ? 
bookmark-used + (offset  2) : NULL));

}

 

if (self-options.retrieve_data == 

Bug#361598: FTBFS with GCC 4.2: deprecated conversion

2006-04-09 Thread Martin Michlmayr
Package: odyssey
Version: 0.3.1-2

Your package fails to build with GCC 4.2.  Version 4.2 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  The bug below is in your package
and not because I'm using a snapshot of the compiler so please take a
look at it.  You can reproduce this with the gcc-snapshot package.


 Automatic build of odyssey_0.3.1-2 on em64t by sbuild/amd64 1.112
...
 make[3]: Entering directory `/build/tbm/odyssey-0.3.1/src'
 source='ConfigFile.cxx' object='ConfigFile.o' libtool=no \
   depfile='.deps/ConfigFile.Po' tmpdepfile='.deps/ConfigFile.TPo' \
   depmode=gcc3 /bin/sh ../scripts/depcomp \
   x86_64-linux-gnu-g++ -DHAVE_CONFIG_H  -I.  
 -DDATADIR=\/usr/share/odyssey\ -DSYSCONFDIR=\/etc\  -Wall -Werror -g 
 -O2 -c -o ConfigFile.o `test -f 'ConfigFile.cxx' || echo './'`ConfigFile.cxx
 cc1plus: warnings being treated as errors
 ConfigFile.cxx: In constructor 'ConfigFile::ConfigFile(const char*, const 
 char*, const char*)':
 ConfigFile.cxx:39: warning: deprecated conversion from string constant to 
 'char*''
 make[3]: *** [ConfigFile.o] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#361601: please add python2.5 to the list of known interpreters

2006-04-09 Thread Matthias Klose
Package: lintian
Version: 1.23.16

please add python2.5 to the list of known interpreters


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



Bug#361536: dovecot: child 1901 (auth) killed with signal 11 using passwd-file

2006-04-09 Thread Timo Sirainen
On Sat, 2006-04-08 at 15:27 -0700, Richard A Nelson wrote:
 I enabled the leading passdb passwd-file section deny some users access
 to dovecot.
 
 Immediately, the start failed with:
   bandit-hall dovecot: child 1901 (auth) killed with signal 11
   bandit-hall dovecot: Auth process died too early - shutting down

Fixed now in CVS:

http://dovecot.org/list/dovecot-cvs/2006-April/005379.html



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


Bug#361600: ITP: paythyme -- desktop payroll application

2006-04-09 Thread Tristan Hill
Package: wnpp
Severity: wishlist
Owner: Tristan Hill [EMAIL PROTECTED]

* Package name: paythyme
  Version : 20050502
  Upstream Author : Thyme Software Limited [EMAIL PROTECTED]
* URL : http://www.paythyme.org
* License : GPL
  Programming Lang: C, Python
  Description : desktop payroll application

This is a payroll application for UK based companies.
It handles tax calculations and related administration tasks.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-20-k7
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#361602: internal compiler error: verify_cgraph_node failed

2006-04-09 Thread Martin Michlmayr
Package: gcc-snapshot
Version: 20060325-1

Okay, fair enough, the headers are not in the package, but GCC
shouldn't ICE...

| dll_main.cpp:190: internal compiler error: verify_cgraph_node failed


 Automatic build of stlport4.6_4.6.2-3 on em64t by sbuild/amd64 1.112
...
 c++ -pthread -fexceptions -I../stlport -Wall -W -Wno-sign-compare -Wno-unused 
 -Wno-uninitialized -ftemplate-depth-32 -frtti -O2 -fPIC dll_main.cpp -c -o 
 ../lib/obj/GCC/ReleaseD/dll_main.o
 In file included from stlport_prefix.h:28,
  from dll_main.cpp:29:
 ../stlport/ctime:25:44: error: /usr/include/c++/4.2/ctime: No such file or 
 directory
 In file included from ../stlport/stl/debug/_debug.c:160,
  from ../stlport/stl/debug/_debug.h:418,
  from ../stlport/utility:40,
  from dll_main.cpp:35:
 ../stlport/cstdlib:25:46: error: /usr/include/c++/4.2/cstdlib: No such file 
 or directory
 In file included from ../stlport/stl/debug/_debug.c:237,
  from ../stlport/stl/debug/_debug.h:418,
  from ../stlport/utility:40,
  from dll_main.cpp:35:
 ../stlport/cstdarg:25:46: error: /usr/include/c++/4.2/cstdarg: No such file 
 or directory
 In file included from ../stlport/stl/debug/_debug.c:238,
  from ../stlport/stl/debug/_debug.h:418,
  from ../stlport/utility:40,
  from dll_main.cpp:35:
 ../stlport/cstdio:31:45: error: /usr/include/c++/4.2/cstdio: No such file or 
 directory
 In file included from ../stlport/stl/_alloc.h:31,
  from ../stlport/memory:32,
  from dll_main.cpp:38:
 ../stlport/cstddef:35:46: error: /usr/include/c++/4.2/cstddef: No such file 
 or directory
 In file included from ../stlport/stl/_alloc.h:42,
  from ../stlport/memory:32,
  from dll_main.cpp:38:
 ../stlport/cstring:25:46: error: /usr/include/c++/4.2/cstring: No such file 
 or directory
 In file included from ../stlport/stl/_new.h:50,
  from ../stlport/stl/_alloc.h:60,
  from ../stlport/memory:32,
  from dll_main.cpp:38:
 ../stlport/new:36:49: error: /usr/include/c++/4.2/new: No such file or 
 directory
 In file included from ../stlport/stl/_tempbuf.h:34,
  from ../stlport/memory:36,
  from dll_main.cpp:38:
 ../stlport/climits:27:46: error: /usr/include/c++/4.2/climits: No such file 
 or directory
 In file included from ../stlport/stl/_limits.h:32,
  from ../stlport/limits:32,
  from dll_main.cpp:44:
 ../stlport/cfloat:27:45: error: /usr/include/c++/4.2/cfloat: No such file or 
 directory
 In file included from ../stlport/stl/_cwchar.h:21,
  from ../stlport/stl/_limits.h:36,
  from ../stlport/limits:32,
  from dll_main.cpp:44:
 ../stlport/cwchar:36:45: error: /usr/include/c++/4.2/cwchar: No such file or 
 directory
 In file included from ../stlport/stl/_string.h:27,
  from ../stlport/string:45,
  from dll_main.cpp:45:
 ../stlport/cctype:26:45: error: /usr/include/c++/4.2/cctype: No such file or 
 directory
 In file included from ../stlport/stdexcept:37,
  from dll_main.cpp:46:
 ../stlport/exception:60:55: error: /usr/include/c++/4.2/exception: No such 
 file or directory
 In file included from ../stlport/stl/_pthread_alloc.c:37,
  from ../stlport/stl/_pthread_alloc.h:482,
  from dll_main.cpp:57:
 ../stlport/cerrno:25:45: error: /usr/include/c++/4.2/cerrno: No such file or 
 directory
 ../stlport/ctime:32: error: '__std_alias::size_t' has not been declared
 ../stlport/ctime:33: error: '__std_alias::clock_t' has not been declared
[lots of errors]
 ../stlport/stl/_algobase.c:156: error: no match for 'operator-' in '__last - 
 __first'
 ../stlport/stl/_algobase.c: In function '_RandomAccessIter 
 _STL::__find_if(_RandomAccessIter, _RandomAccessIter, _Predicate, const 
 _STL::random_access_iterator_tag) [with _RandomAccessIter = 
 _STL::reverse_iteratorconst char*, _Predicate = 
 _STL::_Neq_char_bound_STL::char_traitschar ]':
 ../stlport/stl/_algobase.c:196:   instantiated from '_InputIter 
 _STL::find_if(_InputIter, _InputIter, _Predicate) [with _InputIter = 
 _STL::reverse_iteratorconst char*, _Predicate = 
 _STL::_Neq_char_bound_STL::char_traitschar ]'
 ../stlport/stl/_string.c:490:   instantiated from 'typename 
 _STL::basic_string_CharT, _Traits, _Alloc::size_type 
 _STL::basic_string_CharT, _Traits, _Alloc::find_last_not_of(_CharT, size_t) 
 const [with _CharT = char, _Traits = _STL::char_traitschar, _Alloc = 
 _STL::allocatorchar]'
 dll_main.cpp:188:   instantiated from here
 ../stlport/stl/_algobase.c:156: error: no match for 'operator-' in '__last - 
 __first'
 ../stlport/stl/_algobase.c:168: warning: control reaches end of non-void 
 function
 ../stlport/stl/_algobase.c: In function '_RandomAccessIter 
 

Bug#296552: Recheck your bug please

2006-04-09 Thread Ralf Hildebrandt
Could you please recheck the bug you filed against xscreensaver?
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=296552


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



Bug#303839: Have you tried the nv drivers?

2006-04-09 Thread Ralf Hildebrandt
Regarding your bugreport
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=303839

a) Have you tried the open source nv drivers instead of the nvidia ones?
b) Can you still reproduce it with the recent version of xscreensaver?

-- 
Ralf Hildebrandt (i.A. des IT-Zentrums) [EMAIL PROTECTED]
Charite - Universitätsmedizin BerlinTel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-BerlinFax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBF send no mail to [EMAIL PROTECTED]



Bug#327883: Recheck your bug please

2006-04-09 Thread Ralf Hildebrandt
Hi Paul!

Can you still reproduce your bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=327883
with a recent version of xscreensaver?


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



Bug#361591: internal compiler error: verify_ssa failed

2006-04-09 Thread Falk Hueffner
Martin Michlmayr [EMAIL PROTECTED] writes:

 mn-sylpheed-mailbox-backend.c:301: internal compiler error: verify_ssa failed

 It builds just fine with 4.1

Since verify_ssa isn't called in release versions, this doesn't mean a
lot...

-- 
Falk


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



Bug#250611: What size is the image you're using?

2006-04-09 Thread Ralf Hildebrandt
What size is the image you're using for gleidescope? Is it huge?


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



Bug#361603: FTBFS with GCC 4.2: cast from pointer to integer of different size

2006-04-09 Thread Martin Michlmayr
Package: simulavr
Version: 0.1.2.2-2

Your package fails to build with GCC 4.2.  Version 4.2 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  The bug below is in your package
and not because I'm using a snapshot of the compiler so please take a
look at it.  You can reproduce this with the gcc-snapshot package.


 Automatic build of simulavr_0.1.2.2-2 on em64t by sbuild/amd64 1.112
...
 if x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.-Wall -Winline -Werror 
 -I../src/getopt -Wall -g -O2 -MT adc.o -MD -MP -MF .deps/adc.Tpo -c -o 
 adc.o adc.c; \
   then mv -f .deps/adc.Tpo .deps/adc.Po; else rm -f .deps/adc.Tpo; 
 exit 1; fi
 cc1: warnings being treated as errors
 adc.c: In function 'adc_intr_cb':
 adc.c:270: warning: cast from pointer to integer of different size
 make[4]: *** [adc.o] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#360417: bootsplash

2006-04-09 Thread Junichi Uekawa
Hi,

Anyway, we need to find some solution over how to package bootsplash
package; we are in a difficult situation where there is no bootsplash
package while there is kernel-patch-bootsplash in Debian.


At Fri, 24 Feb 2006 09:25:24 +0900,
Junichi Uekawa wrote:
 
 Hi,
 
JU I'm only casually looking at the package, so I might have missed 
  something.
JU Is the procedure documented?
  
  No the  procedure it's not documented. There's  just the script, which
  actually I didn't change much from the original version.
 
 I don't think it's suitable for Debian inclusion as it is. Needs more 
 touching.
 
  
JU I think it's a case that requires handling through kernel-package 
  hooks.
  
  I didn't   know about these hooks.  I  had a veryquick look to the
  documentation, but I couldn't find a simple place to place hooks, like
  /usr/lib/kernel-package/hooks.d. Do you know something more?
  
 
 I've looked, and 
 
   kernel-img.conf 
 
 seems like the place to add these things.
 However, it seems to only support one postinst hook (which in my case is 
 
 
  sorry for the delay.. the usual quite busy excuse ;)
  
JU This package doesn't seem to handle the case of 
  
JU 1. bootsplash package is installed
  
JU 2. new kernel is installed after bootsplash package is already
JU   installed
  
  Yes, it's true: case not handled.
 
 I think it's time to discuss with kernel-package maintainer (manoj)
 and debian-kernel guys, on what would be a appropriate solution.
 
 I have a few questions on how it's meant to work. 'splash' command
 adds the jpeg file to initrd, and kernel reads the initrd?  What
 happens when it's going to work with initramfs?
 
 
 regards,
   junichi
 -- 
 [EMAIL PROTECTED],netfort.gr.jp}   Debian Project
 


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Bug#361604: r-base: FTBFS (ppc64): sibling call optimization to `bratio' does not allow automatic multiple TOCs; recompile with -mminimal-toc ...

2006-04-09 Thread Andreas Jochens
Package: r-base
Version: 2.2.1.svn37668-1
Severity: wishlist
Tags: patch


When building 'r-base' on ppc64/unstable, I get the following error:


gcc -I. -I../../src/include -I../../src/include  -DHAVE_CONFIG_H  -fpic  
-std=gnu99 -O2 -pipe -c vfonts.c -o vfonts.o
gfortran  -fpic  -O2 -pipe -c xxxpr.f -o xxxpr.o
gcc -shared   -o libR.so Rembedded.o CConverters.o CommandLineArgs.o Rdynload.o 
Renviron.o RNG.o apply.o arithmetic.o apse.o array.o attrib.o base.o bind.o 
builtin.o character.o coerce.o colors.o complex.o connections.o context.o cov.o 
cum.o dcf.o datetime.o debug.o deparse.o deriv.o dotcode.o dounzip.o dstruct.o 
duplicate.o engine.o envir.o errors.o eval.o format.o fourier.o gevents.o 
gram.o gram-ex.o graphics.o identical.o internet.o iosupport.o lapack.o list.o 
localecharset.o logic.o main.o mapply.o match.o memory.o model.o names.o 
objects.o optim.o optimize.o options.o par.o paste.o pcre.o platform.o plot.o 
plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o qsort.o 
random.o regex.o registration.o relop.o rlocale.o saveload.o scan.o seq.o 
serialize.o size.o sort.o source.o split.o sprintf.o startup.o subassign.o 
subscript.o subset.o summary.o sysutils.o unique.o util.o version.o vfonts.o 
xxxpr.o   `ls ../appl/*.o ../nmath/*.o ../unix/*.o  2/dev/null`  -lgfortran 
-lm -lgcc_s  -lreadline  -lpcre -lbz2 -lz -ldl -lm
/usr/bin/ld: ../nmath/pbeta.o(.text+0x40): sibling call optimization to 
`bratio' does not allow automatic multiple TOCs; recompile with -mminimal-toc 
or -fno-optimize-sibling-calls, or make `bratio' extern
/usr/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
make[4]: *** [libR.so] Error 1
make[4]: Leaving directory `/r-base-2.2.1.svn37668/src/main'


With the attached patch 'r-base' can be compiled on ppc64.


Regards
Andreas Jochens


diff -urN ../tmp-orig/r-base-2.2.1.svn37668/debian/rules ./debian/rules
--- ../tmp-orig/r-base-2.2.1.svn37668/debian/rules  2006-04-09 
08:37:31.0 +
+++ ./debian/rules  2006-04-09 07:03:04.0 +
@@ -75,6 +75,10 @@
 cxxcompiler= g++
 optimflags = -O2 -pipe
 
+ifeq ($(arch),powerpc64)
+optimflags += -mminimal-toc
+endif
+
 # edd 04 Sep 2001  default compiler flags, lowered for m68k
 #compilerflags = -O2 
 # m68k barks when using g77, and when gcc use -O2


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



Bug#353518: Is this bug already fixed?

2006-04-09 Thread Manolo Díaz
Hi,
During last weeks I've experienced no problem at all with
mozilla-thunderbird and libxft2, so I wonder if this bug is fixed.

Best regards,
Manolo.



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



Bug#361608: ecj-bootstrap: takes over /usr/lib/jvm/java-gcj/bin/javac with ../../../../bin/ecj

2006-04-09 Thread Filippo Giunchedi
Package: ecj-bootstrap
Severity: normal

Hi,
I'm not sure if this belongs to ecj-bootstrap, feel free to reassign if
I'm wrong. Here is the problem:

db4.2 (4.2.52-24):

checking if /usr/lib/jvm/java-gcj/bin/javac works... configure: error:
The Java compiler /usr/lib/jvm/java-gcj/bin/javac failed (see
config.log, check the CLASSPATH?)

configure:21107: checking if /usr/lib/jvm/java-gcj/bin/javac works
configure:21121: /usr/lib/jvm/java-gcj/bin/javac  Test.java
--
1. ERROR in Test.java
 (at line 1)
/* #line 21116 configure */
^
The type java.lang.Object cannot be resolved. It is indirectly referenced from 
required .class files
--
1 problem (1 error)configure:21124: $? = 255
configure:21128: error: The Java compiler /usr/lib/jvm/java-gcj/bin/javac 
failed (see config.log, check the CLASSPATH?)


and indeed:

# file /usr/lib/jvm/java-gcj/bin/javac
/usr/lib/jvm/java-gcj/bin/javac: symbolic link to `../../../../bin/ecj'

shouldn't that be gcj-wrapper-4.0 ? (which in turn compiles successfully 
Test.java)

# /usr/bin/gcj-wrapper-4.0 Test.java
#

system is unstable, building with sbuild

java-gcj-compat-dev: 1.0.51-1
java-gcj-compat: 1.0.51-1
gcj-4.0: 4.0.3-1
ecj-bootstrap: 3.1.2-4

thanks,
filippo

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.7-1-k7-csa
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#361606: [l10n] Czech translation for apt-listbugs

2006-04-09 Thread Miroslav Kure
Package: apt-listbugs
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is Czech (cs.po) translation of
apt-listbug program. Please include it with the package.

Thanks
-- 
Miroslav Kure


cs.po.gz
Description: Binary data


Bug#361379: clamav depends on libclamav1 - not installable

2006-04-09 Thread Stephen Gran
This one time, at band camp, Wolfgang Kohnen said:
 Stephen Gran schrieb:
 
 For ome reason you have a version mismatch.  Please rerun apt-get update
 and try again.  The current version on volatile is 0.88.1-0volatile2,
 and mipsel is up to date.
 
 Hmm, strange. That was the first thing I did. I''ve checked my local 
 Packages list in /var/lib/apt/..., also the Packages file on 
 volatile.debian.net and ftp2.de.debian.org -- in all three places only 
 libclamav1 with version 0.88-0volatile1 is listed. The file 
 libclamav1_0.88.1-0volatile2_mipsel.deb is present on the archives, though.
 
 Something's mixed up here, no? Should we ping to ftpmaster of volatile?

I see now that the Packages file is not up to date for mipsel.  I have
pinged the volatile ftp-masters, and we'll see what happens.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#361586: [pkg-wpa-devel] Bug#361586: wpasupplicant: Variable VERBOSITY missing in ifupdown script

2006-04-09 Thread Daniel Huhardeaux

Kel Modderman wrote:

daniel huhardeaux wrote:

Package: wpasupplicant
Version: 0.4.8-2
Severity: minor


In the ifupdown script the VERBOSITY variable is not initialized.
A good feature would be to have a wpa-verbosity (0,no=default/1,yes) in
interfaces file to play with.

  


What is wrong with ifup --verbose ?

The --verbose option of ifupdown is what initialises VERBOSITY.

I would like to close this bug unless you do not agree with me.
I was mainly thinking about the verbose mode when ifup is running in 
auto. Anyway, if this is the only mode for which it should work, ok for 
closing the bug.

--
Daniel


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



Bug#361609: php-imagick: French debconf templates translation update

2006-04-09 Thread Florentin Duneau
Package: php-imagick
Version: N/A
Severity: wishlist
Tags: patch l10n

Hi,

*** /home/fff/debian/traductions/po-debconf/patch-update.txt
Please find attached the French debconf templates translation update,
proofread by the debian-l10n-french mailing list contributors.

This file should be put as fr.po in the appropriate place in
your package build tree.

Regards

Florentin

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
# translation of fr.po to French
# French translation for php-imagick.
# Copyright © 2005 Free Software Foundation, Inc.
#
# Michel Grentzinger [EMAIL PROTECTED], 2005.
# Florentin Duneau [EMAIL PROTECTED], 2006.
msgid 
msgstr 
Project-Id-Version: php-imagick\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2005-10-13 12:17-0300\n
PO-Revision-Date: 2006-03-30 17:02+0200\n
Last-Translator: Florentin Duneau [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
X-Generator: KBabel 1.11.2\n

#. Type: boolean
#. Description
#: ../php4-imagick.templates:4
msgid Should ${extname} be added to /etc/php4/${sapiconfig}/php.ini?
msgstr Faut-il ajouter ${extname} à /etc/php4/${sapiconfig}/php.ini ?

#. Type: boolean
#. Description
#: ../php4-imagick.templates:4
msgid 
You are installing ${extname} support for php4, and it is not yet enabled in 
the configuration for the ${sapiconfig} SAPI.  Do you want this extension to 
be enabled now?
msgstr 
Vous installez la gestion de ${extname} par PHP4 et celle-ci n'est pas 
encore activée dans la configuration ${sapiconfig} SAPI. Choisissez cette 
option si vous voulez activer cette extension dès maintenant.

#. Type: boolean
#. Description
#: ../php4-imagick.templates:12
msgid Should ${extname} be removed from /etc/php4/${sapiconfig}/php.ini?
msgstr Faut-il supprimer ${extname} dans /etc/php4/${sapiconfig}/php.ini ?

#. Type: boolean
#. Description
#: ../php4-imagick.templates:12
msgid 
You are removing ${extname} support for php4, but it is still enabled in the 
configuration for the ${sapiconfig} SAPI.  Leaving this in place will 
probably cause problems when trying to use PHP.
msgstr 
Vous supprimez la gestion de ${extname} par PHP4 mais elle est toujours 
activée dans la configuration ${sapiconfig} SAPI. Si vous laissez cela en 
l'état, vous aurez sans doute des problèmes lorsque vous essayerez 
d'utiliser PHP.

#. Type: boolean
#. Description
#: ../php5-imagick.templates:4
msgid Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?
msgstr Faut-il ajouter ${extname} à /etc/php5/${sapiconfig}/php.ini ?

#. Type: boolean
#. Description
#: ../php5-imagick.templates:4
msgid 
You are installing ${extname} support for php5, and it is not yet enabled in 
the configuration for the ${sapiconfig} SAPI.  Do you want this extension to 
be enabled now?
msgstr 
Vous installez la gestion de ${extname} par PHP5 et celle-ci n'est pas 
encore activée dans la configuration ${sapiconfig} SAPI. Choisissez cette 
option si vous voulez activer cette extension dès maintenant.

#. Type: boolean
#. Description
#: ../php5-imagick.templates:12
msgid Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?
msgstr Faut-il supprimer ${extname} dans /etc/php5/${sapiconfig}/php.ini ?

#. Type: boolean
#. Description
#: ../php5-imagick.templates:12
msgid 
You are removing ${extname} support for php5, but it is still enabled in the 
configuration for the ${sapiconfig} SAPI.  Leaving this in place will 
probably cause problems when trying to use PHP.
msgstr 
Vous supprimez la gestion de ${extname} par PHP5 mais elle est toujours 
activée dans la configuration ${sapiconfig} SAPI. Si vous laissez cela en 
l'état, vous aurez sans doute des problèmes lorsque vous essayerez 
d'utiliser PHP.


Bug#361605: php4-sqlite: sqlite_escape_string tries to consume infinite memory (and dies) on amd64

2006-04-09 Thread Matt Brown
Package: php4-sqlite
Version: 1.0.2-9
Severity: important

On amd64 the sqlite_escape_string function is faulty and causes PHP to
kill the script due to PHP's internal memory limit being reached.

An example script that reproduces this problem is:

?php
echo sqlite_escape_string(a);
?

Running this script will result in an error message such as:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate -1969234011 bytes) in /var/www/test.php on line 2

The string passed to sqlite_escape_string and the value of the PHP
memory limit do not effect the behaviour of the bug. The number of bytes
attempted to allocate seems completely bogus.

php5-sqlite (linked against the same libsqlite0) is not affected and
neither is php4-sqlite on i386.

This bug is currently breaking the PHPwiki package on amd64 systems.

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

Versions of packages php4-sqlite depends on:
ii  libapache2-mod-php4 [phpapi-2 4:4.4.2-1  server-side, HTML-embedded
scripti
ii  libc6 2.3.6-4GNU C Library: Shared
libraries an
ii  libsqlite02.8.16-1   SQLite shared library

php4-sqlite recommends no packages.

-- no debconf information

-- 
Matt Brown
[EMAIL PROTECTED]
Mob +64 21 611 544 www.mattb.net.nz



signature.asc
Description: OpenPGP digital signature


Bug#307186: the request is valid

2006-04-09 Thread Toni Mueller

Hello lamont,

On Sat, 08.04.2006 at 15:16:28 -0600, LaMont Jones [EMAIL PROTECTED] wrote:
 On Sat, Apr 08, 2006 at 09:30:30PM +0200, Toni Mueller wrote:
  I have a very similar requirement like Hadmut (until I can throw
  Postfix out), and request that you please fix the problem.
 More specifically, section 11.6 of Debian policy says:
 
 ... all MTA packages must have Provides, Conflicts and Replaces:
 mail-transport-agent control file fields.

thanks for the explanation, but the bigger problem is that the Postfix
package is built in a way that effectively prevents installing another
MTA using --force alongside Postfix because sendmail is not a symlink
as it is in many other MTAs, but a binary, and the effects of
displacing that are unpredictable (to me). If it were, eg.
sendmail.postfix alongside a symlink from sendmail to sendmail.postfix
and Postfix internal programs would use the name 'sendmail.postfix', I
probably wouldn't have a problem.


Best,
--Toni++



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



Bug#361607: RM: please remove the very obsolete kernel-patch-uml

2006-04-09 Thread Mattia Dongili
Package: ftp.debian.org
Severity: normal


Now that 2.4 kernels have been obsoleted from the kernel-team and
User-Mode-Linux is merged into 2.6 it doesn't make sense to still
provide this patch.
Moreover the 2.4 part of this patch was against 2.4.23 and most probably
won't even apply to 2.4.27 which is currently in sid/etch.
Last but not least kernel-patch-uml is kind of unmaintained and the
UML-team (which I'm part of) agrees it should be dropped.

Thanks
-- 
mattia

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


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



Bug#344563: nscd fails to start, assertion 'dh-usable' failed

2006-04-09 Thread Thibaut VARENE
Package: nscd
Version: 2.3.6-3
Followup-For: Bug #344563

this bug is still there. I'm quite surprised as ISTR that I had previous
version of nscd running fine on that box. I may be wrong tho.

Here's the debug output:
# nscd -d
7688: Reloading oident in group cache!
7688: Reloading newsrss.bbc.co.uk in hosts cache!
7688: Reloading 0 in password cache!
7688: Reloading tty in group cache!
7688: Reloading gdm in group cache!
7688: Reloading 0 in password cache!
7688: Reloading lp in password cache!
7688: Reloading 1 in password cache!
7688: Reloading 110 in password cache!
7688: Reloading ftp.de.debian.org in hosts cache!
7688: Reloading 112 in password cache!
7688: Reloading 104 in password cache!
nscd: cache.c:335: prune_cache: Assertion `dh-usable' failed.
Aborted

HTH

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (90, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-ck1-tbone
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages nscd depends on:
ii  libc6 2.3.6-3GNU C Library: Shared libraries an

nscd recommends no packages.

-- no debconf information


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



Bug#356800: Really reopen

2006-04-09 Thread Filipus Klutiero

reopen 356800
thanks

Hi Randall,
sorry I forgot to include an example of the problem. A warning/error 
occurs when trying the third example from the manpage (nvidia-xconfig 
-a). Note that I don't have several GPUs on any easily accessible PC and 
can't really say what the warning breaks without reading the code.


The easy fix would be to depend on nvidia-glx. But a fix that would keep 
nvidia-xconfig in main seems not too hard. Looking at the source, there 
is a single dlopen of libnvidia-cfg in find_devices. This function is 
called twice, once in enable_all_gpus() and once conditionally in 
enable_separate_x_screens(). The solution could be to change the 
fmtwarn(error opening %s: %s., __LIB_NAME, dlerror()); in find_devices 
to a fatal error clearly reflecting that the operation requested is not 
possible without nvidia-glx, and adapting the manpage to warn that 
--enable-all-gpus needs nvidia-glx. Perhaps something similar should be 
done for --separate-x-screens (I haven't analyzed in which situation 
enable_separate_x_screens() dlopens libnvidia-cfg).



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



Bug#361586: [pkg-wpa-devel] Bug#361586: wpasupplicant: Variable VERBOSITY missing in ifupdown script

2006-04-09 Thread Kel Modderman

Daniel Huhardeaux wrote:

Kel Modderman wrote:

daniel huhardeaux wrote:

Package: wpasupplicant
Version: 0.4.8-2
Severity: minor


In the ifupdown script the VERBOSITY variable is not initialized.
A good feature would be to have a wpa-verbosity (0,no=default/1,yes) in
interfaces file to play with.

  


What is wrong with ifup --verbose ?

The --verbose option of ifupdown is what initialises VERBOSITY.

I would like to close this bug unless you do not agree with me.
I was mainly thinking about the verbose mode when ifup is running in 
auto. Anyway, if this is the only mode for which it should work, ok 
for closing the bug.


The embedded VERBOSITY echo's were designed to debug interfaces 
stanza'a, nothing more.


Are you thinking of something like verbose logging to syslog of the 
running wpa_supplicant daemon or so?


Thanks, Kel.


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



Bug#358448: simpledb: FTBFS (amd64): cannot convert 'SQLINTEGER*' to 'SQLLEN*' for argument '6' to 'SQLRETURN SQLBindCol(void*, SQLUSMALLINT, SQLSMALLINT, void*, SQLLEN, SQLLEN*)'

2006-04-09 Thread Steve Langasek
severity 358448 serious
thanks

This bug also affects ia64 and alpha where simpledb has built previously,
and is therefore release-critical.

I can confirm that Andreas's patch is correct for use with current versions
of UnixODBC (at least 2.2.11 and above).  For older ODBC Driver Managers
that don't support SQLLEN it would cause build failures, but I don't know of
any of those in current use (and certainly not in Debian).

Cheers,
-- 
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#361638: gqview 100% cpu usage viewing a jpg file

2006-04-09 Thread thomas klein
Package: gqview
Version: 2.0.1-1

gqview --version
GQview 2.0.1


when opening a jpg, gqview display it correctly but seems to enter a 
infinite loop in which it malloc memory

= 100% cpu usage and memory hog

thanks in advance,

-- 
GPG Fingerprint : 5BFE 1853 0D15 4570 EFA6 0686 7A9A 00B3 E59B C412


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



Bug#361637: gcc-3.3: takes too much RAM when compiling const arrays

2006-04-09 Thread Silas S. Brown
Package: gcc-3.3
Version: 1:3.3.5-13
Severity: minor

I tried to compile flite (Festival Lite, the speech
synthesizer) using gcc. One of the source files is a
7.5-megabyte C file with no includes and the only thing it
contains is a single array of the form

const char array[]={142,152,276,371,
... and so on for 7.5 megabytes (automatically generated)

Why does gcc need well over 250 megabytes of RAM to compile
this?  My 128M system was not up to the task.  I was later
able to compile it without problems on a system with 1G of RAM.

Automatically-generated arrays like this are reasonably
common enough to warrant an effort to compile them more
efficiently, especially for the benefit of people who don't
have the latest hardware to compile on.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.23
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_GB)

Versions of packages gcc-3.3 depends on:
ii  binutils2.15-6   The GNU assembler, linker and bina
ii  cpp-3.3 1:3.3.5-13   The GNU C preprocessor
ii  gcc-3.3-base1:3.3.5-13   The GNU Compiler Collection (base 
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-13   GCC support library

-- no debconf information


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



Bug#361362: sudo change breaks pbuilder

2006-04-09 Thread Junichi Uekawa
Hi,

After running the testsuite, I noticed that pdebuild-internal is
broken due to sudo change.

Hmm..


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Bug#327174: fbpanel: segfault at startup

2006-04-09 Thread Manolo Díaz
Steve Langasek escribió:
 Hi Manolo,
 
 Is this bug still reproducible if you install the amd64 fbpanel 4.1-2
 package from the official Debian archive?
 


Hi Steve,

Yes, I've found this bug in binaries from ftp.debian.org and
ftp.es.debian.org; in sources from sourceforge.net (I've tried fbpanel
4.3; the same result) and from ftp.debian.org. These are the warnnings
I've got while compiling:

--[ cut here ]-

eggtraymanager.c: In function 'egg_tray_manager_get_child_title':
eggtraymanager.c:583: warning: pointer targets in passing argument 1 of
'g_utf8_validate' differ in signedness
eggtraymanager.c:589: warning: pointer targets in passing argument 1 of
'g_strndup' differ in signedness
menu.c: In function 'spawn_app':
menu.c:70: warning: format '%s' expects type 'char *', but argument 3
has type 'gpointer'
taskbar.c: In function 'get_wm_icon':
taskbar.c:449: warning: pointer targets in passing argument 4 of
'XGetGeometry' differ in signedness
taskbar.c:449: warning: pointer targets in passing argument 5 of
'XGetGeometry' differ in signedness
taskbar.c:458: warning: pointer targets in passing argument 4 of
'XGetGeometry' differ in signedness
taskbar.c:458: warning: pointer targets in passing argument 5 of
'XGetGeometry' differ in signedness
taskbar.c: At top level:
taskbar.c:143: warning: 'get_wmclass' defined but not used
launchbar.c: In function 'drag_data_received_cb':
launchbar.c:102: warning: pointer targets in assignment differ in signedness
launchbar.c:103: warning: pointer targets in assignment differ in signedness
pager.c: In function 'get_sizepos':
pager.c:323: warning: pointer targets in passing argument 6 of
'XGetGeometry' differ in signedness
pager.c:323: warning: pointer targets in passing argument 7 of
'XGetGeometry' differ in signedness
pager.c:323: warning: pointer targets in passing argument 8 of
'XGetGeometry' differ in signedness
pager.c:323: warning: pointer targets in passing argument 9 of
'XGetGeometry' differ in signedness
deskno.c: In function 'deskno_constructor':
deskno.c:85: warning: label 'error' defined but not used
panel.c: In function 'panel_size_alloc':
panel.c:225: warning: unused variable 'aa'
misc.c: In function 'get_xaproperty':
misc.c:293: warning: unused variable 'i'
plugin.c: In function 'plugin_load':
plugin.c:143: warning: passing argument 3 of 'g_module_symbol' from
incompatible pointer type
bg.c: In function 'fb_bg_get_xroot_pix_for_win':
bg.c:204: warning: pointer targets in passing argument 6 of
'XGetGeometry' differ in signedness
bg.c:204: warning: pointer targets in passing argument 7 of
'XGetGeometry' differ in signedness
bg.c:204: warning: pointer targets in passing argument 8 of
'XGetGeometry' differ in signedness
bg.c:204: warning: pointer targets in passing argument 9 of
'XGetGeometry' differ in signedness




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



Bug#350953: uptimed: upstream maintainership changed, new versions available

2006-04-09 Thread Thibaut VARENE
Hi

I was wondering what's up with the packaging of the new version?

T-Bone

On 2/2/06, Daniel Gubser [EMAIL PROTECTED] wrote:
 On Thu, 2006-02-02 at 00:35 +0100, Thibaut VARENE wrote:
  AFAICT, uptimed has been taken over upstream, see:
  http://www.robertjohnkaper.com/software/uptimed/download.html
 
  it says:
  Note: Uptimed is now maintained by Radek Podgorny.
  Up-to-date releases can be found at: http://podgorny.cz/uptimed/
 
  Latest version is there 0.3.5 (released 2006-01-27)
 
  This upstream channel seems still lively, it'd probably be a good thing
  to keep tracking it...

 Great, thanks for the link, will do it soon.

 Daniel




--
Thibaut VARENE
http://www.parisc-linux.org/~varenet/



Bug#350696: wxwindows2.4: FTBFS with new make

2006-04-09 Thread Kurt Roeckx
Hi,

I've NMU'd this.  Patch is applied.

PS: You really shouldn't make this a debian native package.


Kurt

diff -Nru /tmp/HXeaIGktP0/wxwindows2.4-2.4.4.1.1/debian/changelog 
/tmp/CBfa0eBaDj/wxwindows2.4-2.4.4.1.1/debian/changelog
--- /tmp/HXeaIGktP0/wxwindows2.4-2.4.4.1.1/debian/changelog 2005-08-22 
18:52:54.0 +0200
+++ /tmp/CBfa0eBaDj/wxwindows2.4-2.4.4.1.1/debian/changelog 2006-04-09 
12:25:56.0 +0200
@@ -1,3 +1,11 @@
+wxwindows2.4 (2.4.4.1.1-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Make it build using the new make.  Patch from 
+Daniel Schepler [EMAIL PROTECTED] (Closes: #350696)
+
+ -- Kurt Roeckx [EMAIL PROTECTED]  Sun,  9 Apr 2006 12:24:28 +0200
+
 wxwindows2.4 (2.4.4.1.1) unstable; urgency=low
 
   * Disable building of the common packages.  The 2.6 source package
diff -Nru /tmp/HXeaIGktP0/wxwindows2.4-2.4.4.1.1/debian/rules 
/tmp/CBfa0eBaDj/wxwindows2.4-2.4.4.1.1/debian/rules
--- /tmp/HXeaIGktP0/wxwindows2.4-2.4.4.1.1/debian/rules 2005-08-22 
18:35:10.0 +0200
+++ /tmp/CBfa0eBaDj/wxwindows2.4-2.4.4.1.1/debian/rules 2006-04-09 
12:27:04.0 +0200
@@ -189,55 +189,55 @@
echo python_ver := python$(shell python -c import sys;print 
sys.version[:3])  $@
 
 debian/control: $(addprefix debian/,control.in python-version)
-   sed -e 's/=V/$(release)/g; \
-   s/=SOV/$(sorelease)/g; \
-   s/=PY/$(python_ver)/g' \
+   sed -e 's/=V/$(release)/g;'\
+'  s/=SOV/$(sorelease)/g;'\
+'  s/=PY/$(python_ver)/g' \
 debian/control.in  debian/control
 
 control-files-stamp: debian/control
dh_testdir
@for f in links postinst prerm; do   \
echo generating control file $(package_wxbase_dev).$$f;\
-   sed -e 's/=V/$(release)/g;   \
-   s/=PRIO/$(alt_prio)/g'   \
+   sed -e 's/=V/$(release)/g;  '\
+'  s/=PRIO/$(alt_prio)/g'   \
 debian/libwxbase-dev.$$f   \
 debian/$(package_wxbase_dev).$$f;  \
done;
@for f in links postinst prerm; do   \
echo generating control file $(package_wxbase_dbg).$$f;\
-   sed -e 's/=V/$(release)/g;   \
-   s/=PRIO/$(alt_prio)/g'   \
+   sed -e 's/=V/$(release)/g;  '\
+'  s/=PRIO/$(alt_prio)/g'   \
 debian/libwxbase-dbg.$$f   \
 debian/$(package_wxbase_dbg).$$f;  \
done;
@for f in links postinst prerm; do   \
echo generating control file $(package_gtk_dev).$$f;   \
-   sed -e 's/=V/$(release)/g;   \
-   s/=PRIO/$(alt_prio)/g'   \
+   sed -e 's/=V/$(release)/g;  '\
+'  s/=PRIO/$(alt_prio)/g'   \
 debian/libwxgtk-dev.$$f\
 debian/$(package_gtk_dev).$$f; \
done;
@for f in links postinst prerm; do   \
echo generating control file $(package_gtk_dbg).$$f;   \
-   sed -e 's/=V/$(release)/g;   \
-   s/=PRIO/$(alt_prio)/g'   \
+   sed -e 's/=V/$(release)/g;  '\
+'  s/=PRIO/$(alt_prio)/g'   \
 debian/libwxgtk-dbg.$$f\
 debian/$(package_gtk_dbg).$$f; \
done;
@for f in docs postinst prerm; do\
echo generating control file $(package_gtk_py_lib).$$f;\
-   sed -e 's/=PY/$(python_ver)/g;   \
-   s|=WXPYDIR|$(wxpydir)|g; \
-   s/=V/$(release)/g;   \
-   s/=PRIO/$(alt_prio)/g'   \
+   sed -e 's/=PY/$(python_ver)/g;  '\
+'  s|=WXPYDIR|$(wxpydir)|g;'\
+'  s/=V/$(release)/g;  '\
+'  s/=PRIO/$(alt_prio)/g'   

Bug#361385: xscreensaver-command -watch should UNBLANK before the user unlocks

2006-04-09 Thread Brice Goglin

Jamie Zawinski wrote:
By log it I meant, of course, the log part where it actually blacks 
your screen and (should have) powered off the monitor.


Leave it logging for several hours without interaction.  Don't try to 
influence the test with xscreensaver-command.


xscreensaver 4.24, copyright (c) 1991-2005 by Jamie Zawinski [EMAIL 
PROTECTED].
xscreensaver: running as bgoglin/users (1000/100)
xscreensaver: in process 7644.
Unknown device ID 5460, please report. Assuming plain R300.
xscreensaver: 02:43:03: 0: xscreensaver-gl-helper: GL visual is 0x28.
xscreensaver: 02:43:03: running on display :0.0 (1 screen).
xscreensaver: 02:43:03: vendor is The X.Org Foundation, 6090.
xscreensaver: 02:43:03: useful extensions:
xscreensaver: 02:43:03:   MIT Screen-Saver  -- not supported at compile 
time!

xscreensaver: 02:43:03:   Shared Memory
xscreensaver: 02:43:03:   Double-Buffering
xscreensaver: 02:43:03:   Power Management
xscreensaver: 02:43:03:   GLX
xscreensaver: 02:43:03:   XF86 Video-Mode
xscreensaver: 02:43:03:   Resize-and-Rotate
xscreensaver: 02:43:03: screen 0 non-colormapped depths: 0 24.
xscreensaver: 02:43:03: selecting RANDR events
xscreensaver: 02:43:03: 0: visual 0x23 (TrueColor,   depth: 24, cmap: 
default)

xscreensaver: 02:43:03: 0: saver window is 0x321.
xscreensaver: 02:43:03: selecting events on extant windows... done.
xscreensaver: 02:43:03: awaiting idleness.
xscreensaver: 02:45:42: blanking screen at Sun Apr  9 02:45:42 2006.
xscreensaver: 02:45:42: 0: grabbing keyboard on 0x4d... GrabSuccess.
xscreensaver: 02:45:42: 0: grabbing mouse on 0x4d... GrabSuccess.
xscreensaver: 03:45:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 03:55:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 04:05:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 04:15:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 04:25:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 04:35:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 04:45:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 04:55:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 05:05:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 05:15:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 05:25:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 05:35:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 05:45:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 05:55:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 06:05:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 06:15:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 06:25:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 06:35:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 06:45:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 06:55:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 07:05:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 07:15:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 07:25:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 07:35:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 07:45:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 07:55:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 08:05:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 08:15:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 08:25:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 08:35:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 08:45:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 08:55:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 09:05:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 09:15:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 09:25:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 09:35:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 09:45:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 10:45:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 10:55:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 11:05:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 11:15:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 11:25:42: X says monitor has powered down; not launching a 
hack.
xscreensaver: 11:35:42: X 

Bug#361418: [Proposal] new Debian menu structure

2006-04-09 Thread Linas Žvirblis
Eduard Bloch wrote:

 Window Managers [was:WindowManagers]
 Modules [was:WindowManagers/Modules]
 
 I cannot see the reason for this change. Modules can stand for any
 kind of modules (kernel, X11, software components) however this section
 was explicitely preserved for Window manager related modules.

Yes, but they are only shown if you run a VM they belong to. Being a
user of a VM that uses modules, you can be expected to know what they
are. Moreover, they tend to get hidden among other entries in Window
Managers, if you have a lot of window managers installed.

I consider this an improvement because users that need window manager
modules will find them easier to locate, and users who do not, will
never ever see this section anyway.


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



Bug#361586: [pkg-wpa-devel] Bug#361586: wpasupplicant: Variable VERBOSITY missing in ifupdown script

2006-04-09 Thread Daniel Huhardeaux

Kel Modderman wrote:

Daniel Huhardeaux wrote:

Kel Modderman wrote:

daniel huhardeaux wrote:

Package: wpasupplicant
Version: 0.4.8-2
Severity: minor


In the ifupdown script the VERBOSITY variable is not initialized.
A good feature would be to have a wpa-verbosity 
(0,no=default/1,yes) in

interfaces file to play with.

  


What is wrong with ifup --verbose ?

The --verbose option of ifupdown is what initialises VERBOSITY.

I would like to close this bug unless you do not agree with me.
I was mainly thinking about the verbose mode when ifup is running in 
auto. Anyway, if this is the only mode for which it should work, ok 
for closing the bug.


The embedded VERBOSITY echo's were designed to debug interfaces 
stanza'a, nothing more.


Are you thinking of something like verbose logging to syslog of the 
running wpa_supplicant daemon or so? 
syslog or dmesg. Something like wpa-verbose yes in interfaces file 
would allow to log in verbosity mode


--
Daniel  Huhardeaux   _   _ _ _
enum+48 32 285 5276 (_  __) _  ) _  (_  __) _  _(_)
iaxtel   1-700-849-6983  / / / // / // / / / / /_/ / /
sip/iax:callto [EMAIL PROTECTED]/_/ ( ___( ___/ /_/ (_/ (_/_/.netFWD# 422493



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



Bug#293707: This feature is available

2006-04-09 Thread Cyril Bouthors
close 293707
thanks

I close this bug because this feature is available through ALT +
middle dragdrop.
-- 
Cyril Bouthors


pgpknEmr8AxUb.pgp
Description: PGP signature


Bug#361639: psmisc: fuser -s allways returns 1

2006-04-09 Thread Tomasz Kubacki
Package: psmisc
Version: 22.2-1
Severity: normal

fuser -s always returns 1, this brakes at least program gpsfake from gpsd
package (gpsfake.py - relies on fuser returning 0 if at least one access
has been found)

[EMAIL PROTECTED]:~/gpsd/gpsd-2.31$ fuser -s /dev/pts/3;  echo $?
1
[EMAIL PROTECTED]:~/gpsd/gpsd-2.31$ fuser  /dev/pts/3;  echo $?
/dev/pts/3:   3647  4228
0



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

Versions of packages psmisc depends on:
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand

psmisc recommends no packages.

-- no debconf information


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



Bug#361586: [pkg-wpa-devel] Bug#361586: wpasupplicant: Variable VERBOSITY missing in ifupdown script

2006-04-09 Thread Daniel Huhardeaux

Kel Modderman wrote:

Daniel Huhardeaux wrote:

Kel Modderman wrote:

daniel huhardeaux wrote:

Package: wpasupplicant
Version: 0.4.8-2
Severity: minor


In the ifupdown script the VERBOSITY variable is not initialized.
A good feature would be to have a wpa-verbosity 
(0,no=default/1,yes) in

interfaces file to play with.

  


What is wrong with ifup --verbose ?

The --verbose option of ifupdown is what initialises VERBOSITY.

I would like to close this bug unless you do not agree with me.
I was mainly thinking about the verbose mode when ifup is running in 
auto. Anyway, if this is the only mode for which it should work, ok 
for closing the bug.


The embedded VERBOSITY echo's were designed to debug interfaces 
stanza'a, nothing more.


Are you thinking of something like verbose logging to syslog of the 
running wpa_supplicant daemon or so? 

syslog or dmesg. Something like wpa-verbose yes in interfaces file
would allow to log in verbosity mode
--
Daniel


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



Bug#327174: fbpanel: segfault at startup (

2006-04-09 Thread Manolo Díaz
Manolo Díaz escribió:
 Steve Langasek escribió:
 
Hi Manolo,

Is this bug still reproducible if you install the amd64 fbpanel 4.1-2
package from the official Debian archive?

 
 
 
 Hi Steve,
 
 Yes, I've found this bug in binaries from ftp.debian.org and
 ftp.es.debian.org; in sources from sourceforge.net (I've tried fbpanel
 4.3; the same result) and from ftp.debian.org. These are the warnnings
 I've got while compiling:
 

Sorry Steve, I was thinking about the bug #360144 and I've given you a
wrong answer.

The answer is no. But now I get the bug #360144 which really renders the
package completely unusable for me.


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



Bug#361586: [pkg-wpa-devel] Bug#361586: wpasupplicant: Variable VERBOSITY missing in ifupdown script

2006-04-09 Thread Kel Modderman


The embedded VERBOSITY echo's were designed to debug interfaces 
stanza'a, nothing more.


Are you thinking of something like verbose logging to syslog of the 
running wpa_supplicant daemon or so? 

syslog or dmesg. Something like wpa-verbose yes in interfaces file
would allow to log in verbosity mode



This would be similar to the wish-list item described in bug #317180 ?

Kel.


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



Bug#361677: dh_makeshlibs: --add-udeb does not work if filename contains regexp metacharacters

2006-04-09 Thread Frans Pop
Package: debhelper
Version: 5.0.27
Severity: minor
Tags: d-i, patch

While working on gtk+2.0-directfb, I noticed that the package name did not 
get replaced by the name of the udeb by dh_makeshlibs. Reason turns out 
to be that the + in the name is interpreted as a metacharacter which 
makes the regular expression not match.

Changing the line
 $udeb_deps =~ s/$package/$dh{SHLIBS_UDEB}/e;
to
 $udeb_deps =~ s/\Q$package/$dh{SHLIBS_UDEB}/e;
fixes the problem.

(with thanks to Ian Lynagh)


pgpEVAZCVVbRd.pgp
Description: PGP signature


Bug#353136: gambas: fails to start

2006-04-09 Thread L. Redrejo
These bugs was due to endianess problems in gambas in some
architectures. According to the upstream author, they have been solved
in version 1.0.14.
I don't have available any of these architectures to test it, so please,
check the new 1.0.15 version available in Debian and confirm to me if
the bug has been solved or not.
Thanks.



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


  1   2   3   4   5   >