Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE 3.1_alpha1 is in the Portage Tree!!!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
pbienst
Retired Dev
Retired Dev


Joined: 29 May 2002
Posts: 70
Location: Belgium

PostPosted: Mon Jul 15, 2002 12:01 pm    Post subject: Reply with quote

Does it overwrite 3.0.2 or installs cleanly alongside it?
Back to top
View user's profile Send private message
Iturbide
n00b
n00b


Joined: 28 Jun 2002
Posts: 27

PostPosted: Mon Jul 15, 2002 4:39 pm    Post subject: Error calculating dependencies Reply with quote

Hi all,

Any hints on this one? I did an emerge --update rsync, commented out the lines in the mask file, but don't make it past this:

beppie kde # emerge --pretend kde-3.1_alpha1.ebuild

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

Calculating dependencies |
!!! Error: couldn't find match for =kde-base/kdelibs-3.1_alpha1* in kde-base/kdeedu-3.1_alpha1

Some ideas on where to fix this would be appreciated.

ta,

Rene
Back to top
View user's profile Send private message
Iturbide
n00b
n00b


Joined: 28 Jun 2002
Posts: 27

PostPosted: Mon Jul 15, 2002 4:51 pm    Post subject: Error calculating dependencies: Let me reply to myself Reply with quote

I took a closer look at the error, went into the ebuild file and took out the edu from the RDEPEND line.

Let's see how it goes, fingers crossed.

Rene
Back to top
View user's profile Send private message
rphillips
Retired Dev
Retired Dev


Joined: 18 Apr 2002
Posts: 92

PostPosted: Tue Jul 16, 2002 3:37 am    Post subject: Reply with quote

the alpha kde should install along side 3.0.2
Back to top
View user's profile Send private message
thomasjb
Apprentice
Apprentice


Joined: 26 May 2002
Posts: 176
Location: Beijing

PostPosted: Tue Jul 16, 2002 3:51 am    Post subject: problems emerging kde3.1.alpha Reply with quote

sorry, could someone be so kind and help me out on this.
i did emerge rsync, commented out the kde3.1 related lines in usr/portage/profiles/package.mask and also manually downloaded the kdelibs-3.0.6 as well as the arts-1.0.6 sources and put them into /usr/portage/distfiles.

however, i still get the following error message when performing an emerge -u world:
"These are the packages that I would merge, in order.

Calculating world dependencies -
!!! Error: couldn't find match for =kde-base/kdelibs-3.1_alpha1* in kde-base/kdebase-3.1_alpha1"

could someone let me know what i'm missing please? thanks a lot!
Back to top
View user's profile Send private message
tyreth
Apprentice
Apprentice


Joined: 27 May 2002
Posts: 238
Location: Melbourne, Australia

PostPosted: Tue Jul 16, 2002 12:33 pm    Post subject: Reply with quote

Hmm, I had trouble emerging kde, got the following error, any ideas?:

Making all in kmplot
make[2]: Entering directory `/var/tmp/portage/kdeedu-3.1_alpha1/work/kdeedu-
6/kmplot'
Making all in kmplot
make[3]: Entering directory `/var/tmp/portage/kdeedu-3.1_alpha1/work/kdeedu-
6/kmplot/kmplot'
source='View.cpp' object='View.o' libtool=no \
depfile='.deps/View.Po' tmpdepfile='.deps/View.TPo' \
depmode=gcc /bin/sh ../../admin/depcomp \
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -
r/qt/3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wn
irtual-dtor -Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W -W
ter-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_
SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -O2 -mcpu=i686 -pip
no-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -c -o
.o `test -f View.cpp || echo './'`View.cpp
View.cpp: In method `void View::plotfkt(int, QPainter *)':
View.cpp:118: `errno' undeclared (first use this function)
View.cpp:118: (Each undeclared identifier is reported only once
View.cpp:118: for each function it appears in.)
View.cpp:80: warning: `double dmin' might be used uninitialized in this func
View.cpp:80: warning: `double dmax' might be used uninitialized in this func
make[3]: *** [View.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdeedu-3.1_alpha1/work/kdeedu-3
/kmplot/kmplot'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdeedu-3.1_alpha1/work/kdeedu-3
/kmplot'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeedu-3.1_alpha1/work/kdeedu-3
'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function kde_src_compile, Line -4735, Exitcode 2
!!! died running emake, kde_src_compile:make

!!! emerge aborting on /usr/portage/kde-base/kdeedu/kdeedu-3.1_alpha1.ebuil
Back to top
View user's profile Send private message
SyKnight
n00b
n00b


Joined: 14 Jul 2002
Posts: 64
Location: Atlantic Canada

PostPosted: Tue Jul 16, 2002 12:57 pm    Post subject: Reply with quote

Quote:

View.cpp:118: `errno' undeclared (first use this function)
View.cpp:118: (Each undeclared identifier is reported only once
View.cpp:118: for each function it appears in.)


You need to edit View.cpp in kdeedu-3/kmplot/kmplot/ and add
Code:

#include <errno.h>


After that, it will compile perfectly.

Oh, because emerge always untars the archive before compiling, I had to get sneaky and started the emerge. Wait for it to start compiling the other toys in kdeedu, then head into the portage directory where it untarred the kdeedu archive and edit the View.cpp. If you do it before emerging, it will overwrite. uhg. :)

Enjoy.

BTW: If you have 3.0.2 installed, Konqueror will crap out. Someone suggested running emerge -P world in another thread - DON'T DO IT. It broke almost ALL my damn libraries and I'm still struggling to get the stupid thing back working. Anyway, someone probably knows of a cleaner way to fix the konqueror problem.[/quote]
Back to top
View user's profile Send private message
metalhedd
l33t
l33t


Joined: 30 May 2002
Posts: 692
Location: Ontario Canada

PostPosted: Tue Jul 16, 2002 4:23 pm    Post subject: Reply with quote

I tried just unm,asking and running emerge kde. the compile broke after about 3 hours. i think it was in kdeedu as well. at this point in the emerge process has anything on my system been opverwritten? because since then mt 3.0.2 install has been acting up. my terminal windows have a completely transparent background (no tinting), and they show the windows behind them. but the text is just solid white blocks.. really strange. it actually locked up my system completely thoguh, when I tried to move the window. also kde was spouting up all kinds of errors whenever I tried to open konqueror by clicking on a link in an email. i've rebooted and it seems ot be ok right now, but it was definitely strange behaviour.
Back to top
View user's profile Send private message
thomasjb
Apprentice
Apprentice


Joined: 26 May 2002
Posts: 176
Location: Beijing

PostPosted: Wed Jul 17, 2002 12:25 am    Post subject: Error: couldn't find match for =kde-base/kdelibs-3.1_alpha1* Reply with quote

just in case anybody is interested on how i solved the problem with the above error message.
it was portage 2.0.14. i did an emerge --clean rsync as well as an emerge clean und this version of portage got uninstalled. an emerge -u world got me portage 2.0.13 installed again, and after that emerge -u world would (after unmasking kde3.1) correctly upgrade my kde install.
Back to top
View user's profile Send private message
SyKnight
n00b
n00b


Joined: 14 Jul 2002
Posts: 64
Location: Atlantic Canada

PostPosted: Wed Jul 17, 2002 1:00 pm    Post subject: Reply with quote

thomas is right, this problem has been fixed it seems, with at least 1 new error introduced. It is as follows:

Code:

.libs/FontThumbnail.o(.text+0x91ce): undefined reference to 'FTC_Image_Cache_Lookup'
collect2: ld returned 1 exit status
make[4]: *** [fontthumbnail.la.closure] Error 1
make[4]: leaving directory /var/tmp/portage/kdebase-3.1_alpha1/work/kdebase-3.0.6/kcontrol/kfontinst/thumbnail'
make[4]: leaving directory [all recursive] blah blah blah..

Function kde_src_compile, line -4320, exitcode 2
died running emake, kde_src_compile,make

emerge aborting on /usr/portage/kde-base/kdebase/kdebase-3.1_alpha1.ebuild


Now this is really beyond me, I don't think I'll be able to fix this one without some help.
Back to top
View user's profile Send private message
SyKnight
n00b
n00b


Joined: 14 Jul 2002
Posts: 64
Location: Atlantic Canada

PostPosted: Wed Jul 17, 2002 3:50 pm    Post subject: Reply with quote

bump
Back to top
View user's profile Send private message
metalhedd
l33t
l33t


Joined: 30 May 2002
Posts: 692
Location: Ontario Canada

PostPosted: Wed Jul 17, 2002 4:24 pm    Post subject: Reply with quote

does anyone know how I can revert to 3.0.2? I did a partial install and it seems that right now, i'm running 3.0.2 with 3.0.6 libs. however ive done emerge rsync several times and i'm not getting any 3.0.2 ebuilds except for kde-base. i can't emergfe kdelibs or anything
Back to top
View user's profile Send private message
SyKnight
n00b
n00b


Joined: 14 Jul 2002
Posts: 64
Location: Atlantic Canada

PostPosted: Wed Jul 17, 2002 6:25 pm    Post subject: Reply with quote

umerge all of kde, mask 3.1 out, then emerge kde. This should get you back to where you need to be. You might also need to use the "clean" option in emerge.
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 Previous  1, 2
Page 2 of 2

 
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