Advertisement
dmirtillo

aur/fakeroot-tcp

Apr 9th, 2024
786
0
156 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 50.27 KB | None | 0 0
  1. :: Synchronizing package databases...
  2.  core                                        128.4 KiB  95.9 KiB/s 00:01 [########################################] 100% extra                                         8.1 MiB   824 KiB/s 00:10 [########################################] 100%:: Searching AUR for updates...
  3. :: Checking development packages...
  4. :: Searching databases for updates...
  5.  -> Packages not in AUR: glibc-linux
  6. :: 1 package to upgrade/install.
  7. 1  aur/fakeroot-tcp  1.32.2-1 -> 1.34-1
  8. ==> Packages to exclude: (eg: "1 2 3", "1-3", "^4" or repo name)
  9.  -> Excluding packages may cause partial upgrades and break systems
  10. ==>
  11. AUR Explicit (1): fakeroot-tcp-1.34-1
  12. :: PKGBUILD up to date, skipping download: fakeroot-tcp
  13.   1 fakeroot-tcp                     (Installed) (Build Files Exist)
  14. ==> Packages to cleanBuild?
  15. ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
  16. ==>
  17.   1 fakeroot-tcp                     (Installed) (Build Files Exist)
  18. ==> Diffs to show?
  19. ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
  20. ==>
  21. ==> Making package: fakeroot-tcp 1.34-1 (Tue 09 Apr 2024 08:55:30 PM CEST)
  22. ==> Retrieving sources...
  23.   -> Found fakeroot_1.34.orig.tar.gz
  24. ==> WARNING: Skipping verification of source file PGP signatures.
  25. ==> Validating source files with sha256sums...
  26.     fakeroot_1.34.orig.tar.gz ... Passed
  27. :: (1/1) Parsing SRCINFO: fakeroot-tcp
  28. ==> Making package: fakeroot-tcp 1.34-1 (Tue 09 Apr 2024 08:55:32 PM CEST)
  29. ==> Checking runtime dependencies...
  30. ==> Checking buildtime dependencies...
  31. ==> Retrieving sources...
  32.   -> Found fakeroot_1.34.orig.tar.gz
  33. ==> Validating source files with sha256sums...
  34.     fakeroot_1.34.orig.tar.gz ... Passed
  35. ==> Removing existing $srcdir/ directory...
  36. ==> Extracting sources...
  37.   -> Extracting fakeroot_1.34.orig.tar.gz with bsdtar
  38. ==> Starting prepare()...
  39. ==> Sources are ready.
  40. ==> Making package: fakeroot-tcp 1.34-1 (Tue 09 Apr 2024 08:55:34 PM CEST)
  41. ==> Checking runtime dependencies...
  42. ==> Checking buildtime dependencies...
  43. ==> WARNING: Using existing $srcdir/ tree
  44. ==> Removing existing $pkgdir/ directory...
  45. ==> Starting build()...
  46. autoreconf: export WARNINGS=
  47. autoreconf: Entering directory '.'
  48. autoreconf: configure.ac: not using Gettext
  49. autoreconf: running: aclocal --force -I build-aux
  50. autoreconf: configure.ac: tracing
  51. autoreconf: running: libtoolize --copy --force
  52. libtoolize: putting auxiliary files in '.'.
  53. libtoolize: copying file './ltmain.sh'
  54. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux'.
  55. libtoolize: copying file 'build-aux/libtool.m4'
  56. libtoolize: copying file 'build-aux/ltoptions.m4'
  57. libtoolize: copying file 'build-aux/ltsugar.m4'
  58. libtoolize: copying file 'build-aux/ltversion.m4'
  59. libtoolize: copying file 'build-aux/lt~obsolete.m4'
  60. autoreconf: configure.ac: not using Intltool
  61. autoreconf: configure.ac: not using Gtkdoc
  62. autoreconf: running: aclocal --force -I build-aux
  63. autoreconf: running: /usr/bin/autoconf --force
  64. configure.ac:428: warning: AC_CHECK_FUNCS($WRAPPED): you should use literals
  65. ./lib/autoconf/functions.m4:117: AC_CHECK_FUNCS is expanded from...
  66. configure.ac:428: the top level
  67. configure.ac:497: warning: AC_CHECK_FUNCS($WRAPPED): you should use literals
  68. ./lib/autoconf/functions.m4:117: AC_CHECK_FUNCS is expanded from...
  69. configure.ac:497: the top level
  70. autoreconf: running: /usr/bin/autoheader --force
  71. autoreconf: running: automake --add-missing --copy --force-missing
  72. configure.ac:10: installing './compile'
  73. configure.ac:7: installing './missing'
  74. Makefile.am: installing './depcomp'
  75. autoreconf: './config.sub' is updated
  76. autoreconf: './config.guess' is updated
  77. autoreconf: './install-sh' is updated
  78. autoreconf: Leaving directory '.'
  79. checking build system type... x86_64-pc-linux-gnu
  80. checking host system type... x86_64-pc-linux-gnu
  81. checking target system type... x86_64-pc-linux-gnu
  82. checking for a BSD-compatible install... /usr/bin/install -c
  83. checking whether build environment is sane... yes
  84. checking for a race-free mkdir -p... /usr/sbin/mkdir -p
  85. checking for gawk... gawk
  86. checking whether make sets $(MAKE)... yes
  87. checking whether make supports nested variables... yes
  88. checking whether to enable maintainer-specific portions of Makefiles... no
  89. checking whether make supports the include directive... yes (GNU style)
  90. checking for gcc... gcc
  91. checking whether the C compiler works... yes
  92. checking for C compiler default output file name... a.out
  93. checking for suffix of executables...
  94. checking whether we are cross compiling... no
  95. checking for suffix of object files... o
  96. checking whether the compiler supports GNU C... yes
  97. checking whether gcc accepts -g... yes
  98. checking for gcc option to enable C11 features... none needed
  99. checking whether gcc understands -c and -o together... yes
  100. checking dependency style of gcc... gcc3
  101. checking how to run the C preprocessor... gcc -E
  102. checking whether make sets $(MAKE)... (cached) yes
  103. checking how to print strings... printf
  104. checking for a sed that does not truncate output... /usr/sbin/sed
  105. checking for grep that handles long lines and -e... /usr/sbin/grep
  106. checking for egrep... /usr/sbin/grep -E
  107. checking for fgrep... /usr/sbin/grep -F
  108. checking for ld used by gcc... /usr/sbin/ld
  109. checking if the linker (/usr/sbin/ld) is GNU ld... yes
  110. checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
  111. checking the name lister (/usr/sbin/nm -B) interface... BSD nm
  112. checking whether ln -s works... yes
  113. checking the maximum length of command line arguments... 1572864
  114. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  115. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  116. checking for /usr/sbin/ld option to reload object files... -r
  117. checking for file... file
  118. checking for objdump... objdump
  119. checking how to recognize dependent libraries... pass_all
  120. checking for dlltool... no
  121. checking how to associate runtime and link libraries... printf %s\n
  122. checking for ar... ar
  123. checking for archiver @FILE support... @
  124. checking for strip... strip
  125. checking for ranlib... ranlib
  126. checking command to parse /usr/sbin/nm -B output from gcc object... ok
  127. checking for sysroot... no
  128. checking for a working dd... /usr/sbin/dd
  129. checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
  130. checking for mt... no
  131. checking if : is a manifest tool... no
  132. checking for stdio.h... yes
  133. checking for stdlib.h... yes
  134. checking for string.h... yes
  135. checking for inttypes.h... yes
  136. checking for stdint.h... yes
  137. checking for strings.h... yes
  138. checking for sys/stat.h... yes
  139. checking for sys/types.h... yes
  140. checking for unistd.h... yes
  141. checking for dlfcn.h... yes
  142. checking for objdir... .libs
  143. checking if gcc supports -fno-rtti -fno-exceptions... no
  144. checking for gcc option to produce PIC... -fPIC -DPIC
  145. checking if gcc PIC flag -fPIC -DPIC works... yes
  146. checking if gcc static flag -static works... yes
  147. checking if gcc supports -c -o file.o... yes
  148. checking if gcc supports -c -o file.o... (cached) yes
  149. checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
  150. checking whether -lc should be explicitly linked in... no
  151. checking dynamic linker characteristics... GNU/Linux ld.so
  152. checking how to hardcode library paths into programs... immediate
  153. checking whether stripping libraries is possible... yes
  154. checking if libtool supports shared libraries... yes
  155. checking whether to build shared libraries... yes
  156. checking whether to build static libraries... no
  157. checking which IPC method to use... (cached) tcp
  158. checking which database format to use... (cached) inode
  159. checking for dlopen in -ldl... yes
  160. checking for pthread_self in -lpthread... yes
  161. checking for connect in -lsocket... no
  162. checking for dirent.h that defines DIR... yes
  163. checking for library containing opendir... none required
  164. checking for fcntl.h... yes
  165. checking for unistd.h... (cached) yes
  166. checking for features.h... yes
  167. checking for sys/feature_tests.h... no
  168. checking for pthread.h... yes
  169. checking for stdint.h... (cached) yes
  170. checking for inttypes.h... (cached) yes
  171. checking for grp.h... yes
  172. checking for endian.h... yes
  173. checking for sys/sysmacros.h... yes
  174. checking for sys/socket.h... yes
  175. checking for sys/acl.h... yes
  176. checking for sys/capability.h... yes
  177. checking for sys/xattr.h... yes
  178. checking for fts.h... yes
  179. checking for an ANSI C-conforming const... yes
  180. checking for mode_t... yes
  181. checking for off_t... yes
  182. checking for size_t... yes
  183. checking for return value and second and third argument of readlink... ssize_t, char, size_t
  184. checking for first argument of setgroups... size_t
  185. checking for union semun... no
  186. checking for __xmknod... yes
  187. checking for type of arg of __xmknod... needs *
  188. checking for __xmknodat... yes
  189. checking for type of arg of __xmknodat... needs *
  190. checking for type of arg of initgroups... gid_t
  191. checking for type of arg of setreuid... gid_t
  192. checking for type of arg of setregid... gid_t
  193. checking for type of second arg to stat... struct stat *
  194. checking for d_off in struct dirent... yes
  195. checking for d_type in struct dirent... yes
  196. checking for acl_t struct... yes
  197. checking for fchmodat... yes
  198. checking for fchownat... yes
  199. checking for fstatat... yes
  200. checking for mkdirat... yes
  201. checking for mknodat... yes
  202. checking for openat... yes
  203. checking for renameat... yes
  204. checking for renameat2... yes
  205. checking for unlinkat... yes
  206. checking for lchmod... yes
  207. checking for fgetattrlist... no
  208. checking for library containing acl_get_fd... -lacl
  209. checking for acl_get_fd... yes
  210. checking for library containing acl_trivial... no
  211. checking for acl_trivial... no
  212. checking for capset... yes
  213. checking for listxattr... yes
  214. checking for llistxattr... yes
  215. checking for flistxattr... yes
  216. checking for getxattr... yes
  217. checking for lgetxattr... yes
  218. checking for fgetxattr... yes
  219. checking for setxattr... yes
  220. checking for lsetxattr... yes
  221. checking for fsetxattr... yes
  222. checking for removexattr... yes
  223. checking for lremovexattr... yes
  224. checking for fremovexattr... yes
  225. checking for statx... yes
  226. checking if we need to cope with time64... checking for egrep -e... (cached) /usr/sbin/grep -E
  227. no
  228. checking for __xstat... yes
  229. Extra wrapper for stat is required because of __xstat
  230. checking for __fxstat... yes
  231. Extra wrapper for fstat is required because of __fxstat
  232. checking for __lxstat... yes
  233. Extra wrapper for lstat is required because of __lxstat
  234. checking for __fxstatat... yes
  235. Extra wrapper for fstatat is required because of __fxstatat
  236. checking for __xstat64... yes
  237. Extra wrapper for stat64 is required because of __xstat64
  238. checking for __fxstat64... yes
  239. Extra wrapper for fstat64 is required because of __fxstat64
  240. checking for __lxstat64... yes
  241. Extra wrapper for lstat64 is required because of __lxstat64
  242. checking for __fxstatat64... yes
  243. Extra wrapper for fstatat64 is required because of __fxstatat64
  244. checking for __xmknod... (cached) yes
  245. Extra wrapper for mknod is required because of __xmknod
  246. checking for __xmknodat... (cached) yes
  247. Extra wrapper for mknodat is required because of __xmknodat
  248. created fakerootconfig.h
  249. checking for strdup... yes
  250. checking for strstr... yes
  251. checking for getresuid... yes
  252. checking for setresuid... yes
  253. checking for getresgid... yes
  254. checking for setresgid... yes
  255. checking for setfsuid... yes
  256. checking for setfsgid... yes
  257. checking for fts_read... yes
  258. checking for fts_children... yes
  259. checking for gcc options needed to detect all undeclared functions... none needed
  260. checking whether setenv is declared... yes
  261. checking whether unsetenv is declared... yes
  262. checking for setenv... yes
  263. checking for macOS/Darwin... no
  264. checking that generated files are newer than configure... done
  265. configure: creating ./config.status
  266. config.status: creating Makefile
  267. config.status: creating scripts/Makefile
  268. config.status: creating doc/Makefile
  269. config.status: creating doc/de/Makefile
  270. config.status: creating doc/es/Makefile
  271. config.status: creating doc/fr/Makefile
  272. config.status: creating doc/nl/Makefile
  273. config.status: creating doc/pt/Makefile
  274. config.status: creating doc/ro/Makefile
  275. config.status: creating doc/sv/Makefile
  276. config.status: creating test/Makefile
  277. config.status: creating test/defs
  278. config.status: creating config.h
  279. config.status: executing depfiles commands
  280. config.status: executing libtool commands
  281. make  all-recursive
  282. make[1]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34'
  283. Making all in doc
  284. make[2]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc'
  285. Making all in de
  286. make[3]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/de'
  287. make[3]: Nothing to be done for 'all'.
  288. make[3]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/de'
  289. Making all in es
  290. make[3]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/es'
  291. make[3]: Nothing to be done for 'all'.
  292. make[3]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/es'
  293. Making all in fr
  294. make[3]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/fr'
  295. make[3]: Nothing to be done for 'all'.
  296. make[3]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/fr'
  297. Making all in nl
  298. make[3]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/nl'
  299. make[3]: Nothing to be done for 'all'.
  300. make[3]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/nl'
  301. Making all in pt
  302. make[3]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/pt'
  303. make[3]: Nothing to be done for 'all'.
  304. make[3]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/pt'
  305. Making all in ro
  306. make[3]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/ro'
  307. make[3]: Nothing to be done for 'all'.
  308. make[3]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/ro'
  309. Making all in sv
  310. make[3]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/sv'
  311. make[3]: Nothing to be done for 'all'.
  312. make[3]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/sv'
  313. make[3]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc'
  314. make[3]: Nothing to be done for 'all-am'.
  315. make[3]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc'
  316. make[2]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc'
  317. Making all in scripts
  318. make[2]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/scripts'
  319. sed -e 's,[@]prefix[@],/usr,g' -e 's,[@]bindir[@],/usr/bin,g' -e 's,[@]libdir[@],/usr/lib/libfakeroot,g' -e 's,[@]fakeroot_transformed[@],'`echo fakeroot | sed -e 's,x,x,'`',g' -e 's,[@]faked_transformed[@],'`echo faked | sed -e 's,x,x,'`',g' -e 's,[@]signal[@],HUP,g' -e 's,[@]SHELL[@],/bin/sh,g' -e 's,[@]VERSION[@],1.34,g' -e 's,[@]DLSUFFIX[@],.so,g' -e 's,[@]LDLIBPATHVAR[@],LD_LIBRARY_PATH,g' -e 's,[@]LDPRELOADVAR[@],LD_PRELOAD,g' -e 's,[@]LDPRELOADABS[@],0,g' -e 's,[@]LDEXTRAVAR[@],,g' -e 's,[@]MACOSX_FALSE[@],,g' -e 's,[@]MACOSX_TRUE[@],#,g' < ./fakeroot.in > fakeroot
  320. chmod +x fakeroot
  321. make[2]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/scripts'
  322. Making all in test
  323. make[2]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/test'
  324. make[2]: Nothing to be done for 'all'.
  325. make[2]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/test'
  326. make[2]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34'
  327. gcc -DHAVE_CONFIG_H -I.     -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto -MT faked.o -MD -MP -MF .deps/faked.Tpo -c -o faked.o faked.c
  328. faked.c: In function ‘save_database’:
  329. faked.c:622:23: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  330.   622 |     fprintf(f,"dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  331.       |                    ~~~^
  332.       |                       |
  333.       |                       long long unsigned int
  334.       |                    %lx
  335.   623 |             (uint64_t) i->buf.dev,(uint64_t) i->buf.ino,(uint64_t) i->buf.mode,
  336.       |             ~~~~~~~~~~~~~~~~~~~~~
  337.       |             |
  338.       |             long unsigned int
  339. faked.c:622:32: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
  340.   622 |     fprintf(f,"dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  341.       |                             ~~~^
  342.       |                                |
  343.       |                                long long unsigned int
  344.       |                             %lu
  345.   623 |             (uint64_t) i->buf.dev,(uint64_t) i->buf.ino,(uint64_t) i->buf.mode,
  346.       |                                   ~~~~~~~~~~~~~~~~~~~~~
  347.       |                                   |
  348.       |                                   long unsigned int
  349. faked.c:622:42: warning: format ‘%llo’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
  350.   622 |     fprintf(f,"dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  351.       |                                       ~~~^
  352.       |                                          |
  353.       |                                          long long unsigned int
  354.       |                                       %lo
  355.   623 |             (uint64_t) i->buf.dev,(uint64_t) i->buf.ino,(uint64_t) i->buf.mode,
  356.       |                                                         ~~~~~~~~~~~~~~~~~~~~~~
  357.       |                                                         |
  358.       |                                                         long unsigned int
  359. faked.c:622:51: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 6 has type ‘long unsigned int’ [-Wformat=]
  360.   622 |     fprintf(f,"dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  361.       |                                                ~~~^
  362.       |                                                   |
  363.       |                                                   long long unsigned int
  364.       |                                                %lu
  365.   623 |             (uint64_t) i->buf.dev,(uint64_t) i->buf.ino,(uint64_t) i->buf.mode,
  366.   624 |             (uint64_t) i->buf.uid,(uint64_t) i->buf.gid,(uint64_t) i->buf.nlink,
  367.       |             ~~~~~~~~~~~~~~~~~~~~~
  368.       |             |
  369.       |             long unsigned int
  370. faked.c:622:60: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
  371.   622 |     fprintf(f,"dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  372.       |                                                         ~~~^
  373.       |                                                            |
  374.       |                                                            long long unsigned int
  375.       |                                                         %lu
  376.   623 |             (uint64_t) i->buf.dev,(uint64_t) i->buf.ino,(uint64_t) i->buf.mode,
  377.   624 |             (uint64_t) i->buf.uid,(uint64_t) i->buf.gid,(uint64_t) i->buf.nlink,
  378.       |                                   ~~~~~~~~~~~~~~~~~~~~~
  379.       |                                   |
  380.       |                                   long unsigned int
  381. faked.c:622:71: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 8 has type ‘long unsigned int’ [-Wformat=]
  382.   622 |     fprintf(f,"dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  383.       |                                                                    ~~~^
  384.       |                                                                       |
  385.       |                                                                       long long unsigned int
  386.       |                                                                    %lu
  387.   623 |             (uint64_t) i->buf.dev,(uint64_t) i->buf.ino,(uint64_t) i->buf.mode,
  388.   624 |             (uint64_t) i->buf.uid,(uint64_t) i->buf.gid,(uint64_t) i->buf.nlink,
  389.       |                                                         ~~~~~~~~~~~~~~~~~~~~~~~
  390.       |                                                         |
  391.       |                                                         long unsigned int
  392. faked.c:622:81: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 9 has type ‘long unsigned int’ [-Wformat=]
  393.   622 |     fprintf(f,"dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  394.       |                                                                              ~~~^
  395.       |                                                                                 |
  396.       |                                                                                 long long unsigned int
  397.       |                                                                              %lu
  398. ......
  399.   625 |             (uint64_t) i->buf.rdev);
  400.       |             ~~~~~~~~~~~~~~~~~~~~~~
  401.       |             |
  402.       |             long unsigned int
  403. faked.c: In function ‘load_database’:
  404. faked.c:663:21: warning: format ‘%llx’ expects argument of type ‘long long unsigned int *’, but argument 2 has type ‘uint64_t *’ {aka ‘long unsigned int *’} [-Wformat=]
  405.   663 |     r=scanf("dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  406.       |                  ~~~^
  407.       |                     |
  408.       |                     long long unsigned int *
  409.       |                  %lx
  410.   664 |             &stdev, &stino, &stmode, &stuid, &stgid, &stnlink, &strdev);
  411.       |             ~~~~~~
  412.       |             |
  413.       |             uint64_t * {aka long unsigned int *}
  414. faked.c:663:30: warning: format ‘%llu’ expects argument of type ‘long long unsigned int *’, but argument 3 has type ‘uint64_t *’ {aka ‘long unsigned int *’} [-Wformat=]
  415.   663 |     r=scanf("dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  416.       |                           ~~~^
  417.       |                              |
  418.       |                              long long unsigned int *
  419.       |                           %lu
  420.   664 |             &stdev, &stino, &stmode, &stuid, &stgid, &stnlink, &strdev);
  421.       |                     ~~~~~~
  422.       |                     |
  423.       |                     uint64_t * {aka long unsigned int *}
  424. faked.c:663:40: warning: format ‘%llo’ expects argument of type ‘long long unsigned int *’, but argument 4 has type ‘uint64_t *’ {aka ‘long unsigned int *’} [-Wformat=]
  425.   663 |     r=scanf("dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  426.       |                                     ~~~^
  427.       |                                        |
  428.       |                                        long long unsigned int *
  429.       |                                     %lo
  430.   664 |             &stdev, &stino, &stmode, &stuid, &stgid, &stnlink, &strdev);
  431.       |                             ~~~~~~~
  432.       |                             |
  433.       |                             uint64_t * {aka long unsigned int *}
  434. faked.c:663:49: warning: format ‘%llu’ expects argument of type ‘long long unsigned int *’, but argument 5 has type ‘uint64_t *’ {aka ‘long unsigned int *’} [-Wformat=]
  435.   663 |     r=scanf("dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  436.       |                                              ~~~^
  437.       |                                                 |
  438.       |                                                 long long unsigned int *
  439.       |                                              %lu
  440.   664 |             &stdev, &stino, &stmode, &stuid, &stgid, &stnlink, &strdev);
  441.       |                                      ~~~~~~
  442.       |                                      |
  443.       |                                      uint64_t * {aka long unsigned int *}
  444. faked.c:663:58: warning: format ‘%llu’ expects argument of type ‘long long unsigned int *’, but argument 6 has type ‘uint64_t *’ {aka ‘long unsigned int *’} [-Wformat=]
  445.   663 |     r=scanf("dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  446.       |                                                       ~~~^
  447.       |                                                          |
  448.       |                                                          long long unsigned int *
  449.       |                                                       %lu
  450.   664 |             &stdev, &stino, &stmode, &stuid, &stgid, &stnlink, &strdev);
  451.       |                                              ~~~~~~
  452.       |                                              |
  453.       |                                              uint64_t * {aka long unsigned int *}
  454. faked.c:663:69: warning: format ‘%llu’ expects argument of type ‘long long unsigned int *’, but argument 7 has type ‘uint64_t *’ {aka ‘long unsigned int *’} [-Wformat=]
  455.   663 |     r=scanf("dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  456.       |                                                                  ~~~^
  457.       |                                                                     |
  458.       |                                                                     long long unsigned int *
  459.       |                                                                  %lu
  460.   664 |             &stdev, &stino, &stmode, &stuid, &stgid, &stnlink, &strdev);
  461.       |                                                      ~~~~~~~~
  462.       |                                                      |
  463.       |                                                      uint64_t * {aka long unsigned int *}
  464. faked.c:663:79: warning: format ‘%llu’ expects argument of type ‘long long unsigned int *’, but argument 8 has type ‘uint64_t *’ {aka ‘long unsigned int *’} [-Wformat=]
  465.   663 |     r=scanf("dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  466.       |                                                                            ~~~^
  467.       |                                                                               |
  468.       |                                                                               long long unsigned int *
  469.       |                                                                            %lu
  470.   664 |             &stdev, &stino, &stmode, &stuid, &stgid, &stnlink, &strdev);
  471.       |                                                                ~~~~~~~
  472.       |                                                                |
  473.       |                                                                uint64_t * {aka long unsigned int *}
  474. faked.c: In function ‘debug_stat’:
  475. faked.c:690:31: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘fake_dev_t’ {aka ‘long unsigned int’} [-Wformat=]
  476.   690 |   fprintf(stderr,"dev:ino=(%llx:%lli), mode=0%lo, own=(%li,%li), nlink=%li, rdev=%lli\n",
  477.       |                            ~~~^
  478.       |                               |
  479.       |                               long long unsigned int
  480.       |                            %lx
  481.   691 |           st->dev,
  482.       |           ~~~~~~~
  483.       |             |
  484.       |             fake_dev_t {aka long unsigned int}
  485. faked.c:690:36: warning: format ‘%lli’ expects argument of type ‘long long int’, but argument 4 has type ‘fake_ino_t’ {aka ‘long unsigned int’} [-Wformat=]
  486.   690 |   fprintf(stderr,"dev:ino=(%llx:%lli), mode=0%lo, own=(%li,%li), nlink=%li, rdev=%lli\n",
  487.       |                                 ~~~^
  488.       |                                    |
  489.       |                                    long long int
  490.       |                                 %li
  491.   691 |           st->dev,
  492.   692 |           st->ino,
  493.       |           ~~~~~~~
  494.       |             |
  495.       |             fake_ino_t {aka long unsigned int}
  496. faked.c:690:85: warning: format ‘%lli’ expects argument of type ‘long long int’, but argument 9 has type ‘fake_dev_t’ {aka ‘long unsigned int’} [-Wformat=]
  497.   690 |   fprintf(stderr,"dev:ino=(%llx:%lli), mode=0%lo, own=(%li,%li), nlink=%li, rdev=%lli\n",
  498.       |                                                                                  ~~~^
  499.       |                                                                                     |
  500.       |                                                                                     long long int
  501.       |                                                                                  %li
  502. ......
  503.   697 |           st->rdev);
  504.       |           ~~~~~~~~
  505.       |             |
  506.       |             fake_dev_t {aka long unsigned int}
  507. mv -f .deps/faked.Tpo .deps/faked.Po
  508. /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto -MT communicate.lo -MD -MP -MF .deps/communicate.Tpo -c -o communicate.lo communicate.c
  509. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto -MT communicate.lo -MD -MP -MF .deps/communicate.Tpo -c communicate.c  -fPIC -DPIC -o .libs/communicate.o
  510. mv -f .deps/communicate.Tpo .deps/communicate.Plo
  511. /bin/sh ./libtool  --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now          -Wl,-z,pack-relative-relocs -flto=auto -o libcommunicate.la  communicate.lo  -lpthread -ldl
  512. libtool: link: ar cr .libs/libcommunicate.a .libs/communicate.o
  513. libtool: link: ranlib .libs/libcommunicate.a
  514. libtool: link: ( cd ".libs" && rm -f "libcommunicate.la" && ln -s "../libcommunicate.la" "libcommunicate.la" )
  515. /bin/sh ./libtool  --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now          -Wl,-z,pack-relative-relocs -flto=auto -o faked faked.o libcommunicate.la -lpthread -ldl
  516. libtool: link: gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,pack-relative-relocs -flto=auto -o faked faked.o  ./.libs/libcommunicate.a -lpthread -ldl
  517. gcc -DHAVE_CONFIG_H -I.     -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto -MT simple.o -MD -MP -MF .deps/simple.Tpo -c -o simple.o simple.c
  518. mv -f .deps/simple.Tpo .deps/simple.Po
  519. /bin/sh ./libtool  --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now          -Wl,-z,pack-relative-relocs -flto=auto -o simple simple.o  -lpthread -ldl
  520. libtool: link: gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,pack-relative-relocs -flto=auto -o simple simple.o  -lpthread -ldl
  521. awk -f ./wrapawk < ./wrapfunc.inp
  522. awk: ./wrapawk:27: warning: regexp escape sequence `\#' is not a known regexp operator
  523. /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto -MT libfakeroot.lo -MD -MP -MF .deps/libfakeroot.Tpo -c -o libfakeroot.lo libfakeroot.c
  524. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto -MT libfakeroot.lo -MD -MP -MF .deps/libfakeroot.Tpo -c libfakeroot.c  -fPIC -DPIC -o .libs/libfakeroot.o
  525. mv -f .deps/libfakeroot.Tpo .deps/libfakeroot.Plo
  526. /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64   -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto -MT libfakeroot_time64_la-libfakeroot_time64.lo -MD -MP -MF .deps/libfakeroot_time64_la-libfakeroot_time64.Tpo -c -o libfakeroot_time64_la-libfakeroot_time64.lo `test -f 'libfakeroot_time64.c' || echo './'`libfakeroot_time64.c
  527. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto -MT libfakeroot_time64_la-libfakeroot_time64.lo -MD -MP -MF .deps/libfakeroot_time64_la-libfakeroot_time64.Tpo -c libfakeroot_time64.c  -fPIC -DPIC -o .libs/libfakeroot_time64_la-libfakeroot_time64.o
  528. In file included from libfakeroot_time64.c:19:
  529. wrapped.h:227:97: warning: 'struct statx' declared inside parameter list will not be visible outside of this definition or declaration
  530.   227 | extern int (*next_statx)(int dir_fd, const char *pathname, int flags, unsigned int mask, struct statx *buf);
  531.       |                                                                                                 ^~~~~
  532. mv -f .deps/libfakeroot_time64_la-libfakeroot_time64.Tpo .deps/libfakeroot_time64_la-libfakeroot_time64.Plo
  533. /bin/sh ./libtool  --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now          -Wl,-z,pack-relative-relocs -flto=auto -o libfakeroot_time64.la  libfakeroot_time64_la-libfakeroot_time64.lo  -lpthread -ldl
  534. libtool: link: ar cr .libs/libfakeroot_time64.a .libs/libfakeroot_time64_la-libfakeroot_time64.o
  535. libtool: link: ranlib .libs/libfakeroot_time64.a
  536. libtool: link: ( cd ".libs" && rm -f "libfakeroot_time64.la" && ln -s "../libfakeroot_time64.la" "libfakeroot_time64.la" )
  537. /bin/sh ./libtool  --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto -release 0 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now          -Wl,-z,pack-relative-relocs -flto=auto -o libfakeroot.la -rpath /usr/lib/libfakeroot libfakeroot.lo libfakeroot_time64.la libcommunicate.la  -lpthread -ldl
  538. libtool: link: gcc -shared  -fPIC -DPIC  .libs/libfakeroot.o  -Wl,--whole-archive ./.libs/libfakeroot_time64.a ./.libs/libcommunicate.a -Wl,--no-whole-archive  -lpthread -ldl  -march=x86-64 -mtune=generic -O2 -Werror=format-security -mno-omit-leaf-frame-pointer -g -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,pack-relative-relocs -flto=auto   -Wl,-soname -Wl,libfakeroot-0.so -o .libs/libfakeroot-0.so
  539. libtool: link: (cd ".libs" && rm -f "libfakeroot.so" && ln -s "libfakeroot-0.so" "libfakeroot.so")
  540. libtool: link: ( cd ".libs" && rm -f "libfakeroot.la" && ln -s "../libfakeroot.la" "libfakeroot.la" )
  541. /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto -MT libfakeroot_inode64.lo -MD -MP -MF .deps/libfakeroot_inode64.Tpo -c -o libfakeroot_inode64.lo libfakeroot_inode64.c
  542. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto -MT libfakeroot_inode64.lo -MD -MP -MF .deps/libfakeroot_inode64.Tpo -c libfakeroot_inode64.c  -fPIC -DPIC -o .libs/libfakeroot_inode64.o
  543. mv -f .deps/libfakeroot_inode64.Tpo .deps/libfakeroot_inode64.Plo
  544. /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto -MT libfakeroot_unix2003.lo -MD -MP -MF .deps/libfakeroot_unix2003.Tpo -c -o libfakeroot_unix2003.lo libfakeroot_unix2003.c
  545. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto -MT libfakeroot_unix2003.lo -MD -MP -MF .deps/libfakeroot_unix2003.Tpo -c libfakeroot_unix2003.c  -fPIC -DPIC -o .libs/libfakeroot_unix2003.o
  546. mv -f .deps/libfakeroot_unix2003.Tpo .deps/libfakeroot_unix2003.Plo
  547. /bin/sh ./libtool  --tag=CC   --mode=link gcc  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/dmirtillo/.cache/yay/fakeroot-tcp/src=/usr/src/debug/fakeroot-tcp -flto=auto  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now          -Wl,-z,pack-relative-relocs -flto=auto -o libmacosx.la  libfakeroot_inode64.lo libfakeroot_unix2003.lo  -lpthread -ldl
  548. libtool: link: ar cr .libs/libmacosx.a .libs/libfakeroot_inode64.o .libs/libfakeroot_unix2003.o
  549. libtool: link: ranlib .libs/libmacosx.a
  550. libtool: link: ( cd ".libs" && rm -f "libmacosx.la" && ln -s "../libmacosx.la" "libmacosx.la" )
  551. make[2]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34'
  552. make[1]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34'
  553. ==> Entering fakeroot environment...
  554. ==> Starting package()...
  555. Making install in doc
  556. make[1]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc'
  557. Making install in de
  558. make[2]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/de'
  559. make[3]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/de'
  560. make[3]: Nothing to be done for 'install-exec-am'.
  561.  /usr/sbin/mkdir -p '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/share/man/de/man1'
  562.  /usr/bin/install -c -m 644 faked.1 fakeroot.1 '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/share/man/de/man1'
  563. make[3]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/de'
  564. make[2]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/de'
  565. Making install in es
  566. make[2]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/es'
  567. make[3]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/es'
  568. make[3]: Nothing to be done for 'install-exec-am'.
  569.  /usr/sbin/mkdir -p '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/share/man/es/man1'
  570.  /usr/bin/install -c -m 644 faked.1 fakeroot.1 '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/share/man/es/man1'
  571. make[3]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/es'
  572. make[2]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/es'
  573. Making install in fr
  574. make[2]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/fr'
  575. make[3]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/fr'
  576. make[3]: Nothing to be done for 'install-exec-am'.
  577.  /usr/sbin/mkdir -p '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/share/man/fr/man1'
  578.  /usr/bin/install -c -m 644 fakeroot.1 faked.1 '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/share/man/fr/man1'
  579. make[3]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/fr'
  580. make[2]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/fr'
  581. Making install in nl
  582. make[2]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/nl'
  583. make[3]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/nl'
  584. make[3]: Nothing to be done for 'install-exec-am'.
  585.  /usr/sbin/mkdir -p '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/share/man/nl/man1'
  586.  /usr/bin/install -c -m 644 fakeroot.1 faked.1 '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/share/man/nl/man1'
  587. make[3]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/nl'
  588. make[2]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/nl'
  589. Making install in pt
  590. make[2]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/pt'
  591. make[3]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/pt'
  592. make[3]: Nothing to be done for 'install-exec-am'.
  593.  /usr/sbin/mkdir -p '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/share/man/pt/man1'
  594.  /usr/bin/install -c -m 644 fakeroot.1 faked.1 '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/share/man/pt/man1'
  595. make[3]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/pt'
  596. make[2]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/pt'
  597. Making install in ro
  598. make[2]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/ro'
  599. make[3]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/ro'
  600. make[3]: Nothing to be done for 'install-exec-am'.
  601.  /usr/sbin/mkdir -p '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/share/man/ro/man1'
  602.  /usr/bin/install -c -m 644 faked.1 fakeroot.1 '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/share/man/ro/man1'
  603. make[3]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/ro'
  604. make[2]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/ro'
  605. Making install in sv
  606. make[2]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/sv'
  607. make[3]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/sv'
  608. make[3]: Nothing to be done for 'install-exec-am'.
  609.  /usr/sbin/mkdir -p '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/share/man/sv/man1'
  610.  /usr/bin/install -c -m 644 faked.1 fakeroot.1 '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/share/man/sv/man1'
  611. make[3]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/sv'
  612. make[2]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc/sv'
  613. make[2]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc'
  614. make[3]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc'
  615. make[3]: Nothing to be done for 'install-exec-am'.
  616.  /usr/sbin/mkdir -p '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/share/man/man1'
  617.  /usr/bin/install -c -m 644 faked.1 fakeroot.1 '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/share/man/man1'
  618. make[3]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc'
  619. make[2]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc'
  620. make[1]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/doc'
  621. Making install in scripts
  622. make[1]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/scripts'
  623. make[2]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/scripts'
  624.  /usr/sbin/mkdir -p '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/bin'
  625.  /usr/bin/install -c fakeroot '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/bin'
  626. make[2]: Nothing to be done for 'install-data-am'.
  627. make[2]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/scripts'
  628. make[1]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/scripts'
  629. Making install in test
  630. make[1]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/test'
  631. make[2]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/test'
  632. make[2]: Nothing to be done for 'install-exec-am'.
  633. make[2]: Nothing to be done for 'install-data-am'.
  634. make[2]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/test'
  635. make[1]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34/test'
  636. make[1]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34'
  637. CONFIG_FILES= CONFIG_HEADERS= /bin/sh ./config.status
  638. config.status: executing depfiles commands
  639. config.status: executing libtool commands
  640. make[2]: Entering directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34'
  641. CONFIG_FILES= CONFIG_HEADERS= /bin/sh ./config.status
  642. config.status: executing depfiles commands
  643. config.status: executing libtool commands
  644.  /usr/sbin/mkdir -p '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/lib/libfakeroot'
  645.  /bin/sh ./libtool   --mode=install /usr/bin/install -c   libfakeroot.la '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/lib/libfakeroot'
  646. libtool: install: /usr/bin/install -c .libs/libfakeroot-0.so /home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/lib/libfakeroot/libfakeroot-0.so
  647. libtool: install: (cd /home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/lib/libfakeroot && { ln -s -f libfakeroot-0.so libfakeroot.so || { rm -f libfakeroot.so && ln -s libfakeroot-0.so libfakeroot.so; }; })
  648. libtool: install: /usr/bin/install -c .libs/libfakeroot.lai /home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/lib/libfakeroot/libfakeroot.la
  649. libtool: warning: remember to run 'libtool --finish /usr/lib/libfakeroot'
  650.  /usr/sbin/mkdir -p '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/bin'
  651.   /bin/sh ./libtool   --mode=install /usr/bin/install -c faked '/home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/bin'
  652. libtool: install: /usr/bin/install -c faked /home/dmirtillo/.cache/yay/fakeroot-tcp/pkg/fakeroot-tcp/usr/bin/faked
  653. make[2]: Nothing to be done for 'install-data-am'.
  654. make[2]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34'
  655. make[1]: Leaving directory '/home/dmirtillo/.cache/yay/fakeroot-tcp/src/fakeroot-1.34'
  656. libfakeroot: read: socket is closed
  657. /usr/sbin/fakeroot: line 1: kill: (30950) - No such process
  658.  -> error making: fakeroot-tcp-exit status 1
  659.  -> Failed to install the following packages. Manual intervention is required:
  660. fakeroot-tcp - exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement