Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2022-06-08 03:16:03 +0300
committerBryan Drewery <bryan@shatow.net>2022-06-18 06:52:16 +0300
commita6b9e703c7ae3b2e35ecf79da0ac2bb4cb0bcd7b (patch)
tree9c146228b48d29f2e6d7c6f45a09a98f7e249996
parent47d3bf2126c9f4c488f5d0dfc25a1a2352374faa (diff)
Wrong PKGNAME error: Hint that a @FLAVOR could be missing
-rwxr-xr-xsrc/share/poudriere/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/poudriere/common.sh b/src/share/poudriere/common.sh
index 84c35c18..dbb89e81 100755
--- a/src/share/poudriere/common.sh
+++ b/src/share/poudriere/common.sh
@@ -7316,7 +7316,7 @@ compute_deps_pkg() {
case "${dep_real_pkgname%-*}" in
"${dep_pkgname}") ;;
*)
- ${err_type} "${COLOR_PORT}${originspec}${COLOR_WARN} dependency on ${COLOR_PORT}${dpath}${COLOR_WARN} has wrong PKGNAME of '${dep_pkgname}' but should be '${dep_real_pkgname%-*}'"
+ ${err_type} "${COLOR_PORT}${originspec}${COLOR_WARN} dependency on ${COLOR_PORT}${dpath}${COLOR_WARN} has wrong PKGNAME of '${dep_pkgname}' but should be '${dep_real_pkgname%-*}'; Is the dependency missing a @FLAVOR?"
if [ \
"${BAD_PKGNAME_DEPS_ARE_FATAL}" = \
"yes" ]; then