gz-transport icon indicating copy to clipboard operation
gz-transport copied to clipboard

CMake (3.11.3) error in evaluation files cmdtransport and cmdlog

Open osrf-migration opened this issue 5 years ago • 3 comments

Original report (archived issue) by Jose Luis Rivero (Bitbucket: Jose Luis Rivero, GitHub: j-rivero).


The Window build using cmake (3.11.3) detected an error with multiple evaluation of a generated configuration files in test/lib/ruby/ignition/cmdtransport5.rb and test/lib/ruby/ignition/cmdlog5.rb. I can not find were is the origin of the multiple evaluation but if I comment the file generate command the error is gone (bbdccb410b6ac63fb7174ca346739358f36a4396).

https://build.osrfoundation.org/job/ign_gui_win/25/consoleFull

CMake Error in src/cmd/CMakeLists.txt:
  Evaluation file to be written multiple times with different content.  This
  is generally caused by the content evaluating the configuration type,
  language, or location of object files:

   D:/Jenkins/workspace/ign_gui_win/ws/build/ignition-transport5/test/lib/ruby/ignition/cmdtransport5.rb

CMake Error in log/src/cmd/CMakeLists.txt:
  Evaluation file to be written multiple times with different content.  This
  is generally caused by the content evaluating the configuration type,
  language, or location of object files:

   D:/Jenkins/workspace/ign_gui_win/ws/build/ignition-transport5/log/test/lib/ruby/ignition/cmdlog5.rb

osrf-migration avatar Aug 22 '18 17:08 osrf-migration