Changes between Initial Version and Version 1 of Ticket #66299, comment 4
- Timestamp:
- Nov 28, 2022, 2:06:22 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66299, comment 4
initial v1 3 3 The following is the last line of the infinite loop followed by output after I entered Cntrl+C to terminate the command: 4 4 5 {{{ 5 6 sudo port install octave 7 }}} 6 8 7 I was watching the install using tail -f /opt/local/var/.../octave/main.log9 I was watching the install using `tail -f /opt/local/var/.../octave/main.log` 8 10 9 11 and saw following line repeating endlessly: 10 12 13 {{{ 11 14 :info:destroot Use of uninitialized value $_ in pattern match (m//) at ./doc/interpreter/mk-qthelp.pl line 30, <$HTML> line 831. 15 }}} 12 16 13 17 I entered Ctrl+c to terminate the install command and the following is termination output: