Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Oct 2016 10:28:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211808] graphics/opencv-core: c++ compiler error due to "fatal error: 'stddef.h' file not found"
Message-ID:  <bug-211808-13-LD9f8Qifvp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-211808-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-211808-13@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=3D211808

Jan Beich (mail not working) <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbeich@FreeBSD.org

--- Comment #5 from Jan Beich (mail not working) <jbeich@FreeBSD.org> ---
-O3 -march=3Dnative is safe to use sans occasional crashes on less supported
platforms. |make delete-old| is mandatory for source upgrades e.g.,
/usr/include/utmp.h was known to break utmpx.h support in the past.

Can you provide verbose build log? Or just do the homework of reproducing
within poudriere jail.

(In reply to ohartman from comment #3)
> CPUTYPE?=3D               native,

"native" requires adjusting MACHINE_CPU manually, or some ports may exclude
SSE4 or AVX support e.g.,

  # Skylake
  MACHINE_CPU +=3D avx2 avx sse42 sse41 ssse3 sse3 # popcnt fma3
  .if ${MACHINE_CPUARCH} =3D=3D i386
  MACHINE_CPU +=3D sse2 sse i686 mmx i586 i486
  .endif

--=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-211808-13-LD9f8Qifvp>