Changes between Initial Version and Version 1 of Ticket #65905


Ignore:
Timestamp:
Sep 27, 2022, 1:45:50 AM (2 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65905

    • Property Status changed from new to assigned
    • Property Cc mascguy added
    • Property Keywords pango removed
    • Property Owner set to ryandesign
    • Property Type changed from update to defect
    • Property Port pango added
  • Ticket #65905 – Description

    initial v1  
    55Relevant chunk of /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_x11_pango/pango/main.log
    66is:
    7 
     7{{{
    88:info:build [39/151] /usr/bin/clang -Ipango/libpangoft2-1.0.0.dylib.p -Ipango -I../pango-1.50.7/pango -I. -I../pango-1.50.7 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/fribidi -I/opt/local/include/harfbuzz -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/X11/include -I/opt/X11/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include -fcolor-diagnostics -Wall -Winvalid-pch -std=gnu99 -O2 -g -D_POSIX_C_SOURCE=200809L -D_POSIX_THREAD_SAFE_FUNCTIONS -D_GNU_SOURCE -pipe -Os -Wno-error,-Wimplicit-fallthrough -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -DPANGO_ENABLE_DEBUG '-DG_LOG_DOMAIN="Pango"' -DG_LOG_USE_STRUCTURED=1 -DPANGO_COMPILATION '-DSYSCONFDIR="/opt/local/etc"' '-DLIBDIR="/opt/local/lib"' -DPANGO_DISABLE_DEPRECATION_WARNINGS -MD -MQ pango/libpangoft2-1.0.0.dylib.p/pangofc-fontmap.c.o -MF pango/libpangoft2-1.0.0.dylib.p/pangofc-fontmap.c.o.d -o pango/libpangoft2-1.0.0.dylib.p/pangofc-fontmap.c.o -c ../pango-1.50.7/pango/pangofc-fontmap.c
    99:info:build FAILED: pango/libpangoft2-1.0.0.dylib.p/pangofc-fontmap.c.o
     
    1515:info:build ../pango-1.50.7/pango/pangofc-fontmap.c:1728:63: error: use of undeclared identifier 'FC_VARIABLE'
    1616:info:build               variable = FcPatternGetBool (fontset->fonts[i], FC_VARIABLE, 0, &variable);
    17 
     17}}}
    1818
    1919It may be a clang issue with not implementing/using -Wno-error,-Wimplicit-fallthrough ?
    20 
     20{{{
    2121% /usr/bin/clang -v
    2222Apple clang version 13.0.0 (clang-1300.0.29.30)
     
    2424Thread model: posix
    2525InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
     26}}}