MidnightBSD Magus

misc/wmcalendar

Dockable calendar with interface to iCalendar based calendars

Flavor Version Run OSVersion Arch License Restricted Status
0.5.2_4 520 3.0 i386 gpl2 0 fail

Events

Machine Type Time Message
m3032b info 2023-03-14 06:22:54.30943 Test Started
m3032b fail 2023-03-14 06:23:49.60549 make build returned non-zero: 1
m3032b fail 2023-03-14 06:23:49.678667 Test complete.

Log

===>  Building for wmcalendar-0.5.2_4
--- wmCalendar.o ---
--- settings.o ---
--- dockapp.o ---
--- calendarfunc.o ---
--- calendar.o ---
--- calendarfunc.o ---
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D`uname -s` -DHAVE_SYS_TIME_H -c calendarfunc.c -o calendarfunc.o -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/libdrm -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread  -I/usr/local/include
--- calendar.o ---
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D`uname -s` -DHAVE_SYS_TIME_H -c calendar.c -o calendar.o -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/libdrm -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread  -I/usr/local/include
--- wmCalendar.o ---
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D`uname -s` -DHAVE_SYS_TIME_H -c wmCalendar.c -o wmCalendar.o -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/libdrm -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread  -I/usr/local/include
--- dockapp.o ---
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D`uname -s` -DHAVE_SYS_TIME_H -c dockapp.c -o dockapp.o -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/libdrm -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread  -I/usr/local/include
--- settings.o ---
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D`uname -s` -DHAVE_SYS_TIME_H -c settings.c -o settings.o -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/libdrm -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread  -I/usr/local/include
--- dockapp.o ---
dockapp.c:62:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
        exit(1);
        ^
dockapp.c:62:2: note: include the header  or explicitly provide a declaration for 'exit'
--- calendarfunc.o ---
calendarfunc.c:55:13: warning: implicitly declaring library function 'sin' with type 'double (double)' [-Wimplicit-function-declaration]
        + 3.3e-4 * sin (RPD * (166.56 +132.87*t -0.009173*t2));
                   ^
calendarfunc.c:55:13: note: include the header  or explicitly provide a declaration for 'sin'
calendarfunc.c:89:34: warning: implicitly declaring library function 'cos' with type 'double (double)' [-Wimplicit-function-declaration]
            xtra = xtra +0.0028 -0.0004*cos(sa) +0.0003*cos(ma);
                                        ^
calendarfunc.c:89:34: note: include the header  or explicitly provide a declaration for 'cos'
calendarfunc.c:291:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
}
^
calendarfunc.c:325:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
}
^
--- dockapp.o ---
1 warning generated.
--- calendarfunc.o ---
4 warnings generated.
--- calendar.o ---
In file included from calendar.c:1:
In file included from ./calendar.h:3:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/usr/local/include/glib-2.0/gobject/gtype.h:706:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
                  ^
/usr/local/include/glib-2.0/glib/gversionmacros.h:570:49: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_36'
# define GLIB_DEPRECATED_TYPE_IN_2_36           GLIB_DEPRECATED_TYPE
                                                ^
/usr/local/include/glib-2.0/glib/gmacros.h:1278:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1201:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
--- settings.o ---
In file included from settings.c:1:
In file included from ./settings.h:2:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/usr/local/include/glib-2.0/gobject/gtype.h:706:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
                  ^
/usr/local/include/glib-2.0/glib/gversionmacros.h:570:49: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_36'
# define GLIB_DEPRECATED_TYPE_IN_2_36           GLIB_DEPRECATED_TYPE
                                                ^
/usr/local/include/glib-2.0/glib/gmacros.h:1278:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1201:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
--- wmCalendar.o ---
In file included from wmCalendar.c:10:
In file included from ./wmCalendar.h:68:
In file included from ./settings.h:2:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:33:
In file included from /usr/local/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /usr/local/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /usr/local/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /usr/local/include/gtk-2.0/gtk/gtkobject.h:37:
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/usr/local/include/glib-2.0/gobject/gtype.h:706:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
                  ^
/usr/local/include/glib-2.0/glib/gversionmacros.h:570:49: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_36'
# define GLIB_DEPRECATED_TYPE_IN_2_36           GLIB_DEPRECATED_TYPE
                                                ^
/usr/local/include/glib-2.0/glib/gmacros.h:1278:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/usr/local/include/glib-2.0/glib/gmacros.h:1201:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
--- calendar.o ---
In file included from calendar.c:1:
In file included from ./calendar.h:3:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/usr/local/include/glib-2.0/glib/gtypes.h:574:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/usr/local/include/glib-2.0/glib/gversionmacros.h:983:49: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
# define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f)    GLIB_DEPRECATED_TYPE_FOR(f)
                                                ^
/usr/local/include/glib-2.0/glib/gmacros.h:1279:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/usr/local/include/glib-2.0/glib/gmacros.h:1211:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
--- settings.o ---
In file included from settings.c:1:
In file included from ./settings.h:2:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/usr/local/include/glib-2.0/glib/gtypes.h:574:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/usr/local/include/glib-2.0/glib/gversionmacros.h:983:49: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
# define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f)    GLIB_DEPRECATED_TYPE_FOR(f)
                                                ^
/usr/local/include/glib-2.0/glib/gmacros.h:1279:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/usr/local/include/glib-2.0/glib/gmacros.h:1211:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
--- wmCalendar.o ---
In file included from wmCalendar.c:10:
In file included from ./wmCalendar.h:68:
In file included from ./settings.h:2:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:126:
In file included from /usr/local/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /usr/local/include/gtk-2.0/gtk/gtktoolitem.h:31:
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/usr/local/include/glib-2.0/glib/gtypes.h:574:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/usr/local/include/glib-2.0/glib/gversionmacros.h:983:49: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
# define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f)    GLIB_DEPRECATED_TYPE_FOR(f)
                                                ^
/usr/local/include/glib-2.0/glib/gmacros.h:1279:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/usr/local/include/glib-2.0/glib/gmacros.h:1211:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
--- calendar.o ---
calendar.c:14:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
        printf(msg);
               ^~~
calendar.c:14:9: note: treat the string as an argument to avoid this
        printf(msg);
               ^
               "%s", 
calendar.c:73:8: warning: implicit declaration of function 'get_debug' is invalid in C99 [-Wimplicit-function-declaration]
    if(get_debug())printf("check for new calendar data\n");    
       ^
calendar.c:74:33: warning: implicit declaration of function 'get_icsfile' is invalid in C99 [-Wimplicit-function-declaration]
    stream = fopen((const char*)get_icsfile(),"r");
                                ^
calendar.c:225:5: warning: implicit declaration of function 'eventOnDay' is invalid in C99 [-Wimplicit-function-declaration]
        if(eventOnDay(dt, it)){
           ^
calendar.c:232:9: warning: implicit declaration of function 'daysEqual' is invalid in C99 [-Wimplicit-function-declaration]
            if(daysEqual(t1, t2)){ /* single event */
               ^
calendar.c:322:10: warning: incompatible pointer types assigning to 'struct calobj *' from 'struct calObj *' [-Wincompatible-pointer-types]
        calRoot = help;
                ^ ~~~~
calendar.c:357:10: warning: implicit declaration of function 'civil_jdn' is invalid in C99 [-Wimplicit-function-declaration]
    jd = civil_jdn(dt);
         ^
calendar.c:373:5: warning: implicit declaration of function 'daysEqual' is invalid in C99 [-Wimplicit-function-declaration]
        if(daysEqual(icalproperty_get_exdate(prop), dt)) 
           ^
calendar.c:390:9: warning: implicit declaration of function 'daysEarlierEqual' is invalid in C99 [-Wimplicit-function-declaration]
    if((daysEarlierEqual(dt, it->start) && daysLater(dt, it->end))
        ^
calendar.c:390:44: warning: implicit declaration of function 'daysLater' is invalid in C99 [-Wimplicit-function-declaration]
    if((daysEarlierEqual(dt, it->start) && daysLater(dt, it->end))
                                           ^
calendar.c:391:12: warning: implicit declaration of function 'daysEqual' is invalid in C99 [-Wimplicit-function-declaration]
       || (daysEqual(dt, it->start) && daysEqual(dt, it->end)))
           ^
calendar.c:422:10: warning: implicit declaration of function 'civil_jdn' is invalid in C99 [-Wimplicit-function-declaration]
    jd = civil_jdn(dt);
         ^
--- wmCalendar.o ---
wmCalendar.c:294:20: warning: incompatible pointer types passing 'long *' to parameter of type 'const time_t *' (aka 'const int *') [-Wincompatible-pointer-types]
  Time = localtime(&CurrentLocalTime);
                   ^~~~~~~~~~~~~~~~~
/usr/include/time.h:156:36: note: passing argument to parameter here
struct tm *localtime(const time_t *);
                                   ^
--- settings.o ---
2 warnings generated.
--- calendar.o ---
14 warnings generated.
--- wmCalendar.o ---
3 warnings generated.
--- wmCalendar ---
cc    -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lharfbuzz -lfontconfig -lfreetype  -L/usr/local/lib -o wmCalendar wmCalendar.o  settings.o  dockapp.o  calendarfunc.o  calendar.o -o wmCalendar -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/harfbuzz -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/fribidi -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/libdrm -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -D_THREAD_SAFE -pthread  -I/usr/local/include -lical -lX11 -lXext -lXpm -lm
ld: error: duplicate symbol: lang
>>> defined at wmCalendar.c
>>>            wmCalendar.o:(lang)
>>> defined at settings.c
>>>            settings.o:(.bss+0x0)

ld: error: duplicate symbol: appicon
>>> defined at wmCalendar.c
>>>            wmCalendar.o:(appicon)
>>> defined at settings.c
>>>            settings.o:(.bss+0x4)

ld: error: duplicate symbol: application
>>> defined at wmCalendar.c
>>>            wmCalendar.o:(application)
>>> defined at settings.c
>>>            settings.o:(.bss+0x8)

ld: error: duplicate symbol: start_of_week
>>> defined at wmCalendar.c
>>>            wmCalendar.o:(start_of_week)
>>> defined at settings.c
>>>            settings.o:(.bss+0x104)

ld: error: duplicate symbol: debug
>>> defined at wmCalendar.c
>>>            wmCalendar.o:(debug)
>>> defined at settings.c
>>>            settings.o:(.bss+0x108)

ld: error: duplicate symbol: icsfile
>>> defined at wmCalendar.c
>>>            wmCalendar.o:(icsfile)
>>> defined at settings.c
>>>            settings.o:(.bss+0x10C)

ld: error: duplicate symbol: rcfile
>>> defined at wmCalendar.c
>>>            wmCalendar.o:(rcfile)
>>> defined at settings.c
>>>            settings.o:(.bss+0x206)

ld: error: duplicate symbol: daystr
>>> defined at wmCalendar.c
>>>            wmCalendar.o:(daystr)
>>> defined at settings.c
>>>            settings.o:(.bss+0x300)
ld: error: duplicate symbol: datemoon
>>> defined at wmCalendar.c
>>>            wmCalendar.o:(datemoon)
>>> defined at calendarfunc.c
>>>            calendarfunc.o:(.bss+0x0)

ld: error: duplicate symbol: datetype
>>> defined at wmCalendar.c
>>>            wmCalendar.o:(datetype)
>>> defined at calendar.c
>>>            calendar.o:(.bss+0x0)

ld: error: duplicate symbol: xr
>>> defined at wmCalendar.c
>>>            wmCalendar.o:(xr)
>>> defined at calendar.c
>>>            calendar.o:(.bss+0x100)

ld: error: duplicate symbol: yr
>>> defined at wmCalendar.c
>>>            wmCalendar.o:(yr)
>>> defined at calendar.c
>>>            calendar.o:(.bss+0x104)

ld: error: duplicate symbol: modtime
>>> defined at wmCalendar.c
>>>            wmCalendar.o:(modtime)
>>> defined at calendar.c
>>>            calendar.o:(.bss+0x108)

ld: error: duplicate symbol: calRoot
>>> defined at wmCalendar.c
>>>            wmCalendar.o:(calRoot)
>>> defined at calendar.c
>>>            calendar.o:(.bss+0x124)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [wmCalendar] Error code 1

make[1]: stopped in /magus/work/usr/mports/misc/wmcalendar/work/wmcalendar-0.5.2/Src
1 error

make[1]: stopped in /magus/work/usr/mports/misc/wmcalendar/work/wmcalendar-0.5.2/Src
===> 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/misc/wmcalendar