Bug 227013 - net/frr: not install with disabled option RPKI
Summary: net/frr: not install with disabled option RPKI
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Olivier Cochard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-27 21:21 UTC by Alexey
Modified: 2018-03-27 21:45 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (olivier)


Attachments
Screan for make options (14.68 KB, image/png)
2018-03-27 21:21 UTC, Alexey
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.