Skip to content

make failed: anyconf: command not found #168

Description

@maghikal

Have you read a contributing guide?

  • I have read CONTRIBUTING.md
  • I have searched the existing issues and didn't find any that were similar
  • I have considered creating a pull request with fixes instead of a bug report and want to proceed

Current Behavior

service "generateconfig-anyconf" didn't completed successfully: exit 1

Container log for any-sync-dockercompose-generateconfig-anyconf showed
/code/docker-generateconfig/anyconf.sh: line 16: anyconf: command not found
/code/docker-generateconfig/anyconf.sh: line 32: anyconf: command not found

and make fails

Expected Behavior

Make succeeds

Steps To Reproduce

Simply follow the install steps in the documentation using Release v6.4.0

Environment

- OS: Debian GNU/Linux 12 (bookworm)
- Arch: Rasbperry Pi 5, Arm64
- Docker: 29.1.0

Anything else?

I found that anyconf is missing from the image but any-sync-netcheck and any-sync-network were available.
I tried modifying anyconf.sh to use those instead but no dice. Got this message instead
Error: unknown command "create-network" for "anyconf" Run 'anyconf --help' for usage.
But can't run anyconf --help since command isn't available.

I then changed Dockerfile-generateconfig-anyconf to use the previous release ghcr.io/anyproto/any-sync-tools:v0.4.2.
Also reverted the RUN section to match the previous commit. since it gave me a target generateconfig-anyconf: failed to solve: ... exit code:127

Make now succeeds.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions