Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Feb 2017 02:33:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216745] net-p2p/qbittorrent: fails to build with clang 4.0
Message-ID:  <bug-216745-13-rBvQbuFZPT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216745-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216745-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=3D216745

--- Comment #3 from Jan Beich (mail not working) <jbeich@FreeBSD.org> ---
Comment on attachment 179554
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D179554
src/performance_counters.cpp (preprocessed diff)

Boost.Atomic trips up on the following change:

$ clang39 -dM -E -</dev/null 2>&1 | fgrep __GCC_ATOMIC_LLONG_LOCK_FREE
#define __GCC_ATOMIC_LLONG_LOCK_FREE 1

$ cc -dM -E -</dev/null 2>&1 | fgrep __GCC_ATOMIC_LLONG_LOCK_FREE
#define __GCC_ATOMIC_LLONG_LOCK_FREE 2

--=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-216745-13-rBvQbuFZPT>