| Summary: | security/openvas: error: a function declaration without a prototype is deprecated in all versions of C | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | O. Hartmann <ohartmann> |
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> |
| Status: | Closed FIXED | ||
| Severity: | Affects Many People | CC: | freebsd, grahamperrin |
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(acm) |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| See Also: | https://github.com/greenbone/openvas-scanner/issues/1403 | ||
|
Description
O. Hartmann
2023-03-26 14:54:59 UTC
have you submitted that to upstream yet? this was fixed upstream in February 2022: https://github.com/greenbone/openvas-scanner/pull/1025 i think this is a maintainer timeout correction, -Wmissing-prototypes is not the same as -Wstrict-prototypes. i created an upstream bug: https://github.com/greenbone/openvas-scanner/issues/1403 *** Bug 271129 has been marked as a duplicate of this bug. *** (In reply to Mina Galić from comment #2) Hello, technically it is not a maintainer timeout because no one sent a patch file for commit it. It is more like a alert about problems compiling openvas with clang-15+ (In reply to Jose Alonso Cardenas Marquez from comment #5) yeah, sorry. this unfair assessment was based on the idea that this bug is already fixed upstream, which i realised it isn't fixed today in upstream: https://github.com/greenbone/openvas-scanner/pull/1405 I still run into the same error with official ports tree sources and recent builder hosts: Poudriere version: poudriere-git-3.3.99.20220831 Host OSVERSION: 1400088 Jail OSVERSION: 1302505 Job Id: 02 I have updated gvm ports to latest versions. Take a look at https://cgit.freebsd.org/ports/commit/?id=4b312f7f6d1cbe0489a104130f35d0412d138212 It could include some patch files for avoid clang issues (In reply to Jose Alonso Cardenas Marquez from comment #9) Thank you very much. Just saw the commit, the poudriere run has just started. But I can report back earliest mid of next week since my builder host quite antique (IvyBridge propelled ) ... Hi, latest version of openvas is compiling without problems on FreeBSD 14.x. I'll close this PR. Thanks for your report root@ifrit:~ # uname -a FreeBSD ifrit 14.0-BETA2 FreeBSD 14.0-BETA2 #0 releng/14.0-n265096-dfd44f2f0143: Fri Sep 15 05:46:35 UTC 2023 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 root@ifrit:~ # pkg search openvas openvas-22.7.0 Open vulnerability assessment scanner py39-ospd-openvas-22.5.1 Scanner wrapper for OSP (Open Scanner Protocol) rubygem-openvas-omp-0.0.4 Communicate with OpenVAS manager through OMP |