diff options
| author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2025-10-19 03:52:15 +0000 |
|---|---|---|
| committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2025-10-19 04:13:51 +0000 |
| commit | aaa3390aa3d3e0fae4b4f994857b92e6ae40ba2b (patch) | |
| tree | 0747f00463f7c7418c468227f8ebf2298899c33a | |
| parent | e616400dd3bc4b6657f11b8b25680b5979ecb833 (diff) | |
UPDATING: Document possible build error of seculity/clamav and how to work around it
PR: 290150
Reported by: Piotr Zmudzinsk, Xavier Humbert, Sigi, Fabian Wenk
| -rw-r--r-- | UPDATING | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -5,6 +5,29 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20251019: + AFFECTS: users of security/clamav + AUTHOR: yasu@FreeBSD.org + + After security/clamav is updated to 1.5.0, some users report that build + fails as below. + + /usr/ports/security/clamav/work/clamav-1.5.1/libclamav/others.c:623:23: error: use of undeclared identifier 'CERTSDIR' + 623 | cvdcertsdir = CERTSDIR; + | ^ + 1 warning and 1 error generated. + ninja: build stopped: subcommand failed. + *** Error code 1 + + The error seems to happen with following conditions. + + * Non-base SSL stack is used. That is, in /etc/make.conf there is such + setting as 'DEFAULT_VERSIONS+=ssl=openssl'. + * Previous version (1.4.3) of clamav package is already installed. + + If you face it, you can work around it by uninstalling current clamav + package first. + 20251016: AFFECTS: users of devel/nexus2-oss AUTHOR: michaelo@FreeBSD.org |
