Re: kdevelop
On the last episode (Friday 01 November 2002 12:02), Paolo Ulivi wrote: It seems my previous message was lost in space, so I resend it: === > If someone can host them on the Net I can provide my diffs (< 5Kb), all Please don't think I am stupid, drunk or whatseover, just stopped smoking a couple of weeks ago and feeling very bad today... :-( You'll find my diffs attached to this message. Just grab the tarball on kde.org (kdevelop-2.1.3_for_KDE_3.0.tar.bz2), unpack it in a temporary directory, rename the directory created by the unpacking to kdevelop-2.1.3 and, in the parent, copy the file *.diff.gz and issue the command: gzip -cd *.diff.gz | patch -p0 Then cd kdevelop-2.1.3 and dpkg-buildpackage -b -uc -us === This time I send the diffs inline, not as a attachment: kdevelop_2.1.3-1woody1_i386.changes --- Format: 1.7 Date: Sun, 15 Sep 2002 16:07:00 +0200 Source: kdevelop Binary: kdevelop kdevelop-doc kdevelop-data Architecture: source all i386 Version: 4:2.1.3-1woody1 Distribution: unstable Urgency: low Maintainer: Norman Jordan <[EMAIL PROTECTED]> Changed-By: Paolo Ulivi <[EMAIL PROTECTED]> Description: kdevelop - An IDE for Unix/X11 kdevelop-data - Platform independent data files for the kdevelop package kdevelop-doc - Documentation for the kdevelop package Changes: kdevelop (4:2.1.3-1woody1) unstable; urgency=low . * New upstream version (from tarball kdevelop-2.1.3_for_KDE_3.0.tar.bz2). * This is the latest and final version of kdevelop 2. * Built from source for woody/stable adding AMD K6 optimizations. * Merged in debian/htdig.conf debian/README-htdig.Debian and * debian/README-automake1.5.Debian from kdevelop-2.1.2-0kde2.2-1 * sources, which are the latest Debian sources at the moment. Files: 411f8ac5fb24b9b4ef1152b30adb014a 478 devel optional kdevelop_2.1.3-1woody1.dsc 71e716d85ad615d6ac292a744521e546 2139 devel optional kdevelop_2.1.3-1woody1.diff.gz fb4066c12c7b395817f09db948e3e0bb 1091074 devel optional kdevelop_2.1.3-1woody1_i386.deb 6275d8c3af92d29caf942ebc5373ba24 533724 doc optional kdevelop-doc_2.1.3-1woody1_all.deb 89dc774b675562ed1697659aca45b07e 1017900 devel optional kdevelop-data_2.1.3-1woody1_all.deb kdevelop_2.1.3-1woody1.diff.gz -- --- kdevelop-2.1.3.orig/debian/rules +++ kdevelop-2.1.3/debian/rules @@ -11,7 +11,7 @@ ifeq ($(ARCH),alpha) COMPILER_FLAGS=CFLAGS="-O0 -mieee" CXXFLAGS="-O0 -mieee -ftemplate-depth-99" else - COMPILER_FLAGS=CXXFLAGS="-ftemplate-depth-99" + COMPILER_FLAGS=CXXFLAGS="-O3 -march=k6 -ffast-math -finline-functions -malign-functions=4" endif build: build-stamp --- kdevelop-2.1.3.orig/debian/README-htdig.Debian +++ kdevelop-2.1.3/debian/README-htdig.Debian @@ -0,0 +1,20 @@ +The following steps describe howto get kdevelop to work with htdig. + +1. You will need a modified htdig. You can get Debian packages at +http://people.debian.org/~njordan/kdevelop/htdig/ + +2. Login as the user that will use KDevelop and do the following steps. + +3. Create the following directories if they don't already exist. +~/.kde/share/apps/kdevelop/tools +~/.kde/share/apps/kdevelop/htdig +~/.kde/share/apps/kdevelop/htdig/db + +4. Copy the file /usr/share/doc/kdevelop/examples/htdig.conf ~/.kde/share/apps/kdevelop/tools + +5. Edit the file ~/.kde/share/apps/kdevelop/tools/htdig.conf and change "HOMEDIR" to your home directory. + +6. Go through the KDevelop Setup again. It will take a while to index all of the documentation, so be patient. + +7. If you have problems, try editing the file ~/.kde/share/config/kdeveloprc and delete the line beginning with "doc_kde=" and then rerun the KDevelop Setup again. + --- kdevelop-2.1.3.orig/debian/changelog +++ kdevelop-2.1.3/debian/changelog @@ -1,3 +1,14 @@ +kdevelop (4:2.1.3-1woody1) unstable; urgency=low + + * New upstream version (from tarball kdevelop-2.1.3_for_KDE_3.0.tar.bz2). + * This is the latest and final version of kdevelop 2. + * Built from source for woody/stable adding AMD K6 optimizations. + * Merged in debian/htdig.conf debian/README-htdig.Debian and + * debian/README-automake1.5.Debian from kdevelop-2.1.2-0kde2.2-1 + * sources, which are the latest Debian sources at the moment. + + -- Paolo Ulivi <[EMAIL PROTECTED]> Sun, 15 Sep 2002 16:07:00 +0200 + kdevelop (4:2.1.2-0.1) unstable; urgency=low * New upstream version (from CVS) --- kdevelop-2.1.3.orig/debian/README-automake1.5.Debian +++ kdevelop-2.1.3/debian/README-automake1.5.Debian @@ -0,0 +1,22 @@ +If you have Automake 1.5 installed, then take note of the following. + +For Existing Projects +- +You will need to copy the following files into the admin directory of your project if you have one + +/usr/share/doc/kdevelop/updates/conf.change.pl.gz +/usr/share/doc/kdevelop/updates/config.pl.gz + +Mak
Re: Konqueror and NY Times sluggish KDE 3.0 to 3.1 Beta 2
fredagen den 1 november 2002 21.19 skrev Michael Hoodes: > I don't know if that is the solution to the Konqueror pause problem and > there are people with IPV6 who would not be too happy if it was turned > off! Is it possible to make IPV6 a setting option in Konqueror? Actually, KDE has three modes when it comes to IPV6. 1) No IPv6 2) always IPv6 3) check if IPv6 is available (in the kernel) before using it. So the solution appears to be the automatic mode. For those who does not want IPv6, the driver is just removed from the kernel (it is loadable, isn't it?) and KDE won't use it. -- Karolina
Re: Qt is Linked to Kernel Compile???
* Oracle Administrator ([EMAIL PROTECTED]) [021102 01:31]: > I am trying to compile kernel 2.5.45 for my Debian box, and the followings > occurred: > > tillarium:/usr/src/linux-2.5.45# make menuconfig >rm -f scripts/built-in.o; ar rcs scripts/built-in.o > gcc -Wp,-MD,scripts/.fixdep.d -Wall -Wstrict-prototypes -O2 > -fomit-frame-pointer -o scripts/fixdep scripts/fixdep.c > gcc -Wp,-MD,scripts/.split-include.d -Wall -Wstrict-prototypes -O2 > -fomit-frame-pointer -o scripts/split-include scripts/split-include.c > gcc -Wp,-MD,scripts/.docproc.d -Wall -Wstrict-prototypes -O2 > -fomit-frame-pointer -o scripts/docproc scripts/docproc.c > gcc -Wp,-MD,scripts/.conmakehash.d -Wall -Wstrict-prototypes -O2 > -fomit-frame-pointer -o scripts/conmakehash scripts/conmakehash.c > * > * Unable to find the QT installation. Please make sure that the > * QT development package is correctly installed and the QTDIR > * environment variable is set to the correct location. > * > make[1]: *** [scripts/kconfig/.tmp_qtcheck] Error 1 > make: *** [scripts/kconfig/mconf] Error 2 > > This has never happened before and I'm clueless. Any ideas? > > Everything on my system was installed with aptitude. this was an error in the makefile that has been fixed in the tree allready. try a later version. qt interface is nice, but menuconfig works as before.
Re: kdevelop
On Saturday 02 November 2002 08:50, Paolo Ulivi wrote: > On the last episode (Friday 01 November 2002 12:02), Paolo Ulivi wrote: > > It seems my previous message was lost in space, so I resend it: > > === > > > If someone can host them on the Net I can provide my diffs (< 5Kb), all > > Please don't think I am stupid, drunk or whatseover, just stopped > smoking a couple of weeks ago and feeling very bad today... :-( > You'll find my diffs attached to this message. On the contrary, I think you are clever trying to give up smoking :-) Frank
KDE3.0.x
Is there a way to get KDE 3.0.4 which is the latest stable KDE? I am running Debian Woody with KDE2 at the moment. Thanks in advance! Martin Hooper
Re: KDE3.0.x
On Saturday 02 November 2002 11:19, Martin wrote: > Is there a way to get KDE 3.0.4 which is the latest stable KDE? > > I am running Debian Woody with KDE2 at the moment. > > Thanks in advance! This is a FAQ. Very F, actually :-) http://www.cupis.co.uk/debian/faq.html http://mypage.bluewin.ch/kde3-debian/ Frank
Re: KDE3.0.x
On Saturday 02 November 2002 11:19, Martin wrote: > Is there a way to get KDE 3.0.4 which is the latest stable KDE? > > I am running Debian Woody with KDE2 at the moment. > > Thanks in advance! > > Martin Hooper Hi, take look at this: http://lists.debian.org/debian-kde/2002/debian-kde-200209/msg00133.html and to get the kde 3.0.4 packages set the apt-source to: deb http://download.uk.kde.org/pub/kde/stable/3.0.4/Debian/woody ./ Best regards Matej
Re: Konqueror and NY Times sluggish KDE 3.0 to 3.1 Beta 2
> fredagen den 1 november 2002 21.19 skrev Michael Hoodes: >> I don't know if that is the solution to the Konqueror pause problem . >> and there are people with IPV6 who would not be too happy if it was >> turned off! Is it possible to make IPV6 a setting option in >> Konqueror? On Sat, 2 Nov 2002 09:33:03 +0100, Karolina Lindqvist wrote: > Actually, KDE has three modes when it comes to IPV6. > 1) No IPv6 > 2) always IPv6 > 3) check if IPv6 is available (in the kernel) before using it. > So the solution appears to be the automatic mode. For those who does > not want IPv6, the driver is just removed from the kernel (it is > loadable, isn't it?) and KDE won't use it. That has been my point! My Kernel is compiled without IPv6 for a long time so I do not understand how KDE was issuing IPv6 calls to cause the Konqueror pause. I suspect it is doubleclick.net at high network traffic times that causes the pause. When Konqueror pauses, both Opera and Mozilla can access the page(s) without pausing. -- Michael Hoodes http://www.hoodes.comSeattle, WA
Re: KDE3.0.x
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 02 November 2002 10:26, Frank Van Damme wrote: > On Saturday 02 November 2002 11:19, Martin wrote: > > Is there a way to get KDE 3.0.4 which is the latest stable KDE? > > > > I am running Debian Woody with KDE2 at the moment. > > > > Thanks in advance! > > This is a FAQ. Very F, actually :-) > http://www.cupis.co.uk/debian/faq.html > http://mypage.bluewin.ch/kde3-debian/ And of the course KDE3-in-Debian FAQ at: http://www.davidpashley.com/debian-kde/faq.html Paul Cupis - -- [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9xB++IzuKV+SHX/kRAgLAAJ49omz+piHN52yzHjgb21/fQ5Z46QCdFBj3 Bfz8XH+wjiJp/V6Xu8K46Wc= =5Zsw -END PGP SIGNATURE-
KLauncher could not be reached via DCOP
Help! I've just upgraded to kde 3.0.4 woody from kde 2, using the debian woody packages from the kde site. I find that whenever I try to start an application (e.g. from kicker) I just get "KLauncher could not be reached via DCOP". There's no kluncher process running. If I run kluncher by hand, with strace, then it exits cleanly: mprotect(0x405ae000, 5361664, PROT_READ|PROT_EXEC) = 0 munmap(0x40014000, 69898) = 0 getrlimit(0x3, 0xb6fc) = 0 setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 getpid()= 7474 uname({sys="Linux", node="ethel.diamand.org", ...}) = 0 rt_sigaction(SIGRTMIN, {0x40c1b480, [], 0x400}, NULL, 8) = 0 rt_sigaction(SIGRT_1, {0x40c1b508, [], 0x400}, NULL, 8) = 0 rt_sigaction(SIGRT_2, {0x40c1b608, [], 0x400}, NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0 _sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xb504, 30, (nil), 0}) = 0 brk(0) = 0x8049818 brk(0x804a818) = 0x804a818 brk(0x804b000) = 0x804b000 _exit(0)= ? There's another problem around which is that kdm refuses to run following an upgrade of Xfree86 to 4.2.0 (from the xf86 site itself) but I think this is unrelated. Does anyone have any ideas? I'm getting so desperate I even tried switching to gnome! Thanks, Luke Diamand