0

I need to install handbrake cli on CentOS 6 (64) and found this guide for CentOS6 http://www.dandev.com/2013/10/install-handbrake-cli-v0-9-9-centos-6-4/. Unfortunatly, it would not build. The build log file reports these two failuers:

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.

These are not available to "#yum" or "#yum search" as xcodebuild or lipo. Any suggestions?

4

1 回答 1

0

简短回答:直接从网站下载源代码,而不是从 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" 的机器上验证了这一点。

于 2014-09-06T22:07:41.567 回答