Bug 46774

Summary: The uil utility doesn't work if bison is used
Product: [Retired] Red Hat Powertools Reporter: arjen
Component: openmotifAssignee: Than Ngo <than>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-30 13:09:33 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 arjen 2001-06-30 13:09:30 UTC
Description:

Using the default RH7.1 openmotif, the use of uil on
an otherwise correct uil file will produce:
Error: invalid module structure - check UIL module syntax

Info: no UID file was produced

Info: errors: 1   warings:0  informationals: 1

How Reproducible:
very

Steps to Reproduce:
1. Create a file test.uil
with contents
--------
module test
end module;
--------

2. Call: uil test.uil

Actual Results:
See description

Expected Results:
No viaual output, but a a.uid file generated

Additional Information:
	
The problem can be solved by using byacc as the yacc compiler
in stead of bison.  This can be modified in the configuration
files for linux (e.g. linux.cf)

Comment 1 Ngo Than 2001-07-04 14:15:18 UTC
It's fix in openmotif-2.1.30-9. You find it on ftp://people.redhat.com

Comment 2 Ngo Than 2001-07-04 14:15:36 UTC
It's fix in openmotif-2.1.30-9. You find it on ftp://people.redhat.com/than