[cp-testresults] classpath daily snapshot 20060729 FAILED

2006-07-28 Thread Michael Koch
   ^-^
*** 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":

   109. 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 ! [ -e gnu ]; then mkdir gnu; fi
if ! [ -e gnu/java ]; then mkdir gnu/java; fi
if ! [ -e gnu/java/locale ]; then mkdir gnu/java/locale; fi
if ! [ -e gnu/javax/swing/plaf/gtk/icons ]; then mkdir -p 
gnu/javax/swing/plaf/gtk/icons; fi
touch resources
if test "/usr/bin/zip" != ""; then /usr/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
make[2]: Leaving directory 
`/home/mkoch/src/classpath/build/classpath-20060729/_build/lib'
Making all in doc
make[2]: Entering directory 
`/home/mkoch/src/classpath/build/classpath-20060729/_build/doc'
Making all in api
make[3]: Entering directory 
`/home/mkoch/src/classpath/build/classpath-20060729/_build/doc/api'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory 
`/home/mkoch/src/classpath/build/classpath-20060729/_build/doc/api'
make[3]: Entering directory 
`/home/mkoch/src/classpath/build/classpath-20060729/_build/doc'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && cd ../../doc && \
rm -rf $backupdir && mkdir $backupdir && \
for f in ../../doc/tools.info ../../doc/tools.info-[0-9] 
../../doc/tools.info-[0-9][0-9] ../../doc/tools.i[0-9] 
../../doc/tools.i[0-9][0-9]; do \
  if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
cd "$am__cwd"; \
if /bin/sh /home/mkoch/src/classpath/build/classpath-20060729/missing --run 
makeinfo   -I ../../doc \
 -o ../../doc/tools.info ../../doc/tools.texinfo; \
then \
  rc=0; \
  cd ../../doc; \
else \
  rc=$?; \
  cd ../../doc && \
  $restore $backupdir/* `echo "./../../doc/tools.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
mkdir: cannot create directory `.am8': Permission denied
../../doc/tools.info: Permission denied
ma

Re: [cp-testresults] classpath daily snapshot 20060729 FAILED

2006-07-29 Thread Mark Wielaard
Hi Michael,

On Sat, 2006-07-29 at 06:02 +0200, Michael Koch wrote:
> rm -rf $backupdir && mkdir $backupdir && \
> for f in ../../doc/tools.info ../../doc/tools.info-[0-9] 
> ../../doc/tools.info-[0-9][0-9] ../../doc/tools.i[0-9] 
> ../../doc/tools.i[0-9][0-9]; do \
>   if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
> done; \
> cd "$am__cwd"; \
> if /bin/sh /home/mkoch/src/classpath/build/classpath-20060729/missing --run 
> makeinfo   -I ../../doc \
>  -o ../../doc/tools.info ../../doc/tools.texinfo; \
> then \
>   rc=0; \
>   cd ../../doc; \
> else \
>   rc=$?; \
>   cd ../../doc && \
>   $restore $backupdir/* `echo "./../../doc/tools.info" | sed 's|[^/]*$||'`; \
> fi; \
> rm -rf $backupdir; exit $rc
> mkdir: cannot create directory `.am8': Permission denied
> ../../doc/tools.info: Permission denied
> make[3]: *** [../../doc/tools.info] Error 1
> make[3]: Leaving directory 
> `/home/mkoch/src/classpath/build/classpath-20060729/_build/doc'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory 
> `/home/mkoch/src/classpath/build/classpath-20060729/_build/doc'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory 
> `/home/mkoch/src/classpath/build/classpath-20060729/_build'
> make: *** [distcheck] Error 2

Any idea what is causing this?

Cheers,

Mark



___
Classpath-testresults mailing list
Classpath-testresults@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-testresults


Re: [cp-testresults] classpath daily snapshot 20060729 FAILED

2006-07-29 Thread Michael Koch
On Sat, Jul 29, 2006 at 12:14:31PM +0200, Mark Wielaard wrote:
> Hi Michael,
> 
> On Sat, 2006-07-29 at 06:02 +0200, Michael Koch wrote:
> > rm -rf $backupdir && mkdir $backupdir && \
> > for f in ../../doc/tools.info ../../doc/tools.info-[0-9] 
> > ../../doc/tools.info-[0-9][0-9] ../../doc/tools.i[0-9] 
> > ../../doc/tools.i[0-9][0-9]; do \
> >   if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
> > done; \
> > cd "$am__cwd"; \
> > if /bin/sh /home/mkoch/src/classpath/build/classpath-20060729/missing --run 
> > makeinfo   -I ../../doc \
> >  -o ../../doc/tools.info ../../doc/tools.texinfo; \
> > then \
> >   rc=0; \
> >   cd ../../doc; \
> > else \
> >   rc=$?; \
> >   cd ../../doc && \
> >   $restore $backupdir/* `echo "./../../doc/tools.info" | sed 's|[^/]*$||'`; 
> > \
> > fi; \
> > rm -rf $backupdir; exit $rc
> > mkdir: cannot create directory `.am8': Permission denied
> > ../../doc/tools.info: Permission denied
> > make[3]: *** [../../doc/tools.info] Error 1
> > make[3]: Leaving directory 
> > `/home/mkoch/src/classpath/build/classpath-20060729/_build/doc'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory 
> > `/home/mkoch/src/classpath/build/classpath-20060729/_build/doc'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory 
> > `/home/mkoch/src/classpath/build/classpath-20060729/_build'
> > make: *** [distcheck] Error 2
> 
> Any idea what is causing this?

"make distcheck" seems to be broken.

When I do it in my normal environment it works (or seems to).
When I do it with DISTCHECK_CONFIGURE_FLAGS set as on the autobuilder it
fails.

DISTCHECK_CONFIGURE_FLAGS="--with-jikes=/home/mkoch/local/jikes/bin/jikes
--disable-Werror --disable-gtk-peer --disable-plugin
--disable-gconf-peer"

So it seems to depend on the configure flags used. I bet Tom Tromey's
latest patch to tools/Makefile.am broke it.


Cheers,
Michael
-- 
http://www.worldforge.org/


___
Classpath-testresults mailing list
Classpath-testresults@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-testresults


Re: [cp-testresults] classpath daily snapshot 20060729 FAILED

2006-07-29 Thread Mark Wielaard
Hi Michael,

On Sat, 2006-07-29 at 13:08 +0200, Michael Koch wrote:
> > > mkdir: cannot create directory `.am8': Permission denied
> > > ../../doc/tools.info: Permission denied
> > > make[3]: *** [../../doc/tools.info] Error 1
> > > make[3]: Leaving directory 
> > > `/home/mkoch/src/classpath/build/classpath-20060729/_build/doc'
> > > make[2]: *** [all-recursive] Error 1
> > > make[2]: Leaving directory 
> > > `/home/mkoch/src/classpath/build/classpath-20060729/_build/doc'
> > > make[1]: *** [all-recursive] Error 1
> > > make[1]: Leaving directory 
> > > `/home/mkoch/src/classpath/build/classpath-20060729/_build'
> > > make: *** [distcheck] Error 2
> > 
> > Any idea what is causing this?
> 
> "make distcheck" seems to be broken.
> 
> When I do it in my normal environment it works (or seems to).
> When I do it with DISTCHECK_CONFIGURE_FLAGS set as on the autobuilder it
> fails.
> 
> DISTCHECK_CONFIGURE_FLAGS="--with-jikes=/home/mkoch/local/jikes/bin/jikes
> --disable-Werror --disable-gtk-peer --disable-plugin
> --disable-gconf-peer"
> 
> So it seems to depend on the configure flags used.

How curious. My local make distcheck seems to go fine even with the
above flags.

Cheers,

Mark



___
Classpath-testresults mailing list
Classpath-testresults@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-testresults