Changes between Initial Version and Version 1 of Ticket #69540


Ignore:
Timestamp:
Mar 19, 2024, 9:37:16 AM (7 weeks ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Yup, this (treating the int-conversion warning as an error) is new in Xcode 15.3.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69540

    • Property Keywords sonoma added
    • Property Owner set to mojca
    • Property Status changed from new to assigned
    • Property Summary changed from libzzip 0.13.72 doesn't build on Sonoma 14.4 M2 to libzzip @0.13.72: error: incompatible pointer to integer conversion
  • Ticket #69540 – Description

    initial v1  
    1 Dear DevTeam,
     1Dear DevTeam, \\
    22The port upgrade outdated fails with the following error, but manual compilation of the newest version of libzzip 0.13.74 works just fine.
    33
    44Please find below the error log:
    55
     6{{{
    67:info:build /opt/ports/var/macports/build/_opt_portsq_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_libzzip/libzzip/work/zziplib-0.13.72/zzip/mmapped.c:664:11: error: incompatible pointer to integer conversion initializing 'off_t' (aka 'long long') with an expression of type 'zzip_byte_t *' (aka 'unsigned char *') [-Wint-conversion]
    78:info:build     off_t offset = zzip_file_header_to_data(header);
     
    2324:info:build make[1]: *** [zzip/CMakeFiles/libzzipmmapped.dir/all] Error 2
    2425:info:build make[1]: *** Waiting for unfinished jobs....
     26}}}
    2527
    26 Regards,
     28Regards, \\
    2729Robert