Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2012 20:07:42 GMT
From:      Arne Meyer <meyer.arne83@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/164551: lang/clay does not build on i386
Message-ID:  <201201272007.q0RK7goV049084@red.freebsd.org>
Resent-Message-ID: <201201272010.q0RKA7KW096138@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201272007.q0RK7goV049084>