frr: missing dependency libcrypt.so.1
Open
Nobody has claimed this yet.
bug
- Dominant language
- Makefile
- Stars
- 4.6k
- Forks
- 4k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 134
Description
Package Name
frr
Maintainer
@lucize
OpenWrt Version
SNAPSHOT
OpenWrt Target/Subtarget
x86/64
Steps to Reproduce
- Enable all daemons, select to use OpenSSL
- Try to build
Actual Behaviour
Fails on packaging stage:
cp -fpR /home/user/LEDE/openwrt/build_dir/target-x86_64_glibc/frr-frr-10.4.1/ipkg-install/usr/lib/libfrrsnmp.so* /home/user/LEDE/openwrt/build_dir/target-x86_64_glibc/frr-frr-10.4.1/ipkg-x86_64/frr/usr/lib/
install -m0600 ./files/{frr.conf,daemons} /home/user/LEDE/openwrt/build_dir/target-x86_64_glibc/frr-frr-10.4.1/ipkg-x86_64/frr/etc/frr/
find /home/user/LEDE/openwrt/build_dir/target-x86_64_glibc/frr-frr-10.4.1/ipkg-x86_64/frr -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
Package frr is missing dependencies for the following libraries:
libcrypt.so.1
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 by reproducing the frr package build on OpenWrt SNAPSHOT for x86/64 with all daemons enabled and OpenSSL selected. Inspect the frr package definition and its dependency handling around the packaging stage. Done means the package builds without the reported missing libcrypt.so.1 dependency.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100