Changes between Initial Version and Version 2 of Ticket #67599


Ignore:
Timestamp:
Jun 9, 2023, 11:59:26 AM (16 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Well lseek is defined in unistd.h so the simplest solution would be to add #include <unistd.h> in pdfium/third_party/zlib_v128/gzlib.c or the gzguts.h header it includes however the developer of zlib states that's not the correct fix; see rejected pull requests https://github.com/madler/zlib/pull/509 and https://github.com/madler/zlib/pull/560.

We have dealt with the same problem in other ports that bundle zlib, like freeimage in #61790.

If there is any option for texmaker to use MacPorts zlib instead of its bundled copy, one would think that would solve this problem, and also confer all of the usual benefits of depending on other MacPorts ports (e.g. getting an up-to-date version: MacPorts has zlib 1.2.13 vs 1.2.8 bundled in texmaker).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67599

    • Property Status changed from new to assigned
    • Property Summary changed from Failed to build texmaker: command execution failed to texmaker @5.1.2_1 build failure: call to undeclared function 'lseek'
    • Property Owner set to harens
    • Property Keywords Failed to build texmaker removed
    • Property Port @5.1.2_1 (tex editors) removed
  • Ticket #67599 – Description

    initial v2  
    22
    33    The port texmaker failed to build on my MacOs Ventura 13.3.1 (22E261) even after cleaning and computer restart.
    4 '''
     4
     5{{{
    56--->  Building texmaker
     7Error: Failed to build texmaker: command execution failed
     8}}}
    69
    7 Error: Failed to build texmaker: command execution failed
    8 '''
    9 
    10 I don't know what is the problem.
    11 Many Thanks for your help.
     10I don't know what is the problem.\\
     11Many Thanks for your help.\\
    1212NewBBpy