Bug#321503: Bug#317073: FTBFS: Incompatible with dpkg 1.13

2005-09-07 Thread Steve Langasek
tags 321503 patch
thanks

On Tue, Sep 06, 2005 at 08:00:28PM -0700, Steve Langasek wrote:
 On Tue, Sep 06, 2005 at 09:47:02AM -0400, Joey Hess wrote:
  Steve Langasek wrote:
   There are numerous bugs now that make it impossible to rebuild
   busybox-cvs in either etch or sid.  Does anyone really still need this
   package, or can it be killed off now?

  Well, busybox-cvs does not have bug #321503 ... Other than that, I am
  not attached to it. :-)

 Bah, guess I'd better get a good backtrace then. :)

Ok, and here's the patch which fixes busybox insmod on alpha (and fixes
up the CONFIG_DEBUG value in debian/rules, so that debugging builds work
a little better).

-- 
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 busybox-1.01/debian/changelog busybox-1.01/debian/changelog
--- busybox-1.01/debian/changelog
+++ busybox-1.01/debian/changelog
@@ -1,3 +1,11 @@
+busybox (1:1.01-1.1) unstable; urgency=low
+
+  * Fix bad casts that cause insmod (and probably depmod) to fail on
+64-bit architectures (closes: #321503).
+  * Use CONFIG_DEBUG=y in debian/rules, not CONFIG_DEBUG=true
+
+ -- Steve Langasek [EMAIL PROTECTED]  Tue,  6 Sep 2005 21:07:52 -0700
+
 busybox (1:1.01-1) unstable; urgency=low
 
   * New upstream version.
diff -u busybox-1.01/debian/rules busybox-1.01/debian/rules
--- busybox-1.01/debian/rules
+++ busybox-1.01/debian/rules
@@ -11,7 +11,7 @@
 EXTRA_VERSION = Debian $(VERSION)
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-   CONFIG_DEBUG = true
+   CONFIG_DEBUG = y
 endif
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 endif
diff -u busybox-1.01/modutils/obj/depmod.c busybox-1.01/modutils/obj/depmod.c
--- busybox-1.01/modutils/obj/depmod.c
+++ busybox-1.01/modutils/obj/depmod.c
@@ -642,7 +642,7 @@
 
for (ksym = ksyms; so_far  nksyms; ++so_far, ksym++) {
if (strncmp((char *)ksym-name, GPLONLY_, 8) == 0)
-   ksym-name = (int) ((char *)ksym-name) + 8;
+   ksym-name = (unsigned long) ((char 
*)ksym-name) + 8;
assert(n_syms  MAX_MAP_SYM);
symtab[n_syms++] = addsym((char *)ksym-name, mod, 
SYM_DEFINED, 0);
}
diff -u busybox-1.01/modutils/obj/insmod.c busybox-1.01/modutils/obj/insmod.c
--- busybox-1.01/modutils/obj/insmod.c
+++ busybox-1.01/modutils/obj/insmod.c
@@ -119,7 +119,7 @@
if (strncmp((char *)s-name, GPLONLY_, 8) == 0) {
gplonly_seen = 1;
if (gpl)
-   s-name = (int)((char *)s-name) + 8;
+   s-name = (unsigned long)((char *)s-name) + 8;
else
continue;
}


signature.asc
Description: Digital signature


Bug#327021: libqt3-mt: QString::arg(double) produces sometimes garbage

2005-09-07 Thread Wolfgang Roemer
Package: libqt3-mt
Version: 3:3.3.4-7
Severity: important

A simple conversion of a double value into a QString with the standard
QString::arg(...) function fails sometimes:

--- code to reproduce bug 
#include qstring.h
#include qregexp.h

#include stdio.h


int main (int argc, char* argv[])
{
double myValue = 13.0;

QString convertedFloat  = QString (%1\n).arg ((double) myValue, 0, 
'g', 7);
printf (Converted value: %s\n, convertedFloat.latin1 ());

QRegExp unallowedChars ([a-zA-Z,;'?:\[EMAIL PROTECTED]*()-_+]);
if (convertedFloat.contains (unallowedChars)  0)
{
printf (BUG: The conversion of a double failed.\n);
return 1;
}

return 0;
}
--- end of code to reproduce bug 

Because there are no differences between the debian version of
qstring.cpp and qlocale.cpp and the corresponding qt versions and
because I got no problems when compiling the same version with a g++
of 3.3 or earlier I would not be surprised if it turns out to be a
compiler bug of the gcc-3.4 and higher.


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

Versions of packages libqt3-mt depends on:
ii  fontconfig2.3.2-1generic font configuration library
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libice6   6.8.2.dfsg.1-6 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libmng1   1.0.8-1Multiple-image Network Graphics li
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libsm66.8.2.dfsg.1-6 X Window System Session Management
ii  libstdc++64.0.1-6The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-6 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxinerama1  6.8.2.dfsg.1-6 X Window System multi-head display
ii  libxrandr26.8.2.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-6 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

libqt3-mt recommends no packages.

-- no debconf information


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



Bug#327022: courier-mta: type-o in man page of makehosteddomains

2005-09-07 Thread Kristis Makris
Package: courier-mta
Version: 0.47-4sarge2
Severity: minor

The man page of makehosteddomains reads:

   2)  Create  $HOME/.courier-default  file  in  this  account,  containing the 
delivery instructions. See the dot-
   courier(5) manual page for avaiable delivery instructions.

avaiable should read available


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

Versions of packages courier-mta depends on:
ii  courier-authdaemon  0.47-4sarge2 Courier Mail Server - Authenticati
ii  courier-base0.47-4sarge2 Courier Mail Server - Base system
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-13   GCC support library
ii  libgdbm31.8.3-2  GNU dbm database routines (runtime
ii  libperl5.8  5.8.4-8  Shared Perl library
ii  libstdc++5  1:3.3.5-13   The GNU Standard C++ Library v3

-- debconf information excluded


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



Bug#326429: ITP: webcheck -- website link and structure checker

2005-09-07 Thread Peter Samuelson

[Arthur de Jong]
 * I'm not sure if I need some statement on the copyrights on the
   generated html files. The css file that is just copied has a BSD
   license.

Generally, output from a program is not considered to be copyrighted.
The templates from which it is built could be copyrighted, and if
significant bits of a template are copied in verbatim, you may wish to
copy in a license statement from the template too.

 * The old package provides, conflicts with and replaces linbot (the
   name of webcheck a long time ago). Should I keep that or just drop
   it?  (linbot was in slink, potato and woody but neither linbot or
   webcheck were in sarge)

Completely your call.  You do not need to support upgrades from woody
or prior, but you can if you wish.  Three lines in debian/control which
you'll never need to change is a pretty cheap price, but it *is* untidy
if you want a minimalist control file.

 * The old package has a configuration file in /etc/webcheck and the
   new package no longer provides that. What would be the best way to
   get rid of it? (policy 10.7.3 has a note about removing conffiles
   but I'm not sure it's relevant) Should I delete it on upgrade?

Is the package configured in some other way, or have you dropped
support for any site-wide configuration?  If you still have a
configuration mechanism, it's best if you can migrate /etc/webcheck to
the new scheme automatically, then delete it, at upgrade time.  If not,
you can just delete it.

 Btw, I'm packaging this as a native Debian package because I just
 want to release one version and have one source tarball.

Not recommended - you'll have to release a whole new upstream version
any time you fix a trivial Debian bug, or even just to recompile
against a newer sid library.  Providing backports or forks (for etch
after etch is frozen) will require new upstream version numbers, which
will confuse your non-Debian audience (wait, what's the current
release?  Upstream 3.1.15 and 3.1.15~etch1 were released at the same
time, but 3.0.4.etch2 was just added to the debian ftp site)

And there's the bandwidth issue - you and the build daemons have to
transfer the whole source tarball every time you make a trivial change
to debian/*.

But again, this one's your call.

Peter


signature.asc
Description: Digital signature


Bug#327021: Slight correction of the sample code

2005-09-07 Thread Wolfgang Roemer
Hello,

of course the QRegExp to show the wrong conversion must look like this:

QRegExp unallowedChars (QString ([a-zA-Z;:,[EMAIL PROTECTED]]));

Nevertheless you will see the wrong conversion also already in the output of 
the converted string (first output line of sample code): The intial double of 
13.0 will be converted to a QString of 12.:

WR



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



Bug#327019: ssh: scp allows remote execution of shell commands when semicolon is used in filename

2005-09-07 Thread Steve Langasek
severity 327019 grave
thanks

On Wed, Sep 07, 2005 at 12:36:03PM +0700, Alexey Feldgendler wrote:
 Package: ssh
 Version: 1:3.8.1p1-8.sarge.4
 Severity: critical

 Here is my testcase:

 $ scp remotehost@';uname -a'
 Linux pancake 2.6.11-1-686 #1 Mon Jun 20 22:00:38 MDT 2005 i686 GNU/Linux

 That line comes from the remote host (I verified this by trying
 hostname command instead of uname -a, that gives the name of the
 remote host).

If this is a security bug, then it would seem to be a grave (user
security hole) bug, not a critical (root security hole) bug.

 I'm not sure that this is a security hole because a user can anyway
 connect with ssh and execute arbitrary commands. But it can possibly
 be a vulnerability if the user account has a restricted shell, or PAM
 restrictions that allow scp but disallow ssh are in effect. I haven't
 checked these cases, but I set this bug's severity to critical just in
 case it really turns out to be a security hole.

Ok, so if you configure your server to *disallow* arbitrary command
execution via ssh, does this scp command still work?

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


signature.asc
Description: Digital signature


Bug#324357: mozilla-firefox: sex popup ads thrown at me when browsing a site - without permission

2005-09-07 Thread Eric Dorland
tags 324357 unreproducible
thanks

* Luke Kenneth Casson Leighton ([EMAIL PROTECTED]) wrote:
 Package: mozilla-firefox
 Version: 1.0.6-1
 Severity: normal
 
 
 s4.isohunt.org.  do a search.
 
 site manages to run a popup past the blocking.
 
 not good.

No popup here.

-- 
Eric Dorland [EMAIL PROTECTED]
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6

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


signature.asc
Description: Digital signature


Bug#327024: 127.000.000.001 is dead, long live 127.0.0.1, or hostname: Unknown host

2005-09-07 Thread Gerard H. Pille
Package: libc6
Version: 2.3.5-6
Severity: serious


Hallo,

I have the (bad, it seems) habitude of putting leading zeroes in the
IP-addresses in /etc/hosts.

eg.

127.000.000.001 localhost.localdomain localhost
192.168.001.002 ghp-medp4.ghp.be  ghp-medp4

Since I ran aptitude last weekend (3/9/2005), and libc6 was upgraded (amongst
others!), I have the following problem:

# hostname
ghp-medp4
# hostname -v -f
gethostname()=`ghp-medp4'
Resolving `ghp-medp4' ...
hostname: Unknown host

This system could not send mail anymore, using sendmail, which reported
stat=Data format error, so I started looking for the cause.

It took me a couple of hours before I was so desperate that I removed the
leading zeroes from the ip-addresses in /etc/hosts, and lo and behold:

# hostname -v -f
gethostname()=`ghp-medp4'
Resolving `ghp-medp4' ...
Result: h_name=`ghp-medp4.ghp.be'
Result: h_aliases=`ghp-medp4'
Result: h_addr_list=`192.168.1.52'
ghp-medp4.ghp.be

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

-- no debconf information

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__


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



Bug#327023: openalpp-cvs: FTBFS: invalid conversion from 'ALubyte*' to 'const ALchar*'

2005-09-07 Thread Andreas Jochens
Package: openalpp-cvs
Version: 20041206-2
Severity: serious
Tags: patch

When building 'openalpp-cvs' on unstable, I get the following error:

make[2]: Entering directory `/openalpp-cvs-20041206/src'
if /bin/sh ../libtool --mode=compile x86_64-linux-gnu-g++ -DPACKAGE_NAME=\\ 
-DPACKAGE_TARNAME=\\ -DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ 
-DPACKAGE_BUGREPORT=\\ -DPACKAGE=\openalpp\ -DVERSION=\0.2\ 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LIBOPENAL=1 
-DSTDC_HEADERS=1  -I. -I. -I../include  -I/usr/local/include  -Wall -g -O2 -MT 
audioenvironment.lo -MD -MP -MF .deps/audioenvironment.Tpo \
  -c -o audioenvironment.lo `test -f 'audioenvironment.cpp' || echo 
'./'`audioenvironment.cpp; \
then mv -f .deps/audioenvironment.Tpo .deps/audioenvironment.Plo; \
else rm -f .deps/audioenvironment.Tpo; exit 1; \
fi
mkdir .libs
 x86_64-linux-gnu-g++ -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ 
-DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ 
-DPACKAGE=\openalpp\ -DVERSION=\0.2\ -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_LIBOPENAL=1 -DSTDC_HEADERS=1 -I. -I. -I../include 
-I/usr/local/include -Wall -g -O2 -MT audioenvironment.lo -MD -MP -MF 
.deps/audioenvironment.Tpo -c audioenvironment.cpp  -fPIC -DPIC -o 
.libs/audioenvironment.o
audioenvironment.cpp: In member function 'void 
openalpp::AudioEnvironment::initiateReverb()':
audioenvironment.cpp:150: error: invalid conversion from 'ALubyte*' to 'const 
ALchar*'
audioenvironment.cpp:150: error:   initializing argument 1 of 'void* 
alGetProcAddress(const ALchar*)'
audioenvironment.cpp:152: error: invalid conversion from 'ALubyte*' to 'const 
ALchar*'
audioenvironment.cpp:152: error:   initializing argument 1 of 'void* 
alGetProcAddress(const ALchar*)'
make[2]: *** [audioenvironment.lo] Error 1
make[2]: Leaving directory `/openalpp-cvs-20041206/src'

The attached patch fixes this, but there are still other problems,
i.e. the package still FTBFS.

Regards
Andreas Jochens

diff -urN ../tmp-orig/openalpp-cvs-20041206/src/audiobase.cpp 
./src/audiobase.cpp
--- ../tmp-orig/openalpp-cvs-20041206/src/audiobase.cpp 2004-11-11 
07:57:58.0 +
+++ ./src/audiobase.cpp 2005-09-06 19:28:14.0 +
@@ -37,7 +37,7 @@
 device_ =alcOpenDevice((unsigned char *)initString);
 
 #else
-device_=alcOpenDevice((/*const */ALubyte *)'((direction \write\)) 
'((devices '(alsa sdl native null;
+device_=alcOpenDevice((/*const */ALchar *)'((direction \write\)) 
'((devices '(alsa sdl native null;
 #endif
 if(!device_)
   throw InitError(Couldn't open device.);
@@ -70,17 +70,17 @@
 
 // Check for EAX 2.0 support
 unsigned char szFnName[256];
-ALboolean g_bEAX = alIsExtensionPresent((ALubyte*)EAX2.0);
+ALboolean g_bEAX = alIsExtensionPresent((ALchar*)EAX2.0);
 if (g_bEAX == AL_TRUE)
 {
   sprintf((char*)szFnName, EAXSet);
-  ALvoid *eaxSet = alGetProcAddress(szFnName);
+  ALvoid *eaxSet = alGetProcAddress((ALchar*)szFnName);
   if (eaxSet == NULL) g_bEAX = AL_FALSE;
 }
 if (g_bEAX == AL_TRUE)
 {
   sprintf((char*)szFnName,EAXGet);
-  ALvoid *eaxGet = alGetProcAddress(szFnName);
+  ALvoid *eaxGet = alGetProcAddress((ALchar*)szFnName);
   if (eaxGet == NULL) g_bEAX = AL_FALSE;
 }
 if (g_bEAX == AL_TRUE)
diff -urN ../tmp-orig/openalpp-cvs-20041206/src/audioenvironment.cpp 
./src/audioenvironment.cpp
--- ../tmp-orig/openalpp-cvs-20041206/src/audioenvironment.cpp  2004-11-11 
07:57:58.0 +
+++ ./src/audioenvironment.cpp  2005-09-06 19:25:59.0 +
@@ -147,9 +147,9 @@
 return;
  
   alReverbScale=(void (*)(ALuint sid, ALfloat param))
-alGetProcAddress((ALubyte *)alReverbScale_LOKI);
+alGetProcAddress((ALchar *)alReverbScale_LOKI);
   alReverbDelay=(void (*)(ALuint sid, ALfloat param))
-alGetProcAddress((ALubyte *)alReverbDelay_LOKI);
+alGetProcAddress((ALchar *)alReverbDelay_LOKI);
   if(!(alReverbScale  alReverbDelay)) {
 throw InitError(Couldn't initiate reverb);
   } else


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



Bug#326451: jlint: FTBFS (amd64): cast from 'const void*' to 'int' loses precision

2005-09-07 Thread Andreas Jochens
reopen 326451
retitle 326451 FTBFS (amd64): cast from 'const void*' to 'int' loses precision
thanks

Hello,

thanks for fixing the Build-Depends. 

However, the patch contained a second part which was not applied.
When building 'jlint' on amd64/unstable, I still get the following error:

jlint.cc: In function 'void format_message(int, const utf_string, int, 
__va_list_tag*)':
jlint.cc:153: error: cast from 'const void*' to 'int' loses precision
jlint.cc:228: error: cast from 'const void*' to 'int' loses precision
jlint.cc:240: warning: field precision should have type 'int', but argument 3 
has type 'long int'
jlint.cc:264: error: cast from 'const void*' to 'int' loses precision
jlint.cc: In function 'bool parse_class_file(byte*)':
jlint.cc:431: warning: unused variable 'desc_index'
jlint.cc:496: warning: unused variable 'max_stack'
jlint.cc:325: warning: unused variable 'minor_version'
jlint.cc:327: warning: unused variable 'major_version'
make[1]: *** [jlint.o] Error 1
make[1]: Leaving directory `/jlint-3.0'
make: *** [build-arch-stamp] Error 2

With the attached patch 'jlint' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/jlint-3.0/jlint.cc ./jlint.cc
--- ../tmp-orig/jlint-3.0/jlint.cc  2004-01-14 16:23:20.0 +
+++ ./jlint.cc  2005-09-03 11:38:32.0 +
@@ -137,7 +137,7 @@
 
 void format_message(int code, utf_string const file, int line, __VALIST ap)
 {
-  static int loop_id;
+  static long loop_id;
   static message_node *first, *last;
   static char* compound_message;
   const void* parameter[MAX_MSG_PARAMETERS];
@@ -150,7 +150,7 @@
 if (compound_message != NULL
  ((loop_id != 0 
   ((code != msg_loop  code != msg_sync_loop)
- || (int)parameter[2] != loop_id))
+ || (long)parameter[2] != loop_id))
 || (loop_id == 0  code != msg_wait_path)))
   {
 if (!message_node::find(compound_message)) { 
@@ -225,7 +225,7 @@
name.as_asciz()); 
 break;
   case 'd': // integer
-dst += sprintf(dst, %d, (int)parameter[index]);  
+dst += sprintf(dst, %ld, (long)parameter[index]);  
 break;
   default:
 assert(false/*bad message parameter format*/);
@@ -261,7 +261,7 @@
   compound_message = strdup(his_buf);
   first = last = new message_node(msg_buf);
   if (code != msg_wait) { 
-loop_id = (int)parameter[2];
+loop_id = (long)parameter[2];
   }
 } else if (!message_node::find(his_buf)) { 
   fprintf(stdout, %s\n, msg_buf);


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



Bug#327025: C locale has bad default for _NL_TIME_FIRST_WEEKDAY

2005-09-07 Thread Graham Wilson
Package: locales
Version: 2.3.5-6
Severity: normal

The _NL_TIME_FIRST_WEEKDAY symbol, when passed to nl_langinfo, is
supposed to give the first day of the week. This seems to work
correctly for most locales. However, the results for the POSIX locale
seem odd. I think it would make more sense for POSIX to default to
Sunday as the first day of the week, rather than Saturday.

 $ gcc -o test test.c
 $ ./test
 POSIX: Saturday
 en_US: Sunday
 en_GB: Sunday
 es_ES: Sunday
 nl_NL: Sunday
 fi_FI: Monday

I've attached the sample code that generates the above.

-- 
gram
#include langinfo.h
#include locale.h
#include stdio.h
#include time.h

void
foo(const char *s)
{
	struct tm tm;
	char buf[16];

	setlocale(LC_ALL, s);
	tm.tm_wday = *nl_langinfo(_NL_TIME_FIRST_WEEKDAY) - 1;

	setlocale(LC_ALL, C);
	strftime(buf, sizeof(buf), %A, tm);
	printf(%s: %s\n, s, buf);
}

int
main(int argc, char *argv[])
{
	foo(POSIX);
	foo(en_US);
	foo(en_GB);
	foo(es_ES);
	foo(nl_NL);
	foo(fi_FI);
	return 0;
}


Bug#327026: evolution-exchange: Inbox counter not updated

2005-09-07 Thread Thomas Quas
Package: evolution-exchange
Version: 2.2.3-3
Severity: minor

When I read new messages of an Exchange account, they're being marked as 'read' 
(font change from bold to regular), the Inbox counter
in the folder tree (left column, the value in parenthesis) is not reflecting
the actual state correctly--it doesn't move at all.

Only changing to a folder of another account will refresh the Exchange 
account'sInbox counter.


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

Versions of packages evolution-exchange depends on:
ii  evolution 2.2.3-3The groupware suite
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.0-1   The Bonobo UI library
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libcamel1.2-0 1.2.3-2The Evolution MIME message handlin
ii  libcomerr21.38-2 common error description library
ii  libdb4.1  4.1.25-18  Berkeley v4.1 Database Libraries [
ii  libebook1.2-3 1.2.3-2Client library for evolution addre
ii  libecal1.2-2  1.2.3-2Client library for evolution calen
ii  libedata-book1.2-21.2.3-2Backend library for evolution addr
ii  libedata-cal1.2-1 1.2.3-2Backend library for evolution cale
ii  libedataserver1.2-4   1.2.3-2Utily library for evolution data s
ii  libedataserverui1.2-4 1.2.3-2GUI utily library for evolution da
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgal2.4-0   2.4.3-1.1  G App Libs (run time library)
ii  libgconf2-4   2.10.1-1   GNOME configuration database syste
ii  libgcrypt11   1.2.1-4LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgnome-keyring0 0.4.3-2GNOME keyring services library
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.10.3-2   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.10.2-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgnutls11   1.0.16-13.1GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-6 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libkrb53  1.3.6-5MIT Kerberos runtime libraries
ii  libldap2  2.1.30-11  OpenLDAP libraries
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.8.2.dfsg.1-6 X Window System Session Management
ii  libsoup2.2-7  2.2.3-2an HTTP library implementation in 
ii  libtasn1-20.2.13-1   Manage ASN.1 structures (runtime)
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxml2   2.6.20-1   GNOME XML library
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

evolution-exchange recommends no packages.

-- no debconf information


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



Bug#231357: wmusic crash

2005-09-07 Thread Alain Schroeder
I did some heavy testing a long time ago and did it again just today,
but your Bug is unreproducible. I tried wmusic with a xmms playlist of
aproximately 5000 files, but it never crashed - neither the old version
nor the newest release.

Would you please try the newest version and verify that the bug is still
there?

Bye,
   Alain

-- 
Being normal is driving me crazy.


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


Bug#315170: How to reproduce QMake manager bug in Kdevelop3?

2005-09-07 Thread Jeremy Lainé
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Dmitry!

Could you elaborate a bit on how you managed to get bug #315170? It
seems to me the problem only occurs if you are modifying a .pro file in
the top directory. I tried the following :

A/ A default QMake project

1. create a new QMake project called fooproj. The result is this:

  ./fooproj.kdevelop
  ./fooproj.pro
  ./src/src.pro
  ./src/fooproj.cpp

  --- fooproj.pro ---
  TEMPLATE=subdirs
  SUBDIRS=src
  ---

  --- src/src.pro ---
  SOURCES=fooproj.cpp
  TARGET=../bin/fooproj
  ---

  src is set as the active directory and stored in fooproj.kdevelop as
  activedirectorysrc/activedirectory

2. add a new class using Project - New Class and call it wizbang

  The QMake file src/src.pro is correctly updated, no extra slash at the
  beginning of file names.

  --- src/src.pro ---
  HEADERS += wizbang.h
  SOURCES += fooproj.cpp \
 wizbang.cpp
  TARGET=../bin/fooproj
  ---

B/ A hand-crafted QMake project

1. modify previous project

  I took the previous project and moved the files from src up one
  level, replaced fooproj.pro by src.pro, suitably modified:

  --- fooproj.pro ---
  HEADERS += wizbang.h
  SOURCES += fooproj.cpp \
 wizbang.cpp
  TARGET=bin/fooproj
  ---

2. add a new class using Project - New Class and call it foobar

  Here we get the problem you described, fooproj.pro now contains:

  HEADERS += wizbang.h \
 /foobar.h
  SOURCES += fooproj.cpp \
 wizbang.cpp \
 /foobar.cpp
  TARGET=bin/fooproj

Jeremy

- --
http://www.jerryweb.org/ : JerryWeb.org
http://sailcut.sourceforge.net/  : Sailcut CAD
http://opensource.polytechnique.org/ : Polytechnique.org Free Software
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDHoxd4mJJZqJp2ScRAnZUAJ4mDBeE/3j5Tp5Wwm3qCBFoaNgSIgCePejV
+Df5T3zCeg6p9fyUDdeVLfo=
=2/al
-END PGP SIGNATURE-


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



Bug#326220: libc6 2.3.5 ldconfig segfaults on powerpc oldworld

2005-09-07 Thread Rogério Brito
On Sep 04 2005, Sven Luther wrote:
 Ok, are you saying that you managed to build miboot floppies using the
 old woody miboot floppies,

Yes, I did.

 (i think woody came with do-it-yourself-miboot stuff, not sure).

I don't know anything about building miboot from scratch.

 This would then be a 2.6 kernel.

Indeed, I'm running:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[EMAIL PROTECTED]:~$ uname -a
Linux chagas 2.6.13-rc6-mm1-4.ow #1 Sun Aug 21 07:45:32 BRT 2005 ppc GNU/Linux
[EMAIL PROTECTED]:~$ 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

 Could you post me the config file for this kernel ?

Of course. It's attached to this mail.

 Could you also try the same kernel with the miboot from
 http://people.debain.org/~luther/miboot

I will try this later. Please, don't let me forget this.


Hope this helps, Rogério.

-- 
Rogério Brito : [EMAIL PROTECTED] : http://www.ime.usp.br/~rbrito
Homepage of the algorithms package : http://algorithms.berlios.de
Homepage on freshmeat:  http://freshmeat.net/projects/algorithms/


config-2.6.13-rc6-mm1-4.ow.bz2
Description: Binary data


Bug#327018: [RFS] grace6: An XY plotting tool

2005-09-07 Thread Li Daobing
Torsten Werner wrote:

 Package: grace6
 Severity: grave
 Version: 5.99.0+final-7
 
 Christoph Berg schrieb:
 
Re: Li Daobing in [EMAIL PROTECTED]

I want to adopt grace6[1].

[1] http://bugs.debian.org/307358

I rebuild grace6[2], lintian and linda clean. I have upload it to
mentors.debian.net[3].


Hi,

the package looks fine. Uploaded.

A minor nit: update the maintainer name in debian/copyright for the
next upload.

Christoph
 
 
 Hello,
 
 
 DO NOT DO THAT AGAIN!
 
 RFH does not mean, that the package is not maintained. You should have
 coordinated the upload with the current maintainer - at least the ITA
 mail should be send some days/weeks *before* the upload.
 
 Ionut is the future maintainer who has coordinated with me. Ionut,
 please send your own ITA mail to the bug report mentioned above. We will
 discuss privately how to fix the problem.
 
First, that's a RFA, not RFH[1].
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=307358

I think i am following the directive in [2]. And I am sorry that i am
not familiar with the polite/rule you mentioned here. maybe you should
submit a patch to improve this directive.

[2] http://www.nl.debian.org/devel/wnpp/#l3
RFA  If you are going to adopt a package, retitle its bug to replace
‘RFA’ with ‘ITA’, in order for other people to know the package is being
adopted and to prevent its automatic removal from the archive, and set
yourself as the owner of the bug. To actually adopt the package, upload
it with your name in its Maintainer: field, and close this bug once the
package has been installed.

Anyway, you or Ionut can maintain this package. I don't care.

Thanks.

-- 
Li Daobing




signature.asc
Description: OpenPGP digital signature


Bug#326220: libc6 2.3.5 ldconfig segfaults on powerpc oldworld

2005-09-07 Thread Sven Luther
On Wed, Sep 07, 2005 at 03:36:27AM -0300, Rogério Brito wrote:
 On Sep 04 2005, Sven Luther wrote:
  Ok, are you saying that you managed to build miboot floppies using the
  old woody miboot floppies,
 
 Yes, I did.
 
  (i think woody came with do-it-yourself-miboot stuff, not sure).
 
 I don't know anything about building miboot from scratch.
 
  This would then be a 2.6 kernel.
 
 Indeed, I'm running:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 [EMAIL PROTECTED]:~$ uname -a
 Linux chagas 2.6.13-rc6-mm1-4.ow #1 Sun Aug 21 07:45:32 BRT 2005 ppc GNU/Linux
 [EMAIL PROTECTED]:~$ 
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
  Could you post me the config file for this kernel ?
 
 Of course. It's attached to this mail.
 
  Could you also try the same kernel with the miboot from
  http://people.debain.org/~luther/miboot
 
 I will try this later. Please, don't let me forget this.

Ok, i will ping you next WE. if i don't hear from you before and don't forget
myself :)

Friendly,

Sven Luther




Bug#327028: laptop-mode-tools: changing from laptop mode to laptop mode spins up disks

2005-09-07 Thread Jarne Cook
Package: laptop-mode-tools
Version: 1.10-1
Severity: minor

When the laptop is in LM mode and I close the lid thescript
`/usr/sbin/laptop_mode auto` (from /etc/acpi/actions/lm_lid.sh)
spins up up the disks.


I dont know why it's happening I just know when I call that script
(when in LM mode) the HD spins up.

So Im just gonna hash out the line that calls it from the acpi
actions file for now.


Thanks


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

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

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

-- no debconf information


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



Bug#327027: octave2.1: not installable in sid

2005-09-07 Thread Laurent Bonnaud
Package: octave2.1
Version: 2.1.71-2
Severity: grave
Justification: renders package unusable


Hi,

octave needs to be recompiled with g++ 4.0 and a newer libhdf5:

# apt-get install octave2.1
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

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

The following packages have unmet dependencies:
  octave2.1: Depends: libhdf5-serial-1.6.4-0 but it is not installable or
  libhdf5-1.6.4-0
E: Broken packages


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages octave2.1 depends on:
ii  atlas3-base [liblapack.s 3.6.0-19Automatically Tuned Linear Algebra
ii  atlas3-sse [liblapack.so 3.6.0-19Automatically Tuned Linear Algebra
ii  atlas3-sse2 [liblapack.s 3.6.0-19Automatically Tuned Linear Algebra
ii  fftw33.0.1-13library for computing Fast Fourier
ii  lapack3 [liblapack.so.3] 3.0.2531a-6 library of linear algebra routines
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libg2c0  1:3.4.4-8   Runtime library for GNU Fortran 77
ii  libgcc1  1:4.0.1-6   GCC support library
pn  libhdf5-serial-1.6.4-0 | none  (no description available)
ii  libncurses5  5.4-9   Shared libraries for terminal hand
ii  libreadline5 5.0-10  GNU readline and history libraries
ii  libstdc++5   1:3.3.6-9   The GNU Standard C++ Library v3
ii  refblas3 [libblas.so.3]  1.2-8   Basic Linear Algebra Subroutines 3
ii  texinfo  4.7-2.2 Documentation system for on-line i
ii  zlib1g   1:1.2.3-4   compression library - runtime

octave2.1 recommends no packages.


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



Bug#327030: postfix depends on resolvconf

2005-09-07 Thread James Clark
Package: postfix
Version: 2.1.5-9
Severity: normal


Installing postfix installs resolvconf, which on every machine I've
installed postfix on I've then gone and purged resolvconf.  I don't
understand why it is required, perhaps making resolvconf a recommended
package?

Cheers,
James Clark


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

Versions of packages postfix depends on:
ii  adduser 3.63 Add and remove users and groups
ii  debconf [debconf-2.0]   1.4.30.13Debian configuration management sy
ii  dpkg1.10.28  Package maintenance system for Deb
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libdb4.24.2.52-18Berkeley v4.2 Database Libraries [
ii  libgdbm31.8.3-2  GNU dbm database routines (runtime
ii  netbase 4.21 Basic TCP/IP networking system

-- debconf information excluded


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



Bug#327029: Non-functional with read-only /dev

2005-09-07 Thread Elliott Mitchell
Package: syslog-ng
Version: 1.6.5-2.2
Severity: important

If /dev is read-only, syslog-ng will give the error message
syslog-ngio.c: bind_unix_socket(): bind failed /dev/log (Address already
in use). The relevant section from `ltrace -LSf`:

-8---8-
664 SYS_pipe(0x584649b8, 0x8069858, 0, 0x805814f, 0) = 0
664 SYS_fork()   = 12105
664 SYS_close(4 unfinished ...
12105 SYS_close(3 unfinished ...
664 ... SYS_close resumed )= 0
12105 ... SYS_close resumed )  = 0
664 SYS_read(3,  unfinished ...
12105 SYS_open(/var/run/syslog-ng.pid, 833, 0600) = 3
12105 SYS_getpid()   = 12105
12105 SYS_write(3, 12105\n, 6) = 6
12105 SYS_close(3)   = 0
12105 SYS_socketcall(1, 0x58464920, 0, 0x806ee50, 0x806ee50) = 3
12105 SYS_fcntl64(3, 3, 0x806ee50, 0x806ee50, 0x2662f880) = 2
12105 SYS_fcntl64(3, 4, 2050, 2050, 0x2662f880)  = 0
12105 SYS_fcntl64(3, 2, 1, 1, 0x2662f880)= 0
12105 SYS_stat64(0x58464892, 0x5846475c, 0x2662f880, 0x58464890, 0x5846475c) = 0
12105 SYS_unlink(0x58464892, 0x58464830, 0x806ee50, 0x58464890, 0x58464892) = 
-30
12105 SYS_socketcall(2, 0x58464810, 0x2662fc40, 0x58464890, 0x58464892) = -98
12105 SYS_write(2, io.c: bind_unix_socket(): bind f..., 72) = 72
12105 SYS_close(3)   = 0
12105 SYS_write(2, Error initializing configuration..., 43) = 43
12105 SYS_write(4, \001, 1)= 1
12105 SYS_close(4)   = 0
664 ... SYS_read resumed \001, 1)= 1
12105 SYS_exit_group(2)  = void
12105 SYS_exit(2 unfinished ...
664 SYS_exit_group(1)= void
664 SYS_exit(1 unfinished ...
12105 +++ exited (status 2) +++
664 +++ exited (status 1) +++
-8---8-

The important lines are the SYS_unlink(...) = -30 and
SYS_socketcall(2, ...) = -98. The first is failing because syslog-ng is
attempting to unlink /dev/log, which fails due to /dev being read-only.
I'm unsure of the SYS_socketcall(), but again traces to a read-only FS.

This should not happen. On recent installations, most often /dev is a
tmpfs and failing that read-write, but it is perfectly legitimate for it
to be read-only.

For people who run into this, this is a very serious bug. I cannot quite
justify a grave severity as too few people have their systems this
tightly locked down.


-- 
(\___(\___(\__  --= 8-) EHM =--  __/)___/)___/)
 \BS (| [EMAIL PROTECTED] PGP 8881EF59 |)   /
  \_CS\   |  _  -O #include stddisclaimer.h O-   _  |   /  _/
\___\_|_/82 04 A1 3C C7 B1 37 2A*E3 6E 84 DA 97 4C 40 E6\_|_/___/




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



Bug#327031: ifdown routine only works on Linux

2005-09-07 Thread Robert Millan
Package: sysvinit
Version: 2.86.ds1-1.1
Severity: normal
Tags: patch

The ifdown() routine in src/ifdown.c (called by halt or reboot when passed -i
flag) produces weird output on GNU/kFreeBSD (prints uninitialised strings).
 
Since this feature is not very useful, because netbase already shuts down
interfaces, I haven't bothered to port it.  Here's a patch that turns ifdown()
into a dummy stub for non-Linux systems.
 
Please note that we still need the -i command-line flags since other scritps
seem to rely on them, though.

-- 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.11-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)

Versions of packages sysvinit depends on:
ii  coreutils   5.2.1-2  The GNU core utilities
ii  initscripts 2.86.ds1-1.1 Standard scripts needed for bootin
ii  libc6   2.3.5-4  GNU C Library: Shared libraries an
ii  sysv-rc 2.86.ds1-1.1 Standard boot mechanism using syml

sysvinit recommends no packages.

-- no debconf information
diff -ur sysvinit-2.86.ds1/src/ifdown.c sysvinit-2.86.ds1.new/src/ifdown.c
--- sysvinit-2.86.ds1/src/ifdown.c	1998-06-02 22:41:47.0 +0200
+++ sysvinit-2.86.ds1.new/src/ifdown.c	2005-09-06 14:50:21.0 +0200
@@ -29,6 +29,7 @@
  */
 int ifdown(void)
 {
+#ifdef __linux__
 	struct ifreq ifr[MAX_IFS];
 	struct ifconf ifc;
 	int i, fd;
@@ -69,6 +70,7 @@
 		}
 	}
 	close(fd);
+#endif  /* __linux__ */
 
 	return 0;
 }


Bug#301546: libPHP4.so

2005-09-07 Thread pashmima



Hello Marek,

I am having problem loading libphp4.so modules. 
When I run the apache, it tells me /usr/lib/apache/1.3/libphp3.so cannot open 
shared object file: No such file or directory. Would you be able to advice me 
how can I implement this modules and if I comment, what is the 
consequences.

I would appreciate help.

Arjun


Bug#326970: dictd: Dictdconfig improvement managing dictionary names

2005-09-07 Thread Thomas Petazzoni
Hi,

[ I'm adding Ludovic Courtès as Cc: of this mail ]

Kirk Hilliard wrote:

 You will need to add the desired database names to the database as
 definitions for 00-database-short-cs and 00-database-short-de.
 
 Does that work for you?

Yes it seems to work for us:
 - we can avoid the symlinks
 - we can define the name of each index in the database file

Ludovic, do you see any remaining issues ?

 Here is a diff of an experimental version of dictdconfig that
 implements the above behavior.  If this satisfies your needs I will
 include something like it in a new unstable release.  How soon do you
 hope to upload?

I'll give a try to this patch this evening and let you know. Thanks !

As Ludovic and I are not Debian Developers, we'll need to find a sponsor
if we want the package to be uploaded into Debian. Maybe you're
interested in sponsoring such a package ?

By the way, the ReVo dictionary is encoded in UTF-8, so we faced the
well-known (#232227, #314325, etc.) dictd-locale-problem: if
/etc/default/dictd isn't modified by the user to add a
--locale=foo_BAR.UTF-8, then dictd won't start anymore. This problem
is quite annoying since it won't allow dict-revo to work out-of-the-box,
as it doesn't currently allow dict-de-en to work out-of-the-box. Any
idea to fix this problem ?

Anyway, thanks for the very quick answer ! It's really nice to get such
a fast feedback !

Sincerly,

Thomas
-- 
Thomas Petazzoni
[EMAIL PROTECTED]




Bug#321442: kernel-source-2.6.8: fails to compile on powerpc (drivers/ide/ppc/pmac.c)

2005-09-07 Thread Horms
tag 321442 +pending
thanks

I've put this in svn, so if kernel-source-2.6.8 ever gets 
a non-security update in sarge, it will appear.

-- 
Horms


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



Bug#321442: kernel-source-2.6.8: fails to compile on powerpc (drivers/ide/ppc/pmac.c)

2005-09-07 Thread Horms
On Mon, Sep 05, 2005 at 02:42:43PM +0200, Bartlomiej Zolnierkiewicz wrote:
 Should be fixed in 2.6.13.
 
 On 8/16/05, Kyle Moffett [EMAIL PROTECTED] wrote:
  On Aug 13, 2005, at 18:54:30, LT-P wrote:
   Le lun 08 aoû 2005 17:57:04 CEST, Horms [EMAIL PROTECTED] a écrit:
   Can you please enable BLK_DEV_IDEDMA_PCI and see if that resolves
   your
   problem. If it does, then the following patch should fix Kconfig
   so that BLK_DEV_IDEDMA_PCI needs to be enabled for BLK_DEV_IDE_PMAC
   to be enabled. It should patch cleanly against Debian's 2.6.8 and
   Linus' current Git tree.
   It seems to solve the problem, thanks.
   Sometimes, I feel like I am the only person in the world to compile
   the kernel on
   powerpc... :)
  
  Actually, I ran into this same bug a day or so ago when updating to
  2.6.13-rc6,
  it's just I noticed the error, fixed my config, then recompiled and
  forgot
  about it completely until now :-D.  Thanks for the bug report, though!

thanks

-- 
Horms



Bug#224591: guile-config shouldn't be in guile-1.6

2005-09-07 Thread Jason Dorje Short

Rob Browning wrote:

/usr/lib/libguile.so -lguile-ltdl /usr/lib/libqthreads.so -lpthread 
-lcrypt -lm

/usr/bin/ld: cannot find -lguile-ltdl



It looks like you don't have guile-1.6-dev installed, which you need
if you're trying to compile against guile-1.6.  In fact, it looks like
you still have the old guile-1.4 development libraries installed.

When you install guile-1.6-dev, apt (or whatever you use) will
correctly insist that you remove them.

Hope this helps


There should be a conflicts-with between guile-1.6 and guile-1.4-dev 
(and probably between guile-1.4 and guile-1.6-dev).


-jason


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



Bug#327035: bash: manpage macro problem?

2005-09-07 Thread Justin Pryzby
Package: bash
Version: 3.0-15
File: /usr/share/man/man1/bash.1.gz
Severity: normal

In bash.1, I see:

 If  0for which a trap has been set, the trap will not be executed

which I cannot parse.


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



Bug#327034: font size not saved with 'Save as Default'

2005-09-07 Thread Pekka Jääskeläinen
Package: konsole
Version: 4:3.4.2-2
Severity: minor

When using Settings-Font-Custom and selecting Monospace/14px, 
saving settings with Save as Default, and restarting konsole,
font is correct but its size is 12px.

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

Versions of packages konsole depends on:
ii  kdelibs4c24:3.4.2-3  core libraries for all KDE applica
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libstdc++64.0.1-6The GNU Standard C++ Library v3
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxtst6  6.8.2.dfsg.1-6 X Window System event recording an
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m

Versions of packages konsole recommends:
pn  xfonts-konsolenone (no description available)

-- no debconf information


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



Bug#327032: python-ldaptor: not installable in sid

2005-09-07 Thread Laurent Bonnaud
Package: python-ldaptor
Version: 0.0.41
Severity: grave
Justification: renders package unusable


Hi,

here is the problem:

# apt-get install python-ldaptor
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

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

The following packages have unmet dependencies:
  python-ldaptor: Depends: python-twisted (= 1.3.0) but it is not going to be 
installed
E: Broken packages


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#327033: thai-system: depends on obsolete xserver-xfree86 package

2005-09-07 Thread Steve Langasek
Package: thai-system
Version: 2
Severity: grave

It seems that thai-system has a dependency on xserver-xfree86.  I don't know
why; I doubt that thai-system requires specific features of this X server.
Even if it does, though, xserver-xfree86 is going away for etch, replaced by
xserver-xorg, which means this package will be uninstallable.

Please update your dependencies to reflect the change from xserver-xfree86
to xserver-xorg.  This package will be removed from testing pending
resolution of this bug, to allow the xorg update into testing.

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


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



Bug#305928: ReVo doesn't fit in freedict

2005-09-07 Thread Thomas Petazzoni
Hi,

Yesterday, with the help of Ludovic Courtès, I studied more precisely
the integration of ReVo (an Esperanto dictionary) to Debian. In fact,
we've discovered that freedict dictionaries are only translation
dictionaries, and that the TEI XML files only allow to express these
translations.

However, the ReVo is really an Esperanto dictionary, giving an Esperanto
definition for every word, as long as translation in many languages. As
such, its format doesn't seem to fit well in the TEI XML format.

So, we've decided to package it separatly, in a dict-revo package.

Consequently, if you agree, I think you can close this bug.

Sincerly,

Thomas
-- 
Thomas Petazzoni
[EMAIL PROTECTED]




Bug#327037: vim: x-11 selection (running in xterm) not working

2005-09-07 Thread Jan Otte
Package: vim
Version: 1:6.3-071+1
Severity: normal

Hi,

there is no possibility to use the x-11 selection in vim running under
xterm. The quotestar and quoteplus registers are not available (they are
mapped to the unnamed register), thus making the simple vim X-11 cut/paste 
unusable.

There are only gtk- and so versions of vim which are able to do this
x-11 selection, but they are depending on a whole bunch of other
libraries (gtk).

I guess that the problem could be solved by adding some compile flags
when building the package (compile the x-11 support in).

Jan Otte

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2)

Versions of packages vim depends on:
ii  dpkg 1.10.28 Package maintenance system for Deb
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libgpmg1 1.19.6-19sarge1 General Purpose Mouse - shared lib
ii  libncurses5  5.4-4   Shared libraries for terminal hand
ii  vim-common   1:6.3-071+1 Vi IMproved - Common files

-- no debconf information


This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.


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



Bug#327036: freeciv-client-gtk built against libpango1.0-0 from experimental

2005-09-07 Thread Rasmus Bøg Hansen
Package: freeciv-client-gtk
Version: 2.0.5-1
Severity: normal

freeciv-client-gtk was built against pango from experimental and is thus
uninstallable in unstable:

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

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

The following packages have unmet dependencies:
  freeciv-client-gtk: Depends: libpango1.0-0 (= 1.10.0) but 1.8.2-1 is to be 
installed
E: Broken packages

Regards
/Rasmus

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

Versions of packages freeciv-client-gtk depends on:
ii  freeciv-data  2.0.5-1Civilization turn based strategy g
ii  freeciv-serve 2.0.5-1Civilization turn based strategy g
ii  libasound21.0.9-3ALSA library
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libsdl-mixer1 1.2.6-1.1  mixer library for Simple DirectMed
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-5.3 Simple DirectMedia Layer
ii  zlib1g1:1.2.3-4  compression library - runtime

freeciv-client-gtk recommends no packages.

-- no debconf information


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



Bug#134919: info

2005-09-07 Thread Denny

Did you know that you could cut your food right down to 1000 calories and still 
gain weight? Eat 1000, burn only 800 and you will gain weight- eventhough 
you're constantly hungry.

On the other hand, you could eat say 3,000 calories and loose a lot of weight- 
If you burn 3,500 
which has less to do with excersise and mostly has to do with your metabolism.
Boost your metabilism effectively with MetaGen and loose those unwanted pounds
Do some moderate exersize while taking it and loose even more pounds naturally 
and repidly.

http://shop4elite.info

Thank you,
Nettie Davison

http://shop4elite.info/r


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



Bug#138726: (Message Subject)

2005-09-07 Thread Thomas

Did you know that you could cut your food right down to 1000 calories and still 
gain weight? Eat 1000, burn only 800 and you will gain weight- eventhough 
you're constantly hungry.

On the other hand, you could eat say 3,000 calories and loose a lot of weight- 
If you burn 3,500 
which has less to do with excersise and mostly has to do with your metabolism.
Boost your metabilism effectively with MetaGen and loose those unwanted pounds
Do some moderate exersize while taking it and loose even more pounds naturally 
and repidly.

http://shop4elite.info

Thank you,
Brenda Courtney

http://shop4elite.info/r


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



Bug#228713: mutt/1772: mutt: progress report on imap connections would be nice

2005-09-07 Thread Brendan Cully
Synopsis: mutt: progress report on imap connections would be nice

State-Changed-From-To: open-closed
State-Changed-By: brendan
State-Changed-When: Wed, 07 Sep 2005 09:44:44 +0200
State-Changed-Why:
Fixed in CVS.



 Comment added by brendan on Wed, 07 Sep 2005 09:44:44 +0200 
 




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



Bug#242236: fixed with #248125?

2005-09-07 Thread Mickael Marchand
Arthur Korn a écrit :
 Hi

 Darren Tucker suggested that your problem with sshd eating all
 cpu might be related to #248125. Since the latter has been fixed
 in 1:3.8.1p1-4, could somebody please verify and close #242236?

 HTH, 2ri

I do not seem to be able to reproduce this bug with debian sarge :)
(openssh 3.8.1p1-8.sarge.4)
I believe the bug can be closed now.

Cheers,
Mik



Bug#249642: cdrdao: FTBFS amd64: x86_64 not supported

2005-09-07 Thread Free Ekanayaka
|--== Andrew Suffield writes:

  AS On Tue, Sep 06, 2005 at 11:38:57AM +0100, Free Ekanayaka wrote:
  I  among the  ones   who really would   like  to see cdrdao  on Debian
  amd64. Is there any reason that prevent fixing this bug?

  AS Lack of an amd64 archive, or any particularly good reason to bother
  AS uploading it just for that. Also lack of any practical way to test it,
  AS given the absence of a Debian amd64 platform to test it on. 

I have a amd64 laptop at hand,  I can test it out  or even give you an
account if needed.

  AS I'm
  AS disinclined to do it on vague promises of an amd64 platform in the
  AS future

Well, maybe the promise is not that vague, as  we already have a fully
working non official  port and amd64  are becoming quite popular (more
popular than other officially supported archs, for that matter).

  AS for something as horribly fragile and potentially destructive
  AS as cdrdao; that's how we get software in releases that creates
  AS coasters.

I think  I'm missing something. AFAICS the  suggested patch in #249642
only  concerns a couple  of symlinks; if the  source code is untouched
why just rebuilding it should create coasters?

Cheers,

Free




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



Bug#322023: [xmms-arts] #322023 Probably caused by library upgrade

2005-09-07 Thread Jan Hudec
Hello,

I have the same symptoms here. No SAMBA involved.

This is Etch (testing) and the problem appeared after upgrade on 2005-09-05.
Since neither xmms-arts nor libarts1 were upgraded on that day (and indeed
quite some time), the bug was not really introduced here. I am inclined to
think it was introduced by upgrade of libc6, which, IIRC (unfortunately
I can't find testing promotions history on the Debian QA pages), went from
2.3.2ds* to 2.3.5 on that day. I tried recompiling arts, but it did not seem
to help.

Another thing is, that artsplay stopped working too (thoug testing sound in
kcontrol works), so I'll file a bug against arts.

--
 Jan 'Bulb' Hudec [EMAIL 
PROTECTED]


signature.asc
Description: Digital signature


Bug#324574: I've got the same bug

2005-09-07 Thread PY Schoepp

hello

Just to say I've got the same bug :(
despite gphpedit seems to be THE editor I'm looking for... it is unusable :(

I noticed an other symptom : when a other window (or dialogue) goes in 
front of gphpedit, the entire text behind (in gphpedit) keep dancing 
when the top windows moves. The rendering is recalculate.


I don't know if my message can help, hop so
and excuse me for my poor English

PY Schoepp


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



Bug#327019: ssh: scp allows remote execution of shell commands when semicolon is used in filename

2005-09-07 Thread Adam D. Barratt
On Wednesday, September 07, 2005 6:36 AM, Alexey Feldgendler
[EMAIL PROTECTED] wrote:

 Package: ssh
 Version: 1:3.8.1p1-8.sarge.4
 Severity: critical

 Here is my testcase:

 $ scp remotehost@';uname -a'

scp [EMAIL PROTECTED]:';uname -a', surely?

Regards,

Adam



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



Bug#326958: request-tracker3.4: no connection to syslog available at /opt/machine/perl/lib/site_perl/5.8.2/Log/Dispatch/Syslog.pm line 77

2005-09-07 Thread Stephen Quinney
On Tue, Sep 06, 2005 at 04:25:06PM -0500, Vince Mulhollon wrote:
 Package: request-tracker3.4
 Severity: normal
 
 On my recently updated testing box I get the following error at my initial
 login. I get the login page, then type in the root password, and it fails 
 with this error, when RT is trying to log my successful login attempt:
 
 no connection to syslog available at
 /opt/machine/perl/lib/site_perl/5.8.2/Log/Dispatch/Syslog.pm line 77
 

This strongly suggests to me that you are using a locally
compiled/installed version of Perl and not the one shipped as part of
Debian (that would be in /usr/lib/perl and /usr/share/perl). With this
in mind I am not sure I am going to be able to help you very much as
the problem could just as easily be in the perl as in my
request-tracker3.4 package.

I recommend you run request-tracker3.4 (and all Debian perl packages
for that matter) with the version of perl shipped with Debian and see
if that fixes your problems. If nothing else this will provide an
upgrade from the 5.8.2 version you are using to the 5.8.7 which comes
with testing/etch. We do depend on a version of perl (= 5.8.3) for a
good reason, ignoring dependency lists is going to result in all sorts
of trouble for you.

Stephen Quinney




signature.asc
Description: Digital signature


Bug#317929: libqt3-headers: another line with warning

2005-09-07 Thread Lior Kaplan
Package: libqt3-headers
Version: 3:3.3.4-7
Followup-For: Bug #317929

I also got this warning, in addition to the ones reported previously.
/usr/include/qt3/qtooltip.h:86: warning: 'class QToolTip' has virtual functions 
but non-virtual destructor

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

libqt3-headers depends on no packages.

Versions of packages libqt3-headers recommends:
ii  libqt3-mt-dev 3:3.3.4-7  Qt development files (Threaded)

-- no debconf information


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



Bug#327038: rtorrent: new upstream development release

2005-09-07 Thread Mario
Package: rtorrent
Version: 0.3.1-1
Severity: wishlist


Please, could you package the new upstream development release (0.3.3). 

thanks,
Mario

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.12-lgls
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages rtorrent depends on:
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libcurl3   7.13.2-2  Multi-protocol file transfer libra
ii  libgcc11:3.4.3-13GCC support library
ii  libidn11   0.5.13-1.0GNU libidn library, implementation
ii  libncurses55.4-4 Shared libraries for terminal hand
ii  libsigc++-2.0-02.0.10-1  type-safe Signal Framework for C++
ii  libssl0.9.70.9.7e-3  SSL shared libraries
ii  libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3
ii  libtorrent40.7.1-1   a C++ BitTorrent library
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information


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



Bug#249642: cdrdao: FTBFS amd64: x86_64 not supported

2005-09-07 Thread Andrew Suffield
On Wed, Sep 07, 2005 at 08:44:16AM +0100, Free Ekanayaka wrote:
 |--== Andrew Suffield writes:
 
   AS On Tue, Sep 06, 2005 at 11:38:57AM +0100, Free Ekanayaka wrote:
   I  among the  ones   who really would   like  to see cdrdao  on Debian
   amd64. Is there any reason that prevent fixing this bug?
 
   AS Lack of an amd64 archive, or any particularly good reason to bother
   AS uploading it just for that. Also lack of any practical way to test it,
   AS given the absence of a Debian amd64 platform to test it on. 
 
 I have a amd64 laptop at hand,  I can test it out  or even give you an
 account if needed.

Testing it means reading and burning a bunch of CDs.

   AS I'm
   AS disinclined to do it on vague promises of an amd64 platform in the
   AS future
 
 Well, maybe the promise is not that vague, as  we already have a fully
 working non official  port and amd64  are becoming quite popular (more
 popular than other officially supported archs, for that matter).

And it's completely unknown how similar or different it will be
if/when there's a proper Debian amd64 platform.

   AS for something as horribly fragile and potentially destructive
   AS as cdrdao; that's how we get software in releases that creates
   AS coasters.
 
 I think  I'm missing something. AFAICS the  suggested patch in #249642
 only  concerns a couple  of symlinks; if the  source code is untouched
 why just rebuilding it should create coasters?

Because cdrdao is fragile and frankly quite broken. It's constructed
by taking a chunk of code from cdrecord, which is dodgy at best and
only really understood by the somewhat crazy cdrtools author, and
slapping a different frontend onto it. I've seen it break from more
things I can easily count; the most common are updates to libscg,
updates to gcc, and the release of new CD burners into the market.

This is not something you can just rebuild and hope it will work. I
don't even know if the version of libscg in cdrdao at present has even
been ported to amd64, so I'd have to start by updating it from a
cdrtools release that I know has been.

-- 
  .''`.  ** Debian GNU/Linux ** | Andrew Suffield
 : :' :  http://www.debian.org/ |
 `. `'  |
   `- --  |


signature.asc
Description: Digital signature


Bug#327020: laptop-mode-tools: User supplied config missing

2005-09-07 Thread Bart Samwel

Jarne Cook wrote:

Package: laptop-mode-tools
Version: 1.10-1
Severity: wishlist

Every time this package is updated dpkg wants to overwrite my custom
alterations to /etc/laptop-mode/laptop-mode.conf .

Perhaps it would be good to have a local overriding sourced file which users
are suppose to edit instead of the default.

For example /etc/default/laptop-mode ( or 
/etc/laptop-mode/laptop-mode.conf.local)
could be sourced after the default one.


Interesting idea. Of course, the config file is intended as an example / 
default only -- it's just that it's extended rather often, as laptop 
mode tools is still in pretty active development. So, you can simply say 
no every time it wants to upgrade -- I always make sure that backward 
compatibility is maintained, so this will not break anything. Also, I 
think the way that laptop-mode-tools works is the way most packages 
work. Could you point out one or more (representative, i.e. big) 
packages that do things the way you suggest?


--Bart


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



Bug#327028: laptop-mode-tools: changing from laptop mode to laptop mode spins up disks

2005-09-07 Thread Bart Samwel

Jarne Cook wrote:

Package: laptop-mode-tools
Version: 1.10-1
Severity: minor

When the laptop is in LM mode and I close the lid thescript
`/usr/sbin/laptop_mode auto` (from /etc/acpi/actions/lm_lid.sh)
spins up up the disks.


I dont know why it's happening I just know when I call that script
(when in LM mode) the HD spins up.

So Im just gonna hash out the line that calls it from the acpi
actions file for now.


H. It's possible that the script, or one of the things it calls, is 
not in cache. It's also possible that the actions of laptop_mode cause 
the disk to spin up -- e.g. the remounts. I removed an optimization 
recently which used to suppress actions when laptop mode was being 
enabled while it was already enabled. The optimization needed to be 
removed because there are different settings for laptop-mode-on-ac and 
laptop-mode-on-battery, which need to be enacted. I think I should 
record the battery/ac state when laptop mode is enabled/disabled, and 
reinstate the optimization using that information. Thanks.


--Bart


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



Bug#213017: mutt-1.5.4i: record does not work correctly with imap and tunnel enabled

2005-09-07 Thread Sven Geggus
Adeodato Simó schrieb am Mittwoch, den 07. September um 10:18 Uhr:
   Again, upstream would like to know if you can reproduce this with mutt
   1.5.10. They'll close the bug in a while if you fail to provide an
   answer.

hm, I found a workaround for this in changing IMAP-Servers from courier-imap to
dovecot. Thus it is not possible for me to reproduce this at the moment.

Sven

-- 
and on the third day he rebooted into Linux-1.3.84
(Linus Torvalds, Easter Kernel Release 1996)

/me is [EMAIL PROTECTED], http://sven.gegg.us/ on the Web


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



Bug#327040: libarts1: artsplay stopped working

2005-09-07 Thread Jan Hudec
Package: libarts1
Version: 1.3.2-3
Severity: important
Tags: etch

Hello,

After Etch upgrade on 2005-09-05, artsplay (and xmms arts plugin)
stopped working. libarts1 itself was not upgraded on that day. The
system was upgraded on 2005-09-01 before and it still worked then.
Unfortunately I can't find what packages were promoted to testing during
that period.

artsplay stopped working means it exits with status 1 and only a click
is heared.

I tried recompiling arts for the (likely) case a binary incompatibility
of some library caused this, but it did not seem to help.

I am using ALSA OSS emulation output.

--
 Jan 'Bulb' Hudec [EMAIL 
PROTECTED]

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.9skas3
Locale: LANG=C, LC_CTYPE=cs_CZ (charmap=ISO-8859-2)

Versions of packages libarts1 depends on:
ii  libartsc01.3.2-3 aRts Sound system C support librar
ii  libasound2   1.0.9-3 ALSA library
ii  libaudio21.7-2   The Network Audio System (NAS). (s
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libesd0  0.2.36-1Enlightened Sound Daemon - Shared 
ii  libgcc1  1:4.0.1-2   GCC support library
ii  libglib2.0-0 2.8.0-1 The GLib library of C routines
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libjack0.80.0-0  0.99.0-6JACK Audio Connection Kit (librari
ii  libmad0  0.15.1b-2.1 MPEG audio decoder library
ii  libogg0  1.1.2-1 Ogg Bitstream Library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.4-3   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libstdc++5   1:3.3.6-7   The GNU Standard C++ Library v3
ii  libvorbis0a  1.1.0-1 The Vorbis General Audio Compressi
ii  libvorbisenc21.1.0-1 The Vorbis General Audio Compressi
ii  libvorbisfile3   1.1.0-1 The Vorbis General Audio Compressi
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxt6   4.3.0.dfsg.1-14 X Toolkit Intrinsics
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

Versions of packages libarts1 recommends:
ii  akode 4:3.3.2-1  akode arts plugin

-- no debconf information


signature.asc
Description: Digital signature


Bug#327039: CAN-2005-2494: Insecure lockfile handling permits potential local root privilege escalation

2005-09-07 Thread Moritz Muehlenhoff
Package: kdebase-bin
Version: 3.4.2-2
Severity: grave
Tags: security
Justification: user security hole

Please see http://www.kde.org/info/security/advisory-20050905-1.txt for details
and a patch.
 
Cheers,
Moritz
-- 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.12-rc5
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#213017: mutt-1.5.4i: record does not work correctly with imap and tunnel enabled

2005-09-07 Thread Adeodato Simó
  Again, upstream would like to know if you can reproduce this with mutt
  1.5.10. They'll close the bug in a while if you fail to provide an
  answer.

  Cheers,

* Adeodato Simó [Tue, 08 Jun 2004 14:50:08 +0200]:

 package mutt
 tags 213017 +moreinfo
 thanks

 * [EMAIL PROTECTED] [Sat, 27 Sep 2003 18:56:23 +0200]:

  When using mutt (recent CVS Version as of 27. September 2003
  or current Debian unstable Version as of 1.5.4+20030913-1)
  in conjunction with IMAP and the tunnel function then record on IMAP
  folders is not working correctly anymore.

  What I get is the recorded Mail in the Inbox-Folder instead of the record
  given in muttrc.

  BTW, this used to be working fine on the 1.5.4 Version of mutt!

  IMAP Server is courier IMAP from Debian woody if this is important.

   hi, can you try if this still happens with current mutt versions. if
   it does, plese write back describing how to exactly reproduce this bug
   (the value of the relevant variables, the steps you follow and the
   expected behavior). i'll try to reproduce it myself then.

   thanks,


-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
The reader this message encounters not failing to understand is cursed.



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



Bug#319887: apt-zip 0.13.3 has a brokenly applied patch

2005-09-07 Thread Eddy Petrişor
Hello Giacomo,

I have observed that you have applied a part of my patch to apt-zip
0.13.3. Thanks for that.

The problem is that the patch was applied brokenly on apt-zip's code
(I guess you took parts of it).

The formatting is messed up in the wget method and the generated
scripts; the patch I proposed used a trick for formatting and infile
code: all the leading tabs are eliminated in the resulting output, but
no the same for the spaces. (Probably) your editor replaced the tabs
with spaces in some files and in some files didn't.


Also the replacement of the less portable command which (not present
on cygwin) with type was recorded in the changelog, but was not
added to the code.


I have made a new patch which fixes all the problems and adds suport
for relative paths (please add this as I usually invoke apt-zip with a
command like apt-zip -s -m . -p codeville, and I am sure many could
use it in the same way on a flash stick, as there is no need to make
files in the root of the removable media).

I have extended space protection in a place or two.


PS: The changelog is updated and your name is registered for the
packahe maintainer ;-) Sorry for impersonating you :o)

Note that there is no close #319887 registration in the changelog, as
the issue still seems open for some places.

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


apt-zip-0.13.3-0.13.4.patch
Description: Binary data


Bug#326891: freeradius: postinst script could be faster

2005-09-07 Thread Guido Trotter
On Wed, Sep 07, 2005 at 01:12:42AM +1000, Paul TBBle Hampson wrote:


 Nice catch. However, I went with
 find /var/log/freeradius \( ! -user freerad -o ! -group freerad \) -exec 
 chown freerad:freerad {} \;
 as otherwise it'll do the exec only in the ! -group freerad case.
 
 It'll be in FreeRADIUS 1.0.5's release, (any time now) and so will be fixed in
 Debian upon upload of 1.0.5-1.
 

Ok, that's great, thank you! I'm maintaining a stable backport of freeradius and
that will help being efficient when I upgrade on the production servers! (I did
that because of the fact that the security issues in freeradius described in
http://www.freeradius.org/security.html that probably affected debian stable too
were not addressed by any security team DSA... Do you know why, and if they
will?)

Thanks!

Guido



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



Bug#312393: [Logcheck-devel] Bug#312393: logcheck: The bug looks to be in the postinst script

2005-09-07 Thread Ritesh Raj Sarraf
On Wednesday 07 Sep 2005 05:02, maximilian attems wrote:
 can you please provide the output of the following command on your system:
 adduser --quiet --system --no-create-home --group --home /var/lib/logcheck
 logcheck


[EMAIL PROTECTED]:~ # adduser --quiet --system --no-create-home --group 
--home /var/lib/logcheck logcheck

No output.  The command executed successfully

 you need to run aboves cmd as root, afterwards the output of that would be
 intersting:
 getent passwd logcheck


[EMAIL PROTECTED]:~ # getent passwd logcheck
logcheck:x:119:118::/var/lib/logcheck:/bin/false

 as aboves may fail, are you using selinux or grsecurity?
 what are you mount options, please send output of:
 mount

No, I'm not using any of them. /var is part of /
/dev/hda8 on / type ext3 (rw,errors=remount-ro,commit=0)

 also the plain output of this both may help:
 getent passwd

[EMAIL PROTECTED]:~ # getent passwd
root:x:0:0:root:/root:/bin/bash
sashroot:x:0:0:root:/root:/bin/sash
daemon:x:1:1:daemon:/usr/sbin:/bin/sh
bin:x:2:2:bin:/bin:/bin/sh
sys:x:3:3:sys:/dev:/bin/sh
sync:x:4:65534:sync:/bin:/bin/sync
games:x:5:60:games:/usr/games:/bin/sh
man:x:6:12:man:/var/cache/man:/bin/sh
lp:x:7:7:lp:/var/spool/lpd:/bin/sh
mail:x:8:8:mail:/var/mail:/bin/sh
news:x:9:9:news:/var/spool/news:/bin/sh
uucp:x:10:10:uucp:/var/spool/uucp:/bin/sh
proxy:x:13:13:proxy:/bin:/bin/sh
postgres:x:31:32:postgres:/var/lib/postgres:/bin/sh
www-data:x:33:33:www-data:/var/www:/bin/sh
backup:x:34:34:backup:/var/backups:/bin/sh
operator:x:37:37:Operator:/var:/bin/sh
list:x:38:38:Mailing List Manager:/var/list:/bin/sh
irc:x:39:39:ircd:/var/run/ircd:/bin/sh
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh
nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
rrs:x:1000:1000:Ritesh Raj Sarraf,,,:/home/rrs:/bin/bash
saned:x:104:104::/home/saned:/bin/false
dictd:x:105:105::/var/lib/dictd:/bin/false
identd:x:100:65534::/var/run/identd:/bin/false
sshd:x:101:65534::/var/run/sshd:/bin/false
dovecot:x:109:109:Dovecot mail server,,,:/usr/lib/dovecot:/bin/false
fetchmail:x:102:65534::/var/run/fetchmail:/bin/sh
postfix:x:103:107::/var/spool/postfix:/bin/false
uml-net:x:113:113::/home/uml-net:/bin/false
messagebus:x:106:114::/var/run/dbus:/bin/false
hal:x:115:115:Hardware abstraction layer,,,:/var/run/hal:/bin/false
test:x:1001:1001:,,,:/home/test:/bin/bash
mysql:x:107:116:MySQL Server,,,:/var/lib/mysql:/bin/false
alias:x:64010:65534:qmail alias,,,:/var/qmail/alias:/bin/false
qmaild:x:64011:65534:qmail daemon,,,:/var/qmail:/bin/false
qmails:x:64012:64010:qmail send,,,:/var/qmail:/bin/false
qmailr:x:64013:64010:qmail remote,,,:/var/qmail:/bin/false
qmailq:x:64014:64010:qmail queue,,,:/var/qmail:/bin/false
qmaill:x:64015:65534:qmail log,,,:/var/qmail:/bin/false
qmailp:x:64016:65534:qmail pw,,,:/var/qmail:/bin/false
Debian-console-log:x:108:108::/var/run/console-log:/bin/false
logcheck:x:119:118::/var/lib/logcheck:/bin/false

 getent group

[EMAIL PROTECTED]:~ # getent group
root:x:0:
daemon:x:1:
bin:x:2:
sys:x:3:
adm:x:4:rrs,Debian-console-log
tty:x:5:
disk:x:6:rrs
lp:x:7:lp
mail:x:8:
news:x:9:
uucp:x:10:
proxy:x:13:
kmem:x:15:
dialout:x:20:rrs
fax:x:21:
voice:x:22:
cdrom:x:24:hal,rrs
floppy:x:25:hal
tape:x:26:
sudo:x:27:
audio:x:29:rrs
dip:x:30:rrs
postgres:x:32:
www-data:x:33:
backup:x:34:
operator:x:37:
list:x:38:
irc:x:39:
src:x:40:
gnats:x:41:
shadow:x:42:
utmp:x:43:
video:x:44:rrs
staff:x:50:rrs
games:x:60:
users:x:100:
nogroup:x:65534:
rrs:x:1000:
man:*:12:
sasl:*:45:
crontab:x:101:
camera:x:102:
scanner:x:103:
saned:x:104:
dictd:x:105:
ssh:x:106:
dovecot:x:109:
jwhois:x:110:
postfix:x:107:
postdrop:x:111:
lpadmin:x:112:
uml-net:x:113:rrs
plugdev:*:46:
messagebus:x:114:
hal:x:115:
test:x:1001:
mysql:x:116:
fuse:x:117:rrs
qmail:x:64010:
Debian-console-log:x:108:
logcheck:x:118:


Feel free if you need any additional information.

rrs
-- 
Ritesh Raj Sarraf
RESEARCHUT -- http://www.researchut.com
Gnupg Key ID: 04F130BC
Stealing logic from one person is plagiarism, stealing from many is 
research.
Necessity is the mother of invention.


pgpSIE3C9adhx.pgp
Description: PGP signature


Bug#327041: bugzilla: wrongly-encoded changelog

2005-09-07 Thread Yann Dirson
Package: bugzilla
Version: 2.18.3-1

Rémi's name in entry closing lines has suffered from 3 consecutive
latin1-utf8 conversions, whereas he is mentionned in correct utf8
encoding within another entry, as can be see for example by:

$ grep Perrot debian/changelog | iconv -f utf8 -t latin1 | iconv -f utf8
-t latin1
  * Added myself as Maintainer, moved Riconv: illegal input sequence at
position 39
$ grep Perrot debian/changelog | iconv -f utf8 -t latin1 | tail +3| iconv
-f utf8 -t latin1| iconv -f utf8 -t latin1





Bug#327042: cannot open soundfont file when it is in ~/

2005-09-07 Thread Robert Millan
Package: timidity
Version: 2.13.2-6
Severity: normal

$ timidity introgm.mid
[...]
/home/rmh/audio/8MBGMSFX.SF2.gz: No such file or directory
Can't open soundfont file ~/audio/8MBGMSFX.SF2.gz
[...]
$ ls -l /home/rmh/audio/8MBGMSFX.SF2.gz 
-rw-r--r--  1 rmh rmh 6996606 Sep  7 10:18 /home/rmh/audio/8MBGMSFX.SF2.gz

An strace run reveals that the code cuts down the path string into a form
starting with ~/ and passes that to the system calls.

-- 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.11-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)

Versions of packages timidity depends on:
ii  libartsc0 1.4.2-4aRts sound system C support librar
ii  libasound21.0.9-3ALSA library
ii  libaudio2 1.7-2  The Network Audio System (NAS). (s
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libc6 2.3.5-4GNU C Library: Shared libraries an
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libflac6  1.1.1-5.2  Free Lossless Audio Codec - runtim
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libice6   6.8.2.dfsg.1-5 Inter-Client Exchange library
ii  libjack0.80.0-0   0.99.0-6   JACK Audio Connection Kit (librari
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  libogg0   1.1.2-1Ogg Bitstream Library
ii  liboggflac1   1.1.1-5.2  Free Lossless Audio Codec - runtim
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libsm66.8.2.dfsg.1-5 X Window System Session Management
ii  libspeex1 1.1.6-2The Speex Speech Codec
ii  libvorbis0a   1.1.0-1The Vorbis General Audio Compressi
ii  libvorbisenc2 1.1.0-1The Vorbis General Audio Compressi
ii  libx11-6  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxaw7   6.8.2.dfsg.1-5 X Athena widget set library
ii  libxext6  6.8.2.dfsg.1-5 X Window System miscellaneous exte
ii  libxmu6   6.8.2.dfsg.1-5 X Window System miscellaneous util
ii  libxt66.8.2.dfsg.1-5 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages timidity recommends:
ii  freepats  20040611-1 Free patch set for MIDI audio synt

-- no debconf information


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



Bug#298194: [tex-live] new LM v. 0.99.2

2005-09-07 Thread Frank Küster
retitle 298194 New version 0.99.2 with fixed fixed-width fonts available
thanks

Staszek Wawrykiewicz [EMAIL PROTECTED] wrote:

 On Tue, 6 Sep 2005, [iso-8859-1] Frank Küster wrote:

 FK I seem to never have received an answer to my question whether *all* 
 FK issues with the monospace fonts not being monospaced are now 
 FK resolved? It was still present in 0.98.

 Bogus{\l}aw Jackowski answered:

 *All* issues will never be resolved -- you know, that after removing an n-th
 bug there is always an (n+1)-th one ;-)

I know... But good to hear that it should be okay now.  

 But at least the problem of stretchability and shrinkability of spaces
 has been fixed (actually since ver. 0.98.3, 05.04.2005):

LMTCSC10.AFM:
  Comment TFM fontdimen  2: 5.25   (space)
  Comment TFM fontdimen  3: 0  (space stretch)
  Comment TFM fontdimen  4: 0  (space shrink)
LMTCSO10.AFM:
  Comment TFM fontdimen  2: 5.25   (space)
  Comment TFM fontdimen  3: 0  (space stretch)
  Comment TFM fontdimen  4: 0  (space shrink)
LMTL10.AFM:
  Comment TFM fontdimen  2: 5.25   (space)
  Comment TFM fontdimen  3: 0  (space stretch)
  Comment TFM fontdimen  4: 0  (space shrink)
LMTLO10.AFM:
  Comment TFM fontdimen  2: 5.25   (space)
  Comment TFM fontdimen  3: 0  (space stretch)
  Comment TFM fontdimen  4: 0  (space shrink)
LMTLC10.AFM:
  Comment TFM fontdimen  2: 3.5(space)
  Comment TFM fontdimen  3: 0  (space stretch)
  Comment TFM fontdimen  4: 0  (space shrink)
LMTLCO10.AFM:
  Comment TFM fontdimen  2: 3.5(space)
  Comment TFM fontdimen  3: 0  (space stretch)
  Comment TFM fontdimen  4: 0  (space shrink)
LMTK10.AFM:
  Comment TFM fontdimen  2: 5.25   (space)
  Comment TFM fontdimen  3: 0  (space stretch)
  Comment TFM fontdimen  4: 0  (space shrink)
LMTKO10.AFM:
  Comment TFM fontdimen  2: 5.25   (space)
  Comment TFM fontdimen  3: 0  (space stretch)
  Comment TFM fontdimen  4: 0  (space shrink)
LMTT10.AFM:
  Comment TFM fontdimen  2: 5.25   (space)
  Comment TFM fontdimen  3: 0  (space stretch)
  Comment TFM fontdimen  4: 0  (space shrink)
LMTT12.AFM:
  Comment TFM fontdimen  2: 6.175  (space)
  Comment TFM fontdimen  3: 0  (space stretch)
  Comment TFM fontdimen  4: 0  (space shrink)
LMTT8.AFM:
  Comment TFM fontdimen  2: 4.25   (space)
  Comment TFM fontdimen  3: 0  (space stretch)
  Comment TFM fontdimen  4: 0  (space shrink)
LMTT9.AFM:
  Comment TFM fontdimen  2: 4.725  (space)
  Comment TFM fontdimen  3: 0  (space stretch)
  Comment TFM fontdimen  4: 0  (space shrink)
LMTTI10.AFM:
  Comment TFM fontdimen  2: 5.25   (space)
  Comment TFM fontdimen  3: 0  (space stretch)
  Comment TFM fontdimen  4: 0  (space shrink)
LMTTO10.AFM:
  Comment TFM fontdimen  2: 5.25   (space)
  Comment TFM fontdimen  3: 0  (space stretch)
  Comment TFM fontdimen  4: 0  (space shrink)

 Have I forgotten about something important? It's quite probable...

I don't see anything - Florent?

 Ps. The unusual width of musicalnote (e.g., in lmtt10, it has the width equal
 to 641.5, while other glyph have the width equal to 525) will not be changed
 as it is old Knappenian tradition ;-)

Regards, Frank

P.S. Sorry for the fullquote, but I'd like this info to be accessible in
the Debian BTS.

-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#323184: valgrind does not work for simplest programs

2005-09-07 Thread Elrond
Hi,

This problem has been partly fixed in 3.0.1-1.

Partly means, that
a) programs now mostly run under valgrind
b) valgrind now throws loads of warnings against me
   (probably some suppressions are needed, maybe some fixes
to libc6 are still needed, whatever)
c) some programs SEGV after running.

Simple hello world programs just generated bunches of
warnings and then execute. More complex thingies like
/bin/ls or /usr/bin/id generate more warnings, then print
their output, more warnings and finally report a SIGSEGV.

Current environment:
valgrind: 3.0.1-1
libc6: 2.3.5-6
kernel: 2.4.29



Elrond


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



Bug#326644: gpm: modifies conffile?

2005-09-07 Thread Justin Pryzby
On Tue, Sep 06, 2005 at 09:54:09PM -0500, Peter Samuelson wrote:
 
 [Justin Pryzby]

   The problem here is that we didn't forcibly add the md5sum of the
   previous non-ucf file to the ucf database. So it was marked as
   modified, then you didn't install any new config file version handled
   by ucf, so it kept thinking it was manually generated.
  Can you fix it in the preinst, by adding it now?
 
 Won't help.  We cannot tell the difference, as Guillem said, between a
 file converted to ucf in sarge and later modified by hand, and a file
 converted to ucf in sarge and *not* later modified by hand.
Are you talking about the case that the file is at some defualt-ish
version 1, then updated to v2, then to v3, and then the admin
manually updates in such a way that it happens to be identical to
v2?

  As above, isn't the md5sum of the previous nonucf file known?
 
 What md5sum?  The one corresponding to the woody /etc/gpm.conf on your
 computer?
woody?  I haven't run woody on this machine in forever .. possibly
never.  The file might have been the one woody used though, I guess.

Justin


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



Bug#326859: acknowledged by developer (Re: Bug#326859: kernel-source-2.6.11: usb mouse stops working on load)

2005-09-07 Thread CAiRO
Debian Bug Tracking System wrote on Wed, 07.09.2005:
 This is an automatic notification regarding your Bug report
 #326859: kernel-source-2.6.11: usb mouse stops working on load,
 which was filed against the linux-2.6 package.
 
 It has been closed by one of the developers, namely
 Horms [EMAIL PROTECTED].
 
 Their explanation is attached below.  If this explanation is
 unsatisfactory and you have not received a better one in a separate
 message then please contact the developer, by replying to this email.
 
 Debian bug tracking system administrator
 (administrator, Debian Bugs database)
 
 Received: (at 326859-done) by bugs.debian.org; 7 Sep 2005 07:17:27
 + From [EMAIL PROTECTED] Wed Sep 07 00:17:27 2005
 Return-path: [EMAIL PROTECTED]
 Received: from koto.vergenet.net [210.128.90.7] 
   by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
   id 1ECuBT-0008BO-00; Wed, 07 Sep 2005 00:17:27 -0700
 Received: by koto.vergenet.net (Postfix, from userid 7100)
   id B521D34036; Wed,  7 Sep 2005 16:17:26 +0900 (JST)
 Date: Wed, 7 Sep 2005 16:02:39 +0900
 From: Horms [EMAIL PROTECTED]
 To: CAiRO [EMAIL PROTECTED], [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: Bug#326859: kernel-source-2.6.11: usb mouse stops working
 on load Message-ID: [EMAIL PROTECTED]
 References: [EMAIL PROTECTED]
 Mime-Version: 1.0
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 In-Reply-To: [EMAIL PROTECTED]
 X-Cluestick: seven
 User-Agent: Mutt/1.5.10i
 Delivered-To: [EMAIL PROTECTED]
 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
   (1.212-2003-09-23-exp) on spohr.debian.org
 X-Spam-Level: 
 X-Spam-Status: No, hits=-8.0 required=4.0
 tests=BAYES_00,HAS_BUG_NUMBER,
   VALID_BTS_CONTROL autolearn=no
   version=2.60-bugs.debian.org_2005_01_02
 X-CrossAssassin-Score: 2
 
 reassign 326859 linux-2.6
 thanks
 
 On Tue, Sep 06, 2005 at 10:52:38AM +0200, CAiRO wrote:
  Package: kernel-source-2.6.11
  Version: 2.6.11-7
  Severity: normal
  
  If my system has some load (usually  3), my usb mouse (Microsoft
  IntelliMouse Optical) sometimes stops working all of a sudden. The
  only way to make it work again (apart from rebooting) is to unload
  the usbhid module and then load it again. Afterwards, it works
  again. Disconnecting the mouse from the computer and reconnecting it
  doesn't help.
 
 2.6.11 is no longer supported and will be removed from the archive
 shortly (if it hasn't been already). Could you please try
 kernel-image-2.6.12 and reopen the bug if pain persists.

I can neither find kernel-image-2.6.12 nor kernel-source-2.6.12 in the
debian pool. Where are they? And besides, what about stable? They only
have 2.6.8 and the problem occurs there, too.


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



Bug#327019: ssh: scp allows remote execution of shell commands when semicolon is used in filename

2005-09-07 Thread Colin Watson
severity 327019 normal
thanks

On Wed, Sep 07, 2005 at 12:36:03PM +0700, Alexey Feldgendler wrote:
 Package: ssh
 Version: 1:3.8.1p1-8.sarge.4
 Severity: critical
 
 Here is my testcase:
 
 $ scp remotehost@';uname -a'
 Linux pancake 2.6.11-1-686 #1 Mon Jun 20 22:00:38 MDT 2005 i686 GNU/Linux
 
 That line comes from the remote host (I verified this by trying
 hostname command instead of uname -a, that gives the name of the
 remote host).
 
 I also tried connecting to my own machine this way (localhost@), and
 it executes arbitrary commands, too. So I won't put the versions of
 packages on the remote host here, because the ssh server on the local
 host is vulnerable as well.
 
 I'm not sure that this is a security hole because a user can anyway
 connect with ssh and execute arbitrary commands. But it can possibly
 be a vulnerability if the user account has a restricted shell, or PAM
 restrictions that allow scp but disallow ssh are in effect.

scp's protocol has always been this way (it is essentially just 'ssh
remotehost scp -f/-t ...'), and there isn't much that can be done about
it at this stage without breaking compatibility with other systems. Yes,
it's broken and annoying, but it doesn't open any new security holes
because it's just using ssh's standard facilities for executing remote
commands; the scp server, such as it is (just scp with some extra
options) does not execute those commands itself.

Any sensible restricted environment allowing scp either as client or
server will sanitise the arguments carefully (and it's most definitely a
bug in that restricted environment if it fails to do so); if you want to
avoid the character escaping problems, use something based on SFTP
instead. See http://www.openssh.org/faq.html#2.10.

I'm not sure it's even possible to write PAM restrictions that allow scp
but disallow ssh, precisely because it's just a simple shell-based
protocol. If it is possible, then they would have to do shell command
parsing or similar anyway; scp does not open any new methods of
executing remote commands that did not already exist.

Cheers,

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#326853: Adding information which seems to confirm the bug

2005-09-07 Thread Bastian Blank
On Tue, Sep 06, 2005 at 04:02:51PM +0200, Bob Alexander wrote:
 I would think this confirms a bug is into the version in Debian sid.

No, it does not. The failure is from some new sanity checks which was
introduced in 2.01.10.

Please attach the vg metadata. Execute vgcfgbackup $vg_name and pull it
from /etc/lvm/backup/$vg_name.

Bastian

-- 
There are certain things men must do to remain men.
-- Kirk, The Ultimate Computer, stardate 4929.4


signature.asc
Description: Digital signature


Bug#188439: Is someone going to upload these packages?

2005-09-07 Thread Free Ekanayaka
Hi all,

the packages at:

http://mentors.debian.net/debian/pool/main/k/kernel-patch-bootsplash/
http://mentors.debian.net/debian/pool/main/b/bootsplash/

seem to work nicely. Is someone going to upload them?

Cheers,

Free



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



Bug#312393: [Logcheck-devel] Bug#312393: logcheck: Some more information that might help

2005-09-07 Thread Ritesh Raj Sarraf
On Wednesday 07 Sep 2005 09:04, Todd Troxell wrote:
 I have tested the following scenarios and have been unable to reproduce
 this.

 -fresh install on unstable
 -dist-upgrade from stable version
 -dist-upgrade from woody version

 It will be helpful to know if your adduser is functioning correctly.

Please don't top post.

This is what my adduser program's description says:
Description: Add and remove users and groups

Are there other adduesr program also ?

There messages might help now.

[EMAIL PROTECTED]:~ # apt-get remove --purge logcheck logcheck-database logtail
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
  logcheck* logcheck-database* logtail*
0 upgraded, 0 newly installed, 3 to remove and 294 not upgraded.
Need to get 0B of archives.
After unpacking 1020kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 241152 files and directories currently installed.)
Removing logcheck ...
Purging configuration files for logcheck ...
Removing logcheck-database ...
Purging configuration files for logcheck-database ...
Removing logtail ...

This is what syslog logged at the same time.

Sep  7 14:07:35 laptop userdel[28158]: delete user `logcheck'
Sep  7 14:07:35 laptop userdel[28158]: removed group `logcheck' owned by 
`logcheck'
Sep  7 14:07:35 laptop userdel[28168]: delete user `logcheck'
Sep  7 14:07:35 laptop userdel[28168]: removed group `logcheck' owned by 
`logcheck'


Now I do the installation again.

[EMAIL PROTECTED]:~ # apt-get install logcheck
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  logcheck-database logtail
Suggested packages:
  syslog-summary
The following NEW packages will be installed:
  logcheck logcheck-database logtail
0 upgraded, 3 newly installed, 0 to remove and 294 not upgraded.
Need to get 145kB of archives.
After unpacking 1020kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://ftp.debian.org testing/main logtail 1.2.41 [29.8kB]
Get:2 http://ftp.debian.org testing/main logcheck-database 1.2.41 [67.5kB]
Get:3 http://ftp.debian.org testing/main logcheck 1.2.41 [47.9kB]
Fetched 145kB in 22s (6529B/s)
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Preconfiguring packages ...
Selecting previously deselected package logtail.
(Reading database ... 240988 files and directories currently installed.)
Unpacking logtail (from .../logtail_1.2.41_all.deb) ...
Selecting previously deselected package logcheck-database.
Unpacking logcheck-database (from .../logcheck-database_1.2.41_all.deb) ...
Selecting previously deselected package logcheck.
Unpacking logcheck (from .../logcheck_1.2.41_all.deb) ...
Setting up logtail (1.2.41) ...
Setting up logcheck-database (1.2.41) ...

Setting up logcheck (1.2.41) ...
useradd: unknown group logcheck
adduser: `/usr/sbin/useradd -d /var/lib/logcheck -g logcheck -s /bin/false -u 
118 logcheck' returned error code 6.  Aborting.
Cleaning up.
Removing user `logcheck'.
userdel: user logcheck does not exist
Removing group `logcheck'.
groupdel: group logcheck does not exist
adduser: The user `logcheck' does not exist.
chown: `logcheck:logcheck': invalid user
chgrp: invalid group name `logcheck'
chown: `logcheck:logcheck': invalid user

And this is the syslog entry at this time.

Sep  7 14:14:36 laptop groupadd[28457]: new group: name=logcheck, gid=118


Maybe all this can help you guys

rrs
-- 
Ritesh Raj Sarraf
RESEARCHUT -- http://www.researchut.com
Gnupg Key ID: 04F130BC
Stealing logic from one person is plagiarism, stealing from many is 
research.
Necessity is the mother of invention.


pgpzKoYXJ3db6.pgp
Description: PGP signature


Bug#327039: CAN-2005-2494: Insecure lockfile handling permits potential local root privilege escalation

2005-09-07 Thread Isaac Clerencia
On Wednesday, 7 September 2005 10:23, Moritz Muehlenhoff wrote:
 Package: kdebase-bin
 Version: 3.4.2-2
 Severity: grave
 Tags: security
 Justification: user security hole

 Please see http://www.kde.org/info/security/advisory-20050905-1.txt for
 details and a patch.
The patch is already applied in our SVN and will be uploaded soon.

Best regards

-- 
Isaac Clerencia at Warp Networks, http://www.warp.es
Work: [EMAIL PROTECTED]   | Debian: [EMAIL PROTECTED]


pgpGKeiZPnKIU.pgp
Description: PGP signature


Bug#327044: Libsane: Extra noise on lide25 scanner.

2005-09-07 Thread Rogier Wolff

Package: libsane
Version: 1.0.16
Severity: minor

The Canoscan LiDE25 scanner makes more noise using the Linux driver
than when used under Windows. This might impact longlivety of the 
hardware?

(Driver: plustek)


-- 
** [EMAIL PROTECTED] ** http://www.BitWizard.nl/ ** +31-15-2600998 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
Q: It doesn't work. A: Look buddy, doesn't work is an ambiguous statement. 
Does it sit on the couch all day? Is it unemployed? Please be specific! 
Define 'it' and what it isn't doing. - Adapted from lxrbot FAQ


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



Bug#327043: Libsane doesn't scan at 75dpi (or lower?) on Lide25.

2005-09-07 Thread Rogier Wolff


Package: libsane
Version: 1.0.16

When I scan with scanimage at 75 DPI, the scan-element doesn't
move. It scans the black part of the enclosure. resulting images
are quite black and useless. I've decided I don't want any 75 DPI
scans, so for me this is a very low-priority bug. 
 
I've compiled 1.0.16 myself from the debian package. 1.0.16 includes
the add-lide25-support patch. This is on sarge which natively has
1.0.15. 

I suspect that one of the max motor speed settings is incorrect (too 
high) (wether that means a higher or lower number in the table I don't
know). Or maybe the driver (Plustek) needs to do some math, to reduce
the speed on low-res scans. 

-- 
** [EMAIL PROTECTED] ** http://www.BitWizard.nl/ ** +31-15-2600998 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
Q: It doesn't work. A: Look buddy, doesn't work is an ambiguous statement. 
Does it sit on the couch all day? Is it unemployed? Please be specific! 
Define 'it' and what it isn't doing. - Adapted from lxrbot FAQ


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



Bug#327005: kxmleditor: needs to be rebuilt for kde/c++ transition

2005-09-07 Thread Alejandro Exojo
El Miércoles, 7 de Septiembre de 2005 04:20, Ivan Nestlerode escribió:
 Package: kxmleditor
 Version: 1.1.4-1
 Severity: important

 kxmleditor is currently uninstallable in unstable because it still
 depends on the kdelibs4 from before the kde/c++ transition.

 It needs to be rebuilt against the transitioned library.

Thanks Ivan. I'm aware of this, but since I'm not a Debian Developer, a bit of 
time will be needed while my sponsor checks and uploads the package.

If any Debian Developer wants to NMU this package, please, contact with me 
first, so we can upload a package with other bugs fixed.

If any user is affected by this bug, please contact with me, and I will upload 
a fixed package to a temporary repository, while the package is uploaded to 
Debian.

Greetings.

-- 
Alex (a.k.a. suy) - GPG ID 0x0B8B0BC2
http://darkshines.net/ - Jabber ID: [EMAIL PROTECTED]



Bug#316526: amarok: 100% user CPU

2005-09-07 Thread rich lott
Package: amarok
Version: 1.2.4-1
Followup-For: Bug #316526


Yes, I get 100% usr cpu use too. GSTreamer and KDE. 

I'm afraid I can't recreate it easily - it's something I noticed on my
laptop when the fan starts and I have nothing that should be using a lot
of power. Doing a top showed a strange thing: user cpu use 100% but
amarok doesn't appear at the top of the list of processes.

Anyway, I found that quitting Amarok restored the CPU to normal levels,
so I know it's to do with amarok.

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

Versions of packages amarok depends on:
ii  amarok-arts [amarok-engi 1.2.4-1 aRts engine for the amaroK audio p
ii  amarok-engines   1.2.4-1 output engines for the amaroK audi
ii  amarok-gstreamer [amarok 1.2.4-1 GStreamer engine for the amaroK au
ii  amarok-xine [amarok-engi 1.2.4-1 xine engine for the amaroK audio p
ii  kdelibs4 4:3.3.2-6.1 KDE core libraries
ii  libaudio21.7-2   The Network Audio System (NAS). (s
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.2-1 generic font configuration library
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.1-2   GCC support library
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libmysqlclient12 4.0.24-10   mysql database client library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.4-3   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libsqlite3-0 3.2.1-1 SQLite 3 shared library
ii  libstdc++5   1:3.3.6-7   The GNU Standard C++ Library v3
ii  libtag1  1.3.1-1 TagLib Audio Meta-Data Library
ii  libtunepimp2 0.3.0-3 MusicBrainz tagging library and si
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxrandr2   4.3.0.dfsg.1-14 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-14 X Toolkit Intrinsics
ii  xlibmesa-gl [libgl1] 4.3.0.dfsg.1-14 Mesa 3D graphics library [XFree86]
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:3.3.2-1  Support for browsing audio CDs und

-- no debconf information


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



Bug#327045: exif: uploaded too early, depends on libexif10 on !i386

2005-09-07 Thread Adeodato Simó
Package: exif
Version: 0.6.9-4
Severity: serious

Hello,

  exif was uploaded without waiting for libexif12 to be uploaded in all
  arches, and without a proper build-depends line, so it's linked
  against libexif10 in all architectures except i386. A re-upload is
  needed to fix this.

  As this is blocking a big chunk of testing migrations ATM, I'll be
  uploading a NMU in a few minutes.

  Cheers,

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
Proper treatment will cure a cold in seven days, but left to itself, a
cold will hang on for a week.
-- Darrell Huff



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



Bug#326929: FW: Re: Bug#326929: kdevelop3 has dependency on a not available package

2005-09-07 Thread Tobias Frost


merge 326929 326883
thanks


Jeremy Laine [EMAIL PROTECTED] schrieb am 06.09.05 19:37:42:

Hi Tobias,

I submitted a similar bug today and sent a patch to build KDevelop 3.2.2 against
the latest Qt / KDE libs:

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

Jeremy

--
http://www.jerryweb.org/ : JerryWeb.org
http://sailcut.sourceforge.net/  : Sailcut CAD
http://opensource.polytechnique.org/ : Polytechnique.org Free Software


_
Mit der Gruppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle 
Freunde gleichzeitig schicken: http://freemail.web.de/features/?mc=021179






Bug#326859: acknowledged by developer (Re: Bug#326859: kernel-source-2.6.11: usb mouse stops working on load)

2005-09-07 Thread Horms
reopen 326859
reassign 326859 kernel-source-2.6.8
thanks

On Wed, Sep 07, 2005 at 10:43:05AM +0200, CAiRO wrote:
  reassign 326859 linux-2.6
  thanks
  
  On Tue, Sep 06, 2005 at 10:52:38AM +0200, CAiRO wrote:
   Package: kernel-source-2.6.11
   Version: 2.6.11-7
   Severity: normal
   
   If my system has some load (usually  3), my usb mouse (Microsoft
   IntelliMouse Optical) sometimes stops working all of a sudden. The
   only way to make it work again (apart from rebooting) is to unload
   the usbhid module and then load it again. Afterwards, it works
   again. Disconnecting the mouse from the computer and reconnecting it
   doesn't help.
  
  2.6.11 is no longer supported and will be removed from the archive
  shortly (if it hasn't been already). Could you please try
  kernel-image-2.6.12 and reopen the bug if pain persists.
 
 I can neither find kernel-image-2.6.12 nor kernel-source-2.6.12 in the
 debian pool. Where are they? And besides, what about stable? They only
 have 2.6.8 and the problem occurs there, too.

Hi,

The source package for the 2.6.12 packages is linux-2.6,
and can be found in ftp://ftp.debian.org/debian/pool/main/l/linux-2.6/

Thanks for letting me know that the bug exists in 2.6.8, which
as you point out is in Sarge. I have reassigned the bug
to linux-source-2.6.8 accordingly. But please keep in mind that
updates to sarge move at glacial speed.

Do you know if the bug occurs with the kernel-images provided
in sarge, or just with a custom build. In the course of the latter,
could you please send your kernel config to this bug.


Thanks

-- 
Horms


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



Bug#327047: Successful installation of Sarge on a SparcStation5

2005-09-07 Thread Christian Aichinger
Package: installation-reports

INSTALL REPORT

Debian-installer-version: 2005-09-06, Sparc32 netboot image from
  
http://http.us.debian.org/debian/dists/stable/main/installer-sparc/current/images/sparc32/netboot/boot.img
uname -a: Linux antigone 2.6.8-2-sparc32 #1 Wed Mar 23 02:20:49 EST 2005 sparc 
GNU/Linux
Date: 2005-09-06
Method: Used a serial console and told the OpenBoot PROM to netboot
  ('boot net' on the console). Setup a boot server on my laptop using
  rarpd/bootp/tftpd. Used the boot.img file from the above address as boot
  image. Then I basically did a normal netinstall, no proxies or simmilar
  involved. Packages source: ftp://ftp.es.debian.org (sarge)
Machine: Sun SparcStation 5, 110MHz
Processor: Fujitsu  MB86904, 110MHz
Memory: 64Mb
Root Device: SCSI (0:0:3:0), ST32171W SUN2.1G
Root Size/partition table:  
  Disk /dev/sda (Sun disk label): 66 heads, 62 sectors, 1015 cylinders
  Units = cylinders of 4092 * 512 bytes

 Device FlagStart   EndBlocks   Id  System
  /dev/sda1 048 98208   83  Linux native
  /dev/sda248   947   1839354   83  Linux native
  /dev/sda3 0  1015   20766905  Whole disk
  /dev/sda4   947  1015139128   82  Linux swap

  /dev/sda1 on /boot type ext2 (rw)
  /dev/sda2 on / type ext2 (rw,errors=remount-ro)
Output of lspci and lspci -n: No output with both commands
Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

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

Comments/Problems:
  Everything worked pretty well actually, just partitioning/creating file
  systems was a bit problematic. 
  
  I chose automatic partitioning of my HDD with a sun partition table (one
  large partition for everything). That didn't work, failing with Can't
  partition this way, probably too many primary partitions (or something
  like that).
  
  So I tried other partition table formats: msdos (which gave
  the same error with auto partitioning) and bsd (which worked, but the
  partitions weren't recognized by the kernel/devfs, so I couldn't mount
  them).

  Finally I chose sun partition table format again and partitioned
  manually, which finally worked.

  Creating ext3 on the / partition failed again though, with an opaque
  Couldn't create ext3 filesystem on / error. So I chose ext2 for /boot
  and /, which worked.

  Everything else worked just fine.

Cheers,
Christian Aichinger


signature.asc
Description: Digital signature


Bug#327046: FTBFS on GNU/kFreeBSD

2005-09-07 Thread Robert Millan
Package: vsound
Severity: important
Tags: patch

On GNU/kFreeBSD, including sys/soundcard.h automaticaly drags in
sys/ioctl.h, and so the standard ioctl() declaration, which conflicts with
the hacked ioctl() vsound provides.

The attached patch should fix the problem using pre-processor hacks.

Also, a libtool update is needed.  Please see #242950 for details.

Could you notify upstream on both of these issues?

Thanks!

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.3-1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)
diff -ur vsound-0.6.old/vsound.c vsound-0.6/vsound.c
--- vsound-0.6.old/vsound.c	2004-07-10 23:29:33.0 +0200
+++ vsound-0.6/vsound.c	2005-09-07 13:28:03.0 +0200
@@ -46,6 +46,8 @@
 #include config.h
 #endif
 
+/* Hack to avoid ioctl() declaration */
+#define ioctl __dummy_ioctl
 #ifdef HAVE_MACHINE_SOUNDCARD_H
 	#include machine/soundcard.h
 #else
@@ -55,6 +57,7 @@
 		#include sys/soundcard.h
 	#endif
 #endif
+#undef ioctl
 
 /* It seems that Debian Woody (and possibly others) do not define RTLD_NEXT. */
 #include dlfcn.h


Bug#266755: Fixed in Deerpark

2005-09-07 Thread Mike Hommey
fixed 266755 1.0.99+deerpark-alpha2-1
thanks


On Tue, Sep 06, 2005 at 10:41:03PM +0200, Andrzej Mendel [EMAIL PROTECTED] 
wrote:
 It's been already fixed upstream and ethe package in experimental no
 longer has this bug.

Thanks for the hint

Mike


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



Bug#326938: ipw2200-source: DHCP fails

2005-09-07 Thread Mike Hommey
tag 326938 unreproducible
thanks

Works for me...

Mike

On Tue, Sep 06, 2005 at 02:15:17PM -0400, John V. Belmonte [EMAIL PROTECTED] 
wrote:
 Package: ipw2200-source
 Version: 1.0.6-4
 Severity: normal
 
 DHCP fails when using the ipw2200 driver.  Using static network settings
 works fine, as does DHCP under wired ethernet.  The Gentoo developers
 claim to have a patch for a DHCP issue (ipw2200-1.0.6-broadcast.patch), but
 applying it doesn't help.
 
 -- System Information:
 Debian Release: testing/unstable
   APT prefers testing
   APT policy: (990, 'testing'), (500, 'unstable')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.13
 Locale: LANG=, LC_CTYPE= (charmap=ANSI_X3.4-1968)
 
 Versions of packages ipw2200-source depends on:
 ii  debhelper 4.9.5  helper programs for debian/rules
 ii  ieee80211-source  1.0.3-2Source for the 802.11 (wireless) 
 n
 ii  module-assistant  0.9.8  tool to make module package 
 creati
 
 ipw2200-source recommends no packages.
 
 -- no debconf information
 


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



Bug#326972: console=ttyUSB0,9600

2005-09-07 Thread Horms
tag 326972 +wontfix
thanks

On Wed, Sep 07, 2005 at 12:43:39AM +0200, Sven Luther wrote:
 On Wed, Sep 07, 2005 at 06:16:35AM +0800, Dan Jacobson wrote:
  Package: linux-image-2.6.12-1-686
  Severity: wishlist
  
  These boot parameters worked to log console messages:
console=ttyS0,9600
  But the other way around, desktop logging laptop,
console=ttyUSB0,9600
  didn't.  Had to hard reboot. The laptop doesn't have a serial port.
 
 Get a decent laptop :)
 
 There is really no way around this, as the usb modules, being modular, are
 loaded well after when the serial console is set up. and given that usb
 modules are and should be either in the initrd or even later, there is no way
 to make what you want work, especially for a generic kernel like the debian
 one.
 
 (and especially not on powerpc, which this has good chances of being since
 there are few non-apple laptops which dropped the serial port :)
 
 Friendly,
 
 Sven Luther
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

-- 
Horms


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



Bug#327045: exif: uploaded too early, depends on libexif10 on !i386

2005-09-07 Thread Frederic Peters
Adeodato Simó wrote:

 Package: exif
 Version: 0.6.9-4
 Severity: serious
 
 Hello,
 
   exif was uploaded without waiting for libexif12 to be uploaded in all
   arches, and without a proper build-depends line, so it's linked
   against libexif10 in all architectures except i386. A re-upload is
   needed to fix this.
 
   As this is blocking a big chunk of testing migrations ATM, I'll be
   uploading a NMU in a few minutes.

Is this 0-minute NMU time ?



Frederic

[0.6.9-5 just uploaded]


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



Bug#327045: NMU diff

2005-09-07 Thread Adeodato Simó
   exif was uploaded without waiting for libexif12 to be uploaded in all
   arches, and without a proper build-depends line, so it's linked
^^^
I meant, without a version constraint in the build-depends line
that ensure building against libexif12.

   As this is blocking a big chunk of testing migrations ATM, I'll be
   uploading a NMU in a few minutes.

  Changelog-only patch attached. Excuse the hurry.

  Cheers,

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
To be nobody but yourself in a world which is doing its best night and
day to make you like everybody else means to fight the hardest battle
any human being can fight and never stop fighting.
-- e.e. cummings
diff -u exif-0.6.9/debian/changelog exif-0.6.9/debian/changelog
--- exif-0.6.9/debian/changelog
+++ exif-0.6.9/debian/changelog
@@ -1,3 +1,11 @@
+exif (0.6.9-4.1) unstable; urgency=high
+
+  * Non-maintainer upload with no source changes, to trigger rebuilds and have
+the package depend on libexif12 in !i386, making it a valid candidate for
+testing. (Closes: #327045)
+
+ -- Adeodato Simó [EMAIL PROTECTED]  Wed, 07 Sep 2005 11:47:45 +0200
+
 exif (0.6.9-4) unstable; urgency=low
 
   * Rebuilt with new libexif12.


Bug#326956: xserver-xorg: Memory leak

2005-09-07 Thread David Martínez Moreno
El martes, 6 de septiembre de 2005 23:17, Siep Kroonenberg escribió:
 Loading a new background image on the root window usually increases
 the amount of memory taken up by Xorg by 2 or 3 mb, going by the RES
 column of top.

I suppose that this is not a bug, but that X.Org is translating the 
image to 
a bitmap, thus growing itself in size. I made this test:

I had this JPEG image:

-rw---  1 ender ender  132873 sep  7 11:49 orbes.jpg

Then converted with Gimp to a bitmap, and:

-rw-r--r--  1 ender ender 2359350 sep  7 11:51 orbes.bmp
-rw---  1 ender ender  132873 sep  7 11:49 orbes.jpg

It was a 1024x768 image. It resulted between 2 and 3 MB.

Could anybody from debian-x confirm my suspicions that this is normal 
behavior before closing this bug?

Best regards,


Ender.
-- 
Network engineer
Debian Developer


pgpDQbFp3Fm6Y.pgp
Description: PGP signature


Bug#181378: grep is extremely slow with UTF-8

2005-09-07 Thread Nicolas François
Package: grep
Version: 2.5.1.ds1-5
Followup-For: Bug #181378

Hello,

I tried the gofast patche, and did not find a real improvement.

However, Fedora is now using a different patch, which improve dramaticaly
grep performances on an UTF-8 environment.

Please find attached the following patches:
  * I put the original Fedora patches in the orig directory. The other
patches are updated for the Debian package.
  * 64-egf-speedup.patch
It does most of the work. Here is the explanation, according to:
http://savannah.gnu.org/patch/?func=detailitemitem_id=3803
The full story behind this patch is that grep-2.5.1a does not handle
UTF-8 gracefully at all. The basic plan with handling UTF-8 in 2.5.1a
is:
* whenever a buffer is parsed, go through the entire buffer deciding
  how many bytes make up each character
* use this information when necessary

This patch changes that to:
* when information about how many bytes make up a character is needed,
  work it out on demand

On the face of it, this is a small obvious improvement. In fact it is
much better than that, because the original scheme would calculate
character lengths several times for each buffer: in fact, one full
pass for every single potential match!

  * 65-dfa-optional.patch
I'm not sure this one is really needed.
I've read the DFA algorithme is slow for UTF-8 and this patch disable
it in that case (and it can be forced enabled by setting an evirronment
variable)
  * grep-2.5.1-tests.patch
Fedora also added a test for UTF-8.
  * 66-match_icase.patch
  * 67-w.patch
After testing the new UTF-8 tests, these too seems to be needed.
(It is not really related to the grep's speed, but these patches may
be interresting)

I tried a grep packages with all these patches, and for the following
command:
grep '^' /var/lib/dpkg/available /dev/null
grep is more than 1500 faster on an UTF-8 environment.
(on my machine, it take less than 3/4s instead of more than 10 minutes!)

Also, I did not notice any regression, and grep is not dramatically
slower on the C locale.

These patches may be important for Etch since the transition to UTF-8 is
mentionned on the (unofficial) Etch TODO list:
http://wiki.debian.net/?EtchTODOList

(And the French team is considering using UTF-8 for the default French
locale)

Thanks in advance,
-- 
Nekral


patches.tar.bz2
Description: Binary data


Bug#327049: wwwoffle: Restores removed conffile

2005-09-07 Thread Frank Küster
Package: wwwoffle
Version: 2.8e-2
Severity: serious
Justification: Violates must clause of the policy

/etc/cron.d/wwwoffle contains:

# If you want to disable this, comment out the line
# below (don't simply remove this file).

and indeed the postinst scripts recreates the file if it has been
deleted.  However, the policy says clearly:

,
| 10.7.3 Behavior
| 
| Configuration file handling must conform to the following behavior:
| 
| * local changes must be preserved during a package upgrade, and
| * configuration files must be preserved when the package is
|   removed, and only deleted when the package is purged.
`

Local modifications also include file deletion.  You can't override this
rule by simply saying don't do that.

Regards, Frank

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages wwwoffle depends on:
ii  coreutils  5.2.1-2   The GNU core utilities
ii  debconf1.4.30.13 Debian configuration management sy
ii  debianutils2.8.4 Miscellaneous utilities specific t
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- debconf information:
  wwwoffle/string_port_number: 8080
  wwwoffle/ageline_added:
  wwwoffle/use-htdig: false
  wwwoffle/ppp-fetch: true
* wwwoffle/use-ppp-interface: false
  wwwoffle/ageline_lost:
  wwwoffle/text_new_location:
  wwwoffle/conf-perm:
* wwwoffle/string_parent_proxy: none
* wwwoffle/select_html_lang: de (German)
  wwwoffle/ipv6defaultnone:
* wwwoffle/fetchfrequency: 30
  wwwoffle/note_upgrade_config_failed:

-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#327048: kdiff3: uninstallable in unstable beacause of dependency on kdelibs4

2005-09-07 Thread Till
Package: kdiff3
Version: 0.9.88-4
Severity: grave
Justification: renders package unusable


the package is not installable in unstable because it still depends on
kdelibs4 which has been replaced with kdelibs4c2 in unstable. Please
recompile. Thanks a lot!

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

Versions of packages kdiff3 depends on:
ii  kdelibs4 4:3.4.1-1   core libraries for all KDE applica
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libfam0c102  2.7.0-7 client library to control the FAM 
ii  libgcc1  1:4.0.1-2   GCC support library
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libidn11 0.5.18-1GNU libidn library, implementation
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.4-3   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libstdc++5   1:3.3.6-7   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

kdiff3 recommends no packages.

-- no debconf information


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



Bug#327050: mojibake in requester about expired certificates

2005-09-07 Thread Simon Richter
Package: mozilla-thunderbird
Version: 1.0.6-3
Severity: minor
Tags: l10n

Hi,

When connecting to a server that presents an expired certificate, the
current system clock is not shown correctly on Japanese locale (see
attachment).

   Simon

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

Versions of packages mozilla-thunderbird depends on:
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-6  GCC support library
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgtk2.0-0   2.6.9-1The GTK+ graphical user interface 
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libstdc++64.0.1-6The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-5 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxp66.8.2.dfsg.1-5 X Window System printing extension
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-5 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages mozilla-thunderbird recommends:
ii  myspell-en-us [myspell 20050823-1English (US) dictionary for myspel
ii  xprint 1:0.1.0.alpha1-11 Xprint - the X11 print system (bin

-- debconf information:
* mozilla-thunderbird/browser: Debian


mojibake.png
Description: PNG image


Bug#327053: moodle: installation hardcodes http://localhost

2005-09-07 Thread Jeroen Vermeulen
Package: moodle
Version: 1.4.4.dfsg.1-3
Severity: minor


As the browser-based part of the installation procedure goes through its
consecutive Upgrading database pages, the Continue link refers to
http://localhost/moodle/admin/index.php.  Not all servers easily
accomodate local browsers, so the admin may prefer a remote connection
(after inserting the management machine's IP address in the webserver
config of course) and/or https.

A relative link simply to index.php would get around this, although
the FAQ does mention that some older configurations may have problems
with relative links IIRC.  That may or may not be applicable to the
installation procedure.


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

Versions of packages moodle depends on:
ii  apache2-mpm-prefork [httpd]  2.0.54-4traditional model for Apache2
ii  debconf [debconf-2.0]1.4.50  Debian configuration management sy
ii  mimetex  1.50-1  LaTeX math expressions to anti-ali
ii  php4 4:4.3.10-16 server-side, HTML-embedded scripti
ii  php4-gd  4:4.3.10-16 GD module for php4
ii  php4-mysql   4:4.3.10-16 MySQL module for php4
ii  php4-pgsql   3:4.3.10-4  PostgreSQL module for php4
ii  wget 1.9.1-12retrieves files from the web
ii  wwwconfig-common 0.0.43  Debian web auto configuration

-- debconf information:
* moodle/dbu_name: moodle
* moodle/db_server: mysql-server
* moodle/db_host: localhost
* moodle/create_tables:
* moodle/webserver: apache2
  moodle/notconfigured:
  moodle/mismatch:
* moodle/dba_name: root


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



Bug#327052: openoffice.org-kde: uninstallable in unstable

2005-09-07 Thread Till
Package: openoffice.org-kde
Version: 1.1.3-9
Severity: grave
Justification: renders package unusable


package is uninstallable in unstable because it still depends on
kdelibs4 which has been upgraded to kdelibs4c2 in unstable. please
recompile. thanks!

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

Versions of packages openoffice.org-kde depends on:
ii  kdelibs4 4:3.4.1-1   core libraries for all KDE applica
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libgcc1  1:4.0.1-2   GCC support library
ii  libqt3c102-mt3:3.3.4-3   Qt GUI Library (Threaded runtime v
ii  libstdc++5   1:3.3.6-7   The GNU Standard C++ Library v3
ii  libstlport4.64.6.2-2 STLport C++ class library
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  openoffice.org-bin   1.1.3-9 OpenOffice.org office suite binary
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu

openoffice.org-kde recommends no packages.

-- no debconf information


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



Bug#327051: dbbalancer: FTBFS: Missing Build-Depends on 'dpatch'

2005-09-07 Thread Andreas Jochens
Package: dbbalancer
Version: 0.4.4-8
Severity: serious
Tags: patch

When building 'dbbalancer' in a clean 'unstable' chroot,
I get the following error:


 debian/rules clean
debian/rules:8: /usr/share/dpatch/dpatch.make: No such file or directory
make: *** No rule to make target `/usr/share/dpatch/dpatch.make'.  Stop.

Please add the missing Build-Depends on 'dpatch' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/dbbalancer-0.4.4/debian/control ./debian/control
--- ../tmp-orig/dbbalancer-0.4.4/debian/control 2005-08-30 01:48:12.0 
+
+++ ./debian/control2005-09-07 10:15:40.0 +
@@ -2,7 +2,7 @@
 Priority: optional
 Section: misc
 Maintainer: Andrew McMillan [EMAIL PROTECTED]
-Build-Depends: debhelper ( 3.0.0), docbook-dsssl, libpq-dev, libace-dev, 
autoconf, docbook-to-man, libpqxx-dev
+Build-Depends: debhelper, dpatch, docbook-dsssl, libpq-dev, libace-dev, 
autoconf, docbook-to-man, libpqxx-dev
 Standards-Version: 3.6.2
 
 Package: dbbalancer


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



Bug#315381: fsck.jfs segfaults in some situations when replaying journal

2005-09-07 Thread Stefan Hornburg
Version: 1.1.8-1

On Tue, 6 Sep 2005 04:44:51 -0700
Steve Langasek [EMAIL PROTECTED] wrote:

 Hi Stefan,
 
  I just uploaded jfsutils 1.1.8-1. This upstream release is supposed
  to fix problems with journal replays. Can you please test if your
  problem still persists ?
 
 Since there has been no comment from the submitter in over two months,
 perhaps we should presume that this bug is closed in 1.1.8-1, and let
 that new version propagate to testing?

Yes, good idea.

Bye
Racke


-- 
LinuXia Systems = http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP = http://www.icdevgroup.org/
Interchange Development Team



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



Bug#327023: openalpp-cvs: FTBFS: invalid conversion from 'ALubyte*' to 'const ALchar*'

2005-09-07 Thread Loic Dachary
Andreas Jochens writes:
  The attached patch fixes this, but there are still other problems,
  i.e. the package still FTBFS.

Yes, I'm about to upload a new release in sync with openal and
the new upstream version.

-- 
Loic Dachary, 12 bd Magenta, 75010 Paris. Tel: 33 8 71 18 43 38
http://www.fsffrance.org/   http://www.dachary.org/loic/gpg.txt


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



Bug#327055: bash: wrong example path in getopt manpage

2005-09-07 Thread Steffen Joeris
Package: bash
Version: 3.0-15
Severity: minor

The example-path in the getopt manpage is wrong.
Instead of /usr/lib/getopt or /usr/local/lib/getopt
it should be /usr/share/doc/util-linux/examples

If bash is the wrong package, please hit me ;=)

Greetings
Steffen

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

Versions of packages bash depends on:
ii  base-files3.1.7  Debian base system miscellaneous f
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand
ii  passwd1:4.0.3-39 change and administer password and

bash recommends no packages.

-- no debconf information


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



Bug#327054: segmentation fault in pype 2.1.1-1

2005-09-07 Thread David Thorarinsson
Package: Pype
Version: 2.1.1-1

When starting pype, I first get a window with the following message:

Mailcap file /home/davidt/.mailcap, line 12: incomplete entry ignored.


The contents of my .mailcap file are as follows:

---
more .mailcap
#--Netscape Communications Corporation MIME Information
#Do not delete the above line. It is used to identify the file type.
#
application/vnd.ms-excel;/home/davidt/cxoffice/bin/.cxoffice-app-0 '%s'; \
description=Microsoft Excel Viewer (XLVIEW.EXE); \
x-cxoffice
application/vnd.ms-powerpoint;/home/davidt/cxoffice/bin/.cxoffice-app-1 '%s'; \
description=Microsoft PowerPoint Viewer (PPVIEW32.EXE); \
x-cxoffice
application/msword;/home/davidt/cxoffice/bin/.cxoffice-app-2 '%s'; \
description=Microsoft Word Viewer for Windows(r) 97 (wordview.exe); \
x-cxoffice
---

After klicking OK, pyne starts up. If I then try to load any python
program (something like helloworld.py for example), the application
segfaults:

pype
[ Wed Sep  7 07:30:15 2005 ] Loading history from /home/davidt/.pype/history.txt
[ Wed Sep  7 07:31:34 2005 ] found filetype-specific defaults python

(python:2990): Gtk-CRITICAL **: gtk_pixmap_new: assertion `val != NULL' failed

(python:2990): Gtk-CRITICAL **: gtk_box_pack_start: assertion
`GTK_IS_WIDGET (child)' failed
Segmentation fault

uname -a
Linux lin10 2.6.11-1-686-smp #1 SMP Mon Jun 20 20:18:45 MDT 2005 i686 GNU/Linux

ls -l /lib/libc.so.6
lrwxrwxrwx  1 root root 13 Sep  5 08:55 /lib/libc.so.6 - libc-2.3.5.so

python
Python 2.3.5 (#2, Aug 30 2005, 15:50:26)
[GCC 4.0.2 20050821 (prerelease) (Debian 4.0.1-6)] on linux2



Bug#250743: bug still present with krfb 3.4.2-2

2005-09-07 Thread tkotb
Hi krfb maintainers,

Since around the beginning of the year I can't use krfb any more
to access my debian from a windows computer. I have tried UltraVNC, and
Thight VNC Clients, and I encounter the same issue that is described in the
bug : I log on trough VNC, the screen appears, and then after a few seconds,
krfb crashes.

What is strange is that for a few months after the bug appeared, I was
connecting succesfully on my computer from another KDE VNC client (mandrake
10, and another debian), but two months after even this solution was
unsuccessfull (same crash). If needed I can check if this is still the case.

I have an unstable debian with KDE 3.4.2.
I have a nvidia Geforce II mx video card.

here is the output of uname -a:
Linux ancient_mikelange 2.6.12-1-686-smp #1 SMP Tue Aug 16 22:19:38 UTC 2005
i686 GNU/Linux

The last VNC windows clients provide the share desktop connection, I don't
know if this has an impact, I can check by disabeling this feature.

Tell me if you need any log file, or other information.
Thanks.
Jerome





Bug#326012: isdnactivecards: idsn cards need to be set up before /etc/rcS.d/S40network is run

2005-09-07 Thread Matthias Klose
Note, that the init script is replaced by capiutils. It's installed as
S13, which should run before S40networking.


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



Bug#326644: gpm: modifies conffile?

2005-09-07 Thread Peter Samuelson

[Justin Pryzby]
 Are you talking about the case that the file is at some defualt-ish
 version 1, then updated to v2, then to v3, and then the admin
 manually updates in such a way that it happens to be identical to
 v2?

I'm saying we can't tell whether you modified the file since it was
last touched by gpmconfig.  gpmconfig did not record this information.
When we switched to ucf, we did not at the same time record what your
old file's md5sum was.  But if you *had* made local modifications to
the file by hand, recording the md5sum would have been the wrong thing
to do anyway.

There's a reason we switched to ucf.  To get away from this madness.

  What md5sum?  The one corresponding to the woody /etc/gpm.conf on
  your computer?
 woody?  I haven't run woody on this machine in forever .. possibly
 never.  The file might have been the one woody used though, I
 guess.

The interval between woody and sarge is not all that interesting.  gpm
was changed to use debconf and ucf very late in the sarge release
cycle.  So when I say sarge, I mean sarge as of the last 6 months or
less before its release.  If you were running sarge before that, your
gpm version at the time would have been very similar to woody's.

This discussion isn't going anywhere.  We have marked the bug 'wontfix'
for, we think, good reasons.  I think the best way to change our minds
is to post a tested and working patch.  I have my doubts that such a
patch is even *possible*, without hitting a sort of inverse of this bug
(hitting a false negative instead of a false positive, and overwriting
local admin changes silently).  Which would be quite a bit worse.


signature.asc
Description: Digital signature


Bug#327011: Thunderbird should use plain text for new accounts by default

2005-09-07 Thread Alexander Sack - Debian Bugmail
On Wed, Sep 07, 2005 at 04:57:32AM +0100, Peter J Ross wrote:
 Package: mozilla-thunderbird
 Version: 1.0.6-3
 Severity: wishlist
 
 Hello.
 
 I notice that the default option in Thunderbird for each new account
 is to turn Compose messages in HTML format on. Would it be possible
 to change this setting to reflect normal email practice among Linux
 users and protect unwary new users from the consequences of sending
 html email where it's unwelcome?
 
 It seems that the setting is in
 /usr/lib/mozilla-thunderbird/defaults/pref/mailnews.js
 (unless another file overrides it).
 
 pref(mail.identity.default.compose_html, true);
 

The question is whether this really means that messages are send as
html by default. If you compose as html and send plain text you get
the behaviour that bold text is automatically surrounded by *, italic
by / and underline by _. Further thunderbird converts unnumbered and
numbered lists IIRC. So in this case composing as html is indeed a
good option that anybody wants, right?

You see that thunderbird really sends mail as html too by default?
Maybe this is another setting?

 - 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#268993: bug still occurs

2005-09-07 Thread Alex Malinovich
I do not think this bug should be closed yet. I've just tested my system
and I can still reproduce this bug (running plucker 1.8-11 on amd64). I
have been able to reproduce this bug both with local and with remote
images. I have also tested it both with JPG and PNG images to rule out
format problems. Please let me know if I can provide any more
information.

-- 
Alex Malinovich
Support Free Software, delete your Windows partition TODAY!
Encrypted mail preferred. You can get my public key from any of the
pgp.net keyservers. Key ID: A6D24837



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


Bug#327057: linda: Depending on automake* should not be an error

2005-09-07 Thread Bas Wijnen
Package: linda
Version: 0.3.16
Severity: normal

After some discussion on debian-mentors, the conclusion was reached (or
at least I think it was) that rerunning automake/autoconf at package
build time is not a bad idea.  In fact, it is a good idea, because:
- It makes sure there are no unused changes in the source files
  (Makefile.am etc).
- It uses the newest autoconf/automake bugfixes, which can be
  significant.

In order to not bloat the diff.gz, all generated files should be removed
in the clean target (Makefile.in, config.guess, etc).

The discussion is available at:
http://lists.debian.org/debian-mentors/2005/08/msg00137.html
The conclusion is at:
http://lists.debian.org/debian-mentors/2005/08/msg00231.html

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

Versions of packages linda depends on:
ii  binutils  2.16.1-3   The GNU assembler, linker and bina
ii  dash  0.5.2-7The Debian Almquist Shell
ii  file  4.12-1 Determines file type using magic
ii  man-db2.4.3-2The on-line manual pager
ii  python2.3.5-3An interactive high-level object-o

Versions of packages linda recommends:
ii  debian-policy 3.6.2.1Debian Policy Manual and related d

-- no debconf information


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



Bug#325625: [INTL:it] italian debconf translation updated

2005-09-07 Thread Samuele Giovanni Tonon

Luca Bruno wrote:

Package: traffic-vis
Severity: wishlist
Tags: patch l10n

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You can find the italian debconf translation attached.
It is updated to new template and it has been proofread by
the Italian l10n team.
Please apply it.


well, there's already an italian version of traffic vis templates

veramente la versione italiana gia' esiste per traffic vis

Regards
Samuele

--
4% fats, 2% cerebral activities


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



Bug#321133: encfs: relocation error

2005-09-07 Thread Christoph Martin
Hi Steve,

Steve Langasek schrieb:
 When you get to the point that you're ready to package a new upstream
 version, I'd like to talk to you about some debhelper-based options that
 would let you reliably detect ABI changes, so you can avoid both ABI
 breakage and gratuitous package renames.

That sounds really good. Please go ahaid.

I am just preparing a new Debian version of openssl (0.9.7g-2) which
fixes some outstanding problems. After that I plan to release the new
upstream 0.9.8.

I have created an alioth project with an svn archive to coordinate the
work. The first commits are already done. I started with the current
stable version and the current unstable version. All work including
security updates can base on it. If anybody is interested in joining the
project, feel free to let me know.

Christoph

-- 

Christoph Martin, Leiter der EDV der Verwaltung, Uni-Mainz, Germany
 Internet-Mail:  [EMAIL PROTECTED]
  Telefon: +49-6131-3926337
  Fax: +49-6131-3922856


signature.asc
Description: OpenPGP digital signature


  1   2   3   4   5   >