It's in bionic:
target thumb C: libc_common <= bionic/libc/netbsd/resolv/res_data.c prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc -I bionic/libc/stdlib -I bionic/libc/string -I bionic/libc/stdio -I external/safe-iop/include -I bionic/libc -I out/target/product/vexpress/obj/STATIC_LIBRARIES/libc_common_intermediates -I libnativehelper/include/nativehelper -isystem system/core/include -isystem hardware/libhardware/include -isystem hardware/libhardware_legacy/include -isystem hardware/ril/include -isystem libnativehelper/include -isystem frameworks/native/include -isystem frameworks/native/opengl/include -isystem frameworks/av/include -isystem frameworks/base/include -isystem frameworks/base/opengl/include -isystem external/skia/include -isystem out/target/product/vexpress/obj/include -isystem bionic/libc/arch-arm/include -isystem bionic/libc/include -isystem bionic/libstdc++/include -isystem bionic/libc/kernel/common -isystem bionic/libc/kernel/arch-arm -isystem bionic/libm/include -isystem bionic/libm/include/arm -isystem bionic/libthread_db/include -c -fno-exceptions -Wno-multichar -msoft-float -fpic -fPIE -ffunction-sections -fdata-sections -funwind-tables -fstack-protector -Wa,--noexecstack -Werror=format-security -D_FORTIFY_SOURCE=1 -fno-short-enums -march=armv7-a -mfloat-abi=softfp -mfpu=neon -include build/core/combo/include/arch/linux-arm/AndroidConfig.h -I build/core/combo/include/arch/linux-arm/ -Wno-unused-but-set-variable -fno-builtin-sin -fno-strict-volatile-bitfields -Wno-psabi -mthumb-interwork -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -O3 -g -Wstrict-aliasing=2 -Werror=strict-aliasing -DNDEBUG -g -Wstrict-aliasing=2 -Werror=strict-aliasing -fgcse-after-reload -frerun-cse-after-loop -frename-registers -DNDEBUG -UDEBUG -mthumb -O3 -fomit-frame-pointer -fstrict-aliasing -Wstrict-aliasing=2 -Werror=strict-aliasing -DWITH_ERRLIST -DANDROID_CHANGES -D_LIBC=1 -DFLOATING_POINT -DINET6 -Ibionic/libc/private -DPOSIX_MISTAKE -DLOG_ON_HEAP_ERROR -std=gnu99 -Wall -Wextra -DTM_GMTOFF=tm_gmtoff -DUSG_COMPAT=1 -DSOFTFLOAT -fstrict-aliasing -DHAVE_ARM_TLS_REGISTER -DANDROID_SMP=1 -MD -MF out/target/product/vexpress/obj/STATIC_LIBRARIES/libc_common_intermediates/netbsd/resolv/res_data.d -o out/target/product/vexpress/obj/STATIC_LIBRARIES/libc_common_intermediates/netbsd/resolv/res_data.o bionic/libc/netbsd/resolv/res_data.c bionic/libc/netbsd/gethnamaddr.c: In function 'getanswer': bionic/libc/netbsd/gethnamaddr.c:395:5: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] bionic/libc/netbsd/gethnamaddr.c: In function 'gethostbyname_r': bionic/libc/netbsd/gethnamaddr.c:466:61: warning: unused parameter 'buf' [-Wunused-parameter] bionic/libc/netbsd/gethnamaddr.c:466:73: warning: unused parameter 'buflen' [-Wunused-parameter] bionic/libc/netbsd/gethnamaddr.c: In function 'gethostbyname_internal': bionic/libc/netbsd/gethnamaddr.c:525:31: warning: unused variable 'cache' [-Wunused-variable] bionic/libc/netbsd/gethnamaddr.c: In function 'gethostbyaddr': bionic/libc/netbsd/gethnamaddr.c:662:7: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] bionic/libc/netbsd/gethnamaddr.c:663:7: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] bionic/libc/netbsd/gethnamaddr.c:665:8: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith] bionic/libc/netbsd/gethnamaddr.c: In function '_gethtbyname': bionic/libc/netbsd/gethnamaddr.c:798:30: warning: unused parameter 'cb_data' [-Wunused-parameter] bionic/libc/netbsd/gethnamaddr.c: In function '_gethtbyaddr': bionic/libc/netbsd/gethnamaddr.c:925:30: warning: unused parameter 'cb_data' [-Wunused-parameter] bionic/libc/netbsd/gethnamaddr.c: In function '_dns_gethtbyname': bionic/libc/netbsd/gethnamaddr.c:1058:34: warning: unused parameter 'cb_data' [-Wunused-parameter] bionic/libc/netbsd/gethnamaddr.c: In function '_dns_gethtbyaddr': bionic/libc/netbsd/gethnamaddr.c:1118:34: warning: unused parameter 'cb_data' [-Wunused-parameter] cc1: some warnings being treated as errors
Does anyone sees something similar?
Dmitry
How are you building Dmitry?
On 5 February 2013 08:54, Dmitry Antipov dmitry.antipov@linaro.org wrote:
It's in bionic:
target thumb C: libc_common <= bionic/libc/netbsd/resolv/res_data.c prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc -I bionic/libc/stdlib -I bionic/libc/string -I bionic/libc/stdio -I external/safe-iop/include -I bionic/libc -I out/target/product/vexpress/obj/STATIC_LIBRARIES/libc_common_intermediates -I libnativehelper/include/nativehelper -isystem system/core/include -isystem hardware/libhardware/include -isystem hardware/libhardware_legacy/include -isystem hardware/ril/include -isystem libnativehelper/include -isystem frameworks/native/include -isystem frameworks/native/opengl/include -isystem frameworks/av/include -isystem frameworks/base/include -isystem frameworks/base/opengl/include -isystem external/skia/include -isystem out/target/product/vexpress/obj/include -isystem bionic/libc/arch-arm/include -isystem bionic/libc/include -isystem bionic/libstdc++/include -isystem bionic/libc/kernel/common -isystem bionic/libc/kernel/arch-arm -isystem bionic/libm/include -isystem bionic/libm/include/arm -isystem bionic/libthread_db/include -c -fno-exceptions -Wno-multichar -msoft-float -fpic -fPIE -ffunction-sections -fdata-sections -funwind-tables -fstack-protector -Wa,--noexecstack -Werror=format-security -D_FORTIFY_SOURCE=1 -fno-short-enums -march=armv7-a -mfloat-abi=softfp -mfpu=neon -include build/core/combo/include/arch/linux-arm/AndroidConfig.h -I build/core/combo/include/arch/linux-arm/ -Wno-unused-but-set-variable -fno-builtin-sin -fno-strict-volatile-bitfields -Wno-psabi -mthumb-interwork -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -O3 -g -Wstrict-aliasing=2 -Werror=strict-aliasing -DNDEBUG -g -Wstrict-aliasing=2 -Werror=strict-aliasing -fgcse-after-reload -frerun-cse-after-loop -frename-registers -DNDEBUG -UDEBUG -mthumb -O3 -fomit-frame-pointer -fstrict-aliasing -Wstrict-aliasing=2 -Werror=strict-aliasing -DWITH_ERRLIST -DANDROID_CHANGES -D_LIBC=1 -DFLOATING_POINT -DINET6 -Ibionic/libc/private -DPOSIX_MISTAKE -DLOG_ON_HEAP_ERROR -std=gnu99 -Wall -Wextra -DTM_GMTOFF=tm_gmtoff -DUSG_COMPAT=1 -DSOFTFLOAT -fstrict-aliasing -DHAVE_ARM_TLS_REGISTER -DANDROID_SMP=1 -MD -MF out/target/product/vexpress/obj/STATIC_LIBRARIES/libc_common_intermediates/netbsd/resolv/res_data.d -o out/target/product/vexpress/obj/STATIC_LIBRARIES/libc_common_intermediates/netbsd/resolv/res_data.o bionic/libc/netbsd/resolv/res_data.c bionic/libc/netbsd/gethnamaddr.c: In function 'getanswer': bionic/libc/netbsd/gethnamaddr.c:395:5: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] bionic/libc/netbsd/gethnamaddr.c: In function 'gethostbyname_r': bionic/libc/netbsd/gethnamaddr.c:466:61: warning: unused parameter 'buf' [-Wunused-parameter] bionic/libc/netbsd/gethnamaddr.c:466:73: warning: unused parameter 'buflen' [-Wunused-parameter] bionic/libc/netbsd/gethnamaddr.c: In function 'gethostbyname_internal': bionic/libc/netbsd/gethnamaddr.c:525:31: warning: unused variable 'cache' [-Wunused-variable] bionic/libc/netbsd/gethnamaddr.c: In function 'gethostbyaddr': bionic/libc/netbsd/gethnamaddr.c:662:7: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] bionic/libc/netbsd/gethnamaddr.c:663:7: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] bionic/libc/netbsd/gethnamaddr.c:665:8: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith] bionic/libc/netbsd/gethnamaddr.c: In function '_gethtbyname': bionic/libc/netbsd/gethnamaddr.c:798:30: warning: unused parameter 'cb_data' [-Wunused-parameter] bionic/libc/netbsd/gethnamaddr.c: In function '_gethtbyaddr': bionic/libc/netbsd/gethnamaddr.c:925:30: warning: unused parameter 'cb_data' [-Wunused-parameter] bionic/libc/netbsd/gethnamaddr.c: In function '_dns_gethtbyname': bionic/libc/netbsd/gethnamaddr.c:1058:34: warning: unused parameter 'cb_data' [-Wunused-parameter] bionic/libc/netbsd/gethnamaddr.c: In function '_dns_gethtbyaddr': bionic/libc/netbsd/gethnamaddr.c:1118:34: warning: unused parameter 'cb_data' [-Wunused-parameter] cc1: some warnings being treated as errors
Does anyone sees something similar?
Dmitry
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
Prebuilt image is not booting either. Complete log attached.
init: Unable to open persistent property directory /data/property errno: 2 init: cannot find '/system/bin/sh', disabling 'console' init: cannot find '/system/bin/servicemanager', disabling 'servicemanager' init: cannot find '/system/bin/vold', disabling 'vold' init: cannot find '/system/bin/netd', disabling 'netd' init: cannot find '/system/bin/debuggerd', disabling 'debuggerd' init: cannot find '/system/bin/rild', disabling 'ril-daemon' init: cannot find '/system/bin/surfaceflinger', disabling 'surfaceflinger' init: cannot find '/system/bin/app_process', disabling 'zygote' init: cannot find '/system/bin/drmserver', disabling 'drm' init: cannot find '/system/bin/mediaserver', disabling 'media' init: cannot find '/system/bin/installd', disabling 'installd' init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery' init: cannot find '/system/bin/keystore', disabling 'keystore' init: cannot find '/system/bin/faketsd', disabling 'faketsd' init: cannot find '/system/bin/netcfg', disabling 'netcfghack'
-Amit
On 6 February 2013 10:23, Dmitry Antipov dmitry.antipov@linaro.org wrote:
On 02/05/2013 07:17 PM, Zach Pfeffer wrote:
How are you building Dmitry?
Oops, I just forgot to export some build variables...
Dmitry
______________________________**_________________ linaro-android mailing list linaro-android@lists.linaro.**org linaro-android@lists.linaro.org http://lists.linaro.org/**mailman/listinfo/linaro-**androidhttp://lists.linaro.org/mailman/listinfo/linaro-android
Filesystems are not mounted. I see: *init: could not import file '/init.partitions.rc' from '/init.rc'*
Fix committed: http://review.android.git.linaro.org/#change,3320
Regards, Amit Pundir
On 6 February 2013 12:33, amit khare amit.khare@linaro.org wrote:
Prebuilt image is not booting either. Complete log attached.
init: Unable to open persistent property directory /data/property errno: 2 init: cannot find '/system/bin/sh', disabling 'console' init: cannot find '/system/bin/servicemanager', disabling 'servicemanager' init: cannot find '/system/bin/vold', disabling 'vold' init: cannot find '/system/bin/netd', disabling 'netd' init: cannot find '/system/bin/debuggerd', disabling 'debuggerd' init: cannot find '/system/bin/rild', disabling 'ril-daemon' init: cannot find '/system/bin/surfaceflinger', disabling 'surfaceflinger' init: cannot find '/system/bin/app_process', disabling 'zygote' init: cannot find '/system/bin/drmserver', disabling 'drm' init: cannot find '/system/bin/mediaserver', disabling 'media' init: cannot find '/system/bin/installd', disabling 'installd' init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery' init: cannot find '/system/bin/keystore', disabling 'keystore' init: cannot find '/system/bin/faketsd', disabling 'faketsd' init: cannot find '/system/bin/netcfg', disabling 'netcfghack'
-Amit
On 6 February 2013 10:23, Dmitry Antipov dmitry.antipov@linaro.orgwrote:
On 02/05/2013 07:17 PM, Zach Pfeffer wrote:
How are you building Dmitry?
Oops, I just forgot to export some build variables...
Dmitry
______________________________**_________________ linaro-android mailing list linaro-android@lists.linaro.**org linaro-android@lists.linaro.org http://lists.linaro.org/**mailman/listinfo/linaro-**androidhttp://lists.linaro.org/mailman/listinfo/linaro-android
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
On 02/06/2013 02:16 PM, Amit Pundir wrote:
Filesystems are not mounted. I see: *init: could not import file '/init.partitions.rc' from '/init.rc'*
Hm. I did './repo sync' then 'make -j4 boottarball systemtarball userdatatarball', but this issue is still here.
Fix committed: http://review.android.git.linaro.org/#change,3320
How can I check whether I got this fix after last './repo sync'?
Dmitry
On 6 February 2013 18:22, Dmitry Antipov dmitry.antipov@linaro.org wrote:
On 02/06/2013 02:16 PM, Amit Pundir wrote:
Filesystems are not mounted. I see:
*init: could not import file '/init.partitions.rc' from '/init.rc'*
Hm. I did './repo sync' then 'make -j4 boottarball systemtarball userdatatarball', but this issue is still here.
Fix committed: http://review.android.git.**linaro.org/#change,3320http://review.android.git.linaro.org/#change,3320
How can I check whether I got this fix after last './repo sync'?
$ cd device/linaro/vexpress $ git log # it will show all recent commits OR $ git show # it will show the last commit
Dmitry
On 02/06/2013 05:16 PM, Amit Pundir wrote:
How can I check whether I got this fix after last './repo sync'?
$ cd device/linaro/vexpress $ git log # it will show all recent commits OR $ git show # it will show the last commit
The last one is 6355acdfb5ee76364589493f4128d797bcd4d51d dated Feb 04.
Why the fix isn't propagated with ./repo sync?
Dmitry
On 6 February 2013 18:58, Dmitry Antipov dmitry.antipov@linaro.org wrote:
On 02/06/2013 05:16 PM, Amit Pundir wrote:
How can I check whether I got this fix after last './repo sync'?
$ cd device/linaro/vexpress $ git log # it will show all recent commits OR $ git show # it will show the last commit
The last one is 6355acdfb5ee76364589493f4128d7**97bcd4d51d dated Feb 04.
Why the fix isn't propagated with ./repo sync?
This is strange. Can you try "repo sync device/linaro/vexpress" explicitly and see if that works.
Dmitry
linaro-android@lists.linaro.org