Summary: | print/gimp-gutenprint: print.c:117:29: error: incompatible pointer to integer conversion | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | O. Hartmann <ohartmann> |
Component: | Individual Port(s) | Assignee: | Christoph Moench-Tegeder <cmt> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | freebsd, rhurlin |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(cmt) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
O. Hartmann
2023-03-05 07:56:31 UTC
is upstream informed of this? Has maintainer informed upstream? I think this happens because newer 14.0-CURRENT (>= 1400079) uses LLVM15. The following works for me as a workaround: CFLAGS+= -Wno-error=int-conversion HTH, Rainer the workarounds are well known, yes. but reporting the issue to upstream gives them the opportunity to actually fix it A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=68c402ae8744294ecb65d34960dea1fd233b9411 commit 68c402ae8744294ecb65d34960dea1fd233b9411 Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> AuthorDate: 2023-03-05 17:11:54 +0000 Commit: Christoph Moench-Tegeder <cmt@FreeBSD.org> CommitDate: 2023-03-05 17:11:54 +0000 print/gutenprint: fix build with LLVM 15 as observed on -CURRENT as of now. PR: 269972 Reported by: ohartmann@walstatt.org print/gutenprint/files/patch-src_gimp2_print.c (new) | 13 +++++++++++++ 1 file changed, 13 insertions(+) Didn't even remember that I still "maintained" this port. Upstream is mostly dead, last real release was nearly 4 years ago; 5.3 is still considered "development" and was released last (but not even properly announced) 3 years ago. I don't even have a supported (by this port) printer for years, so now it's up for grabs. (In reply to Christoph Moench-Tegeder from comment #6) Port graphics/gimp reels in port print/gutenprint via print/gimp-gutenprint. Question is: is print/gimp-gutenprint really necessary? Kind regards, oh |