dockerd: build failed
Open
Nobody has claimed this yet.
bug
release/25.12
- Dominant language
- Makefile
- Stars
- 4.6k
- Forks
- 4k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 134
Description
Package Name
dockerd
Maintainer
@G-M0N3Y-2503
OpenWrt Version
25.12
OpenWrt Target/Subtarget
x86_64
Steps to Reproduce
build dockerd
Actual Behaviour
error log:
Building static bundles/binary-daemon/dockerd (linux/amd64)...
Created binary: bundles/binary-daemon/dockerd
Copying nested executables into bundles/binary-daemon
cp: cannot stat '': No such file or directory
make[3]: *** [Makefile:195: /home/ubuntu/openwrt/build_dir/target-x86_64_musl/dockerd-29.6.1/.built] Error 1
ERROR: package/feeds/packages/utils/dockerd failed to build.
Confirmation Checklist
- The package is maintained in this repository.
- I understand that issues related to the base OpenWrt repository or LuCI repository will be closed.
- I am reporting an issue for OpenWrt, not an unsupported fork.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the dockerd package Makefile, especially around line 195 where the build fails, and reproduce the package build for OpenWrt 25.12 on x86_64. Trace the empty path passed to cp during nested executable copying; the fix is complete when dockerd builds without the "cannot stat" error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100