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

pango: update from 1.56.0 to 1.56.1 #1893

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wrapdb-bot
Copy link
Contributor

Automated PR by WrapDB Bot.

@bgilbert
Copy link
Contributor

  • Expected clang-cl failure:

    [787/3779] Linking target subprojects/cairo-1.18.2/src/cairo-2.dll
    FAILED: subprojects/cairo-1.18.2/src/cairo-2.dll subprojects/cairo-1.18.2/src/cairo-2.pdb 
    "lld-link" @subprojects/cairo-1.18.2/src/cairo-2.dll.rsp
    lld-link: error: undefined symbol: __udivti3
    >>> referenced by D:\a\wrapdb\wrapdb\subprojects\cairo-1.18.2\src\cairo-wideint.c:390
    >>>               subprojects/cairo-1.18.2/src/cairo-2.dll.p/cairo-wideint.c.obj:(_cairo_uint128_divrem)
    lld-link: error: undefined symbol: __umodti3
    >>> referenced by D:\a\wrapdb\wrapdb\subprojects\cairo-1.18.2\src\cairo-wideint.c:391
    >>>               subprojects/cairo-1.18.2/src/cairo-2.dll.p/cairo-wideint.c.obj:(_cairo_uint128_divrem)
    
  • Alpine doesn't have ICU installed, so its wrap is pulled in by libxml2, which then tries to read a dependency variable from it:

    subprojects/libxml2-2.13.5/meson.build:603:22: ERROR: Could not get an internal variable and no default provided for <InternalDependency dep228908115162702543524838879388991448872: True>
    

    Fix here.

@bgilbert
Copy link
Contributor

libxml2 upstream merged the ICU fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants