bugClasspath Extensions - Bugs: bug #41370, inetlib "make install"...

 
 

bug #41370: inetlib "make install" Double Copy

Submitter:  None
Submitted:  Mon 27 Jan 2014 09:10:07 PM UTC
   
 
Category:  None Severity:  2 - Minor
Item Group:  None Status:  Confirmed
Privacy:  Public Assigned to:  conradpino
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 28 Jan 2014 06:33:05 PM UTC, comment #1: 

Good plan.

Chris Burdess <dog>
Group administrator
Mon 27 Jan 2014 09:10:07 PM UTC, original submission:  

On CentOS and Debian systems "make install" copies JAR file twice instead of just once with a symbolic link.  See below:

conrad@debdev:~/gnu/svn/trunk/inetlib$ ls -l /usr/local/share/java
total 472
-rw-r--r-- 1 root staff  47042 Jan 21 14:35 activation.jar
-rw-r--r-- 1 root staff 210811 Jan 21 14:45 inetlib-1.2.jar
-rw-r--r-- 1 root staff 210811 Jan 21 14:45 inetlib.jar
conrad@debdev:~/gnu/svn/trunk/inetlib$

I suggest /usr/local/share/java should mimic the build directory:

conrad@debdev:~/gnu/svn/trunk/inetlib$ ls -l *.jar
-rw-rw-r-- 1 conrad conrad 210869 Jan 27 01:26 inetlib-1.2.jar
lrwxrwxrwx 1 conrad conrad     15 Jan 27 01:26 inetlib.jar -> inetlib-1.2.jar
conrad@debdev:~/gnu/svn/trunk/inetlib$

Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dog (Posted a comment)
  • -email is unavailable- added by conradpino (Updated the item)
  • -email is unavailable- added by conradpino
  •  

    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.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-01-27 conradpino Severity3 - Normal 2 - Minor
        StatusNone Confirmed
        Assigned toNone conradpino
        Carbon-Copy- Added dog

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code