public inbox for mauve-discuss@sourceware.org
 help / color / mirror / Atom feed
From: "Qian Wei Min" <qwm@ari.ncl.omron.co.jp>
To: <mauve-discuss@sourceware.cygnus.com>
Subject: question
Date: Sun, 30 May 1999 23:04:00 -0000	[thread overview]
Message-ID: <002801beab2b$5e054660$ca10a8c0@qwm.ari.ncl.omron.co.jp> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 10928 bytes --]

Dear sir:
 
I am a beginner. I want to use Mauve.
Now the file I used is 
mauve-snapshot-1999-05-20_tar.tar.
 
I  used 'configure'  and  changed 
anything.
 
Then I used 'make'.But system show next two 
lines.
"Makefile",line 301:Need an 
operator
make: fatal errors encountered -- cannot 
continue
The line 301 is ' include choices'.
 
I used '#' to ignore this line , and used 'make' 
.
Everything is OK.Then used 'make' again.
The same error happened,but this times error line is 
307.

"Makefile",line 307:Need an 
operator
make: fatal errors encountered -- cannot 
continue
The line 307 is ' include choices'.
 
And when I use 'make check' the return is "117 of 117 tests 
failed".
FAIL: uncaught exception loading gnu.testlet.*
All the reurn please see the file 'result.txt'.
 
Is there something error in my useing.?
How can I do now?Can you help me?
Thanks.
 
QWM
 
ok=no;  if test -f .save-keys && test -f choices && test "`cat .save-keys`" = ""; then  ok=yes;  fi;  here=`/bin/pwd`;  if test "$ok" = no; then  echo "" > .save-keys;  cd . && /bin/sh choose $here ;  fi
javac -g gnu/testlet/config.java
here=`/bin/pwd`; cd .;  CLASSPATH=$here:`/bin/pwd` javac -g -d $here  gnu/testlet/SimpleTestHarness.java  gnu/testlet/TestHarness.java gnu/testlet/Testlet.java  gnu/testlet/ResourceNotFoundException.java 
touch classes.stamp
make check-local
ok=no;  if test -f .save-keys && test -f choices && test "`cat .save-keys`" = ""; then  ok=yes;  fi;  here=`/bin/pwd`;  if test "$ok" = no; then  echo "" > .save-keys;  cd . && /bin/sh choose $here ;  fi
here=`/bin/pwd`; cd .;  CLASSPATH=$here:`/bin/pwd` javac -g -d $here  gnu/testlet/SimpleTestHarness.java  gnu/testlet/TestHarness.java gnu/testlet/Testlet.java  gnu/testlet/ResourceNotFoundException.java 
touch classes.stamp
cat classes |  java gnu.testlet.SimpleTestHarness 
FAIL: uncaught exception loading gnu.testlet.java.beans.DescriptorTest
FAIL: uncaught exception loading gnu.testlet.java.beans.IntrospectorTest
FAIL: uncaught exception loading gnu.testlet.java.io.BufferedByteOutputStream.Test
FAIL: uncaught exception loading gnu.testlet.java.io.BufferedCharWriter.Test
FAIL: uncaught exception loading gnu.testlet.java.io.BufferedInputStream.MarkReset
FAIL: uncaught exception loading gnu.testlet.java.io.BufferedInputStream.ProtectedVars
FAIL: uncaught exception loading gnu.testlet.java.io.BufferedInputStream.SimpleRead
FAIL: uncaught exception loading gnu.testlet.java.io.BufferedReader.MarkReset
FAIL: uncaught exception loading gnu.testlet.java.io.BufferedReader.SimpleRead
FAIL: uncaught exception loading gnu.testlet.java.io.ByteArrayInputStream.MarkReset
FAIL: uncaught exception loading gnu.testlet.java.io.ByteArrayInputStream.ProtectedVars
FAIL: uncaught exception loading gnu.testlet.java.io.ByteArrayInputStream.SimpleRead
FAIL: uncaught exception loading gnu.testlet.java.io.CharArrayReader.MarkReset
FAIL: uncaught exception loading gnu.testlet.java.io.CharArrayReader.ProtectedVars
FAIL: uncaught exception loading gnu.testlet.java.io.CharArrayReader.SimpleRead
FAIL: uncaught exception loading gnu.testlet.java.io.DataInputOutput.ReadReference
FAIL: uncaught exception loading gnu.testlet.java.io.DataInputOutput.WriteRead
FAIL: uncaught exception loading gnu.testlet.java.io.DataInputStream.readLine
FAIL: uncaught exception loading gnu.testlet.java.io.LineNumberInputStream.Test
FAIL: uncaught exception loading gnu.testlet.java.io.LineNumberReader.Test
FAIL: uncaught exception loading gnu.testlet.java.io.PipedReaderWriter.Test
FAIL: uncaught exception loading gnu.testlet.java.io.PipedStream.Test
FAIL: uncaught exception loading gnu.testlet.java.io.PushbackInputStream.BufferOverflow
FAIL: uncaught exception loading gnu.testlet.java.io.PushbackInputStream.ProtectedVars
FAIL: uncaught exception loading gnu.testlet.java.io.PushbackInputStream.Unread
FAIL: uncaught exception loading gnu.testlet.java.io.PushbackReader.BufferOverflow
FAIL: uncaught exception loading gnu.testlet.java.io.PushbackReader.Unread
FAIL: uncaught exception loading gnu.testlet.java.io.SequenceInputStream.Test
FAIL: uncaught exception loading gnu.testlet.java.io.StringBufferInputStream.MarkReset
FAIL: uncaught exception loading gnu.testlet.java.io.StringBufferInputStream.ProtectedVars
FAIL: uncaught exception loading gnu.testlet.java.io.StringBufferInputStream.SimpleRead
FAIL: uncaught exception loading gnu.testlet.java.io.StringWriter.Test
FAIL: uncaught exception loading gnu.testlet.java.io.Utf8Encoding.ReadReference
FAIL: uncaught exception loading gnu.testlet.java.io.Utf8Encoding.WriteRead
FAIL: uncaught exception loading gnu.testlet.java.lang.Boolean.equals_Boolean
FAIL: uncaught exception loading gnu.testlet.java.lang.Boolean.get
FAIL: uncaught exception loading gnu.testlet.java.lang.Boolean.hashcode_Boolean
FAIL: uncaught exception loading gnu.testlet.java.lang.Boolean.new_Boolean
FAIL: uncaught exception loading gnu.testlet.java.lang.Boolean.value
FAIL: uncaught exception loading gnu.testlet.java.lang.Byte.new_Byte
FAIL: uncaught exception loading gnu.testlet.java.lang.Character.classify
FAIL: uncaught exception loading gnu.testlet.java.lang.Character.consts
FAIL: uncaught exception loading gnu.testlet.java.lang.Character.digit
FAIL: uncaught exception loading gnu.testlet.java.lang.Character.equals_Character
FAIL: uncaught exception loading gnu.testlet.java.lang.Character.forDigit
FAIL: uncaught exception loading gnu.testlet.java.lang.Character.getNumericValue
FAIL: uncaught exception loading gnu.testlet.java.lang.Character.getType
FAIL: uncaught exception loading gnu.testlet.java.lang.Character.hash
FAIL: uncaught exception loading gnu.testlet.java.lang.Character.to
FAIL: uncaught exception loading gnu.testlet.java.lang.Character.unicode
FAIL: uncaught exception loading gnu.testlet.java.lang.Double.new_Double
FAIL: uncaught exception loading gnu.testlet.java.lang.Float.new_Float
FAIL: uncaught exception loading gnu.testlet.java.lang.Integer.getInteger
FAIL: uncaught exception loading gnu.testlet.java.lang.Integer.new_Integer
FAIL: uncaught exception loading gnu.testlet.java.lang.Long.getLong
FAIL: uncaught exception loading gnu.testlet.java.lang.Long.new_Long
FAIL: uncaught exception loading gnu.testlet.java.lang.Math.cos
FAIL: uncaught exception loading gnu.testlet.java.lang.Math.max
FAIL: uncaught exception loading gnu.testlet.java.lang.Math.min
FAIL: uncaught exception loading gnu.testlet.java.lang.Math.rint
FAIL: uncaught exception loading gnu.testlet.java.lang.Short.hash
FAIL: uncaught exception loading gnu.testlet.java.lang.String.charAt
FAIL: uncaught exception loading gnu.testlet.java.lang.String.compareTo
FAIL: uncaught exception loading gnu.testlet.java.lang.String.decode
FAIL: uncaught exception loading gnu.testlet.java.lang.String.getBytes
FAIL: uncaught exception loading gnu.testlet.java.lang.String.indexOf
FAIL: uncaught exception loading gnu.testlet.java.lang.String.new_String
FAIL: uncaught exception loading gnu.testlet.java.lang.String.startsWith
FAIL: uncaught exception loading gnu.testlet.java.lang.String.substring
FAIL: uncaught exception loading gnu.testlet.java.lang.String.to
FAIL: uncaught exception loading gnu.testlet.java.lang.StringBuffer.plus
FAIL: uncaught exception loading gnu.testlet.java.lang.System.arraycopy
FAIL: uncaught exception loading gnu.testlet.java.lang.reflect.Modifier.toString
FAIL: uncaught exception loading gnu.testlet.java.net.DatagramPacket.DatagramPacketTest
FAIL: uncaught exception loading gnu.testlet.java.net.DatagramPacket.DatagramPacketTest2
FAIL: uncaught exception loading gnu.testlet.java.net.DatagramSocket.DatagramSocketTest
FAIL: uncaught exception loading gnu.testlet.java.net.DatagramSocket.DatagramSocketTest2
FAIL: uncaught exception loading gnu.testlet.java.net.InetAddress.InetAddressTest
FAIL: uncaught exception loading gnu.testlet.java.net.MulticastSocket.MulticastSocketTest
FAIL: uncaught exception loading gnu.testlet.java.net.ServerSocket.ServerSocketTest
FAIL: uncaught exception loading gnu.testlet.java.net.Socket.SocketTest
FAIL: uncaught exception loading gnu.testlet.java.net.URL.URLTest
FAIL: uncaught exception loading gnu.testlet.java.net.URLConnection.URLConnectionTest
FAIL: uncaught exception loading gnu.testlet.java.net.URLEncoder.URLEncoderTest
FAIL: uncaught exception loading gnu.testlet.java.sql.Connection.TestJdbc10
FAIL: uncaught exception loading gnu.testlet.java.sql.DatabaseMetaData.TestJdbc10
FAIL: uncaught exception loading gnu.testlet.java.sql.Types.TestJdbc10
FAIL: uncaught exception loading gnu.testlet.java.text.BreakIterator.chariter
FAIL: uncaught exception loading gnu.testlet.java.text.BreakIterator.lineiter
FAIL: uncaught exception loading gnu.testlet.java.text.BreakIterator.sentiter
FAIL: uncaught exception loading gnu.testlet.java.text.BreakIterator.worditer
FAIL: uncaught exception loading gnu.testlet.java.text.CharacterIterator.implement
FAIL: uncaught exception loading gnu.testlet.java.text.ChoiceFormat.format
FAIL: uncaught exception loading gnu.testlet.java.text.ChoiceFormat.next
FAIL: uncaught exception loading gnu.testlet.java.text.ChoiceFormat.parse
FAIL: uncaught exception loading gnu.testlet.java.text.Collator.Constants
FAIL: uncaught exception loading gnu.testlet.java.text.Collator.GetSet
FAIL: uncaught exception loading gnu.testlet.java.text.DateFormat.Test
FAIL: uncaught exception loading gnu.testlet.java.text.DateFormatSymbols.Test
FAIL: uncaught exception loading gnu.testlet.java.text.DecimalFormat.format
FAIL: uncaught exception loading gnu.testlet.java.text.DecimalFormat.parse
FAIL: uncaught exception loading gnu.testlet.java.text.DecimalFormat.position
FAIL: uncaught exception loading gnu.testlet.java.text.DecimalFormat.topattern
FAIL: uncaught exception loading gnu.testlet.java.text.DecimalFormatSymbols.DumpDefault11
FAIL: uncaught exception loading gnu.testlet.java.text.DecimalFormatSymbols.GetSet11
FAIL: uncaught exception loading gnu.testlet.java.text.MessageFormat.format
FAIL: uncaught exception loading gnu.testlet.java.text.MessageFormat.parse
FAIL: uncaught exception loading gnu.testlet.java.text.ParseException.Test
FAIL: uncaught exception loading gnu.testlet.java.text.RuleBasedCollator.VeryBasic
FAIL: uncaught exception loading gnu.testlet.java.text.SimpleDateFormat.Test
FAIL: uncaught exception loading gnu.testlet.java.text.StringCharacterIterator.constructor
FAIL: uncaught exception loading gnu.testlet.java.util.BitSet.jdk10
FAIL: uncaught exception loading gnu.testlet.java.util.Hashtable.basic
FAIL: uncaught exception loading gnu.testlet.java.util.Random.basic
FAIL: uncaught exception loading gnu.testlet.java.util.ResourceBundle.getBundle
FAIL: uncaught exception loading gnu.testlet.java.util.zip.GZIPInputStream.basic
FAIL: uncaught exception loading gnu.testlet.java.util.zip.ZipInputStream.basic
117 of 117 tests failed
*** Error code 1

Stop.
*** Error code 1

Stop.

             reply	other threads:[~1999-05-30 23:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-30 23:04 Qian Wei Min [this message]
1999-06-01  5:56 ` question Anthony Green
  -- strict thread matches above, loose matches on Subject: below --
2004-12-02 12:40 question ram krishna
2004-12-02 12:52 ` question Michael Koch
1999-05-25 22:46 question Qian Wei Min
1999-05-25 22:36 question Qian Wei Min
1999-05-26  8:54 ` question Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='002801beab2b$5e054660$ca10a8c0@qwm.ari.ncl.omron.co.jp' \
    --to=qwm@ari.ncl.omron.co.jp \
    --cc=mauve-discuss@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).