Date: Mon, 27 Jan 2020 22:29:30 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 243659] multimedia/wlrobs: fix build on powerpc64 Message-ID: <bug-243659-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243659 Bug ID: 243659 Summary: multimedia/wlrobs: fix build on powerpc64 Product: Ports & Packages Version: Latest Hardware: powerpc OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: pkubaj@FreeBSD.org CC: powerpc@FreeBSD.org CC: powerpc@FreeBSD.org Created attachment 211116 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D211116&action= =3Dedit patch This port tries to use SSE and fails on powerpc64. Use GCC's translation la= yer to AltiVec to fix it: In file included from /usr/local/include/obs/graphics/vec4.h:21, from /usr/local/include/obs/graphics/vec3.h:21, from /usr/local/include/obs/obs.h:26, from /usr/local/include/obs/obs-module.h:20, from ../inc/scpy_source.h:29, from ../src/scpy_source.c:18: /usr/local/lib/gcc9/gcc/powerpc64-portbld-freebsd12.1/9.2.0/include/xmmintr= in.h:54:2: error: #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." 54 | #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." | ^~~~~ In file included from /usr/local/lib/gcc9/gcc/powerpc64-portbld-freebsd12.1/9.2.0/include/xmmintr= in.h:63, from /usr/local/include/obs/graphics/vec4.h:21, from /usr/local/include/obs/graphics/vec3.h:21, from /usr/local/include/obs/obs.h:26, from /usr/local/include/obs/obs-module.h:20, from ../inc/scpy_source.h:29, from ../src/scpy_source.c:18: /usr/local/lib/gcc9/gcc/powerpc64-portbld-freebsd12.1/9.2.0/include/altivec= .h:34:2: error: #error Use the "-maltivec" flag to enable PowerPC AltiVec support 34 | #error Use the "-maltivec" flag to enable PowerPC AltiVec support | ^~~~~ In file included from /usr/local/lib/gcc9/gcc/powerpc64-portbld-freebsd12.1/9.2.0/include/xmmintr= in.h:79, from /usr/local/include/obs/graphics/vec4.h:21, from /usr/local/include/obs/graphics/vec3.h:21, from /usr/local/include/obs/obs.h:26, from /usr/local/include/obs/obs-module.h:20, from ../inc/scpy_source.h:29, from ../src/scpy_source.c:18: --=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-243659-7788>