[Bug 246798] textproc/libcss: build fail
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu May 28 05:30:37 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246798
Bug ID: 246798
Summary: textproc/libcss: build fail
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: rozhuk.im at gmail.com
FreeBSD 12.1, amd64, clang10 from base.
...
COMPILE: src/parse/properties/border_style.c
In file included from src/charset/detect.c:13:
In file included from src/charset/detect.h:14:
In file included from include/libcss/functypes.h:20:
In file included from include/libcss/types.h:22:
include/libcss/fpmath.h:104:11: error: implicit conversion from 'int' to
'float' changes value from 2147483647 to 2147483648
[-Werror,-Wimplicit-int-float-conversion]
if (xx > INT_MAX)
~ ^~~~~~~
/usr/include/sys/limits.h:60:18: note: expanded from macro 'INT_MAX'
#define INT_MAX __INT_MAX /* max value for an int */
^~~~~~~~~
/usr/include/x86/_limits.h:59:19: note: expanded from macro '__INT_MAX'
#define __INT_MAX 0x7fffffff /* max value for an int */
^~~~~~~~~~
....
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list