Bug#326836: libqt3-mt: QProgressBar not properly built into QT?
* Scott M. Likens [Mon, 05 Sep 2005 20:06:23 -0700]: > Package: libqt3-mt > Version: 3:3.3.4-7 > Severity: normal > /usr/bin/ld: warning: libstdc++.so.5, needed by /usr/lib/libfam.so, may > conflict with libstdc++.so.6 > ../../amarok/src/statusbar/.libs/libstatusbar.a(progressBar.o): In > function `KDE::ProgressBar::~ProgressBar()': > progressBar.cpp:(.text+0xd18): undefined reference to > `QProgressBar::~QProgressBar()' > ../../amarok/src/statusbar/.libs/libstatusbar.a(progressBar.o): In > function `KDE::ProgressBar::~ProgressBar()': > progressBar.cpp:(.text+0x1108): undefined reference to > `QProgressBar::~QProgressBar()' > ../../amarok/src/statusbar/.libs/libstatusbar.a(progressBar.o): In > function `KDE::ProgressBar::~ProgressBar()': > progressBar.cpp:(.text+0x14f8): undefined reference to > `QProgressBar::~QProgressBar()' > Attempting to build amaroK for KDE with custom things, results in this. > Note QProgressBar is related to libqt-mt and running amarok 1.3.1 Do you mean, you're building the amarok 1.3.1-1 Debian source package with some modifications? How are you doing it? Or are you building from the original tarball? If you're not using debuild or dpkg-buildpackage or debian/rules build, and are running ./configure and make by hand over the debian source package, beware of patches/no_libadd_in_convenience_libs.diff. Please write back so we know what to do with this bug. Cheers, -- Adeodato Simó EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 I try to keep an open mind, but not so open that my brains fall out. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#326872: Ksysv crash at starup everytime
Package: ksysv Version: 4:3.3.2-1 Ksysv application crashes with the following output: (no debugging symbols found) Using host libthread_db library "/lib/tls/libthread_db.so.1". (no debugging symbols found) `system-supplied DSO at 0xe000' has disappeared; keeping its symbols. (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 1096634144 (LWP 19518)] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [KCrash handler] #3 0x0807cf16 in ?? () #4 0xb770 in ?? () #5 0x00ff in ?? () #6 0x6c61636f in ?? () #7 0x74736f68 in ?? () #8 0x636f6c2e in ?? () #9 0x6f646c61 in ?? () #10 0x6e69616d in ?? () #11 0x0200 in ?? () #12 0x69626564 in ?? () #13 0x6c2e6e61 in ?? () #14 0x6c61636f in ?? () #15 0x74736f68 in ?? () #16 0x636f6c2e in ?? () #17 0x6f646c61 in ?? () #18 0x6e69616d in ?? () #19 0x0100 in ?? () #20 0x004f in ?? () #21 0x0800 in ?? () #22 0x412799d4 in ?? () from /usr/lib/libstdc++.so.5 #23 0xb7f0 in ?? () #24 0x40007b3c in _dl_unload_cache () from /lib/ld-linux.so.2 #25 0x08079a61 in ?? () #26 0xb8b0 in ?? () #27 0x02a5 in ?? () #28 0x in ?? () #29 0x in ?? () #30 0xbb64 in ?? () #31 0x0001 in ?? () #32 0x in ?? () #33 0x in ?? () #34 0x in ?? () #35 0x4148d840 in __after_morecore_hook () from /lib/tls/libc.so.6 #36 0x0810b2c0 in ?? () #37 0x080fbcd0 in ?? () #38 0x0809f070 in ?? () #39 0x0809bf24 in ?? () #40 0x03b1 in ?? () #41 0x08058316 in ?? () #42 0x40aa0328 in ?? () from /usr/lib/libqt-mt.so.3 #43 0x08176bd8 in ?? () #44 0x080fbcd0 in ?? () #45 0x08093a40 in _IO_stdin_used () #46 0xb958 in ?? () #47 0x4000bcd0 in _dl_map_object_deps () from /lib/ld-linux.so.2 #48 0x08075f0a in ?? () #49 0x080fbcd0 in ?? () #50 0x in ?? () #51 0xb920 in ?? () #52 0x080fbcd0 in ?? () #53 0x in ?? () #54 0x4148d840 in __after_morecore_hook () from /lib/tls/libc.so.6 #55 0x0001 in ?? () #56 0xb928 in ?? () #57 0x413ccc43 in malloc () from /lib/tls/libc.so.6 I'm using Debian Sarge 3.1 kernel 2.6.8-2-686. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#326836: libqt3-mt: QProgressBar not properly built into QT?
On Tue, 6 Sep 2005 12:19:58 +0200 Adeodato Simó <[EMAIL PROTECTED]> wrote: > * Scott M. Likens [Mon, 05 Sep 2005 20:06:23 -0700]: > > > Package: libqt3-mt > > Version: 3:3.3.4-7 > > Severity: normal > > > /usr/bin/ld: warning: libstdc++.so.5, needed by /usr/lib/libfam.so, > > may conflict with libstdc++.so.6 > > ../../amarok/src/statusbar/.libs/libstatusbar.a(progressBar.o): In > > function `KDE::ProgressBar::~ProgressBar()': > > progressBar.cpp:(.text+0xd18): undefined reference to > > `QProgressBar::~QProgressBar()' > > ../../amarok/src/statusbar/.libs/libstatusbar.a(progressBar.o): In > > function `KDE::ProgressBar::~ProgressBar()': > > progressBar.cpp:(.text+0x1108): undefined reference to > > `QProgressBar::~QProgressBar()' > > ../../amarok/src/statusbar/.libs/libstatusbar.a(progressBar.o): In > > function `KDE::ProgressBar::~ProgressBar()': > > progressBar.cpp:(.text+0x14f8): undefined reference to > > `QProgressBar::~QProgressBar()' > > > Attempting to build amaroK for KDE with custom things, results in > > this. > > > Note QProgressBar is related to libqt-mt and running amarok 1.3.1 > > Do you mean, you're building the amarok 1.3.1-1 Debian source > package with some modifications? How are you doing it? Or are you > building from the original tarball? > > If you're not using debuild or dpkg-buildpackage or debian/rules > build, and are running ./configure and make by hand over the debian > source package, beware of > patches/no_libadd_in_convenience_libs.diff. > > Please write back so we know what to do with this bug. > > Cheers, > original source with no modifications running with ./configure --prefix=`kde-config --prefix` --enable-mysql --without-arts nothing more. It appears, even when attempting to manually link to qt-mt it will NOT pickup QProgressBar from it. Which I find very unusual. Once I link it, I will of course create my own deb, but there is no additional patches, I tested it against 1.3 stock, and the 1.3 patch by you of course, and found the same problem. I'm confused, and not sure why it's doing this with Debian's QT, and not mine. I would prefer to use Debian's for obvious reasons. Thanks again. > -- > Adeodato Simó > EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 > > I try to keep an open mind, but not so open that my brains fall out. > > > !DSPAM:431d795181711442517320! > > -- "What does one want when one is engaged in the sexual act? That everything around you give you its utter attention Think only of you, care only for you... Every man wants to be a tyrant when he fornicates" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#326900: kdelibs-data: Trying to overwrite a openoffice.org-mimelnk file
Package: kdelibs-data Severity: important Please check it (it's in ptbr but I think you can understand): dpkg: erro processando /var/cache/apt/archives/kdelibs-data_4%3a3.4.2-3_all.deb (--unpack): tentando sobrescrever `/usr/share/mimelnk/application/vnd.stardivision.draw.des ktop', que também está no pacote openoffice.org-mimelnk As you can see, kdelibs-data try to overwrite /usr/share/mimelnk/application/vnd.stardivision.draw.desktop that is in openoffice.org-mimelnk package. Thanks, -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.4.28-fs-berimbau Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) Versions of packages kdelibs-data depends on: ii hicolor-icon-theme0.5-3 Default fallback theme for Freedes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#326900: kdelibs-data: Trying to overwrite a openoffice.org-mimelnk file
On Tuesday 06 September 2005 09:52 am, Tiago Bortoletto Vaz wrote: > Package: kdelibs-data > Severity: important > > Please check it (it's in ptbr but I think you can understand): > > dpkg: erro processando > /var/cache/apt/archives/kdelibs-data_4%3a3.4.2-3_all.deb (--unpack): > tentando sobrescrever > `/usr/share/mimelnk/application/vnd.stardivision.draw.des ktop', que > também está no pacote openoffice.org-mimelnk > > As you can see, kdelibs-data try to overwrite > /usr/share/mimelnk/application/vnd.stardivision.draw.desktop that is in > openoffice.org-mimelnk package. What version of openoffice.org-mimelnk do you have installed? A check at http://www.debian.org/distrib/packages shows that file only in kdelibs-data. It only listed 5 files as part of openoffice.org-mimelnk, and the one you have a problem with was not one of them. Josh
Bug#326900: kdelibs-data: Trying to overwrite a openoffice.org-mimelnk file
* Tiago Bortoletto Vaz [Tue, 06 Sep 2005 10:52:20 -0300]: > Package: kdelibs-data > Severity: important > As you can see, kdelibs-data try to overwrite > /usr/share/mimelnk/application/vnd.stardivision.draw.desktop that is in > openoffice.org-mimelnk package. What version of openoffice.org-mimelnk do you have installed? I suspect you must have an old one, and such upgrade path would not be supported. -- Adeodato Simó EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 When all is summed up, a man never speaks of himself without loss; his accusations of himself are always believed; his praises never. -- Michel de Montaigne -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#326900: kdelibs-data: Trying to overwrite a openoffice.org-mimelnk file
Em 6/9/2005, "Adeodato Simó" <[EMAIL PROTECTED]> escreveu: > What version of openoffice.org-mimelnk do you have installed? I > suspect you must have an old one, and such upgrade path would not be > supported. before: openoffice.org-mimelnk: Instalado: 1.1.2dfsg1-3 Candidatos: 1.1.4-7 Tabela de Versão: 1.1.4-7 0 500 http://ftp.debian.org unstable/main Packages 500 http://linorg.usp.br unstable/main Packages *** 1.1.2dfsg1-3 0 100 /var/lib/dpkg/status after updating: openoffice.org-mimelnk: Instalado: 1.1.4-7 Candidatos: 1.1.4-7 Tabela de Versão: *** 1.1.4-7 0 500 http://ftp.debian.org unstable/main Packages 500 http://linorg.usp.br unstable/main Packages 100 /var/lib/dpkg/status ...and now apt-get install kdelibs-data works fine! thanks! -- Tiago Bortoletto Vaz
Bug#326900: marked as done (kdelibs-data: Trying to overwrite a openoffice.org-mimelnk file)
Your message dated Tue, 6 Sep 2005 16:50:42 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#326900: kdelibs-data: Trying to overwrite a openoffice.org-mimelnk file 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 13:49:18 + >From [EMAIL PROTECTED] Tue Sep 06 06:49:18 2005 Return-path: <[EMAIL PROTECTED]> Received: from master.debian.org [146.82.138.7] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ECdp8-0002Nf-00; Tue, 06 Sep 2005 06:49:18 -0700 Received: from ([192.168.2.65]) [200.223.79.204] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1ECdp6-0006Yl-00; Tue, 06 Sep 2005 08:49:16 -0500 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="ISO-8859-1" From: Tiago Bortoletto Vaz <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: kdelibs-data: Trying to overwrite a openoffice.org-mimelnk file X-Mailer: reportbug 3.8 Date: Tue, 06 Sep 2005 10:52:20 -0300 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-Level: X-Spam-Status: No, hits=-9.0 required=4.0 tests=BAYES_00,HAS_PACKAGE, OUR_MTA_MSGID,X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02 Package: kdelibs-data Severity: important Please check it (it's in ptbr but I think you can understand): dpkg: erro processando /var/cache/apt/archives/kdelibs-data_4%3a3.4.2-3_all.deb (--unpack): tentando sobrescrever `/usr/share/mimelnk/application/vnd.stardivision.draw.des ktop', que também está no pacote openoffice.org-mimelnk As you can see, kdelibs-data try to overwrite /usr/share/mimelnk/application/vnd.stardivision.draw.desktop that is in openoffice.org-mimelnk package. Thanks, -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.4.28-fs-berimbau Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) Versions of packages kdelibs-data depends on: ii hicolor-icon-theme0.5-3 Default fallback theme for Freedes --- Received: (at 326900-done) by bugs.debian.org; 6 Sep 2005 14:50:43 + >From [EMAIL PROTECTED] Tue Sep 06 07:50:43 2005 Return-path: <[EMAIL PROTECTED]> Received: from 84-120-66-144.onocable.ono.com (chistera.yi.org) [84.120.66.144] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ECemZ-0005Ld-00; Tue, 06 Sep 2005 07:50:43 -0700 Received: from userid 1000 by chistera.yi.org with local (Exim 4.52) id 1ECemY-0004mT-H8; Tue, 06 Sep 2005 16:50:42 +0200 Date: Tue, 6 Sep 2005 16:50:42 +0200 From: Adeodato =?utf-8?B?U2ltw7M=?= <[EMAIL PROTECTED]> To: Tiago Bortoletto Vaz <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: Bug#326900: kdelibs-data: Trying to overwrite a openoffice.org-mimelnk file Message-ID: <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED], Adeodato =?utf-8?B?U2ltw7M=?= <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <[EMAIL PROTECTED]> X-No-CC: Please respect my Mail-Followup-To header 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=-4.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS, HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 * Tiago Bortoletto Vaz [Tue, 06 Sep 2005 11:46:21 -0300]: > Em 6/9/2005, "Adeodato Simó" <[EMAIL PROTECTED]> escreveu: > > What version of openoffice.org-mimelnk do you have installed? I > > suspect you must have an old one, and such upgrade path would not be > > supported. > before: > openoffice.org-mimelnk: > Instalado: 1.1.2dfsg1-3 > Candidatos: 1.1.4-7 > Tabela de Versão: > 1.1.4-7 0 > 500 http://ftp.debian.org unstable/main Packages > 500 http://linorg.usp.br unstable/main Packages > *** 1.1.2dfsg1-3 0 > 100 /var/lib/dpkg/status Yeah, this is a very old version (older than what is now in stable), so upgrades from it are not supported. I'm
Bug#326900: kdelibs-data: Trying to overwrite a openoffice.org-mimelnk file
On September 6, 2005 09:52, Tiago Bortoletto Vaz wrote: > Package: kdelibs-data > Severity: important > > Please check it (it's in ptbr but I think you can understand): > > dpkg: erro processando > /var/cache/apt/archives/kdelibs-data_4%3a3.4.2-3_all.deb (--unpack): > tentando sobrescrever > `/usr/share/mimelnk/application/vnd.stardivision.draw.des ktop', que > também está no pacote openoffice.org-mimelnk > > As you can see, kdelibs-data try to overwrite > /usr/share/mimelnk/application/vnd.stardivision.draw.desktop that is in > openoffice.org-mimelnk package. Your system must have an ancient, pre-Sarge, openoffice.org-mimelnk. If this is the case, then you should upgrade it before attempting to install KDE from Sid, of all places. So unless I'm missing something, this isn't a valid bug. Let us know. Cheers, Christopher Martin pgpgmCccdS4sc.pgp Description: PGP signature
Re: Bug#326833: kdelibs: KDE pseudoprinters do not work
tags 326833 pending thanks On Monday 05 September 2005 09:00 pm, Tibor Hajling wrote: > 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: I believe this is due to a problem that the combination of kde 3.4.2 and qt have in printing ps. If I am correct in this, then there is a patch already committed to the debian packaging for qt to fix this issue. Josh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: howto pack kdm-themes
On August 31, 2005 15:37, Bastian Venthur wrote: > As I understand you, I should take a few (lets say five for the start) > themes and put them all together in a package named kde-kdm-themes. But > what I'd really like to see in this case is, that I/we should be able to > add some themes in the future in this package. > > I'd like to emphasis this point because, kdm-themes are quiet new (since > 3.4.2 I think) and not even enabled by default in debian (which I > requested a few weeks ago BTW ;). > > So chances are high, that in the next moths better themes will appear and > it would be sad if we had to stick with old themes just because I was > "mad now" to upload some packages. > > If it would be possible to add some themes from time to time, than I'd > get my hands on some top-10-on-kde-look-org themes an make a new package > in the next days. For now, there is no need to ship more than one theme, if you don't want to. Personally, I don't think it would be really necessary to strictly track a top-10 list or anything like that. Simply add themes to the package when they're requested (unless you judge them to be crap), or when you have found something that looks popular and seems of decent quality. This would probably mean that your package will grow over the next year, as kdm themes become more popular (as you point out). But this is just my opinion - you can manage the collection as you feel fit, adding (and removing) themes. > And when we talk about kdm-themes -- would it be possible to uncomment > the "UseTheme=True" line in kdmrc in future (>= 3.4.2) versions of kde? I'm not sure this is a good idea. While it would simplify setup for users of your package, the difference is only very slight, since they'll still have to edit kdmrc to tell kdm which specific theme to use. Also, uncommenting "UseTheme=True" means that kdm's default appearance will be the Circles theme. Not only do I personally find it unattractive, but I think a lot of users would probably prefer that kdm's default appearance remain as it is. Cheers, Christopher Martin pgpWjVA8XS5BR.pgp Description: PGP signature
Processed: Re: Bug#326833: kdelibs: KDE pseudoprinters do not work
Processing commands for [EMAIL PROTECTED]: > tags 326833 pending Bug#326833: kdelibs: KDE pseudoprinters do not work There were no tags set. Tags added: pending > 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]
Bug#304147: marked as done (kiconedit: crashes with SIGSEGV on start-up)
Your message dated Tue, 6 Sep 2005 17:45:37 +0100 with message-id <[EMAIL PROTECTED]> and subject line Close 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; 11 Apr 2005 08:48:47 + >From [EMAIL PROTECTED] Mon Apr 11 01:48:47 2005 Return-path: <[EMAIL PROTECTED]> Received: from (garfield.codehelp) [82.152.199.30] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DKub7-0004tq-00; Mon, 11 Apr 2005 01:48:46 -0700 Received: from neil by garfield.codehelp with local (Exim 3.36 #1 (Debian)) id 1DKuao-0001IK-00; Mon, 11 Apr 2005 09:48:26 +0100 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Neil Williams <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: kiconedit: crashes with SIGSEGV on start-up X-Mailer: reportbug 3.9 Date: Mon, 11 Apr 2005 09:48:26 +0100 Message-Id: <[EMAIL PROTECTED]> Sender: Neil Williams <[EMAIL PROTECTED]> X-BadReturnPath: [EMAIL PROTECTED] rewritten as [EMAIL PROTECTED] using "From" header 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: kiconedit Version: 4:3.3.2-1 Severity: grave Justification: renders package unusable From a console window: QPainter::begin: Cannot paint null pixmap QPainter::setWorldMatrix: Will be reset by begin() QPainter::setPen: Will be reset by begin() KCrash: Application 'kiconedit' crashing... Loading kiconedit from the menu causes a SIGSEGV as soon as the window tries to display. The window then closes and the KDE crash handler appears. (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 16384 (LWP 4950)] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [KCrash handler] #5 0x412054a2 in XSetForeground () from /usr/X11R6/lib/libX11.so.6 #6 0x40c0f330 in QPainter::updatePen () from /usr/lib/libqt-mt.so.3 #7 0x40cb6567 in QPainter::setPen () from /usr/lib/libqt-mt.so.3 #8 0x40c65cae in qDrawShadePanel () from /usr/lib/libqt-mt.so.3 #9 0x08068c36 in ?? () #10 0xb190 in ?? () #11 0x0003 in ?? () #12 0x0003 in ?? () #13 0x000e in ?? () #14 0x000e in ?? () #15 0x080c42a8 in ?? () #16 0x0001 in ?? () #17 0x0001 in ?? () #18 0xb100 in ?? () #19 0xb190 in ?? () #20 0x0001 in ?? () #21 0x in ?? () #22 0xb190 in ?? () #23 0xb2e0 in ?? () #24 0xb108 in ?? () #25 0x0003 in ?? () #26 0xff303030 in ?? () #27 0x44495254 in ?? () #28 0x02a7 in ?? () #29 0x08055166 in ?? () #30 0x0820b750 in ?? () #31 0x in ?? () #32 0x in ?? () #33 0xb2e0 in ?? () #34 0xb338 in ?? () #35 0x4000bbe0 in _dl_map_object_deps () from /lib/ld-linux.so.2 #36 0x0806a3fc in ?? () #37 0x0821cf38 in ?? () #38 0xb190 in ?? () #39 0x in ?? () #40 0x in ?? () #41 0x in ?? () #42 0xb190 in ?? () #43 0x in ?? () #44
Bug#296661: Still broken in kde 3.4.1 / qt 3.3.4
Hello, I believe this is still broken and affects more than just kfiresaver. The problem is, qt tries to use dlopen to open libXmu.so, but does not try to open libXmu.so.* -- this will fail unless you have libxmu-dev installed, since that is where libXmu.so lives. Three obvious fixes are: (1) Make qt smarter about looking for libXmu.so (2) Make libxmu6 provide libXmu.so (3) Make libqt3-mt depend on libxmu-dev However, 2 and 3 seem like they are probably againts debian policy. Not sure how feasible 1 is -- or if it is even a good idea... I think qt also has a similar problem with libGL.so. My system is a bit out of date and bleeding edge at the same time, but according to the qt changelogs, this has not be addressed. I am running: kde 3.4.1-1 libqt3c102 3.3.4-3 x.org 6.9.0.dfsg.1-0pre1+SVN from the x strike force svn repository Jeremy Shaw. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#318094: kwin: Xorg available in Sid, could we have kompmgr enabled ?
I think it's solved since there is now kompmgr in Sid. Thanks for your work ! Regards. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#318094: marked as done (kwin: Xorg available in Sid, could we have kompmgr enabled ?)
Your message dated Tue, 6 Sep 2005 14:33:55 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#318094: kwin: Xorg available in Sid, could we have kompmgr enabled ? 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 Jul 2005 12:00:49 + >From [EMAIL PROTECTED] Wed Jul 13 05:00:49 2005 Return-path: <[EMAIL PROTECTED]> Received: from mailfe01.tele2.fr (swip.net) [212.247.154.12] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Dsfuz-0002Hu-00; Wed, 13 Jul 2005 05:00:49 -0700 X-T2-Posting-ID: FDAqvamOV2hj5Gaz4nRjppgpDE1aOIgIUYcPSQRIhVw= Received: from [83.177.232.172] (HELO client.local) by mailfe01.swip.net (CommuniGate Pro SMTP 4.3.4) with ESMTP id 25869269; Wed, 13 Jul 2005 14:00:17 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jjluza <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: kwin: Xorg available in Sid, could we have kompmgr enabled ? X-Mailer: reportbug 3.15 Date: Wed, 13 Jul 2005 14:00:18 +0200 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: kwin Version: 4:3.4.1-1 Severity: normal Tags: experimental I use Xorg in Sid and kde 3.4.1 from experimental, and I would like to use composite with kde. To achieve that, kwin need to provide kompmgr and I would like to know if you intend to provide it soon or later ? Thanks. -- 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.12.2 Locale: LANG=POSIX, LC_CTYPE=POSIX (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to POSIX) Versions of packages kwin depends on: ii kdelibs4 4:3.4.1-1 core libraries for all KDE applica ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libaudio2 1.7-2 The Network Audio System (NAS). (s ii libc6 2.3.5-1GNU 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-2 GCC support library ii libice6 6.8.2.dfsg.1-1 Inter-Client Exchange library ii libidn11 0.5.13-1.0 GNU libidn library, implementation ii libpng12-01.2.8rel-1 PNG library - runtime ii libqt3c102-mt 3:3.3.4-3 Qt GUI Library (Threaded runtime v ii libsm66.8.2.dfsg.1-1 X Window System Session Management ii libstdc++51:3.3.6-7 The GNU Standard C++ Library v3 ii libx11-6 6.8.2.dfsg.1-1 X Window System protocol client li ii libxcursor1 1.1.3-1X cursor management library ii libxext6 6.8.2.dfsg.1-1 X Window System miscellaneous exte ii libxft2 2.1.7-1FreeType-based font drawing librar ii libxrandr26.8.2.dfsg.1-1 X Window System Resize, Rotate and ii libxrender1 1:0.9.0-2 X Rendering Extension client libra ii libxt66.8.2.dfsg.1-1 X Toolkit Intrinsics ii xlibs 6.8.2.dfsg.1-1 X Window System client libraries m ii zlib1g1:1.2.2-8 compression library - runtime kwin recommends no packages. -- no debconf information --- Received: (at 318094-done) by bugs.debian.org; 6 Sep 2005 18:33:57 + >From [EMAIL PROTECTED] Tue Sep 06 11:33:57 2005 Return-path: <[EMAIL PROTECTED]> Received: from tomts20.bellnexxia.net (tomts20-srv.bellnexxia.net) [209.226.175.74] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ECiGb-yS-00; Tue, 06 Sep 2005 11:33:57 -0700 Received: from [192.168.0.100] ([70.49.8.15]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <[EMAIL PROTECTED]> for <[EMAIL PROTECTED]>; Tue, 6 Sep 2005 14:33:56 -0400 From: Christopher M
Re: Bug#318094: marked as done (kwin: Xorg available in Sid, could we have kompmgr enabled ?)
reopen 318094 close 318094 4:3.4.2-1 thanks > On September 6, 2005 14:12, jjluza wrote: > > I think it's solved since there is now kompmgr in Sid. > > Thanks for your work ! > You're welcome. Closing now. > Cheers, > Christopher Martin -- Adeodato Simó EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 The reader this message encounters not failing to understand is cursed. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: howto pack kdm-themes
Christopher Martin wrote: >> So chances are high, that in the next moths better themes will appear and >> it would be sad if we had to stick with old themes just because I was >> "mad now" to upload some packages. >> >> If it would be possible to add some themes from time to time, than I'd >> get my hands on some top-10-on-kde-look-org themes an make a new package >> in the next days. > > For now, there is no need to ship more than one theme, if you don't want > to. Personally, I don't think it would be really necessary to strictly > track a top-10 list or anything like that. Simply add themes to the > package when they're requested (unless you judge them to be crap), or when > you have found something that looks popular and seems of decent quality. > This would probably mean that your package will grow over the next year, > as kdm themes become more popular (as you point out). But this is just my > opinion - you can manage the collection as you feel fit, adding (and > removing) themes. Ok > >> And when we talk about kdm-themes -- would it be possible to uncomment >> the "UseTheme=True" line in kdmrc in future (>= 3.4.2) versions of kde? > > I'm not sure this is a good idea. While it would simplify setup for users > of your package, the difference is only very slight, since they'll still > have to edit kdmrc to tell kdm which specific theme to use. Also, > uncommenting "UseTheme=True" means that kdm's default appearance will be > the Circles theme. Not only do I personally find it unattractive, but I > think a lot of users would probably prefer that kdm's default appearance > remain as it is. Ok, the only remaining problem seems for me how to name this package. I'd like to name it now "kde-kdm-themes" and put for now only the krystal theme in it. Would this name be Ok und would someone from the team sponsor this upload in order to make ftp-masters sure, that this package is ok? Kind regards Bastian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: Bug#318094: marked as done (kwin: Xorg available in Sid, could we have kompmgr enabled ?)
Processing commands for [EMAIL PROTECTED]: > reopen 318094 Bug#318094: kwin: Xorg available in Sid, could we have kompmgr enabled ? Bug reopened, originator not changed. > close 318094 4:3.4.2-1 Bug#318094: kwin: Xorg available in Sid, could we have kompmgr enabled ? 'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing. Bug marked as fixed in version 4:3.4.2-1, send any further explanations to jjluza <[EMAIL PROTECTED]> > 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: howto pack kdm-themes
On September 6, 2005 15:19, Bastian Venthur wrote: > the only remaining problem seems for me how to name this package. I'd > like to name it now "kde-kdm-themes" and put for now only the krystal > theme in it. Sounds fine. > Would this name be Ok und would someone from the team sponsor this upload > in order to make ftp-masters sure, that this package is ok? Could you make the package publically available so that we can have a look at it, prior to upload? We'll signal you and the FTP masters once we've checked it over, so then you can send it to your sponsor. One thing to make sure of is that your package description makes clear that it is meant to be _the_ collection of kdm themes in Debian. And of course, if you also describe Krystal somewhere, avoid describing it as "official" :) If you have further questions, don't hesitate to ask. Cheers, Christopher Martin pgpOsUYD7jaot.pgp Description: PGP signature
Bug#326836: libqt3-mt: QProgressBar not properly built into QT?
tag 326836 +unreproducible thanks * Scott M. Likens [Tue, 06 Sep 2005 04:19:53 -0700]: > original source with no modifications > running with ./configure --prefix=`kde-config --prefix` --enable-mysql > --without-arts > nothing more. It appears, even when attempting to manually link to > qt-mt it will NOT pickup QProgressBar from it. Which I find very > unusual. I can't reproduce this at all. -- Adeodato Simó EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 Don't ask the barber whether you need a haircut. -- Daniel S. Greenberg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: Bug#326836: libqt3-mt: QProgressBar not properly built into QT?
Processing commands for [EMAIL PROTECTED]: > tag 326836 +unreproducible Bug#326836: libqt3-mt: QProgressBar not properly built into QT? There were no tags set. Tags added: unreproducible > 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]
Processing of kdewebdev_3.4.2-1_i386.changes
kdewebdev_3.4.2-1_i386.changes uploaded successfully to localhost along with the files: kdewebdev_3.4.2-1.dsc kdewebdev_3.4.2.orig.tar.gz kdewebdev_3.4.2-1.diff.gz kdewebdev_3.4.2-1_all.deb kdewebdev-doc-html_3.4.2-1_all.deb quanta-data_3.4.2-1_all.deb quanta_3.4.2-1_i386.deb kfilereplace_3.4.2-1_i386.deb kimagemapeditor_3.4.2-1_i386.deb klinkstatus_3.4.2-1_i386.deb kommander_3.4.2-1_i386.deb kommander-dev_3.4.2-1_i386.deb kxsldbg_3.4.2-1_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
kdewebdev override disparity
There are disparities between your recently accepted upload and the override file for the following file(s): kimagemapeditor_3.4.2-1_i386.deb: package says section is web, override says editors. Either the package or the override file is incorrect. If you think the override is correct and the package wrong please fix the package so that this disparity is fixed in the next upload. If you feel the override is incorrect then please reply to this mail and explain why. [NB: this is an automatically generated mail; if you replied to one like it before and have not received a response yet, please ignore this mail. Your reply needs to be processed by a human and will be in due course, but until then the installer will send these automated mails; sorry.] -- Debian distribution maintenance software (This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
kdewebdev_3.4.2-1_i386.changes ACCEPTED
Accepted: kdewebdev-doc-html_3.4.2-1_all.deb to pool/main/k/kdewebdev/kdewebdev-doc-html_3.4.2-1_all.deb kdewebdev_3.4.2-1.diff.gz to pool/main/k/kdewebdev/kdewebdev_3.4.2-1.diff.gz kdewebdev_3.4.2-1.dsc to pool/main/k/kdewebdev/kdewebdev_3.4.2-1.dsc kdewebdev_3.4.2-1_all.deb to pool/main/k/kdewebdev/kdewebdev_3.4.2-1_all.deb kdewebdev_3.4.2.orig.tar.gz to pool/main/k/kdewebdev/kdewebdev_3.4.2.orig.tar.gz kfilereplace_3.4.2-1_i386.deb to pool/main/k/kdewebdev/kfilereplace_3.4.2-1_i386.deb kimagemapeditor_3.4.2-1_i386.deb to pool/main/k/kdewebdev/kimagemapeditor_3.4.2-1_i386.deb klinkstatus_3.4.2-1_i386.deb to pool/main/k/kdewebdev/klinkstatus_3.4.2-1_i386.deb kommander-dev_3.4.2-1_i386.deb to pool/main/k/kdewebdev/kommander-dev_3.4.2-1_i386.deb kommander_3.4.2-1_i386.deb to pool/main/k/kdewebdev/kommander_3.4.2-1_i386.deb kxsldbg_3.4.2-1_i386.deb to pool/main/k/kdewebdev/kxsldbg_3.4.2-1_i386.deb quanta-data_3.4.2-1_all.deb to pool/main/k/kdewebdev/quanta-data_3.4.2-1_all.deb quanta_3.4.2-1_i386.deb to pool/main/k/kdewebdev/quanta_3.4.2-1_i386.deb Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: howto pack kdm-themes
Christopher Martin wrote: > On September 6, 2005 15:19, Bastian Venthur wrote: >> the only remaining problem seems for me how to name this package. I'd >> like to name it now "kde-kdm-themes" and put for now only the krystal >> theme in it. > > Sounds fine. > >> Would this name be Ok und would someone from the team sponsor this upload >> in order to make ftp-masters sure, that this package is ok? > > Could you make the package publically available so that we can have a look > at it, prior to upload? We'll signal you and the FTP masters once we've > checked it over, so then you can send it to your sponsor. Ok, I could not resist and created kde-kdm-themes with Krystal, and "Linux Passion" (currently #1 kdm theme on kde-look.org) -- just to test how to build packages with more than one upstream tarball. 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. Kind regards Bastian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#326980: window decorations missing in dual monitor setup's 2nd monitor
Package: kdelibs Version: 4:3.4.2-3 Severity: normal Hi, A strange problem appeared somewhere along the KDE 3.4.2 upgrade process, actually the problem appeared the first time after I updated kdelibs-data to a 3.4 version while still running 3.3.x (found later that this broke things, as it did). After that all windows in my 2nd monitor are not including the base window, that is, they don't have the decoration, thus, I cannot drag them etc. -- 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 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
a severe bug in Qt 3.3.4
please have a look at this bug report and it's solution http://bugs.scribus.net/view.php?id=2525 it was a bug in Qt 3.3.4 that dorve me mad with scribus Soory for the brevity but it's 1:30 AP and i oght to get up at 6 again... cheers mlo -- Dipl.-Ing. Martin Lorenz They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Benjamin Franklin Microsoft, I think, is fundamentally an evil company. - JAMES H. CLARK my gpg-key ID: F1AAD37D http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0xF1AAD37D ICQ UIN: 33588107 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#326990: libqt3-mt: Spinbox code is broken
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 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: libqt3-mt: QString::arg(double) produces sometimes garbage
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 #include #include 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
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]