FS#62593 - [dart] AOT binaries not symlinked to /usr/bin

Attached to Project: Community Packages
Opened by Alfin Bakhtiar Ilhami (alfin) - Friday, 10 May 2019, 16:13 GMT
Last edited by Felix Yan (felixonmars) - Sunday, 16 June 2019, 17:52 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

dart-sdk 2.3.0 add support for compiling AOT binary for command line apps, but it needs commands dart2aot and dartaotruntime that is located in /opt/dart-sdk/bin/ but not symlinked to /usr/bin. Please add these commands as symlink in /usr/bin.

Additional info:
* package version(s) 2.3.0

Steps to reproduce:
- install/update dart-sdk to version 2.3.0
- run command dart2aout or dartaotruntime
- command not found
This task depends upon

Closed by  Felix Yan (felixonmars)
Sunday, 16 June 2019, 17:52 GMT
Reason for closing:  Fixed
Additional comments about closing:  dart 2.3.1-2
Comment by Alfin Bakhtiar Ilhami (alfin) - Friday, 10 May 2019, 16:25 GMT
and it seems that dart2aot need to execute /opt/dart-sdk/bin/utils/gen_snapshot but the permission is wrong
Comment by Felix Yan (felixonmars) - Friday, 31 May 2019, 17:33 GMT
Please try again with dart 2.3.1-2.
Comment by Alfin Bakhtiar Ilhami (alfin) - Sunday, 16 June 2019, 16:08 GMT
problem solved. thanks a lot.

Loading...