From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carl Dong Subject: bug#37999: clang fails to pickup/supply startfiles to ld Date: Mon, 04 Nov 2019 20:31:24 +0000 Message-ID: References: <87eeyt57iz.fsf@gmail.com> <8736f8plpf.fsf@devup.no> Reply-To: Carl Dong Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43735) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iRj19-0001fk-RB for bug-guix@gnu.org; Mon, 04 Nov 2019 15:32:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iRj18-0003dw-P0 for bug-guix@gnu.org; Mon, 04 Nov 2019 15:32:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57020) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iRj18-0003ds-Ek for bug-guix@gnu.org; Mon, 04 Nov 2019 15:32:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iRj18-0003NC-AV for bug-guix@gnu.org; Mon, 04 Nov 2019 15:32:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8736f8plpf.fsf@devup.no> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Marius Bakke Cc: "37999@debbugs.gnu.org" <37999@debbugs.gnu.org> Thank you so much Mathieu for the patch! Marius: I believe this will only cause a rebuild for clang and not llvm, wh= ich means that it only affects ~30 packages. Perhaps this can go in master?= Would love to know your thoughts. Cheers, Carl Dong contact@carldong.me "I fight for the users" =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Thursday, October 31, 2019 10:57 PM, Marius Bakke = wrote: > Mathieu Othacehe m.othacehe@gmail.com writes: > > > From f126146880e3904f39728313dfc10288b51fc23a Mon Sep 17 00:00:00 2001 > > From: Mathieu Othacehe m.othacehe@gmail.com > > Date: Thu, 31 Oct 2019 15:05:54 +0100 > > Subject: [PATCH] gnu: clang-from-llvm: Fix set-glibc-file-names phase. > > > > - gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Turn case on ma= jor > > version into a cond, so that newer versions of clang have the same = behaviour as > > version 6 and 7. > > > > LGTM. It will have to wait for the next 'staging' window, though.