MidnightBSD Magus

converters/pecl-fribidi

PECL extension for the unicode Bidi algorithm

Flavor Version Run OSVersion Arch License Restricted Status
1.2_2 351 1.1 i386 php 0 fail

Events

Machine Type Time Message
c3211 info 2019-01-27 21:34:14.105847 Test Started
c3211 fail 2019-01-27 21:34:26.193992 make build returned non-zero: 1
c3211 fail 2019-01-27 21:34:26.290347 Test complete.

Log

===>  Building for pecl-fribidi-1.2_2
--- fribidi.lo ---
/bin/sh /magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/libtool --mode=compile cc  -I. -I/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2 -DPHP_ATOM_INC -I/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/include -I/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/main -I/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/fribidi -I/usr/local/include  -DHAVE_CONFIG_H  -O2 -pipe -fno-strict-aliasing   -c /magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/fribidi.c -o fribidi.lo
mkdir .libs
 cc -I. -I/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2 -DPHP_ATOM_INC -I/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/include -I/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/main -I/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/fribidi -I/usr/local/include -DHAVE_CONFIG_H -O2 -pipe -fno-strict-aliasing -c /magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/fribidi.c  -fPIC -DPIC -o .libs/fribidi.o
/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/fribidi.c:219:45: error: too many arguments provided to function-like macro invocation
        RETURN_STRINGL(visual_str, visual_str_len, 0);
                                                   ^
/usr/local/include/php/Zend/zend_API.h:649:9: note: macro 'RETURN_STRINGL' defined here
#define RETURN_STRINGL(s, l)                    { RETVAL_STRINGL(s, l); return; }
        ^
/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/fribidi.c:219:2: error: use of undeclared identifier 'RETURN_STRINGL'
        RETURN_STRINGL(visual_str, visual_str_len, 0);
        ^
/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/fribidi.c:237:44: error: too many arguments provided to function-like macro invocation
                        (char *)fribidi_char_set_name(charset), 1);
                                                                ^
/usr/local/include/php/Zend/zend_API.h:411:9: note: macro 'add_assoc_string' defined here
#define add_assoc_string(__arg, __key, __str) add_assoc_string_ex(__arg, __key, strlen(__key), __str)
        ^
/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/fribidi.c:236:2: error: use of undeclared identifier 'add_assoc_string'
        add_assoc_string(return_value, "name",
        ^
/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/fribidi.c:239:45: error: too many arguments provided to function-like macro invocation
                        (char *)fribidi_char_set_title(charset), 1);
                                                                 ^
/usr/local/include/php/Zend/zend_API.h:411:9: note: macro 'add_assoc_string' defined here
#define add_assoc_string(__arg, __key, __str) add_assoc_string_ex(__arg, __key, strlen(__key), __str)
        ^
/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/fribidi.c:238:2: error: use of undeclared identifier 'add_assoc_string'
        add_assoc_string(return_value, "title",
        ^
/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/fribidi.c:242:45: error: too many arguments provided to function-like macro invocation
                                (char *)fribidi_char_set_desc(charset), 1);
                                                                        ^
/usr/local/include/php/Zend/zend_API.h:411:9: note: macro 'add_assoc_string' defined here
#define add_assoc_string(__arg, __key, __str) add_assoc_string_ex(__arg, __key, strlen(__key), __str)
        ^
/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/fribidi.c:241:3: error: use of undeclared identifier 'add_assoc_string'
                add_assoc_string(return_value, "desc",
                ^
/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/fribidi.c:251:88: error: too many arguments to function call, expected 3, have 4
        add_index_string(return_value, FRIBIDI_CHAR_SET_UTF8,      "FRIBIDI_CHARSET_UTF8",    1);
        ~~~~~~~~~~~~~~~~                                                                      ^
/usr/local/include/php/Zend/zend_API.h:427:1: note: 'add_index_string' declared here
ZEND_API int add_index_string(zval *arg, zend_ulong idx, const char *str);
^
/usr/local/include/php/main/../main/php_config.h:6:19: note: expanded from macro 'ZEND_API'
# define ZEND_API __attribute__ ((visibility("default")))
                  ^
/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/fribidi.c:252:88: error: too many arguments to function call, expected 3, have 4
        add_index_string(return_value, FRIBIDI_CHAR_SET_ISO8859_6, "FRIBIDI_CHARSET_8859_6",  1);
        ~~~~~~~~~~~~~~~~                                                                      ^
/usr/local/include/php/Zend/zend_API.h:427:1: note: 'add_index_string' declared here
ZEND_API int add_index_string(zval *arg, zend_ulong idx, const char *str);
^
/usr/local/include/php/main/../main/php_config.h:6:19: note: expanded from macro 'ZEND_API'
# define ZEND_API __attribute__ ((visibility("default")))
                  ^
/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/fribidi.c:253:88: error: too many arguments to function call, expected 3, have 4
        add_index_string(return_value, FRIBIDI_CHAR_SET_ISO8859_8, "FRIBIDI_CHARSET_8859_8",  1);
        ~~~~~~~~~~~~~~~~                                                                      ^
/usr/local/include/php/Zend/zend_API.h:427:1: note: 'add_index_string' declared here
ZEND_API int add_index_string(zval *arg, zend_ulong idx, const char *str);
^
/usr/local/include/php/main/../main/php_config.h:6:19: note: expanded from macro 'ZEND_API'
# define ZEND_API __attribute__ ((visibility("default")))
                  ^
/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/fribidi.c:254:88: error: too many arguments to function call, expected 3, have 4
        add_index_string(return_value, FRIBIDI_CHAR_SET_CP1255,    "FRIBIDI_CHARSET_CP1255",  1);
        ~~~~~~~~~~~~~~~~                                                                      ^
/usr/local/include/php/Zend/zend_API.h:427:1: note: 'add_index_string' declared here
ZEND_API int add_index_string(zval *arg, zend_ulong idx, const char *str);
^
/usr/local/include/php/main/../main/php_config.h:6:19: note: expanded from macro 'ZEND_API'
# define ZEND_API __attribute__ ((visibility("default")))
                  ^
/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/fribidi.c:255:88: error: too many arguments to function call, expected 3, have 4
        add_index_string(return_value, FRIBIDI_CHAR_SET_CP1256,    "FRIBIDI_CHARSET_CP1256",  1);
        ~~~~~~~~~~~~~~~~                                                                      ^
/usr/local/include/php/Zend/zend_API.h:427:1: note: 'add_index_string' declared here
ZEND_API int add_index_string(zval *arg, zend_ulong idx, const char *str);
^
/usr/local/include/php/main/../main/php_config.h:6:19: note: expanded from macro 'ZEND_API'
# define ZEND_API __attribute__ ((visibility("default")))
                  ^
/magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2/fribidi.c:256:88: error: too many arguments to function call, expected 3, have 4
        add_index_string(return_value, FRIBIDI_CHAR_SET_CAP_RTL,   "FRIBIDI_CHARSET_CAP_RTL", 1);
        ~~~~~~~~~~~~~~~~                                                                      ^
/usr/local/include/php/Zend/zend_API.h:427:1: note: 'add_index_string' declared here
ZEND_API int add_index_string(zval *arg, zend_ulong idx, const char *str);
^
/usr/local/include/php/main/../main/php_config.h:6:19: note: expanded from macro 'ZEND_API'
# define ZEND_API __attribute__ ((visibility("default")))
                  ^
14 errors generated.
*** [fribidi.lo] Error code 1

make[1]: stopped in /magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2
1 error

make[1]: stopped in /magus/work/usr/mports/converters/pecl-fribidi/work/fribidi-1.2
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/mports/converters/pecl-fribidi

Links

Depends On

Depend Of

Nothing

Categories