Skip to content

Stale libraries can cause the build to fail. #7509

Closed
@mstewartgallus

Description

@mstewartgallus

The following procedure should work:

cd build/rust
make uninstall
cd ../../src/rust
git pull
cd ../../build/rust
make
make install

However, in some cases this procedure does not work because stale libraries from older builds aren't removed, and an error arises stating that there are multiple possible builds.

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