Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6896472
Votes 0
Synopsis Missing libjsig.so causes jdk build failure
Category java:build
Reported Against
Release Fixed 7(b75)
State 10-Fix Delivered, bug
Priority: 2-High
Related Bugs
Submit Date 29-OCT-2009
Description
Build failure:

>>>> gnumake[5]: *** No rule to make target 
>>>> `/BUILD_AREA/jdk7/build/linux-i586-fastdebug/hotspot/import/jre/lib/i386/server/libjsig.so', 
>>>> needed by 
>>>> `/BUILD_AREA/jdk7/build/linux-i586-fastdebug/lib/i386/libjsig.so'.  
>>>> Stop.
>>>> gnumake[5]: Leaving directory `/BUILD_AREA/jdk7/jdk/make/java/redist'
>>>> gnumake[4]: *** [all] Error 1
Posted Date : 2009-10-29 18:13:31.0
Work Around
N/A
Evaluation
In progress.....

diff --git a/make/java/redist/Makefile b/make/java/redist/Makefile
--- a/make/java/redist/Makefile
+++ b/make/java/redist/Makefile
@@ -211,7 +211,7 @@ endif # PLATFORM
 $(LIB_LOCATION)/$(KERNEL_LOCATION)/$(JVM_NAME): $(HOTSPOT_KERNEL_PATH)/$(JVM_NAME)
        $(install-file)
 
-$(LIB_LOCATION)/$(LIBJSIG_NAME): $(HOTSPOT_SERVER_PATH)/$(LIBJSIG_NAME)
+$(LIB_LOCATION)/$(LIBJSIG_NAME): $(HOTSPOT_IMPORT_PATH)/$(ARCH_VM_SUBDIR)/$(LIBJSIG_NAME)
        $(install-import-file)
 
 $(LIB_LOCATION)/$(CLIENT_LOCATION)/$(LIBJSIG_NAME) \
Posted Date : 2009-10-29 18:14:56.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang