From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 25 00:50:00 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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8A864E2 for ; Sun, 25 Aug 2013 00:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6822C2DA8 for ; Sun, 25 Aug 2013 00:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7P0o0In026593 for ; Sun, 25 Aug 2013 00:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7P0o032026592; Sun, 25 Aug 2013 00:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 25 Aug 2013 00:50:00 GMT Resent-Message-Id: <201308250050.r7P0o032026592@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, Gerald Pfeifer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 771AA7E for ; Sun, 25 Aug 2013 00:42:33 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from ref10-i386.freebsd.org (ref10-i386.freebsd.org [IPv6:2001:1900:2254:206c::16:8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 637302D84; Sun, 25 Aug 2013 00:42:33 +0000 (UTC) Received: from ref10-i386.freebsd.org (localhost [127.0.0.1]) by ref10-i386.freebsd.org (8.14.7/8.14.7) with ESMTP id r7P0gXPi032045; Sun, 25 Aug 2013 00:42:33 GMT (envelope-from gerald@ref10-i386.freebsd.org) Received: (from gerald@localhost) by ref10-i386.freebsd.org (8.14.7/8.14.7/Submit) id r7P0gXwf032044; Sun, 25 Aug 2013 00:42:33 GMT (envelope-from gerald) Message-Id: <201308250042.r7P0gXwf032044@ref10-i386.freebsd.org> Date: Sun, 25 Aug 2013 00:42:33 GMT From: Gerald Pfeifer To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/181513: graphics/libGL needs python, but lacks explicit dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Gerald Pfeifer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2013 00:50:00 -0000 >Number: 181513 >Category: ports >Synopsis: graphics/libGL needs python, but lacks explicit dependency >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 25 00:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gerald Pfeifer >Release: FreeBSD 10.0-CURRENT i386 >Organization: >Environment: System: FreeBSD ref10-i386.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r254474: Sun Aug 18 03:50:09 UTC 2013 peter@ref10-i386.freebsd.org:/scratch/obj/scratch/src/sys/REF10-I386 i386 >Description: Building some ports as user (into my home) which generally works fine, I just ran into the following with graphics/libGL: : python u_format_access.py u_format.csv > u_format_access.c python u_format_table.py u_format.csv > u_format_table.c python: not found python: not found gmake[4]: *** No rule to make target `u_format_access.c', needed by `depend'. Stop. gmake[4]: Leaving directory `/scratch/tmp/gerald/shscratch/tmp/gerald/ports.svn/graphics/libGL/work/Mesa-7.6.1/src/gallium/auxiliary/util' gmake[3]: *** [default] Error 1 gmake[3]: Leaving directory `/scratch/tmp/gerald/shscratch/tmp/gerald/ports.svn/graphics/libGL/work/Mesa-7.6.1/src/gallium/auxiliary' gmake[2]: *** [default] Error 1 gmake[2]: Leaving directory `/scratch/tmp/gerald/shscratch/tmp/gerald/ports.svn/graphics/libGL/work/Mesa-7.6.1/src/gallium' gmake[1]: *** [subdirs] Error 1 gmake[1]: Leaving directory `/scratch/tmp/gerald/shscratch/tmp/gerald/ports.svn/graphics/libGL/work/Mesa-7.6.1/src' gmake: *** [default] Error 1 Stop in /shscratch/tmp/gerald/ports.svn/graphics/libGL. It appears graphics/libGL depends on an executable named "python", but does not seem to have any dependency on that or Python as such? >How-To-Repeat: >Fix: Add dependency / USE_PYTHON ? >Release-Note: >Audit-Trail: >Unformatted: