This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgcj/7556: libjava tests fail because of new naming of libgcj.jar


>Number:         7556
>Category:       libgcj
>Synopsis:       libjava tests fail because of new naming of libgcj.jar
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Aug 09 08:46:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Willy Weisz
>Release:        3.1.1
>Organization:
VCPC, University of Vienna
>Environment:
System: Linux gescher 2.4.17-PMC-SMP #3 SMP Fri Apr 26 10:26:28 CEST 2002 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc-3.1.1/configure --prefix=/opt/local/gcc-3.1.1 : (reconfigured) ../gcc-3.1.1/configure --prefix=/opt/local/gcc-3.1.1 --enable-threads=posix : (reconfigured) /home/INSTALL/GCC/gcc-3.1.1/gcc-3.1.1/configure --prefix=/opt/local/gcc-3.1.1 --enable-threads=posix : (reconfigured) ../gcc-3.1.1/configure --prefix=/opt/local/gcc-3.1.1 --enable-threads=posix
>Description:
	As can be seen from multiple testsuite outputs already submitted the
libjava tests fail. The problem could be traced to the renaming of libgcj.jar
to libgcj-${gcc_version}.jar (libgcj-3.1.1.jar in this release) whereas the
default name of the built-in system directory is libgcj.jar as stated in the
manual:
If --bootclasspath was specified, append its value. Otherwise, append the built-
in system directory, libgcj.jar. 
>How-To-Repeat:
	Run "make -k check"
>Fix:
	Add a soft link in the subdirectory obj_dir/i686-pc-linux-gnu/libjava
        ln -s libgcj-3.1.1.jar libgcj.jar

        I suppose the same has to be done for the production in the directory
        install_dir/share/java
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]