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 - go build failure: "invalid flag in pkg-config --cflags: error" [rhel-9.2]
Summary: go build failure: "invalid flag in pkg-config --cflags: error" [rhel-9.2]
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: golang
Version: 9.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: David Benoit
QA Contact: Edjunior Barbosa Machado
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-10-27 16:52 UTC by Edjunior Barbosa Machado
Modified: 2023-05-09 08:20 UTC (History)
5 users (show)

Fixed In Version: golang-1.19.2-2.el9
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-05-09 07:29:46 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-137745 0 None None None 2022-10-27 16:58:21 UTC
Red Hat Product Errata RHBA-2023:2181 0 None None None 2023-05-09 07:31:35 UTC

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


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