[Bug 208923] devel/llvm38: libclang_rt.profile-x86_64.a: No such file: No such file or directory
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Apr 19 18:29:44 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208923
Bug ID: 208923
Summary: devel/llvm38: libclang_rt.profile-x86_64.a: No such
file: No such file or directory
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: brooks at FreeBSD.org
Reporter: afiskon at devzen.ru
Flags: maintainer-feedback?(brooks at FreeBSD.org)
Assignee: brooks at FreeBSD.org
# Steps to reproduce
Build any C or C++ project (e.g. PostgreSQL) using:
```
CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage" LDFLAGS="-lgcov"
```
# Expected result
Code compiles and generates coverage information (*.gcda files) during `make
check`
# Actual result
./configure fails with following error --- /usr/bin/ld:
/usr/local/llvm38/bin/../lib/clang/3.8.0/lib/freebsd/libclang_rt.profile-x86_64.a:
No such file: No such file or directory
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list