Re: Bug#788102: Bug788102: ilmbase: FPU functions unimplemented on kfreebsd/hurd

2016-02-23 Thread Steven Chamberlain
Samuel Thibault wrote: > Note that it'll need a symbol update to get built. Doen that already: https://bugs.debian.org/815633 > Also it seems the testsuite has issues with comparing floats: > on hurd-i386 and kfreebsd-i386: > lt-ImathTest: testBoxAlgo.cpp:892: void {anonymous}::boxMatrixTransfor

Re: Bug#815328: python-llfuse: FTBFS on kfreebsd: unsatisfiable B-D: fuse

2016-02-23 Thread Steven Chamberlain
Nikolaus Rath wrote: > What the heck. I don't want to take too much of your time, I'll try to > get access to a kfreebsd machine to look into this directly. Equally, if you think there is not much chance of it working on kfreebsd we could request ftpmaster removal instead. But, FUSE is available

Re: Bug#815328: python-llfuse: FTBFS on kfreebsd: unsatisfiable B-D: fuse

2016-02-23 Thread Nikolaus Rath
On Feb 22 2016, Steven Chamberlain wrote: > Nikolaus Rath wrote: >> Ah, ok. I guess it gives non-zero exact status if it doesn't find any >> tests to run at all. >> >> So the next question is why is it finding only one test, and why is it >> skipping that one. >> >> * Is there a "fusermount" exe

Re: Bug#788102: The code doesn't compile on kfreebsd

2016-02-23 Thread Steven Chamberlain
Mathieu Malaterre wrote: > Thanks a lot for the update. Could you send me the actual full debdiff > you used. Here is what I get from fall.d.o when I use your patch: > > [...] > IexMathFpu.cpp: In function 'void > Iex_2_2::setFpExceptionHandler(Iex_2_2::FpExceptionHandler)': > IexMathFpu.cpp:482:9

Re: Bug#788102: The code doesn't compile on kfreebsd

2016-02-23 Thread Mathieu Malaterre
On Tue, Feb 23, 2016 at 5:17 AM, Steven Chamberlain wrote: > Hi, > > Mathieu Malaterre wrote: >> Steven Chamberlain wrote: >> > Gianfranco Costamagna wrote: >> >> file.c:5:38: error: ‘mcontext_t’ has no member named ‘fpregs’ >> >> uint32_t mxcsr = ucon.uc_mcontext.fpregs->mxcsr; >> > >> > FreeBSD

Re: Bug#788102: Bug788102: ilmbase: FPU functions unimplemented on kfreebsd/hurd

2016-02-23 Thread Samuel Thibault
Steven Chamberlain, on Tue 23 Feb 2016 11:45:11 +, wrote: > Mathieu Malaterre wrote: > > Previous patch disabled the functionality completely. We should use > > Steven's patch instead. Re-opening issue (Thanks Steven!) > > My code was specifically for kfreebsd; it doesn't help hurd, but maybe

Re: Bug788102: ilmbase: FPU functions unimplemented on kfreebsd/hurd

2016-02-23 Thread Steven Chamberlain
retitle 788102 ilmbase: FPU functions unimplemented on kfreebsd/hurd thanks Hi, Mathieu Malaterre wrote: > Previous patch disabled the functionality completely. We should use > Steven's patch instead. Re-opening issue (Thanks Steven!) My code was specifically for kfreebsd; it doesn't help hurd,