Bug 181677

Summary: mh-e can't find `inc' and `mhl' on multilib archs
Product: [Fedora] Fedora Reporter: Jón Fairbairn <jon.fairbairn>
Component: nmhAssignee: Josh Bressers <bressers>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: petersen
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-11 12:24:32 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 Jón Fairbairn 2006-02-15 20:30:54 UTC
Description of problem:
starting mh-e (eg by attempting to read mail or compose) results in an error
"Cannot find the commands `inc' and `mhl' and the file `components'"

Version-Release number of selected component (if applicable):
emacs-common-21.4-5

How reproducible:
every time

Steps to Reproduce:
1. start emacs
2. M-x eval-expression (mh-letter-mode)
3.
  
Actual results:
mh-find-progs: Cannot find the commands `inc' and `mhl' and the file `components'

Expected results:
No errors... if you instead try to read mail using mh-e you get the 
same error, and you'd expect to read mail but don't.

Additional info:
problem is that mhl and friends are in /usr/lib64/nmh/on this arch, not /usr/lib/...

workround: put 
 (setq mh-lib-progs "/usr/lib64/nmh/") in .emacs

Comment 1 Jens Petersen 2006-02-16 05:40:50 UTC
Thanks for the report: I really think nmh ought to install programs in an
arch independent place, eg move them to /usr/libexec/nmh/ say.

Reassigned to nmh for now.

Comment 2 Josh Bressers 2006-02-16 11:49:12 UTC
That's fair.  I'll fix this in the near future then.

Comment 3 Josh Bressers 2006-09-11 12:24:32 UTC
This is fixed in nmh-1_1-19_fc6.  The utility programs are located in
/usr/libexec/nmh now.