Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • GROMACS GROMACS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 277
    • Issues 277
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 72
    • Merge requests 72
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GROMACS
  • GROMACSGROMACS
  • Issues
  • #3219
Closed
Open
Created Nov 29, 2019 by Paul Bauer@acmnpvOwner

MANPATH setting is fragile - Redmine #3219

Archive from user: Jellby empty

In Ubuntu 18.04, with TeXLive, I have:

$ echo $MANPATH
:/usr/local/texlive/2019/texmf-dist/doc/man

After sourcing GMXRC.bash:

$ . /usr/local/gromacs/bin/GMXRC.bash
$ echo $MANPATH
/usr/local/gromacs/share/man:/usr/local/texlive/2019/texmf-dist/doc/man
$ man bash
No manual entry for bash
See 'man 7 undocumented' for help when manual pages are not available.

It seems GMXRC.bash assumes that MANPATH will be empty or end with a colon, but in my case it starts with a colon.

See #2628 and https://mailman-1.sys.kth.se/pipermail/gromacs.org\_gmx-users/2007-January/025471.html, and man manpath.

(from redmine: issue id 3219, created on 2019-11-29 by gmxdefault)

Assignee
Assign to
Time tracking