/usr/share/axiom-20120501/input/tuplebug.input is in axiom-test 20120501-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | )set break resume
)spool tuplebug.output
)set message test on
)set message auto off
)clear all
)sys cp $AXIOM/../../src/input/tuplebug.input.pamphlet .
)lisp (tangle "tuplebug.input.pamphlet" "tuplebug.spad" "tuplebug.spad")
--S 1 of 1
)co tuplebug
--R
--R Compiling AXIOM source code from file
--I /research/test/int/input/tuplebug.spad using old system compiler.
--R BUG abbreviates package Bug
--R------------------------------------------------------------------------
--R initializing nrlib BUG for Bug
--R compiling into nrlib BUG
--R compiling exported bug : R -> Tuple R -> Tuple R
--ITime: 0.01 SEC.
--R
--I(time taken in buildFunctor: 0 . NIL)
--R
--R;;; *** |Bug| REDEFINED
--R
--R;;; *** |Bug| REDEFINED
--ITime: 0 SEC.
--R
--R
--R Warnings:
--R [1] bug: p has no value
--R
--R
--R Cumulative Statistics for Constructor Bug
--I Time: 0.01 seconds
--R
--R finalizing nrlib BUG
--R Processing Bug for Browser database:
--R--->-->Bug((bug ((Mapping (Tuple R) (Tuple R)) R))): Not documented!!!!
--R--->-->Bug(constructor): Not documented!!!!
--R--->-->Bug(): Missing Description
--R------------------------------------------------------------------------
--I Bug is now explicitly exposed in frame frame0
--R Bug will be automatically loaded when needed from
--I /research/test/int/input/BUG.nrlib/code
--R
--E 1
)spool
)lisp (bye)
|