From owner-freebsd-x11@FreeBSD.ORG Thu Feb 19 16:43:16 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AB98106566C for ; Thu, 19 Feb 2009 16:43:16 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (ns2.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id F257B8FC1F for ; Thu, 19 Feb 2009 16:43:15 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id n1JGhEfS055980 for ; Thu, 19 Feb 2009 09:43:15 -0700 (MST) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.3/8.14.3) with ESMTP id n1JGEl3I071714; Thu, 19 Feb 2009 09:14:47 -0700 (MST) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.3/8.14.3/Submit) id n1JGEaUr071701; Thu, 19 Feb 2009 09:14:36 -0700 (MST) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18845.34156.628276.205342@gromit.timing.com> Date: Thu, 19 Feb 2009 09:14:36 -0700 From: John Hein To: Ewald Jenisch In-Reply-To: <20090219124938.GA1491@aurora.oekb.co.at> References: <20090217142032.GA4959@aurora.oekb.co.at> <18844.16502.429956.359952@gromit.timing.com> <18844.18589.641244.464368@gromit.timing.com> <200902181251.44282.jkim@FreeBSD.org> <20090219124938.GA1491@aurora.oekb.co.at> X-Mailer: VM 7.19 under Emacs 22.3.1 X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on Daffy.timing.com X-Virus-Status: Clean Cc: freebsd-x11@freebsd.org, lwhsu@freebsd.org Subject: Re: xorg-server fails to build (Stop in xorg-server-1.5.3/glx) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2009 16:43:16 -0000 Ewald Jenisch wrote at 13:49 +0100 on Feb 19, 2009: > 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 > ===> 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. > # Did you clean first? From the output of 'make', it seems not. If you didn't clean, then the --X11-path added in the patch for the configure args doesn't do much since you've already passed the configure stage.