all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#47173] [PATCH 0/1] Remove Clang 3.6.2.
@ 2021-03-15 18:52 zimoun
  2021-03-15 18:55 ` [bug#47173] [PATCH 1/1] gnu: Remove clang-runtime-3.6 and clang-3.6 zimoun
  0 siblings, 1 reply; 3+ messages in thread
From: zimoun @ 2021-03-15 18:52 UTC (permalink / raw)
  To: 47173; +Cc: zimoun

Hi,

The package clang-runtime@3.6.2 is broken (commit 6bed29b) and giving a
look to:

<https://data.guix.gnu.org/repository/1/branch/master/package/clang-runtime/output-history>

it seems broken since long time.  So, this patch just remove:

 clang
 clang-runtime

@3.6.2.  As discussed <https://lists.gnu.org/archive/html/guix-devel/2021-03/msg00260.html>.


Note that llvm@3.6.2 cannot be removed because of the package clamav.

Cheers,
simon

zimoun (1):
  gnu: Remove clang-runtime-3.6 and clang-3.6.

 gnu/packages/llvm.scm | 11 -----------
 1 file changed, 11 deletions(-)


base-commit: 266d55dc3080475544bf45e72359c9b9bbcecd53
-- 
2.30.1





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#47173] [PATCH 1/1] gnu: Remove clang-runtime-3.6 and clang-3.6.
  2021-03-15 18:52 [bug#47173] [PATCH 0/1] Remove Clang 3.6.2 zimoun
@ 2021-03-15 18:55 ` zimoun
  2021-04-10 18:35   ` bug#47173: " Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: zimoun @ 2021-03-15 18:55 UTC (permalink / raw)
  To: 47173; +Cc: zimoun

* gnu/packages/llvm.scm (clang-runtime-3.6, clang-3.6): Remove variables.
---
 gnu/packages/llvm.scm | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index fb45668735..7a390981ba 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -790,17 +790,6 @@ of programming tools as well as libraries with equivalent functionality.")
         (base32
          "153vcvj8gvgwakzr4j0kndc0b7wn91c2g1vy2vg24s6spxcc23gn"))))))
 
-(define-public clang-runtime-3.6
-  (clang-runtime-from-llvm
-   llvm-3.6
-   "11qx8d3pbfqjaj2x207pvlvzihbs1z2xbw4crpz7aid6h1yz6bqg"
-     '("clang-runtime-asan-build-fixes.patch")))
-
-(define-public clang-3.6
-  (clang-from-llvm llvm-3.6 clang-runtime-3.6
-                   "1wwr8s6lzr324hv4s1k6na4j5zv6n9kdhi14s4kb9b13d93814df"
-                   #:patches '("clang-3.5-libc-search-path.patch")))
-
 (define-public llvm-3.5
   (package (inherit llvm-3.6)
     (version "3.5.2")
-- 
2.30.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#47173: [PATCH 1/1] gnu: Remove clang-runtime-3.6 and clang-3.6.
  2021-03-15 18:55 ` [bug#47173] [PATCH 1/1] gnu: Remove clang-runtime-3.6 and clang-3.6 zimoun
@ 2021-04-10 18:35   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2021-04-10 18:35 UTC (permalink / raw)
  To: zimoun; +Cc: 47173-done

On Mon, Mar 15, 2021 at 07:55:05PM +0100, zimoun wrote:
> * gnu/packages/llvm.scm (clang-runtime-3.6, clang-3.6): Remove variables.

Thanks! Pushed as d7e57e2a5bad55415551fc2c53552142c32056d5




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-10 18:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 18:52 [bug#47173] [PATCH 0/1] Remove Clang 3.6.2 zimoun
2021-03-15 18:55 ` [bug#47173] [PATCH 1/1] gnu: Remove clang-runtime-3.6 and clang-3.6 zimoun
2021-04-10 18:35   ` bug#47173: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.