DependableSystemsLab / LLFI

LLFI is an LLVM based fault injection tool, that injects faults into the LLVM IR of the application source code. The faults can be injected into specific program points, and the effect can be easily tracked back to the source code. Please refer to the paper below. NOTE: If you publish a paper using LLFI, please add it to PaperLLFI.bib
http://blogs.ubc.ca/karthik/2014/02/23/quantifying-the-accuracy-of-high-level-fault-injection-techniques/
Other
68 stars 35 forks source link

LLFI Installation error #79

Closed 1Husin-Alhaj closed 8 years ago

1Husin-Alhaj commented 8 years ago

hi for all, I read the information about how we can install LLFI automatically and carried out the installation instruction strictly. unfortunately, for more than five attempts, error still appears. here are some information about my system and what I did : 1- my OS is Linux Ubuntu 15.04 32bit 2- first, I've installed all dependencies (Cmake, Python, JDK, tcsh,) (cmake and tcsh installed them from Ubuntu software enter) 3- when I launched the InstallLLFI.py file ... all things had been done correctly

Inline image 1 image

Inline image 2 image

Inline image 3 image

Inline image 4

image

about 2 hour ... this error occurred image

Inline image 5

which Python Yaml module, LLFI request me to install it ? I installed yaml which founded in the same folder : (pyyamlsrc)

Inline image 6 image

and repeated the attempt but error still appeared. I went to Ubuntu software center and installed : YAML parser and emitter for Python & YAML parser and emitter for Python (debug build)

please, any help will make me happy Alhaj with regards