Summary: | graphics/graphviz gv_php_init.c:28:12: error: use of undeclared identifier 'tsrm_ls' | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | mikhail.rokhin |
Component: | Individual Port(s) | Assignee: | Dirk Meyer <dinoex> |
Status: | Closed Not Enough Information | ||
Severity: | Affects Many People | CC: | marino |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | amd64 | ||
OS: | Any |
Description
mikhail.rokhin
2014-08-01 13:42:44 UTC
Over to maintainer Problem not reproduceable on FreeBSD 9.3, FreeBSD 10.0: php5-5.4.30, swig-2.0.12 logfile: [...] mv -f .deps/libgv_php_la-gv_builtins.Tpo .deps/libgv_php_la-gv_builtins.Plo /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/common -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/cgraph -I../../lib/cdt -I../../lib/pathplan - DDEMAND_LOADING=1 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM -I/usr/local/include -I/usr/local/include/php/Zend -I/usr/local/include/tk8.6 -I/usr/local/include/tk8.6 -DLIBICONV_PLUG -I/usr/local/include -O2 -pipe -I/usr/local/include/lua52 -DLIBICONV_PLUG -fno-strict-aliasing -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_php_la-gv_php_init.lo -MD -MP -MF .deps/libgv_php_la-gv_php_init.Tpo -c -o libgv_php_la-gv_php_init.lo `test -f 'gv_php_init.c' || echo './'`gv_php_init.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/common -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/cgraph -I../../lib/cdt -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM -I/usr/local/include -I/usr/local/include/php/Zend -I/usr/local/include/tk8.6 -I/usr/local/include/tk8.6 -DLIBICONV_PLUG -I/usr/local/include -O2 -pipe -I/usr/local/include/lua52 -DLIBICONV_PLUG -fno-strict-aliasing -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT libgv_php_la-gv_php_init.lo -MD -MP -MF .deps/libgv_php_la-gv_php_init.Tpo -c gv_php_init.c -fPIC -DPIC -o .libs/libgv_php_la-gv_php_init.o mv gv_lua.cpp gv_lua.cpp.orig [...] Try 11-current (In reply to Dirk Meyer from comment #2) > Problem not reproduceable on FreeBSD 9.3, FreeBSD 10.0: > php5-5.4.30, swig-2.0.12 > > logfile: > [...] > mv -f .deps/libgv_php_la-gv_builtins.Tpo .deps/libgv_php_la-gv_builtins.Plo > /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. > -I../.. -I../../lib/common > -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/cgraph > -I../../lib/cdt -I../../lib/pathplan - > DDEMAND_LOADING=1 -I/usr/local/include/php -I/usr/local/include/php/main > -I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM > -I/usr/local/include -I/usr/local/include/php/Zend > -I/usr/local/include/tk8.6 -I/usr/local/include/tk8.6 -DLIBICONV_PLUG > -I/usr/local/include -O2 -pipe -I/usr/local/include/lua52 -DLIBICONV_PLUG > -fno-strict-aliasing -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math > -MT libgv_php_la-gv_php_init.lo -MD -MP -MF > .deps/libgv_php_la-gv_php_init.Tpo -c -o libgv_php_la-gv_php_init.lo `test > -f 'gv_php_init.c' || echo './'`gv_php_init.c > libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/common -I../.. > -I../../lib/gvc -I../../lib/common -I../../lib/cgraph -I../../lib/cdt > -I../../lib/pathplan -DDEMAND_LOADING=1 -I/usr/local/include/php > -I/usr/local/include/php/main -I/usr/local/include/php/Zend > -I/usr/local/include/php/TSRM -I/usr/local/include > -I/usr/local/include/php/Zend -I/usr/local/include/tk8.6 > -I/usr/local/include/tk8.6 -DLIBICONV_PLUG -I/usr/local/include -O2 -pipe > -I/usr/local/include/lua52 -DLIBICONV_PLUG -fno-strict-aliasing > -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math -MT > libgv_php_la-gv_php_init.lo -MD -MP -MF .deps/libgv_php_la-gv_php_init.Tpo > -c gv_php_init.c -fPIC -DPIC -o .libs/libgv_php_la-gv_php_init.o > mv gv_lua.cpp gv_lua.cpp.orig > [...] A commit references this bug: Author: dinoex Date: Tue Aug 5 03:33:54 UTC 2014 New revision: 364072 URL: http://svnweb.freebsd.org/changeset/ports/364072 Log: - set option PHP broken on FreeBSD-11 PR: 192310 Changes: head/graphics/graphviz/Makefile The new clang version can not compile the code thats swig20 generates for PHP. This is either a PHP or clang problem, therefore this issue can not be fixed in this port. |