Re: blender and cycles engine

2016-08-02 Thread Stari Karp
On Tue, 2016-08-02 at 11:19 +0930, Shane Ambler wrote:
> On 31/07/2016 09:12, Stari Karp wrote:
> > 
> > Hi!
> > 
> > The new Blender 2.77a is in the ports which has many improvement
> > related to the Cycles engine but  on my system FreeBSD 10.3-
> > RELEASE
> > (amd64) is still not possible to run Blender with Cycles option on.
> > It
> > build but Blender doesn't start:
> > blender
> > Assertion failed: (findOption(Name) == Values.size() && "Option
> > already
> > exists!"), function addLiteralOption, file
> > /construction/xports/devel/llvm37/work/llvm-
> > 3.7.1.src/include/llvm/Support/CommandLine.h, line 698.
> > Abort (core dumped)
> What do you have installed that uses llvm37?
> 
> When blender is built using CYCLESOSL it uses llvm34 which could be
> the
> reason for the conflict.
> 
> If you are building with CYCLES and not CYCLESOSL then it shouldn't
> need llvm34 but you may have two ports that blender depends on that
> have been built using different llvm versions.
> 
> What ports are listed with -
> pkg info -rx 'llvm3[47]'
> 
> 

pkg info -rx 'llvm3[47]'

llvm34-3.4.2_3:
openshadinglanguage-1.7.2
llvm37-3.7.1_2:
libEGL-11.2.2
dri-11.2.2,2

Thank you.

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: blender and cycles engine

2016-08-01 Thread Shane Ambler

On 31/07/2016 09:12, Stari Karp wrote:

Hi!

The new Blender 2.77a is in the ports which has many improvement
related to the Cycles engine but  on my system FreeBSD 10.3-RELEASE
(amd64) is still not possible to run Blender with Cycles option on. It
build but Blender doesn't start:
blender
Assertion failed: (findOption(Name) == Values.size() && "Option already
exists!"), function addLiteralOption, file
/construction/xports/devel/llvm37/work/llvm-
3.7.1.src/include/llvm/Support/CommandLine.h, line 698.
Abort (core dumped)


What do you have installed that uses llvm37?

When blender is built using CYCLESOSL it uses llvm34 which could be the
reason for the conflict.

If you are building with CYCLES and not CYCLESOSL then it shouldn't
need llvm34 but you may have two ports that blender depends on that
have been built using different llvm versions.

What ports are listed with -
pkg info -rx 'llvm3[47]'


--
FreeBSD - the place to B...Software Developing

Shane Ambler

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: blender and cycles engine

2016-07-31 Thread Stari Karp
On Sun, 2016-07-31 at 12:02 +0200, Walter Schwarzenfeld wrote:
> It is a strange phenomen. Someone in the freebsd forum reported he
> could 
> compile blender on amd64 but not onOSX with cycles on.
> For me, I could compile and start blender with all options on
> without 
> problems (10.3amd64).
> It seems not logical.
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.o
> rg"

I compile on FreeBSD 10.3-RELEASE (amd64) and on 10.2 too but it
doesn't run. I had a binary file from blender.org for FreeBSD which had
all options on and it works without problem on my system and on OS X
works the same.

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: blender and cycles engine

2016-07-31 Thread Stari Karp
On Sun, 2016-07-31 at 10:22 +0200, Marcus von Appen wrote:
> On, Sun Jul 31, 2016, Stari Karp wrote:
> 
> > 
> > Hi!
> > 
> > The new Blender 2.77a is in the ports which has many improvement
> > related to the Cycles engine but  on my system FreeBSD 10.3-RELEASE
> > (amd64) is still not possible to run Blender with Cycles option on.
> > It
> > build but Blender doesn't start:
> > blender
> > Assertion failed: (findOption(Name) == Values.size() && "Option
> > already
> > exists!"), function addLiteralOption, file
> > /construction/xports/devel/llvm37/work/llvm-
> > 3.7.1.src/include/llvm/Support/CommandLine.h, line 698.
> > Abort (core dumped)
> Do you have the CYCLESOSL option enabled? If so, can you disable that
> option and check, if the problem still occurs?
> 
> Cheers
> Marcus

I did try and it started but there are no cycles engine:

blender
addon not found: 'cycles'

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: blender and cycles engine

2016-07-31 Thread Walter Schwarzenfeld
It is a strange phenomen. Someone in the freebsd forum reported he could 
compile blender on amd64 but not onOSX with cycles on.
For me, I could compile and start blender with all options on without 
problems (10.3amd64).

It seems not logical.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: blender and cycles engine

2016-07-31 Thread Marcus von Appen
On, Sun Jul 31, 2016, Stari Karp wrote:

> Hi!
>
> The new Blender 2.77a is in the ports which has many improvement
> related to the Cycles engine but  on my system FreeBSD 10.3-RELEASE
> (amd64) is still not possible to run Blender with Cycles option on. It
> build but Blender doesn't start:
> blender
> Assertion failed: (findOption(Name) == Values.size() && "Option already
> exists!"), function addLiteralOption, file
> /construction/xports/devel/llvm37/work/llvm-
> 3.7.1.src/include/llvm/Support/CommandLine.h, line 698.
> Abort (core dumped)

Do you have the CYCLESOSL option enabled? If so, can you disable that
option and check, if the problem still occurs?

Cheers
Marcus

signature.asc
Description: PGP signature


blender and cycles engine

2016-07-30 Thread Stari Karp
Hi!

The new Blender 2.77a is in the ports which has many improvement
related to the Cycles engine but  on my system FreeBSD 10.3-RELEASE
(amd64) is still not possible to run Blender with Cycles option on. It
build but Blender doesn't start:
blender
Assertion failed: (findOption(Name) == Values.size() && "Option already
exists!"), function addLiteralOption, file
/construction/xports/devel/llvm37/work/llvm-
3.7.1.src/include/llvm/Support/CommandLine.h, line 698.
Abort (core dumped)

This problem exist very long time and my question is if someone knows
how is the future of Blender wit Cycles engine on.
Thank you.

SK

BTW: I have FreeBSD installed on iMac and on OSX Blender works without
problem.

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"