Hello all, Efraim Flashner <efr...@flashner.co.il> skribis:
> On Tue, Nov 27, 2018 at 06:35:15PM -0500, Mark H Weaver wrote: >> Hi Pierre, >> >> guix-comm...@gnu.org writes: >> >> > ambrevar pushed a commit to branch master >> > in repository guix. >> > >> > commit 1c7372a5aadea84165376a4b8e2664b67a663c56 >> > Author: Pierre Neidhardt <m...@ambrevar.xyz> >> > Date: Mon Nov 26 14:51:40 2018 +0100 >> > >> > gnu: clang-from-llvm: Clean up share/clang folder. >> > >> > * gnu/packages/llvm.scm (clang-from-llvm): Remove useless files, >> > install completion. >> >> I guess you only tested this for clang@6.0.1. It broke the builds for >> _all_ other versions of clang. >> >> https://hydra.gnu.org/eval/110341?filter=clang#tabs-now-fail >> >> For example, see below for the tail of the build log for clang-3.9.1 on >> x86_64-linux. >> >> Regards, >> Mark >> > > I have a fix for this test-building clang@3.8 on my machine. I've > wrapped the delete-file calls in "(when file-exists?" and will push if > it builds with no problems. Yes, please do! We can’t let Clang broken for this long. Thanks, Ludo’.