From owner-freebsd-current Sat Nov 21 21:55:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA03828 for freebsd-current-outgoing; Sat, 21 Nov 1998 21:55:42 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from pcpsj.pfcs.com (harlan.fred.net [205.252.219.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA03810 for ; Sat, 21 Nov 1998 21:55:37 -0800 (PST) (envelope-from Harlan.Stenn@pfcs.com) Received: from mumps.pfcs.com [192.52.69.11] (HELO mumps.pfcs.com) by pcpsj.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Sun, 22 Nov 1998 00:54:59 -0500 (EST) Received: from brown.pfcs.com [192.52.69.44] (HELO brown.pfcs.com) by mumps.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Sat, 21 Nov 1998 21:50:13 -0800 (PST) Received: from localhost [127.0.0.1] (HELO brown.pfcs.com) by brown.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Sun, 22 Nov 1998 00:50:12 -0500 (EST) X-Mailer: exmh version 2.0.2 2/24/98 To: current@FreeBSD.ORG Subject: objcopy in /usr/libexec/aout/objcopy? X-Face: "csXK}xnnsH\h_ce`T#|pM]tG,6Xu.{3Rb\]&XJgVyTS'w{E+|-(}n:c(Cc* $cbtusxDP6T)Hr'k&zrwq0.3&~bAI~YJco[r.mE+K|(q]F=ZNXug:s6tyOk{VTqARy0#axm6BWti9C d Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 22 Nov 1998 00:50:12 -0500 Message-ID: <1710.911713812@brown.pfcs.com> From: Harlan Stenn Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just upgraded a month or two old -current to a -current (as of yesterday). I got /etc/updated and rebuilt the kernel, too. I thought it would be a good idea to also upgrade /stand/sysinstall, and in doing so the make died because /boot was empty. I went in to /usr/src/sys/ boot/i386 and tried a make there, which died as follows: objcopy -S -O binary boot1.out boot1 objcopy: could not exec aout/objcopy in /usr/libexec: No such file or directory Sure enough, while there are a number of files in /usr/libexec/aout/, objcopy is not one of them. What did I miss? H To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message