Discussion Overview
The discussion revolves around an issue encountered while installing open source software on Ubuntu 16.04, specifically related to an undefined MANPATH variable when executing a C shell script. Participants explore potential causes and solutions, including environment variable settings and installation commands.
Discussion Character
- Technical explanation
- Debate/contested
Main Points Raised
- One participant describes encountering the error "MANPATH: undefined variable" when running a C shell script and seeks guidance on the issue.
- Another participant suggests that MANPATH is an environment variable related to the "man" command and proposes installation commands to fix potential issues with the "man" utility.
- A participant notes that the error persists even when executing the script directly from the terminal and provides the output of the manpath command, indicating that "man" is already installed.
- Another participant clarifies that MANPATH should point to the location of "man pages" and speculates that the variable may not be carried over to the script's environment, suggesting checking the script for variable settings.
- A later reply recommends checking the current value of MANPATH and suggests exporting it before running the script if it is not set.
Areas of Agreement / Disagreement
Participants express differing views on the cause of the issue and potential solutions, indicating that the discussion remains unresolved with multiple competing perspectives on how to address the undefined MANPATH variable.
Contextual Notes
There are limitations regarding the assumptions about the environment variable settings and the specific behavior of the C shell script, which remain unresolved.