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.
DescriptionAlex Baranowski
2022-01-07 16:17:49 UTC
Description of problem:
During a rebuild of the go-toolset:rhel for aarch64 i discovered that delve is missing for aarch64.
In the meantime, the modules.yaml for x86_64 and aarch64 have the following:
```
components:
rpms:
delve:
rationale: A debugger for the Go programming language
ref: stream-rhel-8-rhel-8.5.0
buildorder: 2
arches: [aarch64, i686, ppc64le, s390x, x86_64]
go-toolset:
rationale: Meta package for go-toolset providing scl enable scripts.
ref: stream-rhel-8-rhel-8.5.0
arches: [aarch64, i686, ppc64le, s390x, x86_64]
golang:
rationale: Package providing the Go compiler toolchain.
ref: stream-rhel-8-rhel-8.5.0
buildorder: 1
arches: [aarch64, i686, ppc64le, s390x, x86_64]
```
In the artifacts for x86_64:
```
artifacts:
rpms:
- delve-0:1.6.0-1.module+el8.5.0+10379+d6b83bd0.src
- delve-0:1.6.0-1.module+el8.5.0+10379+d6b83bd0.x86_64
- delve-debuginfo-0:1.6.0-1.module+el8.5.0+10379+d6b83bd0.x86_64
```
In the artifacts for aarch64:
```
artifacts:
rpms:
- go-toolset-0:1.16.12-1.module+el8.5.0+13637+960c7771.aarch64
- go-toolset-0:1.16.12-1.module+el8.5.0+13637+960c7771.src
- golang-0:1.16.12-1.module+el8.5.0+13637+960c7771.aarch64
- golang-0:1.16.12-1.module+el8.5.0+13637+960c7771.src
- golang-bin-0:1.16.12-1.module+el8.5.0+13637+960c7771.aarch64
- golang-docs-0:1.16.12-1.module+el8.5.0+13637+960c7771.noarch
- golang-misc-0:1.16.12-1.module+el8.5.0+13637+960c7771.noarch
- golang-src-0:1.16.12-1.module+el8.5.0+13637+960c7771.noarch
- golang-tests-0:1.16.12-1.module+el8.5.0+13637+960c7771.noarch
```
Version-Release number of selected component (if applicable):
go-toolset module rhel
I check that in delve src.rpm the aarch64 is excluded. The bug is that modules.yaml says that it should be built.
Comment 6RHEL Program Management
2023-07-07 07:28:09 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.
Description of problem: During a rebuild of the go-toolset:rhel for aarch64 i discovered that delve is missing for aarch64. In the meantime, the modules.yaml for x86_64 and aarch64 have the following: ``` components: rpms: delve: rationale: A debugger for the Go programming language ref: stream-rhel-8-rhel-8.5.0 buildorder: 2 arches: [aarch64, i686, ppc64le, s390x, x86_64] go-toolset: rationale: Meta package for go-toolset providing scl enable scripts. ref: stream-rhel-8-rhel-8.5.0 arches: [aarch64, i686, ppc64le, s390x, x86_64] golang: rationale: Package providing the Go compiler toolchain. ref: stream-rhel-8-rhel-8.5.0 buildorder: 1 arches: [aarch64, i686, ppc64le, s390x, x86_64] ``` In the artifacts for x86_64: ``` artifacts: rpms: - delve-0:1.6.0-1.module+el8.5.0+10379+d6b83bd0.src - delve-0:1.6.0-1.module+el8.5.0+10379+d6b83bd0.x86_64 - delve-debuginfo-0:1.6.0-1.module+el8.5.0+10379+d6b83bd0.x86_64 ``` In the artifacts for aarch64: ``` artifacts: rpms: - go-toolset-0:1.16.12-1.module+el8.5.0+13637+960c7771.aarch64 - go-toolset-0:1.16.12-1.module+el8.5.0+13637+960c7771.src - golang-0:1.16.12-1.module+el8.5.0+13637+960c7771.aarch64 - golang-0:1.16.12-1.module+el8.5.0+13637+960c7771.src - golang-bin-0:1.16.12-1.module+el8.5.0+13637+960c7771.aarch64 - golang-docs-0:1.16.12-1.module+el8.5.0+13637+960c7771.noarch - golang-misc-0:1.16.12-1.module+el8.5.0+13637+960c7771.noarch - golang-src-0:1.16.12-1.module+el8.5.0+13637+960c7771.noarch - golang-tests-0:1.16.12-1.module+el8.5.0+13637+960c7771.noarch ``` Version-Release number of selected component (if applicable): go-toolset module rhel