mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-bugs] [bugs #8797] Minor portability fixes for compiling and i


From: spiralvoice
Subject: [Mldonkey-bugs] [bugs #8797] Minor portability fixes for compiling and installing on Solaris
Date: Thu, 22 Jul 2004 19:56:30 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.1) Gecko/20040722 Debian/1.7.1-3

This mail is an automated notification from the bugs tracker
 of the project: mldonkey, a multi-networks file-sharing client.

/**************************************************************************/
[bugs #8797] Latest Modifications:

Changes by: 
                spiralvoice <address@hidden>
'Date: 
                Thu 07/22/04 at 23:48 (Europe/Berlin)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed







/**************************************************************************/
[bugs #8797] Full Item Snapshot:

URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=8797>
Project: mldonkey, a multi-networks file-sharing client
Submitted by: 0
On: Tue 05/04/04 at 20:58

Category:  Core
Severity:  5 - Average
Item Group:  Compilation problem
Resolution:  Fixed
Assigned to:  None
Status:  Closed
Release:  2-5-20
Release:  
Platform Version:  Solaris
Binaries Origin:  CVS / Self compiled
CPU type:  Sparc


Summary:  Minor portability fixes for compiling and installing on Solaris

Original Submission:  Overall, mldonkey compiles and installs very cleanly on 
Solaris, but there are two minor portability problems.

1) The src/utils/lib/autoconf.ml.new.in does not end with a   newline.  This 
causes the Solaris sed (which only deals with complete lines) to remove the 
last line when generating the autoconf.ml file, giving a file which does not 
compile.  Simply adding a newline after the last line in the .in file fixes the 
problem.

2) The install target in Makefile uses "test -e" to see if various binaries 
have been compiled.  -e is a GNU extension which does not exist in Solaris 
test.  However, using the standard -f switch will work just as well since the 
binaries are known to be regular files (not directories or device nodes) if 
they exist.  Changing all "test -e" to "test -f" in config/Makefile.in fixes 
the problem.


  // Marcus



Follow-up Comments
------------------


-------------------------------------------------------
Date: Wed 05/05/04 at 19:50         By: spiralvoice
Patch 3016 should fix this












For detailed info, follow this link:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=8797>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]