From owner-freebsd-questions@FreeBSD.ORG Fri Oct 17 21:22:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A02591065692 for ; Fri, 17 Oct 2008 21:22:21 +0000 (UTC) (envelope-from richard.robert@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id 703B98FC24 for ; Fri, 17 Oct 2008 21:22:21 +0000 (UTC) (envelope-from richard.robert@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so805292wfg.7 for ; Fri, 17 Oct 2008 14:22:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=GvqC+xpINob8DNFvRPNr6qf7nIb0gj//ElsNshb5QYg=; b=S0ef3XLQBvLyznlb3JCThOq6SDk7LqEfq6BnYWUiccgszsZfofPj/VE3qRSr9scZuR eDbICraZOh/A9L8oM8WdX1lntr4AsC/kqDI8HS9ysJsM+RnHrAmrYSB9r6ThvIKaMLbI o8gFCHYcSRuiHAVfcSDOQFvfhSKvQ8bZ8eEG8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=NrFFGRdWJct7+9+1K5Wmvn3OiyPm1pAxdQChUmJtZSy/jEu7Hpp65ORgUH+kQPjHof ompT1zaJUkE02iUWpTujEQtqT/9+M5TR6ccOBFPxEpNOR1oXsp8NUAf32RUjZpoGEtYz X4urjt6mwubZ7YCejxRq9plP3amexoqyuysDg= Received: by 10.143.30.16 with SMTP id h16mr1617555wfj.294.1224276944062; Fri, 17 Oct 2008 13:55:44 -0700 (PDT) Received: by 10.142.225.3 with HTTP; Fri, 17 Oct 2008 13:55:44 -0700 (PDT) Message-ID: <43c4e0a0810171355k164f7485va3729553a3f3a262@mail.gmail.com> Date: Fri, 17 Oct 2008 16:55:44 -0400 From: "Robert Richards" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: new compiler error? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2008 21:22:21 -0000 Hi: I have been trying to upgrade to the latest gnash on my W/S running: FreeBSD 6.3-RELEASE-p5 #3. First, I upgraded the kernel and base to the latest patch level, then I executed a portupgrade -R gnash, and after all the pre-requisite packages were upgraded successfully gnash itself began to compile. Then this: =========================== ../libcore/.libs/libgnashcore.so: undefined reference to `std::basic_ostream >& std::basic_ostream >::_M_insert(bool)' /usr/ports/graphics/gnash/work/gnash-0.8.4/libbase/.libs/libgnashbase.so: undefined reference to `std::basic_istream >& std::basic_istream >::_M_extract(unsigned int&)' collect2: ld returned 1 exit status gmake[2]: *** [gprocessor] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/gnash/work/gnash-0.8.4/utilities' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/gnash/work/gnash-0.8.4' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/graphics/gnash. *** Error code 1 Stop in /usr/ports/graphics/gnash. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.43253.1 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=gnash-0.8.2_2 UPGRADE_PORT_VER=0.8.2_2 make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! graphics/gnash (gnash-0.8.2_2) (new compiler error) =========================== What do I need to do to get this accomplished? I am struggling with limited flash support, and have been doing fairly well with gnash/firefox. I would like to upgrade my gnash-0.8.2_2 to the latest version gnash-0.8.4. and possibly get a bit more functionality. Oh, one more possible clue. The first time I attempted this, I issued a portupgrade gnash without recursion. At about the same point of failure, the system powered down. I mean I saw an LD error, and then POOF, laptop went power-down! I didn't believe that was the cause, so after cleaning the file systems, I tried again, and again it powered down. So I pretty much upgraded everything and after the -R attempt, gnash simply failed. TIA Bob