[Bug 200124] x11-wm/blackbox 0.70.1_4 does not build on ARM
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon May 11 10:02:31 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200124
Bug ID: 200124
Summary: x11-wm/blackbox 0.70.1_4 does not build on ARM
Product: Ports & Packages
Version: Latest
Hardware: arm
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: usenet at ulrich-grey.de
CC: A.J.Caines at halplant.com, freebsd-arm at FreeBSD.org
Flags: maintainer-feedback?(A.J.Caines at halplant.com)
CC: A.J.Caines at halplant.com, freebsd-arm at FreeBSD.org
It's a native build running FreeBSD 11.0-CURRENT #0 r282366M on a
Wandboard-Quad.
--- Toolbar.o ---
Toolbar.cc:47:11: error: no matching function for call to 'max'
return (std::max(1000l, ((((resolution - (now.tv_sec % resolution)) * 1000l))
^~~~~~~~
/usr/include/c++/v1/algorithm:2654:1: note: candidate template ignored: deduced
conflicting types for parameter '_Tp' ('long' vs. 'long long')
max(const _Tp& __a, const _Tp& __b)
^
/usr/include/c++/v1/algorithm:2646:1: note: candidate function template not
viable: requires 3 arguments, but 2 were provided
max(const _Tp& __a, const _Tp& __b, _Compare __comp)
^
1 error generated.
*** [Toolbar.o] Error code 1
make[3]: stopped in
/usr/local/DEVEL/ports/x11-wm/blackbox/work/blackbox-0.70.1/src
--- Window.o ---
Window.cc:3524:14: warning: '&&' within '||' [-Wlogical-op-parentheses]
&& (event->state & Button1Mask
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Window.cc:3524:14: note: place parentheses around the '&&' expression to
silence this warning
&& (event->state & Button1Mask
^
1 warning generated.
1 error
make[3]: stopped in
/usr/local/DEVEL/ports/x11-wm/blackbox/work/blackbox-0.70.1/src
*** [all-recursive] Error code 1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list