{ "id": "176291", "key": "TIMOB-28539", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false }, "sprint": { "id": 1231, "state": "active", "name": "2021 Sprint 21", "startDate": "2021-10-07T16:05:18.981Z", "endDate": "2021-10-21T16:05:00.000Z", "originBoardId": 219 }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "21249", "name": "Release 10.2.0", "archived": false, "released": false } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2021-10-19T17:01:59.000+0000", "created": "2021-09-22T03:54:28.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [], "versions": [], "issuelinks": [ { "id": "59322", "type": { "id": "10001", "name": "Cloners", "inward": "is cloned into", "outward": "is cloned from" }, "outwardIssue": { "id": "176020", "key": "TIMOB-28336", "fields": { "summary": "Android: Update V8 runtime to 8.8", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } } ], "assignee": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2021-10-23T15:55:25.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "- Upgrade V8 to the latest stable version {{9.4.146.16}}\r\nhttps://omahaproxy.appspot.com/\r\nhttps://github.com/v8/v8/tree/9.4-lkgr\r\n\r\n- Maintain backwards compatibility", "attachment": [], "flagged": false, "summary": "Android: Update V8 runtime to 9.4", "creator": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "459062", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/v8_titanium/tree/9.4-lkgr", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2021-09-24T23:28:14.000+0000", "updated": "2021-09-24T23:28:14.000+0000" }, { "id": "459070", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "master: https://github.com/appcelerator/titanium_mobile/pull/13097", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2021-09-30T22:59:17.000+0000", "updated": "2021-09-30T22:59:17.000+0000" }, { "id": "459133", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "Is there anything special I'll need to update? When I build the latest master it will stop with:\r\n{code}\r\nFound architectures arm, arm64, x86, x86_64\r\nGenerating snapshot blob for arm...\r\nError: Command failed: /titanium_mobile/dist/android/libv8/9.4.146.16/release/libs/arm/mksnapshot --turbo_instruction_scheduling --embedded_src=/titanium_mobile/dist/android/libv8/9.4.146.16/release/libs/arm/embedded.S --embedded_variant=Default --no-native-code-counters --startup_blob=/titanium_mobile/dist/android/libv8/9.4.146.16/release/libs/arm/blob.bin /titanium_mobile/dist/tmp/startup.js\r\n/titanium_mobile/dist/android/libv8/9.4.146.16/release/libs/arm/mksnapshot: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory\r\n\r\n at ChildProcess.exithandler (child_process.js:383:12)\r\n at ChildProcess.emit (events.js:400:28)\r\n at maybeClose (internal/child_process.js:1058:16)\r\n at Socket. (internal/child_process.js:443:11)\r\n at Socket.emit (events.js:400:28)\r\n at Pipe. (net.js:686:12) {\r\n killed: false,\r\n code: 127,\r\n signal: null,\r\n cmd: '/titanium_mobile/dist/android/libv8/9.4.146.16/release/libs/arm/mksnapshot --turbo_instruction_scheduling --embedded_src=/titanium_mobile/dist/android/libv8/9.4.146.16/release/libs/arm/embedded.S --embedded_variant=Default --no-native-code-counters --startup_blob=/titanium_mobile/dist/android/libv8/9.4.146.16/release/libs/arm/blob.bin /titanium_mobile/dist/tmp/startup.js',\r\n stdout: '',\r\n stderr: '/titanium_mobile/dist/android/libv8/9.4.146.16/release/libs/arm/mksnapshot: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory\\n'\r\n}\r\n[Error: ENOENT: no such file or directory, unlink '/titanium_mobile/dist/android/libv8/9.4.146.16/release/libs/arm/blob.bin'] {\r\n errno: -2,\r\n code: 'ENOENT',\r\n syscall: 'unlink',\r\n path: '/titanium_mobile/dist/android/libv8/9.4.146.16/release/libs/arm/blob.bin'\r\n}\r\n\r\n> Task :titanium:snapshotTiCommonFiles FAILED\r\n\r\nFAILURE: Build failed with an exception.\r\n\r\n* Where:\r\nBuild file '/titanium_mobile/android/titanium/build.gradle' line: 202\r\n\r\n* What went wrong:\r\nExecution failed for task ':titanium:snapshotTiCommonFiles'.\r\n{code}\r\n\r\nWhen I switch back to 8.8.278.17 it works fine. I've installed libatomic (it will create a libatomic.so so l've linked libatomic.so.1 to it) but it didn't help either", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2021-10-23T15:09:39.000+0000", "updated": "2021-10-23T15:09:39.000+0000" }, { "id": "459135", "author": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "body": "Never mind! I saw the https://github.com/appcelerator/titanium_mobile/commit/59db7bf8bed2a41cc5ca891a1f8a3bb58c20dc2a commit and it has to be the 32bit version of libatomic. Then it worked (y)", "updateAuthor": { "name": "michael", "key": "michael", "displayName": "Michael Gangolf", "active": true, "timeZone": "Europe/Berlin" }, "created": "2021-10-23T15:55:25.000+0000", "updated": "2021-10-23T15:55:25.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }