* [gentoo-catalyst] Problems with opengl and catalyst
@ 2007-01-12 11:36 Frittella Laurento
2007-01-12 12:29 ` Chris Gianelloni
0 siblings, 1 reply; 5+ messages in thread
From: Frittella Laurento @ 2007-01-12 11:36 UTC (permalink / raw
To: gentoo-catalyst
I'm trying to build a livecd with a working xorg installation (dri,
opengl, ...), but if I try to startx from the livecd I obtain this error:
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so dlopen:
/usr/lib/xorg/modules/extensions/libGLcore.so: undefined symbol:
__glXActiveScreens
(EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so
and if I start revdep-rebuild (I have added it to the fsscript) it finds
some broken ebuilds:
[ebuild R ] media-libs/freeglut-2.4.0
[ebuild R ] x11-drivers/nvidia-drivers-1.0.9746
[ebuild N ] dev-util/pkgconfig-0.20 USE="-hardened"
[ebuild R ] x11-libs/gtkglarea-1.99.0
but the freeglut compilation fails with:
/usr/libexec/gcc/i686-pc-linux-gnu/ld: cannot find -lGL
collect2: ld returned 1 exit status
make[2]: *** [libglut.la] Error 1
Do you have any suggestions?
Regards,
Laurento
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-catalyst] Problems with opengl and catalyst
2007-01-12 11:36 [gentoo-catalyst] Problems with opengl and catalyst Frittella Laurento
@ 2007-01-12 12:29 ` Chris Gianelloni
2007-01-12 12:45 ` Frittella Laurento
2007-01-12 14:21 ` Luca Casagrande
0 siblings, 2 replies; 5+ messages in thread
From: Chris Gianelloni @ 2007-01-12 12:29 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 1249 bytes --]
On Fri, 2007-01-12 at 12:36 +0100, Frittella Laurento wrote:
> and if I start revdep-rebuild (I have added it to the fsscript) it finds
> some broken ebuilds:
>
> [ebuild R ] media-libs/freeglut-2.4.0
> [ebuild R ] x11-drivers/nvidia-drivers-1.0.9746
This could be a *major* problem if you try to distribute this CD. Doing
so is illegal as it is a violation of the GPL. Even distributing this
DC to your family is really against the law, if going by the absolute
letter of the law, since you cannot prove the source for all of the
components of the nVidia driver (and it is released under an
incompatible license with the GPL, to boot)...
> [ebuild N ] dev-util/pkgconfig-0.20 USE="-hardened"
> [ebuild R ] x11-libs/gtkglarea-1.99.0
>
> but the freeglut compilation fails with:
>
> /usr/libexec/gcc/i686-pc-linux-gnu/ld: cannot find -lGL
> collect2: ld returned 1 exit status
> make[2]: *** [libglut.la] Error 1
>
> Do you have any suggestions?
It sounds like you need to run opengl-update prior to starting your
revdep-rebuild.
--
Chris Gianelloni
Release Engineering Strategic Lead
Alpha/AMD64/x86 Architecture Teams
Games Developer/Council Member/Foundation Trustee
Gentoo Foundation
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-catalyst] Problems with opengl and catalyst
2007-01-12 12:29 ` Chris Gianelloni
@ 2007-01-12 12:45 ` Frittella Laurento
2007-01-12 12:48 ` Chris Gianelloni
2007-01-12 14:21 ` Luca Casagrande
1 sibling, 1 reply; 5+ messages in thread
From: Frittella Laurento @ 2007-01-12 12:45 UTC (permalink / raw
To: gentoo-catalyst
Chris Gianelloni ha scritto:
> This could be a *major* problem if you try to distribute this CD. Doing
> so is illegal as it is a violation of the GPL. Even distributing this
> DC to your family is really against the law, if going by the absolute
> letter of the law, since you cannot prove the source for all of the
> components of the nVidia driver (and it is released under an
> incompatible license with the GPL, to boot)...
Ok Chris, I think I'll remove this package from my livecd
> It sounds like you need to run opengl-update prior to starting your
> revdep-rebuild.
I'll try this too, meanwhile I noticed that if I add to my ffscript
something like "emerge -1 xorg-server" this doesn't simply replace the
package but installs about 7 new dependencies!
It's strange, isn't it?
Laurento
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-catalyst] Problems with opengl and catalyst
2007-01-12 12:45 ` Frittella Laurento
@ 2007-01-12 12:48 ` Chris Gianelloni
0 siblings, 0 replies; 5+ messages in thread
From: Chris Gianelloni @ 2007-01-12 12:48 UTC (permalink / raw
To: gentoo-catalyst
[-- Attachment #1: Type: text/plain, Size: 1204 bytes --]
On Fri, 2007-01-12 at 13:45 +0100, Frittella Laurento wrote:
> Chris Gianelloni ha scritto:
> > This could be a *major* problem if you try to distribute this CD. Doing
> > so is illegal as it is a violation of the GPL. Even distributing this
> > DC to your family is really against the law, if going by the absolute
> > letter of the law, since you cannot prove the source for all of the
> > components of the nVidia driver (and it is released under an
> > incompatible license with the GPL, to boot)...
>
> Ok Chris, I think I'll remove this package from my livecd
>
> > It sounds like you need to run opengl-update prior to starting your
> > revdep-rebuild.
>
> I'll try this too, meanwhile I noticed that if I add to my ffscript
> something like "emerge -1 xorg-server" this doesn't simply replace the
> package but installs about 7 new dependencies!
> It's strange, isn't it?
That definitely sounds like a broken build. I'd re-run your
livecd-stage1 (with -a, but not -p) before restarting livecd-stage2.
--
Chris Gianelloni
Release Engineering Strategic Lead
Alpha/AMD64/x86 Architecture Teams
Games Developer/Council Member/Foundation Trustee
Gentoo Foundation
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-catalyst] Problems with opengl and catalyst
2007-01-12 12:29 ` Chris Gianelloni
2007-01-12 12:45 ` Frittella Laurento
@ 2007-01-12 14:21 ` Luca Casagrande
1 sibling, 0 replies; 5+ messages in thread
From: Luca Casagrande @ 2007-01-12 14:21 UTC (permalink / raw
To: gentoo-catalyst
On Fri, 12 Jan 2007 07:29:15 -0500
Chris Gianelloni <wolf31o2@gentoo.org> wrote:
> On Fri, 2007-01-12 at 12:36 +0100, Frittella Laurento wrote:
> > and if I start revdep-rebuild (I have added it to the fsscript) it finds
> > some broken ebuilds:
> >
> > [ebuild R ] media-libs/freeglut-2.4.0
> > [ebuild R ] x11-drivers/nvidia-drivers-1.0.9746
>
> This could be a *major* problem if you try to distribute this CD. Doing
> so is illegal as it is a violation of the GPL. Even distributing this
> DC to your family is really against the law, if going by the absolute
> letter of the law, since you cannot prove the source for all of the
> components of the nVidia driver (and it is released under an
> incompatible license with the GPL, to boot)...
I encountered the same question while building my livecd, and solved using the MESA for 3d.
If you don't need to run heavy 3d application, the software opengl is working pretty fine;
Luca
--
gentoo-catalyst@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-01-12 14:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-12 11:36 [gentoo-catalyst] Problems with opengl and catalyst Frittella Laurento
2007-01-12 12:29 ` Chris Gianelloni
2007-01-12 12:45 ` Frittella Laurento
2007-01-12 12:48 ` Chris Gianelloni
2007-01-12 14:21 ` Luca Casagrande
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox