{ "id": "112241", "key": "TIMOB-13395", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "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": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "15396", "description": "2013 Sprint 07 Core", "name": "2013 Sprint 07 Core", "archived": true, "released": true, "releaseDate": "2013-04-08" }, { "id": "15105", "description": "2013 Sprint 07", "name": "2013 Sprint 07", "archived": true, "released": true, "releaseDate": "2013-04-08" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-04-05T22:54:05.000+0000", "created": "2013-04-05T04:59:08.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-closed-3.1.3" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" }, { "id": "14161", "description": "Release 3.0.1", "name": "Release 3.0.1", "archived": true, "released": true, "releaseDate": "2013-02-19" }, { "id": "14164", "description": "Release 3.0.2", "name": "Release 3.0.2", "archived": true, "released": true, "releaseDate": "2013-02-19" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [ { "id": "32033", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "120117", "key": "TIMOB-15263", "fields": { "summary": "Android: Titanium SDK and Modules will not compile with (latest) Android NDK r9", "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": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:42:51.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": "Google made a change to their build system in NDK version r8e (released March 21st, 2013) which exposed a bug in support/module/android/generated/Android.mk\r\n\r\nThis will affect all customers who upgrade to NDK version r8e on any release of TIMOB going back to 2011-12-06. The fix is simple and I have already submitted a pull request.", "attachment": [], "flagged": false, "summary": "Android: native modules broken with android-ndk-r8e", "creator": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "245882", "author": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Pull request for master: https://github.com/appcelerator/titanium_mobile/pull/4093", "updateAuthor": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-05T05:16:37.000+0000", "updated": "2013-04-05T05:16:37.000+0000" }, { "id": "245883", "author": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Pull request for backport to 3_1_X: https://github.com/appcelerator/titanium_mobile/pull/4098", "updateAuthor": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-05T05:18:50.000+0000", "updated": "2013-04-05T18:29:42.000+0000" }, { "id": "246054", "author": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "body": "To test this fix install android-ndk-r8e and try to build a native Android module - use the template from Studio. It will fail with this error if you build with ant\nfrom the command line (you won't see this error in Studio; you'll still get a module build error though):\n\n{code}\n\n [exec] In file included from /usr/include/sys/_types.h:33:0,\n [exec] from /usr/include/_types.h:27,\n [exec] from /usr/include/../include/stddef.h:69,\n [exec] from /Users/matt/Documents/Android/android-ndk-r8e/sources/cxx-stl/stlport/stlport/stddef.h:34,\n [exec] from /Users/matt/Library/Application Support/Titanium/mobilesdk/osx/3.1.0/android/native/include/v8stdint.h:33,\n [exec] from /Users/matt/Library/Application Support/Titanium/mobilesdk/osx/3.1.0/android/native/include/v8.h:41,\n [exec] from /Users/matt/Library/Application Support/Titanium/mobilesdk/osx/3.1.0/android/native/include/Proxy.h:11,\n [exec] from jni/com.mattlangston.timob_13359_module.ExampleProxy.h:12,\n [exec] from jni/com.mattlangston.timob_13359_module.ExampleProxy.cpp:10:\n{code}\n\nWhen the fix is applied then the module will build without error.", "updateAuthor": { "name": "mlangston", "key": "mlangston", "displayName": "Matt Langston", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-05T21:01:39.000+0000", "updated": "2013-04-05T21:01:39.000+0000" }, { "id": "272024", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as fixed for \nandroid-ndk-8e\n\nTested with:\nAppcelerator Studio, build: 3.1.3.201309132456\nCLI 1.3.2\n\n{code}\nBUILD SUCCESSFUL\nTotal time: 9 seconds\n{code}", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-19T22:03:31.000+0000", "updated": "2013-09-19T22:03:31.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }