Changes between Initial Version and Version 1 of Ticket #63476


Ignore:
Timestamp:
Sep 11, 2021, 9:30:17 AM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Confirmed on my High Sierra Mac without those macports.conf modifications.

libunistring 0.9.10's configure.ac is evidently not compatible with automake 1.16.4.

https://lists.gnu.org/archive/html/bug-libunistring/2021-08/msg00003.html

Their fix for the problem is:

https://git.savannah.gnu.org/gitweb/?p=libunistring.git;a=commitdiff;h=15e4365267e316f15222b8bf9f0a7cd0db231e9c

Once we fix that you might still experience other build problems on Big Sur as described in #61858 or those might be specific to Apple Silicon systems.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63476

    • Property Version changed from to 2.7.1
    • Property Summary changed from build libunistring fails while installing wxWidgets-3.2 port to libunistring @0.9.10: configure.ac:25: error: AC_INIT should be called with package and version arguments
  • Ticket #63476 – Description

    initial v1  
    11Command:
    22
     3{{{
    34sudo port -s install wxWidgets-3.2  +universal
     5}}}
    46
    57fails while configuring libunistring.
    68
    7 Mac OS: Big Sur: 11.3.1 (x86_64)
     9Mac OS: Big Sur: 11.3.1 (x86_64) \\
    810XCode: 12.5.1
    911
    1012macports.conf modifs:
    1113
     14{{{
    1215macosx_deployment_target 10.12
    13 
     16}}}
     17{{{
    1418universal_archs      arm64 x86_64
     19}}}
    1520
    1621previously installed port: flac and its dependencies
     
    1823failing log file content:
    1924
     25{{{
    2026version:1
    2127:debug:clean Starting logging for libunistring @0.9.10_0+universal
     
    111117:debug:configure "$procedure $targetname"
    112118:error:configure See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_libunistring/libunistring/main.log for details.
    113 
    114 
     119}}}