Bug 2026165 - FTBFS: gcc error compiling dtrace probes
Summary: FTBFS: gcc error compiling dtrace probes
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: postgresql
Version: rawhide
Hardware: armv7l
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: mkulik
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-11-23 23:07 UTC by mkulik
Modified: 2022-01-19 13:17 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2022-01-19 13:17:41 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description mkulik 2021-11-23 23:07:50 UTC
Description of problem:

FTBFS postgresql ( only armv7 is affected )


Version-Release number of selected component (if applicable):

Probably all versions. Tested on 13.x.



How reproducible:

Trigger postgresql scratch build for armv7 Fedora rawhide. ( only Fedora rawhide is affected )



Steps to Reproduce:
1. fedpkg --release=f36 build --scratch --srpm postgresql-13.4-1.fc36.src.rpm



Actual results:

Error similar to this:

<mock-chroot> sh-5.1# gcc -I../../../../src/include  -I/usr/include/libxml2   -c -o tuplesort.o tuplesort.c
during RTL pass: mach
tuplesort.c: In function ‘tuplesort_begin_heap’:
tuplesort.c:949:1: internal compiler error: in create_fix_barrier, at config/arm/arm.c:17845
  949 | }
      | ^

...

<mock-chroot> sh-5.1# gcc -I../../../../src/include  -I/usr/include/libxml2   -c -o md.o md.c
during RTL pass: mach
md.c: In function ‘mdwrite’:
md.c:731:1: internal compiler error: in create_fix_barrier, at config/arm/arm.c:17845
  731 | }
      | ^


Expected results:

Successful build with no errors.


Additional info:

Seems to be related to gcc and quemu.

Comment 2 mkulik 2022-01-19 13:17:41 UTC
Fixed by systemtap update.


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