Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 2138231

Summary: go build failure: "invalid flag in pkg-config --cflags: error" [rhel-9.2]
Product: Red Hat Enterprise Linux 9 Reporter: Edjunior Barbosa Machado <emachado>
Component: golangAssignee: David Benoit <dbenoit>
Status: CLOSED ERRATA QA Contact: Edjunior Barbosa Machado <emachado>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.2CC: asm, dbenoit, emachado, sipoyare, tstellar
Target Milestone: rcKeywords: Triaged
Target Release: ---Flags: pm-rhel: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: golang-1.19.2-2.el9 Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-05-09 07:29:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Edjunior Barbosa Machado 2022-10-27 16:52:17 UTC
Description of problem:
Packages like buildah, skopeo and podman fail to build with latest golang-1.19.2-1.el9 on RHEL-9.2.0-20221025.1, either when rpmbuilding buildah-1.27.0-2.el9.src.rpm:

# rpmbuild -bb rpmbuild/SPECS/buildah.spec
(...)
go build github.com/containers/storage/pkg/devicemapper: invalid flag in pkg-config --cflags: error:
(...)
go build github.com/containers/storage/pkg/devicemapper: invalid flag in pkg-config --cflags: error:
(...)
go build github.com/seccomp/libseccomp-golang: invalid flag in pkg-config --cflags: error:
(...)

Or when building from upstream:

(...)
# git clone  --branch release-1.27 https://github.com/containers/buildah ./src/github.com/containers/buildah
# cd ./src/github.com/containers/buildah
# make all
make[1]: Entering directory '/home/tmp.0mBnUsRuM2/buildah/src/github.com/containers/buildah'
GO111MODULE=on go build -mod=vendor -ldflags '-X main.GitCommit=c43a389f4d81884f539e3eefd6601131c0b43551 -X main.buildInfo=1666716967 -X main.cniVersion=v1.1.2 ' -gcflags "" -o bin/buildah -tags "seccomp  btrfs_noversion exclude_graphdriver_btrfs   systemd" ./cmd/buildah
go build github.com/proglottis/gpgme: invalid flag in pkg-config --cflags: error:
go build github.com/containers/storage/pkg/devicemapper: invalid flag in pkg-config --cflags: error:
go build github.com/seccomp/libseccomp-golang: invalid flag in pkg-config --cflags: error:
make[1]: *** [Makefile:72: bin/buildah] Error 1
make[1]: Leaving directory '/home/tmp.0mBnUsRuM2/buildah/src/github.com/containers/buildah'
(...)

This is possibly due to some external change, since the failure is not reproducible with older composes such as RHEL-9.2.0-20220919.1

Version-Release number of selected component (if applicable):
RHEL-9.2.0-20221025.1
golang-1.19.2-1.el9

Steps to Reproduce:
1. OPENSSL_FORCE_FIPS_MODE=1 rpmbuild --rebuild buildah-1.27.0-2.el9.src.rpm

Comment 7 errata-xmlrpc 2023-05-09 07:29:46 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (delve, golang, and go-toolset bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2023:2181