From owner-freebsd-current Thu Mar 21 8:51:30 2002 Delivered-To: freebsd-current@freebsd.org Received: from firewall.musinghalfwit.org (cs6669211-40.austin.rr.com [66.69.211.40]) by hub.freebsd.org (Postfix) with ESMTP id 8513C37B404 for ; Thu, 21 Mar 2002 08:51:25 -0800 (PST) Received: from musinghalfwit.org (burningman.musinghalfwit.org [192.168.11.2]) by firewall.musinghalfwit.org (8.11.6/8.11.6) with ESMTP id g2LGexa12404 for ; Thu, 21 Mar 2002 10:40:59 -0600 (CST) (envelope-from jesus@musinghalfwit.org) Message-ID: <3C9A0D6E.C362B176@musinghalfwit.org> Date: Thu, 21 Mar 2002 10:42:22 -0600 From: Eric Liedtke X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: 4.5->Current Update Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG So I cvsuped last night and did a make buildworld and make buildkernel, both of which finished without a problem however when I did a make installworld it died right away with the cp command giving usage details. Make install however chugs right along, until it gets to chpass where the last line printed is [ ! -e /usr/bin/chpass ] || chflags noschg /usr/bin/chpass || true and then sh cores. When I popped the core, open in gdb it was listed as failing with sig 12 bad system call. When I execute the last line directly on the command line it executes without a problem. The only way I have gotten it past this point is to manually remove the files installed e.g. chpass, chfn , ypchpass, ypchfn ...etc....I'm just generally confuse why this is failing. It seems pretty straightforward and I can't see why it would fail. Any help would be appreciated. -Eric Liedtke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message