Skip to content

Doesn't run on alpine linux #2148

@farnetto

Description

@farnetto

On alpine there's no glibc only musllibc.

Errors:

    /dart-sass # ldd src/dart
            /lib64/ld-linux-x86-64.so.2 (0x7f26ab540000)
            libdl.so.2 => /lib64/ld-linux-x86-64.so.2 (0x7f26ab540000)
            libpthread.so.0 => /lib64/ld-linux-x86-64.so.2 (0x7f26ab540000)
            libm.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7f26ab540000)
            libc.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7f26ab540000)
    /dart-sass # ls  /lib64/ld-linux-x86-64.so.2
    ls: /lib64/ld-linux-x86-64.so.2: No such file or directory

and here

    [INFO] --- dart-sass:1.2.0:compile-sass (generate-css-using-dart-sass) @ cms ---
    [INFO] Auto-detected operating system: linux
    [INFO] Auto-detected operating system architecture: x64
    [INFO] Auto-detected latest version: 1.69.5
    /tmp/dart-sass-maven-plugin/linux/x64/1.69.5/sass: exec: line 20: /tmp/dart-sass-maven-plugin/linux/x64/1.69.5/src/dart: not found

my system:

    Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
    Maven home: /usr/share/maven
    Java version: 1.8.0_372, vendor: IcedTea, runtime: /usr/lib/jvm/java-1.8-openjdk/jre
    Default locale: en_US, platform encoding: UTF-8
    OS name: "linux", version: "6.6.4-100.fc38.x86_64", arch: "amd64", family: "unix"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions