Menu

#128 Build problems on FreeBSD

Luminance_HDR_2.3.0
open
Program (114)
5
2012-10-08
2012-05-18
H2
No

After fixing somethings where I submitted a patch, I get to build 2.3.0b1 almost to the end (100%), but than it stops. I have attached a verbose make log and would be grateful, for any help in getting it to build!

Thank you very much.

Discussion

  • H2

    H2 - 2012-05-18
     
  • Franco Comida

    Franco Comida - 2012-05-18

    Can you please upload your Makefile?
    Thanks

     
  • Franco Comida

    Franco Comida - 2012-05-19

    LibRaw on FreeBSD is completely broken. libraw_r.so points to libraw_r.so.0 that doesn't exist and it's compiled with support to OpenMP that's broken in gcc-4.2.1
    I suggest to download and compile yourself LibRaw (we are using LibRaw-0.14).
    Thanks

     
  • H2

    H2 - 2012-05-24

    Sorry, somehow I wasn't noted of your comments. I just saw that the libraw-port was updated, with a fix to the symlink issue.

    I will try again later. Concerning the OpenMP issue, what do you recommend? Should libraw be built without OpenMP?
    [the gcc version in FreeBSD base will not be updated ever, because of GPLv3]

    I want to update the luminance port in the ports-collection, so building my own libraw is not an option...

     
  • Franco Comida

    Franco Comida - 2012-05-27

    Hi
    We disabled openmp support for gcc 4.2 because of stability issues (random crashes etc) . The problem is when you try to link against libraw you get errors if libraw is compiled with openmp so I think you should ask the maintainer to disable it.