Comment 32 for bug 1927219

Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

I've been trying to find a fix for the golang-github-containers-common/0.33.4+ds1-1 regression in Hirsute but without success so far. However, the issue seems to be unrelated to this runc SRU, it is a compilation issue in one of its components:

# github.com/containers/storage/pkg/devicemapper
../../../go-build3064824172/b263/_cgo_export.c:21:13: error: variable ‘_cgoexp_ebd00b0772db_StorageDevmapperLogCallback’ redeclared as function
   21 | extern void _cgoexp_ebd00b0772db_StorageDevmapperLogCallback(void *);
      | ^
../../../go-build3064824172/b263/cgo-generated-wrappers:1:5: note: previously declared here
lto1: fatal error: errors during merging of translation units
compilation terminated.

Due to that, I'd ask the SRU team to ignore this regression for now and not block this SRU just because of it.