Bug 1075151

Summary: nsnake-2.0.0-1.fc21 not built with $RPM_OPT_FLAGS
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: nsnakeAssignee: Christopher Meng <i>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: i
Target Milestone: ---Keywords: Patch, Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: nsnake-2.0.5-1.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-10 07:07:53 UTC Type: Bug
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ä 2014-03-11 15:16:31 UTC
nsnake-2.0.0-1.fc21 is not built with $RPM_OPT_FLAGS. One slightly ugly way to fix it:

    -make CFLAGS="%{optflags}" %{?_smp_mflags}
    +make PLATFORM="%{optflags}" V=1 %{?_smp_mflags}

The V=1 is important there to see from the logs what's going on.
Also from the logs, there's a lot of these:

    sh: dot: command not found

BuildRequires: %{_bindir}/dot would be one way to fix this. On the other hand because the generated documentation is not installed, I think it doesn't need to be generated either and "make doc" along with its dependencies could be dropped.

Comment 1 Fedora Update System 2014-07-10 07:14:56 UTC
nsnake-2.0.5-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/nsnake-2.0.5-1.fc20

Comment 2 Fedora Update System 2014-07-22 03:31:08 UTC
nsnake-2.0.5-1.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.