Bug#893172: python-sagenb depends on cruft package python-flask-autoindex

2018-03-16 Thread peter green
Package: python-sagenb Severity: serious Tags: buster,sid python-sagenb depends on python-flask-autoindex which is no longer built by source package flask-autoindex -- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-b

Bug#888912: sagemath test failures with mpfr 4.0.0 and several architectures

2018-02-09 Thread Peter Green
Not a surprise as long as some dependencies are built against libmpfr4. It looks like all dependencies are now rebuilt against libmpfr6 but sagemath is still failing. https://buildd.debian.org/status/fetch.php?pkg=sagemath&arch=amd64&ver=8.1-2%2Bb2&stamp=1517950645&raw=0 -- debian-science-mai

Bug#887931: gazebo FTBFS with libtinyxml2-dev 6.0.0+dfsg-1

2018-01-25 Thread peter green
Hi I just applied the upstream patch in raspbian. The patch to the sourcecode applied fine but the patch to the buildsystem had to be applied manually. A debdiff of what I uploaded to Raspbian is attatched, no intent to NMU in Debian. diff -Nru gazebo-7.8.1+dfsg/debian/changelog gazebo-7.8.1

Re: What is going on with gtkdatabox?

2016-11-24 Thread peter green
On 24/11/16 09:04, Andreas Tille wrote: The other problem is that libgtkdatabox-0.9.2-0-dev should not be any more in the pool at all and I have no idea why this is the case. Binary packages that are no longer built by a source package are not removed instantly, they will be cleaned up by t

What is going on with gtkdatabox?

2016-11-23 Thread peter green
As a derivative maintainer I noticed that there appears to be a gtkdatabox transition going on. Looking at the list archives for debian-release I see no mention of it on there. Specifically it seems that the libgtkdatabox source package has renamed every binary package it generates. libgtkda

Bug#837121: gazebo: please restrict libkido-dev (build-)dependency to architectures where it is available.

2016-09-08 Thread Peter Green
Package: gazebo Version: 7.3.0+dfsg-3 Severity: serious Tags: patch The most recent version of gazebo added a build-dependency on libkido-dev to the source package and added a binary on libkido-dev to libgazebo7-dev No mention of this was made in the changelog and no other changes in the upl

Bug#835427: s/XML_NO_ERROR/XML_SUCCESS/

2016-09-04 Thread Peter Green
On 03/09/16 06:05, Graham Inggs wrote: This comes from protobuf 3. I found it has already been fixed in git [1], although the patch description is incorrect. Regards Graham [1] https://anonscm.debian.org/cgit/debian-science/packages/gazebo.git/commit/?id=d033bbf3218580638e35b8df13565099a5c7

Bug#835427: s/XML_NO_ERROR/XML_SUCCESS/

2016-09-02 Thread Peter Green
On 29/08/16 15:45, Peter Michael Green wrote: tags 835427 +patch thanks Older versions of tinyxml defined both XML_NO_ERROR and XML_SUCCESS to 0. Never versions define only XML_SUCCESS. Attatched is a patch that replaces XML_NO_ERROR with XML_SUCCESS Unfortunately while that patch fixed the F

Bug#834558: frog FTBFS

2016-08-16 Thread peter green
Package: frog Version: 0.12.20-1 Severity: serious x-debbugs-cc: libfo...@packages.debian.org Frog currently FTBFS in sid as can be seen from the recent binnmus for the ICU transition I have been trying to get the ICU transition to go through in raspbian stretch. I first patched libfolia to g

Bug#811635: FTBFS with GCC 6: cannot convert x to y

2016-08-14 Thread peter green
tags 811635 +patch thanks > document.cxx:250:12: error: cannot convert 'std::ostream {aka std::basic_ostream}' to 'bool' in return > return os; > ^~ Adding an explicit cast to bool fixes this. I have uploaded a fix for this to raspbian. The dsc is at http://plugwash.raspbian.org/jessietest/p

Bug#778108: root-system: ftbfs with GCC-5

2015-12-17 Thread peter green
the new upstream version fixes the build failures with GCC 5. Had to work around the build failure on armhf, and enabled the builds for powerpc and ppc64el. Note that I forgot to prepare the dfsg tarball. https://launchpad.net/ubuntu/+source/root-system/5.34.30-0ubuntu3 Note that there is now a

Bug#805193: aster: FTBFS: Fatal Error: finclude/petscsys.h: No such file or directory

2015-12-12 Thread peter green
On 12/12/15 19:01, peter green wrote: New debdiff attatched, still no intent to NMU. Sorry, debdiff at http://debdiffs.raspbian.org/main/a/aster/aster_11.5.0%2bdfsg2-3%2brpi1.debdiff -- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http

Bug#805193: aster: FTBFS: Fatal Error: finclude/petscsys.h: No such file or directory

2015-12-12 Thread peter green
On 12/12/15 17:47, peter green wrote: On 12/12/15 17:32, peter green wrote: I was able to get aster to build for raspbian stretch (in which I have imported the updated petsc from debian sid) with the changes in the attatched debdiff. Sorry I must learn to read the screen more carefully and

Bug#805193: aster: FTBFS: Fatal Error: finclude/petscsys.h: No such file or directory

2015-12-12 Thread peter green
On 12/12/15 17:32, peter green wrote: I was able to get aster to build for raspbian stretch (in which I have imported the updated petsc from debian sid) with the changes in the attatched debdiff. Sorry I must learn to read the screen more carefully and actually check that something has

Bug#805193: aster: FTBFS: Fatal Error: finclude/petscsys.h: No such file or directory

2015-12-12 Thread peter green
Tags 805193 +patch Thanks I was able to get aster to build for raspbian stretch (in which I have imported the updated petsc from debian sid) with the changes in the attatched debdiff. I have not tried it on any other system. I have not tested if the resulting packages actually work. I will be

Bug#807318: libmpich-dev: should add Depends: to match hard-wired gcc dependency in mpicxx.h

2015-12-09 Thread peter green
/usr/include/mpich/mpicxx.h has a hardwired dependency on the gcc used to build mpich (gcc 5.2): #ifdef __GNUC__ # if __GNUC__>= 5 # if __GNUC_MINOR__> 2&& 2 == 2 # error 'Please use the same version of GCC and g++ for compiling MPICH and user MPI programs' # endif # endif #endif But the

Bug#803312: mathgl: FTBFS: json/Backend.hpp:6:1: error: expected class-name before '{' token

2015-11-28 Thread peter green
tags 803312 +patch thanks mathgl fails to build from source in unstable/amd64: I just fixed this in raspbian, it was a simple case of a missing include. Debdiff at http://plugwash.raspbian.org/mathgl_2.3.3-3+rpi1.debdiff no intent to nmu in Debian. -- debian-science-maintainers mailing list

Bug#800642: pythia8 depends on obsolete package liblhapdf0

2015-10-01 Thread peter green
Package: pythia8 Severity: serious Tags: patch x-debbugs-cc: jcri...@debian.org pythia8 depends on liblhapdf0 which has been replaced by liblhapfd0v5. What I find strange is that pythia8 doesn't seem to build-depend on any liblhapdf development packages. Instead it seems to build against it's

Bug#775850: timblserver: FTBFS in unstable: error: 'class Timbl::GetOptClass' has no member named 'getLogFile'

2015-09-14 Thread Peter Green
timblserver (1.8-1) experimental; urgency=low . * New upstream release. - Fixes "timblserver: FTBFS in unstable: error: 'class Timbl::GetOptClass' How come this was uploaded to experimental and not unstable? -- debian-science-maintainers mailing list debian-science-maintainers@lis

Bug#798197: sdformat build-depends on libignition-math2-dev which is not available on armel and mips.

2015-09-06 Thread Peter Green
Package: sdformat Severity: serious x-debbugs-cc: ignition-ma...@packages.debian.org sdformat build-depends on libignition-math2-dev. This is provided by the source package ignition-math2 which has never built succesfully on armel or mips (it is failing with a test failure, I wonder if it is a

Bug#771265: root-system, FTBFS on derivatives where lsb-release -d returns anything other than debian ubuntu or mint

2014-11-27 Thread peter green
Package: root-system root-system failed to build on raspbian with the following error. Checking for libX11 ... no configure: libX11 MUST be installed See http://root.cern.ch/drupal/content/build-prerequisites make: *** [config.status] Error 1 Checking the configure script revealed that the mult

Bug#746048: lcalc: build-depends on libpari-dev appear too loose

2014-04-27 Thread peter green
Package: lcalc Version:1.23-dfsg-2 Severity: minor When building lcalc on raspbian with libpari-dev 2.5.5-1 I ran into the following error. Lcommandline_elliptic.cc:142:40: error: too many arguments to function 'long int* ellinit(GEN, long int)' In file included from /usr/include/pari/pari.h:

Bug#739697: src:dolfin: FTBFS on armhf and mips: virtual memory exhausted: Cannot allocate memory

2014-02-23 Thread peter green
peter green wrote: I've been doing some tests on this interestingly it failed for me much earlier than on the buildd, maybe different systems give slightly different ammounts of usable address space or something. Anyway reducing optimisation levels etc doesn't seem to help, switchi

Bug#739697: src:dolfin: FTBFS on armhf and mips: virtual memory exhausted: Cannot allocate memory

2014-02-22 Thread peter green
I've been doing some tests on this interestingly it failed for me much earlier than on the buildd, maybe different systems give slightly different ammounts of usable address space or something. Anyway reducing optimisation levels etc doesn't seem to help, switching to 4.7 is looking more promis

Bug#737956: conflict between system user and normal user

2014-02-07 Thread peter green
What is the correct way to deal with this kind of problem ? I cannot find in the policy something about conflict between system and non-system user. I don't think there is much that can reall be done to fix the fundamental problem which is that system users and regular users have to live in

Bug#737055: source package is in main but binaries are in non-free

2014-01-29 Thread peter green
Package: iausofa-c Version: 2013.12.02-1 Severity: serious Your changelog states you have moved the package to non-free but it seems you have only moved the binary packages to non-free and left the source package in main. Presumablly this is a mistake. -- debian-science-maintainers mailing li

Bug#736082: fennics depends on ufc-doc which is no longer built by current ufc source package

2014-01-19 Thread peter green
Package: fenics Severity: serious Tags: jessie, sid Fenics depends on ufc-doc. The version of the ufc source package in jessie and sid no longer builds this binary package. -- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.

Bug#733202: root-system FTBFS on systems where multiarch dev packages are in use and lsb-release -d returns anything other than debian, ubuntu or mint

2013-12-26 Thread peter green
Package: root-system I run a debian derivative called raspbian aiming primerally at the raspberry pi but in principle also other armv6 devices (in practice such devices seem to be relatively rare). root-system failed to build for us with the following error. Checking for F77 compiler ... gfo