[Bug 194188] New: [arm] math/p5-Math-Int128 unsupported type uint128_t on arm

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 6 14:06:24 UTC 2014


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 at FreeBSD.org
          Reporter: sbruno at FreeBSD.org
          Assignee: pi at FreeBSD.org
             Flags: maintainer-feedback?(pi at 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 at FreeBSD.org> ---
Auto-assigned to maintainer pi at FreeBSD.org

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


More information about the freebsd-ports-bugs mailing list