Date: Mon, 17 Jun 2019 11:51:55 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 238330] [exp-run] Update GCC_DEFAULT from 8 to 9 Message-ID: <bug-238330-7788-AmjHUKH5k3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-238330-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-238330-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=3D238330 --- Comment #10 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Mon Jun 17 11:51:10 UTC 2019 New revision: 504415 URL: https://svnweb.freebsd.org/changeset/ports/504415 Log: graphics/colmap: unbreak OPENMP with GCC 9 In file included from lib/VLFeat/kmeans.h:21, from lib/VLFeat/kmeans.c:363: lib/VLFeat/kmeans.c: In function '_vl_kmeans_quantize_f': lib/VLFeat/mathop.h:92:37: error: 'vl_infinity_d' not specified in enclos= ing 'parallel' 92 | #define VL_INFINITY_D (vl_infinity_d.value) | ~~~~~~~~~~~~~~^~~~~~~ lib/VLFeat/kmeans.c:685:34: note: in expansion of macro 'VL_INFINITY_D' 685 | TYPE bestDistance =3D (TYPE) VL_INFINITY_D ; | ^~~~~~~~~~~~~ In file included from lib/VLFeat/kmeans.c:1782: lib/VLFeat/kmeans.c:672:9: error: enclosing 'parallel' 672 | #pragma omp parallel default(none) \ | ^~~ In file included from lib/VLFeat/kmeans.c:1788: lib/VLFeat/kmeans.c: In function '_vl_kmeans_quantize_d': lib/VLFeat/kmeans.c:685:27: error: 'vl_infinity_d' not specified in enclo= sing 'parallel' 685 | TYPE bestDistance =3D (TYPE) VL_INFINITY_D ; lib/VLFeat/kmeans.c:672:9: error: enclosing 'parallel' 672 | #pragma omp parallel default(none) \ | ^~~ PR: 238330 Reported by: antoine (via exp-run) Changes: head/graphics/colmap/Makefile head/graphics/colmap/distinfo --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238330-7788-AmjHUKH5k3>