On 2021/04/30 13:08, Todd C. Miller wrote:
> On Fri, 30 Apr 2021 08:42:03 -0600, "Todd C. Miller" wrote:
>
> > This is due to a change in bison where it now includes the generated
> > header file. Using --defines=foo.h instead of just -d fixes that
> > problem, though you'd also need to comment out the bit that used
> > to move the header file around. With that fixed, devel/cbmc compiles
> > for me. The latest cbmc already includes those fixes.
>
> Here's a diff for devel/cbmc to fix compilation with the updated
> bison once textstyle is disabled.
That looks good.
Short on time today but here are the other failures from my test build,
the ones I looked are seem likely due to filename changes.
----- Forwarded message from Stuart Henderson <sthen@i386.ports.openbsd.org> -----
TEST bulk build on i386.ports.openbsd.org
started at 1619719698 Thu Apr 29 12:08:18 MDT 2021
finished at 1619855982 Sat May 1 01:59:42 MDT 2021
report generated at 1619856004 Sat May 1 02:00:04 MDT 2021
total 37h51m
done with kern.version=OpenBSD 6.9-current (GENERIC.MP) #0: Thu Apr 29 02:54:43 MDT 2021
built packages10446
3683
4000
2762
build failures: 10
devel/cbmc
devel/electron
devel/splint
emulators/ppsspp
graphics/birdfont
lang/sbcl
lang/verilator
net/nextcloudclient
net/olsrd,-gui
x11/qt5/qtwebkit
=====================================
==> failures/devel/cbmc.log <==
parser.y:224.24-28: warning: POSIX Yacc does not support string literals [-Wyacc]
224 | %token TOK_TRY "try"
| ^~~~~
parser.y:225.24-30: warning: POSIX Yacc does not support string literals [-Wyacc]
225 | %token TOK_USING "using"
| ^~~~~~~
parser.y:226.24-32: warning: POSIX Yacc does not support string literals [-Wyacc]
226 | %token TOK_VIRTUAL "virtual"
| ^~~~~~~~~
parser.y:227.24-27: warning: POSIX Yacc does not support string literals [-Wyacc]
227 | %token TOK_SCOPE "::"
| ^~~~
parser.y:228.24-27: warning: POSIX Yacc does not support string literals [-Wyacc]
228 | %token TOK_DOTPM ".*"
| ^~~~
parser.y:229.24-28: warning: POSIX Yacc does not support string literals [-Wyacc]
229 | %token TOK_ARROWPM "->*"
| ^~~~~
parser.y:232.24-33: warning: POSIX Yacc does not support string literals [-Wyacc]
232 | %token TOK_MSC_UUIDOF "__uuidof"
| ^~~~~~~~~~
parser.y:233.26-38: warning: POSIX Yacc does not support string literals [-Wyacc]
233 | %token TOK_MSC_IF_EXISTS "__if_exists"
| ^~~~~~~~~~~~~
parser.y:234.30-46: warning: POSIX Yacc does not support string literals [-Wyacc]
234 | %token TOK_MSC_IF_NOT_EXISTS "__if_not_exists"
| ^~~~~~~~~~~~~~~~~
parser.y:235.28-46: warning: POSIX Yacc does not support string literals [-Wyacc]
235 | %token TOK_UNDERLYING_TYPE "__underlying_type"
| ^~~~~~~~~~~~~~~~~~~
parser.y:241.1-7: warning: POSIX Yacc does not support %expect [-Wyacc]
241 | %expect 1 /* the famous "dangling `else'" ambiguity */
| ^~~~~~~
if [ -e ansi_c_y.tab.hpp ] ; then mv ansi_c_y.tab.hpp ansi_c_y.tab.h ; else \
mv ansi_c_y.tab.cpp.h ansi_c_y.tab.h ; fi
clang++ -c -MMD -MP -std=c++11 -Wall -O2 -pipe -I .. -o ansi_c_y.tab.o ansi_c_y.tab.cpp
ansi_c_y.tab.cpp:138:10: fatal error: 'ansi_c_y.tab.hpp' file not found
#include "ansi_c_y.tab.hpp"
^~~~~~~~~~~~~~~~~~
1 error generated.
gmake[1]: *** [../common:174: ansi_c_y.tab.o] Error 1
gmake[1]: Leaving directory '/pobj/cbmc-5.5/cbmc-cbmc-5.5/src/ansi-c'
gmake: *** [Makefile:50: ansi-c.dir] Error 2
*** Error 2 in devel/cbmc (/usr/ports/infrastructure/mk/bsd.port.mk:2956 '/pobj/cbmc-5.5/.build_done': @cd /pobj/cbmc-5.5/cbmc-cbmc-5.5/src ...)
*** Error 2 in devel/cbmc (/usr/ports/infrastructure/mk/bsd.port.mk:2602 'build': @lock=cbmc-5.5p2; export _LOCKS_HELD=" cbmc-5.5p2"; /us...)
===> Exiting devel/cbmc with an error
*** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:137 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...)
>>> Ended at 1619745742.36
max_stuck=1.59/depends=1.56/show-prepare-results=0.32/patch=0.70/configure=0.12/build=105.31
Error: job failed with 512 on i386-2 at 1619745742
==> failures/devel/electron.log <==
In file included from ../../components/viz/common/resources/transferable_resource.h:17:
In file included from ../../gpu/command_buffer/common/mailbox_holder.h:12:
../../gpu/command_buffer/common/sync_token.h:35:3: warning: definition of implicit copy assignment operator for 'SyncToken' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
SyncToken(const SyncToken& other);
^
../../components/viz/common/resources/transferable_resource.h:60:33: note: in implicit copy assignment operator for 'gpu::SyncToken' first required here
r.mailbox_holder.sync_token = sync_token;
^
7 warnings generated.
[14809/19491] CXX obj/third_party/blink/renderer/core/core_generated/world_safe_v8_reference.o
In file included from ../../third_party/blink/renderer/bindings/core/v8/world_safe_v8_reference.cc:5:
In file included from ../../third_party/blink/renderer/bindings/core/v8/world_safe_v8_reference.h:9:
In file included from ../../third_party/blink/renderer/platform/bindings/dom_wrapper_world.h:39:
../../third_party/blink/renderer/platform/bindings/script_state.h:197:38: warning: arithmetic between different enumeration types ('gin::ContextEmbedderDataFields' and 'gin::GinEmbedder') [-Wenum-enum-conversion]
gin::kPerContextDataStartIndex + // NOLINT(readability/enum_casing)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
1 warning generated.
[14810/19491] CXX obj/third_party/blink/renderer/core/core_generated/at_rule_descriptors.o
[14811/19491] CXX obj/third_party/blink/renderer/core/core_generated/xpath_grammar.o
FAILED: obj/third_party/blink/renderer/core/core_generated/xpath_grammar.o
c++ -MMD -MF obj/third_party/blink/renderer/core/core_generated/xpath_grammar.o.d -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DOFFICIAL_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -DCR_CLANG_REVISION=\"n332890-c2443155-1\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DBLINK_CORE_IMPLEMENTATION=1 -DBLINK_IMPLEMENTATION=1 -DINSIDE_BLINK -DUSE_V8_CONTEXT_SNAPSHOT -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_40 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_40 -DWEBP_EXTERN=extern -DVK_NO_PROTOTYPES -DGL_GLEXT_PROTOTYPES -DUSE_GLX -DUSE_EGL -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=uint16_t -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0 -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_LINUX -DWEBRTC_BSD -DABSL_ALLOCATOR_NOTHROW=1 -DWEBRTC_USE_BUILTIN_ISAC_FIX=0 -DWEBRTC_USE_BUILTIN_ISAC_FLOAT=1 -DHAVE_SCTP -DNO_MAIN_THREAD_WRAPPING -DSK_HAS_PNG_LIBRARY -DSK_HAS_WEBP_LIBRARY -DSK_USER_CONFIG_HEADER=\"../../skia/config/SkUserConfig.h\" -DSK_GL -DSK_HAS_JPEG_LIBRARY -DSK_USE_LIBGIFCODEC -DSK_VULKAN_HEADER=\"../../skia/config/SkVulkanConfig.h\" -DSK_VULKAN=1 -DSK_SUPPORT_GPU=1 -DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\" -DVK_NO_PROTOTYPES -DV8_DEPRECATION_WARNINGS -DLEVELDB_PLATFORM_CHROMIUM=1 -DLEVELDB_PLATFORM_CHROMIUM=1 -DSUPPORT_WEBGL2_COMPUTE_CONTEXT=1 -DWTF_USE_WEBAUDIO_PFFFT=1 -DUSE_LIBJPEG_TURBO=1 -DV8_DEPRECATION_WARNINGS -I../.. -Igen -Igen/shim_headers/libevent_shim -I../../third_party/libyuv/include -I../../third_party/jsoncpp/source/include -I../../third_party/jsoncpp/generated -I../../third_party/perfetto/include -Igen/third_party/perfetto/build_config -I../../third_party/libwebp/src -I../../third_party/vulkan/include -I../../third_party/khronos -I../../gpu -Igen/third_party/dawn/src/include -I../../third_party/dawn/src/include -I../../third_party/boringssl/src/include -I../../third_party/ced/src -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../third_party/protobuf/src -I../../third_party/protobuf/src -Igen/protoc_out -I../../third_party/webrtc_overrides -I../../third_party/webrtc -Igen/third_party/webrtc -I../../third_party/abseil-cpp -I../../third_party/skia -I../../third_party/libgifcodec -I../../third_party/vulkan/include -I../../third_party/skia/third_party/vulkanmemoryallocator -I../../third_party/vulkan/include -I../../third_party/angle/include -I../../third_party/angle/src/common/third_party/base -Igen/angle -I../../third_party/angle/include -I../../v8/include -Igen/v8/include -I../../third_party/crashpad/crashpad -I../../third_party/crashpad/crashpad/compat/non_mac -I../../third_party/crashpad/crashpad/compat/non_win -I../../third_party/crashpad/crashpad/compat/non_elf -I../../third_party/libwebm/source -I../../third_party/leveldatabase -I../../third_party/leveldatabase/src -I../../third_party/leveldatabase/src/include -Igen/third_party/perfetto -Igen/third_party/perfetto -Igen/third_party/perfetto -Igen/third_party/perfetto -Igen/third_party/perfetto -Igen/third_party/perfetto -Igen/third_party/perfetto -Igen/third_party/perfetto -Igen/third_party/perfetto -Igen/third_party/perfetto -I../../third_party/libjpeg_turbo -I../../third_party/iccjpeg -I../../third_party/libpng -I../../third_party/zlib -I../../third_party/ots/include -I../../v8/include -Igen/v8/include -I../../third_party/libxml/src/include -I../../third_party/libxml/linux/include -I../../third_party/snappy/src -I../../third_party/snappy/linux -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -m32 -msse2 -mfpmath=sse -mmmx -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -Wall -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-ignored-pragma-optimize -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -momit-leaf-frame-pointer -fvisibility=hidden -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wexit-time-destructors -Wglobal-constructors -g0 -Wshadow -Wconversion -Wno-float-conversion -Wno-sign-conversion -Wno-implicit-float-conversion -Wno-implicit-int-conversion -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -Wno-header-guard -I/usr/local/include/nss -I/usr/local/include/nspr -DLIBXML_STATIC= -I/usr/local/include -I/usr/local/include/libxml2 -std=c++14 -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -Wno-deprecated-declarations -idirafter /usr/local/include -idirafter /usr/X11R6/include -c gen/third_party/blink/renderer/core/xpath_grammar.cc -o obj/third_party/blink/renderer/core/core_generated/xpath_grammar.o
In file included from ../../third_party/blink/renderer/core/xml/xpath_grammar.y:30:
In file included from ../../third_party/blink/renderer/core/xml/xpath_functions.h:31:
In file included from ../../third_party/blink/renderer/core/xml/xpath_expression_node.h:32:
In file included from ../../third_party/blink/renderer/core/dom/node.h:38:
../../third_party/blink/renderer/core/style/computed_style_constants.h:159:40: warning: bitwise operation between different enumeration types ('blink::InternalGridAutoFlowAlgorithm' and 'blink::InternalGridAutoFlowDirection') [-Wenum-enum-conversion]
kInternalAutoFlowAlgorithmSparse | kInternalAutoFlowDirectionRow,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../third_party/blink/renderer/core/style/computed_style_constants.h:161:40: warning: bitwise operation between different enumeration types ('blink::InternalGridAutoFlowAlgorithm' and 'blink::InternalGridAutoFlowDirection') [-Wenum-enum-conversion]
kInternalAutoFlowAlgorithmSparse | kInternalAutoFlowDirectionColumn,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../third_party/blink/renderer/core/style/computed_style_constants.h:163:39: warning: bitwise operation between different enumeration types ('blink::InternalGridAutoFlowAlgorithm' and 'blink::InternalGridAutoFlowDirection') [-Wenum-enum-conversion]
kInternalAutoFlowAlgorithmDense | kInternalAutoFlowDirectionRow,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../third_party/blink/renderer/core/style/computed_style_constants.h:165:39: warning: bitwise operation between different enumeration types ('blink::InternalGridAutoFlowAlgorithm' and 'blink::InternalGridAutoFlowDirection') [-Wenum-enum-conversion]
kInternalAutoFlowAlgorithmDense | kInternalAutoFlowDirectionColumn
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gen/third_party/blink/renderer/core/xpath_grammar.cc:124:10: fatal error: 'xpath_grammar.hh' file not found
#include "xpath_grammar.hh"
^~~~~~~~~~~~~~~~~~
4 warnings and 1 error generated.
ninja: build stopped: subcommand failed.
*** Error 1 in devel/electron (Makefile:239 'do-build': @cd /pobj/electron-8.2.0/chromium-80.0.3987.158 && env -i PATH=/usr/bin:/bin:/usr/sb...)
*** Error 2 in devel/electron (/usr/ports/infrastructure/mk/bsd.port.mk:2952 '/pobj/electron-8.2.0/.build_done': @cd /usr/ports/devel/electr...)
*** Error 2 in devel/electron (/usr/ports/infrastructure/mk/bsd.port.mk:2602 'build': @lock=electron-8.2.0p1; export _LOCKS_HELD=" electron...)
===> Exiting devel/electron with an error
*** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:137 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...)
>>> Ended at 1619809671.87
max_stuck=23.27/depends=1.39/show-prepare-results=0.10/junk=0.42/patch=0.10/configure=0.09/build=32469.78
Error: job failed with 512 on localhost at 1619809671
==> failures/devel/splint.log <==
config.status: creating test/Makefile
config.status: creating doc/Makefile
config.status: creating bin/Makefile
config.status: creating config.h
config.status: executing depfiles commands
===> Building for splint-3.1.2p0
rm /pobj/splint-3.1.2/splint-3.1.2/src/{cgrammar,llgrammar,mtgrammar,signature}.c
gmake all-recursive
gmake[1]: Entering directory '/pobj/splint-3.1.2/splint-3.1.2'
Making all in src
gmake[2]: Entering directory '/pobj/splint-3.1.2/splint-3.1.2/src'
* Making signature.c
* Making cgrammar.c
* Note: Expect 157 shift/reduce conflicts and 123 reduce/reduce conflicts. (see cgrammar.y for explanation)
cgrammar.y: warning: 157 shift/reduce conflicts [-Wconflicts-sr]
cgrammar.y: warning: 123 reduce/reduce conflicts [-Wconflicts-rr]
cgrammar.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
* Making mtgrammar.c
* Note: Expect 11 shift/reduce conflicts.
mtgrammar.y: warning: 11 shift/reduce conflicts [-Wconflicts-sr]
mtgrammar.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
* Making llgrammar.c
* Note: Expect 2 shift/reduce conflicts
llgrammar.y: warning: 2 shift/reduce conflicts [-Wconflicts-sr]
llgrammar.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
grep "FLG_" flags.def > Headers/flag_codes.gen
gmake
gmake[3]: Entering directory '/pobj/splint-3.1.2/splint-3.1.2/src'
source='cgrammar.c' object='cgrammar.o' libtool=no \
depfile='.deps/cgrammar.Po' tmpdepfile='.deps/cgrammar.TPo' \
depmode=gcc3 /bin/sh ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -IHeaders -O2 -pipe -c `test -f cgrammar.c || echo './'`cgrammar.c
cgrammar.c:205:10: fatal error: 'cgrammar.tab.h' file not found
#include "cgrammar.tab.h"
^~~~~~~~~~~~~~~~
1 error generated.
gmake[3]: *** [Makefile:1162: cgrammar.o] Error 1
gmake[3]: Leaving directory '/pobj/splint-3.1.2/splint-3.1.2/src'
gmake[2]: Leaving directory '/pobj/splint-3.1.2/splint-3.1.2/src'
gmake[2]: *** [Makefile:1105: Headers/flag_codes.gen] Error 2
gmake[1]: Leaving directory '/pobj/splint-3.1.2/splint-3.1.2'
gmake[1]: *** [Makefile:175: all-recursive] Error 1
gmake: *** [Makefile:130: all] Error 2
*** Error 2 in devel/splint (/usr/ports/infrastructure/mk/bsd.port.mk:2956 '/pobj/splint-3.1.2/.build_done': @cd /pobj/splint-3.1.2/splint-3...)
*** Error 2 in devel/splint (/usr/ports/infrastructure/mk/bsd.port.mk:2602 'build': @lock=splint-3.1.2p0; export _LOCKS_HELD=" splint-3.1.2...)
===> Exiting devel/splint with an error
*** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:137 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...)
>>> Ended at 1619832786.88
max_stuck=0.00/depends=1.29/show-prepare-results=0.32/build=6.05
Error: job failed with 512 on i386-1 at 1619832786
==> failures/emulators/ppsspp.log <==
^
/usr/local/include/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
# define attribute_deprecated __attribute__((deprecated))
^
/pobj/ppsspp-1.10.3/ppsspp-1.10.3/Core/HW/MediaEngine.cpp:627:9: warning: 'av_frame_get_best_effort_timestamp' is deprecated [-Wdeprecated-declarations]
if (av_frame_get_best_effort_timestamp(m_pFrame) != AV_NOPTS_VALUE)
^
/usr/local/include/libavutil/frame.h:705:1: note: 'av_frame_get_best_effort_timestamp' has been explicitly marked deprecated here
attribute_deprecated
^
/usr/local/include/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
# define attribute_deprecated __attribute__((deprecated))
^
/pobj/ppsspp-1.10.3/ppsspp-1.10.3/Core/HW/MediaEngine.cpp:628:19: warning: 'av_frame_get_best_effort_timestamp' is deprecated [-Wdeprecated-declarations]
m_videopts = av_frame_get_best_effort_timestamp(m_pFrame) + av_frame_get_pkt_duration(m_pFrame) - m_firstTimeStamp;
^
/usr/local/include/libavutil/frame.h:705:1: note: 'av_frame_get_best_effort_timestamp' has been explicitly marked deprecated here
attribute_deprecated
^
/usr/local/include/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
# define attribute_deprecated __attribute__((deprecated))
^
/pobj/ppsspp-1.10.3/ppsspp-1.10.3/Core/HW/MediaEngine.cpp:628:66: warning: 'av_frame_get_pkt_duration' is deprecated [-Wdeprecated-declarations]
m_videopts = av_frame_get_best_effort_timestamp(m_pFrame) + av_frame_get_pkt_duration(m_pFrame) - m_firstTimeStamp;
^
/usr/local/include/libavutil/frame.h:709:1: note: 'av_frame_get_pkt_duration' has been explicitly marked deprecated here
attribute_deprecated
^
/usr/local/include/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
# define attribute_deprecated __attribute__((deprecated))
^
/pobj/ppsspp-1.10.3/ppsspp-1.10.3/Core/HW/MediaEngine.cpp:630:20: warning: 'av_frame_get_pkt_duration' is deprecated [-Wdeprecated-declarations]
m_videopts += av_frame_get_pkt_duration(m_pFrame);
^
/usr/local/include/libavutil/frame.h:709:1: note: 'av_frame_get_pkt_duration' has been explicitly marked deprecated here
attribute_deprecated
^
/usr/local/include/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
# define attribute_deprecated __attribute__((deprecated))
^
8 warnings and 1 error generated.
ninja: build stopped: subcommand failed.
*** Error 1 in emulators/ppsspp (/usr/ports/devel/cmake/cmake.port.mk:36 'do-build': @cd /pobj/ppsspp-1.10.3/build-i386 && exec /usr/bin/env...)
*** Error 2 in emulators/ppsspp (/usr/ports/infrastructure/mk/bsd.port.mk:2952 '/pobj/ppsspp-1.10.3/build-i386/.build_done': @cd /usr/ports/...)
*** Error 2 in emulators/ppsspp (/usr/ports/infrastructure/mk/bsd.port.mk:2602 'build': @lock=ppsspp-1.10.3; export _LOCKS_HELD=" ppsspp-1....)
===> Exiting emulators/ppsspp with an error
*** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:137 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...)
>>> Ended at 1619822489.35
max_stuck=20.97/depends=5.34/show-prepare-results=1.00/patch=1.30/configure=4.36/build=776.56
Error: job failed with 512 on i386-1 at 1619822489
==> failures/graphics/birdfont.log <==
Looking for library: xmlbird = 9
Looking for library: gee-0.8 = 9
[92mDone[0m
Writing Config.vala
>>> Running build in graphics/birdfont at 1619844005.81
===> graphics/birdfont
===> Building for birdfont-2.29.4
cd /pobj/birdfont-2.29.4/birdfont-2.29.4 && /usr/local/bin/doit
build/libbirdfont/load_font.c:20:10: fatal error: 'birdfont.h' file not found
#include "birdfont.h"
^~~~~~~~~~~~
1 error generated.
. build
. compile_translations
. man:birdfont.1
. man:birdfont-export.1
. man:birdfont-import.1
. man:birdfont-autotrace.1
. mkdir build/libbirdfont
. copy libbirdfont/OpenFontFormat/loadfont.h
. copy libbirdfont/overview_glyph.c
. copy libbirdfont/OpenFontFormat/load_font.c
. copy libbirdfont/Renderer/fontconfig.c
. mkdir build/libbirdgems
. copy libbirdgems/GraphicsGems.h
. valac libbirdgems
. copy libbirdgems/GGVecLib.c
. copy libbirdgems/fit_cubic.c
. compile build/libbirdgems/birdgems.c
. compile build/libbirdgems/GGVecLib.c
. compile build/libbirdgems/fit_cubic.c
. libbirdgems
. Create link libbirdgems.so.17.0 libbirdgems.so
. compile build/libbirdfont/overview_glyph.c
. compile build/libbirdfont/load_font.c
TaskFailed - taskid:compile build/libbirdfont/load_font.c
Command failed: 'cc -c build/libbirdfont/load_font.c -fPIC -D 'GETTEXT_PACKAGE="birdfont"' -I ./build/libbirdfont -I ./build/libbirdgems $(pkg-config --cflags sqlite3) $(pkg-config --cflags fontconfig) $(pkg-config --cflags gee-0.8) $(pkg-config --cflags gio-2.0) $(pkg-config --cflags cairo) $(pkg-config --cflags glib-2.0) $(pkg-config --cflags xmlbird) -o build/libbirdfont/load_font.o' returned 1
########################################
compile build/libbirdfont/load_font.c <stdout>:
*** Error 1 in graphics/birdfont (Makefile:58 'do-build')
*** Error 2 in graphics/birdfont (/usr/ports/infrastructure/mk/bsd.port.mk:2952 '/pobj/birdfont-2.29.4/.build_done': @cd /usr/ports/graphics...)
*** Error 2 in graphics/birdfont (/usr/ports/infrastructure/mk/bsd.port.mk:2602 'build': @lock=birdfont-2.29.4; export _LOCKS_HELD=" birdfo...)
===> Exiting graphics/birdfont with an error
*** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:137 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...)
>>> Ended at 1619844008.94
max_stuck=1.63/depends=4.68/show-prepare-results=1.07/junk=0.50/patch=0.55/configure=0.85/build=3.14
Error: job failed with 512 on localhost at 1619844008
==> failures/lang/sbcl.log <==
;; Loaded file obj/from-host/src/code/error.fas
;; Loading file obj/from-host/src/code/macroexpand.fas ...
;; Loaded file obj/from-host/src/code/macroexpand.fas
;; Loading file obj/from-host/src/code/late-extensions.fas ...
;; Loaded file obj/from-host/src/code/late-extensions.fas
;; Loading file obj/from-host/src/code/early-step.fas ...
;; Loaded file obj/from-host/src/code/early-step.fas
;; Loading file obj/from-host/src/compiler/late-proclaim.fas ...
;; Loaded file obj/from-host/src/compiler/late-proclaim.fas
;; Loading file obj/from-host/src/code/defboot.fas ...
;; Loaded file obj/from-host/src/code/defboot.fas
;; Loading file obj/from-host/src/code/setf.fas ...
;; Loaded file obj/from-host/src/code/setf.fas
;; Loading file obj/from-host/src/code/macros.fas ...
;; Loaded file obj/from-host/src/code/macros.fas
;; Loading file obj/from-host/src/code/loop.fas ...
;; Loaded file obj/from-host/src/code/loop.fas
;; Loading file obj/from-host/src/code/late-format.fas ...
;; Loaded file obj/from-host/src/code/late-format.fas
;; Loading file tests/type.before-xc.lisp ...
;; Loaded file tests/type.before-xc.lisp
;; Loading file tests/info.before-xc.lisp ...
;; Loaded file tests/info.before-xc.lisp
;; Loading file tests/vm.before-xc.lisp ...
;; Loaded file tests/vm.before-xc.lisp
;; Compiling file /pobj/sbcl-2.0.1/sbcl-2.0.1/src/compiler/generic/genesis.lisp ...
;; Wrote file /pobj/sbcl-2.0.1/sbcl-2.0.1/obj/from-host/src/compiler/generic/genesis.fas-tmp
0 errors, 0 warnings
;; Loading file obj/from-host/src/compiler/generic/genesis.fas ...
;; Loaded file obj/from-host/src/compiler/generic/genesis.fas
*** - OPEN: File
#P"/pobj/sbcl-2.0.1/sbcl-2.0.1/obj/from-xc/tls-init.lisp-expr" does not
exist
The following restarts are available:
SKIP :R1 skip (GENESIS OBJECT-FILE-NAMES # ...)
RETRY :R2 retry (GENESIS OBJECT-FILE-NAMES # ...)
STOP :R3 stop loading file /pobj/sbcl-2.0.1/sbcl-2.0.1/make-genesis-2.lisp
ABORT-BUILD :R4 Abort building SBCL.
ABORT :R5 Abort main loop
//testing for consistency of first and second GENESIS passes
diff: output/genesis-2: No such file or directory
error: header files do not match between first and second GENESIS
*** Error 1 in lang/sbcl (Makefile:76 'do-build')
*** Error 2 in lang/sbcl (/usr/ports/infrastructure/mk/bsd.port.mk:2952 '/pobj/sbcl-2.0.1/.build_done': @cd /usr/ports/lang/sbcl && PKGPATH=...)
*** Error 2 in lang/sbcl (/usr/ports/infrastructure/mk/bsd.port.mk:2602 'build': @lock=sbcl-2.0.1; export _LOCKS_HELD=" sbcl-2.0.1"; /usr...)
===> Exiting lang/sbcl with an error
*** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:137 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...)
>>> Ended at 1619817163.16
max_stuck=261.11/depends=19.68/show-prepare-results=0.51/patch=1.60/configure=0.14/build=353.90
Error: job failed with 512 on localhost at 1619817163
==> failures/lang/verilator.log <==
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3LinkLValue.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3LinkLevel.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3LinkParse.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3LinkResolve.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Localize.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Name.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Number.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Options.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Order.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Os.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Param.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3PreShell.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Premit.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Scope.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Slice.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Split.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3SplitAs.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Stats.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3StatsReport.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3String.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Subst.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Table.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Task.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Trace.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3TraceDecl.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Tristate.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Undriven.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Unknown.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Unroll.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3Width.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -c ../V3WidthSel.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -Wno-char-subscripts -Wno-null-conversion -Wno-parentheses-equality -Wno-unused -c ../V3ParseImp.cpp
c++ -I/usr/local/include -MMD -I. -I.. -I.. -I../../include -DYYDEBUG -O2 -pipe -MP -Qunused-arguments -faligned-new -fno-delete-null-pointer-checks -Wno-unused-parameter -Wno-undefined-bool-conversion -Wno-shadow -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/usr/local/share/verilator/\" -Wno-char-subscripts -Wno-null-conversion -Wno-parentheses-equality -Wno-unused -c ../V3ParseGrammar.cpp
In file included from ../V3ParseGrammar.cpp:25:
verilog.c:280:10: fatal error: 'verilog.h' file not found
#include "verilog.h"
^~~~~~~~~~~
1 error generated.
gmake[2]: *** [../Makefile_obj:284: V3ParseGrammar.o] Error 1
gmake[2]: Leaving directory '/pobj/verilator-3.912/verilator-3.912/src/obj_dbg'
gmake[1]: Leaving directory '/pobj/verilator-3.912/verilator-3.912/src'
gmake[1]: *** [Makefile:67: ../verilator_bin_dbg] Error 2
gmake: *** [Makefile:178: verilator_exe] Error 2
*** Error 2 in lang/verilator (/usr/ports/infrastructure/mk/bsd.port.mk:2956 '/pobj/verilator-3.912/.build_done': @cd /pobj/verilator-3.912/...)
*** Error 2 in lang/verilator (/usr/ports/infrastructure/mk/bsd.port.mk:2602 'build': @lock=verilator-3.912p2; export _LOCKS_HELD=" verilat...)
===> Exiting lang/verilator with an error
*** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:137 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...)
>>> Ended at 1619825946.58
max_stuck=7.52/depends=1.44/show-prepare-results=0.35/patch=0.38/configure=3.69/build=349.17
Error: job failed with 512 on i386-1 at 1619825946
==> failures/net/nextcloudclient.log <==
^
/usr/local/include/X11/qt5/QtCore/qglobal.h:382:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X'
#define QT_DEPRECATED_VERSION_X(major, minor, text) QT_DEPRECATED_VERSION_X_##major(minor, text)
^
<scratch space>:17:1: note: expanded from here
QT_DEPRECATED_VERSION_X_5
^
/usr/local/include/X11/qt5/QtCore/qglobal.h:381:53: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5'
#define QT_DEPRECATED_VERSION_X_5(minor, text) QT_DEPRECATED_VERSION_X_5_##minor(text)
^
note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/local/include/X11/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
# define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
^
/usr/local/include/X11/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
# define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
^
/usr/local/include/X11/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
^
6 warnings generated.
[68/413] /pobj/nextcloudclient-3.2.0/bin/c++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WEBSOCKETS_LIB -DQT_WIDGETS_LIB -DUNICODE -D_UNICODE -Dnextcloudsync_EXPORTS -Isrc/libsync/nextcloudsync_autogen/include -I. -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src -Isrc -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/3rdparty -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/libsync -Isrc/libsync -Isrc/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync/std -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtCore -isystem /usr/local/lib/qt5/./mkspecs/openbsd-clang -isystem /usr/local/include/X11/qt5/QtConcurrent -isystem /usr/local/include/X11/qt5/QtNetwork -isystem /usr/local/include/X11/qt5/QtWebSockets -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/X11R6/include -isystem /usr/local/include/X11/qt5/QtSvg -isystem /usr/local/include/X11/qt5/QtDBus -O2 -pipe -I/usr/local/include/inotify -I/usr/local/include/qtkeychain -I/usr/local/include -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wno-gnu-zero-variadic-macro-arguments -DNDEBUG -fPIC -fPIC -std=gnu++14 -MD -MT src/libsync/CMakeFiles/nextcloudsync.dir/clientsideencryption.cpp.o -MF src/libsync/CMakeFiles/nextcloudsync.dir/clientsideencryption.cpp.o.d -o src/libsync/CMakeFiles/nextcloudsync.dir/clientsideencryption.cpp.o -c /pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/libsync/clientsideencryption.cpp
[69/413] /pobj/nextcloudclient-3.2.0/bin/c++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WEBSOCKETS_LIB -DQT_WIDGETS_LIB -DUNICODE -D_UNICODE -Dnextcloudsync_EXPORTS -Isrc/libsync/nextcloudsync_autogen/include -I. -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src -Isrc -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/3rdparty -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/libsync -Isrc/libsync -Isrc/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync/std -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtCore -isystem /usr/local/lib/qt5/./mkspecs/openbsd-clang -isystem /usr/local/include/X11/qt5/QtConcurrent -isystem /usr/local/include/X11/qt5/QtNetwork -isystem /usr/local/include/X11/qt5/QtWebSockets -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/X11R6/include -isystem /usr/local/include/X11/qt5/QtSvg -isystem /usr/local/include/X11/qt5/QtDBus -O2 -pipe -I/usr/local/include/inotify -I/usr/local/include/qtkeychain -I/usr/local/include -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wno-gnu-zero-variadic-macro-arguments -DNDEBUG -fPIC -fPIC -std=gnu++14 -MD -MT src/libsync/CMakeFiles/nextcloudsync.dir/clientsideencryptionjobs.cpp.o -MF src/libsync/CMakeFiles/nextcloudsync.dir/clientsideencryptionjobs.cpp.o.d -o src/libsync/CMakeFiles/nextcloudsync.dir/clientsideencryptionjobs.cpp.o -c /pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/libsync/clientsideencryptionjobs.cpp
[70/413] /pobj/nextcloudclient-3.2.0/bin/c++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WEBSOCKETS_LIB -DQT_WIDGETS_LIB -DUNICODE -D_UNICODE -Dnextcloudsync_EXPORTS -Isrc/libsync/nextcloudsync_autogen/include -I. -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src -Isrc -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/3rdparty -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/libsync -Isrc/libsync -Isrc/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync/std -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtCore -isystem /usr/local/lib/qt5/./mkspecs/openbsd-clang -isystem /usr/local/include/X11/qt5/QtConcurrent -isystem /usr/local/include/X11/qt5/QtNetwork -isystem /usr/local/include/X11/qt5/QtWebSockets -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/X11R6/include -isystem /usr/local/include/X11/qt5/QtSvg -isystem /usr/local/include/X11/qt5/QtDBus -O2 -pipe -I/usr/local/include/inotify -I/usr/local/include/qtkeychain -I/usr/local/include -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wno-gnu-zero-variadic-macro-arguments -DNDEBUG -fPIC -fPIC -std=gnu++14 -MD -MT src/libsync/CMakeFiles/nextcloudsync.dir/creds/dummycredentials.cpp.o -MF src/libsync/CMakeFiles/nextcloudsync.dir/creds/dummycredentials.cpp.o.d -o src/libsync/CMakeFiles/nextcloudsync.dir/creds/dummycredentials.cpp.o -c /pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/libsync/creds/dummycredentials.cpp
[71/413] /pobj/nextcloudclient-3.2.0/bin/c++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WEBSOCKETS_LIB -DQT_WIDGETS_LIB -DUNICODE -D_UNICODE -Dnextcloudsync_EXPORTS -Isrc/libsync/nextcloudsync_autogen/include -I. -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src -Isrc -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/3rdparty -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/libsync -Isrc/libsync -Isrc/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync/std -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtCore -isystem /usr/local/lib/qt5/./mkspecs/openbsd-clang -isystem /usr/local/include/X11/qt5/QtConcurrent -isystem /usr/local/include/X11/qt5/QtNetwork -isystem /usr/local/include/X11/qt5/QtWebSockets -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/X11R6/include -isystem /usr/local/include/X11/qt5/QtSvg -isystem /usr/local/include/X11/qt5/QtDBus -O2 -pipe -I/usr/local/include/inotify -I/usr/local/include/qtkeychain -I/usr/local/include -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wno-gnu-zero-variadic-macro-arguments -DNDEBUG -fPIC -fPIC -std=gnu++14 -MD -MT src/libsync/CMakeFiles/nextcloudsync.dir/creds/abstractcredentials.cpp.o -MF src/libsync/CMakeFiles/nextcloudsync.dir/creds/abstractcredentials.cpp.o.d -o src/libsync/CMakeFiles/nextcloudsync.dir/creds/abstractcredentials.cpp.o -c /pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/libsync/creds/abstractcredentials.cpp
[72/413] /pobj/nextcloudclient-3.2.0/bin/c++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WEBSOCKETS_LIB -DQT_WIDGETS_LIB -DUNICODE -D_UNICODE -Dnextcloudsync_EXPORTS -Isrc/libsync/nextcloudsync_autogen/include -I. -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src -Isrc -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/3rdparty -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/libsync -Isrc/libsync -Isrc/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync/std -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtCore -isystem /usr/local/lib/qt5/./mkspecs/openbsd-clang -isystem /usr/local/include/X11/qt5/QtConcurrent -isystem /usr/local/include/X11/qt5/QtNetwork -isystem /usr/local/include/X11/qt5/QtWebSockets -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/X11R6/include -isystem /usr/local/include/X11/qt5/QtSvg -isystem /usr/local/include/X11/qt5/QtDBus -O2 -pipe -I/usr/local/include/inotify -I/usr/local/include/qtkeychain -I/usr/local/include -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wno-gnu-zero-variadic-macro-arguments -DNDEBUG -fPIC -fPIC -std=gnu++14 -MD -MT src/libsync/CMakeFiles/nextcloudsync.dir/creds/credentialscommon.cpp.o -MF src/libsync/CMakeFiles/nextcloudsync.dir/creds/credentialscommon.cpp.o.d -o src/libsync/CMakeFiles/nextcloudsync.dir/creds/credentialscommon.cpp.o -c /pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/libsync/creds/credentialscommon.cpp
[73/413] /pobj/nextcloudclient-3.2.0/bin/c++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WEBSOCKETS_LIB -DQT_WIDGETS_LIB -DUNICODE -D_UNICODE -Dnextcloudsync_EXPORTS -Isrc/libsync/nextcloudsync_autogen/include -I. -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src -Isrc -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/3rdparty -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/libsync -Isrc/libsync -Isrc/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync/std -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtCore -isystem /usr/local/lib/qt5/./mkspecs/openbsd-clang -isystem /usr/local/include/X11/qt5/QtConcurrent -isystem /usr/local/include/X11/qt5/QtNetwork -isystem /usr/local/include/X11/qt5/QtWebSockets -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/X11R6/include -isystem /usr/local/include/X11/qt5/QtSvg -isystem /usr/local/include/X11/qt5/QtDBus -O2 -pipe -I/usr/local/include/inotify -I/usr/local/include/qtkeychain -I/usr/local/include -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wno-gnu-zero-variadic-macro-arguments -DNDEBUG -fPIC -fPIC -std=gnu++14 -MD -MT src/libsync/CMakeFiles/nextcloudsync.dir/creds/keychainchunk.cpp.o -MF src/libsync/CMakeFiles/nextcloudsync.dir/creds/keychainchunk.cpp.o.d -o src/libsync/CMakeFiles/nextcloudsync.dir/creds/keychainchunk.cpp.o -c /pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/libsync/creds/keychainchunk.cpp
[74/413] /pobj/nextcloudclient-3.2.0/bin/c++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WEBSOCKETS_LIB -DQT_WIDGETS_LIB -DUNICODE -D_UNICODE -Dnextcloudsync_EXPORTS -Isrc/libsync/nextcloudsync_autogen/include -I. -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src -Isrc -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/3rdparty -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/libsync -Isrc/libsync -Isrc/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync/std -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtCore -isystem /usr/local/lib/qt5/./mkspecs/openbsd-clang -isystem /usr/local/include/X11/qt5/QtConcurrent -isystem /usr/local/include/X11/qt5/QtNetwork -isystem /usr/local/include/X11/qt5/QtWebSockets -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/X11R6/include -isystem /usr/local/include/X11/qt5/QtSvg -isystem /usr/local/include/X11/qt5/QtDBus -O2 -pipe -I/usr/local/include/inotify -I/usr/local/include/qtkeychain -I/usr/local/include -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wno-gnu-zero-variadic-macro-arguments -DNDEBUG -fPIC -fPIC -std=gnu++14 -MD -MT src/libsync/CMakeFiles/nextcloudsync.dir/vfs/suffix/vfs_suffix.cpp.o -MF src/libsync/CMakeFiles/nextcloudsync.dir/vfs/suffix/vfs_suffix.cpp.o.d -o src/libsync/CMakeFiles/nextcloudsync.dir/vfs/suffix/vfs_suffix.cpp.o -c /pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/libsync/vfs/suffix/vfs_suffix.cpp
[75/413] /pobj/nextcloudclient-3.2.0/bin/c++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WEBSOCKETS_LIB -DQT_WIDGETS_LIB -DUNICODE -D_UNICODE -Dnextcloudsync_EXPORTS -Isrc/libsync/nextcloudsync_autogen/include -I. -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src -Isrc -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/3rdparty -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/libsync -Isrc/libsync -Isrc/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync/std -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtCore -isystem /usr/local/lib/qt5/./mkspecs/openbsd-clang -isystem /usr/local/include/X11/qt5/QtConcurrent -isystem /usr/local/include/X11/qt5/QtNetwork -isystem /usr/local/include/X11/qt5/QtWebSockets -isystem /usr/local/include/X11/qt5/QtWidgets -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/X11R6/include -isystem /usr/local/include/X11/qt5/QtSvg -isystem /usr/local/include/X11/qt5/QtDBus -O2 -pipe -I/usr/local/include/inotify -I/usr/local/include/qtkeychain -I/usr/local/include -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wno-gnu-zero-variadic-macro-arguments -DNDEBUG -fPIC -fPIC -std=gnu++14 -MD -MT src/libsync/CMakeFiles/nextcloudsync.dir/creds/httpcredentials.cpp.o -MF src/libsync/CMakeFiles/nextcloudsync.dir/creds/httpcredentials.cpp.o.d -o src/libsync/CMakeFiles/nextcloudsync.dir/creds/httpcredentials.cpp.o -c /pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/libsync/creds/httpcredentials.cpp
[76/413] /pobj/nextcloudclient-3.2.0/bin/c++ -DOWNCLOUD_BIN_PATH=\"/pobj/nextcloudclient-3.2.0/build-i386/bin\" -DOWNCLOUD_TEST -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_MESSAGELOGCONTEXT -DQT_NO_DEBUG -DQT_USE_QSTRINGBUILDER -DUNICODE -D_UNICODE -Itest/csync/check_vio_ext_autogen/include -I. -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src -Isrc -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/test/csync -Isrc/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync/std -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtCore -isystem /usr/local/lib/qt5/./mkspecs/openbsd-clang -isystem /usr/local/include/X11/qt5/QtConcurrent -O2 -pipe -I/usr/local/include/inotify -I/usr/local/include/qtkeychain -I/usr/local/include -pedantic -DNDEBUG -fPIC -std=gnu++14 -MD -MT test/csync/CMakeFiles/check_vio_ext.dir/check_vio_ext_autogen/mocs_compilation.cpp.o -MF test/csync/CMakeFiles/check_vio_ext.dir/check_vio_ext_autogen/mocs_compilation.cpp.o.d -o test/csync/CMakeFiles/check_vio_ext.dir/check_vio_ext_autogen/mocs_compilation.cpp.o -c test/csync/check_vio_ext_autogen/mocs_compilation.cpp
[77/413] /pobj/nextcloudclient-3.2.0/bin/c++ -DOWNCLOUD_BIN_PATH=\"/pobj/nextcloudclient-3.2.0/build-i386/bin\" -DOWNCLOUD_TEST -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_MESSAGELOGCONTEXT -DQT_NO_DEBUG -DQT_USE_QSTRINGBUILDER -DUNICODE -D_UNICODE -Itest/csync/check_vio_ext_autogen/include -I. -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src -Isrc -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/test/csync -Isrc/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync/std -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtCore -isystem /usr/local/lib/qt5/./mkspecs/openbsd-clang -isystem /usr/local/include/X11/qt5/QtConcurrent -O2 -pipe -I/usr/local/include/inotify -I/usr/local/include/qtkeychain -I/usr/local/include -pedantic -DNDEBUG -fPIC -std=gnu++14 -MD -MT test/csync/CMakeFiles/check_vio_ext.dir/vio_tests/check_vio_ext.cpp.o -MF test/csync/CMakeFiles/check_vio_ext.dir/vio_tests/check_vio_ext.cpp.o.d -o test/csync/CMakeFiles/check_vio_ext.dir/vio_tests/check_vio_ext.cpp.o -c /pobj/nextcloudclient-3.2.0/desktop-3.2.0/test/csync/vio_tests/check_vio_ext.cpp
[78/413] /pobj/nextcloudclient-3.2.0/bin/c++ -DOWNCLOUD_BIN_PATH=\"/pobj/nextcloudclient-3.2.0/build-i386/bin\" -DOWNCLOUD_TEST -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_MESSAGELOGCONTEXT -DQT_NO_DEBUG -DQT_USE_QSTRINGBUILDER -DUNICODE -D_UNICODE -Itest/csync/check_std_c_jhash_autogen/include -I. -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src -Isrc -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/test/csync -Isrc/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync/std -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtCore -isystem /usr/local/lib/qt5/./mkspecs/openbsd-clang -isystem /usr/local/include/X11/qt5/QtConcurrent -O2 -pipe -I/usr/local/include/inotify -I/usr/local/include/qtkeychain -I/usr/local/include -pedantic -DNDEBUG -fPIC -std=gnu++14 -MD -MT test/csync/CMakeFiles/check_std_c_jhash.dir/check_std_c_jhash_autogen/mocs_compilation.cpp.o -MF test/csync/CMakeFiles/check_std_c_jhash.dir/check_std_c_jhash_autogen/mocs_compilation.cpp.o.d -o test/csync/CMakeFiles/check_std_c_jhash.dir/check_std_c_jhash_autogen/mocs_compilation.cpp.o -c test/csync/check_std_c_jhash_autogen/mocs_compilation.cpp
[79/413] /pobj/nextcloudclient-3.2.0/bin/cc -DOWNCLOUD_BIN_PATH=\"/pobj/nextcloudclient-3.2.0/build-i386/bin\" -DOWNCLOUD_TEST -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_MESSAGELOGCONTEXT -DQT_NO_DEBUG -DQT_USE_QSTRINGBUILDER -DUNICODE -D_UNICODE -Itest/csync/check_std_c_jhash_autogen/include -I. -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src -Isrc -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/test/csync -Isrc/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync -I/pobj/nextcloudclient-3.2.0/desktop-3.2.0/src/csync/std -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtCore -isystem /usr/local/lib/qt5/./mkspecs/openbsd-clang -isystem /usr/local/include/X11/qt5/QtConcurrent -O2 -pipe -I/usr/local/include/inotify -I/usr/local/include/qtkeychain -I/usr/local/include -Wno-incompatible-pointer-types-discards-qualifiers -DNDEBUG -fPIC -MD -MT test/csync/CMakeFiles/check_std_c_jhash.dir/std_tests/check_std_c_jhash.c.o -MF test/csync/CMakeFiles/check_std_c_jhash.dir/std_tests/check_std_c_jhash.c.o.d -o test/csync/CMakeFiles/check_std_c_jhash.dir/std_tests/check_std_c_jhash.c.o -c /pobj/nextcloudclient-3.2.0/desktop-3.2.0/test/csync/std_tests/check_std_c_jhash.c
[80/413] : && /pobj/nextcloudclient-3.2.0/bin/c++ -fPIC -O2 -pipe -I/usr/local/include/inotify -I/usr/local/include/qtkeychain -I/usr/local/include -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wno-gnu-zero-variadic-macro-arguments -DNDEBUG -Wl,-z,relro -Wl,-z,now -shared -Wl,-soname,libnextcloudsync.so.0.1 -o src/libsync/libnextcloudsync.so.0.1 src/libsync/CMakeFiles/nextcloudsync.dir/nextcloudsync_autogen/mocs_compilation.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/account.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/pushnotifications.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/wordlist.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/bandwidthmanager.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/capabilities.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/clientproxy.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/cookiejar.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/discovery.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/discoveryphase.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/encryptfolderjob.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/filesystem.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/httplogger.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/logger.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/accessmanager.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/configfile.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/abstractnetworkjob.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/networkjobs.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/owncloudpropagator.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/nextcloudtheme.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/abstractpropagateremotedeleteencrypted.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/deletejob.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/progressdispatcher.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/propagatorjobs.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/propagatedownload.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/propagateupload.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/propagateuploadv1.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/propagateuploadng.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/propagateremotedelete.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/propagateremotedeleteencrypted.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/propagateremotedeleteencryptedrootfolder.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/propagateremotemove.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/propagateremotemkdir.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/propagateuploadencrypted.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/propagatedownloadencrypted.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/syncengine.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/syncfileitem.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/syncfilestatustracker.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/localdiscoverytracker.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/syncresult.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/theme.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/clientsideencryption.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/clientsideencryptionjobs.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/creds/dummycredentials.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/creds/abstractcredentials.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/creds/credentialscommon.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/creds/keychainchunk.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/vfs/suffix/vfs_suffix.cpp.o src/libsync/CMakeFiles/nextcloudsync.dir/creds/httpcredentials.cpp.o -L/pobj/nextcloudclient-3.2.0/build-i386/src/csync -L/usr/local/lib/qt5/. -L/usr/local/lib -Wl,-z,origin,-rpath,/pobj/nextcloudclient-3.2.0/build-i386/src/csync:/usr/local/lib/qt5/.:/usr/X11R6/lib: -lnextcloud_csync /usr/lib/libcrypto.so.46.2 /usr/lib/libssl.so.48.2 -lQt5WebSockets -lQt5Svg -lqt5keychain -lsqlite3 -lQt5Concurrent /usr/lib/libz.so.5.0 /usr/lib/libcrypto.so.46.2 -lQt5Network -lQt5Widgets -lQt5Gui -lsecret-1 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lQt5DBus -lQt5Core -Wl,-rpath-link,/usr/X11R6/lib && :
[81/413] : && /pobj/nextcloudclient-3.2.0/bin/c++ -O2 -pipe -I/usr/local/include/inotify -I/usr/local/include/qtkeychain -I/usr/local/include -pedantic -DNDEBUG -L/usr/local/lib/inotify -L/usr/local/lib -linotify -Wl,-rpath=/usr/local/lib/inotify test/csync/CMakeFiles/check_vio_ext.dir/check_vio_ext_autogen/mocs_compilation.cpp.o test/csync/CMakeFiles/check_vio_ext.dir/vio_tests/check_vio_ext.cpp.o -o test/csync/check_vio_ext -L/usr/local/lib/qt5/. -L/pobj/nextcloudclient-3.2.0/build-i386/src/csync -L/usr/local/lib -L/usr/local/lib/inotify -L/usr/lib -Wl,-z,origin,-rpath,/usr/local/lib/qt5/.:/pobj/nextcloudclient-3.2.0/build-i386/src/csync test/csync/libtorture.a -lQt5Core -lnextcloud_csync -lcmocka -lsqlite3 -lQt5Concurrent -lQt5Core /usr/lib/libz.so.5.0 -Wl,-rpath-link,/usr/X11R6/lib && :
FAILED: test/csync/check_vio_ext
: && /pobj/nextcloudclient-3.2.0/bin/c++ -O2 -pipe -I/usr/local/include/inotify -I/usr/local/include/qtkeychain -I/usr/local/include -pedantic -DNDEBUG -L/usr/local/lib/inotify -L/usr/local/lib -linotify -Wl,-rpath=/usr/local/lib/inotify test/csync/CMakeFiles/check_vio_ext.dir/check_vio_ext_autogen/mocs_compilation.cpp.o test/csync/CMakeFiles/check_vio_ext.dir/vio_tests/check_vio_ext.cpp.o -o test/csync/check_vio_ext -L/usr/local/lib/qt5/. -L/pobj/nextcloudclient-3.2.0/build-i386/src/csync -L/usr/local/lib -L/usr/local/lib/inotify -L/usr/lib -Wl,-z,origin,-rpath,/usr/local/lib/qt5/.:/pobj/nextcloudclient-3.2.0/build-i386/src/csync test/csync/libtorture.a -lQt5Core -lnextcloud_csync -lcmocka -lsqlite3 -lQt5Concurrent -lQt5Core /usr/lib/libz.so.5.0 -Wl,-rpath-link,/usr/X11R6/lib && :
ld: error: undefined symbol: argp_parse
>>> referenced by cmdline.c
>>> cmdline.c.o:(torture_cmdline_parse) in archive test/csync/libtorture.a
c++: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
*** Error 1 in net/nextcloudclient (/usr/ports/devel/cmake/cmake.port.mk:36 'do-build': @cd /pobj/nextcloudclient-3.2.0/build-i386 && exec /...)
*** Error 2 in net/nextcloudclient (/usr/ports/infrastructure/mk/bsd.port.mk:2952 '/pobj/nextcloudclient-3.2.0/build-i386/.build_done': @cd ...)
*** Error 2 in net/nextcloudclient (/usr/ports/infrastructure/mk/bsd.port.mk:2602 'build': @lock=nextcloudclient-3.2.0; export _LOCKS_HELD=...)
===> Exiting net/nextcloudclient with an error
*** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:137 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...)
>>> Ended at 1619826137.56
max_stuck=2.89/depends=4.45/show-prepare-results=3.46/junk=0.47/patch=5.33/configure=21.03/build=167.44
Error: job failed with 512 on localhost at 1619826137
==> failures/net/olsrd,-gui.log <==
#define INT32_MAX 0x7fffffff
^~~~~~~~~~
/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src/scheduler.h:118:45: note: expanded from macro 'GET_TIMESTAMP'
#define GET_TIMESTAMP(s1) olsr_getTimestamp(s1)
^~
1 warning generated.
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/olsr_cookie.o src/olsr_cookie.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/olsr_niit.o src/olsr_niit.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/olsr_spf.o src/olsr_spf.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/packet.o src/packet.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/parser.o src/parser.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/pid_file.o src/pid_file.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/plugin_loader.o src/plugin_loader.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/plugin_util.o src/plugin_util.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/process_package.o src/process_package.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/process_routes.o src/process_routes.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/rebuild_packet.o src/rebuild_packet.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/routing_table.o src/routing_table.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/scheduler.o src/scheduler.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/superfasthash.o src/superfasthash.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/tc_set.o src/tc_set.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/two_hop_neighbor_table.o src/two_hop_neighbor_table.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/bsd/apm.o src/bsd/apm.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/bsd/dummy.o src/bsd/dummy.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/bsd/kernel_routes.o src/bsd/kernel_routes.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/bsd/net.o src/bsd/net.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/unix/ifnet.o src/unix/ifnet.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/unix/log.o src/unix/log.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/unix/misc.o src/unix/misc.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/cfgparser/olsrd_conf.o src/cfgparser/olsrd_conf.c
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/cfgparser/olsrd_conf_checksum.o src/cfgparser/olsrd_conf_checksum.c
bison -d -o "src/cfgparser/oparse.c-tmp" "src/cfgparser/oparse.y"
sed -e 's/register //' \
-e '/^#line/s/src\/cfgparser\/oparse\.c-tmp/src\/cfgparser\/oparse\.c/' \
< "src/cfgparser/oparse.c-tmp" >"src/cfgparser/oparse.c"
mv "src/cfgparser/oparse.h-tmp" "src/cfgparser/oparse.h"
rm -f "src/cfgparser/oparse.c-tmp" "src/cfgparser/oparse.h-tmp"
cc -O2 -pipe -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/src -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/nmealib/include -I/pobj/olsrd-0.9.6.1/olsrd-0.9.6.1/lib/pud/wireformat/include -DUSE_FPM -DOLSRD_GLOBAL_CONF_FILE=\"/etc/olsrd/olsrd.conf\" -D__OpenBSD__ -DNDEBUG -c -o src/cfgparser/oparse.o src/cfgparser/oparse.c
src/cfgparser/oparse.c:265:10: fatal error: 'oparse.h-tmp' file not found
#include "oparse.h-tmp"
^~~~~~~~~~~~~~
1 error generated.
gmake: *** [Makefile.inc:346: src/cfgparser/oparse.o] Error 1
*** Error 2 in net/olsrd (/usr/ports/infrastructure/mk/bsd.port.mk:2956 '/pobj/olsrd-0.9.6.1/.build_done': @cd /pobj/olsrd-0.9.6.1/olsrd-0.9...)
*** Error 2 in net/olsrd (/usr/ports/infrastructure/mk/bsd.port.mk:2602 'build': @lock=olsrd-0.9.6.1; export _LOCKS_HELD=" olsrd-0.9.6.1"; ...)
===> Exiting net/olsrd,-gui with an error
*** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:137 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...)
>>> Ended at 1619820394.27
max_stuck=0.00/depends=1.47/show-prepare-results=0.48/junk=0.44/build=12.44
Error: job failed with 512 on localhost at 1619820394
==> failures/x11/qt5/qtwebkit.log <==
[2887/4284] /pobj/qtwebkit-5.212.0alpha4/bin/c++ -DBUILDING_QT__=1 -DBUILDING_WITH_CMAKE=1 -DBUILDING_WebCore -DHAVE_CONFIG_H=1 -DQT_ASCII_CAST_WARNINGS -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DYNAMIC_CAST -DQT_NO_EXCEPTIONS -DQT_SENSORS_LIB -DQT_USE_QSTRINGBUILDER -DWebCore_EXPORTS -ISource/WebCore -I../Source/WebCore -I../Source/WebCore/Modules/airplay -I../Source/WebCore/Modules/battery -I../Source/WebCore/Modules/encryptedmedia -I../Source/WebCore/Modules/fetch -I../Source/WebCore/Modules/geolocation -I../Source/WebCore/Modules/indexeddb -I../Source/WebCore/Modules/indexeddb/client -I../Source/WebCore/Modules/indexeddb/server -I../Source/WebCore/Modules/indexeddb/shared -I../Source/WebCore/Modules/indieui -I../Source/WebCore/Modules/mediacontrols -I../Source/WebCore/Modules/mediasession -I../Source/WebCore/Modules/mediasource -I../Source/WebCore/Modules/mediastream -I../Source/WebCore/Modules/navigatorcontentutils -I../Source/WebCore/Modules/notifications -I../Source/WebCore/Modules/plugins -I../Source/WebCore/Modules/proximity -I../Source/WebCore/Modules/quota -I../Source/WebCore/Modules/speech -I../Source/WebCore/Modules/streams -I../Source/WebCore/Modules/vibration -I../Source/WebCore/Modules/webaudio -I../Source/WebCore/Modules/webdatabase -I../Source/WebCore/Modules/websockets -I../Source/WebCore/accessibility -I../Source/WebCore/bindings -I../Source/WebCore/bindings/generic -I../Source/WebCore/bindings/js -I../Source/WebCore/bridge -I../Source/WebCore/bridge/c -I../Source/WebCore/bridge/jsc -I../Source/WebCore/contentextensions -I../Source/WebCore/crypto -I../Source/WebCore/crypto/algorithms -I../Source/WebCore/crypto/keys -I../Source/WebCore/crypto/parameters -I../Source/WebCore/css -I../Source/WebCore/cssjit -I../Source/WebCore/dom -I../Source/WebCore/dom/default -I../Source/WebCore/editing -I../Source/WebCore/fileapi -I../Source/WebCore/history -I../Source/WebCore/html -I../Source/WebCore/html/canvas -I../Source/WebCore/html/forms -I../Source/WebCore/html/parser -I../Source/WebCore/html/shadow -I../Source/WebCore/html/track -I../Source/WebCore/inspector -I../Source/WebCore/loader -I../Source/WebCore/loader/appcache -I../Source/WebCore/loader/archive -I../Source/WebCore/loader/archive/mhtml -I../Source/WebCore/loader/cache -I../Source/WebCore/loader/icon -I../Source/WebCore/mathml -I../Source/WebCore/page -I../Source/WebCore/page/animation -I../Source/WebCore/page/csp -I../Source/WebCore/page/scrolling -I../Source/WebCore/platform -I../Source/WebCore/platform/animation -I../Source/WebCore/platform/audio -I../Source/WebCore/platform/crypto -I../Source/WebCore/platform/graphics -I../Source/WebCore/platform/graphics/cpu/arm -I../Source/WebCore/platform/graphics/cpu/arm/filters -I../Source/WebCore/platform/graphics/displaylists -I../Source/WebCore/platform/graphics/filters -I../Source/WebCore/platform/graphics/harfbuzz -I../Source/WebCore/platform/graphics/harfbuzz/ng -I../Source/WebCore/platform/graphics/opentype -I../Source/WebCore/platform/graphics/transforms -I../Source/WebCore/platform/mediastream -I../Source/WebCore/platform/mock -I../Source/WebCore/platform/mock/mediasource -I../Source/WebCore/platform/network -I../Source/WebCore/platform/sql -I../Source/WebCore/platform/text -I../Source/WebCore/platform/text/icu -I../Source/WebCore/plugins -I../Source/WebCore/rendering -I../Source/WebCore/rendering/line -I../Source/WebCore/rendering/mathml -I../Source/WebCore/rendering/shapes -I../Source/WebCore/rendering/style -I../Source/WebCore/rendering/svg -I../Source/WebCore/replay -I../Source/WebCore/storage -I../Source/WebCore/style -I../Source/WebCore/svg -I../Source/WebCore/svg/animation -I../Source/WebCore/svg/graphics -I../Source/WebCore/svg/graphics/filters -I../Source/WebCore/svg/properties -I../Source/WebCore/websockets -I../Source/WebCore/workers -I../Source/WebCore/xml -I../Source/WebCore/xml/parser -IDerivedSources -IDerivedSources/ForwardingHeaders -IDerivedSources/WebCore -I../Source -I. -I../Source/WebCore/platform/graphics/gpu -I../Source/WebCore/platform/image-decoders -I../Source/WebCore/platform/image-decoders/bmp -I../Source/WebCore/platform/image-decoders/gif -I../Source/WebCore/platform/image-decoders/ico -I../Source/WebCore/platform/image-decoders/jpeg -I../Source/WebCore/platform/image-decoders/png -I../Source/WebCore/platform/image-decoders/webp -I../Source/WebCore/platform/linux -I../Source/WebCore/platform/graphics/texmap -I../Source/WebCore/page/scrolling/coordinatedgraphics -I../Source/WebCore/platform/graphics/texmap/coordinated -IDerivedSources/JavaScriptCore -IDerivedSources/JavaScriptCore/inspector -I../Source/JavaScriptCore -I../Source/JavaScriptCore/ForwardingHeaders -I../Source/JavaScriptCore/API -I../Source/JavaScriptCore/assembler -I../Source/JavaScriptCore/bytecode -I../Source/JavaScriptCore/bytecompiler -I../Source/JavaScriptCore/dfg -I../Source/JavaScriptCore/disassembler -I../Source/JavaScriptCore/heap -I../Source/JavaScriptCore/debugger -I../Source/JavaScriptCore/interpreter -I../Source/JavaScriptCore/jit -I../Source/JavaScriptCore/llint -I../Source/JavaScriptCore/parser -I../Source/JavaScriptCore/profiler -I../Source/JavaScriptCore/runtime -I../Source/JavaScriptCore/yarr -I../Source/ThirdParty/ANGLE -I../Source/ThirdParty/ANGLE/include/KHR -I../Source/WebCore/Modules/gamepad -I../Source/WebCore/bridge/qt -I../Source/WebCore/dom/qt -I../Source/WebCore/editing/qt -I../Source/WebCore/history/qt -I../Source/WebCore/page/qt -I../Source/WebCore/platform/qt -I../Source/WebCore/platform/audio/qt -I../Source/WebCore/platform/graphics/egl -I../Source/WebCore/platform/graphics/glx -I../Source/WebCore/platform/graphics/gpu/qt -I../Source/WebCore/platform/graphics/opengl -I../Source/WebCore/platform/graphics/surfaces -I../Source/WebCore/platform/graphics/surfaces/qt -I../Source/WebCore/platform/graphics/qt -I../Source/WebCore/platform/graphics/win -I../Source/WebCore/platform/network/qt -I../Source/WebCore/platform/text/qt -I../Source/WebCore/platform/win -I../Source/WebCore/platform/graphics/x11 -I../Source/WTF -I../Source/WebCore/platform/mediastream/openwebrtc -I../Source/WebCore/platform/graphics/gstreamer -I../Source/WebCore/platform/audio/gstreamer -I../Source/WebCore/testing -isystem /usr/local/include -isystem /usr/local/include/libxml2 -isystem /usr/local/include/X11/qt5 -isystem /usr/local/include/X11/qt5/QtGui -isystem /usr/local/include/X11/qt5/QtCore -isystem /usr/local/lib/qt5/./mkspecs/openbsd-clang -isystem /usr/X11R6/include -isystem /usr/local/include/X11/qt5/QtGui/5.15.2 -isystem /usr/local/include/X11/qt5/QtGui/5.15.2/QtGui -isystem /usr/local/include/X11/qt5/QtCore/5.15.2 -isystem /usr/local/include/X11/qt5/QtCore/5.15.2/QtCore -isystem /usr/local/include/X11/qt5/QtNetwork -isystem /usr/local/include/X11/qt5/QtNetwork/5.15.2 -isystem /usr/local/include/X11/qt5/QtNetwork/5.15.2/QtNetwork -isystem /usr/local/include/X11/qt5/QtSensors -isystem /usr/local/include/glib-2.0 -isystem /usr/local/lib/glib-2.0/include -isystem /usr/local/include/gstreamer-1.0 -isystem /usr/local/include/orc-0.4 -O2 -pipe -fno-ret-protector -fno-exceptions -fno-strict-aliasing -fno-rtti -std=c++11 -fcolor-diagnostics -Qunused-arguments -DNDEBUG -ffunction-sections -fdata-sections -fPIC -Wall -Wextra -Wcast-align -Wformat-security -Wmissing-format-attribute -Wpointer-arith -Wundef -Wwrite-strings -Wno-parentheses-equality -fPIC -MD -MT Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/StyleBuilder.cpp.o -MF Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/StyleBuilder.cpp.o.d -o Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/StyleBuilder.cpp.o -c DerivedSources/WebCore/StyleBuilder.cpp
In file included from DerivedSources/WebCore/StyleBuilder.cpp:6:
In file included from ../Source/WebCore/css/CSSPrimitiveValueMappings.h:33:
In file included from ../Source/WebCore/css/CSSCalculationValue.h:34:
In file included from ../Source/WebCore/css/CSSPrimitiveValue.h:26:
In file included from ../Source/WebCore/css/CSSValue.h:24:
In file included from ../Source/WebCore/dom/ExceptionCode.h:22:
In file included from ../Source/WTF/wtf/text/WTFString.h:29:
In file included from ../Source/WTF/wtf/text/StringImpl.h:32:
../Source/WTF/wtf/MathExtras.h:314:43: warning: implicit conversion from 'std::__1::numeric_limits<unsigned long long>::type' (aka 'unsigned long long') to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion]
double fmodValue = fmod(trunc(d), std::numeric_limits<unsigned long long>::max() + 1.0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~
In file included from DerivedSources/WebCore/StyleBuilder.cpp:6:
In file included from ../Source/WebCore/css/CSSPrimitiveValueMappings.h:46:
In file included from ../Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33:
../Source/WebCore/svg/SVGLength.h:62:5: warning: definition of implicit copy assignment operator for 'SVGLength' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
SVGLength(const SVGLength&);
^
../Source/WebCore/rendering/style/SVGRenderStyle.h:249:36: note: in implicit copy assignment operator for 'WebCore::SVGLength' first required here
text.access()->kerning = obj;
^
In file included from DerivedSources/WebCore/StyleBuilder.cpp:8:
In file included from ../Source/WebCore/rendering/style/RenderStyle.h:54:
In file included from ../Source/WebCore/rendering/style/ShapeValue.h:33:
../Source/WebCore/rendering/style/BasicShapes.h:93:5: warning: definition of implicit copy assignment operator for 'BasicShapeCenterCoordinate' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
^
../Source/WebCore/rendering/style/BasicShapes.h:186:69: note: in implicit copy assignment operator for 'WebCore::BasicShapeCenterCoordinate' first required here
void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTFMove(centerX); }
^
../Source/WebCore/rendering/style/BasicShapes.h:144:5: warning: definition of implicit copy assignment operator for 'BasicShapeRadius' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
BasicShapeRadius(const BasicShapeRadius& other)
^
../Source/WebCore/rendering/style/BasicShapes.h:188:56: note: in implicit copy assignment operator for 'WebCore::BasicShapeRadius' first required here
void setRadius(BasicShapeRadius radius) { m_radius = WTFMove(radius); }
^
In file included from DerivedSources/WebCore/StyleBuilder.cpp:9:
../Source/WebCore/css/StyleBuilderConverter.h:1016:100: warning: implicit conversion from 'const int' to 'float' changes value from 33554429 to 33554428 [-Wimplicit-const-int-float-conversion]
wordSpacing = Length(clampTo<float>(primitiveValue.getDoubleValue(), minValueForCssLength, maxValueForCssLength), Percent);
~~~~~~~ ^~~~~~~~~~~~~~~~~~~~
5 warnings generated.
ninja: build stopped: subcommand failed.
*** Error 1 in x11/qt5/qtwebkit (/usr/ports/devel/cmake/cmake.port.mk:36 'do-build': @cd /pobj/qtwebkit-5.212.0alpha4/qtwebkit-5.212.0-alpha...)
*** Error 2 in x11/qt5/qtwebkit (/usr/ports/infrastructure/mk/bsd.port.mk:2952 '/pobj/qtwebkit-5.212.0alpha4/qtwebkit-5.212.0-alpha4/build-i386/.build_done')
*** Error 2 in x11/qt5/qtwebkit (/usr/ports/infrastructure/mk/bsd.port.mk:2602 'build': @lock=qtwebkit-5.212.0alpha4p2v0; export _LOCKS_HEL...)
===> Exiting x11/qt5/qtwebkit with an error
*** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:137 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...)
>>> Ended at 1619765167.51
max_stuck=31.17/depends=5.81/show-prepare-results=2.39/extract=1.87/patch=0.62/configure=46.35/build=3104.87
Error: job failed with 512 on localhost at 1619765167
----- End forwarded message -----
No comments:
Post a Comment