FS#35469 - Incorrect INODECMD in pacman 4.1.0 configure for *bsd*
Attached to Project:
Pacman
Opened by Anthony (Amzo) - Saturday, 25 May 2013, 08:49 GMT
Last edited by Allan McRae (Allan) - Tuesday, 18 June 2013, 04:14 GMT
Opened by Anthony (Amzo) - Saturday, 25 May 2013, 08:49 GMT
Last edited by Allan McRae (Allan) - Tuesday, 18 June 2013, 04:14 GMT
|
Details
In the configure.ac of pacman 4.1.0 they is a mistake in the
INODECMD for BSD platforms.
The following on line 305 - 307 of configure.ac case "${host_os}" in *bsd*) INODECMD="stat -f '%i %n'" This is incorrect and should be %N instead of %n. The fix, to correct to %N. The BSD stat doesn't have the %n option. INODECMD="stat -f '%i %N'" |
This task depends upon
Closed by Allan McRae (Allan)
Tuesday, 18 June 2013, 04:14 GMT
Reason for closing: Fixed
Additional comments about closing: commit 3e0e748b
Tuesday, 18 June 2013, 04:14 GMT
Reason for closing: Fixed
Additional comments about closing: commit 3e0e748b