Date: Mon, 17 Jul 2017 15:05:33 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-powerpc@FreeBSD.org Subject: [Bug 220714] devel/boost-all: Update to 1.65 (currently beta) Message-ID: <bug-220714-25139-RS2JeJehDx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-220714-25139@https.bugs.freebsd.org/bugzilla/> References: <bug-220714-25139@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=3D220714 --- Comment #19 from Jan Beich <jbeich@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 --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220714-25139-RS2JeJehDx>