From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 31 03:40: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 ESMTPS id E37395CC for ; Tue, 31 Dec 2013 03:40:00 +0000 (UTC) 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 BEE091B32 for ; Tue, 31 Dec 2013 03:40: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 rBV3e0vE099084 for ; Tue, 31 Dec 2013 03:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBV3e04p099083; Tue, 31 Dec 2013 03:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 31 Dec 2013 03:40:00 GMT Resent-Message-Id: <201312310340.rBV3e04p099083@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, Sasa Paunkovic Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D874520 for ; Tue, 31 Dec 2013 03:37:02 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE5EF1B18 for ; Tue, 31 Dec 2013 03:37:01 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBV3b1D4067921 for ; Tue, 31 Dec 2013 03:37:01 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBV3b1t2067910; Tue, 31 Dec 2013 03:37:01 GMT (envelope-from nobody) Message-Id: <201312310337.rBV3b1t2067910@oldred.freebsd.org> Date: Tue, 31 Dec 2013 03:37:01 GMT From: Sasa Paunkovic To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185356: py-sphinx build failed on FreeBSD 10 rc3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Dec 2013 03:40:01 -0000 >Number: 185356 >Category: ports >Synopsis: py-sphinx build failed on FreeBSD 10 rc3 >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: Tue Dec 31 03:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sasa Paunkovic >Release: FreeBSD 10 rc3 >Organization: >Environment: FreeBSD localhost 10.0-RC3 FreeBSD 10.0-RC3 #0 r259778: Mon Dec 23 23:27:58 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Build of graphic/blender failed on py-sphinx: .. creating build/bdist.freebsd-10.0-RC3-amd64/egg/EGG-INFO copying Sphinx.egg-info/PKG-INFO -> build/bdist.freebsd-10.0-RC3-amd64/egg/EGG-INFO copying Sphinx.egg-info/SOURCES.txt -> build/bdist.freebsd-10.0-RC3-amd64/egg/EGG-INFO copying Sphinx.egg-info/dependency_links.txt -> build/bdist.freebsd-10.0-RC3-amd64/egg/EGG-INFO copying Sphinx.egg-info/entry_points.txt -> build/bdist.freebsd-10.0-RC3-amd64/egg/EGG-INFO copying Sphinx.egg-info/not-zip-safe -> build/bdist.freebsd-10.0-RC3-amd64/egg/EGG-INFO copying Sphinx.egg-info/requires.txt -> build/bdist.freebsd-10.0-RC3-amd64/egg/EGG-INFO copying Sphinx.egg-info/top_level.txt -> build/bdist.freebsd-10.0-RC3-amd64/egg/EGG-INFO creating dist creating 'dist/Sphinx-1.2-py3.3.egg' and adding 'build/bdist.freebsd-10.0-RC3-amd64/egg' to it removing 'build/bdist.freebsd-10.0-RC3-amd64/egg' (and everything under it) cd /usr/ports/textproc/py-sphinx/work/Sphinx-1.2 && /usr/bin/env PYTHONPATH=/usr/ports/textproc/py-sphinx/work/stage//usr/local/lib/python3.3/site-packages:/usr/local/lib/python3.3/site-packages /usr/local/bin/python3.3 -m sphinx.pycode.pgen2.driver -c 'import load_grammar' Traceback (most recent call last): File "/usr/local/lib/python3.3/runpy.py", line 140, in _run_module_as_main mod_name, loader, code, fname = _get_module_details(mod_name) File "/usr/local/lib/python3.3/runpy.py", line 102, in _get_module_details loader = get_loader(mod_name) File "/usr/local/lib/python3.3/pkgutil.py", line 482, in get_loader return find_loader(fullname) File "/usr/local/lib/python3.3/pkgutil.py", line 499, in find_loader pkg = importlib.import_module(pkg_name) File "/usr/local/lib/python3.3/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1584, in _gcd_import File "", line 1565, in _find_and_load File "", line 1512, in _find_and_load_unlocked File "", line 313, in _call_with_frames_removed File "", line 1584, in _gcd_import File "", line 1565, in _find_and_load File "", line 1532, in _find_and_load_unlocked File "", line 584, in _check_name_wrapper File "", line 1022, in load_module File "", line 1003, in load_module File "", line 560, in module_for_loader_wrapper File "", line 853, in _load_module File "", line 980, in get_code File "", line 313, in _call_with_frames_removed File "./sphinx/pycode/__init__.py", line 183 except Exception, err: ^ SyntaxError: invalid syntax *** Error code 1 Stop. make[4]: stopped in /usr/ports/textproc/py-sphinx *** Error code 1 Stop. make[3]: stopped in /usr/ports/devel/llvm33 *** Error code 1 Stop. make[2]: stopped in /usr/ports/devel/llvm33 *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/blender *** Error code 1 Stop. make: stopped in /usr/ports/graphics/blender >How-To-Repeat: Build graphic/blender >Fix: >Release-Note: >Audit-Trail: >Unformatted: