Re: [opensource-dev] 64 bit viewers build instructions

2017-01-13 Thread Nicky Perian
and more...
>>You might have to specify "autobuild uninstall --address-size 64 x"
(or -A 64) for the autobuild uninstall command to >>select the correct
build directory.

(autobuild-1.1) C:\Users\Bill\P64\Kokua-SL-64>autobuild --address-size 32
uninstall openjpeg
usage: autobuild [-V] [-h [HELP]] [-n] [-q] [-v] [-d] [-p PLATFORM]
 [-A {32,64}]
 {} ...
autobuild: error: invalid choice: 'uninstall' (choose from )

and more ...
(autobuild-1.1) C:\Users\Bill\P64\Kokua-SL-64>autobuild uninstall
--address-size 32 openjpeg
Traceback (most recent call last):
  File "C:\Users\Bill\Envs\autobuild-1.1\Scripts\autobuild-script.py", line
11, in 
load_entry_point('autobuild==1.1.3', 'console_scripts', 'autobuild')()
  File
"c:\users\bill\envs\autobuild-1.1\lib\site-packages\autobuild\autobuild_main.py",
line 263, in main
sys.exit(Autobuild().main(sys.argv[1:]))
  File
"c:\users\bill\envs\autobuild-1.1\lib\site-packages\autobuild\autobuild_main.py",
line 250, in main
tool_to_run.run(args)
  File
"c:\users\bill\envs\autobuild-1.1\lib\site-packages\autobuild\autobuild_tool_uninstall.py",
line 151, in run
uninstall_packages(args, installed_filename, args.package, args.dry_run)
  File
"c:\users\bill\envs\autobuild-1.1\lib\site-packages\autobuild\autobuild_tool_uninstall.py",
line 71, in uninstall_packages
installed_file.save()
  File
"c:\users\bill\envs\autobuild-1.1\lib\site-packages\autobuild\configfile.py",
line 366, in save
file(self.path, 'wb').write(llsd.format_pretty_xml(dict_representation))
IOError: [Errno 2] No such file or directory:
'C:\\Users\\Bill\\P64\\Kokua-SL-64\\build-vc120-$AUTOBUILD_ADDRSIZE\\packages\\installed-packages.xml'

On Fri, Jan 13, 2017 at 4:25 PM, Nat Goodspeed  wrote:

> On Fri, Jan 13, 2017 at 5:01 PM, Nicky Perian 
> wrote:
>
> Does "autobuild uninstall x" work for autobuild-1.1?
>>
>
> You might have to specify "autobuild uninstall --address-size 64 x"
> (or -A 64) for the autobuild uninstall command to select the correct build
> directory.
>
___
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

Re: [opensource-dev] 64 bit viewers build instructions

2017-01-13 Thread Nat Goodspeed
On Fri, Jan 13, 2017 at 5:01 PM, Nicky Perian  wrote:

Does "autobuild uninstall x" work for autobuild-1.1?
>

You might have to specify "autobuild uninstall --address-size 64 x" (or
-A 64) for the autobuild uninstall command to select the correct build
directory.
___
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

Re: [opensource-dev] 64 bit viewers build instructions

2017-01-13 Thread Nicky Perian
>>Documentation that it doesn't is of course welcome

(autobuild-1.1) C:\Users\Bill\P64\Kokua-SL-64>autobuild uninstall openjpeg
Traceback (most recent call last):
  File "C:\Users\Bill\Envs\autobuild-1.1\Scripts\autobuild-script.py", line
11, in 
load_entry_point('autobuild==1.1.3', 'console_scripts', 'autobuild')()
  File
"c:\users\bill\envs\autobuild-1.1\lib\site-packages\autobuild\autobuild_main.py",
line 263, in main
sys.exit(Autobuild().main(sys.argv[1:]))
  File
"c:\users\bill\envs\autobuild-1.1\lib\site-packages\autobuild\autobuild_main.py",
line 250, in main
tool_to_run.run(args)
  File
"c:\users\bill\envs\autobuild-1.1\lib\site-packages\autobuild\autobuild_tool_uninstall.py",
line 151, in run
uninstall_packages(args, installed_filename, args.package, args.dry_run)
  File
"c:\users\bill\envs\autobuild-1.1\lib\site-packages\autobuild\autobuild_tool_uninstall.py",
line 71, in uninstall_packages
installed_file.save()
  File
"c:\users\bill\envs\autobuild-1.1\lib\site-packages\autobuild\configfile.py",
line 366, in save
file(self.path, 'wb').write(llsd.format_pretty_xml(dict_representation))
IOError: [Errno 2] No such file or directory:
'C:\\Users\\Bill\\P64\\Kokua-SL-64\\build-vc120-$AUTOBUILD_ADDRSIZE\\packages\\installed-packages.xml'

On Fri, Jan 13, 2017 at 4:04 PM, Oz Linden (Scott Lawrence) <
o...@lindenlab.com> wrote:

> On 2017-01-13 17:01 , Nicky Perian wrote:
>
> Does "autobuild uninstall x" work for autobuild-1.1?
>
> as far as we know, yes
>
> Documentation that it doesn't is of course welcome
>
>
> --
> OZ LINDEN | Engineering Director, Second Life
> email or hangouts: o...@lindenlab.com | Real Life: Scott Lawrence
> LINDEN LAB | Create Virtual Experiences 
>
> ___
> 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

Re: [opensource-dev] 64 bit viewers build instructions

2017-01-13 Thread Nicky Perian
Does "autobuild uninstall x" work for autobuild-1.1?

On Thu, Jan 12, 2017 at 12:59 PM, Callum Prentice (Callum) <
cal...@lindenlab.com> wrote:

> KDU build here was indistinguishable from the 32bit viewer-release on
> first inspection.
>
> Tried both with full cache and cleaned one.
>
> On Thu, Jan 12, 2017 at 10:55 AM, Nicky Perian 
> wrote:
>
>> [Windows] When I log on with viewer64 w/openjpeg I have a mostly grey
>> world.  Terrain and most prim textures are grey. Full bright textures and
>> my avatar appear normal. Is this the same with KDU? I haven't a KDU license
>> or I would check myself.
>>
>> On Tue, Jan 10, 2017 at 12:30 PM, Nicky D. 
>> wrote:
>>
>>> set (ENV{LL_BUILD} $ENV{LL_BUILD_WINDOWS_RELEASE})
 #message(STATUS "LL_BUILD = '$ENV{LL_BUILD}'")
 if ("$ENV{LL_BUILD}" STREQUAL "")
   message(FATAL_ERROR "Environment variable LL_BUILD must be set")
 endif ()

 Above allows configure to complete, but I would like a better place or
 better yet some autobuild involvement to set LL_BUILD based to the chosen
 Release, RelWithDebugInfo, Debug build.



>>> Autobuild tries to do this by some machinery in source environment, but
>>> it fails because you use ReleaseOS. I did encounter the same problem just a
>>> few minutes ago
>>> with ReleaseFS and had to edit the file variables in the build-variables
>>> repository.
>>> Once I added a variable for the configuration, LL_BUILD will be set as
>>> desired.
>>>
>>> https://bitbucket.org/NickyD/viewer-build-variables/commits/
>>> cfab877696c6a35af1d80e5d17ea7acfffa6c762
>>>
>>>
>>
>> ___
>> 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
>>
>
>
>
> --
>
> CALLUM PRENTICE | Software Engineer
>
> LINDEN LAB | Create Virtual Experiences 
>
___
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