MidnightBSD Magus

ports-mgmt/mport-manager

Graphical Package Manager for MidnightBSD

Flavor Version Run OSVersion Arch License Restricted Status
0.1.5_3 481 2.2 amd64 bsd2 0 fail

Events

Machine Type Time Message
m2264 info 2022-05-04 18:17:02.558138 Test Started
m2264 fail 2022-05-04 18:18:47.615529 make build returned non-zero: 1
m2264 fail 2022-05-04 18:18:47.663738 Test complete.

Log

===>  Building for mport-manager-0.1.5_3
--- clean ---
--- mport-manager ---
--- clean ---
rm -f *.o mport-manager
--- mport-manager ---
clang -I/usr/include -I/usr/local/include -Wall -pedantic -std=c99 -O2 -fblocks `pkg-config --cflags gtk+-3.0`  -DDATADIR="\"/usr/local/share/mport\"" -L/usr/lib -L/usr/local/lib  -lmd -larchive -lbz2 -llzma -lz -lfetch -lsqlite3 -lmport  -lpthread -ldispatch -lBlocksRuntime  `pkg-config --libs gtk+-3.0` -lX11 -o mport-manager mport-manager.c
In file included from mport-manager.c:28:
In file included from /usr/local/include/gtk-3.0/gtk/gtk.h:30:
In file included from /usr/local/include/gtk-3.0/gdk/gdk.h:30:
In file included from /usr/local/include/gtk-3.0/gdk/gdkconfig.h:13:
In file included from /usr/local/include/glib-2.0/glib.h:30:
In file included from /usr/local/include/glib-2.0/glib/galloca.h:32:
/usr/local/include/glib-2.0/glib/gtypes.h:463:3: warning: '_Static_assert' is a C11 extension [-Wc11-extensions]
  G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64));
  ^
/usr/local/include/glib-2.0/glib/gmacros.h:819:31: note: expanded from macro 'G_STATIC_ASSERT'
#define G_STATIC_ASSERT(expr) _Static_assert (expr, "Expression evaluates to false")
                              ^
mport-manager.c:831:6: warning: comparison of array 'selectedInstalled' not equal to a null pointer is always true [-Wtautological-pointer-compare]
        if (selectedInstalled != NULL) {
            ^~~~~~~~~~~~~~~~~    ~~~~
mport-manager.c:903:54: error: too few arguments to function call, expected 5, have 4
                if (mport_install(mport, packageName, version, NULL) != MPORT_OK) {
                    ~~~~~~~~~~~~~                                  ^
/usr/include/mport.h:237:1: note: 'mport_install' declared here
int mport_install(mportInstance *, const char *, const char *, const char *, mportAutomatic);
^
mport-manager.c:913:54: error: too few arguments to function call, expected 5, have 4
                if (mport_install(mport, packageName, version, NULL) != MPORT_OK) {
                    ~~~~~~~~~~~~~                                  ^
/usr/include/mport.h:237:1: note: 'mport_install' declared here
int mport_install(mportInstance *, const char *, const char *, const char *, mportAutomatic);
^
mport-manager.c:1300:41: error: too few arguments to function call, expected 1, have 0
        char *os_release = mport_get_osrelease();
                           ~~~~~~~~~~~~~~~~~~~ ^
/usr/include/mport.h:284:1: note: 'mport_get_osrelease' declared here
char * mport_get_osrelease(mportInstance *);
^
2 warnings and 3 errors generated.
*** [mport-manager] Error code 1

make[1]: stopped in /magus/work/usr/mports/ports-mgmt/mport-manager/work/mport-manager-0.1.5
1 error

make[1]: stopped in /magus/work/usr/mports/ports-mgmt/mport-manager/work/mport-manager-0.1.5
===> 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/ports-mgmt/mport-manager