Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 713590

Summary: AntTweakBar-1.14-1 not built with $RPM_OPT_FLAGS
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: AntTweakBarAssignee: Sean Middleditch <sean>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: sean
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-15 21:59:22 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:
Bug Depends On:    
Bug Blocks: 496968    

Description Ville Skyttä 2011-06-15 20:46:30 UTC
AntTweakBar-1.14-1 is not built with $RPM_OPT_FLAGS:
http://kojipkgs.fedoraproject.org/packages/AntTweakBar/1.14/1.fc16/data/logs/x86_64/build.log

1.13-6 did not have this problem:
http://kojipkgs.fedoraproject.org/packages/AntTweakBar/1.13/6.fc15/data/logs/x86_64/build.log

grepping through the 1.14 source tarball I find nothing related to FEDORA_CXXFLAGS.  Setting CXXCFG instead of it might fix it (untested).

Comment 1 Sean Middleditch 2011-06-15 21:59:22 UTC
Huh.  I didn't change the build setup at all, so it's strange that it would have worked right in the old version.  I pushed a 1.14-2 that fixes this issue.

Comment 2 Ville Skyttä 2011-06-16 05:31:47 UTC
(In reply to comment #1)
> Huh.  I didn't change the build setup at all,

The AntTweakBar-makefile.patch which was in 1.13-6 had stuff related to FEDORA_CXXFLAGS.

Comment 3 Sean Middleditch 2011-06-16 08:55:41 UTC
Ah.  Well now I just feel silly, since I wrote that patch.  :)  Setting the proper variable for the build system in the spec file makes more sense anyway though, at least.