Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607546 - =sys-devel/clang-4.0.0_rc1: install fails on Gentoo/FreeBSD
Summary: =sys-devel/clang-4.0.0_rc1: install fails on Gentoo/FreeBSD
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: Normal normal
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-29 08:19 UTC by Yuta SATOH
Modified: 2017-05-31 10:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
sample patch for clang-4.0.0_rc1.ebuild (bug607546.patch,925 bytes, patch)
2017-01-29 08:21 UTC, Yuta SATOH
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuta SATOH 2017-01-29 08:19:41 UTC
In the case of ${PV}, _rc1 is included.
But that is unnecessary.

-- Installing: /var/tmp/portage/sys-devel/clang-4.0.0_rc1/image/usr/lib/clang/4.0.0/include/adxintrin.h
-- Installing: /var/tmp/portage/sys-devel/clang-4.0.0_rc1/image/usr/lib/clang/4.0.0/include/altivec.h
-- Installing: /var/tmp/portage/sys-devel/clang-4.0.0_rc1/image/usr/lib/clang/4.0.0/include/ammintrin.h
-- Installing: /var/tmp/portage/sys-devel/clang-4.0.0_rc1/image/usr/lib/clang/4.0.0/include/arm_acle.h
-- Installing: /var/tmp/portage/sys-devel/clang-4.0.0_rc1/image/usr/lib/clang/4.0.0/include/armintr.h
<snip>
rm: /var/tmp/portage/sys-devel/clang-4.0.0_rc1/image/usr/lib/clang/4.0.0_rc1/include/std*.h: No such file or directory
rm: /var/tmp/portage/sys-devel/clang-4.0.0_rc1/image/usr/lib/clang/4.0.0_rc1/include/float*.h: No such file or directory
rm: /var/tmp/portage/sys-devel/clang-4.0.0_rc1/image/usr/lib/clang/4.0.0_rc1/include/iso*.h: No such file or directory
rm: /var/tmp/portage/sys-devel/clang-4.0.0_rc1/image/usr/lib/clang/4.0.0_rc1/include/limits*.h: No such file or directory
rm: /var/tmp/portage/sys-devel/clang-4.0.0_rc1/image/usr/lib/clang/4.0.0_rc1/include/tgmath*.h: No such file or directory
rm: /var/tmp/portage/sys-devel/clang-4.0.0_rc1/image/usr/lib/clang/4.0.0_rc1/include/varargs*.h: No such file or directory
 * ERROR: sys-devel/clang-4.0.0_rc1::gentoo failed (install phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line 115:  Called src_install
 *   environment, line 5038:  Called die
 * The specific snippet of code:
 *           rm "${ED}"usr/lib/clang/${PV}/include/{std,float,iso,limits,tgmath,varargs}*.h || die;
Comment 1 Yuta SATOH 2017-01-29 08:21:32 UTC
Created attachment 461804 [details, diff]
sample patch for clang-4.0.0_rc1.ebuild
Comment 2 Yuta SATOH 2017-05-31 10:43:09 UTC
fixed in 4.0.0-r2.
closing.