From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: Re: [PATCH]:Resend: Add LLVM, clang and clang-runtime-3.8 to GNU Guix Date: Sat, 28 May 2016 11:22:41 +0200 Message-ID: <87vb1yy1su.fsf@gnu.org> References: <87r3copogv.fsf@gnu.org> <5acf393a17d0ddf9ab4a92fbde9950dc@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6aSI-0005iK-5S for guix-devel@gnu.org; Sat, 28 May 2016 05:22:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6aSH-0005pJ-7x for guix-devel@gnu.org; Sat, 28 May 2016 05:22:50 -0400 In-reply-to: <5acf393a17d0ddf9ab4a92fbde9950dc@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Eric Bavier Cc: guix-devel@gnu.org, Dennis Mungai , Guix-devel Eric Bavier writes: > On 2016-05-26 15:44, Dennis Mungai wrote: >> See corrected patch, as attached. > >> +(define-public clang-3.8 >> + (clang-from-llvm llvm-3.8 clang-runtime-3.8 >> + >> >"1ybcac8hlr9vl3wg8s4v6cp0c0qgqnwprsv85lihbkq3vqv94504")) > > Did you successfully build clang 3.8 with this patch? I ask because I > am currently trying to do the same (while also upgrading 3.6 to 3.6.2 > and adding clang 3.7.1), but found that the clang-libc-search.patch > that's used in clang-from-llvm does not apply to clang 3.8 source. I have the same problem. Here is the relevant output of my local build: patching file lib/Driver/ToolChains.cpp Hunk #1 FAILED at 2931. Hunk #2 succeeded at 3702 (offset 729 lines). Hunk #3 FAILED at 3044. Hunk #4 succeeded at 3792 with fuzz 2 (offset 731 lines). Hunk #5 FAILED at 3085. 3 out of 5 hunks FAILED -- saving rejects to file lib/Driver/ToolChains.cpp.rej source is under 'cfe-3.8.0.src' applying '/gnu/store/9hzhm2s0fb9g9i6kxmp6jyjrj5v3b7xn-clang-libc-search-path.patch'... builder for `/gnu/store/nw20qmrai6nvfkfybl4qfxdx3qlyays2-cfe-3.8.0.src.tar.xz.drv' failed to produce output path `/gnu/store/f0jccijb05rpw0vsfv8b57j67fsh5q29-cfe-3.8.0.src.tar.xz' Kind regards, Roel Janssen