From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 6 00:04:34 2014 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTPS id 16581272 for ; Wed, 6 Aug 2014 00:04:34 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8CDF2998 for ; Wed, 6 Aug 2014 00:04:33 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s7604XTP017414 for ; Wed, 6 Aug 2014 00:04:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192414] New: www/firefox-31.0,1 fails to build Date: Wed, 06 Aug 2014 00:04:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marka@isc.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2014 00:04:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192414 Bug ID: 192414 Summary: www/firefox-31.0,1 fails to build Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: Normal Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: marka@isc.org When building firefox it fails here: ../../../content/media/Unified_cpp_content_media1.o: In function `mozilla::AudioQueueMemoryFunctor::operator()(void*)': Unified_cpp_content_media1.cpp:(.text._ZN7mozilla23AudioQueueMemoryFunctorclEPv[_ZN7mozilla23AudioQueueMemoryFunctorclEPv]+0x82): undefined reference to `mozilla::AudioQueueMemoryFunctor::MallocSizeOf(void const*)' /usr/local/bin/ld: ../../../content/media/Unified_cpp_content_media1.o: relocation R_386_GOTOFF against undefined symbol `_ZN7mozilla23AudioQueueMemoryFunctor12MallocSizeOfEPKv' can not be used when making a shared object /usr/local/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status gmake[3]: *** [libxul.so] Error 1 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.4/toolkit/library/build' gmake[2]: *** [toolkit/library/build/libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.4' gmake[1]: *** [libs] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd8.4' gmake: *** [default] Error 2 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop in /usr/ports/www/firefox. *** Error code 1 Stop in /usr/ports/www/firefox. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20140806-55878-143ovxi env UPGRADE_TOOL=portupgrade UPGRADE_PORT=firefox-30.0_2,1 UPGRADE_PORT_VER=30.0_2,1 make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! www/firefox (firefox-30.0_2,1) (linker error) How-To-Repeat: Attempt to build firefox. -- You are receiving this mail because: You are the assignee for the bug.