From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 16 16:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1A2E2E17 for ; Wed, 16 Jan 2013 16:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 00B528F1 for ; Wed, 16 Jan 2013 16:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0GGU0vd018845 for ; Wed, 16 Jan 2013 16:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0GGU0bK018840; Wed, 16 Jan 2013 16:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 16 Jan 2013 16:30:00 GMT Resent-Message-Id: <201301161630.r0GGU0bK018840@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2C14B8E6 for ; Wed, 16 Jan 2013 16:24:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1CB667FD for ; Wed, 16 Jan 2013 16:24:32 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r0GGOVME023034 for ; Wed, 16 Jan 2013 16:24:31 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r0GGOVao023033; Wed, 16 Jan 2013 16:24:31 GMT (envelope-from nobody) Message-Id: <201301161624.r0GGOVao023033@red.freebsd.org> Date: Wed, 16 Jan 2013 16:24:31 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175356: graphics/libosmesa: NameError: name 'ws_dri' is not defined: X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2013 16:30:01 -0000 >Number: 175356 >Category: ports >Synopsis: graphics/libosmesa: NameError: name 'ws_dri' is not defined: >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 16 16:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10-CURRENT/amd64 >Organization: FU Berlin >Environment: FreeBSD 10.0-CURRENT #0 r245498: Wed Jan 16 10:06:48 CET 2013 >Description: The update of port graphics/libosmesa on freeBSD 10.0-CURRENT fails with the below shown error message. The system uses in /etc/make.conf the following X11 related flags to build new X11-software in favour of the old versions: # New Xorg and Mesa WITH_NEW_XORG= YES WITH_KMS= YES The build fails at the initial phase with the following error: [...] Mkdir("build/freebsd") warning: gcc 4.2.x optimizer is broken -- disabling optimizations Checking for X11 (x11 xext xdamage xfixes)... yes Checking for XCB (x11-xcb xcb-glx >= 1.8.1)... no Checking for XF86VIDMODE (xxf86vm)... yes Checking for DRM (libdrm >= 2.4.24)... yes Checking for DRM_INTEL (libdrm_intel >= 2.4.30)... yes Checking for DRM_RADEON (libdrm_radeon >= 2.4.31)... yes Checking for XORG (xorg-server >= 1.6.0)... yes Checking for KMS (libkms >= 2.4.24)... no Checking for UDEV (libudev > 150)... no fatal: Not a git repository (or any parent up to mount point /usr/ports) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Checking for C header file X11/extensions/dpmsconst.h... yes NameError: name 'ws_dri' is not defined: File "/usr/ports/graphics/libosmesa/work/Mesa-9.0.1/SConstruct", line 144: duplicate = 0 # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html File "/usr/local/lib/scons-2.1.0/SCons/Script/SConscript.py", line 614: return method(*args, **kw) File "/usr/local/lib/scons-2.1.0/SCons/Script/SConscript.py", line 551: return _SConscript(self.fs, *files, **subst_kw) File "/usr/local/lib/scons-2.1.0/SCons/Script/SConscript.py", line 260: exec _file_ in call_stack[-1].globals File "/usr/ports/graphics/libosmesa/work/Mesa-9.0.1/src/SConscript", line 34: SConscript('gallium/SConscript') File "/usr/local/lib/scons-2.1.0/SCons/Script/SConscript.py", line 614: return method(*args, **kw) File "/usr/local/lib/scons-2.1.0/SCons/Script/SConscript.py", line 551: return _SConscript(self.fs, *files, **subst_kw) File "/usr/local/lib/scons-2.1.0/SCons/Script/SConscript.py", line 260: exec _file_ in call_stack[-1].globals File "/usr/ports/graphics/libosmesa/work/Mesa-9.0.1/src/gallium/SConscript", line 148: 'targets/dri-vmwgfx/SConscript', File "/usr/local/lib/scons-2.1.0/SCons/Script/SConscript.py", line 614: return method(*args, **kw) File "/usr/local/lib/scons-2.1.0/SCons/Script/SConscript.py", line 551: return _SConscript(self.fs, *files, **subst_kw) File "/usr/local/lib/scons-2.1.0/SCons/Script/SConscript.py", line 260: exec _file_ in call_stack[-1].globals File "/usr/ports/graphics/libosmesa/work/Mesa-9.0.1/src/gallium/targets/dri-swrast/SConscript", line 11: ws_dri, *** [do-build] Error code 2 Stop in /usr/ports/graphics/libosmesa. ===>>> make failed for graphics/libosmesa ===>>> Aborting update >How-To-Repeat: Update port graphics/libosmesa. The update fails on systems FreeBSD 10 and FreeBSD 9.1-STABLE with new Xorg set (having those flags NOT set is not tested since we do not have such systems anymore). >Fix: >Release-Note: >Audit-Trail: >Unformatted: