Advertisement
Guest User

failstep

a guest
Dec 28th, 2024
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. make checkone check-nofast ENGINE="./gforth-itc" >/dev/null 2>&1
  2. make checkone check-nofast ENGINE="./gforth-ditc" >/dev/null 2>&1
  3. make checkone ENGINE="./gforth-fast --no-dynamic" >/dev/null 2>&1
  4. make checkone check-nofast ENGINE="./gforth" >/dev/null 2>&1
  5. make checkone ENGINE="./gforth-fast" >/dev/null 2>&1
  6. *** Check successful ***
  7. ./gforth-fast --diag -e bye
  8. *** no performance problems ***
  9. Makefile:867: warning: ignoring prerequisites on suffix rule definition
  10. Makefile:867: warning: ignoring prerequisites on suffix rule definition
  11. if test -r version && test x'0.7.3' = x`cat version` ; then true ; else echo 0.7.3 > version ; fi
  12. ./gforth --die-on-signal -p ".:~+:." -i kernl64l.fi -e "s\" doc/doc.fd\"" doc/makedoc.fs except.fs startup.fs code.fs objects.fs oof.fs moofglos.fs regexp.fs fft.fs -e bye
  13. cd doc; makeinfo vmgen.texi
  14. cd doc; makeinfo --html vmgen.texi
  15. cd doc; texi2dvi vmgen.texi
  16. cd doc; makeinfo --no-headers --no-split vmgen.texi >vmgen.txt
  17. cp -p kernl64l.fi kernl64l.fi~
  18. redefined \G cp -p kernl64l.fi- kernl64l.fi
  19.  
  20.  
  21. Bus error.
  22. make: *** [Makefile:920: doc/doc.fd] Error 135
  23. make: *** Waiting for unfinished jobs....
  24. This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024/Arch Linux) (preloaded format=etex)
  25. restricted \write18 enabled.
  26. entering extended mode
  27. (./vmgen.texi (/usr/share/texmf-dist/tex/texinfo/texinfo.tex
  28. Loading texinfo [version 2024-02-10.22]: pdf, fonts, glyphs, page headings,
  29. tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
  30. cross references, insertions, (/usr/share/texmf-dist/tex/generic/epsf/epsf.tex
  31. This is `epsf.tex' v2.7.4 <14 February 2011>
  32. ) localization, formatting, microtype, and turning on texinfo input format.)
  33. (/tmp/gforth/src/gforth-0.7.3/doc/version.texi) [1] [2]
  34. (/tmp/gforth/src/gforth-0.7.3/doc/vmgen.toc)
  35. (/tmp/gforth/src/gforth-0.7.3/doc/vmgen.toc [-1]) [-2] Chapter 1
  36. (/tmp/gforth/src/gforth-0.7.3/doc/vmgen.aux)
  37. Writing index file vmgen.cp
  38. [1] Chapter 2 [2] Chapter 3 [3] [4] Chapter 4 [5] Chapter 5 [6] [7] Chapter 6
  39. [8] [9]
  40. Writing index file vmgen.fn
  41. [10] [11] [12]
  42. Overfull \hbox (32.51715pt too wide) in paragraph at lines 964--964
  43. [] @texttt SET_IP(target); INST_TAIL; /* now this INST_TAIL is necessary */[]
  44. |
  45. [13] [14] [15] Chapter 7 [16] Chapter 8 [17] [18] [19] [20] [21] [22] [23]
  46. Chapter 9 [24] Chapter 10 [25] Chapter 11 [26] Chapter 12 [27] Appendix A
  47. [28] (/tmp/gforth/src/gforth-0.7.3/doc/fdl.texi [29] [30] [31] [32] [33]
  48. [34]) (Index) [35] (/tmp/gforth/src/gforth-0.7.3/doc/vmgen.cps [36] [37])
  49. [38] )
  50. (see the transcript file for additional information)
  51. Output written on vmgen.dvi (42 pages, 169616 bytes).
  52. Transcript written on vmgen.log.
  53. ==> ERROR: A failure occurred in build().
  54. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement