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#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#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#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]



Re: 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]


pgpTzq46mxIuC.pgp
Description: PGP signature


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





Re: howto pack kdm-themes

2005-09-07 Thread Christopher Martin
On September 6, 2005 18:21, Bastian Venthur wrote:
 The package is l/l-clean and works fine.

 You can get it here: http://venthur.de/debian/kde-kdm-themes/


 I don't know whether my former sponsor still wants to upload this
 package, so if someone from the kde-qt team is interested, feel free to
 upload this package.

Looks good. I'd try to see if your original sponsor is still willing to 
upload.

I've pinged the FTP masters on IRC, to let them know that we don't object to 
the package.

Cheers,
Christopher Martin


pgp7c2O5odsAn.pgp
Description: PGP signature


Re: lurker ftbfs with newest mimelib (3.4.2)

2005-09-07 Thread Jonas Meurer
hello,

the new kdepim packages in debian/unstable (3.4.2) bring new depends for
mimelib too. up to now, libmimelib1(a,-dev) didn't depend on any kde
libraries.
therefore packages which use libmimelib didn't have to install big
kde/qt libs for being build.

latest libmimelib1-dev now depends on libkdepim1-dev, which depends on
kdelibs4-dev and this way brings tons of new build-depends for packages
which build-depend on libmimelib1-dev.

i maintain lurker, a mailinglist archiver, and after contact with
upstream (see above) i believe that this is a bug in the new debian
kdepim packages.
it seems like mimelib doesn't really require qt3 headers or even kde
libraries, but the packages create dependencies.

what do you think about this situation? could the depends for
libmimelib1-dev be relaxed again?

here's the discussion with lurker upstream:

On 07/09/2005 Wesley W. Terpstra wrote:
 On Sep 7, 2005, at 2:14 PM, Jonas Meurer wrote:
 newest kdepim (3.4.2) brings a updated mimelib which now depends on  
 qt3 development headers.
 
 That sucks.
 
 on the other hand, that new build-depend requires a lot more qt/kde  
 libs to be installed, and thus makes it a pain to build lurker on
 non-x server machines.
 
 Are we sure this dependency is more than just how they linked it?
 AFAICS, there is no reason for mimelib to depend on kde.
 Perhaps this is a bug in KDE and/or the debian packages of KDE?
 
 i doubt that mimelib is the only library to handle mime types, and  
 maybe lurker should move to another one, which is not part of a big  
 project as kde.
 
 mimelib is not part of the KDE project. http://www.hunnysoft.com/ 
 mimepp/ KDE happens to include it in their releases, that's all.

so why are the debian packages built out of kdepim sources instead of
using the upstream releases?

maybe the kde/qt maintainers have a good reason? or is it just because
nobody complained up to now?

...jonas


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



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

2005-09-07 Thread Josh Metzler
tags 326990 pending
tags 327021 pending
severity 327021 normal
merge 326833 326990 327021
thanks

I believe that this is the same problem that was resulting in invalid
postscript when printing from qt or kde applications.  (I traced function 
calls in the source, and QString::arg(double...) finally gets the string 
value from QLocale::qdtoa.)  This was fixed in the commit of this patch to 
the qt packaging: 
http://lists.alioth.debian.org/pipermail/pkg-kde-commits/2005-September/001484.html

This should be fixed in the next upload.

Josh


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



Re: lurker ftbfs with newest mimelib (3.4.2)

2005-09-07 Thread Adeodato Simó
* Jonas Meurer [Wed, 07 Sep 2005 15:22:57 +0200]:

 hello,

  Hi,

 the new kdepim packages in debian/unstable (3.4.2) bring new depends for
 mimelib too. up to now, libmimelib1(a,-dev) didn't depend on any kde
 libraries.
 therefore packages which use libmimelib didn't have to install big
 kde/qt libs for being build.

 latest libmimelib1-dev now depends on libkdepim1-dev, which depends on
 kdelibs4-dev and this way brings tons of new build-depends for packages
 which build-depend on libmimelib1-dev.

 i maintain lurker, a mailinglist archiver, and after contact with
 upstream (see above) i believe that this is a bug in the new debian
 kdepim packages.
 it seems like mimelib doesn't really require qt3 headers or even kde
 libraries, but the packages create dependencies.

 what do you think about this situation? could the depends for
 libmimelib1-dev be relaxed again?

  I know that Daniel Schepler, the kdepim maintainer, is aware of the
  situation and plans on removing that dependency as soon as possible.

  At the moment, and afaik, any progress in this area is blocked by
  #326113, which just needs me or some other KDE packager (or Daniel
  himself) finding some time to fix it.

  So, it seems only a bit of patience is needed in order to get this
  solved. :)

 here's the discussion with lurker upstream:

 On 07/09/2005 Wesley W. Terpstra wrote:
  On Sep 7, 2005, at 2:14 PM, Jonas Meurer wrote:
  newest kdepim (3.4.2) brings a updated mimelib which now depends on  
  qt3 development headers.

  That sucks.

  on the other hand, that new build-depend requires a lot more qt/kde  
  libs to be installed, and thus makes it a pain to build lurker on
  non-x server machines.

  Are we sure this dependency is more than just how they linked it?
  AFAICS, there is no reason for mimelib to depend on kde.
  Perhaps this is a bug in KDE and/or the debian packages of KDE?

  i doubt that mimelib is the only library to handle mime types, and  
  maybe lurker should move to another one, which is not part of a big  
  project as kde.

  mimelib is not part of the KDE project. http://www.hunnysoft.com/ 
  mimepp/ KDE happens to include it in their releases, that's all.

 so why are the debian packages built out of kdepim sources instead of
 using the upstream releases?

 maybe the kde/qt maintainers have a good reason? or is it just because
 nobody complained up to now?

  Daniel would be best suited to answer to this, but I suspect the
  latter.

  Cheers,

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
One of my most productive days was throwing away 1000 lines of code.
-- Ken Thompson


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



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

2005-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 326990 pending
Bug#326990: libqt3-mt: Spinbox code is broken
There were no tags set.
Tags added: pending

 tags 327021 pending
Bug#327021: libqt3-mt: QString::arg(double) produces sometimes garbage
There were no tags set.
Tags added: pending

 severity 327021 normal
Bug#327021: libqt3-mt: QString::arg(double) produces sometimes garbage
Severity set to `normal'.

 merge 326833 326990 327021
Bug#326833: kdelibs: KDE pseudoprinters do not work
Bug#326990: libqt3-mt: Spinbox code is broken
Mismatch - only Bugs in same state can be merged:
Values for `package' don't match:
 #326833 has `kdelibs';
 #326990 has `libqt3-mt'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Re: 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: QSt

2005-09-07 Thread Adeodato Simó
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:


-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
Y sobre todo, tienes mucho de gilipollas.
-- B.C.S. addressing P.G.i.Q in b8g


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



Re: Hbwcjdzkopohil

2005-09-07 Thread listmaster
Dear ITtoolbox Groups Subscriber,

Your message has NOT been distributed to the ITtoolbox BusinessObjects-L 
discussion group. Please continue reading for further details and instructions.

On Wednesday, May 26, 2004, ITtoolbox launched nine new discussion topics, each 
focusing on specific Business Objects products.  There is no longer one 
ITtoolbox BusinessObjects-L address. As a current group member, you are 
automatically subscribed to the new topics and can begin to send and receive 
messages immediately. Instead of addressing messages to [EMAIL PROTECTED], you 
must now send messages to one or more of the appropriate ITtoolbox Business 
Objects discussion topics below. 

Analytic Applications - [EMAIL PROTECTED]
Connectivity - [EMAIL PROTECTED]
Data Integration - [EMAIL PROTECTED]
Development - [EMAIL PROTECTED]
Installations and Upgrades - [EMAIL PROTECTED]
Performance Management and Security [EMAIL PROTECTED]
Reporting and Analysis - [EMAIL PROTECTED]
General Business Objects Issues - [EMAIL PROTECTED]

ITtoolbox also hosts the BusinessObjects-Crystal-L discussion group. Unlike the 
eight discussion topics listed above, you are not automatically subscribed to 
this group. To begin sending and receiving messages from the ITtoolbox 
BusinessObjects-Crystal-L discussion group, you can subscribe by visiting 
http://BI.ITtoolbox.com/groups/groups.asp?v=BUSINESSOBJECTS-CRYSTAL-L.



Please read the FAQs below for more information.

1) Why am I receiving messages from different e-mail addresses?

There is no longer one BusinessObjects-L e-mail address.  Instead, each 
Business Objects area of discussion has its own e-mail address. You will 
receive messages from each address corresponding to the new ITtoolbox Business 
Objects discussion topics.

2) How do I send a message to the new ITtoolbox Business Objects discussion 
topics?

From the list above, choose the most relevant topic based on the subject of 
your message. For example, if your message is relevant to Reporting, it should 
be addressed to [EMAIL PROTECTED] 

3) What if I want my message to go to more than one topic?

Simply address your message to as many ITtoolbox Business Objects discussion 
topics as are relevant to the subject of your message. ITtoolbox will make sure 
each user only gets your message one time, even if they are subscribed to 
multiple groups.

4) What if I do not want to receive messages from all the ITtoolbox Business 
Objects discussion topics?

You may, at any point, choose to unsubscribe from specific ITtoolbox Business 
Objects discussion topics. To unsubscribe, please sign in to your ITtoolbox 
User ID with your e-mail address at http://My.ITtoolbox.com/My_Groups.asp. If 
you have never signed in before, you may request a password by visiting 
http://My.ITtoolbox.com/ForgotPassword.asp. You must individually unsubscribe 
from each topic.

5) Why did you add individual Business Objects discussion topics? I thought the 
ITtoolbox BusinessObjects-L discussion group worked just fine.

ITtoolbox received feedback from many group members requesting the opportunity 
to conduct more specialized discussion about particular Business Objects 
applications. Since such clear areas exist, we felt they warranted their own 
discussion topics. The creation of these new topics will improve the overall 
quality of discussion by enabling you to receive focused, high quality 
solutions with less turnaround time than ever before. 

6) What if I still have questions?

If you still have questions, please contact [EMAIL PROTECTED]

Thank you for your understanding.

Sincerely,

List Administrator
[EMAIL PROTECTED]


-- 
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

2005-09-07 Thread Oleksandr Moskalenko
* Adeodato Sim?? [EMAIL PROTECTED] [2005-09-07 16:26:01 +0200]:

 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.

I confirm that #326990 is fixed in the new packages.

Thank you!

Alex

 * 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:
 
 
 -- 
 Adeodato Sim??
 EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
  
 Y sobre todo, tienes mucho de gilipollas.
 -- B.C.S. addressing P.G.i.Q in b8g
 


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



Bug#322868: #322868 Building with debug symbols should be easy

2005-09-07 Thread Martin Samuelsson
[I'm sending a carbon copy of this to the BTS, mainly to tell the
maintainers and other interested parties that there is at least one more
user concerned about this. The actual content of this mail is not too
important in solving it, so you're not missing much if you neither
understand Swedish nor Norwegian.]

[EMAIL PROTECTED] @ 2005-09-07 (Wednesday), 14:33 (+0200)
 Hei

God kväll,

 Jeg sliter med det samme problemet du beskriver i Debian bug #322868,
 debugging symboler i qt3. Har du funnet noen løsning på dette?

Det korta svaret är dessvärre nej.

Som jag minns det så hittade jag en mängd strip när jag sökte efter det
i filerna. Fast det var aldrig ett speciellt viktigt fel för mig, utan
något jag hittade när jag försökte jobba runt ett annat. Med andra ord
har jag inte lagt ner någon mer tid på det.

Eftersom det är ett brott mot debian's policy så tittade jag på
möjligheten att öka allvarlighetsgraden, men det är tydligen bara svåra
överträdelser som är grund nog för att göra det.


serious (allvarligt)
en svår överträdelse av Debians policy (i stort sett så
bryter den mot ett ”måste”- eller ”krav”-direktiv), eller,
enligt paketansvarige, gör paketet olämpligt att släppas.


Så jag antar att det ligger på dig att lösa det om det ska lösas snart.
:/  För mig är det inte jätteviktigt och de paketansvariga tycks inte ha
det i toppprioritet heller.

Allt jag kan göra är att peka ut var jag TROR att strippandet sker, men
så långt kanske du kommit själv?

Bifogad är en fil som jag fått med hjälp av följande kommandon:

leka% find . -exec grep --with-filename strip '{}' \;  /tmp/strip.txt
leka% egrep -v '[.]html:|[.]3qt:|[.]cpp:|[.]h:|[.]c:' /tmp/strip.txt  
/tmp/strip_possible.txt

Min misstänker är att det skulle räcka att ändra i och ta bort strip-
raderna från mkspecs/linux-g++/qmake.conf, men för tillfället lyckas
jag inte kompilera - och dessutom vill du nog ha ett svar innan jag
hunnit testa.

Sanningen är att jag inte på rak arm vet hur byggprocessen går till och
jag har inte möjlighet att undersöka.

 På forhånd takk for svar

Inte mycket till svar jag hade, tyvärr. Lycka till och välkommen att
höra av dig igen ifall du tror att jag kan vara till någon hjälp.
--
/Martin
./bin/findtr:# strip comments -- does not handle /* in strings
./doc/html/index:QCString::stripWhiteSpace qcstring.html#stripWhiteSpace
./doc/html/index:QString::stripWhiteSpace qstring.html#stripWhiteSpace
./doc/html/qt.dcf:keyword 
ref=qcstring.html#stripWhiteSpacestripWhiteSpace/keyword
./doc/html/qt.dcf:keyword 
ref=qstring.html#stripWhiteSpacestripWhiteSpace/keyword
./doc/embclasses.doc:no new QRenderedFont need be created for it. It's possible 
to strip out
./src/moc/moc.y:typeExtra.sprintf( \%s\, 
raw.stripWhiteSpace().data() );
./src/moc/moc.y: 
g-tmpExpression.stripWhiteSpace(), ] ); }
./src/moc/moc.y: 
g-tmpExpression.stripWhiteSpace(),] ); }
./src/moc/moc.y: 
g-tmpExpression.stripWhiteSpace(),] ); }
./src/3rdparty/zlib/win32/Makefile.gcc: strip $@
./src/3rdparty/libjpeg/usage.doc:rather than having a strange-looking strip 
along the right and/or bottom edges
./src/3rdparty/libjpeg/libjpeg.doc:multi-strip or multi-tile TIFF/JPEG file 
into a single JPEG datastream, etc.
./src/3rdparty/libjpeg/libjpeg.doc:with strip buffers that are as wide as the 
image but just a few rows high.
./src/3rdparty/libjpeg/libjpeg.doc:buffers.  Such buffers are treated as 
virtual arrays: only the current strip
./src/3rdparty/libjpeg/libjpeg.doc:32-bit ints.  For 12-bit JPEG data, double 
the size of the strip buffers and
./src/3rdparty/libjpeg/libjpeg.doc:map.  This requires a 128Kb color lookup 
table plus strip buffers amounting
./src/3rdparty/libjpeg/structure.doc:strips), to avoid holding the whole image 
in memory at once.  Where a
./src/3rdparty/libjpeg/structure.doc:* In some processing modes, a given 
interstep buffer need only be a strip
./src/3rdparty/libjpeg/structure.doc:  usually no need for a full-image buffer 
here; a strip buffer is adequate.
./src/3rdparty/libjpeg/structure.doc:  always a strip buffer; a full-image 
buffer is never required.
./src/3rdparty/libjpeg/structure.doc:   memory manager provides stripwise 
access to these arrays.  On machines
./src/3rdparty/libmng/aclocal.m4:AC_CHECK_TOOL(STRIP, strip, :)
./src/3rdparty/libmng/aclocal.m4:# Be careful not to strip the DATA tag 
left be newer dlltools.
./src/3rdparty/libmng/aclocal.m4:#archive_expsym_cmds=$archive_cmds'  
strip -s $export_symbols'
./src/3rdparty/libmng/aclocal.m4:striplib=
./src/3rdparty/libmng/aclocal.m4:old_striplib=
./src/3rdparty/libmng/aclocal.m4:AC_MSG_CHECKING([whether stripping libraries 
is possible])
./src/3rdparty/libmng/aclocal.m4:if test -n $STRIP  $STRIP -V 21 | grep 
GNU strip /dev/null; then
./src/3rdparty/libmng/aclocal.m4:  test -z $old_striplib  

usb hotplug problem

2005-09-07 Thread Tommi Sakari Uimonen

Hi. I can't get usb hotplugging work with kde 3.4.

I'm using kde3.4 packages from unstable. Kernel 2.6.12.5, udev 
0.065-1, pmount 0.8-2, dbus 0.23.4-3, hal 0.4.8-6.


All packages on my system are gone through the ABI transition already, I 
don't even have libstdc++5 installed.


When I plug usb, icon shows up ok on the desktop, but clicking it 
can't mount it.


My current workaround is to put gnome-volume-manager to Autostart folder, 
so it gets loaded in login and it can mount usb's just fine.




Tommi Uimonen


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



Processing of qt-x11-free_3.3.4-8_i386.changes

2005-09-07 Thread Archive Administrator
qt-x11-free_3.3.4-8_i386.changes uploaded successfully to localhost
along with the files:
  qt-x11-free_3.3.4-8.dsc
  qt-x11-free_3.3.4-8.diff.gz
  libqt3-i18n_3.3.4-8_all.deb
  qt3-doc_3.3.4-8_all.deb
  qt3-examples_3.3.4-8_all.deb
  libqt3-mt_3.3.4-8_i386.deb
  libqt3-mt-dbg_3.3.4-8_i386.deb
  libqt3-mt-mysql_3.3.4-8_i386.deb
  libqt3-mt-odbc_3.3.4-8_i386.deb
  libqt3-mt-psql_3.3.4-8_i386.deb
  libqt3-mt-sqlite_3.3.4-8_i386.deb
  libqt3-mt-dev_3.3.4-8_i386.deb
  libqt3-headers_3.3.4-8_i386.deb
  libqt3-compat-headers_3.3.4-8_i386.deb
  qt3-dev-tools_3.3.4-8_i386.deb
  qt3-designer_3.3.4-8_i386.deb
  qt3-apps-dev_3.3.4-8_i386.deb
  qt3-linguist_3.3.4-8_i386.deb
  qt3-assistant_3.3.4-8_i386.deb
  qt3-qtconfig_3.3.4-8_i386.deb
  qt3-dev-tools-embedded_3.3.4-8_i386.deb
  qt3-dev-tools-compat_3.3.4-8_i386.deb

Greetings,

Your Debian queue daemon


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



qt-x11-free_3.3.4-8_i386.changes is NEW

2005-09-07 Thread Debian Installer
libqt3-compat-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-compat-headers_3.3.4-8_i386.deb
libqt3-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-headers_3.3.4-8_i386.deb
libqt3-i18n_3.3.4-8_all.deb
  to pool/main/q/qt-x11-free/libqt3-i18n_3.3.4-8_all.deb
(new) libqt3-mt-dbg_3.3.4-8_i386.deb extra libdevel
debugging symbols for libqt3-mt
 This package contains the debugging symbols associated with libqt3-mt.
 They will automatically be used by gdb for debugging Qt-related
 issues.
libqt3-mt-dev_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-dev_3.3.4-8_i386.deb
libqt3-mt-mysql_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-mysql_3.3.4-8_i386.deb
libqt3-mt-odbc_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-odbc_3.3.4-8_i386.deb
libqt3-mt-psql_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-psql_3.3.4-8_i386.deb
libqt3-mt-sqlite_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-sqlite_3.3.4-8_i386.deb
libqt3-mt_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt_3.3.4-8_i386.deb
qt-x11-free_3.3.4-8.diff.gz
  to pool/main/q/qt-x11-free/qt-x11-free_3.3.4-8.diff.gz
qt-x11-free_3.3.4-8.dsc
  to pool/main/q/qt-x11-free/qt-x11-free_3.3.4-8.dsc
qt3-apps-dev_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-apps-dev_3.3.4-8_i386.deb
qt3-assistant_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-assistant_3.3.4-8_i386.deb
qt3-designer_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-designer_3.3.4-8_i386.deb
qt3-dev-tools-compat_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-dev-tools-compat_3.3.4-8_i386.deb
qt3-dev-tools-embedded_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-dev-tools-embedded_3.3.4-8_i386.deb
qt3-dev-tools_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-dev-tools_3.3.4-8_i386.deb
qt3-doc_3.3.4-8_all.deb
  to pool/main/q/qt-x11-free/qt3-doc_3.3.4-8_all.deb
qt3-examples_3.3.4-8_all.deb
  to pool/main/q/qt-x11-free/qt3-examples_3.3.4-8_all.deb
qt3-linguist_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-linguist_3.3.4-8_i386.deb
qt3-qtconfig_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-qtconfig_3.3.4-8_i386.deb
Changes: qt-x11-free (3:3.3.4-8) unstable; urgency=low
 .
  +++ Changes by Christopher Martin:
 .
  * Add a patch fixing the generation of PostScript, which was broken due to
a flaw in the code that only manifested itself with the GCC 4.0
transition. This should fix printing in all Qt and KDE applications, as
well as other glitches where nonsensical results were generated.
(Closes: #326833, #326990, #327021)
 .
  * No longer build non-threaded libraries. (Closes: #180326)
No package in the archive uses them, except a bogus qtdmm
build-dependency (#326627).
 .
  * Add a libqt3c102-mt-dbg package. (Closes: #235396, #322868)
 .
  * Make the Qt3 documentation available from /usr/share/doc/qt3-doc, and
therefore also usable in dwww and doc-central. (Closes: #185900, #284407,
#294630)
 .
  * Apply packaging patches from Brian Nelson to allow Qt3 to co-exist
with Qt4 packages. (Closes: #306879)
 .
  * Apply 06_disable_rpath to linux-g++-64/qmake.conf as too.
 .
  * Add the gtkstyle patch, in order to better support Bluecurve.
(Closes: #316108)
 .
  * Add more patches from qt-copy:
+ 29_qtc_fix_rotated_randr: Improve height/width calculations for rotated
  screens.
+ 30_qtc_qtoolbar_77047: Fix for the toolbar extension menu.
+ 33_qtc_qlistbox-crash: Fixes a crash that shows up in KHTML.
+ 34_qtc_dnd_optimization: Massive DND speedups.
+ 35_qtc_dnd_active_window_fix: Fixes DND when windows are changing focus.
+ 36_qtc_dnd-timestamp-fix: Suppresses needless popups when using DND.
+ 37_qtc_dragobject-dont-prefer-unknown: Fixes DND with some apps, like
  Mozilla.
+ 38_qtc_khotkeys_input_84434: Fixes keyboard input action in KHotKeys.
+ 39_qtc_qpopup_has_mouse, 40_qtc_qpopup_ignore_mousepos: Fixes the mouse
  movement and position affecting keyboard navigation with popups and
  menus.
 .
  * Enable tablet support:
- pass -tablet to configure.
- add libxi-dev to Build-Depends.
 .
  * Build jpeg support into Qt, not as a plugin.
 .
  * Build the Qt styles as plugins. This does not affect the Qt buildkey,
so shouldn't affect other packages.
 .
  * Revamp the OpenGL linking patch. This fixes the loading of libXmu, a
problem which affected some screensavers. (Closes: #296661)
 .
  * Temporarily bump the libpq-dev build-depends to (= 8.0.3-15), ensuring
that we build against a version where the headers are located as expected.
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 180326 185900 235396 284407 294630 296661 306879 316108 322868 
326833 326990 327021 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the 

Bug#322868: marked as done (Building with debug symbols should be easy)

2005-09-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Sep 2005 15:28:25 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#322868: fixed in qt-x11-free 3:3.3.4-8
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 13 Aug 2005 06:03:02 +
From [EMAIL PROTECTED] Fri Aug 12 23:03:02 2005
Return-path: [EMAIL PROTECTED]
Received: from mxfep02.bredband.com [195.54.107.73] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E3p6k-0001UW-00; Fri, 12 Aug 2005 23:03:02 -0700
Received: from laga ([213.114.66.106] [213.114.66.106])
  by mxfep02.bredband.com with ESMTP
  id [EMAIL PROTECTED]
  for [EMAIL PROTECTED]; Sat, 13 Aug 2005 08:03:00 +0200
Received: from [192.168.2.141] (helo=localhost.localdomain ident=Debian-exim)
by laga with esmtp (Exim 4.34)
id 1E3p6h-0005qT-Mj
for [EMAIL PROTECTED]; Sat, 13 Aug 2005 08:02:59 +0200
Received: from localhost
([127.0.0.1] helo=leka ident=cos)
by localhost.localdomain with esmtp (Exim 4.52)
id 1E3p6h-0003SL-AA
for [EMAIL PROTECTED]; Sat, 13 Aug 2005 08:02:59 +0200
Date: Sat, 13 Aug 2005 08:02:59 +0200
From: Martin Samuelsson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Building with debug symbols should be easy
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: mutt-ng 1.5.9-r271i (Debian)
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_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: qt-x11-free
Version: 3:3.3.4-3

Trying to find more info on #322522 I decided to recompile qt with
debugging symbols. However, I don't feel like editing all the Makefiles
and all just to do it.

The Debian Policy Manual, section 10.1 states that I could expect the
following to work for all packages.

DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage 

But with this package's build process, it doesn't.
--
/Martin

---
Received: (at 322868-close) by bugs.debian.org; 7 Sep 2005 22:39:23 +
From [EMAIL PROTECTED] Wed Sep 07 15:39:23 2005
Return-path: [EMAIL PROTECTED]
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ED8P3-0005EX-00; Wed, 07 Sep 2005 15:28:25 -0700
From: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#322868: fixed in qt-x11-free 3:3.3.4-8
Message-Id: [EMAIL PROTECTED]
Sender: Joerg Jaspert [EMAIL PROTECTED]
Date: Wed, 07 Sep 2005 15:28:25 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 9

Source: qt-x11-free
Source-Version: 3:3.3.4-8

We believe that the bug you reported is fixed in the latest version of
qt-x11-free, which is due to be installed in the Debian FTP archive:

libqt3-compat-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-compat-headers_3.3.4-8_i386.deb
libqt3-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-headers_3.3.4-8_i386.deb
libqt3-i18n_3.3.4-8_all.deb
  to pool/main/q/qt-x11-free/libqt3-i18n_3.3.4-8_all.deb
libqt3-mt-dbg_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-dbg_3.3.4-8_i386.deb
libqt3-mt-dev_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-dev_3.3.4-8_i386.deb
libqt3-mt-mysql_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-mysql_3.3.4-8_i386.deb
libqt3-mt-odbc_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-odbc_3.3.4-8_i386.deb
libqt3-mt-psql_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-psql_3.3.4-8_i386.deb
libqt3-mt-sqlite_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-sqlite_3.3.4-8_i386.deb
libqt3-mt_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt_3.3.4-8_i386.deb
qt-x11-free_3.3.4-8.diff.gz
  to pool/main/q/qt-x11-free/qt-x11-free_3.3.4-8.diff.gz
qt-x11-free_3.3.4-8.dsc
  to pool/main/q/qt-x11-free/qt-x11-free_3.3.4-8.dsc
qt3-apps-dev_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-apps-dev_3.3.4-8_i386.deb

Bug#294630: marked as done (qt3-doc: Symlink docs to /usr/share/doc)

2005-09-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Sep 2005 15:28:25 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#294630: fixed in qt-x11-free 3:3.3.4-8
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 10 Feb 2005 20:35:58 +
From [EMAIL PROTECTED] Thu Feb 10 12:35:58 2005
Return-path: [EMAIL PROTECTED]
Received: from master.debian.org [146.82.138.7] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CzL2c-00070H-00; Thu, 10 Feb 2005 12:35:58 -0800
Received: from c-67-180-189-2.client.comcast.net ([192.168.1.10]) 
[67.180.189.2] 
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CzL2c-0007ig-00; Thu, 10 Feb 2005 14:35:58 -0600
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Ian Turner [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: qt3-doc: Symlink docs to /usr/share/doc
X-Mailer: reportbug 3.2
Date: Thu, 10 Feb 2005 12:36:00 -0800
X-Debbugs-Cc: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
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-Status: No, hits=-5.3 required=4.0 tests=BAYES_00,FORGED_YAHOO_RCVD,
HAS_PACKAGE,OUR_MTA_MSGID,X_DEBBUGS_CC autolearn=no 
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: qt3-doc
Version: 3:3.3.3-8
Severity: wishlist


It would be best to create a symlink from /usr/share/qt3/doc/html/ to 
/usr/share/doc/qt3-doc/html/ -- users typically expect to find their 
docs in /usr/share/doc

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- no debconf information

---
Received: (at 294630-close) by bugs.debian.org; 7 Sep 2005 22:39:21 +
From [EMAIL PROTECTED] Wed Sep 07 15:39:21 2005
Return-path: [EMAIL PROTECTED]
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ED8P3-0005EP-00; Wed, 07 Sep 2005 15:28:25 -0700
From: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#294630: fixed in qt-x11-free 3:3.3.4-8
Message-Id: [EMAIL PROTECTED]
Sender: Joerg Jaspert [EMAIL PROTECTED]
Date: Wed, 07 Sep 2005 15:28:25 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 5

Source: qt-x11-free
Source-Version: 3:3.3.4-8

We believe that the bug you reported is fixed in the latest version of
qt-x11-free, which is due to be installed in the Debian FTP archive:

libqt3-compat-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-compat-headers_3.3.4-8_i386.deb
libqt3-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-headers_3.3.4-8_i386.deb
libqt3-i18n_3.3.4-8_all.deb
  to pool/main/q/qt-x11-free/libqt3-i18n_3.3.4-8_all.deb
libqt3-mt-dbg_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-dbg_3.3.4-8_i386.deb
libqt3-mt-dev_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-dev_3.3.4-8_i386.deb
libqt3-mt-mysql_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-mysql_3.3.4-8_i386.deb
libqt3-mt-odbc_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-odbc_3.3.4-8_i386.deb
libqt3-mt-psql_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-psql_3.3.4-8_i386.deb
libqt3-mt-sqlite_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-sqlite_3.3.4-8_i386.deb
libqt3-mt_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt_3.3.4-8_i386.deb
qt-x11-free_3.3.4-8.diff.gz
  to pool/main/q/qt-x11-free/qt-x11-free_3.3.4-8.diff.gz
qt-x11-free_3.3.4-8.dsc
  to pool/main/q/qt-x11-free/qt-x11-free_3.3.4-8.dsc
qt3-apps-dev_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-apps-dev_3.3.4-8_i386.deb
qt3-assistant_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-assistant_3.3.4-8_i386.deb
qt3-designer_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-designer_3.3.4-8_i386.deb
qt3-dev-tools-compat_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-dev-tools-compat_3.3.4-8_i386.deb

Bug#185900: marked as done (qt3-doc: readme.Debian to tell where the docs are)

2005-09-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Sep 2005 15:28:25 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#185900: fixed in qt-x11-free 3:3.3.4-8
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 22 Mar 2003 19:26:02 +
From [EMAIL PROTECTED] Sat Mar 22 13:26:02 2003
Return-path: [EMAIL PROTECTED]
Received: from cs78145097.pp.htv.fi (supertiger) [62.78.145.97] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 18wocz-0002mB-00; Sat, 22 Mar 2003 13:26:01 -0600
Received: id 18wocQ-Mo-00; Sat, 22 Mar 2003 21:25:26 +0200
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Jarno Elonen [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: qt3-doc: readme.Debian to tell where the docs are
X-Mailer: reportbug 2.10
Date: Sat, 22 Mar 2003 21:25:26 +0200
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-0.2 required=4.0
tests=HAS_PACKAGE,SPAM_PHRASE_00_01
version=2.44
X-Spam-Level: 

Package: qt3-doc
Version: 3:3.1.1-7
Severity: wishlist

It would be nice to have readme.Debian tell where the docs are
installed. Of course you can always check that with dpkg -L, but
reading the long file list is rather cumbersome.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux supertiger 2.4.20 #4 Thu Mar 20 00:10:56 EET 2003 i686
Locale: LANG=C, LC_CTYPE=fi_FI

-- no debconf information


---
Received: (at 185900-close) by bugs.debian.org; 7 Sep 2005 22:39:20 +
From [EMAIL PROTECTED] Wed Sep 07 15:39:20 2005
Return-path: [EMAIL PROTECTED]
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ED8P3-0005EJ-00; Wed, 07 Sep 2005 15:28:25 -0700
From: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#185900: fixed in qt-x11-free 3:3.3.4-8
Message-Id: [EMAIL PROTECTED]
Sender: Joerg Jaspert [EMAIL PROTECTED]
Date: Wed, 07 Sep 2005 15:28:25 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: qt-x11-free
Source-Version: 3:3.3.4-8

We believe that the bug you reported is fixed in the latest version of
qt-x11-free, which is due to be installed in the Debian FTP archive:

libqt3-compat-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-compat-headers_3.3.4-8_i386.deb
libqt3-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-headers_3.3.4-8_i386.deb
libqt3-i18n_3.3.4-8_all.deb
  to pool/main/q/qt-x11-free/libqt3-i18n_3.3.4-8_all.deb
libqt3-mt-dbg_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-dbg_3.3.4-8_i386.deb
libqt3-mt-dev_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-dev_3.3.4-8_i386.deb
libqt3-mt-mysql_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-mysql_3.3.4-8_i386.deb
libqt3-mt-odbc_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-odbc_3.3.4-8_i386.deb
libqt3-mt-psql_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-psql_3.3.4-8_i386.deb
libqt3-mt-sqlite_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-sqlite_3.3.4-8_i386.deb
libqt3-mt_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt_3.3.4-8_i386.deb
qt-x11-free_3.3.4-8.diff.gz
  to pool/main/q/qt-x11-free/qt-x11-free_3.3.4-8.diff.gz
qt-x11-free_3.3.4-8.dsc
  to pool/main/q/qt-x11-free/qt-x11-free_3.3.4-8.dsc
qt3-apps-dev_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-apps-dev_3.3.4-8_i386.deb
qt3-assistant_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-assistant_3.3.4-8_i386.deb
qt3-designer_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-designer_3.3.4-8_i386.deb
qt3-dev-tools-compat_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-dev-tools-compat_3.3.4-8_i386.deb
qt3-dev-tools-embedded_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-dev-tools-embedded_3.3.4-8_i386.deb
qt3-dev-tools_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-dev-tools_3.3.4-8_i386.deb
qt3-doc_3.3.4-8_all.deb
  to pool/main/q/qt-x11-free/qt3-doc_3.3.4-8_all.deb
qt3-examples_3.3.4-8_all.deb
  to pool/main/q/qt-x11-free/qt3-examples_3.3.4-8_all.deb
qt3-linguist_3.3.4-8_i386.deb
  

Bug#326990: marked as done (libqt3-mt: Spinbox code is broken)

2005-09-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Sep 2005 15:28:25 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#326990: fixed in qt-x11-free 3:3.3.4-8
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 7 Sep 2005 01:01:12 +
From [EMAIL PROTECTED] Tue Sep 06 18:01:12 2005
Return-path: [EMAIL PROTECTED]
Received: from mail07.powweb.com [66.152.97.40] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ECoJM-0003lP-00; Tue, 06 Sep 2005 18:01:12 -0700
Received: from localhost (mrb319.cvmbs.colostate.edu [129.82.32.97])
by mail07.powweb.com (Postfix) with ESMTP id 4170414DA1B;
Tue,  6 Sep 2005 18:01:22 -0700 (PDT)
Date: Tue, 6 Sep 2005 19:01:11 -0600
From: Oleksandr Moskalenko [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: libqt3-mt: Spinbox code is broken
Message-ID: [EMAIL PROTECTED]
Reply-To: O. Moskalenko [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.17
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_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

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.

For more information please take a look at
http://bugs.scribus.net/view.php?id=2525. I've also built a debugging version
of scribus-cvs located at http://debian.tagancha.org/download. This is a test
package from newer code then what is in Debian, but the bug is both. I used it
to try helping upstream locate the bug, though we weren't successful.
Installation of qt3 3.3.5 on the original reporter's machine fixed the
problem.

Files available for debugging:

 scribus-cvs_1.3.0+cvs20050905-2.diff.gz 
 scribus-cvs_1.3.0+cvs20050905-2.dsc 
 scribus-cvs_1.3.0+cvs20050905-2_i386.changes
 scribus-cvs_1.3.0+cvs20050905-2_i386.deb
 scribus-cvs_1.3.0+cvs20050905.orig.tar.gz   

You can install the .deb or build your own copy from the source package, of
course. There is extra debugging code in the mspinbox.cpp as can be viewed in
the patch in debian/patches. The .deb was built with 'debuild -e
DEB_BUILD_OPTIONS=debug,nostrip'.

Regards,

Alex.

-- 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-20050829-mrb319
Locale: LANG=uk_UA.KOI8-U, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

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  

Bug#235396: marked as done (qt-x11-free: Please provide a libqt3-mt-dbg package)

2005-09-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Sep 2005 15:28:25 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#235396: fixed in qt-x11-free 3:3.3.4-8
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 29 Feb 2004 03:40:45 +
From [EMAIL PROTECTED] Sat Feb 28 19:40:45 2004
Return-path: [EMAIL PROTECTED]
Received: from xlab.net [217.114.78.142] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AxHor-yL-00; Sat, 28 Feb 2004 19:40:45 -0800
Received: from mail.winnegan.de (xlab [127.0.0.1])
by xlab.net (Postfix) with ESMTP
id 20542129A82; Sun, 29 Feb 2004 04:40:44 +0100 (CET)
Received: from puntila (puntila.winnegan.fake [192.168.53.6])
by mail.winnegan.de (Postfix) with ESMTP
id 43CB837E76; Sun, 29 Feb 2004 04:40:42 +0100 (CET)
Received: by puntila (Postfix, from userid 1000)
id 2384DE04E9EB; Sun, 29 Feb 2004 04:40:50 +0100 (CET)
Date: Sun, 29 Feb 2004 04:40:49 +0100
From: Bernd S. Brentrup [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: qt-x11-free: Please provide a libqt3-mt-dbg package
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=dDRMvlgZJXvWKvBx
Content-Disposition: inline
X-Reportbug-Version: 2.48
User-Agent: Mutt/1.5.5.1+cvs20040105i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_02_27 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
version=2.60-bugs.debian.org_2004_02_27
X-Spam-Level: 


--dDRMvlgZJXvWKvBx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: qt-x11-free
Severity: wishlist

Some library functions only generate output when Qt is configured with
the -debug option (e.g. QObject::dumpObjectInfo()); also having debug
info helps in analysing problems with application code.

Thanks
. Siggy

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.2-vaio
Locale: LANG=C, LC_CTYPE=C

--dDRMvlgZJXvWKvBx
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFAQV9B94B/SGO8KQcRAvUXAJ9F6SNDU5sLXNyV6mlCBgW/nWCfSwCgyKFP
JpixnNHvYzD2BEU7MMuCH/E=
=ctt6
-END PGP SIGNATURE-

--dDRMvlgZJXvWKvBx--

---
Received: (at 235396-close) by bugs.debian.org; 7 Sep 2005 22:39:21 +
From [EMAIL PROTECTED] Wed Sep 07 15:39:21 2005
Return-path: [EMAIL PROTECTED]
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ED8P3-0005EL-00; Wed, 07 Sep 2005 15:28:25 -0700
From: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#235396: fixed in qt-x11-free 3:3.3.4-8
Message-Id: [EMAIL PROTECTED]
Sender: Joerg Jaspert [EMAIL PROTECTED]
Date: Wed, 07 Sep 2005 15:28:25 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 3

Source: qt-x11-free
Source-Version: 3:3.3.4-8

We believe that the bug you reported is fixed in the latest version of
qt-x11-free, which is due to be installed in the Debian FTP archive:

libqt3-compat-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-compat-headers_3.3.4-8_i386.deb
libqt3-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-headers_3.3.4-8_i386.deb
libqt3-i18n_3.3.4-8_all.deb
  to pool/main/q/qt-x11-free/libqt3-i18n_3.3.4-8_all.deb
libqt3-mt-dbg_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-dbg_3.3.4-8_i386.deb
libqt3-mt-dev_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-dev_3.3.4-8_i386.deb
libqt3-mt-mysql_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-mysql_3.3.4-8_i386.deb
libqt3-mt-odbc_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-odbc_3.3.4-8_i386.deb
libqt3-mt-psql_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-psql_3.3.4-8_i386.deb
libqt3-mt-sqlite_3.3.4-8_i386.deb
  to 

qt-x11-free_3.3.4-8_i386.changes ACCEPTED

2005-09-07 Thread Debian Installer

Accepted:
libqt3-compat-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-compat-headers_3.3.4-8_i386.deb
libqt3-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-headers_3.3.4-8_i386.deb
libqt3-i18n_3.3.4-8_all.deb
  to pool/main/q/qt-x11-free/libqt3-i18n_3.3.4-8_all.deb
libqt3-mt-dbg_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-dbg_3.3.4-8_i386.deb
libqt3-mt-dev_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-dev_3.3.4-8_i386.deb
libqt3-mt-mysql_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-mysql_3.3.4-8_i386.deb
libqt3-mt-odbc_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-odbc_3.3.4-8_i386.deb
libqt3-mt-psql_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-psql_3.3.4-8_i386.deb
libqt3-mt-sqlite_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-sqlite_3.3.4-8_i386.deb
libqt3-mt_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt_3.3.4-8_i386.deb
qt-x11-free_3.3.4-8.diff.gz
  to pool/main/q/qt-x11-free/qt-x11-free_3.3.4-8.diff.gz
qt-x11-free_3.3.4-8.dsc
  to pool/main/q/qt-x11-free/qt-x11-free_3.3.4-8.dsc
qt3-apps-dev_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-apps-dev_3.3.4-8_i386.deb
qt3-assistant_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-assistant_3.3.4-8_i386.deb
qt3-designer_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-designer_3.3.4-8_i386.deb
qt3-dev-tools-compat_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-dev-tools-compat_3.3.4-8_i386.deb
qt3-dev-tools-embedded_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-dev-tools-embedded_3.3.4-8_i386.deb
qt3-dev-tools_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-dev-tools_3.3.4-8_i386.deb
qt3-doc_3.3.4-8_all.deb
  to pool/main/q/qt-x11-free/qt3-doc_3.3.4-8_all.deb
qt3-examples_3.3.4-8_all.deb
  to pool/main/q/qt-x11-free/qt3-examples_3.3.4-8_all.deb
qt3-linguist_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-linguist_3.3.4-8_i386.deb
qt3-qtconfig_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-qtconfig_3.3.4-8_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 180326 185900 235396 284407 294630 296661 306879 316108 322868 
326833 326990 327021 


Thank you for your contribution to Debian.


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



Bug#180326: marked as done (qt3-dev-tools: Please modify qmake.conf to support qt-mt by default)

2005-09-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Sep 2005 15:28:24 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#180326: fixed in qt-x11-free 3:3.3.4-8
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 9 Feb 2003 07:23:51 +
From [EMAIL PROTECTED] Sun Feb 09 01:23:51 2003
Return-path: [EMAIL PROTECTED]
Received: from sccrmhc02.attbi.com [204.127.202.62] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 18hloc-SK-00; Sun, 09 Feb 2003 01:23:51 -0600
Received: from voldemort.bignachos.com 
(h00a0cc56d269.ne.client2.attbi.com[66.31.190.121])
  by sccrmhc02.attbi.com (sccrmhc02) with ESMTP
  id 200302090723200020030dt8e; Sun, 9 Feb 2003 07:23:20 +
Received: from dsl231-062-080.sea1.dsl.speakeasy.net ([216.231.62.80] 
helo=scabbers.bignachos.com)
by voldemort.bignachos.com with esmtp (Exim 3.35 #1 (Debian))
id 18hlo7-0006va-00
for [EMAIL PROTECTED]; Sun, 09 Feb 2003 02:23:19 -0500
Received: from nelson by scabbers.bignachos.com with local (Exim 3.36 #1 
(Debian))
id 18hlo6-Va-00
for [EMAIL PROTECTED]; Sat, 08 Feb 2003 23:23:18 -0800
To: Debian Bug Tracking System [EMAIL PROTECTED] 
Subject: qt3-dev-tools: Please modify qmake.conf to support qt-mt by default
X-Debbugs-CC: Brian Nelson [EMAIL PROTECTED]
X-URL: http://bignachos.com
From: Brian Nelson [EMAIL PROTECTED]
Date: Sat, 08 Feb 2003 23:23:17 -0800
Message-ID: [EMAIL PROTECTED]
User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary==-=-=
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-1.1 required=5.0
tests=PATCH_UNIFIED_DIFF,SPAM_PHRASE_00_01,USER_AGENT
version=2.41
X-Spam-Level: 

--=-=-=

Package: qt3-dev-tools
Version: 3:3.1.1-2
Severity: wishlist
Tags: patch

Please apply this patch to /usr/share/qt3/mkspecs/linux-g++/qmake.conf
to make qmake support multi-threading, and hence link to qt-mt, by
default.

Thanks.


--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment; filename=qmake.conf.patch

--- mkspecs/linux-g++/qmake.conf~   2003-02-08 23:12:56.0 -0800
+++ mkspecs/linux-g++/qmake.conf2003-02-08 23:13:31.0 -0800
@@ -6,7 +6,7 @@
 
 MAKEFILE_GENERATOR = UNIX
 TEMPLATE   = app
-CONFIG += qt warn_on release incremental
+CONFIG += qt warn_on release incremental thread
 QMAKE_INCREMENTAL_STYLE  = sublib
 
 QMAKE_CC   = gcc

--=-=-=


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux scabbers 2.4.20 #2 Tue Jan 7 20:03:25 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages qt3-dev-tools depends on:
ii  libc6 2.3.1-11   GNU C Library: Shared libraries an
ii  libfreetype6  2.1.3-9FreeType 2 font engine, shared lib
ii  libgcc1   1:3.2.2-1  GCC support library
ii  libpng12-01.2.5-10   PNG library - runtime
ii  libqt3c102-mt 3:3.1.1-2  Qt GUI Library (Threaded runtime v
ii  libstdc++51:3.2.2-1  The GNU Standard C++ Library v3
ii  libxft2   2.1-7  advanced font drawing library for 
ii  xlibmesa3-gl [libgl1] 4.2.1-5Mesa 3D graphics library [XFree86]
ii  xlibs 4.2.1-5X Window System client libraries
ii  zlib1g1:1.1.4-9  compression library - runtime

-- no debconf information

--=-=-=--

---
Received: (at 180326-close) by bugs.debian.org; 7 Sep 2005 22:39:19 +
From [EMAIL PROTECTED] Wed Sep 07 15:39:19 2005
Return-path: [EMAIL PROTECTED]
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ED8P2-0005EH-00; Wed, 07 Sep 2005 15:28:24 -0700
From: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#180326: fixed in qt-x11-free 3:3.3.4-8
Message-Id: [EMAIL PROTECTED]
Sender: Joerg Jaspert [EMAIL PROTECTED]
Date: Wed, 07 Sep 2005 15:28:24 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: 

Bug#284407: marked as done (Please make the qt3-doc usable in dwww and doc-central)

2005-09-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Sep 2005 15:28:25 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#284407: fixed in qt-x11-free 3:3.3.4-8
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 6 Dec 2004 04:55:30 +
From [EMAIL PROTECTED] Sun Dec 05 20:55:30 2004
Return-path: [EMAIL PROTECTED]
Received: from grunt6.ihug.co.nz [203.109.254.46] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CbAuH-0007dp-00; Sun, 05 Dec 2004 20:55:30 -0800
Received: from p58-max12.akl.ihug.co.nz (cliux.homeunix.net) [203.118.163.186] 
by grunt6.ihug.co.nz with esmtp (Exim 3.35 #1 (Debian))
id 1CbAuE-0004ZD-00; Mon, 06 Dec 2004 17:55:27 +1300
Received: from cliux.homeunix.net (localhost [127.0.0.1])
by cliux.homeunix.net (Postfix) with ESMTP id 6DE6014FD540;
Mon,  6 Dec 2004 17:55:25 +1300 (NZDT)
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Carlos Z.F. Liu [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: Please make the qt3-doc usable in dwww and doc-central
Reply-To: Carlos Liu [EMAIL PROTECTED]
X-Mailer: reportbug 3.2
Date: Mon, 06 Dec 2004 17:55:24 +1300
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: qt3-doc
Version: 3:3.3.3-7
Severity: wishlist

Currently, qt3-doc put html documents in /usr/share/qt3/doc/html, but
dwww and doc-central can't use it, because it's out of /usr/share/doc
directory.

Please link /usr/share/qt3/doc/html into /usr/share/qt3-doc/, and change
the corresponding part of doc-base file.

Thanks.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)

-- no debconf information

---
Received: (at 284407-close) by bugs.debian.org; 7 Sep 2005 22:38:33 +
From [EMAIL PROTECTED] Wed Sep 07 15:38:33 2005
Return-path: [EMAIL PROTECTED]
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ED8P3-0005EN-00; Wed, 07 Sep 2005 15:28:25 -0700
From: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#284407: fixed in qt-x11-free 3:3.3.4-8
Message-Id: [EMAIL PROTECTED]
Sender: Joerg Jaspert [EMAIL PROTECTED]
Date: Wed, 07 Sep 2005 15:28:25 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 4

Source: qt-x11-free
Source-Version: 3:3.3.4-8

We believe that the bug you reported is fixed in the latest version of
qt-x11-free, which is due to be installed in the Debian FTP archive:

libqt3-compat-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-compat-headers_3.3.4-8_i386.deb
libqt3-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-headers_3.3.4-8_i386.deb
libqt3-i18n_3.3.4-8_all.deb
  to pool/main/q/qt-x11-free/libqt3-i18n_3.3.4-8_all.deb
libqt3-mt-dbg_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-dbg_3.3.4-8_i386.deb
libqt3-mt-dev_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-dev_3.3.4-8_i386.deb
libqt3-mt-mysql_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-mysql_3.3.4-8_i386.deb
libqt3-mt-odbc_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-odbc_3.3.4-8_i386.deb
libqt3-mt-psql_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-psql_3.3.4-8_i386.deb
libqt3-mt-sqlite_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-sqlite_3.3.4-8_i386.deb
libqt3-mt_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt_3.3.4-8_i386.deb
qt-x11-free_3.3.4-8.diff.gz
  to pool/main/q/qt-x11-free/qt-x11-free_3.3.4-8.diff.gz
qt-x11-free_3.3.4-8.dsc
  to pool/main/q/qt-x11-free/qt-x11-free_3.3.4-8.dsc
qt3-apps-dev_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/qt3-apps-dev_3.3.4-8_i386.deb
qt3-assistant_3.3.4-8_i386.deb
  to 

Bug#296661: marked as done (kscreensaver fails to load libXmu.so)

2005-09-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Sep 2005 15:28:25 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#296661: fixed in qt-x11-free 3:3.3.4-8
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 23 Feb 2005 20:49:22 +
From [EMAIL PROTECTED] Wed Feb 23 12:49:22 2005
Return-path: [EMAIL PROTECTED]
Received: from mx3.utulsa.edu [129.244.3.228] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D43Ri-0004P2-00; Wed, 23 Feb 2005 12:49:22 -0800
Received: from mx2.utulsa.edu (mx2.utulsa.edu [129.244.3.227])
by mx3.utulsa.edu (Postfix) with ESMTP id 2533177161
for [EMAIL PROTECTED]; Wed, 23 Feb 2005 14:48:52 -0600 (CST)
Received: from phoenix.cis.utulsa.edu (unknown [129.244.241.239])
by mx2.utulsa.edu (Postfix) with ESMTP id 6C5B11F28A
for [EMAIL PROTECTED]; Wed, 23 Feb 2005 14:48:49 -0600 (CST)
From: Rodrigo Chandia [EMAIL PROTECTED]
Organization: The University of Tulsa
To: [EMAIL PROTECTED]
Subject: kscreensaver fails to load libXmu.so
Date: Wed, 23 Feb 2005 14:48:51 -0600
User-Agent: KMail/1.7.2
MIME-Version: 1.0
Content-Type: text/plain;
  charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: [EMAIL PROTECTED]
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: kscreensaver
Version: 4:3.3.2-1

Several screen savers fail due to a missing library.

$ kfiresaver.kss
disabling TCL support
Unable to resolve Xmu symbols - please check your Xmu library installation.

I have libxmu installed though:

Package: libxmu6
Version: 4.3.0.dfsg.1-10

Running strace shows at the end that libXmu.so is searched all over /usr/lib 
but not in /usr/X11R6/lib. Moreover unless you have x-libs-dev installed, you 
will not have /usr/X11R6/lib/libXmu.so as as a symbolic link 
to /usr/X11R6/lib/libXmu.so.6

So when I created the symbolic link by hand the screen saver now work 
properly:

# cd /usr/lib
# ln -s libXmu.so /usr/X11R6/lib/libXmu.so.6

I guess this could rather be a bug within the libxmu that does not create the 
symbolic link at /usr/lib.

I have Debian unstable up to date with the kde package installed.

Regards

Rodrigo Chandia

---
Received: (at 296661-close) by bugs.debian.org; 7 Sep 2005 22:39:22 +
From [EMAIL PROTECTED] Wed Sep 07 15:39:22 2005
Return-path: [EMAIL PROTECTED]
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ED8P3-0005ER-00; Wed, 07 Sep 2005 15:28:25 -0700
From: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#296661: fixed in qt-x11-free 3:3.3.4-8
Message-Id: [EMAIL PROTECTED]
Sender: Joerg Jaspert [EMAIL PROTECTED]
Date: Wed, 07 Sep 2005 15:28:25 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 6

Source: qt-x11-free
Source-Version: 3:3.3.4-8

We believe that the bug you reported is fixed in the latest version of
qt-x11-free, which is due to be installed in the Debian FTP archive:

libqt3-compat-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-compat-headers_3.3.4-8_i386.deb
libqt3-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-headers_3.3.4-8_i386.deb
libqt3-i18n_3.3.4-8_all.deb
  to pool/main/q/qt-x11-free/libqt3-i18n_3.3.4-8_all.deb
libqt3-mt-dbg_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-dbg_3.3.4-8_i386.deb
libqt3-mt-dev_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-dev_3.3.4-8_i386.deb
libqt3-mt-mysql_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-mysql_3.3.4-8_i386.deb
libqt3-mt-odbc_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-odbc_3.3.4-8_i386.deb
libqt3-mt-psql_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-psql_3.3.4-8_i386.deb
libqt3-mt-sqlite_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt-sqlite_3.3.4-8_i386.deb
libqt3-mt_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-mt_3.3.4-8_i386.deb

Bug#316108: marked as done (qt-x11-free: Please add gtkstyle patch)

2005-09-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Sep 2005 15:28:25 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#316108: fixed in qt-x11-free 3:3.3.4-8
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 28 Jun 2005 14:31:28 +
From [EMAIL PROTECTED] Tue Jun 28 07:31:28 2005
Return-path: [EMAIL PROTECTED]
Received: from c201166.ppp.asahi-net.or.jp (grapefruit) [210.155.201.166] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DnH7X-0003gp-00; Tue, 28 Jun 2005 07:31:27 -0700
Received: by grapefruit (Postfix, from userid 1000)
id 192AA40B9; Tue, 28 Jun 2005 23:33:05 +0900 (JST)
Content-Type: multipart/mixed; boundary1472334394==
MIME-Version: 1.0
From: Hideki Yamane [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: qt-x11-free: Please add gtkstyle patch
X-Mailer: reportbug 3.15
Date: Tue, 28 Jun 2005 23:33:04 +0900
Message-Id: [EMAIL PROTECTED]
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===1472334394==
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: qt-x11-free
Severity: wishlist
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear qt-x11-free maintainer,

 This patch provides gtkstyle in QT, that is from fedora.
 I need this to make newest redhat-artwork package that includes
 bluecurve theme in gnome/kde.
 
 Could you apply it, please?

 You also can get it from
 http://cvs.fedora.redhat.com/viewcvs/devel/qt/qt-3.3.3-gtkstyle.patch.


- --
Regards,

 Hideki Yamane henrich @ samba.gr.jp/debian.or.jp/iijmio-mail.jp



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

iD8DBQFCwV+gIu0hy8THJksRAvlCAJ9KPfGAuaJShE0toT7Kx56j5ncpfQCgpIHK
9dM7Dfak9ssjTb46LIcGOHg=
=cy7e
-END PGP SIGNATURE-

--===1472334394==
Content-Type: text/x-c++; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=qt-3.3.3-gtkstyle.patch

--- qt-x11-free-3.3.3.orig/src/widgets/qmenubar.cpp 2004-08-05 
16:42:21.0 +0200
+++ qt-x11-free-3.3.3/src/widgets/qmenubar.cpp  2004-12-03 17:26:43.0 
+0100
@@ -228,6 +228,10 @@
 static const int motifItemHMargin  = 5;// menu item hor text margin
 static const int motifItemVMargin  = 4;// menu item ver text margin
 
+// The others are 0
+static const int gtkItemHMargin = 8;
+static const int gtkItemVMargin = 8;
+
 /*
 
 +-
@@ -292,7 +296,14 @@
 setFrameStyle( QFrame::MenuBarPanel | QFrame::Raised );
 
 QFontMetrics fm = fontMetrics();
-int h = 2*motifBarVMargin + fm.height() + motifItemVMargin + 
2*frameWidth() + 2*motifItemFrame;
+
+int h;
+int gs = style().styleHint(QStyle::SH_GUIStyle);
+if (gs == GtkStyle) {
+h = fm.height() + gtkItemVMargin;
+} else {
+h = 2*motifBarVMargin + fm.height() + motifItemVMargin + 
2*frameWidth() + 2*motifItemFrame;
+}
 
 setGeometry( 0, 0, width(), h );
 
@@ -944,12 +955,19 @@
h = QMAX( mi-pixmap()-height() + 4, 
QApplication::globalStrut().height() );
} else if ( !mi-text().isNull() ) {// text item
QString s = mi-text();
-   w = fm.boundingRect( s ).width()
-   + 2*motifItemHMargin;
+if ( gs == GtkStyle ) {
+w = fm.boundingRect( s ).width() + 2*gtkItemHMargin;
+} else {
+   w = fm.boundingRect( s ).width() + 2*motifItemHMargin;
+}
w -= s.contains('')*fm.width('');
w += s.contains()*fm.width('');
w = QMAX( w, QApplication::globalStrut().width() );
-   h = QMAX( fm.height() + motifItemVMargin, 
QApplication::globalStrut().height() );
+if (gs == GtkStyle ) {
+h = QMAX( fm.height() + gtkItemVMargin, 
QApplication::globalStrut().height() );
+} else {
+   h = QMAX( fm.height() + motifItemVMargin, 
QApplication::globalStrut().height() );
+}
} else if ( mi-isSeparator() ) {   // separator item
if ( style().styleHint(QStyle::SH_GUIStyle) == MotifStyle 

Bug#326833: marked as done (kdelibs: KDE pseudoprinters do not work)

2005-09-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Sep 2005 15:28:25 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#326833: fixed in qt-x11-free 3:3.3.4-8
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 6 Sep 2005 01:00:23 +
From [EMAIL PROTECTED] Mon Sep 05 18:00:23 2005
Return-path: [EMAIL PROTECTED]
Received: from mail.t-email.hu [212.51.125.49] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ECRp0-TD-00; Mon, 05 Sep 2005 18:00:23 -0700
Received: from tudor.localdomain (3e44aae5.adsl.enternet.hu [62.68.170.229])
 by smtpgw2.mail.westel900.net
 (Sun Java System Messaging Server 6.1 HotFix 0.11 (built Jan 28 2005))
 with ESMTPA id [EMAIL PROTECTED] for
 [EMAIL PROTECTED]; Tue, 06 Sep 2005 02:57:09 +0200 (MEST)
Date: Tue, 06 Sep 2005 03:00:13 +0200
From: Tibor Hajling [EMAIL PROTECTED]
Subject: kdelibs: KDE pseudoprinters do not work
To: Debian Bug Tracking System [EMAIL PROTECTED]
Reply-to: Tibor Hajling [EMAIL PROTECTED]
Message-id: [EMAIL PROTECTED]
MIME-version: 1.0
X-Mailer: reportbug 3.15
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit
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_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: kdelibs
Version: 4:3.4.2-3
Severity: normal


Hi,

When I try to print a testpage from KDE Control Panel to a pdf or ps
pseudo printer KNotify gives me the following message:

A print error occurred. Error message received from system:
cupsdoprint -P 'Print to file (PDF)' -J '' -H 'localhost:631' -U
'tibi' -o 'multiple-document-handling=separate-documents-uncollated-copies
orientation-requested=3' '/usr/share/apps/kdeprint/testprint.ps' :
execution failed with message:
client-error-not-found

If I try to print from konsole the following message appears:

[EMAIL PROTECTED]:~$ cupsdoprint -P 'Print to file (PDF)' -J '' -H 
'localhost:631' 
-U 'user' -o 'multiple-document-handling=separate-documents-uncollated-copies
orientation-requested=3' '/usr/share/apps/kdeprint/testprint.ps'
client-error-not-found

I use cupsys as printing backend. I am not sure whether it is a problem 
with KDE or cupsys or gs-gpl. I report it againts kdelibs, because
cupsdoprint can be found in kdelibs-bin

Thanks,
Tibor

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (501, 'testing'), (99, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages kdelibs depends on:
ii  kdelibs-bin   4:3.4.2-3  core binaries for all KDE applicat
ii  kdelibs-data  4:3.4.2-3  core shared data for all KDE appli
ii  kdelibs4c24:3.4.2-3  core libraries for all KDE applica

kdelibs recommends no packages.

-- no debconf information

---
Received: (at 326833-close) by bugs.debian.org; 7 Sep 2005 22:38:30 +
From [EMAIL PROTECTED] Wed Sep 07 15:38:30 2005
Return-path: [EMAIL PROTECTED]
Received: from joerg by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ED8P3-0005EZ-00; Wed, 07 Sep 2005 15:28:25 -0700
From: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
To: [EMAIL PROTECTED]
X-Katie: lisa $Revision: 1.30 $
Subject: Bug#326833: fixed in qt-x11-free 3:3.3.4-8
Message-Id: [EMAIL PROTECTED]
Sender: Joerg Jaspert [EMAIL PROTECTED]
Date: Wed, 07 Sep 2005 15:28:25 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 10

Source: qt-x11-free
Source-Version: 3:3.3.4-8

We believe that the bug you reported is fixed in the latest version of
qt-x11-free, which is due to be installed in the Debian FTP archive:

libqt3-compat-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-compat-headers_3.3.4-8_i386.deb
libqt3-headers_3.3.4-8_i386.deb
  to pool/main/q/qt-x11-free/libqt3-headers_3.3.4-8_i386.deb
libqt3-i18n_3.3.4-8_all.deb
  to pool/main/q/qt-x11-free/libqt3-i18n_3.3.4-8_all.deb

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

2005-09-07 Thread Debian Bug Tracking System
Your message dated Wed, 07 Sep 2005 15:28:25 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#327021: fixed in qt-x11-free 3:3.3.4-8
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 7 Sep 2005 05:52:10 +
From [EMAIL PROTECTED] Tue Sep 06 22:52:10 2005
Return-path: [EMAIL PROTECTED]
Received: from volumegraphics.de [213.198.73.28] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ECsqw-0006HG-00; Tue, 06 Sep 2005 22:52:10 -0700
Received: from localhost (www.volumegraphics.de [213.198.73.28])
by volumegraphics.de (8.13.1/8.13.1) with ESMTP id j875q7TW026878;
Wed, 7 Sep 2005 05:52:08 GMT
Received: from roemer-dell.volumegraphics.com ([192.168.0.122])
by localhost with esmtp (Exim 4.52)
id 1ECsow-00066H-6j; Wed, 07 Sep 2005 07:50:07 +0200
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Wolfgang Roemer [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
X-Mailer: reportbug 3.17
Date: Wed, 07 Sep 2005 07:51:36 +0200
Message-Id: [EMAIL PROTECTED]
X-SA-Exim-Connect-IP: 192.168.0.122
X-SA-Exim-Mail-From: [EMAIL PROTECTED]
Subject: libqt3-mt: QString::arg(double) produces sometimes garbage
X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100)
X-SA-Exim-Scanned: Yes (on localhost)
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_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

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  libxrandr2

Bug#327147: konsole: ncurses application are badly displayed

2005-09-07 Thread Vedran Furač
Package: konsole
Version: 4:3.4.2-2
Severity: normal

For example iptraf, it looks OK in gnome-terminal:

http://riteh.hr/~vedranf/linux/iptraf-gnome-terminal.png

and in konsole doesn't:

http://riteh.hr/~vedranf/linux/iptraf-konsole.png

Changing locale (from UTF-8 to C) or font didn't help.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (800, 'experimental'), (99, 'hoary-updates'), 
(99, 'hoary'), (99, 'breezy-updates'), (99, 'breezy')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-nitro5
Locale: LANG=hr_HR.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

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:
ii  xfonts-konsole4:3.4.2-2  fonts used by the KDE's Konsole

-- no debconf information


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



Bug#327147: konsole: ncurses application are badly displayed

2005-09-07 Thread Thomas Dickey
On Thu, Sep 08, 2005 at 01:20:10AM +0200, Vedran FuraÄ? wrote:
 Package: konsole
 Version: 4:3.4.2-2
 Severity: normal
 
 For example iptraf, it looks OK in gnome-terminal:

The bug is in iptraf - it's not using setlocale().

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


pgp2xkEKv6tmi.pgp
Description: PGP signature


Bug#327159: Missing dependency on kdepim

2005-09-07 Thread Matt Kraai
Package: kdepim-dev
Version: 4:3.4.2-1
Severity: serious

kdebluetooth fails to build because it cannot link against
/usr/lib/libkonnector.so and /usr/lib/libksync2.so.  These symlinks,
provided by kdepim-dev, are present because kdebluetooth build-depends
on kdepim-dev, but the files that they point to are not present
because kdepim-dev does not depend on kdepim.

-- 
Matt


signature.asc
Description: Digital signature


Suggestion about default resolution

2005-09-07 Thread Magnus Berg

Hi dear developer!

I have realised that I got different fontsizes if I start with Kdm or via startx and at last I found out why.

In /etc/X11/xinit/xserverrc the resolution is given by the command
exec /usr/bin/X11/X -dpi 100 -nolisten tcp
but in /etc/kde3/kdm/Xservers it's only looks like this
:0 [EMAIL PROTECTED] /usr/X11R6/bin/X -nolisten tcp

I suggest that you put -dpi 100 even in the kdm file. That will make the Debian environment more consistent and less confusing. And 100 dbi is in my opinion a good choise.

But you do as you like. I'm very thankful for all your good work anyway.

Now I must found out why I can't get the startup sound to work then I use Kdm but then I use startx. That can be another story.

Thanks again!
Magnus Berg

-- 

Magnus Berg
parrhesiast

[EMAIL PROTECTED]
http://hem.bredband.net/b245809/
08-26 88 53
Kinnekullevägen 47	167 43  Bromma