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#13113 - core/make lacks info documentation
Attached to Project:
Arch Linux
Opened by Peter Simons (peti) - Tuesday, 03 February 2009, 16:13 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 17 March 2009, 11:50 GMT
Opened by Peter Simons (peti) - Tuesday, 03 February 2009, 16:13 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 17 March 2009, 11:50 GMT
|
DetailsThe core/make package does not contain info documentation for make, although the PKGBUILD should have included it. It certainly does, when I run makepkg. Apparently, the package was built on a machine where makeinfo was unavailable? Anyway, GNU make is a rather complex utility and it's hard to get along without documentation, even for somewhat experienced users. It would be really nice if the info documentation could be added to the package.
|
This task depends upon
Closed by Andreas Radke (AndyRTR)
Tuesday, 17 March 2009, 11:50 GMT
Reason for closing: Fixed
Additional comments about closing: new pkg in testing for signoff.
Tuesday, 17 March 2009, 11:50 GMT
Reason for closing: Fixed
Additional comments about closing: new pkg in testing for signoff.
While I was at it, I also fixed two namcap warnings by moving the documentation into /usr/share/{info,man}.
Selfcompiled package from abs original
$ namcap make-3.81-3-x86_64.pkg.tar.gz
make W: Dependency included and not needed (bash)
make W: File (usr/man) exists in a non-standard directory.
make W: File (usr/info) exists in a non-standard directory.
make W: File (usr/info/dir) exists in a non-standard directory.
make W: File (usr/info/make.info-1) exists in a non-standard directory.
make W: File (usr/info/make.info) exists in a non-standard directory.
make W: File (usr/info/make.info-2) exists in a non-standard directory.
make W: File (usr/man/man1) exists in a non-standard directory.
make W: File (usr/man/man1/make.1.gz) exists in a non-standard directory.
make E: Non-FHS man page (usr/man) found. Use /usr/share/man instead
make E: Non-FHS man page (usr/man/man1) found. Use /usr/share/man instead
make E: Non-FHS man page (usr/man/man1/make.1.gz) found. Use /usr/share/man instead