Changes between Initial Version and Version 1 of Ticket #69576


Ignore:
Timestamp:
Mar 23, 2024, 3:59:52 AM (6 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Here is the upstream bug report and their fix which is included in version 5.0.0 to which the port should be updated (or to 5.1.0).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69576

    • Property Status changed from new to assigned
    • Property Owner set to petrrr
    • Property Summary changed from py312-lxml error: incompatible function pointer types assigning to 'xmlStructuredErrorFunc' to py312-lxml @4.9.3: error: incompatible function pointer types assigning to 'xmlStructuredErrorFunc'
  • Ticket #69576 – Description

    initial v1  
    1 Hi Team,
     1Hi Team, \\
    22The py312-lxml compilation fails with the following error
    33
     4{{{
    45:debug:main Starting logging for py312-lxml @4.9.3_0
    56:debug:sysinfo macOS 14.4 (darwin/23.4.0) arch arm
     
    89:debug:sysinfo SDK 14
    910:debug:sysinfo MACOSX_DEPLOYMENT_TARGET: 14.0
    10 
    11 
     11}}}
     12{{{
    1213:info:build creating build/temp.macosx-14.0-arm64-cpython-312/src/lxml
    1314:info:build /usr/bin/clang -fno-strict-overflow -fno-common -dynamic -DNDEBUG -g -O3 -Wall -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -DCYTHON_CLINE_IN_TRACEBACK=0 -I/opt/ports/include/libxml2 -Isrc -Isrc/lxml/includes -I/opt/ports/Library/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c src/lxml/etree.c -o build/temp.macosx-14.0-arm64-cpython-312/src/lxml/etree.o -w -flat_namespace
     
    4546:info:build                                          xmlStructuredErrorFunc serror,
    4647:info:build                                                                 ^
    47 
     48}}}