-
Notifications
You must be signed in to change notification settings - Fork 340
Building in WSLv1 hangs at CPackRPM: #743
Comments
Hello @xrkk thanks for the bug report! The packages are not really required to build mcsema, so as a quick workaround you could comment out the It does seem like the packaging is causing the script to get stuck; in order to troubleshoot this, we could try to restart the packaging procedure manually so that we can increase verbosity of the CPack build step: 1 - Install remill Here we create a temporary directory where we can install the library using the DESTDIR environment variable:
2 - Run CPack The CPack project only needs the path where remill was installed and the library version. For this test, we will just pass a dummy version field
The log should help us get more insight on what is happening. An additional flag that can come in useful, if the log does not seem to produce enough output, is |
Comment out
Still hangs. (I executed above command right after |
Hello @xrkk thanks for testing this! It does seem to be a problem related to the |
Full stdout list: I searched stdout for keyword BTW: the hanging process can't be terminated with |
WSLv1 with Ubuntu 20.04, building follow instructions, and hangs at command
./remill/scripts/build.sh --llvm-version 9 --download-dir ./
.Last logs:
Any suggestions?
The text was updated successfully, but these errors were encountered: