View previous topic :: View next topic |
Author |
Message |
himpierre l33t
Joined: 31 Aug 2002 Posts: 867 Location: Berlin
|
|
Back to top |
|
|
brazzmonkey Guru
Joined: 16 Jan 2005 Posts: 372 Location: between keyboard and chair
|
Posted: Wed May 31, 2006 9:31 am Post subject: |
|
|
why is that ? |
|
Back to top |
|
|
Kanniball Apprentice
Joined: 23 Jan 2004 Posts: 208 Location: Portugal
|
Posted: Wed May 31, 2006 11:03 am Post subject: |
|
|
brazzmonkey wrote: |
why is that ? |
I have no ideia...
it's strange... maybe is because something is missing the in announcement... |
|
Back to top |
|
|
KD-120RD Tux's lil' helper
Joined: 07 Mar 2004 Posts: 149 Location: Hamburg
|
Posted: Wed May 31, 2006 11:23 am Post subject: |
|
|
I guess they wait for their mirrors to fetch the files. |
|
Back to top |
|
|
Q-collective Advocate
Joined: 22 Mar 2004 Posts: 2076
|
Posted: Wed May 31, 2006 11:37 am Post subject: |
|
|
It's because they're still prepping the mirrors and doing some final stuff.
I like the changes |
|
Back to top |
|
|
SimedonMyrrho n00b
Joined: 15 Jul 2005 Posts: 23
|
Posted: Wed May 31, 2006 5:14 pm Post subject: |
|
|
Or maybe it is still a bit buggy? At least with me kdelibs-3.5.3 with the 3.5.2-ebuild failed. Probably needs some patching or extra care with what to enabel in ./configure. Most patches i did remove of course from the ebuild, now some symbol is missing. _________________ ~x86 Duron 1.8GHz, 512 MB DDR, ATI Radeon 7500, SiS 735
KDE, Fluxbox |
|
Back to top |
|
|
Kanniball Apprentice
Joined: 23 Jan 2004 Posts: 208 Location: Portugal
|
Posted: Wed May 31, 2006 6:21 pm Post subject: |
|
|
SimedonMyrrho wrote: | Or maybe it is still a bit buggy? At least with me kdelibs-3.5.3 with the 3.5.2-ebuild failed. Probably needs some patching or extra care with what to enabel in ./configure. Most patches i did remove of course from the ebuild, now some symbol is missing. |
let the gentoo kde team figure out, they are preparing a version bump for sure...
and since there are some changes, new patches are needed and some of them should be removed acording to the KDE's commits.
Of course we want fresh stuff, but things take time. |
|
Back to top |
|
|
Kanniball Apprentice
Joined: 23 Jan 2004 Posts: 208 Location: Portugal
|
Posted: Wed May 31, 2006 9:52 pm Post subject: |
|
|
now there's a new statment:
FOR IMMEDIATE RELEASE
|
|
Back to top |
|
|
c45207 n00b
Joined: 08 Mar 2004 Posts: 70
|
Posted: Wed May 31, 2006 11:19 pm Post subject: |
|
|
And I just got 3.5.2 installed!
This poor laptop is going to overheat and die on me... |
|
Back to top |
|
|
SimedonMyrrho n00b
Joined: 15 Jul 2005 Posts: 23
|
Posted: Thu Jun 01, 2006 11:06 am Post subject: |
|
|
Quote: | let the gentoo kde team figure out, they are preparing a version bump for sure... |
Of course, but if it was bug free, it would emerge with the normal ebuild for 3.5.2 ./. some 3.5.2-specific patches which were upstreamed meanwhile. Since that is not the case with at least my computer, i would say one has to be cautious about this release.
BTW., my bug is
Code: |
smtp.cpp: In member function »void SMTP::connectTimerTick()«:
smtp.cpp:161: Warnung: »__comp_ctor « ist veraltet (deklariert bei ../../../kdecore/ksock.h:102)
/bin/sh ../../../libtool --silent --tag=CXX --mode=link i686-pc-linux-gnu-g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=athlon-xp -fomit-frame-pointer -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fvisibility=hidden -fvisibility-inlines-hidden -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -Wl,-O1 -Wl,-Bdirect -Wl,-hashvals -Wl,-z,dynsort -Wl,--relax -o ksendbugmail -L/usr/kde/3.5/lib -L/usr/qt/3/lib -L/usr/lib -Wl,--as-needed -Wl,--enable-new-dtags -R /usr/kde/3.5/lib -R /usr/kde/3.5/lib -R /usr/qt/3/lib -R /usr/lib main.o smtp.o ../../libkio.la
../../.libs/libkio.so: undefined reference to `KProgressDialog::show()'
collect2: ld returned 1 exit status
make[4]: *** [ksendbugmail] Fehler 1
make[4]: Leaving directory `/var/tmp/portage/kdelibs-3.5.3/work/kdelibs-3.5.3/kio/misc/ksendbugmail'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/var/tmp/portage/kdelibs-3.5.3/work/kdelibs-3.5.3/kio/misc'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.5.3/work/kdelibs-3.5.3/kio'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.5.3/work/kdelibs-3.5.3'
make: *** [all] Fehler 2
|
Maybe it depends on my LDFLAGS, haven't changed the yet. I only tried with and without "final", it did not do anything. _________________ ~x86 Duron 1.8GHz, 512 MB DDR, ATI Radeon 7500, SiS 735
KDE, Fluxbox |
|
Back to top |
|
|
linuxaddict n00b
Joined: 29 Aug 2004 Posts: 6 Location: UK
|
Posted: Thu Jun 01, 2006 12:39 pm Post subject: |
|
|
Code: | # emerge -pv kdelibs
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] kde-base/kdelibs-3.5.3 USE="alsa arts cups kdehiddenvisibility spell ssl tiff -acl -debug -doc -jpeg2k -kdeenablefinal -kerberos -legacyssl -openexr -xinerama -zeroconf" 0 kB [1] |
No problems compiling it here with slight modification to the ebuild (removal of cups 1.2/xorg-rgbtext/generic 3.5.2 patches) on AMD64(CFLAGS="-march=k8 -O2 -msse3 -pipe") with gcc 4.1.1. Hopefully version bumping KDE as a whole should be relatively simple. |
|
Back to top |
|
|
Flameeyes Retired Dev
Joined: 30 Mar 2005 Posts: 189 Location: London, Europe
|
Posted: Thu Jun 01, 2006 1:10 pm Post subject: |
|
|
The problem encountered by SimedonMyrrho is a bug in the build system that causes kdelibs to link against the installed copy of itself when using --as-needed. It was also the bug who stopped me from committing it last night. I worked this around for now by forcing --no-as-needed on the first install.
But as you seems to be enabling it not through the LDFLAGS variable but by hacking the econf call, it will continue to die for you |
|
Back to top |
|
|
engineermdr Guru
Joined: 08 Nov 2003 Posts: 304 Location: Altoona, WI, USA
|
Posted: Thu Jun 01, 2006 1:42 pm Post subject: |
|
|
Does this mean then that to use --as-needed, we'd have to install kdelibs twice? |
|
Back to top |
|
|
Flameeyes Retired Dev
Joined: 30 Mar 2005 Posts: 189 Location: London, Europe
|
Posted: Thu Jun 01, 2006 1:49 pm Post subject: |
|
|
For kdelibs, yes, unless of course you have a patch to fix the build system |
|
Back to top |
|
|
brazzmonkey Guru
Joined: 16 Jan 2005 Posts: 372 Location: between keyboard and chair
|
Posted: Thu Jun 01, 2006 2:38 pm Post subject: |
|
|
damn... compiling kdelibs twice...
upgrading kde feels like an endless process... |
|
Back to top |
|
|
Kanniball Apprentice
Joined: 23 Jan 2004 Posts: 208 Location: Portugal
|
Posted: Thu Jun 01, 2006 2:57 pm Post subject: |
|
|
brazzmonkey wrote: | damn... compiling kdelibs twice...
upgrading kde feels like an endless process... |
try to get another computer and use distcc |
|
Back to top |
|
|
michel7 Guru
Joined: 04 May 2006 Posts: 461 Location: localhost
|
Posted: Thu Jun 01, 2006 3:06 pm Post subject: |
|
|
Does anyone know when kde 3.5.3 will be in the portage? |
|
Back to top |
|
|
engineermdr Guru
Joined: 08 Nov 2003 Posts: 304 Location: Altoona, WI, USA
|
Posted: Thu Jun 01, 2006 3:14 pm Post subject: |
|
|
Flameeyes wrote: | For kdelibs, yes, unless of course you have a patch to fix the build system |
Everybody notice the wink? Me thinks he's working on fixing that with a nice patch. Let's all wait patiently. |
|
Back to top |
|
|
brazzmonkey Guru
Joined: 16 Jan 2005 Posts: 372 Location: between keyboard and chair
|
Posted: Thu Jun 01, 2006 3:33 pm Post subject: |
|
|
mdr wrote: | Flameeyes wrote: | For kdelibs, yes, unless of course you have a patch to fix the build system |
Everybody notice the wink? Me thinks he's working on fixing that with a nice patch. Let's all wait patiently. |
could be, as Flameeyes is the --as-needed expert !
i'll wait for kde 3.5.3 to hit the stable portage tree anyhow... i hope this won't be too long |
|
Back to top |
|
|
radfoj Guru
Joined: 31 Dec 2004 Posts: 490 Location: Tísek, Czech Republic
|
Posted: Thu Jun 01, 2006 4:00 pm Post subject: |
|
|
From changelog of kdelibs-3.5.3 ebuild:
Code: | Add fam useflag so that inotify can be used instead (on Linux). |
I am sorry, but what is better - enable fam or disable? I didnt understand it at all. In previous versions, virtual/fam was in RDEPEND, and now...? Please. |
|
Back to top |
|
|
Flameeyes Retired Dev
Joined: 30 Mar 2005 Posts: 189 Location: London, Europe
|
Posted: Thu Jun 01, 2006 5:32 pm Post subject: |
|
|
Okay the kdelibs problem seems to be a binutils bug, although I didn't have time to try it out, Jakub Jelinek from Redhat posted a patch on binutils mailing list that should fix it, I'll give it a try later on today.
WRT the fam useflag, if you're using the ~amd64 kernel headers that has inotify available (look for linux/inotify.h header), and you're running at least kernel 2.6.13, inotify should be more reliable, so -fam would work better.
It's still to try out, that's why I'm committing it masked for now.
If you want to be informed when it's all well and about the binutils patch, you can follow my blog at http://farragut.flameeyes.is-a-geek.org/ or on http://planet.gentoo.org/, I try to have it updated when I have news of this kind. |
|
Back to top |
|
|
yngwin Retired Dev
Joined: 19 Dec 2002 Posts: 4572 Location: Suzhou, China
|
Posted: Thu Jun 01, 2006 5:35 pm Post subject: |
|
|
Thanks flameeyes, for your work! You rock! _________________ "Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF |
|
Back to top |
|
|
radfoj Guru
Joined: 31 Dec 2004 Posts: 490 Location: Tísek, Czech Republic
|
Posted: Thu Jun 01, 2006 5:40 pm Post subject: |
|
|
Flameeyes wrote: | WRT the fam useflag, if you're using the ~amd64 kernel headers that has inotify available (look for linux/inotify.h header), and you're running at least kernel 2.6.13, inotify should be more reliable, so -fam would work better. |
Thanks for reply. What confused me? Disabling fam for kdelibs brings to ./configure "--enable-dnotify" ... and from my memory, dnotify was old approach, which was replaced with inotify in recent kernel. OK, compiling without fam |
|
Back to top |
|
|
Flameeyes Retired Dev
Joined: 30 Mar 2005 Posts: 189 Location: London, Europe
|
Posted: Thu Jun 01, 2006 5:46 pm Post subject: |
|
|
radfoj wrote: | Thanks for reply. What confused me? Disabling fam for kdelibs brings to ./configure "--enable-dnotify" ... and from my memory, dnotify was old approach, which was replaced with inotify in recent kernel. OK, compiling without fam |
Yes dnotify is "forcefully enabled", i should probably remove that entirely. Both it and inotify are autodetected at configure, so it does not really change anything. |
|
Back to top |
|
|
paszczi Tux's lil' helper
Joined: 23 Sep 2005 Posts: 117 Location: Poznan, Poland
|
Posted: Thu Jun 01, 2006 8:45 pm Post subject: |
|
|
Guys... just tell my what am I doing wron
emergy --sync
Code: |
sproint lex2 # emerge -pDu world
These are the packages that would be merged, in order:
Calculating world dependencies /
emerge: there are no ebuilds to satisfy "~kde-base/libkdenetwork-3.5.3".
(dependency required by "kde-base/certmanager-3.5.3" [ebuild])
|
Why the hell does he want ~kde-base/libkdenetwork-3.5.3 and not kde-base/libkdenetwork-3.5.3. I 've figured out that the way to fix this is to chagne entries in each ebuild's DEPENDS line but this a hell of a work. Any suggestions ? |
|
Back to top |
|
|
|