Bug 279798 - devel/py-lxml: Build fails with llvm 16+ with libxml 2.13.0 and libxslt 1.14.0 on FreeBSD 14.0
Summary: devel/py-lxml: Build fails with llvm 16+ with libxml 2.13.0 and libxslt 1.14....
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks: 279741 279957
  Show dependency treegraph
 
Reported: 2024-06-16 19:58 UTC by Daniel Engberg
Modified: 2024-06-25 23:35 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (amdmi3)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?