bugmldonkey, a multi-networks file-sharing client - Bugs: bug #3763, distclean removes vital files

 
 

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

bug #3763: distclean removes vital files

Submitter:  Invalid User ID <#19417>
Submitted:  Tue 27 May 2003 04:57:09 AM UTC
   
 
Category:  GUI Severity:  3 - Normal
Item Group:  Compilation problem Status:  Fixed
Assigned to:  None Open/Closed:  Closed
Release:  2-5-12 Release: 
Operating System:  Linux Binaries Origin:  Binary from Savannah
CPU type:  None

Fri 29 Apr 2005 03:41:34 PM UTC, comment #5: 

Tested this again on 2.5.30.14 and with all three GTK GUIs I
could issue make distclean after compiling and no vital files where removed.

spiralvoice <spiralvoice>
Group administrator
Sat 21 Aug 2004 01:56:01 PM UTC, comment #4: 

The following files are missing after a successful compile of MLDonkey and "make distclean":
src/gtk/im/gui_im_base.ml
src/gtk/newgui/gui_cdget_base.ml
src/gtk/newgui/gui_console_base.ml
src/gtk/newgui/gui_installer_base.ml

spiralvoice <spiralvoice>
Group administrator
Sat 21 Aug 2004 11:54:35 AM UTC, comment #3: 

Small update: CVS 2-5-28
./configure
make
make distclean
./configure
make depend called by ./configure fails:
make: * No rule to make target `src/gtk/newgui/gui_installer_base.ml', needed by `depend'.  Stop.

spiralvoice <spiralvoice>
Group administrator
Thu 05 Feb 2004 06:18:40 PM UTC, comment #2: 

In CVS 2004/02/05 src/im/gui_im_base.ml is missing:-(

spiralvoice <spiralvoice>
Group administrator
Tue 27 May 2003 05:12:43 AM UTC, comment #1: 

Sorry, this bug is definitely not major!  Somehow I missed that.

Invalid User ID <#19417>
Tue 27 May 2003 04:57:09 AM UTC, original submission:  

Running make distclean removes src/gtk/gui/gui_queries_base.ml, which prevents mldonkey from building again.

I think I tracked the problem down to line 1165 in the Makefile:

TMPSOURCES += $(libgui_ML4:.ml4=.ml) $(libgui_MLL:.mll=.ml) $(libgui_MLY:.mly=.ml) $(libgui_MLY:.mly=.mli) $(libgui_ZOG:.zog=.ml)

I think the last part is the problem: $(libgui_ZOG:.zog=.ml)

I don't know anything about Objective C, so I'm not even sure what a zog or ml file is, and I'm not sure if it should be in TMPSOURCES or not.

Invalid User ID <#19417>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 6 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-04-29 spiralvoice StatusNone Fixed
    Open/ClosedOpen Closed
2004-08-21 spiralvoice Release2-5-28 2-5-12
2004-08-21 spiralvoice Release2.5
2004-08-21 spiralvoice Release2-5-12 2-5-28
2004-03-02 spiralvoice Release2.00 2-5-12

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code