From owner-freebsd-stable@FreeBSD.ORG Fri Aug 11 07:28:32 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABF4B16A4DD for ; Fri, 11 Aug 2006 07:28:32 +0000 (UTC) (envelope-from numard@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FDB343D46 for ; Fri, 11 Aug 2006 07:28:31 +0000 (GMT) (envelope-from numard@meijome.net) Received: (qmail 25701 invoked from network); 11 Aug 2006 17:28:30 +1000 Received: from andromeda.lef.com.au (HELO localhost) (210.8.93.2) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 11 Aug 2006 17:28:30 +1000 Date: Fri, 11 Aug 2006 17:28:26 +1000 From: Norberto Meijome To: "Chris H." Message-ID: <20060811172826.2333bb17@localhost> In-Reply-To: <20060810154518.s1xalx6isk8cos0w@webmail.1command.com> References: <20060809192304.ubr18r4ogs08o8g0@webmail.1command.com> <44DAA8CB.8020008@paradise.net.nz> <20060809212436.67cc8hclc0gsogos@webmail.1command.com> <20060810150533.6ee6499d@localhost> <20060810032547.0mh3rwnogkkk84c4@webmail.1command.com> <20060810212219.7ed8f385@localhost> <20060810154518.s1xalx6isk8cos0w@webmail.1command.com> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: error: syntax error before "_X_SENTINEL" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 07:28:32 -0000 Hi Chris, On Thu, 10 Aug 2006 15:45:18 -0700 "Chris H." wrote: > xorg-libraries-6.9.0 X11 libraries and headers from X.Org > > xorg-server-6.9.0_4 X.Org X server and related programs These 2 are XOrg packages > xproto-6.6.2 X11 protocol headers and this one is , i think, XFree86 . if you check the files installed by xorg-libraries and xproto, you'll see that they install the same files. if you verify the installed files against the package, I guess you'll see that xorg complains some files dont match the spec. I suggest (backup first ;) ) uninstalling xproto , reinstall xorg-libraries (to make sure you have a consistent set of libraries + include files, and then rebuild all dependencies against them. This process fixed the issue for me. You should not be mixing XFree86 and XOrg libraries/include files. Also, you may want to set in /etc/make.conf : X_WINDOW_SYSTEM=xorg good luck, Beto