Re: git: 5f73d750c276 - main - security/zeek: Update to 7.0.0

From: Craig Leres <leres_at_freebsd.org>
Date: Sat, 03 Aug 2024 18:01:07 UTC
On 8/2/24 14:01, Daniel Engberg wrote:
> On 2024-08-01T23:05:06.000+02:00, Craig Leres <leres@FreeBSD.org> wrote:
> 
> 
>     The branch main has been updated by leres:
> 
>     URL:
>     https://cgit.FreeBSD.org/ports/commit/?id=5f73d750c276dea55de2658c340d8e79042f36f2 <https://cgit.FreeBSD.org/ports/commit/?id=5f73d750c276dea55de2658c340d8e79042f36f2>
> 
>     commit 5f73d750c276dea55de2658c340d8e79042f36f2
>     Author: Craig Leres <leres@FreeBSD.org <mailto:leres@FreeBSD.org>>
>     AuthorDate: 2024-08-01 21:04:36 +0000
>     Commit: Craig Leres <leres@FreeBSD.org <mailto:leres@FreeBSD.org>>
>     CommitDate: 2024-08-01 21:04:36 +0000
> 
>     security/zeek: Update to 7.0.0
> 
>     https://github.com/zeek/zeek/releases/tag/v7.0.0
>     <https://github.com/zeek/zeek/releases/tag/v7.0.0>
> 
> 
> Hi,
> 
> plist fails, 
> https://pdr2.bofh.network/data/140-diizzy/cares-1330/logs/errors/zeek-7.0.0.log <https://pdr2.bofh.network/data/140-diizzy/cares-1330/logs/errors/zeek-7.0.0.log>

Hum...

====> Running Q/A tests (stage-qa)
Warning: Bad symlink '/usr/local/lib/broctl' pointing to an absolute 
pathname '/usr/local/lib/zeek/python/zeekctl'
Warning: you might not need LIB_DEPENDS on libintl.so
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dir include/%%ZEEKUSER%%/analyzer/protocol/ldap
Error: Orphaned: @dir include/%%ZEEKUSER%%/analyzer/protocol/quic
Error: Orphaned: @dir include/%%ZEEKUSER%%/script_opt/ZAM/OPs
Error: Orphaned: @dir include/%%ZEEKUSER%%/script_opt/ZAM/maint
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

I tried adding DEVELOPER_MODE=yes to my poudriere make.conf file but 
apparently that's not how this works so I couldn't get poudriere to run 
stage-qa manuall. When I run "make stage-qa" in an interactive poudriere 
jail doesn't show me any warnings or errors.

I think 74edd3d9781c solves the warnings/errors you see, could you 
please confirm?

		Craig