Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xbps-src: don't install checkdepends for cross build
@ 2020-01-01 18:39 voidlinux-github
  2020-01-02 22:15 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2020-01-01 18:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org checkdepends-cross
https://github.com/void-linux/void-packages/pull/17971

xbps-src: don't install checkdepends for cross build


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-checkdepends-cross-17971.patch --]
[-- Type: text/x-diff, Size: 919 bytes --]

From a07ac7995c66759ed38ee5f5be1667cb00939371 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Wed, 1 Jan 2020 19:34:35 +0100
Subject: [PATCH] xbps-src: don't install checkdepends for cross build

---
 common/xbps-src/shutils/build_dependencies.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/xbps-src/shutils/build_dependencies.sh b/common/xbps-src/shutils/build_dependencies.sh
index 1c25da38dc6..73ce541b463 100644
--- a/common/xbps-src/shutils/build_dependencies.sh
+++ b/common/xbps-src/shutils/build_dependencies.sh
@@ -195,7 +195,7 @@ install_pkg_deps() {
     #
     # Host check dependencies.
     #
-    if [[ ${checkdepends} ]] && [[ $XBPS_CHECK_PKGS ]]; then
+    if [[ ${checkdepends} ]] && [[ $XBPS_CHECK_PKGS ]] && [ -z "$XBPS_CROSS_BUILD" ]; then
         templates=""
         # check validity
         for f in ${checkdepends}; do

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

* Re: [PR PATCH] [Merged]: xbps-src: don't install checkdepends for cross build
  2020-01-01 18:39 [PR PATCH] xbps-src: don't install checkdepends for cross build voidlinux-github
@ 2020-01-02 22:15 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2020-01-02 22:15 UTC (permalink / raw)
  To: ml

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

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

xbps-src: don't install checkdepends for cross build
https://github.com/void-linux/void-packages/pull/17971

Description:


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

end of thread, other threads:[~2020-01-02 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-01 18:39 [PR PATCH] xbps-src: don't install checkdepends for cross build voidlinux-github
2020-01-02 22:15 ` [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).