From owner-freebsd-hackers@FreeBSD.ORG Sun Oct 19 00:03:04 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB5DB1065699 for ; Sun, 19 Oct 2008 00:03:04 +0000 (UTC) (envelope-from richard.robert@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.235]) by mx1.freebsd.org (Postfix) with ESMTP id 7FA398FC0A for ; Sun, 19 Oct 2008 00:03:04 +0000 (UTC) (envelope-from richard.robert@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1050271rvf.43 for ; Sat, 18 Oct 2008 17:03:04 -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=/XFafyylMKqpXOuIwEAqwrL7fT/eegyqMErPtgBfafY=; b=aJJHsr9ZLo2t+aJhVRm6InJVwZ8HuGyE1MjdUo8lBNsPmujs96+vRAhD1ohEYYuBs3 9jI34LXpjp05LryVsaoPjHUx4/HXHKAol1WiaJVoOkelyZPCeL0yU091vEGuPSv2gCzV cxvDIlUxyWmswHbRWXmAtNCegTYJ3dIbF31Jc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=An5+Xoe7hZ1Lui8SfMgupW3PBy+AefXbZnpbJKnz9szFIkB2d8oLxSMruVrG8bNRDC A1LBE6nWofu9tdVLKn3m02dx6QExiB/oVLRoltcbBxnXKBOjez2DRx1wELCfkwQlDXzU 6z6Nfkd/bxy+/jVgll06ru7kdTF6uUAMfkUdI= Received: by 10.143.4.16 with SMTP id g16mr2232154wfi.289.1224372913606; Sat, 18 Oct 2008 16:35:13 -0700 (PDT) Received: by 10.142.225.3 with HTTP; Sat, 18 Oct 2008 16:35:13 -0700 (PDT) Message-ID: <43c4e0a0810181635w58e2c4a6tf8d1e9e6563ede7f@mail.gmail.com> Date: Sat, 18 Oct 2008 19:35:13 -0400 From: "Robert Richards" To: freebsd-hackers@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: gprocessor Error X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2008 00:03:04 -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