Bug#264332: KMail crash: simple patch for 3.2.3
tags 263895 + patch thanks mate Hi. According to upstream's BTS, this crash was introduced in kmcommands.cpp revision 1.99.2.6 (BARNCH) / 1.155 (HEAD) with the following change: --- kdepim/kmail/kmcommands.cpp 2004/06/12 13:46:48 1.99.2.5 +++ kdepim/kmail/kmcommands.cpp 2004/06/28 14:57:58 1.99.2.6 @@ -552,7 +552,9 @@ KMShowMsgSrcCommand::KMShowMsgSrcCommand void KMShowMsgSrcCommand::execute() { KMMessage *msg = retrievedMessage(); - QString str = QString::fromLatin1( msg->asString() ); + QString str = QTextCodec::codecForName( msg->charset().isEmpty() ? +QCString( kmkernel->networkCodec()->mimeName() ) : +msg->charset() )->toUnicode( msg->asString() ); MailSourceViewer *viewer = new MailSourceViewer(); // deletes itself upon close viewer->setCaption( i18n("Message as Plain Text") ); The crash was then fixed three days later in 1.556 (HEAD): --- kdepim/kmail/kmcommands.cpp 2004/06/25 08:06:13 1.155 +++ kdepim/kmail/kmcommands.cpp 2004/06/28 17:31:17 1.156 @@ -616,9 +616,7 @@ KMShowMsgSrcCommand::KMShowMsgSrcCommand KMCommand::Result KMShowMsgSrcCommand::execute() { KMMessage *msg = retrievedMessage(); - QString str = QTextCodec::codecForName( msg->charset().isEmpty() ? -QCString( kmkernel->networkCodec()->mimeName() ) : -msg->charset() )->toUnicode( msg->asString() ); + QString str = msg->codec()->toUnicode( msg->asString() ); MailSourceViewer *viewer = new MailSourceViewer(); // deletes itself upon close viewer->setCaption( i18n("Message as Plain Text") ); I expect the exact same patch applied to 3.2.3 will fix the problem there. Ben.
Processed: KMail crash: simple patch for 3.2.3
Processing commands for [EMAIL PROTECTED]: > tags 263895 + patch Bug#263895: kmail: segfaults if viewing source of a certain message Tags were: patch Bug#264332: kmail: Kmail crashes when trying to do view->view source on some emails Tags added: patch > thanks mate Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Re: KDE 3.3 and sarge
On Sun, Aug 15, 2004 at 04:33:47PM +0200, Rene Engelhard wrote: > Chris Cheney wrote: > > I did not upload KDE 3.3 to try to have a nice shiny new release in > > sarge, it just seemed to lesser of the evils and considering the current > > ah, and breaking other packages and the release plan with your upload > *without warning or dicussion* is a lesser evil? aha.. > > Could someone please hijack KDE? There is no need to "hijack" KDE, I have been trying to give it away for years now. It seems no one else is insane enough to take it. :\ Chris signature.asc Description: Digital signature
Bug#265983: libarts1: Do not depend on the jack packages they bring in too much crap
Subject: libarts1: Do not depend on the jack packages they bring in too much crap Package: libarts1 Version: 1.3.0-1 Severity: important Note: Severity set to important because the "update" that introduces this new bug is marked urgency=high just before a release. It should be kept out of sarge until fixed. libarts1 version 1.3.0-1 and libarts1-dev version 1.3.0-1 add a new dependency on libjack0.80.0-0 and is also marked as urgency=high. This is a very bad idea for the following reasons: 1. Depending (not just recommending) the support libraries for various alternative sound systems essentially forces all Debian users having any arts-depending packages (including KDE) to install *all* (not just one) of those sound systems, causing system-wide bloat. Adding one more sound system (in this case jack) only makes this worse. 2. libjack0.80.0-0 is a relatively new package which has not yet reached 1.0 quality. It may thus have bugs of its own that will not be discovered and fixed before sarge release. It should not be forcibly brought in by a well-established and commonly used package such as libarts1. 3. libjack0.80.0-0 bug #248665 (which the maintainer has been unwilling to fix) as well as a pointless dependency on lib1394-5 makes libjack unwanted and potentially uninstallable in some configurations. A proper long term solution would use ldopen for back end libraries such as jack, alsa, nas, esd, oss as well as for individual codecs such as MPEG, ogg/vorbis and PNG, but until that is possible, I respectfully suggest that either the libjack dependency gets reduced to suggests, or if that is not technically possible, that arts be rebuilt without jack support for sarge. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.4.18jbj3.1.64 Locale: LANG=C, LC_CTYPE=da_DK Versions of packages libarts1 depends on: ii libartsc0 1.3.0-1aRts Sound system C support librar ii libasound21.0.5-1Advanced Linux Sound Architecture ii libaudio2 1.6d-1 The Network Audio System (NAS). (s ii libaudiofile0 0.2.6-4Open-source version of SGI's audio ii libc6 2.3.2.ds1-16 GNU C Library: Shared libraries an ii libesd-alsa0 [libesd0]0.2.34-1 Enlightened Sound Daemon (ALSA) - ii libgcc1 1:3.4.1-5 GCC support library ii libglib2.0-0 2.4.6-1The GLib library of C routines ii libice6 4.3.0.dfsg.1-6 Inter-Client Exchange library ii libjack0.80.0-0 0.98.1-5 JACK Audio Connection Kit (librari ii libmad0 0.15.1b-1 MPEG audio decoder library ii libogg0 1.1.0-1Ogg Bitstream Library ii libpng12-01.2.5.0-7 PNG library - runtime ii libqt3c102-mt 3:3.3.3-1 Qt GUI Library (Threaded runtime v ii libsm64.3.0.dfsg.1-6 X Window System Session Management ii libstdc++51:3.3.4-9 The GNU Standard C++ Library v3 ii libvorbis0a 1.0.1-1The Vorbis General Audio Compressi ii libvorbisenc2 1.0.1-1The Vorbis General Audio Compressi ii libvorbisfile31.0.1-1The Vorbis General Audio Compressi ii libx11-6 4.3.0.dfsg.1-6 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-6 X Window System miscellaneous exte ii libxt64.3.0.dfsg.1-6 X Toolkit Intrinsics ii xlibs 4.3.0.dfsg.1-6 X Window System client libraries m ii zlib1g1:1.2.1.1-5compression library - runtime -- no debconf information -- This message is hastily written, please ignore any unpleasant wordings, do not consider it a binding commitment, even if its phrasing may indicate so. Its contents may be deliberately or accidentally untrue. Trademarks and other things belong to their owners, if any.
Thank you for your KDE packages
Hello, This is just a quick note to thank you and all your co-developers for your sterling work on the KDE packages. A year ago, KDE was a Cinderella in Debian. Now, quality packages arrive more quickly than with most other distros. Thank you so much for doing such a wonderful job. It is appreciated by thousands like me, all over the world. Regards, Nick Mailer
Bug#265960: kopete: "Now Listening" plugin does not work
Package: kopete Version: 4:3.2.3-1 Severity: normal Though enabled and configured, the Now Listening plugin does not produce any output when playing songs or playlists in xmms, be it with ICQ or MSN. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.4.26 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (ignored: LC_ALL set to fr_BE) Versions of packages kopete depends on: ii kdelibs4 4:3.3.0-1 KDE core libraries ii libart-2.0-2 2.3.16-6 Library of functions for 2D graphi ii libc6 2.3.2.ds1-16 GNU C Library: Shared libraries an ii libfam0c102 2.7.0-5client library to control the FAM ii libgadu3 1:1.5-2Gadu-Gadu protocol library - runti ii libgcc1 1:3.4.1-5 GCC support library ii libglib1.21.2.10-9 The GLib library of C routines ii libgtk1.2 1.2.10-17 The GIMP Toolkit set of widgets fo ii libice6 4.3.0.dfsg.1-6 Inter-Client Exchange library ii libjpeg62 6b-9 The Independent JPEG Group's JPEG ii libpcre3 4.5-1.1Perl 5 Compatible Regular Expressi ii libpng12-01.2.5.0-7 PNG library - runtime ii libqt3c102-mt 3:3.3.2-5 Qt GUI Library (Threaded runtime v ii libsm64.3.0.dfsg.1-6 X Window System Session Management ii libssl0.9.7 0.9.7d-5 SSL shared libraries ii libstdc++51:3.3.4-7 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-6 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-6 X Window System miscellaneous exte ii libxi64.3.0.dfsg.1-6 X Window System Input extension li ii libxml2 2.6.11-3 GNOME XML library ii libxrender1 0.8.3-7X Rendering Extension client libra ii libxslt1.11.1.8-3XSLT processing library - runtime ii xlibs 4.3.0.dfsg.1-6 X Window System client libraries m ii xmms 1.2.10-1 Versatile X audio player that look ii zlib1g1:1.2.1.1-5compression library - runtime -- no debconf information
Bug#265959: kcontrol: incorrectly complains of 'Unsaved Changes' for Audio CDs
Package: kcontrol Version: 4:3.3.0-1 Severity: normal Under the section "Sound and Multimedia", there is a section called "Audio CDs". If you click on this section and then click on another section (without doing or changing anything), a popup window appears saying this: ''' Unsaved Changes - Control Center There are unsaved changes in the active module. Do you want to apply the changes before running the new module or discard the changes? ''' This is strange because as mentioned before, I did not change anything in this section. -Ivan -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.7 Locale: LANG=C, LC_CTYPE=C Versions of packages kcontrol depends on: ii kdebase-data 4:3.3.0-1 KDE Base (shared data) ii kdelibs4 4:3.3.0-1 KDE core libraries ii libart-2.0-2 2.3.16-6 Library of functions for 2D graphi ii libasound21.0.5-1Advanced Linux Sound Architecture ii libaudio2 1.6d-1 The Network Audio System (NAS). (s ii libc6 2.3.2.ds1-16 GNU C Library: Shared libraries an ii libfam0c102 2.7.0-5client library to control the FAM ii libfontconfig12.2.3-1generic font configuration library ii libfreetype6 2.1.7-2.2 FreeType 2 font engine, shared lib ii libgcc1 1:3.4.1-5 GCC support library ii libice6 4.3.0.dfsg.1-6 Inter-Client Exchange library ii libidn11 0.5.2-2GNU libidn library, implementation ii libjpeg62 6b-9 The Independent JPEG Group's JPEG ii libpcre3 4.5-1.1Perl 5 Compatible Regular Expressi ii libpng12-01.2.5.0-7 PNG library - runtime ii libqt3c102-mt 3:3.3.3-1 Qt GUI Library (Threaded runtime v ii libraw1394-5 0.10.1-1 library for direct access to IEEE ii libsm64.3.0.dfsg.1-6 X Window System Session Management ii libssl0.9.7 0.9.7d-5 SSL shared libraries ii libstdc++51:3.3.4-9 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-6 X Window System protocol client li ii libxcursor1 1.1.3-1X cursor management library ii libxext6 4.3.0.dfsg.1-6 X Window System miscellaneous exte ii libxft2 2.1.2-6FreeType-based font drawing librar ii libxrandr24.3.0.dfsg.1-6 X Window System Resize, Rotate and ii libxrender1 0.8.3-7X Rendering Extension client libra ii libxt64.3.0.dfsg.1-6 X Toolkit Intrinsics ii libxtst6 4.3.0.dfsg.1-6 X Window System event recording an ii xlibs 4.3.0.dfsg.1-6 X Window System client libraries m ii zlib1g1:1.2.1.1-5compression library - runtime -- no debconf information
Bug#265961: arts: FTBFS with gcc-3.4: mcopidl Segmentation fault
Package: arts Severity: normal Tags: patch When building 'arts' with gcc-3.4 I get the following error: make[4]: Entering directory `/arts-1.3.0/obj-x86_64-linux/flow' ../mcopidl/mcopidl -t ../../flow/artsflow.idl ../../flow/artsflow.idl: warning: Arts::WaveDataHandle::load (method) collides with Arts::WaveDataHandle::load (method) make[4]: *** [artsflow.cc] Segmentation fault make[4]: *** Deleting file `artsflow.cc' make[4]: Leaving directory `/arts-1.3.0/obj-x86_64-linux/flow' make[3]: *** [all-recursive] Error 1 With the attached patch 'arts' can be compiled using gcc-3.4. (This bug is also discussed in BTS #260747.) Regards Andreas Jochens diff -urN ../tmp-orig/arts-1.3.0/debian/rules ./debian/rules --- ../tmp-orig/arts-1.3.0/debian/rules 2004-02-24 03:44:10.0 +0100 +++ ./debian/rules 2004-08-15 23:08:42.739563537 +0200 @@ -72,7 +72,7 @@ # run configure with build tree $(objdir) cd $(objdir) && \ - ../configure $(configkde) --enable-final \ + ../configure $(configkde) \ --with-alsa touch configure-stamp
Bug#265795: Additionnal infos
* Eric Valette [Sun, 15 Aug 2004 22:34:18 +0200]: > Adeodato Simó wrote: > > /var/log/kdm.log > Looked there saw nothing really looking bad execpt some > incompatibilities between 3.2.3 kdmrc and 3.3.0. Scractched my old > config and reconfigured using kcontrol. Works now on one machine but > still fails on another one??? all files under /etc/kde3/kdm being equal in both machines? -- Adeodato Simó EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 Beauty, brains, availability, personality: pick any two.
Bug#265795: Additionnal infos
Adeodato Simó wrote: /var/log/kdm.log Looked there saw nothing really looking bad execpt some incompatibilities between 3.2.3 kdmrc and 3.3.0. Scractched my old config and reconfigured using kcontrol. Works now on one machine but still fails on another one??? what does "grep EchoMode /etc/kde3/kdm/kdmrc" say? 1 [EMAIL PROTECTED]>grep EchoMode /etc/kde3/kdm/kdmrc EchoMode=OneStar 2 [EMAIL PROTECTED]> Nothing so basic is supposed to have happened since my config was working with 3.2.3 -- __ / ` Eric Valette /-- __ o _. 6 rue Paul Le Flem (___, / (_(_(__ 35740 Pace Tel: +33 (0)2 99 85 26 76 Fax: +33 (0)2 99 85 26 76 E-mail: [EMAIL PROTECTED]
Re: KDE 3.3 and sarge
On 2004-08-15 Steve Langasek <[EMAIL PROTECTED]> wrote: > On Sun, Aug 15, 2004 at 03:16:35PM +0200, Rene Engelhard wrote: [...] > > And kdelibs-data AGAIN caused file conflicts with > > openoffice.org-mimelnk. See > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=265852&repeatmerged=no. > > Should that be upgraded to serious and then tagged sarge-ignore since it > > only is something with KDE 3.3? > This is a serious bug, but it should be tagged sid, not sarge-ignore. A > "sid" tag will block the conflicting KDE3.3 from reaching sarge, a > "sarge-ignore" tag would let it in unimpeded. The bug is filed against openoffice.org-mimelnk not against KDE, and we want oo to propagate to testing. cu andreas
Re: KDE 3.3 and sarge
On Sun, Aug 15, 2004 at 12:38:16PM -0700, Steve Langasek wrote: > On Sun, Aug 15, 2004 at 03:16:35PM +0200, Rene Engelhard wrote: > > Steve Langasek wrote: > > > still outstanding requirement to get rid of libtiff3g for sarge. Ben > > > Burton has already expressed his willingness to NMU these packages if > > > necessary; Chris, if you are available to work on this yourself, I am of > > > course happy to work with you to get these packages ready for sarge. > > > These uploads will in any case have to wait for libtiff4 to reach sarge, > > > which should happen in two to three days once the new libtiff3g package > > > is built on all architectures. > > And kdelibs-data AGAIN caused file conflicts with > > openoffice.org-mimelnk. See > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=265852&repeatmerged=no. > > Should that be upgraded to serious and then tagged sarge-ignore since it > > only is something with KDE 3.3? > This is a serious bug, but it should be tagged sid, not sarge-ignore. A > "sid" tag will block the conflicting KDE3.3 from reaching sarge, a > "sarge-ignore" tag would let it in unimpeded. Oh, right. Yes, the bug on openoffice ought to be tagged sarge-ignore, and the bug on kde3.3 would be tagged sid. Thanks, -- Steve Langasek postmodern programmer signature.asc Description: Digital signature
Re: KDE 3.3 and sarge
On Sun, Aug 15, 2004 at 03:16:35PM +0200, Rene Engelhard wrote: > Steve Langasek wrote: > > still outstanding requirement to get rid of libtiff3g for sarge. Ben > > Burton has already expressed his willingness to NMU these packages if > > necessary; Chris, if you are available to work on this yourself, I am of > > course happy to work with you to get these packages ready for sarge. > > These uploads will in any case have to wait for libtiff4 to reach sarge, > > which should happen in two to three days once the new libtiff3g package > > is built on all architectures. > And kdelibs-data AGAIN caused file conflicts with > openoffice.org-mimelnk. See > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=265852&repeatmerged=no. > Should that be upgraded to serious and then tagged sarge-ignore since it > only is something with KDE 3.3? This is a serious bug, but it should be tagged sid, not sarge-ignore. A "sid" tag will block the conflicting KDE3.3 from reaching sarge, a "sarge-ignore" tag would let it in unimpeded. -- Steve Langasek postmodern programmer signature.asc Description: Digital signature
Bug#265892: Downgrading RC bugs is not a solution
* Adrian Bunk [Sun, 15 Aug 2004 20:41:34 +0200]: > severity 265892 grave > thanks I merged three bugs and adjusted severities to the minor of all them. Could have chosen the higher of them. Anyway, I'm not playing your ping-pong game over the [EMAIL PROTECTED] table. have a nice day, -- Adeodato Simó EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 When the only tool you have is a hammer, every problem starts to look like a nail.
Bug#265835: juk segfaults on start with kde3.3
* Helen Faulkner [Sun, 15 Aug 2004 10:06:46 +0100]: > I (possibly foolishly) upgraded to kdelibs Version: 4:3.3.0-1, and now > juk segfaults when I try to start it. as Nick points out, juk 3.3 seems not to work with gstreamer anymore. I experienced the same crash and solved it by running "gst-register-0.6". after that, juk started but didn't play any files. had to change "Output to" from GStreamer to aRts. thanks, -- Adeodato Simó EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 When it is not necessary to make a decision, it is necessary not to make a decision.
Bug#265892: Downgrading RC bugs is not a solution
severity 265892 grave thanks >From the mail that downgraded this bug: <-- snip --> this is all because kdelibs-bin, kdelibs4, kdelibs-data do "Replace: korganizer (<< 4:3.3.0)" but don't conflict with it. (which it may be justified, since using the corresponding Conflicts line would prevent anyone from using the uploaded KDE 3.3 parts until kdepim 3.3 gets available, which will take a while since it requires NEW processing. and kdepim 3.2.3 was uploaded on Aug 3rd, so many people won't see this problem). as for the solution, I recommend the following to anyone reading this: # dpkg --force-overwrite -i korganizer_3.2.3-1_i386.deb # apt-get install --reinstall kdelibs-bin kdelibs4 kdelibs-data thanks all for your patience, <-- snip --> If this is a bug in kdelibs-bin, kdelibs4 and kdelibs-data, RC bugs should be filed against them. "--force-overwrite" is not a solution, not even a workaround - it's only a justification for a RC bug. If the KDE 3.3 in unstable is currently partly broken, a Conflicts preventing an upgrade is definitely better than a failure during installation. cu Adrian BTW: I'm not subscribed to debian-release. -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
Processed: Downgrading RC bugs is not a solution
Processing commands for [EMAIL PROTECTED]: > severity 265892 grave Bug#265892: Cannot Install korganizer 3.2.3-1 if kdelibs-bin 3.3.0-1 is installed Bug#265851: korganizer: Upgrade to 3.2.3-1 fails Bug#265853: korganizer: fails to install because of duplicate file in kdelibs-bin Severity set to `grave'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Bug#265920: kdm 3.3 is deleting /var/run/xdmctl (causes problem under selinux)
Package: kdm Severity: normal the directory is being deleted and recreated. whilst this makes it nice and easy for dealing with sockets in it, it makes for an impossible situation for selinux. the issue is that kdm will have to be given both unlink and write access to /var/run, in order for /var/run/xdmctl to be deleted and recreated. neither of these things are desirable. this behaviour was not present in kdm 3.2.X. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux highfield 2.6.7-selinux1 #4 Fri Aug 6 10:18:54 BST 2004 i686 Locale: LANG=C, LC_CTYPE=C
Bug#265795: Additionnal infos
* Eric Valette [Sun, 15 Aug 2004 09:57:08 +0200]: > I switched back /etc/kde3/kdm/Xsession to 3.2.3 file. It fixes the > problem of default session reading .xinit BUT NOT the password entering > problem. Are there any log for kdm? /var/log/kdm.log but note that kdm can now act as tty's login and output nothing while password is typed. may it be your problem? # The password input fields cloak the typed in text. Specify, how to do it: # "OneStar" - * is shown for every typed letter # "ThreeStars" - *** is shown for every typed letter # "NoEcho" - nothing is shown at all, the cursor doesn't move # Default is OneStar #EchoMode=NoEcho what does "grep EchoMode /etc/kde3/kdm/kdmrc" say? -- Adeodato Simó EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 Let us not be ashamed to speak what we shame not to think. -- Michel de Montaigne
Bug#265892: Bug#265851: korganizer: Upgrade to 3.2.3-1 fails
# THESE BUGS REALLY BELONG TO kdelibs-bin, kdelibs4, kdelibs-data, as in # james' report. But I am keeping then in korganizer so they are easily # found by other people in the same situation. package kdelibs-bin reassign 265892 korganizer package korganizer severity 265892 important severity 265853 important merge 265851 265853 265892 thanks * Christian Perrier [Sun, 15 Aug 2004 12:56:42 +0200]: > While upgrading to the latest release today: > /var/cache/apt/archives/korganizer_4%3a3.2.3-1_i386.deb (--unpack): > trying to overwrite /etc/kde3/khotnewstuffrc', which is also in package > kdelibs-bin * Jesus Roncero [Sun, 15 Aug 2004 13:05:18 +0200]: > On updating my system, apt-get failed to upgrade korganizer. I purged it > with dpkg -P and tried to reinstall it, but it fails to do so as it > founds a common file in the kdelibs-bin package. Here is the output of > apt-get: > My version of kdelibs-bin is: > terminus:~# apt-cache policy kdelibs-bin > kdelibs-bin: > Installed: 4:3.3.0-1 * james mcguire [Sun, 15 Aug 2004 08:19:31 -0700]: > I have installed the latest version of kde on the debian's > servers - the 4:3.3.0-1 in unstable. I am unable to install > KOrganizer (latest version is 4:3.2.3-1). This is the error > I get: this is all because kdelibs-bin, kdelibs4, kdelibs-data do "Replace: korganizer (<< 4:3.3.0)" but don't conflict with it. (which it may be justified, since using the corresponding Conflicts line would prevent anyone from using the uploaded KDE 3.3 parts until kdepim 3.3 gets available, which will take a while since it requires NEW processing. and kdepim 3.2.3 was uploaded on Aug 3rd, so many people won't see this problem). as for the solution, I recommend the following to anyone reading this: # dpkg --force-overwrite -i korganizer_3.2.3-1_i386.deb # apt-get install --reinstall kdelibs-bin kdelibs4 kdelibs-data thanks all for your patience, -- Adeodato Simó EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 You've come to the right place. At debian-devel we are always willing to argue over the meanings of words. -- seen on [EMAIL PROTECTED]
Processed: Re: Bug#265851: korganizer: Upgrade to 3.2.3-1 fails
Processing commands for [EMAIL PROTECTED]: > # THESE BUGS REALLY BELONG TO kdelibs-bin, kdelibs4, kdelibs-data, as in > # james' report. But I am keeping then in korganizer so they are easily > # found by other people in the same situation. > package kdelibs-bin Ignoring bugs not assigned to: kdelibs-bin > reassign 265892 korganizer Bug#265892: Cannot Install korganizer 3.2.3-1 if kdelibs-bin 3.3.0-1 is installed Bug reassigned from package `kdelibs-bin' to `korganizer'. > package korganizer Ignoring bugs not assigned to: korganizer > severity 265892 important Bug#265892: Cannot Install korganizer 3.2.3-1 if kdelibs-bin 3.3.0-1 is installed Severity set to `important'. > severity 265853 important Bug#265853: korganizer: fails to install because of duplicate file in kdelibs-bin Severity set to `important'. > merge 265851 265853 265892 Bug#265851: korganizer: Upgrade to 3.2.3-1 fails Bug#265853: korganizer: fails to install because of duplicate file in kdelibs-bin Bug#265892: Cannot Install korganizer 3.2.3-1 if kdelibs-bin 3.3.0-1 is installed Merged 265851 265853 265892. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Bug#265224: marked as done (kwalletmanager: kwallet invalid password dialogue box has junk at the end ot the error message)
Your message dated Sun, 15 Aug 2004 19:17:53 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#265224: kwalletmanager: kwallet invalid password dialogue box has junk at the end ot the error message 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; 12 Aug 2004 08:48:22 + >From [EMAIL PROTECTED] Thu Aug 12 01:48:22 2004 Return-path: <[EMAIL PROTECTED]> Received: from darwin.ucd.ie [193.1.132.217] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BvBG1-Ot-00; Thu, 12 Aug 2004 01:48:21 -0700 Received: from localhost (localhost [127.0.0.1]) by darwin.ucd.ie (Postfix) with ESMTP id E1BA7388DBD5; Thu, 12 Aug 2004 09:47:49 +0100 (IST) Received: from darwin.ucd.ie ([127.0.0.1]) by localhost (darwin [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06286-08; Thu, 12 Aug 2004 09:47:49 +0100 (IST) Received: by darwin.ucd.ie (Postfix, from userid 1000) id A02C1388DBD0; Thu, 12 Aug 2004 09:47:49 +0100 (IST) Content-Type: multipart/mixed; boundary="===1647106677==" MIME-Version: 1.0 From: "Colm G. Connolly" <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: kwalletmanager: kwallet invalid password dialogue box has junk at the end ot the error message X-Mailer: reportbug 2.63 Date: Thu, 12 Aug 2004 09:47:49 +0100 Message-Id: <[EMAIL PROTECTED]> X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at darwin.ucd.ie 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: This is a multi-part MIME message sent by reportbug. --===1647106677== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: kwalletmanager Version: 4:3.2.2-2 Severity: minor The dialogue box displayed by kwallet in rsponse to an invalid password has junk at the end of its error message, as can be seen in teh atatched screen shot of it. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.7-darwin.4 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] Versions of packages kwalletmanager depends on: ii kdelibs4 4:3.2.3-2 KDE core libraries ii libart-2.0-2 2.3.16-6 Library of functions for 2D graphi ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an ii libfam0c102 2.7.0-5client library to control the FAM ii libgcc1 1:3.3.4-3 GCC support library ii libice6 4.3.0.dfsg.1-4 Inter-Client Exchange library ii libpng12-01.2.5.0-6 PNG library - runtime ii libqt3c102-mt 3:3.2.3-4 Qt GUI Library (Threaded runtime v ii libsm64.3.0.dfsg.1-4 X Window System Session Management ii libstdc++51:3.3.4-3 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-4 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-4 X Window System miscellaneous exte ii libxrender1 0.8.3-7X Rendering Extension client libra ii xlibs 4.3.0.dfsg.1-4 X Window System client libraries m ii zlib1g1:1.2.1.1-5compression library - runtime -- no debconf information --===1647106677== Content-Type: image/png MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="kwalletInvalidPasswordDialogue.png" iVBORw0KGgoNSUhEUgAAAX0AAACvCAYR+A7BAAAgAElEQVR4nO3dd3wUZf7A8c9sTe89 IXRCMUiXpiKHgqCgolgQxUPUU+53d2JXVEQ9DkTEioAFOUABRQEVRPBEBBFQqvSWkN6T3c22mfn9 sWTNpickIbDP+/XaF0z7Ps8zk/3u7DOzz0iqeoKaKGpbtcYVmomqgqKCqqrotNKFro4gCEKLEx/2 oCTLco3rSNUl/ZaQ7Msn+vJE0hcEoSGcsookSWjOpRDpEk0lMcH3V9uySkm/fLJXFJW03BJSsooo KbVTaLKiKE3zWRAe5EuPjjFEh/pjd6qk5JWSUaySb3aSXeJEVpqkWEEQvEyQr4YgHy1tIwy0DjPg a9Cg1cAfp3PYczzrQlevXvx89Pj56IkLD6RtTDD+vgb3MlVViQ2ZXCn5eyT98gm/yGRj+x9nyS0q bep6kxAZyJAerVFVKCqV+fGoibMFjiYvVxAE72bQSQzq4E+nKCNajURWgZmf9qdiszsvdNXqTaeV SG4XRbc2ke55vx3NZGTf5zwSvzvpl0/4B0/nsPd4Fs5mOL1uFRnENb3aoKrw6/F8fk9XsTfjab3G nEvQsVX4FB9ADexATtvbUELim618QRAuvIR
Bug#265913: Only first graphic file on page displayed
Package: kdvi Version: 4:3.2.2-1 When viewing a file with a bunch of included EPS graphics (via "special" commands generated by \usepackage{graphicx} and \includegraphics) only the first on each page is shown - the second graphic is blank. Using strace I found that the viewer is actually opening the files that it does not display. I have not done any further testing; let me know if you need a sample file or have trouble replicating the problem. -- Barak A. Pearlmutter <[EMAIL PROTECTED]> Hamilton Institute, NUI Maynooth, Co. Kildare, Ireland http://www-bcl.cs.may.ie/~barak/
Bug#265898: kopete: "XML document could not be parsed!" error when receiving IM from a yahoo buddy
Package: kopete Version: 4:3.2.3-1 Severity: normal When receiving a IM from a yahoo buddy that contains a URL link I get the error: An internal Kopete error occurred while parsing a message: XML document could not be parsed! The buddy that is sending me links is a yahoo protocol buddy and is using GAIM. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7 Locale: LANG=C, LC_CTYPE=C Versions of packages kopete depends on: ii kdelibs4 4:3.3.0-1 KDE core libraries ii libart-2.0-2 2.3.16-6 Library of functions for 2D graphi ii libc6 2.3.2.ds1-16 GNU C Library: Shared libraries an ii libfam0c102 2.7.0-5client library to control the FAM ii libgadu3 1:1.5-2Gadu-Gadu protocol library - runti ii libgcc1 1:3.4.1-5 GCC support library ii libglib1.21.2.10-9 The GLib library of C routines ii libgtk1.2 1.2.10-17 The GIMP Toolkit set of widgets fo ii libice6 4.3.0.dfsg.1-6 Inter-Client Exchange library ii libjpeg62 6b-9 The Independent JPEG Group's JPEG ii libpcre3 4.5-1.1Perl 5 Compatible Regular Expressi ii libpng12-01.2.5.0-7 PNG library - runtime ii libqt3c102-mt 3:3.3.2-5 Qt GUI Library (Threaded runtime v ii libsm64.3.0.dfsg.1-6 X Window System Session Management ii libssl0.9.7 0.9.7d-5 SSL shared libraries ii libstdc++51:3.3.4-7 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-6 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-6 X Window System miscellaneous exte ii libxi64.3.0.dfsg.1-6 X Window System Input extension li ii libxml2 2.6.11-3 GNOME XML library ii libxrender1 0.8.3-7X Rendering Extension client libra ii libxslt1.11.1.8-3XSLT processing library - runtime ii xlibs 4.3.0.dfsg.1-6 X Window System client libraries m ii xmms 1.2.10-1 Versatile X audio player that look ii zlib1g1:1.2.1.1-5compression library - runtime -- no debconf information
Bug#265892: Cannot Install korganizer 3.2.3-1 if kdelibs-bin 3.3.0-1 is installed
Subject: Cannot Install korganizer 3.2.3-1 if kdelibs-bin 3.3.0-1 is installed Package: kdelibs-bin Version: 4:3.3.0-1 Severity: critical Justification: breaks unrelated software *** Please type your report below this line *** I have installed the latest version of kde on the debian's servers - the 4:3.3.0-1 in unstable. I am unable to install KOrganizer (latest version is 4:3.2.3-1). This is the error I get: a4-1800:/home/james# apt-get -t unstable install korganizer Reading Package Lists... Done Building Dependency Tree... Done Recommended packages: kdebase-libs The following NEW packages will be installed: korganizer 0 upgraded, 1 newly installed, 0 to remove and 299 not upgraded. Need to get 0B/1650kB of archives. After unpacking 4342kB of additional disk space will be used. (Reading database ... 106715 files and directories currently installed.) Unpacking korganizer (from .../korganizer_4%3a3.2.3-1_i386.deb) ... dpkg: error processing /var/cache/apt/archives/korganizer_4%3a3.2.3-1_i386.deb (--unpack): trying to overwrite `/etc/kde3/khotnewstuffrc', which is also in package kdelibs-bin dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/korganizer_4%3a3.2.3-1_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.6yay Locale: LANG=C, LC_CTYPE=C Versions of packages kdelibs-bin depends on: ii kdelibs4 4:3.3.0-1 KDE core libraries ii libart-2.0-2 2.3.16-6 Library of functions for 2D graphi ii libbz2-1.0 1.0.2-1 A high-quality block-sorting file ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an ii libcupsys2-gnutls101.1.20final+rc1-3 Common UNIX Printing System(tm) - ii libfam0c1022.7.0-5 client library to control the FAM ii libfontconfig1 2.2.3-1 generic font configuration library ii libgcc11:3.4.1-4sarge1 GCC support library ii libice64.3.0.dfsg.1-4Inter-Client Exchange library ii libidn11 0.5.2-2 GNU libidn library, implementation ii libpng12-0 1.2.5.0-7 PNG library - runtime ii libqt3c102-mt 3:3.3.2-5 Qt GUI Library (Threaded runtime v ii libsm6 4.3.0.dfsg.1-4X Window System Session Management ii libstdc++5 1:3.3.4-6sarge1 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-4X Window System protocol client li ii libxext6 4.3.0.dfsg.1-4X Window System miscellaneous exte ii libxft22.1.2-6 FreeType-based font drawing librar ii libxml22.6.11-3 GNOME XML library ii libxrender10.8.3-7 X Rendering Extension client libra ii libxslt1.1 1.1.8-2 XSLT processing library - runtime ii menu-xdg 0.1 freedesktop.org menu compliant win ii netpbm 2:10.0-4 Graphics conversion tools ii perl-suid 5.8.4-2 Runs setuid Perl scripts. ii python 2.3.4-1 An interactive high-level object-o ii xlibs 4.3.0.dfsg.1-4X Window System client libraries m ii zlib1g 1:1.2.1.1-5 compression library - runtime -- no debconf information
Bug#265895: kdebase: kde won't start with tcsh as shell
Package: kdebase Version: 4:3.3.0-1 Severity: important KDE 3.3.0 won't start with tcsh as my shell. It looks like it is trying but then dumps me back to kdm without doing anything. If I swith my shell to bash it works fine. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7 Locale: LANG=C, LC_CTYPE=C Versions of packages kdebase depends on: ii kappfinder4:3.3.0-1 KDE Application Finder ii kate 4:3.3.0-1 KDE Advanced Text Editor ii kcontrol 4:3.3.0-1 KDE Control Center ii kdebase-bin 4:3.3.0-1 KDE Base (binaries) ii kdebase-data 4:3.3.0-1 KDE Base (shared data) ii kdebase-kio-plugins 4:3.3.0-1 KDE I/O Slaves ii kdepasswd 4:3.3.0-1 KDE password changer ii kdeprint 4:3.3.0-1 KDE Print ii kdesktop 4:3.3.0-1 KDE Desktop ii kfind 4:3.3.0-1 KDE File Find Utility ii khelpcenter 4:3.3.0-1 KDE Help Center ii kicker4:3.3.0-1 KDE Desktop Panel ii klipper 4:3.3.0-1 KDE Clipboard ii kmenuedit 4:3.3.0-1 KDE Menu Editor ii konqueror 4:3.3.0-1 KDE's advanced File Manager, Web B ii konqueror-nsplugins 4:3.3.0-1 Netscape plugin support for Konque ii konsole 4:3.3.0-1 KDE X terminal emulator ii kpager4:3.3.0-1 KDE Desktop Pager ii kpersonalizer 4:3.3.0-1 KDE Personalizer ii ksmserver 4:3.3.0-1 KDE Session Manager ii ksplash 4:3.3.0-1 KDE Splash Screen ii ksysguard 4:3.3.0-1 KDE System Guard ii ktip 4:3.3.0-1 Kandalf's Useful Tips ii kwin 4:3.3.0-1 KDE Window Manager ii libkonq4 4:3.3.0-1 Core libraries for KDE's file mana -- no debconf information
Bug#265883: TouchPad scrolls vertically instead of horizontally
Subject: kdvi: TouchPad scrolls vertically instead of horizontally Package: kdvi Version: 4:3.2.2-1 Severity: normal Hi, I use the synaprics driver from package xfree86-driver-synaptics, version 0.13.4-1. So when I move my finger on the right edge, it scrolls up/down and when I move my finger on the bottom edge it scrolls left/right. However, when I view a dvi file in kdvi, if I move my finger right on the bottom edge, the paper goes up instead of left. Similarly, if I move my finger left, the paper goes down. Vertical scrolling works fine. Scrolling in all directions works well with konqueror and xpdf. Gabor -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux gabor 2.4.24.+2004.3.3 #1 Wed Mar 3 09:11:01 CET 2004 i686 Locale: LANG=hu_HU.iso88592, LC_CTYPE=hu_HU.iso88592 Versions of packages kdvi depends on: ii kdelibs4 4:3.2.3-2 KDE core libraries ii kviewshell4:3.2.2-1 KDE generic framework for viewer a ii libart-2.0-2 2.3.16-6 Library of functions for 2D graphi ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an ii libfam0c102 2.7.0-5client library to control the FAM ii libfreetype6 2.1.7-2.1 FreeType 2 font engine, shared lib ii libgcc1 1:3.3.4-3 GCC support library ii libice6 4.3.0.dfsg.1-4 Inter-Client Exchange library ii libpng12-01.2.5.0-6 PNG library - runtime ii libqt3c102-mt 3:3.2.3-4 Qt GUI Library (Threaded runtime v ii libsm64.3.0.dfsg.1-4 X Window System Session Management ii libstdc++51:3.3.4-3 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-4 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-4 X Window System miscellaneous exte ii libxrender1 0.8.3-7X Rendering Extension client libra ii xlibs 4.3.0.dfsg.1-4 X Window System client libraries m ii zlib1g1:1.2.1.1-5compression library - runtime
Bug#265875: marked as done (missing Replaces: against openoffice.org-mimelnk)
Your message dated Sun, 15 Aug 2004 16:26:00 +0200 with message-id <[EMAIL PROTECTED]> and subject line oops, already existing 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; 15 Aug 2004 10:59:25 + >From [EMAIL PROTECTED] Sun Aug 15 03:59:25 2004 Return-path: <[EMAIL PROTECTED]> Received: from lns-th2-5f-81-56-227-253.adsl.proxad.net (kheops.homeunix.org) [81.56.227.253] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BwIjV-00041V-00; Sun, 15 Aug 2004 03:59:25 -0700 Received: from localhost (localhost [127.0.0.1]) by kheops.homeunix.org (Postfix) with ESMTP id 31A80405D; Sun, 15 Aug 2004 12:58:53 +0200 (CEST) Received: from kheops.homeunix.org ([127.0.0.1]) by localhost (kheops [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 18929-10; Sun, 15 Aug 2004 12:58:46 +0200 (CEST) Received: from mykerinos.kheops.frmug.org (mykerinos.kheops.frmug.org [192.168.1.3]) by kheops.homeunix.org (Postfix) with ESMTP id 8EAB64050; Sun, 15 Aug 2004 12:58:46 +0200 (CEST) Received: from localhost (mykerinos.kheops.frmug.org [127.0.0.1]) by mykerinos.kheops.frmug.org (Postfix) with ESMTP id 69BC02328A; Sun, 15 Aug 2004 12:58:46 +0200 (CEST) Received: from mykerinos.kheops.frmug.org ([127.0.0.1]) by localhost (mykerinos [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16264-04; Sun, 15 Aug 2004 12:58:45 +0200 (CEST) Received: by mykerinos.kheops.frmug.org (Postfix, from userid 7426) id CABB323275; Sun, 15 Aug 2004 12:58:45 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Christian Perrier <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: openoffice.org-mimelnk: Could not upgrade to latest release because of file conflicting X-Mailer: reportbug 2.64 Date: Sun, 15 Aug 2004 12:58:45 +0200 Message-Id: <[EMAIL PROTECTED]> X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at mykerinos X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at kheops.frmug.org 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: openoffice.org-mimelnk Version: 1.1.2-3 Severity: important I hope this hasn't already been reported...IF so, sorry for this : I found no trace in the BTS but did not check deeply, though. I prefer reporting than ignoring...we're in a release process, after all..:-) Unpacking replacement openoffice.org-mimelnk ... dpkg: error processing /var/cache/apt/archives/openoffice.org-mimelnk_1.1.2-3_all.deb (--unpack): trying to overwrite /usr/share/mimelnk/application/vnd.stardivision.calc.desktop', which is also in package kdelibs-data -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7-1-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (ignored: LC_ALL set to fr_FR.UTF-8) -- no debconf information --- Received: (at 265875-done) by bugs.debian.org; 15 Aug 2004 14:26:12 + >From [EMAIL PROTECTED] Sun Aug 15 07:26:12 2004 Return-path: <[EMAIL PROTECTED]> Received: from pop.gmx.net (mail.gmx.net) [213.165.64.20] by spohr.debian.org with smtp (Exim 3.35 1 (Debian)) id 1BwLxc-Y2-00; Sun, 15 Aug 2004 07:26:12 -0700 Received: (qmail 30957 invoked by uid 65534); 15 Aug 2004 14:25:40 - Received: from p50921423.dip.t-dialin.net (EHLO localhost) (80.146.20.35) by mail.gmx.net (mp005) with SMTP; 15 Aug 2004 16:25:40 +0200 X-Authenticated: #1545045 Received: by localhost (Postfix, from userid 1000) id 8F55FA391A; Sun, 15 Aug 2004 16:26:00 +0200 (CEST) Date: Sun, 15 Aug 2004 16:26:00 +0200 From: Rene Engelhard <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: oops, already existing Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AGZzQgpsuUlWC1xT" Content-Disposition: inline X-PGP-Key: 248AEB73 X-PGP-Fingerprint: 41FA F208 28D4 7CA5 19BB 7AD9 F859 90B0 248A EB73 User-Agent: Mutt/1.5.6+20040722i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-V
Re: KDE 3.3 and sarge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Cheney wrote: > I did not upload KDE 3.3 to try to have a nice shiny new release in > sarge, it just seemed to lesser of the evils and considering the current ah, and breaking other packages and the release plan with your upload *without warning or dicussion* is a lesser evil? aha.. Could someone please hijack KDE? Grüße/Regards, René - -- .''`. René Engelhard -- Debian GNU/Linux Developer : :' : http://www.debian.org | http://people.debian.org/~rene/ `. `' [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73 `- Fingerprint: 41FA F208 28D4 7CA5 19BB 7AD9 F859 90B0 248A EB73 -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBH3RL+FmQsCSK63MRAsn5AJ9TpLxhry6DATCf+CHeUyHLrjRd/gCfft3x C56RsYz1auMAs51UAYipPgs= =4W1i -END PGP SIGNATURE-
Processed: Re: Bug#265852: openoffice.org-mimelnk: Could not upgrade to latest release because of file conflicting
Processing commands for [EMAIL PROTECTED]: > Hi, Unknown command or malformed arguments to command. > clone 265852 -1 Bug#265852: openoffice.org-mimelnk: Could not upgrade to latest release because of file conflicting Bug 265852 cloned as bug 265875. > reassign -1 kdelibs-data Bug#265875: openoffice.org-mimelnk: Could not upgrade to latest release because of file conflicting Bug reassigned from package `openoffice.org-mimelnk' to `kdelibs-data'. > severity -1 serious Bug#265875: openoffice.org-mimelnk: Could not upgrade to latest release because of file conflicting Severity set to `serious'. > retitle -1 missing Replaces: against openoffice.org-mimelnk Bug#265875: openoffice.org-mimelnk: Could not upgrade to latest release because of file conflicting Changed Bug title. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Re: KDE 3.3 and sarge
Hi, Rene Engelhard wrote: > Should that be upgraded to serious and then tagged sarge-ignore since it > only is something with KDE 3.3? will do this and will tag all other bugs wrt that sarge-ignore. > (no, I don't plan another upload to fix this bug before 1.1.3 or so) and fix this conflict after sarge release. Grüße/Regards, René -- .''`. René Engelhard -- Debian GNU/Linux Developer : :' : http://www.debian.org | http://people.debian.org/~rene/ `. `' [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73 `- Fingerprint: 41FA F208 28D4 7CA5 19BB 7AD9 F859 90B0 248A EB73 signature.asc Description: Digital signature
Re: Bug#265852: openoffice.org-mimelnk: Could not upgrade to latest release because of file conflicting
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, clone 265852 -1 reassign -1 kdelibs-data severity -1 serious retitle -1 missing Replaces: against openoffice.org-mimelnk thanks Hmm. Forgot the Cc to [EMAIL PROTECTED] Doing now and adjusting the title. > I won't update openoffice.org-mimlnk as long as it is not sure that 3.3 > makes sarge which I hope won't happen. I'll tag RC-bugs appearing here at openoffice.org-* sarge-ignore and fix this post-sarge. Grüße/Regards, René - -- .''`. René Engelhard -- Debian GNU/Linux Developer : :' : http://www.debian.org | http://people.debian.org/~rene/ `. `' [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73 `- Fingerprint: 41FA F208 28D4 7CA5 19BB 7AD9 F859 90B0 248A EB73 -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBH2aN+FmQsCSK63MRAq9oAJ9KcWhSVw5znAKNgi1lqtD+WlScPwCdGMy8 KSNGdCKJIjmhsTe0GrBahFU= =zwNO -END PGP SIGNATURE-
Re: KDE 3.3.0 Status Update
Am So, den 15.08.2004 schrieb Chris Cheney um 9:53: > kde-i18n (3.3.0-1) > > not uploaded yet (NEW?) - noel I building right now (size increase from 190MB to 222MB) and will upload it over night. Yes, it will go into NEW because of these two new languages: - eo Esperanto - pa Punjabi FYI: these are removed: - az Azerbaijani - gl Galician - lt Lithuanian -- Noèl Köthe Debian GNU/Linux, www.debian.org signature.asc Description: Dies ist ein digital signierter Nachrichtenteil
Re: KDE 3.3 and sarge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Steve Langasek wrote: > still outstanding requirement to get rid of libtiff3g for sarge. Ben > Burton has already expressed his willingness to NMU these packages if > necessary; Chris, if you are available to work on this yourself, I am of > course happy to work with you to get these packages ready for sarge. > These uploads will in any case have to wait for libtiff4 to reach sarge, > which should happen in two to three days once the new libtiff3g package > is built on all architectures. And kdelibs-data AGAIN caused file conflicts with openoffice.org-mimelnk. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=265852&repeatmerged=no. Should that be upgraded to serious and then tagged sarge-ignore since it only is something with KDE 3.3? (no, I don't plan another upload to fix this bug before 1.1.3 or so) Grüße/Regards, René - -- .''`. René Engelhard -- Debian GNU/Linux Developer : :' : http://www.debian.org | http://people.debian.org/~rene/ `. `' [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73 `- Fingerprint: 41FA F208 28D4 7CA5 19BB 7AD9 F859 90B0 248A EB73 -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBH2Iy+FmQsCSK63MRAoGtAJwOj3aDIGzylOMUpi6U+GU7D/f8ZACeMnAJ wTYIodf/1VVYoNmcUssy4rY= =DFlH -END PGP SIGNATURE-
Re: Bug#265852: openoffice.org-mimelnk: Could not upgrade to latest release because of file conflicting
clone 265852 -1 reassign -1 kdelibs-data severity -1 serious thanks Hi, Christian Perrier wrote: > Package: openoffice.org-mimelnk > Version: 1.1.2-3 > Severity: important > > I hope this hasn't already been reported...IF so, sorry for this : I found > no trace in the BTS but did not check deeply, though. > > I prefer reporting than ignoring...we're in a release process, after all..:-) > > Unpacking replacement openoffice.org-mimelnk ... > dpkg: error processing > /var/cache/apt/archives/openoffice.org-mimelnk_1.1.2-3_all.deb (--unpack): > trying to overwrite > /usr/share/mimelnk/application/vnd.stardivision.calc.desktop', which is also > in package kdelibs-data what kdelibs-data is going to be installed? 3.3? Then the braindead KDE 3.3 upload broke openoffice.org-mimelnk. Sigh. Reassign to KDE. Calc, test your shit. You know that that may happen since 3.2 already took files. I won't update openoffice.org-mimlnk as long as it is not sure that 3.3 makes sarge which I hope won't happen. And I don't want to make another 1.1.2 upload to sid Grüße/Regards, René -- .''`. René Engelhard -- Debian GNU/Linux Developer : :' : http://www.debian.org | http://people.debian.org/~rene/ `. `' [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73 `- Fingerprint: 41FA F208 28D4 7CA5 19BB 7AD9 F859 90B0 248A EB73 signature.asc Description: Digital signature
KDE 3.3.0 Status Update
As everyone is aware by now I uploaded my KDE 3.3.0 debs last night. If anyone needs help updating their packages please let me know if you would like me to help. Chris packages that appear to require NEW processing: kde-i18n ? kdebindings ? kdeedu kdenetwork kdepim kdewebdev arts (1.3.0-1) ... kde-i18n (3.3.0-1) not uploaded yet (NEW?) - noel kdeaccessibility (3.3.0-1) ... kdeaddons (3.3.0-1) - not uploaded yet - bab kdeadmin (3.3.0-1) ... kdeartwork (3.3.0-1) -- not uploaded yet - bab kdebase (3.3.0-1) --- ... kdebindings (3.3.0-1) --- not uploaded yet (NEW?) - domi kdeedu (3.3.0-1) -- not uploaded yet (NEW) - bab kdegames (3.3.0-1) not uploaded yet - frob kdegraphics (3.3.0-1) --- ... kdelibs (3.3.0-1) --- ... kdemultimedia (3.3.0-1) - ... kdenetwork (3.3.0-1) -- NEW kdepim (3.3.0-1) -- not uploaded yet (NEW) - frob kdesdk (3.3.0-1) -- not uploaded yet - bab kdetoys (3.3.0-1) --- not uploaded yet - bab kdeutils (3.3.0-1) ... kdevelop (3.1.0-1) not uploaded yet - njordan kdewebdev (3.3.0-1) - not uploaded yet (NEW) - bab signature.asc Description: Digital signature
Bug#265865: kdm-3.3.0-1/i386 doesn't launch ssh-agent
Package: kdm Version: 4:3.3.0-1 /etc/kde3/kdm/Xsession doesn't source /etc/X11/Xsession any more, but does something on its own. So, now ssh-agent isn't started any more, although /etc/X11/Xsession.options contains 'use-ssh-agent'. Ciao Alex -- Alexander Elbs *** eMail [EMAIL PROTECTED]
Bug#265853: korganizer: fails to install because of duplicate file in kdelibs-bin
Package: korganizer Version: 4:3.2.3-1 Severity: grave Justification: renders package unusable On updating my system, apt-get failed to upgrade korganizer. I purged it with dpkg -P and tried to reinstall it, but it fails to do so as it founds a common file in the kdelibs-bin package. Here is the output of apt-get: terminus:~# apt-get install korganizer Reading Package Lists... Done Building Dependency Tree... Done The following NEW packages will be installed: korganizer 0 upgraded, 1 newly installed, 0 to remove and 392 not upgraded. 73 not fully installed or removed. Need to get 0B/1650kB of archives. After unpacking 4342kB of additional disk space will be used. Selecting previously deselected package korganizer. (Reading database ... 104412 files and directories currently installed.) Unpacking korganizer (from .../korganizer_4%3a3.2.3-1_i386.deb) ... dpkg: error processing /var/cache/apt/archives/korganizer_4%3a3.2.3-1_i386.deb (--unpack): trying to overwrite `/etc/kde3/khotnewstuffrc', which is also in package kdelibs-bin dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/korganizer_4%3a3.2.3-1_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) terminus:~# My version of kdelibs-bin is: terminus:~# apt-cache policy kdelibs-bin kdelibs-bin: Installed: 4:3.3.0-1 Candidate: 4:3.3.0-1 Version Table: *** 4:3.3.0-1 0 500 http://ftp.fi.debian.org unstable/main Packages 100 /var/lib/dpkg/status 4:3.2.92-1 0 1 http://ftp.de.debian.org ../project/experimental/main Packages terminus:~# Thank you. I hope this helps. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] Versions of packages korganizer depends on: pn kdelibs4 Not found. ii libart-2.0-2 2.3.16-6 Library of functions for 2D graphi ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an ii libfam0c102 2.7.0-5client library to control the FAM ii libgcc1 1:3.4.1-3 GCC support library ii libice6 4.3.0.dfsg.1-6 Inter-Client Exchange library ii libkcal2 4:3.2.3-1 KDE calendaring library ii libkdepim14:3.2.3-1 KDE PIM library pn libkdgantt0 Not found. pn libkgantt0 Not found. pn libkpimexchange1 Not found. ii libpng12-01.2.5.0-6 PNG library - runtime pn libqt3c102-mtNot found. ii libsm64.3.0.dfsg.1-6 X Window System Session Management ii libstdc++51:3.3.4-5 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-6 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-6 X Window System miscellaneous exte ii libxrender1 0.8.3-7X Rendering Extension client libra ii xlibs 4.3.0.dfsg.1-6 X Window System client libraries m ii zlib1g1:1.2.1.1-5compression library - runtime
Bug#265851: korganizer: Upgrade to 3.2.3-1 fails
Package: korganizer Version: 4:3.2.3-1 Severity: important While upgrading to the latest release today: Preparing to replace korganizer 4:3.2.2-2 (using .../korganizer_4%3a3.2.3-1_i386.deb) ... Unpacking replacement korganizer ... dpkg: error processing /var/cache/apt/archives/korganizer_4%3a3.2.3-1_i386.deb (--unpack): trying to overwrite /etc/kde3/khotnewstuffrc', which is also in package kdelibs-bin dpkg-deb: subprocess paste killed by signal (Broken pipe) -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7-1-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (ignored: LC_ALL set to fr_FR.UTF-8) Versions of packages korganizer depends on: ii kdelibs4 4:3.3.0-1 KDE core libraries ii libart-2.0-2 2.3.16-6 Library of functions for 2D graphi ii libc6 2.3.2.ds1-16 GNU C Library: Shared libraries an ii libfam0c102 2.7.0-5client library to control the FAM ii libgcc1 1:3.4.1-5 GCC support library ii libice6 4.3.0.dfsg.1-6 Inter-Client Exchange library ii libkcal2 4:3.2.3-1 KDE calendaring library ii libkdepim14:3.2.3-1 KDE PIM library ii libkdgantt0 4:3.2.3-1 KD's gantt charting library ii libkgantt04:3.2.3-1 KDE gantt charting library ii libkpimexchange1 4:3.2.3-1 KDE PIM Exchange library ii libpng12-01.2.5.0-7 PNG library - runtime ii libqt3c102-mt 3:3.3.2-5 Qt GUI Library (Threaded runtime v ii libsm64.3.0.dfsg.1-6 X Window System Session Management ii libstdc++51:3.3.4-7 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-6 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-6 X Window System miscellaneous exte ii libxrender1 0.8.3-7X Rendering Extension client libra ii xlibs 4.3.0.dfsg.1-6 X Window System client libraries m ii zlib1g1:1.2.1.1-5compression library - runtime -- no debconf information
Re: KDE 3.3 and sarge
> I estimate it would only > take a couple days to get all of KDE 3.3 ready for release, besides > being built. Well, speak for yourself. :) I had assumed that 3.2 was going to ship with sarge (given how close the upstream 3.3 release was to the freeze, and given that the 3.3 upload to unstable came completely unannounced). As a result, I had prioritised my time to look at sarge bugfix issues, with a plan to work on my KDE 3.3 modules after the freeze. There is a fair amount of work involved in polishing the packaging for these modules (these being kde{addons,artwork,edu,sdk,toys,webdev}). I'd estimate probably two days full-time work, which would be fine were it not for the fact that I am being paid to do a full-time job that does not involve KDE packaging. Assuming I were to do this in my usual free time, I'd say it'll take me about a week. (I should note here that I quite deliberately worked through my sarge TODO list over the last several months, so that no last-minute rush would be necessary. My last uploads that weren't closing newly found bugs were in July.) Anyway, after this week of work there is NEW processing to worry about. Then it hits unstable, and only then will people really start to test it. I'm sure people will step up to NMU these major upstream releases for me since I can't afford to drop everything and work on this suddenly-urgent 3.3 packaging task that has come unannounced. However, given the help that people have offered in the past with KDE packaging, I expect this will probably consist of someone making sure the *.install files are correct, dropping in some new control entries and saying she'll be right mate. Even in the days where I took far longer to produce unofficial 3.2.0 packages than the other maintainers, I never saw anyone offer to do a thorough license audit of my packages, or update the multitude of kdesdk manpages, or convert all the icons to decent-looking XPMs for users of other window managers. Amongst other things. There's also the fact that 3rd-party apps have broken with KDE upgrades in the past. There will be virtually no time at all for testing this once NEW processing is done and all of KDE 3.3 has worked its way into sid. At any rate, I don't see how you can claim that finalising KDE 3.3 is going to be faster than finalising 3.2. The security patches are trivial to apply (update from BRANCH and/or apply the diffs that are explicitly available on ftp.kde.org for 3.2.3), and as for the kmail bugs -- have you checked with upstream as to whether the patches are as complex as you say, or is this just speculation? Anyway, I must stop writing, I have to get back to frantic last-minute KDE 3.3 packaging in the event that we decide to push forwards instead of back. b.
Re: Bug#265835: juk segfaults on start with kde3.3
On Sunday 15 August 2004 10:06, Helen Faulkner wrote: > Package: juk > Version: 4:3.3.0-1 > Severity: important > > > Hello, > > I (possibly foolishly) upgraded to kdelibs Version: 4:3.3.0-1, and now > juk segfaults when I try to start it. > I've just installed it and it works for me so it might not have installed properly. I have another problem. It works fine outputting to arts but doesn't work outputting to gstreamer. Amarok works fine outputting to gstreamer. Nick
Bug#265835: juk segfaults on start with kde3.3
Package: juk Version: 4:3.3.0-1 Severity: important Hello, I (possibly foolishly) upgraded to kdelibs Version: 4:3.3.0-1, and now juk segfaults when I try to start it. The backtrace is attached: Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 1113034112 (LWP 3907)] [KCrash handler] #3 0x40174d96 in KAudioManagerPlay::KAudioManagerPlay () from /usr/lib/libartskde.so.1 #4 0x0806c348 in QWidget::setWFlags () #5 0x0806c541 in QWidget::setWFlags () #6 0x0806b3a8 in QWidget::setWFlags () #7 0x08088eba in QValueListPrivate::QValueListPrivate () #8 0x0808a7f1 in QValueListPrivate::QValueListPrivate () #9 0x0808a38d in QValueListPrivate::QValueListPrivate () #10 0x080891a4 in QValueListPrivate::QValueListPrivate () #11 0x080afd2f in QHBox::metaObject () #12 0x08081e64 in KDialogBase::metaObject () #13 0x08080699 in KDialogBase::metaObject () #14 0x08086f7d in QValueListPrivate::QValueListPrivate () #15 0x41a697f8 in __libc_start_main () from /lib/tls/libc.so.6 #16 0x41b8bedc in ?? () from /lib/tls/libc.so.6 Thanks, Helen.
Bug#265795: Additionnal infos
I switched back /etc/kde3/kdm/Xsession to 3.2.3 file. It fixes the problem of default session reading .xinit BUT NOT the password entering problem. Are there any log for kdm? -- __ / ` Eric Valette /-- __ o _. 6 rue Paul Le Flem (___, / (_(_(__ 35740 Pace Tel: +33 (0)2 99 85 26 76 Fax: +33 (0)2 99 85 26 76 E-mail: [EMAIL PROTECTED]
Bug#265795: I can confirm this problem
I have used the option to log me by default and used the option to focus input. When I boot I get no keyboard input. I have to go back to console login, kill kdm and restart it. Second problem but related to the first one, default X session does not read .xinit files as in previous version... -- __ / ` Eric Valette /-- __ o _. 6 rue Paul Le Flem (___, / (_(_(__ 35740 Pace Tel: +33 (0)2 99 85 26 76 Fax: +33 (0)2 99 85 26 76 E-mail: [EMAIL PROTECTED]
Bug#208601: kdm: always uses the font Abandoned Bitplane
Package: kdm Version: 4:3.2.3-1 Severity: normal Followup-For: Bug #208601 Since yesterday, my kdm displays the correct fonts, that were set via the KDE Login Manager. I'm not absolutely sure, what action fixed this issue. But I believe it has something to do with the update of my Qt packages to the current version, which is 3.3.2-5. PS: Removing the ttf-larabie font packages, as suggested by Chip Salzenberg, was not necessary on my machine. Further, I didn't had to uncomment the commented sections in /etc/fonts/local.conf, as described by Anton Ivanov. ciao. pgpAQsReeQ3QJ.pgp Description: signature
Re: KDE 3.3 and sarge
On Sat, Aug 14, 2004 at 09:50:52PM -0700, Steve Langasek wrote: > [Please cc: debian-release on replies.] > > As some of you probably already know, a number of packages from KDE 3.3 > have been uploaded today to unstable. This upload of a major new > upstream release was not discussed with the release team prior to > upload; actually, it's caused quite a bit of consternation and generally > made for a crappy day on account of the impact on the libtiff freeze. OT: since when is there communication in Debian... Sorry I couldn't resist. I did not see the libtiff update on dda until after I had gotten up this morning (after uploading). kdelibs at minimum would have to had been reuploaded in any case due to several pending security holes. :( A few of the other kde packages not related to the libtiff transition would have to had uploads done as well. > The problems for libtiff have, however, been sorted at this point. > Consequently, this note is to let maintainers of KDE packages know that > the release team does not plan to delay the freeze for KDE3.3. After > discussing with Ben Burton, it is clear that allowing only part of KDE > 3.3 into sarge so close to the freeze is likely to lead to new bugs, and > that any attempt to get all of KDE3.3 into sarge at this point would > unacceptably delay the release schedule. There should be no need to delay the freeze for KDE 3.3. By the time the buildds actually manage to catch up KDE 3.3 would be ready as well. Also, note that there are quite a few RC bugs in KDE 3.2.3 including security holes and kmail eating your email, etc. Upstream does not consider non-security issues to be big enough to backport to a no longer current release, since KDE 3.3 has already been released to packagers. buildd backlog (Needs-Build/Building/Dep-Wait) -- alpha - 272 amd64 - 130 arm - 639 hppa- 189 i386- 18 ia64- 176 m68k- 371 mips- 619 mipsel - 722 powerpc - 275 s390- 253 sparc - 212 And growing daily. Yes you see right _722_ packages on mipsel, I had not built any of the KDE 3.2.3 debs I had uploaded 12 days later before uploading KDE 3.3.0. I sent email requesting to have them requeued and dep-waited on "Date: Fri, 6 Aug 2004 04:10:41 -0500" with no response nor action taken. > If you maintain KDE-related packages that still need to be updated for > sarge, this means that you will need to upload your changes to > testing-proposed-updates after discussing them with the release team > first, because any packages built against unstable will have an > unsatisfiable versioned dependency on kdelibs. You can thank Chris > Cheney for this turn of events. Yep, thank me. :P Of course if they had uploaded them prior with KDE 3.2.3 they still would never have gone into sarge anyway due to most of the buildd's being broken and/or hopelessly slow. In fact today I have been tracking arts in mipsel queue and every hour it goes further back, it seems mipsel has no chance of ever catching up. Its really a pity Ryan refused the extra buildds earlier this year. > I am aware that testing-proposed-updates will be needed for kdegraphics, > kdelibs, and kdebase because of a combination of security fixes and the > still outstanding requirement to get rid of libtiff3g for sarge. Ben > Burton has already expressed his willingness to NMU these packages if > necessary; Chris, if you are available to work on this yourself, I am of > course happy to work with you to get these packages ready for sarge. > These uploads will in any case have to wait for libtiff4 to reach sarge, > which should happen in two to three days once the new libtiff3g package > is built on all architectures. Add to that list at least kdepim and someone will need to find and backport all the kmail related packages resulting in eaten email, unless data loss isn't considered RC anymore. How are you planning on getting anything built on mipsel? Or is it no longer considered a releasable arch? From everything I saw (number of outstanding bug reports, number of packages in buildd queues, etc) it looked like sarge wouldn't be releasing anytime soon in reality. Over the past several weeks it appears the RC bug count has actually gone up not down. I estimate it would only take a couple days to get all of KDE 3.3 ready for release, besides being built. As I already mentioned above the packages uploaded ~ Aug 2 were yet to even be built on several archs on Aug 13. In fact mipsel buildd never built jasper, I had to have goswin build it for me over a month later. Of course you may have some grand scheme that I am not aware of. I did not upload KDE 3.3 to try to have a nice shiny new release in sarge, it just seemed to lesser of the evils and considering the current buildd/bugs situation seemed to be reasonable. If someone wants to go to the extra work of actually making KDE 3.2.3 release quality then feel free. I just think it will take longer to do that than to actually get KDE 3.2 into shap
kdeutils override disparity
There are disparities between your recently accepted upload and the override file for the following file(s): kgpg_3.3.0-1_i386.deb: package says section is utils, override says kde. 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])
kdeutils_3.3.0-1_i386.changes ACCEPTED
Accepted: ark_3.3.0-1_i386.deb to pool/main/k/kdeutils/ark_3.3.0-1_i386.deb kcalc_3.3.0-1_i386.deb to pool/main/k/kdeutils/kcalc_3.3.0-1_i386.deb kcharselect_3.3.0-1_i386.deb to pool/main/k/kdeutils/kcharselect_3.3.0-1_i386.deb kdelirc_3.3.0-1_i386.deb to pool/main/k/kdeutils/kdelirc_3.3.0-1_i386.deb kdessh_3.3.0-1_i386.deb to pool/main/k/kdeutils/kdessh_3.3.0-1_i386.deb kdeutils-dev_3.3.0-1_i386.deb to pool/main/k/kdeutils/kdeutils-dev_3.3.0-1_i386.deb kdeutils_3.3.0-1.diff.gz to pool/main/k/kdeutils/kdeutils_3.3.0-1.diff.gz kdeutils_3.3.0-1.dsc to pool/main/k/kdeutils/kdeutils_3.3.0-1.dsc kdeutils_3.3.0-1_all.deb to pool/main/k/kdeutils/kdeutils_3.3.0-1_all.deb kdeutils_3.3.0.orig.tar.gz to pool/main/k/kdeutils/kdeutils_3.3.0.orig.tar.gz kdf_3.3.0-1_i386.deb to pool/main/k/kdeutils/kdf_3.3.0-1_i386.deb kedit_3.3.0-1_i386.deb to pool/main/k/kdeutils/kedit_3.3.0-1_i386.deb kfloppy_3.3.0-1_i386.deb to pool/main/k/kdeutils/kfloppy_3.3.0-1_i386.deb kgpg_3.3.0-1_i386.deb to pool/main/k/kdeutils/kgpg_3.3.0-1_i386.deb khexedit_3.3.0-1_i386.deb to pool/main/k/kdeutils/khexedit_3.3.0-1_i386.deb kjots_3.3.0-1_i386.deb to pool/main/k/kdeutils/kjots_3.3.0-1_i386.deb klaptopdaemon_3.3.0-1_i386.deb to pool/main/k/kdeutils/klaptopdaemon_3.3.0-1_i386.deb kmilo_3.3.0-1_i386.deb to pool/main/k/kdeutils/kmilo_3.3.0-1_i386.deb kregexpeditor_3.3.0-1_i386.deb to pool/main/k/kdeutils/kregexpeditor_3.3.0-1_i386.deb ksim_3.3.0-1_i386.deb to pool/main/k/kdeutils/ksim_3.3.0-1_i386.deb ktimer_3.3.0-1_i386.deb to pool/main/k/kdeutils/ktimer_3.3.0-1_i386.deb kwalletmanager_3.3.0-1_i386.deb to pool/main/k/kdeutils/kwalletmanager_3.3.0-1_i386.deb Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian.
Processing of kdeutils_3.3.0-1_i386.changes
kdeutils_3.3.0-1_i386.changes uploaded successfully to localhost along with the files: kdeutils_3.3.0-1.dsc kdeutils_3.3.0.orig.tar.gz kdeutils_3.3.0-1.diff.gz kdeutils-dev_3.3.0-1_i386.deb ark_3.3.0-1_i386.deb kcalc_3.3.0-1_i386.deb kcharselect_3.3.0-1_i386.deb kdelirc_3.3.0-1_i386.deb kdessh_3.3.0-1_i386.deb kdf_3.3.0-1_i386.deb kedit_3.3.0-1_i386.deb kfloppy_3.3.0-1_i386.deb kgpg_3.3.0-1_i386.deb khexedit_3.3.0-1_i386.deb kjots_3.3.0-1_i386.deb klaptopdaemon_3.3.0-1_i386.deb kmilo_3.3.0-1_i386.deb kregexpeditor_3.3.0-1_i386.deb ksim_3.3.0-1_i386.deb ktimer_3.3.0-1_i386.deb kwalletmanager_3.3.0-1_i386.deb kdeutils_3.3.0-1_all.deb Greetings, Your Debian queue daemon