RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1980993 - catch1: FTBFS with glibc 2.34 due to dynamic stack sizes
Summary: catch1: FTBFS with glibc 2.34 due to dynamic stack sizes
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: catch1
Version: CentOS Stream
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: beta
: ---
Assignee: Zoltan Fridrich
QA Contact: Dalibor Pospíšil
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-07-10 11:33 UTC by Florian Weimer
Modified: 2021-12-07 21:51 UTC (History)
4 users (show)

Fixed In Version: catch1-1.12.2-10.el9
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-12-07 21:50:14 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Florian Weimer 2021-07-10 11:33:42 UTC
Build errors look like this:

/builddir/build/BUILD/Catch2-1.12.2/include/internal/catch_fatal_condition.hpp:139:33: error: size of array 'altStackMem' is not an integral constant-expression
  139 |         static char altStackMem[SIGSTKSZ];
      |                                 ^~~~~~~~
/builddir/build/BUILD/Catch2-1.12.2/include/internal/catch_fatal_condition.hpp:191:45: error: size of array 'altStackMem' is not an integral constant-expression
  191 |     char FatalConditionHandler::altStackMem[SIGSTKSZ] = {};
      |                                             ^~~~~~~~

Fedora rawhide has a patch:

commit 059104ba87494c0b5ebe16844ec190f253e51cac
Author: Tom Hughes <tom>
Date:   Fri Feb 19 10:56:09 2021 +0000

    Add patch for non-constant SIGSTKSZ

But it is not entirely future-proof because 32 KiB may not be enough on future CPUs (although it should be good enough for AVX-512 support).


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