Build problems - both release and stable
YONETANI Tomokazu
qhwt+dfly at les.ath.cx
Mon Oct 11 23:37:18 PDT 2004
On Mon, Oct 11, 2004 at 07:23:22PM -0500, Jon Hamilton wrote:
> I installed DragonFly over the weekend, and for the most part things have
> gone pretty smoothly. I'm having some issues now though rebuilding world
> and kernel. I used cvsup to pull down the cvs repo as of 17:00 on 10/11/04.
> I'm having troubles with both the release and stable tags:
>
> Checked out via:
> # cvs -d /home/dcvs co -rDragonFly_1_0_REL src /home/dcvs
> # cd /usr/src && make buildworld
> [...]
> cd /usr/src/secure; make buildincludes; make installincludes
> ===> secure/lib
> ===> secure/lib/libcipher
> ===> secure/lib/libtelnet
> ===> secure/lib/libcrypto
> make: don't know how to make ../e_os.h. Stop
> *** Error code 2
> Error
Seems like *,v files for /usr/src/crypto/openssl were either removed from
the repository, or cvsup mirror doesn't mirror this directory for some
unknown reason. I'm using dragon.BSDTech.com to sync cvs repository,
and src/crypto/openssl directory in the cvs repository contains only
directories, but no files.
> I blew away /usr/src and /usr/obj and pulled the Stable tree:
> # cvs -d /home/dcvs co -rDragonFly_Stable src
>
> Buildworld then went fine. Building a GENERIC kernel, though:
> # make buildkernel KERNCONF=GENERIC
> /usr/obj/usr/src/sys/GENERIC/usr/src/sys/libiconv created for /usr/src/sys/libiconv
> ===> bus
> ===> bus/cam
> ===> bus/cam/scsi
> @ -> /usr/src/sys/bus/cam/scsi/../../..
> machine -> /usr/src/sys/bus/cam/scsi/../../../i386/include
> i386 ->
The `i386 ->' is suspicious. Any chance you have
ARCH=i386
in your /etc/make.conf? If so, please try commenting it out.
More information about the Users
mailing list