Advertisement
Guest User

S7-CM14.1-droid-hal-herolte.log

a guest
Dec 11th, 2019
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.05 KB | None | 0 0
  1. Building target platforms: armv7hl-meego-linux
  2. Building for target armv7hl-meego-linux
  3. Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6k2rxM
  4. + umask 022
  5. + cd /home/s7/mer/android/droid
  6. + LANG=C
  7. + export LANG
  8. + unset DISPLAY
  9. + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mfloat-abi=hard -mfpu=neon -mthumb -Wno-psabi'
  10. + export CFLAGS
  11. + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mfloat-abi=hard -mfpu=neon -mthumb -Wno-psabi'
  12. + export CXXFLAGS
  13. + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mfloat-abi=hard -mfpu=neon -mthumb -Wno-psabi -I/usr/lib/gfortran/modules'
  14. + export FFLAGS
  15. + LD_AS_NEEDED=1
  16. + export LD_AS_NEEDED
  17. + echo _target_cpu is armv7hl
  18. _target_cpu is armv7hl
  19. + grep -q '^TARGET_ARCH := arm64' ./device/samsung/hero-common/BoardConfigCommon.mk ./device/samsung/herolte/BoardConfig.mk
  20. + rm -rf tmp
  21. + mkdir tmp
  22. + echo Verifying kernel config
  23. Verifying kernel config
  24. + hybris/mer-kernel-check/mer_verify_kernel_config ./out/target/product/herolte/obj/KERNEL_OBJ/.config
  25. WARNING: CONFIG_BTRFS_FS is invalid
  26. It is unset
  27. Allowed values : y, !
  28. Comment says: optional extra filesystem (BTRFS)
  29.  
  30. WARNING: CONFIG_NFS_ACL_SUPPORT is invalid
  31. It is unset
  32. Allowed values : y, m, !
  33. Comment says: optional, for NFS support
  34.  
  35. WARNING: CONFIG_NET_CLS_CGROUP is invalid
  36. It is unset
  37. Allowed values : y, !
  38. Comment says: systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
  39.  
  40. WARNING: CONFIG_SECURITY_YAMA is invalid
  41. It is unset
  42. Allowed values : y, !
  43. Comment says: optional, prevents user's processes from ptracing each other
  44.  
  45. WARNING: CONFIG_NFS_V3 is invalid
  46. It is unset
  47. Allowed values : y, !
  48. Comment says: optional, for NFS support
  49.  
  50. WARNING: CONFIG_NFS_V4_1 is invalid
  51. It is unset
  52. Allowed values : y, !
  53. Comment says: optional, for NFS support
  54.  
  55. WARNING: CONFIG_NETFILTER_NETLINK_ACCT is invalid
  56. It is unset
  57. Allowed values : y, m, !
  58. Comment says: connman (optional): for routing and statistic support in sessions, http://git.kernel.org/cgit/network/connman/connman.git/commit/README?id=41f37125887cb9208da2441e350e1e3324c17ee6
  59.  
  60. WARNING: CONFIG_SUNRPC_GSS is invalid
  61. It is unset
  62. Allowed values : y, m, !
  63. Comment says: optional, for NFS support
  64.  
  65. WARNING: CONFIG_AUDIT is invalid
  66. Value is: y
  67. Allowed values : n, !
  68. Comment says: This will disable SELinux! That's ok, because hybris adaptations must not have SELinux, but if your device needs its support in kernel, set AUDIT=y and SELINUX_BOOTPARAM=y. Then disable them via kernel cmdline: audit=0 selinux=0. You can also leave audit enabled, if you don't plan to use systemd's containers: http://cgit.freedesktop.org/systemd/systemd/commit/README?id=77b6e19458f37cfde127ec6aa9494c0ac45ad890
  69.  
  70. WARNING: CONFIG_F2FS_FS is invalid
  71. It is unset
  72. Allowed values : y, m, !
  73. Comment says: optional extra filesystem (f2fs - a good SD filesystem)
  74.  
  75. WARNING: CONFIG_NFS_FS is invalid
  76. It is unset
  77. Allowed values : y, m, !
  78. Comment says: optional, for NFS support
  79.  
  80. WARNING: CONFIG_SCHED_DEBUG is invalid
  81. It is unset
  82. Allowed values : y, !
  83. Comment says: systemd-bootchart (optional): http://cgit.freedesktop.org/systemd/systemd/commit/README?id=f1c24fea94e19cf2108abbeed1d36ded7102ab98
  84.  
  85. WARNING: CONFIG_CIFS is invalid
  86. It is unset
  87. Allowed values : y, m, !
  88. Comment says: optional extra filesystem (CIFS - Windows net fs)
  89.  
  90. WARNING: CONFIG_NFS_V4 is invalid
  91. It is unset
  92. Allowed values : y, !
  93. Comment says: optional, for NFS support
  94.  
  95. WARNING: CONFIG_WATCHDOG_NOWAYOUT is invalid
  96. It is unset
  97. Allowed values : y, !
  98. Comment says: If device uses watchdogs with dsme (https://github.com/nemomobile/dsme), this option should be enabled or watchdog does not protect the device in case dsme crashes.
  99.  
  100. WARNING: CONFIG_CGROUP_DEVICE is invalid
  101. It is unset
  102. Allowed values : y, !
  103. Comment says: systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
  104.  
  105. WARNING: CONFIG_CGROUP_MEM_RES_CTLR is invalid
  106. It is unset
  107. Allowed values : y, !, <=3.5
  108. Comment says: systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html, only valid if kernel version <= 3.5
  109.  
  110. WARNING: CONFIG_BRIDGE is invalid
  111. It is unset
  112. Allowed values : y, m, !
  113. Comment says: connman (optional): support tethering, http://git.kernel.org/cgit/network/connman/connman.git/commit/README?id=19fe7cad485afa6a7a5cc4aa75615ce8b7b8d376
  114.  
  115. WARNING: CONFIG_BLK_DEV_NBD is invalid
  116. It is unset
  117. Allowed values : y, m, !
  118. Comment says: optional, for NFS & CIFS support
  119.  
  120. WARNING: CONFIG_CGROUP_PERF is invalid
  121. It is unset
  122. Allowed values : y, !
  123. Comment says: systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
  124.  
  125. WARNING: CONFIG_CHECKPOINT_RESTORE is invalid
  126. It is unset
  127. Allowed values : y, !
  128. Comment says: rich-core-dumper (https://github.com/mer-tools/sp-rich-core/) needs this to collect all data for environment recreation.
  129.  
  130. WARNING: CONFIG_FANOTIFY is invalid
  131. It is unset
  132. Allowed values : y, !
  133. Comment says: optional, required for systemd readahead.
  134.  
  135. WARNING: CONFIG_UDF_FS is invalid
  136. It is unset
  137. Allowed values : y, m, !
  138. Comment says: optional extra filesystem (DVD & portable USB)
  139.  
  140. WARNING: CONFIG_RTC_DRV_CMOS is invalid
  141. It is unset
  142. Allowed values : y, !
  143. Comment says: optional, but highly recommended
  144.  
  145. WARNING: CONFIG_NETPRIO_CGROUP is invalid
  146. It is unset
  147. Allowed values : y, !
  148. Comment says: systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
  149.  
  150. WARNING: CONFIG_CGROUP_MEM_RES_CTLR_SWAP is invalid
  151. It is unset
  152. Allowed values : y, !, <=3.5
  153. Comment says: systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html, only valid if kernel version <= 3.5
  154.  
  155. WARNING: CONFIG_CGROUP_MEM_RES_CTLR_KMEM is invalid
  156. It is unset
  157. Allowed values : y, !, <=3.5
  158. Comment says: systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html, only valid if kernel version <= 3.5
  159.  
  160. WARNING: CONFIG_NFS_USE_KERNEL_DNS is invalid
  161. It is unset
  162. Allowed values : y, !
  163. Comment says: optional, for NFS support
  164.  
  165. WARNING: CONFIG_ISO9660_FS is invalid
  166. It is unset
  167. Allowed values : y, m, !
  168. Comment says: optional extra filesystem (CD-ROM)
  169.  
  170. WARNING: CONFIG_LOCKD_V4 is invalid
  171. It is unset
  172. Allowed values : y, !
  173. Comment says: optional, for NFS support
  174.  
  175. WARNING: CONFIG_NFS_COMMON is invalid
  176. It is unset
  177. Allowed values : y, !
  178. Comment says: optional, for NFS support
  179.  
  180. WARNING: CONFIG_SECURITY_YAMA_STACKED is invalid
  181. It is unset
  182. Allowed values : y, !, <4.3
  183. Comment says: optional, only valid for kernel < 4.3
  184.  
  185. WARNING: CONFIG_NFS_V3_ACL is invalid
  186. It is unset
  187. Allowed values : y, !
  188. Comment says: optional, for NFS support
  189.  
  190. WARNING: CONFIG_LOCKD is invalid
  191. It is unset
  192. Allowed values : y, m, !
  193. Comment says: optional, for NFS support
  194.  
  195. WARNING: CONFIG_AUTOFS4_FS is invalid
  196. It is unset
  197. Allowed values : y, m, !
  198. Comment says: systemd (optional): http://cgit.freedesktop.org/systemd/systemd/commit/README?id=713bc0cfa477ca1df8769041cb3dbc83c10eace2
  199.  
  200. WARNING: CONFIG_NETFILTER_XT_MATCH_NFACCT is invalid
  201. It is unset
  202. Allowed values : y, m, !
  203. Comment says: connman (optional): for routing and statistic support in sessions, http://git.kernel.org/cgit/network/connman/connman.git/commit/README?id=41f37125887cb9208da2441e350e1e3324c17ee6
  204.  
  205. WARNING: CONFIG_BLK_CGROUP is invalid
  206. It is unset
  207. Allowed values : y, !
  208. Comment says: systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
  209.  
  210. WARNING: CONFIG_UEVENT_HELPER_PATH is invalid
  211. Value is: "/sbin/hotplug"
  212. Allowed values : "", !
  213. Comment says: should be empty, if you want to use systemd without initramfs. Also systemd: http://cgit.freedesktop.org/systemd/systemd/commit/README?id=713bc0cfa477ca1df8769041cb3dbc83c10eace2
  214.  
  215. WARNING: CONFIG_FW_LOADER_USER_HELPER is invalid
  216. Value is: y
  217. Allowed values : n, !
  218. Comment says: it's actually needed by some Lollipop based devices; systemd(optional): http://cgit.freedesktop.org/systemd/systemd/commit/README?id=713bc0cfa477ca1df8769041cb3dbc83c10eace2
  219.  
  220. WARNING: CONFIG_LBDAF is invalid
  221. It is unset
  222. Allowed values : y, !
  223. Comment says: ext4 filesystem requires this in order to support filesysetms with huge_file feature, which is enabled by default by mke2fs.ext4
  224.  
  225. WARNING: CONFIG_SUNRPC is invalid
  226. It is unset
  227. Allowed values : y, m, !
  228. Comment says: optional, for NFS support
  229.  
  230. ++ awk '/PLATFORM_VERSION[A-Z0-9.]* := ([0-9.]+)/ { print $3; }'
  231. ++ awk -F. '{print $1}'
  232. + ANDROID_VERSION_MAJOR=7
  233. + test -f rpm/helpers/mkbootimg.mk
  234. + '[' 7 -lt 7 ']'
  235. + test -f rpm/helpers/simg2img.mk
  236. + test -f rpm/helpers/img2simg.mk
  237. + echo Building local tools
  238. Building local tools
  239. ++ readlink -e .
  240. + ANDROID_ROOT=/home/s7/mer/android/droid
  241. + '[' 7 -ge 8 ']'
  242. + echo '#include <private/android_filesystem_config.h>;'
  243. + '[' '!' -z '' ']'
  244. + '[' 7 -ge 8 ']'
  245. + IMG2SIMG_SOURCES='backed_block.c output_file.c sparse.c sparse_crc32.c sparse_err.c sparse_read.c img2simg.c'
  246. + SIMG2IMG_SOURCES='backed_block.c output_file.c sparse.c sparse_crc32.c sparse_err.c sparse_read.c simg2img.c'
  247. + pushd rpm/dhd/helpers
  248. ~/mer/android/droid/rpm/dhd/helpers ~/mer/android/droid
  249. + make ANDROID_ROOT=/home/s7/mer/android/droid 'IMG2SIMG_SOURCES=backed_block.c output_file.c sparse.c sparse_crc32.c sparse_err.c sparse_read.c img2simg.c' 'SIMG2IMG_SOURCES=backed_block.c output_file.c sparse.c sparse_crc32.c sparse_err.c sparse_read.c simg2img.c'
  250. make -f /home/s7/mer/android/droid/rpm/dhd/helpers/img2simg.mk -C /home/s7/mer/android/droid/system/core/libsparse/
  251. make[1]: Entering directory '/home/s7/mer/android/droid/system/core/libsparse'
  252. make[1]: Nothing to be done for 'all'.
  253. make[1]: Leaving directory '/home/s7/mer/android/droid/system/core/libsparse'
  254. make -f /home/s7/mer/android/droid/rpm/dhd/helpers/simg2img.mk -C /home/s7/mer/android/droid/system/core/libsparse/
  255. make[1]: Entering directory '/home/s7/mer/android/droid/system/core/libsparse'
  256. make[1]: Nothing to be done for 'all'.
  257. make[1]: Leaving directory '/home/s7/mer/android/droid/system/core/libsparse'
  258. + popd
  259. ~/mer/android/droid
  260. + echo Building uid scripts
  261. Building uid scripts
  262. + rpm/dhd/helpers/usergroupgen
  263. + echo Building udev rules
  264. Building udev rules
  265. + mkdir tmp/udev.rules
  266. ++ grep -v .goldfish.rc
  267. ++ ls ./out/target/product/herolte/root/ueventd.samsungexynos8890.rc
  268. + rpm/dhd/helpers/makeudev ./out/target/product/herolte/root/ueventd.rc ./out/target/product/herolte/root/ueventd.samsungexynos8890.rc ./out/target/product/herolte/vendor/ueventd.rc ./out/target/product/herolte/system/vendor/ueventd.rc
  269. WARNING Rule not converted: subsystem adf
  270.  
  271. WARNING Rule not converted: devname uevent_devname
  272.  
  273. WARNING Rule not converted: /data/modem.bin 0400 radio system
  274.  
  275. Can't open ./out/target/product/herolte/vendor/ueventd.rc: No such file or directory at rpm/dhd/helpers/makeudev line 35, <> line 331.
  276. Can't open ./out/target/product/herolte/system/vendor/ueventd.rc: No such file or directory at rpm/dhd/helpers/makeudev line 35, <> line 331.
  277. + echo Building mount units
  278. Building mount units
  279. + mkdir tmp/units
  280. + shopt -s nullglob
  281. ++ echo ./out/target/product/herolte/root/fstab.samsungexynos8890 ./out/target/product/herolte/root/init.baseband.rc ./out/target/product/herolte/root/init.bluetooth.rc ./out/target/product/herolte/root/init.cm.rc ./out/target/product/herolte/root/init.environ.rc ./out/target/product/herolte/root/init.extraenv.armeabi-v7a.rc ./out/target/product/herolte/root/init.gps.rc ./out/target/product/herolte/root/init.rc ./out/target/product/herolte/root/init.rilchip.rc ./out/target/product/herolte/root/init.rilcommon.rc ./out/target/product/herolte/root/init.samsung.rc ./out/target/product/herolte/root/init.samsungexynos8890.rc ./out/target/product/herolte/root/init.samsungexynos8890.usb.rc ./out/target/product/herolte/root/init.usb.configfs.rc ./out/target/product/herolte/root/init.usb.rc ./out/target/product/herolte/root/init.wifi.rc ./out/target/product/herolte/root/init.zygote32.rc ./out/target/product/herolte/root/init.zygote64_32.rc ./out/target/product/herolte/root/ueventd.rc ./out/target/product/herolte/root/ueventd.samsungexynos8890.rc
  282. + FSTAB_FILES='./out/target/product/herolte/root/fstab.samsungexynos8890 ./out/target/product/herolte/root/init.baseband.rc ./out/target/product/herolte/root/init.bluetooth.rc ./out/target/product/herolte/root/init.cm.rc ./out/target/product/herolte/root/init.environ.rc ./out/target/product/herolte/root/init.extraenv.armeabi-v7a.rc ./out/target/product/herolte/root/init.gps.rc ./out/target/product/herolte/root/init.rc ./out/target/product/herolte/root/init.rilchip.rc ./out/target/product/herolte/root/init.rilcommon.rc ./out/target/product/herolte/root/init.samsung.rc ./out/target/product/herolte/root/init.samsungexynos8890.rc ./out/target/product/herolte/root/init.samsungexynos8890.usb.rc ./out/target/product/herolte/root/init.usb.configfs.rc ./out/target/product/herolte/root/init.usb.rc ./out/target/product/herolte/root/init.wifi.rc ./out/target/product/herolte/root/init.zygote32.rc ./out/target/product/herolte/root/init.zygote64_32.rc ./out/target/product/herolte/root/ueventd.rc ./out/target/product/herolte/root/ueventd.samsungexynos8890.rc'
  283. + shopt -u nullglob
  284. + rpm/dhd/helpers/makefstab --files ./out/target/product/herolte/root/fstab.samsungexynos8890 ./out/target/product/herolte/root/init.baseband.rc ./out/target/product/herolte/root/init.bluetooth.rc ./out/target/product/herolte/root/init.cm.rc ./out/target/product/herolte/root/init.environ.rc ./out/target/product/herolte/root/init.extraenv.armeabi-v7a.rc ./out/target/product/herolte/root/init.gps.rc ./out/target/product/herolte/root/init.rc ./out/target/product/herolte/root/init.rilchip.rc ./out/target/product/herolte/root/init.rilcommon.rc ./out/target/product/herolte/root/init.samsung.rc ./out/target/product/herolte/root/init.samsungexynos8890.rc ./out/target/product/herolte/root/init.samsungexynos8890.usb.rc ./out/target/product/herolte/root/init.usb.configfs.rc ./out/target/product/herolte/root/init.usb.rc ./out/target/product/herolte/root/init.wifi.rc ./out/target/product/herolte/root/init.zygote32.rc ./out/target/product/herolte/root/init.zygote64_32.rc ./out/target/product/herolte/root/ueventd.rc ./out/target/product/herolte/root/ueventd.samsungexynos8890.rc --skip auto none /acct /boot /cache /data /misc /recovery /staging /storage/sdcard1 /storage/usbdisk /storage/usbotg /sys/fs/cgroup /sys/fs/cgroup/memory /sys/kernel/debug /sys/kernel/config /dev/usb-ffs/adb /tmp --outputdir tmp/units
  285. Wrote system.unit
  286. Wrote efs.unit
  287. Wrote preload.unit
  288. Wrote cpefs.unit
  289. Wrote dev-bfqio.unit
  290. Wrote dev-stune.unit
  291. Wrote mnt.unit
  292. Wrote config.unit
  293. Wrote dev-cpuctl.unit
  294. Wrote dev-cpuset.unit
  295. Wrote sys-fs-pstore.unit
  296. Wrote mnt-secure.unit
  297. Wrote mnt-secure-asec.unit
  298. Wrote dev-stune.unit
  299. Wrote dev-cpuctl.unit
  300. Wrote dev-cpuset.unit
  301. Wrote mnt-secure.unit
  302. Wrote mnt-secure-asec.unit
  303. Wrote persdata-absolute.unit
  304. Wrote preload.unit
  305. Wrote efs.unit
  306. + echo Fixing up mount points
  307. Fixing up mount points
  308. + hybris/hybris-boot/fixup-mountpoints herolte tmp/units/config.mount tmp/units/cpefs.mount tmp/units/dev-bfqio.mount tmp/units/dev-cpuctl.mount tmp/units/dev-cpuset.mount tmp/units/dev-stune.mount tmp/units/efs.mount tmp/units/mnt-secure-asec.mount tmp/units/mnt-secure.mount tmp/units/mnt.mount tmp/units/persdata-absolute.mount tmp/units/preload.mount tmp/units/sys-fs-pstore.mount tmp/units/system.mount
  309. Fixing mount-points for device herolte
  310. + echo Creating hw-release
  311. Creating hw-release
  312. + cat
  313. + exit 0
  314. Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.R2MJiu
  315. + umask 022
  316. + cd /home/s7/mer/android/droid
  317. + '[' /home/s7/mer/android/droid/installroot '!=' / ']'
  318. + rm -rf /home/s7/mer/android/droid/installroot
  319. ++ dirname /home/s7/mer/android/droid/installroot
  320. + mkdir -p /home/s7/mer/android/droid
  321. + mkdir /home/s7/mer/android/droid/installroot
  322. + LANG=C
  323. + export LANG
  324. + unset DISPLAY
  325. ++ awk '/PLATFORM_VERSION[A-Z0-9.]* := ([0-9.]+)/ { print $3; }'
  326. ++ awk -F. '{print $1}'
  327. + ANDROID_VERSION_MAJOR=7
  328. ++ cat tmp/units/all-units.txt
  329. cat: tmp/units/all-units.txt: No such file or directory
  330. + echo install
  331. install
  332. + rm -rf /home/s7/mer/android/droid/installroot
  333. + mkdir -p /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/lib-dev-alog/
  334. + mkdir -p /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system
  335. + mkdir -p /home/s7/mer/android/droid/installroot/usr/lib/droid
  336. + mkdir -p /home/s7/mer/android/droid/installroot/usr/lib/droid-devel/
  337. + mkdir -p /home/s7/mer/android/droid/installroot/lib/systemd/system
  338. + mkdir -p /home/s7/mer/android/droid/installroot/lib/udev/rules.d
  339. + mkdir -p /home/s7/mer/android/droid/installroot/etc/udev/rules.d
  340. + mkdir -p /home/s7/mer/android/droid/installroot//etc/os-release.d
  341. + mkdir -p /home/s7/mer/android/droid/installroot/usr/lib/modules/
  342. + mkdir -p /home/s7/mer/android/droid/installroot/usr/lib/droid
  343. + mkdir -p /home/s7/mer/android/droid/installroot//usr/bin/droid
  344. + mkdir -p /home/s7/mer/android/droid/installroot/img
  345. + mkdir -p /home/s7/mer/android/droid/installroot/boot
  346. + mkdir -p /home/s7/mer/android/droid/installroot/lib/modules
  347. + install -m 755 -D ./system/core/mkbootimg/mkbootimg /home/s7/mer/android/droid/installroot//usr/bin/
  348. + install -m 755 -D ./system/core/libsparse/simg2img /home/s7/mer/android/droid/installroot//usr/bin/
  349. + install -m 755 -D ./system/core/libsparse/img2simg /home/s7/mer/android/droid/installroot//usr/bin/
  350. + cp -a ./out/target/product/herolte/system/bin/updater /home/s7/mer/android/droid/installroot/boot/update-binary
  351. + cp -a ./out/target/product/herolte/hybris-updater-script /home/s7/mer/android/droid/installroot/boot
  352. + cp -a ./out/target/product/herolte/hybris-updater-unpack.sh /home/s7/mer/android/droid/installroot/boot
  353. + rsync -av ./out/target/product/herolte/root/. /home/s7/mer/android/droid/installroot --exclude bin --exclude etc --exclude 'init.zygote*'
  354. sending incremental file list
  355. ./
  356. bugreports -> /data/user_de/0/com.android.shell/files/bugreports
  357. cache -> /data/cache
  358. charger -> /sbin/healthd
  359. d -> /sys/kernel/debug
  360. default.prop
  361. file_contexts.bin
  362. fstab.samsungexynos8890
  363. init
  364. init.baseband.rc
  365. init.baseband.sh
  366. init.bluetooth.rc
  367. init.cm.rc
  368. init.environ.rc
  369. init.extraenv.armeabi-v7a.rc
  370. init.gps.rc
  371. init.rc
  372. init.rilchip.rc
  373. init.rilcommon.rc
  374. init.samsung.rc
  375. init.samsungexynos8890.rc
  376. init.samsungexynos8890.usb.rc
  377. init.usb.configfs.rc
  378. init.usb.rc
  379. init.wifi.rc
  380. property_contexts
  381. sdcard -> /storage/self/primary
  382. seapp_contexts
  383. selinux_version
  384. sepolicy
  385. service_contexts
  386. ueventd.rc
  387. ueventd.samsungexynos8890.rc
  388. vendor -> /system/vendor
  389. acct/
  390. config/
  391. data/
  392. dev/
  393. mnt/
  394. oem/
  395. proc/
  396. res/
  397. res/images/
  398. res/images/font_log.png
  399. res/images/charger/
  400. res/images/charger/battery_fail.png
  401. res/images/charger/battery_scale.png
  402. res/images/charger/cm_battery_scale.png
  403. root/
  404. sbin/
  405. sbin/adbd
  406. sbin/cbd
  407. sbin/healthd
  408. sbin/ueventd -> ../init
  409. sbin/watchdogd -> ../init
  410. storage/
  411. sys/
  412. system/
  413.  
  414. sent 4,558,386 bytes received 765 bytes 9,118,302.00 bytes/sec
  415. total size is 4,554,444 speedup is 1.00
  416. + rm -f /home/s7/mer/android/droid/installroot/sbin/modprobe
  417. + sed -i -e '/^[[:space:]]*mount[[:space:]]/s/^/# Removed during droid-hal-device build : /' /home/s7/mer/android/droid/installroot/init.baseband.rc /home/s7/mer/android/droid/installroot/init.bluetooth.rc /home/s7/mer/android/droid/installroot/init.cm.rc /home/s7/mer/android/droid/installroot/init.environ.rc /home/s7/mer/android/droid/installroot/init.extraenv.armeabi-v7a.rc /home/s7/mer/android/droid/installroot/init.gps.rc /home/s7/mer/android/droid/installroot/init.rc /home/s7/mer/android/droid/installroot/init.rilchip.rc /home/s7/mer/android/droid/installroot/init.rilcommon.rc /home/s7/mer/android/droid/installroot/init.samsung.rc /home/s7/mer/android/droid/installroot/init.samsungexynos8890.rc /home/s7/mer/android/droid/installroot/init.samsungexynos8890.usb.rc /home/s7/mer/android/droid/installroot/init.usb.configfs.rc /home/s7/mer/android/droid/installroot/init.usb.rc /home/s7/mer/android/droid/installroot/init.wifi.rc /home/s7/mer/android/droid/installroot/ueventd.rc /home/s7/mer/android/droid/installroot/ueventd.samsungexynos8890.rc
  418. + sed -i -e '/^[[:space:]]*mkdir[[:space:]]\/tmp[[:space:]]*/s/^/# Removed during droid-hal-device build : /' /home/s7/mer/android/droid/installroot/init.baseband.rc /home/s7/mer/android/droid/installroot/init.bluetooth.rc /home/s7/mer/android/droid/installroot/init.cm.rc /home/s7/mer/android/droid/installroot/init.environ.rc /home/s7/mer/android/droid/installroot/init.extraenv.armeabi-v7a.rc /home/s7/mer/android/droid/installroot/init.gps.rc /home/s7/mer/android/droid/installroot/init.rc /home/s7/mer/android/droid/installroot/init.rilchip.rc /home/s7/mer/android/droid/installroot/init.rilcommon.rc /home/s7/mer/android/droid/installroot/init.samsung.rc /home/s7/mer/android/droid/installroot/init.samsungexynos8890.rc /home/s7/mer/android/droid/installroot/init.samsungexynos8890.usb.rc /home/s7/mer/android/droid/installroot/init.usb.configfs.rc /home/s7/mer/android/droid/installroot/init.usb.rc /home/s7/mer/android/droid/installroot/init.wifi.rc /home/s7/mer/android/droid/installroot/ueventd.rc /home/s7/mer/android/droid/installroot/ueventd.samsungexynos8890.rc
  419. + '[' 7 -ge 7 ']'
  420. + mkdir -p /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system/etc/init
  421. + cp -a ./out/target/product/herolte/system/etc/init/servicemanager.rc /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system/etc/init/
  422. + echo /usr/libexec/droid-hybris/system/etc/init/servicemanager.rc
  423. + '[' -f ./out/target/product/herolte/system/etc/init/hybris_extras.rc ']'
  424. + cp -a ./out/target/product/herolte/system/bin ./out/target/product/herolte/system/lib /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system/.
  425. + rm -rf /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system/lib/modules
  426. + cp -a ./out/target/product/herolte/obj/include /home/s7/mer/android/droid/installroot/usr/lib/droid-devel/
  427. + rm -rf '/home/s7/mer/android/droid/installroot/usr/lib/droid-devel/lib/*.so.toc'
  428. + rm -f /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system/lib/libaudioflingerglue.so /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system/lib64/libaudioflingerglue.so
  429. + rm -f /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system/bin/miniafservice
  430. + rm -f /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system/lib/libdroidmedia.so /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system/lib64/libdroidmedia.so
  431. + rm -f /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system/lib/libminisf.so /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system/lib64/libminisf.so
  432. + rm -f /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system/bin/minimediaservice
  433. + rm -f /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system/bin/minisfservice
  434. + HDRS=/home/s7/mer/android/droid/installroot/usr/lib/droid-devel/droid-headers
  435. + mkdir -p /home/s7/mer/android/droid/installroot/usr/lib/droid-devel/droid-headers
  436. + echo 'Extracting headers for hybris'
  437. Extracting headers for hybris
  438. + rpm/dhd/helpers/extract-headers.sh -p /usr/lib/droid-devel/droid-headers . /home/s7/mer/android/droid/installroot/usr/lib/droid-devel/droid-headers/
  439. + test -d ./rpm/header_patches
  440. + echo Making new /home/s7/mer/android/droid/installroot/usr/lib/droid-devel/droid-headers/android-config.h
  441. Making new /home/s7/mer/android/droid/installroot/usr/lib/droid-devel/droid-headers/android-config.h
  442. + sed '/CONFIG GOES HERE/,$d' /home/s7/mer/android/droid/installroot/usr/lib/droid-devel/droid-headers/android-config.h
  443. + cat
  444. + grep -q '^TARGET_USES_QCOM_BSP := true' ./device/samsung/hero-common/BoardConfigCommon.mk ./device/samsung/herolte/BoardConfig.mk
  445. + '[' 7 -ge 5 ']'
  446. + grep -q '^BOARD_USES_QCOM_HARDWARE := true' ./device/samsung/hero-common/BoardConfigCommon.mk ./device/samsung/herolte/BoardConfig.mk
  447. + sed '0,/CONFIG GOES HERE/d' /home/s7/mer/android/droid/installroot/usr/lib/droid-devel/droid-headers/android-config.h
  448. + mv /home/s7/mer/android/droid/installroot/usr/lib/droid-devel/droid-headers/android-config.h.new /home/s7/mer/android/droid/installroot/usr/lib/droid-devel/droid-headers/android-config.h
  449. + mkdir -p /home/s7/mer/android/droid/installroot/usr/lib/pkgconfig/
  450. + mv /home/s7/mer/android/droid/installroot/usr/lib/droid-devel/droid-headers/android-headers.pc /home/s7/mer/android/droid/installroot/usr/lib/pkgconfig/
  451. + ln -s ../system/lib/liblog.so ../system/lib/libcutils.so /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/lib-dev-alog/.
  452. + cp -a tmp/units/config.mount tmp/units/cpefs.mount tmp/units/dev-bfqio.mount tmp/units/dev-cpuctl.mount tmp/units/dev-cpuset.mount tmp/units/dev-stune.mount tmp/units/efs.mount tmp/units/mnt-secure-asec.mount tmp/units/mnt-secure.mount tmp/units/mnt.mount tmp/units/persdata-absolute.mount tmp/units/preload.mount tmp/units/sys-fs-pstore.mount tmp/units/system.mount /home/s7/mer/android/droid/installroot//lib/systemd/system
  453. + cp -a tmp/udev.rules/999-android-system.rules /home/s7/mer/android/droid/installroot/lib/udev/rules.d/
  454. + ln -s /dev/null /home/s7/mer/android/droid/installroot/etc/udev/rules.d/60-persistent-v4l.rules
  455. + INIT_SCRIPT=./hybris/hybris-boot/init-script
  456. + test -f ./hybris/hybris-boot/init-script
  457. + cp -a ./hybris/hybris-boot/init-script /home/s7/mer/android/droid/installroot/init-debug
  458. + install -D rpm/dhd/helpers/droid.ids /home/s7/mer/android/droid/installroot/usr/lib/droid/droid.ids
  459. + _remove_cruft '/fstab.*' '/*goldfish*' /proc /sys /dev /sepolicy /file_contexts /seapp_contexts /charger /res /data '/odm/*'
  460. + '[' 12 -gt 0 ']'
  461. + rm -rf /home/s7/mer/android/droid/installroot/fstab.samsungexynos8890
  462. + shift
  463. + '[' 11 -gt 0 ']'
  464. + rm -rf '/home/s7/mer/android/droid/installroot/*goldfish*'
  465. + shift
  466. + '[' 10 -gt 0 ']'
  467. + rm -rf /home/s7/mer/android/droid/installroot/proc
  468. + shift
  469. + '[' 9 -gt 0 ']'
  470. + rm -rf /home/s7/mer/android/droid/installroot/sys
  471. + shift
  472. + '[' 8 -gt 0 ']'
  473. + rm -rf /home/s7/mer/android/droid/installroot/dev
  474. + shift
  475. + '[' 7 -gt 0 ']'
  476. + rm -rf /home/s7/mer/android/droid/installroot/sepolicy
  477. + shift
  478. + '[' 6 -gt 0 ']'
  479. + rm -rf /home/s7/mer/android/droid/installroot/file_contexts
  480. + shift
  481. + '[' 5 -gt 0 ']'
  482. + rm -rf /home/s7/mer/android/droid/installroot/seapp_contexts
  483. + shift
  484. + '[' 4 -gt 0 ']'
  485. + rm -rf /home/s7/mer/android/droid/installroot/charger
  486. + shift
  487. + '[' 3 -gt 0 ']'
  488. + rm -rf /home/s7/mer/android/droid/installroot/res
  489. + shift
  490. + '[' 2 -gt 0 ']'
  491. + rm -rf /home/s7/mer/android/droid/installroot/data
  492. + shift
  493. + '[' 1 -gt 0 ']'
  494. + rm -rf '/home/s7/mer/android/droid/installroot/odm/*'
  495. + shift
  496. + '[' 0 -gt 0 ']'
  497. + '[' 7 -lt 7 ']'
  498. + mkdir -p /home/s7/mer/android/droid/installroot/data
  499. + mkdir -p /home/s7/mer/android/droid/installroot/sbin
  500. + mv /home/s7/mer/android/droid/installroot/init /home/s7/mer/android/droid/installroot/sbin/droid-hal-init
  501. ++ find /home/s7/mer/android/droid/installroot/sbin/ -type l
  502. + for link in '$(find $RPM_BUILD_ROOT/sbin/ -type l)'
  503. ++ readlink /home/s7/mer/android/droid/installroot/sbin/ueventd
  504. + '[' ../init == ../init ']'
  505. + rm /home/s7/mer/android/droid/installroot/sbin/ueventd
  506. + ln -s ./droid-hal-init /home/s7/mer/android/droid/installroot/sbin/ueventd
  507. + for link in '$(find $RPM_BUILD_ROOT/sbin/ -type l)'
  508. ++ readlink /home/s7/mer/android/droid/installroot/sbin/watchdogd
  509. + '[' ../init == ../init ']'
  510. + rm /home/s7/mer/android/droid/installroot/sbin/watchdogd
  511. + ln -s ./droid-hal-init /home/s7/mer/android/droid/installroot/sbin/watchdogd
  512. + cp tmp/hw-release /home/s7/mer/android/droid/installroot//usr/lib/droid-devel/hw-release.vars
  513. + echo '#!/bin/sh'
  514. + '[' 7 -ge 5 ']'
  515. + grep -q '^CONFIG_ANDROID_PARANOID_NETWORK=y' ./out/target/product/herolte/obj/KERNEL_OBJ/.config
  516. + cat
  517. ++ cat out/target/product/herolte/obj/KERNEL_OBJ/include/config/kernel.release
  518. + KERNEL_RELEASE=3.18.14-gc0999f8a310-dirty
  519. + cp out/target/product/herolte/kernel /home/s7/mer/android/droid/installroot/boot/kernel-3.18.14-gc0999f8a310-dirty
  520. + cp out/target/product/herolte/obj/ROOT/hybris-boot_intermediates/boot-initramfs.gz /home/s7/mer/android/droid/installroot/boot/
  521. + echo /boot/kernel-3.18.14-gc0999f8a310-dirty
  522. + echo /boot/boot-initramfs.gz
  523. + cp out/target/product/herolte/dt.img /home/s7/mer/android/droid/installroot/boot/
  524. + echo /boot/dt.img
  525. + MOD_DIR=/home/s7/mer/android/droid/installroot/lib/modules/3.18.14-gc0999f8a310-dirty
  526. + mkdir -p /home/s7/mer/android/droid/installroot/lib/modules/3.18.14-gc0999f8a310-dirty
  527. + cp -a out/target/product/herolte/system/lib/modules/. /home/s7/mer/android/droid/installroot/lib/modules/3.18.14-gc0999f8a310-dirty/.
  528. + cp -a out/target/product/herolte/system/vendor/lib/modules/. /home/s7/mer/android/droid/installroot/lib/modules/3.18.14-gc0999f8a310-dirty/.
  529. cp: cannot stat `out/target/product/herolte/system/vendor/lib/modules/.': No such file or directory
  530. + true
  531. + cp -a out/target/product/herolte/vendor/lib/modules/. /home/s7/mer/android/droid/installroot/lib/modules/3.18.14-gc0999f8a310-dirty/.
  532. cp: cannot stat `out/target/product/herolte/vendor/lib/modules/.': No such file or directory
  533. + true
  534. + cp -a out/target/product/herolte/obj/KERNEL_OBJ/modules.builtin /home/s7/mer/android/droid/installroot/lib/modules/3.18.14-gc0999f8a310-dirty/.
  535. + cp -a out/target/product/herolte/obj/KERNEL_OBJ/modules.order /home/s7/mer/android/droid/installroot/lib/modules/3.18.14-gc0999f8a310-dirty/.
  536. + mv /home/s7/mer/android/droid/installroot/lib/modules/3.18.14-gc0999f8a310-dirty /home/s7/mer/android/droid/installroot/lib/modules/3.18.14-gc0999f8a310-dirty
  537. mv: cannot move `/home/s7/mer/android/droid/installroot/lib/modules/3.18.14-gc0999f8a310-dirty' to a subdirectory of itself, `/home/s7/mer/android/droid/installroot/lib/modules/3.18.14-gc0999f8a310-dirty/3.18.14-gc0999f8a310-dirty'
  538. + true
  539. + cp out/target/product/herolte/hybris-boot.img /home/s7/mer/android/droid/installroot/boot/
  540. + cp out/target/product/herolte/hybris-recovery.img /home/s7/mer/android/droid/installroot/boot/
  541. ++ cd /home/s7/mer/android/droid/installroot/lib/systemd/system
  542. ++ echo config.mount cpefs.mount dev-bfqio.mount dev-cpuctl.mount dev-cpuset.mount dev-stune.mount efs.mount mnt-secure-asec.mount mnt-secure.mount mnt.mount persdata-absolute.mount preload.mount sys-fs-pstore.mount system.mount
  543. + echo 'config.mount cpefs.mount dev-bfqio.mount dev-cpuctl.mount dev-cpuset.mount dev-stune.mount efs.mount mnt-secure-asec.mount mnt-secure.mount mnt.mount persdata-absolute.mount preload.mount sys-fs-pstore.mount system.mount'
  544. + install -D tmp/units/all-units.txt /home/s7/mer/android/droid/installroot/usr/lib/droid/all-units.txt
  545. + /usr/lib/rpm/check-buildroot
  546. + /usr/lib/rpm/meego/brp-compress
  547. + /usr/lib/rpm/meego/brp-strip /bin/true
  548. + /usr/lib/rpm/meego/brp-strip-static-archive /bin/true
  549. + /usr/lib/rpm/meego/brp-strip-comment-note /bin/true /usr/bin/objdump
  550. /srv/mer/toolings/SailfishOS-latest/opt/cross/bin/armv7hl-meego-linux-gnueabi-objdump: /home/s7/mer/android/droid/installroot/boot/update-binary: file format not recognized
  551. /srv/mer/toolings/SailfishOS-latest/opt/cross/bin/armv7hl-meego-linux-gnueabi-objdump: /home/s7/mer/android/droid/installroot/sbin/adbd: file format not recognized
  552. /srv/mer/toolings/SailfishOS-latest/opt/cross/bin/armv7hl-meego-linux-gnueabi-objdump: /home/s7/mer/android/droid/installroot/sbin/cbd: file format not recognized
  553. /srv/mer/toolings/SailfishOS-latest/opt/cross/bin/armv7hl-meego-linux-gnueabi-objdump: /home/s7/mer/android/droid/installroot/sbin/droid-hal-init: file format not recognized
  554. /srv/mer/toolings/SailfishOS-latest/opt/cross/bin/armv7hl-meego-linux-gnueabi-objdump: /home/s7/mer/android/droid/installroot/sbin/healthd: file format not recognized
  555. /srv/mer/toolings/SailfishOS-latest/opt/cross/bin/armv7hl-meego-linux-gnueabi-objdump: /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system/bin/updater: file format not recognized
  556. /srv/mer/toolings/SailfishOS-latest/opt/cross/bin/armv7hl-meego-linux-gnueabi-objdump: /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system/bin/servicemanager: file format not recognized
  557. /srv/mer/toolings/SailfishOS-latest/opt/cross/bin/armv7hl-meego-linux-gnueabi-objdump: /home/s7/mer/android/droid/installroot/usr/libexec/droid-hybris/system/bin/logcat: file format not recognized
  558. + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python
  559. + /usr/lib/rpm/meego/brp-python-hardlink
  560. + /usr/lib/rpm/meego/find-docs.sh /home/s7/mer/android/droid/installroot
  561. + /usr/lib/rpm/meego/brp-java-repack-jars
  562. Processing files: droid-hal-herolte-0.0.6-201912112308.armv7hl
  563. Provides: droid-hal droid-hal-herolte = 0.0.6-201912112308 droid-hal-herolte(armv7hl-32) = 0.0.6-201912112308
  564. Requires(interp): /bin/sh /bin/sh
  565. Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  566. Requires(pre): droid-hal-herolte-users
  567. Requires(post): /bin/grep /bin/ln /bin/sed /bin/sh /bin/touch /etc/login.defs /usr/bin/add-oneshot /usr/bin/getent systemd
  568. Requires(preun): /bin/sh systemd
  569. Requires(postun): systemd
  570. Processing files: droid-hal-herolte-devel-0.0.6-201912112308.armv7hl
  571. Provides: droid-hal-devel droid-hal-herolte-devel = 0.0.6-201912112308 droid-hal-herolte-devel(armv7hl-32) = 0.0.6-201912112308 pkgconfig(android-headers) = 7.1.2
  572. Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  573. Processing files: droid-hal-herolte-users-0.0.6-201912112308.armv7hl
  574. Provides: droid-hal-herolte-users = 0.0.6-201912112308 droid-hal-herolte-users(armv7hl-32) = 0.0.6-201912112308 hardware-adaptation-setup
  575. Requires(interp): /bin/sh /bin/sh
  576. Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  577. Requires(pre): /bin/sh
  578. Requires(post): /bin/grep /bin/ln /bin/sed /bin/sh /bin/touch /etc/login.defs /usr/bin/add-oneshot /usr/bin/getent /usr/bin/groupadd-user /usr/sbin/groupadd
  579. Processing files: droid-hal-herolte-tools-0.0.6-201912112308.armv7hl
  580. Provides: droid-hal-herolte-tools = 0.0.6-201912112308 droid-hal-herolte-tools(armv7hl-32) = 0.0.6-201912112308 droid-hal-tools
  581. Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  582. Obsoletes: droid-hal-tools <= 0.0.2
  583. Processing files: droid-hal-herolte-kernel-0.0.6-201912112308.armv7hl
  584. Provides: droid-hal-herolte-kernel = 0.0.6-201912112308 droid-hal-herolte-kernel(armv7hl-32) = 0.0.6-201912112308 droid-hal-kernel
  585. Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  586. Processing files: droid-hal-herolte-kernel-modules-0.0.6-201912112308.armv7hl
  587. Provides: droid-hal-herolte-kernel-modules = 0.0.6-201912112308 droid-hal-herolte-kernel-modules(armv7hl-32) = 0.0.6-201912112308 droid-hal-kernel-modules
  588. Requires(interp): /bin/sh
  589. Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  590. Requires(post): /bin/sh
  591. Processing files: droid-hal-herolte-img-boot-0.0.6-201912112308.armv7hl
  592. Provides: droid-hal-herolte-img-boot = 0.0.6-201912112308 droid-hal-herolte-img-boot(armv7hl-32) = 0.0.6-201912112308 droid-hal-img-boot
  593. Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  594. Requires(post): /bin/grep /bin/ln /bin/sed /bin/touch /etc/login.defs /usr/bin/add-oneshot /usr/bin/getent
  595. Processing files: droid-hal-herolte-img-recovery-0.0.6-201912112308.armv7hl
  596. Provides: droid-hal-herolte-img-recovery = 0.0.6-201912112308 droid-hal-herolte-img-recovery(armv7hl-32) = 0.0.6-201912112308 droid-hal-img-recovery
  597. Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
  598. Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/s7/mer/android/droid/installroot
  599. Wrote: /home/s7/mer/android/droid/RPMS/droid-hal-herolte-0.0.6-201912112308.armv7hl.rpm
  600. Wrote: /home/s7/mer/android/droid/RPMS/droid-hal-herolte-devel-0.0.6-201912112308.armv7hl.rpm
  601. Wrote: /home/s7/mer/android/droid/RPMS/droid-hal-herolte-users-0.0.6-201912112308.armv7hl.rpm
  602. Wrote: /home/s7/mer/android/droid/RPMS/droid-hal-herolte-tools-0.0.6-201912112308.armv7hl.rpm
  603. Wrote: /home/s7/mer/android/droid/RPMS/droid-hal-herolte-kernel-0.0.6-201912112308.armv7hl.rpm
  604. Wrote: /home/s7/mer/android/droid/RPMS/droid-hal-herolte-kernel-modules-0.0.6-201912112308.armv7hl.rpm
  605. Wrote: /home/s7/mer/android/droid/RPMS/droid-hal-herolte-img-boot-0.0.6-201912112308.armv7hl.rpm
  606. Wrote: /home/s7/mer/android/droid/RPMS/droid-hal-herolte-img-recovery-0.0.6-201912112308.armv7hl.rpm
  607. Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.U8NVNy
  608. + umask 022
  609. + cd /home/s7/mer/android/droid
  610. + /bin/rm -rf /home/s7/mer/android/droid/installroot
  611. + exit 0
  612. Directory walk started
  613. Directory walk done - 70 packages
  614. Temporary output repo path: /home/s7/mer/android/droid/droid-local-repo/herolte/.repodata/
  615. Preparing sqlite DBs
  616. Pool started (with 5 workers)
  617. Pool finished
  618. DBus unavailable, falling back to libssu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement