码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu14.04安装gitlab报错

时间:2017-08-08 00:33:06      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:handlers   gitlab   

报错如下:

    Compiled Resource:
    ------------------
    # Declared in /opt/gitlab/embedded/cookbooks/cache/cookbooks/runit/recipes/sysvinit.rb:28:in `from_file‘

    execute("init q") do
      action [:nothing]
      retries 0
      retry_delay 2
      default_guard_interpreter :execute
      command "init q"
      backup 5
      returns 0
      declared_type :execute
      cookbook_name "runit"
      recipe_name "sysvinit"
    end

    Platform:
    ---------
    x86_64-linux


Running handlers:
Running handlers complete
Chef Client failed. 3 resources updated in 03 seconds
root@kickseed:~#


原因:没有安装gcc编译器

解决:

apt install -y build-essential


本文出自 “甘木” 博客,请务必保留此出处http://ganmu.blog.51cto.com/9305511/1954285

ubuntu14.04安装gitlab报错

标签:handlers   gitlab   

原文地址:http://ganmu.blog.51cto.com/9305511/1954285

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!