[android-building] Re: build aosp on Mac OS 10.13 failed

2018-03-15 Thread Uki D. Lucas
I have applied the code, but it does not fix the problem: https://android-review.googlesource.com/c/platform/external/bison/+/517740/1/lib/vasnprintf.c#4873 AOSP $ head -4876 /Volumes/REPO/AOSP/external/bison/lib/vasnprintf.c | tail -4 # if !defined(__APPLE__) && !(((__GLIBC__ > 2 ||

[android-building] Re: build aosp on Mac OS 10.13 failed

2018-02-05 Thread zhao boliang
built successfully !! mac :10.13.3 (17D47) xcode: Version 8.3.3 (8E3004b) android : android-7.1.2_r8 - Patch bison fix for High Sierra and build bison: - cd

[android-building] Re: build aosp on Mac OS 10.13 failed

2018-01-04 Thread 'Siyamed Sinir' via Android Building
This was still the case for Jan 4 master checkout. make clean and make did fail. Applying the bison fix described below fixed it. (mm bison and copy it) On Saturday, December 9, 2017 at 11:51:46 PM UTC-8, Hunter Aaron wrote: > > It works.Thanks so much. > > 在 2017年12月10日星期日

[android-building] Re: build aosp on Mac OS 10.13 failed

2017-12-09 Thread Hunter Aaron
It works.Thanks so much. 在 2017年12月10日星期日 UTC+8上午1:18:22,Leland Takamine写道: > > I was able to fix this issue with the following steps: > > >- > >Patch bison fix > > >for High Sierra and build

[android-building] Re: build aosp on Mac OS 10.13 failed

2017-12-09 Thread 'Leland Takamine' via Android Building
I patched this commit but am still seeing the same error. On Friday, December 1, 2017 at 11:38:07 AM UTC-8, Aaron Gascoigne wrote: > > The fix is available on AOSP gerrit. see > https://android-review.googlesource.com/c/platform/external/bison/+/517740 > > On Sunday, October 15, 2017 at 8:52:24

[android-building] Re: build aosp on Mac OS 10.13 failed

2017-12-09 Thread 'Leland Takamine' via Android Building
I was able to fix this issue with the following steps: - Patch bison fix for High Sierra and build bison: - cd /Volumes/AOSP/external/bison - git cherry-pick

[android-building] Re: build aosp on Mac OS 10.13 failed

2017-12-02 Thread Hunter Aaron
It may be caused by xcode 9. https://stackoverflow.com/questions/46396933/make-for-android-os-source-code-fails 在 2017年11月13日星期一 UTC+8下午12:58:41,Monil Patel写道: > > I have tried building but failed too. I get stuck because there is an > issue with libcxx cstdlib.h and other header files clashing

[android-building] Re: build aosp on Mac OS 10.13 failed

2017-12-02 Thread 王晓辉
i have same error ,has solve ? 在 2017年10月16日星期一 UTC+8上午8:52:24,Hunter Aaron写道: > > There is the log when I built *android-8.0.0_r17* on high sierra: >> >> [ 3% 2279/59686] yacc >> out/soong/.inte.../system/tools/aidl/aidl_language_y.cpp >> >> FAILED: >>

[android-building] Re: build aosp on Mac OS 10.13 failed

2017-12-01 Thread Houlian Wang
I also have this problem,so I used this method to solved it 1)sudo port install bison 2) sudo find / -name bison 3) sudo rm //prebuilts/misc/darwin-x86/bison/bison 4) sudo ln -s /usr/local/bin/bison /Volumes/android/code/prebuilts/misc/darwin-x86/bison/bison bless with you 在 2017年11月23日星期四

[android-building] Re: build aosp on Mac OS 10.13 failed

2017-12-01 Thread Aaron Gascoigne
The fix is available on AOSP gerrit. see https://android-review.googlesource.com/c/platform/external/bison/+/517740 On Sunday, October 15, 2017 at 8:52:24 PM UTC-4, Hunter Aaron wrote: > > There is the log when I built *android-8.0.0_r17* on high sierra: >> >> [ 3% 2279/59686] yacc >>

[android-building] Re: build aosp on Mac OS 10.13 failed

2017-11-23 Thread 吴成云
I have some issue , do you find some way to fix this? 在 2017年11月13日星期一 UTC+8下午12:58:41,Monil Patel写道: > > I have tried building but failed too. I get stuck because there is an > issue with libcxx cstdlib.h and other header files clashing with xcode > build tools header files. > >

[android-building] Re: build aosp on Mac OS 10.13 failed

2017-11-22 Thread Eric Williams
Same issue here... On Sunday, October 15, 2017 at 8:52:24 PM UTC-4, Hunter Aaron wrote: > > There is the log when I built *android-8.0.0_r17* on high sierra: >> >> [ 3% 2279/59686] yacc >> out/soong/.inte.../system/tools/aidl/aidl_language_y.cpp >> >> FAILED: >>

[android-building] Re: build aosp on Mac OS 10.13 failed

2017-11-19 Thread zhao boliang
Same issue on macos high sierra 在 2017年10月16日星期一 UTC+8上午8:52:24,Hunter Aaron写道: > > There is the log when I built *android-8.0.0_r17* on high sierra: >> >> [ 3% 2279/59686] yacc >> out/soong/.inte.../system/tools/aidl/aidl_language_y.cpp >> >> FAILED: >>

[android-building] Re: build aosp on Mac OS 10.13 failed

2017-11-18 Thread Biking Wong
Same issue on macos high sierra -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to android-building@googlegroups.com To unsubscribe from this group, send email to android-building+unsubscr...@googlegroups.com

[android-building] Re: build aosp on Mac OS 10.13 failed

2017-11-15 Thread Pradeep Gannavarapu
I am also having the same issue while building in Mac os... On Monday, October 16, 2017 at 6:22:24 AM UTC+5:30, Hunter Aaron wrote: > > There is the log when I built *android-8.0.0_r17* on high sierra: >> >> [ 3% 2279/59686] yacc >> out/soong/.inte.../system/tools/aidl/aidl_language_y.cpp >> >>

[android-building] Re: build aosp on Mac OS 10.13 failed

2017-11-13 Thread Lee Fuller
I have the same issue since upgrading to High Sierra. Has anyone found a resolution yet? Thanks -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to android-building@googlegroups.com To unsubscribe from this

[android-building] Re: build aosp on Mac OS 10.13 failed

2017-11-12 Thread Monil Patel
I have tried building but failed too. I get stuck because there is an issue with libcxx cstdlib.h and other header files clashing with xcode build tools header files. external/libcxx/include/cstdlib:134:9: note: using declaration using ::abs; ^ external/libcxx/include/cstdlib:161:44: error: