Bug 227013

Summary: net/frr: not install with disabled option RPKI
Product: Ports & Packages Reporter: Alexey <pautina>
Component: Individual Port(s)Assignee: Olivier Cochard <olivier>
Status: Closed FIXED    
Severity: Affects Many People Flags: bugzilla: maintainer-feedback? (olivier)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Screan for make options none

Description Alexey 2018-03-27 21:21:52 UTC
Created attachment 191882 [details]
Screan for make options

Port not install when I have disabled option RPKI.
Log:
====> Compressing man pages (compress-man)
===> Staging rc.d startup script(s)
===>  Installing for frr-4.0
===>   Registering installation for frr-4.0
pkg-static: Unable to access file /usr/ports/net/frr/work/stage/usr/local/lib/frr/modules/bgpd_rpki.so:No such file or directory
*** Error code 74

Stop.
make[2]: stopped in /usr/ports/net/frr
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/net/frr
*** Error code 1

Stop.
make: stopped in /usr/ports/net/frr

With RPKI option install normally.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-03-27 21:43:54 UTC
A commit references this bug:

Author: olivier
Date: Tue Mar 27 21:43:33 UTC 2018
New revision: 465764
URL: https://svnweb.freebsd.org/changeset/ports/465764

Log:
  Fix installation when RPKI option is disabled

  PR:		227013
  Reported by:	pautina@kharkiv.net

Changes:
  head/net/frr/pkg-plist
Comment 2 Olivier Cochard freebsd_committer freebsd_triage 2018-03-27 21:45:12 UTC
Thanks for the report.