Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ccache: add clang symlinks.
@ 2019-06-06 18:53 voidlinux-github
  2019-06-07 15:59 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-06 18:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 417 bytes --]

There is a new pull request by xtraeme against master on the void-packages repository

https://github.com/xtraeme/void-packages ccache-clang-symlinks
https://github.com/void-linux/void-packages/pull/12217

ccache: add clang symlinks.
This way we can build chromium with ccache...

Signed-off-by: Juan RP <xtraeme@gmail.com>

A patch file from https://github.com/void-linux/void-packages/pull/12217.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ccache-clang-symlinks-12217.patch --]
[-- Type: application/text/x-diff, Size: 1126 bytes --]

From efa6705df60ae12d12abb0b431ffd35866d3c574 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Thu, 6 Jun 2019 20:52:45 +0200
Subject: [PATCH] ccache: add clang symlinks.

This way we can build chromium with ccache...

Signed-off-by: Juan RP <xtraeme@gmail.com>
---
 srcpkgs/ccache/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ccache/template b/srcpkgs/ccache/template
index f16145fd54b..fc155d6fcd3 100644
--- a/srcpkgs/ccache/template
+++ b/srcpkgs/ccache/template
@@ -1,7 +1,7 @@
 # Template file for 'ccache'
 pkgname=ccache
 version=3.7.1
-revision=1
+revision=2
 bootstrap=yes
 build_style=gnu-configure
 make_check_args="CC=gcc"
@@ -17,7 +17,7 @@ checksum=66fc121a2a33968f9ec428e02f48ff4b8896fbabb759e9c09352267014dcbe65
 
 post_install() {
 	vmkdir usr/lib/ccache/bin
-	for f in gcc cc c++ g++; do
+	for f in gcc cc c++ g++ clang clang++; do
 		ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${f}
 		for x in arm-linux-gnueabi arm-linux-gnueabihf armv7l-linux-gnueabihf \
 			arm-linux-musleabihf armv7l-linux-musleabihf aarch64-linux-gnu \

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

* Re: [PR PATCH] [Updated] ccache: add clang symlinks.
  2019-06-06 18:53 [PR PATCH] ccache: add clang symlinks voidlinux-github
  2019-06-07 15:59 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-07 15:59 ` voidlinux-github
  2019-06-07 16:03 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-07 15:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

There is an updated pull request by xtraeme against master on the void-packages repository

https://github.com/xtraeme/void-packages ccache-clang-symlinks
https://github.com/void-linux/void-packages/pull/12217

ccache: add clang symlinks.
This way we can build chromium with ccache...

Signed-off-by: Juan RP <xtraeme@gmail.com>

A patch file from https://github.com/void-linux/void-packages/pull/12217.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ccache-clang-symlinks-12217.patch --]
[-- Type: application/text/x-diff, Size: 1149 bytes --]

From 69b7fc5055ed70e67f5c47327c68098c5b786c95 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Fri, 7 Jun 2019 17:59:07 +0200
Subject: [PATCH] ccache: add clang symlinks.

This way we could build chromium with ccache.

Signed-off-by: Juan RP <xtraeme@gmail.com>
---
 srcpkgs/ccache/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/ccache/template b/srcpkgs/ccache/template
index f16145fd54b..5447ae18f37 100644
--- a/srcpkgs/ccache/template
+++ b/srcpkgs/ccache/template
@@ -1,7 +1,7 @@
 # Template file for 'ccache'
 pkgname=ccache
 version=3.7.1
-revision=1
+revision=2
 bootstrap=yes
 build_style=gnu-configure
 make_check_args="CC=gcc"
@@ -16,6 +16,11 @@ distfiles="https://github.com/ccache/ccache/releases/download/v${version}/${pkgn
 checksum=66fc121a2a33968f9ec428e02f48ff4b8896fbabb759e9c09352267014dcbe65
 
 post_install() {
+	# clang
+	for f in clang clang++; do
+		ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${f}
+	done
+	# gcc
 	vmkdir usr/lib/ccache/bin
 	for f in gcc cc c++ g++; do
 		ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${f}

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

* Re: [PR PATCH] [Updated] ccache: add clang symlinks.
  2019-06-06 18:53 [PR PATCH] ccache: add clang symlinks voidlinux-github
@ 2019-06-07 15:59 ` voidlinux-github
  2019-06-07 15:59 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-07 15:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

There is an updated pull request by xtraeme against master on the void-packages repository

https://github.com/xtraeme/void-packages ccache-clang-symlinks
https://github.com/void-linux/void-packages/pull/12217

ccache: add clang symlinks.
This way we can build chromium with ccache...

Signed-off-by: Juan RP <xtraeme@gmail.com>

A patch file from https://github.com/void-linux/void-packages/pull/12217.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ccache-clang-symlinks-12217.patch --]
[-- Type: application/text/x-diff, Size: 1149 bytes --]

From 69b7fc5055ed70e67f5c47327c68098c5b786c95 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Fri, 7 Jun 2019 17:59:07 +0200
Subject: [PATCH] ccache: add clang symlinks.

This way we could build chromium with ccache.

Signed-off-by: Juan RP <xtraeme@gmail.com>
---
 srcpkgs/ccache/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/ccache/template b/srcpkgs/ccache/template
index f16145fd54b..5447ae18f37 100644
--- a/srcpkgs/ccache/template
+++ b/srcpkgs/ccache/template
@@ -1,7 +1,7 @@
 # Template file for 'ccache'
 pkgname=ccache
 version=3.7.1
-revision=1
+revision=2
 bootstrap=yes
 build_style=gnu-configure
 make_check_args="CC=gcc"
@@ -16,6 +16,11 @@ distfiles="https://github.com/ccache/ccache/releases/download/v${version}/${pkgn
 checksum=66fc121a2a33968f9ec428e02f48ff4b8896fbabb759e9c09352267014dcbe65
 
 post_install() {
+	# clang
+	for f in clang clang++; do
+		ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${f}
+	done
+	# gcc
 	vmkdir usr/lib/ccache/bin
 	for f in gcc cc c++ g++; do
 		ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${f}

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

* Re: [PR PATCH] [Updated] ccache: add clang symlinks.
  2019-06-06 18:53 [PR PATCH] ccache: add clang symlinks voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-07 16:03 ` voidlinux-github
@ 2019-06-07 16:03 ` voidlinux-github
  2019-06-07 17:54 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-07 16:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

There is an updated pull request by xtraeme against master on the void-packages repository

https://github.com/xtraeme/void-packages ccache-clang-symlinks
https://github.com/void-linux/void-packages/pull/12217

ccache: add clang symlinks.
This way we can build chromium with ccache...

Signed-off-by: Juan RP <xtraeme@gmail.com>

A patch file from https://github.com/void-linux/void-packages/pull/12217.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ccache-clang-symlinks-12217.patch --]
[-- Type: application/text/x-diff, Size: 1140 bytes --]

From b3c862b90881f460989cdb51c65d6624521cdc32 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Fri, 7 Jun 2019 18:02:30 +0200
Subject: [PATCH] ccache: add clang symlinks.

This way we can build chromium with ccache.

Signed-off-by: Juan RP <xtraeme@gmail.com>
---
 srcpkgs/ccache/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/ccache/template b/srcpkgs/ccache/template
index f16145fd54b..ae50cc7f18e 100644
--- a/srcpkgs/ccache/template
+++ b/srcpkgs/ccache/template
@@ -1,7 +1,7 @@
 # Template file for 'ccache'
 pkgname=ccache
 version=3.7.1
-revision=1
+revision=2
 bootstrap=yes
 build_style=gnu-configure
 make_check_args="CC=gcc"
@@ -17,6 +17,11 @@ checksum=66fc121a2a33968f9ec428e02f48ff4b8896fbabb759e9c09352267014dcbe65
 
 post_install() {
 	vmkdir usr/lib/ccache/bin
+	# clang
+	for f in clang clang++; do
+		ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${f}
+	done
+	# gcc
 	for f in gcc cc c++ g++; do
 		ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${f}
 		for x in arm-linux-gnueabi arm-linux-gnueabihf armv7l-linux-gnueabihf \

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

* Re: [PR PATCH] [Updated] ccache: add clang symlinks.
  2019-06-06 18:53 [PR PATCH] ccache: add clang symlinks voidlinux-github
  2019-06-07 15:59 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-07 15:59 ` voidlinux-github
@ 2019-06-07 16:03 ` voidlinux-github
  2019-06-07 16:03 ` voidlinux-github
  2019-06-07 17:54 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-07 16:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

There is an updated pull request by xtraeme against master on the void-packages repository

https://github.com/xtraeme/void-packages ccache-clang-symlinks
https://github.com/void-linux/void-packages/pull/12217

ccache: add clang symlinks.
This way we can build chromium with ccache...

Signed-off-by: Juan RP <xtraeme@gmail.com>

A patch file from https://github.com/void-linux/void-packages/pull/12217.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ccache-clang-symlinks-12217.patch --]
[-- Type: application/text/x-diff, Size: 1140 bytes --]

From b3c862b90881f460989cdb51c65d6624521cdc32 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Fri, 7 Jun 2019 18:02:30 +0200
Subject: [PATCH] ccache: add clang symlinks.

This way we can build chromium with ccache.

Signed-off-by: Juan RP <xtraeme@gmail.com>
---
 srcpkgs/ccache/template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/ccache/template b/srcpkgs/ccache/template
index f16145fd54b..ae50cc7f18e 100644
--- a/srcpkgs/ccache/template
+++ b/srcpkgs/ccache/template
@@ -1,7 +1,7 @@
 # Template file for 'ccache'
 pkgname=ccache
 version=3.7.1
-revision=1
+revision=2
 bootstrap=yes
 build_style=gnu-configure
 make_check_args="CC=gcc"
@@ -17,6 +17,11 @@ checksum=66fc121a2a33968f9ec428e02f48ff4b8896fbabb759e9c09352267014dcbe65
 
 post_install() {
 	vmkdir usr/lib/ccache/bin
+	# clang
+	for f in clang clang++; do
+		ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${f}
+	done
+	# gcc
 	for f in gcc cc c++ g++; do
 		ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${f}
 		for x in arm-linux-gnueabi arm-linux-gnueabihf armv7l-linux-gnueabihf \

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

* Re: [PR PATCH] [Merged]: ccache: add clang symlinks.
  2019-06-06 18:53 [PR PATCH] ccache: add clang symlinks voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-07 16:03 ` voidlinux-github
@ 2019-06-07 17:54 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-07 17:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

There's a merged pull request on the void-packages repository

ccache: add clang symlinks.
https://github.com/void-linux/void-packages/pull/12217
Description: This way we can build chromium with ccache...

Signed-off-by: Juan RP <xtraeme@gmail.com>

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

end of thread, other threads:[~2019-06-07 17:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-06 18:53 [PR PATCH] ccache: add clang symlinks voidlinux-github
2019-06-07 15:59 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-07 15:59 ` voidlinux-github
2019-06-07 16:03 ` voidlinux-github
2019-06-07 16:03 ` voidlinux-github
2019-06-07 17:54 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).