Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.86 KB | None | 0 0
  1. vision@vision-Lenovo-ideapad-330-15ICH:~/android/smt311$ make
  2. ============================================
  3. PLATFORM_VERSION_CODENAME=REL
  4. PLATFORM_VERSION=9
  5. LINEAGE_VERSION=16.0-20220123-UNOFFICIAL-lt013g
  6. TARGET_PRODUCT=lineage_lt013g
  7. TARGET_BUILD_VARIANT=userdebug
  8. TARGET_BUILD_TYPE=release
  9. TARGET_ARCH=arm
  10. TARGET_ARCH_VARIANT=armv7-a-neon
  11. TARGET_CPU_VARIANT=cortex-a9
  12. HOST_ARCH=x86_64
  13. HOST_2ND_ARCH=x86
  14. HOST_OS=linux
  15. HOST_OS_EXTRA=Linux-5.13.0-27-generic-x86_64-Ubuntu-20.04.3-LTS
  16. HOST_CROSS_OS=windows
  17. HOST_CROSS_ARCH=x86
  18. HOST_CROSS_2ND_ARCH=x86_64
  19. HOST_BUILD_TYPE=release
  20. BUILD_ID=PQ3A.190801.002
  21. OUT_DIR=/home/vision/android/smt311/out
  22. ============================================
  23. ninja: no work to do.
  24. ninja: no work to do.
  25. No need to regenerate ninja file
  26. No need to regenerate ninja file
  27. [ 0% 10/4400] target thumb C++: scree.../av/cmds/screenrecord/screenrecord.cpp
  28. FAILED: /home/vision/android/smt311/out/target/product/lt013g/obj/EXECUTABLES/screenrecord_intermediates/screenrecord.o
  29. /bin/bash -c "PWD=/proc/self/cwd prebuilts/clang/host/linux-x86/clang-4691093/bin/clang++ -I device/samsung/lt01-common/include -I frameworks/av/media/libstagefright -I frameworks/av/media/libstagefright/include -I frameworks/native/include/media/openmax -I external/jpeg -I frameworks/av/cmds/screenrecord -I /home/vision/android/smt311/out/target/product/lt013g/obj/EXECUTABLES/screenrecord_intermediates -I /home/vision/android/smt311/out/target/product/lt013g/gen/EXECUTABLES/screenrecord_intermediates -I libnativehelper/include_jni \$(cat /home/vision/android/smt311/out/target/product/lt013g/obj/EXECUTABLES/screenrecord_intermediates/import_includes) -I system/core/include -I system/media/audio/include -I hardware/libhardware/include -I hardware/libhardware_legacy/include -I hardware/ril/include -I libnativehelper/include -I frameworks/native/include -I frameworks/native/opengl/include -I frameworks/av/include -isystem /home/vision/android/smt311/out/target/product/lt013g/obj/include -isystem bionic/libc/include -isystem bionic/libc/kernel/uapi -isystem bionic/libc/kernel/uapi/asm-arm -isystem bionic/libc/kernel/android/scsi -isystem bionic/libc/kernel/android/uapi -c -fomit-frame-pointer -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -no-canonical-prefixes -DNDEBUG -UDEBUG -fno-exceptions -Wno-multichar -O2 -g -fno-strict-aliasing -fdebug-prefix-map=/proc/self/cwd= -D__compiler_offsetof=__builtin_offsetof -Werror=int-conversion -Wno-reserved-id-macro -Wno-format-pedantic -Wno-unused-command-line-argument -fcolor-diagnostics -Wno-expansion-to-defined -Wno-zero-as-null-pointer-constant -fdebug-prefix-map=\$PWD/= -ffunction-sections -fdata-sections -fno-short-enums -funwind-tables -fstack-protector-strong -Wa,--noexecstack -D_FORTIFY_SOURCE=2 -Wstrict-aliasing=2 -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Werror=date-time -Werror=format-security -nostdlibinc -msoft-float -march=armv7-a -mfloat-abi=softfp -mfpu=neon -target arm-linux-androideabi -Bprebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/bin -Wsign-promo -Wno-inconsistent-missing-override -Wno-null-dereference -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS -Wno-thread-safety-negative -Wno-gnu-include-next -fvisibility-inlines-hidden -std=gnu++14 -mthumb -Os -fno-rtti -Werror -Wall -Wno-multichar -fPIE -D_USING_LIBCXX -DANDROID_STRICT -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -Werror=address-of-temporary -Werror=return-type -Wno-tautological-constant-compare -Wno-null-pointer-arithmetic -Wno-enum-compare -Wno-enum-compare-switch -MD -MF /home/vision/android/smt311/out/target/product/lt013g/obj/EXECUTABLES/screenrecord_intermediates/screenrecord.d -o /home/vision/android/smt311/out/target/product/lt013g/obj/EXECUTABLES/screenrecord_intermediates/screenrecord.o frameworks/av/cmds/screenrecord/screenrecord.cpp"
  30. In file included from frameworks/av/cmds/screenrecord/screenrecord.cpp:38:
  31. In file included from frameworks/native/libs/binder/include/binder/IPCThreadState.h:21:
  32. In file included from frameworks/native/libs/binder/include/binder/Parcel.h:32:
  33. frameworks/native/libs/binder/include/binder/IInterface.h:44:23: error: no member named 'asInterface' in 'android::IGraphicBufferProducer'
  34. return INTERFACE::asInterface(obj);
  35. ~~~~~~~~~~~^
  36. frameworks/av/media/libstagefright/include/media/stagefright/PersistentSurface.h:80:27: note: in instantiation of function template specialization 'android::interface_cast<android::IGraphicBufferProducer>' requested here
  37. mBufferProducer = interface_cast<IGraphicBufferProducer>(
  38. ^
  39. 1 error generated.
  40. [ 0% 19/4400] target thumb C++: stats...src/metrics/DurationMetricProducer.cpp
  41. ninja: build stopped: subcommand failed.
  42. 19:10:21 ninja failed with: exit status 1
  43.  
  44. #### failed to build some targets (01:43 (mm:ss)) ####
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement