Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile:19: recipe for target 'target/tools/dsdgen' failed make: *** [target/tools/dsdgen] Error 1 #16

Open
yekebit opened this issue Jan 4, 2024 · 0 comments

Comments

@yekebit
Copy link

yekebit commented Jan 4, 2024

I get an error when I run “./tpcds-build.sh” on the command line. Can you help me see how to avoid this error?
The details output in terminal is as follows.

zeng@slave5:$ cd hive-benchmark/
zeng@slave5:
/hive-benchmark$ ./tpcds-build.sh
Building TPC-DS Data Generator
test -d target/tools/ || (cd target; unzip tpcds_kit.zip)
test -d target/tools/ || (cd target; mv /tools tools)
cd target/tools; cat ../../patches/all/
.patch | patch -p0
patching file print.c
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file print.c.rej
patching file r_params.c
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file r_params.c.rej
patching file w_store_sales.h
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file w_store_sales.h.rej
Makefile:19: recipe for target 'target/tools/dsdgen' failed
make: *** [target/tools/dsdgen] Error 1
TPC-DS Data Generator built, you can now use tpcds-setup.sh to generate data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant