Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Error merging kde 3.0.2
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
squash
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jun 2002
Posts: 79

PostPosted: Wed Jul 03, 2002 7:08 pm    Post subject: Error merging kde 3.0.2 Reply with quote

make[4]: Entering directory `/var/tmp/portage/kdelibs-3.0.2/work/kdelibs-3.0.2/pics/hicolor/kde'
../../kimage_concat ./hi22-action-kde- hi22-action-kde.png
[loop this next 2 lines about 20 times]
libpng warning: Application is running with png.c from libpng-1.0.12
libpng error: Incompatible libpng version in application and library
make[4]: *** [hi22-action-kde.png] Floating point exception
make[4]: Leaving directory `/var/tmp/portage/kdelibs-3.0.2/work/kdelibs-3.0.2/pics/hicolor/kde'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdelibs-3.0.2/work/kdelibs-3.0.2/pics/hicolor'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.0.2/work/kdelibs-3.0.2/pics'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.0.2/work/kdelibs-3.0.2'
make: *** [all] Error 2


This occurs on my x86 box (using gcc 3.1) and also my sparc box (using gcc 2.5.93), exactly the same error.
Anyone have a fix?

Josh
Back to top
View user's profile Send private message
rommel
Veteran
Veteran


Joined: 19 Apr 2002
Posts: 1145
Location: Williamsburg Virginia

PostPosted: Wed Jul 03, 2002 7:15 pm    Post subject: Reply with quote

just curious but are you emerging kde 3.0.2 from within kde 3.0.1?
Back to top
View user's profile Send private message
AlterEgo
Veteran
Veteran


Joined: 25 Apr 2002
Posts: 1619

PostPosted: Wed Jul 03, 2002 7:21 pm    Post subject: Reply with quote

No problems here (also 2.95 and 3.1)

Maybe you got the libpng-problem
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 03, 2002 8:31 pm    Post subject: Reply with quote

I got an error emerging kde 3.0.2 as well, i was doing it from a console (like a CTRL+ALT+F1 window) and I can't scroll back to see it all, but it looks like it was compiling konsole at the time, it says function kde_src_compile Line -3694 Exitcode 2

anyone know what this might be caused by? I am running 3.0.1 while it is compiling but as far as I knew that was alright to do.
Back to top
View user's profile Send private message
c_kuzmanic
Guru
Guru


Joined: 18 Apr 2002
Posts: 488
Location: Los Angeles , California

PostPosted: Wed Jul 03, 2002 9:43 pm    Post subject: Reply with quote

Yep got an error too while compiling kde 3.0.2 from console, here's the output:

In file included from konsole.cpp:75,
from konsole_la.all_cpp.cpp:3:
../../config.h:411: warning: `PACKAGE' redefined
konsole.h:43: warning: this is the location of the previous definition
../../config.h:444: warning: `VERSION' redefined
konsole.h:44: warning: this is the location of the previous definition
In file included from konsole_la.all_cpp.cpp:2:
main.cpp: In function `int main(int, char **)':
main.cpp:199: no matching function for call to `DCOPClient::setQtBridgeEnabled (bool)'
make[3]: *** [konsole_la.all_cpp.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.0.2/work/kdebase-3.0.2/konsole/konsole'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdebase-3.0.2/work/kdebase-3.0.2/konsole'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.0.2/work/kdebase-3.0.2'
make: *** [all] Error 2
Back to top
View user's profile Send private message
c_kuzmanic
Guru
Guru


Joined: 18 Apr 2002
Posts: 488
Location: Los Angeles , California

PostPosted: Wed Jul 03, 2002 9:58 pm    Post subject: Reply with quote

All right I posted a bug report, let's see what happens.
Back to top
View user's profile Send private message
rommel
Veteran
Veteran


Joined: 19 Apr 2002
Posts: 1145
Location: Williamsburg Virginia

PostPosted: Wed Jul 03, 2002 10:51 pm    Post subject: Reply with quote

well i rebooted to run level 3 and emerged kde 3.0.2 and it just finished....and i am in it now...no problems at all....everything is working but i dont have my kde3 liquid splash screen anymo....eerrgghh

ok ignorant question probably but konsole doesnt use the prompt from /etc/profile anymore...i just get the regualer bash-2.05a$ prompt now...how do i reset or rather what do i reset to have it use /ect/profile?
Back to top
View user's profile Send private message
endoalpha
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2002
Posts: 101

PostPosted: Thu Jul 04, 2002 12:23 am    Post subject: Reply with quote

As for the konsole question:
Edit the first line of /usr/kde/3/bin/startkde
from #!/bin/sh
to #!/bin/sh -login
...
/etc/profile will be sourced when kde starts then
Back to top
View user's profile Send private message
rommel
Veteran
Veteran


Joined: 19 Apr 2002
Posts: 1145
Location: Williamsburg Virginia

PostPosted: Thu Jul 04, 2002 1:47 am    Post subject: Reply with quote

aaahhh that was it #/bin/sh -login....thanks
Back to top
View user's profile Send private message
wol
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jun 2002
Posts: 107

PostPosted: Thu Jul 04, 2002 2:51 am    Post subject: Reply with quote

Emerging from runlevel 3, can't compile kdebase. I'm getting the same error message as c_kuzmanic:

In file included from konsole.cpp:75,
from konsole_la.all_cpp.cpp:3:
../../config.h:411: warning: `PACKAGE' redefined
konsole.h:43: warning: this is the location of the previous definition
../../config.h:444: warning: `VERSION' redefined
konsole.h:44: warning: this is the location of the previous definition
In file included from konsole_la.all_cpp.cpp:2:
main.cpp: In function `int main(int, char **)':
main.cpp:199: no matching function for call to `DCOPClient::setQtBridgeEnabled (bool)'
make[3]: *** [konsole_la.all_cpp.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.0.2/work/kdebase-3.0.2/konsole/konsole'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdebase-3.0.2/work/kdebase-3.0.2/konsole'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.0.2/work/kdebase-3.0.2'
make:***[all] Error 2
Function kde_src_compile, LIne -3988
Exitcode 2
died running emake, kde_src_compile:make

Arrgh, I hate watching something compile for 30 minutes before dying.
_________________
Intellectual dishonesty is a mortal sin.
Back to top
View user's profile Send private message
metalhedd
l33t
l33t


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

PostPosted: Thu Jul 04, 2002 2:57 am    Post subject: Reply with quote

I tried again, 3 times so far, always breaks with the same error that wol and c_kuzmanic reported. this obviously isn't an isolated problem, (that makes me feel better!) so the question is, is the ebuild messed up? or is it the source?
Back to top
View user's profile Send private message
c_kuzmanic
Guru
Guru


Joined: 18 Apr 2002
Posts: 488
Location: Los Angeles , California

PostPosted: Thu Jul 04, 2002 3:41 am    Post subject: Reply with quote

metalhedd wrote:
... so the question is, is the ebuild messed up? or is it the source?


My guess is that it's the source, Spider (KDE Ebuild Maintainer) makes very few mistakes if any. I filed a bug report, so we will know very soon.
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Thu Jul 04, 2002 3:51 am    Post subject: Reply with quote

I don't know, but I did an upgrade from 3.0.1 to 3.0.2 on two machines over 24 hours ago (before it was unmasked and even before it made it onto the KDE mirrors) with no trouble at all. The ebuild does work, except for some mean and nasty interactions.
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
c_kuzmanic
Guru
Guru


Joined: 18 Apr 2002
Posts: 488
Location: Los Angeles , California

PostPosted: Thu Jul 04, 2002 3:56 am    Post subject: Reply with quote

Ah well, bottom line is that Gentoo is still the fastest, cleanest and smartest distro on the block. The little quirks that one encounters once in a while just add variety and add to the excitement :P
Back to top
View user's profile Send private message
metalhedd
l33t
l33t


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

PostPosted: Thu Jul 04, 2002 4:05 am    Post subject: Reply with quote

well guaranteed, i'm not blaming it on gentoo, i completely expected to have some problems emergeing kde3.0.2 on the day it was released. you're bound to encounted some problems :) i like problems, but this is one that i can't fix myself so I gotta wait.... waiting sin't fun, I hope someone fixes it soon
Back to top
View user's profile Send private message
DArtagnan
l33t
l33t


Joined: 30 Apr 2002
Posts: 942
Location: Israel, Jerusalem

PostPosted: Thu Jul 04, 2002 5:26 am    Post subject: Reply with quote

Ok, I start emerge -u world and I got kdelibs error so to fix it I did emerge -C libpng-1.0.12-r1 related to https://forums.gentoo.org/viewtopic.php?t=5446&highlight=libpng
and then back to emerge -u world again and now I got other error.
Any clue?

...
...

de/3/lib/libsoundserver_idl.so /usr/kde/3/lib/libkmedia2_idl.so /usr/kde/3/lib/libartsflow.so /usr/lib/libaudiofile.so /usr/kde/3/lib/libartsflow_idl.so /usr/kde/3/lib/libmcop.so -lresolv -ldl -lstdc++ -lm -lc -lgcc -Wl,--rpath -Wl,/usr/kde/3/lib -Wl,--rpath -Wl,/usr/qt/3/lib -Wl,--rpath -Wl,/usr/X11R6/lib
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lpng
collect2: ld returned 1 exit status
make[4]: *** [libartskde.la.closure] Error 1
make[4]: Leaving directory `/var/tmp/portage/kdelibs-3.0.2/work/kdelibs-3.0.2/arts/kde'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdelibs-3.0.2/work/kdelibs-3.0.2/arts/kde'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.0.2/work/kdelibs-3.0.2/arts'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.0.2/work/kdelibs-3.0.2'
make: *** [all] Error 2

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

!!! emerge aborting on /usr/portage/kde-base/kdelibs/kdelibs-3.0.2.ebuild
_________________
All for one and one for All
--

MACPRO machine...
Back to top
View user's profile Send private message
Techie2000
Guru
Guru


Joined: 16 May 2002
Posts: 344

PostPosted: Thu Jul 04, 2002 2:01 pm    Post subject: Reply with quote

Same problem here. Very strange. I was hoping I could work on getting NVIDIA drivers working today, but I wake up and get that error. I'm sure it'll be fixed quickly though, because Gentoo rocks, even without a GUI...
Back to top
View user's profile Send private message
bidz
n00b
n00b


Joined: 08 Jun 2002
Posts: 54
Location: Norway

PostPosted: Thu Jul 04, 2002 2:14 pm    Post subject: Reply with quote

did a emerge --update world this night, which included upgrading kde from 3.0.1 to 3.0.2, and it all worked fine...
_________________
bidz @ efnet
Back to top
View user's profile Send private message
DArtagnan
l33t
l33t


Joined: 30 Apr 2002
Posts: 942
Location: Israel, Jerusalem

PostPosted: Thu Jul 04, 2002 2:16 pm    Post subject: Reply with quote

Damn, it failes a lot...

docbook2man -o doc doc/interface.sgml
Using catalogs: /etc/sgml/sgml-docbook-4.1.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.9/docbook-utils.dsl#print
Working on: /var/tmp/portage/libieee1284-0.1.6/work/libieee1284-0.1.6/doc/interface.sgml
Unknown SDATA: [minus ] at /usr/share/sgml/docbook/utils-0.6.9/helpers/docbook2man-spec.pl line 1156, <STDIN> line 3799.
make: *** [doc/ieee1284_claim.3] Error 8

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -131, Exitcode 2
!!! (no error message)

!!! emerge aborting on /usr/portage/sys-libs/libieee1284/libieee1284-0.1.6.ebuild
_________________
All for one and one for All
--

MACPRO machine...
Back to top
View user's profile Send private message
metalhedd
l33t
l33t


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

PostPosted: Thu Jul 04, 2002 3:41 pm    Post subject: Reply with quote

thats three different spots that people have had it fail at so far, thats kinda crappy.... I hope its fixed soon!@!!
Back to top
View user's profile Send private message
Techie2000
Guru
Guru


Joined: 16 May 2002
Posts: 344

PostPosted: Thu Jul 04, 2002 5:23 pm    Post subject: Reply with quote

Tried doing emerge -C libpng-1.0.12-r1 and it wasn't installed, tried re merging my current libpng, tried emerge --clean rsync, still no luck.
Back to top
View user's profile Send private message
overshoot
n00b
n00b


Joined: 19 May 2002
Posts: 62
Location: Socorro, NM

PostPosted: Thu Jul 04, 2002 6:46 pm    Post subject: Reply with quote

DArtagnan wrote:
*beep*, it failes a lot...

docbook2man -o doc doc/interface.sgml
Using catalogs: /etc/sgml/sgml-docbook-4.1.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.9/docbook-utils.dsl#print
Working on: /var/tmp/portage/libieee1284-0.1.6/work/libieee1284-0.1.6/doc/interface.sgml
Unknown SDATA: [minus ] at /usr/share/sgml/docbook/utils-0.6.9/helpers/docbook2man-spec.pl line 1156, <STDIN> line 3799.
make: *** [doc/ieee1284_claim.3] Error 8

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -131, Exitcode 2
!!! (no error message)

!!! emerge aborting on /usr/portage/sys-libs/libieee1284/libieee1284-0.1.6.ebuild


Exact same error here, and I'm running a clean install on a virgin box.

YMMV, of course.
Back to top
View user's profile Send private message
dek
l33t
l33t


Joined: 16 May 2002
Posts: 657
Location: Germany

PostPosted: Thu Jul 04, 2002 7:29 pm    Post subject: Reply with quote

Regarding the kdebase problem:
Emerge kdelibs first. After it kdebase compiled nicely for me.
Back to top
View user's profile Send private message
karl11
Guru
Guru


Joined: 25 Jun 2002
Posts: 469
Location: Raleigh, NC

PostPosted: Thu Jul 04, 2002 7:58 pm    Post subject: KDE 3.0.2 Reply with quote

That last post makes perfect sense....how in the world did base get before libs in the ebuild? I remember the days of having to put those packages on in order, and base always went after libs. How do you go about filing a bug report specifying that libs needs to be before base in the ebuild? Also, if you haven't done so yet, you might want to emerge ccache to start caching your compiler. This will provide a little bit of improvement in compile times.
Back to top
View user's profile Send private message
dek
l33t
l33t


Joined: 16 May 2002
Posts: 657
Location: Germany

PostPosted: Thu Jul 04, 2002 8:10 pm    Post subject: Reply with quote

I already reported this at bugs.gentoo.org ;)
It worked for others as well.
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  Next
Page 1 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