[Bug 1317688] Re: xdot crashes on floats in the .dot file

2014-06-04 Thread malheum
Thanks for the fix. xdot works again now as expected -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317688 Title: xdot crashes on floats in the .dot file To manage notifications about this bug go

[Bug 1317688] Re: xdot crashes on floats in the .dot file

2014-06-03 Thread Launchpad Bug Tracker
This bug was fixed in the package xdot - 0.5-2ubuntu0.1 --- xdot (0.5-2ubuntu0.1) trusty; urgency=medium * Support Xdot format 1.6, as used by graphviz = 2.35 (LP: #1317688) -- Stefano Rivera stefa...@ubuntu.com Sun, 25 May 2014 17:25:57 +0200 ** Changed in: xdot (Ubuntu

[Bug 1317688] Re: xdot crashes on floats in the .dot file

2014-05-30 Thread katsu
[test case] $ cat test-xdot digraph { caesar [label = caesar]; lizard [label = lizard]; newton [label = newton]; lizard - newton; newton - lizard; caesar - lizard; lizard - caesar; } $ xdot test-xdot Traceback (most recent call last): File /usr/bin/xdot, line 4, in module xdot.main()

[Bug 1317688] Re: xdot crashes on floats in the .dot file

2014-05-26 Thread Scott Kitterman
Hello Brian, or anyone else affected, Accepted xdot into trusty-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/xdot/0.5-2ubuntu0.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1317688] Re: xdot crashes on floats in the .dot file

2014-05-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/xdot/trusty-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317688 Title: xdot crashes on floats in the .dot file To manage

[Bug 1317688] Re: xdot crashes on floats in the .dot file

2014-05-25 Thread Stefano Rivera
** Description changed: + [ Impact ] + + xdot is totally unusable with graphviz = 2.31, due to xdot format + changes http://www.graphviz.org/doc/info/output.html#d:xdot + + [ Test case ] + + $ cat test.dot EOF + digraph { + caesar [label = caesar]; + lizard [label = lizard]; + newton

[Bug 1317688] Re: xdot crashes on floats in the .dot file

2014-05-25 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317688 Title: xdot crashes on floats in the .dot file To manage notifications about this bug go to:

[Bug 1317688] Re: xdot crashes on floats in the .dot file

2014-05-25 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/xdot -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317688 Title: xdot crashes on floats in the .dot file To manage notifications about this bug go to:

[Bug 1317688] Re: xdot crashes on floats in the .dot file

2014-05-25 Thread Launchpad Bug Tracker
This bug was fixed in the package xdot - 0.6-1 --- xdot (0.6-1) unstable; urgency=medium * New upstream release. - Supports graphviz = 2.31 (LP: #1317688) * Switch debian/watch to https. * Bump copyright years. * Bump Standards-Version to 3.9.5, no changes needed. --

[Bug 1317688] Re: xdot crashes on floats in the .dot file

2014-05-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xdot (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317688 Title: xdot

[Bug 1317688] Re: xdot crashes on floats in the .dot file

2014-05-24 Thread malheum
The title for this bug is a bit misleading. I do get a crash too, with this simple graph: $ cat test-xdot digraph { caesar [label = caesar]; lizard [label = lizard]; newton [label = newton]; lizard - newton; newton - lizard; caesar - lizard;

[Bug 1317688] Re: xdot crashes on floats in the .dot file

2014-05-24 Thread malheum
Additional info found by google: http://www.linuxquestions.org/questions/linux-newbie-8/xdot-library-is-not-able-to-open-graphs-in-ubuntu-14-04-a-4175504761/ http://www.linuxhospital.com/read/xdot-library-is-not-able-to-open- graphs-in-ubuntu-14.04.html