First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 25212
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Donny Davies (RETIRED) <woodchip@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jason Rhinelander <gentoo@jagerman.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 25212 depends on: Show dependency tree
Bug 25212 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-07-24 16:28 0000
head -1 and tail -1 no longer work with the latest coreutils with
glibc-2.3.2-r2
or above, but Apache depends on these.  Emerging apache appears to be
successful, but after emerging /usr/sbin/apache does not exist.

The head/tail/uniq -1 deprecation only comes about with glibc-2.3.2-r2 or later
as it updates _POSIX2_VERSION in /usr/include/unistd.h - however, as this is
bound to change sooner or later for stable Gentoo systems, it's something that
needs to be addressed.

The fix is to change everything containing head -1 or tail -1 to head -n 1 or
tail -n 1, respectively.

------- Comment #1 From Donny Davies (RETIRED) 2003-07-26 17:20:38 0000 -------
yeah.

First Last Prev Next    No search results available      Search page      Enter new bug