From: <no...@so...> - 2002-07-27 19:20:54
|
Bugs item #562282, was opened at 2002-05-30 03:47 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=465044&aid=562282&group_id=51915 Category: modules RPM Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Jeff Squyres (jsquyres) Assigned to: Jeff Squyres (jsquyres) Summary: modules without env-switcher barfs Initial Comment: If you install the modules RPM without the env-switcher RPM, you get the following error: ----- Red Hat Linux release 7.2 (Enigma) Kernel 2.4.7-10 on an i686 rh72vm login: root Password: Last login: Wed May 29 20:59:19 on tty1 You have new mail. oscar-modules/1.0.2(42):ERROR:102: Tcl command execution failed: foreach modulefile [glob $omdir/*] { module load [file tail $modulefile] } [root@rh72vm root]# ------ ---------------------------------------------------------------------- >Comment By: Jeff Squyres (jsquyres) Date: 2002-07-27 12:20 Message: Logged In: YES user_id=11722 Fixed by adding -nocomplain to the glob in oscar.tcl. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=465044&aid=562282&group_id=51915 |