From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 27 20:10:08 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E54F106566B for ; Fri, 27 Jan 2012 20:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D0D738FC1A for ; Fri, 27 Jan 2012 20:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0RKA7IS096139 for ; Fri, 27 Jan 2012 20:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0RKA7KW096138; Fri, 27 Jan 2012 20:10:07 GMT (envelope-from gnats) Resent-Date: Fri, 27 Jan 2012 20:10:07 GMT Resent-Message-Id: <201201272010.q0RKA7KW096138@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Arne Meyer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC114106566B for ; Fri, 27 Jan 2012 20:07:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A67AA8FC12 for ; Fri, 27 Jan 2012 20:07:42 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q0RK7gEM049085 for ; Fri, 27 Jan 2012 20:07:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q0RK7goV049084; Fri, 27 Jan 2012 20:07:42 GMT (envelope-from nobody) Message-Id: <201201272007.q0RK7goV049084@red.freebsd.org> Date: Fri, 27 Jan 2012 20:07:42 GMT From: Arne Meyer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/164551: lang/clay does not build on i386 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2012 20:10:08 -0000 >Number: 164551 >Category: ports >Synopsis: lang/clay does not build on i386 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 27 20:10:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Arne Meyer >Release: 9-STABLE >Organization: HS Emden >Environment: FreeBSD partyvan 9.0-STABLE FreeBSD 9.0-STABLE #1 r230239M: Wed Jan 18 14:24:53 CET 2012 pk@partyvan:/usr/obj/usr/src/sys/PARTYVAN i386 >Description: build process aborts with the following message: Scanning dependencies of target clay [ 4%] Building CXX object compiler/src/CMakeFiles/clay.dir/analyzer.cpp.o In file included from /usr/ports/lang/clay/work/jckarter-clay-0dcc5de/compiler/src/analyzer.cpp:2: /usr/ports/lang/clay/work/jckarter-clay-0dcc5de/compiler/src/clay.hpp:141:9: error: unknown type name '__int128_t' typedef __int128_t clay_int128; ^ /usr/ports/lang/clay/work/jckarter-clay-0dcc5de/compiler/src/clay.hpp:142:9: error: unknown type name '__uint128_t' typedef __uint128_t clay_uint128; ^ /usr/ports/lang/clay/work/jckarter-clay-0dcc5de/compiler/src/clay.hpp:259:22: error: redefinition of 'operator<<' inline std::ostream &operator<<(std::ostream &os, clay_uint128 x) { ^ /usr/ports/lang/clay/work/jckarter-clay-0dcc5de/compiler/src/clay.hpp:256:22: note: previous definition is here inline std::ostream &operator<<(std::ostream &os, clay_int128 x) { >How-To-Repeat: try to build lang/clay on a i386 system >Fix: >Release-Note: >Audit-Trail: >Unformatted: