Mantis - xmlto
Viewing Issue Advanced Details
4331 packaging major always 2010-03-10 12:14 2010-03-28 04:55
maciej  
bwalton  
normal  
closed  
fixed  
none    
none  
0004331: /opt/csw/bin/xmlto: line 418: /usr/xpg4/bin/tail: No such file or directory
/opt/csw/bin/xmlto: line 418: /usr/xpg4/bin/tail: No such file or directory

CONFIGURE_ARGS += TAIL=/usr/xpg4/bin/tail

...but it doesn't guarantee that /usr/xpg4/bin/tail would be there, and on my system it's apparently not there. Can gtail be used instead?
Yes, I'll update to depend on gtail instead. I thought xpg4/tail was a safe assumption.
Issue History
2010-03-10 12:14 maciej New Issue
2010-03-10 13:13 bwalton Assigned To => bwalton
2010-03-10 13:13 bwalton Status new => assigned
2010-03-10 13:13 bwalton Additional Information Updated
2010-03-21 15:43 bwalton Note Added: 0007715
2010-03-21 15:43 bwalton Status assigned => resolved
2010-03-21 15:43 bwalton Resolution open => fixed
2010-03-28 04:55 bwalton Status resolved => closed

Notes
(0007715)
bwalton   
2010-03-21 15:43   
New packages pushed to release manager with updated dependency and use of gtail instead of xpg4/bin/tail.