=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for classpath-0.93nb7
Making all in lib
gmake[1]: Entering directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/lib'
mkdir -p ../gnu/java/locale
../scripts/generate-locale-list.sh > ../gnu/java/locale/LocaleData.java
true
top_builddir=.. top_srcdir=.. /opt/pkg/bin/mksh ./gen-classlist.sh standard
Adding java source files from srcdir '..'.
Adding java source files from VM directory ../vm/reference
/opt/pkg/bin/jikes +Pno-switchcheck +Pno-shadow +F -encoding UTF-8 -bootclasspath '' -extdirs '' -sourcepath '' --classpath ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:.:: -d . @classes

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
touch resources
if test "/Users/pbulk/build/lang/classpath/work/.tools/bin/zip" != ""; then /Users/pbulk/build/lang/classpath/work/.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 '/Users/pbulk/build/lang/classpath/work/classpath-0.93/lib'
Making all in doc
gmake[1]: Entering directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/doc'
Making all in api
gmake[2]: Entering directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/doc/api'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/doc/api'
gmake[2]: Entering directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/doc'
gmake[2]: Nothing to be done for 'all-am'.
gmake[2]: Leaving directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/doc'
gmake[1]: Leaving directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/doc'
Making all in external
gmake[1]: Entering directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/external'
Making all in sax
gmake[2]: Entering directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/external/sax'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/external/sax'
Making all in w3c_dom
gmake[2]: Entering directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/external/w3c_dom'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/external/w3c_dom'
Making all in relaxngDatatype
gmake[2]: Entering directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/external/relaxngDatatype'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/external/relaxngDatatype'
gmake[2]: Entering directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/external'
gmake[2]: Nothing to be done for 'all-am'.
gmake[2]: Leaving directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/external'
gmake[1]: Leaving directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/external'
Making all in include
gmake[1]: Entering directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/include'
/opt/pkg/bin/gmake  all-am
gmake[2]: Entering directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/include'
gmake[2]: Nothing to be done for 'all-am'.
gmake[2]: Leaving directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/include'
gmake[1]: Leaving directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/include'
Making all in native
gmake[1]: Entering directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/native'
Making all in fdlibm
gmake[2]: Entering directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/native/fdlibm'
if /opt/pkg/bin/mksh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I../../include   -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include  -pipe -Os -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/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
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../include -I/Users/pbulk/build/lang/classpath/work/.buildlink/include/glib-2.0 -I/Users/pbulk/build/lang/classpath/work/.buildlink/include/gio-unix-2.0 -I/Users/pbulk/build/lang/classpath/work/.buildlink/lib/glib-2.0/include -I/Users/pbulk/build/lang/classpath/work/.buildlink/include -pipe -Os -MT dtoa.lo -MD -MP -MF .deps/dtoa.Tpo -c dtoa.c  -fno-common -DPIC -o .libs/dtoa.o
In file included from dtoa.c:29:
In file included from ./mprec.h:34:
./ieeefp.h:159:2: error: Endianess not declared!!
#error Endianess not declared!!
 ^
In file included from dtoa.c:29:
./mprec.h:78:1: error: unknown type name 'Exactly'
Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
^
./mprec.h:78:12: error: expected ';' after top level declarator
Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
           ^
           ;
dtoa.c:251:22: error: variable has incomplete type 'union double_union'
  union double_union d, d2, eps;
                     ^
dtoa.c:251:9: note: forward declaration of 'union double_union'
  union double_union d, d2, eps;
        ^
dtoa.c:251:25: error: variable has incomplete type 'union double_union'
  union double_union d, d2, eps;
                        ^
dtoa.c:251:9: note: forward declaration of 'union double_union'
  union double_union d, d2, eps;
        ^
dtoa.c:251:29: error: variable has incomplete type 'union double_union'
  union double_union d, d2, eps;
                            ^
dtoa.c:251:9: note: forward declaration of 'union double_union'
  union double_union d, d2, eps;
        ^
dtoa.c:913:4: warning: call to undeclared library function 'free' with type 'void (void *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
          free (l);
          ^
dtoa.c:913:4: note: include the header <stdlib.h> or explicitly provide a declaration for 'free'
1 warning and 6 errors generated.
gmake[2]: *** [Makefile:496: dtoa.lo] Error 1
gmake[2]: Leaving directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/native/fdlibm'
gmake[1]: *** [Makefile:353: all-recursive] Error 1
gmake[1]: Leaving directory '/Users/pbulk/build/lang/classpath/work/classpath-0.93/native'
gmake: *** [Makefile:389: all-recursive] Error 1
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/classpath
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/lang/classpath