From owner-freebsd-ports@FreeBSD.ORG Sun May 2 09:04:01 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 519A11065670 for ; Sun, 2 May 2010 09:04:01 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 97F128FC1B for ; Sun, 2 May 2010 09:04:00 +0000 (UTC) Received: by wwb13 with SMTP id 13so1254525wwb.13 for ; Sun, 02 May 2010 02:03:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=fSghG5/A0X9U8h4ooQTFkHC0NOrF7MBLvUBM8vsUYGI=; b=tDgt2BUyCseN52h3j15Sj073VWKLApdwGlpkHQhm2ulbi45KG4/5CyaN8op5sCb3nC ETfzh+fF39ef6GGb/9ovZLyC+jagJ7vOi0KCrmQOmRrl0Wh2s/fq11uzl398bmtYE15I 8TFpU8e7Vppm1cbs5x7mvjgLLyMovaEzMOLrw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=sn6ZMNnEi9o8dKbmN5Ql/VShkH2nu5IYX/BCocfSSdqZk86e41dZssieoI0XgZgNFb W14UBEGG9+0LEP1mVPRkKR2hDmOWLP6o6h9KT7gnMNPX/4vjMstPG423a7+rQPrxSabf bIWSdVs98zoDLOsd3H0DBWsDFPQiwHklK4WqU= Received: by 10.216.153.195 with SMTP id f45mr3322233wek.137.1272791035612; Sun, 02 May 2010 02:03:55 -0700 (PDT) Received: from Abricot.malikania.fr (121.21.102-84.rev.gaoland.net [84.102.21.121]) by mx.google.com with ESMTPS id x14sm31507017wbs.0.2010.05.02.02.03.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 May 2010 02:03:54 -0700 (PDT) Date: Sun, 2 May 2010 11:04:42 +0200 From: Demelier David To: freebsd-ports@freebsd.org Message-ID: <20100502090442.GA2548@Abricot.malikania.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: graphics/dri fails to build. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2010 09:04:01 -0000 Hi freebsd-ports, I have two machines one running 8.0-RELEASE and one using 8.0-STABLE, the stable one successfully update xorg to 7.5 but the other one do not : cc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver -I../../../../../include -I../../../../../src/mesa -I../../../../../src/egl/main -I../../../../../src/egl/drivers/dri -I/usr/local/include -I/usr/local/include/drm -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -fPIC -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -I../intel -I../intel/server -DI915 -DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP i830_context.c -o i830_context.o In file included from i830_context.h:31, from i830_context.c:28: ../intel/intel_context.h:38:26: error: intel_bufmgr.h: No such file or directory In file included from ../intel/intel_context.h:40, from i830_context.h:31, from i830_context.c:28: ../intel/intel_screen.h:81: error: expected specifier-qualifier-list before 'dri_bufmgr' In file included from i830_context.h:31, from i830_context.c:28: ../intel/intel_context.h:93: error: expected specifier-qualifier-list before 'drm_intel_bo' ../intel/intel_context.h:166: error: expected declaration specifiers or '...' before 'dri_bo' ../intel/intel_context.h:183: error: expected specifier-qualifier-list before 'dri_bufmgr' In file included from i830_context.c:28: i830_context.h:133: error: expected specifier-qualifier-list before 'dri_bo' i830_context.c: In function 'i830CreateContext': i830_context.c:75: error: 'struct intel_context' has no member named 'ViewportMatrix' i830_context.c:85: error: 'struct intel_context' has no member named 'no_rast' i830_context.c:108: error: 'struct intel_context' has no member named 'verts' gmake[5]: *** [i830_context.o] Error 1 gmake[5]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-7.6.1/src/mesa/drivers/dri/i915' gmake[4]: *** [subdirs] Error 1 gmake[4]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-7.6.1/src/mesa/drivers/dri' gmake[3]: *** [default] Error 1 gmake[3]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-7.6.1/src/mesa/drivers' gmake[2]: *** [driver_subdirs] Error 2 gmake[2]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-7.6.1/src/mesa' gmake[1]: *** [subdirs] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-7.6.1/src' gmake: *** [default] Error 1 *** Error code 1 I have the same make.conf on the both, only WITHOUT_NOUVEAU=YES defined. What can I try ? King regards. David.