From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 1 13:42:44 2014 Return-Path: Delivered-To: freebsd-ports-bugs@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 EDCA650F for ; Fri, 1 Aug 2014 13:42:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D516A2186 for ; Fri, 1 Aug 2014 13:42:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s71DghNm001861 for ; Fri, 1 Aug 2014 13:42:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192310] New: graphics/graphviz gv_php_init.c:28:12: error: use of undeclared identifier 'tsrm_ls' Date: Fri, 01 Aug 2014 13:42:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: mikhail.rokhin@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2014 13:42:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192310 Bug ID: 192310 Summary: graphics/graphviz gv_php_init.c:28:12: error: use of undeclared identifier 'tsrm_ls' Product: Ports Tree Version: Latest Hardware: amd64 OS: Any Status: Needs Triage Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mikhail.rokhin@gmail.com CC libgv_php_la-gv_php_init.lo gv_php_init.c:28:12: error: use of undeclared identifier 'tsrm_ls' return PHPWRITE(s, len); ^ /usr/local/include/php/main/php_output.h:163:67: note: expanded from macro 'PHPWRITE' #define PHPWRITE(str, str_len) php_output_write((str), (str_len) TSRMLS_CC) ^ /usr/local/include/php/Zend/../TSRM/TSRM.h:168:21: note: expanded from macro 'TSRMLS_CC' #define TSRMLS_CC , TSRMLS_C ^ /usr/local/include/php/Zend/../TSRM/TSRM.h:167:18: note: expanded from macro 'TSRMLS_C' #define TSRMLS_C tsrm_ls ^ gv_php_init.c:33:12: error: use of undeclared identifier 'tsrm_ls' return PHPWRITE(s, len); ^ /usr/local/include/php/main/php_output.h:163:67: note: expanded from macro 'PHPWRITE' #define PHPWRITE(str, str_len) php_output_write((str), (str_len) TSRMLS_CC) ^ /usr/local/include/php/Zend/../TSRM/TSRM.h:168:21: note: expanded from macro 'TSRMLS_CC' #define TSRMLS_CC , TSRMLS_C ^ /usr/local/include/php/Zend/../TSRM/TSRM.h:167:18: note: expanded from macro 'TSRMLS_C' #define TSRMLS_C tsrm_ls ^ 2 errors generated. /usr/local/bin/swig2.0 -c++ -php5 -o gv_php.cpp ./gv.i gmake[6]: *** [libgv_php_la-gv_php_init.lo] Error 1 gmake[6]: *** Waiting for unfinished jobs.... gmake[6]: Leaving directory `/usr/ports/graphics/graphviz/work/graphviz-2.38.0/tclpkg/gv' gmake[5]: *** [all-recursive] Error 1 gmake[5]: Leaving directory `/usr/ports/graphics/graphviz/work/graphviz-2.38.0/tclpkg/gv' gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory `/usr/ports/graphics/graphviz/work/graphviz-2.38.0/tclpkg' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/graphics/graphviz/work/graphviz-2.38.0' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/graphics/graphviz/work/graphviz-2.38.0' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/graphviz *** Error code 1 Stop. make: stopped in /usr/ports/graphics/graphviz ===>>> make build failed for graphics/graphviz ===>>> Aborting update ===>>> You can restart from the point of failure with this command line: portmaster graphics/graphviz -- You are receiving this mail because: You are the assignee for the bug.