From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 6 11:27:23 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 181B6B01 for ; Fri, 6 Mar 2015 11:27:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F206EA9B for ; Fri, 6 Mar 2015 11:27:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t26BRMGf046028 for ; Fri, 6 Mar 2015 11:27:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 198349] [www/iojs-1.4.3] error: 'FILE' has not been declared while building iojs on 8.4-RELEASE Date: Fri, 06 Mar 2015 11:27:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: saper@saper.info X-Bugzilla-Status: New X-Bugzilla-Priority: --- 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 bug_file_loc op_sys bug_status bug_severity priority component assigned_to reporter cc 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-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Mar 2015 11:27:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198349 Bug ID: 198349 Summary: [www/iojs-1.4.3] error: 'FILE' has not been declared while building iojs on 8.4-RELEASE Product: Ports & Packages Version: Latest Hardware: Any URL: http://portsmon.freebsd.org/portoverview.py?category=& portname=iojs OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: saper@saper.info CC: linpct@gmail.com I tried to build iojs-1.4.3 using poudriere on 8.4-RELEASE, it fails on both amd64 and i386 with this: g++48 '-DV8_TARGET_ARCH_X64' '-DENABLE_DISASSEMBLER' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -pthread -Wall -Wextra -Wno-unused-parameter -m64 -fno-strict-aliasing -I/usr/local/include -O3 -ffunction-sections -fdata-sections -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /wrkdirs/usr/ports/www/iojs/work/iojs-io.js-c49af34/out/Release/.deps//wrkdirs/usr/ports/www/iojs/work/iojs-io.js-c49af34/out/Release/obj.target/v8_base/deps/v8/src/allocation.o.d.raw -O2 -pipe -fstack-protector -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -c -o /wrkdirs/usr/ports/www/iojs/work/iojs-io.js-c49af34/out/Release/obj.target/v8_base/deps/v8/src/allocation.o ../deps/v8/src/allocation.cc In file included from ../deps/v8/src/allocation.cc:10:0: ../deps/v8/src/base/platform/platform.h:142:10: error: 'FILE' does not name a type static FILE* FOpen(const char* path, const char* mode); ^ ../deps/v8/src/base/platform/platform.h:146:10: error: 'FILE' does not name a type static FILE* OpenTemporaryFile(); ^ ../deps/v8/src/base/platform/platform.h:158:22: error: 'FILE' has not been declared static void FPrint(FILE* out, const char* format, ...); ^ ../deps/v8/src/base/platform/platform.h:159:23: error: 'FILE' has not been declared static void VFPrint(FILE* out, const char* format, va_list args); ^ deps/v8/tools/gyp/v8_base.target.mk:367: recipe for target '/wrkdirs/usr/ports/www/iojs/work/iojs-io.js-c49af34/out/Release/obj.target/v8_base/deps/v8/src/allocation.o' failed gmake[1]: *** [/wrkdirs/usr/ports/www/iojs/work/iojs-io.js-c49af34/out/Release/obj.target/v8_base/deps/v8/src/allocation.o] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/www/iojs/work/iojs-io.js-c49af34/out' Makefile:35: recipe for target 'iojs' failed gmake: *** [iojs] Error 2 *** Error code 1 Stop in /usr/ports/www/iojs. ====>> Cleaning up wrkdir 9.3 and 10.1 builds are fine This is also confirmed on the cluster for iojs-1.2.0: http://portsmon.freebsd.org/portoverview.py?category=&portname=iojs -- You are receiving this mail because: You are the assignee for the bug.