Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Oct 2014 14:06:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194188] New: [arm] math/p5-Math-Int128 unsupported type uint128_t on arm
Message-ID:  <bug-194188-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194188

            Bug ID: 194188
           Summary: [arm] math/p5-Math-Int128 unsupported type uint128_t
                    on arm
           Product: Ports Tree
           Version: Latest
          Hardware: arm
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: pi@FreeBSD.org
          Reporter: sbruno@FreeBSD.org
          Assignee: pi@FreeBSD.org
             Flags: maintainer-feedback?(pi@FreeBSD.org)

Unable to build this port on ARM because the tool chain does not support
uint128_t yet (or ever).

===========================================================================
=======================<phase: build          >============================
===>  Building for p5-Math-Int128-0.13_2
cp lib/Math/Int128.pm blib/lib/Math/Int128.pm
cp lib/Math/Int128/die_on_overflow.pm blib/lib/Math/Int128/die_on_overflow.pm
/usr/local/bin/perl5.16.3 /usr/local/lib/perl5/5.16/ExtUtils/xsubpp  -typemap
/usr/local/lib/perl5/5.16/ExtUtils/typemap -typemap typemap  Int128.xs >
Int128.xsc && mv Int128.xsc Int128.c
/usr/bin/clang -c  -I.  -O -pipe -O -pipe    -DVERSION=\"0.13\" 
-DXS_VERSION=\"0.13\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.16/mach/CORE"  
Int128.c
Int128.xs:21:9: error: __int128 is not supported on this target
typedef __int128 int128_t;
        ^
Int128.xs:22:18: error: __int128 is not supported on this target
typedef unsigned __int128 uint128_t;
                 ^
2 errors generated.
*** Error code 1

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer pi@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.



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