Cerbero bootstrap iOS Recipe 'libiconv' failed at the build step 'extract'
tausiq
tausiq19 at gmail.com
Tue Nov 4 06:46:43 PST 2014
Hello all,
I am trying to build GStreamer using Cerbero
Steps I followed:
1. Clone the latest master repo:
http://cgit.freedesktop.org/gstreamer/cerbero
2. Went to the Cerbero directory. Ran:
./cerbero-uninstalled -c config/cross-ios-universal.cbc bootstrap
got the following error:
[(1/19) libiconv -> fetch ]
-----> Step done
[(1/19) libiconv -> extract ]
-----> Extracting tarball to
/Users/reza/cerbero/sources/build-tools/libiconv-1.14
Unpacking
/Users/reza/cerbero/sources/local/libiconv-1.14/libiconv-1.14.tar.gz in
/Users/reza/cerbero/sources/build-tools
Running command 'rm -rf
/Users/reza/cerbero/sources/build-tools/libiconv-1.14'
Recipe 'libiconv' failed at the build step 'extract'
Traceback (most recent call last):
File "./cerbero/build/oven.py", line 143, in _cook_recipe
stepfunc()
File "./cerbero/build/source.py", line 112, in extract
shell.unpack(self.download_path, self.config.sources)
File "./cerbero/utils/shell.py", line 205, in unpack
tf.extractall(path=output_dir)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py",
line 2047, in extractall
self.extract(tarinfo, path)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py",
line 2084, in extract
self._extract_member(tarinfo, os.path.join(path, tarinfo.name))
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py",
line 2160, in _extract_member
self.makefile(tarinfo, targetpath)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py",
line 2201, in makefile
copyfileobj(source, target)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py",
line 266, in copyfileobj
shutil.copyfileobj(src, dst)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py",
line 49, in copyfileobj
buf = fsrc.read(length)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py",
line 819, in read
buf += self.fileobj.read(size - len(buf))
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py",
line 737, in read
return self.readnormal(size)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py",
line 746, in readnormal
return self.fileobj.read(size)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gzip.py",
line 261, in read
self._read(readsize)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gzip.py",
line 308, in _read
self._read_eof()
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gzip.py",
line 347, in _read_eof
hex(self.crc)))
IOError: CRC check failed 0xd6ae12a8 != 0x29666c00L
I am using Mac OS X, Yosemite. Any help is appreciated.
Thank you.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Cerbero-bootstrap-iOS-Recipe-libiconv-failed-at-the-build-step-extract-tp4669360.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list