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:

 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-19 15:23 GMT-04:30 Piotr Arlukowicz pio...@polskikursblendera.pl
 :

  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: /polskikursblendera
  TW: /piotao
 
 
 
  2014-11-19 18:06 GMT+01:00 Jefferson Rausseo jeffersonraus...@gmail.com
 :
 
   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/blender-git/build/makesdna] Error 1
   scons: building terminated because of errors.
   ___
   Bf-committers mailing list
   Bf-committers@blender.org
   http://lists.blender.org/mailman/listinfo/bf-committers
  
  ___
  Bf-committers mailing list
  Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers
 
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers




-- 
With best regards, Sergey Sharybin
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


Re: [Bf-committers] CUDA Toolkit Update (Windows + Linux)

2014-11-20 Thread Sergey Sharybin
Technically it's easy. The only thing which is worrying is we'll have 12
kernels to be compiled now.

Just to mention, fatbin is not gonna to help really. The thing here is ptx
is really fast to compile, it's optimization to a specific arch takes loads
of ram and time, So if we ship ptx with just ptx that'd mean users would
need to have 8 gig to be able to get optimized code (which then being
cached btw). it's not that nice at all.

We can also look into making SSS more or less stable on GPU, or just
declare GPUs not being feature-full. CMJ i don't think would give any
issues btw.

Another idea could be optimizing sm_20-sm_35 in the fatbin, users of sm_50,
sm_52 would optimize on first render. They probably have enough ram for
this :) A bit cruel i know, just throwing ideas for brainstorm of how to
improve the situation.

P.S. i don't mean we shouldn't switch to fatbin, that'd help making blender
users to early users of new GPUs.

On Thu, Nov 20, 2014 at 3:41 AM, Thomas Dinges blen...@dingto.org wrote:

 Hey,
 in order to support Geforce 9xx cards optimally, we should update the
 CUDA Toolkit (Release  Buildbot) and compile native sm_52 kernels.

 Sergey, Martijn, can you please update the buildbots?
 https://developer.nvidia.com/cuda-downloads-geforce-gtx9xx
 This version is equal to the 6.5.14 we use atm, but adds support for
 sm_52. So it should be a smooth and safe update.

 There is no version for Mac, but I think the 9xx cards are not available
 yet for Mac anyway.

 Thanks,
 Thomas
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers




-- 
With best regards, Sergey Sharybin
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


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 sergey@gmail.com:

 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:

  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-19 15:23 GMT-04:30 Piotr Arlukowicz 
 pio...@polskikursblendera.pl
  :
 
   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: /polskikursblendera
   TW: /piotao
  
  
  
   2014-11-19 18:06 GMT+01:00 Jefferson Rausseo 
 jeffersonraus...@gmail.com
  :
  
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/blender-git/build/makesdna] Error 1
scons: building terminated because of errors.
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers
   
   ___
   Bf-committers mailing list
   Bf-committers@blender.org
   http://lists.blender.org/mailman/listinfo/bf-committers
  
  ___
  Bf-committers mailing list
  Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers
 



 --
 With best regards, Sergey Sharybin
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers

___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


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?
 
 2014-11-20 4:17 GMT-04:30 Sergey Sharybin sergey@gmail.com:
 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: 
 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-19 15:23 
 GMT-04:30 Piotr Arlukowicz  pio...@polskikursblendera.pl : 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 [1] regards Piotr Piotr Polski Kurs Blendera: 
 http://polskikursblendera.pl [2], YT: /user/piotao?feature=guide FB: 
 /polskikursblendera TW: /piotao 2014
 -11-19
18:06 GMT+01:00 Jefferson Rausseo 
 jeffersonraus...@gmail.com 

 : 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/blender-git/build/makesdna] Error 1 scons: building 
 terminated because of errors. 
 ___ Bf-committers mailing list 
 Bf-committers@blender.org 
 http://lists.blender.org/mailman/listinfo/bf-committers [3]
 ___ Bf-committers mailing list 
 Bf-committers@blender.org 
 http://lists.blender.org/mailman/listinfo/bf-committers [3]
 ___ Bf-committers mailing
list Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers [3] -- With best
regards, Sergey Sharybin ___
Bf-committers mailing list Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers [3] 

___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers [3]

 

Links:
--
[1] http://www.pasteall.org/55258
[2] http://polskikursblendera.pl
[3] http://lists.blender.org/mailman/listinfo/bf-committers
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


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 considered if you have installed llvm or not

2014-11-20 5:24 GMT-04:30 Kévin Dietrich kevin.dietr...@mailoo.org:



 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?
 
  2014-11-20 4:17 GMT-04:30 Sergey Sharybin sergey@gmail.com:
  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: 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-19 15:23
 GMT-04:30 Piotr Arlukowicz  pio...@polskikursblendera.pl : 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 [1] regards Piotr Piotr Polski Kurs
 Blendera: http://polskikursblendera.pl [2], YT:
 /user/piotao?feature=guide FB: /polskikursblendera TW: /piotao 2014
  -11-19
 18:06 GMT+01:00 Jefferson Rausseo 
  jeffersonraus...@gmail.com

  : 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/blender-git/build/makesdna] Error 1 scons: building
 terminated because of errors.
 ___ Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers [3]
  ___ Bf-committers mailing
 list Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers [3]
  ___ Bf-committers mailing
 list Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers [3] -- With best
 regards, Sergey Sharybin ___
 Bf-committers mailing list Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers [3]

 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers [3]



 Links:
 --
 [1] http://www.pasteall.org/55258
 [2] http://polskikursblendera.pl
 [3] http://lists.blender.org/mailman/listinfo/bf-committers
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers

___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


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 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 considered if you have installed llvm or not

 2014-11-20 5:24 GMT-04:30 Kévin Dietrich kevin.dietr...@mailoo.org:

 
 
  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?
  
   2014-11-20 4:17 GMT-04:30 Sergey Sharybin sergey@gmail.com:
   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: 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-19 15:23
  GMT-04:30 Piotr Arlukowicz  pio...@polskikursblendera.pl : 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 [1] regards Piotr Piotr Polski Kurs
  Blendera: http://polskikursblendera.pl [2], YT:
  /user/piotao?feature=guide FB: /polskikursblendera TW: /piotao 2014
   -11-19
  18:06 GMT+01:00 Jefferson Rausseo 
   jeffersonraus...@gmail.com
 
   : 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/blender-git/build/makesdna] Error 1 scons: building
  terminated because of errors.
  ___ Bf-committers mailing
 list
  Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers [3]
   ___ Bf-committers mailing
  list Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers [3]
   ___ Bf-committers mailing
  list Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers [3] -- With best
  regards, Sergey Sharybin ___
  Bf-committers mailing list Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers [3]
 
  ___
  Bf-committers mailing list
  Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers [3]
 
 
 
  Links:
  --
  [1] http://www.pasteall.org/55258
  [2] http://polskikursblendera.pl
  [3] http://lists.blender.org/mailman/listinfo/bf-committers
  ___
  Bf-committers mailing list
  Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers
 
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers




-- 
With best regards, Sergey Sharybin
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


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/Programas/blender-git/install/icons/24x24/apps/blender.png
Install file: release/freedesktop/icons/256x256/apps/blender.png as
/home/dani/Programas/blender-git/install/icons/256x256/apps/blender.png
Install file: release/freedesktop/icons/48x48/apps/blender.png as
/home/dani/Programas/blender-git/install/icons/48x48/apps/blender.png
Install file: release/freedesktop/icons/16x16/apps/blender.png as
/home/dani/Programas/blender-git/install/icons/16x16/apps/blender.png
/usr/bin/ld: anonymous version tag cannot be combined with other version
tags
collect2: error: ld returned 1 exit status
scons: *** [/home/dani/Programas/blender-git/build/bin/blender] Error 1
scons: building terminated because of errors.


2014-11-20 6:05 GMT-04:30 Sergey Sharybin sergey@gmail.com:
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


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 sergey@gmail.com:

 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 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/Programas/blender-git/install/icons/24x24/apps/blender.png
  Install file: release/freedesktop/icons/256x256/apps/blender.png as
  /home/dani/Programas/blender-git/install/icons/256x256/apps/blender.png
  Install file: release/freedesktop/icons/48x48/apps/blender.png as
  /home/dani/Programas/blender-git/install/icons/48x48/apps/blender.png
  Install file: release/freedesktop/icons/16x16/apps/blender.png as
  /home/dani/Programas/blender-git/install/icons/16x16/apps/blender.png
  /usr/bin/ld: anonymous version tag cannot be combined with other version
  tags
  collect2: error: ld returned 1 exit status
  scons: *** [/home/dani/Programas/blender-git/build/bin/blender] Error 1
  scons: building terminated because of errors.
 
 
  2014-11-20 6:05 GMT-04:30 Sergey Sharybin sergey@gmail.com:
  ___
  Bf-committers mailing list
  Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers
 



 --
 With best regards, Sergey Sharybin
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers

___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


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 sergey@gmail.com:

  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 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/Programas/blender-git/install/icons/24x24/apps/blender.png
   Install file: release/freedesktop/icons/256x256/apps/blender.png as
  
 /home/dani/Programas/blender-git/install/icons/256x256/apps/blender.png
   Install file: release/freedesktop/icons/48x48/apps/blender.png as
   /home/dani/Programas/blender-git/install/icons/48x48/apps/blender.png
   Install file: release/freedesktop/icons/16x16/apps/blender.png as
   /home/dani/Programas/blender-git/install/icons/16x16/apps/blender.png
   /usr/bin/ld: anonymous version tag cannot be combined with other
 version
   tags
   collect2: error: ld returned 1 exit status
   scons: *** [/home/dani/Programas/blender-git/build/bin/blender] Error 1
   scons: building terminated because of errors.
  
  
   2014-11-20 6:05 GMT-04:30 Sergey Sharybin sergey@gmail.com:
   ___
   Bf-committers mailing list
   Bf-committers@blender.org
   http://lists.blender.org/mailman/listinfo/bf-committers
  
 
 
 
  --
  With best regards, Sergey Sharybin
  ___
  Bf-committers mailing list
  Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers
 
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers




-- 
With best regards, Sergey Sharybin
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


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

2014-11-20 Thread Campbell Barton
Try this:

scons BF_QUIET=0 21  log.txt

Then paste the contents of log.txt online.

On Thu, Nov 20, 2014 at 2:32 PM, Sergey Sharybin sergey@gmail.com 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 
 jeffersonraus...@gmail.com wrote:

 http://www.pasteall.org/55271/bash

 2014-11-20 8:42 GMT-04:30 Sergey Sharybin sergey@gmail.com:

  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 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/Programas/blender-git/install/icons/24x24/apps/blender.png
   Install file: release/freedesktop/icons/256x256/apps/blender.png as
  
 /home/dani/Programas/blender-git/install/icons/256x256/apps/blender.png
   Install file: release/freedesktop/icons/48x48/apps/blender.png as
   /home/dani/Programas/blender-git/install/icons/48x48/apps/blender.png
   Install file: release/freedesktop/icons/16x16/apps/blender.png as
   /home/dani/Programas/blender-git/install/icons/16x16/apps/blender.png
   /usr/bin/ld: anonymous version tag cannot be combined with other
 version
   tags
   collect2: error: ld returned 1 exit status
   scons: *** [/home/dani/Programas/blender-git/build/bin/blender] Error 1
   scons: building terminated because of errors.
  
  
   2014-11-20 6:05 GMT-04:30 Sergey Sharybin sergey@gmail.com:
   ___
   Bf-committers mailing list
   Bf-committers@blender.org
   http://lists.blender.org/mailman/listinfo/bf-committers
  
 
 
 
  --
  With best regards, Sergey Sharybin
  ___
  Bf-committers mailing list
  Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers
 
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers




 --
 With best regards, Sergey Sharybin
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers



-- 
- Campbell
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


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 ideasma...@gmail.com:

 Try this:

 scons BF_QUIET=0 21  log.txt

 Then paste the contents of log.txt online.

 On Thu, Nov 20, 2014 at 2:32 PM, Sergey Sharybin sergey@gmail.com
 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 
  jeffersonraus...@gmail.com wrote:
 
  http://www.pasteall.org/55271/bash
 
  2014-11-20 8:42 GMT-04:30 Sergey Sharybin sergey@gmail.com:
 
   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 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/Programas/blender-git/install/icons/24x24/apps/blender.png
Install file: release/freedesktop/icons/256x256/apps/blender.png
 as
   
 
 /home/dani/Programas/blender-git/install/icons/256x256/apps/blender.png
Install file: release/freedesktop/icons/48x48/apps/blender.png as
   
 /home/dani/Programas/blender-git/install/icons/48x48/apps/blender.png
Install file: release/freedesktop/icons/16x16/apps/blender.png as
   
 /home/dani/Programas/blender-git/install/icons/16x16/apps/blender.png
/usr/bin/ld: anonymous version tag cannot be combined with other
  version
tags
collect2: error: ld returned 1 exit status
scons: *** [/home/dani/Programas/blender-git/build/bin/blender]
 Error 1
scons: building terminated because of errors.
   
   
2014-11-20 6:05 GMT-04:30 Sergey Sharybin sergey@gmail.com:
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers
   
  
  
  
   --
   With best regards, Sergey Sharybin
   ___
   Bf-committers mailing list
   Bf-committers@blender.org
   http://lists.blender.org/mailman/listinfo/bf-committers
  
  ___
  Bf-committers mailing list
  Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers
 
 
 
 
  --
  With best regards, Sergey Sharybin
  ___
  Bf-committers mailing list
  Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers



 --
 - Campbell
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers

___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


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 ideasma...@gmail.com:

  Try this:
 
  scons BF_QUIET=0 21  log.txt
 
  Then paste the contents of log.txt online.
 
  On Thu, Nov 20, 2014 at 2:32 PM, Sergey Sharybin sergey@gmail.com
  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 
   jeffersonraus...@gmail.com wrote:
  
   http://www.pasteall.org/55271/bash
  
   2014-11-20 8:42 GMT-04:30 Sergey Sharybin sergey@gmail.com:
  
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 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/Programas/blender-git/install/icons/24x24/apps/blender.png
 Install file: release/freedesktop/icons/256x256/apps/blender.png
  as

  
  /home/dani/Programas/blender-git/install/icons/256x256/apps/blender.png
 Install file: release/freedesktop/icons/48x48/apps/blender.png
 as

  /home/dani/Programas/blender-git/install/icons/48x48/apps/blender.png
 Install file: release/freedesktop/icons/16x16/apps/blender.png
 as

  /home/dani/Programas/blender-git/install/icons/16x16/apps/blender.png
 /usr/bin/ld: anonymous version tag cannot be combined with other
   version
 tags
 collect2: error: ld returned 1 exit status
 scons: *** [/home/dani/Programas/blender-git/build/bin/blender]
  Error 1
 scons: building terminated because of errors.


 2014-11-20 6:05 GMT-04:30 Sergey Sharybin sergey@gmail.com:
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers

   
   
   
--
With best regards, Sergey Sharybin
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers
   
   ___
   Bf-committers mailing list
   Bf-committers@blender.org
   http://lists.blender.org/mailman/listinfo/bf-committers
  
  
  
  
   --
   With best regards, Sergey Sharybin
   ___
   Bf-committers mailing list
   Bf-committers@blender.org
   http://lists.blender.org/mailman/listinfo/bf-committers
 
 
 
  --
  - Campbell
  ___
  Bf-committers mailing list
  Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers
 
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers




-- 
With best regards, Sergey Sharybin
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


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 sergey@gmail.com:

 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 ideasma...@gmail.com:
 
   Try this:
  
   scons BF_QUIET=0 21  log.txt
  
   Then paste the contents of log.txt online.
  
   On Thu, Nov 20, 2014 at 2:32 PM, Sergey Sharybin sergey@gmail.com
 
   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 
jeffersonraus...@gmail.com wrote:
   
http://www.pasteall.org/55271/bash
   
2014-11-20 8:42 GMT-04:30 Sergey Sharybin sergey@gmail.com:
   
 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 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/Programas/blender-git/install/icons/24x24/apps/blender.png
  Install file:
 release/freedesktop/icons/256x256/apps/blender.png
   as
 
   
  
 /home/dani/Programas/blender-git/install/icons/256x256/apps/blender.png
  Install file: release/freedesktop/icons/48x48/apps/blender.png
  as
 
   /home/dani/Programas/blender-git/install/icons/48x48/apps/blender.png
  Install file: release/freedesktop/icons/16x16/apps/blender.png
  as
 
   /home/dani/Programas/blender-git/install/icons/16x16/apps/blender.png
  /usr/bin/ld: anonymous version tag cannot be combined with other
version
  tags
  collect2: error: ld returned 1 exit status
  scons: *** [/home/dani/Programas/blender-git/build/bin/blender]
   Error 1
  scons: building terminated because of errors.
 
 
  2014-11-20 6:05 GMT-04:30 Sergey Sharybin sergey@gmail.com
 :
  ___
  Bf-committers mailing list
  Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers
 



 --
 With best regards, Sergey Sharybin
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers

___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers
   
   
   
   
--
With best regards, Sergey Sharybin
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers
  
  
  
   --
   - Campbell
   ___
   Bf-committers mailing list
   Bf-committers@blender.org
   http://lists.blender.org/mailman/listinfo/bf-committers
  
  ___
  Bf-committers mailing list
  Bf-committers@blender.org
  http://lists.blender.org/mailman/listinfo/bf-committers
 



 --
 With best regards, Sergey Sharybin
 ___
 Bf-committers mailing list
 Bf-committers@blender.org
 http://lists.blender.org/mailman/listinfo/bf-committers

___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers


[Bf-committers] ID Pointer ID Properties

2014-11-20 Thread joe
The original design for ID Properties had a special ID pointer type, the
idea being that one can have custom properties that point to library
datablocks.  I've found myself needing this recently, when writing a UI for
a custom render interface that stores image textures in materials directly,
not in separate texture blocks.

What do people think?

Joe
___
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers