Skip to content
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

yay is stuck in an infinite loop due to a circular dependency #2413

Open
skoehler opened this issue Mar 26, 2024 · 7 comments
Open

yay is stuck in an infinite loop due to a circular dependency #2413

skoehler opened this issue Mar 26, 2024 · 7 comments

Comments

@skoehler
Copy link

skoehler commented Mar 26, 2024

Affected Version

yay v12.3.5 - libalpm v14.0.0

Describe the bug

yay -Suy is stuck in an infinite loop and is printing the following message over and over again:

aur dep warn:flutter-engine-common-google-binflutter-sky-engine-google-bincircular dependencies not allowed

Reproduction Steps

  1. yay -Suy

Expected behavior

yay detects and ignores the packages involved in the circular dependencies

Output

aur dep warn:flutter-engine-common-google-binflutter-sky-engine-google-bincircular dependencies not allowed

over and over again

@TheOneWithTheBraid
Copy link

It seems like yay currently has huge issues resolving dependencies between different circularly depending AUR packages providing split packages.

Both aur/flutter and aur/flutter-artifacts-google-bin are clean split packages. The artifacts packages is one provider of required binaries for the flutter package. Now instead of just once making the package (and packaging its subpackages), for each and every split package it once again builds everything from scratch - though according to the PKGBUILD Arch Wiki entry a split package can only have a single prepare and build phase - only the package phase is individual. For a split package with the size of the flutter group, we end up with building each and every component a total of 15 times - you can guess how much time it takes.

@TheOneWithTheBraid
Copy link

A possible solution could be checking whether the package with the requested pkgver-pkgrel had already been built and instead just installing it rather than calling makepkg in every case to build it again - though I'm not sure how yay handles this internally.

@TheOneWithTheBraid
Copy link

TheOneWithTheBraid commented Mar 28, 2024

yay loop logs
 yay -S flutter
Sync Dependency (2): cmake-3.29.0-1, clang-17.0.6-1
Sync Make Dependency (1): dart-3.3.2-1
AUR Explicit (1): flutter-3.19.4-18
AUR Dependency (14): flutter-target-linux-3.19.4-18, flutter-intellij-patch-3.19.4-18, flutter-target-web-3.19.4-18, flutter-devel-3.19.4-18, flutter-target-android-3.19.4-18, flutter-engine-web-google-bin-3.19.4-5, flutter-gradle-3.19.4-18, flutter-engine-android-google-bin-3.19.4-5, flutter-engine-linux-google-bin-3.19.4-5, flutter-tool-3.19.4-18, flutter-engine-common-google-bin-3.19.4-5, flutter-sky-engine-google-bin-3.19.4-5, flutter-material-fonts-google-bin-3.19.4-5, flutter-common-3.19.4-18
:: (1/2) Downloaded PKGBUILD: flutter-artifacts-google-bin
:: (2/2) Downloaded PKGBUILD: flutter
  2 flutter                                  (Build Files Exist)
  1 flutter-artifacts-google-bin             (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
  2 flutter                                  (Build Files Exist)
  1 flutter-artifacts-google-bin             (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
==> Making package: flutter-artifacts-google-bin 3.19.4-5 (Thu 28 Mar 2024 12:32:57 AM CET)
==> Retrieving sources...
  -> Downloading material_fonts.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2252k  100 2252k    0     0  2847k      0 --:--:-- --:--:-- --:--:-- 2844k
  -> Downloading gradle_wrapper.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 55913  100 55913    0     0   377k      0 --:--:-- --:--:-- --:--:--  379k
  -> Downloading android-x86.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13.7M  100 13.7M    0     0  1966k      0  0:00:07  0:00:07 --:--:-- 2536k
  -> Downloading android-x64.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13.7M  100 13.7M    0     0  1979k      0  0:00:07  0:00:07 --:--:-- 2336k
  -> Downloading android-arm.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 12.6M  100 12.6M    0     0  1739k      0  0:00:07  0:00:07 --:--:-- 2365k
  -> Downloading android-arm-profile.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 6844k  100 6844k    0     0  2139k      0  0:00:03  0:00:03 --:--:-- 2140k
  -> Downloading android-arm-release.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 4661k  100 4661k    0     0  2422k      0  0:00:01  0:00:01 --:--:-- 2421k
  -> Downloading android-arm64.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 68.9M  100 68.9M    0     0  2145k      0  0:00:32  0:00:32 --:--:-- 2113k
  -> Downloading android-arm64-profile.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 7449k  100 7449k    0     0  1743k      0  0:00:04  0:00:04 --:--:-- 1744k
  -> Downloading android-arm64-release.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 5340k  100 5340k    0     0  2041k      0  0:00:02  0:00:02 --:--:-- 2041k
  -> Downloading android-x64-profile.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 7621k  100 7621k    0     0  2271k      0  0:00:03  0:00:03 --:--:-- 2271k
  -> Downloading android-x64-release.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 5473k  100 5473k    0     0  1438k      0  0:00:03  0:00:03 --:--:-- 1438k
  -> Downloading android-x64-jit-release.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 9699k  100 9699k    0     0  2501k      0  0:00:03  0:00:03 --:--:-- 2501k
  -> Downloading flutter_web_sdk.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 39.4M  100 39.4M    0     0  2202k      0  0:00:18  0:00:18 --:--:-- 2483k
  -> Downloading sky_engine.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1156k  100 1156k    0     0  2095k      0 --:--:-- --:--:-- --:--:-- 2098k
  -> Downloading flutter_patched_sdk.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 3597k  100 3597k    0     0  1673k      0  0:00:02  0:00:02 --:--:-- 1673k
  -> Downloading flutter_patched_sdk_product.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 3597k  100 3597k    0     0  1848k      0  0:00:01  0:00:01 --:--:-- 1847k
  -> Downloading android-arm-profile-linux-x64.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2555k  100 2555k    0     0  1323k      0  0:00:01  0:00:01 --:--:-- 1322k
  -> Downloading android-arm-release-linux-x64.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2291k  100 2291k    0     0  2461k      0 --:--:-- --:--:-- --:--:-- 2461k
  -> Downloading android-arm64-profile-linux-x64.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2622k  100 2622k    0     0  1369k      0  0:00:01  0:00:01 --:--:-- 1369k
  -> Downloading android-arm64-release-linux-x64.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2348k  100 2348k    0     0  1986k      0  0:00:01  0:00:01 --:--:-- 1988k
  -> Downloading android-x64-profile-linux-x64.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2589k  100 2589k    0     0  1459k      0  0:00:01  0:00:01 --:--:-- 1459k
  -> Downloading android-x64-release-linux-x64.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2317k  100 2317k    0     0  2105k      0  0:00:01  0:00:01 --:--:-- 2106k
  -> Downloading engine-x64.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 39.6M  100 39.6M    0     0  1566k      0  0:00:25  0:00:25 --:--:-- 1841k
  -> Downloading gtk-debug-x64.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 16.6M  100 16.6M    0     0  1918k      0  0:00:08  0:00:08 --:--:-- 2021k
  -> Downloading gtk-profile-x64.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 9631k  100 9631k    0     0  1907k      0  0:00:05  0:00:05 --:--:-- 1996k
  -> Downloading gtk-release-x64.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 8078k  100 8078k    0     0  2032k      0  0:00:03  0:00:03 --:--:-- 2032k
  -> Downloading font-subset-x64.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1761k  100 1761k    0     0  1652k      0  0:00:01  0:00:01 --:--:-- 1653k
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    material_fonts.zip ... Passed
    gradle_wrapper.tar.gz ... Passed
    android-x86.zip ... Passed
    android-x64.zip ... Passed
    android-arm.zip ... Passed
    android-arm-profile.zip ... Passed
    android-arm-release.zip ... Passed
    android-arm64.zip ... Passed
    android-arm64-profile.zip ... Passed
    android-arm64-release.zip ... Passed
    android-x64-profile.zip ... Passed
    android-x64-release.zip ... Passed
    android-x64-jit-release.zip ... Passed
    flutter_web_sdk.zip ... Passed
    sky_engine.zip ... Passed
    flutter_patched_sdk.zip ... Passed
    flutter_patched_sdk_product.zip ... Passed
==> Validating source_x86_64 files with sha256sums...
    android-arm-profile-linux-x64.zip ... Passed
    android-arm-release-linux-x64.zip ... Passed
    android-arm64-profile-linux-x64.zip ... Passed
    android-arm64-release-linux-x64.zip ... Passed
    android-x64-profile-linux-x64.zip ... Passed
    android-x64-release-linux-x64.zip ... Passed
    engine-x64.zip ... Passed
    gtk-debug-x64.zip ... Passed
    gtk-profile-x64.zip ... Passed
    gtk-release-x64.zip ... Passed
    font-subset-x64.zip ... Passed
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 12:35:50 AM CET)
==> Retrieving sources...
  -> Downloading flutter-3.19.4.tar.xz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 12.2M    0 12.2M    0     0  1884k      0 --:--:--  0:00:06 --:--:-- 2480k
  -> Found system-dart.patch
  -> Found gradle-user-home.patch
  -> Found flutter.sh
  -> Found version.patch
  -> Found no-lock.patch
  -> Found no-runtime-download.patch
  -> Found doctor.patch
  -> Found opt-in-analytics.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    flutter-3.19.4.tar.xz ... Passed
    system-dart.patch ... Passed
    gradle-user-home.patch ... Passed
    flutter.sh ... Passed
    version.patch ... Passed
    no-lock.patch ... Passed
    no-runtime-download.patch ... Passed
    doctor.patch ... Passed
    opt-in-analytics.patch ... Passed
:: Remove make dependencies after install? [y/N]
:: (1/2) Parsing SRCINFO: flutter
:: (2/2) Parsing SRCINFO: flutter-artifacts-google-bin
[sudo] password for void:
resolving dependencies...
looking for conflicting packages...

Packages (1) dart-3.3.2-1

Total Installed Size:  574.13 MiB

:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring                                                                                                  [#############################################################################] 100%
(1/1) checking package integrity                                                                                                [#############################################################################] 100%
(1/1) loading package files                                                                                                     [#############################################################################] 100%
(1/1) checking for file conflicts                                                                                               [#############################################################################] 100%
(1/1) checking available disk space                                                                                             [#############################################################################] 100%
:: Processing package changes...
(1/1) installing dart                                                                                                           [#############################################################################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 12:40:56 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found flutter-3.19.4.tar.xz
  -> Found system-dart.patch
  -> Found gradle-user-home.patch
  -> Found flutter.sh
  -> Found version.patch
  -> Found no-lock.patch
  -> Found no-runtime-download.patch
  -> Found doctor.patch
  -> Found opt-in-analytics.patch
==> Validating source files with sha256sums...
    flutter-3.19.4.tar.xz ... Passed
    system-dart.patch ... Passed
    gradle-user-home.patch ... Passed
    flutter.sh ... Passed
    version.patch ... Passed
    no-lock.patch ... Passed
    no-runtime-download.patch ... Passed
    doctor.patch ... Passed
    opt-in-analytics.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting flutter-3.19.4.tar.xz with bsdtar
==> Starting prepare()...
patching file packages/flutter_tools/bin/tool_backend.dart
patching file packages/flutter_tools/bin/tool_backend.sh
patching file packages/flutter_tools/gradle/src/main/groovy/flutter.groovy
patching file packages/flutter_tools/lib/src/artifacts.dart
patching file packages/flutter_tools/lib/src/cache.dart
patching file packages/flutter_tools/lib/src/commands/create_base.dart
patching file packages/flutter_tools/lib/src/dart/pub.dart
patching file packages/flutter_tools/lib/src/dart/language_version.dart
patching file packages/flutter_tools/gradle/build.gradle.kts
patching file packages/flutter_tools/lib/src/android/gradle.dart
patching file packages/flutter_tools/lib/src/version.dart
Hunk #5 succeeded at 295 (offset 2 lines).
Hunk #6 succeeded at 379 (offset 2 lines).
Hunk #7 succeeded at 472 (offset 63 lines).
Hunk #8 succeeded at 539 (offset 63 lines).
Hunk #9 succeeded at 547 (offset 63 lines).
Hunk #10 succeeded at 576 (offset 20 lines).
Hunk #11 succeeded at 749 (offset 21 lines).
Hunk #12 succeeded at 773 (offset 21 lines).
Hunk #13 succeeded at 834 (offset 21 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 284 with fuzz 1 (offset 4 lines).
Hunk #2 succeeded at 673 (offset 39 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 964 (offset 38 lines).
Hunk #2 succeeded at 1067 (offset 51 lines).
patching file packages/flutter_tools/lib/src/doctor.dart
Hunk #1 succeeded at 670 (offset 49 lines).
patching file packages/flutter_tools/lib/src/reporting/usage.dart
patching file packages/flutter_tools/lib/src/reporting/first_run.dart
Hunk #1 succeeded at 39 with fuzz 2 (offset 2 lines).
~/.cache/yay/flutter/src/gradlew ~/.cache/yay/flutter/src

> Task :init
To learn more about Gradle by exploring our Samples at https://docs.gradle.org/8.7/samples

BUILD SUCCESSFUL in 344ms
1 actionable task: 1 executed

BUILD SUCCESSFUL in 373ms
1 actionable task: 1 executed
~/.cache/yay/flutter/src
==> Sources are ready.
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 12:41:33 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
Resolving dependencies in packages/flutter_tools... (2.1s)
+ _fe_analyzer_shared 65.0.0 (67.0.0 available)
+ analyzer 6.3.0 (6.4.1 available)
+ archive 3.3.2 (3.4.10 available)
+ args 2.4.2
+ async 2.11.0
+ boolean_selector 2.1.1
+ browser_launcher 1.1.1
+ built_collection 5.1.1
+ built_value 8.8.1 (8.9.1 available)
+ checked_yaml 2.0.3
+ cli_config 0.1.2 (0.2.0 available)
+ clock 1.1.1
+ collection 1.18.0
+ completion 1.0.1
+ convert 3.1.1
+ coverage 1.7.2
+ crypto 3.0.3
+ csslib 1.0.0
+ dap 1.1.0 (1.2.0 available)
+ dds 3.1.0+1 (4.0.0 available)
+ dds_service_extensions 1.6.2 (2.0.0 available)
+ devtools_shared 6.0.3 (8.1.0 available)
+ dwds 23.0.0+1 (23.3.0 available)
+ extension_discovery 2.0.0
+ fake_async 1.3.1
+ file 7.0.0
+ file_testing 3.0.0
+ fixnum 1.1.0
+ flutter_template_images 4.2.0 (4.2.1 available)
+ frontend_server_client 3.2.0 (4.0.0 available)
+ glob 2.1.2
+ graphs 2.3.1
+ html 0.15.4
+ http 0.13.6 (1.2.1 available)
+ http_multi_server 3.2.1
+ http_parser 4.0.2
+ intl 0.18.1 (0.19.0 available)
+ io 1.0.4
+ js 0.6.7 (0.7.1 available)
+ json_annotation 4.8.1
+ json_rpc_2 3.0.2
+ logging 1.2.0
+ matcher 0.12.16+1
+ meta 1.11.0 (1.12.0 available)
+ mime 1.0.4 (1.0.5 available)
+ multicast_dns 0.3.2+6
+ mustache_template 2.0.0
+ native_assets_builder 0.3.0 (0.6.1 available)
+ native_assets_cli 0.3.2 (0.5.4 available)
+ native_stack_traces 0.5.6
+ node_preamble 2.0.2
+ package_config 2.1.0
+ path 1.9.0
+ petitparser 6.0.2
+ platform 3.1.4
+ pool 1.5.1
+ process 5.0.2
+ pub_semver 2.1.4
+ pubspec_parse 1.2.3
+ shelf 1.4.1
+ shelf_packages_handler 3.0.2
+ shelf_proxy 1.0.4
+ shelf_static 1.1.2
+ shelf_web_socket 1.0.4
+ source_map_stack_trace 2.1.1
+ source_maps 0.10.12
+ source_span 1.10.0
+ sse 4.1.4 (4.1.5 available)
+ stack_trace 1.11.1
+ standard_message_codec 0.0.1+4
+ stream_channel 2.1.2
+ string_scanner 1.2.0
+ sync_http 0.3.1
+ term_glyph 1.2.1
+ test 1.24.9 (1.25.2 available)
+ test_api 0.6.1 (0.7.0 available)
+ test_core 0.5.9 (0.6.0 available)
+ typed_data 1.3.2
+ unified_analytics 5.8.0+1 (5.8.8 available)
+ usage 4.1.1
+ uuid 3.0.7 (4.3.3 available)
+ vm_service 13.0.0 (14.2.0 available)
+ vm_service_interface 1.0.0 (1.1.0 available)
+ vm_snapshot_analysis 0.7.6
+ watcher 1.1.0
+ web 0.4.0 (0.5.1 available)
+ web_socket_channel 2.4.1 (2.4.4 available)
+ webdriver 3.0.3
+ webkit_inspection_protocol 1.2.1
+ xml 6.5.0
+ yaml 3.1.2
+ yaml_edit 2.1.1 (2.2.0 available)
Changed 92 dependencies in packages/flutter_tools!
30 packages have newer versions incompatible with dependency constraints.
Try `dart pub outdated` for more information.
Flutter 3.19.4 • channel  • https://github.com/flutter/flutter.git
Framework • revision archlinuxaur (unknown (arch linux aur package)) • 2038-01-19 03:14:08
Engine • revision a5c24f538d05
Tools • Dart 3.3.2 • DevTools 2.31.1
==> Entering fakeroot environment...
==> Starting package_flutter()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-common()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-common"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-gradle()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-gradle"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-tool()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/lib/flutter/bin/cache/flutter_tools.snapshot
==> Creating package "flutter-tool"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-devel()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-devel"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-linux()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-linux"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-android()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-android"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-web()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-web"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-intellij-patch()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-intellij-patch"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: flutter 3.19.4-18 (Thu 28 Mar 2024 12:44:10 AM CET)
==> Cleaning up...
==> Making package: flutter-artifacts-google-bin 3.19.4-5 (Thu 28 Mar 2024 12:44:24 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found material_fonts.zip
  -> Found gradle_wrapper.tar.gz
  -> Found android-x86.zip
  -> Found android-x64.zip
  -> Found android-arm.zip
  -> Found android-arm-profile.zip
  -> Found android-arm-release.zip
  -> Found android-arm64.zip
  -> Found android-arm64-profile.zip
  -> Found android-arm64-release.zip
  -> Found android-x64-profile.zip
  -> Found android-x64-release.zip
  -> Found android-x64-jit-release.zip
  -> Found flutter_web_sdk.zip
  -> Found sky_engine.zip
  -> Found flutter_patched_sdk.zip
  -> Found flutter_patched_sdk_product.zip
  -> Found android-arm-profile-linux-x64.zip
  -> Found android-arm-release-linux-x64.zip
  -> Found android-arm64-profile-linux-x64.zip
  -> Found android-arm64-release-linux-x64.zip
  -> Found android-x64-profile-linux-x64.zip
  -> Found android-x64-release-linux-x64.zip
  -> Found engine-x64.zip
  -> Found gtk-debug-x64.zip
  -> Found gtk-profile-x64.zip
  -> Found gtk-release-x64.zip
  -> Found font-subset-x64.zip
==> Validating source files with sha256sums...
    material_fonts.zip ... Passed
    gradle_wrapper.tar.gz ... Passed
    android-x86.zip ... Passed
    android-x64.zip ... Passed
    android-arm.zip ... Passed
    android-arm-profile.zip ... Passed
    android-arm-release.zip ... Passed
    android-arm64.zip ... Passed
    android-arm64-profile.zip ... Passed
    android-arm64-release.zip ... Passed
    android-x64-profile.zip ... Passed
    android-x64-release.zip ... Passed
    android-x64-jit-release.zip ... Passed
    flutter_web_sdk.zip ... Passed
    sky_engine.zip ... Passed
    flutter_patched_sdk.zip ... Passed
    flutter_patched_sdk_product.zip ... Passed
==> Validating source_x86_64 files with sha256sums...
    android-arm-profile-linux-x64.zip ... Passed
    android-arm-release-linux-x64.zip ... Passed
    android-arm64-profile-linux-x64.zip ... Passed
    android-arm64-release-linux-x64.zip ... Passed
    android-x64-profile-linux-x64.zip ... Passed
    android-x64-release-linux-x64.zip ... Passed
    engine-x64.zip ... Passed
    gtk-debug-x64.zip ... Passed
    gtk-profile-x64.zip ... Passed
    gtk-release-x64.zip ... Passed
    font-subset-x64.zip ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
==> Starting prepare()...
==> Sources are ready.
==> Making package: flutter-artifacts-google-bin 3.19.4-5 (Thu 28 Mar 2024 12:44:56 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
==> Entering fakeroot environment...
==> Starting package_flutter-engine-common-google-bin()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-engine-common-google-bin"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-engine-linux-google-bin()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-engine-linux-google-bin"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-engine-web-google-bin()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-engine-web-google-bin"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-engine-android-google-bin()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-engine-android-google-bin"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-sky-engine-google-bin()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-sky-engine-google-bin"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-material-fonts-google-bin()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-material-fonts-google-bin"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-gradle-google-bin()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-gradle-google-bin"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Creating package "flutter-artifacts-google-bin-debug"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: flutter-artifacts-google-bin 3.19.4-5 (Thu 28 Mar 2024 12:46:59 AM CET)
==> Cleaning up...
==> Making package: flutter-artifacts-google-bin 3.19.4-5 (Thu 28 Mar 2024 12:47:13 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found material_fonts.zip
  -> Found gradle_wrapper.tar.gz
  -> Found android-x86.zip
  -> Found android-x64.zip
  -> Found android-arm.zip
  -> Found android-arm-profile.zip
  -> Found android-arm-release.zip
  -> Found android-arm64.zip
  -> Found android-arm64-profile.zip
  -> Found android-arm64-release.zip
  -> Found android-x64-profile.zip
  -> Found android-x64-release.zip
  -> Found android-x64-jit-release.zip
  -> Found flutter_web_sdk.zip
  -> Found sky_engine.zip
  -> Found flutter_patched_sdk.zip
  -> Found flutter_patched_sdk_product.zip
  -> Found android-arm-profile-linux-x64.zip
  -> Found android-arm-release-linux-x64.zip
  -> Found android-arm64-profile-linux-x64.zip
  -> Found android-arm64-release-linux-x64.zip
  -> Found android-x64-profile-linux-x64.zip
  -> Found android-x64-release-linux-x64.zip
  -> Found engine-x64.zip
  -> Found gtk-debug-x64.zip
  -> Found gtk-profile-x64.zip
  -> Found gtk-release-x64.zip
  -> Found font-subset-x64.zip
==> Validating source files with sha256sums...
    material_fonts.zip ... Passed
    gradle_wrapper.tar.gz ... Passed
    android-x86.zip ... Passed
    android-x64.zip ... Passed
    android-arm.zip ... Passed
    android-arm-profile.zip ... Passed
    android-arm-release.zip ... Passed
    android-arm64.zip ... Passed
    android-arm64-profile.zip ... Passed
    android-arm64-release.zip ... Passed
    android-x64-profile.zip ... Passed
    android-x64-release.zip ... Passed
    android-x64-jit-release.zip ... Passed
    flutter_web_sdk.zip ... Passed
    sky_engine.zip ... Passed
    flutter_patched_sdk.zip ... Passed
    flutter_patched_sdk_product.zip ... Passed
==> Validating source_x86_64 files with sha256sums...
    android-arm-profile-linux-x64.zip ... Passed
    android-arm-release-linux-x64.zip ... Passed
    android-arm64-profile-linux-x64.zip ... Passed
    android-arm64-release-linux-x64.zip ... Passed
    android-x64-profile-linux-x64.zip ... Passed
    android-x64-release-linux-x64.zip ... Passed
    engine-x64.zip ... Passed
    gtk-debug-x64.zip ... Passed
    gtk-profile-x64.zip ... Passed
    gtk-release-x64.zip ... Passed
    font-subset-x64.zip ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
==> Starting prepare()...
==> Sources are ready.
 -> flutter-artifacts-google-bin-3.19.4-5 already made -- skipping build
==> Making package: flutter-artifacts-google-bin 3.19.4-5 (Thu 28 Mar 2024 12:47:45 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Sources are ready.
[sudo] password for void:
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (3) flutter-common-3.19.4-18  flutter-material-fonts-google-bin-3.19.4-5  flutter-sky-engine-google-bin-3.19.4-5

Total Installed Size:  34.01 MiB

:: Proceed with installation? [Y/n]
(3/3) checking keys in keyring                                                                                                  [#############################################################################] 100%
(3/3) checking package integrity                                                                                                [#############################################################################] 100%
(3/3) loading package files                                                                                                     [#############################################################################] 100%
(3/3) checking for file conflicts                                                                                               [#############################################################################] 100%
(3/3) checking available disk space                                                                                             [#############################################################################] 100%
:: Processing package changes...
(1/3) installing flutter-common                                                                                                 [#############################################################################] 100%
(2/3) installing flutter-sky-engine-google-bin                                                                                  [#############################################################################] 100%
(3/3) installing flutter-material-fonts-google-bin                                                                              [#############################################################################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Making package: flutter-artifacts-google-bin 3.19.4-5 (Thu 28 Mar 2024 12:49:28 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found material_fonts.zip
  -> Found gradle_wrapper.tar.gz
  -> Found android-x86.zip
  -> Found android-x64.zip
  -> Found android-arm.zip
  -> Found android-arm-profile.zip
  -> Found android-arm-release.zip
  -> Found android-arm64.zip
  -> Found android-arm64-profile.zip
  -> Found android-arm64-release.zip
  -> Found android-x64-profile.zip
  -> Found android-x64-release.zip
  -> Found android-x64-jit-release.zip
  -> Found flutter_web_sdk.zip
  -> Found sky_engine.zip
  -> Found flutter_patched_sdk.zip
  -> Found flutter_patched_sdk_product.zip
  -> Found android-arm-profile-linux-x64.zip
  -> Found android-arm-release-linux-x64.zip
  -> Found android-arm64-profile-linux-x64.zip
  -> Found android-arm64-release-linux-x64.zip
  -> Found android-x64-profile-linux-x64.zip
  -> Found android-x64-release-linux-x64.zip
  -> Found engine-x64.zip
  -> Found gtk-debug-x64.zip
  -> Found gtk-profile-x64.zip
  -> Found gtk-release-x64.zip
  -> Found font-subset-x64.zip
==> Validating source files with sha256sums...
    material_fonts.zip ... Passed
    gradle_wrapper.tar.gz ... Passed
    android-x86.zip ... Passed
    android-x64.zip ... Passed
    android-arm.zip ... Passed
    android-arm-profile.zip ... Passed
    android-arm-release.zip ... Passed
    android-arm64.zip ... Passed
    android-arm64-profile.zip ... Passed
    android-arm64-release.zip ... Passed
    android-x64-profile.zip ... Passed
    android-x64-release.zip ... Passed
    android-x64-jit-release.zip ... Passed
    flutter_web_sdk.zip ... Passed
    sky_engine.zip ... Passed
    flutter_patched_sdk.zip ... Passed
    flutter_patched_sdk_product.zip ... Passed
==> Validating source_x86_64 files with sha256sums...
    android-arm-profile-linux-x64.zip ... Passed
    android-arm-release-linux-x64.zip ... Passed
    android-arm64-profile-linux-x64.zip ... Passed
    android-arm64-release-linux-x64.zip ... Passed
    android-x64-profile-linux-x64.zip ... Passed
    android-x64-release-linux-x64.zip ... Passed
    engine-x64.zip ... Passed
    gtk-debug-x64.zip ... Passed
    gtk-profile-x64.zip ... Passed
    gtk-release-x64.zip ... Passed
    font-subset-x64.zip ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
==> Starting prepare()...
==> Sources are ready.
 -> flutter-artifacts-google-bin-3.19.4-5 already made -- skipping build
==> Making package: flutter-artifacts-google-bin 3.19.4-5 (Thu 28 Mar 2024 12:50:00 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Sources are ready.
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) flutter-engine-common-google-bin-3.19.4-5

Total Installed Size:  20.90 MiB

:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring                                                                                                  [#############################################################################] 100%
(1/1) checking package integrity                                                                                                [#############################################################################] 100%
(1/1) loading package files                                                                                                     [#############################################################################] 100%
(1/1) checking for file conflicts                                                                                               [#############################################################################] 100%
(1/1) checking available disk space                                                                                             [#############################################################################] 100%
:: Processing package changes...
(1/1) installing flutter-engine-common-google-bin                                                                               [#############################################################################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
resolving dependencies...
looking for conflicting packages...

Packages (5) compiler-rt-17.0.6-1  cppdap-1.58.0-1  rhash-1.4.4-1  clang-17.0.6-1  cmake-3.29.0-1

Total Installed Size:  312.72 MiB

:: Proceed with installation? [Y/n]
(5/5) checking keys in keyring                                                                                                  [#############################################################################] 100%
(5/5) checking package integrity                                                                                                [#############################################################################] 100%
(5/5) loading package files                                                                                                     [#############################################################################] 100%
(5/5) checking for file conflicts                                                                                               [#############################################################################] 100%
(5/5) checking available disk space                                                                                             [#############################################################################] 100%
:: Processing package changes...
(1/5) installing rhash                                                                                                          [#############################################################################] 100%
(2/5) installing cppdap                                                                                                         [#############################################################################] 100%
(3/5) installing cmake                                                                                                          [#############################################################################] 100%
Optional dependencies for cmake
    make: for unix Makefile generator [installed]
    ninja: for ninja generator [installed]
    qt6-base: cmake-gui [installed]
(4/5) installing compiler-rt                                                                                                    [#############################################################################] 100%
(5/5) installing clang                                                                                                          [#############################################################################] 100%
Optional dependencies for clang
    openmp: OpenMP support in clang with -fopenmp
    python: for scan-view and git-clang-format [installed]
    llvm: referenced by some clang headers
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating the MIME type database...
(3/4) Updating icon theme caches...
(4/4) Updating the desktop file MIME type cache...
==> Making package: flutter-artifacts-google-bin 3.19.4-5 (Thu 28 Mar 2024 12:52:06 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found material_fonts.zip
  -> Found gradle_wrapper.tar.gz
  -> Found android-x86.zip
  -> Found android-x64.zip
  -> Found android-arm.zip
  -> Found android-arm-profile.zip
  -> Found android-arm-release.zip
  -> Found android-arm64.zip
  -> Found android-arm64-profile.zip
  -> Found android-arm64-release.zip
  -> Found android-x64-profile.zip
  -> Found android-x64-release.zip
  -> Found android-x64-jit-release.zip
  -> Found flutter_web_sdk.zip
  -> Found sky_engine.zip
  -> Found flutter_patched_sdk.zip
  -> Found flutter_patched_sdk_product.zip
  -> Found android-arm-profile-linux-x64.zip
  -> Found android-arm-release-linux-x64.zip
  -> Found android-arm64-profile-linux-x64.zip
  -> Found android-arm64-release-linux-x64.zip
  -> Found android-x64-profile-linux-x64.zip
  -> Found android-x64-release-linux-x64.zip
  -> Found engine-x64.zip
  -> Found gtk-debug-x64.zip
  -> Found gtk-profile-x64.zip
  -> Found gtk-release-x64.zip
  -> Found font-subset-x64.zip
==> Validating source files with sha256sums...
    material_fonts.zip ... Passed
    gradle_wrapper.tar.gz ... Passed
    android-x86.zip ... Passed
    android-x64.zip ... Passed
    android-arm.zip ... Passed
    android-arm-profile.zip ... Passed
    android-arm-release.zip ... Passed
    android-arm64.zip ... Passed
    android-arm64-profile.zip ... Passed
    android-arm64-release.zip ... Passed
    android-x64-profile.zip ... Passed
    android-x64-release.zip ... Passed
    android-x64-jit-release.zip ... Passed
    flutter_web_sdk.zip ... Passed
    sky_engine.zip ... Passed
    flutter_patched_sdk.zip ... Passed
    flutter_patched_sdk_product.zip ... Passed
==> Validating source_x86_64 files with sha256sums...
    android-arm-profile-linux-x64.zip ... Passed
    android-arm-release-linux-x64.zip ... Passed
    android-arm64-profile-linux-x64.zip ... Passed
    android-arm64-release-linux-x64.zip ... Passed
    android-x64-profile-linux-x64.zip ... Passed
    android-x64-release-linux-x64.zip ... Passed
    engine-x64.zip ... Passed
    gtk-debug-x64.zip ... Passed
    gtk-profile-x64.zip ... Passed
    gtk-release-x64.zip ... Passed
    font-subset-x64.zip ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
==> Starting prepare()...
==> Sources are ready.
 -> flutter-artifacts-google-bin-3.19.4-5 already made -- skipping build
==> Making package: flutter-artifacts-google-bin 3.19.4-5 (Thu 28 Mar 2024 12:52:38 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Sources are ready.
==> Making package: flutter-artifacts-google-bin 3.19.4-5 (Thu 28 Mar 2024 12:52:52 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found material_fonts.zip
  -> Found gradle_wrapper.tar.gz
  -> Found android-x86.zip
  -> Found android-x64.zip
  -> Found android-arm.zip
  -> Found android-arm-profile.zip
  -> Found android-arm-release.zip
  -> Found android-arm64.zip
  -> Found android-arm64-profile.zip
  -> Found android-arm64-release.zip
  -> Found android-x64-profile.zip
  -> Found android-x64-release.zip
  -> Found android-x64-jit-release.zip
  -> Found flutter_web_sdk.zip
  -> Found sky_engine.zip
  -> Found flutter_patched_sdk.zip
  -> Found flutter_patched_sdk_product.zip
  -> Found android-arm-profile-linux-x64.zip
  -> Found android-arm-release-linux-x64.zip
  -> Found android-arm64-profile-linux-x64.zip
  -> Found android-arm64-release-linux-x64.zip
  -> Found android-x64-profile-linux-x64.zip
  -> Found android-x64-release-linux-x64.zip
  -> Found engine-x64.zip
  -> Found gtk-debug-x64.zip
  -> Found gtk-profile-x64.zip
  -> Found gtk-release-x64.zip
  -> Found font-subset-x64.zip
==> Validating source files with sha256sums...
    material_fonts.zip ... Passed
    gradle_wrapper.tar.gz ... Passed
    android-x86.zip ... Passed
    android-x64.zip ... Passed
    android-arm.zip ... Passed
    android-arm-profile.zip ... Passed
    android-arm-release.zip ... Passed
    android-arm64.zip ... Passed
    android-arm64-profile.zip ... Passed
    android-arm64-release.zip ... Passed
    android-x64-profile.zip ... Passed
    android-x64-release.zip ... Passed
    android-x64-jit-release.zip ... Passed
    flutter_web_sdk.zip ... Passed
    sky_engine.zip ... Passed
    flutter_patched_sdk.zip ... Passed
    flutter_patched_sdk_product.zip ... Passed
==> Validating source_x86_64 files with sha256sums...
    android-arm-profile-linux-x64.zip ... Passed
    android-arm-release-linux-x64.zip ... Passed
    android-arm64-profile-linux-x64.zip ... Passed
    android-arm64-release-linux-x64.zip ... Passed
    android-x64-profile-linux-x64.zip ... Passed
    android-x64-release-linux-x64.zip ... Passed
    engine-x64.zip ... Passed
    gtk-debug-x64.zip ... Passed
    gtk-profile-x64.zip ... Passed
    gtk-release-x64.zip ... Passed
    font-subset-x64.zip ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
==> Starting prepare()...
==> Sources are ready.
 -> flutter-artifacts-google-bin-3.19.4-5 already made -- skipping build
==> Making package: flutter-artifacts-google-bin 3.19.4-5 (Thu 28 Mar 2024 12:53:24 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Sources are ready.
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 12:53:43 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found flutter-3.19.4.tar.xz
  -> Found system-dart.patch
  -> Found gradle-user-home.patch
  -> Found flutter.sh
  -> Found version.patch
  -> Found no-lock.patch
  -> Found no-runtime-download.patch
  -> Found doctor.patch
  -> Found opt-in-analytics.patch
==> Validating source files with sha256sums...
    flutter-3.19.4.tar.xz ... Passed
    system-dart.patch ... Passed
    gradle-user-home.patch ... Passed
    flutter.sh ... Passed
    version.patch ... Passed
    no-lock.patch ... Passed
    no-runtime-download.patch ... Passed
    doctor.patch ... Passed
    opt-in-analytics.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting flutter-3.19.4.tar.xz with bsdtar
==> Starting prepare()...
patching file packages/flutter_tools/bin/tool_backend.dart
patching file packages/flutter_tools/bin/tool_backend.sh
patching file packages/flutter_tools/gradle/src/main/groovy/flutter.groovy
patching file packages/flutter_tools/lib/src/artifacts.dart
patching file packages/flutter_tools/lib/src/cache.dart
patching file packages/flutter_tools/lib/src/commands/create_base.dart
patching file packages/flutter_tools/lib/src/dart/pub.dart
patching file packages/flutter_tools/lib/src/dart/language_version.dart
patching file packages/flutter_tools/gradle/build.gradle.kts
patching file packages/flutter_tools/lib/src/android/gradle.dart
patching file packages/flutter_tools/lib/src/version.dart
Hunk #5 succeeded at 295 (offset 2 lines).
Hunk #6 succeeded at 379 (offset 2 lines).
Hunk #7 succeeded at 472 (offset 63 lines).
Hunk #8 succeeded at 539 (offset 63 lines).
Hunk #9 succeeded at 547 (offset 63 lines).
Hunk #10 succeeded at 576 (offset 20 lines).
Hunk #11 succeeded at 749 (offset 21 lines).
Hunk #12 succeeded at 773 (offset 21 lines).
Hunk #13 succeeded at 834 (offset 21 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 284 with fuzz 1 (offset 4 lines).
Hunk #2 succeeded at 673 (offset 39 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 964 (offset 38 lines).
Hunk #2 succeeded at 1067 (offset 51 lines).
patching file packages/flutter_tools/lib/src/doctor.dart
Hunk #1 succeeded at 670 (offset 49 lines).
patching file packages/flutter_tools/lib/src/reporting/usage.dart
patching file packages/flutter_tools/lib/src/reporting/first_run.dart
Hunk #1 succeeded at 39 with fuzz 2 (offset 2 lines).
~/.cache/yay/flutter/src/gradlew ~/.cache/yay/flutter/src

> Task :init
To learn more about Gradle by exploring our Samples at https://docs.gradle.org/8.7/samples

BUILD SUCCESSFUL in 337ms
1 actionable task: 1 executed

BUILD SUCCESSFUL in 343ms
1 actionable task: 1 executed
~/.cache/yay/flutter/src
==> Sources are ready.
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 12:54:21 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
Resolving dependencies in packages/flutter_tools... (2.1s)
+ _fe_analyzer_shared 65.0.0 (67.0.0 available)
+ analyzer 6.3.0 (6.4.1 available)
+ archive 3.3.2 (3.4.10 available)
+ args 2.4.2
+ async 2.11.0
+ boolean_selector 2.1.1
+ browser_launcher 1.1.1
+ built_collection 5.1.1
+ built_value 8.8.1 (8.9.1 available)
+ checked_yaml 2.0.3
+ cli_config 0.1.2 (0.2.0 available)
+ clock 1.1.1
+ collection 1.18.0
+ completion 1.0.1
+ convert 3.1.1
+ coverage 1.7.2
+ crypto 3.0.3
+ csslib 1.0.0
+ dap 1.1.0 (1.2.0 available)
+ dds 3.1.0+1 (4.0.0 available)
+ dds_service_extensions 1.6.2 (2.0.0 available)
+ devtools_shared 6.0.3 (8.1.0 available)
+ dwds 23.0.0+1 (23.3.0 available)
+ extension_discovery 2.0.0
+ fake_async 1.3.1
+ file 7.0.0
+ file_testing 3.0.0
+ fixnum 1.1.0
+ flutter_template_images 4.2.0 (4.2.1 available)
+ frontend_server_client 3.2.0 (4.0.0 available)
+ glob 2.1.2
+ graphs 2.3.1
+ html 0.15.4
+ http 0.13.6 (1.2.1 available)
+ http_multi_server 3.2.1
+ http_parser 4.0.2
+ intl 0.18.1 (0.19.0 available)
+ io 1.0.4
+ js 0.6.7 (0.7.1 available)
+ json_annotation 4.8.1
+ json_rpc_2 3.0.2
+ logging 1.2.0
+ matcher 0.12.16+1
+ meta 1.11.0 (1.12.0 available)
+ mime 1.0.4 (1.0.5 available)
+ multicast_dns 0.3.2+6
+ mustache_template 2.0.0
+ native_assets_builder 0.3.0 (0.6.1 available)
+ native_assets_cli 0.3.2 (0.5.4 available)
+ native_stack_traces 0.5.6
+ node_preamble 2.0.2
+ package_config 2.1.0
+ path 1.9.0
+ petitparser 6.0.2
+ platform 3.1.4
+ pool 1.5.1
+ process 5.0.2
+ pub_semver 2.1.4
+ pubspec_parse 1.2.3
+ shelf 1.4.1
+ shelf_packages_handler 3.0.2
+ shelf_proxy 1.0.4
+ shelf_static 1.1.2
+ shelf_web_socket 1.0.4
+ source_map_stack_trace 2.1.1
+ source_maps 0.10.12
+ source_span 1.10.0
+ sse 4.1.4 (4.1.5 available)
+ stack_trace 1.11.1
+ standard_message_codec 0.0.1+4
+ stream_channel 2.1.2
+ string_scanner 1.2.0
+ sync_http 0.3.1
+ term_glyph 1.2.1
+ test 1.24.9 (1.25.2 available)
+ test_api 0.6.1 (0.7.0 available)
+ test_core 0.5.9 (0.6.0 available)
+ typed_data 1.3.2
+ unified_analytics 5.8.0+1 (5.8.8 available)
+ usage 4.1.1
+ uuid 3.0.7 (4.3.3 available)
+ vm_service 13.0.0 (14.2.0 available)
+ vm_service_interface 1.0.0 (1.1.0 available)
+ vm_snapshot_analysis 0.7.6
+ watcher 1.1.0
+ web 0.4.0 (0.5.1 available)
+ web_socket_channel 2.4.1 (2.4.4 available)
+ webdriver 3.0.3
+ webkit_inspection_protocol 1.2.1
+ xml 6.5.0
+ yaml 3.1.2
+ yaml_edit 2.1.1 (2.2.0 available)
Changed 92 dependencies in packages/flutter_tools!
30 packages have newer versions incompatible with dependency constraints.
Try `dart pub outdated` for more information.
Flutter 3.19.4 • channel  • https://github.com/flutter/flutter.git
Framework • revision archlinuxaur (unknown (arch linux aur package)) • 2038-01-19 03:14:08
Engine • revision a5c24f538d05
Tools • Dart 3.3.2 • DevTools 2.31.1
==> Entering fakeroot environment...
==> Starting package_flutter()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-common()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-common"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-gradle()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-gradle"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-tool()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/lib/flutter/bin/cache/flutter_tools.snapshot
==> Creating package "flutter-tool"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-devel()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-devel"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-linux()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-linux"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-android()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-android"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-web()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-web"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-intellij-patch()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-intellij-patch"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: flutter 3.19.4-18 (Thu 28 Mar 2024 12:56:57 AM CET)
==> Cleaning up...
==> Making package: flutter-artifacts-google-bin 3.19.4-5 (Thu 28 Mar 2024 12:57:10 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found material_fonts.zip
  -> Found gradle_wrapper.tar.gz
  -> Found android-x86.zip
  -> Found android-x64.zip
  -> Found android-arm.zip
  -> Found android-arm-profile.zip
  -> Found android-arm-release.zip
  -> Found android-arm64.zip
  -> Found android-arm64-profile.zip
  -> Found android-arm64-release.zip
  -> Found android-x64-profile.zip
  -> Found android-x64-release.zip
  -> Found android-x64-jit-release.zip
  -> Found flutter_web_sdk.zip
  -> Found sky_engine.zip
  -> Found flutter_patched_sdk.zip
  -> Found flutter_patched_sdk_product.zip
  -> Found android-arm-profile-linux-x64.zip
  -> Found android-arm-release-linux-x64.zip
  -> Found android-arm64-profile-linux-x64.zip
  -> Found android-arm64-release-linux-x64.zip
  -> Found android-x64-profile-linux-x64.zip
  -> Found android-x64-release-linux-x64.zip
  -> Found engine-x64.zip
  -> Found gtk-debug-x64.zip
  -> Found gtk-profile-x64.zip
  -> Found gtk-release-x64.zip
  -> Found font-subset-x64.zip
==> Validating source files with sha256sums...
    material_fonts.zip ... Passed
    gradle_wrapper.tar.gz ... Passed
    android-x86.zip ... Passed
    android-x64.zip ... Passed
    android-arm.zip ... Passed
    android-arm-profile.zip ... Passed
    android-arm-release.zip ... Passed
    android-arm64.zip ... Passed
    android-arm64-profile.zip ... Passed
    android-arm64-release.zip ... Passed
    android-x64-profile.zip ... Passed
    android-x64-release.zip ... Passed
    android-x64-jit-release.zip ... Passed
    flutter_web_sdk.zip ... Passed
    sky_engine.zip ... Passed
    flutter_patched_sdk.zip ... Passed
    flutter_patched_sdk_product.zip ... Passed
==> Validating source_x86_64 files with sha256sums...
    android-arm-profile-linux-x64.zip ... Passed
    android-arm-release-linux-x64.zip ... Passed
    android-arm64-profile-linux-x64.zip ... Passed
    android-arm64-release-linux-x64.zip ... Passed
    android-x64-profile-linux-x64.zip ... Passed
    android-x64-release-linux-x64.zip ... Passed
    engine-x64.zip ... Passed
    gtk-debug-x64.zip ... Passed
    gtk-profile-x64.zip ... Passed
    gtk-release-x64.zip ... Passed
    font-subset-x64.zip ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
==> Starting prepare()...
==> Sources are ready.
 -> flutter-artifacts-google-bin-3.19.4-5 already made -- skipping build
==> Making package: flutter-artifacts-google-bin 3.19.4-5 (Thu 28 Mar 2024 12:57:43 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Sources are ready.
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 12:58:00 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found flutter-3.19.4.tar.xz
  -> Found system-dart.patch
  -> Found gradle-user-home.patch
  -> Found flutter.sh
  -> Found version.patch
  -> Found no-lock.patch
  -> Found no-runtime-download.patch
  -> Found doctor.patch
  -> Found opt-in-analytics.patch
==> Validating source files with sha256sums...
    flutter-3.19.4.tar.xz ... Passed
    system-dart.patch ... Passed
    gradle-user-home.patch ... Passed
    flutter.sh ... Passed
    version.patch ... Passed
    no-lock.patch ... Passed
    no-runtime-download.patch ... Passed
    doctor.patch ... Passed
    opt-in-analytics.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting flutter-3.19.4.tar.xz with bsdtar
==> Starting prepare()...
patching file packages/flutter_tools/bin/tool_backend.dart
patching file packages/flutter_tools/bin/tool_backend.sh
patching file packages/flutter_tools/gradle/src/main/groovy/flutter.groovy
patching file packages/flutter_tools/lib/src/artifacts.dart
patching file packages/flutter_tools/lib/src/cache.dart
patching file packages/flutter_tools/lib/src/commands/create_base.dart
patching file packages/flutter_tools/lib/src/dart/pub.dart
patching file packages/flutter_tools/lib/src/dart/language_version.dart
patching file packages/flutter_tools/gradle/build.gradle.kts
patching file packages/flutter_tools/lib/src/android/gradle.dart
patching file packages/flutter_tools/lib/src/version.dart
Hunk #5 succeeded at 295 (offset 2 lines).
Hunk #6 succeeded at 379 (offset 2 lines).
Hunk #7 succeeded at 472 (offset 63 lines).
Hunk #8 succeeded at 539 (offset 63 lines).
Hunk #9 succeeded at 547 (offset 63 lines).
Hunk #10 succeeded at 576 (offset 20 lines).
Hunk #11 succeeded at 749 (offset 21 lines).
Hunk #12 succeeded at 773 (offset 21 lines).
Hunk #13 succeeded at 834 (offset 21 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 284 with fuzz 1 (offset 4 lines).
Hunk #2 succeeded at 673 (offset 39 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 964 (offset 38 lines).
Hunk #2 succeeded at 1067 (offset 51 lines).
patching file packages/flutter_tools/lib/src/doctor.dart
Hunk #1 succeeded at 670 (offset 49 lines).
patching file packages/flutter_tools/lib/src/reporting/usage.dart
patching file packages/flutter_tools/lib/src/reporting/first_run.dart
Hunk #1 succeeded at 39 with fuzz 2 (offset 2 lines).
~/.cache/yay/flutter/src/gradlew ~/.cache/yay/flutter/src

> Task :init
To learn more about Gradle by exploring our Samples at https://docs.gradle.org/8.7/samples

BUILD SUCCESSFUL in 341ms
1 actionable task: 1 executed

BUILD SUCCESSFUL in 354ms
1 actionable task: 1 executed
~/.cache/yay/flutter/src
==> Sources are ready.
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 12:58:40 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
Resolving dependencies in packages/flutter_tools... (2.2s)
+ _fe_analyzer_shared 65.0.0 (67.0.0 available)
+ analyzer 6.3.0 (6.4.1 available)
+ archive 3.3.2 (3.4.10 available)
+ args 2.4.2
+ async 2.11.0
+ boolean_selector 2.1.1
+ browser_launcher 1.1.1
+ built_collection 5.1.1
+ built_value 8.8.1 (8.9.1 available)
+ checked_yaml 2.0.3
+ cli_config 0.1.2 (0.2.0 available)
+ clock 1.1.1
+ collection 1.18.0
+ completion 1.0.1
+ convert 3.1.1
+ coverage 1.7.2
+ crypto 3.0.3
+ csslib 1.0.0
+ dap 1.1.0 (1.2.0 available)
+ dds 3.1.0+1 (4.0.0 available)
+ dds_service_extensions 1.6.2 (2.0.0 available)
+ devtools_shared 6.0.3 (8.1.0 available)
+ dwds 23.0.0+1 (23.3.0 available)
+ extension_discovery 2.0.0
+ fake_async 1.3.1
+ file 7.0.0
+ file_testing 3.0.0
+ fixnum 1.1.0
+ flutter_template_images 4.2.0 (4.2.1 available)
+ frontend_server_client 3.2.0 (4.0.0 available)
+ glob 2.1.2
+ graphs 2.3.1
+ html 0.15.4
+ http 0.13.6 (1.2.1 available)
+ http_multi_server 3.2.1
+ http_parser 4.0.2
+ intl 0.18.1 (0.19.0 available)
+ io 1.0.4
+ js 0.6.7 (0.7.1 available)
+ json_annotation 4.8.1
+ json_rpc_2 3.0.2
+ logging 1.2.0
+ matcher 0.12.16+1
+ meta 1.11.0 (1.12.0 available)
+ mime 1.0.4 (1.0.5 available)
+ multicast_dns 0.3.2+6
+ mustache_template 2.0.0
+ native_assets_builder 0.3.0 (0.6.1 available)
+ native_assets_cli 0.3.2 (0.5.4 available)
+ native_stack_traces 0.5.6
+ node_preamble 2.0.2
+ package_config 2.1.0
+ path 1.9.0
+ petitparser 6.0.2
+ platform 3.1.4
+ pool 1.5.1
+ process 5.0.2
+ pub_semver 2.1.4
+ pubspec_parse 1.2.3
+ shelf 1.4.1
+ shelf_packages_handler 3.0.2
+ shelf_proxy 1.0.4
+ shelf_static 1.1.2
+ shelf_web_socket 1.0.4
+ source_map_stack_trace 2.1.1
+ source_maps 0.10.12
+ source_span 1.10.0
+ sse 4.1.4 (4.1.5 available)
+ stack_trace 1.11.1
+ standard_message_codec 0.0.1+4
+ stream_channel 2.1.2
+ string_scanner 1.2.0
+ sync_http 0.3.1
+ term_glyph 1.2.1
+ test 1.24.9 (1.25.2 available)
+ test_api 0.6.1 (0.7.0 available)
+ test_core 0.5.9 (0.6.0 available)
+ typed_data 1.3.2
+ unified_analytics 5.8.0+1 (5.8.8 available)
+ usage 4.1.1
+ uuid 3.0.7 (4.3.3 available)
+ vm_service 13.0.0 (14.2.0 available)
+ vm_service_interface 1.0.0 (1.1.0 available)
+ vm_snapshot_analysis 0.7.6
+ watcher 1.1.0
+ web 0.4.0 (0.5.1 available)
+ web_socket_channel 2.4.1 (2.4.4 available)
+ webdriver 3.0.3
+ webkit_inspection_protocol 1.2.1
+ xml 6.5.0
+ yaml 3.1.2
+ yaml_edit 2.1.1 (2.2.0 available)
Changed 92 dependencies in packages/flutter_tools!
30 packages have newer versions incompatible with dependency constraints.
Try `dart pub outdated` for more information.
Flutter 3.19.4 • channel  • https://github.com/flutter/flutter.git
Framework • revision archlinuxaur (unknown (arch linux aur package)) • 2038-01-19 03:14:08
Engine • revision a5c24f538d05
Tools • Dart 3.3.2 • DevTools 2.31.1
==> Entering fakeroot environment...
==> Starting package_flutter()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-common()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-common"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-gradle()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-gradle"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-tool()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/lib/flutter/bin/cache/flutter_tools.snapshot
==> Creating package "flutter-tool"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-devel()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-devel"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-linux()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-linux"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-android()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-android"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-web()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-web"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-intellij-patch()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-intellij-patch"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: flutter 3.19.4-18 (Thu 28 Mar 2024 01:01:24 AM CET)
==> Cleaning up...
[sudo] password for void:
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (5) flutter-engine-android-google-bin-3.19.4-5  flutter-engine-linux-google-bin-3.19.4-5  flutter-engine-web-google-bin-3.19.4-5  flutter-gradle-3.19.4-18  flutter-tool-3.19.4-18

Total Installed Size:  608.53 MiB

:: Proceed with installation? [Y/n]
(5/5) checking keys in keyring                                                                                                  [#############################################################################] 100%
(5/5) checking package integrity                                                                                                [#############################################################################] 100%
(5/5) loading package files                                                                                                     [#############################################################################] 100%
(5/5) checking for file conflicts                                                                                               [#############################################################################] 100%
(5/5) checking available disk space                                                                                             [#############################################################################] 100%
:: Processing package changes...
(1/5) installing flutter-engine-android-google-bin                                                                              [#############################################################################] 100%
(2/5) installing flutter-engine-linux-google-bin                                                                                [#############################################################################] 100%
(3/5) installing flutter-tool                                                                                                   [#############################################################################] 100%
(4/5) installing flutter-engine-web-google-bin                                                                                  [#############################################################################] 100%
(5/5) installing flutter-gradle                                                                                                 [#############################################################################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 01:01:54 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found flutter-3.19.4.tar.xz
  -> Found system-dart.patch
  -> Found gradle-user-home.patch
  -> Found flutter.sh
  -> Found version.patch
  -> Found no-lock.patch
  -> Found no-runtime-download.patch
  -> Found doctor.patch
  -> Found opt-in-analytics.patch
==> Validating source files with sha256sums...
    flutter-3.19.4.tar.xz ... Passed
    system-dart.patch ... Passed
    gradle-user-home.patch ... Passed
    flutter.sh ... Passed
    version.patch ... Passed
    no-lock.patch ... Passed
    no-runtime-download.patch ... Passed
    doctor.patch ... Passed
    opt-in-analytics.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting flutter-3.19.4.tar.xz with bsdtar
==> Starting prepare()...
patching file packages/flutter_tools/bin/tool_backend.dart
patching file packages/flutter_tools/bin/tool_backend.sh
patching file packages/flutter_tools/gradle/src/main/groovy/flutter.groovy
patching file packages/flutter_tools/lib/src/artifacts.dart
patching file packages/flutter_tools/lib/src/cache.dart
patching file packages/flutter_tools/lib/src/commands/create_base.dart
patching file packages/flutter_tools/lib/src/dart/pub.dart
patching file packages/flutter_tools/lib/src/dart/language_version.dart
patching file packages/flutter_tools/gradle/build.gradle.kts
patching file packages/flutter_tools/lib/src/android/gradle.dart
patching file packages/flutter_tools/lib/src/version.dart
Hunk #5 succeeded at 295 (offset 2 lines).
Hunk #6 succeeded at 379 (offset 2 lines).
Hunk #7 succeeded at 472 (offset 63 lines).
Hunk #8 succeeded at 539 (offset 63 lines).
Hunk #9 succeeded at 547 (offset 63 lines).
Hunk #10 succeeded at 576 (offset 20 lines).
Hunk #11 succeeded at 749 (offset 21 lines).
Hunk #12 succeeded at 773 (offset 21 lines).
Hunk #13 succeeded at 834 (offset 21 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 284 with fuzz 1 (offset 4 lines).
Hunk #2 succeeded at 673 (offset 39 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 964 (offset 38 lines).
Hunk #2 succeeded at 1067 (offset 51 lines).
patching file packages/flutter_tools/lib/src/doctor.dart
Hunk #1 succeeded at 670 (offset 49 lines).
patching file packages/flutter_tools/lib/src/reporting/usage.dart
patching file packages/flutter_tools/lib/src/reporting/first_run.dart
Hunk #1 succeeded at 39 with fuzz 2 (offset 2 lines).
~/.cache/yay/flutter/src/gradlew ~/.cache/yay/flutter/src

> Task :init
To learn more about Gradle by exploring our Samples at https://docs.gradle.org/8.7/samples

BUILD SUCCESSFUL in 367ms
1 actionable task: 1 executed

BUILD SUCCESSFUL in 359ms
1 actionable task: 1 executed
~/.cache/yay/flutter/src
==> Sources are ready.
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 01:02:31 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
Resolving dependencies in packages/flutter_tools... (2.2s)
+ _fe_analyzer_shared 65.0.0 (67.0.0 available)
+ analyzer 6.3.0 (6.4.1 available)
+ archive 3.3.2 (3.4.10 available)
+ args 2.4.2
+ async 2.11.0
+ boolean_selector 2.1.1
+ browser_launcher 1.1.1
+ built_collection 5.1.1
+ built_value 8.8.1 (8.9.1 available)
+ checked_yaml 2.0.3
+ cli_config 0.1.2 (0.2.0 available)
+ clock 1.1.1
+ collection 1.18.0
+ completion 1.0.1
+ convert 3.1.1
+ coverage 1.7.2
+ crypto 3.0.3
+ csslib 1.0.0
+ dap 1.1.0 (1.2.0 available)
+ dds 3.1.0+1 (4.0.0 available)
+ dds_service_extensions 1.6.2 (2.0.0 available)
+ devtools_shared 6.0.3 (8.1.0 available)
+ dwds 23.0.0+1 (23.3.0 available)
+ extension_discovery 2.0.0
+ fake_async 1.3.1
+ file 7.0.0
+ file_testing 3.0.0
+ fixnum 1.1.0
+ flutter_template_images 4.2.0 (4.2.1 available)
+ frontend_server_client 3.2.0 (4.0.0 available)
+ glob 2.1.2
+ graphs 2.3.1
+ html 0.15.4
+ http 0.13.6 (1.2.1 available)
+ http_multi_server 3.2.1
+ http_parser 4.0.2
+ intl 0.18.1 (0.19.0 available)
+ io 1.0.4
+ js 0.6.7 (0.7.1 available)
+ json_annotation 4.8.1
+ json_rpc_2 3.0.2
+ logging 1.2.0
+ matcher 0.12.16+1
+ meta 1.11.0 (1.12.0 available)
+ mime 1.0.4 (1.0.5 available)
+ multicast_dns 0.3.2+6
+ mustache_template 2.0.0
+ native_assets_builder 0.3.0 (0.6.1 available)
+ native_assets_cli 0.3.2 (0.5.4 available)
+ native_stack_traces 0.5.6
+ node_preamble 2.0.2
+ package_config 2.1.0
+ path 1.9.0
+ petitparser 6.0.2
+ platform 3.1.4
+ pool 1.5.1
+ process 5.0.2
+ pub_semver 2.1.4
+ pubspec_parse 1.2.3
+ shelf 1.4.1
+ shelf_packages_handler 3.0.2
+ shelf_proxy 1.0.4
+ shelf_static 1.1.2
+ shelf_web_socket 1.0.4
+ source_map_stack_trace 2.1.1
+ source_maps 0.10.12
+ source_span 1.10.0
+ sse 4.1.4 (4.1.5 available)
+ stack_trace 1.11.1
+ standard_message_codec 0.0.1+4
+ stream_channel 2.1.2
+ string_scanner 1.2.0
+ sync_http 0.3.1
+ term_glyph 1.2.1
+ test 1.24.9 (1.25.2 available)
+ test_api 0.6.1 (0.7.0 available)
+ test_core 0.5.9 (0.6.0 available)
+ typed_data 1.3.2
+ unified_analytics 5.8.0+1 (5.8.8 available)
+ usage 4.1.1
+ uuid 3.0.7 (4.3.3 available)
+ vm_service 13.0.0 (14.2.0 available)
+ vm_service_interface 1.0.0 (1.1.0 available)
+ vm_snapshot_analysis 0.7.6
+ watcher 1.1.0
+ web 0.4.0 (0.5.1 available)
+ web_socket_channel 2.4.1 (2.4.4 available)
+ webdriver 3.0.3
+ webkit_inspection_protocol 1.2.1
+ xml 6.5.0
+ yaml 3.1.2
+ yaml_edit 2.1.1 (2.2.0 available)
Changed 92 dependencies in packages/flutter_tools!
30 packages have newer versions incompatible with dependency constraints.
Try `dart pub outdated` for more information.
Flutter 3.19.4 • channel  • https://github.com/flutter/flutter.git
Framework • revision archlinuxaur (unknown (arch linux aur package)) • 2038-01-19 03:14:08
Engine • revision a5c24f538d05
Tools • Dart 3.3.2 • DevTools 2.31.1
==> Entering fakeroot environment...
==> Starting package_flutter()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-common()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-common"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-gradle()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-gradle"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-tool()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/lib/flutter/bin/cache/flutter_tools.snapshot
==> Creating package "flutter-tool"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-devel()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-devel"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-linux()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-linux"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-android()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-android"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-web()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-web"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-intellij-patch()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-intellij-patch"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: flutter 3.19.4-18 (Thu 28 Mar 2024 01:05:13 AM CET)
==> Cleaning up...
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 01:05:30 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found flutter-3.19.4.tar.xz
  -> Found system-dart.patch
  -> Found gradle-user-home.patch
  -> Found flutter.sh
  -> Found version.patch
  -> Found no-lock.patch
  -> Found no-runtime-download.patch
  -> Found doctor.patch
  -> Found opt-in-analytics.patch
==> Validating source files with sha256sums...
    flutter-3.19.4.tar.xz ... Passed
    system-dart.patch ... Passed
    gradle-user-home.patch ... Passed
    flutter.sh ... Passed
    version.patch ... Passed
    no-lock.patch ... Passed
    no-runtime-download.patch ... Passed
    doctor.patch ... Passed
    opt-in-analytics.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting flutter-3.19.4.tar.xz with bsdtar
==> Starting prepare()...
patching file packages/flutter_tools/bin/tool_backend.dart
patching file packages/flutter_tools/bin/tool_backend.sh
patching file packages/flutter_tools/gradle/src/main/groovy/flutter.groovy
patching file packages/flutter_tools/lib/src/artifacts.dart
patching file packages/flutter_tools/lib/src/cache.dart
patching file packages/flutter_tools/lib/src/commands/create_base.dart
patching file packages/flutter_tools/lib/src/dart/pub.dart
patching file packages/flutter_tools/lib/src/dart/language_version.dart
patching file packages/flutter_tools/gradle/build.gradle.kts
patching file packages/flutter_tools/lib/src/android/gradle.dart
patching file packages/flutter_tools/lib/src/version.dart
Hunk #5 succeeded at 295 (offset 2 lines).
Hunk #6 succeeded at 379 (offset 2 lines).
Hunk #7 succeeded at 472 (offset 63 lines).
Hunk #8 succeeded at 539 (offset 63 lines).
Hunk #9 succeeded at 547 (offset 63 lines).
Hunk #10 succeeded at 576 (offset 20 lines).
Hunk #11 succeeded at 749 (offset 21 lines).
Hunk #12 succeeded at 773 (offset 21 lines).
Hunk #13 succeeded at 834 (offset 21 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 284 with fuzz 1 (offset 4 lines).
Hunk #2 succeeded at 673 (offset 39 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 964 (offset 38 lines).
Hunk #2 succeeded at 1067 (offset 51 lines).
patching file packages/flutter_tools/lib/src/doctor.dart
Hunk #1 succeeded at 670 (offset 49 lines).
patching file packages/flutter_tools/lib/src/reporting/usage.dart
patching file packages/flutter_tools/lib/src/reporting/first_run.dart
Hunk #1 succeeded at 39 with fuzz 2 (offset 2 lines).
~/.cache/yay/flutter/src/gradlew ~/.cache/yay/flutter/src

> Task :init
To learn more about Gradle by exploring our Samples at https://docs.gradle.org/8.7/samples

BUILD SUCCESSFUL in 347ms
1 actionable task: 1 executed

BUILD SUCCESSFUL in 346ms
1 actionable task: 1 executed
~/.cache/yay/flutter/src
==> Sources are ready.
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 01:06:07 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
Resolving dependencies in packages/flutter_tools... (2.1s)
+ _fe_analyzer_shared 65.0.0 (67.0.0 available)
+ analyzer 6.3.0 (6.4.1 available)
+ archive 3.3.2 (3.4.10 available)
+ args 2.4.2
+ async 2.11.0
+ boolean_selector 2.1.1
+ browser_launcher 1.1.1
+ built_collection 5.1.1
+ built_value 8.8.1 (8.9.1 available)
+ checked_yaml 2.0.3
+ cli_config 0.1.2 (0.2.0 available)
+ clock 1.1.1
+ collection 1.18.0
+ completion 1.0.1
+ convert 3.1.1
+ coverage 1.7.2
+ crypto 3.0.3
+ csslib 1.0.0
+ dap 1.1.0 (1.2.0 available)
+ dds 3.1.0+1 (4.0.0 available)
+ dds_service_extensions 1.6.2 (2.0.0 available)
+ devtools_shared 6.0.3 (8.1.0 available)
+ dwds 23.0.0+1 (23.3.0 available)
+ extension_discovery 2.0.0
+ fake_async 1.3.1
+ file 7.0.0
+ file_testing 3.0.0
+ fixnum 1.1.0
+ flutter_template_images 4.2.0 (4.2.1 available)
+ frontend_server_client 3.2.0 (4.0.0 available)
+ glob 2.1.2
+ graphs 2.3.1
+ html 0.15.4
+ http 0.13.6 (1.2.1 available)
+ http_multi_server 3.2.1
+ http_parser 4.0.2
+ intl 0.18.1 (0.19.0 available)
+ io 1.0.4
+ js 0.6.7 (0.7.1 available)
+ json_annotation 4.8.1
+ json_rpc_2 3.0.2
+ logging 1.2.0
+ matcher 0.12.16+1
+ meta 1.11.0 (1.12.0 available)
+ mime 1.0.4 (1.0.5 available)
+ multicast_dns 0.3.2+6
+ mustache_template 2.0.0
+ native_assets_builder 0.3.0 (0.6.1 available)
+ native_assets_cli 0.3.2 (0.5.4 available)
+ native_stack_traces 0.5.6
+ node_preamble 2.0.2
+ package_config 2.1.0
+ path 1.9.0
+ petitparser 6.0.2
+ platform 3.1.4
+ pool 1.5.1
+ process 5.0.2
+ pub_semver 2.1.4
+ pubspec_parse 1.2.3
+ shelf 1.4.1
+ shelf_packages_handler 3.0.2
+ shelf_proxy 1.0.4
+ shelf_static 1.1.2
+ shelf_web_socket 1.0.4
+ source_map_stack_trace 2.1.1
+ source_maps 0.10.12
+ source_span 1.10.0
+ sse 4.1.4 (4.1.5 available)
+ stack_trace 1.11.1
+ standard_message_codec 0.0.1+4
+ stream_channel 2.1.2
+ string_scanner 1.2.0
+ sync_http 0.3.1
+ term_glyph 1.2.1
+ test 1.24.9 (1.25.2 available)
+ test_api 0.6.1 (0.7.0 available)
+ test_core 0.5.9 (0.6.0 available)
+ typed_data 1.3.2
+ unified_analytics 5.8.0+1 (5.8.8 available)
+ usage 4.1.1
+ uuid 3.0.7 (4.3.3 available)
+ vm_service 13.0.0 (14.2.0 available)
+ vm_service_interface 1.0.0 (1.1.0 available)
+ vm_snapshot_analysis 0.7.6
+ watcher 1.1.0
+ web 0.4.0 (0.5.1 available)
+ web_socket_channel 2.4.1 (2.4.4 available)
+ webdriver 3.0.3
+ webkit_inspection_protocol 1.2.1
+ xml 6.5.0
+ yaml 3.1.2
+ yaml_edit 2.1.1 (2.2.0 available)
Changed 92 dependencies in packages/flutter_tools!
30 packages have newer versions incompatible with dependency constraints.
Try `dart pub outdated` for more information.
Flutter 3.19.4 • channel  • https://github.com/flutter/flutter.git
Framework • revision archlinuxaur (unknown (arch linux aur package)) • 2038-01-19 03:14:08
Engine • revision a5c24f538d05
Tools • Dart 3.3.2 • DevTools 2.31.1
==> Entering fakeroot environment...
==> Starting package_flutter()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-common()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-common"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-gradle()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-gradle"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-tool()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/lib/flutter/bin/cache/flutter_tools.snapshot
==> Creating package "flutter-tool"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-devel()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-devel"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-linux()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-linux"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-android()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-android"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-web()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-web"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-intellij-patch()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-intellij-patch"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: flutter 3.19.4-18 (Thu 28 Mar 2024 01:08:49 AM CET)
==> Cleaning up...
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 01:09:07 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found flutter-3.19.4.tar.xz
  -> Found system-dart.patch
  -> Found gradle-user-home.patch
  -> Found flutter.sh
  -> Found version.patch
  -> Found no-lock.patch
  -> Found no-runtime-download.patch
  -> Found doctor.patch
  -> Found opt-in-analytics.patch
==> Validating source files with sha256sums...
    flutter-3.19.4.tar.xz ... Passed
    system-dart.patch ... Passed
    gradle-user-home.patch ... Passed
    flutter.sh ... Passed
    version.patch ... Passed
    no-lock.patch ... Passed
    no-runtime-download.patch ... Passed
    doctor.patch ... Passed
    opt-in-analytics.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting flutter-3.19.4.tar.xz with bsdtar
==> Starting prepare()...
patching file packages/flutter_tools/bin/tool_backend.dart
patching file packages/flutter_tools/bin/tool_backend.sh
patching file packages/flutter_tools/gradle/src/main/groovy/flutter.groovy
patching file packages/flutter_tools/lib/src/artifacts.dart
patching file packages/flutter_tools/lib/src/cache.dart
patching file packages/flutter_tools/lib/src/commands/create_base.dart
patching file packages/flutter_tools/lib/src/dart/pub.dart
patching file packages/flutter_tools/lib/src/dart/language_version.dart
patching file packages/flutter_tools/gradle/build.gradle.kts
patching file packages/flutter_tools/lib/src/android/gradle.dart
patching file packages/flutter_tools/lib/src/version.dart
Hunk #5 succeeded at 295 (offset 2 lines).
Hunk #6 succeeded at 379 (offset 2 lines).
Hunk #7 succeeded at 472 (offset 63 lines).
Hunk #8 succeeded at 539 (offset 63 lines).
Hunk #9 succeeded at 547 (offset 63 lines).
Hunk #10 succeeded at 576 (offset 20 lines).
Hunk #11 succeeded at 749 (offset 21 lines).
Hunk #12 succeeded at 773 (offset 21 lines).
Hunk #13 succeeded at 834 (offset 21 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 284 with fuzz 1 (offset 4 lines).
Hunk #2 succeeded at 673 (offset 39 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 964 (offset 38 lines).
Hunk #2 succeeded at 1067 (offset 51 lines).
patching file packages/flutter_tools/lib/src/doctor.dart
Hunk #1 succeeded at 670 (offset 49 lines).
patching file packages/flutter_tools/lib/src/reporting/usage.dart
patching file packages/flutter_tools/lib/src/reporting/first_run.dart
Hunk #1 succeeded at 39 with fuzz 2 (offset 2 lines).
~/.cache/yay/flutter/src/gradlew ~/.cache/yay/flutter/src

> Task :init
To learn more about Gradle by exploring our Samples at https://docs.gradle.org/8.7/samples

BUILD SUCCESSFUL in 348ms
1 actionable task: 1 executed

BUILD SUCCESSFUL in 332ms
1 actionable task: 1 executed
~/.cache/yay/flutter/src
==> Sources are ready.
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 01:09:46 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
Resolving dependencies in packages/flutter_tools... (2.0s)
+ _fe_analyzer_shared 65.0.0 (67.0.0 available)
+ analyzer 6.3.0 (6.4.1 available)
+ archive 3.3.2 (3.4.10 available)
+ args 2.4.2
+ async 2.11.0
+ boolean_selector 2.1.1
+ browser_launcher 1.1.1
+ built_collection 5.1.1
+ built_value 8.8.1 (8.9.1 available)
+ checked_yaml 2.0.3
+ cli_config 0.1.2 (0.2.0 available)
+ clock 1.1.1
+ collection 1.18.0
+ completion 1.0.1
+ convert 3.1.1
+ coverage 1.7.2
+ crypto 3.0.3
+ csslib 1.0.0
+ dap 1.1.0 (1.2.0 available)
+ dds 3.1.0+1 (4.0.0 available)
+ dds_service_extensions 1.6.2 (2.0.0 available)
+ devtools_shared 6.0.3 (8.1.0 available)
+ dwds 23.0.0+1 (23.3.0 available)
+ extension_discovery 2.0.0
+ fake_async 1.3.1
+ file 7.0.0
+ file_testing 3.0.0
+ fixnum 1.1.0
+ flutter_template_images 4.2.0 (4.2.1 available)
+ frontend_server_client 3.2.0 (4.0.0 available)
+ glob 2.1.2
+ graphs 2.3.1
+ html 0.15.4
+ http 0.13.6 (1.2.1 available)
+ http_multi_server 3.2.1
+ http_parser 4.0.2
+ intl 0.18.1 (0.19.0 available)
+ io 1.0.4
+ js 0.6.7 (0.7.1 available)
+ json_annotation 4.8.1
+ json_rpc_2 3.0.2
+ logging 1.2.0
+ matcher 0.12.16+1
+ meta 1.11.0 (1.12.0 available)
+ mime 1.0.4 (1.0.5 available)
+ multicast_dns 0.3.2+6
+ mustache_template 2.0.0
+ native_assets_builder 0.3.0 (0.6.1 available)
+ native_assets_cli 0.3.2 (0.5.4 available)
+ native_stack_traces 0.5.6
+ node_preamble 2.0.2
+ package_config 2.1.0
+ path 1.9.0
+ petitparser 6.0.2
+ platform 3.1.4
+ pool 1.5.1
+ process 5.0.2
+ pub_semver 2.1.4
+ pubspec_parse 1.2.3
+ shelf 1.4.1
+ shelf_packages_handler 3.0.2
+ shelf_proxy 1.0.4
+ shelf_static 1.1.2
+ shelf_web_socket 1.0.4
+ source_map_stack_trace 2.1.1
+ source_maps 0.10.12
+ source_span 1.10.0
+ sse 4.1.4 (4.1.5 available)
+ stack_trace 1.11.1
+ standard_message_codec 0.0.1+4
+ stream_channel 2.1.2
+ string_scanner 1.2.0
+ sync_http 0.3.1
+ term_glyph 1.2.1
+ test 1.24.9 (1.25.2 available)
+ test_api 0.6.1 (0.7.0 available)
+ test_core 0.5.9 (0.6.0 available)
+ typed_data 1.3.2
+ unified_analytics 5.8.0+1 (5.8.8 available)
+ usage 4.1.1
+ uuid 3.0.7 (4.3.3 available)
+ vm_service 13.0.0 (14.2.0 available)
+ vm_service_interface 1.0.0 (1.1.0 available)
+ vm_snapshot_analysis 0.7.6
+ watcher 1.1.0
+ web 0.4.0 (0.5.1 available)
+ web_socket_channel 2.4.1 (2.4.4 available)
+ webdriver 3.0.3
+ webkit_inspection_protocol 1.2.1
+ xml 6.5.0
+ yaml 3.1.2
+ yaml_edit 2.1.1 (2.2.0 available)
Changed 92 dependencies in packages/flutter_tools!
30 packages have newer versions incompatible with dependency constraints.
Try `dart pub outdated` for more information.
Flutter 3.19.4 • channel  • https://github.com/flutter/flutter.git
Framework • revision archlinuxaur (unknown (arch linux aur package)) • 2038-01-19 03:14:08
Engine • revision a5c24f538d05
Tools • Dart 3.3.2 • DevTools 2.31.1
==> Entering fakeroot environment...
==> Starting package_flutter()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-common()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-common"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-gradle()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-gradle"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-tool()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/lib/flutter/bin/cache/flutter_tools.snapshot
==> Creating package "flutter-tool"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-devel()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-devel"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-linux()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-linux"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-android()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-android"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-web()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-web"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-intellij-patch()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-intellij-patch"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: flutter 3.19.4-18 (Thu 28 Mar 2024 01:12:29 AM CET)
==> Cleaning up...
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 01:12:47 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found flutter-3.19.4.tar.xz
  -> Found system-dart.patch
  -> Found gradle-user-home.patch
  -> Found flutter.sh
  -> Found version.patch
  -> Found no-lock.patch
  -> Found no-runtime-download.patch
  -> Found doctor.patch
  -> Found opt-in-analytics.patch
==> Validating source files with sha256sums...
    flutter-3.19.4.tar.xz ... Passed
    system-dart.patch ... Passed
    gradle-user-home.patch ... Passed
    flutter.sh ... Passed
    version.patch ... Passed
    no-lock.patch ... Passed
    no-runtime-download.patch ... Passed
    doctor.patch ... Passed
    opt-in-analytics.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting flutter-3.19.4.tar.xz with bsdtar
==> Starting prepare()...
patching file packages/flutter_tools/bin/tool_backend.dart
patching file packages/flutter_tools/bin/tool_backend.sh
patching file packages/flutter_tools/gradle/src/main/groovy/flutter.groovy
patching file packages/flutter_tools/lib/src/artifacts.dart
patching file packages/flutter_tools/lib/src/cache.dart
patching file packages/flutter_tools/lib/src/commands/create_base.dart
patching file packages/flutter_tools/lib/src/dart/pub.dart
patching file packages/flutter_tools/lib/src/dart/language_version.dart
patching file packages/flutter_tools/gradle/build.gradle.kts
patching file packages/flutter_tools/lib/src/android/gradle.dart
patching file packages/flutter_tools/lib/src/version.dart
Hunk #5 succeeded at 295 (offset 2 lines).
Hunk #6 succeeded at 379 (offset 2 lines).
Hunk #7 succeeded at 472 (offset 63 lines).
Hunk #8 succeeded at 539 (offset 63 lines).
Hunk #9 succeeded at 547 (offset 63 lines).
Hunk #10 succeeded at 576 (offset 20 lines).
Hunk #11 succeeded at 749 (offset 21 lines).
Hunk #12 succeeded at 773 (offset 21 lines).
Hunk #13 succeeded at 834 (offset 21 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 284 with fuzz 1 (offset 4 lines).
Hunk #2 succeeded at 673 (offset 39 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 964 (offset 38 lines).
Hunk #2 succeeded at 1067 (offset 51 lines).
patching file packages/flutter_tools/lib/src/doctor.dart
Hunk #1 succeeded at 670 (offset 49 lines).
patching file packages/flutter_tools/lib/src/reporting/usage.dart
patching file packages/flutter_tools/lib/src/reporting/first_run.dart
Hunk #1 succeeded at 39 with fuzz 2 (offset 2 lines).
~/.cache/yay/flutter/src/gradlew ~/.cache/yay/flutter/src

> Task :init
To learn more about Gradle by exploring our Samples at https://docs.gradle.org/8.7/samples

BUILD SUCCESSFUL in 339ms
1 actionable task: 1 executed

BUILD SUCCESSFUL in 350ms
1 actionable task: 1 executed
~/.cache/yay/flutter/src
==> Sources are ready.
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 01:13:25 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
Resolving dependencies in packages/flutter_tools... (2.4s)
+ _fe_analyzer_shared 65.0.0 (67.0.0 available)
+ analyzer 6.3.0 (6.4.1 available)
+ archive 3.3.2 (3.4.10 available)
+ args 2.4.2
+ async 2.11.0
+ boolean_selector 2.1.1
+ browser_launcher 1.1.1
+ built_collection 5.1.1
+ built_value 8.8.1 (8.9.1 available)
+ checked_yaml 2.0.3
+ cli_config 0.1.2 (0.2.0 available)
+ clock 1.1.1
+ collection 1.18.0
+ completion 1.0.1
+ convert 3.1.1
+ coverage 1.7.2
+ crypto 3.0.3
+ csslib 1.0.0
+ dap 1.1.0 (1.2.0 available)
+ dds 3.1.0+1 (4.0.0 available)
+ dds_service_extensions 1.6.2 (2.0.0 available)
+ devtools_shared 6.0.3 (8.1.0 available)
+ dwds 23.0.0+1 (23.3.0 available)
+ extension_discovery 2.0.0
+ fake_async 1.3.1
+ file 7.0.0
+ file_testing 3.0.0
+ fixnum 1.1.0
+ flutter_template_images 4.2.0 (4.2.1 available)
+ frontend_server_client 3.2.0 (4.0.0 available)
+ glob 2.1.2
+ graphs 2.3.1
+ html 0.15.4
+ http 0.13.6 (1.2.1 available)
+ http_multi_server 3.2.1
+ http_parser 4.0.2
+ intl 0.18.1 (0.19.0 available)
+ io 1.0.4
+ js 0.6.7 (0.7.1 available)
+ json_annotation 4.8.1
+ json_rpc_2 3.0.2
+ logging 1.2.0
+ matcher 0.12.16+1
+ meta 1.11.0 (1.12.0 available)
+ mime 1.0.4 (1.0.5 available)
+ multicast_dns 0.3.2+6
+ mustache_template 2.0.0
+ native_assets_builder 0.3.0 (0.6.1 available)
+ native_assets_cli 0.3.2 (0.5.4 available)
+ native_stack_traces 0.5.6
+ node_preamble 2.0.2
+ package_config 2.1.0
+ path 1.9.0
+ petitparser 6.0.2
+ platform 3.1.4
+ pool 1.5.1
+ process 5.0.2
+ pub_semver 2.1.4
+ pubspec_parse 1.2.3
+ shelf 1.4.1
+ shelf_packages_handler 3.0.2
+ shelf_proxy 1.0.4
+ shelf_static 1.1.2
+ shelf_web_socket 1.0.4
+ source_map_stack_trace 2.1.1
+ source_maps 0.10.12
+ source_span 1.10.0
+ sse 4.1.4 (4.1.5 available)
+ stack_trace 1.11.1
+ standard_message_codec 0.0.1+4
+ stream_channel 2.1.2
+ string_scanner 1.2.0
+ sync_http 0.3.1
+ term_glyph 1.2.1
+ test 1.24.9 (1.25.2 available)
+ test_api 0.6.1 (0.7.0 available)
+ test_core 0.5.9 (0.6.0 available)
+ typed_data 1.3.2
+ unified_analytics 5.8.0+1 (5.8.8 available)
+ usage 4.1.1
+ uuid 3.0.7 (4.3.3 available)
+ vm_service 13.0.0 (14.2.0 available)
+ vm_service_interface 1.0.0 (1.1.0 available)
+ vm_snapshot_analysis 0.7.6
+ watcher 1.1.0
+ web 0.4.0 (0.5.1 available)
+ web_socket_channel 2.4.1 (2.4.4 available)
+ webdriver 3.0.3
+ webkit_inspection_protocol 1.2.1
+ xml 6.5.0
+ yaml 3.1.2
+ yaml_edit 2.1.1 (2.2.0 available)
Changed 92 dependencies in packages/flutter_tools!
30 packages have newer versions incompatible with dependency constraints.
Try `dart pub outdated` for more information.
Flutter 3.19.4 • channel  • https://github.com/flutter/flutter.git
Framework • revision archlinuxaur (unknown (arch linux aur package)) • 2038-01-19 03:14:08
Engine • revision a5c24f538d05
Tools • Dart 3.3.2 • DevTools 2.31.1
==> Entering fakeroot environment...
==> Starting package_flutter()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-common()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-common"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-gradle()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-gradle"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-tool()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/lib/flutter/bin/cache/flutter_tools.snapshot
==> Creating package "flutter-tool"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-devel()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-devel"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-linux()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-linux"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-android()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-android"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-web()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-web"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-intellij-patch()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-intellij-patch"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: flutter 3.19.4-18 (Thu 28 Mar 2024 01:16:02 AM CET)
==> Cleaning up...
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 01:16:20 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found flutter-3.19.4.tar.xz
  -> Found system-dart.patch
  -> Found gradle-user-home.patch
  -> Found flutter.sh
  -> Found version.patch
  -> Found no-lock.patch
  -> Found no-runtime-download.patch
  -> Found doctor.patch
  -> Found opt-in-analytics.patch
==> Validating source files with sha256sums...
    flutter-3.19.4.tar.xz ... Passed
    system-dart.patch ... Passed
    gradle-user-home.patch ... Passed
    flutter.sh ... Passed
    version.patch ... Passed
    no-lock.patch ... Passed
    no-runtime-download.patch ... Passed
    doctor.patch ... Passed
    opt-in-analytics.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting flutter-3.19.4.tar.xz with bsdtar
==> Starting prepare()...
patching file packages/flutter_tools/bin/tool_backend.dart
patching file packages/flutter_tools/bin/tool_backend.sh
patching file packages/flutter_tools/gradle/src/main/groovy/flutter.groovy
patching file packages/flutter_tools/lib/src/artifacts.dart
patching file packages/flutter_tools/lib/src/cache.dart
patching file packages/flutter_tools/lib/src/commands/create_base.dart
patching file packages/flutter_tools/lib/src/dart/pub.dart
patching file packages/flutter_tools/lib/src/dart/language_version.dart
patching file packages/flutter_tools/gradle/build.gradle.kts
patching file packages/flutter_tools/lib/src/android/gradle.dart
patching file packages/flutter_tools/lib/src/version.dart
Hunk #5 succeeded at 295 (offset 2 lines).
Hunk #6 succeeded at 379 (offset 2 lines).
Hunk #7 succeeded at 472 (offset 63 lines).
Hunk #8 succeeded at 539 (offset 63 lines).
Hunk #9 succeeded at 547 (offset 63 lines).
Hunk #10 succeeded at 576 (offset 20 lines).
Hunk #11 succeeded at 749 (offset 21 lines).
Hunk #12 succeeded at 773 (offset 21 lines).
Hunk #13 succeeded at 834 (offset 21 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 284 with fuzz 1 (offset 4 lines).
Hunk #2 succeeded at 673 (offset 39 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 964 (offset 38 lines).
Hunk #2 succeeded at 1067 (offset 51 lines).
patching file packages/flutter_tools/lib/src/doctor.dart
Hunk #1 succeeded at 670 (offset 49 lines).
patching file packages/flutter_tools/lib/src/reporting/usage.dart
patching file packages/flutter_tools/lib/src/reporting/first_run.dart
Hunk #1 succeeded at 39 with fuzz 2 (offset 2 lines).
~/.cache/yay/flutter/src/gradlew ~/.cache/yay/flutter/src

> Task :init
To learn more about Gradle by exploring our Samples at https://docs.gradle.org/8.7/samples

BUILD SUCCESSFUL in 346ms
1 actionable task: 1 executed

BUILD SUCCESSFUL in 352ms
1 actionable task: 1 executed
~/.cache/yay/flutter/src
==> Sources are ready.
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 01:16:57 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
Resolving dependencies in packages/flutter_tools... (2.0s)
+ _fe_analyzer_shared 65.0.0 (67.0.0 available)
+ analyzer 6.3.0 (6.4.1 available)
+ archive 3.3.2 (3.4.10 available)
+ args 2.4.2
+ async 2.11.0
+ boolean_selector 2.1.1
+ browser_launcher 1.1.1
+ built_collection 5.1.1
+ built_value 8.8.1 (8.9.1 available)
+ checked_yaml 2.0.3
+ cli_config 0.1.2 (0.2.0 available)
+ clock 1.1.1
+ collection 1.18.0
+ completion 1.0.1
+ convert 3.1.1
+ coverage 1.7.2
+ crypto 3.0.3
+ csslib 1.0.0
+ dap 1.1.0 (1.2.0 available)
+ dds 3.1.0+1 (4.0.0 available)
+ dds_service_extensions 1.6.2 (2.0.0 available)
+ devtools_shared 6.0.3 (8.1.0 available)
+ dwds 23.0.0+1 (23.3.0 available)
+ extension_discovery 2.0.0
+ fake_async 1.3.1
+ file 7.0.0
+ file_testing 3.0.0
+ fixnum 1.1.0
+ flutter_template_images 4.2.0 (4.2.1 available)
+ frontend_server_client 3.2.0 (4.0.0 available)
+ glob 2.1.2
+ graphs 2.3.1
+ html 0.15.4
+ http 0.13.6 (1.2.1 available)
+ http_multi_server 3.2.1
+ http_parser 4.0.2
+ intl 0.18.1 (0.19.0 available)
+ io 1.0.4
+ js 0.6.7 (0.7.1 available)
+ json_annotation 4.8.1
+ json_rpc_2 3.0.2
+ logging 1.2.0
+ matcher 0.12.16+1
+ meta 1.11.0 (1.12.0 available)
+ mime 1.0.4 (1.0.5 available)
+ multicast_dns 0.3.2+6
+ mustache_template 2.0.0
+ native_assets_builder 0.3.0 (0.6.1 available)
+ native_assets_cli 0.3.2 (0.5.4 available)
+ native_stack_traces 0.5.6
+ node_preamble 2.0.2
+ package_config 2.1.0
+ path 1.9.0
+ petitparser 6.0.2
+ platform 3.1.4
+ pool 1.5.1
+ process 5.0.2
+ pub_semver 2.1.4
+ pubspec_parse 1.2.3
+ shelf 1.4.1
+ shelf_packages_handler 3.0.2
+ shelf_proxy 1.0.4
+ shelf_static 1.1.2
+ shelf_web_socket 1.0.4
+ source_map_stack_trace 2.1.1
+ source_maps 0.10.12
+ source_span 1.10.0
+ sse 4.1.4 (4.1.5 available)
+ stack_trace 1.11.1
+ standard_message_codec 0.0.1+4
+ stream_channel 2.1.2
+ string_scanner 1.2.0
+ sync_http 0.3.1
+ term_glyph 1.2.1
+ test 1.24.9 (1.25.2 available)
+ test_api 0.6.1 (0.7.0 available)
+ test_core 0.5.9 (0.6.0 available)
+ typed_data 1.3.2
+ unified_analytics 5.8.0+1 (5.8.8 available)
+ usage 4.1.1
+ uuid 3.0.7 (4.3.3 available)
+ vm_service 13.0.0 (14.2.0 available)
+ vm_service_interface 1.0.0 (1.1.0 available)
+ vm_snapshot_analysis 0.7.6
+ watcher 1.1.0
+ web 0.4.0 (0.5.1 available)
+ web_socket_channel 2.4.1 (2.4.4 available)
+ webdriver 3.0.3
+ webkit_inspection_protocol 1.2.1
+ xml 6.5.0
+ yaml 3.1.2
+ yaml_edit 2.1.1 (2.2.0 available)
Changed 92 dependencies in packages/flutter_tools!
30 packages have newer versions incompatible with dependency constraints.
Try `dart pub outdated` for more information.
Flutter 3.19.4 • channel  • https://github.com/flutter/flutter.git
Framework • revision archlinuxaur (unknown (arch linux aur package)) • 2038-01-19 03:14:08
Engine • revision a5c24f538d05
Tools • Dart 3.3.2 • DevTools 2.31.1
==> Entering fakeroot environment...
==> Starting package_flutter()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-common()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-common"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-gradle()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-gradle"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-tool()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/lib/flutter/bin/cache/flutter_tools.snapshot
==> Creating package "flutter-tool"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-devel()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-devel"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-linux()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-linux"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-android()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-android"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-web()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-web"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-intellij-patch()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-intellij-patch"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: flutter 3.19.4-18 (Thu 28 Mar 2024 01:19:37 AM CET)
==> Cleaning up...
[sudo] password for void:
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (5) flutter-devel-3.19.4-18  flutter-intellij-patch-3.19.4-18  flutter-target-android-3.19.4-18  flutter-target-linux-3.19.4-18  flutter-target-web-3.19.4-18

Total Installed Size:  76.55 MiB

:: Proceed with installation? [Y/n]
(5/5) checking keys in keyring                                                                                                  [#############################################################################] 100%
(5/5) checking package integrity                                                                                                [#############################################################################] 100%
(5/5) loading package files                                                                                                     [#############################################################################] 100%
(5/5) checking for file conflicts                                                                                               [#############################################################################] 100%
(5/5) checking available disk space                                                                                             [#############################################################################] 100%
:: Processing package changes...
(1/5) installing flutter-target-linux                                                                                           [#############################################################################] 100%
(2/5) installing flutter-intellij-patch                                                                                         [#############################################################################] 100%
Optional dependencies for flutter-intellij-patch
    android-studio
    intellij-idea-community-edition [installed]
    intellij-idea-ultimate-edition
(3/5) installing flutter-target-web                                                                                             [#############################################################################] 100%
(4/5) installing flutter-devel                                                                                                  [#############################################################################] 100%
(5/5) installing flutter-target-android                                                                                         [#############################################################################] 100%
Optional dependencies for flutter-target-android
    android-sdk: develop for Android devices
    java-environment: develop for Android devices [installed]
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 01:20:39 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found flutter-3.19.4.tar.xz
  -> Found system-dart.patch
  -> Found gradle-user-home.patch
  -> Found flutter.sh
  -> Found version.patch
  -> Found no-lock.patch
  -> Found no-runtime-download.patch
  -> Found doctor.patch
  -> Found opt-in-analytics.patch
==> Validating source files with sha256sums...
    flutter-3.19.4.tar.xz ... Passed
    system-dart.patch ... Passed
    gradle-user-home.patch ... Passed
    flutter.sh ... Passed
    version.patch ... Passed
    no-lock.patch ... Passed
    no-runtime-download.patch ... Passed
    doctor.patch ... Passed
    opt-in-analytics.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting flutter-3.19.4.tar.xz with bsdtar
==> Starting prepare()...
patching file packages/flutter_tools/bin/tool_backend.dart
patching file packages/flutter_tools/bin/tool_backend.sh
patching file packages/flutter_tools/gradle/src/main/groovy/flutter.groovy
patching file packages/flutter_tools/lib/src/artifacts.dart
patching file packages/flutter_tools/lib/src/cache.dart
patching file packages/flutter_tools/lib/src/commands/create_base.dart
patching file packages/flutter_tools/lib/src/dart/pub.dart
patching file packages/flutter_tools/lib/src/dart/language_version.dart
patching file packages/flutter_tools/gradle/build.gradle.kts
patching file packages/flutter_tools/lib/src/android/gradle.dart
patching file packages/flutter_tools/lib/src/version.dart
Hunk #5 succeeded at 295 (offset 2 lines).
Hunk #6 succeeded at 379 (offset 2 lines).
Hunk #7 succeeded at 472 (offset 63 lines).
Hunk #8 succeeded at 539 (offset 63 lines).
Hunk #9 succeeded at 547 (offset 63 lines).
Hunk #10 succeeded at 576 (offset 20 lines).
Hunk #11 succeeded at 749 (offset 21 lines).
Hunk #12 succeeded at 773 (offset 21 lines).
Hunk #13 succeeded at 834 (offset 21 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 284 with fuzz 1 (offset 4 lines).
Hunk #2 succeeded at 673 (offset 39 lines).
patching file packages/flutter_tools/lib/src/cache.dart
Hunk #1 succeeded at 964 (offset 38 lines).
Hunk #2 succeeded at 1067 (offset 51 lines).
patching file packages/flutter_tools/lib/src/doctor.dart
Hunk #1 succeeded at 670 (offset 49 lines).
patching file packages/flutter_tools/lib/src/reporting/usage.dart
patching file packages/flutter_tools/lib/src/reporting/first_run.dart
Hunk #1 succeeded at 39 with fuzz 2 (offset 2 lines).
~/.cache/yay/flutter/src/gradlew ~/.cache/yay/flutter/src

> Task :init
To learn more about Gradle by exploring our Samples at https://docs.gradle.org/8.7/samples

BUILD SUCCESSFUL in 355ms
1 actionable task: 1 executed

BUILD SUCCESSFUL in 365ms
1 actionable task: 1 executed
~/.cache/yay/flutter/src
==> Sources are ready.
==> Making package: flutter 3.19.4-18 (Thu 28 Mar 2024 01:21:16 AM CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
Resolving dependencies in packages/flutter_tools... (2.1s)
+ _fe_analyzer_shared 65.0.0 (67.0.0 available)
+ analyzer 6.3.0 (6.4.1 available)
+ archive 3.3.2 (3.4.10 available)
+ args 2.4.2
+ async 2.11.0
+ boolean_selector 2.1.1
+ browser_launcher 1.1.1
+ built_collection 5.1.1
+ built_value 8.8.1 (8.9.1 available)
+ checked_yaml 2.0.3
+ cli_config 0.1.2 (0.2.0 available)
+ clock 1.1.1
+ collection 1.18.0
+ completion 1.0.1
+ convert 3.1.1
+ coverage 1.7.2
+ crypto 3.0.3
+ csslib 1.0.0
+ dap 1.1.0 (1.2.0 available)
+ dds 3.1.0+1 (4.0.0 available)
+ dds_service_extensions 1.6.2 (2.0.0 available)
+ devtools_shared 6.0.3 (8.1.0 available)
+ dwds 23.0.0+1 (23.3.0 available)
+ extension_discovery 2.0.0
+ fake_async 1.3.1
+ file 7.0.0
+ file_testing 3.0.0
+ fixnum 1.1.0
+ flutter_template_images 4.2.0 (4.2.1 available)
+ frontend_server_client 3.2.0 (4.0.0 available)
+ glob 2.1.2
+ graphs 2.3.1
+ html 0.15.4
+ http 0.13.6 (1.2.1 available)
+ http_multi_server 3.2.1
+ http_parser 4.0.2
+ intl 0.18.1 (0.19.0 available)
+ io 1.0.4
+ js 0.6.7 (0.7.1 available)
+ json_annotation 4.8.1
+ json_rpc_2 3.0.2
+ logging 1.2.0
+ matcher 0.12.16+1
+ meta 1.11.0 (1.12.0 available)
+ mime 1.0.4 (1.0.5 available)
+ multicast_dns 0.3.2+6
+ mustache_template 2.0.0
+ native_assets_builder 0.3.0 (0.6.1 available)
+ native_assets_cli 0.3.2 (0.5.4 available)
+ native_stack_traces 0.5.6
+ node_preamble 2.0.2
+ package_config 2.1.0
+ path 1.9.0
+ petitparser 6.0.2
+ platform 3.1.4
+ pool 1.5.1
+ process 5.0.2
+ pub_semver 2.1.4
+ pubspec_parse 1.2.3
+ shelf 1.4.1
+ shelf_packages_handler 3.0.2
+ shelf_proxy 1.0.4
+ shelf_static 1.1.2
+ shelf_web_socket 1.0.4
+ source_map_stack_trace 2.1.1
+ source_maps 0.10.12
+ source_span 1.10.0
+ sse 4.1.4 (4.1.5 available)
+ stack_trace 1.11.1
+ standard_message_codec 0.0.1+4
+ stream_channel 2.1.2
+ string_scanner 1.2.0
+ sync_http 0.3.1
+ term_glyph 1.2.1
+ test 1.24.9 (1.25.2 available)
+ test_api 0.6.1 (0.7.0 available)
+ test_core 0.5.9 (0.6.0 available)
+ typed_data 1.3.2
+ unified_analytics 5.8.0+1 (5.8.8 available)
+ usage 4.1.1
+ uuid 3.0.7 (4.3.3 available)
+ vm_service 13.0.0 (14.2.0 available)
+ vm_service_interface 1.0.0 (1.1.0 available)
+ vm_snapshot_analysis 0.7.6
+ watcher 1.1.0
+ web 0.4.0 (0.5.1 available)
+ web_socket_channel 2.4.1 (2.4.4 available)
+ webdriver 3.0.3
+ webkit_inspection_protocol 1.2.1
+ xml 6.5.0
+ yaml 3.1.2
+ yaml_edit 2.1.1 (2.2.0 available)
Changed 92 dependencies in packages/flutter_tools!
30 packages have newer versions incompatible with dependency constraints.
Try `dart pub outdated` for more information.
Flutter 3.19.4 • channel  • https://github.com/flutter/flutter.git
Framework • revision archlinuxaur (unknown (arch linux aur package)) • 2038-01-19 03:14:08
Engine • revision a5c24f538d05
Tools • Dart 3.3.2 • DevTools 2.31.1
==> Entering fakeroot environment...
==> Starting package_flutter()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-common()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-common"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-gradle()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-gradle"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-tool()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/lib/flutter/bin/cache/flutter_tools.snapshot
==> Creating package "flutter-tool"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-devel()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-devel"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-linux()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-linux"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-android()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-android"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-target-web()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-target-web"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_flutter-intellij-patch()...
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "flutter-intellij-patch"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: flutter 3.19.4-18 (Thu 28 Mar 2024 01:23:53 AM CET)
==> Cleaning up...
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) flutter-3.19.4-18


:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring                                                                                                  [#############################################################################] 100%
(1/1) checking package integrity                                                                                                [#############################################################################] 100%
(1/1) loading package files                                                                                                     [#############################################################################] 100%
(1/1) checking for file conflicts                                                                                               [#############################################################################] 100%
(1/1) checking available disk space                                                                                             [#############################################################################] 100%
:: Processing package changes...
(1/1) installing flutter                                                                                                        [#############################################################################] 100%
 void@xtnbpf4ldsm4  ~ 

@D4llo
Copy link

D4llo commented Mar 29, 2024

Same issue

image


resolving dependencies...
warning: cannot resolve "flutter-engine-linux=3.19.5", a dependency of "flutter-target-linux"
warning: cannot resolve "flutter-target-linux=3.19.5", a dependency of "flutter"
warning: cannot resolve "flutter-engine-android=3.19.5", a dependency of "flutter-target-android"
warning: cannot resolve "flutter-target-android=3.19.5", a dependency of "flutter"
warning: cannot resolve "flutter-engine-web=3.19.5", a dependency of "flutter-target-web"
warning: cannot resolve "flutter-target-web=3.19.5", a dependency of "flutter"
warning: cannot resolve "flutter-engine-android=3.19.5", a dependency of "flutter-target-android"
warning: cannot resolve "flutter-engine-linux=3.19.5", a dependency of "flutter-target-linux"
warning: cannot resolve "flutter-engine-web=3.19.5", a dependency of "flutter-target-web"
:: The following packages cannot be upgraded due to unresolvable dependencies:
      flutter  flutter-target-android  flutter-target-linux  flutter-target-web

:: Do you want to skip the above packages for this upgrade? [y/N] N
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'flutter-engine-linux=3.19.5' required by flutter-target-linux
:: unable to satisfy dependency 'flutter-target-linux=3.19.5' required by flutter
:: unable to satisfy dependency 'flutter-engine-android=3.19.5' required by flutter-target-android
:: unable to satisfy dependency 'flutter-target-android=3.19.5' required by flutter
:: unable to satisfy dependency 'flutter-engine-web=3.19.5' required by flutter-target-web
:: unable to satisfy dependency 'flutter-target-web=3.19.5' required by flutter
:: unable to satisfy dependency 'flutter-engine-android=3.19.5' required by flutter-target-android
:: unable to satisfy dependency 'flutter-engine-linux=3.19.5' required by flutter-target-linux
:: unable to satisfy dependency 'flutter-engine-web=3.19.5' required by flutter-target-web

@sobrinojulian
Copy link

I have the same issue as @D4llo. However, it's not related to the circular dependency issue discussed here (at least there is no infinite loop, just a direct error). This issue persists even using paru instead of yay.
It's connected to your @TheOneWithTheBraid Flutter package. It was introduced after the recent major refactor/rewrite completed five days ago.
Anyways I'll report it in the AUR comments. The only reason I do it here is to to mention that I'm experiencing the same problem as @D4llo. Thank you.

@TheOneWithTheBraid
Copy link

I agree, it also occurs in other AUR helper. It looks like they both don't properly resolve the order to install and uninstall the particular packages if there are dependencies across different split packages shared in two pkgbases - though this is absolutely compliant and in our case even makes sense.

Easiest would be to first build all subpackages of both required pkgbases - and then install all of them at once using pacman -U.

Currently, yay seems to try to build, package and install them all after each other - and refuses to uninstall a previous version of a another sub package even though the version is explicitly marked as conflicts.

This once again shows how difficult resolution of complex dependency cycles can become when locally building. Chapeau to all the efforts already in yay to resolve this.

@tonisole
Copy link

tonisole commented Apr 3, 2024

I just wanted to share my recent experience while trying to install the Flutter package. I encountered an issue where yay would fall into an infinite loop during the installation process, which prevented the completion of the installation.

After several unsuccessful attempts, I decided to try paru as an alternative, and to my relief, it worked perfectly fine. For now, I've temporarily switched to using paru for installing Flutter until the issue with yay is resolved. I hope this information might help to test the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants