ulysses4ever

Untitled

Jan 29th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.45 KB | None | 0 0
  1. ulysses@dell-tower-artem:~/Documents/relational/raicode$ nix-shell --pure
  2. these derivations will be built:
  3. /nix/store/vf6x5nhvihrppa9gm9fjay58vyqmhm1n-tpch-dbgen-delve.drv
  4. building '/nix/store/vf6x5nhvihrppa9gm9fjay58vyqmhm1n-tpch-dbgen-delve.drv'...
  5. unpacking sources
  6. unpacking source archive /nix/store/csxklp5h0cx2pcsks5zw3s6hmpq0mn16-dbgen
  7. source root is dbgen
  8. patching sources
  9. configuring
  10. no configure script, doing nothing
  11. building
  12. build flags: SHELL=/nix/store/a9i0a06gcs8w9fj9nghsl0b6vvqpzpi4-bash-4.4-p23/bin/bash CC=cc MACHINE=LINUX
  13. cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o build.o build.c
  14. In file included from build.c:45:0:
  15. build.c: In function 'mk_time':
  16. dss.h:488:14: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
  17. sprintf(tgt, "19%02d-%02d-%02d", yr, mn, dy)
  18. ^
  19. build.c:420:2: note: in expansion of macro 'PR_DATE'
  20. PR_DATE(t->alpha, y, m,
  21. ^~~~~~~
  22. dss.h:488:14: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=]
  23. sprintf(tgt, "19%02d-%02d-%02d", yr, mn, dy)
  24. ^
  25. build.c:420:2: note: in expansion of macro 'PR_DATE'
  26. PR_DATE(t->alpha, y, m,
  27. ^~~~~~~
  28. dss.h:488:14: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=]
  29. sprintf(tgt, "19%02d-%02d-%02d", yr, mn, dy)
  30. ^
  31. build.c:420:2: note: in expansion of macro 'PR_DATE'
  32. PR_DATE(t->alpha, y, m,
  33. ^~~~~~~
  34. cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o driver.o driver.c
  35. driver.c: In function 'gen_tbl':
  36. driver.c:368:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=]
  37. printf("\nSeeds for %s at rowcount %ld\n", tdefs[tnum].comment, i);
  38. ~~^
  39. %lld
  40. driver.c: In function 'partial':
  41. driver.c:428:53: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=]
  42. fprintf (stderr, "\tStarting to load stage %d of %d for %s...",
  43. ~^
  44. %ld
  45. driver.c: In function 'main':
  46. driver.c:754:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
  47. "Generating update pair #%d for %s",
  48. ~^
  49. %ld
  50. upd_num + 1, tdefs[ORDER_LINE].comment);
  51. ~~~~~~~~~~~
  52. cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o bm_utils.o bm_utils.c
  53. bm_utils.c: In function 'yes_no':
  54. bm_utils.c:158:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  55. fgets(reply, 128, stdin);
  56. ^~~~~~~~~~~~~~~~~~~~~~~~
  57. cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o rnd.o rnd.c
  58. rnd.c: In function 'row_stop':
  59. rnd.c:131:55: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=]
  60. fprintf(stderr, "\nSEED CHANGE: seed[%d].usage = %d\n",
  61. ~^
  62. %lld
  63. i, Seed[i].usage);
  64. ~~~~~~~~~~~~~
  65. rnd.c: In function 'dump_seeds':
  66. rnd.c:154:17: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=]
  67. printf("%d(%ld):\t%ld\n", i, Seed[i].nCalls, Seed[i].value);
  68. ~~^ ~~~~~~~~~~~~~~
  69. %lld
  70. rnd.c:154:24: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'long long int' [-Wformat=]
  71. printf("%d(%ld):\t%ld\n", i, Seed[i].nCalls, Seed[i].value);
  72. ~~^ ~~~~~~~~~~~~~
  73. %lld
  74. cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o print.o print.c
  75. print.c: In function 'dbg_print':
  76. print.c:138:22: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=]
  77. fprintf(target, "%ld.%02ld", dollars, cents);
  78. ~~^
  79. %d
  80. print.c:138:28: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=]
  81. fprintf(target, "%ld.%02ld", dollars, cents);
  82. ~~~~^
  83. %02d
  84. cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o load_stub.o load_stub.c
  85. cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o bcd2.o bcd2.c
  86. cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o speed_seed.o speed_seed.c
  87. cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o text.o text.c
  88. cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o permute.o permute.c
  89. cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o rng64.o rng64.c
  90. cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -O -o dbgen-delve build.o driver.o bm_utils.o rnd.o print.o load_stub.o bcd2.o speed_seed.o text.o permute.o rng64.o -lm
  91. cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o qgen.o qgen.c
  92. qgen.c: In function 'qsub':
  93. qgen.c:194:29: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
  94. printf("%.*s", cptr - mark + 2, mark);
  95. ~~^~ ~~~~~~~~~~~~~~~
  96. qgen.c: In function 'main':
  97. qgen.c:486:34: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
  98. sprintf(qname, "%d", SEQUENCE(snum, atoi(av[i])));
  99. ~^
  100. %ld
  101. qgen.c:493:34: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
  102. sprintf(qname, "%d", SEQUENCE(snum, i));
  103. ~^
  104. %ld
  105. cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o varsub.o varsub.c
  106. cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -O -o qgen-delve build.o bm_utils.o qgen.o rnd.o varsub.o text.o bcd2.o permute.o speed_seed.o rng64.o -lm
  107. installing
  108. post-installation fixup
  109. shrinking RPATHs of ELF executables and libraries in /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve
  110. shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/permute.o
  111. wrong ELF type
  112. shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/rng64.o
  113. wrong ELF type
  114. shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/bm_utils.o
  115. wrong ELF type
  116. shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/qgen-delve
  117. shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/speed_seed.o
  118. wrong ELF type
  119. shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/text.o
  120. wrong ELF type
  121. shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/driver.o
  122. wrong ELF type
  123. shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/varsub.o
  124. wrong ELF type
  125. shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/print.o
  126. wrong ELF type
  127. shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/dbgen-delve
  128. shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/rnd.o
  129. wrong ELF type
  130. shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/build.o
  131. wrong ELF type
  132. shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/load_stub.o
  133. wrong ELF type
  134. shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/qgen.o
  135. wrong ELF type
  136. shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/bcd2.o
  137. wrong ELF type
  138. strip is /nix/store/b0yc8vswfzcanhdm6dgmfmdcgjmxvxa0-binutils-2.30/bin/strip
  139. stripping (with command strip and flags -S) in /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/bin
  140. patching script interpreter paths in /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve
  141. /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/bin/qgen-delve: interpreter directive changed from " /bin/sh" to "/nix/store/a9i0a06gcs8w9fj9nghsl0b6vvqpzpi4-bash-4.4-p23/bin/sh"
  142. /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/bin/dbgen-delve: interpreter directive changed from " /bin/sh" to "/nix/store/a9i0a06gcs8w9fj9nghsl0b6vvqpzpi4-bash-4.4-p23/bin/sh"
  143. checking for references to /build in /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve...
  144. wrong ELF type
  145. wrong ELF type
  146. wrong ELF type
  147. wrong ELF type
  148. wrong ELF type
  149. wrong ELF type
  150. wrong ELF type
  151. wrong ELF type
  152. wrong ELF type
  153. wrong ELF type
  154. wrong ELF type
  155. wrong ELF type
  156. wrong ELF type
Add Comment
Please, Sign In to add comment