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

Stage-packages fails at unpack_stage_packages when installing some packages #28

Closed
valentincanonical opened this issue Apr 22, 2022 · 1 comment · Fixed by #32
Closed

Comments

@valentincanonical
Copy link
Contributor

valentincanonical commented Apr 22, 2022

name: test
version: 1.0
base: ubuntu:20.04

parts:
  part1:
    plugin: nil
    stage-packages:
    - ca-certificates

this example rockcraft.yaml fails with the following error while executing rockcraft pack (in the unpack_stage_packages function):

ValueError: '/root/parts/part1/install/etc/ssl/openssl.cnf' does not start with '/root/parts/part1/install/usr/lib/ssl'

See the full log rockcraft-20220422-181812.655447.log.

@cmatsuoka
Copy link
Contributor

This should be fixed when canonical/craft-parts#215 is integrated.

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

Successfully merging a pull request may close this issue.

2 participants