[opensource-dev] Review Request: Make viewer-autobuild work under Visual Studio 2005 Express Edition.

Nicky Perian nickyperian at yahoo.com
Sat Feb 5 14:12:39 PST 2011


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/136/#review334
-----------------------------------------------------------


WolfPup: I tried the adding a slightly different group <key> to autobuild.xml (OpenSourceRelWithDebInfoE)
and python scripts crash. Appears to perform actions based on the section title <key> in addition to the
section content. So, i think the LL Devs should work that one out.

Python error output:
C:\lindenhg\viewer-autobuild-wip>autobconf
ECHO is on.

C:\lindenhg\viewer-autobuild-wip>call c:\VC80\VC\bin\vcvars32.bat

C:\lindenhg\viewer-autobuild-wip>"C:\VC80\Common7\Tools\vsvars32.bat"
Setting environment for using Microsoft Visual Studio 2005 x86 tools.

C:\lindenhg\viewer-autobuild-wip>C:\lindenhg\autobuild-vcexpress-wip\bin\autobui
ld --debug configure -c OpenSourceRelWithDebInfoE
no configuration for build configuration 'OpenSourceRelWithDebInfoE'
Traceback (most recent call last):
  File "C:\lindenhg\autobuild-vcexpress-wip\autobuild\autobuild_tool_configure.p
y", line 106, in _configure_a_configuration
    config.get_build_configuration(build_configuration.name, 'common')
  File "C:\lindenhg\autobuild-vcexpress-wip\autobuild\configfile.py", line 100,
in get_build_configuration
    build_configuration_name)
ConfigurationError: no configuration for build configuration 'OpenSourceRelWithD
ebInfoE'
no common platform found
Traceback (most recent call last):
  File "C:\Python26\lib\logging\__init__.py", line 776, in emit
    msg = self.format(record)
  File "C:\Python26\lib\logging\__init__.py", line 654, in format
    return fmt.format(record)
  File "C:\Python26\lib\logging\__init__.py", line 436, in format
    record.message = record.getMessage()
  File "C:\Python26\lib\logging\__init__.py", line 306, in getMessage
    msg = msg % self.args
  File "C:\lindenhg\autobuild-vcexpress-wip\autobuild\executable.py", line 86, i
n __str__
    return ' '.join(all_arguments)
TypeError: sequence item 0: expected string, NoneType found
no command specified
Traceback (most recent call last):
  File "C:\lindenhg\autobuild-vcexpress-wip\bin\autobuild", line 47, in <module>

    sys.exit( Autobuild().main(sys.argv[1:]) )
  File "C:\lindenhg\autobuild-vcexpress-wip\autobuild\autobuild_main.py", line 1
35, in main
    tool_to_run.run(args)
  File "C:\lindenhg\autobuild-vcexpress-wip\autobuild\autobuild_tool_configure.p
y", line 81, in run
    args.additional_options, args.dry_run)
  File "C:\lindenhg\autobuild-vcexpress-wip\autobuild\autobuild_tool_configure.p
y", line 123, in _configure_a_configuration
    return configure_executable(extra_arguments)
  File "C:\lindenhg\autobuild-vcexpress-wip\autobuild\executable.py", line 72, i
n __call__
    raise ExecutableError('no command specified')
ExecutableError: no command specified
ERROR: no command specified
For more information: try re-running your command with --verbose or --debug

- Nicky


On Feb. 5, 2011, 3:25 a.m., Nicky Perian wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/136/
> -----------------------------------------------------------
> 
> (Updated Feb. 5, 2011, 3:25 a.m.)
> 
> 
> Review request for Viewer.
> 
> 
> Summary
> -------
> 
> This modification is a test case and applies to  -OpenSourceRelWithDebInfo only.
> 
> Configuration batch file content:
> @echo
> call c:\VC80\VC\bin\vcvars32.bat
> C:\lindenhg\autobuild-vcexpress-wip\bin\autobuild --debug configure -c OpenSourceRelWithDebInfo
> 
> Build batch file content:
> C:\lindenhg\autobuild-vcexpress-wip\bin\autobuild --debug build -c OpenSourceRelWithDebInfo
> 
> This is a clean up of a discarded RB
> 
> 
> This addresses bug open-1.
>     http://jira.secondlife.com/browse/open-1
> 
> 
> Diffs
> -----
> 
>   autobuild.xml 00453191c1b9 
> 
> Diff: http://codereview.secondlife.com/r/136/diff
> 
> 
> Testing
> -------
> 
> There is one post build re-configuration error related to devenv versus vcbuild parameter sequence.
> However,C:\lindenhg\viewer-autobuild-express-wip\build-vc80\newview\RelWithDebInfo\LindenDeveloper.exe was built and
> log on to aditi successful.    
> 
> 
> Thanks,
> 
> Nicky
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20110205/11b299e2/attachment.htm 


More information about the opensource-dev mailing list