Date: Tue, 17 Jan 2017 08:32:26 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 216162] multimedia/x265: fails to build with clang 4.0 (3 ports skipped) Message-ID: <bug-216162-13-so6Indmu3R@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-216162-13@https.bugs.freebsd.org/bugzilla/> References: <bug-216162-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=3D216162 Jan Beich (mail not working) <jbeich@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|multimedia/x265: fails to |multimedia/x265: fails to |build with clang 4.0 |build with clang 4.0 (3 | |ports skipped) CC| |dim@FreeBSD.org --- Comment #1 from Jan Beich (mail not working) <jbeich@FreeBSD.org> --- Probably a Clang bug. $ cat a.c void __rdtsc(void) {} $ cc -fno-builtin -c a.c a.c:1:6: error: conflicting types for '__rdtsc' void __rdtsc(void) {} ^ a.c:1:6: note: '__rdtsc' is a builtin with type 'unsigned long long (void= )' a.c:1:6: error: definition of builtin function '__rdtsc' void __rdtsc(void) {} ^ 2 errors generated. --=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-216162-13-so6Indmu3R>