8000 Build error on ubuntu 22.04 using snap · Issue #124011 · flutter/flutter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Build error on ubuntu 22.04 using snap #124011

New issue

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

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

Already on GitHub? Sign in to your account

Open
solsticedhiver opened this issue Apr 3, 2023 · 11 comments
Open

Build error on ubuntu 22.04 using snap #124011

solsticedhiver opened this issue Apr 3, 2023 · 11 comments
Labels
a: build Building flutter applications with the tool c: crash Stack traces logged to the console P3 Issues that are less important to the Flutter project platform-linux Building on or for Linux specifically team-tool Owned by Flutter Tool team tool Affects the "flutter" command-line tool. See also t: labels. triaged-tool Triaged by Flutter Tool team

Comments

@solsticedhiver
Copy link
solsticedhiver commented Apr 3, 2023

I have (a VM) ubuntu 22.04 with flutter installed as a classic snap.

I tried to build and run my app (depending on media_kit)

The build fails with the error below, unable to link library because of missing symbols or libraries, I don't know.

This is an issue with the snap, because this is working fine, if flutter is installed by downloading the tarball. On archlinux, I never had such an issue.

$ flutter run -v
[  +17 ms] Unable to locate an Android SDK.
[  +10 ms] executing: uname -m
[   +4 ms] Exit code 0 from: uname -m
[        ] x86_64
[   +1 ms] executing: [/home/solstice/snap/flutter/common/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +10 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 62bd79521d8d007524e351747471ba66696fc2d4
[        ] executing: [/home/solstice/snap/flutter/common/flutter/] git tag --points-at 62bd79521d8d007524e351747471ba66696fc2d4
[  +22 ms] Exit code 0 from: git tag --points-at 62bd79521d8d007524e351747471ba66696fc2d4
[        ] 3.7.9
[  +14 ms] executing: [/home/solstice/snap/flutter/common/flutter/] git rev-parse --abbrev-ref --symbolic @{upstream}
[  +12 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[        ] origin/stable
[        ] executing: [/home/solstice/snap/flutter/common/flutter/] git ls-remote --get-url origin
[   +3 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +36 ms] executing: [/home/solstice/snap/flutter/common/flutter/] git rev-parse --abbrev-ref HEAD
[  +25 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[  +26 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[   +9 ms] 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.
[   +2 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.
[ +113 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[  +10 ms] 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.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[  +16 ms] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[   +4 ms] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +114 ms] Skipping pub get: version match.
[  +80 ms] Found plugin media_kit_libs_linux at /home/solstice/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.0.1/
[   +5 ms] Found plugin media_kit_libs_windows_video at /home/solstice/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.1/
[   +2 ms] Found plugin media_kit_native_event_loop at /home/solstice/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.1/
[   +2 ms] Found plugin media_kit_video at /home/solstice/.pub-cache/hosted/pub.dev/media_kit_video-0.0.2/
[  +37 ms] Found plugin path_provider at /home/solstice/.pub-cache/hosted/pub.dev/path_provider-2.0.14/
[   +1 ms] Found plugin path_provider_android at /home/solstice/.pub-cache/hosted/pub.dev/path_provider_android-2.0.24/
[   +2 ms] Found plugin path_provider_foundation at /home/solstice/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.1/
[   +1 ms] Found plugin path_provider_linux at /home/solstice/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.10/
[   +9 ms] Found plugin path_provider_windows at /home/solstice/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.5/
[  +19 ms] Found plugin sqflite at /home/solstice/.pub-cache/hosted/pub.dev/sqflite-2.2.6/
[  +41 ms] Found plugin video_player at /home/solstice/.pub-cache/hosted/pub.dev/video_player-2.6.0/
[   +1 ms] Found plugin video_player_android at /home/solstice/.pub-cache/hosted/pub.dev/video_player_android-2.4.3/
[   +5 ms] Found plugin video_player_avfoundation at /home/solstice/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.4.2/
[   +2 ms] Found plugin video_player_web at /home/solstice/.pub-cache/hosted/pub.dev/video_player_web-2.0.15/
[  +78 ms] Found plugin media_kit_libs_linux at /home/solstice/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.0.1/
[   +1 ms] Found plugin media_kit_libs_windows_video at /home/solstice/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.1/
[   +1 ms] Found plugin media_kit_native_event_loop at /home/solstice/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.1/
[   +2 ms] Found plugin media_kit_video at /home/solstice/.pub-cache/hosted/pub.dev/media_kit_video-0.0.2/
[   +2 ms] Found plugin path_provider at /home/solstice/.pub-cache/hosted/pub.dev/path_provider-2.0.14/
[   +1 ms] Found plugin path_provider_android at /home/solstice/.pub-cache/hosted/pub.dev/path_provider_android-2.0.24/
[   +1 ms] Found plugin path_provider_foundation at /home/solstice/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.1/
[   +1 ms] Found plugin path_provider_linux at /home/solstice/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.10/
[  +14 ms] Found plugin path_provider_windows at /home/solstice/.pub-cache/hosted
8000
/pub.dev/path_provider_windows-2.1.5/
[  +13 ms] Found plugin sqflite at /home/solstice/.pub-cache/hosted/pub.dev/sqflite-2.2.6/
[  +14 ms] Found plugin video_player at /home/solstice/.pub-cache/hosted/pub.dev/video_player-2.6.0/
[   +2 ms] Found plugin video_player_android at /home/solstice/.pub-cache/hosted/pub.dev/video_player_android-2.4.3/
[   +1 ms] Found plugin video_player_avfoundation at /home/solstice/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.4.2/
[  +24 ms] Found plugin video_player_web at /home/solstice/.pub-cache/hosted/pub.dev/video_player_web-2.0.15/
[  +52 ms] Found plugin media_kit_libs_linux at /home/solstice/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.0.1/
[        ] Found plugin media_kit_libs_windows_video at /home/solstice/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.1/
[        ] Found plugin media_kit_native_event_loop at /home/solstice/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.1/
[        ] Found plugin media_kit_video at /home/solstice/.pub-cache/hosted/pub.dev/media_kit_video-0.0.2/
[   +1 ms] Found plugin path_provider at /home/solstice/.pub-cache/hosted/pub.dev/path_provider-2.0.14/
[        ] Found plugin path_provider_android at /home/solstice/.pub-cache/hosted/pub.dev/path_provider_android-2.0.24/
[        ] Found plugin path_provider_foundation at /home/solstice/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.1/
[        ] Found plugin path_provider_linux at /home/solstice/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.10/
[        ] Found plugin path_provider_windows at /home/solstice/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.5/
[   +3 ms] Found plugin sqflite at /home/solstice/.pub-cache/hosted/pub.dev/sqflite-2.2.6/
[   +9 ms] Found plugin video_player at /home/solstice/.pub-cache/hosted/pub.dev/video_player-2.6.0/
[   +4 ms] Found plugin video_player_android at /home/solstice/.pub-cache/hosted/pub.dev/video_player_android-2.4.3/
[        ] Found plugin video_player_avfoundation at /home/solstice/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.4.2/
[   +1 ms] Found plugin video_player_web at /home/solstice/.pub-cache/hosted/pub.dev/video_player_web-2.0.15/
[  +93 ms] Generating /home/solstice/flarte/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[ +112 ms] Initializing file store
[   +9 ms] Skipping target: gen_localizations
[   +4 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents:
/home/solstice/flarte/.dart_tool/package_config_subset,/home/solstice/flarte/.dart_tool/flutter_build/dart_plugin_registrant.dart}
[  +46 ms] Found plugin media_kit_libs_linux at /home/solstice/.pub-cache/hosted/pub.dev/media_kit_libs_linux-1.0.1/
[        ] Found plugin media_kit_libs_windows_video at /home/solstice/.pub-cache/hosted/pub.dev/media_kit_libs_windows_video-1.0.1/
[        ] Found plugin media_kit_native_event_loop at /home/solstice/.pub-cache/hosted/pub.dev/media_kit_native_event_loop-1.0.1/
[        ] Found plugin media_kit_video at /home/solstice/.pub-cache/hosted/pub.dev/media_kit_video-0.0.2/
[   +5 ms] Found plugin path_provider at /home/solstice/.pub-cache/hosted/pub.dev/path_provider-2.0.14/
[        ] Found plugin path_provider_android at /home/solstice/.pub-cache/hosted/pub.dev/path_provider_android-2.0.24/
[        ] Found plugin path_provider_foundation at /home/solstice/.pub-cache/hosted/pub.dev/path_provider_foundation-2.2.1/
[        ] Found plugin path_provider_linux at /home/solstice/.pub-cache/hosted/pub.dev/path_provider_linux-2.1.10/
[        ] Found plugin path_provider_windows at /home/solstice/.pub-cache/hosted/pub.dev/path_provider_windows-2.1.5/
[  +12 ms] Found plugin sqflite at /home/solstice/.pub-cache/hosted/pub.dev/sqflite-2.2.6/
[   +3 ms] Found plugin video_player at /home/solstice/.pub-cache/hosted/pub.dev/video_player-2.6.0/
[        ] Found plugin video_player_android at /home/solstice/.pub-cache/hosted/pub.dev/video_player_android-2.4.3/
[        ] Found plugin video_player_avfoundation at /home/solstice/.pub-cache/hosted/pub.dev/video_player_avfoundation-2.4.2/
[   +1 ms] Found plugin video_player_web at /home/solstice/.pub-cache/hosted/pub.dev/video_player_web-2.0.15/
[   +7 ms] gen_dart_plugin_registrant: Complete
[   +9 ms] Skipping target: _composite
[   +1 ms] complete
[   +5 ms] Launching lib/main.dart on Linux in debug mode...
[  +12 ms] /home/solstice/snap/flutter/common/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev
/home/solstice/snap/flutter/common/flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot --sdk-root
/home/solstice/snap/flutter/common/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true
--output-dill /tmp/flutter_tools.GPCWAU/flutter_tool.SNTROQ/app.dill --packages /home/solstice/flarte/.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/c075001b96339384a97db4862b8ab8db.cache.dill.track.dill --source
file:///home/solstice/flarte/.dart_tool/flutter_build/dart_plugin_registrant.dart --source package:flutter/src/dart_plugin_registrant.dart
-Dflutter.dart_plugin_registrant=file:///home/solstice/flarte/.dart_tool/flutter_build/dart_plugin_registrant.dart --verbosity=error --enable-experiment=alternative-invalidation-strategy
[  +33 ms] Building Linux application...
[  +30 ms] <- compile package:flarte/main.dart
[   +2 ms] executing: [build/linux/x64/debug/] cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DFLUTTER_TARGET_PLATFORM=linux-x64 /home/solstice/flarte/linux
[ +143 ms] -- Configuring done
[  +66 ms] -- Generating done
[        ] -- Build files have been written to: /home/solstice/flarte/build/linux/x64/debug
[   +5 ms] executing: ninja -C build/linux/x64/debug install
[  +33 ms] ninja: Entering directory `build/linux/x64/debug'
[+5333 ms] [1/13] Generating /home/solstice/flarte/linux/flutter/ephemeral/libflutter_linux_gtk.so, /home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_basic_message_channel.h,
/home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_binary_codec.h, /home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_binary_messenger.h,
/home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_dart_project.h, /home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_engine.h,
/home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_json_message_codec.h, /home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_json_method_codec.h,
/home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_message_codec.h, /home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_method_call.h,
/home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_method_channel.h, /home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_method_codec.h,
/home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_method_response.h, /home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_plugin_registrar.h,
/home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_plugin_registry.h, /home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_standard_message_codec.h,
/home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_standard_method_codec.h, /home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_string_codec.h,
/home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_value.h, /home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/fl_view.h,
/home/solstice/flarte/linux/flutter/ephemeral/flutter_linux/flutter_linux.h, _phony_
[   +9 ms] [  +24 ms] Unable to locate an Android SDK.
[        ] [  +17 ms] executing: uname -m
[        ] [  +23 ms] Exit code 0 from: uname -m
[        ] [        ] x86_64
[        ] [        ] executing: [/home/solstice/snap/flutter/common/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] [   +9 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] [        ] 62bd79521d8d007524e351747471ba66696fc2d4
[        ] [   +2 ms] executing: [/home/solstice/snap/flutter/common/flutter/] git tag --points-at 62bd79521d8d007524e351747471ba66696fc2d4
[        ] [  +23 ms] Exit code 0 from: git tag --points-at 62bd79521d8d007524e351747471ba66696fc2d4
[        ] [        ] 3.7.9
[        ] [  +18 ms] executing: [/home/solstice/snap/flutter/common/flutter/] git rev-parse --abbrev-ref HEAD
[        ] [  +12 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] [        ] stable
[        ] [  +34 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.
[   +2 ms] [        ] Artifact Instance of 'FlutterWebSdk' 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.
[        ] [ +142 ms] executing: [/home/solstice/snap/flutter/common/flutter/] git rev-parse --abbrev-ref --symbolic @{upstream}
[        ] [   +4 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[        ] [        ] origin/stable
[        ] [        ] executing: [/home/solstice/snap/flutter/common/flutter/] git ls-remote --get-url origin
[        ] [   +4 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] [        ] https://github.com/flutter/flutter.git
[        ] [        ] 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 '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.
[   +4 ms] [        ] 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.
[        ] [  +50 ms] Initializing file store
[        ] [  +13 ms] Done initializing file store
[        ] [  +51 ms] Skipping target: gen_localizations
[        ] [  +15 ms] Skipping target: gen_dart_plugin_registrant
[        ] [ +805 ms] Skipping target: unpack_linux
[        ] [ +615 ms] Skipping target: kernel_snapshot
[        ] [ +463 ms] Skipping target: debug_bundle_linux-x64_assets
[        ] [   +6 ms] Persisting file store
[        ] [  +16 ms] Done persisting file store
[   +2 ms] [  +28 ms] build succeeded.
[   +8 ms] [  +32 ms] "flutter assemble" took 2\u202f274ms.
[  +17 ms] [ +206 ms] ensureAnalyticsSent: 198ms
[        ] [        ] Running 0 shutdown hooks
[        ] [        ] Shutdown hooks complete
[        ] [        ] exiting with code 0
[ +322 ms] [2/7] Linking CXX shared library plugins/media_kit_libs_linux/libmedia_kit_libs_linux_plugin.so
[ +303 ms] [3/7] Linking CXX shared library plugins/media_kit_video/libmedia_kit_video_plugin.so
[ +405 ms] [4/7] Building CXX object CMakeFiles/flarte.dir/flutter/generated_plugin_registrant.cc.o
[ +138 ms] [5/7] Building CXX object CMakeFiles/flarte.dir/my_application.cc.o
[ +619 ms] [6/7] Linking CXX executable intermediates_do_not_run/flarte
[        ] FAILED: intermediates_do_not_run/flarte 
[  +19 ms] : && /snap/flutter/current/usr/bin/clang++  -g  -B/snap/flutter/current/usr/lib/gcc/x86_64-linux-gnu/9 -B/snap/flutter/current/usr/lib/x86_64-linux-gnu
-B/snap/flutter/current/lib/x86_64-linux-gnu -B/snap/flutter/current/usr/lib/ -L/snap/flutter/current/usr/lib/gcc/x86_64-linux-gnu/9 -L/snap/flutter/current/usr/lib/x86_64-linux-gnu
-L/snap/flutter/current/lib/x86_64-linux-gnu -L/snap/flutter/current/usr/lib/ -lblkid -lgcrypt -llzma -llz4 -lgpg-error -luuid -lpthread -ldl -lepoxy -B/snap/flutter/current/usr/lib/gcc/x86_64-linux-gnu/9
-B/snap/flutter/current/usr/lib/x86_64-linux-gnu -B/snap/flutter/current/lib/x86_64-linux-gnu -B/snap/flutter/current/usr/lib/ -L/snap/flutter/current/usr/lib/gcc/x86_64-linux-gnu/9
-L/snap/flutter/current/usr/lib/x86_64-linux-gnu -L/snap/flutter/current/lib/x86_64-linux-gnu -L/snap/flutter/current/usr/lib/ -lblkid -lgcrypt -llzma -llz4 -lgpg-error -luuid -lpthread -ldl -lepoxy
CMakeFiles/flarte.dir/main.cc.o CMakeFiles/flarte.dir/my_application.cc.o CMakeFiles/flarte.dir/flutter/generated_plugin_registrant.cc.o  -o intermediates_do_not_run/flarte
-Wl,-rpath,/home/solstice/flarte/build/linux/x64/debug/plugins/media_kit_libs_linux:/home/solstice/flarte/build/linux/x64/debug/plugins/media_kit_video:/home/solstice/flarte/linux/flutter/ephemeral:
plugins/media_kit_libs_linux/libmedia_kit_libs_linux_plugin.so  plugins/media_kit_video/libmedia_kit_video_plugin.so  /home/solstice/flarte/linux/flutter/ephemeral/libflutter_linux_gtk.so
/snap/flutter/current/usr/lib/x86_64-linux-gnu/libgtk-3.so  /snap/flutter/current/usr/lib/x86_64-linux-gnu/libgdk-3.so  /snap/flutter/current/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so
/snap/flutter/current/usr/lib/x86_64-linux-gnu/libpango-1.0.so  /snap/flutter/current/usr/lib/x86_64-linux-gnu/libharfbuzz.so  /snap/flutter/current/usr/lib/x86_64-linux-gnu/libatk-1.0.so
/snap/flutter/current/usr/lib/x86_64-linux-gnu/libcairo-gobject.so  /snap/flutter/current/usr/lib/x86_64-linux-gnu/libcairo.so  /snap/flutter/current/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so
/snap/flutter/current/usr/lib/x86_64-linux-gnu/libgio-2.0.so  /snap/flutter/current/usr/lib/x86_64-linux-gnu/libgobject-2.0.so  /snap/flutter/current/usr/lib/x86_64-linux-gnu/libglib-2.0.so && :
[   +6 ms] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libavformat.so.58\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0lstat64@GLIBC_2.33\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libplacebo.so.192\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0__pthread_register_cancel@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libarchive.so.13\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0fstatat@GLIBC_2.33\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/librsvg-2.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pango_attr_overline_new\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libdb-5.3.so\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_rwlock_trywrlock@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libkrb5.so.3\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0ns_name_uncompress@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libSDL2-2.0.so.0\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0sem_getvalue@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/librsvg-2.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_rwlock_wrlock@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0wl_proxy_marshal_flags\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_getcpuclockid@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libasound.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0dlinfo@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_mutexattr_init@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/librsvg-2.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0fstatat64@GLIBC_2.33\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libplacebo.so.192\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_condattr_setclock@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libavutil.so.56\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0hypot@GLIBC_2.35\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libzvbi.so.0\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_testcancel@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0stat64@GLIBC_2.33\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libgomp.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_getaffinity_np@GLIBC_2.32\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_create@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libavdevice.so.58\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0sem_timedwait@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libdb-5.3.so\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_rwlockattr_setpshared@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libasound.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0lstat@GLIBC_2.33\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libavformat.so.58\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_cancel@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libdb-5.3.so\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_condattr_setpshared@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libzimg.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0__libc_single_threaded@GLIBC_2.32\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0dlclose@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libzimg.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0std::__exception_ptr::exception_ptr::_M_release()@CXXABI_1.3.13\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libdb-5.3.so\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_rwlock_tryrdlock@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_detach@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libunistring.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_rwlockattr_setkind_np@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/librsvg-2.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_getattr_np@GLIBC_2.32\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_setname_np@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libjack.so.0\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_key_delete@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/librsvg-2.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pango_attr_overline_color_new\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libopenmpt.so.0\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0std::to_chars(char*, char*, double)@GLIBCXX_3.4.29\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libarchive.so.13\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0mknod@GLIBC_2.33\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0dlsym@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/librsvg-2.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_rwlock_unlock@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/librsvg-2.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pango_color_parse_with_alpha\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libasyncns.so.0\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0res_search@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libdb-5.3.so\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_rwlockattr_destroy@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libSDL2-2.0.so.0\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0sem_trywait@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libjack.so.0\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_setspecific@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0dlopen@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libgomp.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_attr_setaffinity_np@GLIBC_2.32\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0fstat64@GLIBC_2.33\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/librsvg-2.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_attr_getguardsize@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-15.99.so\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_mutexattr_setprotocol@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libdb-5.3.so\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_rwlock_init@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/librsvg-2.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_attr_getstack@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libzimg.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>::reserve()@GLIBCXX_3.4.29\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_sigmask@GLIBC_2.32\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libasyncns.so.0\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0res_query@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libavfilter.so.7\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0hypotf@GLIBC_2.35\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0dlerror@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libplacebo.so.192\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0std::__throw_bad_array_new_length()@GLIBCXX_3.4.29\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libjack.so.0\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_getspecific@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libzmq.so.5\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_cond_clockwait@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libdb-5.3.so\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_rwlockattr_init@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libavcodec.so.58\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0sem_init@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libgomp.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_attr_getstacksize@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libasound.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_mutex_trylock@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libzmq.so.5\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_setaffinity_np@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libavcodec.so.58\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0sem_destroy@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_mutexattr_destroy@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libjack.so.0\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_attr_setstacksize@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_join@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libplacebo.so.192\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0__pthread_unregister_cancel@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_mutexattr_settype@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libdb-5.3.so\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_mutexattr_setpshared@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/librsvg-2.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pango_overline_get_type\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libavcodec.so.58\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0sem_post@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/librsvg-2.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_rwlock_rdlock@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libasound.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0stat@GLIBC_2.33\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libasound.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0fstat@GLIBC_2.33\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libjack.so.0\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0shm_unlink@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libzimg.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0std::__exception_ptr::exception_ptr::_M_addref()@CXXABI_1.3.13\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libmpv.so.1\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_once@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libasound.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0dladdr@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libavcodec.so.58\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0sem_wait@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libjack.so.0\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0shm_open@GLIBC_2.34\u00a0\u00bb
[  +11 ms] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/librsvg-2.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_rwlock_destroy@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/librsvg-2.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pango_layout_get_direction\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libjack.so.0\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pthread_key_create@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libcodec2.so.1.0\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0exp10f@GLIBC_2.32\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libasound.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0dladdr1@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/libkrb5.so.3\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0res_nsearch@GLIBC_2.34\u00a0\u00bb
[        ] /snap/flutter/current/usr/bin/ld\u00a0: /lib/x86_64-linux-gnu/librsvg-2.so.2\u00a0: r\u00e9f\u00e9rence ind\u00e9finie vers \u00ab\u00a0pango_attr_list_equal\u00a0\u00bb
[   +8 ms] clang: error: linker command failed with exit code 1 (use -v to see invocation)
[  +11 ms] ninja: build stopped: subcommand failed.
[  +50 ms] Building Linux application... (completed in 7,5s)
[+7710 ms] Exception: Build process failed
[   +3 ms] "flutter run
8000
" took 16\u202f433ms.
[   +3 ms] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:722:9)
           <asynchronous suspension>
           #2      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1257:27)
           <asynchronous suspension>
           #3      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #4      CommandRunner.runCommand (package:args/command_runner.dart:209:13)
           <asynchronous suspension>
           #5      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:283:9)
           <asynchronous suspension>
           #6      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #7      FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:229:5)
           <asynchronous suspension>
           #8      run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:64:9)
           <asynchronous suspension>
           #9      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #10     main (package:flutter_tools/executable.dart:91:3)
           <asynchronous suspension>
           
           
[ +125 ms] ensureAnalyticsSent: 124ms
[        ] Running 1 shutdown hook
[   +7 ms] Shutdown hooks complete
[        ] exiting with code 1
@exaby73 exaby73 added the in triage Presently being triaged by the triage team label Apr 3, 2023
@exaby73
Copy link
Member
exaby73 commented Apr 3, 2023

Could you try installing the Android SDK? I have seen issues previously where just installing the Android SDK would fix some issues. Could you try that and let me know if that works for you?

Also I do want to note, that Flutter currently doesn't fully support running on VMs. See #79237 for more information on it.

@exaby73 exaby73 added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Apr 3, 2023
@solsticedhiver
Copy link
Author

Installing the Android SDK does not seem to make any difference.

At first, I tried with installing the snap (sudo snap install androidsdk). It failed with the same error. Then, I installed instead the ubuntu package (sudo snap remove androidsdk; sudo apt install android-sdk).This gives at the end, the same looking error$

for the 2nd option flutter doctor gives:

Doctor summary (to see all details, run flutter doctor -v):
[\u2713] Flutter (Channel stable, 3.7.9, on Ubuntu 22.04.2 LTS 5.19.0-38-generic, locale fr_FR.UTF-8)
[!] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
    \u2717 cmdline-tools component is missing
      Run `path/to/sdkmanager --install "cmdline-tools;latest"`
      See https://developer.android.com/studio/command-line for more details.
    \u2717 Android license status unknown.
      Run `flutter doctor --android-licenses` to accept the SDK licenses.
      See https://flutter.dev/docs/get-started/install/linux#android-setup for more details.
[\u2717] Chrome - develop for the web (Cannot find Chrome executable at google-chrome)
    ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[\u2713] Linux toolchain - develop for Linux desktop
[!] Android Studio (not installed)
[\u2713] Connected device (1 available)
[\u2713] HTTP Host Availability

! Doctor found issues in 3 categories.

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Apr 3, 2023
@exaby73
Copy link
Member
exaby73 commented Apr 4, 2023

Could you try setting up the Android SDK completely? It would be easier with Android Studio, and is recommend

@exaby73 exaby73 added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Apr 4, 2023
@solsticedhiver
Copy link
Author

If you insist. Installed android-studio from .zip on their site. Now:

$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[\u2713] Flutter (Channel stable, 3.7.9, on Ubuntu 22.04.2 LTS 5.19.0-38-generic, locale fr_FR.UTF-8)
[\u2713] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
[\u2717] Chrome - develop for the web (Cannot find Chrome executable at google-chrome)
    ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[\u2713] Linux toolchain - develop for Linux desktop
[\u2713] Android Studio (version 2022.1)
[\u2713] Connected device (1 available)
[\u2713] HTTP Host Availability

! Doctor found issues in 1 category.

Still the same error

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Apr 4, 2023
@exaby73
Copy link
Member
exaby73 commented Apr 4, 2023

I'll label this issue for for visibility and insights from other team members

@exaby73 exaby73 added c: crash Stack traces logged to the console tool Affects the "flutter" command-line tool. See also t: labels. platform-linux Building on or for Linux specifically a: build Building flutter applications with the tool and removed in triage Presently being triaged by the triage team labels Apr 4, 2023
@MosheYamini
Copy link

Same here

@JayPi4c
Copy link
JayPi4c commented May 3, 2023

I don't know if it's related, but in the https://github.com/lichess-org/mobile repository, there is also a known issue with the snap installation of flutter. As pointed out in lichess-org/mobile#123 the problem is somewhere down the line compiling c/cpp code (in this case Stockfish). A workaround for now is to not use the snap installation but the manual installation approach which doing just fine building the project.

@gsouf
Copy link
gsouf commented Jun 27, 2023

I second this, the manual install of flutter fixed it for me too. I would want to add that it's not the first time that the snap install of flutter breaks the linux build for me.
While I respect the hard work from the maintainer of the flutter snap I think there is some improvements to do to make the snap install to be more stable.

Side note.. For who gets into this situation. After deleting the snap and install flutter manually don't forget to remove the build directory at the root for the project as it contains some cached references from the snap install of flutter.

@flutter-triage-bot flutter-triage-bot bot added the team-tool Owned by Flutter Tool team label Jul 8, 2023
@christopherfujino christopherfujino added P3 Issues that are less important to the Flutter project and removed P3 Issues that are less important to the Flutter project labels Jul 17, 2023
@cbracken
Copy link
Member

/cc @robert-ancell who I believe is familiar with the Flutter snap.

@cbracken
Copy link
Member

Mentioned by @stuartmorgan in chat, but for issues with the Snap itself, please file an issue at https://github.com/canonical/flutter-snap/issues, so the maintainers are aware.

@christopherfujino christopherfujino added P3 Issues that are less important to the Flutter project triaged-tool Triaged by Flutter Tool team labels Jul 27, 2023
@chirag503
Copy link

I'm struggling to create a Snap file, and various methods aren't working due to a library issue. I discovered a helpful solution in Package:flutter_to_debian, which facilitates the creation of Debian files for Linux builds. It has proven useful for me. If you're looking to make an installer for a Linux app, you might want to give this a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a: build Building flutter applications with the tool c: crash Stack traces logged to the console P3 Issues that are less important to the Flutter project platform-linux Building on or for Linux specifically team-tool Owned by Flutter Tool team tool Affects the "flutter" command-line tool. See also t: labels. triaged-tool Triaged by Flutter Tool team
Projects
None yet
Development

No branches or pull requests

8 participants
0