Re: [opensource-dev] Review Request: STORM-1175 Fixing close button, for Custom Port warning, in Preferences > Setup > Network

2011-05-10 Thread Ima Mechanique


> On April 20, 2011, 9:01 a.m., Vadim ProductEngine wrote:
> > indra/llui/llnotifications.cpp, line 1536
> > 
> >
> > LLNotificationsUtil is a wrapper around LLNotifications. Calling a 
> > wrapper from the class it wraps doesn't look very nice to me.
> > 
> > So I'd change this line to do the following:
> > 
> > add(name.asString(), LLSD(), LLSD());
> > 
> > and remove the include.
> > 
> > Both approaches trigger a run-time warning though. I'll address that in 
> > a separate review request (coming soon).

I've been waiting for the "separate review request" before continuing with 
this. Any idea when soon will be?


- Ima


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


On April 19, 2011, 7:57 a.m., Ima Mechanique wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/271/
> ---
> 
> (Updated April 19, 2011, 7:57 a.m.)
> 
> 
> Review request for Viewer.
> 
> 
> Summary
> ---
> 
> Applying Kitty Barnett's patch against current code base.
> 
> 
> This addresses bug STORM-1175.
> http://jira.secondlife.com/browse/STORM-1175
> 
> 
> Diffs
> -
> 
>   doc/contributions.txt 584211e99147 
>   indra/llui/llnotifications.cpp 584211e99147 
> 
> Diff: http://codereview.secondlife.com/r/271/diff
> 
> 
> Testing
> ---
> 
> Release build. tested preferences both in world and on the log in screen.
> 
> 
> Thanks,
> 
> Ima
> 
>

___
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

[opensource-dev] Review Request: STORM-951 Accidental Self-Muting/Self-Blocking

2011-05-10 Thread Paul ProductEngine

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

Review request for Viewer.


Summary
---

- To avoid self blocking, add blocked object by its ID. 

- Before showing offer from object, check whether this object is blocked, to 
avoid spamming offers from blocked objects.


This addresses bug storm-951.
http://jira.secondlife.com/browse/storm-951


Diffs
-

  indra/newview/llnotificationofferhandler.cpp 4a7158d7714c 
  indra/newview/llviewermessage.cpp 4a7158d7714c 

Diff: http://codereview.secondlife.com/r/303/diff


Testing
---


Thanks,

Paul

___
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] Review Request: Cleaning up testing cmake macros to prepare for refactoring them to improve build time.

2011-05-10 Thread Boroondas Gupte

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


Review Board can't apply your patch. Please upload a diff file that works. Some 
tips:
* Generate the diff file from hg rather than git, so that it contains revision 
IDs that RB knows about.
* If the change you want to review isn't based on a revision already in the 
repository you selected for this RB review request 
(lindenlab/viewer-development in this case), you must provide the diff between 
a known revision (i.e. one in lindenlab/viewer-development) and the base 
revision of your changeset as "Parent Diff".
* When creating a new review request or uploading a new diff file to an 
existing one, you can preview the diff (and see whether RB can apply it) before 
submitting the request/diff update by clicking the "View Diff" button.
** WARNING: Any changes to description, summary, tests done etc. that are being 
edited (i.e. have an "OK" and "Cancel" button visible) will be lost when you 
click "View Diff". To 'save' them (without submitting the request, yet), use 
the "OK" buttons associated with the respective input fields, and they will be 
kept while (p)reviewing your Diff.

- Boroondas


On May 9, 2011, 6:29 p.m., Brad Kittenbrink wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/301/
> ---
> 
> (Updated May 9, 2011, 6:29 p.m.)
> 
> 
> Review request for Viewer.
> 
> 
> Summary
> ---
> 
> Consolidating all references to the LL_TESTS config var in one file to make 
> the logic surrounding it more cohesive.
> 
> 
> This addresses bug CHOP-609.
> http://jira.secondlife.com/browse/CHOP-609
> 
> 
> Diffs
> -
> 
>   indra/cmake/LLAddBuildTest.cmake UNKNOWN 
>   indra/cmake/LLTestCommand.cmake UNKNOWN 
>   indra/llcharacter/CMakeLists.txt UNKNOWN 
>   indra/llcommon/CMakeLists.txt UNKNOWN 
>   indra/llimage/CMakeLists.txt UNKNOWN 
>   indra/llinventory/CMakeLists.txt UNKNOWN 
>   indra/llkdu/CMakeLists.txt UNKNOWN 
>   indra/llmath/CMakeLists.txt UNKNOWN 
>   indra/llmessage/CMakeLists.txt UNKNOWN 
>   indra/llplugin/CMakeLists.txt UNKNOWN 
>   indra/llprimitive/CMakeLists.txt UNKNOWN 
>   indra/llui/CMakeLists.txt UNKNOWN 
>   indra/llvfs/CMakeLists.txt UNKNOWN 
>   indra/llxml/CMakeLists.txt UNKNOWN 
>   indra/newview/CMakeLists.txt UNKNOWN 
>   indra/viewer_components/login/CMakeLists.txt UNKNOWN 
>   indra/viewer_components/updater/CMakeLists.txt UNKNOWN 
> 
> Diff: http://codereview.secondlife.com/r/301/diff
> 
> 
> Testing
> ---
> 
> I've tested with LL_TESTS=ON, but I'd like some help from people who use this 
> feature testing with LL_TESTS=OFF to make sure I haven't missed anything.
> 
> 
> Thanks,
> 
> Brad
> 
>

___
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] Review Request: CHOP-658 moving panels and floaters into a new static library project viewer_components/viewerui

2011-05-10 Thread Boroondas Gupte

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


Review Board can only partially apply your patch. Please upload a diff file 
that works.

Some tips:

* Generate the diff file from hg rather than git, so that it contains revision 
IDs that RB knows about.

* If the change you want to review isn't based on a revision already in the 
repository you selected for this RB review request 
(lindenlab/viewer-development in this case), you must provide the diff between 
a known revision (i.e. one in lindenlab/viewer-development) and the base 
revision of your changeset as "Parent Diff".

* When creating a new review request or uploading a new diff file to an 
existing one, you can preview the diff (and see whether RB can apply it) before 
submitting the request/diff update by clicking the "View Diff" button.

** WARNING: Any changes to description, summary, tests done etc. that are being 
edited (i.e. have an "OK" and "Cancel" button visible) will be lost when you 
click "View Diff". To 'save' them (without submitting the request, yet), use 
the "OK" buttons associated with the respective input fields, and they will be 
kept while (p)reviewing your Diff.

- Boroondas


On May 9, 2011, 6:34 p.m., Brad Kittenbrink wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/302/
> ---
> 
> (Updated May 9, 2011, 6:34 p.m.)
> 
> 
> Review request for Viewer and Richard Nelson.
> 
> 
> Summary
> ---
> 
> Started moving panel and floater classes into a new static library project in 
> an effort to start promoting better insulation between model and view 
> sections of the viewer codebase.  This is in preparation for further work 
> breaking header dependencies along the lines of CHOP-624
> 
> 
> This addresses bug CHOP-658.
> http://jira.secondlife.com/browse/CHOP-658
> 
> 
> Diffs
> -
> 
>   indra/cmake/LLViewerUI.cmake PRE-CREATION 
>   indra/newview/CMakeLists.txt UNKNOWN 
>   indra/newview/llfloaterabout.h UNKNOWN 
>   indra/newview/llfloaterabout.cpp UNKNOWN 
>   indra/newview/llfloateranimpreview.h UNKNOWN 
>   indra/newview/llfloateranimpreview.cpp UNKNOWN 
>   indra/newview/llfloaterauction.h UNKNOWN 
>   indra/newview/llfloaterauction.cpp UNKNOWN 
>   indra/newview/llfloateravatarpicker.h UNKNOWN 
>   indra/newview/llfloateravatarpicker.cpp UNKNOWN 
>   indra/newview/llfloateravatartextures.h UNKNOWN 
>   indra/newview/llfloateravatartextures.cpp UNKNOWN 
>   indra/newview/llfloaterbeacons.h UNKNOWN 
>   indra/newview/llfloaterbeacons.cpp UNKNOWN 
>   indra/newview/llfloaterbuildoptions.h UNKNOWN 
>   indra/newview/llfloaterbuildoptions.cpp UNKNOWN 
>   indra/newview/llfloaterbulkpermission.h UNKNOWN 
>   indra/newview/llfloaterbulkpermission.cpp UNKNOWN 
>   indra/newview/llfloaterbump.h UNKNOWN 
>   indra/newview/llfloaterbump.cpp UNKNOWN 
>   indra/newview/llfloaterbuy.h UNKNOWN 
>   indra/newview/llfloaterbuy.cpp UNKNOWN 
>   indra/newview/llfloaterbuycontents.h UNKNOWN 
>   indra/newview/llfloaterbuycontents.cpp UNKNOWN 
>   indra/newview/llfloaterbuycurrency.h UNKNOWN 
>   indra/newview/llfloaterbuycurrency.cpp UNKNOWN 
>   indra/newview/llfloaterbuycurrencyhtml.h UNKNOWN 
>   indra/newview/llfloaterbuycurrencyhtml.cpp UNKNOWN 
>   indra/newview/llfloaterbuyland.h UNKNOWN 
>   indra/newview/llfloaterbuyland.cpp UNKNOWN 
>   indra/newview/llfloatercamera.h UNKNOWN 
>   indra/newview/llfloatercamera.cpp UNKNOWN 
>   indra/newview/llfloaterchat.h UNKNOWN 
>   indra/newview/llfloaterchat.cpp UNKNOWN 
>   indra/newview/llfloaterchatterbox.h UNKNOWN 
>   indra/newview/llfloaterchatterbox.cpp UNKNOWN 
>   indra/newview/llfloatercolorpicker.h UNKNOWN 
>   indra/newview/llfloatercolorpicker.cpp UNKNOWN 
>   indra/newview/llfloaterdaycycle.h UNKNOWN 
>   indra/newview/llfloaterdaycycle.cpp UNKNOWN 
>   indra/newview/llfloaterdisplayname.h UNKNOWN 
>   indra/newview/llfloaterdisplayname.cpp UNKNOWN 
>   indra/newview/llfloaterenvsettings.h UNKNOWN 
>   indra/newview/llfloaterenvsettings.cpp UNKNOWN 
>   indra/newview/llfloaterevent.h UNKNOWN 
>   indra/newview/llfloaterevent.cpp UNKNOWN 
>   indra/newview/llfloaterfonttest.h UNKNOWN 
>   indra/newview/llfloaterfonttest.cpp UNKNOWN 
>   indra/newview/llfloaterfriends.h UNKNOWN 
>   indra/newview/llfloaterfriends.cpp UNKNOWN 
>   indra/newview/llfloatergesture.h UNKNOWN 
>   indra/newview/llfloatergesture.cpp UNKNOWN 
>   indra/newview/llfloatergodtools.h UNKNOWN 
>   indra/newview/llfloatergodtools.cpp UNKNOWN 
>   indra/newview/llfloatergroupinvite.h UNKNOWN 
>   indra/newview/llfloatergroupinvite.cpp UNKNOWN 
>   indra/newview/llfloatergroups.h UNKNOWN 
>   indra/newview/llfloatergroups.cpp UNKNOWN 
>   indra/n

Re: [opensource-dev] Review Request: STORM-1175 Fixing close button, for Custom Port warning, in Preferences > Setup > Network

2011-05-10 Thread Vadim ProductEngine


> On April 20, 2011, 9:01 a.m., Vadim ProductEngine wrote:
> > indra/llui/llnotifications.cpp, line 1536
> > 
> >
> > LLNotificationsUtil is a wrapper around LLNotifications. Calling a 
> > wrapper from the class it wraps doesn't look very nice to me.
> > 
> > So I'd change this line to do the following:
> > 
> > add(name.asString(), LLSD(), LLSD());
> > 
> > and remove the include.
> > 
> > Both approaches trigger a run-time warning though. I'll address that in 
> > a separate review request (coming soon).
> 
> Ima Mechanique wrote:
> I've been waiting for the "separate review request" before continuing 
> with this. Any idea when soon will be?

Sorry, it seems to require more time than I thought, and I've been busy with 
other work.
So no, I'm not going to fix the warning issue in the near future. That should 
not prevent you from submitting your fix though.


- Vadim


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


On April 19, 2011, 7:57 a.m., Ima Mechanique wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/271/
> ---
> 
> (Updated April 19, 2011, 7:57 a.m.)
> 
> 
> Review request for Viewer.
> 
> 
> Summary
> ---
> 
> Applying Kitty Barnett's patch against current code base.
> 
> 
> This addresses bug STORM-1175.
> http://jira.secondlife.com/browse/STORM-1175
> 
> 
> Diffs
> -
> 
>   doc/contributions.txt 584211e99147 
>   indra/llui/llnotifications.cpp 584211e99147 
> 
> Diff: http://codereview.secondlife.com/r/271/diff
> 
> 
> Testing
> ---
> 
> Release build. tested preferences both in world and on the log in screen.
> 
> 
> Thanks,
> 
> Ima
> 
>

___
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] Review Request: STORM-951 Accidental Self-Muting/Self-Blocking

2011-05-10 Thread Vadim ProductEngine

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



indra/newview/llnotificationofferhandler.cpp


Are you sure this is the right place for such kind of check?

I think it should rather be somewhere in llviewermessage.cpp (maybe 
process_improved_im()).



indra/newview/llviewermessage.cpp


please add:
* a reference to the ticket
* a space after //



indra/newview/llviewermessage.cpp


I'm not quite getting why there are two code paths for calling 
inventory_offer_mute_callback(), i.e. why not write it like this:

===
LLUUID sender_id;

if (mFromObject)
{
const LLUUID& object_id = 
notification_ptr->getPayload()["object_id"].asUUID();
sender_id = object_id;
}
else
{
sender_id = mFromID;
}

gCacheName->get(sender_id, mFromGroup, 
boost::bind(&inventory_offer_mute_callback,_1,_2,_3,notification_ptr->getResponderPtr()));
===

And please move the comments to the lines where the corresponding 
conditions are.


- Vadim


On May 10, 2011, 3:45 a.m., Paul ProductEngine wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/303/
> ---
> 
> (Updated May 10, 2011, 3:45 a.m.)
> 
> 
> Review request for Viewer.
> 
> 
> Summary
> ---
> 
> - To avoid self blocking, add blocked object by its ID. 
> 
> - Before showing offer from object, check whether this object is blocked, to 
> avoid spamming offers from blocked objects.
> 
> 
> This addresses bug storm-951.
> http://jira.secondlife.com/browse/storm-951
> 
> 
> Diffs
> -
> 
>   indra/newview/llnotificationofferhandler.cpp 4a7158d7714c 
>   indra/newview/llviewermessage.cpp 4a7158d7714c 
> 
> Diff: http://codereview.secondlife.com/r/303/diff
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Paul
> 
>

___
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] Review Request: Improvements in configuration time by eliminating redundant unpacking when reconfiguring

2011-05-10 Thread Merov Linden

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

Ship it!


Looks good.

- Merov


On May 3, 2011, 6:34 p.m., Brad Kittenbrink wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/293/
> ---
> 
> (Updated May 3, 2011, 6:34 p.m.)
> 
> 
> Review request for Viewer.
> 
> 
> Summary
> ---
> 
> Added checking in indra/cmake/Prebuilt.cmake to skip unnecessary unpacking of 
> already installed packages.
> 
> 
> This addresses bug CHOP-609.
> http://jira.secondlife.com/browse/CHOP-609
> 
> 
> Diffs
> -
> 
>   indra/CMakeLists.txt UNKNOWN 
>   indra/cmake/Prebuilt.cmake UNKNOWN 
> 
> Diff: http://codereview.secondlife.com/r/293/diff
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Brad
> 
>

___
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

[opensource-dev] Servers down?

2011-05-10 Thread Duncan Bradders
Hello folks,
i'm trying to compile a new fresh V2 development branch, it appear
s3-proxy.lindenlab.com is down, somebody knows what's going on?

dbradders@Casa:~/Src/viewer-development/indra$ autobuild configure -c
Release -- -DFMOD:BOOL=OFF
checking package ogg-vorbis
installing ogg-vorbis from archive
checking package openal_soft
installing openal_soft from archive
-- Building with OpenAL audio support
checking package db
installing db from archive
checking package apr_suite
installing apr_suite from archive
checking package boost
installing boost from archive
checking package expat
installing expat from archive
checking package zlib
installing zlib from archive
checking package google-perftools
installing google-perftools from archive
checking package ares
installing ares from archive
checking package curl
installing curl from archive
checking package openSSL
installing openSSL from archive
checking package xmlrpc-epi
installing xmlrpc-epi from archive
checking package google_breakpad
installing google_breakpad from archive
checking package jpeglib
installing jpeglib from archive
checking package libpng
installing libpng from archive
checking package googlemock
installing googlemock from archive
checking package tut
installing tut from archive
checking package kdu
installing kdu from archive
downloading kdu archive from
http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/223538/arch/Linux/installer/kdu-6.4.1-linux-20110311.tar.bz2
unable to download file: 
Traceback (most recent call last):
  File
"/usr/local/lib/python2.6/dist-packages/autobuild-0.8.5-py2.6.egg/autobuild/common.py",
line 253, in download_package
file(cachename, 'wb').write(urllib2.urlopen(package).read())
  File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
  File "/usr/lib/python2.6/urllib2.py", line 391, in open
response = self._open(req, data)
  File "/usr/lib/python2.6/urllib2.py", line 409, in _open
'_open', req)
  File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
result = func(*args)
  File "/usr/lib/python2.6/urllib2.py", line 1170, in http_open
return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.6/urllib2.py", line 1145, in do_open
raise URLError(err)
URLError: 
ERROR: failed to download
http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/223538/arch/Linux/installer/kdu-6.4.1-linux-20110311.tar.bz2
For more information: try re-running your command with --verbose or --debug
CMake Error at cmake/Prebuilt.cmake:34 (message):
  Failed to download or unpack prebuilt 'kdu'.  Process returned 1.
Call Stack (most recent call first):
  cmake/LLKDU.cmake:12 (use_prebuilt_binary)
  llkdu/CMakeLists.txt:15 (include)


-- Configuring incomplete, errors occurred!
ERROR: default configuration returned 1
For more information: try re-running your command with --verbose or --debug
dbradders@Casa:~/Src/viewer-development/indra$
___
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] Servers down?

2011-05-10 Thread xinyi chen
Thought KDU is no longer needed , Openjpeg insteads of it, you just comment
out the KDU section from autobuild.xml


Simon

2011/5/11 Duncan Bradders 

> Hello folks,
> i'm trying to compile a new fresh V2 development branch, it appear
> s3-proxy.lindenlab.com is down, somebody knows what's going on?
>
> dbradders@Casa:~/Src/viewer-development/indra$ autobuild configure -c
> Release -- -DFMOD:BOOL=OFF
> checking package ogg-vorbis
> installing ogg-vorbis from archive
> checking package openal_soft
> installing openal_soft from archive
> -- Building with OpenAL audio support
> checking package db
> installing db from archive
> checking package apr_suite
> installing apr_suite from archive
> checking package boost
> installing boost from archive
> checking package expat
> installing expat from archive
> checking package zlib
> installing zlib from archive
> checking package google-perftools
> installing google-perftools from archive
> checking package ares
> installing ares from archive
> checking package curl
> installing curl from archive
> checking package openSSL
> installing openSSL from archive
> checking package xmlrpc-epi
> installing xmlrpc-epi from archive
> checking package google_breakpad
> installing google_breakpad from archive
> checking package jpeglib
> installing jpeglib from archive
> checking package libpng
> installing libpng from archive
> checking package googlemock
> installing googlemock from archive
> checking package tut
> installing tut from archive
> checking package kdu
> installing kdu from archive
> downloading kdu archive from
> http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/223538/arch/Linux/installer/kdu-6.4.1-linux-20110311.tar.bz2
> unable to download file: 
> Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.6/dist-packages/autobuild-0.8.5-py2.6.egg/autobuild/common.py",
> line 253, in download_package
> file(cachename, 'wb').write(urllib2.urlopen(package).read())
>   File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen
> return _opener.open(url, data, timeout)
>   File "/usr/lib/python2.6/urllib2.py", line 391, in open
> response = self._open(req, data)
>   File "/usr/lib/python2.6/urllib2.py", line 409, in _open
> '_open', req)
>   File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
> result = func(*args)
>   File "/usr/lib/python2.6/urllib2.py", line 1170, in http_open
> return self.do_open(httplib.HTTPConnection, req)
>   File "/usr/lib/python2.6/urllib2.py", line 1145, in do_open
> raise URLError(err)
> URLError: 
> ERROR: failed to download
> http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/223538/arch/Linux/installer/kdu-6.4.1-linux-20110311.tar.bz2
> For more information: try re-running your command with --verbose or --debug
> CMake Error at cmake/Prebuilt.cmake:34 (message):
>   Failed to download or unpack prebuilt 'kdu'.  Process returned 1.
> Call Stack (most recent call first):
>   cmake/LLKDU.cmake:12 (use_prebuilt_binary)
>   llkdu/CMakeLists.txt:15 (include)
>
>
> -- Configuring incomplete, errors occurred!
> ERROR: default configuration returned 1
> For more information: try re-running your command with --verbose or --debug
> dbradders@Casa:~/Src/viewer-development/indra$
>
>
> ___
> 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] Servers down?

2011-05-10 Thread Duncan Bradders
Thank you, I saw it late...

On Tue, May 10, 2011 at 11:57 PM, xinyi chen wrote:

> Thought KDU is no longer needed , Openjpeg insteads of it, you just comment
> out the KDU section from autobuild.xml
>
>
> Simon
>
> 2011/5/11 Duncan Bradders 
>
>> Hello folks,
>> i'm trying to compile a new fresh V2 development branch, it appear
>> s3-proxy.lindenlab.com is down, somebody knows what's going on?
>>
>> dbradders@Casa:~/Src/viewer-development/indra$ autobuild configure -c
>> Release -- -DFMOD:BOOL=OFF
>> checking package ogg-vorbis
>> installing ogg-vorbis from archive
>> checking package openal_soft
>> installing openal_soft from archive
>> -- Building with OpenAL audio support
>> checking package db
>> installing db from archive
>> checking package apr_suite
>> installing apr_suite from archive
>> checking package boost
>> installing boost from archive
>> checking package expat
>> installing expat from archive
>> checking package zlib
>> installing zlib from archive
>> checking package google-perftools
>> installing google-perftools from archive
>> checking package ares
>> installing ares from archive
>> checking package curl
>> installing curl from archive
>> checking package openSSL
>> installing openSSL from archive
>> checking package xmlrpc-epi
>> installing xmlrpc-epi from archive
>> checking package google_breakpad
>> installing google_breakpad from archive
>> checking package jpeglib
>> installing jpeglib from archive
>> checking package libpng
>> installing libpng from archive
>> checking package googlemock
>> installing googlemock from archive
>> checking package tut
>> installing tut from archive
>> checking package kdu
>> installing kdu from archive
>> downloading kdu archive from
>> http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/223538/arch/Linux/installer/kdu-6.4.1-linux-20110311.tar.bz2
>> unable to download file: 
>> Traceback (most recent call last):
>>   File
>> "/usr/local/lib/python2.6/dist-packages/autobuild-0.8.5-py2.6.egg/autobuild/common.py",
>> line 253, in download_package
>> file(cachename, 'wb').write(urllib2.urlopen(package).read())
>>   File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen
>> return _opener.open(url, data, timeout)
>>   File "/usr/lib/python2.6/urllib2.py", line 391, in open
>> response = self._open(req, data)
>>   File "/usr/lib/python2.6/urllib2.py", line 409, in _open
>> '_open', req)
>>   File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
>> result = func(*args)
>>   File "/usr/lib/python2.6/urllib2.py", line 1170, in http_open
>> return self.do_open(httplib.HTTPConnection, req)
>>   File "/usr/lib/python2.6/urllib2.py", line 1145, in do_open
>> raise URLError(err)
>> URLError: 
>> ERROR: failed to download
>> http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/223538/arch/Linux/installer/kdu-6.4.1-linux-20110311.tar.bz2
>> For more information: try re-running your command with --verbose or
>> --debug
>> CMake Error at cmake/Prebuilt.cmake:34 (message):
>>   Failed to download or unpack prebuilt 'kdu'.  Process returned 1.
>> Call Stack (most recent call first):
>>   cmake/LLKDU.cmake:12 (use_prebuilt_binary)
>>   llkdu/CMakeLists.txt:15 (include)
>>
>>
>> -- Configuring incomplete, errors occurred!
>> ERROR: default configuration returned 1
>> For more information: try re-running your command with --verbose or
>> --debug
>> dbradders@Casa:~/Src/viewer-development/indra$
>>
>>
>> ___
>> 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] Servers down?

2011-05-10 Thread Mysty Saunders
or just use 'autobuild build -c ReleaseOS' for open source builds


On Tue, May 10, 2011 at 10:53 PM, Duncan Bradders  wrote:

> Hello folks,
> i'm trying to compile a new fresh V2 development branch, it appear
> s3-proxy.lindenlab.com is down, somebody knows what's going on?
>
> dbradders@Casa:~/Src/viewer-development/indra$ autobuild configure -c
> Release -- -DFMOD:BOOL=OFF
> checking package ogg-vorbis
> installing ogg-vorbis from archive
> checking package openal_soft
> installing openal_soft from archive
> -- Building with OpenAL audio support
> checking package db
> installing db from archive
> checking package apr_suite
> installing apr_suite from archive
> checking package boost
> installing boost from archive
> checking package expat
> installing expat from archive
> checking package zlib
> installing zlib from archive
> checking package google-perftools
> installing google-perftools from archive
> checking package ares
> installing ares from archive
> checking package curl
> installing curl from archive
> checking package openSSL
> installing openSSL from archive
> checking package xmlrpc-epi
> installing xmlrpc-epi from archive
> checking package google_breakpad
> installing google_breakpad from archive
> checking package jpeglib
> installing jpeglib from archive
> checking package libpng
> installing libpng from archive
> checking package googlemock
> installing googlemock from archive
> checking package tut
> installing tut from archive
> checking package kdu
> installing kdu from archive
> downloading kdu archive from
> http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/223538/arch/Linux/installer/kdu-6.4.1-linux-20110311.tar.bz2
> unable to download file: 
> Traceback (most recent call last):
>   File
> "/usr/local/lib/python2.6/dist-packages/autobuild-0.8.5-py2.6.egg/autobuild/common.py",
> line 253, in download_package
> file(cachename, 'wb').write(urllib2.urlopen(package).read())
>   File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen
> return _opener.open(url, data, timeout)
>   File "/usr/lib/python2.6/urllib2.py", line 391, in open
> response = self._open(req, data)
>   File "/usr/lib/python2.6/urllib2.py", line 409, in _open
> '_open', req)
>   File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
> result = func(*args)
>   File "/usr/lib/python2.6/urllib2.py", line 1170, in http_open
> return self.do_open(httplib.HTTPConnection, req)
>   File "/usr/lib/python2.6/urllib2.py", line 1145, in do_open
> raise URLError(err)
> URLError: 
> ERROR: failed to download
> http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/223538/arch/Linux/installer/kdu-6.4.1-linux-20110311.tar.bz2
> For more information: try re-running your command with --verbose or --debug
> CMake Error at cmake/Prebuilt.cmake:34 (message):
>   Failed to download or unpack prebuilt 'kdu'.  Process returned 1.
> Call Stack (most recent call first):
>   cmake/LLKDU.cmake:12 (use_prebuilt_binary)
>   llkdu/CMakeLists.txt:15 (include)
>
>
> -- Configuring incomplete, errors occurred!
> ERROR: default configuration returned 1
> For more information: try re-running your command with --verbose or --debug
> dbradders@Casa:~/Src/viewer-development/indra$
>
>
> ___
> 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