[android-building] Re: Android 8.1 build error in ubuntu 14.04

2019-06-18 Thread Tony Yang
I integrated the patch mentioned by Colin and it is workable for me. Android 8.1 is building successfully on Ubuntu 18.04. On Wednesday, March 20, 2019 at 11:49:21 PM UTC+8, Bastien Chanot wrote: > > Same issue here, i got the error ERROR: Could not parse > android.hidl.base[...] > I'm building

[android-building] Re: Android 8.1 build error in ubuntu 14.04

2019-03-20 Thread Bastien Chanot
Same issue here, i got the error ERROR: Could not parse android.hidl.base[...] I'm building on an Ubuntu 18.10, with ext4 filesystem type. Anyone have a solution ? Here is fulll log : [ 0% 1/61244] target Generated: framework <= system/libhidl/transport/base/1.0/IBase.hal FAILED:

Re: [android-building] Re: Android 8.1 build error in ubuntu 14.04

2018-12-18 Thread soham1
Facing the same issue. Any idea how to solve it? On Monday, May 21, 2018 at 11:02:47 AM UTC-4, Fish Zheng wrote: > > Hello, Colin, and Dan >You are right, it really related to the fs type. >With your comments, I did 2 new testings, one is on ext3, and > another is on ext4,

Re: [android-building] Re: Android 8.1 build error in ubuntu 14.04

2018-05-21 Thread Fish Zheng
Hello, Colin, and Dan You are right, it really related to the fs type. With your comments, I did 2 new testings, one is on ext3, and another is on ext4, both are successful. Back to my issue, I just noticed the hardware difference instead of file system. Actually

Re: [android-building] Re: Android 8.1 build error in ubuntu 14.04

2018-05-17 Thread 'Dan Willemsen' via Android Building
> This means that in my current opinion, the software environment is the same except for hardware (VMware vs. Bare metal). I don't recognize the above error, but this difference is strange. Is the source on the same type of filesystem in both cases? I know there have been issues with a few

Re: [android-building] Re: Android 8.1 build error in ubuntu 14.04

2018-05-17 Thread Colin Cross
Probably the filesystem issue with DT_UNKNOWN, fixed by https://android-review.googlesource.com/c/platform/system/tools/hidl/+/650080 On Thu, May 17, 2018, 7:31 AM Fish Zheng wrote: > Hello, >Did you fix this issue? or any update? >I just got the same compiling

[android-building] Re: Android 8.1 build error in ubuntu 14.04

2018-05-17 Thread Fish Zheng
Hello, Did you fix this issue? or any update? I just got the same compiling error as yours. However I got two very strange comparison result, I can build it on a Ubuntu-14.04.5 VMware but failed to do it on one bare metal Ubuntu-14.04.5 workstation. I can promise I do install these