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 1951312 - dotnet3.1: FTBFS in Red Hat Enterprise Linux 9 CentOS Stream
Summary: dotnet3.1: FTBFS in Red Hat Enterprise Linux 9 CentOS Stream
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: dotnet3.1
Version: CentOS Stream
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: beta
: ---
Assignee: Omair Majid
QA Contact: Radka Gustavsson
Levi
URL:
Whiteboard:
Depends On:
Blocks: RHEL9BetaFTBFS
TreeView+ depends on / blocked
 
Reported: 2021-04-19 21:33 UTC by Mohan Boddu
Modified: 2021-12-02 12:18 UTC (History)
0 users

Fixed In Version: dotnet3.1-3.1.115-1.el9
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-06-08 16:02:37 UTC
Type: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
build.log (32.00 KB, text/plain)
2021-04-19 21:33 UTC, Mohan Boddu
no flags Details
root.log (32.00 KB, text/plain)
2021-04-19 21:33 UTC, Mohan Boddu
no flags Details
state.log (1.10 KB, text/plain)
2021-04-19 21:33 UTC, Mohan Boddu
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Github dotnet corefx pull 43068 0 None open [release/3.1] Add CentOS 9 RID and make CentOS 8 arm64 as well 2021-04-20 16:23:25 UTC

Description Mohan Boddu 2021-04-19 21:33:34 UTC
dotnet3.1 failed to build from source in Red Hat Enterprise Linux 9 CentOS Stream

https://kojihub.stream.rdu2.redhat.com//koji/taskinfo?taskID=247692


Please fix dotnet3.1 at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it.

Comment 1 Mohan Boddu 2021-04-19 21:33:37 UTC
Created attachment 1773561 [details]
build.log

file build.log too big, will only attach last 32768 bytes

Comment 2 Mohan Boddu 2021-04-19 21:33:38 UTC
Created attachment 1773562 [details]
root.log

file root.log too big, will only attach last 32768 bytes

Comment 3 Mohan Boddu 2021-04-19 21:33:39 UTC
Created attachment 1773563 [details]
state.log

Comment 4 Omair Majid 2021-04-20 03:24:22 UTC
This is the first time I am seeing the `centos.9-x64` runtime id. That runtime id is generated from `${ID}.${VERSION_ID}-x64` after parsing /etc/os-release. That's not known to .NET, so it fails the build.

Is there some authoritative document/statement that calls out the "official" value of /etc/os-release for RHEL 9 and CentOS (Stream) 9?

Comment 5 Omair Majid 2021-04-20 16:21:20 UTC
Asked on chat and got an answer.

# cat /etc/os-release 
NAME="CentOS Stream"
VERSION="9"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="9"
PLATFORM_ID="platform:el9"
PRETTY_NAME="CentOS Stream 9"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:9"
HOME_URL="https://centos.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9"
REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream"


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