Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Python in deploy-apt-* CI jobs #169

Open
vmax opened this issue Aug 4, 2021 · 0 comments
Open

Upgrade Python in deploy-apt-* CI jobs #169

vmax opened this issue Aug 4, 2021 · 0 comments

Comments

@vmax
Copy link
Contributor

vmax commented Aug 4, 2021

Description

Currently, using Python 3.8 or newer when deploying APT packages might result in a package that's not installable.

Environment

  1. OS (where TypeDB server runs): Ubuntu 21.04 (or any other APT-based distribution)
  2. TypeDB version (and platform): 2.3.0
  3. TypeDB client: -
  4. Other environment details: -

Reproducible Steps

sudo apt install typedb-all

Expected Output

Package installed

Actual Output

An error thrown:

Unpacking typedb-console (2.3.0) ...
dpkg: error processing archive /var/cache/apt/archives/typedb-console_2.3.0_all.deb (--unpack):
 corrupted filesystem tarfile in package archive: unsupported PAX tar header type 'x'
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/typedb-console_2.3.0_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Additional information

This is happening because of bazelbuild/rules_pkg#397

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant