public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] KDE refuses to be compiled!!!
@ 2006-03-09 17:03 Rafael Barrera Oro
  2006-03-09 17:24 ` Patrick B�rjesson
  2006-03-09 17:26 ` Richard Fish
  0 siblings, 2 replies; 5+ messages in thread
From: Rafael Barrera Oro @ 2006-03-09 17:03 UTC (permalink / raw
  To: gentoo-user

Any time i attempt to compile KDE 3.5, it fails misserably, here is
some output from the make process:


libtool: link: `/usr/lib/libGL.la' is not a valid libtool archive
make[3]: *** [kcm_info.la] Error 1
make[3]: Leaving directory
`/var/tmp/portage/kdebase-3.5.1-r2/work/kdebase-3.5.1/kcontrol/info'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kdebase-3.5.1-r2/work/kdebase-3.5.1/kcontrol'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/kdebase-3.5.1-r2/work/kdebase-3.5.1'
make: *** [all] Error 2

!!! ERROR: kde-base/kdebase-3.5.1-r2 failed.
Call stack:
  ebuild.sh, line 1928:   Called dyn_compile
  ebuild.sh, line 966:   Called src_compile
  kdebase-3.5.1-r2.ebuild, line 109:   Called kde_src_compile
  kde.eclass, line 111:   Called kde_src_compile 'compile'
  kde.eclass, line 228:   Called kde_src_compile 'all' 'myconf' 'configure'

!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, and the call
stack if relevant.

If any of you has any clue of what the solution coulde be, it will
greatly appreciated.

Thanks in advance

Rafael

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] KDE refuses to be compiled!!!
  2006-03-09 17:03 [gentoo-user] KDE refuses to be compiled!!! Rafael Barrera Oro
@ 2006-03-09 17:24 ` Patrick B�rjesson
  2006-03-09 17:26 ` Richard Fish
  1 sibling, 0 replies; 5+ messages in thread
From: Patrick B�rjesson @ 2006-03-09 17:24 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1532 bytes --]

On 2006-03-09 14:03, Rafael Barrera Oro uttered these thoughts:
> Any time i attempt to compile KDE 3.5, it fails misserably, here is
> some output from the make process:
> 
> 
> libtool: link: `/usr/lib/libGL.la' is not a valid libtool archive
> make[3]: *** [kcm_info.la] Error 1
> make[3]: Leaving directory
> `/var/tmp/portage/kdebase-3.5.1-r2/work/kdebase-3.5.1/kcontrol/info'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/var/tmp/portage/kdebase-3.5.1-r2/work/kdebase-3.5.1/kcontrol'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/var/tmp/portage/kdebase-3.5.1-r2/work/kdebase-3.5.1'
> make: *** [all] Error 2
> 
> !!! ERROR: kde-base/kdebase-3.5.1-r2 failed.
> Call stack:
>   ebuild.sh, line 1928:   Called dyn_compile
>   ebuild.sh, line 966:   Called src_compile
>   kdebase-3.5.1-r2.ebuild, line 109:   Called kde_src_compile
>   kde.eclass, line 111:   Called kde_src_compile 'compile'
>   kde.eclass, line 228:   Called kde_src_compile 'all' 'myconf' 'configure'
> 
> !!! died running emake, kde_src_compile:make
> !!! If you need support, post the topmost build error, and the call
> stack if relevant.
> 
> If any of you has any clue of what the solution coulde be, it will
> greatly appreciated.
> 

Took one search on bugs.gentoo.org to find this:

https://bugs.gentoo.org/show_bug.cgi?id=112427
 

Regards,
Patrick B�rjesson

-- 
/  ()  The ASCII Ribbon Campaign - against HTML Email
\  /\   and proprietary formats.

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] KDE refuses to be compiled!!!
  2006-03-09 17:03 [gentoo-user] KDE refuses to be compiled!!! Rafael Barrera Oro
  2006-03-09 17:24 ` Patrick B�rjesson
@ 2006-03-09 17:26 ` Richard Fish
  2006-03-09 17:38   ` Rafael Barrera Oro
  1 sibling, 1 reply; 5+ messages in thread
From: Richard Fish @ 2006-03-09 17:26 UTC (permalink / raw
  To: gentoo-user

On 3/9/06, Rafael Barrera Oro <borafael@gmail.com> wrote:
> Any time i attempt to compile KDE 3.5, it fails misserably, here is
> some output from the make process:
>
>
> libtool: link: `/usr/lib/libGL.la' is not a valid libtool archive

Does it merge if you do "eselect opengl xorg-x11"?

Can you post the contents of /usr/lib/libGL.la?

-Richard

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] KDE refuses to be compiled!!!
  2006-03-09 17:26 ` Richard Fish
@ 2006-03-09 17:38   ` Rafael Barrera Oro
  2006-03-09 22:54     ` Iain Buchanan
  0 siblings, 1 reply; 5+ messages in thread
From: Rafael Barrera Oro @ 2006-03-09 17:38 UTC (permalink / raw
  To: gentoo-user

Thank you all, by now i am going to go ahead and try to switch the
opengl interface before trying a new emerge, as for the patch, where
can i find instructions to apply it, it seems to be the best solutions
to this kind of problems (im sort of new to all this)

Thanks for your quick replies!

Rafa

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] KDE refuses to be compiled!!!
  2006-03-09 17:38   ` Rafael Barrera Oro
@ 2006-03-09 22:54     ` Iain Buchanan
  0 siblings, 0 replies; 5+ messages in thread
From: Iain Buchanan @ 2006-03-09 22:54 UTC (permalink / raw
  To: gentoo-user

On Thu, 2006-03-09 at 14:38 -0300, Rafael Barrera Oro wrote:
> Thank you all, by now i am going to go ahead and try to switch the
> opengl interface before trying a new emerge, as for the patch, where
> can i find instructions to apply it

I assume you're talking about the patch "Patch for
ati-drivers-8.20.8.ebuild" at
http://bugs.gentoo.org/show_bug.cgi?id=112427

To give you a hint, you need to either:
1. apply the patch to /usr/portage/x11-drivers/ati-drivers/

but this will be overwritten next time you sync.  or

2. put it into your portage overlay.
Make /usr/local/portage/x11-drivers/ati-drivers; copy the
ati-drivers-8.22.5.ebuild original to /usr/local/portage... and apply
the patch there.

If you copy the digest files from the original ati-drivers dir to the
overlay dir, you should be able to then `emerge -pv ati-drivers`.  You
will see:

[ebuild   R   ] x11-drivers/ati-drivers-8.22.5  USE="opengl" 0 kB [1]

Total size of downloads: 0 kB
Portage overlays:
 [1] /usr/local/portage

You will see the [1] reference to the overlay.  If it complains about
bad md5sums or digests, you can try and fix it by playing with 'ebuild
digest ...' or doing the md5sums by hand.

Sorry if this is a bit rushed, post back with whatever step you get up
to and I can give you more help from there.

cya,
-- 
Iain Buchanan <iain at netspace dot net dot au>

There's small choice in rotten apples.
		-- William Shakespeare, "The Taming of the Shrew"

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-03-09 23:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-09 17:03 [gentoo-user] KDE refuses to be compiled!!! Rafael Barrera Oro
2006-03-09 17:24 ` Patrick B�rjesson
2006-03-09 17:26 ` Richard Fish
2006-03-09 17:38   ` Rafael Barrera Oro
2006-03-09 22:54     ` Iain Buchanan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox