You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Laszlo Gaal (Jira)" <ji...@apache.org> on 2023/06/06 09:19:00 UTC

[jira] [Comment Edited] (IMPALA-12185) bootstrap_system.sh fails to install snappy-devel on Redhat 8.4

    [ https://issues.apache.org/jira/browse/IMPALA-12185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17729669#comment-17729669 ] 

Laszlo Gaal edited comment on IMPALA-12185 at 6/6/23 9:18 AM:
--------------------------------------------------------------

Funnily enough, I bumped into the very same thing last night.
Seems like the PowerTools repo is specific to Centos, and may be specific to older (read: pre-Stream) versions too.
In Red Hat releases {{snappy-devel}} comes from the CodeReady Linux Builder repo, which may have to be enabled separately, as some installations come with that repo disabled.
The magic stanza from https://stackoverflow.com/a/61584360/143681 is:{code}
$ sudo dnf config-manager --set-enabled codeready-builder-for-rhel-8-rhui-rpms
{code}


was (Author: laszlog):
Funnily enough, I bimped into the very same thing last night.
Seems like the PowerTools repo is specific to Centos, and may be specific to older (read: pre-Stream) versions too.
In Red Hat releases {{snappy-devel}} comes from the CodeReady Linux Builder repo, which may have to be enabled separately, as some installations come with that repo disabled.
The magic stanza from https://stackoverflow.com/a/61584360/143681 is:{code}
$ sudo dnf config-manager --set-enabled codeready-builder-for-rhel-8-rhui-rpms
{code}

> bootstrap_system.sh fails to install snappy-devel on Redhat 8.4
> ---------------------------------------------------------------
>
>                 Key: IMPALA-12185
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12185
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>            Reporter: Quanlong Huang
>            Priority: Major
>
> Saw bin/bootstrap_system.sh fail in installing snappy-devel:
> {code:java}
> + sudo yum install -y '--enablerepo=[Pp]ower[Tt]ools*' snappy-devel
> Error: Unknown repo: '[Pp]ower[Tt]ools*'{code}
> I'm able to proceed after removing the "enablerepo" option.
> OS info:
> {noformat}
> # cat /etc/os-release 
> NAME="Red Hat Enterprise Linux"
> VERSION="8.4 (Ootpa)"
> ID="rhel"
> ID_LIKE="fedora"
> VERSION_ID="8.4"
> PLATFORM_ID="platform:el8"
> PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)"
> ANSI_COLOR="0;31"
> CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA"
> HOME_URL="https://www.redhat.com/"
> DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/"
> BUG_REPORT_URL="https://bugzilla.redhat.com/"
> REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
> REDHAT_BUGZILLA_PRODUCT_VERSION=8.4
> REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
> REDHAT_SUPPORT_PRODUCT_VERSION="8.4" {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org