You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/07/19 11:01:00 UTC

[jira] [Updated] (ARROW-17111) [CI][Packaging] Packaging almalinux 9 and centos 9 fail installing arrow due to missing libre2

     [ https://issues.apache.org/jira/browse/ARROW-17111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raúl Cumplido updated ARROW-17111:
----------------------------------
    Description: 
+underlined text+The following nightly packaging jobs have been failing:

[almalinux-9-amd64|https://github.com/ursacomputing/crossbow/runs/7385779728?check_suite_focus=true]
[almalinux-9-arm64|https://app.travis-ci.com/github/ursacomputing/crossbow/builds/253299997#L5812]
[centos-9-stream-amd64|https://github.com/ursacomputing/crossbow/runs/7385764133?check_suite_focus=true]
[centos-9-stream-arm64|https://app.travis-ci.com/github/ursacomputing/crossbow/builds/253299972#L6029]

It errors when installing with dnf. It seems due to not finding libre2:
{code:java}
 + dnf install -y --enablerepo=crb --enablerepo=epel arrow-devel-9.0.0.dev405-1.el9
Apache Arrow for AlmaLinux 9 - aarch64          2.6 MB/s |  25 kB     00:00    
Extra Packages for Enterprise Linux 9 - aarch64  15 MB/s | 8.3 MB     00:00    
Error: 
 Problem: package arrow-devel-9.0.0.dev405-1.el9.aarch64 requires libarrow.so.900()(64bit), but none of the providers can be installed
  - package arrow-devel-9.0.0.dev405-1.el9.aarch64 requires arrow9-libs = 9.0.0.dev405-1.el9, but none of the providers can be installed
  - conflicting requests
  - nothing provides libre2.so.0a()(64bit) needed by arrow9-libs-9.0.0.dev405-1.el9.aarch64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
rake aborted!
Command failed with status (1): [docker run --log-driver none --rm --securi...]{code}
We have lately upgraded some vendored versions like RE2: [https://github.com/apache/arrow/pull/13570]
or rapidjson: [https://github.com/apache/arrow/pull/13608]

The jobs started failing since the rapidjson one was merged. In case is related:

  was:
The following nightly packaging jobs have been failing:

[almalinux-9-amd64|https://github.com/ursacomputing/crossbow/runs/7385779728?check_suite_focus=true]
[almalinux-9-arm64|https://app.travis-ci.com/github/ursacomputing/crossbow/builds/253299997#L5812]
[centos-9-stream-amd64|https://github.com/ursacomputing/crossbow/runs/7385764133?check_suite_focus=true]
[centos-9-stream-arm64|https://app.travis-ci.com/github/ursacomputing/crossbow/builds/253299972#L6029]

It errors when installing with dnf. It seems due to not finding libre2:
{code:java}
 + dnf install -y --enablerepo=crb --enablerepo=epel arrow-devel-9.0.0.dev405-1.el9
Apache Arrow for AlmaLinux 9 - aarch64          2.6 MB/s |  25 kB     00:00    
Extra Packages for Enterprise Linux 9 - aarch64  15 MB/s | 8.3 MB     00:00    
Error: 
 Problem: package arrow-devel-9.0.0.dev405-1.el9.aarch64 requires libarrow.so.900()(64bit), but none of the providers can be installed
  - package arrow-devel-9.0.0.dev405-1.el9.aarch64 requires arrow9-libs = 9.0.0.dev405-1.el9, but none of the providers can be installed
  - conflicting requests
  - nothing provides libre2.so.0a()(64bit) needed by arrow9-libs-9.0.0.dev405-1.el9.aarch64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
rake aborted!
Command failed with status (1): [docker run --log-driver none --rm --securi...]{code}
We have lately upgraded some vendored versions like RE2: [https://github.com/apache/arrow/pull/13570]
or rapidjson: [https://github.com/apache/arrow/pull/13608]

The jobs started failing since the rapidjson one was merged. In case is related:


> [CI][Packaging] Packaging almalinux 9 and centos 9 fail installing arrow due to missing libre2
> ----------------------------------------------------------------------------------------------
>
>                 Key: ARROW-17111
>                 URL: https://issues.apache.org/jira/browse/ARROW-17111
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Packaging
>            Reporter: Raúl Cumplido
>            Assignee: Kouhei Sutou
>            Priority: Critical
>              Labels: Nightly
>             Fix For: 9.0.0
>
>
> +underlined text+The following nightly packaging jobs have been failing:
> [almalinux-9-amd64|https://github.com/ursacomputing/crossbow/runs/7385779728?check_suite_focus=true]
> [almalinux-9-arm64|https://app.travis-ci.com/github/ursacomputing/crossbow/builds/253299997#L5812]
> [centos-9-stream-amd64|https://github.com/ursacomputing/crossbow/runs/7385764133?check_suite_focus=true]
> [centos-9-stream-arm64|https://app.travis-ci.com/github/ursacomputing/crossbow/builds/253299972#L6029]
> It errors when installing with dnf. It seems due to not finding libre2:
> {code:java}
>  + dnf install -y --enablerepo=crb --enablerepo=epel arrow-devel-9.0.0.dev405-1.el9
> Apache Arrow for AlmaLinux 9 - aarch64          2.6 MB/s |  25 kB     00:00    
> Extra Packages for Enterprise Linux 9 - aarch64  15 MB/s | 8.3 MB     00:00    
> Error: 
>  Problem: package arrow-devel-9.0.0.dev405-1.el9.aarch64 requires libarrow.so.900()(64bit), but none of the providers can be installed
>   - package arrow-devel-9.0.0.dev405-1.el9.aarch64 requires arrow9-libs = 9.0.0.dev405-1.el9, but none of the providers can be installed
>   - conflicting requests
>   - nothing provides libre2.so.0a()(64bit) needed by arrow9-libs-9.0.0.dev405-1.el9.aarch64
> (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
> rake aborted!
> Command failed with status (1): [docker run --log-driver none --rm --securi...]{code}
> We have lately upgraded some vendored versions like RE2: [https://github.com/apache/arrow/pull/13570]
> or rapidjson: [https://github.com/apache/arrow/pull/13608]
> The jobs started failing since the rapidjson one was merged. In case is related:



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