=> "/opt/pkg/bin/bmake" ["-C", "/Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/time/kcalendarcore", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for kcalendarcore-5.116.0nb7 [ 0%] Built target KF5CalendarCore_autogen_timestamp_deps [ 1%] Automatic MOC for target KF5CalendarCore [ 1%] Built target KF5CalendarCore_autogen [ 2%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/alarm.cpp.o [ 2%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/attachment.cpp.o [ 2%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/KF5CalendarCore_autogen/mocs_compilation.cpp.o [ 2%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/attendee.cpp.o [ 3%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/calendar.cpp.o [ 3%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/calendarplugin.cpp.o [ 4%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/calendarpluginloader.cpp.o In file included from /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/calendarplugin.cpp:8: /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/calendarplugin.h:47:11: warning: private field 'd' is not used [-Wunused-private-field] void *d; ^ 1 warning generated. [ 4%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/calfilter.cpp.o [ 4%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/calformat.cpp.o [ 5%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/calstorage.cpp.o [ 5%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/compat.cpp.o [ 6%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/conference.cpp.o [ 6%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/customproperties.cpp.o [ 6%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/duration.cpp.o [ 7%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/event.cpp.o [ 7%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/exceptions.cpp.o [ 7%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/filestorage.cpp.o [ 8%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/freebusycache.cpp.o [ 8%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/freebusy.cpp.o [ 9%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/freebusyperiod.cpp.o [ 9%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/icalformat.cpp.o [ 9%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/icalformat_p.cpp.o /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat.cpp:311:29: error: use of undeclared identifier 'icalcomponent_new_clone' component = icalcomponent_new_clone(icaltimezone_get_component(tz)); ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat.cpp:381:30: error: no matching function for call to 'icalproperty_new_rrule' icalproperty *property = icalproperty_new_rrule(d->mImpl.writeRecurrenceRule(recurrence)); ^~~~~~~~~~~~~~~~~~~~~~ /var/tmp/work/time/kcalendarcore/work/.buildlink/include/libical/ical.h:5829:35: note: candidate function not viable: no known conversion from 'icalrecurrencetype' to 'struct icalrecurrencetype *' for 1st argument LIBICAL_ICAL_EXPORT icalproperty *icalproperty_new_rrule(struct icalrecurrencetype * v); ^ [ 10%] Building CXX object src/CMakeFiles/KF5CalendarCore.dir/icaltimezones.cpp.o /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat.cpp:404:39: error: use of undeclared identifier 'icalrecurrencetype_from_string' struct icalrecurrencetype recur = icalrecurrencetype_from_string(rrule.toLatin1().constData()); ^ In file included from /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat.cpp:18: /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat.h:243:11: warning: private field 'unused' is not used [-Wunused-private-field] void *unused; // former dptr, just kept for ABI compatibility ^ 1 warning and 3 errors generated. --- src/CMakeFiles/KF5CalendarCore.dir/icalformat.cpp.o --- *** [src/CMakeFiles/KF5CalendarCore.dir/icalformat.cpp.o] Error code 1 bmake[2]: stopped making "src/CMakeFiles/KF5CalendarCore.dir/build" in /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/_KDE_build /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:483:17: error: array type 'char[16]' is not assignable geo.lat = incidence->geoLatitude(); ~~~~~~~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:484:17: error: array type 'char[16]' is not assignable geo.lon = incidence->geoLongitude(); ~~~~~~~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:515:44: error: no matching function for call to 'icalproperty_new_rrule' icalcomponent_add_property(parent, icalproperty_new_rrule(writeRecurrenceRule(rule))); ^~~~~~~~~~~~~~~~~~~~~~ /var/tmp/work/time/kcalendarcore/work/.buildlink/include/libical/ical.h:5829:35: note: candidate function not viable: no known conversion from 'icalrecurrencetype' to 'struct icalrecurrencetype *' for 1st argument LIBICAL_ICAL_EXPORT icalproperty *icalproperty_new_rrule(struct icalrecurrencetype * v); ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:520:44: error: no matching function for call to 'icalproperty_new_exrule' icalcomponent_add_property(parent, icalproperty_new_exrule(writeRecurrenceRule(rule))); ^~~~~~~~~~~~~~~~~~~~~~~ /var/tmp/work/time/kcalendarcore/work/.buildlink/include/libical/ical.h:5487:35: note: candidate function not viable: no known conversion from 'icalrecurrencetype' to 'struct icalrecurrencetype *' for 1st argument LIBICAL_ICAL_EXPORT icalproperty *icalproperty_new_exrule(struct icalrecurrencetype * v); ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:847:5: error: use of undeclared identifier 'icalrecurrencetype_clear'; did you mean 'icalrecurrencetype_clone'? icalrecurrencetype_clear(&r); ^~~~~~~~~~~~~~~~~~~~~~~~ icalrecurrencetype_clone /var/tmp/work/time/kcalendarcore/work/.buildlink/include/libical/ical.h:2549:48: note: 'icalrecurrencetype_clone' declared here LIBICAL_ICAL_EXPORT struct icalrecurrencetype *icalrecurrencetype_clone(struct icalrecurrencetype *r); ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:884:11: error: no member named 'by_second' in 'icalrecurrencetype' r.by_second[index++] = *it; ~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:885:11: error: no member named 'by_second' in 'icalrecurrencetype' r.by_second[index++] = static_cast(*it); ~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:891:11: error: no member named 'by_minute' in 'icalrecurrencetype' r.by_minute[index++] = *it; ~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:892:11: error: no member named 'by_minute' in 'icalrecurrencetype' r.by_minute[index++] = static_cast(*it); ~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:898:11: error: no member named 'by_hour' in 'icalrecurrencetype' r.by_hour[index++] = *it; ~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:899:11: error: no member named 'by_hour' in 'icalrecurrencetype' r.by_hour[index++] = static_cast(*it); ~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:906:11: error: no member named 'by_month_day' in 'icalrecurrencetype' r.by_month_day[index++] = static_cast(icalrecurrencetype_day_position(dShort)); ~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:912:11: error: no member named 'by_year_day' in 'icalrecurrencetype' r.by_year_day[index++] = static_cast(*it); ~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:918:11: error: no member named 'by_week_no' in 'icalrecurrencetype' r.by_week_no[index++] = static_cast(*it); ~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:924:11: error: no member named 'by_month' in 'icalrecurrencetype' r.by_month[index++] = static_cast(*it); ~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:930:11: error: no member named 'by_set_pos' in 'icalrecurrencetype' r.by_set_pos[index++] = static_cast(*it); ~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:945:11: error: no member named 'by_day' in 'icalrecurrencetype' r.by_day[index++] = static_cast(day); ~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:1455:23: error: no matching conversion for functional-style cast from 'icalstrarray *' (aka '_icalarray *') to 'QLatin1String' a.setDelegate(QLatin1String(icalparameter_get_delegatedto(p))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/tmp/work/time/kcalendarcore/work/.buildlink/qt5/include/QtCore/qstring.h:87:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'icalstrarray *' (aka '_icalarray *') to 'const QLatin1String' for 1st argument class QLatin1String ^ /var/tmp/work/time/kcalendarcore/work/.buildlink/qt5/include/QtCore/qstring.h:87:7: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'icalstrarray *' (aka '_icalarray *') to 'QLatin1String' for 1st argument /var/tmp/work/time/kcalendarcore/work/.buildlink/qt5/include/QtCore/qstring.h:91:38: note: candidate constructor not viable: no known conversion from 'icalstrarray *' (aka '_icalarray *') to 'const char *' for 1st argument Q_DECL_CONSTEXPR inline explicit QLatin1String(const char *s) noexcept : m_size(s ? int(strlen(s)) : 0), m_data(s) {} ^ /var/tmp/work/time/kcalendarcore/work/.buildlink/qt5/include/QtCore/qstring.h:95:21: note: candidate constructor not viable: no known conversion from 'icalstrarray *' (aka '_icalarray *') to 'const QByteArray' for 1st argument inline explicit QLatin1String(const QByteArray &s) noexcept : m_size(int(qstrnlen(s.constData(), s.size()))), m_data(s.constData()) {} ^ /var/tmp/work/time/kcalendarcore/work/.buildlink/qt5/include/QtCore/qstring.h:90:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided Q_DECL_CONSTEXPR inline QLatin1String() noexcept : m_size(0), m_data(nullptr) {} ^ /var/tmp/work/time/kcalendarcore/work/.buildlink/qt5/include/QtCore/qstring.h:92:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided Q_DECL_CONSTEXPR explicit QLatin1String(const char *f, const char *l) ^ /var/tmp/work/time/kcalendarcore/work/.buildlink/qt5/include/QtCore/qstring.h:94:38: note: candidate constructor not viable: requires 2 arguments, but 1 was provided Q_DECL_CONSTEXPR inline explicit QLatin1String(const char *s, int sz) noexcept : m_size(sz), m_data(s) {} ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.cpp:1460:24: error: no matching conversion for functional-style cast from 'icalstrarray *' (aka '_icalarray *') to 'QLatin1String' a.setDelegator(QLatin1String(icalparameter_get_delegatedfrom(p))); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/tmp/work/time/kcalendarcore/work/.buildlink/qt5/include/QtCore/qstring.h:87:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'icalstrarray *' (aka '_icalarray *') to 'const QLatin1String' for 1st argument class QLatin1String ^ /var/tmp/work/time/kcalendarcore/work/.buildlink/qt5/include/QtCore/qstring.h:87:7: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'icalstrarray *' (aka '_icalarray *') to 'QLatin1String' for 1st argument /var/tmp/work/time/kcalendarcore/work/.buildlink/qt5/include/QtCore/qstring.h:91:38: note: candidate constructor not viable: no known conversion from 'icalstrarray *' (aka '_icalarray *') to 'const char *' for 1st argument Q_DECL_CONSTEXPR inline explicit QLatin1String(const char *s) noexcept : m_size(s ? int(strlen(s)) : 0), m_data(s) {} ^ /var/tmp/work/time/kcalendarcore/work/.buildlink/qt5/include/QtCore/qstring.h:95:21: note: candidate constructor not viable: no known conversion from 'icalstrarray *' (aka '_icalarray *') to 'const QByteArray' for 1st argument inline explicit QLatin1String(const QByteArray &s) noexcept : m_size(int(qstrnlen(s.constData(), s.size()))), m_data(s.constData()) {} ^ /var/tmp/work/time/kcalendarcore/work/.buildlink/qt5/include/QtCore/qstring.h:90:29: note: candidate constructor not viable: requires 0 arguments, but 1 was provided Q_DECL_CONSTEXPR inline QLatin1String() noexcept : m_size(0), m_data(nullptr) {} ^ /var/tmp/work/time/kcalendarcore/work/.buildlink/qt5/include/QtCore/qstring.h:92:31: note: candidate constructor not viable: requires 2 arguments, but 1 was provided Q_DECL_CONSTEXPR explicit QLatin1String(const char *f, const char *l) ^ /var/tmp/work/time/kcalendarcore/work/.buildlink/qt5/include/QtCore/qstring.h:94:38: note: candidate constructor not viable: requires 2 arguments, but 1 was provided Q_DECL_CONSTEXPR inline explicit QLatin1String(const char *s, int sz) noexcept : m_size(sz), m_data(s) {} ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. --- src/CMakeFiles/KF5CalendarCore.dir/icalformat_p.cpp.o --- *** [src/CMakeFiles/KF5CalendarCore.dir/icalformat_p.cpp.o] Error code 1 bmake[2]: stopped making "src/CMakeFiles/KF5CalendarCore.dir/build" in /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/_KDE_build /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icaltimezones.cpp:243:37: error: use of undeclared identifier 'icalcomponent_new_clone' icalcomponent *phaseComp1 = icalcomponent_new_clone(phaseComp); ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icaltimezones.cpp:344:21: error: use of undeclared identifier 'icalrecurrencetype_clear'; did you mean 'icalrecurrencetype_clone'? icalrecurrencetype_clear(&r); ^~~~~~~~~~~~~~~~~~~~~~~~ icalrecurrencetype_clone /var/tmp/work/time/kcalendarcore/work/.buildlink/include/libical/ical.h:2549:48: note: 'icalrecurrencetype_clone' declared here LIBICAL_ICAL_EXPORT struct icalrecurrencetype *icalrecurrencetype_clone(struct icalrecurrencetype *r); ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icaltimezones.cpp:346:23: error: no member named 'by_month' in 'icalrecurrencetype' r.by_month[0] = month; ~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icaltimezones.cpp:348:27: error: no member named 'by_month_day' in 'icalrecurrencetype' r.by_month_day[0] = dayOfMonth; ~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icaltimezones.cpp:350:27: error: no member named 'by_day' in 'icalrecurrencetype' r.by_day[0] = (dayOfWeek % 7 + 1) + (nthFromStart * 8); // Sunday = 1 ~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icaltimezones.cpp:352:27: error: no member named 'by_day' in 'icalrecurrencetype' r.by_day[0] = -(dayOfWeek % 7 + 1) - (nthFromEnd * 8); // Sunday = 1 ~ ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icaltimezones.cpp:355:42: error: no matching function for call to 'icalproperty_new_rrule' icalproperty *prop = icalproperty_new_rrule(r); ^~~~~~~~~~~~~~~~~~~~~~ /var/tmp/work/time/kcalendarcore/work/.buildlink/include/libical/ical.h:5829:35: note: candidate function not viable: no known conversion from 'icalrecurrencetype' to 'struct icalrecurrencetype *' for 1st argument; take the address of the argument with & LIBICAL_ICAL_EXPORT icalproperty *icalproperty_new_rrule(struct icalrecurrencetype * v); ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icaltimezones.cpp:359:44: error: use of undeclared identifier 'icalcomponent_new_clone' icalcomponent *c = icalcomponent_new_clone(phaseComp); ^ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icaltimezones.cpp:629:37: error: reference to type 'const struct icalrecurrencetype' could not bind to an rvalue of type 'struct icalrecurrencetype *' impl.readRecurrence(icalproperty_get_rrule(p), &r); ^~~~~~~~~~~~~~~~~~~~~~~~~ /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/src/icalformat_p.h:137:58: note: passing argument to parameter 'r' here void readRecurrence(const struct icalrecurrencetype &r, RecurrenceRule *recur); ^ 9 errors generated. --- src/CMakeFiles/KF5CalendarCore.dir/icaltimezones.cpp.o --- *** [src/CMakeFiles/KF5CalendarCore.dir/icaltimezones.cpp.o] Error code 1 bmake[2]: stopped making "src/CMakeFiles/KF5CalendarCore.dir/build" in /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/_KDE_build bmake[2]: 3 errors bmake[2]: stopped making "src/CMakeFiles/KF5CalendarCore.dir/build" in /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/_KDE_build --- src/CMakeFiles/KF5CalendarCore.dir/all --- *** [src/CMakeFiles/KF5CalendarCore.dir/all] Error code 2 bmake[1]: stopped making "all" in /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/_KDE_build bmake[1]: 1 error bmake[1]: stopped making "all" in /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/_KDE_build *** [all] Error code 2 bmake: stopped making "all" in /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/_KDE_build bmake: 1 error bmake: stopped making "all" in /var/tmp/work/time/kcalendarcore/work/kcalendarcore-5.116.0/_KDE_build *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/time/kcalendarcore *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/time/kcalendarcore