=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for classpath-0.93nb7
Making all in lib
gmake[1]: Entering directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/lib'
mkdir -p ../gnu/java/locale
true
../scripts/generate-locale-list.sh > ../gnu/java/locale/LocaleData.java
top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard
Adding java source files from srcdir '..'.
Adding java source files from VM directory ../vm/reference
/usr/pkg/bin/jikes +Pno-switchcheck +Pno-shadow +F  -bootclasspath '' -extdirs '' -sourcepath '' --classpath ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:.:: -d . @classes
touch resources

Issued 64 semantic warnings compiling "../gnu/java/security/hash/MD5.java":

   172.     A = B + (A << 7 | A >>> -7);
                                    ^^
*** Semantic Caution: The shift count -7 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   174.     D = A + (D << 12 | D >>> -12);
                                     ^-^
*** Semantic Caution: The shift count -12 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   176.     C = D + (C << 17 | C >>> -17);
                                     ^-^
*** Semantic Caution: The shift count -17 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   178.     B = C + (B << 22 | B >>> -22);
                                     ^-^
*** Semantic Caution: The shift count -22 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   181.     A = B + (A << 7 | A >>> -7);
                                    ^^
*** Semantic Caution: The shift count -7 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   183.     D = A + (D << 12 | D >>> -12);
                                     ^-^
*** Semantic Caution: The shift count -12 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   185.     C = D + (C << 17 | C >>> -17);
                                     ^-^
*** Semantic Caution: The shift count -17 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   187.     B = C + (B << 22 | B >>> -22);
                                     ^-^
*** Semantic Caution: The shift count -22 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   190.     A = B + (A << 7 | A >>> -7);
                                    ^^
*** Semantic Caution: The shift count -7 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   192.     D = A + (D << 12 | D >>> -12);
                                     ^-^
*** Semantic Caution: The shift count -12 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   194.     C = D + (C << 17 | C >>> -17);
                                     ^-^
*** Semantic Caution: The shift count -17 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   196.     B = C + (B << 22 | B >>> -22);
                                     ^-^
*** Semantic Caution: The shift count -22 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   199.     A = B + (A << 7 | A >>> -7);
                                    ^^
*** Semantic Caution: The shift count -7 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   201.     D = A + (D << 12 | D >>> -12);
                                     ^-^
*** Semantic Caution: The shift count -12 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   203.     C = D + (C << 17 | C >>> -17);
                                     ^-^
*** Semantic Caution: The shift count -17 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   205.     B = C + (B << 22 | B >>> -22);
                                     ^-^
*** Semantic Caution: The shift count -22 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   209.     A = B + (A << 5 | A >>> -5);
                                    ^^
*** Semantic Caution: The shift count -5 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   211.     D = A + (D << 9 | D >>> -9);
                                    ^^
*** Semantic Caution: The shift count -9 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   213.     C = D + (C << 14 | C >>> -14);
                                     ^-^
*** Semantic Caution: The shift count -14 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   215.     B = C + (B << 20 | B >>> -20);
                                     ^-^
*** Semantic Caution: The shift count -20 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   218.     A = B + (A << 5 | A >>> -5);
                                    ^^
*** Semantic Caution: The shift count -5 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   220.     D = A + (D << 9 | D >>> -9);
                                    ^^
*** Semantic Caution: The shift count -9 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   222.     C = D + (C << 14 | C >>> -14);
                                     ^-^
*** Semantic Caution: The shift count -14 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   224.     B = C + (B << 20 | B >>> -20);
                                     ^-^
*** Semantic Caution: The shift count -20 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   227.     A = B + (A << 5 | A >>> -5);
                                    ^^
*** Semantic Caution: The shift count -5 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   229.     D = A + (D << 9 | D >>> -9);
                                    ^^
*** Semantic Caution: The shift count -9 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   231.     C = D + (C << 14 | C >>> -14);
                                     ^-^
*** Semantic Caution: The shift count -14 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   233.     B = C + (B << 20 | B >>> -20);
                                     ^-^
*** Semantic Caution: The shift count -20 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   236.     A = B + (A << 5 | A >>> -5);
                                    ^^
*** Semantic Caution: The shift count -5 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   238.     D = A + (D << 9 | D >>> -9);
                                    ^^
*** Semantic Caution: The shift count -9 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   240.     C = D + (C << 14 | C >>> -14);
                                     ^-^
*** Semantic Caution: The shift count -14 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   242.     B = C + (B << 20 | B >>> -20);
                                     ^-^
*** Semantic Caution: The shift count -20 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   246.     A = B + (A << 4 | A >>> -4);
                                    ^^
*** Semantic Caution: The shift count -4 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   248.     D = A + (D << 11 | D >>> -11);
                                     ^-^
*** Semantic Caution: The shift count -11 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   250.     C = D + (C << 16 | C >>> -16);
                                     ^-^
*** Semantic Caution: The shift count -16 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   252.     B = C + (B << 23 | B >>> -23);
                                     ^-^
*** Semantic Caution: The shift count -23 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   255.     A = B + (A << 4 | A >>> -4);
                                    ^^
*** Semantic Caution: The shift count -4 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   257.     D = A + (D << 11 | D >>> -11);
                                     ^-^
*** Semantic Caution: The shift count -11 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   259.     C = D + (C << 16 | C >>> -16);
                                     ^-^
*** Semantic Caution: The shift count -16 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   261.     B = C + (B << 23 | B >>> -23);
                                     ^-^
*** Semantic Caution: The shift count -23 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   264.     A = B + (A << 4 | A >>> -4);
                                    ^^
*** Semantic Caution: The shift count -4 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   266.     D = A + (D << 11 | D >>> -11);
                                     ^-^
*** Semantic Caution: The shift count -11 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   268.     C = D + (C << 16 | C >>> -16);
                                     ^-^
*** Semantic Caution: The shift count -16 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   270.     B = C + (B << 23 | B >>> -23);
                                     ^-^
*** Semantic Caution: The shift count -23 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   273.     A = B + (A << 4 | A >>> -4);
                                    ^^
*** Semantic Caution: The shift count -4 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   275.     D = A + (D << 11 | D >>> -11);
                                     ^-^
*** Semantic Caution: The shift count -11 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   277.     C = D + (C << 16 | C >>> -16);
                                     ^-^
*** Semantic Caution: The shift count -16 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   279.     B = C + (B << 23 | B >>> -23);
                                     ^-^
*** Semantic Caution: The shift count -23 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   283.     A = B + (A << 6 | A >>> -6);
                                    ^^
*** Semantic Caution: The shift count -6 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   285.     D = A + (D << 10 | D >>> -10);
                                     ^-^
*** Semantic Caution: The shift count -10 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   287.     C = D + (C << 15 | C >>> -15);
                                     ^-^
*** Semantic Caution: The shift count -15 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   289.     B = C + (B << 21 | B >>> -21);
                                     ^-^
*** Semantic Caution: The shift count -21 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   292.     A = B + (A << 6 | A >>> -6);
                                    ^^
*** Semantic Caution: The shift count -6 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   294.     D = A + (D << 10 | D >>> -10);
                                     ^-^
*** Semantic Caution: The shift count -10 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   296.     C = D + (C << 15 | C >>> -15);
                                     ^-^
*** Semantic Caution: The shift count -15 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   298.     B = C + (B << 21 | B >>> -21);
                                     ^-^
*** Semantic Caution: The shift count -21 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   301.     A = B + (A << 6 | A >>> -6);
                                    ^^
*** Semantic Caution: The shift count -6 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   303.     D = A + (D << 10 | D >>> -10);
                                     ^-^
*** Semantic Caution: The shift count -10 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   305.     C = D + (C << 15 | C >>> -15);
                                     ^-^
*** Semantic Caution: The shift count -15 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   307.     B = C + (B << 21 | B >>> -21);
                                     ^-^
*** Semantic Caution: The shift count -21 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   310.     A = B + (A << 6 | A >>> -6);
                                    ^^
*** Semantic Caution: The shift count -6 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   312.     D = A + (D << 10 | D >>> -10);
                                     ^-^
*** Semantic Caution: The shift count -10 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   314.     C = D + (C << 15 | C >>> -15);
                                     ^-^
*** Semantic Caution: The shift count -15 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   316.     B = C + (B << 21 | B >>> -21);
                                     ^-^
*** Semantic Caution: The shift count -21 is negative; it will be masked to the appropriate width and behave as a positive shift count.

Issued 48 semantic warnings compiling "../gnu/java/security/hash/MD4.java":

   234.     aa = aa << 3 | aa >>> -3;
                                  ^^
*** Semantic Caution: The shift count -3 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   236.     dd = dd << 7 | dd >>> -7;
                                  ^^
*** Semantic Caution: The shift count -7 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   238.     cc = cc << 11 | cc >>> -11;
                                   ^-^
*** Semantic Caution: The shift count -11 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   240.     bb = bb << 19 | bb >>> -19;
                                   ^-^
*** Semantic Caution: The shift count -19 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   242.     aa = aa << 3 | aa >>> -3;
                                  ^^
*** Semantic Caution: The shift count -3 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   244.     dd = dd << 7 | dd >>> -7;
                                  ^^
*** Semantic Caution: The shift count -7 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   246.     cc = cc << 11 | cc >>> -11;
                                   ^-^
*** Semantic Caution: The shift count -11 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   248.     bb = bb << 19 | bb >>> -19;
                                   ^-^
*** Semantic Caution: The shift count -19 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   250.     aa = aa << 3 | aa >>> -3;
                                  ^^
*** Semantic Caution: The shift count -3 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   252.     dd = dd << 7 | dd >>> -7;
                                  ^^
*** Semantic Caution: The shift count -7 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   254.     cc = cc << 11 | cc >>> -11;
                                   ^-^
*** Semantic Caution: The shift count -11 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   256.     bb = bb << 19 | bb >>> -19;
                                   ^-^
*** Semantic Caution: The shift count -19 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   258.     aa = aa << 3 | aa >>> -3;
                                  ^^
*** Semantic Caution: The shift count -3 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   260.     dd = dd << 7 | dd >>> -7;
                                  ^^
*** Semantic Caution: The shift count -7 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   262.     cc = cc << 11 | cc >>> -11;
                                   ^-^
*** Semantic Caution: The shift count -11 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   264.     bb = bb << 19 | bb >>> -19;
                                   ^-^
*** Semantic Caution: The shift count -19 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   267.     aa = aa << 3 | aa >>> -3;
                                  ^^
*** Semantic Caution: The shift count -3 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   269.     dd = dd << 5 | dd >>> -5;
                                  ^^
*** Semantic Caution: The shift count -5 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   271.     cc = cc << 9 | cc >>> -9;
                                  ^^
*** Semantic Caution: The shift count -9 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   273.     bb = bb << 13 | bb >>> -13;
                                   ^-^
*** Semantic Caution: The shift count -13 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   275.     aa = aa << 3 | aa >>> -3;
                                  ^^
*** Semantic Caution: The shift count -3 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   277.     dd = dd << 5 | dd >>> -5;
                                  ^^
*** Semantic Caution: The shift count -5 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   279.     cc = cc << 9 | cc >>> -9;
                                  ^^
*** Semantic Caution: The shift count -9 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   281.     bb = bb << 13 | bb >>> -13;
                                   ^-^
*** Semantic Caution: The shift count -13 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   283.     aa = aa << 3 | aa >>> -3;
                                  ^^
*** Semantic Caution: The shift count -3 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   285.     dd = dd << 5 | dd >>> -5;
                                  ^^
*** Semantic Caution: The shift count -5 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   287.     cc = cc << 9 | cc >>> -9;
                                  ^^
*** Semantic Caution: The shift count -9 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   289.     bb = bb << 13 | bb >>> -13;
                                   ^-^
*** Semantic Caution: The shift count -13 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   291.     aa = aa << 3 | aa >>> -3;
                                  ^^
*** Semantic Caution: The shift count -3 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   293.     dd = dd << 5 | dd >>> -5;
                                  ^^
*** Semantic Caution: The shift count -5 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   295.     cc = cc << 9 | cc >>> -9;
                                  ^^
*** Semantic Caution: The shift count -9 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   297.     bb = bb << 13 | bb >>> -13;
                                   ^-^
*** Semantic Caution: The shift count -13 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   300.     aa = aa << 3 | aa >>> -3;
                                  ^^
*** Semantic Caution: The shift count -3 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   302.     dd = dd << 9 | dd >>> -9;
                                  ^^
*** Semantic Caution: The shift count -9 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   304.     cc = cc << 11 | cc >>> -11;
                                   ^-^
*** Semantic Caution: The shift count -11 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   306.     bb = bb << 15 | bb >>> -15;
                                   ^-^
*** Semantic Caution: The shift count -15 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   308.     aa = aa << 3 | aa >>> -3;
                                  ^^
*** Semantic Caution: The shift count -3 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   310.     dd = dd << 9 | dd >>> -9;
                                  ^^
*** Semantic Caution: The shift count -9 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   312.     cc = cc << 11 | cc >>> -11;
                                   ^-^
*** Semantic Caution: The shift count -11 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   314.     bb = bb << 15 | bb >>> -15;
                                   ^-^
*** Semantic Caution: The shift count -15 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   316.     aa = aa << 3 | aa >>> -3;
                                  ^^
*** Semantic Caution: The shift count -3 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   318.     dd = dd << 9 | dd >>> -9;
                                  ^^
*** Semantic Caution: The shift count -9 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   320.     cc = cc << 11 | cc >>> -11;
                                   ^-^
*** Semantic Caution: The shift count -11 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   322.     bb = bb << 15 | bb >>> -15;
                                   ^-^
*** Semantic Caution: The shift count -15 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   324.     aa = aa << 3 | aa >>> -3;
                                  ^^
*** Semantic Caution: The shift count -3 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   326.     dd = dd << 9 | dd >>> -9;
                                  ^^
*** Semantic Caution: The shift count -9 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   328.     cc = cc << 11 | cc >>> -11;
                                   ^-^
*** Semantic Caution: The shift count -11 is negative; it will be masked to the appropriate width and behave as a positive shift count.


   330.     bb = bb << 15 | bb >>> -15;
                                   ^-^
*** Semantic Caution: The shift count -15 is negative; it will be masked to the appropriate width and behave as a positive shift count.

Issued 1 semantic warning compiling "../external/sax/org/xml/sax/helpers/ParserAdapter.java":

   564.                             atts.addAttribute (nsSupport.XMLNS, prefix,
                                                                 ^---^
*** Semantic Warning: Accessing the class field "XMLNS" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type.

Issued 1 semantic warning compiling "../javax/swing/tree/DefaultTreeCellEditor.java":

   102.     public void EditorContainer()
                   ^------------------^
*** Semantic Warning: The name of this method "EditorContainer" matches the name of the containing class. However, the method is not a constructor since its declarator is qualified with a type.

Issued 2 semantic warnings compiling "../javax/swing/plaf/metal/MetalSliderUI.java":

   129.   protected final int TICK_BUFFER = 4;
                              ^-------------^
*** Semantic Warning: Final field "TICK_BUFFER" is initialized with a constant expression and could be made static to save space.


   132.   protected final String SLIDER_FILL = "JSlider.isFilled";
                                 ^------------------------------^
*** Semantic Warning: Final field "SLIDER_FILL" is initialized with a constant expression and could be made static to save space.

Issued 1 semantic warning compiling "../javax/swing/plaf/basic/BasicInternalFrameUI.java":

   178.     protected final int RESIZE_NONE = 0;
                                ^-------------^
*** Semantic Warning: Final field "RESIZE_NONE" is initialized with a constant expression and could be made static to save space.

Issued 1 lexical warning in "../gnu/java/rmi/registry/RegistryImpl_Stub.java":

    61.     private static java.lang.reflect.Method $method_bind_0;
                                                    ^------------^
*** Lexical Warning: The use of "$" in an identifier, while legal, is strongly discouraged, since it can conflict with compiler-generated names. If you are trying to access a nested type, use "." instead of "$".
touch compile-classes
if test "/tmp/pkgbuild/lang/classpath/work.aarch64eb/.tools/bin/zip" != ""; then /tmp/pkgbuild/lang/classpath/work.aarch64eb/.tools/bin/zip -r -D glibj.zip gnu java javax org sun META-INF > /dev/null; fi
if test "" != ""; then  cf glibj.zip gnu java javax org sun META-INF; fi
gmake[1]: Leaving directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/lib'
Making all in doc
gmake[1]: Entering directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/doc'
Making all in api
gmake[2]: Entering directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/doc/api'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/doc/api'
gmake[2]: Entering directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/doc'
gmake[2]: Nothing to be done for 'all-am'.
gmake[2]: Leaving directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/doc'
gmake[1]: Leaving directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/doc'
Making all in external
gmake[1]: Entering directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/external'
Making all in sax
gmake[2]: Entering directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/external/sax'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/external/sax'
Making all in w3c_dom
gmake[2]: Entering directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/external/w3c_dom'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/external/w3c_dom'
Making all in relaxngDatatype
gmake[2]: Entering directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/external/relaxngDatatype'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/external/relaxngDatatype'
gmake[2]: Entering directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/external'
gmake[2]: Nothing to be done for 'all-am'.
gmake[2]: Leaving directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/external'
gmake[1]: Leaving directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/external'
Making all in include
gmake[1]: Entering directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/include'
/usr/pkg/bin/gmake  all-am
gmake[2]: Entering directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/include'
gmake[2]: Leaving directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/include'
gmake[1]: Leaving directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/include'
Making all in native
gmake[1]: Entering directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/native'
Making all in fdlibm
gmake[2]: Entering directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/native/fdlibm'
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include   -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include  -O2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -MT dtoa.lo -MD -MP -MF ".deps/dtoa.Tpo" -c -o dtoa.lo dtoa.c; \
then mv -f ".deps/dtoa.Tpo" ".deps/dtoa.Plo"; else rm -f ".deps/dtoa.Tpo"; exit 1; fi
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include   -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include  -O2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -MT e_acos.lo -MD -MP -MF ".deps/e_acos.Tpo" -c -o e_acos.lo e_acos.c; \
then mv -f ".deps/e_acos.Tpo" ".deps/e_acos.Plo"; else rm -f ".deps/e_acos.Tpo"; exit 1; fi
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include   -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include  -O2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/include -I/usr/pkg/include -MT e_asin.lo -MD -MP -MF ".deps/e_asin.Tpo" -c -o e_asin.lo e_asin.c; \
then mv -f ".deps/e_asin.Tpo" ".deps/e_asin.Plo"; else rm -f ".deps/e_asin.Tpo"; exit 1; fi
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/lang/classpath/work.aarch64eb/.buildlink/include/glib-2.0 -I/tmp/pkgbuild/lang/classpath/work.aarch64eb/.buildlink/include/gio-unix-2.0 -I/tmp/pkgbuild/lang/classpath/work.aarch64eb/.buildlink/lib/glib-2.0/include -I/tmp/pkgbuild/lang/classpath/work.aarch64eb/.buildlink/include -O2 -MT e_asin.lo -MD -MP -MF .deps/e_asin.Tpo -c e_asin.c  -fPIC -DPIC -o .libs/e_asin.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/lang/classpath/work.aarch64eb/.buildlink/include/glib-2.0 -I/tmp/pkgbuild/lang/classpath/work.aarch64eb/.buildlink/include/gio-unix-2.0 -I/tmp/pkgbuild/lang/classpath/work.aarch64eb/.buildlink/lib/glib-2.0/include -I/tmp/pkgbuild/lang/classpath/work.aarch64eb/.buildlink/include -O2 -MT e_acos.lo -MD -MP -MF .deps/e_acos.Tpo -c e_acos.c  -fPIC -DPIC -o .libs/e_acos.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../include -I/tmp/pkgbuild/lang/classpath/work.aarch64eb/.buildlink/include/glib-2.0 -I/tmp/pkgbuild/lang/classpath/work.aarch64eb/.buildlink/include/gio-unix-2.0 -I/tmp/pkgbuild/lang/classpath/work.aarch64eb/.buildlink/lib/glib-2.0/include -I/tmp/pkgbuild/lang/classpath/work.aarch64eb/.buildlink/include -O2 -MT dtoa.lo -MD -MP -MF .deps/dtoa.Tpo -c dtoa.c  -fPIC -DPIC -o .libs/dtoa.o
In file included from mprec.h:34,
                 from dtoa.c:29:
ieeefp.h:159:2: error: #error Endianess not declared!!
  159 | #error Endianess not declared!!
      |  ^~~~~
In file included from fdlibm.h:25,
                 from e_asin.c:45:
ieeefp.h:159:2: error: #error Endianess not declared!!
  159 | #error Endianess not declared!!
      |  ^~~~~
In file included from e_asin.c:45:
fdlibm.h:272:2: error: #error Must define endianness
  272 | #error Must define endianness
      |  ^~~~~
distcc[3796] ERROR: compile e_asin.c on 10.0.20.122:3760 failed
distcc[3796] (dcc_build_somewhere) Warning: remote compilation of 'e_asin.c' failed, retrying locally
distcc[3796] Warning: failed to distribute e_asin.c to 10.0.20.122:3760, running locally instead
distcc[21795] ERROR: compile dtoa.c on 10.0.20.122:3760 failed
distcc[21795] (dcc_build_somewhere) Warning: remote compilation of 'dtoa.c' failed, retrying locally
distcc[21795] Warning: failed to distribute dtoa.c to 10.0.20.122:3760, running locally instead
In file included from fdlibm.h:25,
                 from e_acos.c:38:
ieeefp.h:159:2: error: #error Endianess not declared!!
  159 | #error Endianess not declared!!
      |  ^~~~~
In file included from e_acos.c:38:
fdlibm.h:272:2: error: #error Must define endianness
  272 | #error Must define endianness
      |  ^~~~~
distcc[7888] ERROR: compile e_acos.c on 10.0.20.122:3760 failed
distcc[7888] (dcc_build_somewhere) Warning: remote compilation of 'e_acos.c' failed, retrying locally
distcc[7888] Warning: failed to distribute e_acos.c to 10.0.20.122:3760, running locally instead
In file included from fdlibm.h:25,
                 from e_asin.c:45:
ieeefp.h:159:2: error: #error Endianess not declared!!
  159 | #error Endianess not declared!!
      |  ^~~~~
In file included from fdlibm.h:29,
                 from e_asin.c:45:
mprec.h:78:1: error: unknown type name 'Exactly'
   78 | Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
      | ^~~~~~~
mprec.h:78:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'of'
   78 | Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
      |             ^~
mprec.h:78:13: error: unknown type name 'of'
In file included from mprec.h:34,
                 from dtoa.c:29:
ieeefp.h:159:2: error: #error Endianess not declared!!
  159 | #error Endianess not declared!!
      |  ^~~~~
In file included from e_asin.c:45:
fdlibm.h:272:2: error: #error Must define endianness
  272 | #error Must define endianness
      |  ^~~~~
e_asin.c: In function 'ClasspathMath___ieee754_asin':
fdlibm.h:321:5: error: unknown type name 'ieee_double_shape_type'; did you mean 'ieee_float_shape_type'?
  321 |     ieee_double_shape_type gh_u;                                  \
      |     ^~~~~~~~~~~~~~~~~~~~~~
e_asin.c:80:2: note: in expansion of macro 'GET_HIGH_WORD'
   80 |  GET_HIGH_WORD(hx,x);
      |  ^~~~~~~~~~~~~
fdlibm.h:322:9: error: request for member 'value' in something not a structure or union
  322 |     gh_u.value = (d);                                             \
      |         ^
e_asin.c:80:2: note: in expansion of macro 'GET_HIGH_WORD'
   80 |  GET_HIGH_WORD(hx,x);
      |  ^~~~~~~~~~~~~
fdlibm.h:323:15: error: request for member 'parts' in something not a structure or union
  323 |     (i) = gh_u.parts.msw;                                         \
      |               ^
e_asin.c:80:2: note: in expansion of macro 'GET_HIGH_WORD'
   80 |  GET_HIGH_WORD(hx,x);
      |  ^~~~~~~~~~~~~
fdlibm.h:330:5: error: unknown type name 'ieee_double_shape_type'; did you mean 'ieee_float_shape_type'?
  330 |     ieee_double_shape_type gl_u;                                  \
      |     ^~~~~~~~~~~~~~~~~~~~~~
e_asin.c:84:6: note: in expansion of macro 'GET_LOW_WORD'
   84 |      GET_LOW_WORD(lx,x);
      |      ^~~~~~~~~~~~
fdlibm.h:331:9: error: request for member 'value' in something not a structure or union
  331 |     gl_u.value = (d);                                             \
      |         ^
e_asin.c:84:6: note: in expansion of macro 'GET_LOW_WORD'
   84 |      GET_LOW_WORD(lx,x);
      |      ^~~~~~~~~~~~
fdlibm.h:332:15: error: request for member 'parts' in something not a structure or union
  332 |     (i) = gl_u.parts.lsw;                                         \
      |               ^
e_asin.c:84:6: note: in expansion of macro 'GET_LOW_WORD'
   84 |      GET_LOW_WORD(lx,x);
      |      ^~~~~~~~~~~~
fdlibm.h:359:5: error: unknown type name 'ieee_double_shape_type'; did you mean 'ieee_float_shape_type'?
  359 |     ieee_double_shape_type sl_u;                                  \
      |     ^~~~~~~~~~~~~~~~~~~~~~
e_asin.c:110:6: note: in expansion of macro 'SET_LOW_WORD'
  110 |      SET_LOW_WORD(w,0);
      |      ^~~~~~~~~~~~
fdlibm.h:360:9: error: request for member 'value' in something not a structure or union
  360 |     sl_u.value = (d);                                             \
      |         ^
e_asin.c:110:6: note: in expansion of macro 'SET_LOW_WORD'
  110 |      SET_LOW_WORD(w,0);
      |      ^~~~~~~~~~~~
fdlibm.h:361:9: error: request for member 'parts' in something not a structure or union
  361 |     sl_u.parts.lsw = (v);                                         \
      |         ^
e_asin.c:110:6: note: in expansion of macro 'SET_LOW_WORD'
  110 |      SET_LOW_WORD(w,0);
      |      ^~~~~~~~~~~~
fdlibm.h:362:15: error: request for member 'value' in something not a structure or union
  362 |     (d) = sl_u.value;                                             \
      |               ^
e_asin.c:110:6: note: in expansion of macro 'SET_LOW_WORD'
  110 |      SET_LOW_WORD(w,0);
      |      ^~~~~~~~~~~~
In file included from fdlibm.h:25,
                 from e_acos.c:38:
ieeefp.h:159:2: error: #error Endianess not declared!!
  159 | #error Endianess not declared!!
      |  ^~~~~
In file included from fdlibm.h:29,
                 from e_acos.c:38:
mprec.h:78:1: error: unknown type name 'Exactly'
   78 | Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
      | ^~~~~~~
mprec.h:78:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'of'
   78 | Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
      |             ^~
mprec.h:78:13: error: unknown type name 'of'
In file included from e_acos.c:38:
fdlibm.h:272:2: error: #error Must define endianness
  272 | #error Must define endianness
      |  ^~~~~
In file included from dtoa.c:29:
mprec.h:78:1: error: unknown type name 'Exactly'
   78 | Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
      | ^~~~~~~
distcc[3796] ERROR: compile e_asin.c on localhost failed
e_acos.c: In function 'ClasspathMath___ieee754_acos':
mprec.h:78:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'of'
   78 | Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
      |             ^~
fdlibm.h:321:5: error: unknown type name 'ieee_double_shape_type'; did you mean 'ieee_float_shape_type'?
  321 |     ieee_double_shape_type gh_u;                                  \
      |     ^~~~~~~~~~~~~~~~~~~~~~
e_acos.c:71:2: note: in expansion of macro 'GET_HIGH_WORD'
   71 |  GET_HIGH_WORD(hx,x);
      |  ^~~~~~~~~~~~~
fdlibm.h:322:9: error: request for member 'value' in something not a structure or union
  322 |     gh_u.value = (d);                                             \
      |         ^
e_acos.c:71:2: note: in expansion of macro 'GET_HIGH_WORD'
   71 |  GET_HIGH_WORD(hx,x);
      |  ^~~~~~~~~~~~~
fdlibm.h:323:15: error: request for member 'parts' in something not a structure or union
  323 |     (i) = gh_u.parts.msw;                                         \
      |               ^
e_acos.c:71:2: note: in expansion of macro 'GET_HIGH_WORD'
   71 |  GET_HIGH_WORD(hx,x);
      |  ^~~~~~~~~~~~~
fdlibm.h:330:5: error: unknown type name 'ieee_double_shape_type'; did you mean 'ieee_float_shape_type'?
  330 |     ieee_double_shape_type gl_u;                                  \
      |     ^~~~~~~~~~~~~~~~~~~~~~
e_acos.c:75:6: note: in expansion of macro 'GET_LOW_WORD'
   75 |      GET_LOW_WORD(lx,x);
      |      ^~~~~~~~~~~~
mprec.h:78:13: error: unknown type name 'of'
fdlibm.h:331:9: error: request for member 'value' in something not a structure or union
  331 |     gl_u.value = (d);                                             \
      |         ^
e_acos.c:75:6: note: in expansion of macro 'GET_LOW_WORD'
   75 |      GET_LOW_WORD(lx,x);
      |      ^~~~~~~~~~~~
fdlibm.h:332:15: error: request for member 'parts' in something not a structure or union
  332 |     (i) = gl_u.parts.lsw;                                         \
      |               ^
e_acos.c:75:6: note: in expansion of macro 'GET_LOW_WORD'
   75 |      GET_LOW_WORD(lx,x);
      |      ^~~~~~~~~~~~
fdlibm.h:359:5: error: unknown type name 'ieee_double_shape_type'; did you mean 'ieee_float_shape_type'?
  359 |     ieee_double_shape_type sl_u;                                  \
      |     ^~~~~~~~~~~~~~~~~~~~~~
e_acos.c:101:6: note: in expansion of macro 'SET_LOW_WORD'
  101 |      SET_LOW_WORD(df,0);
      |      ^~~~~~~~~~~~
fdlibm.h:360:9: error: request for member 'value' in something not a structure or union
  360 |     sl_u.value = (d);                                             \
      |         ^
e_acos.c:101:6: note: in expansion of macro 'SET_LOW_WORD'
  101 |      SET_LOW_WORD(df,0);
      |      ^~~~~~~~~~~~
fdlibm.h:361:9: error: request for member 'parts' in something not a structure or union
  361 |     sl_u.parts.lsw = (v);                                         \
      |         ^
e_acos.c:101:6: note: in expansion of macro 'SET_LOW_WORD'
  101 |      SET_LOW_WORD(df,0);
      |      ^~~~~~~~~~~~
fdlibm.h:362:15: error: request for member 'value' in something not a structure or union
  362 |     (d) = sl_u.value;                                             \
      |               ^
e_acos.c:101:6: note: in expansion of macro 'SET_LOW_WORD'
  101 |      SET_LOW_WORD(df,0);
      |      ^~~~~~~~~~~~
gmake[2]: *** [Makefile:496: e_asin.lo] Error 1
gmake[2]: *** Waiting for unfinished jobs....
dtoa.c: In function '_Jv_dtoa_r':
dtoa.c:251:22: error: storage size of 'd' isn't known
  251 |   union double_union d, d2, eps;
      |                      ^
dtoa.c:251:25: error: storage size of 'd2' isn't known
  251 |   union double_union d, d2, eps;
      |                         ^~
dtoa.c:251:29: error: storage size of 'eps' isn't known
  251 |   union double_union d, d2, eps;
      |                             ^~~
distcc[7888] ERROR: compile e_acos.c on localhost failed
dtoa.c: In function '_Jv_dtoa':
dtoa.c:913:4: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
  913 |    free (l);
      |    ^~~~
dtoa.c:913:4: warning: incompatible implicit declaration of built-in function 'free'
dtoa.c:31:1: note: include '<stdlib.h>' or provide a declaration of 'free'
   30 | #include <string.h>
  +++ |+#include <stdlib.h>
   31 | 
dtoa.c:918:5: warning: incompatible implicit declaration of built-in function 'free'
  918 |     free (reent._freelist);
      |     ^~~~
dtoa.c:918:5: note: include '<stdlib.h>' or provide a declaration of 'free'
gmake[2]: *** [Makefile:496: e_acos.lo] Error 1
distcc[21795] ERROR: compile dtoa.c on localhost failed
gmake[2]: *** [Makefile:496: dtoa.lo] Error 1
gmake[2]: Leaving directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/native/fdlibm'
gmake[1]: *** [Makefile:353: all-recursive] Error 1
gmake[1]: Leaving directory '/tmp/pkgbuild/lang/classpath/work.aarch64eb/classpath-0.93/native'
gmake: *** [Makefile:389: all-recursive] Error 1
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/lang/classpath
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/classpath