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

Fix unsatisfiable constraints libressl-dev and openssl-dev; #3

Closed
wants to merge 1 commit into from
Closed

Conversation

f100024
Copy link

@f100024 f100024 commented Jun 22, 2018

To prevent conflicts:

ERROR: unsatisfiable constraints:
libressl-dev-2.7.4-r0:
conflicts:
openssl-dev-1.0.2o-r1[pc:libcrypto=2.7.4]
openssl-dev-1.0.2o-r1[pc:libssl=2.7.4]
openssl-dev-1.0.2o-r1[pc:openssl=2.7.4]
satisfies: curl-dev-7.60.0-r1[libressl-dev]
libssh2-dev-1.8.0-r3[pc:libcrypto]
libssh2-dev-1.8.0-r3[pc:libssl]
openssl-dev-1.0.2o-r1:
conflicts:
libressl-dev-2.7.4-r0[pc:libcrypto=1.0.2o]
libressl-dev-2.7.4-r0[pc:libssl=1.0.2o]
libressl-dev-2.7.4-r0[pc:openssl=1.0.2o]
satisfies: world[openssl-dev]
libssh2-dev-1.8.0-r3[pc:libcrypto]
libssh2-dev-1.8.0-r3[pc:libssl]

@rc452860
Copy link

rc452860 commented Aug 5, 2018

I have same issuse,I change FROM alpine:latest but not worked

@f100024
Copy link
Author

f100024 commented Aug 12, 2018

I've just rechecked. But seems it works. Did you reproduced same issue? Could you try to clean your old layers?

@rc452860
Copy link

I use a clean new system test.it may be alpine package manage system issue.

@rc452860
Copy link

finally I use libressl and libressl-dev to replace openssl and openssl-dev to work.

@cwalv
Copy link

cwalv commented Oct 27, 2018

finally I use libressl and libressl-dev to replace openssl and openssl-dev to work.

That fixed it for me too:

diff --git a/Dockerfile b/Dockerfile
index 4153b43..8424f50 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,8 +13,8 @@ RUN apk --update add build-base \
             ip6tables \
             iproute2 \
             iptables-dev \
-            openssl \
-            openssl-dev && \
+            libressl \
+            libressl-dev && \
     mkdir -p /tmp/strongswan && \
     curl -Lo /tmp/strongswan.tar.bz2 $STRONGSWAN_RELEASE && \
     tar --strip-components=1 -C /tmp/strongswan -xjf /tmp/strongswan.tar.bz2 && \

@f100024 f100024 closed this by deleting the head repository May 12, 2023
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 this pull request may close these issues.

None yet

3 participants