You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Francois Saint-Jacques (Jira)" <ji...@apache.org> on 2020/04/14 15:14:00 UTC

[jira] [Created] (ARROW-8448) [Package] Can't build apt packages with ubuntu-focal

Francois Saint-Jacques created ARROW-8448:
---------------------------------------------

             Summary: [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


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)