From owner-freebsd-ports@FreeBSD.ORG Mon Mar 18 22:02:48 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 36B6B78F for ; Mon, 18 Mar 2013 22:02:48 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f42.google.com (mail-ee0-f42.google.com [74.125.83.42]) by mx1.freebsd.org (Postfix) with ESMTP id A84ABFA0 for ; Mon, 18 Mar 2013 22:02:47 +0000 (UTC) Received: by mail-ee0-f42.google.com with SMTP id b47so2786155eek.15 for ; Mon, 18 Mar 2013 15:02:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=iCRBw2wZ3pO9jrhzojjC4pRXnW6373y3DAfmlTRPg7g=; b=zi43JMR3c/7z/cGrTy3yn/ZzxkQO+TMQYbwv7H5HxIWRTFe0xAbQtyRjzmcUzpKwZ+ oL5IKbc31iJ93bP2KW6SeLhDUDmp410gdr0aCxBUoeMBCMYreb0AdeJ8exvsYBKh7RMr oTVTJ6Rg9A7TBbzBVIYI/Jp1pe+u7hgQzlnX7y23vPJ4BeMxWl6bNXYVwjYhcTMV1pG3 knEZz2IHWiKJCOt/66y6bQWclRS2pNb9hcKtEkjZXA+EDnYg1IRI/LwEjzRCajqyqcVG 3FFRP+r1ET/k/U/5mNS/MgY/Cc8D3Quzlos8dXbRcoEhcZuT4CLmnC+ML4bpkTEzU6S7 fXOw== X-Received: by 10.14.173.67 with SMTP id u43mr53569247eel.22.1363644166515; Mon, 18 Mar 2013 15:02:46 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id q42sm29665828eem.14.2013.03.18.15.02.44 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 18 Mar 2013 15:02:45 -0700 (PDT) Sender: Baptiste Daroussin Date: Mon, 18 Mar 2013 23:02:43 +0100 From: Baptiste Daroussin To: kron Subject: Re: graphics/dri does not build Message-ID: <20130318220243.GA42160@ithaqua.etoilebsd.net> References: <5145EC0D.3020509@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline In-Reply-To: <5145EC0D.3020509@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Mar 2013 22:02:48 -0000 --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 17, 2013 at 05:15:09PM +0100, kron wrote: > Hello, >=20 > does graphics/dri build for you? It fails for me: >=20 > gmake[5]: Entering directory > `/usr/ports/graphics/dri/work/Mesa-7.6.1/src/mesa/drivers/dri/r200' > 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-stack-protector -march=3Dcore2 -fno-strict-aliasing -Wall > -Wmissing-prototypes -std=3Dc99 -fno-strict-aliasing -fPIC > -DUSE_X86_64_ASM -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DPTHREADS > -DUSE_EXTERNAL_DXTN_LIB=3D1 -DIN_DRI_DRIVER -DHAVE_ALIAS > -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DHAVE_LIBDRM_RADEON=3D1 > -I/usr/local/include -I/usr/local/include/drm -DRADEON_COMMON=3D1 > -DRADEON_COMMON_FOR_R200 -Wall r200_context.c -o r200_context.o > In file included from radeon_common_context.h:20, > from radeon_common.h:4, > from r200_context.h:57, > from r200_context.c:54: > radeon_bocs_wrapper.h:6:23: error: radeon_bo.h: No such file or directory > radeon_bocs_wrapper.h:7:27: error: radeon_bo_gem.h: No such file or > directory > radeon_bocs_wrapper.h:8:23: error: radeon_cs.h: No such file or directory > radeon_bocs_wrapper.h:9:27: error: radeon_cs_gem.h: No such file or > directory > In file included from radeon_bocs_wrapper.h:99, > from radeon_common_context.h:20, > from radeon_common.h:4, > from r200_context.h:57, > from r200_context.c:54: > radeon_bo_legacy.h:37: warning: 'struct radeon_bo' declared inside > parameter list > radeon_bo_legacy.h:37: warning: its scope is only this definition or > declaration, which is probably not what you want > radeon_bo_legacy.h:40: warning: 'struct radeon_bo' declared inside > parameter list > radeon_bo_legacy.h:44: warning: 'struct radeon_bo' declared inside > parameter list > In file included from radeon_common.h:83, > from r200_context.h:57, > from r200_context.c:54: > radeon_cmdbuf.h: In function 'radeon_firevertices': > radeon_cmdbuf.h:117: error: dereferencing pointer to incomplete type > r200_context.c: In function 'r200_emit_query_finish': > r200_context.c:254: warning: implicit declaration of function > 'radeon_cs_write_dword' > r200_context.c:255: warning: implicit declaration of function > 'radeon_cs_write_reloc' > r200_context.c:255: error: dereferencing pointer to incomplete type > r200_context.c:256: warning: implicit declaration of function > 'radeon_cs_end' > gmake[5]: *** [r200_context.o] Error 1 > gmake[5]: Leaving directory > `/usr/ports/graphics/dri/work/Mesa-7.6.1/src/mesa/drivers/dri/r200' > 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 > *** [do-build] Error code 1 >=20 > Stop in /usr/ports/graphics/dri. >=20 >=20 > BR, > Oli > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" This is due to a regressin on pkgconf which has been fixed. regards, Bapt --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlFHjwMACgkQ8kTtMUmk6Ex7FgCgh3w68KM6+Adei+DS5HxBRt/F tzwAni0vnNlxSGqYFf5h6PL98z3KLLVI =ol67 -----END PGP SIGNATURE----- --yrj/dFKFPuw6o+aM--