2018-06-27 11:42:47 +00:00
|
|
|
|
\input texinfo
|
|
|
|
|
@c -*- mode: texinfo; -*-
|
|
|
|
|
|
|
|
|
|
@c %**start of header
|
|
|
|
|
@setfilename mes.info
|
|
|
|
|
@documentencoding UTF-8
|
2018-07-22 12:24:36 +00:00
|
|
|
|
@settitle GNU Mes Reference Manual
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@c %**end of header
|
|
|
|
|
|
|
|
|
|
@include version.texi
|
|
|
|
|
|
|
|
|
|
@c Identifier of the OpenPGP key used to sign tarballs and such.
|
|
|
|
|
@set OPENPGP-SIGNING-KEY-ID 1A858392E331EAFDB8C27FFBF3C1A0D9C1D65273
|
|
|
|
|
|
|
|
|
|
@copying
|
2020-12-31 12:05:41 +00:00
|
|
|
|
Copyright @copyright{} 2018,2019,2020,2021 Jan (janneke) Nieuwenhuizen@*
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
Permission is granted to copy, distribute and/or modify this document
|
|
|
|
|
under the terms of the GNU Free Documentation License, Version 1.3 or
|
|
|
|
|
any later version published by the Free Software Foundation; with no
|
|
|
|
|
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
|
|
|
|
|
copy of the license is included in the section entitled ``GNU Free
|
|
|
|
|
Documentation License''.
|
|
|
|
|
@end copying
|
|
|
|
|
|
|
|
|
|
@dircategory Bootstrapping
|
|
|
|
|
@direntry
|
2018-06-29 05:49:59 +00:00
|
|
|
|
* Mes: (mes). A system bootstrap worthy of GNU.
|
|
|
|
|
|
|
|
|
|
|
2018-06-27 11:42:47 +00:00
|
|
|
|
* mes: (mes)Invoking mes. Running Mes, a minimalist Guile lookalike.
|
2019-12-09 06:26:16 +00:00
|
|
|
|
* mescc: (mes)Invoking mescc. Running the MesCC bootstrap compiler.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end direntry
|
|
|
|
|
|
|
|
|
|
@titlepage
|
2018-10-20 07:53:44 +00:00
|
|
|
|
@title GNU Mes Reference Manual
|
2019-11-04 18:59:13 +00:00
|
|
|
|
@subtitle Full Source Bootstrapping for the GNU system
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@author Jan (janneke) Nieuwenhuizen
|
|
|
|
|
|
|
|
|
|
@page
|
|
|
|
|
@vskip 0pt plus 1filll
|
|
|
|
|
Edition @value{EDITION} @*
|
|
|
|
|
@value{UPDATED} @*
|
|
|
|
|
|
|
|
|
|
@insertcopying
|
|
|
|
|
@end titlepage
|
|
|
|
|
|
|
|
|
|
@contents
|
|
|
|
|
|
|
|
|
|
@c *********************************************************************
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Top, Introduction, (dir), (dir)
|
2018-10-20 07:53:44 +00:00
|
|
|
|
@top GNU Mes
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
2018-07-22 12:24:36 +00:00
|
|
|
|
This document describes GNU Mes version @value{VERSION}, a bootstrappable
|
2018-06-27 11:42:47 +00:00
|
|
|
|
Scheme interpreter and C compiler written for bootstrapping the GNU system.
|
|
|
|
|
|
|
|
|
|
@menu
|
|
|
|
|
* Introduction:: What is Mes about?
|
|
|
|
|
* Installation:: Installing Mes.
|
|
|
|
|
* Bootstrapping:: Would you strap my boots?
|
|
|
|
|
* Contributing:: Your help needed!
|
|
|
|
|
* Acknowledgments:: Thanks!
|
2018-07-09 17:59:54 +00:00
|
|
|
|
* Resources::
|
2018-06-27 11:42:47 +00:00
|
|
|
|
* GNU Free Documentation License:: The license of this manual.
|
|
|
|
|
* Concept Index:: Concepts.
|
|
|
|
|
* Programming Index:: Data types, functions, and variables.
|
|
|
|
|
|
|
|
|
|
@detailmenu
|
|
|
|
|
--- The Detailed Node Listing ---
|
|
|
|
|
|
|
|
|
|
Software Freedom
|
|
|
|
|
|
|
|
|
|
* Reproducible Builds:: Reproducibility and free software.
|
|
|
|
|
* Bootstrappable Builds:: The freedom to build a software without binary seed.
|
|
|
|
|
* Full Source Bootstrap:: Software dependencies worthy of GNU.
|
2019-12-09 06:26:16 +00:00
|
|
|
|
* LISP as Maxwell's Equations of Software:: Auditable elegance.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
Installation
|
|
|
|
|
|
|
|
|
|
* Regular Requirements:: Software needed to build and run Mes.
|
|
|
|
|
* Bootstrap Requirements:: Software needed to bootstrap Mes.
|
|
|
|
|
* Running the Test Suites:: Testing Mes.
|
|
|
|
|
|
|
|
|
|
Bootstrapping
|
|
|
|
|
|
|
|
|
|
* The Mes Bootstrap Process:: How Mes will make you yogurt from pure milk.
|
2019-12-09 06:26:16 +00:00
|
|
|
|
* Invoking mes:: Running Mes, a minimalist Guile lookalike.
|
|
|
|
|
* Invoking mescc:: Running the MesCC bootstrap compiler.
|
2019-11-04 22:56:15 +00:00
|
|
|
|
* Invoking mesar::
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
Invoking mes
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
* Environment Variables:: If the bits won't change, change their habitat.
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
Invoking mescc
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
* MesCC Environment Variables:: There's no NIX like POSIX.
|
|
|
|
|
|
|
|
|
|
Contributing
|
|
|
|
|
|
|
|
|
|
* Building from Git:: The latest and greatest.
|
|
|
|
|
* Running Mes From the Source Tree:: Hacker tricks.
|
2019-11-04 22:56:15 +00:00
|
|
|
|
* Porting GNU Mes:: Teach Mes about your platform.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
* The Perfect Setup:: The right tools.
|
|
|
|
|
* Coding Style:: Hygiene of the contributor.
|
|
|
|
|
* Submitting Patches:: Share your work.
|
|
|
|
|
|
|
|
|
|
@end detailmenu
|
|
|
|
|
@end menu
|
|
|
|
|
|
|
|
|
|
@c *********************************************************************
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Introduction, Installation, Top, Top
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@chapter Introduction
|
|
|
|
|
|
|
|
|
|
@quotation
|
|
|
|
|
These were “Maxwell’s Equations of Software!”
|
|
|
|
|
|
|
|
|
|
@author Alan Kay
|
|
|
|
|
@end quotation
|
|
|
|
|
|
2018-09-05 05:05:08 +00:00
|
|
|
|
The purpose of GNU Mes@footnote{``Mes'' is an acronym for the Maxwell
|
|
|
|
|
Equations of Software.} is to help create a computer operating system
|
|
|
|
|
that we can trust.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
2018-09-05 05:05:08 +00:00
|
|
|
|
Mes consists of a mutual self-hosting Scheme interpreter written in C
|
|
|
|
|
and a Nyacc-based (see @pxref{NYACC User's Guide,,, nyacc-ug, NYACC
|
|
|
|
|
User's Guide}) C compiler written in Scheme. The Scheme interpreter
|
2019-11-04 18:59:13 +00:00
|
|
|
|
@file{mes.c} is about 5,000LOC of restricted C, to be compiled with
|
|
|
|
|
M2-Planet@footnote{See @url{https://github.com/oriansj/m2-planet}}, a
|
|
|
|
|
very simple C compiler.
|
2018-09-05 05:05:08 +00:00
|
|
|
|
|
|
|
|
|
If we want to trust our computers to do what we instructed them to do
|
|
|
|
|
then we need to be able to inspect all instructions---all
|
|
|
|
|
softwares---that we have given it to run.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@section Software Freedom
|
|
|
|
|
@cindex purpose
|
|
|
|
|
The four essential Freedoms of Software are at the core of our GNU
|
2018-07-09 17:59:54 +00:00
|
|
|
|
community. Quoting the GNU philosophy@footnote{The four essential
|
|
|
|
|
freedoms @url{https://www.gnu.org/philosophy/free-sw.html}}
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@quotation
|
2018-07-09 17:59:54 +00:00
|
|
|
|
A program is free software if the program's users have the four
|
|
|
|
|
essential freedoms:
|
|
|
|
|
|
|
|
|
|
@enumerate 0
|
|
|
|
|
@item
|
|
|
|
|
The freedom to run the program as you wish, for any purpose (freedom 0).
|
|
|
|
|
|
|
|
|
|
@item
|
|
|
|
|
The freedom to study how the program works, and change it so it does
|
|
|
|
|
your computing as you wish (freedom 1). Access to the source code is
|
|
|
|
|
a precondition for this.
|
|
|
|
|
|
|
|
|
|
@item
|
|
|
|
|
The freedom to redistribute copies so you can help others (freedom
|
|
|
|
|
2).
|
|
|
|
|
|
|
|
|
|
@item
|
|
|
|
|
The freedom to distribute copies of your modified versions to others
|
|
|
|
|
(freedom 3). By doing this you can give the whole community a chance
|
|
|
|
|
to benefit from your changes. Access to the source code is a
|
|
|
|
|
precondition for this.
|
|
|
|
|
@end enumerate
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end quotation
|
|
|
|
|
|
2018-09-05 05:05:08 +00:00
|
|
|
|
A computer operating system that respects the user's freedom is one
|
|
|
|
|
essential ingredient for building a reliable, trustable computing
|
|
|
|
|
system. There are about a dozen general purpose operating systems that
|
|
|
|
|
can be trusted in this way, see
|
|
|
|
|
@url{https://www.gnu.org/distros/free-distros.html, Free Distributions}.
|
|
|
|
|
For all softwares on such a system we have the full source code and
|
|
|
|
|
build recipes available.
|
|
|
|
|
|
|
|
|
|
@c The Free System Distribution Guidelines (GNU FSDG)@footnote{Examples of
|
2018-12-20 06:44:18 +00:00
|
|
|
|
@c free operating systems are GNU Guix, GNU Parabola and Trisquel, see
|
2018-09-05 05:05:08 +00:00
|
|
|
|
@c https://www.gnu.org/distros/free-system-distribution-guidelines.html}
|
|
|
|
|
@c can serve as help to create such a system
|
|
|
|
|
|
|
|
|
|
So we have access to all the software, we have studied it, possibly
|
|
|
|
|
modified it, then we built it and we installed it on a computer or some
|
|
|
|
|
device or appliance. How can we trust that when we run the program we
|
|
|
|
|
are indeed running the untainted product of the source code that we
|
|
|
|
|
studied? Unless we are certain of this we cannot really enjoy
|
|
|
|
|
Freedom 1.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@menu
|
|
|
|
|
* Reproducible Builds:: Reproducibility and free software.
|
|
|
|
|
* Bootstrappable Builds:: The freedom to build a software without binary seed.
|
|
|
|
|
* Full Source Bootstrap:: Software dependencies worthy of GNU.
|
2019-12-09 06:26:16 +00:00
|
|
|
|
* LISP as Maxwell's Equations of Software:: Auditable elegance.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end menu
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Reproducible Builds, Bootstrappable Builds, Introduction, Introduction
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@section Reproducible Builds
|
|
|
|
|
|
|
|
|
|
The current Reproducible Builds effort incubated in the Debian
|
2018-09-05 05:05:08 +00:00
|
|
|
|
project@footnote{@url{http://debian.org, The Debian Project}} and was
|
|
|
|
|
organized by Lunar. Quoting the Reproducible Builds
|
|
|
|
|
website@footnote{@url{https://reproducible-builds.org/,Reproducible
|
|
|
|
|
Builds}}
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@quotation
|
|
|
|
|
A build is reproducible if given the same source code, build environment
|
|
|
|
|
and build instructions, any party can recreate bit-by-bit identical
|
|
|
|
|
copies of all specified artifacts.
|
|
|
|
|
@end quotation
|
|
|
|
|
|
|
|
|
|
@subsection Can we trust our freedom?
|
|
|
|
|
|
|
|
|
|
Now consider the opposite, that a second build of a piece of source code
|
|
|
|
|
produces a different binary program. Upon further investigation we
|
2018-09-05 05:05:08 +00:00
|
|
|
|
might find that the only difference is probably harmless: a timestamp
|
|
|
|
|
that was embedded in the binary, or perhaps the name of the user that
|
|
|
|
|
built it or directory it was built in. Such investigations can be
|
|
|
|
|
nontrivial and are highly unpractical. And what if the binary
|
|
|
|
|
difference is not so trivial, cannot be easily accounted for?
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
A piece of software that cannot be built bit-by-bit reproducible is
|
|
|
|
|
probably not a good community member in the world of software freedom.
|
|
|
|
|
We think the importance of reproducibility should not be underestimated
|
|
|
|
|
largely because failing that precondition makes justifable trust in
|
|
|
|
|
binaries provided suspect at best and downright dangerous in reality.
|
|
|
|
|
|
|
|
|
|
It becomes clear that a bit-by-bit reproducible build of all our
|
2018-07-09 17:59:54 +00:00
|
|
|
|
sofwares is essential if we value our Freedom 1.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@subsection An Old Idea
|
|
|
|
|
|
|
|
|
|
The idea of reproducible builds is not very new. It was implemented for
|
|
|
|
|
GNU tools in the early 1990s (which we learned, much later in 2017). In
|
|
|
|
|
the Debian world it was mentioned first in 2000 and then more explicitly
|
|
|
|
|
in 2007 on
|
2018-06-29 05:49:59 +00:00
|
|
|
|
debian-devel@footnote{@url{https://lists.debian.org/debian-devel/2007/09/msg00746.html,Martin Uecker on debian-devel on bit-reproducibility}}
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@quotation
|
|
|
|
|
I think it would be really cool if the Debian policy required that
|
|
|
|
|
packages could be rebuild bit-identical from source.
|
|
|
|
|
|
|
|
|
|
@author Martin Uecker
|
|
|
|
|
@end quotation
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Bootstrappable Builds, Full Source Bootstrap, Reproducible Builds, Introduction
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@section Bootstrappable Builds
|
|
|
|
|
|
|
|
|
|
Software distributions that take reproducible builds seriously are
|
|
|
|
|
currently shipping well over 90% reproducible packages.
|
|
|
|
|
|
|
|
|
|
That a package builds bit-by-bit reproducibly however is not enough to
|
2018-07-09 17:59:54 +00:00
|
|
|
|
guarantee Freedom 1. There is another factor that is often overlooked:
|
|
|
|
|
opaque ascii or binary @emph{seeds} that are injected during build
|
2018-06-27 11:42:47 +00:00
|
|
|
|
time. Yes, a package may build reproduciblly from all inspectable
|
|
|
|
|
sourcess...but what functionality is programmed in the opaque seed?
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@subsection Bootstrap Binary Seed
|
2018-06-27 11:42:47 +00:00
|
|
|
|
Possibly one of the most harmless, but certainly by far the biggest
|
|
|
|
|
binary seed that all software distributions inject are the so called
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@emph{bootstrap binary seed}. Bootstrap binaries are the initial binary
|
2018-06-27 11:42:47 +00:00
|
|
|
|
seeds that are used to start building the distribution.
|
|
|
|
|
|
2019-11-04 18:59:13 +00:00
|
|
|
|
The GNU Guix operating system, version 1.0 had a relatively small
|
2019-12-09 06:26:16 +00:00
|
|
|
|
closure of bootstrap binary seed: GNU binutils, GNU gcc, GNU Libc, GNU
|
2019-11-04 18:59:13 +00:00
|
|
|
|
Guile, and ``Static binaries'' (think: bash, bzip2, coreutils, gawk,
|
|
|
|
|
grep, gzip, patch, sed, tar, xz).
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@example
|
|
|
|
|
$ du -schx $(readlink $(guix build bootstrap-tarballs)/*)
|
|
|
|
|
2.1M /gnu/store/9623n4bq6iq5c8cwwdq99qb7d0xj93ym-binutils-static-stripped-tarball-2.28.1/binutils-static-stripped-2.28.1-x86_64-linux.tar.xz
|
|
|
|
|
18M /gnu/store/437xwygmmwwpkddcyy1qvjcv4hak89pb-gcc-stripped-tarball-5.5.0/gcc-stripped-5.5.0-x86_64-linux.tar.xz
|
|
|
|
|
1.8M /gnu/store/55ccx18a0d1x5y6a575jf1yr0ywizvdg-glibc-stripped-tarball-2.26.105-g0890d5379c/glibc-stripped-2.26.105-g0890d5379c-x86_64-linux.tar.xz
|
|
|
|
|
5.7M /gnu/store/bqf0ajclbvnbm0a46819f30804y3ilx0-guile-static-stripped-tarball-2.2.3/guile-static-stripped-2.2.3-x86_64-linux.tar.xz
|
|
|
|
|
5.8M /gnu/store/j8yzjmh9sy4gbdfwjrhw46zca43aah6x-static-binaries-tarball-0/static-binaries-0-x86_64-linux.tar.xz
|
|
|
|
|
33M total
|
|
|
|
|
@end example
|
|
|
|
|
|
2019-11-04 18:59:13 +00:00
|
|
|
|
only a 33MB download that unpacks to a 252MB @emph{seed} of opaque
|
|
|
|
|
binary code.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@example
|
|
|
|
|
$ for i in $(readlink $(guix build bootstrap-tarballs)/*);\
|
|
|
|
|
do sudo tar xf $i; done
|
|
|
|
|
$ du -schx *
|
|
|
|
|
130M bin
|
|
|
|
|
13M include
|
|
|
|
|
54M lib
|
|
|
|
|
51M libexec
|
|
|
|
|
5.2M share
|
|
|
|
|
252M total
|
|
|
|
|
@end example
|
|
|
|
|
|
2019-11-04 18:59:13 +00:00
|
|
|
|
During the Guix 1.1 development series we managed to create the first
|
2019-12-09 06:26:16 +00:00
|
|
|
|
reduction by 50% of the Guix @emph{bootstrap binary seed}@footnote{See
|
2019-11-04 18:59:13 +00:00
|
|
|
|
@url{https://guix.gnu.org/blog/2019/guix-reduces-bootstrap-seed-by-50/}}.
|
|
|
|
|
This was a very important step because the ~250MB @emph{seed} of binary
|
|
|
|
|
code was practically non-auditable, which makes it hard to establish
|
|
|
|
|
what source code produced them.
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Full Source Bootstrap, , Bootstrappable Builds, Introduction
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@section Full Source Bootstrap
|
|
|
|
|
|
|
|
|
|
There is an obvious solution: we cannot allow any binary seeds in our
|
2019-12-09 06:26:16 +00:00
|
|
|
|
software stack. Not even in the bootstrap binary seed. Maybe that is a
|
2018-07-09 17:59:54 +00:00
|
|
|
|
bit too strong: we want to have the absolute minimum of binary seeds and
|
2018-09-05 05:05:08 +00:00
|
|
|
|
all binary seeds need to be inspectable and must be reviewed. How big
|
|
|
|
|
would the absolute minimal set be?
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
2018-07-09 17:59:54 +00:00
|
|
|
|
@subsection The Magical Self-Hosting Hex Assembler
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
June 2016 I learnt about
|
|
|
|
|
@url{https://github.com/oriansj/stage0/,Stage0}. Jeremiah Orians
|
2018-09-05 05:05:08 +00:00
|
|
|
|
created @file{hex0} a ~500 byte self-hosting hex assembler. The source
|
|
|
|
|
code is well documented and the binary is the exact mirror of the source
|
|
|
|
|
code. I was inspired.
|
|
|
|
|
|
|
|
|
|
Here is an example of what the @file{hex0} program looks like; the start
|
|
|
|
|
of the @var{hex} function
|
|
|
|
|
|
|
|
|
|
@example
|
|
|
|
|
00000060: 4883 f830 7c6f 4883 f83a 7c5a 4883 f841 H..0|oH..:|ZH..A
|
|
|
|
|
@dots{}
|
|
|
|
|
000000d0: 48c7 c0ff ffff ffc3 0000 0000 0000 0000 H...............
|
|
|
|
|
000000e0: 4883 e830 c300 0000 0000 0000 0000 0000 H..0............
|
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
All computer programs look like this: an opaque list of computer codes.
|
2019-12-09 06:26:16 +00:00
|
|
|
|
The initial programs that we take for granted---the bootstrap binary
|
|
|
|
|
seed---are about 250MB of such numbers: think 250,000 pages full of
|
2018-09-05 05:05:08 +00:00
|
|
|
|
numbers.
|
|
|
|
|
|
|
|
|
|
Most computers work pretty well so apparently there is not a pressing
|
|
|
|
|
need to inspect and study all of these codes. At the same time it is
|
|
|
|
|
tricky to fully trust@footnote{ Ken Thompson's 1984 Turing award
|
|
|
|
|
acceptance speech
|
|
|
|
|
@url{http://www.ece.cmu.edu/~ganger/712.fall02/papers/p761-thompson.pdf,
|
|
|
|
|
Reflections on Trusting Tust}.} a computer that was bootstrapped in this
|
|
|
|
|
way.
|
|
|
|
|
|
|
|
|
|
Here is what the source code of the @file{hex0} assembler looks like
|
|
|
|
|
|
|
|
|
|
@example
|
|
|
|
|
## function: hex
|
|
|
|
|
48 83 f8 30 # cmp $0x30,%rax
|
|
|
|
|
7c 6f # jl 6000f3 <ascii_other>
|
|
|
|
|
48 83 f8 3a # cmp $0x3a,%rax
|
|
|
|
|
7c 5a # jl 6000e4 <ascii_num>
|
|
|
|
|
48 83 f8 41 # cmp $0x41,%rax
|
|
|
|
|
@dots{}
|
|
|
|
|
## function: ascii_other
|
|
|
|
|
48 c7 c0 ff ff ff ff # mov $0xffffffffffffffff,%rax
|
|
|
|
|
c3 # ret
|
|
|
|
|
@dots{}
|
|
|
|
|
## function: ascii_num
|
|
|
|
|
48 83 e8 30 # sub $0x30,%rax
|
|
|
|
|
c3 # ret
|
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
While it may be hard to understand what this piece of the program does,
|
|
|
|
|
it should be possible for anyone to verify that the computer codes above
|
|
|
|
|
correspond to the source code with comments.
|
|
|
|
|
|
|
|
|
|
One step beyond these annotated codes is Assembly language. To write a
|
|
|
|
|
program in Assembly, you only need to provide the instructions; the
|
|
|
|
|
codes are computed by the @file{assembler} program.
|
|
|
|
|
|
|
|
|
|
@example
|
|
|
|
|
hex:
|
|
|
|
|
# deal all ascii less than 0
|
|
|
|
|
cmp $48, %rax
|
|
|
|
|
jl ascii_other
|
|
|
|
|
# deal with 0-9
|
|
|
|
|
cmp $58, %rax
|
|
|
|
|
jl ascii_num
|
|
|
|
|
@dots{}
|
|
|
|
|
ascii_other:
|
|
|
|
|
mov $-1, %rax
|
|
|
|
|
ret
|
|
|
|
|
ascii_num:
|
|
|
|
|
sub $48, %rax
|
|
|
|
|
ret
|
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
More readable still, a similar program text in the C programming language.
|
|
|
|
|
|
|
|
|
|
@example
|
|
|
|
|
int
|
|
|
|
|
hex (int c)
|
|
|
|
|
@{
|
|
|
|
|
if (c >= '0' && c <= '9')
|
|
|
|
|
return c - 48;
|
|
|
|
|
@dots{}
|
|
|
|
|
@}
|
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
What if we could bootstrap our entire system from only this one
|
|
|
|
|
@file{hex0} assembler binary seed? We would only ever need to inspect
|
|
|
|
|
these 500 bytes of computer codes. Every@footnote{Some program
|
|
|
|
|
languages have become very hard or practically impossible to bootstrap.
|
|
|
|
|
Instead of depending on a simple language such as C, they depend on a
|
|
|
|
|
recent version of itself, or on other binary or ASCII seeds, on other
|
|
|
|
|
recent programs written in that language, or even on manual
|
|
|
|
|
intervention. Programs written in a language that cannot be
|
|
|
|
|
bootstrapped can still run on our systems, but cannot enjoy any of the
|
|
|
|
|
trust we intend to create.} later program is written in a more friendly
|
|
|
|
|
programming language: Assembly, C, @dots{} Scheme.
|
|
|
|
|
|
|
|
|
|
Inspecting all these programs is a lot of work, but it can certainly be
|
|
|
|
|
done. We might be able to create a fully inspectable path from almost
|
|
|
|
|
nothing to all of the programs that our computer runs. Something that
|
|
|
|
|
seemed to be an impossible dream is suddenly starting to look like
|
|
|
|
|
``just a couple years of work''.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node LISP as Maxwell's Equations of Software
|
|
|
|
|
@section LISP as Maxwell's Equations of Software
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
As fate would have it, I stumbled upon this
|
|
|
|
|
@url{https://queue.acm.org/detail.cfm?id=1039523, interview with Alan
|
|
|
|
|
Kay}, where he shares a revelation he had when reading John McCarthy's
|
2018-07-22 14:21:50 +00:00
|
|
|
|
@url{http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf,
|
2018-06-27 11:42:47 +00:00
|
|
|
|
LISP-1.5} manual:
|
|
|
|
|
|
|
|
|
|
@quotation
|
|
|
|
|
that was the big revelation to me @dots{} when I finally understood that
|
|
|
|
|
the half page of code on the bottom of page 13 of the Lisp 1.5 manual
|
|
|
|
|
was Lisp in itself. These were “Maxwell’s Equations of Software!” This
|
|
|
|
|
is the whole world of programming in a few lines that I can put my hand
|
|
|
|
|
over.
|
|
|
|
|
|
|
|
|
|
@author Alan Kay
|
|
|
|
|
@end quotation
|
|
|
|
|
|
|
|
|
|
Our starting point is @file{hex0}, a 500 byte hex assembler and we need
|
2019-12-09 06:26:16 +00:00
|
|
|
|
to somehow close the gap to building the bootstrap binary seed, esp. GNU
|
2018-09-05 05:05:08 +00:00
|
|
|
|
Gcc and the GNU C Library. What better way to do that than by
|
|
|
|
|
leveraging the powers of LISP?
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
2018-07-22 12:24:36 +00:00
|
|
|
|
GNU Mes is a Scheme@footnote{Scheme is a modern LISP} interpreter that
|
|
|
|
|
will be indirectly bootstrapped from @file{hex0} and that wields the
|
|
|
|
|
magical powers of LISP to close the bootstrap gap, asserting we can
|
|
|
|
|
enjoy software Freedom 1.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@subsection Auditable Elegance
|
|
|
|
|
|
|
|
|
|
@code{eval} and @code{apply} are mutual recursing functions that---using
|
|
|
|
|
a few helper functions---describe the core of the universe of computing.
|
|
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
(define (apply fn x a)
|
|
|
|
|
(cond
|
|
|
|
|
((atom fn)
|
|
|
|
|
(cond
|
|
|
|
|
((eq fn CAR) (caar x))
|
|
|
|
|
((eq fn CDR) (cdar x))
|
|
|
|
|
((eq fn CONS) (cons (car x) (cadr x)))
|
|
|
|
|
((eq fn ATOM) (atom (car x)))
|
|
|
|
|
((eq fn EQ) (eq (car x) (cadr x)))
|
|
|
|
|
(#t (apply (eval fn a) x a))))
|
|
|
|
|
((eq (car fn) LAMBDA)
|
|
|
|
|
(eval (caddr fn) (pairlis (cadr fn) x a)))
|
|
|
|
|
((eq (car fn) LABEL)
|
|
|
|
|
(apply (caddr fn) x
|
|
|
|
|
(cons (cons (cadr fn) (caddr fn)) a)))))
|
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
|
|
@lisp
|
|
|
|
|
(define (eval e a)
|
|
|
|
|
(cond
|
|
|
|
|
((atom e) (cdr (assoc e a)))
|
|
|
|
|
((atom (car e))
|
|
|
|
|
(cond ((eq (car e) QUOTE) (cadr e))
|
|
|
|
|
((eq (car e) COND) (evcon (cdr e) a))
|
|
|
|
|
(#t (apply (car e) (evlis (cdr e) a) a))))
|
|
|
|
|
(#t (apply (car e) (evlis (cdr e) a) a))))
|
|
|
|
|
@end lisp
|
|
|
|
|
|
|
|
|
|
It will be a big day when our computers are fully bootstrapped from
|
|
|
|
|
source. It would be nice if that source code were readable, auditable
|
|
|
|
|
and elegant. To be honest, the elegance displayed above that we
|
|
|
|
|
achieved at the very start of the Mes project is currently hard to find.
|
|
|
|
|
It is our sincerest hope to bring back this level of quality and
|
|
|
|
|
elegance..
|
|
|
|
|
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@c *********************************************************************
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Installation, Bootstrapping, Introduction, Top
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@chapter Installation
|
|
|
|
|
|
|
|
|
|
@cindex installing Mes
|
2018-07-22 12:24:36 +00:00
|
|
|
|
Mes is available for download from its website at
|
2019-11-04 18:59:13 +00:00
|
|
|
|
@url{https://www.gnu.org/pub/gnu/mes/}. This section describes the
|
2018-06-27 11:42:47 +00:00
|
|
|
|
software requirements of Mes, as well as how to install it and get ready
|
|
|
|
|
to use it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@menu
|
|
|
|
|
* Regular Requirements:: Software needed to build and run Mes.
|
|
|
|
|
* Bootstrap Requirements:: Software needed to bootstrap Mes.
|
|
|
|
|
* Running the Test Suites:: Testing Mes.
|
|
|
|
|
@end menu
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Regular Requirements, Bootstrap Requirements, Installation, Installation
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@section Regular Requirements
|
|
|
|
|
|
|
|
|
|
This section lists requirements when building Mes from source. The
|
|
|
|
|
build procedure for Mes is the same as for other GNU software, and is
|
|
|
|
|
not covered here. Please see the files @file{README} and @file{INSTALL}
|
|
|
|
|
in the Mes source tree for additional details.
|
|
|
|
|
|
2018-07-22 12:24:36 +00:00
|
|
|
|
GNU Mes depends on the following packages:
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@itemize
|
|
|
|
|
@item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.13 or
|
2020-12-31 12:05:41 +00:00
|
|
|
|
later, including 2.2.x and 3.0.x,
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@item @url{http://www.gnu.org/software/make/, GNU Make}.
|
2020-12-31 12:05:41 +00:00
|
|
|
|
@item @url{https://savannah.gnu.org/projects/nyacc/, NYACC}, version 1.00.2,
|
|
|
|
|
@item @url{http://gcc.gnu.org, GCC's gcc}, version 2.95.3 or later, including 10.2.0,
|
|
|
|
|
@item @url{https://savannah.gnu.org/projects/mescc-tools/, mescc-tools}, version 0.7.0 or later,
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end itemize
|
|
|
|
|
|
|
|
|
|
@cindex Guile, compatibility
|
|
|
|
|
Mes is compatible with GNU Guile, so it is possible to share the same
|
2019-11-04 18:59:13 +00:00
|
|
|
|
Scheme code between both. Currently Mes only supports the minimal
|
2018-06-27 11:42:47 +00:00
|
|
|
|
subset of R5RS and Guile extensions to run MesCC.
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Bootstrap Requirements, Running the Test Suites, Regular Requirements, Installation
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@section Bootstrap Requirements
|
|
|
|
|
|
|
|
|
|
This section lists requirements when building Mes as a bootstrap
|
|
|
|
|
package. The bootstrap build procedure for Mes is similar to building
|
|
|
|
|
GNU software and goes like this
|
|
|
|
|
|
|
|
|
|
@example
|
2019-11-04 18:59:13 +00:00
|
|
|
|
sh configure.sh --prefix=/your/prefix/here
|
|
|
|
|
sh bootstrap.sh
|
2018-06-27 11:42:47 +00:00
|
|
|
|
sh check.sh
|
|
|
|
|
sh install.sh
|
|
|
|
|
@end example
|
|
|
|
|
|
2019-11-04 18:59:13 +00:00
|
|
|
|
See @file{configure.sh} and @file{bootstrap.sh} for inspiration on what
|
|
|
|
|
environment variables to set.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
Bootstrapping Mes depends on the following packages:
|
|
|
|
|
|
|
|
|
|
@itemize
|
|
|
|
|
@item a POSIX-compatible shell
|
2019-11-04 18:59:13 +00:00
|
|
|
|
@item @url{https://github.com/oriansj/mescc-tools/, mescc-tools}, version 0.6.1 or later.
|
|
|
|
|
@item @url{https://savannah.gnu.org/projects/nyacc/, NYACC}, 0.93.0 or later, including 0.99.0.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end itemize
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Running the Test Suites, , Bootstrap Requirements, Installation
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@section Running the Test Suites
|
|
|
|
|
|
|
|
|
|
@cindex test suites
|
|
|
|
|
After a successful @command{configure} and @code{make} run, it is a good
|
|
|
|
|
idea to run the test suites.
|
|
|
|
|
|
|
|
|
|
@example
|
|
|
|
|
make check
|
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
Run Mes Scheme language semantics tests (@file{scaffold/boot}) only
|
|
|
|
|
|
|
|
|
|
@example
|
|
|
|
|
build-aux/check-boot.sh
|
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
Run a single Mes boot test
|
|
|
|
|
|
|
|
|
|
@example
|
2019-11-03 21:15:11 +00:00
|
|
|
|
MES_BOOT=scaffold/boot/00-zero.scm bin/mes
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
Run a single Mes Scheme test
|
|
|
|
|
|
|
|
|
|
@example
|
2018-09-05 05:05:08 +00:00
|
|
|
|
./pre-inst-env tests/boot.test
|
|
|
|
|
MES=guile ./pre-inst-env tests/boot.test
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
Run MesCC tests only
|
|
|
|
|
|
|
|
|
|
@example
|
|
|
|
|
build-aux/check-mescc.sh
|
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
Run a single MesCC test
|
|
|
|
|
|
|
|
|
|
@example
|
2018-06-29 05:49:59 +00:00
|
|
|
|
CC=gcc CC32=i686-unknown-linux-gnu-gcc MES=guile \
|
|
|
|
|
build-aux/test.sh scaffold/tests/00-exit-0
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end example
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Bootstrapping, Contributing, Installation, Top
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@chapter Bootstrapping
|
|
|
|
|
|
|
|
|
|
@quotation
|
|
|
|
|
Recipe for yogurt: Add yogurt to milk.
|
|
|
|
|
|
|
|
|
|
@author Anonymous
|
|
|
|
|
@end quotation
|
|
|
|
|
|
|
|
|
|
The bootstrap problem we have set out to solve is that none of our
|
2018-12-20 06:44:18 +00:00
|
|
|
|
modern software distributions, and Guix in particular, can be created
|
2018-06-27 11:42:47 +00:00
|
|
|
|
all from source code. In addition to the carefully signed source code
|
|
|
|
|
of all the programs (the `milk') an opaque binary seed (the `yogurt') is
|
|
|
|
|
injected as an essential dependency.
|
|
|
|
|
|
2018-06-29 05:49:59 +00:00
|
|
|
|
Why would this be a problem, I hear you ask? This is how it is done, we
|
2018-06-27 11:42:47 +00:00
|
|
|
|
always did it this way, everyone does it like this! Indeed, a popular
|
|
|
|
|
way of handling the bootstrapping issue is by ignoring it.
|
|
|
|
|
|
|
|
|
|
@quotation
|
|
|
|
|
Your compiler becoming self-hosting@dots{}a language creator's wet
|
|
|
|
|
dream.
|
|
|
|
|
|
2018-06-29 05:49:59 +00:00
|
|
|
|
@author PFH
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end quotation
|
|
|
|
|
|
|
|
|
|
It seems that writing a self-hosting compiler is considered to be a
|
|
|
|
|
language creator's ultimate goal. It means that their language and
|
|
|
|
|
compiler have become powerful enough to not depend on a pre-exising
|
|
|
|
|
language that possibly is---but certainly was until now---more
|
|
|
|
|
powerful; it feels like passing the rite to adulthood.
|
|
|
|
|
|
|
|
|
|
When you see the irony, you grasp what our bootstrapping effort means in
|
|
|
|
|
practice. Creating bootstrappable software is not hard; actually most
|
|
|
|
|
softwares' first releases are bootstrappable. The problem of
|
|
|
|
|
bootstrapping is not a technical one, it is a lack of awareness and
|
|
|
|
|
responsibility.
|
|
|
|
|
|
|
|
|
|
@menu
|
|
|
|
|
* The Mes Bootstrap Process:: How Mes will make you yogurt from pure milk.
|
2019-12-09 06:26:16 +00:00
|
|
|
|
* Invoking mes:: Running Mes, a minimalist Guile lookalike.
|
|
|
|
|
* Invoking mescc:: Running the MesCC bootstrap compiler.
|
2019-11-04 22:56:15 +00:00
|
|
|
|
* Invoking mesar::
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end menu
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node The Mes Bootstrap Process, Invoking mes, Bootstrapping, Bootstrapping
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@section The Mes Bootstrap Process
|
|
|
|
|
|
2019-11-04 18:59:13 +00:00
|
|
|
|
The Reduced Binary Seed bootstrap currently adopted by Guix@footnote{See
|
|
|
|
|
@file{gnu/packages/commencement.scm} in the @var{master} branch in Guix
|
2018-06-27 11:42:47 +00:00
|
|
|
|
git
|
2019-11-04 18:59:13 +00:00
|
|
|
|
@url{http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/commencement.scm}}.
|
2020-12-31 12:05:41 +00:00
|
|
|
|
In its intiial form it is only available for x86-linux arm armhf-linux.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
Currently, it goes like this:
|
|
|
|
|
|
|
|
|
|
@verbatim
|
2019-11-04 18:59:13 +00:00
|
|
|
|
gcc-mesboot (4.9.4)
|
|
|
|
|
^
|
|
|
|
|
|
|
|
|
|
|
glibc-mesboot (2.16.0)
|
|
|
|
|
^
|
|
|
|
|
|
|
|
|
|
|
gcc-mesboot1 (4.7.4)
|
|
|
|
|
^
|
|
|
|
|
|
|
|
|
|
|
binutils-mesboot (2.20.1a)
|
|
|
|
|
^
|
|
|
|
|
|
|
|
|
|
|
gcc-mesboot0 (2.95.3)
|
|
|
|
|
^
|
|
|
|
|
|
|
|
|
|
|
glibc-mesboot0 (2.2.5)
|
|
|
|
|
^
|
|
|
|
|
|
|
|
|
|
|
gcc-core-mesboot (2.95.3)
|
|
|
|
|
^
|
|
|
|
|
|
|
|
|
|
|
make-mesboot0, diffutils-mesboot, binutils-mesboot0 (2.20.1a)
|
|
|
|
|
^
|
|
|
|
|
|
|
|
|
|
|
tcc-boot
|
|
|
|
|
^
|
|
|
|
|
|
|
|
|
|
|
tcc-boot0
|
|
|
|
|
^
|
|
|
|
|
|
|
|
|
|
|
mes-boot
|
|
|
|
|
^
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
bootstrap-mescc-tools, bootstrap-mes (~10MB)
|
|
|
|
|
bootstrap-bash, bootstrap-coreutils&co, bootstrap-guile (~120MB)
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end verbatim
|
|
|
|
|
|
2018-06-26 20:22:56 +00:00
|
|
|
|
@c This graph is generated from wip-bootstrap, doing:
|
2018-07-09 17:59:54 +00:00
|
|
|
|
|
2018-12-20 06:44:18 +00:00
|
|
|
|
@c ~/src/guix/core-updates/pre-inst-env guix graph --type=bag -e '(@@ (gnu packages commencement) gcc-mesboot)' > doc/images/gcc-mesboot-graph.dot
|
2018-07-22 20:27:24 +00:00
|
|
|
|
@c dot -T png doc/images/gcc-mesboot-graph.dot > doc/images/gcc-mesboot-graph.png
|
2018-06-26 20:22:56 +00:00
|
|
|
|
|
2018-09-04 05:51:15 +00:00
|
|
|
|
Here's a generated dependency diagram to for the final bootstrap gcc
|
2018-12-20 06:44:18 +00:00
|
|
|
|
that builds the rest of Guix.
|
2018-07-09 17:59:54 +00:00
|
|
|
|
|
2018-06-29 05:49:59 +00:00
|
|
|
|
@image{images/gcc-mesboot-graph,2in,,Reference graph of the gcc-mesboot}
|
|
|
|
|
|
2018-06-27 11:42:47 +00:00
|
|
|
|
Work is ongoing to remove these binary seeds that were intentionally
|
|
|
|
|
injected by our own doing as temporary shortcut
|
|
|
|
|
@example
|
2019-11-04 18:59:13 +00:00
|
|
|
|
bootstrap-mescc-tools (seed), bootstrap-mes (seed)
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end example
|
|
|
|
|
|
2018-09-05 05:05:08 +00:00
|
|
|
|
For now, these additional non-bootstrapped dependencies (i.e., binary
|
|
|
|
|
seeds) are taken for granted
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@example
|
2019-11-04 18:59:13 +00:00
|
|
|
|
bootstrap-guile, bash, bzip2, coreutils, gawk, grep, gzip, patch, sed,
|
2018-09-04 05:51:15 +00:00
|
|
|
|
tar, xz
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
Although we think these are less essential and thus less interesting
|
|
|
|
|
than the GNU toolchain triplet that we focussed on initially, our next
|
|
|
|
|
priority is to eleminate these one by one.
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Invoking mes, Invoking mescc, The Mes Bootstrap Process, Bootstrapping
|
|
|
|
|
@section Invoking mes
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@cindex repl
|
|
|
|
|
The @command{mes} command is the Scheme interpreter whose prime
|
|
|
|
|
directive is to run the @command{MesCC} program.
|
|
|
|
|
|
|
|
|
|
For convenience and testing purposes, @command{mes} tries to mimic
|
2019-11-04 18:59:13 +00:00
|
|
|
|
guile.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@example
|
|
|
|
|
mes @var{option}@dots{} @file{FILE}@dots{}
|
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
The @var{option}s can be among the following:
|
|
|
|
|
|
|
|
|
|
@table @code
|
|
|
|
|
|
|
|
|
|
@item -s @var{script} @var{arg}@dots{}
|
|
|
|
|
@cindex script mode
|
2019-12-09 06:26:16 +00:00
|
|
|
|
By default, mes will read a file named on the command line as a script.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
Any command-line arguments @var{arg}@dots{} following @var{script}
|
|
|
|
|
become the script's arguments; the @code{command-line} function returns
|
|
|
|
|
a list of strings of the form @code{(@var{script} @var{arg}@dots{})}.
|
|
|
|
|
|
|
|
|
|
Scripts are read and evaluated as Scheme source code just as the
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@code{load} function would. After loading @var{script}, mes exits.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@item -c @var{expr} @var{arg}@dots{}
|
|
|
|
|
@cindex evaluate expression, command-line argument
|
|
|
|
|
Evaluate @var{expr} as Scheme code, and then exit. Any command-line
|
|
|
|
|
arguments @var{arg}@dots{}) following @var{expr} become command-line
|
|
|
|
|
arguments; the @code{command-line} function returns a list of strings of
|
|
|
|
|
the form @code{(@var{guile} @var{arg}@dots{})}, where @var{mes} is the
|
2019-12-09 06:26:16 +00:00
|
|
|
|
path of the mes executable.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@item -- @var{arg}@dots{}
|
|
|
|
|
Run interactively, prompting the user for expressions and evaluating
|
|
|
|
|
them. Any command-line arguments @var{arg}@dots{} following the
|
|
|
|
|
@option{--} become command-line arguments for the interactive session;
|
|
|
|
|
the @code{command-line} function returns a list of strings of the form
|
|
|
|
|
@code{(@var{guile} @var{arg}@dots{})}, where @var{mes} is the path of the
|
2019-12-09 06:26:16 +00:00
|
|
|
|
mes executable.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@item -L,--load-path=@var{directory}
|
|
|
|
|
Add @var{directory} to the front of Mes module load path. The given
|
|
|
|
|
directories are searched in the order given on the command line and
|
|
|
|
|
before any directories in the @env{GUILE_LOAD_PATH} environment
|
|
|
|
|
variable.
|
|
|
|
|
|
|
|
|
|
@item -C,--compiled-path=@var{directory}
|
|
|
|
|
Accepted and ignored for Guile compatibility.
|
|
|
|
|
|
|
|
|
|
@item -l @var{file}
|
|
|
|
|
Load Scheme source code from @var{file}, and continue processing the
|
|
|
|
|
command line.
|
|
|
|
|
|
|
|
|
|
@item -e,--main=@var{function}
|
|
|
|
|
Make @var{function} the @dfn{entry point} of the script. After loading
|
|
|
|
|
the script file (with @option{-s}) or evaluating the expression (with
|
|
|
|
|
@option{-c}), apply @var{function} to a list containing the program name
|
|
|
|
|
and the command-line arguments---the list provided by the
|
|
|
|
|
@code{command-line} function.
|
|
|
|
|
|
|
|
|
|
@item -h@r{, }--help
|
2019-12-09 06:26:16 +00:00
|
|
|
|
Display help on invoking mes, and then exit.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@item -v@r{, }--version
|
2019-12-09 06:26:16 +00:00
|
|
|
|
Display the current version of mes%, and then exit.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@end table
|
|
|
|
|
|
|
|
|
|
@menu
|
|
|
|
|
* Environment Variables:: If the bits won't change, change their habitat.
|
|
|
|
|
@end menu
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Environment Variables, , Invoking mes, Invoking mes
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@subsection Environment Variables
|
|
|
|
|
@cindex environment variables
|
|
|
|
|
@cindex shell
|
|
|
|
|
@cindex initialization
|
|
|
|
|
|
|
|
|
|
@c Hmm, I expected this paragraph in the Guix manual?
|
|
|
|
|
Here are the environment variables (see @pxref{Environment Variables,,,
|
|
|
|
|
guile, Guile Reference}) that affect the run-time behavior of
|
2019-12-09 06:26:16 +00:00
|
|
|
|
mes:
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@table @env
|
|
|
|
|
@item MES_BOOT
|
|
|
|
|
@vindex MES_BOOT
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
Set @env{MES_BOOT} to change the initial Scheme program that mes runs.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@item MES_ARENA
|
|
|
|
|
@vindex MES_ARENA
|
|
|
|
|
|
|
|
|
|
The initial size of the arena @pxref{5.3,,, sicp, SICP} in cells. Default: 20,000.
|
|
|
|
|
|
|
|
|
|
@item MES_MAX_ARENA
|
|
|
|
|
@vindex MES_MAX_ARENA
|
|
|
|
|
|
|
|
|
|
The maximum size of the arena in cells. Default: 100,000,000.
|
|
|
|
|
|
2019-02-10 05:56:06 +00:00
|
|
|
|
@item MES_MAX_STRING
|
|
|
|
|
@vindex MES_MAX_STRING
|
|
|
|
|
|
|
|
|
|
The maximum size of a string. Default: 524,288.
|
|
|
|
|
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@item MES_DEBUG
|
|
|
|
|
@vindex MES_DEBUG
|
|
|
|
|
|
|
|
|
|
@enumerate
|
|
|
|
|
@item
|
|
|
|
|
Informational:
|
|
|
|
|
@itemize
|
|
|
|
|
@item MODULEDIR
|
|
|
|
|
@item included SCM modules and sources
|
|
|
|
|
@item result of program
|
|
|
|
|
@item gc stats at exit
|
|
|
|
|
@end itemize
|
|
|
|
|
@item
|
|
|
|
|
opened files
|
|
|
|
|
|
|
|
|
|
@item
|
|
|
|
|
runtime gc stats
|
|
|
|
|
|
|
|
|
|
@item
|
|
|
|
|
detailed info
|
|
|
|
|
@itemize
|
|
|
|
|
@item parsed, expanded program
|
|
|
|
|
@item list of builtins
|
|
|
|
|
@item list of symbol
|
|
|
|
|
@item opened input strings
|
|
|
|
|
@item gc details
|
|
|
|
|
@end itemize
|
|
|
|
|
|
|
|
|
|
@item
|
|
|
|
|
usage of opened input strings
|
|
|
|
|
@end enumerate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@item GUILE_LOAD_PATH
|
|
|
|
|
@vindex GUILE_LOAD_PATH
|
|
|
|
|
This variable may be used to augment the path that is searched for
|
|
|
|
|
Scheme files when loading. Its value should be a colon-separated list
|
|
|
|
|
of directories. If it contains the special path component @code{...}
|
|
|
|
|
(ellipsis), then the default path is put in place of the ellipsis,
|
|
|
|
|
otherwise the default path is placed at the end. The result is stored
|
|
|
|
|
in @code{%load-path}.
|
|
|
|
|
|
|
|
|
|
Mes uses @var{@strong{GUILE}_LOAD_PATH} for compatibility with Guile.
|
|
|
|
|
|
|
|
|
|
@end table
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Invoking mescc, Invoking mesar, Invoking mes, Bootstrapping
|
|
|
|
|
@section Invoking mescc
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@example
|
|
|
|
|
mescc @var{option}@dots{} @file{FILE}@dots{}
|
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
The @var{option}s can be among the following:
|
|
|
|
|
|
|
|
|
|
@table @code
|
|
|
|
|
|
2020-12-23 13:38:38 +00:00
|
|
|
|
@item --align=@var{symbol}
|
|
|
|
|
align @var{symbol}, the default is @code{functions}; other valid values
|
|
|
|
|
are: @code{globals}.
|
2018-12-20 06:44:18 +00:00
|
|
|
|
|
|
|
|
|
@item --base-address=ADRRESS
|
|
|
|
|
use BaseAddress ADDRESS [0x1000000]
|
|
|
|
|
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@item -c
|
|
|
|
|
@cindex compile
|
|
|
|
|
preprocess, compile and assemble only; do not link
|
|
|
|
|
|
|
|
|
|
@item -D @var{DEFINE}[=@var{VALUE}]
|
|
|
|
|
@cindex define DEFINE [VALUE=1]
|
|
|
|
|
|
2018-12-20 06:44:18 +00:00
|
|
|
|
@item -dumpmachine
|
|
|
|
|
@cindex arch
|
|
|
|
|
@cindex architecture
|
|
|
|
|
@cindex machine
|
|
|
|
|
display the compiler's target processor
|
|
|
|
|
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@item -E
|
|
|
|
|
preprocess only; do not compile, assemble or link
|
|
|
|
|
|
|
|
|
|
@item -g
|
|
|
|
|
add @command{blood-elf} debug info
|
|
|
|
|
|
|
|
|
|
This enables GDB setting breakpoints on function names, and to have the
|
|
|
|
|
GDB backtrace command to show the function call stack.
|
|
|
|
|
|
|
|
|
|
@item -h, --help
|
|
|
|
|
display this help and exit
|
|
|
|
|
|
|
|
|
|
@item -I DIR
|
|
|
|
|
append DIR to include path
|
|
|
|
|
|
|
|
|
|
@item -L DIR
|
|
|
|
|
append DIR to library path
|
|
|
|
|
|
|
|
|
|
@item -l LIBNAME
|
|
|
|
|
link with LIBNAME
|
|
|
|
|
|
2018-12-20 06:44:18 +00:00
|
|
|
|
@item -m BITS
|
|
|
|
|
compile for BITS bits [32]
|
|
|
|
|
|
|
|
|
|
@item -O LEVEL
|
|
|
|
|
use optimizing LEVEL
|
|
|
|
|
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@item -o FILE
|
|
|
|
|
write output to FILE
|
|
|
|
|
|
|
|
|
|
@item -S
|
|
|
|
|
preprocess and compile only; do not assemble or link
|
|
|
|
|
|
2018-12-20 06:44:18 +00:00
|
|
|
|
@item --std=STANDARD
|
|
|
|
|
assume that the input sources are for STANDARD
|
|
|
|
|
|
2019-11-04 22:56:15 +00:00
|
|
|
|
@item -V,--version
|
2018-06-27 11:42:47 +00:00
|
|
|
|
display version and exit
|
|
|
|
|
|
|
|
|
|
@item -w,--write=TYPE
|
|
|
|
|
dump Nyacc AST using TYPE @{pretty-print,write@}
|
|
|
|
|
|
2018-12-20 06:44:18 +00:00
|
|
|
|
@item -x LANGUAGE
|
|
|
|
|
specify LANGUAGE of the following input files
|
|
|
|
|
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end table
|
|
|
|
|
|
|
|
|
|
@menu
|
|
|
|
|
* MesCC Environment Variables:: There's no NIX like POSIX.
|
|
|
|
|
@end menu
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node MesCC Environment Variables, , Invoking mescc, Invoking mescc
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@subsection MesCC Environment Variables
|
|
|
|
|
|
|
|
|
|
@table @env
|
|
|
|
|
@item MES
|
|
|
|
|
@vindex MES
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
Setting @env{MES} to a mes-compatible Scheme will run mescc using that
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@example
|
|
|
|
|
MES=guile mescc -c scaffold/main.c
|
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
See, now Guile has become compatible with Mes, instead of the other way
|
|
|
|
|
around ;-)
|
|
|
|
|
|
|
|
|
|
@item C_INCLUDE_PATH
|
|
|
|
|
@vindex C_INCLUDE_PATH
|
|
|
|
|
|
|
|
|
|
@item LIBRARY_PATH
|
|
|
|
|
@vindex LIBRARY_PATH
|
|
|
|
|
|
|
|
|
|
@item NYACC_DEBUG
|
|
|
|
|
@vindex NYACC_DEBUG
|
|
|
|
|
|
|
|
|
|
Setting @env{NYACC_DEBUG} makes nyacc print names of function
|
|
|
|
|
during the parsing phase.
|
|
|
|
|
|
|
|
|
|
@end table
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Invoking mesar, , Invoking mescc, Bootstrapping
|
2019-11-04 22:56:15 +00:00
|
|
|
|
@section Invoking mesar
|
|
|
|
|
|
|
|
|
|
@example
|
|
|
|
|
mesar @var{option}@dots{} @var{command} @file{ARCHIVE-FILE} @file{FILE}@dots{}
|
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
The @var{command} is ignored for compatibility with @file{ar}
|
|
|
|
|
|
|
|
|
|
@example
|
|
|
|
|
r[ab][f][u] - replace existing or insert new file(s) into the archive
|
|
|
|
|
[c] - do not warn if the library had to be created
|
|
|
|
|
[D] - use zero for timestamps and uids/gids (default)
|
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
and assumed to be @var{crD}.
|
|
|
|
|
|
|
|
|
|
The @var{option}s can be among the following:
|
|
|
|
|
|
|
|
|
|
@table @code
|
|
|
|
|
|
|
|
|
|
@item -h, --help
|
|
|
|
|
display this help and exit
|
|
|
|
|
|
|
|
|
|
@item -V,--version
|
|
|
|
|
display version and exit
|
|
|
|
|
|
|
|
|
|
@end table
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@c *********************************************************************
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Contributing, Acknowledgments, Bootstrapping, Top
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@chapter Contributing
|
|
|
|
|
|
|
|
|
|
@menu
|
|
|
|
|
* Building from Git:: The latest and greatest.
|
|
|
|
|
* Running Mes From the Source Tree:: Hacker tricks.
|
2018-12-20 06:44:18 +00:00
|
|
|
|
* Porting GNU Mes:: Teach Mes about your platform.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
* The Perfect Setup:: The right tools.
|
|
|
|
|
* Coding Style:: Hygiene of the contributor.
|
|
|
|
|
* Submitting Patches:: Share your work.
|
|
|
|
|
@end menu
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Building from Git, Running Mes From the Source Tree, Contributing, Contributing
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@section Building from Git
|
|
|
|
|
|
2018-07-22 12:24:36 +00:00
|
|
|
|
If you want to hack GNU Mes itself, it is recommended to use the latest
|
2018-06-27 11:42:47 +00:00
|
|
|
|
version from the Git repository:
|
|
|
|
|
|
|
|
|
|
@example
|
2018-07-22 12:24:36 +00:00
|
|
|
|
git clone git://git.savannah.gnu.org/mes.git
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
The easiest way to set up a development environment for Mes is, of
|
|
|
|
|
course, by using Guix! The following command starts a new shell where
|
|
|
|
|
all the dependencies and appropriate environment variables are set up to
|
|
|
|
|
hack on Mes:
|
|
|
|
|
|
|
|
|
|
@example
|
2018-12-20 06:44:18 +00:00
|
|
|
|
guix environment -l .guix.scm
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
Finally, you have to invoke @code{make check} to run tests
|
|
|
|
|
(@pxref{Running the Test Suites}). If anything fails, take a look at
|
|
|
|
|
installation instructions (@pxref{Installation}) or send a message to
|
2018-07-28 09:37:47 +00:00
|
|
|
|
the @email{bug-mes@@gnu.org} mailing list.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Running Mes From the Source Tree, Porting GNU Mes, Building from Git, Contributing
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@section Running Mes From the Source Tree
|
|
|
|
|
|
2018-07-22 12:24:36 +00:00
|
|
|
|
First, you need to have an environment with all the dependencies
|
|
|
|
|
available (@pxref{Building from Git}), and then simply prefix each
|
|
|
|
|
command by @command{./pre-inst-env} (the @file{pre-inst-env} script
|
|
|
|
|
lives in the top build tree of Mes).
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Porting GNU Mes, The Perfect Setup, Running Mes From the Source Tree, Contributing
|
2018-12-20 06:44:18 +00:00
|
|
|
|
@section Porting GNU Mes
|
|
|
|
|
|
2020-12-31 12:05:41 +00:00
|
|
|
|
Mes is supported for x86-linux and armhf-linux. A 64 bit (x86_64-linux)
|
|
|
|
|
is almost done, only a few bugs remain. The Guix bootstrap for
|
|
|
|
|
x86_64-linux uses mes for x86-lunix and that is not expected to change.
|
|
|
|
|
Likewise, aarch64-linux uses mes for armhf-linux.
|
2018-12-20 06:44:18 +00:00
|
|
|
|
|
2020-12-31 12:05:41 +00:00
|
|
|
|
A port to GNU/Hurd (x86-gnu) is underway.
|
2018-12-20 06:44:18 +00:00
|
|
|
|
|
|
|
|
|
Initial scaffold, built by @file{build-aux/build-scaffold.sh}:
|
|
|
|
|
@example
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@file{lib/linux/x86-mes-gcc/exit-42.S}
|
|
|
|
|
@file{lib/linux/x86-mes/elf32-0exit-42.hex2}
|
|
|
|
|
@file{lib/linux/x86-mes/elf32-body-exit-42.hex2}
|
2018-12-20 06:44:18 +00:00
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@file{lib/linux/x86-mes-gcc/hello-mes.S}
|
|
|
|
|
@file{lib/linux/x86-mes/elf32-0hello-mes.hex2}
|
|
|
|
|
@file{lib/linux/x86-mes/elf32-body-hello-mes.hex2}
|
2018-12-20 06:44:18 +00:00
|
|
|
|
@end example
|
|
|
|
|
|
|
|
|
|
Porting MesCC:
|
|
|
|
|
@example
|
|
|
|
|
@file{lib/x86-mes/x86.M1}
|
|
|
|
|
|
|
|
|
|
@file{module/mescc/mescc.scm}
|
|
|
|
|
@file{module/mescc/i386/as.scm}
|
|
|
|
|
@file{module/mescc/i386/info.scm}
|
|
|
|
|
|
|
|
|
|
@file{mes/module/mescc/i386/as.mes}
|
|
|
|
|
@file{mes/module/mescc/i386/info.mes}
|
|
|
|
|
@end example
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node The Perfect Setup, Coding Style, Porting GNU Mes, Contributing
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@section The Perfect Setup
|
|
|
|
|
|
|
|
|
|
The Perfect Setup to hack on Mes is basically the perfect setup used
|
|
|
|
|
for Guile hacking (@pxref{Using Guile in Emacs,,, guile, Guile Reference
|
|
|
|
|
Manual}). First, you need more than an editor, you need
|
|
|
|
|
@url{http://www.gnu.org/software/emacs, Emacs}, empowered by the
|
|
|
|
|
wonderful @url{http://nongnu.org/geiser/, Geiser}.
|
|
|
|
|
|
|
|
|
|
Geiser allows for interactive and incremental development from within
|
|
|
|
|
Emacs: code compilation and evaluation from within buffers, access to
|
|
|
|
|
on-line documentation (docstrings), context-sensitive completion,
|
|
|
|
|
@kbd{M-.} to jump to an object definition, a REPL to try out your code,
|
|
|
|
|
and more (@pxref{Introduction,,, geiser, Geiser User Manual}).
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Coding Style, Submitting Patches, The Perfect Setup, Contributing
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@section Coding Style
|
|
|
|
|
|
|
|
|
|
In general our code follows the GNU Coding Standards (@pxref{Top,,,
|
|
|
|
|
standards, GNU Coding Standards}). However, they do not say much about
|
|
|
|
|
Scheme, so here are some additional rules.
|
|
|
|
|
|
|
|
|
|
@subsection Programming Paradigm
|
|
|
|
|
|
|
|
|
|
Scheme code in Mes is written in a purely functional style.
|
|
|
|
|
|
|
|
|
|
@subsection Formatting Code
|
|
|
|
|
|
|
|
|
|
@cindex formatting code
|
|
|
|
|
@cindex coding style
|
|
|
|
|
When writing Scheme code, we follow common wisdom among Scheme
|
|
|
|
|
programmers. In general, we follow the
|
|
|
|
|
@url{http://mumble.net/~campbell/scheme/style.txt, Riastradh's Lisp
|
|
|
|
|
Style Rules}. This document happens to describe the conventions mostly
|
|
|
|
|
used in Guile’s code too. It is very thoughtful and well written, so
|
|
|
|
|
please do read it.
|
|
|
|
|
|
|
|
|
|
@cindex indentation, of code
|
|
|
|
|
@cindex formatting, of code
|
|
|
|
|
If you do not use Emacs, please make sure to let your editor knows these
|
|
|
|
|
rules.
|
|
|
|
|
|
|
|
|
|
Additionally, in Mes we prefer to format @code{if} statements like this
|
|
|
|
|
@example
|
|
|
|
|
(if foo? trivial-then
|
|
|
|
|
(let ((bar (the-longer @dots{})))
|
|
|
|
|
more-complicated
|
|
|
|
|
@dots{}
|
|
|
|
|
else))
|
|
|
|
|
@end example
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Submitting Patches, , Coding Style, Contributing
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@section Submitting Patches
|
|
|
|
|
|
|
|
|
|
Development is done using the Git distributed version control system.
|
|
|
|
|
Thus, access to the repository is not strictly necessary. We welcome
|
|
|
|
|
contributions in the form of patches as produced by @code{git
|
2021-01-22 15:17:18 +00:00
|
|
|
|
format-patch} sent to the @email{bug-mes@@gnu.org} mailing list.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
Please write commit logs in the ChangeLog format (@pxref{Change Logs,,,
|
|
|
|
|
standards, GNU Coding Standards}); you can check the commit history for
|
|
|
|
|
examples.
|
|
|
|
|
|
|
|
|
|
@subsection Reporting Bugs
|
|
|
|
|
|
|
|
|
|
Encountering a problem or bug can be very frustrating for you as a user
|
|
|
|
|
or potential contributor. For us as Mes maintainers, the preferred bug
|
|
|
|
|
report includes a beautiful and tested patch that we can integrate
|
|
|
|
|
without any effort.
|
|
|
|
|
|
|
|
|
|
However, please don't let our preference stop you from reporting a bug.
|
|
|
|
|
There's one thing @emph{much} worse for us than getting a bug report
|
2018-09-05 05:05:08 +00:00
|
|
|
|
without a patch: Reading a complaint or rant online about your
|
|
|
|
|
frustrations and how our work sucks, without having heard directly what
|
|
|
|
|
you experienced.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
So if you report a problem, will it be fixed? And @strong{when}? The
|
|
|
|
|
most honest answer is: It depends. Let's curry that informationless
|
2018-09-05 05:05:08 +00:00
|
|
|
|
honesty with a more helpful and more blunt reminder of a mantra of free
|
|
|
|
|
software:
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@quotation
|
2018-06-29 05:49:59 +00:00
|
|
|
|
@table @strong
|
|
|
|
|
@item Q:
|
2018-09-05 05:05:08 +00:00
|
|
|
|
When will it be finished?
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
2018-06-29 05:49:59 +00:00
|
|
|
|
@item A:
|
2018-09-05 05:05:08 +00:00
|
|
|
|
It will be ready sooner if you help.
|
2018-06-29 05:49:59 +00:00
|
|
|
|
@end table
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
2018-09-05 05:05:08 +00:00
|
|
|
|
@author Richard Stallman
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@end quotation
|
|
|
|
|
|
|
|
|
|
@cindex contact, irc, mailing list
|
|
|
|
|
Join us on @code{#bootstrappable} on the Freenode IRC network or on
|
2021-01-22 15:17:18 +00:00
|
|
|
|
@email{bug-mes@@gnu.org} to share your experience---good or bad.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
2018-07-28 09:37:47 +00:00
|
|
|
|
@cindex bug, bug report, reporting a bug
|
|
|
|
|
Please send bug reports with full details to @email{bug-mes@@gnu.org}.
|
2018-06-27 11:42:47 +00:00
|
|
|
|
|
|
|
|
|
@c *********************************************************************
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Acknowledgments, Resources, Contributing, Top
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@chapter Acknowledgments
|
|
|
|
|
|
|
|
|
|
We would like to thank the following people for their help: Jeremiah
|
2018-10-20 07:53:44 +00:00
|
|
|
|
Orians, Peter de Wachter, rain1, Ricardo Wurmus, Rutger van Beusekom.
|
2018-09-05 05:05:08 +00:00
|
|
|
|
|
2018-12-20 06:44:18 +00:00
|
|
|
|
We also thank Ludovic Courtès for creating GNU Guix and making the
|
2018-06-27 11:42:47 +00:00
|
|
|
|
bootstrap problem so painfully visible, John McCarthy for creating
|
2018-06-29 05:49:59 +00:00
|
|
|
|
LISP-1.5 and Alan Kay for their inspiring comment on
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@url{https://queue.acm.org/detail.cfm?id=1039523, Page 13}.
|
|
|
|
|
|
2018-07-09 17:59:54 +00:00
|
|
|
|
@c *********************************************************************
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Resources, GNU Free Documentation License, Acknowledgments, Top
|
2018-07-09 17:59:54 +00:00
|
|
|
|
@chapter Resources
|
|
|
|
|
|
|
|
|
|
@itemize
|
|
|
|
|
|
|
|
|
|
@item
|
|
|
|
|
@url{https://bootstrappable.org, Bootstrappable Builds} Minimize the
|
|
|
|
|
amount and size of opaque binary seeds we need to swallow.
|
|
|
|
|
|
|
|
|
|
@item
|
|
|
|
|
@url{https://reproducible-builds.org, Reproducible Builds}
|
|
|
|
|
Provide a verifiable path from source code to binary.
|
|
|
|
|
|
|
|
|
|
@item
|
|
|
|
|
@url{https://gitlab.com/oriansj/stage0, Stage0}
|
|
|
|
|
If we want, it could all start with a ~500 byte self-hosting hex
|
|
|
|
|
assembler.
|
|
|
|
|
|
|
|
|
|
@item
|
|
|
|
|
@url{https://bootstrapping.miraheze.org, Bootstrapping wiki} An amazing
|
|
|
|
|
collection of small/bootstrappable compilers, operating systems,
|
|
|
|
|
anything you need.
|
|
|
|
|
|
|
|
|
|
@item
|
|
|
|
|
@url{irc.freenode.net, #bootstrappable} The bootstrapping community home
|
|
|
|
|
at the freenode IRC network.
|
|
|
|
|
|
|
|
|
|
@item
|
|
|
|
|
@file{guix-devel@@gnu.org} The Guix mailing list, where it all started.
|
|
|
|
|
@url{https://lists.gnu.org/archive/html/guix-devel/, guix-devel archives}.
|
|
|
|
|
|
|
|
|
|
@end itemize
|
|
|
|
|
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@c *********************************************************************
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node GNU Free Documentation License, Concept Index, Resources, Top
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@appendix GNU Free Documentation License
|
|
|
|
|
@cindex license, GNU Free Documentation License
|
|
|
|
|
@include fdl-1.3.texi
|
|
|
|
|
|
|
|
|
|
@c *********************************************************************
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Concept Index, Programming Index, GNU Free Documentation License, Top
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@unnumbered Concept Index
|
|
|
|
|
@printindex cp
|
|
|
|
|
|
2019-12-09 06:26:16 +00:00
|
|
|
|
@node Programming Index, , Concept Index, Top
|
2018-06-27 11:42:47 +00:00
|
|
|
|
@unnumbered Programming Index
|
|
|
|
|
@syncodeindex tp fn
|
|
|
|
|
@syncodeindex vr fn
|
|
|
|
|
@printindex fn
|
|
|
|
|
|
|
|
|
|
@bye
|
|
|
|
|
|
|
|
|
|
@c Local Variables:
|
|
|
|
|
@c ispell-local-dictionary: "american";
|
|
|
|
|
@c End:
|