#1123520 graphviz: There is no layout engine support for "patchwork"

Package:
graphviz
Source:
graphviz
Description:
rich set of graph drawing tools
Submitter:
Samuel Thibault
Date:
2026-02-05 18:15:01 UTC
Severity:
normal
#1123520#5
Date:
2025-12-17 10:48:47 UTC
From:
To:
Hello,

The patchwork tool doesn't seem to work any more:

$ patchwork -Nshape=polygon -Tdot -o graph-patchwork.dot graph.dot
There is no layout engine support for "patchwork"
 Use one of: dot

dot is indeed the layout I passed as parameter.

I also tried the unstable version with the same result, I had to revert
to the version from stable.

Samuel

#1123520#10
Date:
2026-01-11 09:23:26 UTC
From:
To:
 Can you please retry your test? I think it should work. If not,
please send me your dot file.

Thanks,
Laszlo/GCS

#1123520#15
Date:
2026-01-11 10:06:19 UTC
From:
To:
László Böszörményi (GCS), le dim. 11 janv. 2026 10:23:26 +0100, a ecrit:

I have tried version 14.1.1-2 with the same result.

strict digraph deps {
"foo" -> "bar"
}

Samuel

#1123520#20
Date:
2026-02-05 17:45:00 UTC
From:
To:
 Can you please try 14.1.2-1 with the addition of
libgvplugin-neato-layout installed?
Do you know how many users of patchwork might be out there? I think
this binary should be moved to the graphviz-tools package.

Laszlo/GCS

#1123520#25
Date:
2026-02-05 18:13:19 UTC
From:
To:
Hello,

László Böszörményi (GCS), le jeu. 05 févr. 2026 18:45:00 +0100, a ecrit:

The additional installation of libgvplugin-neato-layout did the trick
indeed!

I have no idea :)

Samuel