Issue 71806
Summary I have no words
Labels
Assignees
Reporter AnonymousRonin
    Just a small sample of what every build looks like.  Every build is the same way. Wrong commands, poorly formatted, and overall just a huge steaming pile of crap.  Tine to go check out LLAMA and see if they have their shit together.




CMake Error at CMakeLists.txt:8:
  Parse error.  Expected a command name, got left paren with text "(". 
 
 
-- Configuring incomplete, errors occurred!

ghost@skynet:~/llvm-project/llvm/test/build2$ cd ..

ghost@skynet:~/llvm-project/llvm/test$ sudo nano CMakeLists.txt
[sudo] password for ghost: 

ghost@skynet:~/llvm-project/llvm/test$ cd build2

ghost@skynet:~/llvm-project/llvm/test/build2$ cmake ..
CMake Error at CMakeLists.txt:7:
  Parse error.  Expected a command name, got left paren with text "(". 
 
 
-- Configuring incomplete, errors occurred!

ghost@skynet:~/llvm-project/llvm/test/build2$ cd .

ghost@skynet:~/llvm-project/llvm/test/build2$ cd ..

ghost@skynet:~/llvm-project/llvm/test$ sudo nano CMakeLists.txt

ghost@skynet:~/llvm-project/llvm/test$ cd build2

ghost@skynet:~/llvm-project/llvm/test/build2$ cmake ..
CMake Error at CMakeLists.txt:34 (configure_lit_site_cfg):
  Unknown CMake command "configure_lit_site_cfg". 
 
 
-- Configuring incomplete, errors occurred!

ghost@skynet:~/llvm-project/llvm/test/build2$ cd ..

ghost@skynet:~/llvm-project/llvm/test$  sudo nano CMakeLists.txt

ghost@skynet:~/llvm-project/llvm/test$ sudo nano CMakeLists.txt

ghost@skynet:~/llvm-project/llvm/test$ cd build2

ghost@skynet:~/llvm-project/llvm/test/build2$ cmake ..
CMake Warning (dev) at CMakeLists.txt:34 (configure_file):
  configure_file called with unknown argument(s): 
 
   MAIN_CONFIG 
   /home/ghost/llvm-project/llvm/test/lit.cfg.py 
   PATHS 
 CMAKE_OSX_SYSROOT 
   LLVM_SOURCE_DIR 
   LLVM_BINARY_DIR 
   LLVM_TOOLS_DIR 
   LLVM_LIBS_DIR 
 SHLIBDIR 
 
This warning is for project developers.  Use -Wno-dev to suppress it. 
 
CMake Warning (dev) at CMakeLists.txt:47 (configure_file):
  configure_file called with unknown argument(s): 
 
   MAIN_CONFIG 
   /home/ghost/llvm-project/llvm/test/Unit/lit.cfg.py 
   PATHS 
   LLVM_SOURCE_DIR 
 LLVM_BINARY_DIR 
   LLVM_TOOLS_DIR 
   SHLIBDIR 
 
This warning is for project developers.  Use -Wno-dev to suppress it. 
 
CMake Error at CMakeLists.txt:239 (add_lit_testsuite):
  Unknown CMake command "add_lit_testsuite". 
 
 
-- Configuring incomplete, errors occurred!


_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to