-
Notifications
You must be signed in to change notification settings - Fork 349
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
build_dependencies.py script and libvshadow (pyvshadow) #97
Comments
Building libvshadow has worked for me before.
The msbuild.log is recreated per build of an individual dependency (at least those that use msbuild). What output does the script return to you? |
Ping @dnides any additional input? |
will try again tomorrow. |
Moving dependency script to https://github.com/log2timeline/devtools |
I pulled down latest build.py from devtools location and ran. Below is console output of how far it got. creating build\bdist.win32 c:\plaso build\plaso\plaso\devtools> ---------below is a snippet from msbuild.log-----------
Time Elapsed 00:01:17.94 |
Why? You had the original error with the current versions of the scripts. This way you are less likely to reproduce the error. Since I don't have much info to go on, regarding the original report I cannot do much there. The issue the script reports is:
And the msbuild.log file contains a successful libregf build. |
Because you said "Moving dependency script to https://github.com/log2timeline/devtools". Assumed this is what you wanted since that's all you said. Do you want me to try the build_dependencies.py script again? The msbuild.log contains no reference to libsigscan. How can I help you debug why it is failing on libsigscan? |
No it was just an FYI that longer term I'll remove the code from plaso and maintain it there.
Not much at the moment, I was more interested in the lack of libvshadow but if the build script did not finish the first time that would explain it. |
It likely was skipped. Closing issue this should be fixed now, cannot do anything about the original issue without the corresponding logs. |
Windows 8.1 x64, running build_dependicies.py script, appears everything completes as expected with the exception of libvshadow (pyvshadow). I do not see the source folder or the MSI in the output directory. I did a search in the msbuild.log for the string "shadow" and did not see any reference to libvshadow (pyvshadow). Does this work for anyone else?
The text was updated successfully, but these errors were encountered: