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

Compilation fails after dynamorio update #271

Open
sears-s opened this issue Oct 19, 2021 · 0 comments · May be fixed by #274
Open

Compilation fails after dynamorio update #271

sears-s opened this issue Oct 19, 2021 · 0 comments · May be fixed by #274
Assignees
Labels
bug Something isn't working reproduced We have reproduced the issue

Comments

@sears-s
Copy link
Contributor

sears-s commented Oct 19, 2021

When following the instructions for compiling for Ubuntu, compilation ends with the following error:

HEAD is now at e1968d9 Update LICENSE
-e [compiling] TestExecutorDynRio.cpp...
-e [compiling] GDBThreadCommunication.cpp...
-e [compiling] FluffiTestExecutor.cpp...
-e [compiling] TestcaseRunner.cpp...
In file included from /fluffi/dependencies/dynamorio/include/core/lib/globals_shared.h:74:0,
                 from /fluffi/TestcaseRunner/TestExecutorDynRio.h:47,
                 from /fluffi/TestcaseRunner/TestExecutorDynRio.cpp:26:
/fluffi/dependencies/dynamorio/include/core/lib/globals_api.h:783:18: fatal error: dr_mcxtx.h: No such file or directory
 #        include "dr_mcxtx.h"
                  ^~~~~~~~~~~~
compilation terminated.
make[1]: *** [Intel80386/buildtmp/runobj/TestExecutorDynRio.o] Error 1
make[1]: *** Waiting for unfinished jobs....
makefile:133: recipe for target 'Intel80386/buildtmp/runobj/TestExecutorDynRio.o' failed
makefile:133: recipe for target 'Intel80386/buildtmp/runobj/TestcaseRunner.o' failed
In file included from /fluffi/TestcaseRunner/TestcaseRunner.cpp:34:0:
/fluffi/SharedCode/Util.h:31:10: fatal error: uuid.h: No such file or directory
 #include "uuid.h"
          ^~~~~~~~
compilation terminated.
make[1]: *** [Intel80386/buildtmp/runobj/TestcaseRunner.o] Error 1
makefile:100: recipe for target 'all' failed
make: *** [all] Error 2
Sdocker run failed

The issue is resolved by reverting to commit fd9406b92f456998499703fb2d964c6e5151acea (commit before updating dynamorio).

@TeamFLUFFI TeamFLUFFI added bug Something isn't working reproduced We have reproduced the issue labels Oct 29, 2021
@sears-s sears-s linked a pull request Jun 29, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working reproduced We have reproduced the issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants