bugmldonkey, a multi-networks file-sharing client - Bugs: bug #7679, Syntax Error in...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #7679: Syntax Error in src/daemon/common/commonSources.ml

Submitted by:  None
Submitted on:  Wed 11 Feb 2004 02:57:06 PM UTC  
 
Category: CoreSeverity: 3 - Normal
Item Group: Compilation problemStatus: Fixed
Assigned to: NoneOpen/Closed: Closed
Release: 2.5.11Release: Before 1.14
Operating System: LinuxBinaries Origin: CVS / Self compiled
CPU type: None

(Jump to the original submission Jump to the original submission)

Mon 16 Feb 2004 06:26:40 PM UTC, comment #6:

Please check if this bug still is in current CVS version.

spiralvoice <spiralvoice>
Project Administrator
Fri 13 Feb 2004 11:08:24 PM UTC, comment #5:

Please check if patch 2634 works, reports from the mailinglist were positive

spiralvoice <spiralvoice>
Project Administrator
Fri 13 Feb 2004 02:23:03 AM UTC, comment #4:

Getting the same problem on MacOS X, the patch worked for me.

Anonymous
Thu 12 Feb 2004 05:25:45 PM UTC, comment #3:

I have removed mldonkey directory, got CVS checkout, ran "./configure" without any options just for the sake of testing it. Error occurs every time when I run "make depend".
Also there is another error when I run configure:
rm: cannot remove `build/CVS': Is a directory

Anonymous
Thu 12 Feb 2004 02:42:27 AM UTC, comment #2:

Here's a patch that works for me

cd mldonkey/src/daemon/common
patch -p0 < patch

Index: commonSources.ml
===================================================================
RCS file: /cvsroot/mldonkey/mldonkey/src/daemon/common/commonSources.ml,v
retrieving revision 1.4
diff -u -r1.4 commonSources.ml
--- commonSources.ml 10 Feb 2004 23:25:08 -0000 1.4
+++ commonSources.ml 12 Feb 2004 02:40:53 -0000
@@ -1014,10 +1014,10 @@
(* lprintf "ERROR: client should be in file queue (1)\n"; *)
match s.source_client with
SourceLastConnection _ ->
-(* lprintf " ERROR: client source has last conn\n" *)
+ lprintf " ERROR: client source has last conn\n"
| SourceClient cc ->
if c !=cc then
-(* lprintf " ERROR: client source client is different\n" *)
+ lprintf " ERROR: client source client is different\n"
end;

s.source_in_queues <- List2.removeq file s.source_in_queues

-Bruno Saverio Delbono
-unavailable-

Anonymous
Wed 11 Feb 2004 05:52:31 PM UTC, comment #1:

Did you made a CVS checkout into a clean directory?
What configure options did you use?

spiralvoice <spiralvoice>
Project Administrator
Wed 11 Feb 2004 02:57:06 PM UTC, original submission:

Got syntax error message while was trying to compile r.2.5.11 on 2/11/2004:
File "src/daemon/common/commonSources.ml", line 1018, characters 18-19:
Syntax error

Anonymous

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 2 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Wed 25 Feb 2004 10:53:32 AM UTCspiralvoiceStatusNone=>Fixed
  Open/ClosedOpen=>Closed

Back to the top


Powered by Savane 3.1-cleanup1