Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2015 10:02:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200124] x11-wm/blackbox 0.70.1_4 does not build on ARM
Message-ID:  <bug-200124-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: usenet@ulrich-grey.de
                CC: A.J.Caines@halplant.com, freebsd-arm@FreeBSD.org
             Flags: maintainer-feedback?(A.J.Caines@halplant.com)
                CC: A.J.Caines@halplant.com, freebsd-arm@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200124-13>