Bug#719402: fgrun rebuild

2013-10-02 Thread Rebecca N. Palmer
Control: tags -1 patch The above occurs because fgrun uses an old version of simgear which doesn't support openscenegraph 3.2; recompiling against simgear 2.10+ (which requires the attached patch because the library names changed) should fix it. Tell fgrun that simgear's library names have

Bug#725143: unbuildable on some archs

2013-10-01 Thread Rebecca N. Palmer
Source: ogre-1.9 Tags: patch Using __sync_fetch_and_add_8 on architectures without native support requires the libatomic library (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56300), which is part of GCC 4.8+. The attached patch links against this library and forces compilation with gcc/g++

Bug#724678: RM: flightgear [kfreebsd-*] -- RoM; ANAIS due to missing systemd

2013-09-27 Thread Rebecca N. Palmer
I was unaware of the libusbhid-dev alternative at the time I suggested removal (everything else that depends on libudev is Linux-only: http://release.debian.org/transitions/html/libudev.html), and agree that it would now make more sense to try Pino's patch. Does the package also actually

Bug#252899: Making Terrasync just work

2013-09-26 Thread Rebecca N. Palmer
I'd consider the real issue here turning on TerraSync by just ticking the box should work. It currently doesn't, for several reasons: 1) The TerraSync dialog box (Environment Scenery Download) only allows selecting directories that are in FG_SCENERY (so the new scenery will be read) but not

Bug#706798: libav 9 porting guide

2013-09-25 Thread Rebecca N. Palmer
Is there a libav 9 porting guide available somewhere? The 0.8 deprecated (= 9 removed) list (http://libav.org/doxygen/release/0.8/deprecated.html) has suggested replacements for most of them. PixelFormat is now AVPixelFormat, and its entries are similarly renamed:

Bug#723129: (no subject)

2013-09-24 Thread Rebecca N. Palmer
That fixes the source package, but you also need to have the existing broken binaries removed: https://wiki.debian.org/ftpmaster_Removals -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#723803: fix for arm/powerpc/s390 test failures

2013-09-22 Thread Rebecca N. Palmer
src/simulator/wireframe-simulator/core/vpLex.c assumes that the plain chars CURC and NEXTC can hold -1 (EOF) or -2 (EOB), and hence fails if char is unsigned. This is the default on arm*/powerpc/s390, hence this bug, and can be tested elsewhere using -funsigned-char. The attached fixes this

Bug#723129: should not be Architecture: any

2013-09-16 Thread Rebecca N. Palmer
Package: emscripten Severity: serious Tags: patch Emscripten is marked Architecture: any, but indirectly (via nodejs) depends on libv8-3.14.5 which is not, and is hence rejected from testing for unsatisfiable dependencies. The standard fix for that

Bug#723132: Move OpenCL-using packages to main?

2013-09-16 Thread Rebecca N. Palmer
Package: python-pyopencl Severity: wishlist Given that we now have a DFSG-free opencl-icd (beignet), should its reverse dependencies (pyopencl and libviennacl) now move to main? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#722115: 722115 patches

2013-09-16 Thread Rebecca N. Palmer
Following private discussion, this version of the patch enables -fno-strict-aliasing selectively by architecture, to avoid possibly slowing down those that don't need it. (I included sparc, which currently works, because the big-endian code is undefined as opposed to guaranteed wrong, and

Bug#722115: 722115 patches

2013-09-12 Thread Rebecca N. Palmer
The test_cppbind issue appears to be caused by using a plain char (unsigned on affected platforms) to hold -1: it can be triggered on amd64 by the -funsigned-char compiler flag, and is there fixed by the attached patch. I can't reproduce the binobj bug, but enabling -fno-strict-aliasing may

Bug#669024: Patches for CVE-2012-2090 / CVE-2012-2091

2013-09-08 Thread Rebecca N. Palmer
Thanks. Are you also applying my corrected CVE-2012-2091 patch to simgear? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#720816: 720816 patch

2013-09-08 Thread Rebecca N. Palmer
The url_* functions were removed in libav 9 (having been deprecated in 0.8 http://libav.org/doxygen/release/0.8/avio_8h.html#af4bc39f7600ed162ad8f35e5e15bcd9d ), hence this bug. The attached should fix it, but has not been tested. Is there a reason we're still using a pre-release when

Bug#690005: close bug 690005 ??

2013-09-08 Thread Rebecca N. Palmer
Why does this show as affecting 2.10.0-x? The build logs appear to show all architectures now compiling (several then fail the test suite, but that's bug 722115). -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#669024: Patches for CVE-2012-2090 / CVE-2012-2091

2013-09-07 Thread Rebecca N. Palmer
Sorry, my patch for simgear CVE-2012-2091 had an off-by-one error. Corrected version here: https://bugs.launchpad.net/ubuntu/+source/simgear/+bug/1077624/+attachment/3808144/+files/simgear_CVE2012_2091.patch flightgear still needs the two 2.6.0-1.1 patches applying to 2.10, and also has a

Bug#722014: Illegal example

2013-09-06 Thread Rebecca N. Palmer
Package: python-pyopencl-doc Version: 2013.1-1 (and also 2012.1-1) The example file /usr/share/doc/python-pyopencl-doc/examples/matrix-multiply.py is listed as Copyright 1993-2009 NVIDIA Corporation. All rights reserved, i.e. shouldn't be here. As the rest of the documentation does not

<    5   6   7   8   9   10