Bug 1306648 - bionetgen-2.2.5-8.fc24 FTBFS: 'int isnan(double)' conflicts with a previous declaration
Summary: bionetgen-2.2.5-8.fc24 FTBFS: 'int isnan(double)' conflicts with a previous d...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: bionetgen
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Zbigniew Jędrzejewski-Szmek
QA Contact: Fedora Extras Quality Assurance
URL: https://koji.fedoraproject.org/koji/b...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-11 14:07 UTC by Petr Pisar
Modified: 2016-02-11 21:18 UTC (History)
1 user (show)

Fixed In Version: bionetgen-2.2.6-1.fc24
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-11 21:18:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Pisar 2016-02-11 14:07:12 UTC
bionetgen-2.2.5-8.fc24 fails to build in F24:

g++ -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I../muparser_v2_2_3/include -I../cvode-2.6.0/include   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -c -o run_network-network.o `test -f 'network.cpp' || echo './'`network.cpp
[...]
In file included from network.cpp:52:0:
network.h:42:28: error: 'int isnan(double)' conflicts with a previous declaration
 extern "C" int isnan(double);
                            ^

This seems to be triggered by GCC 6.


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