Bug 54763

Summary: possible qt-2.3.1-6 specfile syntax error
Product: [Retired] Red Hat Raw Hide Reporter: R P Herrold <herrold>
Component: qtAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact: Aaron Brown <abrown>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
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: 2001-10-18 01:11:27 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 R P Herrold 2001-10-18 01:11:22 UTC
I got this strange error in rebuilding qt-2.3.1-6 on a RH 7.1 devel host:

It may be a byproduct of not having the requested static linked lib 
installed ... but the error is in the wrong place.

Just a FYI

Date: Wed, 17 Oct 2001 20:37:57 -0400
From: root <root@...>
To: prospector+...
Subject: ORCprospector 0.01-011017 ... -- qt qt-2.3.1-6.src.rpm

qt   qt-2.3.1-6.src.rpm
/var/ftp/./pub/mirror/redhat/rawhide/SRPMS/qt-2.3.1-6.src.rpm
=================================

=================================

error: Unclosed %if
error: failed build dependencies:
        libmng-static is needed by qt-2.3.1-6


Description of Problem:


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


How Reproducible:


Steps to Reproduce:
1. 
2. 
3. 

Actual Results:


Expected Results:


Additional Information:

Comment 1 Bernhard Rosenkraenzer 2001-10-23 12:06:21 UTC
The unclosed if is being injected by a bug in our build system (when the 
translation strings are merged in, a %if construct gets lost), and is harmless.
This will be fixed in the next release.

The requirement for libmng-static is genuine (a static library can't link to a 
shared library).