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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to