converged-security-suite icon indicating copy to clipboard operation
converged-security-suite copied to clipboard

Cannot build txt-suite from main branch (ea7b88ba12d rev)

Open macpijan opened this issue 4 months ago • 5 comments

When following the documentation: https://github.com/9elements/converged-security-suite/tree/main/cmd/core/txt-suite#how-to-compile

the end result is:

go: github.com/intel-go/[email protected]: invalid version: unknown revision 219e067757cb

When downloading go modules.

macpijan avatar Jul 09 '25 13:07 macpijan

It seems to me this project relies on the external module: https://github.com/intel-go/cpuid/commits/main/ where the author chose to delete project's history?

macpijan avatar Jul 09 '25 13:07 macpijan

I wonder how the CI workflow passes to download this module, if the above repo has been cleaned up: https://github.com/9elements/converged-security-suite/actions/runs/16171365724/job/45645467175?pr=409#step:3:17

Is there some caching involved here?

macpijan avatar Jul 09 '25 14:07 macpijan

The cpuid project has been archived by Intel 7 months ago: https://github.com/intel/cpuid/commit/96de68d22bf5c01045c62e60f29471e4f05aacbb

It is still available under: https://github.com/intel/cpuid Who knows for how long.

macpijan avatar Jul 09 '25 14:07 macpijan

It seems this problem has been spotted and fixed already a couple of months ago by @u1f35c https://github.com/9elements/go-linux-lowlevel-hw/pull/15 can we please have that merged?

macpijan avatar Jul 09 '25 14:07 macpijan

Prior approach to resolve this error has been made here by @ellyq : https://github.com/9elements/go-linux-lowlevel-hw/pull/14

macpijan avatar Jul 09 '25 14:07 macpijan