From owner-freebsd-questions@FreeBSD.ORG Sun Sep 1 10:04:05 2013 Return-Path: Delivered-To: questions@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 C6590A1E for ; Sun, 1 Sep 2013 10:04:05 +0000 (UTC) (envelope-from four.harrisons@googlemail.com) Received: from mail-we0-x236.google.com (mail-we0-x236.google.com [IPv6:2a00:1450:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5D6B123A9 for ; Sun, 1 Sep 2013 10:04:05 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id q59so2912194wes.27 for ; Sun, 01 Sep 2013 03:04:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:date:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=b2gP5EktFJZI+pUbwE7ZZTdw5JmzBBQMUeWxrwzUVUk=; b=oIYQcvtF7Q1DNDHTY5a+g1rSCGVarmwTeDqcTE+j6pAg+lenfh89tt0LuDvUZsbs2h DaqdhYb4NCwU+keLf+V/h+m5OgzErjAVOQ3dOYRDo6CdEjRlFGJYuj4pjE6q5kubFLUV dRYorxzvEuwAfbF+v4omrVTx5/nCutLJyTmn8eXodd1s7HWKa/Mcju3509DZ83Z0Hrnm V8Syv27CyMy0QYcE90XPzKuTLjQIoBgZ/Y9pVKvgrebEGoGKsPUCt4/DLQZ+9PFRiDEJ tgfIIaCBcr8pkkULxWPiwDiSguo4ZQmcLYcT+5z5NyP+/D+laoU3BJd/0iPpWsAGx7oH DElg== X-Received: by 10.180.185.97 with SMTP id fb1mr9145108wic.61.1378029843793; Sun, 01 Sep 2013 03:04:03 -0700 (PDT) Received: from localhost (client-82-26-129-67.pete-bam-1.adsl.virginmedia.com. [82.26.129.67]) by mx.google.com with ESMTPSA id q5sm9845458wix.8.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 01 Sep 2013 03:04:03 -0700 (PDT) Received: by localhost (sSMTP sendmail emulation); Sun, 01 Sep 2013 11:15:11 +0100 From: Peter Harrison Date: Sun, 1 Sep 2013 11:15:11 +0100 To: questions@freebsd.org Subject: Chromium build failure Message-ID: <20130901101511.GA32996@thinkpad.piggybox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 10:04:05 -0000 Hi list, I'm getting a consistent build error when trying to build the latest version of Chromium in ports - here's the error: ninja: Entering directory `out/Release' [65/11901] LINK libvpx_obj_int_extract FAILED: g++46 -Wl,-rpath=/usr/local/lib/gcc46 -Wl,-z,now -Wl,-z,relro -pthread -Wl,-z,noexecstack -fPIC -Wl,--no-keep-memory -m32 -Wl,-O1 -Wl,--as-needed -o libvpx_obj_int_extract -Wl,--start-group obj/third_party/libvpx/source/libvpx/build/make/libvpx_obj_int_extract.obj_int_extract.o -Wl,--end-group obj/third_party/libvpx/source/libvpx/build/make/libvpx_obj_int_extract.obj_int_extract.o: In function `parse_elf': obj_int_extract.c:(.text.parse_elf+0x71a): undefined reference to `__stack_chk_fail_local' /usr/local/bin/ld: libvpx_obj_int_extract: hidden symbol `__stack_chk_fail_local' isn't defined /usr/local/bin/ld: final link failed: Bad value collect2: ld returned 1 exit status [65/11901] ACTION Generating resources from app/generated_resources.grd ninja: build stopped: subcommand failed. *** [do-build] Error code 1 Stop in /usr/ports/www/chromium. This is on: 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:30:17 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 Anyone offer me some advice on how to fix? The previous version of Chromium built fine on this machine. Cheers, Peter Harrison.