Skip to content

"more" does not work on Derecho with UWM spack-stack modules loaded #910

@DeniseWorthen

Description

@DeniseWorthen

Describe the bug

The command "more" on Derecho fails if the UWM spack-stack is loaded.

To Reproduce
Steps to reproduce the behavior:

Login to Derecho and load no additional modules

[worthen@derecho:] /glade/work/worthen/ufs-weather-model: module list

Currently Loaded Modules:
  1) ncarenv/23.06 (S)

  Where:
   S:  Module is Sticky, requires --force to unload or purge

Issue a "more" command:

[worthen@derecho:] /glade/work/worthen/ufs-weather-model: more build.sh
#!/bin/bash
set -eu

if [[ $(uname -s) == Darwin ]]; then
...

Load UWM modules

[worthen@derecho:] /glade/work/worthen/ufs-weather-model: module use modulefiles/
[worthen@derecho:] /glade/work/worthen/ufs-weather-model: module load ufs_derecho.intel

The following have been reloaded with a version change:
  1) ncarenv/23.06 => ncarenv/23.09

Issue "more" command:

[worthen@derecho:] /glade/work/worthen/ufs-weather-model: more build.sh
more: symbol lookup error: more: undefined symbol: _nc_cur_term, version NCURSES6_TINFO_5.7.20081102

Expected behavior
A clear and concise description of what you expected to happen.

more should work as expected

System:
What system(s) are you running the code on?

Derecho

Additional context
Add any other context about the problem here.

Metadata

Metadata

Labels

INFRAJEDI InfrastructurebugSomething is not working

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions