Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2001 08:06:20 -0700 (PDT)
From:      David Wolfskill <david@catwhisker.org>
To:        current@freebsd.org, obrien@freebsd.org
Subject:   Today's -CURRENT buildworld breaks: libedit/Makefile wants histedit.h
Message-ID:  <200110011506.f91F6Ks09189@bunrab.catwhisker.org>

next in thread | raw e-mail | index | archive | help
Today's -CURRENT build breaks:

>>> stage 4: populating /usr/obj/usr/src/i386/usr/include
--------------------------------------------------------------
...
cd /usr/src/lib/libcam;         make beforeinstall
cd /usr/src/lib/libcam &&  sh /usr/src/tools/install.sh -C -o root -g wheel -m 444  camlib.h /usr/obj/usr/src/i386/usr/include
cd /usr/src/lib/libdisk;                make beforeinstall
cd /usr/src/lib/libdisk &&  sh /usr/src/tools/install.sh -C -o root -g wheel -m 444  libdisk.h /usr/obj/usr/src/i386/usr/include
cd /usr/src/lib/libedit;                make beforeinstall
cd /usr/src/lib/libedit &&  sh /usr/src/tools/install.sh -C -o root -g wheel -m 444  histedit.h /usr/obj/usr/src/i386/usr/include
install: histedit.h: No such file or directory
*** Error code 71
1 error
*** Error code 2
1 error
*** Error code 2


Looks as if histedit.h has been in src/include (vs.  src/lib/libedit) for
a while, now....

(Ref. src/lib/libedit/Makefile 1.22, line 33.)

Cheers,
david
-- 
David H. Wolfskill				david@catwhisker.org
As a computing professional, I believe it would be unethical for me to
advise, recommend, or support the use (save possibly for personal
amusement) of any product that is or depends on any Microsoft product.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110011506.f91F6Ks09189>