MidnightBSD Magus

ports-mgmt/mport-manager

Graphical Package Manager for MidnightBSD

Flavor Version Run OSVersion Arch License Restricted Status
0.2.1 537 3.1 amd64 bsd2 0 fail

Events

Machine Type Time Message
m3164b info 2023-08-08 07:12:27.544079 Test Started
m3164b fail 2023-08-08 07:13:24.900022 make build returned non-zero: 1
m3164b fail 2023-08-08 07:13:25.073628 Test complete.

Log

===>  Building for mport-manager-0.2.1
--- clean ---
--- mport-manager ---
--- clean ---
rm -f *.o mport-manager
--- mport-manager ---
clang -I/usr/include -I/usr/local/include -Wall -pedantic -std=c99 -O2 `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  `pkg-config --libs gtk+-3.0` -lX11 -o mport-manager mport-manager.c
mport-manager.c:168:50: error: too few arguments to function call, expected 5, have 4
        if (mport_instance_init(mport, NULL, NULL, false) != MPORT_OK) {
            ~~~~~~~~~~~~~~~~~~~                         ^
/usr/include/mport.h:68:5: note: 'mport_instance_init' declared here
int mport_instance_init(mportInstance *, const char *, const char *, bool noIndex, bool quiet);
    ^
mport-manager.c:670:6: warning: comparison of array 'selectedInstalled' not equal to a null pointer is always true [-Wtautological-pointer-compare]
        if (selectedInstalled != NULL) {
            ^~~~~~~~~~~~~~~~~    ~~~~
mport-manager.c:724:15: warning: implicit declaration of function 'mport_install_depends' is invalid in C99 [-Wimplicit-function-declaration]
        resultCode = mport_install_depends(mport, (*indexEntry)->pkgname, (*indexEntry)->version, MPORT_EXPLICIT);
                     ^
2 warnings and 1 error generated.
*** [mport-manager] Error code 1

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

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