Build:
- 0
2026-06-16 12:10.15: New job: build plplot.5.11.0-1 (b8c88af470b9)
2026-06-16 12:10.15: Waiting for resource in pool day11-builds
2026-06-16 12:48.42: Got resource from pool day11-builds
2026-06-16 12:48.42: [profile full] build plplot.5.11.0-1
2026-06-16 12:48.42: build plplot.5.11.0-1 (b8c88af470b9)
=== DEPENDENCIES (10 transitive) ===
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
conf-pkg-config.5 64c6b37d622b
conf-plplot.1 cda87d349acc
csexp.1.5.2 ec63db2dab31
dune.3.23.1 5402470d931c
dune-configurator.3.23.1 58f4a3f92083
ocaml.4.14.4 cb826ea44eb2
ocaml-base-compiler.4.14.4 d2f775f983d7
ocaml-config.2 669e0fcf9e4d
=== STDOUT ===
Processing: [default: loading data]
[plplot.5.11.0-1: dl]
[plplot.5.11.0-1: extract]
-> retrieved plplot.5.11.0-1 (https://opam.ocaml.org/cache)
[plplot: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "plplot" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/plplot.5.11.0-1)
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -O2 -I/usr/include/plplot -g -I /home/opam/.opam/default/lib/ocaml -o idlalloc.o -c idlalloc.c)
- idlalloc.c: In function 'camlidl_find_enum':
- idlalloc.c:35:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
- 35 | invalid_argument(errmsg);
- | ^~~~~~~~~~~~~~~
- idlalloc.c: In function 'camlidl_alloc_flag_list':
- idlalloc.c:47:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
- 47 | value v = alloc_small(2, 0);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- idlalloc.c: In function 'camlidl_register_allocation':
- idlalloc.c:73:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead
- 73 | stat_alloc(sizeof(struct camlidl_block_list));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- idlalloc.c: In function 'camlidl_malloc':
- idlalloc.c:95:13: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead
- 95 | void * res = stat_alloc(sz);
- | ^~~~~~~~~~~~~~~~~~
- idlalloc.c:96:13: warning: "stat_free" is deprecated: use "caml_stat_free" instead
- 96 | camlidl_register_allocation(stat_free, res, ctx);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- idlalloc.c: In function 'camlidl_free':
- idlalloc.c:108:13: warning: "stat_free" is deprecated: use "caml_stat_free" instead
- 108 | stat_free(tmp);
- | ^~~~~~~
- idlalloc.c: In function 'camlidl_malloc_string':
- idlalloc.c:114:13: warning: "string_length" is deprecated: use "caml_string_length" instead
- 114 | mlsize_t len = string_length(mlstring);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -O2 -I/usr/include/plplot -g -I /home/opam/.opam/default/lib/ocaml -o plplot_impl.o -c plplot_impl.c)
- In file included from /usr/include/plplot/plplotP.h:155,
- from plplot_impl.c:29:
- /usr/include/plplot/plstrm.h:786:13: warning: "string_length" is deprecated: use "caml_string_length" instead
- 786 | PLFLT string_length;
- | ^~~~~~~~~~~~~~~~~~
- plplot_impl.c: In function 'ml_plotter':
- plplot_impl.c:68:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 68 | pltr = caml_named_value( CAML_PLPLOT_PLOTTER_FUNC_NAME );
- | ^
- plplot_impl.c: In function 'ml_defined':
- plplot_impl.c:100:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 100 | defined = caml_named_value( CAML_PLPLOT_DEFINED_FUNC_NAME );
- | ^
- plplot_impl.c: In function 'ml_mapform':
- plplot_impl.c:122:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 122 | mapform = caml_named_value( CAML_PLPLOT_MAPFORM_FUNC_NAME );
- | ^
- plplot_impl.c: In function 'ml_labelfunc':
- plplot_impl.c:152:13: warning: "callback" is deprecated: use "caml_callback" instead
- 152 | static value * callback = NULL;
- | ^~~~~~~~~~~~~~~~~~~~~~~
- plplot_impl.c:153:13: warning: "callback" is deprecated: use "caml_callback" instead
- 153 | if ( callback == NULL )
- | ^~~~~~~~~~~~~~~
- plplot_impl.c:154:13: warning: "callback" is deprecated: use "caml_callback" instead
- 154 | callback = caml_named_value( CAML_PLPLOT_LABEL_FUNC_NAME );
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- plplot_impl.c:154:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 154 | callback = caml_named_value( CAML_PLPLOT_LABEL_FUNC_NAME );
- | ^
- plplot_impl.c:159:13: warning: "callback" is deprecated: use "caml_callback" instead
- 159 | caml_callback2( *callback, Val_int( axis - 1 ), caml_copy_double( n ) );
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- plplot_impl.c: In function 'ml_abort':
- plplot_impl.c:176:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 176 | handler = caml_named_value( CAML_PLPLOT_ABORT_FUNC_NAME );
- | ^
- plplot_impl.c: In function 'ml_exit':
- plplot_impl.c:195:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 195 | handler = caml_named_value( CAML_PLPLOT_EXIT_FUNC_NAME );
- | ^
- plplot_impl.c: In function 'ml_transform':
- plplot_impl.c:216:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 216 | transform = caml_named_value( CAML_PLPLOT_TRANSFORM_FUNC_NAME );
- | ^
- plplot_impl.c: In function 'get_ml_plotter_func':
- plplot_impl.c:235:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 235 | pltr = caml_named_value( CAML_PLPLOT_PLOTTER_FUNC_NAME );
- | ^
- plplot_impl.c: In function 'get_ml_defined_func':
- plplot_impl.c:252:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 252 | defined = caml_named_value( CAML_PLPLOT_DEFINED_FUNC_NAME );
- | ^
- plplot_impl.c: In function 'get_ml_mapform_func':
- plplot_impl.c:269:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 269 | mapform = caml_named_value( CAML_PLPLOT_MAPFORM_FUNC_NAME );
- | ^
- plplot_impl.c: In function 'ml_plslabelfunc':
- plplot_impl.c:289:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 289 | label = caml_named_value( CAML_PLPLOT_LABEL_FUNC_NAME );
- | ^
- plplot_impl.c: In function 'ml_plsabort':
- plplot_impl.c:311:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 311 | handler = caml_named_value( CAML_PLPLOT_ABORT_FUNC_NAME );
- | ^
- plplot_impl.c: In function 'ml_plsexit':
- plplot_impl.c:330:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 330 | handler = caml_named_value( CAML_PLPLOT_EXIT_FUNC_NAME );
- | ^
- plplot_impl.c: In function 'ml_plstransform':
- plplot_impl.c:351:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 351 | handler = caml_named_value( CAML_PLPLOT_TRANSFORM_FUNC_NAME );
- | ^
- plplot_impl.c: In function 'ml_plparseopts':
- plplot_impl.c:704:41: warning: passing argument 2 of 'c_plparseopts' from incompatible pointer type [-Wincompatible-pointer-types]
- 704 | result = plparseopts( &argv_length, c_argv, combined_parse_method );
- | ^~~~~~
- | |
- | const char **
- In file included from /usr/include/plplot/plplotP.h:151:
- /usr/include/plplot/plplot.h:2305:46: note: expected 'PLCHAR_NC_MATRIX' {aka 'char **'} but argument is of type 'const char **'
- 2305 | c_plparseopts( int *p_argc, PLCHAR_NC_MATRIX argv, PLINT mode );
- | ~~~~~~~~~~~~~~~~~^~~~
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -O2 -I/usr/include/plplot -g -I /home/opam/.opam/default/lib/ocaml -o plplot_core_stubs.o -c plplot_core_stubs.c)
- plplot_core_stubs.c: In function 'camlidl_ml2c_plplot_core_plplot3d_style':
- plplot_core_stubs.c:49:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
- 49 | (*_c2) = convert_flag_list(_v1, camlidl_transl_table_plplot_core_enum_1);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_c2ml_plplot_core_enum_plplot_bin_enum':
- plplot_core_stubs.c:81:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
- 81 | default: invalid_argument("enum plplot_bin_enum: bad enum plplot_bin_enum value");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_ml2c_plplot_core_plplot_bin_style':
- plplot_core_stubs.c:88:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
- 88 | (*_c2) = convert_flag_list(_v1, camlidl_transl_table_plplot_core_enum_2);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_ml2c_plplot_core_plplot_hist_style':
- plplot_core_stubs.c:122:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
- 122 | (*_c2) = convert_flag_list(_v1, camlidl_transl_table_plplot_core_enum_3);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_c2ml_plplot_core_enum_plplot_run_level_enum':
- plplot_core_stubs.c:154:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
- 154 | default: invalid_argument("enum plplot_run_level_enum: bad enum plplot_run_level_enum value");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_ml2c_plplot_core_plplot_position_opt':
- plplot_core_stubs.c:198:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
- 198 | (*_c2) = convert_flag_list(_v1, camlidl_transl_table_plplot_core_enum_5);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_ml2c_plplot_core_plplot_legend_opt':
- plplot_core_stubs.c:235:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
- 235 | (*_c2) = convert_flag_list(_v1, camlidl_transl_table_plplot_core_enum_6);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_ml2c_plplot_core_plplot_colorbar_opt':
- plplot_core_stubs.c:281:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead
- 281 | (*_c2) = convert_flag_list(_v1, camlidl_transl_table_plplot_core_enum_7);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_c2ml_plplot_core_enum_plplot_fci_style_enum':
- plplot_core_stubs.c:336:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
- 336 | default: invalid_argument("enum plplot_fci_style_enum: bad enum plplot_fci_style_enum value");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_c2ml_plplot_core_enum_plplot_fci_weight_enum':
- plplot_core_stubs.c:361:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
- 361 | default: invalid_argument("enum plplot_fci_weight_enum: bad enum plplot_fci_weight_enum value");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_c2ml_plplot_core_enum_plplot_draw_mode_enum':
- plplot_core_stubs.c:388:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead
- 388 | default: invalid_argument("enum plplot_draw_mode_enum: bad enum plplot_draw_mode_enum value");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plbtime':
- plplot_core_stubs.c:580:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 580 | _vres[5] = copy_double(*sec);
- | ^~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plcalc_world':
- plplot_core_stubs.c:693:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 693 | _vres[0] = copy_double(*wx);
- | ^~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:694:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 694 | _vres[1] = copy_double(*wy);
- | ^~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plctime':
- plplot_core_stubs.c:810:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 810 | _vres = copy_double(*ctime);
- | ^~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plgchr':
- plplot_core_stubs.c:1088:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1088 | _vres[0] = copy_double(*p_def);
- | ^~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1089:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1089 | _vres[1] = copy_double(*p_ht);
- | ^~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plgcmap1_range':
- plplot_core_stubs.c:1110:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1110 | _vres[0] = copy_double(*min_color);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1111:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1111 | _vres[1] = copy_double(*max_color);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plgcol0a':
- plplot_core_stubs.c:1174:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1174 | _vres[3] = copy_double(*a);
- | ^~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plgcolbga':
- plplot_core_stubs.c:1233:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1233 | _vres[3] = copy_double(*a);
- | ^~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plgdev':
- plplot_core_stubs.c:1264:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
- 1264 | _vres = copy_string(p_dev);
- | ^~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plgdidev':
- plplot_core_stubs.c:1288:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1288 | _vres[0] = copy_double(*p_mar);
- | ^~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1289:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1289 | _vres[1] = copy_double(*p_aspect);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1290:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1290 | _vres[2] = copy_double(*p_jx);
- | ^~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1291:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1291 | _vres[3] = copy_double(*p_jy);
- | ^~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plgdiori':
- plplot_core_stubs.c:1309:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1309 | _vres = copy_double(*p_rot);
- | ^~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plgdiplt':
- plplot_core_stubs.c:1332:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1332 | _vres[0] = copy_double(*p_xmin);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1333:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1333 | _vres[1] = copy_double(*p_ymin);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1334:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1334 | _vres[2] = copy_double(*p_xmax);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1335:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1335 | _vres[3] = copy_double(*p_ymax);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plgfci':
- plplot_core_stubs.c:1363:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead
- 1363 | _vres = copy_int64(*pfci);
- | ^~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plgfnam':
- plplot_core_stubs.c:1403:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
- 1403 | _vres = copy_string(fnam);
- | ^~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plgpage':
- plplot_core_stubs.c:1475:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1475 | _vres[0] = copy_double(*p_xp);
- | ^~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1476:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1476 | _vres[1] = copy_double(*p_yp);
- | ^~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plgspa':
- plplot_core_stubs.c:1547:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1547 | _vres[0] = copy_double(*xmin);
- | ^~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1548:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1548 | _vres[1] = copy_double(*xmax);
- | ^~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1549:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1549 | _vres[2] = copy_double(*ymin);
- | ^~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1550:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1550 | _vres[3] = copy_double(*ymax);
- | ^~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plgver':
- plplot_core_stubs.c:1581:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead
- 1581 | _vres = copy_string(p_ver);
- | ^~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plgvpd':
- plplot_core_stubs.c:1605:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1605 | _vres[0] = copy_double(*p_xmin);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1606:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1606 | _vres[1] = copy_double(*p_xmax);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1607:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1607 | _vres[2] = copy_double(*p_ymin);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1608:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1608 | _vres[3] = copy_double(*p_ymax);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plgvpw':
- plplot_core_stubs.c:1637:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1637 | _vres[0] = copy_double(*p_xmin);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1638:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1638 | _vres[1] = copy_double(*p_xmax);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1639:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1639 | _vres[2] = copy_double(*p_ymin);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1640:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1640 | _vres[3] = copy_double(*p_ymax);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plhlsrgb':
- plplot_core_stubs.c:1773:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1773 | _vres[0] = copy_double(*p_r);
- | ^~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1774:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1774 | _vres[1] = copy_double(*p_g);
- | ^~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:1775:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 1775 | _vres[2] = copy_double(*p_b);
- | ^~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plrandd':
- plplot_core_stubs.c:2439:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 2439 | _vres = copy_double(_res);
- | ^~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_c_plrgbhls':
- plplot_core_stubs.c:2474:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 2474 | _vres[0] = copy_double(*p_h);
- | ^~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:2475:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 2475 | _vres[1] = copy_double(*p_l);
- | ^~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:2476:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 2476 | _vres[2] = copy_double(*p_s);
- | ^~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_plMinMax2dGrid':
- plplot_core_stubs.c:3911:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 3911 | _vres[0] = copy_double(*fmax);
- | ^~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:3912:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 3912 | _vres[1] = copy_double(*fmin);
- | ^~~~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_ml_pltr0':
- plplot_core_stubs.c:4362:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 4362 | _vres[0] = copy_double(*tx);
- | ^~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c:4363:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 4363 | _vres[1] = copy_double(*ty);
- | ^~~~~~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_plg_current_col1':
- plplot_core_stubs.c:4393:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 4393 | _vres = copy_double(_res);
- | ^~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_plgwidth':
- plplot_core_stubs.c:4403:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 4403 | _vres = copy_double(_res);
- | ^~~~~~~~~~~~~~~~
- plplot_core_stubs.c: In function 'camlidl_plplot_core_plgchrht':
- plplot_core_stubs.c:4413:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead
- 4413 | _vres = copy_double(_res);
- | ^~~~~~~~~~~~~~~~
-> compiled plplot.5.11.0-1
-> installed plplot.5.11.0-1
[WARNING] Opam package conf-plplot.1 depends on the following system packages that can no longer be found: libplplot-dev libshp-dev
=== STDERR ===
2026-06-16 12:49.00: OK: build plplot.5.11.0-1 (runc: 5.6s, disk: 31KB)
2026-06-16 12:49.00: Job succeeded