Project

General

Profile

Activity

From 10/11/2015 to 11/09/2015

11/09/2015

10:35 PM Bug #1131: clock_nanosleep() return EXXX in errno rather than as return value
Here are corresponding test cases:
https://github.com/crystax/android-vendor-openpts/blob/master/conformance/interfa...
Dmitry M.
10:34 PM Bug #1131 (Closed): clock_nanosleep() return EXXX in errno rather than as return value
According to POSIX, if clock_nanosleep() was failed, it should return EXXX (EINTR, EINVAL, etc) as its return value. ... Dmitry M.
10:29 PM Task #1098 (Closed): Upgrade python-3.4 to python-3.5
"Done":https://github.com/crystax/android-platform-ndk/commit/e8c5b45419847cced3126da43c9bd21dcee8eacf Dmitry M.
10:28 PM Bug #1106 (Closed): android-21 sysroot include stdatomic.h which seems to be wrong
"Fixed":https://github.com/crystax/android-platform-development/commit/909a0902baecebc7256e9c63f2177cb6e62bf464 Dmitry M.
10:22 PM Bug #1130 (Closed): Build of target python failed on OS X
... Dmitry M.
09:43 PM Bug #1129 (Closed): clock_getcpuclockid() is declared, but not defined for android-9
"Here":https://github.com/crystax/android-vendor-openpts/tree/master/conformance/interfaces/clock_getcpuclockid are c... Dmitry M.
08:00 PM Bug #1128: pthread_sigmask() is not accessible from signal.h
"Here":https://github.com/crystax/android-vendor-openpts/blob/master/conformance/interfaces/pthread_sigmask/15-1.c is... Dmitry M.
07:59 PM Bug #1128 (Closed): pthread_sigmask() is not accessible from signal.h
According to POSIX, pthread_sigmask() must be accessible by including signal.h; in NDK, it's not. Dmitry M.
07:23 PM Bug #1118 (Closed): Install crew.cmd failed
Fixed in platform/ndk: 42b2c83883d2201c087a9ed197aa4ee16e5a7a70 Alexander Z.
11:30 AM Bug #1118 (Closed): Install crew.cmd failed
... Dmitry M.
06:56 PM Task #1124 (Closed): Adopt boost-1.60.0-b1-rc1
http://boost.cowic.de/rc/ Dmitry M.
01:13 PM Bug #1122 (In Progress): crystax-test-regex failed on old linux/mac systems
Dmitry M.
01:13 PM Bug #1122 (Closed): crystax-test-regex failed on old linux/mac systems
Dmitry M.

11/08/2015

12:49 PM Bug #1113 (Duplicated): pthread_atfork() not defined for API levels < 21
Dmitry M.
11:09 AM Support #1111: execv: Exec format error
Well, nothing critical, as I see. It should just work. This makes me think you have corrupted NDK installation. Pleas... Dmitry M.
09:10 AM Support #1111: execv: Exec format error
The full text from the build output for one example file:
compiling juce_audio_devices.cpp failed.
arm-linux-and...
Adam W.
09:04 AM Support #1111: execv: Exec format error
I don't know how to get the full command line for arm-linux-androideabi-g++ - I am new to Android Studio, was previou... Adam W.
09:01 AM Support #1111: execv: Exec format error
I am building it using the gradle plugin, just by hitting run/build in Android Studio. The build.gradle file looks li... Adam W.
02:07 AM Support #1111: execv: Exec format error
This looks pretty strange. Could you describe bit more detailed how are you running build within Android Studio? Are ... Dmitry M.
01:48 AM Support #1111: execv: Exec format error
I'm building with Android Studio 1.4.1 Adam W.
01:44 AM Support #1111 (Open): execv: Exec format error
I am getting the following errors after switching to crystax when I try to build my app:... Adam W.

11/06/2015

06:53 PM Bug #1107: Standalone executables built with CrystaX 10.2.1 crash on Marshmallow
Actually this bug has nothing to standalone executables; it can be reproduced with NDK regression tests (see #1108). ... Dmitry M.
05:45 PM Bug #1107 (In Progress): Standalone executables built with CrystaX 10.2.1 crash on Marshmallow
Dmitry M.
03:43 PM Bug #1107 (Duplicated): Standalone executables built with CrystaX 10.2.1 crash on Marshmallow
When building standalone executables with Crystax 10.2.1 and running these on an Android Marshmallow (API 23) emulato... Anonymous
06:46 PM Bug #1108 (In Progress): Crash on Android 6.0
Dmitry M.
06:46 PM Bug #1108 (Closed): Crash on Android 6.0
Almost all tests are failed on Android 6.0 due to changes in cleanup code in Bionic:... Dmitry M.

10/29/2015

04:12 PM Bug #1106 (In Progress): android-21 sysroot include stdatomic.h which seems to be wrong
Dmitry M.
04:11 PM Bug #1106 (Closed): android-21 sysroot include stdatomic.h which seems to be wrong
Both gcc and clang already have own stdatomic.h, so having additional one in sysroot looks wrong. Also, it seems that... Dmitry M.

10/27/2015

09:12 AM Bug #1103 (In Progress): [windows] Compiler run failed
Dmitry M.
09:12 AM Bug #1097 (Closed): [tests] Build of crystax-issue995-objective-c-literals failed on Mac OS X 10.7
Dmitry M.

10/23/2015

12:56 PM Bug #1097 (In Progress): [tests] Build of crystax-issue995-objective-c-literals failed on Mac OS X 10.7
Dmitry M.

10/21/2015

01:48 AM Bug #1103 (Closed): [windows] Compiler run failed
... Dmitry M.
12:06 AM Task #1102 (Closed): Upgrade sqlite3 to 3090200
Dmitry M.
12:04 AM Task #1101 (Closed): Upgrade ICU to 56.1
Dmitry M.
12:03 AM Task #1100 (Closed): Upgrade libpng to 1.6.19
Dmitry M.
12:02 AM Task #1099 (Closed): Upgrade libjpeg-turbo to 1.4.2
Dmitry M.

10/20/2015

11:34 PM Task #1098 (Closed): Upgrade python-3.4 to python-3.5
Dmitry M.

10/13/2015

06:54 PM Bug #1037 (Closed): fcntl(fd, F_DUPFD, arg) failed with EINVAL on x86 platform
"Fixed":https://github.com/crystax/android-platform-ndk/commit/270d0e394be36739bdc59bf3aadf9c57534ce647 Dmitry M.
06:04 PM Bug #1037 (In Progress): fcntl(fd, F_DUPFD, arg) failed with EINVAL on x86 platform
Dmitry M.
06:15 PM Bug #1097 (Closed): [tests] Build of crystax-issue995-objective-c-literals failed on Mac OS X 10.7
... Dmitry M.
05:47 PM Task #1095 (In Progress): Implement package management system (crew)
Alexander Z.
05:47 PM Task #1095 (In Progress): Implement package management system (crew)
Dmitry M.
05:08 PM Feature #981 (Duplicated): Enable build of Boost.Python within Boost libraries
Dmitry M.
04:40 PM Task #1093 (Closed): Include Boost.Python into prebuilt Boost libraries
"Done":https://github.com/crystax/android-platform-ndk/commit/c9b2839996d3ed686583ca51386226cc28be3395 Dmitry M.

10/11/2015

10:47 AM Task #1093 (In Progress): Include Boost.Python into prebuilt Boost libraries
Dmitry M.
10:47 AM Task #1093 (Closed): Include Boost.Python into prebuilt Boost libraries
Dmitry M.
10:46 AM Task #1092 (Closed): Integrate build of target Python libraries into NDK build process
"Done":https://github.com/crystax/android-platform-ndk/commit/d996b39a5661c6f89a0e4725fa649b768879148a Dmitry M.
 

Also available in: Atom