Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Ebuilds for KDE 3.5 Release Candidate 1
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
occe
Apprentice
Apprentice


Joined: 12 Feb 2003
Posts: 171
Location: Sweden

PostPosted: Sat Nov 12, 2005 11:43 am    Post subject: Ebuilds for KDE 3.5 Release Candidate 1 Reply with quote

Any ideas on when they will arrive in portage?

edit:

saw here http://lists.kde.org/?l=kde-announce&m=113175000630488&w=2 that "Because of the short timeframe for the release candidates we don't give the distributors a head start of one week for binary packages"

well, hopefully the ebuilds arrive soon......
_________________
/occe

AMD64 3000+
Nvidia Geforce6600GT
Back to top
View user's profile Send private message
irondog
l33t
l33t


Joined: 07 Jul 2003
Posts: 715
Location: Voor mijn TV. Achter mijn pc.

PostPosted: Sat Nov 12, 2005 2:27 pm    Post subject: Reply with quote

I accidently did rm -f /usr this morning and stopped it on time. It seemed to have started in /usr/kde, so my kde-3.5-beta2 is broken now. :)

Really hope the new ebuilds will appear soon.
_________________
Alle dingen moeten onzin zijn.
Back to top
View user's profile Send private message
scvalex
Apprentice
Apprentice


Joined: 04 Sep 2005
Posts: 169
Location: Hell

PostPosted: Sat Nov 12, 2005 2:34 pm    Post subject: Reply with quote

Tell me, how in hell's name do you accidentaly type: "rm -f /usr"?

This sounds like the old DOS problem:
"Hello, tech support? I just accidentaly typed "format c:". What do i do?"
_________________
Nothing is what it seems to be.
Back to top
View user's profile Send private message
Raftysworld
Apprentice
Apprentice


Joined: 27 Feb 2005
Posts: 236
Location: Snohomish, WA

PostPosted: Sat Nov 12, 2005 2:36 pm    Post subject: Reply with quote

Looking forward to these ebuilds too =D
_________________
emerge --info
Portage 2.1.4 (default-linux/x86/dev/2007.1, gcc-4.2.2, glibc-2.7-r1, 2.6.24-gentoo i686)
Back to top
View user's profile Send private message
irondog
l33t
l33t


Joined: 07 Jul 2003
Posts: 715
Location: Voor mijn TV. Achter mijn pc.

PostPosted: Sat Nov 12, 2005 3:13 pm    Post subject: Reply with quote

scvalex wrote:
Tell me, how in hell's name do you accidentaly type: "rm -f /usr"?
I was cleaning up files and directories in /usr that were not in the package database (caused by portage inaccuracy and some buggy ebuilds). I was doing it too quickly as I had a list of 6 directories in my mind to delete.

When I touched ENTER I pressed CTRL+C after half a second later :)

Quote:
This sounds like the old DOS problem:
"Hello, tech support? I just accidentaly typed "format c:". What do i do?"
I'm not asking for help here. I traced the damage of my action the only _damage_ is that I might want to re-create /usr/kde/3.5. As I would rather compile the latest version than an old beta, I would be pleased to see RC1 in portage today rather than next week. Fact is: I need to re-compile KDE before I'm going back to work with my PC.

Besides I would rather watch this topic than running emerge --sync every 5 minutes.
_________________
Alle dingen moeten onzin zijn.
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Sat Nov 12, 2005 4:22 pm    Post subject: Reply with quote

instead of syncing and watching: use http://packages.gentoo.org/
and probably the included rss-feed!

cheers
_________________
-l: signature: command not found
Back to top
View user's profile Send private message
George Ellison
n00b
n00b


Joined: 11 Nov 2005
Posts: 33

PostPosted: Sat Nov 12, 2005 5:31 pm    Post subject: Reply with quote

Just did my daily sync and picked them up. Didn't even think they were out yet.
Back to top
View user's profile Send private message
ryan83vt
Guru
Guru


Joined: 28 Oct 2002
Posts: 370
Location: Blacksburg, VA

PostPosted: Sat Nov 12, 2005 5:43 pm    Post subject: Reply with quote

So did I. The lastest thing that I have in /usr/portage/kde-base/kde/ is 3.5 beta 2. Are you sure you got the RC1? I want it!
Back to top
View user's profile Send private message
George Ellison
n00b
n00b


Joined: 11 Nov 2005
Posts: 33

PostPosted: Sat Nov 12, 2005 6:29 pm    Post subject: Reply with quote

Yeah, I've got it building right now. Don't have anythimg weird going on except for the unmask.
Back to top
View user's profile Send private message
ryan83vt
Guru
Guru


Joined: 28 Oct 2002
Posts: 370
Location: Blacksburg, VA

PostPosted: Sat Nov 12, 2005 6:57 pm    Post subject: Reply with quote

Why does the listing at
http://packages.gentoo.org/packages/?category=kde-base;name=;offset=30 (scroll to the bottom to find KDE)

only show beta 2 then?
Back to top
View user's profile Send private message
George Ellison
n00b
n00b


Joined: 11 Nov 2005
Posts: 33

PostPosted: Sat Nov 12, 2005 7:03 pm    Post subject: Reply with quote

Looks like I spoke too soon. kde-meta and some other packages are at RC1, but not everything is yet, and I'm getting errors when I try to build it.
Back to top
View user's profile Send private message
irondog
l33t
l33t


Joined: 07 Jul 2003
Posts: 715
Location: Voor mijn TV. Achter mijn pc.

PostPosted: Sat Nov 12, 2005 7:38 pm    Post subject: Reply with quote

In /usr/portage/eclass/kde-meta.eclass

Set after
Code:

echo ">>> Extracting from tarball..."
# Note that KMTARPARAMS is also used by an ebuild


This:
Code:

for i in $extractlist;do
            myextr="$myextr ${i/_rc1/}"
done

extractlist=$myextr


Before:
Code:

tar -xvpf $TARFILE $KMTARPARAMS $extractlist    2> /dev/null


And KDE 3.5_rc1 will compile.

[edit]also add this before it to keep beta1 and beta2 ebuilds working:[edit]
Code:
TARBALLDIRVER=${TARBALLDIRVER/_rc1/}

_________________
Alle dingen moeten onzin zijn.


Last edited by irondog on Sat Nov 12, 2005 7:57 pm; edited 1 time in total
Back to top
View user's profile Send private message
irondog
l33t
l33t


Joined: 07 Jul 2003
Posts: 715
Location: Voor mijn TV. Achter mijn pc.

PostPosted: Sat Nov 12, 2005 7:46 pm    Post subject: Reply with quote

I was also surprised by the names of the tarballs. On most mirrors (all except Gentoo's) the names are like: kdeaccessibility-3.5.0.tar.bz2

I'm wandering if this release candidate will be released as-it-is and if not, how the dev's are going to call the stable tarballs.
_________________
Alle dingen moeten onzin zijn.
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Sat Nov 12, 2005 8:54 pm    Post subject: Reply with quote

does anyone know: won't there be any kdebase kdegraphics etc. packages anymore?
only kdebase-meta, kdegraphics-meta etc?

cheers
_________________
-l: signature: command not found
Back to top
View user's profile Send private message
George Ellison
n00b
n00b


Joined: 11 Nov 2005
Posts: 33

PostPosted: Sat Nov 12, 2005 10:05 pm    Post subject: Reply with quote

Ok. Did the eclass trick, emerge still failed. Fetched kdenetwork-3.5.0 package from a kde.org mirror, and it's going now.
Back to top
View user's profile Send private message
irondog
l33t
l33t


Joined: 07 Jul 2003
Posts: 715
Location: Voor mijn TV. Achter mijn pc.

PostPosted: Sat Nov 12, 2005 10:30 pm    Post subject: Reply with quote

??????????

How can the digests be the same for tarballs that extract differently?
_________________
Alle dingen moeten onzin zijn.
Back to top
View user's profile Send private message
houtworm
Guru
Guru


Joined: 08 Mar 2003
Posts: 391
Location: Den Haag, Netherlands

PostPosted: Sun Nov 13, 2005 1:29 am    Post subject: Reply with quote

upgrade downgrade??
I just emerged arts and kdelibs 3.5_rc1 and i synced again to see for the other packages, but...

# emerge -upD world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild UD] kde-base/arts-3.5.0_beta2 [3.5.0_rc1]
[ebuild UD] kde-base/kdelibs-3.5.0_beta2 [3.5.0_rc1]

now it is removed? :-/
_________________
niemand is onbekwamer, dan een timmerman zonder hamer

Kees
Back to top
View user's profile Send private message
occe
Apprentice
Apprentice


Joined: 12 Feb 2003
Posts: 171
Location: Sweden

PostPosted: Sun Nov 13, 2005 9:42 am    Post subject: Reply with quote

hmm, dont really understand how to emerge rc1, tried to emerge the kde-split packages, but there seem to be a lot of them missing, like

Code:

emerge: there are no ebuilds to satisfy "~kde-base/librss-3.5.0_rc1".


and

Code:

emerge: there are no ebuilds to satisfy "~kde-base/libkdenetwork-3.5.0_rc1".

_________________
/occe

AMD64 3000+
Nvidia Geforce6600GT
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Sun Nov 13, 2005 9:45 am    Post subject: Reply with quote

yeah, would be nice if any dev. could comment this.
why are kdebase, kdenetwork etc missing? will there only be the split ebuilds (and -meta packages)?

cheers
_________________
-l: signature: command not found
Back to top
View user's profile Send private message
houtworm
Guru
Guru


Joined: 08 Mar 2003
Posts: 391
Location: Den Haag, Netherlands

PostPosted: Sun Nov 13, 2005 11:10 am    Post subject: Reply with quote

occe wrote:
hmm, dont really understand how to emerge rc1


I give up, i am downgrading arts and kdelibs now.
Most split packages are there but no kdenetwork kdegraphics etc
I must be a little more patient :-D


--Kees
_________________
niemand is onbekwamer, dan een timmerman zonder hamer

Kees
Back to top
View user's profile Send private message
Fitzzy
n00b
n00b


Joined: 07 Nov 2005
Posts: 17
Location: Fitzville

PostPosted: Sun Nov 13, 2005 2:15 pm    Post subject: Reply with quote

I currently got arts and kdelibs 3.5.0-rc1 installed. When I sync'ed again, Portage wants to downgrade again:

Code:

emerge -uvp --deep world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild     UD] kde-base/arts-3.5.0_beta2 [3.5.0_rc1] +alsa +arts +artswrappersuid -debug +esd +jack +kdeenablefinal +mp3 +nas +vorbis -xinerama 0 kB
[ebuild     UD] kde-base/kdelibs-3.5.0_beta2 [3.5.0_rc1] +acl +alsa +arts +cups -debug -doc -jpeg2k +kdeenablefinal -kerberos -openexr +spell +ssl +tiff -xinerama -zeroconf 0 kB

Total size of downloads: 0 kB


And the ebuild is still there:
Code:

ls -l /usr/portage/kde-base/kdelibs/
total 97
-rw-r--r--  1 root root 45747 Nov 12 11:06 ChangeLog
-rw-r--r--  1 root root  2437 Nov 12 11:06 Manifest
drwxr-xr-x  2 root root  1120 Nov 12 11:06 files
-rw-r--r--  1 root root  4318 Jul 25 11:35 kdelibs-3.3.2-r10.ebuild
-rw-r--r--  1 root root  3363 Sep 12 09:05 kdelibs-3.4.1-r1.ebuild
-rw-r--r--  1 root root  3364 Sep 29 12:06 kdelibs-3.4.1-r2.ebuild
-rw-r--r--  1 root root  3341 Oct  6 19:35 kdelibs-3.4.2-r1.ebuild
-rw-r--r--  1 root root  3346 Jul 28 08:52 kdelibs-3.4.2.ebuild
-rw-r--r--  1 root root  3393 Oct 18 15:35 kdelibs-3.4.3.ebuild
-rw-r--r--  1 root root  3582 Oct 18 03:05 kdelibs-3.5.0_beta2.ebuild
-rw-r--r--  1 root root  3373 Nov 12 10:49 kdelibs-3.5.0_rc1.ebuild
-rw-r--r--  1 root root  3751 Sep 26 04:30 kdelibs-3.5_beta1-r1.ebuild
-rw-r--r--  1 root root   156 Apr  5  2005 metadata.xml


I guess the developers have not finalized it yet or that the various source packages have not propgated to enough servers around the world.

I think the guesstimate for the rest is: RSN! (Real Soon Now)
Back to top
View user's profile Send private message
DocterD
Tux's lil' helper
Tux's lil' helper


Joined: 15 May 2004
Posts: 129

PostPosted: Sun Nov 13, 2005 2:20 pm    Post subject: Reply with quote

Fitzzy wrote:
I currently got arts and kdelibs 3.5.0-rc1 installed. When I sync'ed again, Portage wants to downgrade again:

Code:

emerge -uvp --deep world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild     UD] kde-base/arts-3.5.0_beta2 [3.5.0_rc1] +alsa +arts +artswrappersuid -debug +esd +jack +kdeenablefinal +mp3 +nas +vorbis -xinerama 0 kB
[ebuild     UD] kde-base/kdelibs-3.5.0_beta2 [3.5.0_rc1] +acl +alsa +arts +cups -debug -doc -jpeg2k +kdeenablefinal -kerberos -openexr +spell +ssl +tiff -xinerama -zeroconf 0 kB

Total size of downloads: 0 kB


And the ebuild is still there:
Code:

ls -l /usr/portage/kde-base/kdelibs/
total 97
-rw-r--r--  1 root root 45747 Nov 12 11:06 ChangeLog
-rw-r--r--  1 root root  2437 Nov 12 11:06 Manifest
drwxr-xr-x  2 root root  1120 Nov 12 11:06 files
-rw-r--r--  1 root root  4318 Jul 25 11:35 kdelibs-3.3.2-r10.ebuild
-rw-r--r--  1 root root  3363 Sep 12 09:05 kdelibs-3.4.1-r1.ebuild
-rw-r--r--  1 root root  3364 Sep 29 12:06 kdelibs-3.4.1-r2.ebuild
-rw-r--r--  1 root root  3341 Oct  6 19:35 kdelibs-3.4.2-r1.ebuild
-rw-r--r--  1 root root  3346 Jul 28 08:52 kdelibs-3.4.2.ebuild
-rw-r--r--  1 root root  3393 Oct 18 15:35 kdelibs-3.4.3.ebuild
-rw-r--r--  1 root root  3582 Oct 18 03:05 kdelibs-3.5.0_beta2.ebuild
-rw-r--r--  1 root root  3373 Nov 12 10:49 kdelibs-3.5.0_rc1.ebuild
-rw-r--r--  1 root root  3751 Sep 26 04:30 kdelibs-3.5_beta1-r1.ebuild
-rw-r--r--  1 root root   156 Apr  5  2005 metadata.xml


I guess the developers have not finalized it yet or that the various source packages have not propgated to enough servers around the world.

I think the guesstimate for the rest is: RSN! (Real Soon Now)


Localized Versions aren't up yet, thats why they pull those old Packages as dependencies. Try next time "emerge -uvp --tree --deep world" to see which Package pulls those Dependencie.
Back to top
View user's profile Send private message
radfoj
Guru
Guru


Joined: 31 Dec 2004
Posts: 490
Location: Tísek, Czech Republic

PostPosted: Sun Nov 13, 2005 4:12 pm    Post subject: Reply with quote

Just upgraded KDE to RC1 and can say one weird think about Konqeuror behaviour. After visiting http://sf.euweb.cz/ and kliking on some article, going back scatter the text than :cry: . In previous version (beta2) page was displayed correctly after going back/forward. Does anybody know, if its bug of Konqueror, page or something different? :cry:
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Sun Nov 13, 2005 5:28 pm    Post subject: Reply with quote

radfoj wrote:
Just upgraded KDE to RC1 and can say one weird think about Konqeuror behaviour. After visiting http://sf.euweb.cz/ and kliking on some article, going back scatter the text than :cry: . In previous version (beta2) page was displayed correctly after going back/forward. Does anybody know, if its bug of Konqueror, page or something different? :cry:

I would guess konqueror bug since it works fine in Firefox and Opera.

Almost like when it refreshes on back/forward it forgets the correct font character set to use.
Maybe check out bugs.kde.org.

Did you manage to get kopete to compile OK in rc1? Everything compiled fine for me except that.
Back to top
View user's profile Send private message
smithjd15
Tux's lil' helper
Tux's lil' helper


Joined: 12 Mar 2003
Posts: 130
Location: Edmonton, AB, CA

PostPosted: Sun Nov 13, 2005 5:35 pm    Post subject: Reply with quote

I also could not get Kopete to compile properly.

There's also this nasty bug that first cropped up when I installed Beta 2 that for some reason stops me from logging into these forums. Thank goodness for Firefox. =)

There is a bug open for it. Has anyone else seen this issue?

http://bugs.kde.org/show_bug.cgi?id=115732
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum