From owner-freebsd-ports@FreeBSD.ORG Mon Aug 19 01:45:00 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4B23283B; Mon, 19 Aug 2013 01:45:00 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from flynn.in-addr.com (unknown [IPv6:2a01:4f8:191:61e8::2525:2525]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0DEE328FE; Mon, 19 Aug 2013 01:45:00 +0000 (UTC) Received: from uucp by flynn.in-addr.com with local-rmail (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VBEWg-0005xg-9w; Mon, 19 Aug 2013 02:44:58 +0100 Received: from localhost ([127.0.0.1] helo=tron.home.in-addr.com) by tron.home.in-addr.com with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VBEWZ-0001aJ-7s; Mon, 19 Aug 2013 02:44:51 +0100 Message-ID: <52117893.1070108@freebsd.org> Date: Mon, 19 Aug 2013 02:44:51 +0100 From: Gary Palmer User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:23.0) Gecko/20100101 Firefox/23.0 SeaMonkey/2.20 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: www/seamonkey problem after update References: <20130809194437.GB52064@in-addr.com> In-Reply-To: <20130809194437.GB52064@in-addr.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on flynn.in-addr.com); SAEximRunCond expanded to false Cc: freebsd-gecko@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Aug 2013 01:45:00 -0000 Hi, It appears that the problem was caused as a result of not having clang built in base. I built seamonkey-2.20_1 via poudriere (which had clang) and it works. The version I built the previous weekend with gcc (from ports) didn't. This is on amd64 Gary Gary Palmer wrote: > Hi, > > After rebuilding seamonkey after r324409 it keeps coredumping before it even > shows a window. I can't even install www/seamonkey-i18n as you can see > below. > > 9.1-RELEASE-p3 amd64 > > I've done 'portmaster -f www/seamonkey' to rebuild all the dependant ports > also with no luck > > Any ideas? > > Thanks, > > Gary > > % portmaster www/seamonkey-i18n > > ===>>> Port directory: /usr/ports/www/seamonkey-i18n > > ===>>> Gathering distinfo list for installed ports > > Bus error > Bus error > ===>>> Launching 'make checksum' for www/seamonkey-i18n in background > Bus error > ===>>> Gathering dependency list for www/seamonkey-i18n from ports > Bus error > Bus error > ===>>> Initial dependency check complete for www/seamonkey-i18n > > > ===>>> Starting build for www/seamonkey-i18n <<<=== > > ===>>> All dependencies are up to date > > Bus error > Bus error > ===> Cleaning for seamonkey-i18n-2.20 > Bus error > ===>>> Logging build to /tmp/port_log-1395-seamonkey-i18n.r1TwPpks > > ===>>> make failed for www/seamonkey-i18n > ===>>> Aborting update > > > ===>>> Build/Install logs available: > /tmp/port_log-1395-seamonkey-i18n.r1TwPpks > > ===>>> Killing background jobs > Terminated > > ===>>> You can restart from the point of failure with this command line: > portmaster www/seamonkey-i18n > > ===>>> Exiting > > >