Changes between Initial Version and Version 1 of Ticket #65905
- Timestamp:
- Sep 27, 2022, 1:45:50 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65905
-
Property
Status
changed from
new
toassigned
- Property Cc mascguy added
- Property Keywords pango removed
- Property Owner set to ryandesign
-
Property
Type
changed from
update
todefect
- Property Port pango added
-
Property
Status
changed from
-
Ticket #65905 – Description
initial v1 5 5 Relevant chunk of /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_x11_pango/pango/main.log 6 6 is: 7 7 {{{ 8 8 :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 9 9 :info:build FAILED: pango/libpangoft2-1.0.0.dylib.p/pangofc-fontmap.c.o … … 15 15 :info:build ../pango-1.50.7/pango/pangofc-fontmap.c:1728:63: error: use of undeclared identifier 'FC_VARIABLE' 16 16 :info:build variable = FcPatternGetBool (fontset->fonts[i], FC_VARIABLE, 0, &variable); 17 17 }}} 18 18 19 19 It may be a clang issue with not implementing/using -Wno-error,-Wimplicit-fallthrough ? 20 20 {{{ 21 21 % /usr/bin/clang -v 22 22 Apple clang version 13.0.0 (clang-1300.0.29.30) … … 24 24 Thread model: posix 25 25 InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin 26 }}}