From: "Ludovic Courtès" <ludo@gnu.org>
To: 29995@debbugs.gnu.org
Subject: [bug#29995] [PATCH 5/5] doc: Mark zlib as mandatory, libbz2 as optional.
Date: Fri, 5 Jan 2018 18:02:58 +0100 [thread overview]
Message-ID: <20180105170258.6384-5-ludo@gnu.org> (raw)
In-Reply-To: <20180105170258.6384-1-ludo@gnu.org>
* doc/guix.texi (Requirements): Move zlib to mandatory and libbz2 to
optional.
* README: Ditto.
---
README | 3 ++-
doc/guix.texi | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/README b/README
index 4192eb412..d96a43bbe 100644
--- a/README
+++ b/README
@@ -25,13 +25,14 @@ GNU Guix currently depends on the following packages:
- [[https://www.gnu.org/software/make/][GNU Make]]
- [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled.
- [[https://gitlab.com/guile-git/guile-git][Guile-Git]]
+ - [[http://www.zlib.net/][zlib]]
- optionally [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command
Unless `--disable-daemon' was passed, the following packages are needed:
- [[https://sqlite.org/][SQLite 3]]
- - [[http://www.bzip.org][libbz2]]
- [[https://gcc.gnu.org][GCC's g++]]
+ - optionally [[http://www.bzip.org][libbz2]]
When `--disable-daemon' was passed, you instead need the following:
diff --git a/doc/guix.texi b/doc/guix.texi
index bd9bcb73a..3f4dead82 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -604,6 +604,7 @@ Guile,, gnutls-guile, GnuTLS-Guile});
@c FIXME: Specify a version number once a release has been made.
@uref{https://gitlab.com/guile-git/guile-git, Guile-Git}, from August
2017 or later;
+@item @url{http://zlib.net, zlib};
@item @url{http://www.gnu.org/software/make/, GNU Make}.
@end itemize
@@ -625,8 +626,8 @@ Support for build offloading (@pxref{Daemon Offload Setup}) and
version 0.10.2 or later.
@item
-When @url{http://zlib.net, zlib} is available, @command{guix publish}
-can compress build byproducts (@pxref{Invoking guix publish}).
+When @url{http://www.bzip.org, libbz2} is available,
+@command{guix-daemon} can use it to compress build logs.
@end itemize
Unless @code{--disable-daemon} was passed to @command{configure}, the
@@ -634,7 +635,6 @@ following packages are also needed:
@itemize
@item @url{http://sqlite.org, SQLite 3};
-@item @url{http://www.bzip.org, libbz2};
@item @url{http://gcc.gnu.org, GCC's g++}, with support for the
C++11 standard.
@end itemize
--
2.15.1
next prev parent reply other threads:[~2018-01-05 17:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-05 17:00 [bug#29995] [PATCH 0/5] Publish build logs, compress as gzip Ludovic Courtès
2018-01-05 17:02 ` [bug#29995] [PATCH 1/5] publish: Use 'x-raw-file' internal response header Ludovic Courtès
2018-01-05 17:02 ` [bug#29995] [PATCH 2/5] publish: Publish build logs Ludovic Courtès
2018-01-05 17:02 ` [bug#29995] [PATCH 3/5] daemon: Add gzip log compression Ludovic Courtès
2018-01-05 17:02 ` [bug#29995] [PATCH 4/5] daemon: Make libbz2 an optional dependency Ludovic Courtès
2018-01-05 17:02 ` Ludovic Courtès [this message]
2018-01-05 17:04 ` [bug#29995] [PATCH 0/5] Publish build logs, compress as gzip Ludovic Courtès
2018-01-05 20:59 ` Tobias Geerinckx-Rice
2018-01-06 11:45 ` Ludovic Courtès
2018-01-07 22:58 ` bug#29995: " Ludovic Courtès
2018-01-07 23:01 ` [bug#29995] " Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180105170258.6384-5-ludo@gnu.org \
--to=ludo@gnu.org \
--cc=29995@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).