Summary: | cad/graywolf: Fails to build with GCC 14: error: implicit declaration of function 'get_global_pos' [-Wimplicit-function-declaration] | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Lorenzo Salvadore <salvadore> | ||||
Component: | Individual Port(s) | Assignee: | Yuri Victorovich <yuri> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | yuri | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(yuri) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://pkg-status.freebsd.org/gohan04/data/140amd64-default-foo/2024-08-29_19h57m48s/logs/errors/graywolf-0.1.6.4_4.log | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 281091 | ||||||
Attachments: |
|
Description
Lorenzo Salvadore
![]() ![]() Created attachment 253346 [details]
Fix graywolf with GCC 14
This patch should fix the issue. Tested with poudriere.
Fixed. Thanks for the patch! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bc0a3cd18347249dddc4b92a272b5904f88c885 commit 6bc0a3cd18347249dddc4b92a272b5904f88c885 Author: Lorenzo Salvadore <salvadore@freebsd.org> AuthorDate: 2024-09-05 19:55:42 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-05 19:56:41 +0000 cad/graywolf: Fix build with gcc14 PR: 281224 cad/graywolf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) |