Re: Blender 2.74 cannot compile on FreeBSD 10.1

2015-04-06 Thread Shane Ambler

On 05/04/2015 18:08, Ben Woods wrote:

The graphics/libraw package installs /usr/local/lib/libraw_r.so.10, not
libraw_r.so.9 so it will not be detected. See the pkg-plist for
graphics/libraw here:
https://svnweb.freebsd.org/ports/head/graphics/libraw/pkg-plist?revision=379518view=markup

The interesting thing is that whilst graphics/blender depends on
the graphics/openimageio library, neither depend on the graphics/libraw
library.

It might be worth asking the port maintainers for graphics/blender and
graphics/openimageio if they have come across this before. I have added
m...@freebsd.org and free...@shaneware.biz to the recipients of this email
to check with them.


Yes that's my fault, if openimageio finds libraw it will use it but
doesn't seem to find the current libraw. I should add that as an option
and patch it to find the current version. Looks like I should also do
the same for libgif.

thanks



On Sun, Apr 5, 2015 at 9:33 AM Robert Backhaus rob...@robbak.com wrote:


To get the simple things out of the road - you have reinstalled libraw, and
checked that libraw_r.so.9 is in /usr/local/lib?

This error tells me that your install of libOpenImageIO.so.1.4 is faulty,
so you should also rebuild the port that includes that (pkg which `locate
\*libOpenImageIO.so.1.4`)

On 5 April 2015 at 02:36, pipolandi pipola...@gmail.com wrote:


I forgot to say that libraw is installed.




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

Shane Ambler

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


Re: Blender 2.74 cannot compile on FreeBSD 10.1

2015-04-06 Thread Ben Woods
Thanks for the feedback Shane :)

On Mon, Apr 6, 2015 at 3:35 PM Shane Ambler free...@shaneware.biz wrote:

 On 05/04/2015 18:08, Ben Woods wrote:
  The graphics/libraw package installs /usr/local/lib/libraw_r.so.10, not
  libraw_r.so.9 so it will not be detected. See the pkg-plist for
  graphics/libraw here:
  https://svnweb.freebsd.org/ports/head/graphics/libraw/
 pkg-plist?revision=379518view=markup
 
  The interesting thing is that whilst graphics/blender depends on
  the graphics/openimageio library, neither depend on the graphics/libraw
  library.
 
  It might be worth asking the port maintainers for graphics/blender and
  graphics/openimageio if they have come across this before. I have added
  m...@freebsd.org and free...@shaneware.biz to the recipients of this
 email
  to check with them.

 Yes that's my fault, if openimageio finds libraw it will use it but
 doesn't seem to find the current libraw. I should add that as an option
 and patch it to find the current version. Looks like I should also do
 the same for libgif.

 thanks

 
  On Sun, Apr 5, 2015 at 9:33 AM Robert Backhaus rob...@robbak.com
 wrote:
 
  To get the simple things out of the road - you have reinstalled libraw,
 and
  checked that libraw_r.so.9 is in /usr/local/lib?
 
  This error tells me that your install of libOpenImageIO.so.1.4 is
 faulty,
  so you should also rebuild the port that includes that (pkg which
 `locate
  \*libOpenImageIO.so.1.4`)
 
  On 5 April 2015 at 02:36, pipolandi pipola...@gmail.com wrote:
 
  I forgot to say that libraw is installed.
 


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

 Shane Ambler


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


Re: Blender 2.74 cannot compile on FreeBSD 10.1

2015-04-05 Thread Ben Woods
The graphics/libraw package installs /usr/local/lib/libraw_r.so.10, not
libraw_r.so.9 so it will not be detected. See the pkg-plist for
graphics/libraw here:
https://svnweb.freebsd.org/ports/head/graphics/libraw/pkg-plist?revision=379518view=markup

The interesting thing is that whilst graphics/blender depends on
the graphics/openimageio library, neither depend on the graphics/libraw
library.

It might be worth asking the port maintainers for graphics/blender and
graphics/openimageio if they have come across this before. I have added
m...@freebsd.org and free...@shaneware.biz to the recipients of this email
to check with them.

Regards,
Ben

On Sun, Apr 5, 2015 at 9:33 AM Robert Backhaus rob...@robbak.com wrote:

 To get the simple things out of the road - you have reinstalled libraw, and
 checked that libraw_r.so.9 is in /usr/local/lib?

 This error tells me that your install of libOpenImageIO.so.1.4 is faulty,
 so you should also rebuild the port that includes that (pkg which `locate
 \*libOpenImageIO.so.1.4`)

 On 5 April 2015 at 02:36, pipolandi pipola...@gmail.com wrote:

  I forgot to say that libraw is installed.
 
 
 
  --
  View this message in context:
  http://freebsd.1045724.n5.nabble.com/Blender-2-74-
 cannot-compile-on-FreeBSD-10-1-tp6002715p6002716.html
  Sent from the freebsd-ports mailing list archive at Nabble.com.
  ___
  freebsd-ports@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-ports
  To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org
 
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

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


Re: Blender 2.74 cannot compile on FreeBSD 10.1

2015-04-05 Thread pipolandi
Thank you both for your time and answers. 

Looks like openimageio was not properly updated.

I had to execute:

1- portmaster graphics/openimageio
2- portmaster graphics/blender

to get a functional Blender.

I thought portmaster was capable of resolving all dependencies of Blender by
just doing 'portmaster graphics/blender'. 

Many thanks again for your answers.

Saludos!.



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Blender-2-74-cannot-compile-on-FreeBSD-10-1-tp6002715p6002885.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Blender 2.74 cannot compile on FreeBSD 10.1

2015-04-04 Thread pipolandi
I forgot to say that libraw is installed.



--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Blender-2-74-cannot-compile-on-FreeBSD-10-1-tp6002715p6002716.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Blender 2.74 cannot compile on FreeBSD 10.1

2015-04-04 Thread pipolandi tpbbb
Hello,  I'm having problems trying to compile blender 2.74 from ports.

After upgrading my list ports I'm not able to upgrade  blender doing
portmaster graphics/blender. This is the last part of the error output:

[  9%] Generating node_add_closure.oso
 Shared object libraw_r.so.9 not found, required by
 libOpenImageIO.so.1.4
 --- intern/cycles/kernel/shaders/node_add_closure.oso ---
 *** [intern/cycles/kernel/shaders/node_add_closure.oso] Error code 1

 make[4]: stopped in /usr/ports/graphics/blender/work/.build
 1 error

 make[4]: stopped in /usr/ports/graphics/blender/work/.build
 --- intern/cycles/kernel/shaders/CMakeFiles/cycles_osl_shaders.dir/all ---
 *** [intern/cycles/kernel/shaders/CMakeFiles/cycles_osl_shaders.dir/all]
 Error code 2

 make[3]: stopped in /usr/ports/graphics/blender/work/.build
 A failure has been detected in another branch of the parallel make

 make[4]: stopped in /usr/ports/graphics/blender/work/.build
 --- intern/cycles/kernel/CMakeFiles/cycles_kernel.dir/all ---
 *** [intern/cycles/kernel/CMakeFiles/cycles_kernel.dir/all] Error code 2

 make[3]: stopped in /usr/ports/graphics/blender/work/.build
 2 errors

 make[3]: stopped in /usr/ports/graphics/blender/work/.build
 *** [all] Error code 2

 make[2]: stopped in /usr/ports/graphics/blender/work/.build
 1 error

 make[2]: stopped in /usr/ports/graphics/blender/work/.build
 === Compilation failed unexpectedly.
 Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
 the maintainer.
 *** Error code 1

 Stop.
 make[1]: stopped in /usr/ports/graphics/blender
 *** Error code 1

 Stop.
 make: stopped in /usr/ports/graphics/blender

 === make build failed for graphics/blender
 === Aborting update


 Thanks in advance :)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Blender 2.74 cannot compile on FreeBSD 10.1

2015-04-04 Thread Robert Backhaus
To get the simple things out of the road - you have reinstalled libraw, and
checked that libraw_r.so.9 is in /usr/local/lib?

This error tells me that your install of libOpenImageIO.so.1.4 is faulty,
so you should also rebuild the port that includes that (pkg which `locate
\*libOpenImageIO.so.1.4`)

On 5 April 2015 at 02:36, pipolandi pipola...@gmail.com wrote:

 I forgot to say that libraw is installed.



 --
 View this message in context:
 http://freebsd.1045724.n5.nabble.com/Blender-2-74-cannot-compile-on-FreeBSD-10-1-tp6002715p6002716.html
 Sent from the freebsd-ports mailing list archive at Nabble.com.
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

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