Looks like you are trying to run the script in a directory that already has 
some really old sources. We have to switch git repos from time to time for 
various reasons. Clean out the old source folders:
# rm -Rf *# wget 
http://github.com/mltframework/mlt-scripts/raw/master/build/build-melt.sh
# chmod u+x build-melt.sh
# ./build-melt.sh
~BM

      From: Carl Karsten <c...@personnelware.com>
 To: mlt-devel <mlt-devel@lists.sourceforge.net> 
 Sent: Friday, February 13, 2015 1:30 PM
 Subject: [Mlt-devel] build-melt.sh errors
   
ubuntu trusty

wget http://github.com/mltframework/mlt-scripts/raw/master/build/build-melt.sh
chmod u+x build-melt.sh
./build-melt.sh


LOG: Getting or updating source for movit - this could take some time
LOG: About to run command: pushd .
~/melt/src ~/melt/src
LOG: About to run command: cd movit
LOG: Pulling git sources for movit
LOG: About to run command: git reset --hard
HEAD is now at 35f3fda Fix typo in luma_mix shader.
LOG: About to run command: git checkout master
Already on 'master'
Your branch is ahead of 'origin/master' by 17 commits.
  (use "git push" to publish your local commits)
LOG: About to run command: git --no-pager pull http://git.sesse.net/movit/ 
master
>From http://git.sesse.net/movit
 * branch            master     -> FETCH_HEAD
Auto-merging luma_mix_effect_test.cpp
CONFLICT (add/add): Merge conflict in luma_mix_effect_test.cpp
Removing effectlist.txt
Auto-merging effect_chain.h
Auto-merging configure.ac
Auto-merging README
CONFLICT (content): Merge conflict in README
Auto-merging Makefile.in
CONFLICT (content): Merge conflict in Makefile.in
Automatic merge failed; fix conflicts and then commit the result.
ERROR: Unable to git pull sources for movit
LOG: Process has finished. Reason: FAILURE Some kind of error occured: Unable 
to git pull sources for movit


-- 
Carl K


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel


  
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to