Freenet compilation errors.

Mark J. Roberts mjr@statesmean.com
Sat Jan 6 11:12:00 GMT 2001


Hi,
I've configured, built, and installed the latest GCC CVS, and it will
compile and run HelloWorld.java (Yay!).
However, when I attempted to build Fred (the Freenet Project Reference
Implementation) I encountered a few repetitive errors. I've attached the
build log for your perusal. Our CVS is hosted at Sourceforge, and you may
view individual files at
http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/Freenet/?cvsroot=freenet .
Thanks for your help!
-- 
Mark Roberts, The Freenet Project, http://freenetproject.org
mjr@statesmean.com
-------------- next part --------------
CLASSPATH=../..:/freenet gcj -o /freenet/gcjnode --main=Freenet.node.Node .././Address.java .././BadAddressException.java .././BadHandshakeException.java .././Conduit.java .././ConduitException.java .././ConnectException.java .././ConnectFailedException.java .././ConnectTimedOutException.java .././Connection.java .././ConnectionFactory.java .././ConnectionHandler.java .././Core.java .././FieldSet.java .././Handshake.java .././HandshakeHandler.java .././InvalidMessageException.java .././Key.java .././KeyException.java .././ListenException.java .././Listener.java .././ListenerFactory.java .././ListeningAddress.java .././Message.java .././MessageFactory.java .././MessageHandler.java .././MessageMemory.java .././MessageObject.java .././MessageObjectCB.java .././Params.java .././Peer.java .././Presentation.java .././ProtocolAddress.java .././ProtocolListeningAddress.java .././RawMessage.java .././SendFailedException.java .././StandardHandshakeHandler.java .././SuppressedHandshakeHandler.java .././Template.java .././Ticker.java ../client/BadArgumentException.java ../client/Base64.java ../client/CLI.java ../client/Client.java ../client/ClientCHK.java ../client/ClientCollisionListener.java ../client/ClientCore.java ../client/ClientEvent.java ../client/ClientEventListener.java ../client/ClientEventProducer.java ../client/ClientKSK.java ../client/ClientKey.java ../client/ClientMessageHandler.java ../client/ClientMessageObject.java ../client/ClientSSK.java ../client/ClientSVK.java ../client/ClientUtil.java ../client/CollisionException.java ../client/Document.java ../client/DoneListener.java ../client/EventInputStream.java ../client/EventLogger.java ../client/FreenetURI.java ../client/IllegalBase64Exception.java ../client/InsertClient.java ../client/MapFile.java ../client/MapHandler.java ../client/NoDataException.java ../client/RequestClient.java ../client/RequestToken.java ../client/Scrambler.java ../client/SegmentCompleteListener.java ../client/ServletConnectionHandler.java ../client/ServletConstructor.java ../client/ServletHandler.java ../client/SimpleEventProducer.java ../client/SimplifiedClient.java ../client/TransferStartedListener.java ../crypt/BlockCipher.java ../crypt/CipherInputStream.java ../crypt/CipherLink.java ../crypt/CipherModes.java ../crypt/CipherOutputStream.java ../crypt/CryptoKey.java ../crypt/DHGroup.java ../crypt/DSA.java ../crypt/DSAGroup.java ../crypt/DSAKeyPair.java ../crypt/DSASignature.java ../crypt/DSSVerifyingInputStream.java ../crypt/DiffieHellman.java ../crypt/Digest.java ../crypt/DigestFactory.java ../crypt/DigestInputStream.java ../crypt/DigestOutputStream.java ../crypt/EncipherStream.java ../crypt/EntropySource.java ../crypt/Global.java ../crypt/KEProtocol.java ../crypt/KeyPair.java ../crypt/PCFBMode.java ../crypt/ProgressiveHashInputStream.java ../crypt/ProgressiveHashOutputStream.java ../crypt/RSA.java ../crypt/RSAKeyPair.java ../crypt/RSASignature.java ../crypt/RandFile.java ../crypt/RandStream.java ../crypt/RandomSource.java ../crypt/SHA1.java ../crypt/SHA1Factory.java ../crypt/Util.java ../crypt/Yarrow.java ../message/DataInsert.java ../message/DataReply.java ../message/DataRequest.java ../message/DataSend.java ../message/Echo.java ../message/HandshakeReply.java ../message/HandshakeRequest.java ../message/InsertReply.java ../message/InsertRequest.java ../message/KeyedMM.java ../message/QueryRestarted.java ../message/Request.java ../message/RequestAbortException.java ../message/RequestCB.java ../message/RequestFailed.java ../message/RequestMM.java ../message/RequestRestarted.java ../message/SendBack.java ../message/SendDone.java ../message/StoreData.java ../message/TimedOut.java ../node/AndOp.java ../node/BadDataException.java ../node/BooleanOperator.java ../node/Data.java ../node/DataNotReadyException.java ../node/DataProperties.java ../node/DataStore.java ../node/DataStoreMaintence.java ../node/DelayInformWrite.java ../node/Entity.java ../node/EqOp.java ../node/FileData.java ../node/FileDataProperties.java ../node/FileEntity.java ../node/GTOp.java ../node/LTOp.java ../node/MetadataQuery.java ../node/MetadataStore.java ../node/Node.java ../node/NodeMessageObject.java ../node/NodeReference.java ../node/OpConverter.java ../node/Operator.java ../node/OrOp.java ../node/ServiceLauncher.java ../node/StandardDataStore.java ../node/StandardMessageHandler.java ../node/StreamHandler.java ../node/gui/AboutDialog.java ../node/gui/BooleanSetting.java ../node/gui/Config.java ../node/gui/FProxySettings.java ../node/gui/GUINode.java ../node/gui/Help.java ../node/gui/InformSettings.java ../node/gui/IntSetting.java ../node/gui/LoggingSettings.java ../node/gui/NetworkSettings.java ../node/gui/RadioSetting.java ../node/gui/RoutingSettings.java ../node/gui/Setting.java ../node/gui/SettingLabel.java ../node/gui/SettingsPanel.java ../node/gui/StoreSettings.java ../node/gui/StringSetting.java ../node/gui/TimingSettings.java ../support/BinaryTree.java ../support/BlockingQueue.java ../support/BlockingStack.java ../support/Bucket.java ../support/ByteCounter.java ../support/Callback.java ../support/CryptBucket.java ../support/CyclicArray.java ../support/ExceptionCallback.java ../support/Fields.java ../support/FileBucket.java ../support/HtmlLogger.java ../support/LimitedBinaryTree.java ../support/Loader.java ../support/Logger.java ../support/NullBucket.java ../support/OnExitCleanUp.java ../support/Pair.java ../support/PipedBucket.java ../support/PriorityHashtable.java ../support/Schedulable.java ../support/StandardLogger.java ../support/StringUtils.java ../support/SuppressedLogger.java ../support/ThroughputTracker.java ../support/TickerToken.java ../support/URLDecoder.java ../support/URLEncodedFormatException.java ../support/io/ControlInputStream.java ../support/io/CounterFilterInputStream.java ../support/io/CounterFilterOutputStream.java ../support/io/CounterOutputStream.java ../support/io/DataNotValidIOException.java ../support/io/PadOnErrorInputStream.java ../support/io/ReadInputStream.java ../support/io/SplitOutputStream.java ../support/io/ThrottledOutputStream.java ../support/io/TimeoutInputStream.java ../support/io/UnbufferedReader.java ../support/io/VerifyingInputStream.java ../support/io/WriteOutputStream.java ../thread/ERunnable.java ../thread/EThread.java ../thread/ThreadManager.java ../thread/ThreadPool.java ../thread/Wakeable.java ../transport/tcpAddress.java ../transport/tcpConnection.java ../transport/tcpListener.java ../transport/tcpListeningAddress.java ../transport/udpAddress.java ../keys/CHK.java ../keys/KHK.java ../keys/KSK.java ../keys/SVK.java ../presentation/FNPRawMessage.java ../presentation/FreenetProtocol.java ../crypt/ciphers/Rijndael.java ../crypt/ciphers/Rijndael_Algorithm.java ../crypt/ciphers/Rijndael_Properties.java ../crypt/ciphers/Twofish.java ../crypt/ciphers/Twofish_Algorithm.java ../crypt/ciphers/Twofish_Properties.java ../client/events/CollisionEvent.java ../client/events/ConnectionEvent.java ../client/events/ErrorEvent.java ../client/events/ExceptionEvent.java ../client/events/NoReplyEvent.java ../client/events/ReceiveEvent.java ../client/events/RequestCompleteEvent.java ../client/events/RequestFailedEvent.java ../client/events/RequestSuccessfulEvent.java ../client/events/RestartedEvent.java ../client/events/SegmentCompleteEvent.java ../client/events/SendEvent.java ../client/events/StateReachedEvent.java ../client/events/StreamEvent.java ../client/events/TransferCompletedEvent.java ../client/events/TransferStartedEvent.java ../client/events/TransferedEvent.java ../scripts/ServerPortSearch.java ../scripts/Setup.java ../contrib/fproxy/FProxyDocument.java ../contrib/fproxy/GracefulFailureException.java ../contrib/fproxy/HttpHandlerServlet.java ../contrib/fproxy/InsertFailedException.java ../contrib/fproxy/NoDataException.java ../contrib/fproxy/ProxyClient.java ../contrib/fproxy/ProxyServer.java ../contrib/fproxy/RequestFailedException.java ../contrib/fproxy/mumail/mime/MIME.java ../contrib/fproxy/mumail/mime/MIME_application.java ../contrib/fproxy/mumail/mime/MIME_audio.java ../contrib/fproxy/mumail/mime/MIME_image.java ../contrib/fproxy/mumail/mime/MIME_message_rfc822.java ../contrib/fproxy/mumail/mime/MIME_multipart.java ../contrib/fproxy/mumail/mime/MIME_text_plain.java ../contrib/fproxy/mumail/mime/MIMEbinary.java ../contrib/fproxy/mumail/mime/MIMEcoder.java ../contrib/fproxy/mumail/mime/MIMEtext.java ../contrib/fproxy/mumail/mime/mimeHeader.java ../contrib/fproxy/mumail/mime/mimeMail.java ../contrib/fproxy/filter/ContentFilter.java ../contrib/fproxy/filter/ContentFilterFactory.java ../contrib/fproxy/filter/FilterAnalysis.java ../contrib/fproxy/filter/FilterException.java ../contrib/fproxy/filter/Parser.java ../contrib/fproxy/filter/SimpleFilter.java ../contrib/fproxy/filter/Yytoken.java
Freenet/Core.java: In class `Freenet.Conduit':
Freenet/Core.java: In method `run()':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.ConnectionHandler$SendObjectHandler':
Freenet/Core.java: In method `handle(Freenet.MessageObject)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
.././Core.java: In class `Freenet.Core':
.././Core.java: In method `init(Freenet.Params)':
.././Core.java:132: Internal error: Segmentation fault.
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.FieldSet':
Freenet/Core.java: In method `inWriteFields(Freenet.support.io.WriteOutputStream,java.lang.String,char,char,char)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.Key':
Freenet/Core.java: In method `readKey(java.lang.String)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.MessageFactory':
Freenet/Core.java: In method `toMessage(Freenet.RawMessage)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.Params':
Freenet/Core.java: In method `init(java.lang.String[],java.lang.String[])':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.client.Document':
Freenet/Core.java: In method `toInputStream(Freenet.crypt.BlockCipher)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/client/Client.java: In class `Freenet.client.DoneListener':
Freenet/client/Client.java: In method `receive(Freenet.client.ClientEvent)':
Freenet/client/Client.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/client/Client.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/client/Client.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/client/Client.java: In class `Freenet.client.SegmentCompleteListener':
Freenet/client/Client.java: In method `receive(Freenet.client.ClientEvent)':
Freenet/client/Client.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.client.ServletConnectionHandler':
Freenet/Core.java: In method `Freenet.Core(Freenet.Connection,Freenet.servlet.Servlet)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.client.ServletHandler':
Freenet/Core.java: In method `acceptConnections()':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/client/Client.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/client/Client.java: In class `Freenet.client.TransferStartedListener':
Freenet/client/Client.java: In method `receive(Freenet.client.ClientEvent)':
Freenet/client/Client.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.crypt.DSSVerifyingInputStream':
Freenet/Core.java: In method `checkPart(int)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
../node/FileData.java: In class `Freenet.node.FileData$FDataInputStream':
../node/FileData.java: In method `Freenet.node.FileData$FDataInputStream(Freenet.node.FileData)':
../node/FileData.java:33: Can't reference `this' before the superclass constructor has been called.
 	 super(new BufferedInputStream(new FileInputStream(FileData.this.name)));
 ^
Freenet/Core.java: In class `Freenet.node.FileData':
Freenet/Core.java: In method `newFile()':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
../node/FileDataProperties.java: In class `Freenet.node.FileDataProperties':
../node/FileDataProperties.java: In method `store(Freenet.FieldSet)':
../node/FileDataProperties.java:81: Can't find constructor `Freenet.node.DataProperties$WrongOrderException()' in type `Freenet.node.DataProperties$WrongOrderException'.
 	 throw new DataProperties.WrongOrderException();
 ^
../node/FileDataProperties.java: In method `restore()':
../node/FileDataProperties.java:98: Can't find constructor `Freenet.node.DataProperties$WrongOrderException()' in type `Freenet.node.DataProperties$WrongOrderException'.
 	 throw new DataProperties.WrongOrderException();
 ^
2 errors
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.node.ServiceLauncher':
Freenet/Core.java: In method `Freenet.Core(Freenet.FieldSet)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.node.StandardDataStore$DoWrite':
Freenet/Core.java: In method `doWrite(Freenet.node.StandardDataStore,java.lang.String)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
../node/gui/Help.java: In class `Freenet.node.gui.Help':
../node/gui/Help.java: In method `Freenet.node.gui.Help()':
../node/gui/Help.java:17: No variable `SCROLLBARS_VERTICAL_ONLY' defined in type `java.awt.TextArea'.
 	text = new TextArea("", 5, 30, TextArea.SCROLLBARS_VERTICAL_ONLY);
 ^
../node/gui/Help.java:18: Can't find method `setEditable(Z)' in type `java.awt.TextArea'.
 	text.setEditable(false);
 ^
2 errors
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.node.gui.NetworkSettings':
Freenet/Core.java: In method `addComponents(Freenet.Params,Freenet.node.gui.Help)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
../node/gui/SettingsPanel.java: In class `Freenet.node.gui.SettingsPanel':
../node/gui/SettingsPanel.java: In method `addComponents()':
../node/gui/SettingsPanel.java:32: Class `GridBagLayout' not found in type declaration.
 	contentPane.setLayout(new GridBagLayout());
 ^
1 error
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
../node/gui/StringSetting.java: In class `Freenet.node.gui.StringSetting':
../node/gui/StringSetting.java: In method `createTextComponent()':
../node/gui/StringSetting.java:41: Can't find constructor `java.awt.TextField(Ljava/lang/String;)' in type `java.awt.TextField'.
 	TextField text = new TextField(params.getParam(id, dfl));
 ^
../node/gui/StringSetting.java: In method `update()':
../node/gui/StringSetting.java:64: Variable `text' may not have been initialized.
 	params.setParam(id, text.getText());
 ^
2 errors
Freenet/Core.java: In class `Freenet.node.gui.TimingSettings':
Freenet/Core.java: In method `addComponents(Freenet.Params,Freenet.node.gui.Help)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.transport.tcpConnection':
Freenet/Core.java: In method `Freenet.Core(Freenet.transport.tcpAddress)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.keys.CHK':
Freenet/Core.java: In method `verifyStream(java.io.InputStream,Freenet.FieldSet,long)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.keys.SVK':
Freenet/Core.java: In method `verifyStream(java.io.InputStream,Freenet.FieldSet,long,int)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.presentation.FNPRawMessage':
Freenet/Core.java: In method `Freenet.Core(java.io.InputStream)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.presentation.FreenetProtocol':
Freenet/Core.java: In method `Freenet.Core(boolean)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/client/Client.java: In class `Freenet.client.events.StateReachedEvent':
Freenet/client/Client.java: In method `getDescription()':
Freenet/client/Client.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/Core.java: In class `Freenet.contrib.fproxy.ProxyClient':
Freenet/Core.java: In method `insert(java.lang.String,java.io.InputStream,java.lang.String)':
Freenet/Core.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Freenet/support/SuppressedLogger.java: In class `Freenet.contrib.fproxy.ProxyServer':
Freenet/support/SuppressedLogger.java: In method `main(java.lang.String[])':
Freenet/support/SuppressedLogger.java:0: bad value constant type 0, index 0
Please submit a full bug report.
 See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
../contrib/fproxy/mumail/mime/MIME.java:2: unrecognized character in input stream.
 * Copyright (C) 1998 Mark T?mpfel and Uli Luckas
 ^
../contrib/fproxy/mumail/mime/MIME.java:3: unrecognized character in input stream.
 * Modified by Theodore Hong
 ^
2 errors
../contrib/fproxy/mumail/mime/MIME_application.java:2: unrecognized character in input stream.
 * Copyright (C) 1998 Mark T?mpfel and Uli Luckas
 ^
../contrib/fproxy/mumail/mime/MIME_application.java:3: unrecognized character in input stream.
 * Modified by Theodore Hong
 ^
2 errors
../contrib/fproxy/mumail/mime/MIME_audio.java:2: unrecognized character in input stream.
 * Copyright (C) 1998 Mark T?mpfel and Uli Luckas
 ^
../contrib/fproxy/mumail/mime/MIME_audio.java:3: unrecognized character in input stream.
 * Modified by Theodore Hong
 ^
2 errors
../contrib/fproxy/mumail/mime/MIME_image.java:2: unrecognized character in input stream.
 * Copyright (C) 1998 Mark T?mpfel and Uli Luckas
 ^
../contrib/fproxy/mumail/mime/MIME_image.java:3: unrecognized character in input stream.
 * Modified by Theodore Hong
 ^
2 errors
../contrib/fproxy/mumail/mime/MIME_message_rfc822.java:2: unrecognized character in input stream.
 * Copyright (C) 1998 Mark T?mpfel and Uli Luckas
 ^
../contrib/fproxy/mumail/mime/MIME_message_rfc822.java:3: unrecognized character in input stream.
 * Modified by Theodore Hong
 ^
2 errors
../contrib/fproxy/mumail/mime/MIME_multipart.java:2: unrecognized character in input stream.
 * Copyright (C) 1998 Mark T?mpfel and Uli Luckas
 ^
../contrib/fproxy/mumail/mime/MIME_multipart.java:3: unrecognized character in input stream.
 * Modified by Theodore Hong
 ^
2 errors
../contrib/fproxy/mumail/mime/MIME_text_plain.java:2: unrecognized character in input stream.
 * Copyright (C) 1998 Mark T?mpfel and Uli Luckas
 ^
../contrib/fproxy/mumail/mime/MIME_text_plain.java:3: unrecognized character in input stream.
 * Modified by Theodore Hong
 ^
2 errors
../contrib/fproxy/mumail/mime/MIMEbinary.java:2: unrecognized character in input stream.
 * Copyright (C) 1998 Mark T?mpfel and Uli Luckas
 ^
../contrib/fproxy/mumail/mime/MIMEbinary.java:3: unrecognized character in input stream.
 * Modified by Theodore Hong
 ^
2 errors
../contrib/fproxy/mumail/mime/MIMEcoder.java:2: unrecognized character in input stream.
 * Copyright (C) 1998 Mark T?mpfel and Uli Luckas
 ^
../contrib/fproxy/mumail/mime/MIMEcoder.java:3: unrecognized character in input stream.
 * Modified by Theodore Hong
 ^
2 errors
../contrib/fproxy/mumail/mime/MIMEtext.java:2: unrecognized character in input stream.
 * Copyright (C) 1998 Mark T?mpfel and Uli Luckas
 ^
../contrib/fproxy/mumail/mime/MIMEtext.java:3: unrecognized character in input stream.
 * Modified by Theodore Hong
 ^
2 errors
../contrib/fproxy/mumail/mime/mimeHeader.java:2: unrecognized character in input stream.
 * Copyright (C) 1998 Mark T?mpfel and Uli Luckas
 ^
../contrib/fproxy/mumail/mime/mimeHeader.java:3: unrecognized character in input stream.
 * Modified by Theodore Hong for fproxy
 ^
2 errors
../contrib/fproxy/mumail/mime/mimeMail.java:2: unrecognized character in input stream.
 * Copyright (C) 1998 Mark T?mpfel and Uli Luckas
 ^
../contrib/fproxy/mumail/mime/mimeMail.java:3: unrecognized character in input stream.
 * Modified by Theodore Hong for fproxy
 ^
2 errors
make: *** [build_list] Error 1


More information about the Java mailing list

AltStyle によって変換されたページ (->オリジナル) /