[MacPorts] #41366: gcc48: asan (address sanitizer) is broken
MacPorts
noreply at macports.org
Mon Oct 27 03:46:07 PDT 2014
#41366: gcc48: asan (address sanitizer) is broken
------------------------------+-------------------
Reporter: akim.demaille@… | Owner: mww@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: | Keywords:
Port: gcc48 |
------------------------------+-------------------
Comment (by akim.demaille@…):
No change.
{{{
$ cat > foo.cc
int main() {}
$ gcc-mp-4.9 -fsanitize=address foo.cc
$ gcc-mp-4.8 -fsanitize=address foo.cc
ld: library not found for -lasan
collect2: error: ld returned 1 exit status
$ gcc-mp-4.8 --version
gcc-mp-4.8 (MacPorts gcc48 4.8.3_1) 4.8.3
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/41366#comment:6>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list