From owner-freebsd-x11@FreeBSD.ORG Sun Nov 10 10:43:53 2013 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8C996E23 for ; Sun, 10 Nov 2013 10:43:53 +0000 (UTC) (envelope-from garbytrash@gmail.com) Received: from mail-pb0-x22e.google.com (mail-pb0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 693DF22D4 for ; Sun, 10 Nov 2013 10:43:53 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id un15so4029664pbc.19 for ; Sun, 10 Nov 2013 02:43:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=PleJAHKHlCbE+fJ89u93tPPsDI2fsaIVWvdm2mpNND8=; b=DvJMJL2Cr18OyQwnrgO0fbNr7LkROizkzBY4jepDT3xqDfAh5nAkt4z3kh3Idycj9v LtJKQtQJ7CTyoro0plPUHox0QYPTIA2VZ/QwwsL3+hLuCaVkG7oeU2Xy3oGPEf3+wB9F LDypWZ7bBJSAnVEir15cArgZImDfZKRLlJmC6LH/kd7d61WMl2Xk56Mz7iM33TFkhSBC uQb2VqAHRxN53Pq0f6ocD6JmyP8oDOGK8/mc4RRHnWbRryVJsErfmPiCNnpe/oQnpDdp yabyxyKdWyPu4KU532Qlg+q+amZR5+E/Xm4cR99bgv0XvRUK4rhKzbo5Q3S9o3PIPAyk Xcug== MIME-Version: 1.0 X-Received: by 10.68.209.133 with SMTP id mm5mr317523pbc.157.1384080233006; Sun, 10 Nov 2013 02:43:53 -0800 (PST) Received: by 10.66.142.167 with HTTP; Sun, 10 Nov 2013 02:43:52 -0800 (PST) Date: Sun, 10 Nov 2013 11:43:52 +0100 Message-ID: Subject: Could not build new xorg with FreeBSD10-Beta3 From: Zenny To: freebsd-x11@FreeBSD.org Content-Type: multipart/mixed; boundary=047d7b10cf93a1157404ead04acd X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 10:43:53 -0000 --047d7b10cf93a1157404ead04acd Content-Type: text/plain; charset=ISO-8859-1 Hi: I am encountering the same problem again and again when I try to build new xorg (1.12.4). It dies with error as of below: "../../../src/mesa/main/mtypes.h:3420:4: error: unknown type name 'GLDEBUGPROCARB' GLDEBUGPROCARB Callback; ^ 1 error generated." It is true whether even when I remove the older version of dri. I enabled and disabled the second and third below in make.conf with the same result (whining for last 3 days). WITH_NEW_XORG=yes #WITH_KMS=yes #WITH_GALLIUM=yes MAKE_JOBS_UNSAFE=yes Using hal now (because with hal x starts fine without xorg.conf), but without that the X fails to boot even with xorg-1.7.x version with an error output "No Screens Found". Please find attached the outputs of pciconf, dmesg, pkg info, devinfo etc. in the attached compressed file. Thanks! /z Thanks! --047d7b10cf93a1157404ead04acd--