MidnightBSD Magus

devel/lua-lgi

Lua bindings to libraries using GObject-Introspection

Flavor Version Run OSVersion Arch License Restricted Status
lua54 0.9.2_1 437 2.0 amd64 mit 0 fail

Events

Machine Type Time Message
skunkworks info 2021-01-03 05:53:41.511911 Test Started
skunkworks fail 2021-01-03 05:53:47.004815 make build returned non-zero: 1
skunkworks fail 2021-01-03 05:53:47.054093 Test complete.

Log

===>  Building for lua54-lgi-0.9.2_1
gmake[1]: Entering directory '/magus/work/usr/mports/devel/lua-lgi/work-lua54/lgi-0.9.2'
gmake -C lgi
gmake[2]: Entering directory '/magus/work/usr/mports/devel/lua-lgi/work-lua54/lgi-0.9.2/lgi'
pkg-config --exists 'gobject-introspection-1.0 >= 0.10.8' --print-errors
echo "return '0.9.2'" > version.lua
touch .depcheck
cc -fPIC  -I/usr/local/include/lua54 -I/usr/local/include/gobject-introspection-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/lib/libffi-3.2.1/include -pthread  -O2 -pipe -fno-strict-aliasing -c -o buffer.o buffer.c
cc -fPIC  -I/usr/local/include/lua54 -I/usr/local/include/gobject-introspection-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/lib/libffi-3.2.1/include -pthread  -O2 -pipe -fno-strict-aliasing -c -o callable.o callable.c
cc -fPIC  -I/usr/local/include/lua54 -I/usr/local/include/gobject-introspection-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/lib/libffi-3.2.1/include -pthread  -O2 -pipe -fno-strict-aliasing -c -o core.o core.c
cc -fPIC  -I/usr/local/include/lua54 -I/usr/local/include/gobject-introspection-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/lib/libffi-3.2.1/include -pthread  -O2 -pipe -fno-strict-aliasing -c -o gi.o gi.c
cc -fPIC  -I/usr/local/include/lua54 -I/usr/local/include/gobject-introspection-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/lib/libffi-3.2.1/include -pthread  -O2 -pipe -fno-strict-aliasing -c -o marshal.o marshal.c
cc -fPIC  -I/usr/local/include/lua54 -I/usr/local/include/gobject-introspection-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/lib/libffi-3.2.1/include -pthread  -O2 -pipe -fno-strict-aliasing -c -o object.o object.c
cc -fPIC  -I/usr/local/include/lua54 -I/usr/local/include/gobject-introspection-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/lib/libffi-3.2.1/include -pthread  -O2 -pipe -fno-strict-aliasing -c -o record.o record.c
callable.c:1237:38: error: too few arguments to function call, expected 4, have 3
      res = lua_resume (L, NULL, npos);
            ~~~~~~~~~~               ^
/usr/local/include/lua54/lua.h:300:1: note: 'lua_resume' declared here
LUA_API int  (lua_resume)     (lua_State *L, lua_State *from, int narg,
^
/usr/local/include/lua54/luaconf.h:277:18: note: expanded from macro 'LUA_API'
#define LUA_API         extern
                        ^
1 error generated.
gmake[2]: *** [Makefile:63: callable.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
object.c:553:7: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
      GParameter *params;
      ^
/usr/local/include/glib-2.0/gobject/gparam.h:194:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GLIB_DEPRECATED_TYPE_IN_2_54;
                                           ^
/usr/local/include/glib-2.0/glib/gversionmacros.h:792:49: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_54'
# define GLIB_DEPRECATED_TYPE_IN_2_54           GLIB_DEPRECATED_TYPE
                                                ^
/usr/local/include/glib-2.0/glib/gmacros.h:1017:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:944:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
object.c:565:24: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
      params = g_newa (GParameter, size);
                       ^
/usr/local/include/glib-2.0/gobject/gparam.h:194:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GLIB_DEPRECATED_TYPE_IN_2_54;
                                           ^
/usr/local/include/glib-2.0/glib/gversionmacros.h:792:49: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_54'
# define GLIB_DEPRECATED_TYPE_IN_2_54           GLIB_DEPRECATED_TYPE
                                                ^
/usr/local/include/glib-2.0/glib/gmacros.h:1017:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:944:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
object.c:565:24: warning: 'GParameter' is deprecated [-Wdeprecated-declarations]
      params = g_newa (GParameter, size);
                       ^
/usr/local/include/glib-2.0/gobject/gparam.h:194:39: note: 'GParameter' has been explicitly marked deprecated here
typedef struct _GParameter      GParameter GLIB_DEPRECATED_TYPE_IN_2_54;
                                           ^
/usr/local/include/glib-2.0/glib/gversionmacros.h:792:49: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_54'
# define GLIB_DEPRECATED_TYPE_IN_2_54           GLIB_DEPRECATED_TYPE
                                                ^
/usr/local/include/glib-2.0/glib/gmacros.h:1017:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:944:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
object.c:576:34: warning: 'g_object_newv' is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
      return lgi_object_2lua (L, g_object_newv (gtype, size, params),
                                 ^
/usr/local/include/glib-2.0/gobject/gobject.h:430:1: note: 'g_object_newv' has been explicitly marked deprecated here
GLIB_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties)
^
/usr/local/include/glib-2.0/glib/gversionmacros.h:787:49: note: expanded from macro 'GLIB_DEPRECATED_IN_2_54_FOR'
# define GLIB_DEPRECATED_IN_2_54_FOR(f)         GLIB_DEPRECATED_FOR(f)
                                                ^
/usr/local/include/glib-2.0/glib/gmacros.h:984:32: note: expanded from macro 'GLIB_DEPRECATED_FOR'
#define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN
                               ^
/usr/local/include/glib-2.0/glib/gmacros.h:952:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
4 warnings generated.
gmake[2]: Leaving directory '/magus/work/usr/mports/devel/lua-lgi/work-lua54/lgi-0.9.2/lgi'
gmake[1]: *** [Makefile:16: all] Error 2
gmake[1]: Leaving directory '/magus/work/usr/mports/devel/lua-lgi/work-lua54/lgi-0.9.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/devel/lua-lgi

Links

Depends On

Depend Of

Nothing

Categories