David, very thanks for your reply. "make images profiles" still yeilded the same "No rule to make target" error. I also suspect some tool(s) has meet some problem when extracting the classes. I will continue to care this problem in my spare:) I will let you know when it's gone or the reason found. thanks again! Jin
On Fri, Jul 12, 2013 at 7:07 PM, David Holmes <david.hol...@oracle.com>wrote: > Hi Jin, > > Try "make images profiles" as a workaround. > > I suspect there is a missing dependency. > > David > > > On 12/07/2013 6:14 PM, Jin Mingjian wrote: > >> Hi, build team, >> >> very thanks for the great new build system. I always succeed to build >> whole >> by "make all". But fail to build profiles by "make profiles". This >> command >> used to work in the initial weeks after the profile works into the hg >> repo. >> >> I am using an arch based custom linux. So, I do not expect it is always >> perfectly well in my system. But it is very appreciated if some one could >> give some suggestions to digg this problem further! Does profiles building >> need some pre-reuqirenments? or could some broken binary(like zip) in my >> system cause this error? very thanks. >> >> best regards, >> Jin Mingjian >> >> >> =============== >> the terminal out is like this: >> >> make profiles >>> >> Building OpenJDK for target 'profiles' in configuration >> 'linux-x86_64-normal-server-**release' >> >> ## Starting langtools >> ## Finished langtools (build time 00:00:00) >> >> ## Starting hotspot >> ## Finished hotspot (build time 00:00:00) >> >> ## Starting corba >> ## Finished corba (build time 00:00:00) >> >> ## Starting jaxp >> ## Finished jaxp (build time 00:00:00) >> >> ## Starting jaxws >> ## Finished jaxws (build time 00:00:00) >> >> ## Starting jdk >> ## Finished jdk (build time 00:00:01) >> >> ## Starting profiles >> make[2]: *** No rule to make target >> `/ming/build/openjdk-lambda/**lambda/build/linux-x86_64-** >> normal-server-release/images/**beanless/java/util/jar/** >> Pack200\$Packer.class', >> needed by >> `/ming/build/openjdk-lambda/**lambda/build/linux-x86_64-** >> normal-server-release/images/**libprofile_1/rt.jar'. >> Stop. >> make[2]: *** Waiting for unfinished jobs.... >> Removed method addPropertyChangeListener(**java.beans.** >> PropertyChangeListener) >> from java/util/logging/LogManager >> Removed method >> removePropertyChangeListener(**java.beans.**PropertyChangeListener) from >> java/util/logging/LogManager >> make[1]: *** [profile_1] Error 2 >> make: *** [profiles-only] Error 2 >> >>