xorg-server fails to build (Stop in xorg-server-1.5.3/glx)
Tom Evans
tevans.uk at googlemail.com
Thu Feb 19 08:31:28 PST 2009
On Thu, 2009-02-19 at 13:49 +0100, Ewald Jenisch wrote:
> On Wed, Feb 18, 2009 at 12:51:42PM -0500, Jung-uk Kim wrote:
>
> >
> > I posted a patch on freebsd-multimedia@ yesterday:
> >
> > http://docs.freebsd.org/cgi/mid.cgi?200902171401.28939.jkim
> >
> > lwhsu is working on it:
> >
> > http://docs.freebsd.org/cgi/mid.cgi?20090217225200.GA43498
> >
>
> Hi,
>
> First of all - THANKS to you all who help in sorting this one
> out. It's really amazing to see how support actually works with an
> open OS like FreeBSD :-)
>
> I've downloaded and applied the patch, but alas things still don't work:
>
> Patch runs through:
> # patch < gpac-libgpac.diff
> Hmm... Looks like a unified diff to me...
> The text leading up to this was:
> --------------------------
> |Index: multimedia/gpac-libgpac/Makefile
> |===================================================================
> |RCS file: /home/pcvs/ports/multimedia/gpac-libgpac/Makefile,v
> |retrieving revision 1.15
> |diff -u -r1.15 Makefile
> |--- multimedia/gpac-libgpac/Makefile 14 Feb 2009 01:55:45 -0000 1.15
> |+++ multimedia/gpac-libgpac/Makefile 17 Feb 2009 18:53:42 -0000
> --------------------------
> Patching file Makefile using Plan A...
> Hunk #1 succeeded at 26.
> Hmm... The next patch looks like a unified diff to me...
> The text leading up to this was:
> --------------------------
> |Index: multimedia/gpac-libgpac/files/patch-configure
> |===================================================================
> |RCS file: multimedia/gpac-libgpac/files/patch-configure
> |diff -N multimedia/gpac-libgpac/files/patch-configure
> |--- /dev/null 1 Jan 1970 00:00:00 -0000
> |+++ multimedia/gpac-libgpac/files/patch-configure 17 Feb 2009 18:53:42 -0000
> --------------------------
> Patching file patch-configure using Plan A...
> Hunk #1 succeeded at 1.
> Hmm... Ignoring the trailing garbage.
> done
> #
>
> but upon compilation I run into the same error as before:
>
> # make
^^^^
make clean all
> ===> Building for gpac-libgpac-0.4.5,1
> cc -O3 -O -pipe -fPIC -pthread -fno-strict-aliasing -Wno-pointer-sign -I/usr/ports/multimedia/gpac-libgpac/work/gpac/include -I../ -DGPAC_HAVE_CONFIG_H -fPIC -DPIC -c compositor/mesh.c -o compositor/mesh.opic
> In file included from compositor/mesh.c:33:
> compositor/gl_inc.h:45:19: error: GL/gl.h: No such file or directory
> gmake: *** [compositor/mesh.opic] Error 1
> *** Error code 2
>
> Stop in /usr/ports/multimedia/gpac-libgpac.
> #
>
> BTW, I've got "libGL" installed:
>
> pkg_info -x libGL
> Information for libGL-7.3_1:
>
> Comment:
> OpenGL library that renders using GLX or DRI
> ...
Just adding the appropriate patches to the files folder wont work, you
also need to apply them to the sources you are trying to build.
More information about the freebsd-x11
mailing list