Summary: | security/xmlsec1: Fails to build with libressl: app.c:440:57: error: cast to 'void *' from smaller integer type 'int' [-Werror,-Wint-to-void-pointer-cast] | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Ivan Rozhuk <rozhuk.im> |
Component: | Individual Port(s) | Assignee: | Hiroki Sato <hrs> |
Status: | Closed Overcome By Events | ||
Severity: | Affects Some People | CC: | chef, fluffy, grahamperrin, jakub_lach, kevinz5000, rozhuk.im |
Priority: | --- | Keywords: | needs-patch, needs-qa |
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(hrs) koobs: merge-quarterly? |
Hardware: | Any | ||
OS: | Any |
Description
Ivan Rozhuk
2022-05-06 19:27:28 UTC
With libressl from ports. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=29c7d4a9f83548fee47722fcc60ad33bbdfa9f87 commit 29c7d4a9f83548fee47722fcc60ad33bbdfa9f87 Author: Hiroki Sato <hrs@FreeBSD.org> AuthorDate: 2022-05-06 20:23:19 +0000 Commit: Hiroki Sato <hrs@FreeBSD.org> CommitDate: 2022-05-06 20:24:48 +0000 security/xmlsec1: fix build when using libressl PR: 263826 .../xmlsec1/files/patch-src-openssl-app.c (new) | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) (In reply to Ivan Rozhuk from comment #1) Thanks for the report. It should be fixed in 29c7d4a9f83548fee47722fcc60ad33bbdfa9f87. *** Bug 263827 has been marked as a duplicate of this bug. *** @Hiroki Can we disable/override -Werror in the default port build? Fixing warnings is great (and should be fixed upstream). Also, is quarterly also affected? Please Are today's bug 266262 comment 22 and bug 266920 comment 12 indicative of a need to bump the PORTREVISION here? With libressl 3.6.2 - build ok. |