[
https://issues.apache.org/jira/browse/ARROW-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16809271#comment-16809271
]
Steven Fackler commented on ARROW-5087:
---------------------------------------
This is still broken on Debian:
{noformat}
root@f18b3ad53eba:/# apt update
Get:1 http://apt.llvm.org/stretch llvm-toolchain-stretch-7 InRelease [4235 B]
Get:2 http://apt.llvm.org/stretch llvm-toolchain-stretch-7/main Sources [2506 B]
Get:5 http://apt.llvm.org/stretch llvm-toolchain-stretch-7/main amd64 Packages
[9063 B]
Ign:6 https://dl.bintray.com/apache/arrow/debian stretch InRelease
Hit:4 http://security-cdn.debian.org/debian-security stretch/updates InRelease
Ign:3 http://cdn-fastly.deb.debian.org/debian stretch InRelease
Get:8 https://dl.bintray.com/apache/arrow/debian stretch Release [4087 B]
Hit:7 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease
Get:9 https://dl.bintray.com/apache/arrow/debian stretch Release.gpg [833 B]
Hit:10 http://cdn-fastly.deb.debian.org/debian stretch Release
Get:11 https://dl.bintray.com/apache/arrow/debian stretch/main Sources [1448 B]
Get:12 https://dl.bintray.com/apache/arrow/debian stretch/main amd64 Packages
[8676 B]
Fetched 30.8 kB in 0s (45.4 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
root@f18b3ad53eba:/# apt install -y libarrow-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libarrow-dev : Depends: libarrow13 (= 0.13.0-1) but it is not going to be
installed
E: Unable to correct problems, you have held broken packages.{noformat}
> [Debian] APT repository no longer contains libarrow-dev
> -------------------------------------------------------
>
> Key: ARROW-5087
> URL: https://issues.apache.org/jira/browse/ARROW-5087
> Project: Apache Arrow
> Issue Type: Bug
> Reporter: Steven Fackler
> Assignee: Kouhei Sutou
> Priority: Major
> Fix For: 0.13.0
>
>
> After following the Debian APT repository setup instructions in
> [https://arrow.apache.org/install/], apt can no longer find the libarrow-dev
> package:
> {noformat}
> root@674af4cba924:/# apt update
> Get:1 http://apt.llvm.org/stretch llvm-toolchain-stretch-7 InRelease [4235 B]
> Get:3 http://apt.llvm.org/stretch llvm-toolchain-stretch-7/main Sources [2506
> B]
> Get:4 http://apt.llvm.org/stretch llvm-toolchain-stretch-7/main amd64
> Packages [9063 B]
> Hit:2 http://security-cdn.debian.org/debian-security stretch/updates InRelease
> Ign:5 https://dl.bintray.com/apache/arrow/debian stretch InRelease
> Get:6 https://dl.bintray.com/apache/arrow/debian stretch Release [4087 B]
> Get:8 https://dl.bintray.com/apache/arrow/debian stretch Release.gpg [833 B]
> Ign:7 http://cdn-fastly.deb.debian.org/debian stretch InRelease
> Hit:9 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease
> Get:10 https://dl.bintray.com/apache/arrow/debian stretch/main amd64 Packages
> [3036 B]
> Hit:11 http://cdn-fastly.deb.debian.org/debian stretch Release
> Fetched 23.8 kB in 0s (33.1 kB/s)
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> 1 package can be upgraded. Run 'apt list --upgradable' to see it.
> root@674af4cba924:/# apt install -y libarrow-dev
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Unable to locate package libarrow-dev
> root@674af4cba924:/# apt search libarrow
> Sorting... Done
> Full Text Search... Done
> libarrow-cuda-glib-dev/unknown 0.13.0-1 amd64
> Apache Arrow is a data processing library for analysis
> libarrow-cuda-glib13/unknown 0.13.0-1 amd64
> Apache Arrow is a data processing library for analysis
> libarrow-cuda13/unknown 0.13.0-1 amd64
> Apache Arrow is a data processing library for analysis{noformat}
> This worked just fine last week, so I assume something bad happened with the
> 0.13 release? The packages seem to be in bintray at least:
> [https://bintray.com/apache/arrow/debian/0.13.0#files/debian%2Fpool%2Fstretch%2Fmain%2Fa%2Fapache-arrow]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)