pdidev / pdi

The PDI Data Interface
https://pdi.dev
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

JSON plugin : undefined symbol - Job Failed #89092 #444

Closed jbigot closed 2 months ago

jbigot commented 1 year ago

In GitLab by @fxmordant on Oct 17, 2023, 12:12

According to the error, the plugin cannot compile because a symbol is missing. This appears to be related to the include of filesystem.

Job [#89092](https://gitlab.maisondelasimulation.fr/pdidev/pdi/-/jobs/89092) failed for 9f48c2966017eab5411993ba759d845a34e5e1df:
[PDI][NOINIT] *** Fatal error: Plugin_error: Unable to load plugin 'json': \
  \* unable to load '/tmpfs/JSON_PLUGIN/src/JSON_PLUGIN_pkg-build/libpdi_json_plugin.so' /tmpfs/JSON_PLUGIN/src/JSON_PLUGIN_pkg-build/libpdi_json_plugin.so: undefined symbol: _ZNSt12experimental10filesystem2v17__cxx114path14_M_split_cmptsEv,
jbigot commented 1 year ago

In GitLab by @fxmordant on Oct 17, 2023, 12:14

created branch 444-json-plugin-undefined-symbol-job-failed-89092 to address this issue