Skip to content

Issue with syslinks in archives #3

@SiemG

Description

@SiemG

Presumably:
Dylibs are based on a default location (1). however when choosing an custom output location this gives the problem of not being able to find the dylib. See error:

panic: walking /tmp/gdbm/gdbm: /tmp/gdbm/gdbm/lib/libgdbm.dylib: writing: gdbm/lib/libgdbm.dylib: readlink: readlink gdbm/lib/libgdbm.dylib: no such file or directory

This means that many packages will not be able to finish building/installing

@wouter173 apparently also had this/similiar issue

(1) from https://www.lifewire.com/dylib-file-2620908:

Where do DYLIB files go on a Mac?

The standard locations for dynamic libraries are ~/lib, /usr/local/lib, and /usr/lib. Alternatively, you can place a DYLIB file at a nonstandard location in your file system provided you add that location to one of these environment variables:

LD_LIBRARY_PATH, DYLD_LIBRARY_PATH, or DYLD_FALLBACK_LIBRARY_PATH.

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