Bug 448480

Summary: /etc/profile.d/alc_env.csh causes MANPATH complaints
Product: [Fedora] Fedora Reporter: Pekka Pietikäinen <pp>
Component: allianceAssignee: Chitlesh GOORAH <chitlesh>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 9CC: chitlesh, thibault.north
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 5.0-16.20070718snap.fc8 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-03 07:34:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pekka Pietikäinen 2008-05-27 08:05:54 UTC
Description of problem:

[user@somewhere ~]$ tcsh
MANPATH: Undefined variable.

Version-Release number of selected component (if applicable):

alliance-libs-5.0-13.20070718snap.fc9.i386

The offending part in the script is 
setenv MANPATH "${MANPATH}:${ALLIANCE_TOP}/man"

which tcsh doesn't like when MANPATH isn't defined.

Comment 1 Chitlesh GOORAH 2008-05-27 18:10:44 UTC
I have already pushed a new release for alliance correcting this bug, yesterday.

alliance-5.0-15.20070718snap.fc9.i386

If you would like, you can test the rpms on
http://koji.fedoraproject.org/koji/buildinfo?buildID=50557

If it fixes your bug, we can close this bug.

Comment 2 Pekka Pietikäinen 2008-05-27 18:51:49 UTC
[pp@it-pc37 profile.d]# source alc_env.csh
Bad : modifier in $ ($).

   setenv PATH "$PATH:${ALLIANCE_TOP}/bin:"
->
   setenv PATH "${PATH}:${ALLIANCE_TOP}/bin:"

and the same to LD_LIBRARY_PATH should do the trick.


Comment 3 Chitlesh GOORAH 2008-05-30 17:30:42 UTC

*** This bug has been marked as a duplicate of 449062 ***

Comment 4 Fedora Update System 2008-06-02 20:23:09 UTC
alliance-5.0-16.20070718snap.fc8 has been submitted as an update for Fedora 8

Comment 5 Fedora Update System 2008-06-03 07:34:37 UTC
alliance-5.0-16.20070718snap.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.