Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] common/build_dependencies.sh: Disallow subpackages in makedepends
@ 2019-10-15 18:43 voidlinux-github
  2019-10-25 22:44 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-15 18:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages subpkg-makedepends
https://github.com/void-linux/void-packages/pull/15501

common/build_dependencies.sh: Disallow subpackages in makedepends
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-subpkg-makedepends-15501.patch --]
[-- Type: text/x-diff, Size: 1030 bytes --]

From 7a3aea68a98f576193ecea5666da319a3c473038 Mon Sep 17 00:00:00 2001
From: John <johnz@posteo.net>
Date: Tue, 15 Oct 2019 19:51:39 +0200
Subject: [PATCH] common/build_dependencies.sh: Disallow subpackages in
 makedepends

---
 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 6d9d727e0d3..ffd631989ba 100644
--- a/common/xbps-src/shutils/build_dependencies.sh
+++ b/common/xbps-src/shutils/build_dependencies.sh
@@ -252,7 +252,7 @@ install_pkg_deps() {
                     fi
                 done
                 if [[ $found -eq 1 ]]; then
-                    echo "   [target] ${_vpkg}: not found (subpkg, ignored)"
+                    msg_error "[target] ${_vpkg}: target dependency '${_subpkg}' is a subpackage of $pkgname\n"
                 else
                     echo "   [target] ${_vpkg}: not found"
                     missing_deps+=("$_vpkg")

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

* Re: [PR PATCH] [Merged]: common/build_dependencies.sh: Disallow subpackages in makedepends
  2019-10-15 18:43 [PR PATCH] common/build_dependencies.sh: Disallow subpackages in makedepends voidlinux-github
@ 2019-10-25 22:44 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-25 22:44 UTC (permalink / raw)
  To: ml

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

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

common/build_dependencies.sh: Disallow subpackages in makedepends
https://github.com/void-linux/void-packages/pull/15501

Description:
None

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

end of thread, other threads:[~2019-10-25 22:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-15 18:43 [PR PATCH] common/build_dependencies.sh: Disallow subpackages in makedepends voidlinux-github
2019-10-25 22:44 ` [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).