-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You have 3 options for fmod, 2 hacky workarounds:
http://wiki.secondlife.com/wiki/Viewer_2_Microsoft_Windows_Builds#Prepare_third_party_libraries
or skip fmod (add -- -DFMOD:BOOL=FALSE to the end of your autobuild command)

On 7/8/2011 10:27 AM, Lee ponzu wrote:
> Still getting an error...
> 
> mbpro:viewer-beta lee$ autobuild build --verbose -c ReleaseOS
> executing configure command cmake -DCMAKE_BUILD_TYPE:STRING=Release
> -DWORD_SIZE:STRING=32 -DROOT_PROJECT_NAME:STRING=SecondLife
> -DINSTALL_PROPRIETARY=FALSE -G 'Xcode' ../indra
> checking package fmod
> installing fmod from archive
> downloading fmod archive from
> http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-fmod-private/rev/221852/arch/Darwin/installer/fmod-3.75-darwin-20110222.tar.bz2
> downloading
> http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-fmod-private/rev/221852/arch/Darwin/installer/fmod-3.75-darwin-20110222.tar.bz2
> to /var/tmp/lee/install.cache/fmod-3.75-darwin-20110222.tar.bz2
> unable to download file: <urlopen error [Errno 60] Operation timed out>
> Traceback (most recent call last):
>   File "/Users/lee/Documents/viewer/autobuild/autobuild/common.py", line
> 253, in download_package
>     file(cachename, 'wb').write(urllib2.urlopen(package).read())
>   File
> "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
> line 124, in urlopen
>     return _opener.open(url, data, timeout)
>   File
> "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
> line 383, in open
>     response = self._open(req, data)
>   File
> "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
> line 401, in _open
>     '_open', req)
>   File
> "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
> line 361, in _call_chain
>     result = func(*args)
>   File
> "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
> line 1130, in http_open
>     return self.do_open(httplib.HTTPConnection, req)
>   File
> "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
> line 1105, in do_open
>     raise URLError(err)
> URLError: <urlopen error [Errno 60] Operation timed out>
> ERROR: failed to download
> http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-fmod-private/rev/221852/arch/Darwin/installer/fmod-3.75-darwin-20110222.tar.bz2
> For more information: try re-running your command with --verbose or --debug
> CMake Error at cmake/Prebuilt.cmake:48 (message):
>   Failed to download or unpack prebuilt 'fmod'.  Process returned 1.
> Call Stack (most recent call first):
>   cmake/FMOD.cmake:27 (use_prebuilt_binary)
>   llaudio/CMakeLists.txt:8 (include)
> 
> 
> -- Configuring incomplete, errors occurred!
> ERROR: configuring default configuration returned 1
> For more information: try re-running your command with --verbose or --debug
> 
> On Thu, Jul 7, 2011 at 12:37 PM, Nicky Perian <nickyper...@yahoo.com
> <mailto:nickyper...@yahoo.com>> wrote:
> 
>     use ReleaseOS
> 
>     ------------------------------------------------------------------------
>     *From:* Lee ponzu <lee.po...@gmail.com <mailto:lee.po...@gmail.com>>
>     *To:* Opensource_dev <opensource-dev@lists.secondlife.com
>     <mailto:opensource-dev@lists.secondlife.com>>
>     *Sent:* Thursday, July 7, 2011 11:27 AM
>     *Subject:* [opensource-dev] Autobuild errors
> 
>     it has been a long time since I did a build.  I tried to follow the
>     instructions on the wiki, download autobuild, clone viewer-beta...
> 
>     Here is the error.  Any advice welcome.  Insults also accepted,
>     since I am starved for human contact...
> 
>     ponzu
> 
> 
>     mbpro:viewer-beta lee$ autobuild build --verbose -c Release
>     executing configure command cmake -DCMAKE_BUILD_TYPE:STRING=Release
>     -DWORD_SIZE:STRING=32 -DROOT_PROJECT_NAME:STRING=SecondLife
>     -DINSTALL_PROPRIETARY=TRUE -G 'Xcode' ../indra
>     checking package fmod
>     installing fmod from archive
>     downloading fmod archive from
>     
> http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-fmod-private/rev/221852/arch/Darwin/installer/fmod-3.75-darwin-20110222.tar.bz2
>     downloading
>     
> http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-fmod-private/rev/221852/arch/Darwin/installer/fmod-3.75-darwin-20110222.tar.bz2
>     to /var/tmp/lee/install.cache/fmod-3.75-darwin-20110222.tar.bz2
>     unable to download file: HTTP Error 404: Not Found
>     Traceback (most recent call last):
>       File "/Users/lee/Documents/viewer/autobuild/autobuild/common.py",
>     line 253, in download_package
>         file(cachename, 'wb').write(urllib2.urlopen(package).read())
>       File
>     
> "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
>     line 124, in urlopen
>         return _opener.open(url, data, timeout)
>       File
>     
> "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
>     line 389, in open
>         response = meth(req, response)
>       File
>     
> "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
>     line 502, in http_response
>         'http', request, response, code, msg, hdrs)
>       File
>     
> "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
>     line 427, in error
>         return self._call_chain(*args)
>       File
>     
> "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
>     line 361, in _call_chain
>         result = func(*args)
>       File
>     
> "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/urllib2.py",
>     line 510, in http_error_default
>         raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
>     HTTPError: HTTP Error 404: Not Found
>     ERROR: failed to download
>     
> http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-fmod-private/rev/221852/arch/Darwin/installer/fmod-3.75-darwin-20110222.tar.bz2
>     For more information: try re-running your command with --verbose or
>     --debug
>     CMake Error at cmake/Prebuilt.cmake:48 (message):
>       Failed to download or unpack prebuilt 'fmod'.  Process returned 1.
>     Call Stack (most recent call first):
>       cmake/FMOD.cmake:27 (use_prebuilt_binary)
>       llaudio/CMakeLists.txt:8 (include)
> 
> 
>     -- Configuring incomplete, errors occurred!
>     ERROR: configuring default configuration returned 1
>     For more information: try re-running your command with --verbose or
>     --debug
>     mbpro:viewer-beta lee$ 
> 
> 
>     _______________________________________________
>     Policies and (un)subscribe information available here:
>     http://wiki.secondlife.com/wiki/OpenSource-Dev
>     Please read the policies before posting to keep unmoderated posting
>     privileges
> 
> 
> 
> 
> _______________________________________________
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/OpenSource-Dev
> Please read the policies before posting to keep unmoderated posting privileges
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJOF07NAAoJEIdLfPRu7qE2KssH/Ra7yFIuBlADLkxFAigfg4iX
e2SyjBYAWNOjR+8Ou4ciqubc/VYqhFzvChT93CImElup/ANkmUhgoMyBaYgPtTg0
VbnpK/Rrrq1fJFGxCdyC5y6P4Aco+3ywbCWqJGQQg3V/xlsCsDJ5wluV8EelIAh6
2s4S9Q6ooooSA3x4ML1RBwtSj85AUkmK6/8U15rzKsc7Ck4SQ+2SMU59QFRIazn8
JNSgGMNzu3gs8Nu5uNLnzXTyqHbKoPQFqLqPo/SmBurCvK9dMjnaQ+9LnKHg02U/
yI8pPE/R6gp9VhXk4IIM1tLufkVEqiSlqUnlx9iyrmZJfZ3ZmLvAo6Ifa0uCYz0=
=pr9Z
-----END PGP SIGNATURE-----
_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Reply via email to