Skip to content

Regression: link_whole does not propagate dependencies #10975

@eli-schwartz

Description

@eli-schwartz

Bisected to commit c94c492 / #10699, /cc @dcbaker

As an example test case, see https://github.com/linuxmint/xreader/ which builds a static library builddir/cut-n-paste/totem-screensaver/libtotemscrsaver.a that is linked into shell/libshell.a which is in turn linked into shell/xreader.

libtotemscrsaver has a dependency('x11') and uses its symbols; no other code uses it directly. With the latest release of Meson, everything works. With the release candidate, a number of libraries are no longer linked to, such as /usr/lib/libX11.so.

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