KDE 3.1.4 release pending
KDE 3.1.4 will most likely be released to packagers within the next week. I have decided to wait until it has been released to upload the new KDE packages to Debian instead of just pulling current BRANCH. Also are there any bugs that I should be aware of that must be fixed with the next upload (besides the konq scroll issue of course). Any comments? Chris pgpeAahNe1Xz7.pgp Description: PGP signature
Re: KDE 3.1.4 release pending
Hi, Chris Cheney wrote: > KDE 3.1.4 will most likely be released to packagers within the next > week. I have decided to wait until it has been released to upload the > new KDE packages to Debian instead of just pulling current BRANCH. Also > are there any bugs that I should be aware of that must be fixed with the > next upload (besides the konq scroll issue of course). 1) your Build-Depends: (see my other post a few days ago) 2) LaMonts NMU showed that the KDE package dependencies are not very good... 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 pgp88vp1n9CZc.pgp Description: PGP signature
removing --enable-final from admin/debianrules ?
Hi, I'd like to propose we'll remove --enable-final from admin/debianrules. It's not officially supported and when using the dh-make template for kde apps it's more in the way than it serves good. Plus, with CVS builds in HEAD it doesn't work half of the times. Chris, anything against that ? We can add --enable-final to the rules files where it works anyway before you upload. Ralf -- We're not a company, we just produce better code at less costs. Ralf Nolden [EMAIL PROTECTED] The K Desktop Environment The KDevelop Project http://www.kde.org http://www.kdevelop.org pgp5SJ9NH4EsP.pgp Description: signature
Re: KDE 3.1.4 release pending
On Thu, Sep 04, 2003 at 10:16:50PM +0200, Rene Engelhard wrote: > Hi, > > Chris Cheney wrote: > > KDE 3.1.4 will most likely be released to packagers within the next > > week. I have decided to wait until it has been released to upload the > > new KDE packages to Debian instead of just pulling current BRANCH. Also > > are there any bugs that I should be aware of that must be fixed with the > > next upload (besides the konq scroll issue of course). > > 1) your Build-Depends: (see my other post a few days ago) Actually I will need it to depend on xlibs-pic 4.2.1-11 since mips didn't build any xfree86 between 4.2.1-6 and 4.2.1-11 (buggy pos buildd). > 2) LaMonts NMU showed that the KDE package dependencies are not very > good... LaMont's NMU failed because he didn't notice the RC bug on glibc: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203303 This has been worked around by KDE upstream but regardless a lot of KDE problems were caused by the half baked gcc 3.3 release. Chris pgpeZhF2ZLiWQ.pgp Description: PGP signature
Re: removing --enable-final from admin/debianrules ?
On Sep 04, 2003 at 22:02, Ralf Nolden praised the llamas by saying: Content-Description: signed data > Hi, > > I'd like to propose we'll remove --enable-final from admin/debianrules. It's > not officially supported and when using the dh-make template for kde apps > it's more in the way than it serves good. Plus, with CVS builds in HEAD it > doesn't work half of the times. > > Chris, anything against that ? We can add --enable-final to the rules files > where it works anyway before you upload. > > Ralf Probably the best thing to do is to change the default but make it optional using DEB_BUILD_OPTIONS. IIRC it was disableable using nofinal, but that may have just been here. /me goes to check. No it is in HEAD. Should be fairly easy to change the logic. I'll have a look at it if no one has time. -- David Pashley [EMAIL PROTECTED] Nihil curo de ista tua stulta superstitione. pgpydU9ROB3oG.pgp Description: PGP signature
Re: KDE 3.1.4 release pending
> Also are there any bugs that I should be aware of that must be fixed > with the next upload (besides the konq scroll issue of course). Well there's the paste issue in ksirc - since the Qt 3.2 upgrade, the middle mouse button is pasting everything twice, not once (in ksirc only). And I'm about to start digging into the kbabel crash. Ben.
Re: removing --enable-final from admin/debianrules ?
> I'd like to propose we'll remove --enable-final from admin/debianrules. If this is done, I'd appreciate a big prominent note to debian-kde (as well as debian-qt-kde) so people who still want to use it (e.g., those such as myself with slower machines) can put it into their debian/rules as appropriate. And of course code that breaks with --enable-final, just like code that uses legacy Qt headers, is almost always in want of improvement (e.g., preprocessor guards for headers). Although in this case the compile failures generally are just restricted to packagers (since --enable-final is brought in by debian/rules), and I like being able to identify and fix these problems. Ben.
Re: KDE 3.1.4 release pending
On Freitag, 5. September 2003 01:42, Ben Burton wrote: > > Also are there any bugs that I should be aware of that must be fixed > > with the next upload (besides the konq scroll issue of course). > > Well there's the paste issue in ksirc - since the Qt 3.2 upgrade, the > middle mouse button is pasting everything twice, not once (in ksirc > only). I found out about this today, too. Sorry that I forgot to mention that to Dirk, here you go. > > And I'm about to start digging into the kbabel crash. Thanks. Ralf > > Ben. -- We're not a company, we just produce better code at less costs. Ralf Nolden [EMAIL PROTECTED] The K Desktop Environment The KDevelop Project http://www.kde.org http://www.kdevelop.org pgpxQI3FvkoC1.pgp Description: signature
Re: KDE 3.1.4 release pending
> kbabel crash? KBabel 3.1.3 has been crashing on startup since the Qt 3.2 upgrade. I'm as we speak in the process of rebuilding with debug info so I have something more useful to pass onto the KDE people. Ben.
Re: KDE 3.1.4 release pending
On Friday 05 September 2003 02:29, Ralf Nolden wrote: > > Well there's the paste issue in ksirc - since the Qt 3.2 upgrade, the > > middle mouse button is pasting everything twice, not once (in ksirc > > only). > I found out about this today, too. So did anyone bother to tell boren about it? > > And I'm about to start digging into the kbabel crash. > Thanks. kbabel crash? -- Dirk
Re: KDE 3.1.4 release pending
> kbabel crash? Right, it seems all that was necessary was for kdesdk to be explicitly rebuilt against Qt 3.2. No source changes necessary. Ben.