From owner-freebsd-x11@FreeBSD.ORG Fri Dec 12 01:01:48 2014 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 751FC4F9 for ; Fri, 12 Dec 2014 01:01:48 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 473CF8F for ; Fri, 12 Dec 2014 01:01:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBC11mBA013704 for ; Fri, 12 Dec 2014 01:01:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-feedback requested: [Bug 195902] graphics/dri fails to build on FreeBSD 10.1 Date: Fri, 12 Dec 2014 01:01:48 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2014 01:01:48 -0000 sasamotikomi@gmail.com has reassigned Bugzilla Automation 's request for maintainer-feedback to x11@FreeBSD.org: Bug 195902: graphics/dri fails to build on FreeBSD 10.1 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195902 --- Description --- ./radeon_common_context.h:518:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] extern const char const *radeonVendorString; ^ 1 warning generated. CC r200_blit.lo In file included from r200_blit.c:28: In file included from ./radeon_common.h:4: ./radeon_common_context.h:518:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] extern const char const *radeonVendorString; ^ 1 warning generated. CC radeon_screen.lo In file included from radeon_screen.c:50: In file included from ./radeon_common.h:4: ./radeon_common_context.h:518:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] extern const char const *radeonVendorString; ^ 1 warning generated. CCLD libr200_dri.la libtool: link: cannot find the library `/usr/local/lib/libdrm.la' or unhand= led argument `/usr/local/lib/libdrm.la' Makefile:558: recipe for target 'libr200_dri.la' failed gmake[7]: *** [libr200_dri.la] Error 1 gmake[7]: Leaving directory '/usr/ports/graphics/dri/work/Mesa-10.3.4/src/mesa/drivers/dri/r200' Makefile:717: recipe for target 'all-recursive' failed gmake[6]: *** [all-recursive] Error 1 gmake[6]: Leaving directory '/usr/ports/graphics/dri/work/Mesa-10.3.4/src/mesa/drivers/dri' Makefile:3966: recipe for target 'all-recursive' failed gmake[5]: *** [all-recursive] Error 1 gmake[5]: Leaving directory '/usr/ports/graphics/dri/work/Mesa-10.3.4/src/m= esa' Makefile:1400: recipe for target 'all' failed gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory '/usr/ports/graphics/dri/work/Mesa-10.3.4/src/m= esa' Makefile:517: recipe for target 'all-recursive' failed gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory '/usr/ports/graphics/dri/work/Mesa-10.3.4/src' Makefile:584: recipe for target 'all-recursive' failed gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory '/usr/ports/graphics/dri/work/Mesa-10.3.4' *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/dri *** Error code 1 Stop. make: stopped in /usr/ports/graphics/dri =3D=3D=3D>>> make build failed for graphics/dri =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for graphics/dri failed =3D=3D=3D>>> Aborting update=20 Same WITH_NEW_MESA=3D"YES" and without and with =3D"NO" (also correctly isn= 't possible to build 9.17 too?) --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer x11@FreeBSD.org=