Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Explain ./xbps-src binary-bootstrap
@ 2024-02-10  4:18 melroy89
  2024-02-10  4:20 ` classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: melroy89 @ 2024-02-10  4:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/melroy89/void-packages patch-1
https://github.com/void-linux/void-packages/pull/48636

Explain ./xbps-src binary-bootstrap
It's not a package change, it's a script change. Explain existence of the: `./xbps-src binary-bootstrap` command.

#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 43fde5cf51299134400584b7a24946d109fdf886 Mon Sep 17 00:00:00 2001
From: Melroy van den Berg <melroy@melroy.org>
Date: Sat, 10 Feb 2024 05:16:42 +0100
Subject: [PATCH] Explain ./xbps-src binary-bootstrap

If users forgot to run this command (I did lol). You could explain them to try to run this command: `./xbps-src binary-bootstrap`
---
 common/xbps-src/shutils/common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/xbps-src/shutils/common.sh b/common/xbps-src/shutils/common.sh
index 4083e08ee084f..e44a25d80e749 100644
--- a/common/xbps-src/shutils/common.sh
+++ b/common/xbps-src/shutils/common.sh
@@ -496,7 +496,7 @@ setup_pkg() {
     # Check if base-chroot is already installed.
     if [ -z "$bootstrap" -a -z "$CHROOT_READY" -a "z$show_problems" != "zignore-problems" ]; then
         msg_red "${pkg} is not a bootstrap package and cannot be built without it.\n"
-        msg_error "Please install bootstrap packages and try again.\n"
+        msg_error "Please install bootstrap packages and try again. Run for example first: ./xbps-src binary-bootstrap\n"
     fi
 
     sourcepkg="${pkgname}"

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

end of thread, other threads:[~2024-02-14 19:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-10  4:18 [PR PATCH] Explain ./xbps-src binary-bootstrap melroy89
2024-02-10  4:20 ` classabbyamp
2024-02-10  4:21 ` classabbyamp
2024-02-10 17:57 ` [PR PATCH] [Updated] " melroy89
2024-02-14 19:45 ` [PR PATCH] [Closed]: " melroy89
2024-02-14 19:45 ` melroy89

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).