[Bug 190871] New: graphics/graphviz fails to compile v2.36.0 FreeBSD10.0-RELEASE-p3

bz-noreply at freebsd.org bz-noreply at freebsd.org
Tue Jun 10 09:40:08 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190871

            Bug ID: 190871
           Summary: graphics/graphviz fails to compile v2.36.0
                    FreeBSD10.0-RELEASE-p3
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: edward.armes at gmail.com

attempted to build graphviz received the following compile error. This was a
clean build (no previous installs) with only the default config.

gmake[7]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/tclpathplan/demo'
gmake[7]: Nothing to be done for `all-am'.
gmake[7]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/tclpathplan/demo'
gmake[6]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/tclpathplan/demo'
gmake[6]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/tclpathplan'
gmake[6]: Nothing to be done for `all-am'.
gmake[6]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/tclpathplan'
gmake[5]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/tclpathplan'
Making all in tkspline
gmake[5]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/tkspline'
Making all in demo
gmake[6]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/tkspline/demo'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/tkspline/demo'
gmake[6]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/tkspline'
gmake[6]: Nothing to be done for `all-am'.
gmake[6]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/tkspline'
gmake[5]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/tkspline'
Making all in gv
gmake[5]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/gv'
Making all in demo
gmake[6]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/gv/demo'
gmake[6]: Nothing to be done for `all'.
gmake[6]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/gv/demo'
gmake[6]: Entering directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/gv'
  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.
gmake[6]: *** [libgv_php_la-gv_php_init.lo] Error 1
gmake[6]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/gv'
gmake[5]: *** [all-recursive] Error 1
gmake[5]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg/gv'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory
`/usr/ports/graphics/graphviz/work/graphviz-2.36.0/tclpkg'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/graphics/graphviz/work/graphviz-2.36.0'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/graphics/graphviz/work/graphviz-2.36.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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list