bugmldonkey, a multi-networks file-sharing client - Bugs: bug #15273, mldonkey CVS version: missing...

 
 

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

bug #15273: mldonkey CVS version: missing Makefile dependencies?

Submitter:  Thomas Klausner <tk>
Submitted:  Fri 23 Dec 2005 01:02:56 AM UTC
   
 
Category:  Core Severity:  3 - Normal
Item Group:  Compilation problem Status:  Works For Me
Assigned to:  None Open/Closed:  Closed
Release:  2.7.2 Release:  2.7.2-cvs
Operating System:  NetBSD Binaries Origin:  CVS / Self compiled
CPU type:  Intel x86

Sat 24 Dec 2005 02:23:47 PM UTC, comment #5: 

Actually "gmake maintainerclean" is the best way to reset the
source code to its original state. But you will find that after
"./configure --enable-gui=newgui1" a maintainerclean will remove
too much files so compiling GTK1 newgui1 again will fail. This is
the only place this happens, otherwise maintainerclean works well.

So the safest way, which I am using here myself, is to have a
clean CVS checkout and copy this dir somewhere else for
patching/compiling.

spiralvoice <spiralvoice>
Group administrator
Sat 24 Dec 2005 12:30:57 PM UTC, comment #4: 

Actually, you are right, that works.
I had overlooked that configure starts a depends run.
So for updating after a CVS update, you recommend "gmake clean; ./configure ...; gmake"?
Feel free to close this bug report.

As to your other question:
Packages for the last stable pkgsrc branch are currently in
ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc-2005Q3/NetBSD-2.0/i386

The new branch 2005Q4 should be out soon, you can probably guess where the new packages will appear then :)

Thomas Klausner <tk>
Fri 23 Dec 2005 11:31:02 PM UTC, comment #3: 

Please try the following:
check-out CVS into a clean dir
./configure + options
gmake

no gmake clean after configure, gmake clean removes svg_converter.byte and other vital stuff created by make depend.

Does it work?

Another thing: I just tried for one hour to install x11 stuff on
NetBSD 2.0.2, can you give me a hint how to install it without
compiling it myself? I could not find the correct pkg_add addresses.

svg_converter.byte

spiralvoice <spiralvoice>
Group administrator
Fri 23 Dec 2005 04:28:11 PM UTC, comment #2: 

No, not doing 'gmake clean' does not help. On a fresh checkout it's a noop anyway.

Thomas Klausner <tk>
Fri 23 Dec 2005 11:21:00 AM UTC, comment #1: 

Does it work if you donĀ“t use "gmake clean" before gmake?

spiralvoice <spiralvoice>
Group administrator
Fri 23 Dec 2005 01:02:56 AM UTC, original submission:  

I'm tracking the mldonkey CVS version; I did a fresh checkout (removing any non-CVS files five minutes ago).
It doesn't compile for me.

The cpmmands I use are:
CFLAGS=-I/usr/X11R6/include LDFLAGS="-L/usr/X11R6/lib -Wl,-R/usr/X11R6/lib" ./configure --enable-pthread-lib --enable-gui=newgui2
gmake clean
gmake

The first problem I encounter is:
cp icons/rsvg/splash_screen.svg icons/rsvg/splash_screen.ml_icons
./svg_converter.byte icons/rsvg/splash_screen.ml_icons
gmake: ./svg_converter.byte: Command not found
gmake: * [icons/rsvg/splash_screen.ml_icons] Error 127

It seems there is a dependency missing from the .ml_icons file on svg_converter_byte.

If I do
gmake svg_converter.byte
gmake

then compilation continues until:

Converting file icons/rsvg/emoticon_wink.ml_icons
ocamlopt.opt -inline 10    -I src/utils/cdk  -I src/daemon/chat  -I src/gtk2/chat  -I src/utils/lib  -I src/utils/ocamlrss  -I src/utils/xml-light  -I src/utils/net  -I tools  -I src/daemon/common  -I src/daemon/driver  -I src/utils/mp3tagui  -I src/config/unix  -I src/gtk2/gui  -I src/gtk2/gui/x11  -I src/gtk2/gui/win32  -I icons/rsvg  -I +lablgtk2  -I src/im  -I src/im/yahoo  -I src/im/irc  -I src/gtk2/im  -I src/networks/gnutella  -I src/networks/gnutella2  -I src/networks/fasttrack  -I src/networks/fileTP  -I src/networks/bittorrent  -I src/networks/donkey -c icons/rsvg/splash_screen_svg.ml
I/O error: icons/rsvg/splash_screen_svg.ml: No such file or directory

I'm not sure how to create that file.

Please fix, thank you.

Thomas Klausner <tk>

 

(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 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-12-24 spiralvoice StatusNone Works For Me
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code