Activity log for bug #1217773

Date Who What changed Old value New value Message
2013-08-28 08:56:32 Botao bug added bug
2013-08-28 08:57:54 Botao bug added subscriber Soumya Basak
2013-08-28 08:58:06 Botao bug added subscriber vishal
2013-08-28 08:58:28 Botao bug added subscriber Bernhard Rosenkraenzer
2013-08-28 10:00:42 Soumya Basak tags arndale g++ gcc linaro-android makefile panda panda-4430 panda-4460 panda-es qa-services ti-panda vexpress-a9 g++ gcc linaro-android makefile panda panda-4430 panda-4460 panda-es qa-services ti-panda vexpress-a9
2013-08-28 10:02:29 Soumya Basak tags g++ gcc linaro-android makefile panda panda-4430 panda-4460 panda-es qa-services ti-panda vexpress-a9 arndale g++ gcc linaro-android makefile panda panda-4430 panda-4460 panda-es qa-services ti-panda vexpress-a9
2013-08-28 10:15:37 Soumya Basak description On ARM Versatile Express A9 board with Linaro Android image: https://android-build.linaro.org/builds/~linaro-android/vexpress-linaro-4.3-13.08-release/#build=1 "Magic 7F45" error occurred after run "MakeFile" test based on following procedures: # cd /data/data # busybox vi test.cpp Then copy & paste following code to the file, save & quit. #include <iostream> int main(int argc, char **argv) { std::cout << "g++ works" << std::endl; } # busybox vi Makefile Then copy & paste following code to the file, save & quit. Note: A Tab space is required at the beginning of the second line. g++test: test.cpp <Insert a Tab Here>$(CXX) -o $@ -c $< # make # ./g++test Then I got: /system/bin/sh: ./g++test: can't execute: Permission denied So I tried to give it permission 777 and run again: 126|root@vexpress:/data/data # ls -l g++test -rw------- root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # chmod +x g++test Bad mode 10|root@vexpress:/data/data # busybox chmod +x g++test root@vexpress:/data/data # ./g++test /system/bin/sh: ./g++test: not executable: magic 7F45 1|root@vexpress:/data/data # ls -l g++test -rwx------ root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # busybox chmod 777 g++test root@vexpress:/data/data # ./g++test /system/bin/sh: ./g++test: not executable: magic 7F45 1|root@vexpress:/data/data # ls -l g++test -rwxrwxrwx root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # The error information "magic 7F45" continuously shows. This issue is also observed on other Linaro Android images, like TI Panda, Samsung Arndale...... On ARM Versatile Express A9 board with Linaro Android image: https://android-build.linaro.org/builds/~linaro-android/vexpress-linaro-4.3-13.08-release/#build=1 "Magic 7F45" error occurred after run "MakeFile" test based on following procedures: # cd /data/data # busybox vi test.cpp Then copy & paste following code to the file, save & quit. #include <iostream> int main(int argc, char **argv) {     std::cout << "g++ works" << std::endl; } # busybox vi Makefile Then copy & paste following code to the file, save & quit. Note: A Tab space is required at the beginning of the second line. g++test: test.cpp <Insert a Tab Here>$(CXX) -o $@ -c $< # make # ./g++test Then I got: /system/bin/sh: ./g++test: can't execute: Permission denied So I tried to give it permission 777 and run again: 126|root@vexpress:/data/data # ls -l g++test -rw------- root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # chmod +x g++test Bad mode 10|root@vexpress:/data/data # busybox chmod +x g++test root@vexpress:/data/data # ./g++test /system/bin/sh: ./g++test: not executable: magic 7F45 1|root@vexpress:/data/data # ls -l g++test -rwx------ root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # busybox chmod 777 g++test root@vexpress:/data/data # ./g++test /system/bin/sh: ./g++test: not executable: magic 7F45 1|root@vexpress:/data/data # ls -l g++test -rwxrwxrwx root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # The error information "magic 7F45" continuously shows. This issue is also observed on other Linaro Android images, like TI Panda, Samsung Arndale......
2013-08-29 08:00:22 Soumya Basak description On ARM Versatile Express A9 board with Linaro Android image: https://android-build.linaro.org/builds/~linaro-android/vexpress-linaro-4.3-13.08-release/#build=1 "Magic 7F45" error occurred after run "MakeFile" test based on following procedures: # cd /data/data # busybox vi test.cpp Then copy & paste following code to the file, save & quit. #include <iostream> int main(int argc, char **argv) {     std::cout << "g++ works" << std::endl; } # busybox vi Makefile Then copy & paste following code to the file, save & quit. Note: A Tab space is required at the beginning of the second line. g++test: test.cpp <Insert a Tab Here>$(CXX) -o $@ -c $< # make # ./g++test Then I got: /system/bin/sh: ./g++test: can't execute: Permission denied So I tried to give it permission 777 and run again: 126|root@vexpress:/data/data # ls -l g++test -rw------- root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # chmod +x g++test Bad mode 10|root@vexpress:/data/data # busybox chmod +x g++test root@vexpress:/data/data # ./g++test /system/bin/sh: ./g++test: not executable: magic 7F45 1|root@vexpress:/data/data # ls -l g++test -rwx------ root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # busybox chmod 777 g++test root@vexpress:/data/data # ./g++test /system/bin/sh: ./g++test: not executable: magic 7F45 1|root@vexpress:/data/data # ls -l g++test -rwxrwxrwx root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # The error information "magic 7F45" continuously shows. This issue is also observed on other Linaro Android images, like TI Panda, Samsung Arndale...... On ARM Versatile Express A9 board with Linaro Android image: https://android-build.linaro.org/builds/~linaro-android/vexpress-linaro-4.3-13.08-release/#build=1 "Magic 7F45" error occurred after run "MakeFile" test based on following procedures: # cd /data/data # busybox vi test.cpp Then copy & paste following code to the file, save & quit. #include <iostream> int main(int argc, char **argv) {     std::cout << "g++ works" << std::endl; } # busybox vi Makefile Then copy & paste following code to the file, save & quit. Note: A Tab space is required at the beginning of the second line. g++test: test.cpp <Insert a Tab Here>$(CXX) -o $@ -c $< # make # ./g++test Then I got: /system/bin/sh: ./g++test: can't execute: Permission denied So I tried to give it permission 777 and run again: 126|root@vexpress:/data/data # ls -l g++test -rw------- root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # chmod +x g++test Bad mode 10|root@vexpress:/data/data # busybox chmod +x g++test root@vexpress:/data/data # ./g++test /system/bin/sh: ./g++test: not executable: magic 7F45 1|root@vexpress:/data/data # ls -l g++test -rwx------ root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # busybox chmod 777 g++test root@vexpress:/data/data # ./g++test /system/bin/sh: ./g++test: not executable: magic 7F45 1|root@vexpress:/data/data # ls -l g++test -rwxrwxrwx root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # The error information "magic 7F45" continuously shows. This issue is also observed on other Linaro Android images, like TI Panda, Samsung Arndale, galaxy_nexus. the isuue reproduced with the builds https://android-build.linaro.org/builds/~linaro-android/galaxynexus-linaro-13.08-release/#build=1
2013-08-29 09:23:47 Soumya Basak description On ARM Versatile Express A9 board with Linaro Android image: https://android-build.linaro.org/builds/~linaro-android/vexpress-linaro-4.3-13.08-release/#build=1 "Magic 7F45" error occurred after run "MakeFile" test based on following procedures: # cd /data/data # busybox vi test.cpp Then copy & paste following code to the file, save & quit. #include <iostream> int main(int argc, char **argv) {     std::cout << "g++ works" << std::endl; } # busybox vi Makefile Then copy & paste following code to the file, save & quit. Note: A Tab space is required at the beginning of the second line. g++test: test.cpp <Insert a Tab Here>$(CXX) -o $@ -c $< # make # ./g++test Then I got: /system/bin/sh: ./g++test: can't execute: Permission denied So I tried to give it permission 777 and run again: 126|root@vexpress:/data/data # ls -l g++test -rw------- root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # chmod +x g++test Bad mode 10|root@vexpress:/data/data # busybox chmod +x g++test root@vexpress:/data/data # ./g++test /system/bin/sh: ./g++test: not executable: magic 7F45 1|root@vexpress:/data/data # ls -l g++test -rwx------ root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # busybox chmod 777 g++test root@vexpress:/data/data # ./g++test /system/bin/sh: ./g++test: not executable: magic 7F45 1|root@vexpress:/data/data # ls -l g++test -rwxrwxrwx root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # The error information "magic 7F45" continuously shows. This issue is also observed on other Linaro Android images, like TI Panda, Samsung Arndale, galaxy_nexus. the isuue reproduced with the builds https://android-build.linaro.org/builds/~linaro-android/galaxynexus-linaro-13.08-release/#build=1 On ARM Versatile Express A9 board with Linaro Android image: https://android-build.linaro.org/builds/~linaro-android/vexpress-linaro-4.3-13.08-release/#build=1 "Magic 7F45" error occurred after run "MakeFile" test based on following procedures: # cd /data/data # busybox vi test.cpp Then copy & paste following code to the file, save & quit. #include <iostream> int main(int argc, char **argv) {     std::cout << "g++ works" << std::endl; } # busybox vi Makefile Then copy & paste following code to the file, save & quit. Note: A Tab space is required at the beginning of the second line. g++test: test.cpp <Insert a Tab Here>$(CXX) -o $@ -c $< # make # ./g++test Then I got: /system/bin/sh: ./g++test: can't execute: Permission denied So I tried to give it permission 777 and run again: 126|root@vexpress:/data/data # ls -l g++test -rw------- root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # chmod +x g++test Bad mode 10|root@vexpress:/data/data # busybox chmod +x g++test root@vexpress:/data/data # ./g++test /system/bin/sh: ./g++test: not executable: magic 7F45 1|root@vexpress:/data/data # ls -l g++test -rwx------ root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # busybox chmod 777 g++test root@vexpress:/data/data # ./g++test /system/bin/sh: ./g++test: not executable: magic 7F45 1|root@vexpress:/data/data # ls -l g++test -rwxrwxrwx root log 13264 2013-08-27 12:33 g++test root@vexpress:/data/data # The error information "magic 7F45" continuously shows. This issue is also observed on other Linaro Android images, like TI Panda, Samsung Arndale, galaxy_nexus. the isuue reproduced with the builds https://android-build.linaro.org/builds/~linaro-android/galaxynexus-linaro-13.08-release/#build=1 https://android-build.linaro.org/builds/~linaro-android-member-ti/panda-linaro-13.08-release/#build=1
2013-08-29 13:39:00 Botao linaro-android: status New Invalid