There's a merged pull request on the void-packages repository etcd: fixed go_import_path https://github.com/void-linux/void-packages/pull/43543 Description: #### Testing the changes - I tested the changes in this PR: YES #### Local build testing - I built this PR locally for my native architecture, x86_64 The original package contains no binaries: ``` $ xls etcd /etc/sv/etcd/conf /etc/sv/etcd/log/run /etc/sv/etcd/run /etc/sv/etcd/log/supervise -> /run/runit/supervise.etcd-log /etc/sv/etcd/supervise -> /run/runit/supervise.etcd ``` Looks like the name of the Go import path was changed. With this fix: ``` $ xls etcd /etc/sv/etcd/conf /etc/sv/etcd/log/run /etc/sv/etcd/run /usr/bin/etcd /usr/bin/etcdctl /etc/sv/etcd/log/supervise -> /run/runit/supervise.etcd-log /etc/sv/etcd/supervise -> /run/runit/supervise.etcd ``` I set it up and it is running; I can put and get a value form it.