Date: Tue, 03 Sep 2002 09:23:46 -0700 From: Tim Kientzle <kientzle@acm.org> To: "Long, Scott" <Scott_Long@adaptec.com>, freebsd-current@freebsd.org Subject: Another aic7xxx kernel build failure... Message-ID: <3D74E212.4070803@acm.org>
next in thread | raw e-mail | index | archive | help
Another issue with 'aicasm': It breaks the following: * Vanilla install of 4.6-RELEASE (from CD-ROM) * Pull 5.0-CURRENT sources (as of 2 Sept 2002) * 'make buildworld' * 'make kernel' The kernel compile breaks when it tries to run aicasm, with a message about 'libc.so.5' not being available. It looks like aicasm is being compiled (and dynamically linked) against the new world (5.0-CURRENT), but then gets run in the currently-installed world (4.6-RELEASE). I worked around by manually compiling aicasm in the installed world (cd ..../aicasm && make aicasm) and copying it into the /usr/obj tree. Then 'make kernel' was able to succeed. Tim Kientzle 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?3D74E212.4070803>