Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

t/01-basic.t fails #2

Open
eseyman opened this issue Jun 28, 2018 · 3 comments
Open

t/01-basic.t fails #2

eseyman opened this issue Jun 28, 2018 · 3 comments

Comments

@eseyman
Copy link

eseyman commented Jun 28, 2018

I'm trying to build a Fedora package for DBIx-Class-Visualizer but t/01-basic.t fails.
Build log is attached.
DBIx-Class-Visualizer.txt

@eseyman
Copy link
Author

eseyman commented Jul 26, 2018

I've had a little more time to investigate this.

At one point, transformed_svg() tries to add data attributes to everything in nodes.
The transformed_svg subtest tries to do this to the element <text class="column-name" text-anchor="start" x="104.5" y="-54.3">_</text> which leads to running encode_json($result_handler->get_column($column_name)->TO_JSON) with $column_name being set to '_'. which fails miserably.

@eserte
Copy link

eserte commented Nov 17, 2018

I see this error also on Ubuntu 18.04 and several FreeBSD installations, but not on Debian/stretch or other Debian versions. The only difference I see between these systems is the graphviz version: 2.40.1 (Ubuntu, FreeBSD) vs. 2.38.0 (Debian/stretch).

@eserte
Copy link

eserte commented Dec 24, 2019

It fails also on Debian/buster and CentOS8 --- both have graphviz 2.40.1, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants