Created
January 24, 2016 15:48
-
-
Save mrvdb/48bb65dd7b71a5dfa3e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Finding pointers to doc strings... | |
Finding pointers to doc strings...done | |
Dumping under the name emacs | |
93321 pure bytes used | |
: paxctl -zex emacs | |
mv -f emacs bootstrap-emacs | |
make -C ../lisp compile-first EMACS="../src/bootstrap-emacs" | |
make[2]: Entering directory '/media/data/src/emacs/emacs/lisp' | |
make[2]: Nothing to be done for 'compile-first'. | |
make[2]: Leaving directory '/media/data/src/emacs/emacs/lisp' | |
make -C ../lisp autoloads EMACS="../src/bootstrap-emacs" | |
make[2]: Entering directory '/media/data/src/emacs/emacs/lisp' | |
loadAppSettings: Could not parse file as YAML: Directories | |
echo: InvalidYaml (Just (YamlException "Yaml file not found: Directories")) | |
Makefile:181: recipe for target 'loaddefs.el' failed | |
make[2]: *** [loaddefs.el] Error 1 | |
make[2]: Leaving directory '/media/data/src/emacs/emacs/lisp' | |
Makefile:722: recipe for target '../lisp/loaddefs.el' failed | |
make[1]: *** [../lisp/loaddefs.el] Error 2 | |
make[1]: Leaving directory '/media/data/src/emacs/emacs/src' | |
Makefile:394: recipe for target 'src' failed | |
make: *** [src] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment