Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 906169 Details for
Bug 941710
dev-lang/haxe-4.3.6 - [libtool] [gcc-15] Error: This expression has type prefix:string -> bool
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-lang:haxe-4.3.6:20241017-105010.log
dev-lang:haxe-4.3.6:20241017-105010.log (text/plain), 53.00 KB, created by
Toralf Förster
on 2024-10-17 15:38:35 UTC
(
hide
)
Description:
dev-lang:haxe-4.3.6:20241017-105010.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-10-17 15:38:35 UTC
Size:
53.00 KB
patch
obsolete
> * Package: dev-lang/haxe-4.3.6:0/4.3.6 > * Repository: gentoo > * Maintainer: ml@gentoo.org > * Upstream: https://github.com/HaxeFoundation/haxe/issues/ > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux ocamlopt > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking haxe-4.3.6.tar.gz to /var/tmp/portage/dev-lang/haxe-4.3.6/work >>>> Source unpacked in /var/tmp/portage/dev-lang/haxe-4.3.6/work >>>> Preparing source in /var/tmp/portage/dev-lang/haxe-4.3.6/work/haxe-debian-upstream ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-lang/haxe-4.3.6/work/haxe-debian-upstream ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-lang/haxe-4.3.6/work/haxe-debian-upstream ... >make -O -j4 -j1 BRANCH= COMMIT_DATE= COMMIT_SHA= OCAMLOPT=ocamlopt.opt INSTALL_DIR=/usr >dune build --workspace dune-workspace.dev src-prebuild/prebuild.exe >_build/default/src-prebuild/prebuild.exe libparams -cclib -lpcre2-8 -cclib -lz -cclib -lmbedtls -cclib -lmbedx509 -cclib -lmbedcrypto > lib.sexp >_build/default/src-prebuild/prebuild.exe version "0" "" "" > src/compiler/version.ml >dune build --workspace dune-workspace.dev src/haxe.exe >File "libs/extc/extc.ml", line 116, characters 12-24: >116 | let r = zlib_inflate z (Bytes.unsafe_to_string tmp_in) pos len tmp_out 0 bufsize (if pos = 0 && len = 0 then Z_FINISH else Z_SYNC_FLUSH) in > ^^^^^^^^^^^^ >Warning 6 [labels-omitted]: labels src, spos, slen, dst, dpos, dlen were omitted in the application of this function. >File "libs/extc/extc.ml", line 158, characters 10-22: >158 | let r = zlib_deflate z (Bytes.unsafe_to_string out) 0 !p tmp_out 0 bufsize (if finish then Z_FINISH else Z_SYNC_FLUSH) in > ^^^^^^^^^^^^ >Warning 6 [labels-omitted]: labels src, spos, slen, dst, dpos, dlen were omitted in the application of this function. >File "libs/extc/extc.ml", line 116, characters 12-24: >116 | let r = zlib_inflate z (Bytes.unsafe_to_string tmp_in) pos len tmp_out 0 bufsize (if pos = 0 && len = 0 then Z_FINISH else Z_SYNC_FLUSH) in > ^^^^^^^^^^^^ >Warning 6 [labels-omitted]: labels src, spos, slen, dst, dpos, dlen were omitted in the application of this function. >File "libs/extc/extc.ml", line 158, characters 10-22: >158 | let r = zlib_deflate z (Bytes.unsafe_to_string out) 0 !p tmp_out 0 bufsize (if finish then Z_FINISH else Z_SYNC_FLUSH) in > ^^^^^^^^^^^^ >Warning 6 [labels-omitted]: labels src, spos, slen, dst, dpos, dlen were omitted in the application of this function. >extc_stubs.c: In function âzlib_deflateâ: >extc_stubs.c:266:20: warning: "flush" is deprecated: use "caml_flush" instead > 266 | int flush = Zflush_val(flush_val); > | ^~~~~~~~~~~~~~~~~~~~~~~ >extc_stubs.c:273:20: warning: "flush" is deprecated: use "caml_flush" instead > 273 | int deflate_result = deflate(stream, flush); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >extc_stubs.c: At top level: >extc_stubs.c:323:13: warning: "flush" is deprecated: use "caml_flush" instead > 323 | CAMLprim value zlib_inflate( value zv, value src, value spos, value slen, value dst, value dpos, value dlen, value flush ) { > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >extc_stubs.c: In function âzlib_inflateâ: >extc_stubs.c:332:20: warning: "flush" is deprecated: use "caml_flush" instead > 332 | if( (r = inflate(z,Int_val(flush))) < 0 ) > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >process_stubs.c: In function âprocess_runâ: >process_stubs.c:369:25: warning: assignment discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 369 | argv[2] = val_string(cmd); > | ^ >process_stubs.c:373:25: warning: assignment discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 373 | argv[0] = val_string(cmd); > | ^ >process_stubs.c:376:35: warning: assignment discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 376 | argv[i+1] = val_string(v); > | ^ >process_stubs.c: In function âprocess_stdout_readâ: >process_stubs.c:446:47: warning: passing argument 2 of âreadâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 446 | nbytes = read(p->oread,val_string(str)+val_int(pos),val_int(len)); >In file included from /usr/include/features.h:511, > from /usr/include/bits/libc-header-start.h:33, > from /usr/include/stdint.h:26, > from /usr/lib/gcc/x86_64-pc-linux-gnu/15/include/stdint.h:11, > from /usr/lib64/ocaml/caml/config.h:57, > from /usr/lib64/ocaml/caml/misc.h:24, > from /usr/lib64/ocaml/caml/alloc.h:23, > from process_stubs.c:25: >/usr/include/bits/unistd.h:26:17: note: expected âvoid *â but argument is of type âconst char *â > 26 | read (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), size_t __nbytes) > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >process_stubs.c: In function âprocess_stderr_readâ: >process_stubs.c:477:47: warning: passing argument 2 of âreadâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 477 | nbytes = read(p->eread,val_string(str)+val_int(pos),val_int(len)); >/usr/include/bits/unistd.h:26:17: note: expected âvoid *â but argument is of type âconst char *â > 26 | read (int __fd, __fortify_clang_overload_arg0 (void *, ,__buf), size_t __nbytes) > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In file included from mbedtls_stubs.c:16: >mbedtls_stubs.c: In function âml_mbedtls_ctr_drbg_randomâ: >/usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of âmbedtls_ctr_drbg_randomâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 290 | #define String_val(x) ((const char *) Bp_val(x)) > | ~^~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib64/ocaml/caml/memory.h:462:29: note: in definition of macro âCAMLreturnTâ > 462 | type caml__temp_result = (result); \ > | ^~~~~~ >mbedtls_stubs.c:87:9: note: in expansion of macro âCAMLreturnâ > 87 | CAMLreturn(Val_int(mbedtls_ctr_drbg_random(CtrDrbg_val(p_rng), String_val(output), Int_val(output_len)))); > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >mbedtls_stubs.c:87:20: note: in expansion of macro âVal_intâ > 87 | CAMLreturn(Val_int(mbedtls_ctr_drbg_random(CtrDrbg_val(p_rng), String_val(output), Int_val(output_len)))); > | ^~~~~~~ >mbedtls_stubs.c:87:72: note: in expansion of macro âString_valâ > 87 | CAMLreturn(Val_int(mbedtls_ctr_drbg_random(CtrDrbg_val(p_rng), String_val(output), Int_val(output_len)))); > | ^~~~~~~~~~ >In file included from mbedtls_stubs.c:26: >/usr/include/mbedtls/ctr_drbg.h:520:44: note: expected âunsigned char *â but argument is of type âconst char *â > 520 | unsigned char *output, size_t output_len); > | ~~~~~~~~~~~~~~~^~~~~~ >mbedtls_stubs.c: In function âml_mbedtls_entropy_funcâ: >/usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of âmbedtls_entropy_funcâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 290 | #define String_val(x) ((const char *) Bp_val(x)) > | ~^~~~~~~~~~~~~~~~~~~~~~~~~ >/usr/lib64/ocaml/caml/memory.h:462:29: note: in definition of macro âCAMLreturnTâ > 462 | type caml__temp_result = (result); \ > | ^~~~~~ >mbedtls_stubs.c:127:9: note: in expansion of macro âCAMLreturnâ > 127 | CAMLreturn(Val_int(mbedtls_entropy_func(PVoid_val(data), String_val(output), Int_val(len)))); > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >mbedtls_stubs.c:127:20: note: in expansion of macro âVal_intâ > 127 | CAMLreturn(Val_int(mbedtls_entropy_func(PVoid_val(data), String_val(output), Int_val(len)))); > | ^~~~~~~ >mbedtls_stubs.c:127:66: note: in expansion of macro âString_valâ > 127 | CAMLreturn(Val_int(mbedtls_entropy_func(PVoid_val(data), String_val(output), Int_val(len)))); > | ^~~~~~~~~~ >In file included from mbedtls_stubs.c:25: >/usr/include/mbedtls/entropy.h:192:53: note: expected âunsigned char *â but argument is of type âconst char *â > 192 | int mbedtls_entropy_func(void *data, unsigned char *output, size_t len); > | ~~~~~~~~~~~~~~~^~~~~~ >In file included from mbedtls_stubs.c:14: >mbedtls_stubs.c: In function âcaml_string_of_asn1_bufâ: >/usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of âmemcpyâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 290 | #define String_val(x) ((const char *) Bp_val(x)) > | ~^~~~~~~~~~~~~~~~~~~~~~~~~ >mbedtls_stubs.c:195:16: note: in expansion of macro âString_valâ > 195 | memcpy(String_val(s), dat->p, dat->len); > | ^~~~~~~~~~ >In file included from /usr/include/features.h:511, > from /usr/include/ctype.h:25, > from mbedtls_stubs.c:1: >/usr/include/bits/string_fortified.h:26:1: note: expected âvoid *â but argument is of type âconst char *â > 26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, > | ^~~~~ >mbedtls_stubs.c: In function âml_mbedtls_ssl_readâ: >mbedtls_stubs.c:449:82: warning: passing argument 2 of âmbedtls_ssl_readâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 449 | CAMLreturn(Val_int(mbedtls_ssl_read(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len)))); >/usr/lib64/ocaml/caml/memory.h:462:29: note: in definition of macro âCAMLreturnTâ > 462 | type caml__temp_result = (result); \ > | ^~~~~~ >mbedtls_stubs.c:449:9: note: in expansion of macro âCAMLreturnâ > 449 | CAMLreturn(Val_int(mbedtls_ssl_read(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len)))); > | ^~~~~~~~~~ >/usr/lib64/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro âVal_longâ > 79 | #define Val_int(x) Val_long(x) > | ^~~~~~~~ >mbedtls_stubs.c:449:20: note: in expansion of macro âVal_intâ > 449 | CAMLreturn(Val_int(mbedtls_ssl_read(SslContext_val(ssl), String_val(buf) + Int_val(pos), Int_val(len)))); > | ^~~~~~~ >In file included from /usr/include/mbedtls/debug.h:19, > from mbedtls_stubs.c:21: >/usr/include/mbedtls/ssl.h:4111:63: note: expected âunsigned char *â but argument is of type âconst char *â > 4111 | int mbedtls_ssl_read(mbedtls_ssl_context *ssl, unsigned char *buf, size_t len); > | ~~~~~~~~~~~~~~~^~~ >mbedtls_stubs.c: In function âbio_write_cbâ: >/usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of âmemcpyâ discards âconstâ qualifier from pointer target type [-Wdiscarded-qualifiers] > 290 | #define String_val(x) ((const char *) Bp_val(x)) > | ~^~~~~~~~~~~~~~~~~~~~~~~~~ >mbedtls_stubs.c:457:16: note: in expansion of macro âString_valâ > 457 | memcpy(String_val(s), buf, len); > | ^~~~~~~~~~ >/usr/include/bits/string_fortified.h:26:1: note: expected âvoid *â but argument is of type âconst char *â > 26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, > | ^~~~~ >File "libs/neko/ncompile.ml", line 676, characters 11-18: >676 | let _ = jmp ctx in > ^^^^^^^ >Warning 5 [ignored-partial-application]: this function application is partial, >maybe some arguments are missing. >File "libs/neko/ncompile.ml", line 676, characters 11-18: >676 | let _ = jmp ctx in > ^^^^^^^ >Warning 5 [ignored-partial-application]: this function application is partial, >maybe some arguments are missing. >File "libs/swflib/swfPic.ml", line 62, characters 7-33: >62 | match ExtString.String.uppercase ext with > ^^^^^^^^^^^^^^^^^^^^^^^^^^ >Alert deprecated: ExtString.String.uppercase >Use String.uppercase_ascii instead. >File "libs/ilib/ilMetaReader.ml", line 2349, characters 8-24: >2349 | match String.lowercase s.str_name with > ^^^^^^^^^^^^^^^^ >Alert deprecated: ExtString.String.lowercase >Use String.lowercase_ascii instead. >File "libs/swflib/swfPic.ml", line 62, characters 7-33: >62 | match ExtString.String.uppercase ext with > ^^^^^^^^^^^^^^^^^^^^^^^^^^ >Alert deprecated: ExtString.String.uppercase >Use String.uppercase_ascii instead. >File "libs/swflib/swfParser.ml", line 608, characters 1-11: >608 | write_bits b 5 nbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 609, characters 1-11: >609 | write_bits b nbits r.left; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 610, characters 1-11: >610 | write_bits b nbits r.right; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 611, characters 1-11: >611 | write_bits b nbits r.top; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 612, characters 1-11: >612 | write_bits b nbits r.bottom; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 618, characters 10-20: >618 | | [] -> write_bits b n 0 > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 619, characters 11-21: >619 | | [x] -> write_bits b n x > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 623, characters 10-20: >623 | | [] -> write_bits b 30 0; write_multi_bits b (n - 30) [] > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 624, characters 14-24: >624 | | x :: l -> write_bits b 30 x; write_multi_bits b (n - 30) l > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 629, characters 1-11: >629 | write_bits b 5 nbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 640, characters 2-12: >640 | write_bits b 5 nbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 641, characters 2-12: >641 | write_bits b nbits m.mx; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 642, characters 2-12: >642 | write_bits b nbits m.my; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 646, characters 2-12: >646 | write_bits b 1 0 > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 648, characters 2-12: >648 | write_bits b 1 1; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 653, characters 2-12: >653 | write_bits b 1 0 > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 655, characters 2-12: >655 | write_bits b 1 1; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 665, characters 2-12: >665 | write_bits b 2 0; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 666, characters 2-12: >666 | write_bits b 4 1; (* some strange MM thing... *) > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 668, characters 2-12: >668 | write_bits b 2 2; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 669, characters 2-12: >669 | write_bits b 4 nbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 672, characters 2-12: >672 | write_bits b 2 1; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 673, characters 2-12: >673 | write_bits b 4 nbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 676, characters 2-12: >676 | write_bits b 2 3; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 677, characters 2-12: >677 | write_bits b 4 nbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1620, characters 1-11: >1620 | write_bits b 6 flags; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1622, characters 2-12: >1622 | write_bits b 5 n; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1623, characters 2-12: >1623 | write_bits b n dx; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1624, characters 2-12: >1624 | write_bits b n dy; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1637, characters 2-12: >1637 | write_bits b 4 !nfbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1638, characters 2-12: >1638 | write_bits b 4 !nlbits > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1644, characters 2-12: >1644 | write_bits b 2 2; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1645, characters 2-12: >1645 | write_bits b 4 (s.scer_nbits - 2); > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1646, characters 2-12: >1646 | write_bits b s.scer_nbits s.scer_cx; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1647, characters 2-12: >1647 | write_bits b s.scer_nbits s.scer_cy; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1648, characters 2-12: >1648 | write_bits b s.scer_nbits s.scer_ax; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1649, characters 2-12: >1649 | write_bits b s.scer_nbits s.scer_ay; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1651, characters 2-12: >1651 | write_bits b 2 3; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1652, characters 2-12: >1652 | write_bits b 4 (s.sser_nbits - 2); > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1657, characters 3-13: >1657 | write_bits b 1 0; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1658, characters 3-13: >1658 | write_bits b 1 (if (fst s.sser_line) = None then 1 else 0); > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1659, characters 3-13: >1659 | write_bits b s.sser_nbits p; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1661, characters 3-13: >1661 | write_bits b 1 1; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1662, characters 3-13: >1662 | write_bits b s.sser_nbits dx; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1663, characters 3-13: >1663 | write_bits b s.sser_nbits dy > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1670, characters 1-11: >1670 | write_bits b 4 r.srs_nfbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1671, characters 1-11: >1671 | write_bits b 4 r.srs_nlbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1683, characters 1-11: >1683 | write_bits b 4 r.srs_nfbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1684, characters 1-11: >1684 | write_bits b 4 r.srs_nlbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1688, characters 1-11: >1688 | write_bits b 6 0; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1724, characters 2-12: >1724 | write_bits bits t.txt_ngbits g.txg_index; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1725, characters 2-12: >1725 | write_bits bits t.txt_nabits g.txg_advanced; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/ilib/ilMetaReader.ml", line 2349, characters 8-24: >2349 | match String.lowercase s.str_name with > ^^^^^^^^^^^^^^^^ >Alert deprecated: ExtString.String.lowercase >Use String.lowercase_ascii instead. >File "libs/ttflib/tTFSwfWriter.ml", line 156, characters 1-14: >156 | IO.write_bits b 1 (bi true); > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/ttflib/tTFSwfWriter.ml", line 157, characters 1-14: >157 | IO.write_bits b 1 (bi f2.font_shift_jis); > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/ttflib/tTFSwfWriter.ml", line 158, characters 1-14: >158 | IO.write_bits b 1 (bi f2.font_is_small); > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/ttflib/tTFSwfWriter.ml", line 159, characters 1-14: >159 | IO.write_bits b 1 (bi f2.font_is_ansi); > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/ttflib/tTFSwfWriter.ml", line 160, characters 1-14: >160 | IO.write_bits b 1 (bi f2.font_wide_offsets); > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/ttflib/tTFSwfWriter.ml", line 161, characters 1-14: >161 | IO.write_bits b 1 (bi f2.font_wide_codes); > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/ttflib/tTFSwfWriter.ml", line 162, characters 1-14: >162 | IO.write_bits b 1 (bi f2.font_is_italic); > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/ttflib/tTFSwfWriter.ml", line 163, characters 1-14: >163 | IO.write_bits b 1 (bi f2.font_is_bold); > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 608, characters 1-11: >608 | write_bits b 5 nbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 609, characters 1-11: >609 | write_bits b nbits r.left; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 610, characters 1-11: >610 | write_bits b nbits r.right; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 611, characters 1-11: >611 | write_bits b nbits r.top; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 612, characters 1-11: >612 | write_bits b nbits r.bottom; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 618, characters 10-20: >618 | | [] -> write_bits b n 0 > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 619, characters 11-21: >619 | | [x] -> write_bits b n x > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 623, characters 10-20: >623 | | [] -> write_bits b 30 0; write_multi_bits b (n - 30) [] > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 624, characters 14-24: >624 | | x :: l -> write_bits b 30 x; write_multi_bits b (n - 30) l > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 629, characters 1-11: >629 | write_bits b 5 nbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 640, characters 2-12: >640 | write_bits b 5 nbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 641, characters 2-12: >641 | write_bits b nbits m.mx; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 642, characters 2-12: >642 | write_bits b nbits m.my; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 646, characters 2-12: >646 | write_bits b 1 0 > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 648, characters 2-12: >648 | write_bits b 1 1; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 653, characters 2-12: >653 | write_bits b 1 0 > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 655, characters 2-12: >655 | write_bits b 1 1; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 665, characters 2-12: >665 | write_bits b 2 0; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 666, characters 2-12: >666 | write_bits b 4 1; (* some strange MM thing... *) > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 668, characters 2-12: >668 | write_bits b 2 2; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 669, characters 2-12: >669 | write_bits b 4 nbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 672, characters 2-12: >672 | write_bits b 2 1; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 673, characters 2-12: >673 | write_bits b 4 nbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 676, characters 2-12: >676 | write_bits b 2 3; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 677, characters 2-12: >677 | write_bits b 4 nbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1620, characters 1-11: >1620 | write_bits b 6 flags; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1622, characters 2-12: >1622 | write_bits b 5 n; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1623, characters 2-12: >1623 | write_bits b n dx; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1624, characters 2-12: >1624 | write_bits b n dy; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1637, characters 2-12: >1637 | write_bits b 4 !nfbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1638, characters 2-12: >1638 | write_bits b 4 !nlbits > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1644, characters 2-12: >1644 | write_bits b 2 2; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1645, characters 2-12: >1645 | write_bits b 4 (s.scer_nbits - 2); > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1646, characters 2-12: >1646 | write_bits b s.scer_nbits s.scer_cx; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1647, characters 2-12: >1647 | write_bits b s.scer_nbits s.scer_cy; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1648, characters 2-12: >1648 | write_bits b s.scer_nbits s.scer_ax; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1649, characters 2-12: >1649 | write_bits b s.scer_nbits s.scer_ay; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1651, characters 2-12: >1651 | write_bits b 2 3; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1652, characters 2-12: >1652 | write_bits b 4 (s.sser_nbits - 2); > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1657, characters 3-13: >1657 | write_bits b 1 0; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1658, characters 3-13: >1658 | write_bits b 1 (if (fst s.sser_line) = None then 1 else 0); > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1659, characters 3-13: >1659 | write_bits b s.sser_nbits p; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1661, characters 3-13: >1661 | write_bits b 1 1; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1662, characters 3-13: >1662 | write_bits b s.sser_nbits dx; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1663, characters 3-13: >1663 | write_bits b s.sser_nbits dy > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1670, characters 1-11: >1670 | write_bits b 4 r.srs_nfbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1671, characters 1-11: >1671 | write_bits b 4 r.srs_nlbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1683, characters 1-11: >1683 | write_bits b 4 r.srs_nfbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1684, characters 1-11: >1684 | write_bits b 4 r.srs_nlbits; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1688, characters 1-11: >1688 | write_bits b 6 0; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1724, characters 2-12: >1724 | write_bits bits t.txt_ngbits g.txg_index; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/swflib/swfParser.ml", line 1725, characters 2-12: >1725 | write_bits bits t.txt_nabits g.txg_advanced; > ^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "src/core/path.ml", line 245, characters 2-30: >245 | ExtString.String.starts_with subj start > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label prefix was omitted in the application of this function. >File "src/generators/jvm/jvmConstantPool.ml", line 90, characters 44-72: >90 | if String.contains (snd path) '$' && not (ExtString.String.starts_with s "[") then begin > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label prefix was omitted in the application of this function. >File "libs/ttflib/tTFSwfWriter.ml", line 156, characters 1-14: >156 | IO.write_bits b 1 (bi true); > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/ttflib/tTFSwfWriter.ml", line 157, characters 1-14: >157 | IO.write_bits b 1 (bi f2.font_shift_jis); > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/ttflib/tTFSwfWriter.ml", line 158, characters 1-14: >158 | IO.write_bits b 1 (bi f2.font_is_small); > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/ttflib/tTFSwfWriter.ml", line 159, characters 1-14: >159 | IO.write_bits b 1 (bi f2.font_is_ansi); > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/ttflib/tTFSwfWriter.ml", line 160, characters 1-14: >160 | IO.write_bits b 1 (bi f2.font_wide_offsets); > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/ttflib/tTFSwfWriter.ml", line 161, characters 1-14: >161 | IO.write_bits b 1 (bi f2.font_wide_codes); > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/ttflib/tTFSwfWriter.ml", line 162, characters 1-14: >162 | IO.write_bits b 1 (bi f2.font_is_italic); > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "libs/ttflib/tTFSwfWriter.ml", line 163, characters 1-14: >163 | IO.write_bits b 1 (bi f2.font_is_bold); > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label nbits was omitted in the application of this function. >File "src/core/path.ml", line 245, characters 2-30: >245 | ExtString.String.starts_with subj start > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label prefix was omitted in the application of this function. >File "src/codegen/javaModern.ml", line 998, characters 76-92: >998 | | ({ Zip.is_directory = false; Zip.filename = filename } as entry) when String.ends_with filename ".class" -> > ^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label suffix was omitted in the application of this function. >File "src/generators/jvm/jvmConstantPool.ml", line 90, characters 44-72: >90 | if String.contains (snd path) '$' && not (ExtString.String.starts_with s "[") then begin > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label prefix was omitted in the application of this function. >File "src/codegen/javaModern.ml", line 998, characters 76-92: >998 | | ({ Zip.is_directory = false; Zip.filename = filename } as entry) when String.ends_with filename ".class" -> > ^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label suffix was omitted in the application of this function. >File "src/core/error.ml", line 321, characters 13-37: >321 | let _, v = ExtString.String.replace (String.sub r 5 (String.length r - 5)) "_" "." in > ^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function. >File "src/generators/flashProps.ml", line 21, characters 26-54: >21 | let is_getter_name name = ExtString.String.starts_with name "get_" > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label prefix was omitted in the application of this function. >File "src/generators/flashProps.ml", line 22, characters 26-54: >22 | let is_setter_name name = ExtString.String.starts_with name "set_" > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label prefix was omitted in the application of this function. >File "src/core/error.ml", line 321, characters 13-37: >321 | let _, v = ExtString.String.replace (String.sub r 5 (String.length r - 5)) "_" "." in > ^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function. >File "src/context/common.ml", line 478, characters 5-33: >478 | if ExtString.String.starts_with converted_flag (ns ^ ".") then > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label prefix was omitted in the application of this function. >File "src/codegen/java.ml", line 942, characters 136-149: >942 | | { Zip.is_directory = false; Zip.filename = f } when (String.sub (String.uncapitalize f) (String.length f - 6) 6) = ".class" && not (String.exists f "$") -> > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label sub was omitted in the application of this function. >File "src/codegen/java.ml", line 969, characters 29-43: >969 | let did_replace,name = String.replace cname name_original name_replace in > ^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function. >File "src/codegen/java.ml", line 1002, characters 42-55: >1002 | let is_disallowed_inner = first && String.exists (snd cls.cpath) "$" in > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label sub was omitted in the application of this function. >File "src/codegen/java.ml", line 1065, characters 63-76: >1065 | if (not (SS.mem alias_name !inner_alias)) && (not (String.exists (snd path) "_24")) then begin > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label sub was omitted in the application of this function. >File "src/codegen/java.ml", line 1130, characters 65-81: >1130 | | { Zip.is_directory = false; Zip.filename = filename } when String.ends_with filename ".class" -> > ^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label suffix was omitted in the application of this function. >File "src/codegen/java.ml", line 1183, characters 137-150: >1183 | | { Zip.is_directory = false; Zip.filename = f } when (String.sub (String.uncapitalize f) (String.length f - 6) 6) = ".class" && not (String.exists f "$") -> > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label sub was omitted in the application of this function. >File "src/codegen/java.ml", line 1215, characters 7-23: >1215 | (if String.ends_with file ".class" then > ^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label suffix was omitted in the application of this function. >File "src/codegen/java.ml", line 1218, characters 12-25: >1218 | if not (String.exists file "$") then all := path :: !all; > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label sub was omitted in the application of this function. >File "src/codegen/dotnet.ml", line 808, characters 110-126: >808 | convert_ilmethod ctx p !is_interface m (List.exists (fun m2 -> m != m2 && String.get m2.mname 0 <> '.' && String.ends_with m2.mname ("." ^ m.mname)) meths) > ^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label suffix was omitted in the application of this function. >File "src/codegen/dotnet.ml", line 812, characters 100-116: >812 | convert_ilprop ctx p prop (List.exists (fun p2 -> prop != p2 && String.get p2.pname 0 <> '.' && String.ends_with p2.pname ("." ^ prop.pname)) ilcls.cprops) > ^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label suffix was omitted in the application of this function. >File "src/codegen/dotnet.ml", line 1042, characters 49-65: >1042 | | (f2,_,name2,false) when (name = name2 || String.ends_with name2 ("." ^ name)) -> (* consider explicit implementations as implementations *) > ^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label suffix was omitted in the application of this function. >File "src/codegen/dotnet.ml", line 1314, characters 7-23: >1314 | if String.ends_with finsens ".dll" then > ^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label suffix was omitted in the application of this function. >File "src/context/typecore.ml", line 297, characters 24-59: >297 | if not (List.exists (ExtLib.String.starts_with p.pfile) ctx.com.std_path) then begin > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Error: This expression has type prefix:string -> bool > but an expression was expected of type 'a -> bool >File "src/generators/hl2c.ml", line 107, characters 46-74: >107 | let ident i = if (Hashtbl.mem keywords i) || (ExtString.String.starts_with i "__") then "_hx_" ^ i else i > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label prefix was omitted in the application of this function. >File "src/generators/hl2c.ml", line 1335, characters 27-55: >1335 | if f.fe_module = None && ExtString.String.starts_with f.fe_name "fun$" then f.fe_name <- "wrap" ^ type_name ctx (match f.fe_decl with None -> Globals.die "" __LOC__ | Some f -> f.ftype); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label prefix was omitted in the application of this function. >File "src/generators/flashProps.ml", line 21, characters 26-54: >21 | let is_getter_name name = ExtString.String.starts_with name "get_" > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label prefix was omitted in the application of this function. >File "src/generators/flashProps.ml", line 22, characters 26-54: >22 | let is_setter_name name = ExtString.String.starts_with name "set_" > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label prefix was omitted in the application of this function. >File "src/context/nativeLibraryHandler.ml", line 35, characters 7-33: >35 | if ExtString.String.ends_with file ".jar" then add (dir ^ "/" ^ file) () > ^^^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label suffix was omitted in the application of this function. >File "src/context/common.ml", line 478, characters 5-33: >478 | if ExtString.String.starts_with converted_flag (ns ^ ".") then > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label prefix was omitted in the application of this function. >File "src/codegen/java.ml", line 942, characters 136-149: >942 | | { Zip.is_directory = false; Zip.filename = f } when (String.sub (String.uncapitalize f) (String.length f - 6) 6) = ".class" && not (String.exists f "$") -> > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label sub was omitted in the application of this function. >File "src/codegen/java.ml", line 969, characters 29-43: >969 | let did_replace,name = String.replace cname name_original name_replace in > ^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: labels str, sub, by were omitted in the application of this function. >File "src/codegen/java.ml", line 1002, characters 42-55: >1002 | let is_disallowed_inner = first && String.exists (snd cls.cpath) "$" in > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label sub was omitted in the application of this function. >File "src/codegen/java.ml", line 1065, characters 63-76: >1065 | if (not (SS.mem alias_name !inner_alias)) && (not (String.exists (snd path) "_24")) then begin > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label sub was omitted in the application of this function. >File "src/codegen/java.ml", line 1130, characters 65-81: >1130 | | { Zip.is_directory = false; Zip.filename = filename } when String.ends_with filename ".class" -> > ^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label suffix was omitted in the application of this function. >File "src/codegen/java.ml", line 1183, characters 137-150: >1183 | | { Zip.is_directory = false; Zip.filename = f } when (String.sub (String.uncapitalize f) (String.length f - 6) 6) = ".class" && not (String.exists f "$") -> > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label sub was omitted in the application of this function. >File "src/codegen/java.ml", line 1215, characters 7-23: >1215 | (if String.ends_with file ".class" then > ^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label suffix was omitted in the application of this function. >File "src/codegen/java.ml", line 1218, characters 12-25: >1218 | if not (String.exists file "$") then all := path :: !all; > ^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label sub was omitted in the application of this function. >File "src/codegen/dotnet.ml", line 808, characters 110-126: >808 | convert_ilmethod ctx p !is_interface m (List.exists (fun m2 -> m != m2 && String.get m2.mname 0 <> '.' && String.ends_with m2.mname ("." ^ m.mname)) meths) > ^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label suffix was omitted in the application of this function. >File "src/codegen/dotnet.ml", line 812, characters 100-116: >812 | convert_ilprop ctx p prop (List.exists (fun p2 -> prop != p2 && String.get p2.pname 0 <> '.' && String.ends_with p2.pname ("." ^ prop.pname)) ilcls.cprops) > ^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label suffix was omitted in the application of this function. >File "src/codegen/dotnet.ml", line 1042, characters 49-65: >1042 | | (f2,_,name2,false) when (name = name2 || String.ends_with name2 ("." ^ name)) -> (* consider explicit implementations as implementations *) > ^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label suffix was omitted in the application of this function. >File "src/codegen/dotnet.ml", line 1314, characters 7-23: >1314 | if String.ends_with finsens ".dll" then > ^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label suffix was omitted in the application of this function. >File "src/generators/hl2c.ml", line 107, characters 46-74: >107 | let ident i = if (Hashtbl.mem keywords i) || (ExtString.String.starts_with i "__") then "_hx_" ^ i else i > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label prefix was omitted in the application of this function. >File "src/generators/hl2c.ml", line 1335, characters 27-55: >1335 | if f.fe_module = None && ExtString.String.starts_with f.fe_name "fun$" then f.fe_name <- "wrap" ^ type_name ctx (match f.fe_decl with None -> Globals.die "" __LOC__ | Some f -> f.ftype); > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label prefix was omitted in the application of this function. >File "src/context/nativeLibraryHandler.ml", line 35, characters 7-33: >35 | if ExtString.String.ends_with file ".jar" then add (dir ^ "/" ^ file) () > ^^^^^^^^^^^^^^^^^^^^^^^^^^ >Warning 6 [labels-omitted]: label suffix was omitted in the application of this function. >make: *** [Makefile:81: haxe] Error 1 > * ERROR: dev-lang/haxe-4.3.6::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-lang/haxe-4.3.6::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-lang/haxe-4.3.6::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-lang:haxe-4.3.6:20241017-105010.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-lang/haxe-4.3.6/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-lang/haxe-4.3.6/temp/environment'. > * Working directory: '/var/tmp/portage/dev-lang/haxe-4.3.6/work/haxe-debian-upstream' > * S: '/var/tmp/portage/dev-lang/haxe-4.3.6/work/haxe-debian-upstream' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 941710
:
906168
| 906169 |
906170
|
906171
|
906172
|
906173
|
906174
|
906175