Date: Tue, 14 Aug 2018 08:17:37 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 230618] lang/cling: Installs some non-header files as headers Message-ID: <bug-230618-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230618 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@freebsd.org Reporter: yuri@freebsd.org Flags: maintainer-feedback?(mmokhi@freebsd.org) Assignee: mmokhi@freebsd.org The version 0.4 installs invalid headers. For example, every file in the fo= lder /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 $ >=20 > LLVM_PREFIX=3D"/usr/local/llvm39_cern-root" > LLVM_SUFFIX=3D"39_cern-root" >=20 > tool=3D$(basename $0) > tool=3D"${LLVM_PREFIX}/bin/${tool%${LLVM_SUFFIX}}" > LD_LIBRARY_PATH=3D"${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 oth= er. --=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-230618-7788>