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

libcap 2.69 and/or bubblewrap broken #11139

Closed
joemiller opened this issue Jan 13, 2024 · 2 comments
Closed

libcap 2.69 and/or bubblewrap broken #11139

joemiller opened this issue Jan 13, 2024 · 2 comments
Assignees

Comments

@joemiller
Copy link

This is a recent issue, so my guess is it started around the time of the libcap 2.69 epoch 1 bump: 27f1689

steps to reproduce:

$  docker run --rm -it --pull=always cgr.dev/chainguard/wolfi-base        

7628418f9f15:/# apk add bubblewrap
fetch https://packages.wolfi.dev/os/x86_64/APKINDEX.tar.gz
ERROR: unable to select packages:
  libcap-2.68-r0:
    conflicts: libcap-2.69-r1 libcap-2.69-r1[so:libcap.so.2=2]
    satisfies: libcap-2.69-r1[so:libpsx.so.2] bubblewrap-0.8.0-r0[so:libcap.so.2]
  libcap-2.69-r1:
    conflicts: libcap-2.68-r0 libcap-2.68-r0[so:libcap.so.2=2]
    satisfies: bubblewrap-0.8.0-r0[so:libcap.so.2]

pinning libcap==2.68-r0 allows for bubblewrap to be installed successfully:

7628418f9f15:/# apk add libcap==2.68-r0 bubblewrap
(1/2) Installing libcap (2.68-r0)
(2/2) Installing bubblewrap (0.8.0-r0)
OK: 15 MiB in 16 packages

maybe bubblewrap also needs an r1 bump?

@debasishbsws
Copy link
Member

debasishbsws commented Jan 13, 2024

Apparently libcap-2.69-r1 has been withdrawn: #11056

@jonjohnsonjr
Copy link
Contributor

This should be fixed in libcap-2.69-r2.apk as of #11247

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

No branches or pull requests

4 participants