[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: #1637: Build fails on Debian/armel
From: |
Chicken Trac |
Subject: |
Re: #1637: Build fails on Debian/armel |
Date: |
Wed, 06 Nov 2019 18:26:25 -0000 |
#1637: Build fails on Debian/armel
-----------------------------------------+--------------------
Reporter: felix winkelmann | Owner: (none)
Type: defect | Status: new
Priority: critical | Milestone: 5.2
Component: core libraries | Version: 5.1.0
Resolution: | Keywords:
Estimated difficulty: medium |
-----------------------------------------+--------------------
Comment (by Kooda):
I can reproduce the bug (segfault when interpreting the lolevel tests)
under these conditions:
CHICKEN 5.1.0 and master (e25965cdd25e521a5622f9712b76843458e887f2)
using gcc 9.2.0:
{{{
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/armv6-alpine-linux-musleabihf/9.2.0
/lto-wrapper
Target: armv6-alpine-linux-musleabihf
Configured with: /home/buildozer/aports/main/gcc/src/gcc-9.2.0/configure
--prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
--build=armv6-alpine-linux-musleabihf --host=armv6-alpine-linux-musleabihf
--target=armv6-alpine-linux-musleabihf --with-pkgversion='Alpine 9.2.0'
--enable-checking=release --disable-fixed-point --disable-libstdcxx-pch
--disable-multilib --disable-nls --disable-werror --disable-symvers
--enable-__cxa_atexit --enable-default-pie --enable-default-ssp --enable-
cloog-backend --enable-languages=c,c++,objc,fortran,ada --with-
arch=armv6zk --with-tune=arm1176jzf-s --with-fpu=vfp --with-float=hard
--with-abi=aapcs-linux --disable-libquadmath --disable-libssp --disable-
libmpx --disable-libmudflap --disable-libsanitizer --enable-shared
--enable-threads --enable-tls --disable-libitm --with-system-zlib --with-
linker-hash-style=gnu
Thread model: posix
gcc version 9.2.0 (Alpine 9.2.0)
}}}
However, building and testing both CHICKEN 5.1.0 and master with gcc 6.4.0
doesn’t trigger the error.
{{{
COLLECT_GCC=gcc-6
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/armv6-alpine-linux-musleabihf/6.4.0
/lto-wrapper
Target: armv6-alpine-linux-musleabihf
Configured with:
/home/buildozer/aports/community/gcc6/src/gcc-6.4.0/configure
--prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
--build=armv6-alpine-linux-musleabihf --host=armv6-alpine-linux-musleabihf
--target=armv6-alpine-linux-musleabihf --program-suffix=-6 --with-
pkgversion='Alpine 6.4.0' --enable-checking=release --disable-bootstrap
--disable-fixed-point --disable-libstdcxx-pch --disable-multilib
--disable-nls --disable-werror --disable-libatomic --disable-libgomp
--disable-libitm --disable-libquadmath --disable-symvers --enable-
__cxa_atexit --enable-default-pie --enable-cloog-backend --enable-version-
specific-runtime-libs --enable-languages=c,c++,java --with-arch=armv6zk
--with-tune=arm1176jzf-s --with-fpu=vfp --with-float=hard --with-abi
=aapcs-linux --disable-libssp --disable-libmpx --disable-libmudflap
--disable-libsanitizer --enable-shared --enable-threads --enable-tls
--with-system-zlib --with-jvm-root=/usr/lib/jvm/java-1.5-gcj --with-
linker-hash-style=gnu
Thread model: posix
gcc version 6.4.0 (Alpine 6.4.0)
}}}
--
Ticket URL: <https://bugs.call-cc.org/ticket/1637#comment:4>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.