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