Date: Wed, 08 Mar 2023 01:35:01 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 267158] [NEW PORT] devel/arm-compute-library Message-ID: <bug-267158-7788-1ymhWZ3aPH@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267158-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-267158-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267158 --- Comment #19 from Robert Clausecker <fuz@FreeBSD.org> --- Build fails on amd64, armv7 and arm64 FreeBSD 13.1: =3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 Error: Orphaned: include/wrkdirs/usr/ports/devel/computelibrary/work/ComputeLibrary-23.02/in= clude/BUILD.bazel Error: Orphaned: include/wrkdirs/usr/ports/devel/computelibrary/work/ComputeLibrary-23.02/in= clude/CL/cl.h=20 Error: Orphaned: include/wrkdirs/usr/ports/devel/computelibrary/work/ComputeLibrary-23.02/in= clude/CL/cl_d3d10 .h=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 (...) =3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: include/CL/cl.h Error: Missing: include/CL/cl_d3d10.h (...) Looks like you didn't use COPYTREE_SHARE correctly. Revisit the Porter's Handbook for the correct usage. You also forgot about the BUILD.bazel file. Build also fails on i386 FreeBSD 13.1: g++12 -o build/src/common/cpuinfo/CpuInfo.o -c -DARCH_ARM -Wextra -Wdisabled-optimization -Wformat=3D2 -Winit-self -Wstrict-overflow=3D2 -Wswitch-default -Woverloaded-virtual -Wformat-security -Wctor-dtor-privacy -Wsign-promo -Weffc++ -Wno-overlength-strings -Wall -std=3Dc++14 -pedantic -Wlogical-op -Wnoexcept -Wstrict-null-sentinel -Wno-misleading-indentation -fPIC -Wno-ignored-attributes -DENABLE_FP16_KERNELS -DENABLE_FP32_KERNELS -DENABLE_QASYMM8_KERNELS -DENABLE_QASYMM8_SIGNED_KERNELS -DENABLE_QSYMM16_KERNELS -DENABLE_INTEGER_KERNELS -DENABL E_NHWC_KERNELS -DENABLE_NCHW_KERNELS -fPIC -O3 -m64 -D_GLIBCXX_USE_NANOSLEEP -DARM_COMPUTE_CPP_SCHEDULER=3D1 -D ENABLE_NEON -DARM_COMPUTE_ENABLE_NEON -DARM_COMPUTE_GRAPH_ENABLED -DARM_COMPUTE_OPENCL_ENABLED -DARM_COMPUTE_VERSION_MAJOR=3D30 -DARM_COMPUTE_VERSION_MINOR=3D0 -DARM_COMPUTE_VERSION_PATCH=3D0 -Iinclude -= I. -Ibuild/build/src/core -Ibuild/src/core src/common/cpuinfo/CpuInfo.cpp=20= =20=20=20=20=20=20=20=20 cc1plus: sorry, unimplemente= d: 64-bit mode not compiled in It appears that the port tries to build itself in 64 bit mode despite the target being i386. I must ask you to provide at least one successful build log (including stag= e-qa and check-plist, ideally with Poudriere) before I will look at your next revision. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267158-7788-1ymhWZ3aPH>