Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lstat: no such file or directory #1399

Closed
suhr opened this issue Nov 25, 2020 · 0 comments
Closed

lstat: no such file or directory #1399

suhr opened this issue Nov 25, 2020 · 0 comments
Labels

Comments

@suhr
Copy link

suhr commented Nov 25, 2020

% plz build //src/bin:binaries
Build stopped after 13.13s. 1 target failed:
    //src/bin:binaries
lstat plz-out/gen/src/bin/initdb/initdb: no such file or directory

Additional info: //src/bin/initdb compiles and produces plz-out/gen/src/bin/initdb/initdb. And //src/bin:binaries is the following rule:

filegroup(
    name = "binaries",
    srcs = [
        "//src/bin/initdb",
        "//src/bin/pg_archivecleanup",
        "//src/bin/pg_basebackup:binaries",
        "//src/bin/pg_config",
        "//src/bin/pg_controldata",
        "//src/bin/pg_ctl",
        "//src/bin/pg_dump:binaries",
        "//src/bin/pg_resetwal",
        "//src/bin/pg_rewind",
        "//src/bin/pg_test_fsync",
        "//src/bin/pg_test_timing",
        "//src/bin/pg_waldump",
        "//src/bin/pgbench",
        "//src/bin/psql",
        "//src/bin/scripts",
    ],
    visibility = ["PUBLIC"],
)

Please version: 15.9.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants