Re: [opensource-dev] Review Request: Fix for STORM-1854.

2012-12-01 Thread Nicky Perian

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


Kokua's approach was to updated the libs and deliver them using 
viewer_manifest.py.
Using the updated libs/includes I get the following compiler error.
It appears when the libs are LL updated this mod will need to be backed out.

 ‘static std::vector, 
std::allocator >, std::allocator, std::allocator > > > 
LLWindowSDL::getDynamicFallbackFontList()’:
/home/bill/kokua-dev-q/indra/llwindow/llwindowsdl.cpp:2651: error: cannot 
convert ‘FcResult’ to ‘FcResult*’ for argument ‘5’ to ‘FcFontSet* 
FcFontSort(FcConfig*, FcPattern*, FcBool, FcCharSet**, FcResult*)’


- Nicky Perian


On Nov. 30, 2012, 5:17 p.m., Log Linden wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/609/
> ---
> 
> (Updated Nov. 30, 2012, 5:17 p.m.)
> 
> 
> Review request for Viewer.
> 
> 
> Description
> ---
> 
> This is a fix for STORM-1854. It prevents an assert failure that happens 
> during viewer startup on linux systems with a sufficiently new version of the 
> fontconfig library (I think fontconfig 1.9). It should not impact mac or 
> windows because those platforms do not use llwindowsdl.cpp file, which was 
> the only file changed.
> 
> 
> This addresses bug STORM-1854.
> http://jira.secondlife.com/browse/STORM-1854
> 
> 
> Diffs
> -
> 
>   indra/llwindow/llwindowsdl.cpp UNKNOWN 
> 
> Diff: http://codereview.secondlife.com/r/609/diff/
> 
> 
> Testing
> ---
> 
> This change builds successfully on all three platforms (Teamcity). I have 
> verified that the startup error no longer occurs on Ubuntu 12.10. Ideally we 
> would test that Linux systems with older versions of fontconfig can also 
> still start the viewer, but I don't have easy access to one of those. 
> 
> 
> Thanks,
> 
> Log Linden
> 
>

___
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: Fix for STORM-1854.

2012-12-01 Thread Boroondas Gupte


> On Dec. 1, 2012, 9:30 a.m., Nicky Perian wrote:
> > Kokua's approach was to updated the libs and deliver them using 
> > viewer_manifest.py.
> > Using the updated libs/includes I get the following compiler error.
> > It appears when the libs are LL updated this mod will need to be backed out.
> > 
> >  ‘static std::vector, 
> > std::allocator >, std::allocator > std::char_traits, std::allocator > > > 
> > LLWindowSDL::getDynamicFallbackFontList()’:
> > /home/bill/kokua-dev-q/indra/llwindow/llwindowsdl.cpp:2651: error: cannot 
> > convert ‘FcResult’ to ‘FcResult*’ for argument ‘5’ to ‘FcFontSet* 
> > FcFontSort(FcConfig*, FcPattern*, FcBool, FcCharSet**, FcResult*)’
> >

Odd. To me, it looks like the new code would be passing a FcResult*, not a 
FcResult.


- Boroondas


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


On Nov. 30, 2012, 5:17 p.m., Log Linden wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/609/
> ---
> 
> (Updated Nov. 30, 2012, 5:17 p.m.)
> 
> 
> Review request for Viewer.
> 
> 
> Description
> ---
> 
> This is a fix for STORM-1854. It prevents an assert failure that happens 
> during viewer startup on linux systems with a sufficiently new version of the 
> fontconfig library (I think fontconfig 1.9). It should not impact mac or 
> windows because those platforms do not use llwindowsdl.cpp file, which was 
> the only file changed.
> 
> 
> This addresses bug STORM-1854.
> http://jira.secondlife.com/browse/STORM-1854
> 
> 
> Diffs
> -
> 
>   indra/llwindow/llwindowsdl.cpp UNKNOWN 
> 
> Diff: http://codereview.secondlife.com/r/609/diff/
> 
> 
> Testing
> ---
> 
> This change builds successfully on all three platforms (Teamcity). I have 
> verified that the startup error no longer occurs on Ubuntu 12.10. Ideally we 
> would test that Linux systems with older versions of fontconfig can also 
> still start the viewer, but I don't have easy access to one of those. 
> 
> 
> Thanks,
> 
> Log Linden
> 
>

___
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: Fix for STORM-1854.

2012-12-01 Thread Tankmaster Finesmith


> On Dec. 1, 2012, 3:47 p.m., Tankmaster Finesmith wrote:
> > Ship It!

the approach in this diff is the same NickyD used in firestorm.  WE haven't had 
issues with it so far


- Tankmaster


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


On Nov. 30, 2012, 5:17 p.m., Log Linden wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/609/
> ---
> 
> (Updated Nov. 30, 2012, 5:17 p.m.)
> 
> 
> Review request for Viewer.
> 
> 
> Description
> ---
> 
> This is a fix for STORM-1854. It prevents an assert failure that happens 
> during viewer startup on linux systems with a sufficiently new version of the 
> fontconfig library (I think fontconfig 1.9). It should not impact mac or 
> windows because those platforms do not use llwindowsdl.cpp file, which was 
> the only file changed.
> 
> 
> This addresses bug STORM-1854.
> http://jira.secondlife.com/browse/STORM-1854
> 
> 
> Diffs
> -
> 
>   indra/llwindow/llwindowsdl.cpp UNKNOWN 
> 
> Diff: http://codereview.secondlife.com/r/609/diff/
> 
> 
> Testing
> ---
> 
> This change builds successfully on all three platforms (Teamcity). I have 
> verified that the startup error no longer occurs on Ubuntu 12.10. Ideally we 
> would test that Linux systems with older versions of fontconfig can also 
> still start the viewer, but I don't have easy access to one of those. 
> 
> 
> Thanks,
> 
> Log Linden
> 
>

___
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: Fix for STORM-1854.

2012-12-01 Thread Nicky Perian

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


https://bitbucket.org/log_linden/viewer-storm-1854/commits/cf7ad502c7c3/ does 
not match this diff. result should be &result

- Nicky Perian


On Nov. 30, 2012, 5:17 p.m., Log Linden wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/609/
> ---
> 
> (Updated Nov. 30, 2012, 5:17 p.m.)
> 
> 
> Review request for Viewer.
> 
> 
> Description
> ---
> 
> This is a fix for STORM-1854. It prevents an assert failure that happens 
> during viewer startup on linux systems with a sufficiently new version of the 
> fontconfig library (I think fontconfig 1.9). It should not impact mac or 
> windows because those platforms do not use llwindowsdl.cpp file, which was 
> the only file changed.
> 
> 
> This addresses bug STORM-1854.
> http://jira.secondlife.com/browse/STORM-1854
> 
> 
> Diffs
> -
> 
>   indra/llwindow/llwindowsdl.cpp UNKNOWN 
> 
> Diff: http://codereview.secondlife.com/r/609/diff/
> 
> 
> Testing
> ---
> 
> This change builds successfully on all three platforms (Teamcity). I have 
> verified that the startup error no longer occurs on Ubuntu 12.10. Ideally we 
> would test that Linux systems with older versions of fontconfig can also 
> still start the viewer, but I don't have easy access to one of those. 
> 
> 
> Thanks,
> 
> Log Linden
> 
>

___
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: Fix for STORM-1854.

2012-12-01 Thread Nicky Perian

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

Ship it!


Compiled linux 32 and 64 bit with the updated freetype and fontconfig 
libraries. Ran fine on debain squeeze and ubuntu 12.10.

- Nicky Perian


On Nov. 30, 2012, 5:17 p.m., Log Linden wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://codereview.secondlife.com/r/609/
> ---
> 
> (Updated Nov. 30, 2012, 5:17 p.m.)
> 
> 
> Review request for Viewer.
> 
> 
> Description
> ---
> 
> This is a fix for STORM-1854. It prevents an assert failure that happens 
> during viewer startup on linux systems with a sufficiently new version of the 
> fontconfig library (I think fontconfig 1.9). It should not impact mac or 
> windows because those platforms do not use llwindowsdl.cpp file, which was 
> the only file changed.
> 
> 
> This addresses bug STORM-1854.
> http://jira.secondlife.com/browse/STORM-1854
> 
> 
> Diffs
> -
> 
>   indra/llwindow/llwindowsdl.cpp UNKNOWN 
> 
> Diff: http://codereview.secondlife.com/r/609/diff/
> 
> 
> Testing
> ---
> 
> This change builds successfully on all three platforms (Teamcity). I have 
> verified that the startup error no longer occurs on Ubuntu 12.10. Ideally we 
> would test that Linux systems with older versions of fontconfig can also 
> still start the viewer, but I don't have easy access to one of those. 
> 
> 
> Thanks,
> 
> Log Linden
> 
>

___
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