Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

icu: seems to link with stubdata #2020

Open
@srl295

Description

@srl295

https://github.com/mesonbuild/wrapdb/blob/master/subprojects/packagefiles/icu/source/common/meson.build#L19

common_lib links with stubdata

common_lib = library(#…  link_with: stubdata_lib,#…)

which is fine for build, but the dependency ought to link againsticudata_dep from the source/data/meson.build. Instead,icuuc_dep links with the samecommon_lib.

icuuc_dep = declare_dependency(  link_with: common_lib,  compile_args: usage_args,  include_directories: incdir,  dependencies: dl_dep,)

Not sure if this is a regression or not. I see it in the 'current' wrap

source_url = https://github.com/unicode-org/icu/releases/download/release-77-1/icu4c-77_1-src.tgzsource_filename = icu4c-77_1-src.tgzsource_hash = 588e431f77327c39031ffbb8843c0e3bc122c211374485fa87dc5f3faff24061patch_filename = icu_77.1-1_patch.zippatch_url = https://wrapdb.mesonbuild.com/v2/icu_77.1-1/get_patchpatch_hash = e74d6061fbb6c72f30fc8f755ed7a7780d8a35551630c71f4677a8e2b6a34547source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/icu_77.1-1/icu4c-77_1-src.tgzwrapdb_version = 77.1-1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp