Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ulysses@dell-tower-artem:~/Documents/relational/raicode$ nix-shell --pure
- these derivations will be built:
- /nix/store/vf6x5nhvihrppa9gm9fjay58vyqmhm1n-tpch-dbgen-delve.drv
- building '/nix/store/vf6x5nhvihrppa9gm9fjay58vyqmhm1n-tpch-dbgen-delve.drv'...
- unpacking sources
- unpacking source archive /nix/store/csxklp5h0cx2pcsks5zw3s6hmpq0mn16-dbgen
- source root is dbgen
- patching sources
- configuring
- no configure script, doing nothing
- building
- build flags: SHELL=/nix/store/a9i0a06gcs8w9fj9nghsl0b6vvqpzpi4-bash-4.4-p23/bin/bash CC=cc MACHINE=LINUX
- cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o build.o build.c
- In file included from build.c:45:0:
- build.c: In function 'mk_time':
- dss.h:488:14: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
- sprintf(tgt, "19%02d-%02d-%02d", yr, mn, dy)
- ^
- build.c:420:2: note: in expansion of macro 'PR_DATE'
- PR_DATE(t->alpha, y, m,
- ^~~~~~~
- dss.h:488:14: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=]
- sprintf(tgt, "19%02d-%02d-%02d", yr, mn, dy)
- ^
- build.c:420:2: note: in expansion of macro 'PR_DATE'
- PR_DATE(t->alpha, y, m,
- ^~~~~~~
- dss.h:488:14: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=]
- sprintf(tgt, "19%02d-%02d-%02d", yr, mn, dy)
- ^
- build.c:420:2: note: in expansion of macro 'PR_DATE'
- PR_DATE(t->alpha, y, m,
- ^~~~~~~
- cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o driver.o driver.c
- driver.c: In function 'gen_tbl':
- driver.c:368:41: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=]
- printf("\nSeeds for %s at rowcount %ld\n", tdefs[tnum].comment, i);
- ~~^
- %lld
- driver.c: In function 'partial':
- driver.c:428:53: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=]
- fprintf (stderr, "\tStarting to load stage %d of %d for %s...",
- ~^
- %ld
- driver.c: In function 'main':
- driver.c:754:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
- "Generating update pair #%d for %s",
- ~^
- %ld
- upd_num + 1, tdefs[ORDER_LINE].comment);
- ~~~~~~~~~~~
- cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o bm_utils.o bm_utils.c
- bm_utils.c: In function 'yes_no':
- bm_utils.c:158:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
- fgets(reply, 128, stdin);
- ^~~~~~~~~~~~~~~~~~~~~~~~
- cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o rnd.o rnd.c
- rnd.c: In function 'row_stop':
- rnd.c:131:55: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=]
- fprintf(stderr, "\nSEED CHANGE: seed[%d].usage = %d\n",
- ~^
- %lld
- i, Seed[i].usage);
- ~~~~~~~~~~~~~
- rnd.c: In function 'dump_seeds':
- rnd.c:154:17: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=]
- printf("%d(%ld):\t%ld\n", i, Seed[i].nCalls, Seed[i].value);
- ~~^ ~~~~~~~~~~~~~~
- %lld
- rnd.c:154:24: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'long long int' [-Wformat=]
- printf("%d(%ld):\t%ld\n", i, Seed[i].nCalls, Seed[i].value);
- ~~^ ~~~~~~~~~~~~~
- %lld
- cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o print.o print.c
- print.c: In function 'dbg_print':
- print.c:138:22: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=]
- fprintf(target, "%ld.%02ld", dollars, cents);
- ~~^
- %d
- print.c:138:28: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=]
- fprintf(target, "%ld.%02ld", dollars, cents);
- ~~~~^
- %02d
- cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o load_stub.o load_stub.c
- cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o bcd2.o bcd2.c
- cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o speed_seed.o speed_seed.c
- cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o text.o text.c
- cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o permute.o permute.c
- cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o rng64.o rng64.c
- 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
- cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o qgen.o qgen.c
- qgen.c: In function 'qsub':
- qgen.c:194:29: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
- printf("%.*s", cptr - mark + 2, mark);
- ~~^~ ~~~~~~~~~~~~~~~
- qgen.c: In function 'main':
- qgen.c:486:34: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
- sprintf(qname, "%d", SEQUENCE(snum, atoi(av[i])));
- ~^
- %ld
- qgen.c:493:34: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
- sprintf(qname, "%d", SEQUENCE(snum, i));
- ~^
- %ld
- cc -g -DDBNAME=\"dss\" -DLINUX -DSQLSERVER -DTPCH -DRNG_TEST -D_FILE_OFFSET_BITS=64 -DEOL_HANDLING -c -o varsub.o varsub.c
- 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
- installing
- post-installation fixup
- shrinking RPATHs of ELF executables and libraries in /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve
- shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/permute.o
- wrong ELF type
- shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/rng64.o
- wrong ELF type
- shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/bm_utils.o
- wrong ELF type
- shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/qgen-delve
- shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/speed_seed.o
- wrong ELF type
- shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/text.o
- wrong ELF type
- shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/driver.o
- wrong ELF type
- shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/varsub.o
- wrong ELF type
- shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/print.o
- wrong ELF type
- shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/dbgen-delve
- shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/rnd.o
- wrong ELF type
- shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/build.o
- wrong ELF type
- shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/load_stub.o
- wrong ELF type
- shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/qgen.o
- wrong ELF type
- shrinking /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/tpch/bcd2.o
- wrong ELF type
- strip is /nix/store/b0yc8vswfzcanhdm6dgmfmdcgjmxvxa0-binutils-2.30/bin/strip
- stripping (with command strip and flags -S) in /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve/bin
- patching script interpreter paths in /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve
- /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"
- /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"
- checking for references to /build in /nix/store/wzpc97cxfcnzxzd35iixgsc0ky3fxqkh-tpch-dbgen-delve...
- wrong ELF type
- wrong ELF type
- wrong ELF type
- wrong ELF type
- wrong ELF type
- wrong ELF type
- wrong ELF type
- wrong ELF type
- wrong ELF type
- wrong ELF type
- wrong ELF type
- wrong ELF type
- wrong ELF type
Add Comment
Please, Sign In to add comment