Preview source code is incomplete and for reference only, and is not intended to be buildable.
On Wednesday, August 5, 2020 at 7:22:56 PM UTC-7, Lee Prime wrote: > > After the repo sync was done , I start do the following steps. > > source build/envsetup.sh # this works fine. > > lunch # there was several problems. Here they are. > > =============== > dyld: Library not loaded: @rpath/libcrypto-host.dylib > Referenced from: > /Volumes/AOSP/android-r-preview-4/prebuilts/build-tools/path/darwin-x86/date > Reason: image not found > dyld: Library not loaded: @rpath/libcrypto-host.dylib > Referenced from: > /Volumes/AOSP/android-r-preview-4/prebuilts/build-tools/path/darwin-x86/date > Reason: image not found > dyld: Library not loaded: @rpath/libcrypto-host.dylib > Referenced from: > /Volumes/AOSP/android-r-preview-4/prebuilts/build-tools/path/darwin-x86/date > Reason: image not found > /bin/bash: line 1: 68924 Done echo a > 68925 Abort trap: 6 | sed -E -e 's/a/b/' 2> /dev/null > /bin/bash: line 1: 68927 Done echo c > 68928 Abort trap: 6 | sed -r -e 's/c/d/' 2> /dev/null > ============================== > > I fiexed the dyld problem by using install_name_tool. > But there still 2 problem to be solved. > > ========= > /bin/bash: line 1: 68924 Done echo a > 68925 Abort trap: 6 | sed -E -e 's/a/b/' 2> /dev/null > /bin/bash: line 1: 68927 Done echo c > 68928 Abort trap: 6 | sed -r -e 's/c/d/' 2> /dev/null > -=========== > > How should I fix it? > > -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/66bd3038-b53c-47ff-9c29-80453501cd41o%40googlegroups.com.
