[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1637: Build fails on Debian/armel
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1637: Build fails on Debian/armel |
Date: |
Sat, 27 Jul 2019 20:08:21 -0000 |
#1637: Build fails on Debian/armel
---------------------------------------+-------------------
Reporter: felix | Owner:
Type: defect | Status: new
Priority: critical | Milestone: 5.2
Component: core libraries | Version: 5.1.0
Resolution: | Keywords:
Estimated difficulty: medium |
---------------------------------------+-------------------
Comment (by felix):
Relevant part from the build logs:
{{{
old: #s8(-128 -127 -2 -1 0 1 2 126 127)
new: #s8(127 126 2 1 0 -1 -2 -127 -128)
old: #u16(0 1 2 65534 65535)
new: #u16(65535 65534 2 1 0)
old: #s16(-32768 -32767 -2 -1 0 1 2 32766 32767)
new: #s16(32767 32766 2 1 0 -1 -2 -32767 -32768)
old: #u32(0 1 2 4294967294 4294967295)
new: #u32(4294967295 4294967294 2 1 0)
make[1]: *** [rules.make:974: check] Error 70
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: make -j1 check returned exit code 2
make: *** [debian/rules:16: build-arch] Error 255
}}}
--
Ticket URL: <https://bugs.call-cc.org/ticket/1637#comment:1>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.