[Bug 220714] devel/boost-all: Update to 1.65 (currently beta)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 17 15:05:35 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220714
--- Comment #19 from Jan Beich <jbeich at FreeBSD.org> ---
(In reply to Justin Hibbits from comment #17)
> I see what it's doing. By default it calls /usr/bin/addr2line -h for its test,
> which returns 1. /usr/local/bin/addr2line returns 0.
This is the same behavior on x86.
$ cat >a.cc
#include <cstdlib>
int main() {
return std::system("/usr/bin/false");
}
$ c++ a.cc
$ ./a.out
$ echo $?
0
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ppc
mailing list