Re: [Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-20 Thread Piotr Arlukowicz
KUDOs to you, Sergey, you're DA MASTER :) Issue is solved and now blender compiles beautifully! regards! Piotr Piotr Polski Kurs Blendera: http://polskikursblendera.pl, YT: /user/piotao?feature=guide FB: /polskikursblendera TW: /piotao 2014-11-20 15:42 GMT+01:00 Jefferson Rausseo : > Is solv

Re: [Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-20 Thread Jefferson Rausseo
Is solved, thank you and excuse me for my mistakes :) 2014-11-20 9:57 GMT-04:30 Sergey Sharybin : > Please git pull and try again. > > On Thu, Nov 20, 2014 at 3:12 PM, Jefferson Rausseo < > jeffersonraus...@gmail.com> wrote: > > > I'm sorry: http://www.pasteall.org/55273/bash > > > > 2014-11-20 9

Re: [Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-20 Thread Sergey Sharybin
Please git pull and try again. On Thu, Nov 20, 2014 at 3:12 PM, Jefferson Rausseo < jeffersonraus...@gmail.com> wrote: > I'm sorry: http://www.pasteall.org/55273/bash > > 2014-11-20 9:09 GMT-04:30 Campbell Barton : > > > Try this: > > > > scons BF_QUIET=0 2>&1 > log.txt > > > > Then paste the con

Re: [Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-20 Thread Jefferson Rausseo
I'm sorry: http://www.pasteall.org/55273/bash 2014-11-20 9:09 GMT-04:30 Campbell Barton : > Try this: > > scons BF_QUIET=0 2>&1 > log.txt > > Then paste the contents of log.txt online. > > On Thu, Nov 20, 2014 at 2:32 PM, Sergey Sharybin > wrote: > > By the "full log" i meant full log, apparentl

Re: [Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-20 Thread Campbell Barton
Try this: scons BF_QUIET=0 2>&1 > log.txt Then paste the contents of log.txt online. On Thu, Nov 20, 2014 at 2:32 PM, Sergey Sharybin wrote: > By the "full log" i meant full log, apparently. To see all compiler/linker > flags being used. > > On Thu, Nov 20, 2014 at 6:21 PM, Jefferson Rausseo <

Re: [Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-20 Thread Sergey Sharybin
By the "full log" i meant full log, apparently. To see all compiler/linker flags being used. On Thu, Nov 20, 2014 at 6:21 PM, Jefferson Rausseo < jeffersonraus...@gmail.com> wrote: > http://www.pasteall.org/55271/bash > > 2014-11-20 8:42 GMT-04:30 Sergey Sharybin : > > > It seems you're using mul

Re: [Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-20 Thread Jefferson Rausseo
http://www.pasteall.org/55271/bash 2014-11-20 8:42 GMT-04:30 Sergey Sharybin : > It seems you're using multiple threads when building. it's not readable for > troubleshooting. > > Please run: `scons BF_QUIET=0 BF_NUMJOBS=1` and shared the full log via > pasteall.org. > > On Thu, Nov 20, 2014 at 1

Re: [Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-20 Thread Sergey Sharybin
It seems you're using multiple threads when building. it's not readable for troubleshooting. Please run: `scons BF_QUIET=0 BF_NUMJOBS=1` and shared the full log via pasteall.org. On Thu, Nov 20, 2014 at 1:26 PM, Jefferson Rausseo < jeffersonraus...@gmail.com> wrote: > The error continues, but th

Re: [Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-20 Thread Jefferson Rausseo
The error continues, but the message goes to the final of the compilation: Install file: "release/freedesktop/icons/22x22/apps/blender.png" as "/home/dani/Programas/blender-git/install/icons/22x22/apps/blender.png" Install file: "release/freedesktop/icons/24x24/apps/blender.png" as "/home/dani/Pro

Re: [Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-20 Thread Sergey Sharybin
That is all correct, symbol mapping file does not depend on LLVM at all. I've committed the fix, please git pull and report back if you still have issues. On Thu, Nov 20, 2014 at 11:02 AM, Jefferson Rausseo < jeffersonraus...@gmail.com> wrote: > I don't use OSL. > > In the commit 80d1d624d378d4d

Re: [Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-20 Thread Jefferson Rausseo
I don't use OSL. In the commit 80d1d624d378d4d8c03fb26ef286baf5479b6497, in linux-config.py was changed: -if WITH_BF_LLVM: - PLATFORM_LINKFLAGS += ['-Wl,--version-script=source/creator/blender.map'] for: +PLATFORM_LINKFLAGS += ['-Wl,--version-script=source/creator/blender.map'] Now do not consi

Re: [Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-20 Thread Kévin Dietrich
LLVM is only necessary if you intend to build Cycles with OSL support. Le 2014-11-20 10:44, Jefferson Rausseo a écrit : > gcc 4.8.2 > scons 2.3.0 > > I can compile correctly only if I remove the last line in linux-config.py > I have not installed "llvm", should I have it obligatory install?

Re: [Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-20 Thread Jefferson Rausseo
gcc 4.8.2 scons 2.3.0 I can compile correctly only if I remove the last line in linux-config.py I have not installed "llvm", should I have it obligatory install? 2014-11-20 4:17 GMT-04:30 Sergey Sharybin : > That sounds weird, because linux buildbot uses scons and never run into > this issue. >

Re: [Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-20 Thread Sergey Sharybin
That sounds weird, because linux buildbot uses scons and never run into this issue. What's your compiler and it's version? P.S. Instead of modifying linux-config.py it's better to do changes in user-config.py On Thu, Nov 20, 2014 at 5:18 AM, Jefferson Rausseo < jeffersonraus...@gmail.com> wrote:

Re: [Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-19 Thread Jefferson Rausseo
Apparently the error is in the commit 80d1d624d378d4d8c03fb26ef286baf5479b6497, specifically in this file in the last line: build_files/scons/config/linux-config.py If we comment the last line fixes the problem: # PLATFORM_LINKFLAGS += ['-Wl,--version-script=source/creator/blender.map'] 2014-11-

Re: [Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-19 Thread Piotr Arlukowicz
Yes, I've sent this very same error just a second ago to that list. I thought that this was my bad and system updates, but no. The same is mine: http://www.pasteall.org/55258 regards Piotr Piotr Polski Kurs Blendera: http://polskikursblendera.pl, YT: /user/piotao?feature=guide FB: /polskikursblen

[Bf-committers] Error in compile with scons (Linking program ==> 'makesdna')

2014-11-19 Thread Jefferson Rausseo
Ubuntu 14.04 with scons Version blender: commit cd54f07a3c71ba146542e41c7b3407b287b52b4c Error in screen: Linking program ==> 'makesdna' /usr/bin/ld: anonymous version tag cannot be combined with other version tags collect2: error: ld returned 1 exit status scons: *** [/home/dani/Programas/blen