Bug 448480
| Summary: | /etc/profile.d/alc_env.csh causes MANPATH complaints | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pekka Pietikäinen <pp> |
| Component: | alliance | Assignee: | Chitlesh GOORAH <chitlesh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | CC: | 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: | |||
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. [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.
*** This bug has been marked as a duplicate of 449062 *** alliance-5.0-16.20070718snap.fc8 has been submitted as an update for Fedora 8 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. |
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.