Search Criteria
Package Details: frr 10.5.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/frr.git (read-only, click to copy) |
|---|---|
| Package Base: | frr |
| Description: | FRRouting (quagga fork) supports BGP, OSPF, ISIS, RIP, PIM, LDP, BFD, VRRP, NHRP and EIGRP |
| Upstream URL: | https://frrouting.org |
| Keywords: | bgp ecmp isis ospf vrrp |
| Licenses: | GPL2 |
| Conflicts: | babeld, quagga, quagga_cumulus |
| Provides: | quagga, quagga_cumulus |
| Submitter: | k0ste |
| Maintainer: | k0ste |
| Last Packager: | k0ste |
| Votes: | 19 |
| Popularity: | 0.85 |
| First Submitted: | 2017-02-04 15:24 (UTC) |
| Last Updated: | 2026-01-10 08:45 (UTC) |
Dependencies (22)
- c-ares (c-ares-gitAUR)
- json-c (json-c-gitAUR)
- libcap
- libnl (libnl-gitAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- libyangAUR (libyang2AUR, libyang-gitAUR, libyang3AUR)
- lua (pallene-luaAUR)
- ncurses (ncurses-gitAUR)
- net-snmp
- pam (pam-selinuxAUR)
- pcre2 (pcre2-gitAUR)
- perl (perl-gitAUR)
- protobuf-c (protobuf-c-gitAUR)
- readline (readline-gitAUR)
- rtrlibAUR (rtrlib-gitAUR)
- sqlite (sqlite-fossilAUR)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- perl-xml-libxml (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- Show 2 more dependencies...
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
cyqsimon commented on 2025-12-08 05:21 (UTC)
@zstepanek I think it's because @k0ste chose to link
libyang2instead oflibyang3. Runningnamcaponlibyang3(or indeedlibyang4, even though FRR doesn't build against it just yet) shows that it linksxxhash.lddjust picked up the transitive dependency.So a proper fix would be to declare
xxhashas a dependency oflibyang>=3. I've already done so on my forklibyang3, which you'll have to use before FRR works withlibyang4.k0ste commented on 2025-12-03 12:21 (UTC)
@majenko, just use
libyang2.1.128, and build will be okaymajenko commented on 2025-12-03 12:16 (UTC)
libyanghas been updated in AUR to 4.2.2 - and frr no longer compiles against it. Various functions have changed and flags have been removed since libyang3.k0ste commented on 2025-07-16 11:57 (UTC) (edited on 2025-07-16 12:00 (UTC) by k0ste)
My build don't have this dependency 🤷♂️
zstepanek commented on 2025-07-16 11:53 (UTC) (edited on 2025-07-16 11:55 (UTC) by zstepanek)
"For what binary?"
At least /usr/bin/ospfd and /usr/bin/zebra.
k0ste commented on 2025-07-16 07:36 (UTC)
For what binary?
zstepanek commented on 2025-07-15 22:32 (UTC)
Hi. I can confirm that FRR works with current "libyang" - 3.12.2-1.
But, "xxhash" is missing as a dependency.
cyqsimon commented on 2024-08-08 06:00 (UTC) (edited on 2024-08-08 06:39 (UTC) by cyqsimon)
@Frankkkkk Thanks for the great work.
Edit: it seems like dependencies declared with version restrictions (e.g.
libyang<3.0.0) do not work withprovidesentries (e.g.provides=('libyang')). So I guess this should be done instead:Frankkkkk commented on 2024-06-18 13:14 (UTC)
BTW: I've published libyang2 https://aur.archlinux.org/packages/libyang2 which is fixed to the latest 2 SO. It's an alternative to the current broken libyang and makes frr work :-)
Thanks k0ste!
1 2 3 4 5 6 .. 8 Next › Last »