Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2016 18:29:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 208923] devel/llvm38: libclang_rt.profile-x86_64.a: No such file: No such file or directory
Message-ID:  <bug-208923-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208923

            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@FreeBSD.org
          Reporter: afiskon@devzen.ru
             Flags: maintainer-feedback?(brooks@FreeBSD.org)
          Assignee: brooks@FreeBSD.org

# Steps to reproduce

Build any C or C++ project (e.g. PostgreSQL) using:

```
CFLAGS=3D"-O0 -g -fprofile-arcs -ftest-coverage" LDFLAGS=3D"-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-x8=
6_64.a:
No such file: No such file or directory

--=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-208923-13>