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 1959312 - [FTBFS] oidn: FTBFS in rawhide
Summary: [FTBFS] oidn: FTBFS in rawhide
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: oidn
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Luya Tshimbalanga
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1937698
TreeView+ depends on / blocked
 
Reported: 2021-05-11 09:14 UTC by Jonathan Wakely
Modified: 2021-05-19 06:47 UTC (History)
3 users (show)

Fixed In Version: oidn-1.4.0-1.fc35
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-11 23:24:59 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
build.log (236.42 KB, text/plain)
2021-05-11 09:14 UTC, Jonathan Wakely
no flags Details

Description Jonathan Wakely 2021-05-11 09:14:27 UTC
Created attachment 1781963 [details]
build.log

http://koji.fedoraproject.org/koji/buildinfo?buildID=1745772

In file included from /usr/include/signal.h:315,
                 from /builddir/build/BUILD/oidn-1.3.0/apps/catch.hpp:8034,
                 from /builddir/build/BUILD/oidn-1.3.0/apps/oidnTest.cpp:12:
/builddir/build/BUILD/oidn-1.3.0/apps/catch.hpp:10822:58: error: call to non-'constexpr' function 'long int sysconf(int)'
10822 |     static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ;
      |                                                          ^~~~~~~~~~~
In file included from /usr/include/bits/sigstksz.h:24,
                 from /usr/include/signal.h:315,
                 from /builddir/build/BUILD/oidn-1.3.0/apps/catch.hpp:8034,
                 from /builddir/build/BUILD/oidn-1.3.0/apps/oidnTest.cpp:12:
/usr/include/unistd.h:630:17: note: 'long int sysconf(int)' declared here
  630 | extern long int sysconf (int __name) __THROW;
      |                 ^~~~~~~
In file included from /builddir/build/BUILD/oidn-1.3.0/apps/oidnTest.cpp:12:
/builddir/build/BUILD/oidn-1.3.0/apps/catch.hpp:10881:45: error: size of array 'altStackMem' is not an integral constant-expression
10881 |     char FatalConditionHandler::altStackMem[sigStackSize] = {};
      |                                             ^~~~~~~~~~~~


This package needs to be adjusted for the new glibc in rawhide.

Comment 1 Jonathan Wakely 2021-05-11 09:23:41 UTC
The catch bug is https://github.com/catchorg/Catch2/issues/2178 but I don't think they fixed it upstream for catch v1

Comment 2 Luya Tshimbalanga 2021-05-11 23:24:59 UTC
New build with patch solving glibc build issue aken from upstream devel branch.
https://koji.fedoraproject.org/koji/taskinfo?taskID=67725731

That patch will be removed once a stable release is available.

Comment 3 Fedora Update System 2021-05-19 06:46:55 UTC
FEDORA-2021-258785fae6 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-258785fae6

Comment 4 Fedora Update System 2021-05-19 06:47:28 UTC
FEDORA-2021-258785fae6 has been pushed to the Fedora 35 stable repository.
If problem still persists, 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.