JuliaImages / ImageView.jl

Interactive display of images and movies
MIT License
136 stars 32 forks source link

InitError on a 32bit raspberry pi #232

Closed yakir12 closed 2 years ago

yakir12 commented 3 years ago

I'm on a Raspberry Pi, and I get this error from using ImageView:

yakir@raspberrypi:~ $ julia
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.5.2 (2020-09-23)
 _/ |\__'_|_|_|\__'_|  |  
|__/                   |

(@v1.5) pkg> activate --temp
 Activating new environment at `/tmp/jl_9gu5KP/Project.toml`

(jl_9gu5KP) pkg> add JLD2, ImageView

   Updating registry at `~/.julia/registries/General`
  Resolving package versions...
  Installed Wayland_protocols_jll ───── v1.18.0+4
  Installed Xorg_libXext_jll ────────── v1.3.4+4
  Installed XSLT_jll ────────────────── v1.1.33+4
  Installed Libgpg_error_jll ────────── v1.36.0+3
  Installed Xorg_libXi_jll ──────────── v1.7.10+4
  Installed hicolor_icon_theme_jll ──── v0.17.0+3
  Installed ImageView ───────────────── v0.10.12
  Installed GtkReactive ─────────────── v1.0.4
  Installed at_spi2_core_jll ────────── v2.34.0+4
  Installed Xorg_libXrandr_jll ──────── v1.5.2+4
  Installed Xorg_libxcb_jll ─────────── v1.13.0+3
  Installed RoundingIntegers ────────── v0.2.0
  Installed Libgcrypt_jll ───────────── v1.8.5+4
  Installed Xorg_xkeyboard_config_jll ─ v2.27.0+4
  Installed ICU_jll ─────────────────── v67.1.0+2
  Installed Pango_jll ───────────────── v1.42.4+10
  Installed Xorg_libX11_jll ─────────── v1.6.9+4
  Installed PCRE_jll ────────────────── v8.42.0+4
  Installed xkbcommon_jll ───────────── v0.9.1+5
  Installed Wayland_jll ─────────────── v1.17.0+4
  Installed Xorg_libXdamage_jll ─────── v1.1.5+4
  Installed Xorg_libXcursor_jll ─────── v1.2.0+4
  Installed Xorg_libxkbfile_jll ─────── v1.1.0+4
  Installed Xorg_libpthread_stubs_jll ─ v0.1.0+3
  Installed Xorg_libXrender_jll ─────── v0.9.10+4
  Installed Xorg_xtrans_jll ─────────── v1.4.0+3
  Installed ATK_jll ─────────────────── v2.34.1+5
  Installed LZO_jll ─────────────────── v2.10.0+3
  Installed at_spi2_atk_jll ─────────── v2.34.1+4
  Installed Cairo_jll ───────────────── v1.16.0+6
  Installed Graphite2_jll ───────────── v1.3.13+4
  Installed Xorg_xkbcomp_jll ────────── v1.4.2+4
  Installed Xorg_libXcomposite_jll ──── v0.4.5+4
  Installed gdk_pixbuf_jll ──────────── v2.38.2+9
  Installed Dbus_jll ────────────────── v1.12.16+3
  Installed Reactive ────────────────── v0.8.3
  Installed HarfBuzz_jll ────────────── v2.6.1+10
  Installed iso_codes_jll ───────────── v4.3.0+4
  Installed Xorg_libXfixes_jll ──────── v5.0.3+4
  Installed GTK3_jll ────────────────── v3.24.11+4
  Installed Libglvnd_jll ────────────── v1.3.0+3
  Installed Cairo ───────────────────── v1.0.5
  Installed Libffi_jll ──────────────── v3.2.1+4
  Installed Graphene_jll ────────────── v1.10.0+2
  Installed Xorg_libXtst_jll ────────── v1.2.3+4
  Installed adwaita_icon_theme_jll ──── v3.33.92+5
  Installed Libepoxy_jll ────────────── v1.5.4+1
  Installed Fontconfig_jll ──────────── v2.13.1+14
  Installed Xorg_libXau_jll ─────────── v1.0.9+4
  Installed Xorg_libXdmcp_jll ───────── v1.1.3+4
  Installed Pixman_jll ──────────────── v0.38.4+5
  Installed Glib_jll ────────────────── v2.59.0+4
  Installed Expat_jll ───────────────── v2.2.7+6
  Installed Libuuid_jll ─────────────── v2.34.0+7
  Installed Libmount_jll ────────────── v2.34.0+3
  Installed Xorg_libXinerama_jll ────── v1.1.4+4
  Installed Gettext_jll ─────────────── v0.20.1+7
  Installed Gtk ─────────────────────── v1.1.5
Downloading artifact: Wayland_protocols
#=#=#                                                                         
Downloading artifact: Wayland_protocols
######################################################################## 100.0%##O#- #                                                      Downloading artifact: Xorg_libXext
Downloading artifact: XSLT
Downloading artifact: Libgpg_error
Downloading artifact: Xorg_libXi
Downloading artifact: hicolor_icon_theme
Downloading artifact: at_spi2_core
Downloading artifact: Xorg_libxcb
Downloading artifact: Xorg_libXrandr
Downloading artifact: Libgcrypt
Downloading artifact: ICU
Downloading artifact: Pango
Downloading artifact: Xorg_xkeyboard_config
Downloading artifact: Xorg_libX11
Downloading artifact: xkbcommon
Downloading artifact: Xorg_libXcursor
Downloading artifact: Wayland
Downloading artifact: PCRE
Downloading artifact: Xorg_libXdamage
Downloading artifact: Xorg_libxkbfile
Downloading artifact: Libepoxy
Downloading artifact: Xorg_libpthread_stubs
Downloading artifact: Xorg_libXrender
Downloading artifact: at_spi2_atk
Downloading artifact: LZO
Downloading artifact: ATK
Downloading artifact: Xorg_xtrans
Downloading artifact: Fontconfig
Downloading artifact: Cairo
Downloading artifact: Xorg_libXcomposite
Downloading artifact: Xorg_xkbcomp
Downloading artifact: Dbus
Downloading artifact: gdk_pixbuf
Downloading artifact: Graphite2
Downloading artifact: iso_codes
Downloading artifact: HarfBuzz
Downloading artifact: GTK3
Downloading artifact: Xorg_libXfixes
Downloading artifact: Libglvnd
Downloading artifact: Graphene
Downloading artifact: adwaita_icon_theme
Downloading artifact: Libffi
Downloading artifact: Xorg_libXtst
Downloading artifact: Pixman
Downloading artifact: Xorg_libXau
Downloading artifact: Xorg_libXdmcp
Downloading artifact: Glib
Downloading artifact: Xorg_libXinerama
Downloading artifact: Expat
Downloading artifact: Libuuid
Downloading artifact: Libmount
Downloading artifact: Gettext
#=#=#                                                                         
Downloading artifact: Gettext
######################################################################## 100.0%##O#- #                                                      Updating `/tmp/jl_9gu5KP/Project.toml`
  [86fae568] + ImageView v0.10.12
  [033835bb] + JLD2 v0.2.4
Updating `/tmp/jl_9gu5KP/Manifest.toml`
  [7b86fcea] + ATK_jll v2.34.1+5
  [621f4979] + AbstractFFTs v0.5.0
  [79e6a3ab] + Adapt v2.3.0
  [56f22d72] + Artifacts v1.3.0
  [13072b0f] + AxisAlgorithms v1.0.0
  [39de3d68] + AxisArrays v0.4.3
  [6e34b625] + Bzip2_jll v1.0.6+5
  [159f3aea] + Cairo v1.0.5
  [83423d85] + Cairo_jll v1.16.0+6
  [aafaddc9] + CatIndices v0.2.1
  [944b1d66] + CodecZlib v0.7.0
  [3da002f7] + ColorTypes v0.10.9
  [c3611d14] + ColorVectorSpace v0.8.6
  [5ae59095] + Colors v0.12.4
  [34da2185] + Compat v3.23.0
  [e66e0078] + CompilerSupportLibraries_jll v0.3.4+0
  [ed09eef8] + ComputationalResources v0.3.2
  [150eb455] + CoordinateTransformations v0.6.0
  [dc8bdbbb] + CustomUnitRanges v1.0.0
  [9a962f9c] + DataAPI v1.4.0
  [864edb3b] + DataStructures v0.18.8
  [ee1fde0b] + Dbus_jll v1.12.16+3
  [b4f34e82] + Distances v0.9.2
  [da5c29d0] + EllipsisNotation v0.4.0
  [2e619515] + Expat_jll v2.2.7+6
  [4f61f5a4] + FFTViews v0.3.1
  [7a1cc6ca] + FFTW v1.2.4
  [f5851436] + FFTW_jll v3.3.9+6
  [5789e2e9] + FileIO v1.4.4
  [53c48c17] + FixedPointNumbers v0.8.4
  [a3f928ae] + Fontconfig_jll v2.13.1+14
  [d7e528f0] + FreeType2_jll v2.10.1+5
  [559328eb] + FriBidi_jll v1.0.5+6
  [77ec8976] + GTK3_jll v3.24.11+4
  [78b55507] + Gettext_jll v0.20.1+7
  [7746bdde] + Glib_jll v2.59.0+4
  [75302f13] + Graphene_jll v1.10.0+2
  [a2bd30eb] + Graphics v1.0.2
  [3b182d85] + Graphite2_jll v1.3.13+4
  [4c0ca9eb] + Gtk v1.1.5
  [27996c0f] + GtkReactive v1.0.4
  [2e76f6c2] + HarfBuzz_jll v2.6.1+10
  [a51ab1cf] + ICU_jll v67.1.0+2
  [bbac6d45] + IdentityRanges v0.3.1
  [2803e5a7] + ImageAxes v0.6.7
  [f332f351] + ImageContrastAdjustment v0.3.6
  [a09fc81d] + ImageCore v0.8.18
  [51556ac3] + ImageDistances v0.2.8
  [6a3955dd] + ImageFiltering v0.6.17
  [bc367c6b] + ImageMetadata v0.9.4
  [787d08f9] + ImageMorphology v0.2.9
  [2996bd0c] + ImageQualityIndexes v0.2.0
  [4e3cecfd] + ImageShow v0.2.3
  [02fcd773] + ImageTransformations v0.8.6
  [86fae568] + ImageView v0.10.12
  [916415d5] + Images v0.23.1
  [9b13fd28] + IndirectArrays v0.5.1
  [1d5cc7b8] + IntelOpenMP_jll v2018.0.3+0
  [a98d9a8b] + Interpolations v0.12.10
  [8197267c] + IntervalSets v0.5.1
  [c8e1da08] + IterTools v1.3.0
  [033835bb] + JLD2 v0.2.4
  [692b3bcd] + JLLWrappers v1.1.3
  [aacddb02] + JpegTurbo_jll v2.0.1+3
  [dd4b983a] + LZO_jll v2.10.0+3
  [42c93a91] + Libepoxy_jll v1.5.4+1
  [e9f186c6] + Libffi_jll v3.2.1+4
  [d4300ac3] + Libgcrypt_jll v1.8.5+4
  [7e76a0d4] + Libglvnd_jll v1.3.0+3
  [7add5ba3] + Libgpg_error_jll v1.36.0+3
  [94ce4f54] + Libiconv_jll v1.16.0+7
  [4b2f31a3] + Libmount_jll v2.34.0+3
  [89763e89] + Libtiff_jll v4.1.0+2
  [38a345b3] + Libuuid_jll v2.34.0+7
  [856f044c] + MKL_jll v2020.2.254+0
  [1914dd2f] + MacroTools v0.5.6
  [dbb5928d] + MappedArrays v0.2.2
  [e1d29d7a] + Missings v0.4.4
  [e94cdb99] + MosaicViews v0.2.4
  [77ba4419] + NaNMath v0.3.4
  [6fe1bfb0] + OffsetArrays v1.4.0
  [efe28fd5] + OpenSpecFun_jll v0.5.3+4
  [bac558e1] + OrderedCollections v1.3.2
  [2f80f16e] + PCRE_jll v8.42.0+4
  [5432bcbf] + PaddedViews v0.5.6
  [36c8627f] + Pango_jll v1.42.4+10
  [d96e819e] + Parameters v0.12.1
  [30392449] + Pixman_jll v0.38.4+5
  [b3c3ace0] + RangeArrays v0.3.2
  [c84ed2f1] + Ratios v0.4.0
  [a223df75] + Reactive v0.8.3
  [189a3867] + Reexport v0.2.0
  [ae029012] + Requires v1.1.0
  [6038ab10] + Rotations v1.0.1
  [d5f540fe] + RoundingIntegers v0.2.0
  [699a6c99] + SimpleTraits v0.9.3
  [a2af1166] + SortingAlgorithms v0.3.1
  [276daf66] + SpecialFunctions v0.10.3
  [90137ffa] + StaticArrays v0.12.5
  [2913bbd2] + StatsBase v0.33.2
  [06e1c1a7] + TiledIteration v0.2.5
  [3bb67fe8] + TranscodingStreams v0.9.5
  [3a884ed6] + UnPack v1.0.2
  [a2964d1f] + Wayland_jll v1.17.0+4
  [2381bf8a] + Wayland_protocols_jll v1.18.0+4
  [efce3f68] + WoodburyMatrices v0.5.3
  [02c8fc9c] + XML2_jll v2.9.10+3
  [aed1982a] + XSLT_jll v1.1.33+4
  [4f6342f7] + Xorg_libX11_jll v1.6.9+4
  [0c0b7dd1] + Xorg_libXau_jll v1.0.9+4
  [3c9796d7] + Xorg_libXcomposite_jll v0.4.5+4
  [935fb764] + Xorg_libXcursor_jll v1.2.0+4
  [0aeada51] + Xorg_libXdamage_jll v1.1.5+4
  [a3789734] + Xorg_libXdmcp_jll v1.1.3+4
  [1082639a] + Xorg_libXext_jll v1.3.4+4
  [d091e8ba] + Xorg_libXfixes_jll v5.0.3+4
  [a51aa0fd] + Xorg_libXi_jll v1.7.10+4
  [d1454406] + Xorg_libXinerama_jll v1.1.4+4
  [ec84b674] + Xorg_libXrandr_jll v1.5.2+4
  [ea2f1a96] + Xorg_libXrender_jll v0.9.10+4
  [b6f176f1] + Xorg_libXtst_jll v1.2.3+4
  [14d82f49] + Xorg_libpthread_stubs_jll v0.1.0+3
  [c7cfdc94] + Xorg_libxcb_jll v1.13.0+3
  [cc61e674] + Xorg_libxkbfile_jll v1.1.0+4
  [35661453] + Xorg_xkbcomp_jll v1.4.2+4
  [33bec58e] + Xorg_xkeyboard_config_jll v2.27.0+4
  [c5fb5394] + Xorg_xtrans_jll v1.4.0+3
  [83775a58] + Zlib_jll v1.2.11+18
  [3161d3a3] + Zstd_jll v1.4.5+2
  [b437f822] + adwaita_icon_theme_jll v3.33.92+5
  [de012916] + at_spi2_atk_jll v2.34.1+4
  [0fc3237b] + at_spi2_core_jll v2.34.0+4
  [da03df04] + gdk_pixbuf_jll v2.38.2+9
  [059c91fe] + hicolor_icon_theme_jll v0.17.0+3
  [bf975903] + iso_codes_jll v4.3.0+4
  [b53b4c65] + libpng_jll v1.6.37+6
  [d8fb68d0] + xkbcommon_jll v0.9.1+5
  [2a0f44e3] + Base64
  [ade2ca70] + Dates
  [8bb1440f] + DelimitedFiles
  [8ba89e20] + Distributed
  [b77e0a4c] + InteractiveUtils
  [76f85450] + LibGit2
  [8f399da3] + Libdl
  [37e2e46d] + LinearAlgebra
  [56ddb016] + Logging
  [d6f4376e] + Markdown
  [a63ad114] + Mmap
  [44cfe95a] + Pkg
  [de0858da] + Printf
  [3fa0cd96] + REPL
  [9a3f8284] + Random
  [ea8e919c] + SHA
  [9e88b42a] + Serialization
  [1a1011a3] + SharedArrays
  [6462fe0b] + Sockets
  [2f01184e] + SparseArrays
  [10745b16] + Statistics
  [8dfed614] + Test
  [cf7118a7] + UUIDs
  [4ec0a83e] + Unicode

julia> using JLD2, ImageView
[ Info: Precompiling ImageView [86fae568-95e7-573e-a6b2-d8a6b900c9ef]
ERROR: LoadError: LoadError: InitError: could not load library "/home/yakir/.julia/artifacts/bfb5feb95f8ddb8aafa6066761b9436f0eac1d12/lib/libicudata.so"
/home/yakir/.julia/artifacts/bfb5feb95f8ddb8aafa6066761b9436f0eac1d12/lib/libicudata.so: cannot open shared object file: No such file or directory
Stacktrace:
 [1] dlopen(::String, ::UInt32; throw_error::Bool) at /home/pi/work/build/usr/share/julia/stdlib/v1.5/Libdl/src/Libdl.jl:109
 [2] dlopen(::String, ::UInt32) at /home/pi/work/build/usr/share/julia/stdlib/v1.5/Libdl/src/Libdl.jl:109
 [3] macro expansion at /home/yakir/.julia/packages/JLLWrappers/KuIwt/src/products/library_generators.jl:61 [inlined]
 [4] __init__() at /home/yakir/.julia/packages/ICU_jll/1D38D/src/wrappers/armv7l-linux-gnueabihf-cxx03.jl:13
 [5] _include_from_serialized(::String, ::Array{Any,1}) at ./loading.jl:697
 [6] _require_from_serialized(::String) at ./loading.jl:749
 [7] _require(::Base.PkgId) at ./loading.jl:1040
 [8] require(::Base.PkgId) at ./loading.jl:928
 [9] require(::Module, ::Symbol) at ./loading.jl:923
 [10] include(::Function, ::Module, ::String) at ./Base.jl:380
 [11] include(::Module, ::String) at ./Base.jl:368
 [12] top-level scope at /home/yakir/.julia/packages/JLLWrappers/KuIwt/src/toplevel_generators.jl:170
 [13] include(::Function, ::Module, ::String) at ./Base.jl:380
 [14] include(::Module, ::String) at ./Base.jl:368
 [15] top-level scope at none:2
 [16] eval at ./boot.jl:331 [inlined]
 [17] eval(::Expr) at ./client.jl:467
 [18] top-level scope at ./none:3
during initialization of module ICU_jll
in expression starting at /home/yakir/.julia/packages/HarfBuzz_jll/OFN8Y/src/wrappers/armv7l-linux-gnueabihf.jl:11
in expression starting at /home/yakir/.julia/packages/HarfBuzz_jll/OFN8Y/src/HarfBuzz_jll.jl:8
ERROR: LoadError: LoadError: Failed to precompile HarfBuzz_jll [2e76f6c2-a576-52d4-95c1-20adfe4de566] to /home/yakir/.julia/compiled/v1.5/HarfBuzz_jll/h60co_0XV0Y.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1305
 [3] _require(::Base.PkgId) at ./loading.jl:1030
 [4] require(::Base.PkgId) at ./loading.jl:928
 [5] require(::Module, ::Symbol) at ./loading.jl:923
 [6] include(::Function, ::Module, ::String) at ./Base.jl:380
 [7] include(::Module, ::String) at ./Base.jl:368
 [8] top-level scope at /home/yakir/.julia/packages/JLLWrappers/KuIwt/src/toplevel_generators.jl:170
 [9] include(::Function, ::Module, ::String) at ./Base.jl:380
 [10] include(::Module, ::String) at ./Base.jl:368
 [11] top-level scope at none:2
 [12] eval at ./boot.jl:331 [inlined]
 [13] eval(::Expr) at ./client.jl:467
 [14] top-level scope at ./none:3
in expression starting at /home/yakir/.julia/packages/Pango_jll/XQBSg/src/wrappers/armv7l-linux-gnueabihf.jl:8
in expression starting at /home/yakir/.julia/packages/Pango_jll/XQBSg/src/Pango_jll.jl:8
ERROR: LoadError: LoadError: Failed to precompile Pango_jll [36c8627f-9965-5494-a995-c6b170f724f3] to /home/yakir/.julia/compiled/v1.5/Pango_jll/lZI8Y_0XV0Y.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1305
 [3] _require(::Base.PkgId) at ./loading.jl:1030
 [4] require(::Base.PkgId) at ./loading.jl:928
 [5] require(::Module, ::Symbol) at ./loading.jl:923
 [6] include(::Function, ::Module, ::String) at ./Base.jl:380
 [7] include(::Module, ::String) at ./Base.jl:368
 [8] top-level scope at /home/yakir/.julia/packages/JLLWrappers/KuIwt/src/toplevel_generators.jl:170
 [9] include(::Function, ::Module, ::String) at ./Base.jl:380
 [10] include(::Module, ::String) at ./Base.jl:368
 [11] top-level scope at none:2
 [12] eval at ./boot.jl:331 [inlined]
 [13] eval(::Expr) at ./client.jl:467
 [14] top-level scope at ./none:3
in expression starting at /home/yakir/.julia/packages/GTK3_jll/8K2nw/src/wrappers/armv7l-linux-gnueabihf.jl:6
in expression starting at /home/yakir/.julia/packages/GTK3_jll/8K2nw/src/GTK3_jll.jl:8
ERROR: LoadError: Failed to precompile GTK3_jll [77ec8976-b24b-556a-a1bf-49a033a670a6] to /home/yakir/.julia/compiled/v1.5/GTK3_jll/D35Um_0XV0Y.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1305
 [3] _require(::Base.PkgId) at ./loading.jl:1030
 [4] require(::Base.PkgId) at ./loading.jl:928
 [5] require(::Module, ::Symbol) at ./loading.jl:923
 [6] include(::Function, ::Module, ::String) at ./Base.jl:380
 [7] include(::Module, ::String) at ./Base.jl:368
 [8] top-level scope at none:2
 [9] eval at ./boot.jl:331 [inlined]
 [10] eval(::Expr) at ./client.jl:467
 [11] top-level scope at ./none:3
in expression starting at /home/yakir/.julia/packages/Gtk/C22jV/src/Gtk.jl:9
ERROR: LoadError: Failed to precompile Gtk [4c0ca9eb-093a-5379-98c5-f87ac0bbbf44] to /home/yakir/.julia/compiled/v1.5/Gtk/Vjnq0_0XV0Y.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1305
 [3] _require(::Base.PkgId) at ./loading.jl:1030
 [4] require(::Base.PkgId) at ./loading.jl:928
 [5] require(::Module, ::Symbol) at ./loading.jl:923
 [6] include(::Function, ::Module, ::String) at ./Base.jl:380
 [7] include(::Module, ::String) at ./Base.jl:368
 [8] top-level scope at none:2
 [9] eval at ./boot.jl:331 [inlined]
 [10] eval(::Expr) at ./client.jl:467
 [11] top-level scope at ./none:3
in expression starting at /home/yakir/.julia/packages/ImageView/tZyjw/src/ImageView.jl:6
ERROR: Failed to precompile ImageView [86fae568-95e7-573e-a6b2-d8a6b900c9ef] to /home/yakir/.julia/compiled/v1.5/ImageView/4mtgY_0XV0Y.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1305
 [3] _require(::Base.PkgId) at ./loading.jl:1030
 [4] require(::Base.PkgId) at ./loading.jl:928
 [5] require(::Module, ::Symbol) at ./loading.jl:923

and:

julia> versioninfo()
Julia Version 1.5.2
Commit 539f3ce* (2020-09-23 23:17 UTC)
Platform Info:
  OS: Linux (arm-linux-gnueabihf)
  CPU: ARMv7 Processor rev 3 (v7l)
  WORD_SIZE: 32
  LIBM: libopenlibm
  LLVM: libLLVM-9.0.1 (ORCJIT, cortex-a72)
timholy commented 2 years ago

This appears to be an issue with libicudata, which is a dependency of Gtk. If this is still an issue for you, please report at https://github.com/JuliaBinaryWrappers/ICU_jll.jl