[Pkg-phototools-devel] Bug#788102: still present

Mathieu Malaterre malat at debian.org
Mon Sep 14 12:28:39 UTC 2015


For some reason, the other code path does not compile on kFreeBSD:

[...]
IexMathFpu.cpp  -fPIC -DPIC -o .libs/IexMathFpu.o
IexMathFpu.cpp: In function 'void
Iex_2_2::FpuControl::restoreControlRegs(const ucontext_t&, bool)':
IexMathFpu.cpp:263:30: error: 'const struct mcontext_t' has no member
named 'fpregs'
     setCw ((ucon.uc_mcontext.fpregs->cwd & cwRestoreMask) | cwRestoreVal);
                              ^
IexMathFpu.cpp:264:32: error: 'const struct mcontext_t' has no member
named 'fpregs'
     setMxcsr (ucon.uc_mcontext.fpregs->mxcsr, clearExceptions);
                                ^
IexMathFpu.cpp: In function 'void
Iex_2_2::setFpExceptionHandler(Iex_2_2::FpExceptionHandler)':
IexMathFpu.cpp:466:9: error: 'struct sigaction' has no member named
'sa_restorer'
  action.sa_restorer = 0;
         ^
Makefile:338: recipe for target 'IexMathFpu.lo' failed
[...]



More information about the Pkg-phototools-devel mailing list