Advertisement
Guest User

Untitled

a guest
Aug 6th, 2023
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. echo '(sf "x11-const")' | ../run-build --batch-mode
  2. ;Generating SCode for file: "x11-const.scm" => "x11-const.bin"... done
  3. MIT_SCHEME_EXE=../run-build ./compile.sh
  4. ;Loading "compile.scm"...
  5. ; Loading "make.com"...
  6. ; Loading "cref-unx.pkd"... done
  7. ; Loading "mset.com"... done
  8. ; Loading "object.com"... done
  9. ; Loading "toplev.com"... done
  10. ; Loading "anfile.com"... done
  11. ; Loading "conpkg.com"... done
  12. ; Loading "forpkg.com"... done
  13. ; Loading "redpkg.com"... done
  14. ; ... done
  15. ; Loading "make.scm"...
  16. ; Loading "ffi-unx.pkd"... done
  17. ; Loading "ctypes.com"... done
  18. ; Loading "cdecls.com"... done
  19. ; Loading "syntax.com"... done
  20. ; Loading "generator.com"... done
  21. ; Loading "build.com"... done
  22. ; ... done
  23. ;... done
  24. echo "done" > stamp-scheme
  25. make[1]: Leaving directory '/home/arch_user/.cache/rua/build/mit-scheme/src/mit-scheme-12.1/src/x11'
  26. checking for a BSD-compatible install... /usr/bin/install -c
  27. fgrep: warning: fgrep is obsolescent; using grep -F
  28. checking whether ln -s works... yes
  29. checking whether make sets $(MAKE)... yes
  30. checking for install-info... install-info
  31. configure: creating ./config.status
  32. config.status: creating Makefile
  33. config.status: creating make-common
  34. config.status: creating ffi/Makefile
  35. config.status: creating ref-manual/Makefile
  36. config.status: creating sos/Makefile
  37. config.status: creating user-manual/Makefile
  38. making all in ffi
  39. make[1]: Entering directory '/home/arch_user/.cache/rua/build/mit-scheme/src/mit-scheme-12.1/doc/ffi'
  40. rm -f mit-scheme-ffi.info*
  41. texi2any --info --output=mit-scheme-ffi.info ffi.texinfo
  42. texi2dvi --pdf --quiet --output=mit-scheme-ffi.pdf ffi.texinfo
  43. /usr/bin/texi2dvi: texinfo.tex appears to be broken.
  44. This may be due to the environment variable TEX set to something
  45. other than (plain) tex, a corrupt texinfo.tex file, or
  46. to tex itself simply not working.
  47. This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/Arch Linux) (preloaded format=etex)
  48. restricted \write18 enabled.
  49. entering extended mode
  50. (./txiversion.tex
  51. ! I can't find file `texinfo.tex'.
  52. l.1 \input texinfo.tex
  53. @bye
  54. (Press Enter to retry, or Control-D to exit)
  55. Please type another input file name:
  56. ! Emergency stop.
  57. l.1
  58.  
  59. No pages of output.
  60. Transcript written on txiversion.log.
  61. /usr/bin/texi2dvi: quitting.
  62. make[1]: *** [../make-common:105: mit-scheme-ffi.pdf] Error 1
  63. make[1]: Leaving directory '/home/arch_user/.cache/rua/build/mit-scheme/src/mit-scheme-12.1/doc/ffi'
  64. make: *** [Makefile:77: all] Error 1
  65. ==> ERROR: A failure occurred in build().
  66. Aborting...
  67. Build failed with exit code 4 in /home/arch_user/.cache/rua/build/mit-scheme
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement