flutter-plugins icon indicating copy to clipboard operation
flutter-plugins copied to clipboard

Linux SNAP build error

Open Anish-T-GitHub opened this issue 1 year ago • 0 comments

I added this desktop_webview_window: ^0.2.3 lib in pubspec.yaml

Go to run snapcraft command facing this issue

i can't generate snap build

/usr/bin/ld: /snap/gnome-42-2204-sdk/current/usr/lib/x86_64-linux-gnu/libdw.so.1: undefined reference to `elf_strptr@ELFUTILS_1.0' 2023-11-08 15:57:46.852 :: 2023-11-08 10:27:40.854 :: [ ] clang: error: linker command failed with exit code 1 (use -v to see invocation) 2023-11-08 15:57:46.852 :: 2023-11-08 10:27:40.854 :: [ ] ninja: build stopped: subcommand failed. 2023-11-08 15:57:46.852 :: 2023-11-08 10:27:40.863 :: [ +9 ms] Building Linux application... (completed in 74.8s) 2023-11-08 15:57:46.852 :: 2023-11-08 10:27:40.864 :: [ +1 ms] "flutter linux" took 75,727ms. 2023-11-08 15:57:46.852 :: 2023-11-08 10:27:40.870 :: [ +6 ms] Build process failed

Version (please complete the following information):

  • Flutter Version: [v3.13.9]
  • OS: [Linux]

Anish-T-GitHub avatar Nov 08 '23 10:11 Anish-T-GitHub