[
https://issues.apache.org/jira/browse/IMPALA-10385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17248244#comment-17248244
]
ASF subversion and git services commented on IMPALA-10385:
----------------------------------------------------------
Commit eceec36f69d09343f6253b7fe02e2bae505b1c5d in impala's branch
refs/heads/master from Laszlo Gaal
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=eceec36 ]
IMPALA-10385: Fix RPM repo ID capitalization for Centos 8.3
Centos 8.3 changed package repo ID capitalization from MixedCase
to all lowercase. On Centos 8 snappy-devel is installed from the
PowerTools repo, which is not enabled by default, so the install command
has to enable is temporarily using the repo ID.
The capitalization change broke bootstrap_system.sh, failing builds
on Centos 8.
The patch changes the `dnf install` call to use a glob pattern
for the PowerTools repo ID to cover the naming conventions in all
Centos 8.x releases.
Change-Id: I224beb1189ce25ae66ecd78d70757537e117805a
Reviewed-on: http://gerrit.cloudera.org:8080/16844
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> bootstrap_system.sh fails when installing snappy-devel on Centos 8.3
> --------------------------------------------------------------------
>
> Key: IMPALA-10385
> URL: https://issues.apache.org/jira/browse/IMPALA-10385
> Project: IMPALA
> Issue Type: Bug
> Components: Infrastructure
> Affects Versions: Impala 4.0
> Reporter: Laszlo Gaal
> Assignee: Laszlo Gaal
> Priority: Critical
> Labels: broken-build
>
> On Centos 8 the package {{snappy-devel}} lives in the PowerTools repo, which
> is not enabled by default; so {{bootstrap_system.sh}} installs it by enabling
> the repo using a command-line argument passed to {{dnf}} (the Centos 8
> package manager).
> Centos 8.3 changed the capitalization of repo names: earlier names used
> MixedCase, while 8.3 changed to repo IDs in all lowercase. Unfortunately this
> causes the {{dnf install}} call to fail with an "unknown repo" error.
> This breaks Docker-based tests for Centos 8, which is currently the only way
> to run Impala tests on that platform.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]