Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#70764 - [libpqxx] Does not install built documentation
Attached to Project:
Arch Linux
Opened by loqs (loqs) - Sunday, 09 May 2021, 16:41 GMT
Last edited by Andreas Radke (AndyRTR) - Monday, 10 May 2021, 05:30 GMT
Opened by loqs (loqs) - Sunday, 09 May 2021, 16:41 GMT
Last edited by Andreas Radke (AndyRTR) - Monday, 10 May 2021, 05:30 GMT
|
DetailsDescription:
Built documentation is not installed as autotools based build is used. Quoting [1] Exactly @tt4g. I would like the CMake build to do what's conventional for a CMake build, and the autotools build to do what's conventional for an autotools build. But if there are no clear conventions, I'm not particularly motivated to make any chages here. There's things to be said for all three defaults: don't build the docs, or build them so you can read them locally but without installing them, or build and install them. I have no strong feelings about it, and I'm waiting for someone to give me a reason to care. :-) Additional info: * libpqxx 6.4.5-2 [1] https://github.com/jtv/libpqxx/issues/436#issuecomment-827160898 |
This task depends upon
PKGBUILD.diff.autotools drops the makedepends on doxygen and xmlto as documentation will not be installed.