Details
-
Story
-
Status: Closed
-
Severe
-
Resolution: Fixed
-
Sprint 5
-
None
-
all build environment that require fmod for sound generation that are outside of LL basically the Open Source Community
-
Resolution Verified
Description
When trying to build the viewer from the current source receive the following error and the build stops.
------ Build started: Project: ZERO_CHECK, Configuration: Release Win32 ------
Checking Build System
CMake does not need to re-run because D:/HG/viewer-development-sandbox/indra/build-vc80/CMakeFiles/generate.stamp is up-to-date.
CMake is re-running because D:/HG/viewer-development-sandbox/indra/build-vc80/cmake/CMakeFiles/generate.stamp is out-of-date.
the file 'D:/HG/viewer-development-sandbox/indra/cmake/CMakeLists.txt'
is newer than 'D:/HG/viewer-development-sandbox/indra/build-vc80/cmake/CMakeFiles/generate.stamp.depend'
result='-1'
'scp' is not recognized as an internal or external command,
operable program or batch file.
md5 mismatch: c:\users\brendan\appdata\local\temp\install.cache.Brendan\fmod-3.75-windows-20101007.tar.bz2
Downloading scp:install-packages.lindenlab.com:/local/www/install-packages/doc/fmod-3.75-windows-20101007.tar.bz2 to local file c:\users\brendan\appdata\local\temp\install.cache.Brendan\fmod-3.75-windows-20101007.tar.bz2
Traceback (most recent call last):
File "install.py", line 1150, in <module>
sys.exit(main())
File "install.py", line 1142, in main
options.scp)
File "install.py", line 636, in do_install
cache_dir)
File "install.py", line 595, in install
ifile.fetch_local()
File "install.py", line 135, in fetch_local
file(self.filename, 'wb').write(urllib2.urlopen(self.url).read())
File "C:\Python26\lib\urllib2.py", line 124, in urlopen
return _opener.open(url, data, timeout)
File "C:\Python26\lib\urllib2.py", line 389, in open
response = self._open(req, data)
File "C:\Python26\lib\urllib2.py", line 407, in _open
'_open', req)
File "C:\Python26\lib\urllib2.py", line 367, in _call_chain
result = func(*args)
File "install.py", line 670, in scp_open
return self.do_scp(remote)
File "install.py", line 701, in do_scp
raise RuntimeError("Cannot fetch: %s" % remote)
RuntimeError: Cannot fetch: install-packages.lindenlab.com:/local/www/install-packages/doc/fmod-3.75-windows-20101007.tar.bz2
CMake Error at cmake/Prebuilt.cmake:39 (message):
Failed to download or unpack prebuilt 'fmod'. Process returned 1.
Call Stack (most recent call first):
cmake/FMOD.cmake:11 (use_prebuilt_binary)
llaudio/CMakeLists.txt:8 (include)
– Configuring incomplete, errors occurred!
CMake Configure step failed. Build files cannot be regenerated correctly. Attempting to stop IDE build.
^CTerminate batch job (Y/N)?
Build log was saved at "file://d:\HG\viewer-development-sandbox\indra\build-vc80\ZERO_CHECK.dir\Release\BuildLog.htm"
ZERO_CHECK - 0 error(s), 0 warning(s)
The build has been canceled at the user's request
the above report was generated by Visual Studios 2005 on Windows 7 32-bit when trying to build the viewer after pulling all the updates from viewer-development.