centos7编译openjdk8运行get_source.sh有问题

时间:2015-10-19 07:19:10

标签: compilation centos7

当我运行get_source.sh错误时

  

./ get_source.sh错误:需要初始存储库才能使用此脚本

这是历史:

 1. hg init jdk8
 2. hg -r pull 20 http://hg.openjdk.java.net/jdk8/jdk8
 3. hg pull -r 500 http://hg.openjdk.java.net/jdk8/jdk8
 4. hg pull -r 941 http://hg.openjdk.java.net/jdk8/jdk8
 5. chmod +x get_source.sh
 6. ./get_source.sh

2 个答案:

答案 0 :(得分:0)

  1. hg init jdk
  2. cd jdk / .hg
  3. eamcs -nw hgrc
  4.   

    示例存储库配置(参见" hg help config"了解更多信息)

         

    [路径]   默认= http://hg.openjdk.java.net/jdk8u/jdk8u60/

         

    路径别名到URL或文件系统路径中此存储库的其他克隆

         

    (参见" hg help config.paths"了解更多信息)

         

         

    default-push = ssh://jdoe@example.net/hg/jdoes-fork

         

    my-fork = ssh://jdoe@example.net/hg/jdoes-fork

         

    my-clone = / home / jdoe / jdoes-clone

         

    [UI]

         

    名称和电子邮件(此存储库的本地,可选),例如

         

    username = Jane Doe

答案 1 :(得分:0)

您可以按照我从readme文件中获取的以下说明下载源代码。他们为我工作。

hg clone http://hg.openjdk.java.net/jdk8/jdk8 YourOpenJDK 
cd YourOpenJDK 
bash ./get_source.sh