Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28316 - head -1 in configure scripts
Summary: head -1 in configure scripts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-09 19:42 UTC by Matt Taylor
Modified: 2003-09-09 21:22 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 Matt Taylor 2003-09-09 19:42:18 UTC
ntfsprogs-1.7.1 and libsdl-1.2.6 use head -1 in configure

libsdl-1.2.6:

checking for ESD - version >= 0.2.8... yes
head: `-1' option is obsolete; use `-n 1'
Try `head --help' for more information.
-- /usr/lib/libesd.so.* -> 
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include

ntfsprogs-1.7.1:

checking version of gcc... head: `-1' option is obsolete; use `-n 1'
Try `head --help' for more information.
./configure: line 5722: test: `)' expected, found 96
v. ?.??, ok



Reproducible: Always
Steps to Reproduce:
1.emerge either package

Actual Results:  
configure appears to work but prints the head -1 message

Expected Results:  
configured w/o message
Comment 1 SpanKY gentoo-dev 2003-09-09 21:22:57 UTC
fixed in cvs

also e-mailed libsdl guys about it
ntfsprogs seems to have it fixed in bitkeeper