Bug 9683

Summary: exmh fails to init with glimpse-4.12.5-1
Product: [Retired] Red Hat Linux Reporter: Mike Wescott <wescott>
Component: exmhAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-03-06 14:54:54 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 Mike Wescott 2000-02-22 18:15:06 UTC
I installed ftp.redhat.com/contrib/libc6/i386/glimpse-4.12.5-1.i386.rpm
to enable the search features of exmh. But exmh fails in Glimpse_Init
(extrasInit.tcl) because "glimpse -V" exits with a 1 status.

Arguably, this is a bug in glimpse and the parsing of the -V option should
end with RETURNMAIN(1) instead of RETURNMAIN(0) (see glimpse src file
main.c). Just as arguably exmh should not care and should merely parse
the output for having reasonable values.

In any case, one or the other ought to be fixed.

Comment 1 Nalin Dahyabhai 2000-03-06 14:54:59 UTC
If glimpse is returning an error code despite having executed correctly (which
is the only way exmh has to check if it executed correctly -- there could be
bad data in the output), then this is a glimpse bug, which should probably be
reported to the glimpse mailing list at "glimpse.edu" or to the
webglimpse developers at <http://webglimpse.net/developers/submit.html>.