Is there any plan to upgrade this package to the 0.9.8.9?

Asked by Joshua Taillon

I was wondering if there was any plan to upgrade this package to the most recent source (released in Nov. 2011).

I had a working build compiled from this source on my x64 12.04 setup as of a few days ago, but a recent upgrade seemed to break my installation. The upgrade included many qt4 related packages, which I suspect was the cause. Upon starting, I now get an error that prevents qtiplot from starting:

qtiplot: /build/buildd/sip4-4.13.2/siplib/siplib.c:10938: sipEnumType_alloc: Assertion `(((currentType)->td_flags & 0x0007) == 0x0003)' failed.
Aborted (core dumped)

I would be willing to help build a working package for 0.9.8.9, but I have very limited experience in building packages, and only moderate compiling experience (it was quite a struggle to get it working on my machine).

I think if we could upgrade this package to the latest version, it would be best for all.

Thanks,
Josh

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu qtiplot Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

lsb_release -a; uname -a

Thanks

Revision history for this message
Joshua Taillon (jat255) said :
#2

Sure thing:

josh@josh-ThinkPad:~$ lsb_release -a; uname -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise
Linux josh-ThinkPad 3.2.0-26-generic #41-Ubuntu SMP Thu Jun 14 17:49:24 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

I forgot to mention that I'm running the Gnome-shell remix of 12.04, but hopefully that shouldn't cause too many problems.

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

Try:

sudo add-apt-repository ppa:francisbrwn9/ppa
sudo apt-get update
sudo apt-get upgrade

Revision history for this message
Joshua Taillon (jat255) said :
#4

Perfect! That seems to be working very well. I wasn't aware of this PPA, so thank you for pointing it out.

Revision history for this message
Joshua Taillon (jat255) said :
#5

Thanks actionparsnip, that solved my question.