openwrt / openwrt/packages

frr: missing dependency libcrypt.so.1

Open
#28,416 1 comment 0 reactions 0 assignees View on GitHub

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
  1. Enable all daemons, select to use OpenSSL
  2. 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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.