Bug 1075151 - nsnake-2.0.0-1.fc21 not built with $RPM_OPT_FLAGS
Summary: nsnake-2.0.0-1.fc21 not built with $RPM_OPT_FLAGS
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: nsnake
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Christopher Meng
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: DebugInfo
TreeView+ depends on / blocked
 
Reported: 2014-03-11 15:16 UTC by Ville Skyttä
Modified: 2014-07-22 03:31 UTC (History)
1 user (show)

Fixed In Version: nsnake-2.0.5-1.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-10 07:07:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.