Advertisement
Guest User

Untitled

a guest
Feb 25th, 2021
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.73 KB | None | 0 0
  1. $ rpm/dhd/helpers/build_packages.sh --droid-hal
  2. * Building rpm/droid-hal-dipper.spec
  3. + export FFLAGS
  4. + LD_AS_NEEDED=1
  5. + export LD_AS_NEEDED
  6. + echo _target_cpu is aarch64
  7. _target_cpu is aarch64
  8. + grep -q '^TARGET_ARCH := arm64' ./device/generic/arm64/BoardConfig.mk ./device/generic/armv7-a-neon/BoardConfig.mk ./device/generic/mini-emulator-arm64/BoardConfig.mk ./device/generic/mini-emulator-armv7-a-neon/BoardConfig.mk ./device/generic/mini-emulator-x86/BoardConfig.mk ./device/generic/mini-emulator-x86_64/BoardConfig.mk ./device/generic/trusty/BoardConfig.mk ./device/generic/uml/BoardConfig.mk ./device/generic/x86/BoardConfig.mk ./device/generic/x86_64/BoardConfig.mk ./device/xiaomi/dipper/BoardConfig.mk ./device/xiaomi/sdm845-common/BoardConfigCommon.mk
  9. + echo -e '\n' 'IMPORTANT: some devices in your Android tree are 64bit targets. If your device is aarch64,\n' '           please define droid_target_aarch64 in your .spec, otherwise define droid_target_armv7hl\n' 'NOTE: Currently there is no Sailfish OS ARM 64bit target, so leave PORT_ARCH as armv7hl\n' '      Mixed builds of 64bit Android+Linux Kernel and 32bit Sailfish OS work just fine.'
  10.  
  11.  IMPORTANT: some devices in your Android tree are 64bit targets. If your device is aarch64,
  12.             please define droid_target_aarch64 in your .spec, otherwise define droid_target_armv7hl
  13.  NOTE: Currently there is no Sailfish OS ARM 64bit target, so leave PORT_ARCH as armv7hl
  14.        Mixed builds of 64bit Android+Linux Kernel and 32bit Sailfish OS work just fine.
  15. + exit 1
  16. error: Bad exit status from /var/tmp/rpm-tmp.FsdRHZ (%build)
  17.  
  18.  
  19. RPM build errors:
  20.     Bad exit status from /var/tmp/rpm-tmp.FsdRHZ (%build)
  21. No journal files were found.
  22. Failed to seek to cursor: Invalid argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement