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

Unable to build on Alpine: so:libicuuc.so.74 (no such package) #2141

Closed
razonyang opened this issue Dec 5, 2023 · 2 comments
Closed

Unable to build on Alpine: so:libicuuc.so.74 (no such package) #2141

razonyang opened this issue Dec 5, 2023 · 2 comments

Comments

@razonyang
Copy link

Hi, I'm trying to install dart-sass on Alpine.

FROM node:alpine

RUN apk add dart-sass --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/

But got the following error.

 > [2/2] RUN apk add dart-sass --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/:
0.375 fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
5.021 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
20.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
144.2 ERROR: unable to select packages:
144.2   so:libicuuc.so.74 (no such package):
144.2     required by: dart-3.2.2-r0[so:libicuuc.so.74]
------
Dockerfile:3
--------------------
   1 |     FROM node:alpine
   2 |
   3 | >>> RUN apk add dart-sass --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
   4 |
--------------------
ERROR: failed to solve: process "/bin/sh -c apk add dart-sass --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/" did not complete successfully: exit code: 3

I'm sorry if I'm asking in the wrong place.

@ntkme
Copy link
Contributor

ntkme commented Dec 5, 2023

This is the wrong place to ask.

The dart-sass for alpine is packaged and maintained by alpine team, we don’t support it here.

However, the issue you’re facing is due to incompatibility between alpine stable and alpine testing. If you need a dart-sass that works on alpine stable, you can try my fork here: https://github.com/dart-musl/dart-sass/releases/latest

@razonyang
Copy link
Author

@ntkme thank you.

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

2 participants