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