autodoc icon indicating copy to clipboard operation
autodoc copied to clipboard

Ubuntu 22.04 looks in wrong spot for template files, `/build/postgresql-autodoc-...`

Open gamesguru opened this issue 2 years ago • 2 comments

After doing an apt install and running on my new system, I unexpectedly hit this error.

$ postgresql_autodoc -h localhost -u shane --password=password -d nt -f nt -t dot


Templates files not found in /build/postgresql-autodoc-XbwYdk/postgresql-autodoc-1.41+20200921/debian/postgresql-autodoc/usr/share/postgresql-autodoc

gamesguru avatar Jul 07 '22 13:07 gamesguru

Yep, I'm having the same issue. To fix it I gave the template directory directly to the command by adding -l /usr/share/postgresql-autodoc/

babastienne avatar Dec 07 '22 21:12 babastienne

This sounds like a Debian packaging issue rather than a code issue of autodoc itself. Has anyone reached out to the Debian packagers?

einhverfr avatar Oct 02 '23 12:10 einhverfr