FS#69862 - [libaio] make install doesn't install its man pages

Attached to Project: Arch Linux
Opened by Eric Toombs (ewtoombs) - Tuesday, 02 March 2021, 22:41 GMT
Last edited by David Runge (dvzrv) - Thursday, 07 April 2022, 21:14 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Tobias Powalowski (tpowa)
David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
For whatever reason, the install target of libaio's build system doesn't install the man pages.

Steps to reproduce:
makepkg -si
pacman -Ql libaio | grep man
***nothing there***

fix:

--- PKGBUILD- 2021-03-02 17:20:08.831312192 -0500
+++ PKGBUILD 2021-03-02 17:19:54.977978706 -0500
@@ -32,5 +32,6 @@
package() {
cd "$srcdir/$pkgname-$pkgver"
make prefix="$pkgdir/usr" install
+ install -D -m 0644 -t "$pkgdir/usr/share/man/man3" man/*
}

This task depends upon

Closed by  David Runge (dvzrv)
Thursday, 07 April 2022, 21:14 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with libaio 0.3.112-3
Comment by David Runge (dvzrv) - Thursday, 07 April 2022, 21:13 GMT
@ewtoombs: Thanks for the report.

The man pages will be added in an upcoming pkgrel bump.

Loading...