Skip to content

Instantly share code, notes, and snippets.

@tlindner
Created April 15, 2019 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlindner/0814dda52b6e456c78344f19aad77e50 to your computer and use it in GitHub Desktop.
Save tlindner/0814dda52b6e456c78344f19aad77e50 to your computer and use it in GitHub Desktop.
iMac:tests tlindner$ ./run-cpp_stl_98
init_file_lists
init_file_list: SPEC_SOURCES in /Users/tlindner/Projects/git/kaitai_struct/tests/compiled/cpp_stl_98/bin/spec_files.cmake => 150 entries
init_file_list: KS_SOURCES in /Users/tlindner/Projects/git/kaitai_struct/tests/compiled/cpp_stl_98/bin/compiled_files.cmake => 159 entries
init_cmake
cmake_cli = ["cmake", "-DCMAKE_BUILD_TYPE=Debug", "-DINC1_PATH=/Users/tlindner/Projects/git/kaitai_struct/tests/compiled/cpp_stl_98/bin/spec_files.cmake", "-DINC2_PATH=/Users/tlindner/Projects/git/kaitai_struct/tests/compiled/cpp_stl_98/bin/compiled_files.cmake", "-DKS_PATH=/Users/tlindner/Projects/git/kaitai_struct/tests/compiled/cpp_stl_98", "/Users/tlindner/Projects/git/kaitai_struct/tests/spec/cpp_stl_98"]
-- Boost version: 1.69.0
-- Found the following Boost libraries:
-- unit_test_framework
-- Configuring done
-- Generating done
-- Build files have been written to: /Volumes/WokringDriv/Projects/git/kaitai_struct/tests/compiled/cpp_stl_98/bin
build_all
...... Current directory: /Volumes/WokringDriv/Projects/git/kaitai_struct/tests/compiled/cpp_stl_98/bin
...... Current dir listing:
total 3072
drwxrwxrwx 1 tlindner staff 131072 Apr 15 16:17 .
drwxrwxrwx 1 tlindner staff 131072 Apr 15 16:07 ..
-rwxrwxrwx 1 tlindner staff 16889 Apr 15 16:20 CMakeCache.txt
drwxrwxrwx 1 tlindner staff 131072 Apr 15 16:18 CMakeFiles
-rwxrwxrwx 1 tlindner staff 623 Apr 15 16:20 CTestTestfile.cmake
-rwxrwxrwx 1 tlindner staff 514650 Apr 15 16:20 Makefile
-rwxrwxrwx 1 tlindner staff 1453 Apr 15 16:20 cmake_install.cmake
-rwxrwxrwx 1 tlindner staff 14207 Apr 15 16:20 compiled_files.cmake
-rwxrwxrwx 1 tlindner staff 13471 Apr 15 16:20 spec_files.cmake
compile_everything: Building project generated with CMake...
compile_failures_seq: Building project generated with CMake (sequentially)...
build_all: FAILED, trying to resolve by linking successfully compiled things...
link-cpp_stl: started
Link command template: "/Library/Developer/CommandLineTools/usr/bin/c++ -g -Wl,-search_paths_first -Wl,-headerpad_max_install_names @@@ -o ks_tests /usr/local/lib/libboost_unit_test_framework-mt.dylib /usr/lib/libz.dylib /usr/lib/libiconv.dylib \n"
... initialized
Linking attempt 1...
(stdout.size=0, stderr.size=592, status=#<Process::Status: pid 8975 exit 1>)
Failed with exitstatus=1, trying to remove offending files...
["test_io_local_var.cpp.o", "enum_to_i_class_border_1.cpp.o"]
Retrying...
Linking attempt 2...
(stdout.size=0, stderr.size=0, status=#<Process::Status: pid 8977 exit 0>)
Success.
Result: true
/Volumes/WokringDriv/Projects/git/kaitai_struct/tests/link-cpp_stl:107:in `<main>': unexpected return (LocalJumpError)
build_all: FAILED
./run-cpp_stl:30:in `run': Failed to finish a build (RuntimeError)
from ./run-cpp_stl:201:in `<main>'
iMac:tests tlindner$ edit /Volumes/WokringDriv/Projects/git/kaitai_struct/tests/link-cpp_stl:107
iMac:tests tlindner$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment