Bug#335222: kcontrol: symbol lookup error: /usr/lib/kde3/kcm_input.so: undefined symbol: XcursorLibraryPath

2005-10-22 Thread Wolfgang Roemer
Package: kcontrol
Version: 4:3.4.2-3
Severity: normal

Calling Peripherals/Mouse leads to an error: 
kcontrol: symbol lookup error: /usr/lib/kde3/kcm_input.so: undefined
symbol: XcursorLibraryPath

-- 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 kcontrol depends on:
ii  kdebase-data  4:3.4.2-3  shared data files for the KDE base
ii  kdelibs4c24:3.4.2-4  core libraries for all KDE applica
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libglu1-xorg [libglu1]6.8.2.dfsg.1-9 Mesa OpenGL utility library [X.Org
ii  libice6   6.8.2.dfsg.1-9 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libqt3-mt 3:3.3.5-1  Qt GUI Library (Threaded runtime v
ii  libraw1394-5  0.10.1-1.1 library for direct access to IEEE 
ii  libsm66.8.2.dfsg.1-9 X Window System Session Management
ii  libssl0.9.7   0.9.7g-5   SSL shared libraries
ii  libstdc++64.0.2-2The GNU Standard C++ Library v3
ii  libusb-0.1-4  2:0.1.10a-21   userspace USB programming library
ii  libx11-6  6.8.2.dfsg.1-9 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-9 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxi66.8.2.dfsg.1-9 X Window System Input extension li
ii  libxinerama1  6.8.2.dfsg.1-9 X Window System multi-head display
ii  libxrandr26.8.2.dfsg.1-9 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-9 X Toolkit Intrinsics
ii  libxtst6  6.8.2.dfsg.1-9 X Window System event recording an
ii  xlibmesa-gl [libgl1]  6.8.2.dfsg.1-9 Mesa 3D graphics library [X.Org]
ii  xlibs 6.8.2.dfsg.1-9 X Window System client libraries m
ii  zlib1g1:1.2.3-6  compression library - runtime

Versions of packages kcontrol recommends:
ii  hotplug  0.0.20040329-25 Linux Hotplug Scripts

-- no debconf information


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



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#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#326990: Printing Problem with latest unstable packages, Re: Bug#326990: libqt3-mt: Spinbox code is broken, Re: Bug#326833: kdelibs: KDE pseudoprinters do not work, Subject: Re: Bug#327021: libqt3-mt: QString::arg(double) produces sometimes garbage

2005-09-07 Thread Wolfgang Roemer
Hello,

the fixed libqt3-mt package (3.3.4-8-pre1) does indeed solve the problem of 
QString::arg (double).

WR


On Wed Sep 07, 2005 16:26, Adeodato Simó wrote:
  Hello all,

fixed Qt packages will be soon uploaded to unstable. In the meantime,
can you confirm that they really fix the problem? Please install and
test from the following repository:

  http://people.debian.org/~adeodato/tmp/2005-09-07/fixed-qt

Thanks.

  * Rainer Kiehne [Wed, 07 Sep 2005 11:11:56 +0200]:
   HI
  
   My Problem is that printing out of konqueror (unstable) and other
   packages (kate) creates invalid postscript code i.e. printing into a
   postscript file results to:

  * Tibor Hajling [Tue, 06 Sep 2005 03:00:13 +0200]:
   Package: kdelibs
   Version: 4:3.4.2-3
   Severity: normal
  
   When I try to print a testpage from KDE Control Panel to a pdf or ps
   pseudo printer KNotify gives me the following message:

  * Oleksandr Moskalenko [Tue, 06 Sep 2005 19:01:11 -0600]:
   Package: libqt3-mt
   Version: 3:3.3.4-7
   Severity: normal
  
   I am packaging scribus. Recently a bug report came up upstream that
   scribus installed from a Debian package was corrupting produced pdfs
   and object properties on its canvas couldn't be set properly. It seems
   to present certain numbers in an incorrect form i.e. 12.:0 instead of
   13 in a spinbox. Most of the time it also resets to 1 instead of
   advancing to such numbers. All efforts to locate the bug upstream
   pointed to Qt3.

  * Wolfgang Roemer [Wed, 07 Sep 2005 07:51:36 +0200]:
   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: