Bug 241621

Summary: security/clamav can't compile since port devel/check new version 0.13
Product: Ports & Packages Reporter: tomtom.602
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed Feedback Timeout    
Severity: Affects Many People CC: mikael, nevecherya, pi, sunpoet, yasu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description tomtom.602 2019-10-31 18:19:22 UTC
Hello,

I noticed that the current version of clamav in FREEBSD port (0.101.4) can't compile anymore, due to a new version of port devel/check (0.13) that have been pushed a few days ago.

I got errors on the file unit-tests/check_clamav.c
for each START_TEST block that don't have accolades.

I manage to compile the port with only adding accolades in this file.
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2019-11-01 15:15:31 UTC
What kind of patch do you use to build clamav ?
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2019-11-01 15:41:54 UTC
On which version of freebsd do you build ?
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2019-11-02 10:21:57 UTC
(In reply to tomtom.602 from comment #0)

I tried build of security/clamav with following conditons.

OS: 12.0-RELEASE-p10 amd64
ports tree: head ports r516283
options setting: TESTS is enqbled

Then "make build" succeeded without any errors. And files under work/clamav-0.101.4/unit_tests weren't compiled at all.

Did you really experience compile error of unit-tests/check_clamav.c while building this port?
Comment 4 Yasuhiro Kimura freebsd_committer freebsd_triage 2020-07-10 21:54:35 UTC
(In reply to tomtom.602 from comment #0)

Does build error still happens with latest ports tree?
Comment 5 Yasuhiro Kimura freebsd_committer freebsd_triage 2020-10-11 21:04:54 UTC
Hello Kurt,

Would you please close this bug report with feedback timeout?

Best Regards.
Comment 6 commit-hook freebsd_committer freebsd_triage 2023-04-23 13:15:43 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c2804cb5b6c806919e0ab8ce7fa35fca46efa89d

commit c2804cb5b6c806919e0ab8ce7fa35fca46efa89d
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2023-04-20 15:50:02 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2023-04-23 13:14:29 +0000

    www/varnish-libvmod-fileserver: Update to git commit hash d4c10198033112aa47177b6a7206fc490b690332

    This version is compatible with rust 1.69.0

    PR:             241621
    Approved by:    zi (maintainer)

 www/varnish-libvmod-fileserver/Makefile            | 101 +++++------
 www/varnish-libvmod-fileserver/distinfo            | 190 +++++++++------------
 ...crates_varnish-0.0.12_src_vcl_convert.rs (gone) |  14 --
 ...rgo-crates_varnish-0.0.12_src_vcl_ctx.rs (gone) |  38 -----
 ...go-crates_varnish-0.0.12_src_vcl_http.rs (gone) |  23 ---
 ...ates_varnish-0.0.12_src_vcl_processor.rs (gone) |  28 ---
 ...argo-crates_varnish-0.0.12_src_vcl_ws.rs (gone) |  28 ---
 .../files/patch-src_lib.rs (gone)                  |  38 -----
 8 files changed, 124 insertions(+), 336 deletions(-)
Comment 7 Mikael Urankar freebsd_committer freebsd_triage 2023-04-23 13:20:08 UTC
(In reply to commit-hook from comment #6)
sorry wrong pr id