Bug 669674

Summary: Package stardict fails to build in brew
Product: Red Hat Enterprise Linux 5 Reporter: Ondrej Vasik <ovasik>
Component: stardictAssignee: Peng Wu <pwu>
Status: CLOSED DEFERRED QA Contact: QE Internationalization Bugs <qe-i18n-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 5.8CC: eng-i18n-bugs
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-04-05 07:33:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Patch to fixes the build. none

Description Ondrej Vasik 2011-01-14 11:59:37 UTC
Description of problem:

Due to rebase of the gettext in RHEL-5.6 to the version 0.17(http://bugzilla.redhat.com/523713) we started rebuilds of all packages which do depend on gettext.
Your package now fails to build from SRPM in brew. Please check the error and try to find the fix to prevent delays in build of the future security advisories. The fail seems to be unrelated to the gettext rebase.

https://brewweb.devel.redhat.com/taskinfo?taskID=3025924

checking for intltool >= 0.22... 0.27.2 found
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
error: Bad exit status from /var/tmp/rpm-tmp.57384 (%build)
RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.57384 (%build)
Child returncode was: 1
EXCEPTION: Command failed. See logs for output.
 # ['bash', '--login', '-c', 'rpmbuild -bb --target ia64 --nodeps builddir/build/SPECS/stardict.spec']
Traceback (most recent call last):

Comment 1 Peng Wu 2011-01-17 05:24:21 UTC
Created attachment 473762 [details]
Patch to fixes the build.

Added perl-XML-Parser and popt-devel build requires to fixes compile.