ntpd | Package ntp-utils is missing dependencies for the following libraries: libintl.so.8
Open
Nobody has claimed this yet.
stale
- Dominant language
- Makefile
- Stars
- 4.6k
- Forks
- 4k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 134
Description
While compiling the ntpd package, I am getting the below error and i have tried specifying the "DEPENDS = +libiconv" also
But still same
Package ntp-utils is missing dependencies for the following libraries:
libintl.so.8
Makefile:161: recipe for target '......../bin/packages/powerpc64_e5500/packages/ntp-utils_4.2.8p15-3_powerpc64_e5500.ipk' failed
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 ntpd package build and the dependency check reported at Makefile:161. Reproduce the powerpc64_e5500 package build and inspect why ntp-utils does not declare the provider of libintl.so.8 despite the attempted libiconv dependency. Done means the package builds without the missing-library error and its declared dependencies cover the library.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100