Re: Another clang problem

2010-10-04 Thread Renato Botelho
On Sun, Oct 3, 2010 at 7:34 PM, Dimitry Andric d...@freebsd.org wrote: On 2010-10-03 17:21, Dimitry Andric wrote: Since gnash has about a gazillion dependencies, and I have the idea that after 12 hours of building stuff, I will not be able to reproduce your error message anyway, could you

Re: Another clang problem

2010-10-04 Thread Dimitry Andric
On 2010-10-04 20:41, Renato Botelho wrote: There is also a chance this might fix your issue, can you please try it out? Same problem here with this patch It turns out it was an issue in libvgl, which should be fixed by r213412. Can you please try to update to that revision, rebuild and

Re: Another clang problem

2010-10-04 Thread Derek Tattersall
* Dimitry Andric d...@freebsd.org [101004 17:12]: On 2010-10-04 20:41, Renato Botelho wrote: There is also a chance this might fix your issue, can you please try it out? Same problem here with this patch It turns out it was an issue in libvgl, which should be fixed by r213412. Can you

Another clang problem

2010-10-03 Thread Derek Tattersall
In updating gnash to 8.8 the build failed while linking with libvgl.so. My current system was built last week, with both kernel and world built with clang. The linkage failure was due to an inlined function, set4pixels which is only referred to, as far as I can tell, within the source file

Re: Another clang problem

2010-10-03 Thread Rui Paulo
On 3 Oct 2010, at 14:41, Derek Tattersall wrote: In updating gnash to 8.8 the build failed while linking with libvgl.so. My current system was built last week, with both kernel and world built with clang. The linkage failure was due to an inlined function, set4pixels which is only referred

Re: Another clang problem

2010-10-03 Thread Derek Tattersall
* Rui Paulo rpa...@freebsd.org [101003 09:57]: On 3 Oct 2010, at 14:41, Derek Tattersall wrote: In updating gnash to 8.8 the build failed while linking with libvgl.so. My current system was built last week, with both kernel and world built with clang. The linkage failure was due to an

Re: Another clang problem

2010-10-03 Thread Dimitry Andric
On 2010-10-03 15:41, Derek Tattersall wrote: In updating gnash to 8.8 the build failed while linking with libvgl.so. My current system was built last week, with both kernel and world built with clang. The linkage failure was due to an inlined function, set4pixels which is only referred to, as

Re: Another clang problem

2010-10-03 Thread Roman Divacky
On Sun, Oct 03, 2010 at 05:21:15PM +0200, Dimitry Andric wrote: On 2010-10-03 15:41, Derek Tattersall wrote: In updating gnash to 8.8 the build failed while linking with libvgl.so. My current system was built last week, with both kernel and world built with clang. The linkage failure was due

Re: Another clang problem

2010-10-03 Thread Garrett Cooper
On Sun, Oct 3, 2010 at 12:50 PM, Roman Divacky rdiva...@freebsd.org wrote: On Sun, Oct 03, 2010 at 05:21:15PM +0200, Dimitry Andric wrote: On 2010-10-03 15:41, Derek Tattersall wrote: In updating gnash to 8.8 the build failed while linking with libvgl.so.  My current system was built last

Re: Another clang problem

2010-10-03 Thread Dimitry Andric
On 2010-10-03 17:21, Dimitry Andric wrote: Since gnash has about a gazillion dependencies, and I have the idea that after 12 hours of building stuff, I will not be able to reproduce your error message anyway, could you please post it (or upload it, if it is very large)? I cannot reproduce your