Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36156 - xine-lib 1_rc3 configure calling for tail -1
Summary: xine-lib 1_rc3 configure calling for tail -1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on: 23116
Blocks:
  Show dependency tree
 
Reported: 2003-12-19 22:24 UTC by Chris Mathis
Modified: 2004-01-19 11:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mathis 2003-12-19 22:24:23 UTC
When emerging xine-lib 1_rc3  i noticed that one of the portions of the configure script was reporting an error: 
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
this may not be correct in all cases but sooner or later it will come to be in the stable version. i dont know if the -n is in the older versions of tail or not seeing as all my boxes are unstable.

Reproducible: Always
Steps to Reproduce:
1. emerge xine-lib 1_rc3
2. 
3.

Actual Results:  
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.

with tail (coreutils) 5.0.91 installed, previously you could do a tail -X where
X is a number but now this option is obsolete. which causes an error in the
configuration script

Expected Results:  
continued through with out above stated error

by editing the configure file and changing the tail -1 to tail -n 1 it proceded
to run properly.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-01-19 11:27:11 UTC
closing with stable coreutils-5.0.91-r4