Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[harfbuzz] update to 7.0.0 #29618

Merged
merged 1 commit into from
Mar 13, 2023
Merged

Conversation

quyykk
Copy link
Contributor

@quyykk quyykk commented Feb 12, 2023

  • Changes comply with the maintainer guide
  • SHA512s are updated for each updated download
  • The "supports" clause reflects platforms that may be fixed by this new version
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

github-actions[bot]
github-actions bot previously approved these changes Feb 12, 2023
@LilyWangLL LilyWangLL added category:port-update The issue is with a library, which is requesting update new revision requires:all-feature-testing vcpkg install port[all features supported by that port] needs to be demonstrated to function labels Feb 13, 2023
@LilyWangLL
Copy link
Contributor

When installing harfbuzz[glib], vcpkg output the following warning, could you please also fix it by vcpkg_copy_tools?

-- Performing post-build validation
warning: The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.

    E:/Lily/harfbuzz/packages/harfbuzz_x86-windows/bin/hb-info.exe

warning: The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.

    E:/Lily/harfbuzz/packages/harfbuzz_x86-windows/debug/bin/hb-info.exe

error: Found 2 post-build check problem(s). To submit these ports to curated catalogs, please first correct the portfile: E:\Lily\harfbuzz\ports\harfbuzz\portfile.cmake

@LilyWangLL
Copy link
Contributor

And harfbuzz[graphite2]:x64-windows-static build failed with the following error in this update.

"C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/link.exe"  /MACHINE:x64 /OUT:util/hb-shape.exe util/hb-shape.exe.p/hb-shape.cc.obj "-INCREMENTAL" "/nologo" "/release" "/nologo" "-machine:x64" "-nologo" "-debug" "/LIBPATH:E:/Lily/harfbuzz/installed/x64-windows-static/debug/lib" "src\libharfbuzz.a" "E:/Lily/harfbuzz/installed/x64-windows-static/debug/lib/freetyped.lib" "E:/Lily/harfbuzz/installed/x64-windows-static/debug/lib/bz2d.lib" "E:/Lily/harfbuzz/installed/x64-windows-static/debug/lib/libpng16d.lib" "E:/Lily/harfbuzz/installed/x64-windows-static/debug/lib/zlibd.lib" "E:/Lily/harfbuzz/installed/x64-windows-static/debug/lib/brotlidec-static.lib" "E:/Lily/harfbuzz/installed/x64-windows-static/debug/lib/brotlicommon-static.lib" "E:/Lily/harfbuzz/installed/x64-windows-static/debug/lib/glib-2.0.lib" "E:/Lily/harfbuzz/installed/x64-windows-static/debug/lib/intl.lib" "E:/Lily/harfbuzz/installed/x64-windows-static/debug/lib/iconv.lib" "E:/Lily/harfbuzz/installed/x64-windows-static/debug/lib/pcre2-8d.lib" "/LIBPATH:E:/Lily/harfbuzz/installed/x64-windows-static/debug/lib" "ws2_32.lib" "winmm.lib" "/LIBPATH:E:/Lily/harfbuzz/installed/x64-windows-static/debug/lib" "ws2_32.lib" "winmm.lib" "E:/Lily/harfbuzz/installed/x64-windows-static/debug/lib/graphite2.lib" "/SUBSYSTEM:CONSOLE" "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "comdlg32.lib" "advapi32.lib"
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/RELEASE' specification
   Creating library util\hb-shape.lib and object util\hb-shape.exp
libharfbuzz.a(hb-graphite2.cc.obj) : error LNK2019: unresolved external symbol __imp_gr_make_face_with_ops referenced in function _hb_graphite2_shaper_face_data_create
libharfbuzz.a(hb-graphite2.cc.obj) : error LNK2019: unresolved external symbol __imp_gr_face_featureval_for_lang referenced in function _hb_graphite2_shape
libharfbuzz.a(hb-graphite2.cc.obj) : error LNK2019: unresolved external symbol __imp_gr_face_find_fref referenced in function _hb_graphite2_shape
libharfbuzz.a(hb-graphite2.cc.obj) : error LNK2019: unresolved external symbol __imp_gr_face_destroy referenced in function _hb_graphite2_shaper_face_data_destroy
libharfbuzz.a(hb-graphite2.cc.obj) : error LNK2019: unresolved external symbol __imp_gr_fref_set_feature_value referenced in function _hb_graphite2_shape
libharfbuzz.a(hb-graphite2.cc.obj) : error LNK2019: unresolved external symbol __imp_gr_featureval_destroy referenced in function _hb_graphite2_shape
libharfbuzz.a(hb-graphite2.cc.obj) : error LNK2019: unresolved external symbol __imp_gr_make_seg referenced in function _hb_graphite2_shape
libharfbuzz.a(hb-graphite2.cc.obj) : error LNK2019: unresolved external symbol __imp_gr_seg_destroy referenced in function _hb_graphite2_shape
libharfbuzz.a(hb-graphite2.cc.obj) : error LNK2019: unresolved external symbol __imp_gr_seg_advance_X referenced in function _hb_graphite2_shape

@LilyWangLL
Copy link
Contributor

Pinging @quyykk for response. Is work still being done for this PR? Could you please also resolve the conflicts?

@quyykk
Copy link
Contributor Author

quyykk commented Mar 10, 2023

Sorry for the delay. I tested the features with windows and linux, they both work for me now. Please test again

@LilyWangLL LilyWangLL added info:reviewed Pull Request changes follow basic guidelines and removed requires:all-feature-testing vcpkg install port[all features supported by that port] needs to be demonstrated to function labels Mar 10, 2023
@dan-shaw dan-shaw merged commit c43dbae into microsoft:master Mar 13, 2023
@quyykk quyykk deleted the update-harfbuzz-7.0.0 branch March 13, 2023 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants