[Bug 223766] lang/php72: Not all header files are copied

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 20 12:15:08 UTC 2017


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

            Bug ID: 223766
           Summary: lang/php72: Not all header files are copied
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: daniel at blodan.se

Hi!

Not all header files are copied from stage to the live package.

For example:
ls -lha work/stage/usr/local/include/php/Zend/zend_smart_string.h
-rw-r--r--  1 root  wheel   4.9K Nov 20 13:10
work/stage/usr/local/include/php/Zend/zend_smart_string.h

But that file never exists after the pkg has been installed
ls -lha /usr/local/include/php/Zend/zend_smart_string.h
ls: /usr/local/include/php/Zend/zend_smart_string.h: No such file or directory


This makes for example databases/pecl-redis fail building against 7.2 because
it requires this particular file

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


More information about the freebsd-ports-bugs mailing list