Bug#808634: cadabra in Debian

2016-12-21 Thread Kasper Peeters
> Uploaded last night. The build failed on a bunch of architectures > (arm64, armel, armhf, pppc64el, powerpc, s390x)) due to failing tests. > It was always the test fieldtheory which hang on these architectures > and was killed after reaching an timeout. > > My current suspicion is that lie doesn

Bug#808634: cadabra in Debian

2016-12-20 Thread Kasper Peeters
> It builds then, but the test suite seems to hang at > "fieldtheory" (or I have to wait for more than a few minutes there): Weird, this test went through fine on a VM which I installed from scratch with Debian 8.6 and then upgraded to testing. As this test depends on the 'lie' program, it may we

Bug#808634: cadabra in Debian

2016-12-20 Thread Kasper Peeters
I have finally had the time to install Debian Testing and fix the remaining issues. Version 1.46 is on github.com/kpeeters/cadabra now, and builds/tests without issues with gcc-6. Many thanks to all for helping out with this. Axel, it would be much appreciated if you can still push this into the n

Bug#808634: cadabra in Debian

2016-10-02 Thread Kasper Peeters
> Were you able to build it with an updated system using GCC 6.2.x? An 'apt-get update' and 'apt-get dist-upgrade' still does not bring me 6.2.x. Do I need to do anything else to get it on testing? Cheers, Kasper

Bug#808634: cadabra in Debian

2016-09-19 Thread Kasper Peeters
Hi Axel, I have just tried building cadabra 1.45 on a fresh install of Testing, so that's with gcc 6.1.1 (not using the pbuilder, but direct on the hardware). No problem. Any idea why it doesn't build on your machine but does on mine? Cheers, Kasper

Bug#808634: cadabra in Debian

2016-09-19 Thread Kasper Peeters
7 Sep 2016 02:22:44 +0200 Axel Beckert wrote: > Hi Kasper, > > Axel Beckert wrote: > > Kasper Peeters wrote: > > > > Maybe you can tag them and push the tags (or just push the tags > > > > if you already have the tags in your local working copy. > &

Bug#808634: cadabra in Debian

2016-09-16 Thread Kasper Peeters
> Maybe you can tag them and push the tags (or just push the tags if you > already have the tags in your local working copy. Sorry, forgot to push the tags, now done. Kasper

Bug#808634: cadabra in Debian

2016-09-06 Thread Kasper Peeters
I have now fixed all compilation issues with recent libraries and compilers in 1.45, available from http://github.com/kpeeters/cadabra. This one builds and works on Ubuntu 16.04 with gcc 5.4.0. If any of you could bring this back to life in Debian, that would be much appreciated! Cheers, Kasper

Bug#808634: cadabra in Debian

2016-08-23 Thread Kasper Peeters
> I'll have a look at your fix. Thanks for the help! I haven't had a chance to test this with gcc 5 or 6 yet though; it may need a bit of further tweaking for those compilers. It will not work with clang (will fail somewhere else with issues which I solved for 2.x but do not want to backport for l

Bug#808634: cadabra: FTBFS: manipulator.hh: fatal error: sigc++/object.h: No such file or directory

2016-08-23 Thread Kasper Peeters
Author here. Replacing #include with #include in src/manipulator.hh solves the problem without changing the dependencies. I have pushed 1.44 to the github repository at http://github.com/kpeeters/cadabra . If anyone can bring this back to life, that would be much appreciated. Cheers,

Bug#574232: cadabra: package purge (after dependencies removal) fails

2010-03-17 Thread Kasper Peeters
Thanks for reporting that. The problem is the 'postrm' (and 'postinst') scripts, which build the TeX ls-R files, but get called much later than I thought. The proper way to fix this is to - remove debian/postrm and debian/postinst - add 'dh_installtex' in debian/rules, below 'dh_installman'