Advertisement
Guest User

preload makepkg aarch64

a guest
Apr 17th, 2020
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.14 KB | None | 0 0
  1. ==> Making package: preload 0.6.4-6 (Pá 17. dubna 2020, 16:46:40 CEST)
  2. ==> Checking runtime dependencies...
  3. ==> Checking buildtime dependencies...
  4. ==> Installing missing dependencies...
  5. [sudo] password for anty:
  6. resolving dependencies...
  7. looking for conflicting packages...
  8.  
  9. Package (1) New Version Net Change
  10.  
  11. extra/help2man 1.47.13-1 0,33 MiB
  12.  
  13. Total Installed Size: 0,33 MiB
  14.  
  15. :: Proceed with installation? [Y/n]
  16. (1/1) checking keys in keyring [####################################################] 100%
  17. (1/1) checking package integrity [####################################################] 100%
  18. (1/1) loading package files [####################################################] 100%
  19. (1/1) checking for file conflicts [####################################################] 100%
  20. (1/1) checking available disk space [####################################################] 100%
  21. :: Processing package changes...
  22. (1/1) installing help2man [####################################################] 100%
  23. :: Running post-transaction hooks...
  24. (1/2) Arming ConditionNeedsUpdate...
  25. (2/2) Updating the info directory file...
  26. ==> Retrieving sources...
  27. -> Found preload-0.6.4.tar.gz
  28. -> Found preload.service
  29. ==> Validating source files with md5sums...
  30. preload-0.6.4.tar.gz ... Passed
  31. preload.service ... Passed
  32. ==> Extracting sources...
  33. -> Extracting preload-0.6.4.tar.gz with bsdtar
  34. ==> Starting build()...
  35. checking for a BSD-compatible install... /usr/bin/install -c
  36. checking whether build environment is sane... yes
  37. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  38. checking for gawk... gawk
  39. checking whether make sets $(MAKE)... yes
  40. checking for style of include used by make... GNU
  41. checking for gcc... gcc
  42. checking for C compiler default output file name... a.out
  43. checking whether the C compiler works... yes
  44. checking whether we are cross compiling... no
  45. checking for suffix of executables...
  46. checking for suffix of object files... o
  47. checking whether we are using the GNU C compiler... yes
  48. checking whether gcc accepts -g... yes
  49. checking for gcc option to accept ISO C89... none needed
  50. checking dependency style of gcc... gcc3
  51. checking how to run the C preprocessor... gcc -E
  52. checking for grep that handles long lines and -e... /usr/bin/grep
  53. checking for egrep... /usr/bin/grep -E
  54. checking for ANSI C header files... yes
  55. checking for sys/types.h... yes
  56. checking for sys/stat.h... yes
  57. checking for stdlib.h... yes
  58. checking for string.h... yes
  59. checking for memory.h... yes
  60. checking for strings.h... yes
  61. checking for inttypes.h... yes
  62. checking for stdint.h... yes
  63. checking for unistd.h... yes
  64. checking minix/config.h usability... no
  65. checking minix/config.h presence... no
  66. checking for minix/config.h... no
  67. checking whether it is safe to define __EXTENSIONS__... yes
  68. checking for gcc... (cached) gcc
  69. checking whether we are using the GNU C compiler... (cached) yes
  70. checking whether gcc accepts -g... (cached) yes
  71. checking for gcc option to accept ISO C89... (cached) none needed
  72. checking dependency style of gcc... (cached) gcc3
  73. checking for a BSD-compatible install... /usr/bin/install -c
  74. checking for ANSI C header files... (cached) yes
  75. checking whether time.h and sys/time.h may both be included... yes
  76. checking for stdlib.h... (cached) yes
  77. checking for string.h... (cached) yes
  78. checking for strings.h... (cached) yes
  79. checking for inttypes.h... (cached) yes
  80. checking sys/times.h usability... yes
  81. checking sys/times.h presence... yes
  82. checking for sys/times.h... yes
  83. checking for an ANSI C-conforming const... yes
  84. checking for preprocessor stringizing operator... yes
  85. checking for readahead... yes
  86. checking return type of signal handlers... void
  87. checking linux/fs.h usability... yes
  88. checking linux/fs.h presence... yes
  89. checking for linux/fs.h... yes
  90. checking for pkg-config... /usr/bin/pkg-config
  91. checking pkg-config is at least version 0.9.0... yes
  92. checking for GLIB... yes
  93. configure: creating ./config.status
  94. config.status: creating Makefile
  95. config.status: creating doc/Makefile
  96. config.status: creating src/Makefile
  97. config.status: creating config.h
  98. config.status: executing depfiles commands
  99. make all-recursive
  100. make[1]: Entering directory '/tmp/makepkg/preload/src/preload-0.6.4'
  101. Making all in doc
  102. make[2]: Entering directory '/tmp/makepkg/preload/src/preload-0.6.4/doc'
  103. make[2]: Nothing to be done for 'all'.
  104. make[2]: Leaving directory '/tmp/makepkg/preload/src/preload-0.6.4/doc'
  105. Making all in src
  106. make[2]: Entering directory '/tmp/makepkg/preload/src/preload-0.6.4/src'
  107. gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSYSCONFDIR='"/etc"' -DLOGDIR='"/var/log"' -DPKGLOCALSTATEDIR='"/var/lib/preload"' -D_FORTIFY_SOURCE=2 -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -Wall -ansi -MT cmdline.o -MD -MP -MF .deps/cmdline.Tpo -c -o cmdline.o cmdline.c
  108. cmdline.c:34:28: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier]
  109. 34 | static const struct option const opts[] = {
  110. | ^~~~~
  111. cmdline.c:48:19: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier]
  112. 48 | static const char const *opts_help[] = {
  113. | ^~~~~
  114. cmdline.c:59:19: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier]
  115. 59 | static const char const *opts_default[] = {
  116. | ^~~~~
  117. mv -f .deps/cmdline.Tpo .deps/cmdline.Po
  118. gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSYSCONFDIR='"/etc"' -DLOGDIR='"/var/log"' -DPKGLOCALSTATEDIR='"/var/lib/preload"' -D_FORTIFY_SOURCE=2 -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -Wall -ansi -MT conf.o -MD -MP -MF .deps/conf.Tpo -c -o conf.o conf.c
  119. mv -f .deps/conf.Tpo .deps/conf.Po
  120. gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSYSCONFDIR='"/etc"' -DLOGDIR='"/var/log"' -DPKGLOCALSTATEDIR='"/var/lib/preload"' -D_FORTIFY_SOURCE=2 -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -Wall -ansi -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.c
  121. mv -f .deps/log.Tpo .deps/log.Po
  122. gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSYSCONFDIR='"/etc"' -DLOGDIR='"/var/log"' -DPKGLOCALSTATEDIR='"/var/lib/preload"' -D_FORTIFY_SOURCE=2 -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -Wall -ansi -MT spy.o -MD -MP -MF .deps/spy.Tpo -c -o spy.o spy.c
  123. mv -f .deps/spy.Tpo .deps/spy.Po
  124. gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSYSCONFDIR='"/etc"' -DLOGDIR='"/var/log"' -DPKGLOCALSTATEDIR='"/var/lib/preload"' -D_FORTIFY_SOURCE=2 -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -Wall -ansi -MT preload.o -MD -MP -MF .deps/preload.Tpo -c -o preload.o preload.c
  125. preload.c: In function ‘daemonize’:
  126. preload.c:81:10: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
  127. 81 | (void) chdir ("/");
  128. | ^~~~~~~~~~~
  129. mv -f .deps/preload.Tpo .deps/preload.Po
  130. gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSYSCONFDIR='"/etc"' -DLOGDIR='"/var/log"' -DPKGLOCALSTATEDIR='"/var/lib/preload"' -D_FORTIFY_SOURCE=2 -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -Wall -ansi -MT proc.o -MD -MP -MF .deps/proc.Tpo -c -o proc.o proc.c
  131. mv -f .deps/proc.Tpo .deps/proc.Po
  132. gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSYSCONFDIR='"/etc"' -DLOGDIR='"/var/log"' -DPKGLOCALSTATEDIR='"/var/lib/preload"' -D_FORTIFY_SOURCE=2 -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -Wall -ansi -MT prophet.o -MD -MP -MF .deps/prophet.Tpo -c -o prophet.o prophet.c
  133. mv -f .deps/prophet.Tpo .deps/prophet.Po
  134. gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSYSCONFDIR='"/etc"' -DLOGDIR='"/var/log"' -DPKGLOCALSTATEDIR='"/var/lib/preload"' -D_FORTIFY_SOURCE=2 -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -Wall -ansi -MT readahead.o -MD -MP -MF .deps/readahead.Tpo -c -o readahead.o readahead.c
  135. mv -f .deps/readahead.Tpo .deps/readahead.Po
  136. gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSYSCONFDIR='"/etc"' -DLOGDIR='"/var/log"' -DPKGLOCALSTATEDIR='"/var/lib/preload"' -D_FORTIFY_SOURCE=2 -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -Wall -ansi -MT state.o -MD -MP -MF .deps/state.Tpo -c -o state.o state.c
  137. mv -f .deps/state.Tpo .deps/state.Po
  138. gcc -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -Wall -ansi -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o preload cmdline.o conf.o log.o spy.o preload.o proc.o prophet.o readahead.o state.o -lm -lglib-2.0
  139. make preload
  140. make[3]: Entering directory '/tmp/makepkg/preload/src/preload-0.6.4/src'
  141. make[3]: 'preload' is up to date.
  142. make[3]: Leaving directory '/tmp/makepkg/preload/src/preload-0.6.4/src'
  143. Creating preload.8 using help2man(1)
  144. /bin/sh gen.preload.conf.sh preload.conf.in confkeys.h > preload.conf.tmp && mv preload.conf.tmp preload.conf
  145. make[2]: Leaving directory '/tmp/makepkg/preload/src/preload-0.6.4/src'
  146. make[2]: Entering directory '/tmp/makepkg/preload/src/preload-0.6.4'
  147. sed -e 's,@datadir\@,/usr/share/preload,g' -e 's,@sbindir\@,/usr/bin,g' -e 's,@initddir\@,/etc/rc.d/init.d,g' -e 's,@sysconfigdir\@,/etc/sysconfig,g' -e 's,@logrotatedir\@,/etc/logrotate.d,g' -e 's,@logdir\@,/var/log,g' -e 's,@subsysdir\@,/var/lock/subsys,g' -e 's,@PACKAGE_NAME\@,preload,g' -e 's,@PACKAGE_SUMMARY\@,Adaptive readahead daemon,g' -e 's,@PACKAGE\@,preload,g' -e 's,@VERSION\@,0.6.4,g' ./preload.init.in > preload.init
  148. chmod +x preload.init
  149. touch preload.log
  150. sed -e 's,@datadir\@,/usr/share/preload,g' -e 's,@sbindir\@,/usr/bin,g' -e 's,@initddir\@,/etc/rc.d/init.d,g' -e 's,@sysconfigdir\@,/etc/sysconfig,g' -e 's,@logrotatedir\@,/etc/logrotate.d,g' -e 's,@logdir\@,/var/log,g' -e 's,@subsysdir\@,/var/lock/subsys,g' -e 's,@PACKAGE_NAME\@,preload,g' -e 's,@PACKAGE_SUMMARY\@,Adaptive readahead daemon,g' -e 's,@PACKAGE\@,preload,g' -e 's,@VERSION\@,0.6.4,g' ./preload.logrotate.in > preload.logrotate
  151. touch preload.state
  152. make[2]: Leaving directory '/tmp/makepkg/preload/src/preload-0.6.4'
  153. make[1]: Leaving directory '/tmp/makepkg/preload/src/preload-0.6.4'
  154. ==> Entering fakeroot environment...
  155. ==> Starting package()...
  156. Making install in doc
  157. make[1]: Entering directory '/tmp/makepkg/preload/src/preload-0.6.4/doc'
  158. make[2]: Entering directory '/tmp/makepkg/preload/src/preload-0.6.4/doc'
  159. make[2]: Nothing to be done for 'install-exec-am'.
  160. test -z "/usr/share/doc/preload-0.6.4" || /usr/bin/mkdir -p "/tmp/makepkg/preload/pkg/preload/usr/share/doc/preload-0.6.4"
  161. /usr/bin/install -c -m 644 'index.txt' '/tmp/makepkg/preload/pkg/preload/usr/share/doc/preload-0.6.4/index.txt'
  162. /usr/bin/install -c -m 644 'proposal.txt' '/tmp/makepkg/preload/pkg/preload/usr/share/doc/preload-0.6.4/proposal.txt'
  163. make[2]: Leaving directory '/tmp/makepkg/preload/src/preload-0.6.4/doc'
  164. make[1]: Leaving directory '/tmp/makepkg/preload/src/preload-0.6.4/doc'
  165. Making install in src
  166. make[1]: Entering directory '/tmp/makepkg/preload/src/preload-0.6.4/src'
  167. make[2]: Entering directory '/tmp/makepkg/preload/src/preload-0.6.4/src'
  168. test -z "/etc" || /usr/bin/mkdir -p "/tmp/makepkg/preload/pkg/preload/etc"
  169. /usr/bin/install -c -m 644 'preload.conf' '/tmp/makepkg/preload/pkg/preload/etc/preload.conf'
  170. test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/makepkg/preload/pkg/preload/usr/bin"
  171. /usr/bin/install -c 'preload' '/tmp/makepkg/preload/pkg/preload/usr/bin/preload'
  172. test -z "/usr/share/man/man8" || /usr/bin/mkdir -p "/tmp/makepkg/preload/pkg/preload/usr/share/man/man8"
  173. /usr/bin/install -c -m 644 'preload.8' '/tmp/makepkg/preload/pkg/preload/usr/share/man/man8/preload.8'
  174. make install-data-hook
  175. make[3]: Entering directory '/tmp/makepkg/preload/src/preload-0.6.4/src'
  176. make[3]: Leaving directory '/tmp/makepkg/preload/src/preload-0.6.4/src'
  177. make[2]: Leaving directory '/tmp/makepkg/preload/src/preload-0.6.4/src'
  178. make[1]: Leaving directory '/tmp/makepkg/preload/src/preload-0.6.4/src'
  179. make[1]: Entering directory '/tmp/makepkg/preload/src/preload-0.6.4'
  180. make[2]: Entering directory '/tmp/makepkg/preload/src/preload-0.6.4'
  181. make[2]: Nothing to be done for 'install-exec-am'.
  182. test -z "/etc/rc.d/init.d" || /usr/bin/mkdir -p "/tmp/makepkg/preload/pkg/preload/etc/rc.d/init.d"
  183. /usr/bin/install -c 'preload.init' '/tmp/makepkg/preload/pkg/preload/etc/rc.d/init.d/preload.init'
  184. test -z "/var/log" || /usr/bin/mkdir -p "/tmp/makepkg/preload/pkg/preload/var/log"
  185. /usr/bin/install -c -m 644 'preload.log' '/tmp/makepkg/preload/pkg/preload/var/log/preload.log'
  186. test -z "/etc/logrotate.d" || /usr/bin/mkdir -p "/tmp/makepkg/preload/pkg/preload/etc/logrotate.d"
  187. /usr/bin/install -c -m 644 'preload.logrotate' '/tmp/makepkg/preload/pkg/preload/etc/logrotate.d/preload.logrotate'
  188. test -z "/var/lib/preload" || /usr/bin/mkdir -p "/tmp/makepkg/preload/pkg/preload/var/lib/preload"
  189. /usr/bin/install -c -m 644 'preload.state' '/tmp/makepkg/preload/pkg/preload/var/lib/preload/preload.state'
  190. test -z "/etc/conf.d" || /usr/bin/mkdir -p "/tmp/makepkg/preload/pkg/preload/etc/conf.d"
  191. /usr/bin/install -c -m 644 'preload.sysconfig' '/tmp/makepkg/preload/pkg/preload/etc/conf.d/preload.sysconfig'
  192. make install-data-hook
  193. make[3]: Entering directory '/tmp/makepkg/preload/src/preload-0.6.4'
  194. make[3]: Leaving directory '/tmp/makepkg/preload/src/preload-0.6.4'
  195. make[2]: Leaving directory '/tmp/makepkg/preload/src/preload-0.6.4'
  196. make[1]: Leaving directory '/tmp/makepkg/preload/src/preload-0.6.4'
  197. ==> Tidying install...
  198. -> Removing libtool files...
  199. -> Purging unwanted files...
  200. -> Removing static library files...
  201. -> Stripping unneeded symbols from binaries and libraries...
  202. -> Compressing man and info pages...
  203. ==> Checking for packaging issues...
  204. ==> Creating package "preload"...
  205. -> Generating .PKGINFO file...
  206. -> Generating .BUILDINFO file...
  207. -> Adding install file...
  208. -> Generating .MTREE file...
  209. -> Compressing package...
  210. ==> Leaving fakeroot environment.
  211. ==> Finished making: preload 0.6.4-6 (Pá 17. dubna 2020, 16:47:47 CEST)
  212. ==> Removing installed dependencies...
  213. checking dependencies...
  214.  
  215. Package (1) Old Version Net Change
  216.  
  217. help2man 1.47.13-1 -0,33 MiB
  218.  
  219. Total Removed Size: 0,33 MiB
  220.  
  221. :: Do you want to remove these packages? [Y/n]
  222. :: Running pre-transaction hooks...
  223. (1/1) Removing old entries from the info directory file...
  224. :: Processing package changes...
  225. (1/1) removing help2man [####################################################] 100%
  226. :: Running post-transaction hooks...
  227. (1/1) Arming ConditionNeedsUpdate...
  228. ==> Installing package preload with pacman -U...
  229. loading packages...
  230. warning: preload-0.6.4-6 is up to date -- skipping
  231. there is nothing to do
  232. ==> Cleaning up...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement