Fails to build with llvm 16 or newer https://pdr2.bofh.network/data/140-diizzy/2024-06-16_12h00m00s/logs/errors/py311-lxml-4.9.3.log Builds with llvm 15 https://pdr2.bofh.network/data/140-diizzy/2024-06-16_12h18m22s/logs/py311-lxml-4.9.3.log Builds fine on 13.2 with base compiler https://pdr2.bofh.network/data/132-diizzy/2024-06-15_15h31m17s/logs/py311-lxml-4.9.3.log
All logs are 404
Sorry, I needed to clear old logs 14.0 (amd64): https://projects.pyret.net/files/public/freebsd/bld-logs/fbsd-140-py311-lxml-4.9.3.log 13.2 (amd64) https://projects.pyret.net/files/public/freebsd/bld-logs/fbsd-132-py311-lxml-4.9.3.log Adding CFLAGS+= -Wno-error=incompatible-function-pointer-types fixes the build issue but I haven't runtime tested etc
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=12f25812833887fbdfdc82c3747f9f8b0e808ae3 commit 12f25812833887fbdfdc82c3747f9f8b0e808ae3 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2024-06-25 16:38:23 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2024-06-25 19:13:58 +0000 devel/py-lxml: fix build with libxml 2.13 PR: 279798 Reported by: diizzy devel/py-lxml/Makefile | 6 ++++++ 1 file changed, 6 insertions(+)
With PR 279705 and 279741 applied Poudriere testport OK 13.2-RELEASE (amd64) Poudriere testport OK 14.0-RELEASE (amd64) Without PRs applied Poudriere testport OK 13.2-RELEASE (amd64) Poudriere testport OK 14.1-RELEASE (amd64) Thanks! I think we can close this one now?