Skip to content

make install fails with USE_SYSTEM_P7ZIP=1 #60596

@antonio-rojas

Description

@antonio-rojas

When compiling 1.12.4 with system p7zip, make install fails with

for j in 7z ; do \
        [ -L /build/julia/pkg/julia/usr/lib/julia/$j ] && continue; \
        patchelf --set-rpath '$ORIGIN/.' /build/julia/pkg/julia/usr/lib/julia/$j || exit 1; \
done
patchelf: getting info about '/build/julia/pkg/julia/usr/lib/julia/7z': No such file or directory
make: *** [Makefile:361: install] Error 1

Likely caused by 4539b7b

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildingBuild system, or building Julia or its dependencies

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions