Bug 279798

Summary: devel/py-lxml: Build fails with llvm 16+ with libxml 2.13.0 and libxslt 1.14.0 on FreeBSD 14.0
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (amdmi3)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 279741, 279957    

Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2024-06-24 14:27:25 UTC
All logs are 404
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2024-06-24 17:29:59 UTC
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
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-06-25 20:22:01 UTC
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(+)
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2024-06-25 22:15:34 UTC
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?