Advertisement
Guest User

Untitled

a guest
Apr 28th, 2018
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  2. ^~~~~~~
  3. gcc -c -O0 -ggdb -Wall -Wextra -I. -Ijansson/src -Ihttp-parser -o hiredis/async.o hiredis/async.c
  4. In file included from /nix/store/lb3kkvyylnbcxn5jad9i11szxlhkpkjq-glibc-2.27-dev/include/bits/libc-header-start.h:33:0,
  5. from /nix/store/lb3kkvyylnbcxn5jad9i11szxlhkpkjq-glibc-2.27-dev/include/stdlib.h:25,
  6. from hiredis/async.c:33:
  7. /nix/store/lb3kkvyylnbcxn5jad9i11szxlhkpkjq-glibc-2.27-dev/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  8. # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  9. ^~~~~~~
  10. gcc -c -O0 -ggdb -Wall -Wextra -I. -Ijansson/src -Ihttp-parser -o jansson/src/dump.o jansson/src/dump.c
  11. gcc -c -O0 -ggdb -Wall -Wextra -I. -Ijansson/src -Ihttp-parser -o jansson/src/error.o jansson/src/error.c
  12. gcc -c -O0 -ggdb -Wall -Wextra -I. -Ijansson/src -Ihttp-parser -o jansson/src/hashtable.o jansson/src/hashtable.c
  13. jansson/src/hashtable.c:65:21: warning: 'num_primes' defined but not used [-Wunused-const-variable=]
  14. static const size_t num_primes = sizeof(primes) / sizeof(size_t);
  15. ^~~~~~~~~~
  16. gcc -c -O0 -ggdb -Wall -Wextra -I. -Ijansson/src -Ihttp-parser -o jansson/src/load.o jansson/src/load.c
  17. gcc -c -O0 -ggdb -Wall -Wextra -I. -Ijansson/src -Ihttp-parser -o jansson/src/strbuffer.o jansson/src/strbuffer.c
  18. gcc -c -O0 -ggdb -Wall -Wextra -I. -Ijansson/src -Ihttp-parser -o jansson/src/utf.o jansson/src/utf.c
  19. gcc -c -O0 -ggdb -Wall -Wextra -I. -Ijansson/src -Ihttp-parser -o jansson/src/value.o jansson/src/value.c
  20. gcc -c -O0 -ggdb -Wall -Wextra -I. -Ijansson/src -Ihttp-parser -o jansson/src/variadic.o jansson/src/variadic.c
  21. gcc -c -O0 -ggdb -Wall -Wextra -I. -Ijansson/src -Ihttp-parser -o http-parser/http_parser.o http-parser/http_parser.c
  22. gcc -c -O0 -ggdb -Wall -Wextra -I. -Ijansson/src -Ihttp-parser -o b64/cencode.o b64/cencode.c
  23. b64/cencode.c: In function 'base64_encode_block':
  24. b64/cencode.c:50:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
  25. result = (fragment & 0x003) << 4;
  26. ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  27. b64/cencode.c:51:2: note: here
  28. case step_B:
  29. ^~~~
  30. b64/cencode.c:61:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
  31. result = (fragment & 0x00f) << 2;
  32. ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
  33. b64/cencode.c:62:2: note: here
  34. case step_C:
  35. ^~~~
  36. gcc -o webdis webdis.o cmd.o worker.o slog.o server.o acl.o md5/md5.o sha1/sha1.o http.o client.o websocket.o pool.o conf.o formats/json.o formats/raw.o formats/common.o formats/custom-type.o hiredis/hiredis.o hiredis/sds.o hiredis/net.o hiredis/async.o jansson/src/dump.o jansson/src/error.o jansson/src/hashtable.o jansson/src/load.o jansson/src/strbuffer.o jansson/src/utf.o
  37. jansson/src/value.o jansson/src/variadic.o http-parser/http_parser.o b64/cencode.o -levent -pthread
  38. installing
  39. install flags: install SHELL=/nix/store/xn5gv3lpfy91yvfy9b0i7klfcxh9xskz-bash-4.4-p19/bin/bash
  40. mkdir -p //usr/local
  41. mkdir: cannot create directory '//usr/local': Permission denied
  42. make: *** [Makefile:45: //usr/local] Error 1
  43. builder for '/nix/store/hz1x10dy2zyh3hrw1pi1nxj67phfl5fp-webdis.drv' failed with exit code 2
  44. error: build of '/nix/store/hz1x10dy2zyh3hrw1pi1nxj67phfl5fp-webdis.drv' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement