superlistapp / super_native_extensions

Native drag & drop, clipboard access and context menu.
MIT License
454 stars 82 forks source link

Linker error when building on Linux #214

Open theskyblockman opened 1 year ago

theskyblockman commented 1 year ago

Hello, I recently wanted to install the super_drag_and_drop package, but after I updated my rust version (rustc 1.73.0) and tried to run flutter run on my Fedora 38 machine, I got those linker errors:

Launching lib/main.dart on Linux in debug mode...
error: linking with `cc` failed: exit status: 1
          collect2: error: ld returned 1 exit status
error: could not compile `log` (build script) due to previous error
warning: build failed, waiting for other jobs to finish...
error: linking with `cc` failed: exit status: 1
          collect2: error: ld returned 1 exit status
error: could not compile `semver` (build script) due to previous error
error: linking with `cc` failed: exit status: 1
          collect2: error: ld returned 1 exit status
error: could not compile `anyhow` (build script) due to previous error
Building Linux application...                                           
Exception: Build process failed

When I ran flutter run -v to try to get more information, I just got this:

[ +210 ms] [1/15] Generating libsuper_native_extensions.so, _phony_
[        ] FAILED: plugins/super_native_extensions/libsuper_native_extensions.so plugins/super_native_extensions/_phony_ 
[  +29 ms] cd /home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions && /var/lib/snapd/snap/flutter/141/usr/bin/cmake -E env
CARGOKIT_CMAKE=/var/lib/snapd/snap/flutter/141/usr/bin/cmake CARGOKIT_CONFIGURATION=Debug
CARGOKIT_MANIFEST_DIR=/home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/.plugin_symlinks/super_native_extensions/linux/../rust CARGOKIT_LIB_NAME=super_native_extensions
CARGOKIT_BUILD_DIR=/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build
CARGOKIT_TARGET_DIR=/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions CARGOKIT_TARGET_PLATFORM=linux-x64
CARGOKIT_TOOL_TEMP_DIR=/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/tool
/home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/.plugin_symlinks/super_native_extensions/cargokit/cmake/../run_rust_tool.sh build_cmake

Here's my flutter doctor -v:

[✓] Flutter (Channel beta, 3.16.0-0.2.pre, on Fedora Linux 38 (KDE Plasma) 6.5.5-200.fc38.x86_64, locale fr_FR.UTF-8)
    • Flutter version 3.16.0-0.2.pre on channel beta at /home/theskyblockman/snap/flutter/common/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision fe6553b689 (il y a 10 jours), 2023-10-11 19:07:11 -0700
    • Engine revision 249cc9b86c
    • Dart version 3.2.0 (build 3.2.0-210.2.beta)
    • DevTools version 2.28.1

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at /home/theskyblockman/Android/Sdk/
    • Platform android-33, build-tools 33.0.0
    • Java binary at: /home/theskyblockman/.local/share/JetBrains/Toolbox/apps/android-studio/jbr/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)
    • All Android licenses accepted.

[✓] Chrome - develop for the web
    • Chrome at google-chrome

[✓] Linux toolchain - develop for Linux desktop
    • clang version 10.0.0-4ubuntu1
    • cmake version 3.16.3
    • ninja version 1.10.0
    • pkg-config version 0.29.1

[✓] Android Studio (version 2022.3)
    • Android Studio at /home/theskyblockman/.local/share/JetBrains/Toolbox/apps/android-studio
    • Flutter plugin version 75.1.2
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)

[✓] IntelliJ IDEA Ultimate Edition (version 2023.2)
    • IntelliJ at /home/theskyblockman/.local/share/JetBrains/Toolbox/apps/intellij-idea-ultimate
    • Flutter plugin version 75.1.4
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart

[✓] IntelliJ IDEA Community Edition (version 2023.2)
    • IntelliJ at /home/theskyblockman/.local/share/JetBrains/Toolbox/apps/intellij-idea-community-edition
    • Flutter plugin version 75.1.4
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart

[✓] VS Code (version unknown)
    • VS Code at /snap/code/current
    • Flutter extension version 3.72.0
    ✗ Unable to determine VS Code version.

[✓] Connected device (2 available)
    • Linux (desktop) • linux  • linux-x64      • Fedora Linux 38 (KDE Plasma) 6.5.5-200.fc38.x86_64
    • Chrome (web)    • chrome • web-javascript • Google Chrome 117.0.5938.149

[✓] Network resources
    • All expected network resources are available.

• No issues found!

I am building for Linux, Windows and MacOS.

knopp commented 1 year ago

Does this persist after flutter clean?

theskyblockman commented 1 year ago

No, I forgot to say that I found this note in the verbose logs:

[  +23 ms]   = note: /snap/flutter/current/usr/bin/ld: /usr/libexec/gcc/x86_64-redhat-linux/13/liblto_plugin.so: error loading plugin: /var/lib/snapd/snap/flutter/141/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version
`GLIBC_2.33' not found (required by /usr/libexec/gcc/x86_64-redhat-linux/13/liblto_plugin.so)

I have checked and I have this version of GLIB installed.

knopp commented 1 year ago

Not sure if that error is related. It seems that Rust is unable to build any binary on your computer. But there is about a million reasons why it could fail so it's hard to say why exactly.

Can you try the following:

git clone https://github.com/superlistapp/super_native_extensions.git
cd super_native_extensions/super_native_extensions/rust
cargo build

And post here the output?

theskyblockman commented 1 year ago

The build fails because of a missing system dependency:

➜  rust git:(main) cargo build                       
   Compiling gio-sys v0.17.10
   Compiling futures-executor v0.3.28
   Compiling gdk-sys v0.17.0
   Compiling atk-sys v0.17.0
   Compiling cairo-sys-rs v0.17.10
   Compiling gdk-pixbuf-sys v0.17.10
The following warnings were emitted during compilation:

warning: `PKG_CONFIG_ALLOW_SYSTEM_CFLAGS="1" "pkg-config" "--libs" "--cflags" "atk" "atk >= 2.28"` did not exit successfully: exit status: 1

error: failed to run custom build command for `atk-sys v0.17.0`

Caused by:
  process didn't exit successfully: `/home/theskyblockman/Developement/dart/super_native_extensions/super_native_extensions/rust/target/debug/build/atk-sys-3aa39b951afcfeef/build-script-build` (exit status: 1)
  --- stdout
  cargo:rerun-if-env-changed=ATK_NO_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
  cargo:warning=`PKG_CONFIG_ALLOW_SYSTEM_CFLAGS="1" "pkg-config" "--libs" "--cflags" "atk" "atk >= 2.28"` did not exit successfully: exit status: 1
  error: could not find system library 'atk' required by the 'atk-sys' crate

  --- stderr
  Package atk was not found in the pkg-config search path.
  Perhaps you should add the directory containing `atk.pc'
  to the PKG_CONFIG_PATH environment variable
  Package 'atk', required by 'virtual:world', not found
  Package 'atk', required by 'virtual:world', not found

warning: build failed, waiting for other jobs to finish...
error: failed to run custom build command for `gdk-sys v0.17.0`

Caused by:
  process didn't exit successfully: `/home/theskyblockman/Developement/dart/super_native_extensions/super_native_extensions/rust/target/debug/build/gdk-sys-92ab4a51652a3664/build-script-build` (exit status: 1)
  --- stdout
  cargo:rerun-if-env-changed=GDK_3.0_NO_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR

  --- stderr
  `PKG_CONFIG_ALLOW_SYSTEM_CFLAGS="1" "pkg-config" "--libs" "--cflags" "gdk-3.0" "gdk-3.0 >= 3.22"` did not exit successfully: exit status: 1
  error: could not find system library 'gdk-3.0' required by the 'gdk-sys' crate

  --- stderr
  Package gdk-3.0 was not found in the pkg-config search path.
  Perhaps you should add the directory containing `gdk-3.0.pc'
  to the PKG_CONFIG_PATH environment variable
  Package 'gdk-3.0', required by 'virtual:world', not found
  Package 'gdk-3.0', required by 'virtual:world', not found

(I have checked and I have the package installed)

knopp commented 1 year ago

If pkg-config --libs --cflags atk fails it probably means that you don't atk-devel installed, which is dependency of libgtk-3-dev, which is necessary dependency for Flutter development.

I'm not entirely sure why the error would not show in the original log though.

theskyblockman commented 1 year ago

The command failed so I installed atk-devel but the build still failed with the same logs

knopp commented 1 year ago

You shouldn't be installing atk-devel directly, that's just one of the dependencies. What response do you get for

PKG_CONFIG_ALLOW_SYSTEM_CFLAGS="1" "pkg-config" "--libs" "--cflags" "gdk-3.0" "gdk-3.0 >= 3.22"
knopp commented 1 year ago

Have you tried installing libgtk-3-dev?

theskyblockman commented 1 year ago

You shouldn't be installing atk-devel directly, that's just one of the dependencies. What response do you get for

PKG_CONFIG_ALLOW_SYSTEM_CFLAGS="1" "pkg-config" "--libs" "--cflags" "gdk-3.0" "gdk-3.0 >= 3.22"

I get the same error:

Package gdk-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gdk-3.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gdk-3.0', required by 'virtual:world', not found
Package 'gdk-3.0', required by 'virtual:world', not found

Have you tried installing libgtk-3-dev?

When I installed gtk3-devel the missing dependency error went away, the cargo build succeeded but I still get the same error with flutter run

knopp commented 1 year ago

can you do flutter clean and then flutter run -d linux -v and send me the full output?

theskyblockman commented 1 year ago

I still get the same error:

flutter run -d linux -v ``` ➜ explainomia flutter run -d linux -v [ +11 ms] executing: uname -m [ +8 ms] Exit code 0 from: uname -m [ ] x86_64 [ +51 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +66 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ +1 ms] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +63 ms] executing: [/home/theskyblockman/Developement/flutter/explainomia/] /home/theskyblockman/snap/flutter/common/flutter/bin/cache/dart-sdk/bin/dart pub --suppress-analytics --color --verbose --directory . get --example FINE: Pub 3.2.0-210.2.beta MSG : Resolving dependencies... SLVR: fact: explainomia is 1.0.0+1 SLVR: derived: explainomia SLVR: fact: explainomia depends on flutter from sdk SLVR: fact: explainomia depends on path ^1.8.3 SLVR: fact: explainomia depends on super_drag_and_drop ^0.1.9+3 SLVR: fact: explainomia depends on test ^1.24.8 SLVR: fact: explainomia depends on uuid ^4.1.0 SLVR: fact: explainomia depends on window_manager ^0.3.7 SLVR: fact: explainomia depends on flutter_test from sdk SLVR: fact: explainomia depends on flutter_lints ^2.0.0 SLVR: selecting explainomia SLVR: derived: flutter_lints ^2.0.0 SLVR: derived: flutter_test from sdk SLVR: derived: window_manager ^0.3.7 SLVR: derived: uuid ^4.1.0 SLVR: derived: test ^1.24.8 SLVR: derived: super_drag_and_drop ^0.1.9+3 SLVR: derived: path ^1.8.3 SLVR: derived: flutter from sdk SLVR: fact: flutter_lints 2.0.3 depends on lints ^2.0.0 SLVR: selecting flutter_lints 2.0.3 SLVR: derived: lints ^2.0.0 SLVR: fact: flutter_test 0.0.0 from sdk depends on flutter from sdk SLVR: fact: flutter_test 0.0.0 from sdk depends on test_api 0.6.1 SLVR: fact: flutter_test 0.0.0 from sdk depends on matcher 0.12.16 SLVR: fact: flutter_test 0.0.0 from sdk depends on path 1.8.3 SLVR: fact: flutter_test 0.0.0 from sdk depends on fake_async 1.3.1 SLVR: fact: flutter_test 0.0.0 from sdk depends on clock 1.1.1 SLVR: fact: flutter_test 0.0.0 from sdk depends on stack_trace 1.11.1 SLVR: fact: flutter_test 0.0.0 from sdk depends on vector_math 2.1.4 SLVR: fact: flutter_test 0.0.0 from sdk depends on async 2.11.0 SLVR: fact: flutter_test 0.0.0 from sdk depends on boolean_selector 2.1.1 SLVR: fact: flutter_test 0.0.0 from sdk depends on characters 1.3.0 SLVR: fact: flutter_test 0.0.0 from sdk depends on collection 1.18.0 SLVR: fact: flutter_test 0.0.0 from sdk depends on material_color_utilities 0.5.0 SLVR: fact: flutter_test 0.0.0 from sdk depends on meta 1.10.0 SLVR: fact: flutter_test 0.0.0 from sdk depends on source_span 1.10.0 SLVR: fact: flutter_test 0.0.0 from sdk depends on stream_channel 2.1.2 SLVR: fact: flutter_test 0.0.0 from sdk depends on string_scanner 1.2.0 SLVR: fact: flutter_test 0.0.0 from sdk depends on term_glyph 1.2.1 SLVR: fact: flutter_test 0.0.0 from sdk depends on web 0.2.1-beta SLVR: selecting flutter_test 0.0.0 from sdk SLVR: derived: web 0.2.1-beta SLVR: derived: term_glyph 1.2.1 SLVR: derived: string_scanner 1.2.0 SLVR: derived: stream_channel 2.1.2 SLVR: derived: source_span 1.10.0 SLVR: derived: meta 1.10.0 SLVR: derived: material_color_utilities 0.5.0 SLVR: derived: collection 1.18.0 SLVR: derived: characters 1.3.0 SLVR: derived: boolean_selector 2.1.1 SLVR: derived: async 2.11.0 SLVR: derived: vector_math 2.1.4 SLVR: derived: stack_trace 1.11.1 SLVR: derived: clock 1.1.1 SLVR: derived: fake_async 1.3.1 SLVR: derived: path 1.8.3 SLVR: derived: matcher 0.12.16 SLVR: derived: test_api 0.6.1 SLVR: fact: window_manager 0.3.7 depends on flutter from sdk SLVR: fact: window_manager 0.3.7 depends on path ^1.8.2 SLVR: fact: window_manager 0.3.7 depends on screen_retriever ^0.1.9 SLVR: selecting window_manager 0.3.7 SLVR: derived: screen_retriever ^0.1.9 SLVR: fact: uuid 4.1.0 depends on crypto ^3.0.0 SLVR: fact: uuid 4.1.0 depends on sprintf ^7.0.0 SLVR: selecting uuid 4.1.0 SLVR: derived: sprintf ^7.0.0 SLVR: derived: crypto ^3.0.0 SLVR: fact: test 1.24.8 depends on analyzer >=5.12.0 <7.0.0 SLVR: fact: test 1.24.8 depends on async ^2.5.0 SLVR: fact: test 1.24.8 depends on boolean_selector ^2.1.0 SLVR: fact: test 1.24.8 depends on collection ^1.15.0 SLVR: fact: test 1.24.8 depends on coverage ^1.0.1 SLVR: fact: test 1.24.8 depends on http_multi_server ^3.0.0 SLVR: fact: test 1.24.8 depends on io ^1.0.0 SLVR: fact: test 1.24.8 depends on js ^0.6.4 SLVR: fact: test 1.24.8 depends on matcher >=0.12.16 <0.12.17 SLVR: fact: test 1.24.8 depends on node_preamble ^2.0.0 SLVR: fact: test 1.24.8 depends on package_config ^2.0.0 SLVR: fact: test 1.24.8 depends on path ^1.8.0 SLVR: fact: test 1.24.8 depends on pool ^1.5.0 SLVR: fact: test 1.24.8 depends on shelf ^1.0.0 SLVR: fact: test 1.24.8 depends on shelf_packages_handler ^3.0.0 SLVR: fact: test 1.24.8 depends on shelf_static ^1.0.0 SLVR: fact: test 1.24.8 depends on shelf_web_socket ^1.0.0 SLVR: fact: test 1.24.8 depends on source_span ^1.8.0 SLVR: fact: test 1.24.8 depends on stack_trace ^1.10.0 SLVR: fact: test 1.24.8 depends on stream_channel ^2.1.0 SLVR: fact: test 1.24.8 depends on test_api 0.6.1 SLVR: fact: test 1.24.8 depends on test_core 0.5.8 SLVR: fact: test 1.24.8 depends on typed_data ^1.3.0 SLVR: fact: test 1.24.8 depends on web_socket_channel ^2.0.0 SLVR: fact: test 1.24.8 depends on webkit_inspection_protocol ^1.0.0 SLVR: fact: test 1.24.8 depends on yaml ^3.0.0 SLVR: selecting test 1.24.8 SLVR: derived: yaml ^3.0.0 SLVR: derived: webkit_inspection_protocol ^1.0.0 SLVR: derived: web_socket_channel ^2.0.0 SLVR: derived: typed_data ^1.3.0 SLVR: derived: test_core 0.5.8 SLVR: derived: shelf_web_socket ^1.0.0 SLVR: derived: shelf_static ^1.0.0 SLVR: derived: shelf_packages_handler ^3.0.0 SLVR: derived: shelf ^1.0.0 SLVR: derived: pool ^1.5.0 SLVR: derived: package_config ^2.0.0 SLVR: derived: node_preamble ^2.0.0 SLVR: derived: js ^0.6.4 SLVR: derived: io ^1.0.0 SLVR: derived: http_multi_server ^3.0.0 SLVR: derived: coverage ^1.0.1 SLVR: derived: analyzer >=5.12.0 <7.0.0 SLVR: fact: super_drag_and_drop 0.1.9+3 depends on flutter from sdk SLVR: fact: super_drag_and_drop 0.1.9+3 depends on collection ^1.16.0 SLVR: fact: super_drag_and_drop 0.1.9+3 depends on super_native_extensions ^0.1.8+2 SLVR: fact: super_drag_and_drop 0.1.9+3 depends on super_clipboard ^0.1.7+6 SLVR: selecting super_drag_and_drop 0.1.9+3 SLVR: derived: super_clipboard ^0.1.7+6 SLVR: derived: super_native_extensions ^0.1.8+2 SLVR: selecting path 1.8.3 SLVR: fact: flutter 0.0.0 from sdk depends on characters 1.3.0 SLVR: fact: flutter 0.0.0 from sdk depends on collection 1.18.0 SLVR: fact: flutter 0.0.0 from sdk depends on material_color_utilities 0.5.0 SLVR: fact: flutter 0.0.0 from sdk depends on meta 1.10.0 SLVR: fact: flutter 0.0.0 from sdk depends on vector_math 2.1.4 SLVR: fact: flutter 0.0.0 from sdk depends on web 0.2.1-beta SLVR: fact: flutter 0.0.0 from sdk depends on sky_engine from sdk SLVR: selecting flutter 0.0.0 from sdk SLVR: derived: sky_engine from sdk SLVR: selecting lints 2.1.1 SLVR: selecting web 0.2.1-beta SLVR: selecting term_glyph 1.2.1 SLVR: fact: string_scanner 1.2.0 depends on source_span ^1.8.0 SLVR: selecting string_scanner 1.2.0 SLVR: fact: stream_channel 2.1.2 depends on async ^2.5.0 SLVR: selecting stream_channel 2.1.2 SLVR: fact: source_span 1.10.0 depends on collection ^1.15.0 SLVR: fact: source_span 1.10.0 depends on path ^1.8.0 SLVR: fact: source_span 1.10.0 depends on term_glyph ^1.2.0 SLVR: selecting source_span 1.10.0 SLVR: selecting meta 1.10.0 SLVR: fact: material_color_utilities 0.5.0 depends on collection ^1.15.0 SLVR: selecting material_color_utilities 0.5.0 SLVR: selecting collection 1.18.0 SLVR: selecting characters 1.3.0 SLVR: fact: boolean_selector 2.1.1 depends on source_span ^1.8.0 SLVR: fact: boolean_selector 2.1.1 depends on string_scanner ^1.1.0 SLVR: selecting boolean_selector 2.1.1 SLVR: fact: async 2.11.0 depends on collection ^1.15.0 SLVR: fact: async 2.11.0 depends on meta ^1.1.7 SLVR: selecting async 2.11.0 SLVR: selecting vector_math 2.1.4 SLVR: fact: stack_trace 1.11.1 depends on path ^1.8.0 SLVR: selecting stack_trace 1.11.1 SLVR: selecting clock 1.1.1 SLVR: fact: fake_async 1.3.1 depends on clock ^1.1.0 SLVR: fact: fake_async 1.3.1 depends on collection ^1.15.0 SLVR: selecting fake_async 1.3.1 SLVR: fact: matcher 0.12.16 depends on async ^2.10.0 SLVR: fact: matcher 0.12.16 depends on meta ^1.8.0 SLVR: fact: matcher 0.12.16 depends on stack_trace ^1.10.0 SLVR: fact: matcher 0.12.16 depends on term_glyph ^1.2.0 SLVR: fact: matcher 0.12.16 depends on test_api >=0.5.0 <0.7.0 SLVR: selecting matcher 0.12.16 SLVR: fact: test_api 0.6.1 depends on async ^2.5.0 SLVR: fact: test_api 0.6.1 depends on boolean_selector ^2.1.0 SLVR: fact: test_api 0.6.1 depends on collection ^1.15.0 SLVR: fact: test_api 0.6.1 depends on meta ^1.3.0 SLVR: fact: test_api 0.6.1 depends on source_span ^1.8.0 SLVR: fact: test_api 0.6.1 depends on stack_trace ^1.10.0 SLVR: fact: test_api 0.6.1 depends on stream_channel ^2.1.0 SLVR: fact: test_api 0.6.1 depends on string_scanner ^1.1.0 SLVR: fact: test_api 0.6.1 depends on term_glyph ^1.2.0 SLVR: selecting test_api 0.6.1 SLVR: fact: screen_retriever 0.1.9 depends on flutter from sdk SLVR: selecting screen_retriever 0.1.9 SLVR: selecting sprintf 7.0.0 SLVR: fact: crypto 3.0.3 depends on typed_data ^1.3.0 SLVR: selecting crypto 3.0.3 SLVR: fact: yaml 3.1.2 depends on collection ^1.15.0 SLVR: fact: yaml 3.1.2 depends on source_span ^1.8.0 SLVR: fact: yaml 3.1.2 depends on string_scanner ^1.1.0 SLVR: selecting yaml 3.1.2 SLVR: fact: webkit_inspection_protocol 1.2.1 depends on logging ^1.0.0 SLVR: selecting webkit_inspection_protocol 1.2.1 SLVR: derived: logging ^1.0.0 SLVR: fact: web_socket_channel 2.4.0 depends on async ^2.5.0 SLVR: fact: web_socket_channel 2.4.0 depends on crypto ^3.0.0 SLVR: fact: web_socket_channel 2.4.0 depends on stream_channel ^2.1.0 SLVR: selecting web_socket_channel 2.4.0 SLVR: fact: typed_data 1.3.2 depends on collection ^1.15.0 SLVR: selecting typed_data 1.3.2 SLVR: fact: test_core 0.5.8 depends on analyzer >=3.3.0 <7.0.0 SLVR: fact: test_core 0.5.8 depends on args ^2.0.0 SLVR: fact: test_core 0.5.8 depends on async ^2.5.0 SLVR: fact: test_core 0.5.8 depends on boolean_selector ^2.1.0 SLVR: fact: test_core 0.5.8 depends on collection ^1.15.0 SLVR: fact: test_core 0.5.8 depends on coverage ^1.0.0 SLVR: fact: test_core 0.5.8 depends on frontend_server_client ^3.2.0 SLVR: fact: test_core 0.5.8 depends on glob ^2.0.0 SLVR: fact: test_core 0.5.8 depends on io ^1.0.0 SLVR: fact: test_core 0.5.8 depends on meta ^1.3.0 SLVR: fact: test_core 0.5.8 depends on package_config ^2.0.0 SLVR: fact: test_core 0.5.8 depends on path ^1.8.0 SLVR: fact: test_core 0.5.8 depends on pool ^1.5.0 SLVR: fact: test_core 0.5.8 depends on source_map_stack_trace ^2.1.0 SLVR: fact: test_core 0.5.8 depends on source_maps ^0.10.10 SLVR: fact: test_core 0.5.8 depends on source_span ^1.8.0 SLVR: fact: test_core 0.5.8 depends on stack_trace ^1.10.0 SLVR: fact: test_core 0.5.8 depends on stream_channel ^2.1.0 SLVR: fact: test_core 0.5.8 depends on test_api 0.6.1 SLVR: fact: test_core 0.5.8 depends on vm_service >=6.0.0 <13.0.0 SLVR: fact: test_core 0.5.8 depends on yaml ^3.0.0 SLVR: selecting test_core 0.5.8 SLVR: derived: vm_service >=6.0.0 <13.0.0 SLVR: derived: source_maps ^0.10.10 SLVR: derived: source_map_stack_trace ^2.1.0 SLVR: derived: glob ^2.0.0 SLVR: derived: frontend_server_client ^3.2.0 SLVR: derived: args ^2.0.0 SLVR: fact: shelf_web_socket 1.0.4 depends on shelf ^1.1.0 SLVR: fact: shelf_web_socket 1.0.4 depends on stream_channel ^2.1.0 SLVR: fact: shelf_web_socket 1.0.4 depends on web_socket_channel ^2.0.0 SLVR: selecting shelf_web_socket 1.0.4 SLVR: derived: shelf ^1.1.0 SLVR: fact: shelf_static 1.1.2 depends on convert ^3.0.0 SLVR: fact: shelf_static 1.1.2 depends on http_parser ^4.0.0 SLVR: fact: shelf_static 1.1.2 depends on mime ^1.0.0 SLVR: fact: shelf_static 1.1.2 depends on path ^1.8.0 SLVR: fact: shelf_static 1.1.2 depends on shelf ^1.1.2 SLVR: selecting shelf_static 1.1.2 SLVR: derived: shelf ^1.1.2 SLVR: derived: mime ^1.0.0 SLVR: derived: http_parser ^4.0.0 SLVR: derived: convert ^3.0.0 SLVR: fact: shelf_packages_handler 3.0.2 depends on path ^1.8.0 SLVR: fact: shelf_packages_handler 3.0.2 depends on shelf ^1.0.0 SLVR: fact: shelf_packages_handler 3.0.2 depends on shelf_static ^1.0.0 SLVR: selecting shelf_packages_handler 3.0.2 SLVR: fact: shelf 1.4.1 depends on async ^2.5.0 SLVR: fact: shelf 1.4.1 depends on collection ^1.15.0 SLVR: fact: shelf 1.4.1 depends on http_parser ^4.0.0 SLVR: fact: shelf 1.4.1 depends on path ^1.8.0 SLVR: fact: shelf 1.4.1 depends on stack_trace ^1.10.0 SLVR: fact: shelf 1.4.1 depends on stream_channel ^2.1.0 SLVR: selecting shelf 1.4.1 SLVR: fact: pool 1.5.1 depends on async ^2.5.0 SLVR: fact: pool 1.5.1 depends on stack_trace ^1.10.0 SLVR: selecting pool 1.5.1 SLVR: fact: package_config 2.1.0 depends on path ^1.8.0 SLVR: selecting package_config 2.1.0 SLVR: selecting node_preamble 2.0.2 SLVR: fact: js 0.6.7 depends on meta ^1.7.0 SLVR: selecting js 0.6.7 SLVR: fact: io 1.0.4 depends on meta ^1.3.0 SLVR: fact: io 1.0.4 depends on path ^1.8.0 SLVR: fact: io 1.0.4 depends on string_scanner ^1.1.0 SLVR: selecting io 1.0.4 SLVR: fact: http_multi_server 3.2.1 depends on async ^2.5.0 SLVR: selecting http_multi_server 3.2.1 SLVR: fact: coverage 1.6.4 depends on args ^2.0.0 SLVR: fact: coverage 1.6.4 depends on logging ^1.0.0 SLVR: fact: coverage 1.6.4 depends on package_config ^2.0.0 SLVR: fact: coverage 1.6.4 depends on path ^1.8.0 SLVR: fact: coverage 1.6.4 depends on source_maps ^0.10.10 SLVR: fact: coverage 1.6.4 depends on stack_trace ^1.10.0 SLVR: fact: coverage 1.6.4 depends on vm_service >=11.9.0 <13.0.0 SLVR: selecting coverage 1.6.4 SLVR: derived: vm_service >=11.9.0 <13.0.0 SLVR: fact: analyzer 6.2.0 depends on _fe_analyzer_shared ^64.0.0 SLVR: fact: analyzer 6.2.0 depends on collection ^1.17.0 SLVR: fact: analyzer 6.2.0 depends on convert ^3.0.0 SLVR: fact: analyzer 6.2.0 depends on crypto ^3.0.0 SLVR: fact: analyzer 6.2.0 depends on glob ^2.0.0 SLVR: fact: analyzer 6.2.0 depends on meta ^1.7.0 SLVR: fact: analyzer 6.2.0 depends on package_config ^2.0.0 SLVR: fact: analyzer 6.2.0 depends on path ^1.8.0 SLVR: fact: analyzer 6.2.0 depends on pub_semver ^2.0.0 SLVR: fact: analyzer 6.2.0 depends on source_span ^1.8.0 SLVR: fact: analyzer 6.2.0 depends on watcher ^1.0.0 SLVR: fact: analyzer 6.2.0 depends on yaml ^3.0.0 SLVR: selecting analyzer 6.2.0 SLVR: derived: watcher ^1.0.0 SLVR: derived: pub_semver ^2.0.0 SLVR: derived: _fe_analyzer_shared ^64.0.0 SLVR: fact: super_clipboard 0.1.7+6 depends on flutter from sdk SLVR: fact: super_clipboard 0.1.7+6 depends on collection ^1.16.0 SLVR: fact: super_clipboard 0.1.7+6 depends on super_native_extensions ^0.1.8+2 SLVR: selecting super_clipboard 0.1.7+6 SLVR: fact: super_native_extensions 0.1.8+2 depends on flutter from sdk SLVR: fact: super_native_extensions 0.1.8+2 depends on flutter_web_plugins from sdk SLVR: fact: super_native_extensions 0.1.8+2 depends on meta ^1.7.0 SLVR: fact: super_native_extensions 0.1.8+2 depends on ffi ^2.0.1 SLVR: fact: super_native_extensions 0.1.8+2 depends on collection ^1.16.0 SLVR: fact: super_native_extensions 0.1.8+2 depends on js ^0.6.4 SLVR: fact: super_native_extensions 0.1.8+2 depends on irondash_engine_context ^0.1.0 SLVR: fact: super_native_extensions 0.1.8+2 depends on irondash_message_channel ^0.1.0 SLVR: selecting super_native_extensions 0.1.8+2 SLVR: derived: irondash_message_channel ^0.1.0 SLVR: derived: irondash_engine_context ^0.1.0 SLVR: derived: ffi ^2.0.1 SLVR: derived: flutter_web_plugins from sdk SLVR: selecting sky_engine 0.0.99 from sdk SLVR: selecting logging 1.2.0 SLVR: selecting vm_service 12.0.0 SLVR: fact: source_maps 0.10.12 depends on source_span ^1.8.0 SLVR: selecting source_maps 0.10.12 SLVR: fact: source_map_stack_trace 2.1.1 depends on path ^1.8.0 SLVR: fact: source_map_stack_trace 2.1.1 depends on source_maps ^0.10.10 SLVR: fact: source_map_stack_trace 2.1.1 depends on stack_trace ^1.10.0 SLVR: selecting source_map_stack_trace 2.1.1 SLVR: fact: glob 2.1.2 depends on async ^2.5.0 SLVR: fact: glob 2.1.2 depends on collection ^1.15.0 SLVR: fact: glob 2.1.2 depends on file >=6.1.3 <8.0.0 SLVR: fact: glob 2.1.2 depends on path ^1.8.0 SLVR: fact: glob 2.1.2 depends on string_scanner ^1.1.0 SLVR: selecting glob 2.1.2 SLVR: derived: file >=6.1.3 <8.0.0 SLVR: fact: frontend_server_client 3.2.0 depends on async ^2.5.0 SLVR: fact: frontend_server_client 3.2.0 depends on path ^1.8.0 SLVR: selecting frontend_server_client 3.2.0 SLVR: selecting args 2.4.2 SLVR: selecting mime 1.0.4 SLVR: fact: http_parser 4.0.2 depends on collection ^1.15.0 SLVR: fact: http_parser 4.0.2 depends on source_span ^1.8.0 SLVR: fact: http_parser 4.0.2 depends on string_scanner ^1.1.0 SLVR: fact: http_parser 4.0.2 depends on typed_data ^1.3.0 SLVR: selecting http_parser 4.0.2 SLVR: fact: convert 3.1.1 depends on typed_data ^1.3.0 SLVR: selecting convert 3.1.1 SLVR: fact: watcher 1.1.0 depends on async ^2.5.0 SLVR: fact: watcher 1.1.0 depends on path ^1.8.0 SLVR: selecting watcher 1.1.0 SLVR: fact: pub_semver 2.1.4 depends on collection ^1.15.0 SLVR: fact: pub_semver 2.1.4 depends on meta ^1.3.0 SLVR: selecting pub_semver 2.1.4 SLVR: fact: _fe_analyzer_shared 64.0.0 depends on meta ^1.9.0 SLVR: selecting _fe_analyzer_shared 64.0.0 SLVR: fact: irondash_message_channel 0.1.1 depends on flutter from sdk SLVR: fact: irondash_message_channel 0.1.1 depends on ffi ^2.0.1 SLVR: selecting irondash_message_channel 0.1.1 SLVR: fact: irondash_engine_context 0.1.1 depends on flutter from sdk SLVR: fact: irondash_engine_context 0.1.1 depends on plugin_platform_interface ^2.0.2 SLVR: selecting irondash_engine_context 0.1.1 SLVR: derived: plugin_platform_interface ^2.0.2 SLVR: selecting ffi 2.1.0 SLVR: fact: flutter_web_plugins 0.0.0 from sdk depends on flutter from sdk SLVR: fact: flutter_web_plugins 0.0.0 from sdk depends on characters 1.3.0 SLVR: fact: flutter_web_plugins 0.0.0 from sdk depends on collection 1.18.0 SLVR: fact: flutter_web_plugins 0.0.0 from sdk depends on material_color_utilities 0.5.0 SLVR: fact: flutter_web_plugins 0.0.0 from sdk depends on meta 1.10.0 SLVR: fact: flutter_web_plugins 0.0.0 from sdk depends on vector_math 2.1.4 SLVR: fact: flutter_web_plugins 0.0.0 from sdk depends on web 0.2.1-beta SLVR: selecting flutter_web_plugins 0.0.0 from sdk SLVR: fact: file 7.0.0 depends on meta ^1.9.1 SLVR: fact: file 7.0.0 depends on path ^1.8.3 SLVR: selecting file 7.0.0 SLVR: fact: plugin_platform_interface 2.1.6 depends on meta ^1.3.0 SLVR: selecting plugin_platform_interface 2.1.6 SLVR: Version solving took 0:00:00.968024 seconds. | Tried 1 solutions. FINE: Resolving dependencies finished (1.031s). MSG : _fe_analyzer_shared 64.0.0 (65.0.0 available) | analyzer 6.2.0 (6.3.0 available) | coverage 1.6.4 (1.7.0 available) | flutter_lints 2.0.3 (3.0.0 available) | irondash_engine_context 0.1.1 (0.3.1 available) | irondash_message_channel 0.1.1 (0.3.1 available) | lints 2.1.1 (3.0.0 available) | material_color_utilities 0.5.0 (0.8.0 available) | meta 1.10.0 (1.11.0 available) | super_clipboard 0.1.7+6 (0.6.4 available) | super_drag_and_drop 0.1.9+3 (0.6.4 available) | super_native_extensions 0.1.8+2 (0.6.4 available) | web 0.2.1-beta (0.3.0 available) MSG : Got dependencies! MSG : 13 packages have newer versions incompatible with dependency constraints. | Try `flutter pub outdated` for more information. IO : Writing 15493 characters to text file pubspec.lock. FINE: Contents: | # Generated by pub | # See https://dart.dev/tools/pub/glossary#lockfile | packages: | _fe_analyzer_shared: | dependency: transitive | description: | name: _fe_analyzer_shared | sha256: eb376e9acf6938204f90eb3b1f00b578640d3188b4c8a8ec054f9f479af8d051 | url: "https://pub.dev" | source: hosted | version: "64.0.0" | analyzer: | dependency: transitive | description: | name: analyzer | sha256: "69f54f967773f6c26c7dcb13e93d7ccee8b17a641689da39e878d5cf13b06893" | url: "https://pub.dev" | source: hosted | version: "6.2.0" | args: | dependency: transitive | description: | name: args | sha256: eef6c46b622e0494a36c5a12d10d77fb4e855501a91c1b9ef9339326e58f0596 | url: "https://pub.dev" | source: hosted | version: "2.4.2" | async: | dependency: transitive | description: | name: async | sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" | url: "https://pub.dev" | source: hosted | version: "2.11.0" | boolean_selector: | dependency: transitive | description: | name: boolean_selector | sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" | url: "https://pub.dev" | source: hosted | version: "2.1.1" | characters: | dependency: transitive | description: | name: characters | sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605" | url: "https://pub.dev" | source: hosted | version: "1.3.0" | clock: | dependency: transitive | description: | name: clock | sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf | url: "https://pub.dev" | source: hosted | version: "1.1.1" | collection: | dependency: transitive | description: | name: collection | sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a | url: "https://pub.dev" | source: hosted | version: "1.18.0" | convert: | dependency: transitive | description: | name: convert | sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592" | url: "https://pub.dev" | source: hosted | version: "3.1.1" | coverage: | dependency: transitive | description: | name: coverage | sha256: "595a29b55ce82d53398e1bcc2cba525d7bd7c59faeb2d2540e9d42c390cfeeeb" | url: "https://pub.dev" | source: hosted | version: "1.6.4" | crypto: | dependency: transitive | description: | name: crypto | sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab | url: "https://pub.dev" | source: hosted | version: "3.0.3" | fake_async: | dependency: transitive | description: | name: fake_async | sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" | url: "https://pub.dev" | source: hosted | version: "1.3.1" | ffi: | dependency: transitive | description: | name: ffi | sha256: "7bf0adc28a23d395f19f3f1eb21dd7cfd1dd9f8e1c50051c069122e6853bc878" | url: "https://pub.dev" | source: hosted | version: "2.1.0" | file: | dependency: transitive | description: | name: file | sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c" | url: "https://pub.dev" | source: hosted | version: "7.0.0" | flutter: | dependency: "direct main" | description: flutter | source: sdk | version: "0.0.0" | flutter_lints: | dependency: "direct dev" | description: | name: flutter_lints | sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04 | url: "https://pub.dev" | source: hosted | version: "2.0.3" | flutter_test: | dependency: "direct dev" | description: flutter | source: sdk | version: "0.0.0" | flutter_web_plugins: | dependency: transitive | description: flutter | source: sdk | version: "0.0.0" | frontend_server_client: | dependency: transitive | description: | name: frontend_server_client | sha256: "408e3ca148b31c20282ad6f37ebfa6f4bdc8fede5b74bc2f08d9d92b55db3612" | url: "https://pub.dev" | source: hosted | version: "3.2.0" | glob: | dependency: transitive | description: | name: glob | sha256: "0e7014b3b7d4dac1ca4d6114f82bf1782ee86745b9b42a92c9289c23d8a0ab63" | url: "https://pub.dev" | source: hosted | version: "2.1.2" | http_multi_server: | dependency: transitive | description: | name: http_multi_server | sha256: "97486f20f9c2f7be8f514851703d0119c3596d14ea63227af6f7a481ef2b2f8b" | url: "https://pub.dev" | source: hosted | version: "3.2.1" | http_parser: | dependency: transitive | description: | name: http_parser | sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b" | url: "https://pub.dev" | source: hosted | version: "4.0.2" | io: | dependency: transitive | description: | name: io | sha256: "2ec25704aba361659e10e3e5f5d672068d332fc8ac516421d483a11e5cbd061e" | url: "https://pub.dev" | source: hosted | version: "1.0.4" | irondash_engine_context: | dependency: transitive | description: | name: irondash_engine_context | sha256: "086fbbcaef07b821b304b0371e472c687715f326219b69b18dc5c962dab09b55" | url: "https://pub.dev" | source: hosted | version: "0.1.1" | irondash_message_channel: | dependency: transitive | description: | name: irondash_message_channel | sha256: "081ff9631a2c6782a47ef4fdf9c97206053af1bb174e2a25851692b04f3bc126" | url: "https://pub.dev" | source: hosted | version: "0.1.1" | js: | dependency: transitive | description: | name: js | sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3 | url: "https://pub.dev" | source: hosted | version: "0.6.7" | lints: | dependency: transitive | description: | name: lints | sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452" | url: "https://pub.dev" | source: hosted | version: "2.1.1" | logging: | dependency: transitive | description: | name: logging | sha256: "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340" | url: "https://pub.dev" | source: hosted | version: "1.2.0" | matcher: | dependency: transitive | description: | name: matcher | sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e" | url: "https://pub.dev" | source: hosted | version: "0.12.16" | material_color_utilities: | dependency: transitive | description: | name: material_color_utilities | sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41" | url: "https://pub.dev" | source: hosted | version: "0.5.0" | meta: | dependency: transitive | description: | name: meta | sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e | url: "https://pub.dev" | source: hosted | version: "1.10.0" | mime: | dependency: transitive | description: | name: mime | sha256: e4ff8e8564c03f255408decd16e7899da1733852a9110a58fe6d1b817684a63e | url: "https://pub.dev" | source: hosted | version: "1.0.4" | node_preamble: | dependency: transitive | description: | name: node_preamble | sha256: "6e7eac89047ab8a8d26cf16127b5ed26de65209847630400f9aefd7cd5c730db" | url: "https://pub.dev" | source: hosted | version: "2.0.2" | package_config: | dependency: transitive | description: | name: package_config | sha256: "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd" | url: "https://pub.dev" | source: hosted | version: "2.1.0" | path: | dependency: "direct main" | description: | name: path | sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917" | url: "https://pub.dev" | source: hosted | version: "1.8.3" | plugin_platform_interface: | dependency: transitive | description: | name: plugin_platform_interface | sha256: da3fdfeccc4d4ff2da8f8c556704c08f912542c5fb3cf2233ed75372384a034d | url: "https://pub.dev" | source: hosted | version: "2.1.6" | pool: | dependency: transitive | description: | name: pool | sha256: "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a" | url: "https://pub.dev" | source: hosted | version: "1.5.1" | pub_semver: | dependency: transitive | description: | name: pub_semver | sha256: "40d3ab1bbd474c4c2328c91e3a7df8c6dd629b79ece4c4bd04bee496a224fb0c" | url: "https://pub.dev" | source: hosted | version: "2.1.4" | screen_retriever: | dependency: transitive | description: | name: screen_retriever | sha256: "6ee02c8a1158e6dae7ca430da79436e3b1c9563c8cf02f524af997c201ac2b90" | url: "https://pub.dev" | source: hosted | version: "0.1.9" | shelf: | dependency: transitive | description: | name: shelf | sha256: ad29c505aee705f41a4d8963641f91ac4cee3c8fad5947e033390a7bd8180fa4 | url: "https://pub.dev" | source: hosted | version: "1.4.1" | shelf_packages_handler: | dependency: transitive | description: | name: shelf_packages_handler | sha256: "89f967eca29607c933ba9571d838be31d67f53f6e4ee15147d5dc2934fee1b1e" | url: "https://pub.dev" | source: hosted | version: "3.0.2" | shelf_static: | dependency: transitive | description: | name: shelf_static | sha256: a41d3f53c4adf0f57480578c1d61d90342cd617de7fc8077b1304643c2d85c1e | url: "https://pub.dev" | source: hosted | version: "1.1.2" | shelf_web_socket: | dependency: transitive | description: | name: shelf_web_socket | sha256: "9ca081be41c60190ebcb4766b2486a7d50261db7bd0f5d9615f2d653637a84c1" | url: "https://pub.dev" | source: hosted | version: "1.0.4" | sky_engine: | dependency: transitive | description: flutter | source: sdk | version: "0.0.99" | source_map_stack_trace: | dependency: transitive | description: | name: source_map_stack_trace | sha256: "84cf769ad83aa6bb61e0aa5a18e53aea683395f196a6f39c4c881fb90ed4f7ae" | url: "https://pub.dev" | source: hosted | version: "2.1.1" | source_maps: | dependency: transitive | description: | name: source_maps | sha256: "708b3f6b97248e5781f493b765c3337db11c5d2c81c3094f10904bfa8004c703" | url: "https://pub.dev" | source: hosted | version: "0.10.12" | source_span: | dependency: transitive | description: | name: source_span | sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c" | url: "https://pub.dev" | source: hosted | version: "1.10.0" | sprintf: | dependency: transitive | description: | name: sprintf | sha256: "1fc9ffe69d4df602376b52949af107d8f5703b77cda567c4d7d86a0693120f23" | url: "https://pub.dev" | source: hosted | version: "7.0.0" | stack_trace: | dependency: transitive | description: | name: stack_trace | sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b" | url: "https://pub.dev" | source: hosted | version: "1.11.1" | stream_channel: | dependency: transitive | description: | name: stream_channel | sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7 | url: "https://pub.dev" | source: hosted | version: "2.1.2" | string_scanner: | dependency: transitive | description: | name: string_scanner | sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" | url: "https://pub.dev" | source: hosted | version: "1.2.0" | super_clipboard: | dependency: transitive | description: | name: super_clipboard | sha256: "81005aa8f3ebdbe9f3473cb1ddb188e34f5d8bf6d1fde855f55da8801f9ab608" | url: "https://pub.dev" | source: hosted | version: "0.1.7+6" | super_drag_and_drop: | dependency: "direct main" | description: | name: super_drag_and_drop | sha256: "45f7dec0c134d478d1c5ca26e9947ddb67c5dd987d6f54bd3418e04017a01144" | url: "https://pub.dev" | source: hosted | version: "0.1.9+3" | super_native_extensions: | dependency: transitive | description: | name: super_native_extensions | sha256: "14c91b510baa58135d11136c17feef802cff320e72f9f3d3673eb64baf901af2" | url: "https://pub.dev" | source: hosted | version: "0.1.8+2" | term_glyph: | dependency: transitive | description: | name: term_glyph | sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 | url: "https://pub.dev" | source: hosted | version: "1.2.1" | test: | dependency: "direct main" | description: | name: test | sha256: d983a57c33dde6d44b1fb8635f67c91f4b41d26cf227c147963affa97d63563d | url: "https://pub.dev" | source: hosted | version: "1.24.8" | test_api: | dependency: transitive | description: | name: test_api | sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b" | url: "https://pub.dev" | source: hosted | version: "0.6.1" | test_core: | dependency: transitive | description: | name: test_core | sha256: "2f866bf4b20c11327ac166ee6036bddafb7fe9e35505ff8324f788e66913f967" | url: "https://pub.dev" | source: hosted | version: "0.5.8" | typed_data: | dependency: transitive | description: | name: typed_data | sha256: facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c | url: "https://pub.dev" | source: hosted | version: "1.3.2" | uuid: | dependency: "direct main" | description: | name: uuid | sha256: b715b8d3858b6fa9f68f87d20d98830283628014750c2b09b6f516c1da4af2a7 | url: "https://pub.dev" | source: hosted | version: "4.1.0" | vector_math: | dependency: transitive | description: | name: vector_math | sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" | url: "https://pub.dev" | source: hosted | version: "2.1.4" | vm_service: | dependency: transitive | description: | name: vm_service | sha256: a13d5503b4facefc515c8c587ce3cf69577a7b064a9f1220e005449cf1f64aad | url: "https://pub.dev" | source: hosted | version: "12.0.0" | watcher: | dependency: transitive | description: | name: watcher | sha256: "3d2ad6751b3c16cf07c7fca317a1413b3f26530319181b37e3b9039b84fc01d8" | url: "https://pub.dev" | source: hosted | version: "1.1.0" | web: | dependency: transitive | description: | name: web | sha256: "14f1f70c51119012600c5f1f60ca68efda5a9b6077748163c6af2893ec5df8fc" | url: "https://pub.dev" | source: hosted | version: "0.2.1-beta" | web_socket_channel: | dependency: transitive | description: | name: web_socket_channel | sha256: d88238e5eac9a42bb43ca4e721edba3c08c6354d4a53063afaa568516217621b | url: "https://pub.dev" | source: hosted | version: "2.4.0" | webkit_inspection_protocol: | dependency: transitive | description: | name: webkit_inspection_protocol | sha256: "87d3f2333bb240704cd3f1c6b5b7acd8a10e7f0bc28c28dcf14e782014f4a572" | url: "https://pub.dev" | source: hosted | version: "1.2.1" | window_manager: | dependency: "direct main" | description: | name: window_manager | sha256: dcc865277f26a7dad263a47d0e405d77e21f12cb71f30333a52710a408690bd7 | url: "https://pub.dev" | source: hosted | version: "0.3.7" | yaml: | dependency: transitive | description: | name: yaml | sha256: "75769501ea3489fca56601ff33454fe45507ea3bfb014161abc3b43ae25989d5" | url: "https://pub.dev" | source: hosted | version: "3.1.2" | sdks: | dart: ">=3.2.0-210.2.beta <4.0.0" | flutter: ">=3.3.0" FINE: Sending analytics hit for "pub-get" of web version 0.2.1-beta as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of source_map_stack_trace version 2.1.1 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of term_glyph version 1.2.1 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of characters version 1.3.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of source_maps version 0.10.12 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of flutter_lints version 2.0.3 as dependency-kind dev FINE: Sending analytics hit for "pub-get" of webkit_inspection_protocol version 1.2.1 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of crypto version 3.0.3 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of io version 1.0.4 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of shelf version 1.4.1 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of analyzer version 6.2.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of clock version 1.1.1 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of mime version 1.0.4 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of file version 7.0.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of yaml version 3.1.2 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of path version 1.8.3 as dependency-kind direct FINE: Sending analytics hit for "pub-get" of http_parser version 4.0.2 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of fake_async version 1.3.1 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of collection version 1.18.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of shelf_web_socket version 1.0.4 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of vm_service version 12.0.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of async version 2.11.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of convert version 3.1.1 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of http_multi_server version 3.2.1 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of glob version 2.1.2 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of args version 2.4.2 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of node_preamble version 2.0.2 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of shelf_packages_handler version 3.0.2 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of test_api version 0.6.1 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of logging version 1.2.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of watcher version 1.1.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of material_color_utilities version 0.5.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of test_core version 0.5.8 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of js version 0.6.7 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of _fe_analyzer_shared version 64.0.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of vector_math version 2.1.4 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of meta version 1.10.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of pool version 1.5.1 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of lints version 2.1.1 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of irondash_engine_context version 0.1.1 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of matcher version 0.12.16 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of stream_channel version 2.1.2 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of frontend_server_client version 3.2.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of stack_trace version 1.11.1 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of shelf_static version 1.1.2 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of typed_data version 1.3.2 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of irondash_message_channel version 0.1.1 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of string_scanner version 1.2.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of super_drag_and_drop version 0.1.9+3 as dependency-kind direct FINE: Sending analytics hit for "pub-get" of screen_retriever version 0.1.9 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of super_clipboard version 0.1.7+6 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of uuid version 4.1.0 as dependency-kind direct FINE: Sending analytics hit for "pub-get" of sprintf version 7.0.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of boolean_selector version 2.1.1 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of web_socket_channel version 2.4.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of test version 1.24.8 as dependency-kind direct FINE: Sending analytics hit for "pub-get" of window_manager version 0.3.7 as dependency-kind direct FINE: Sending analytics hit for "pub-get" of package_config version 2.1.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of plugin_platform_interface version 2.1.6 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of source_span version 1.10.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of pub_semver version 2.1.4 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of ffi version 2.1.0 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of super_native_extensions version 0.1.8+2 as dependency-kind transitive FINE: Sending analytics hit for "pub-get" of coverage version 1.6.4 as dependency-kind transitive FINE: Sending analytics timing "pub-get" took 966 milliseconds IO : Writing 13525 characters to text file .dart_tool/package_config.json. FINE: Contents: | { | "configVersion": 2, | "packages": [ | { | "name": "_fe_analyzer_shared", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/_fe_analyzer_shared-64.0.0", | "packageUri": "lib/", | "languageVersion": "3.0" | }, | { | "name": "analyzer", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/analyzer-6.2.0", | "packageUri": "lib/", | "languageVersion": "3.0" | }, | { | "name": "args", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/args-2.4.2", | "packageUri": "lib/", | "languageVersion": "2.19" | }, | { | "name": "async", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/async-2.11.0", | "packageUri": "lib/", | "languageVersion": "2.18" | }, | { | "name": "boolean_selector", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1", | "packageUri": "lib/", | "languageVersion": "2.17" | }, | { | "name": "characters", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/characters-1.3.0", | "packageUri": "lib/", | "languageVersion": "2.12" | }, | { | "name": "clock", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/clock-1.1.1", | "packageUri": "lib/", | "languageVersion": "2.12" | }, | { | "name": "collection", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/collection-1.18.0", | "packageUri": "lib/", | "languageVersion": "2.18" | }, | { | "name": "convert", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/convert-3.1.1", | "packageUri": "lib/", | "languageVersion": "2.18" | }, | { | "name": "coverage", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/coverage-1.6.4", | "packageUri": "lib/", | "languageVersion": "2.18" | }, | { | "name": "crypto", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/crypto-3.0.3", | "packageUri": "lib/", | "languageVersion": "2.19" | }, | { | "name": "fake_async", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/fake_async-1.3.1", | "packageUri": "lib/", | "languageVersion": "2.12" | }, | { | "name": "ffi", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/ffi-2.1.0", | "packageUri": "lib/", | "languageVersion": "3.0" | }, | { | "name": "file", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/file-7.0.0", | "packageUri": "lib/", | "languageVersion": "3.0" | }, | { | "name": "flutter", | "rootUri": "file:///home/theskyblockman/snap/flutter/common/flutter/packages/flutter", | "packageUri": "lib/", | "languageVersion": "3.2" | }, | { | "name": "flutter_lints", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/flutter_lints-2.0.3", | "packageUri": "lib/", | "languageVersion": "2.19" | }, | { | "name": "flutter_test", | "rootUri": "file:///home/theskyblockman/snap/flutter/common/flutter/packages/flutter_test", | "packageUri": "lib/", | "languageVersion": "3.2" | }, | { | "name": "flutter_web_plugins", | "rootUri": "file:///home/theskyblockman/snap/flutter/common/flutter/packages/flutter_web_plugins", | "packageUri": "lib/", | "languageVersion": "3.2" | }, | { | "name": "frontend_server_client", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/frontend_server_client-3.2.0", | "packageUri": "lib/", | "languageVersion": "2.12" | }, | { | "name": "glob", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/glob-2.1.2", | "packageUri": "lib/", | "languageVersion": "2.19" | }, | { | "name": "http_multi_server", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/http_multi_server-3.2.1", | "packageUri": "lib/", | "languageVersion": "2.12" | }, | { | "name": "http_parser", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/http_parser-4.0.2", | "packageUri": "lib/", | "languageVersion": "2.12" | }, | { | "name": "io", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/io-1.0.4", | "packageUri": "lib/", | "languageVersion": "2.12" | }, | { | "name": "irondash_engine_context", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/irondash_engine_context-0.1.1", | "packageUri": "lib/", | "languageVersion": "2.17" | }, | { | "name": "irondash_message_channel", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/irondash_message_channel-0.1.1", | "packageUri": "lib/", | "languageVersion": "2.13" | }, | { | "name": "js", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/js-0.6.7", | "packageUri": "lib/", | "languageVersion": "2.19" | }, | { | "name": "lints", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/lints-2.1.1", | "packageUri": "lib/", | "languageVersion": "3.0" | }, | { | "name": "logging", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/logging-1.2.0", | "packageUri": "lib/", | "languageVersion": "2.19" | }, | { | "name": "matcher", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/matcher-0.12.16", | "packageUri": "lib/", | "languageVersion": "2.18" | }, | { | "name": "material_color_utilities", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/material_color_utilities-0.5.0", | "packageUri": "lib/", | "languageVersion": "2.17" | }, | { | "name": "meta", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/meta-1.10.0", | "packageUri": "lib/", | "languageVersion": "2.12" | }, | { | "name": "mime", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/mime-1.0.4", | "packageUri": "lib/", | "languageVersion": "2.18" | }, | { | "name": "node_preamble", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/node_preamble-2.0.2", | "packageUri": "lib/", | "languageVersion": "2.12" | }, | { | "name": "package_config", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/package_config-2.1.0", | "packageUri": "lib/", | "languageVersion": "2.12" | }, | { | "name": "path", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/path-1.8.3", | "packageUri": "lib/", | "languageVersion": "2.12" | }, | { | "name": "plugin_platform_interface", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.6", | "packageUri": "lib/", | "languageVersion": "2.19" | }, | { | "name": "pool", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/pool-1.5.1", | "packageUri": "lib/", | "languageVersion": "2.12" | }, | { | "name": "pub_semver", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/pub_semver-2.1.4", | "packageUri": "lib/", | "languageVersion": "2.17" | }, | { | "name": "screen_retriever", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9", | "packageUri": "lib/", | "languageVersion": "2.18" | }, | { | "name": "shelf", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/shelf-1.4.1", | "packageUri": "lib/", | "languageVersion": "2.17" | }, | { | "name": "shelf_packages_handler", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/shelf_packages_handler-3.0.2", | "packageUri": "lib/", | "languageVersion": "2.17" | }, | { | "name": "shelf_static", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/shelf_static-1.1.2", | "packageUri": "lib/", | "languageVersion": "2.17" | }, | { | "name": "shelf_web_socket", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/shelf_web_socket-1.0.4", | "packageUri": "lib/", | "languageVersion": "2.17" | }, | { | "name": "sky_engine", | "rootUri": "file:///home/theskyblockman/snap/flutter/common/flutter/bin/cache/pkg/sky_engine", | "packageUri": "lib/", | "languageVersion": "3.2" | }, | { | "name": "source_map_stack_trace", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/source_map_stack_trace-2.1.1", | "packageUri": "lib/", | "languageVersion": "2.12" | }, | { | "name": "source_maps", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/source_maps-0.10.12", | "packageUri": "lib/", | "languageVersion": "2.18" | }, | { | "name": "source_span", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/source_span-1.10.0", | "packageUri": "lib/", | "languageVersion": "2.18" | }, | { | "name": "sprintf", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/sprintf-7.0.0", | "packageUri": "lib/", | "languageVersion": "2.12" | }, | { | "name": "stack_trace", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/stack_trace-1.11.1", | "packageUri": "lib/", | "languageVersion": "2.18" | }, | { | "name": "stream_channel", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/stream_channel-2.1.2", | "packageUri": "lib/", | "languageVersion": "2.19" | }, | { | "name": "string_scanner", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/string_scanner-1.2.0", | "packageUri": "lib/", | "languageVersion": "2.18" | }, | { | "name": "super_clipboard", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/super_clipboard-0.1.7+6", | "packageUri": "lib/", | "languageVersion": "2.17" | }, | { | "name": "super_drag_and_drop", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/super_drag_and_drop-0.1.9+3", | "packageUri": "lib/", | "languageVersion": "2.17" | }, | { | "name": "super_native_extensions", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/super_native_extensions-0.1.8+2", | "packageUri": "lib/", | "languageVersion": "2.17" | }, | { | "name": "term_glyph", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/term_glyph-1.2.1", | "packageUri": "lib/", | "languageVersion": "2.12" | }, | { | "name": "test", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/test-1.24.8", | "packageUri": "lib/", | "languageVersion": "3.0" | }, | { | "name": "test_api", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/test_api-0.6.1", | "packageUri": "lib/", | "languageVersion": "3.0" | }, | { | "name": "test_core", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/test_core-0.5.8", | "packageUri": "lib/", | "languageVersion": "3.0" | }, | { | "name": "typed_data", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/typed_data-1.3.2", | "packageUri": "lib/", | "languageVersion": "2.17" | }, | { | "name": "uuid", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/uuid-4.1.0", | "packageUri": "lib/", | "languageVersion": "2.14" | }, | { | "name": "vector_math", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/vector_math-2.1.4", | "packageUri": "lib/", | "languageVersion": "2.14" | }, | { | "name": "vm_service", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/vm_service-12.0.0", | "packageUri": "lib/", | "languageVersion": "2.19" | }, | { | "name": "watcher", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/watcher-1.1.0", | "packageUri": "lib/", | "languageVersion": "3.0" | }, | { | "name": "web", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/web-0.2.1-beta", | "packageUri": "lib/", | "languageVersion": "3.2" | }, | { | "name": "web_socket_channel", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/web_socket_channel-2.4.0", | "packageUri": "lib/", | "languageVersion": "2.15" | }, | { | "name": "webkit_inspection_protocol", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/webkit_inspection_protocol-1.2.1", | "packageUri": "lib/", | "languageVersion": "3.0" | }, | { | "name": "window_manager", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/window_manager-0.3.7", | "packageUri": "lib/", | "languageVersion": "2.18" | }, | { | "name": "yaml", | "rootUri": "file:///home/theskyblockman/.pub-cache/hosted/pub.dev/yaml-3.1.2", | "packageUri": "lib/", | "languageVersion": "2.19" | }, | { | "name": "explainomia", | "rootUri": "../", | "packageUri": "lib/", | "languageVersion": "3.2" | } | ], | "generated": "2023-10-22T14:31:09.627038Z", | "generator": "pub", | "generatorVersion": "3.2.0-210.2.beta" | } IO : Writing 86757 characters to text file /home/theskyblockman/.pub-cache/log/pub_log.txt. MSG : Logs written to /home/theskyblockman/.pub-cache/log/pub_log.txt. [+1913 ms] Found plugin irondash_engine_context at /home/theskyblockman/.pub-cache/hosted/pub.dev/irondash_engine_context-0.1.1/ [ +31 ms] Found plugin screen_retriever at /home/theskyblockman/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9/ [ +17 ms] Found plugin super_native_extensions at /home/theskyblockman/.pub-cache/hosted/pub.dev/super_native_extensions-0.1.8+2/ [ +16 ms] Found plugin window_manager at /home/theskyblockman/.pub-cache/hosted/pub.dev/window_manager-0.3.7/ [ +157 ms] Found plugin irondash_engine_context at /home/theskyblockman/.pub-cache/hosted/pub.dev/irondash_engine_context-0.1.1/ [ +13 ms] Found plugin screen_retriever at /home/theskyblockman/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9/ [ +20 ms] Found plugin super_native_extensions at /home/theskyblockman/.pub-cache/hosted/pub.dev/super_native_extensions-0.1.8+2/ [ +15 ms] Found plugin window_manager at /home/theskyblockman/.pub-cache/hosted/pub.dev/window_manager-0.3.7/ [ +83 ms] Initializing file store [ +6 ms] Skipping target: gen_localizations [ +81 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /home/theskyblockman/Developement/flutter/explainomia/.dart_tool/package_config_subset} [ +54 ms] Found plugin irondash_engine_context at /home/theskyblockman/.pub-cache/hosted/pub.dev/irondash_engine_context-0.1.1/ [ +9 ms] Found plugin screen_retriever at /home/theskyblockman/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9/ [ +8 ms] Found plugin super_native_extensions at /home/theskyblockman/.pub-cache/hosted/pub.dev/super_native_extensions-0.1.8+2/ [ +8 ms] Found plugin window_manager at /home/theskyblockman/.pub-cache/hosted/pub.dev/window_manager-0.3.7/ [ +8 ms] gen_dart_plugin_registrant: Complete [ ] _composite: Starting due to {} [ ] _composite: Complete [ +1 ms] complete [ +3 ms] Launching lib/main.dart on Linux in debug mode... [ +2 ms] /home/theskyblockman/snap/flutter/common/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /home/theskyblockman/snap/flutter/common/flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot --sdk-root /home/theskyblockman/snap/flutter/common/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true -DFLUTTER_WEB_CANVASKIT_URL=https://www.gstatic.com/flutter-canvaskit/249cc9b86c45acb7e32b4097bc8a5059b91c888e/ --output-dill /tmp/flutter_tools.PAHCEE/flutter_tool.YIXPDE/app.dill --packages /home/theskyblockman/Developement/flutter/explainomia/.dart_tool/package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build/61ebfca94496893cf79d3453ae0a6715.cache.dill.track.dill --verbosity=error --enable-experiment=alternative-invalidation-strategy [ +16 ms] Building Linux application... [ +5 ms] <- compile package:explainomia/main.dart [ +2 ms] executing: [build/linux/x64/debug/] cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DFLUTTER_TARGET_PLATFORM=linux-x64 /home/theskyblockman/Developement/flutter/explainomia/linux [ +117 ms] -- The CXX compiler identification is Clang 10.0.0 [ +8 ms] -- Check for working CXX compiler: /snap/flutter/current/usr/bin/clang++ [ +250 ms] -- Check for working CXX compiler: /snap/flutter/current/usr/bin/clang++ -- works [ +2 ms] -- Detecting CXX compiler ABI info [ +133 ms] -- Detecting CXX compiler ABI info - done [ +11 ms] -- Detecting CXX compile features [ ] -- Detecting CXX compile features - done [ +4 ms] -- Found PkgConfig: /snap/flutter/current/usr/bin/pkg-config (found version "0.29.1") [ ] -- Checking for module 'gtk+-3.0' [ +25 ms] -- Found gtk+-3.0, version 3.24.20 [ +67 ms] -- Checking for module 'glib-2.0' [ +17 ms] -- Found glib-2.0, version 2.64.6 [ +47 ms] -- Checking for module 'gio-2.0' [ +27 ms] -- Found gio-2.0, version 2.64.6 [ +59 ms] -- Configuring done [ +39 ms] -- Generating done [ ] -- Build files have been written to: /home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug [ +7 ms] executing: ninja -C build/linux/x64/debug install [ +8 ms] ninja: Entering directory `build/linux/x64/debug' [ +354 ms] [1/15] Generating libsuper_native_extensions.so, _phony_ [ ] FAILED: plugins/super_native_extensions/libsuper_native_extensions.so plugins/super_native_extensions/_phony_ [ +36 ms] cd /home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions && /var/lib/snapd/snap/flutter/141/usr/bin/cmake -E env CARGOKIT_CMAKE=/var/lib/snapd/snap/flutter/141/usr/bin/cmake CARGOKIT_CONFIGURATION=Debug CARGOKIT_MANIFEST_DIR=/home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/.plugin_symlinks/super_native_extensions/linux/../rust CARGOKIT_LIB_NAME=super_native_extensions CARGOKIT_BUILD_DIR=/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build CARGOKIT_TARGET_DIR=/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions CARGOKIT_TARGET_PLATFORM=linux-x64 CARGOKIT_TOOL_TEMP_DIR=/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/tool /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/.plugin_symlinks/super_native_extensions/cargokit/cmake/../run_rust_tool.sh build_cmake [ +13 ms] Compiling log v0.4.16 [ ] Compiling anyhow v1.0.56 [ ] Compiling semver v1.0.14 [ ] Compiling cfg-if v1.0.0 [ ] error: linking with `cc` failed: exit status: 1 [ +5 ms] | [ +39 ms] = note: LC_ALL="C" PATH="/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/theskyblockman/snap/flutter/common/flutter/bin: /snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/theskyblockman/snap/flutter/common/flutter/bin:/home/theskyblockman/.cargo/bin:/home/theskyblockman/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin: /sbin:/home/theskyblockman/.local/share/JetBrains/Toolbox/scripts:/var/lib/snapd/snap/bin:~/.cargo/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcgtlvjz/symbols.o" "/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/tool/debug/build/log-f29a1dd5b3710169/build_script_build-f29a1dd5b3710169.build_script_build.bb0b7a01f5b 38264-cgu.0.rcgu.o" "/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/tool/debug/build/log-f29a1dd5b3710169/build_script_build-f29a1dd5b3710169.59n295q1ufh3upji.rcgu.o" "-Wl,--as-needed" "-L" "/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/tool/debug/deps" "-L" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-6498d8891e016dca.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3debdee1a9058d84.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8339c5bd5cbc92bf.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-160ebcebb54c11ba.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-95c75789f1b65e37.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-7e8094f2d6258832.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bac9783ef1b45db0.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a1cd87df2f2d8e76.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-7fd06d468d7dba16.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5ac19487656e05bf.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c35d32cf825c11.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-c523f1571362e70b.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-85f17c92b770a911.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-598d3ba148dadcea.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a58ec2dab545caa4.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-f9dda8cca149f0fc.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-7ba4c315dd7a3503.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5ac2993e19124966.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-df2fb7f50dec519a.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/tool/debug/build/log-f29a1dd5b3710169/build_script_build-f29a1dd5b3710169" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [ +15 ms] = note: /snap/flutter/current/usr/bin/ld: /usr/libexec/gcc/x86_64-redhat-linux/13/liblto_plugin.so: error loading plugin: /var/lib/snapd/snap/flutter/141/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/libexec/gcc/x86_64-redhat-linux/13/liblto_plugin.so) [ +14 ms] collect2: error: ld returned 1 exit status [ ] error: could not compile `log` (build script) due to previous error [ ] warning: build failed, waiting for other jobs to finish... [ ] error: linking with `cc` failed: exit status: 1 [ ] | [ +52 ms] = note: LC_ALL="C" PATH="/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/theskyblockman/snap/flutter/common/flutter/bin: /snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/theskyblockman/snap/flutter/common/flutter/bin:/home/theskyblockman/.cargo/bin:/home/theskyblockman/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin: /sbin:/home/theskyblockman/.local/share/JetBrains/Toolbox/scripts:/var/lib/snapd/snap/bin:~/.cargo/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcJacXns/symbols.o" "/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/tool/debug/build/semver-5ae1aca52399e990/build_script_build-5ae1aca52399e990.build_script_build.a5b7c7a9 ce159e38-cgu.0.rcgu.o" "/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/tool/debug/build/semver-5ae1aca52399e990/build_script_build-5ae1aca52399e990.2ff3ye58r2flae92.rcgu.o" "-Wl,--as-needed" "-L" "/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/tool/debug/deps" "-L" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-6498d8891e016dca.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3debdee1a9058d84.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8339c5bd5cbc92bf.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-160ebcebb54c11ba.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-95c75789f1b65e37.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-7e8094f2d6258832.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bac9783ef1b45db0.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a1cd87df2f2d8e76.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-7fd06d468d7dba16.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5ac19487656e05bf.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c35d32cf825c11.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-c523f1571362e70b.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-85f17c92b770a911.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-598d3ba148dadcea.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a58ec2dab545caa4.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-f9dda8cca149f0fc.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-7ba4c315dd7a3503.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5ac2993e19124966.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-df2fb7f50dec519a.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/tool/debug/build/semver-5ae1aca52399e990/build_script_build-5ae1aca52399e990" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [ +7 ms] = note: /snap/flutter/current/usr/bin/ld: /usr/libexec/gcc/x86_64-redhat-linux/13/liblto_plugin.so: error loading plugin: /var/lib/snapd/snap/flutter/141/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/libexec/gcc/x86_64-redhat-linux/13/liblto_plugin.so) [ +4 ms] collect2: error: ld returned 1 exit status [ +1 ms] error: could not compile `semver` (build script) due to previous error [ ] error: linking with `cc` failed: exit status: 1 [ ] | [ +38 ms] = note: LC_ALL="C" PATH="/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/theskyblockman/snap/flutter/common/flutter/bin: /snap/flutter/current/usr/bin:/snap/flutter/current/bin:/home/theskyblockman/snap/flutter/common/flutter/bin:/home/theskyblockman/.cargo/bin:/home/theskyblockman/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin: /sbin:/home/theskyblockman/.local/share/JetBrains/Toolbox/scripts:/var/lib/snapd/snap/bin:~/.cargo/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcJuhhAI/symbols.o" "/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/tool/debug/build/anyhow-ed24603eb23f83a5/build_script_build-ed24603eb23f83a5.build_script_build.41e5b9d2 00aa20db-cgu.0.rcgu.o" "/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/tool/debug/build/anyhow-ed24603eb23f83a5/build_script_build-ed24603eb23f83a5.400zjhtlauvqav0o.rcgu.o" "-Wl,--as-needed" "-L" "/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/tool/debug/deps" "-L" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-6498d8891e016dca.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3debdee1a9058d84.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8339c5bd5cbc92bf.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-160ebcebb54c11ba.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-95c75789f1b65e37.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-7e8094f2d6258832.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bac9783ef1b45db0.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a1cd87df2f2d8e76.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-7fd06d468d7dba16.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5ac19487656e05bf.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c35d32cf825c11.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-c523f1571362e70b.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-85f17c92b770a911.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-598d3ba148dadcea.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a58ec2dab545caa4.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-f9dda8cca149f0fc.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-7ba4c315dd7a3503.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5ac2993e19124966.rlib" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-df2fb7f50dec519a.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/home/theskyblockman/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/home/theskyblockman/Developement/flutter/explainomia/build/linux/x64/debug/plugins/super_native_extensions/cargokit_build/tool/debug/build/anyhow-ed24603eb23f83a5/build_script_build-ed24603eb23f83a5" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [ +4 ms] = note: /snap/flutter/current/usr/bin/ld: /usr/libexec/gcc/x86_64-redhat-linux/13/liblto_plugin.so: error loading plugin: /var/lib/snapd/snap/flutter/141/usr/bin/../../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/libexec/gcc/x86_64-redhat-linux/13/liblto_plugin.so) [ ] collect2: error: ld returned 1 exit status [ ] error: could not compile `anyhow` (build script) due to previous error [+12338 ms] [2/15] Generating /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/libflutter_linux_gtk.so, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_basic_message_channel.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_binary_codec.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_binary_messenger.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_dart_project.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_engine.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_json_method_codec.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_message_codec.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_method_call.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_method_channel.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_method_codec.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_method_response.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_plugin_registrar.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_plugin_registry.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_standard_message_codec.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_standard_method_codec.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_string_codec.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_value.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/fl_view.h, /home/theskyblockman/Developement/flutter/explainomia/linux/flutter/ephemeral/flutter_linux/flutter_linux.h, _phony_ [ +1 ms] [ +12 ms] executing: uname -m [ ] [ +17 ms] Exit code 0 from: uname -m [ ] [ ] x86_64 [ ] [ +24 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] [ +81 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'LegacyCanvasKitRemover' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] [ +1 ms] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [ ] [ +33 ms] Initializing file store [ ] [ +17 ms] native_assets: Starting due to {} [ ] [ +1 ms] Skipping target: gen_localizations [ ] [ +11 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /home/theskyblockman/Developement/flutter/explainomia/.dart_tool/package_config_subset} [ ] [ +2 ms] unpack_linux: Starting due to {} [ ] [ +339 ms] unpack_linux: Complete [ ] [ +684 ms] Writing native_assets.yaml. [ ] [ +16 ms] Writing /home/theskyblockman/Developement/flutter/explainomia/.dart_tool/flutter_build/f7651cc6b2911d93d0ca8e165bceca7b/native_assets.yaml done. [ ] [ +1 ms] native_assets: Complete [ ] [ +11 ms] Found plugin irondash_engine_context at /home/theskyblockman/.pub-cache/hosted/pub.dev/irondash_engine_context-0.1.1/ [ ] [ +34 ms] Found plugin screen_retriever at /home/theskyblockman/.pub-cache/hosted/pub.dev/screen_retriever-0.1.9/ [ ] [ +22 ms] Found plugin super_native_extensions at /home/theskyblockman/.pub-cache/hosted/pub.dev/super_native_extensions-0.1.8+2/ [ ] [ +29 ms] Found plugin window_manager at /home/theskyblockman/.pub-cache/hosted/pub.dev/window_manager-0.3.7/ [ ] [ +19 ms] gen_dart_plugin_registrant: Complete [ ] [ +1 ms] kernel_snapshot: Starting due to {} [ ] [ +2 ms] Embedding native assets mapping /home/theskyblockman/Developement/flutter/explainomia/.dart_tool/flutter_build/f7651cc6b2911d93d0ca8e165bceca7b/native_assets.yaml in kernel. [ +3 ms] [ +14 ms] /home/theskyblockman/snap/flutter/common/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /home/theskyblockman/snap/flutter/common/flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot --sdk-root /home/theskyblockman/snap/flutter/common/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --target=flutter --no-print-incremental-dependencies -DFLUTTER_WEB_AUTO_DETECT=true -DFLUTTER_WEB_CANVASKIT_URL=https://www.gstatic.com/flutter-canvaskit/249cc9b86c45acb7e32b4097bc8a5059b91c888e/ -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --packages /home/theskyblockman/Developement/flutter/explainomia/.dart_tool/package_config.json --output-dill /home/theskyblockman/Developement/flutter/explainomia/.dart_tool/flutter_build/f7651cc6b2911d93d0ca8e165bceca7b/app.dill --depfile /home/theskyblockman/Developement/flutter/explainomia/.dart_tool/flutter_build/f7651cc6b2911d93d0ca8e165bceca7b/kernel_snapshot.d --incremental --initialize-from-dill /home/theskyblockman/Developement/flutter/explainomia/.dart_tool/flutter_build/f7651cc6b2911d93d0ca8e165bceca7b/app.dill --native-assets /home/theskyblockman/Developement/flutter/explainomia/.dart_tool/flutter_build/f7651cc6b2911d93d0ca8e165bceca7b/native_assets.yaml --verbosity=error package:explainomia/main.dart [ ] [+9205 ms] kernel_snapshot: Complete [ ] [ +359 ms] debug_bundle_linux-x64_assets: Starting due to {} [ ] [ +405 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466. [ ] [ +6 ms] shaderc command: [/home/theskyblockman/snap/flutter/common/flutter/bin/cache/artifacts/engine/linux-x64/impellerc, --sksl, --iplr, --sl=/home/theskyblockman/Developement/flutter/explainomia/build/flutter_assets/shaders/ink_sparkle.frag, --spirv=/home/theskyblockman/Developement/flutter/explainomia/build/flutter_assets/shaders/ink_sparkle.frag.spirv, --input=/home/theskyblockman/snap/flutter/common/flutter/packages/flutter/lib/src/material/shaders/ink_sparkle.frag, --input-type=frag, --include=/home/theskyblockman/snap/flutter/common/flutter/packages/flutter/lib/src/material/shaders, --include=/home/theskyblockman/snap/flutter/common/flutter/bin/cache/artifacts/engine/linux-x64/shader_lib] [ ] [ +374 ms] debug_bundle_linux-x64_assets: Complete [ ] [ +466 ms] Persisting file store [ ] [ +7 ms] Done persisting file store [ ] [ +7 ms] build succeeded. [ +2 ms] [ +10 ms] "flutter assemble" took 12 176ms. [ ] [ +52 ms] ensureAnalyticsSent: 41ms [ ] [ ] Running 0 shutdown hooks [ ] [ ] Shutdown hooks complete [ ] [ ] exiting with code 0 [ ] ninja: build stopped: subcommand failed. [ +9 ms] Building Linux application... (completed in 13,8s) [ ] Exception: Build process failed [ +2 ms] "flutter run" took 16 415ms. [ +2 ms] #0 throwToolExit (package:flutter_tools/src/base/common.dart:10:3) #1 RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:752:9) #2 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1350:27) #3 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #4 CommandRunner.runCommand (package:args/command_runner.dart:212:13) #5 FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:348:9) #6 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #7 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:294:5) #8 run.. (package:flutter_tools/runner.dart:112:9) #9 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #10 main (package:flutter_tools/executable.dart:90:3) [ +31 ms] ensureAnalyticsSent: 28ms [ ] Running 1 shutdown hook [ +3 ms] Shutdown hooks complete [ ] exiting with code 1 ```
knopp commented 1 year ago

Are you able to run /snap/flutter/current/usr/bin/ld?

From the full log it seems that cargo is trying to link with /snap/flutter/current/usr/bin/ld but the command fails to run. cargo build passed because it wasn't trying to build within the snap environment.

theskyblockman commented 1 year ago

Yes, it runs without any problems:

➜ /snap/flutter/current/usr/bin/ld --version
GNU ld (GNU Binutils for Ubuntu) 2.34
Copyright (C) 2020 Free Software Foundation, Inc.
knopp commented 1 year ago

Yes, it runs without any problems:

➜ /snap/flutter/current/usr/bin/ld --version
GNU ld (GNU Binutils for Ubuntu) 2.34
Copyright (C) 2020 Free Software Foundation, Inc.

Actually, that might not mean much :-/ The problem seems to happen when loading the liblto plugin /usr/libexec/gcc/x86_64-redhat-linux/13/liblto_plugin.so, which might not be loaded during ld --version.

knopp commented 1 year ago

I'll see if I can reproduce this with Fedora 38 and Flutter from snap. Both 37 and 38 have way newer glibc version than 2.3.3 so that shouldn't matter.

knopp commented 1 year ago

There is similar issue discussed here: https://stackoverflow.com/questions/74156104/glibc-2-33-not-found-while-building-flutter-for-linux

theskyblockman commented 1 year ago

I tried to reinstall Flutter and run the build process again, but I still got the same error:

➜  linux flutter run -d linux   
Changing current working directory to: /home/theskyblockman/Developement/flutter/explainomia
Resolving dependencies... 
  _fe_analyzer_shared 64.0.0 (65.0.0 available)
  analyzer 6.2.0 (6.3.0 available)
  coverage 1.6.4 (1.7.0 available)
  flutter_lints 2.0.3 (3.0.0 available)
  irondash_engine_context 0.1.1 (0.3.1 available)
  irondash_message_channel 0.1.1 (0.3.1 available)
  lints 2.1.1 (3.0.0 available)
  material_color_utilities 0.5.0 (0.8.0 available)
  meta 1.10.0 (1.11.0 available)
  super_clipboard 0.1.7+6 (0.6.4 available)
  super_drag_and_drop 0.1.9+3 (0.6.4 available)
  super_native_extensions 0.1.8+2 (0.6.4 available)
  web 0.2.1-beta (0.3.0 available)
Got dependencies!
13 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.
Launching lib/main.dart on Linux in debug mode...
error: linking with `cc` failed: exit status: 1
          collect2: error: ld returned 1 exit status
error: could not compile `log` (build script) due to previous error
warning: build failed, waiting for other jobs to finish...
error: linking with `cc` failed: exit status: 1
          collect2: error: ld returned 1 exit status
error: could not compile `semver` (build script) due to previous error
error: linking with `cc` failed: exit status: 1
          collect2: error: ld returned 1 exit status
error: could not compile `anyhow` (build script) due to previous error
Building Linux application...                                           
Exception: Build process failed
knopp commented 1 year ago

Okay, I think see where the problem is. The flutter snap is shipped with libc-2.31, but the ld from it is trying to load a lto plugin from your system, which depends on libc-2.33. Which of course fails.

knopp commented 1 year ago

Btw, I just published 0.7.0. It will use precompiled libraries if Rust is not available. You can try upgrading your project to 0.7.0 and uninstalling Rust.

knopp commented 1 year ago

I reported the Flutter issue here: https://github.com/flutter/flutter/issues/137036

knopp commented 1 year ago

Another options would be simply not use Flutter from snap. All you need to do is checkout the flutter project and add the bin directory to PATH.

knopp commented 1 year ago

Moved to flutter-snap: https://github.com/canonical/flutter-snap/issues/109