|

楼主 |
发表于 2010-4-3 11:57:10
|
显示全部楼层
应该不是网络问题阿,文件都下载好了啊,仁兄编译过这个包吗?没有问题?
- makepkg
- ==> Determining latest git revision...
- -> Version found: 20100403
- ==> Making package: mplayer-mt-git 20100403-1 i686 (Sat Apr 3 11:54:45 CST 2010)
- ==> Checking Runtime Dependencies...
- ==> Checking Buildtime Dependencies...
- ==> Retrieving Sources...
- -> Found mplayer_options in build dir
- ==> Validating source files with md5sums...
- mplayer_options ... Passed
- ==> Extracting Sources...
- ==> Entering fakeroot environment...
- ==> Starting build()...
- Initialized empty Git repository in /freeagent/linux/arch/aur/mplayer-mt-git/src/mplayer-mt/.git/
- remote: Counting objects: 198, done.
- remote: Compressing objects: 100% (102/102), done.
- remote: Total 198 (delta 91), reused 195 (delta 90)
- Receiving objects: 100% (198/198), 31.92 KiB, done.
- Resolving deltas: 100% (91/91), done.
- Submodule 'ffmpeg' (git://repo.or.cz/FFMpeg-mirror/mplayer-patches.git) registered for path 'ffmpeg'
- Submodule 'ffmpeg-mt' (git://repo.or.cz/FFMpeg-mirror/mplayer-patches.git) registered for path 'ffmpeg-mt'
- Submodule 'libass' (git://repo.or.cz/libass.git) registered for path 'libass'
- Submodule 'mplayer' (git://repo.or.cz/mplayer.git) registered for path 'mplayer'
- Initialized empty Git repository in /freeagent/linux/arch/aur/mplayer-mt-git/src/mplayer-mt/mplayer/.git/
- remote: Counting objects: 25092, done.
- remote: Compressing objects: 100% (7232/7232), done.
- remote: Total 25092 (delta 19576), reused 22352 (delta 17415)
- Receiving objects: 100% (25092/25092), 14.00 MiB | 1.04 MiB/s, done.
- Resolving deltas: 100% (19576/19576), done.
- Initialized empty Git repository in /freeagent/linux/arch/aur/mplayer-mt-git/src/mplayer-mt/ffmpeg-mt/.git/
- remote: Counting objects: 15888, done.
- remote: Compressing objects: 100% (5912/5912), done.
- remote: Total 15888 (delta 11982), reused 13484 (delta 9881)
- Receiving objects: 100% (15888/15888), 7.56 MiB | 808 KiB/s, done.
- Resolving deltas: 100% (11982/11982), done.
- error: You have local changes to 'ffmpeg.c'; cannot switch branches.
- Unable to checkout '3a6f2c638ba220b1dfedd088972918d6ee8e0c15' in submodule path 'ffmpeg-mt'
- Traceback (most recent call last):
- File "./init", line 83, in <module>
- main()
- File "./init", line 67, in main
- git.submodule_clone('ffmpeg-mt')
- File "/freeagent/linux/arch/aur/mplayer-mt-git/src/mplayer-mt/script/helpers.py", line 67, in submodule_clone
- check_call('git submodule update'.split() + nofetch_args + [name])
- File "/usr/lib/python2.6/subprocess.py", line 498, in check_call
- raise CalledProcessError(retcode, cmd)
- subprocess.CalledProcessError: Command '['git', 'submodule', 'update', '--no-fetch', 'ffmpeg-mt']' returned non-zero exit status 1
- ==> ERROR: Build Failed.
- Aborting...
复制代码 |
|