if test ! -s revision.cc || test "2.70" != "2.70"; then \ echo "const char *REVISION="\"2.70\"\; > revision.cc; \ echo const char *AsyGLVersion=\"1.00\"\; >> revision.cc; \ if test ! -e base/webgl/asygl.js; then \ cp base/webgl/asygl-1.00.js base/webgl/asygl.js; \ fi \ fi g++ -Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC -pthread -DFFTWPP_SINGLE_THREAD -I/usr/include/gc -I/usr/include/tirpc -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I/build/asymptote/src/asymptote-2.70 -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fno-var-tracking -o revision.o -c revision.cc; echo string VERSION=\"2.70\"\; > base/version.asy echo @set VERSION 2.70 > doc/version.texi echo @set Datadir /usr/share >> doc/version.texi echo @set Docdir /usr/share/doc/asymptote >> doc/version.texi echo "#!/usr/bin/env python3" > GUI/xasyVersion.py echo xasyVersion = \"2.70\" >> GUI/xasyVersion.py if test -n ""; then \ cat asy.rc | sed -e "s/ASYMPTOTE_VERSION/2.70/" | \ windres -o asy.o; \ fi if test -n ""; then \ g++ -Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC -pthread -DFFTWPP_SINGLE_THREAD -I/usr/include/gc -I/usr/include/tirpc -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I/build/asymptote/src/asymptote-2.70 -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fno-var-tracking -o asy camperror.o path.o drawpath.o drawlabel.o picture.o psfile.o texfile.o util.o settings.o guide.o flatguide.o knot.o drawfill.o path3.o drawpath3.o drawsurface.o beziercurve.o bezierpatch.o pen.o pipestream.o types.o builtin.o gsl.o runtime.o runbacktrace.o runpicture.o runlabel.o runhistory.o runarray.o runfile.o runsystem.o runpair.o runtriple.o runpath.o runpath3d.o runstring.o runmath.o env.o genv.o stm.o dec.o errormsg.o callable.o name.o symbol.o entry.o exp.o newexp.o stack.o camp.tab.o lex.yy.o access.o virtualfieldaccess.o absyn.o record.o interact.o fileio.o fftw++asy.o simpson.o coder.o coenv.o impdatum.o locate.o parser.o program.o application.o varinit.o fundec.o refaccess.o envcompleter.o process.o constructor.o array.o Delaunay.o predicates.o PRCbitStream.o oPRCFile.o PRCdouble.o writePRC.o glrender.o tr.o shaders.o jsfile.o main.o revision.o asy.o -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now glew.o -lGLX -lglut -ltirpc -lcurl -lrt -lsigsegv -lz -L/usr/lib -lgc -lreadline -ltinfo -ltermcap -lfftw3 -lgsl -lgslcblas -lGL -lwolfssl -lgdi32 -lwinmm -s -static; \ else \ ln -sf GUI/xasy.py xasy; \ g++ -Wall -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -DUSEGC -pthread -DFFTWPP_SINGLE_THREAD -I/usr/include/gc -I/usr/include/tirpc -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -I/build/asymptote/src/asymptote-2.70 -march=rv64gc -mabi=lp64d -O2 -pipe -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fno-var-tracking -o asy camperror.o path.o drawpath.o drawlabel.o picture.o psfile.o texfile.o util.o settings.o guide.o flatguide.o knot.o drawfill.o path3.o drawpath3.o drawsurface.o beziercurve.o bezierpatch.o pen.o pipestream.o types.o builtin.o gsl.o runtime.o runbacktrace.o runpicture.o runlabel.o runhistory.o runarray.o runfile.o runsystem.o runpair.o runtriple.o runpath.o runpath3d.o runstring.o runmath.o env.o genv.o stm.o dec.o errormsg.o callable.o name.o symbol.o entry.o exp.o newexp.o stack.o camp.tab.o lex.yy.o access.o virtualfieldaccess.o absyn.o record.o interact.o fileio.o fftw++asy.o simpson.o coder.o coenv.o impdatum.o locate.o parser.o program.o application.o varinit.o fundec.o refaccess.o envcompleter.o process.o constructor.o array.o Delaunay.o predicates.o PRCbitStream.o oPRCFile.o PRCdouble.o writePRC.o glrender.o tr.o shaders.o jsfile.o main.o revision.o -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now glew.o -lGLX -lglut -ltirpc -lcurl -lrt -lsigsegv -lz -L/usr/lib -lgc -lreadline -ltinfo -lncurses -lfftw3 -lgsl -lgslcblas -lGL ; \ fi Creating asy-keywords.el ./asy -dir base -config "" -render=0 -l > asy.list ls base/*.asy | grep -v plain\* | \ grep -v three_\* | grep -v featpost3D | xargs ./asy -dir base -config "" -render=0 -l >> asy.list perl ./asy-list.pl asy.list 2.70 cd doc && /usr/bin/make asy-latex.pdf make[1]: Entering directory '/build/asymptote/src/asymptote-2.70/doc' make[1]: 'asy-latex.pdf' is up to date. make[1]: Leaving directory '/build/asymptote/src/asymptote-2.70/doc' /usr/bin/install -c -d /build/asymptote/pkg/asymptote/usr/bin /build/asymptote/pkg/asymptote/usr/share/asymptote /build/asymptote/pkg/asymptote/usr/share/doc/asymptote/examples /build/asymptote/pkg/asymptote/usr/share/doc/asymptote/examples/animations /usr/bin/install -c -d /build/asymptote/pkg/asymptote/usr/share/asymptote/GUI /build/asymptote/pkg/asymptote/usr/share/asymptote/GUI/pyUIClass /build/asymptote/pkg/asymptote/usr/share/asymptote/GUI/configs \ /build/asymptote/pkg/asymptote/usr/share/asymptote/GUI/res /build/asymptote/pkg/asymptote/usr/share/asymptote/GUI/res/icons /build/asymptote/pkg/asymptote/usr/share/asymptote/shaders \ /build/asymptote/pkg/asymptote/usr/share/asymptote/webgl /usr/bin/install -c -d /build/asymptote/pkg/asymptote/usr/share/texmf/tex/latex/asymptote /usr/bin/install -c -d /build/asymptote/pkg/asymptote/usr/share/texmf/tex/context/asymptote /usr/bin/install -c -p -m 755 asy /build/asymptote/pkg/asymptote/usr/bin /usr/bin/install -c -p -m 644 base/*.asy base/asy-mode.el base/asy-init.el base/asy.vim base/asy_filetype.vim base/asy-kate.sh base/asymptote.py base/reload.js base/nopapersize.ps \ asy-keywords.el /build/asymptote/pkg/asymptote/usr/share/asymptote /usr/bin/install -c -p -m 755 GUI/*.py /build/asymptote/pkg/asymptote/usr/share/asymptote/GUI /usr/bin/install -c -p -m 755 base/shaders/*.glsl /build/asymptote/pkg/asymptote/usr/share/asymptote/shaders /usr/bin/install -c -p -m 644 base/webgl/asygl.js \ /build/asymptote/pkg/asymptote/usr/share/asymptote/webgl /usr/bin/install -c -p -m 644 GUI/pyUIClass/*.py /build/asymptote/pkg/asymptote/usr/share/asymptote/GUI/pyUIClass /usr/bin/install -c -p -m 644 GUI/configs/*.cson /build/asymptote/pkg/asymptote/usr/share/asymptote/GUI/configs /usr/bin/install -c -p -m 644 GUI/res/icons.qrc /build/asymptote/pkg/asymptote/usr/share/asymptote/GUI/res /usr/bin/install -c -p -m 644 GUI/res/icons/*.svg /build/asymptote/pkg/asymptote/usr/share/asymptote/GUI/res/icons ln -sf /usr/share/asymptote/GUI/xasy.py /build/asymptote/pkg/asymptote/usr/bin/xasy /usr/bin/install -c -p -m 644 examples/*.asy examples/piicon.png examples/100d.pdb1 examples/*.views examples/*.dat examples/*.bib \ doc/extra/*.asy doc/*.asy doc/*.csv doc/*.dat doc/latexusage.tex doc/externalprc.tex doc/pixel.pdf /build/asymptote/pkg/asymptote/usr/share/doc/asymptote/examples /usr/bin/install -c -p -m 644 examples/animations/*.asy \ examples/animations/inlinemovie.tex \ examples/animations/inlinemovie3.tex /build/asymptote/pkg/asymptote/usr/share/doc/asymptote/examples/animations /usr/bin/install -c -p -m 644 doc/asymptote.sty doc/asycolors.sty doc/ocg.sty doc/latexmkrc /build/asymptote/pkg/asymptote/usr/share/texmf/tex/latex/asymptote /usr/bin/install -c -p -m 644 doc/colo-asy.tex /build/asymptote/pkg/asymptote/usr/share/texmf/tex/context/asymptote cd doc && /usr/bin/make man make[1]: Entering directory '/build/asymptote/src/asymptote-2.70/doc' texi2dvi --pdf asymptote.texi This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2021/Arch Linux) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (./asymptote.texi (/usr/share/texmf-dist/tex/texinfo/texinfo.tex Loading texinfo [version 2021-11-01.16]: pdf, fonts, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) (/build/asymptote/src/asymptote-2.70/doc/version.texi) <./logo.pdf{/var/lib/tex mf/fonts/map/pdftex/updmap/pdftex.map}> [1] [2] (/build/asymptote/src/asymptote-2.70/doc/asymptote.toc [-1] [-2]) [-3] (/build/asymptote/src/asymptote-2.70/doc/asymptote.toc) (/build/asymptote/src/asymptote-2.70/doc/asymptote.toc) Chapter 1 (/build/asymptote/src/asymptote-2.70/doc/asymptote.aux) Writing index file asymptote.cp [1] Chapter 2 [2] Underfull \hbox (badness 10000) in paragraph at lines 393--395 []@textrm The @texttt ImageMagick[] @textrm pack-age from [][]@texttt https:// www. imagemagick. org/ script/ [3] [4] [5] Overfull \hbox (1.72552pt too wide) in paragraph at lines 594--598 []@textrm The @texttt Asymptote[] @textrm ex-am-ples di-rec-tory (by de-fault, @texttt /usr/share/doc/asymptote/examples[] [6] Overfull \hbox (66.51584pt too wide) in paragraph at lines 674--674 [][] [7] Chapter 3 [8] Overfull \hbox (64.26978pt too wide) in paragraph at lines 832--833 [][][]@texttt https:// www. artofproblemsolving. com/ wiki/ ? title=Asymp tote_(Vector_Graphics_Language)[][][] (/build/asymptote/src/asymptote-2.70/doc/diagonal.asy) <./diagonal.pdf> [9] <./diagonal.pdf> (/build/asymptote/src/asymptote-2.70/doc/bigdiagonal.asy) <./bigdiagonal.pdf> (/build/asymptote/src/asymptote-2.70/doc/square.asy) <./squ are.pdf> [10] (/build/asymptote/src/asymptote-2.70/doc/labelsquare.asy) <./labe lsquare.pdf> (/build/asymptote/src/asymptote-2.70/doc/quartercircle.asy) <./qua rtercircle.pdf> [11] (/build/asymptote/src/asymptote-2.70/doc/superpath.asy) <. /superpath.pdf> (/build/asymptote/src/asymptote-2.70/doc/cube.asy [12]) <./cube .pdf> Chapter 4 [13] [14] Overfull \hbox (66.51584pt too wide) in paragraph at lines 1263--1263 [][] [15] [16] [17] [18] [19] <./CDlabel.pdf> [20] (/build/asymptote/src/asymptote-2.70/doc/CDlabel.asy Overfull \hbox (32.02371pt too wide) in paragraph at lines 8--8 [][] ) Chapter 5 [21] <./bezier.pdf> <./bezier2.pdf> [22] (/build/asymptote/src/asymptote-2.70/doc/dots.asy) <./dots.pdf> (/build/asymptote/src/asymptote-2.70/doc/colons.asy) <./colons.pdf> Chapter 6 [23] [24] [25] [26] [27] [28] [29] Overfull \hbox (32.68237pt too wide) in paragraph at lines 2287--2287 [][] [30] [31] Overfull \hbox (43.85042pt too wide) in paragraph at lines 2425--2425 [][] (/build/asymptote/src/asymptote-2.70/doc/join.asy) <./join.pdf> [32] [33] [34] Overfull \hbox (2.48067pt too wide) in paragraph at lines 2620--2621 []@textrm returns the in-ter-sec-tion point @texttt point(p,intersect(p,q,fuzz )[0])[]@textrm . [35] (/build/asymptote/src/asymptote-2.70/doc/mexicanhat.asy [36]) <./mexicanha t.pdf> [37] [38] <./colors.pdf> [39] [40] Overfull \hbox (47.95624pt too wide) in paragraph at lines 2992--2992 [][] <./linetype.pdf> [41] Underfull \hbox (badness 10000) in paragraph at lines 3134--3141 @texttt font(string encoding, string family, string series, string shape)[]@te xtrm . The [42] [43] Underfull \hbox (badness 10000) in paragraph at lines 3245--3257 @texttt Hx=5mm, real Hy=0, pen p=currentpen, filltype filltype=NoFill)[]@textr m , @texttt picture (/build/asymptote/src/asymptote-2.70/doc/tile.asy) <./tile.pdf> Overfull \hbox (15.28734pt too wide) detected at line 3259 [] Underfull \hbox (badness 10000) in paragraph at lines 3263--3266 @texttt pair dir=NE, pen p=currentpen)[]@textrm , @texttt picture crosshatch(r eal H=5mm, pen (/build/asymptote/src/asymptote-2.70/doc/hatch.asy [44]) <./hatch.pdf> (/build/asymptote/src/asymptote-2.70/doc/shadedtiling.asy) (/build/asymptote/src/asymptote-2.70/doc/makepen.asy) <./makepen.pdf> [45] [46] [47] [48] Overfull \hbox (32.35304pt too wide) in paragraph at lines 3547--3547 [][] Overfull \hbox (26.60435pt too wide) in paragraph at lines 3547--3547 [][] [49] [50] Overfull \hbox (20.85567pt too wide) in paragraph at lines 3708--3708 [][] Overfull \hbox (20.85567pt too wide) in paragraph at lines 3751--3751 [][] Overfull \hbox (20.85567pt too wide) in paragraph at lines 3751--3751 [][] [51] (/build/asymptote/src/asymptote-2.70/doc/subpictures.asy) <./subpictures.p df> [52] Underfull \hbox (badness 10000) in paragraph at lines 3791--3793 []@textrm To re-store a snap-shot of @texttt currentpicture[]@textrm , @texttt currentpen[]@textrm , and [53] Overfull \hbox (43.52109pt too wide) in paragraph at lines 3907--3907 [][] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] Overfull \hbox (58.66846pt too wide) in paragraph at lines 6057--6061 @texttt import "https://raw.githubusercontent.com/vectorgraphics/asymptote/HEAD /doc/axis3.asy" [81] [82] Chapter 7 [83] [84] [85] (/build/asymptote/src/asymptote-2.70/doc/latexusage.tex Overfull \hbox (20.52634pt too wide) in paragraph at lines 6--6 [][] [86] [87]) [88] <./latexusage.pdf> Overfull \hbox (116.0355pt too wide) in paragraph at lines 6367--6367 [] Overfull \vbox (68.1189pt too high) has occurred while \output is active [89] Chapter 8 [90] [91] <./markers1.pdf> [92] <./markers2.pdf> [93] (/build/asymptote/src/asymptote-2.70/doc/binarytreetest.asy [94]) <./binarytree test.pdf> [95] [96] [97] [98] [99] [100] Underfull \hbox (badness 6910) in paragraph at lines 7110--7112 []@textrm is a func-tion @texttt string(real x)[] @textrm re-turn-ing the la-b el (by de-fault, Underfull \hbox (badness 10000) in paragraph at lines 7151--7160 []@textrm For con-ve-nience, the pre-de-fined tick-mod-i-fiers @texttt OmitTic k(... real[] x)[]@textrm , [101] [102] Underfull \hbox (badness 10000) in paragraph at lines 7282--7289 @textrm where @texttt a[] @textrm and @texttt b[] @textrm spec-ify the re-spec -tive tick val-ues at @texttt point(g,0)[] @textrm and [103] (/build/asymptote/src/asymptote-2.70/doc/exp.asy) <./exp.pdf> [104] (/build/asymptote/src/asymptote-2.70/doc/lineargraph0.asy) <./lineargraph0.pdf> [105] (/build/asymptote/src/asymptote-2.70/doc/lineargraph.asy) (/build/asymptote/src/asymptote-2.70/doc/legend.asy [106]) <./legend.pdf> (/build/asymptote/src/asymptote-2.70/doc/datagraph.asy) <./datagraph.pdf> [107] (/build/asymptote/src/asymptote-2.70/doc/filegraph.asy) <./filegraph.pdf> [108] (/build/asymptote/src/asymptote-2.70/doc/errorbars.asy [109]) <./errorba rs.pdf> Overfull \hbox (10.0578pt too wide) detected at line 7454 [] [110] (/build/asymptote/src/asymptote-2.70/doc/graphmarkers.asy [111]) <./graph markers.pdf> (/build/asymptote/src/asymptote-2.70/doc/monthaxis.asy) <./monthax is.pdf> [112] Overfull \hbox (36.45886pt too wide) in paragraph at lines 7485--7485 [][] (/build/asymptote/src/asymptote-2.70/doc/parametricgraph.asy) <./parametricgrap h.pdf> (/build/asymptote/src/asymptote-2.70/doc/scaledgraph.asy [113]) <./scale dgraph.pdf> [114] (/build/asymptote/src/asymptote-2.70/doc/loggraph.asy) <./log graph.pdf> (/build/asymptote/src/asymptote-2.70/doc/loggrid.asy [115]) <./loggr id.pdf> (/build/asymptote/src/asymptote-2.70/doc/logticks.asy) <./logticks.pdf> [116] (/build/asymptote/src/asymptote-2.70/doc/log2graph.asy) <./log2graph.pdf > [117] (/build/asymptote/src/asymptote-2.70/doc/brokenaxis.asy) <./brokenaxis. pdf> [118] (/build/asymptote/src/asymptote-2.70/doc/Bode.asy) <./Bode.pdf> [119] (/build/asymptote/src/asymptote-2.70/doc/secondaryaxis.asy) <./secondarya xis.pdf> [120] (/build/asymptote/src/asymptote-2.70/doc/histogram.asy Overfull \hbox (36.45886pt too wide) in paragraph at lines 12--12 [][] Overfull \hbox (24.96149pt too wide) in paragraph at lines 15--15 [][] ) <./histogram.pdf> [121] (/build/asymptote/src/asymptote-2.70/doc/leastsquares.asy [122]) <./leastsquare s.pdf> (/build/asymptote/src/asymptote-2.70/doc/generalaxis.asy [123]) <./gener alaxis.pdf> Overfull \hbox (13.46411pt too wide) in paragraph at lines 7628--7628 [][] (/build/asymptote/src/asymptote-2.70/doc/flow.asy [124]) <./flow.pdf> (/build/asymptote/src/asymptote-2.70/doc/vectorfield.asy) <./vectorfield.pdf> [125] [126] <./diatom.pdf> Overfull \hbox (21.96227pt too wide) detected at line 7656 [] <./westnile.pdf> [127] [128] (/build/asymptote/src/asymptote-2.70/doc/image.asy [129]) <./image.pdf> (/build/asymptote/src/asymptote-2.70/doc/logimage.asy [130]) <./logimage.pdf> Overfull \hbox (14.77765pt too wide) in paragraph at lines 7808--7808 [][] (/build/asymptote/src/asymptote-2.70/doc/penimage.asy [131]) <./penimage.pdf> (/build/asymptote/src/asymptote-2.70/doc/penfunctionimage.asy [132]) <./penfunc tionimage.pdf> (/build/asymptote/src/asymptote-2.70/doc/unitcircle3.asy) <./uni tcircle3.pdf> [133] (/build/asymptote/src/asymptote-2.70/doc/saddle.asy) <./sad dle.pdf> [134] [135] [136] [137] [138] [139] [140] Overfull \hbox (15.10698pt too wide) in paragraph at lines 8371--8371 [][] [141] [142] [143] (/build/asymptote/src/asymptote-2.70/doc/join3.asy [144]) <./ join3.pdf> Underfull \hbox (badness 10000) in paragraph at lines 8744--8753 @texttt PenMargins2[]@textrm , @texttt BeginPenMargin3[]@textrm , @texttt EndPe nMargin3[]@textrm , @texttt PenMargin3[]@textrm , @texttt PenMargins3[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 8744--8753 @texttt BeginDotMargin3[]@textrm , @texttt EndDotMargin3[]@textrm , @texttt Dot Margin3[]@textrm , @texttt DotMargins3[]@textrm , @texttt Margin3[]@textrm , an d [145] (/build/asymptote/src/asymptote-2.70/doc/planes.asy) <./planes.pdf> [146] Overfull \hbox (14.77765pt too wide) in paragraph at lines 8858--8858 [][] [147] (/build/asymptote/src/asymptote-2.70/doc/helix.asy) <./helix.pdf> [148] (/build/asymptote/src/asymptote-2.70/doc/axis3.asy) <./axis3.pdf> (/build/asymptote/src/asymptote-2.70/doc/generalaxis3.asy) <./generalaxis3.pdf> [149] Overfull \hbox (26.27502pt too wide) in paragraph at lines 8920--8920 [][] (/build/asymptote/src/asymptote-2.70/doc/GaussianSurface.asy [150]) <./Gaussian Surface.pdf> (/build/asymptote/src/asymptote-2.70/doc/grid3xyz.asy [151]) <./gr id3xyz.pdf> (/build/asymptote/src/asymptote-2.70/doc/cylinderskeleton.asy) <./c ylinderskeleton.pdf> [152] [153] [154] Overfull \hbox (32.35304pt too wide) in paragraph at lines 9159--9159 [][] Overfull \hbox (38.10173pt too wide) in paragraph at lines 9167--9167 [][] (/build/asymptote/src/asymptote-2.70/doc/flowchartdemo.asy Overfull \hbox (20.52634pt too wide) in paragraph at lines 6--6 [][] [155]) <./flowchartdemo.pdf> [156] Overfull \hbox (14.77765pt too wide) in paragraph at lines 9232--9232 [][] (/build/asymptote/src/asymptote-2.70/doc/onecontour.asy) <./onecontour.pdf> (/build/asymptote/src/asymptote-2.70/doc/multicontour.asy [157]) <./multicontou r.pdf> (/build/asymptote/src/asymptote-2.70/doc/imagecontour.asy [158]) <./imag econtour.pdf> [159] (/build/asymptote/src/asymptote-2.70/doc/irregularcontour.asy) <./irregularcont our.pdf> [160] (/build/asymptote/src/asymptote-2.70/doc/triangulate.asy) <./tri angulate.pdf> [161] [162] (/build/asymptote/src/asymptote-2.70/doc/slopefield1.asy) <./slopefield1.pdf> [163] Chapter 9 [164] (/build/asymptote/src/asymptote-2.70/doc/options Overfull \hbox (78.01321pt too wide) in paragraph at lines 30--30 [][] Overfull \hbox (20.52634pt too wide) in paragraph at lines 45--45 [][] [165] Overfull \hbox (14.77765pt too wide) in paragraph at lines 69--69 [][] Overfull \hbox (14.77765pt too wide) in paragraph at lines 70--70 [][] Overfull \hbox (101.00797pt too wide) in paragraph at lines 81--81 [][] Overfull \hbox (26.27502pt too wide) in paragraph at lines 90--90 [][] [166] Overfull \hbox (26.27502pt too wide) in paragraph at lines 94--94 [][] ) Underfull \hbox (badness 10000) in paragraph at lines 9424--9444 @texttt pdfviewerOptions[]@textrm , @texttt pdfreloadOptions[]@textrm , @texttt glOptions[]@textrm , and @texttt dvisvgmOptions[] @textrm al-low [167] Overfull \hbox (37.7724pt too wide) in paragraph at lines 9508--9508 [][] [168] Chapter 10 [169] [170] Chapter 11 [171] Chapter 12 [172] Chapter 13 [173] Chapter 14 [174] Chapter 15 [175] (Index) [176] (/build/asymptote/src/asymptote-2.70/doc/asymptote.cps [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187]) [188] ) (see the transcript file for additional information)< /usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmti12.pfb> Output written on asymptote.pdf (193 pages, 1234316 bytes). Transcript written on asymptote.log. cd png && /usr/bin/make asymptote.info make[2]: Entering directory '/build/asymptote/src/asymptote-2.70/doc/png' makeinfo --no-warn --no-split ../asymptote make[2]: Leaving directory '/build/asymptote/src/asymptote-2.70/doc/png' make[1]: Leaving directory '/build/asymptote/src/asymptote-2.70/doc' cd doc && /usr/bin/make install make[1]: Entering directory '/build/asymptote/src/asymptote-2.70/doc' cd png && /usr/bin/make asymptote.info make[2]: Entering directory '/build/asymptote/src/asymptote-2.70/doc/png' make[2]: 'asymptote.info' is up to date. make[2]: Leaving directory '/build/asymptote/src/asymptote-2.70/doc/png' cd FAQ && /usr/bin/make faq make[2]: Entering directory '/build/asymptote/src/asymptote-2.70/doc/FAQ' mkdir -p asy-faq.html perl bfnnconv.pl asy-faq.bfnn S0 S1 Q1.1 Q1.2 Q1.3 Q1.4 Q1.5 S2 Q2.1 Q2.2 Q2.3 Q2.4 Q2.5 Q2.6 Q2.7 Q2.8 Q2.9 Q2.10 Q2.11 Q2.12 S3 Q3.1 Q3.2 S4 Q4.1 Q4.2 Q4.3 Q4.4 Q4.5 Q4.6 Q4.7 Q4.8 Q4.9 Q4.10 Q4.11 Q4.12 S5 Q5.1 Q5.2 Q5.3 Q5.4 S6 Q6.1 Q6.2 Q6.3 Q6.4 Q6.5 Q6.6 Q6.7 Q6.8 Q6.9 Q6.10 Q6.11 Q6.12 Q6.13 Q6.14 Q6.15 Q6.16 Q6.17 Q6.18 Q6.19 Q6.20 S7 Q7.1 Q7.2 Q7.3 Q7.4 Q7.5 Q7.6 Q7.7 Q7.8 Q7.9 S8 Q8.1 Q8.2 Q8.3 Q8.4 Q8.5 Q8.6 Q8.7 Q8.8 Q8.9 S9 Q9.1 Q9.2 Q9.3 Q9.4 Q9.5 Q9.6 perl bfnnconv.pl asy-faq.bfnn S0 S1 Q1.1 Q1.2 Q1.3 Q1.4 Q1.5 S2 Q2.1 Q2.2 Q2.3 Q2.4 Q2.5 Q2.6 Q2.7 Q2.8 Q2.9 Q2.10 Q2.11 Q2.12 S3 Q3.1 Q3.2 S4 Q4.1 Q4.2 Q4.3 Q4.4 Q4.5 Q4.6 Q4.7 Q4.8 Q4.9 Q4.10 Q4.11 Q4.12 S5 Q5.1 Q5.2 Q5.3 Q5.4 S6 Q6.1 Q6.2 Q6.3 Q6.4 Q6.5 Q6.6 Q6.7 Q6.8 Q6.9 Q6.10 Q6.11 Q6.12 Q6.13 Q6.14 Q6.15 Q6.16 Q6.17 Q6.18 Q6.19 Q6.20 S7 Q7.1 Q7.2 Q7.3 Q7.4 Q7.5 Q7.6 Q7.7 Q7.8 Q7.9 S8 Q8.1 Q8.2 Q8.3 Q8.4 Q8.5 Q8.6 Q8.7 Q8.8 Q8.9 S9 Q9.1 Q9.2 Q9.3 Q9.4 Q9.5 Q9.6 make[2]: Leaving directory '/build/asymptote/src/asymptote-2.70/doc/FAQ' /usr/bin/install -c -d -m 755 /build/asymptote/pkg/asymptote/usr/share/doc/asymptote /build/asymptote/pkg/asymptote/usr/share/man/man1 /usr/bin/install -c -p -m 644 asymptote.pdf asy-latex.pdf CAD.pdf TeXShopAndAsymptote.pdf asyRefCard.pdf /build/asymptote/pkg/asymptote/usr/share/doc/asymptote /usr/bin/install -c -p -m 644 asy.1 xasy.1x /build/asymptote/pkg/asymptote/usr/share/man/man1 cd png && /usr/bin/make install make[2]: Entering directory '/build/asymptote/src/asymptote-2.70/doc/png' /usr/bin/install -c -d -m 755 /build/asymptote/pkg/asymptote/usr/share/info/asymptote /usr/bin/install -c -p -m 644 asymptote.info /build/asymptote/pkg/asymptote/usr/share/info/asymptote if test -z "/build/asymptote/pkg/asymptote"; then \ install-info --infodir=/build/asymptote/pkg/asymptote/usr/share/info asymptote.info; \ fi make[2]: Leaving directory '/build/asymptote/src/asymptote-2.70/doc/png' cd FAQ && /usr/bin/make install make[2]: Entering directory '/build/asymptote/src/asymptote-2.70/doc/FAQ' mkdir -p asy-faq.html perl bfnnconv.pl asy-faq.bfnn S0 S1 Q1.1 Q1.2 Q1.3 Q1.4 Q1.5 S2 Q2.1 Q2.2 Q2.3 Q2.4 Q2.5 Q2.6 Q2.7 Q2.8 Q2.9 Q2.10 Q2.11 Q2.12 S3 Q3.1 Q3.2 S4 Q4.1 Q4.2 Q4.3 Q4.4 Q4.5 Q4.6 Q4.7 Q4.8 Q4.9 Q4.10 Q4.11 Q4.12 S5 Q5.1 Q5.2 Q5.3 Q5.4 S6 Q6.1 Q6.2 Q6.3 Q6.4 Q6.5 Q6.6 Q6.7 Q6.8 Q6.9 Q6.10 Q6.11 Q6.12 Q6.13 Q6.14 Q6.15 Q6.16 Q6.17 Q6.18 Q6.19 Q6.20 S7 Q7.1 Q7.2 Q7.3 Q7.4 Q7.5 Q7.6 Q7.7 Q7.8 Q7.9 S8 Q8.1 Q8.2 Q8.3 Q8.4 Q8.5 Q8.6 Q8.7 Q8.8 Q8.9 S9 Q9.1 Q9.2 Q9.3 Q9.4 Q9.5 Q9.6 perl bfnnconv.pl asy-faq.bfnn S0 S1 Q1.1 Q1.2 Q1.3 Q1.4 Q1.5 S2 Q2.1 Q2.2 Q2.3 Q2.4 Q2.5 Q2.6 Q2.7 Q2.8 Q2.9 Q2.10 Q2.11 Q2.12 S3 Q3.1 Q3.2 S4 Q4.1 Q4.2 Q4.3 Q4.4 Q4.5 Q4.6 Q4.7 Q4.8 Q4.9 Q4.10 Q4.11 Q4.12 S5 Q5.1 Q5.2 Q5.3 Q5.4 S6 Q6.1 Q6.2 Q6.3 Q6.4 Q6.5 Q6.6 Q6.7 Q6.8 Q6.9 Q6.10 Q6.11 Q6.12 Q6.13 Q6.14 Q6.15 Q6.16 Q6.17 Q6.18 Q6.19 Q6.20 S7 Q7.1 Q7.2 Q7.3 Q7.4 Q7.5 Q7.6 Q7.7 Q7.8 Q7.9 S8 Q8.1 Q8.2 Q8.3 Q8.4 Q8.5 Q8.6 Q8.7 Q8.8 Q8.9 S9 Q9.1 Q9.2 Q9.3 Q9.4 Q9.5 Q9.6 /usr/bin/install -c -d -m 755 /build/asymptote/pkg/asymptote/usr/share/info /usr/bin/install -c -p -m 644 asy-faq.info /build/asymptote/pkg/asymptote/usr/share/info if test -z "/build/asymptote/pkg/asymptote"; then \ install-info --infodir=/build/asymptote/pkg/asymptote/usr/share/info asy-faq.info; \ fi /usr/bin/install -c -d -m 755 /build/asymptote/pkg/asymptote/usr/share/doc/asymptote /build/asymptote/pkg/asymptote/usr/share/doc/asymptote/asy-faq.html /usr/bin/install -c -p -m 644 asy-faq.ascii /build/asymptote/pkg/asymptote/usr/share/doc/asymptote /usr/bin/install -c -p -m 644 asy-faq.html/* /build/asymptote/pkg/asymptote/usr/share/doc/asymptote/asy-faq.html make[2]: Leaving directory '/build/asymptote/src/asymptote-2.70/doc/FAQ' make[1]: Leaving directory '/build/asymptote/src/asymptote-2.70/doc' if test -z "/build/asymptote/pkg/asymptote"; then \ texhash; \ fi cd doc && /usr/bin/make doc make[1]: Entering directory '/build/asymptote/src/asymptote-2.70/doc' cd FAQ && /usr/bin/make faq make[2]: Entering directory '/build/asymptote/src/asymptote-2.70/doc/FAQ' mkdir -p asy-faq.html perl bfnnconv.pl asy-faq.bfnn S0 S1 Q1.1 Q1.2 Q1.3 Q1.4 Q1.5 S2 Q2.1 Q2.2 Q2.3 Q2.4 Q2.5 Q2.6 Q2.7 Q2.8 Q2.9 Q2.10 Q2.11 Q2.12 S3 Q3.1 Q3.2 S4 Q4.1 Q4.2 Q4.3 Q4.4 Q4.5 Q4.6 Q4.7 Q4.8 Q4.9 Q4.10 Q4.11 Q4.12 S5 Q5.1 Q5.2 Q5.3 Q5.4 S6 Q6.1 Q6.2 Q6.3 Q6.4 Q6.5 Q6.6 Q6.7 Q6.8 Q6.9 Q6.10 Q6.11 Q6.12 Q6.13 Q6.14 Q6.15 Q6.16 Q6.17 Q6.18 Q6.19 Q6.20 S7 Q7.1 Q7.2 Q7.3 Q7.4 Q7.5 Q7.6 Q7.7 Q7.8 Q7.9 S8 Q8.1 Q8.2 Q8.3 Q8.4 Q8.5 Q8.6 Q8.7 Q8.8 Q8.9 S9 Q9.1 Q9.2 Q9.3 Q9.4 Q9.5 Q9.6 perl bfnnconv.pl asy-faq.bfnn S0 S1 Q1.1 Q1.2 Q1.3 Q1.4 Q1.5 S2 Q2.1 Q2.2 Q2.3 Q2.4 Q2.5 Q2.6 Q2.7 Q2.8 Q2.9 Q2.10 Q2.11 Q2.12 S3 Q3.1 Q3.2 S4 Q4.1 Q4.2 Q4.3 Q4.4 Q4.5 Q4.6 Q4.7 Q4.8 Q4.9 Q4.10 Q4.11 Q4.12 S5 Q5.1 Q5.2 Q5.3 Q5.4 S6 Q6.1 Q6.2 Q6.3 Q6.4 Q6.5 Q6.6 Q6.7 Q6.8 Q6.9 Q6.10 Q6.11 Q6.12 Q6.13 Q6.14 Q6.15 Q6.16 Q6.17 Q6.18 Q6.19 Q6.20 S7 Q7.1 Q7.2 Q7.3 Q7.4 Q7.5 Q7.6 Q7.7 Q7.8 Q7.9 S8 Q8.1 Q8.2 Q8.3 Q8.4 Q8.5 Q8.6 Q8.7 Q8.8 Q8.9 S9 Q9.1 Q9.2 Q9.3 Q9.4 Q9.5 Q9.6 make[2]: Leaving directory '/build/asymptote/src/asymptote-2.70/doc/FAQ' cd png && /usr/bin/make all make[2]: Entering directory '/build/asymptote/src/asymptote-2.70/doc/png' cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ axis3.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ bezier2.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ bezier.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ beziercurve.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ bigdiagonal.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ binarytreetest.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ Bode.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ brokenaxis.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ CAD1.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ CDlabel.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ colons.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ colors.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ cube.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ cylinderskeleton.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ datagraph.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ diagonal.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ diatom.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ dots.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ eetomumu.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ elliptic.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ errorbars.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ exp.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ filegraph.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ flow.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ flowchartdemo.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ GaussianSurface.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ generalaxis3.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ generalaxis.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ graphmarkers.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ grid3xyz.asy cd .. && ../asy -dir ../base -config "" -render=0 -f png -o png/ hatch.asy Error: /rangecheck in --stroke-- Operand stack: Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1990 1 3 %oparray_pop 1989 1 3 %oparray_pop 1988 1 3 %oparray_pop --nostringval-- 1977 1 3 %oparray_pop 1833 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- fill (NULL) (gs_pattern1_instance_t) (pattern accumulator) 0 %pattern_paint_finish --nostringval-- Dictionary stack: --dict:767/1123(ro)(G)-- --dict:0/20(G)-- --dict:83/200(L)-- Current allocation mode is local Last OS error: No such file or directory Current file position is 2701 GPL Ghostscript 9.55.0: Unrecoverable error, exit code 1 _shipout(prefix,f,currentpatterns,format,wait,view,t); ^ ../base/plain_shipout.asy: 104.11: runtime: shipout failed make[2]: *** [Makefile:14: hatch.png] Error 1 make[2]: Leaving directory '/build/asymptote/src/asymptote-2.70/doc/png' make[1]: *** [Makefile:28: doc] Error 2 make[1]: Leaving directory '/build/asymptote/src/asymptote-2.70/doc' make: *** [Makefile:190: html] Error 2 ==> ERROR: A failure occurred in package().  Aborting...