From owner-freebsd-questions@FreeBSD.ORG Mon Aug 23 23:21:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4D8116A4CF for ; Mon, 23 Aug 2004 23:21:07 +0000 (GMT) Received: from ptb-relay03.plus.net (ptb-relay03.plus.net [212.159.14.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7D2843D58 for ; Mon, 23 Aug 2004 23:21:06 +0000 (GMT) (envelope-from jbrown@orange.net) Received: from [80.229.216.254] (helo=[192.168.0.10]) by ptb-relay03.plus.net with esmtp (Exim) id 1BzO7d-0002JN-Gp for freebsd-questions@freebsd.org; Mon, 23 Aug 2004 23:21:05 +0000 Message-ID: <412A7BE5.5000407@orange.net> Date: Tue, 24 Aug 2004 00:21:09 +0100 From: James Brown User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Portupgrade killed everytime X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 23:21:07 -0000 Whenever I run portupgrade, I wait about 30 seconds only to see it die: # portupgrade clamav Killed # portupgrade vim Killed I have a recent cvsup of 'ports-all' on 5.2.1-RELEASE-p9 and have run 'make index' and 'pkgdb -F'. Someone at bsdforums.org has kindly suggested that I'm seeing a Ruby problem, so I tried to do a 'make install clean' on lang/ruby18 (after a pkg_delete -r ruby-\*). This failed to build with the following errors: [...] ===> Building for ruby-1.8.2.p2_1 cc -O -pipe -march=pentium2 -fPIC -I. -I. -c main.c cc -O -pipe -march=pentium2 -fPIC -I. -I. -c dmyext.c cc -O -pipe -march=pentium2 -fPIC -I. -I. -c array.c cc -O -pipe -march=pentium2 -fPIC -I. -I. -c bignum.c cc -O -pipe -march=pentium2 -fPIC -I. -I. -c class.c cc: {standard input}: Assembler messages: {standard input}:0: Warning: end of file not at end of a line; newline inserted {standard input}:1920: Error: unknown pseudo-op: `.p2al' Internal error: Killed (program cc1) Please submit a full bug report. [...] So, I used 'pkg_add -r ruby-devel' instead. A 'pkg_info' now shows: portupgrade-20040701_3 FreeBSD ports/packages administration... ruby-1.8.1.p2 An object-oriented interpreted scripting language ruby18-bdb1-0.2.2 Ruby interface to Berkeley DB revision 1.8x... ruby_r-1.8.1.p2 An object-oriented interpreted scripting language Unfortunately, still no joy! If anyone could give me some suggestions, I would really appreciate it. Many thanks, James.