Advertisement
Guest User

Untitled

a guest
May 11th, 2018
511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.67 KB | None | 0 0
  1. ==> Starting pkgver()...
  2. ==> Updated version: linux-zen-git 4.16.8+740063+gf93e2303b6d0-1
  3. ==> Removing existing $pkgdir/ directory...
  4. ==> Starting build()...
  5. ==> Cleaning build directory, and backing up kernel config to srcdir/zen-config-bak...
  6. In file included from scripts/kconfig/zconf.tab.c:2485:
  7. /home/best/aur/linux-zen-git/src/zen-kernel/scripts/kconfig/confdata.c: In function ‘conf_write’:
  8. /home/best/aur/linux-zen-git/src/zen-kernel/scripts/kconfig/confdata.c:773:22: warning: ‘%s’ directive writing likely 7 or more bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  9.   sprintf(newname, "%s%s", dirname, basename);
  10.                       ^~
  11. /home/best/aur/linux-zen-git/src/zen-kernel/scripts/kconfig/confdata.c:773:19: note: assuming directive output of 7 bytes
  12.   sprintf(newname, "%s%s", dirname, basename);
  13.                    ^~~~~~
  14. In file included from /usr/include/stdio.h:862,
  15.                  from scripts/kconfig/zconf.tab.c:74:
  16. /usr/include/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output 1 or more bytes (assuming 4104) into a destination of size 4097
  17.    return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
  18.           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  19.        __bos (__s), __fmt, __va_arg_pack ());
  20.        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  21. In file included from scripts/kconfig/zconf.tab.c:2485:
  22. /home/best/aur/linux-zen-git/src/zen-kernel/scripts/kconfig/confdata.c:776:23: warning: ‘.tmpconfig.’ directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  23.    sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid());
  24.                        ^~~~~~~~~~~
  25. In file included from /usr/include/stdio.h:862,
  26.                  from scripts/kconfig/zconf.tab.c:74:
  27. /usr/include/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 13 and 4119 bytes into a destination of size 4097
  28.    return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
  29.           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  30.        __bos (__s), __fmt, __va_arg_pack ());
  31.        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  32. ==> Using backed up config from previous build directory.
  33.   -> Updating output directory Makefile...
  34. make: Entering directory '/home/best/aur/linux-zen-git/src/zen-kernel'
  35. make[1]: Entering directory '/home/best/aur/linux-zen-git/src/build'
  36.   GEN     ./Makefile
  37. scripts/kconfig/conf  --silentoldconfig Kconfig
  38.   GEN     ./Makefile
  39. make[1]: Leaving directory '/home/best/aur/linux-zen-git/src/build'
  40. make: Leaving directory '/home/best/aur/linux-zen-git/src/zen-kernel'
  41. ==> WARNING: Press ENTER if you want to build the kernel or CTRL+C to abort...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement