[Pkg-phototools-devel] Bug#792890: marked as done (FTBFS against Octave 4.0)

2015-07-22 Thread Debian Bug Tracking System
Your message dated Wed, 22 Jul 2015 19:35:04 + with message-id and subject line Bug#792890: fixed in pfstools 1.8.5-2.1 has caused the Debian Bug report #792890, regarding FTBFS against Octave 4.0 to be marked as done. This means that you claim that the problem has been dealt with. If this is

[Pkg-phototools-devel] pfstools_1.8.5-2.1_amd64.changes ACCEPTED into unstable

2015-07-22 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 20 Jul 2015 20:17:58 +0200 Source: pfstools Binary: pfstools pfsglview pfsview pfstools-dbg libpfs-dev libpfs-1.2-0 octave-pfstools Architecture: source amd64 Version: 1.8.5-2.1 Distribution: unstable Urgency: med

[Pkg-phototools-devel] Bug#788102: The code doesn't compile on kfreebsd

2015-07-22 Thread Steven Chamberlain
Hello, Gianfranco Costamagna wrote: > file.c:5:38: error: ‘mcontext_t’ has no member named ‘fpregs’ > uint32_t mxcsr = ucon.uc_mcontext.fpregs->mxcsr; FreeBSD doesn't seem to have fpregs in mcontext_t or sigcontext. But I think mc_fpstate might be the same thing; but that isn't implemented as a

[Pkg-phototools-devel] Processed: your mail

2015-07-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 788102 upstream Bug #788102 [src:ilmbase] ilmbase: fatal error: asm/sigcontext.h: No such file or directory Added tag(s) upstream. > End of message, stopping processing here. Please contact me if you need assistance. -- 788102: http://bugs

[Pkg-phototools-devel] ilmbase_2.2.0-4_sourceupload.changes ACCEPTED into experimental

2015-07-22 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 22 Jul 2015 15:33:02 +0200 Source: ilmbase Binary: libilmbase12 libilmbase-dev Architecture: source Version: 2.2.0-4 Distribution: experimental Urgency: medium Maintainer: Debian PhotoTools Maintainers Changed-By

[Pkg-phototools-devel] Processing of ilmbase_2.2.0-4_sourceupload.changes

2015-07-22 Thread Debian FTP Masters
ilmbase_2.2.0-4_sourceupload.changes uploaded successfully to localhost along with the files: ilmbase_2.2.0-4.dsc ilmbase_2.2.0-4.debian.tar.xz Greetings, Your Debian queue daemon (running on host franck.debian.org) ___ Pkg-phototools-devel

[Pkg-phototools-devel] Bug#788102: The code doesn't compile on kfreebsd

2015-07-22 Thread Gianfranco Costamagna
Hi Malat >Could someone please let me know if the following is valid on kFreeBSD ? > >#include >#include >int main() >ucontext_t ucon; >uint32_t mxcsr = ucon.uc_mcontext.fpregs->mxcsr; >uint16_t cw= ucon.uc_mcontext.fpregs->cwd; >} missing {, anyway: file.c:5:38: error: ‘mcontext_t’ has