Opened 14 years ago
Closed 14 years ago
#2734 closed defect (fixed)
peekfd not built on x86_64
Reported by: | Matthew Burgess | Owned by: | Matthew Burgess |
---|---|---|---|
Priority: | normal | Milestone: | 6.7 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
As reported in the thread at http://www.linuxfromscratch.org/pipermail/lfs-dev/2010-August/064176.html, psmisc fails to build and install peekfd on x86_64 boxes. The following sed fixes things:
sed -i 's@#include <sys\/user.h>@#include <bits\/types.h>\n&@' configure
Change History (2)
comment:1 by , 14 years ago
Status: | new → assigned |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r9355.