[
https://issues.apache.org/jira/browse/ARROW-8448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17083607#comment-17083607
]
Kouhei Sutou commented on ARROW-8448:
-------------------------------------
You need to run {{rake version:update}} before {{rake apt}} like
https://github.com/apache/arrow/blob/master/dev/tasks/linux-packages/github.linux.yml#L44
.
> [Package] Can't build apt packages with ubuntu-focal
> ----------------------------------------------------
>
> Key: ARROW-8448
> URL: https://issues.apache.org/jira/browse/ARROW-8448
> Project: Apache Arrow
> Issue Type: Bug
> Components: Packaging
> Reporter: Francois Saint-Jacques
> Assignee: Kouhei Sutou
> Priority: Major
>
> While trying to debug the failing nightly (due to disk space), I encounter
> the following error, the tar generated by the build script does not conform
> to what debuilder expects. It blocks
> {code}
> Unable to find source-code formatter for language: shell. Available languages
> are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go,
> groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc,
> perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml,
> yamlSuccessfully built ecdda7ea015d
> Successfully tagged apache-arrow-ubuntu-focal:latest
> docker run --rm --tty --volume
> /home/fsaintjacques/src/db/arrow/dev/tasks/linux-packages/apache-arrow/apt:/host:rw
> --env DEBUG=yes apache-arrow-ubuntu-focal /host/build.sh
> This package has a Debian revision number but there does not seem to be
> an appropriate original tar file or .orig directory in the parent directory;
> (expected one of apache-arrow_0.16.0.orig.tar.gz,
> apache-arrow_0.16.0.orig.tar.bz2,
> apache-arrow_0.16.0.orig.tar.lzma, apache-arrow_0.16.0.orig.tar.xz or
> apache-arrow-1.0.0~dev20200414.orig)
> continue anyway? (y/n)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)