cirruslabs / docker-images-flutter

Docker Images for Flutter
MIT License
433 stars 139 forks source link

Cannot activate slidy with image version 3.13.5 #290

Open GoDllkE opened 9 months ago

GoDllkE commented 9 months ago

I'm trying to activate slidy with this command:

dart pub global activate slidy

And I'm getting this error:

STEP 30/30: RUN dart pub global activate slidy
Resolving dependencies...
+ ansicolor 2.0.1
+ args 2.4.2
+ async 2.11.0
+ boolean_selector 2.1.1
+ characters 1.3.0
+ clock 1.1.1
+ collection 1.18.0
+ crypto 3.0.3
+ dart_console 1.2.0
+ ffi 2.1.0
+ fhir_yaml 0.4.2 (0.9.0 available)
+ file 6.1.4 (7.0.0 available)
+ fpdart 0.2.0 (1.1.0 available)
+ http 0.13.6 (1.1.0 available)
+ http_parser 4.0.2
+ intl 0.18.1
+ io 1.0.4
+ matcher 0.12.16
+ meta 1.10.0
+ modular_core 2.0.3+1 (3.3.2 available)
+ modular_interfaces 2.0.2 (3.0.0 available)
+ oauth2 2.0.2
+ path 1.8.3
+ pub_api_client 2.4.0 (2.6.0 available)
+ pub_semver 2.1.4
+ pubspec 2.3.0
+ quiver 3.2.1
+ recase 4.1.0
+ rxdart 0.26.0 (0.27.7 available)
+ slidy 4.0.4
+ source_span 1.10.0
+ stack_trace 1.11.1
+ stream_channel 2.1.2
+ string_scanner 1.2.0
+ term_glyph 1.2.1
+ test_api 0.6.1
+ typed_data 1.3.2
+ uri 1.0.0
+ win32 5.0.9
+ yaml 3.1.2
Building package executables...
Built slidy:main.
Cannot rename file to '/home/jenkins/.pub_cache/_temp/dirTJQJEC/bin/main.dart-3.1.2.snapshot', path = '/home/jenkins/.pub_cache/_temp/dirTJQJEC/incremental/tmpGMLKMO/main.dart.incremental.dill.temp' (OS Error: No such file or directory, errno = 2)
Error: building at STEP "RUN dart pub global activate slidy": while running runtime: exit status 66

make: *** [build] Error 66

All I know it was working with image version 3.7.0

bartekpacia commented 1 month ago

I pulled ghcr.io/cirruslabs/flutter:3.13.5, run dart pub global activate slidy and reproduced this error.