Cerbero bootstrap iOS Recipe 'libiconv' failed at the build step 'extract'
tausiq
tausiq19 at gmail.com
Mon Nov 10 03:48:37 PST 2014
Fixed the problem!
1. You need to delete the build output.
$HOME/USER/cerbero
2. remove the deleted folder from Trash as well
Run again. It should be fixed. Unless you are facing same issue as mine.
I got this error:
*** Please tell me who you are.
Run
git config --global user.email "you at example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'reza at traces-mbp.(none)')
You need to set your committer info first
Running command 'mkdir -p
/Users/reza/cerbero/sources/build-tools/libiconv-1.14'
Running command 'git init'
Running command 'git add --force -A .'
Running command 'git commit -m "Initial commit" > /dev/null 2>&1'
Running command 'git am --ignore-whitespace
/Users/reza/Documents/Sourcecode/Trace-Platform/cerbero/recipes/libiconv/0001-Use-correct-autotools-versions.patch'
Recipe 'libiconv' failed at the build step 'extract'
3. Run these git commands
git config --global user.email "you at example.com"
git config --global user.name "Your name"
git config user.email "you at example.com"
git config user.name "Your name"
4. don't forget to delete the $HOME/USER/cerbero and from Trash too.
Run command again. Mine is working fine.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Cerbero-bootstrap-iOS-Recipe-libiconv-failed-at-the-build-step-extract-tp4669360p4669460.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list