[Bug 267158] [NEW PORT] devel/arm-compute-library

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 06 Mar 2023 10:00:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267158

--- Comment #13 from Robert Clausecker <fuz@FreeBSD.org> ---
Test build fails on i386 FreeBSD 13.1:

g++12 -o build/utils/CommonGraphOptions.o -c -DARCH_ARM -Wextra
-Wdisabled-optimization -Wformat=2 -Winit-self -Wstrict-overflow=2
-Wswitch-default -Woverloaded-virtual -Wformat-security -Wctor-dtor-privacy
-Wsign-promo -Weffc++ -Wno-overlength-strings -Wall -std=c++14 -pedantic
-Wlogical-op -Wnoexcept -Wstrict-null-sentinel -Wno-misleading-indentation
-march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -Wno-ignored-attributes
-DENABLE_FP16_KERNELS -DENABLE_FP32_KERNELS -DENABLE_QASYMM8_KERNELS
-DENABLE_QASYMM8_SIGNED_KERNELS -DENABLE_QSYMM16_KERNELS
-DENABLE_INTEGER_KERNELS -DENABLE_NHWC_KERNELS -DENABLE_NCHW_KERNELS -fPIC -O3
-D_GLIBCXX_USE_NANOSLEEP -DARM_COMPUTE_CPP_SCHEDULER=1 -DENABLE_NEON
-DARM_COMPUTE_ENABLE_NEON -DARM_COMPUTE_GRAPH_ENABLED
-DARM_COMPUTE_OPENCL_ENABLED -DARM_COMPUTE_CL -Iinclude -I. -I.
utils/CommonGraphOptions.cpp
g++12: error: unrecognized command-line option '-mthumb'
g++12: error: unrecognized command-line option '-mfpu=neon'
g++12: error: unrecognized command-line option '-mfloat-abi=hard'

Test build fails on amd64 FreeBSD 13.1:

====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: include/BUILD.bazel
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.

Will check arm64 later today.

-- 
You are receiving this mail because:
You are the assignee for the bug.