[Bug 230618] lang/cling: Installs some non-header files as headers
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Aug 14 08:17:42 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230618
Bug ID: 230618
Summary: lang/cling: Installs some non-header files as headers
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: mmokhi at freebsd.org
Reporter: yuri at freebsd.org
Flags: maintainer-feedback?(mmokhi at freebsd.org)
Assignee: mmokhi at freebsd.org
The version 0.4 installs invalid headers. For example, every file in the folder
/usr/local/include/cling/Interpreter/ looks like this:
> #!/bin/sh
> # $FreeBSD: head/lang/cling/files/llvm-wrapper.sh.in 454856 2017-11-24 23:17:50Z dbaio $
>
> LLVM_PREFIX="/usr/local/llvm39_cern-root"
> LLVM_SUFFIX="39_cern-root"
>
> tool=$(basename $0)
> tool="${LLVM_PREFIX}/bin/${tool%${LLVM_SUFFIX}}"
> LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}${LLVM_PREFIX}/lib" \
> "${tool}" "${@}"
And the files have a high link count, they look like hard links of each other.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list