【问题标题】:error while building handbrake cli on centos 6 (64)在 centos 6 (64) 上构建手刹 cli 时出错
【发布时间】:2014-01-24 14:40:00
【问题描述】:

我需要在 CentOS 6 (64) 上安装手刹 cli,并找到了 CentOS6 的本指南 http://www.dandev.com/2013/10/install-handbrake-cli-v0-9-9-centos-6-4/。不幸的是,它不会建立。构建日志文件报告了这两个失败者:

CODE: SELECT ALL
find: xcodebuild...(fail) not found
find: lipo...(fail) not found
...
-------------------------------------------------------------------------------
time end: Sun Sep  1 07:04:08 2013
duration: 8 seconds (8.49s)
result: FAILURE (code 2)
-------------------------------------------------------------------------------
Build is finished!
You may now cd into ./build and examine the output.

这些不适用于“#yum”或“#yum search”作为 xcodebuild 或 lipo。有什么建议吗?

【问题讨论】:

    标签: linux ffmpeg handbrake


    【解决方案1】:

    简短回答:直接从网站下载源代码,而不是从 SVN 存储库中查看。

    长篇大论:

    在制作过程中,我在 Ubuntu GNOME 14.04 上遇到了同样的错误。当我仍然继续并且:

    sudo checkinstall
    

    我明白了:

    ========================= Installation results ===========================
    /bin/cp ./HandBrakeCLI /usr/local/bin/HandBrakeCLI
    /bin/cp: cannot stat ‘./HandBrakeCLI’: No such file or directory
    make: *** [test.install] Error 1
    
    ****  Installation failed. Aborting package creation.
    

    我用不同的选项尝试了几次。最后,我尝试从 HandBrake 的网站下载 v0.9.9 源代码,而不是从 SVN 存储库中检查它;工作正常。我还在另一台运行 Debian 7 "Wheezy" 的机器上验证了这一点。

    【讨论】:

      猜你喜欢
      • 2013-01-09
      • 2013-09-22
      • 1970-01-01
      • 2015-06-15
      • 2017-04-28
      • 2017-03-11
      • 1970-01-01
      • 1970-01-01
      • 2015-06-06
      相关资源
      最近更新 更多