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 Matthew Burgess, 14 years ago

Status: newassigned

comment:2 by Matthew Burgess, 14 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r9355.

Note: See TracTickets for help on using tickets.