DragonFly BSD
DragonFly bugs List (threaded) for 2004-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Buildworld fails...


From: YONETANI Tomokazu <qhwt+dfly@xxxxxxxxxx>
Date: Sat, 18 Dec 2004 02:09:49 +0900

Hi.
On Fri, Dec 17, 2004 at 04:37:32PM +0100, Joerg Anslik wrote:
> In file included from
> /usr/src/usr.bin/kdump/../../sys/bus/usb/ehci/@/dev/video/pcvt/i386/pcvt_hdr.h:62,
>                  from ioctl.c:101:
> /usr/src/usr.bin/kdump/../../sys/sys/proc.h:47:2: #error "Userland
> must include sys/user.h instead of sys/proc.h"
> In file included from ioctl.c:270:
> /usr/src/usr.bin/kdump/../../sys/bus/usb/usb/@/dev/video/pcvt/i386/pcvt_hdr.h:52:22:
> opt_pcvt.h: No such
> file or directory
> mkdep: compile failed
> *** Error code 1
> 
> Stop in /usr/src/usr.bin/kdump.

The "@"'s should not appear in the source tree. They are symbolic links
and usually gets created in the source tree when you tried building something
without populating objdir tree(probably usb driver?)
IIRC, `make cleandir' twice from /usr/src should clean up the garbage.
If you have the CVS repository cvsup'ed locally, remove /usr/src completely
and checkout the fresh source tree again. Don't forget to preserve your
local modification(if any) by running
  $ cd /usr/src && cvs -R di -uN > ~/my_mods.diff
before removing the tree!



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]