Bug#1061370: gcc-14 ftbfs on armel

2024-01-23 Thread Wookey
ar becuase they thought you would. Is your point that actually it's not just a matter of formwarding - some armel-specific investigation is needed first to work out what's actually wrong? Wookey -- Principal hats: Debian, Wookware, ARM http://wookware.org/ signature.asc Description: PGP signature

Bug#1050429: GCC 13 stopped supporting a documented option (was Re: Bug#1050429: musl: unusable on mipsel, mips64el: mipsel-linux-gnu-gcc: unrecognised command-line option '-EL')

2023-11-25 Thread Wookey
On 2023-11-24 18:58 +, Thorsten Glaser wrote: > Unfortunately, eller is down Eller had to move hosting provider at short notice. It is now racked again but needs network configuration for new location. It will hopefully re-appear by end-Monday. Wookey -- Principal hats: Debian, Wookw

Bug#982425: g++-8: aarch64 -ftree-vectorize generates wrong code

2021-02-09 Thread Wookey
out_results[4] << 4 | out_results[5] << 5 | out_results[6] << 6 | out_results[7] << 7); } // last bitmap should be non-zero, fired on gcc-9.3 aarch64 -O3 assert(bitmap[7] != 0); return 0; } Attached is a tested patch. -- Wookey diff -u gcc-8-

Bug#974073: gcc-10: arm64 internal compiler error: canonical types differ for identical types

2020-11-26 Thread Wookey
the polymake codebase, which ICEs all the way back to GCC 6, so this has been around for a while. (Thanks for investigating, Alex) Wookey -- Principal hats: Linaro, Debian, Wookware, ARM http://wookware.org/ signature.asc Description: PGP signature

Bug#974073: Info received (gcc-10: arm64 internal compiler error: canonical types differ for identical types)

2020-11-17 Thread Wookey
So this is the failing command from the build: g++ -c -o /home/wookey/debian/polymake-4.1/build/Opt/apps/common/cpperl/SparseMatrix-2.o -MMD -MT /home/wookey/debian/polymake-4.1/build/Opt/apps/common/cpperl/SparseMatrix-2.o -MF /home/wookey/debian/polymake-4.1/build/Opt/apps/common/cpperl

Bug#974073: gcc-10: arm64 internal compiler error: canonical types differ for identical types

2020-11-14 Thread Wookey
. Building the one file alone: g++ -c -o /home/wookey/debian/polymake-4.1/build/Opt/apps/common/cpperl/SparseMatrix-2.o -MMD -MT /home/wookey/debian/polymake-4.1/build/Opt/apps/common/cpperl/SparseMatrix-2.o -MF /home/wookey/debian/polymake-4.1/build/Opt/apps/common/cpperl/SparseMatrix-2.o.d

Bug#874583: gcc-6: Add support for arm64ilp32 triplet

2017-10-10 Thread Wookey
ng. Wouldn't it make sense to leave this bug open for anyone that needs to fix this for use on stable? I guess it's linked from the arm64ilp32 port page so the fairly small number of people that care can probably find it even if closed. Wookey -- Principal hats: Linaro, Debian, Wookware, AR

Bug#874583: gcc-6: Add support for arm64ilp32 triplet

2017-09-07 Thread Wookey
@ pr77857 \ pr80533 \ pr60818 \ +arm64-ilp32-default \ ifeq ($(libstdcxx_abi),new) debian_patches += libstdc++-functexcept >From 7a35625da966a0aa0733843fee7d100e2f026808 Mon Sep 17 00:00:00 2001 From: Wookey <woo...@wookware.org> Date: Mon, 8 May 2017 01:58:54 +0100 Subject: [PATCH

Bug#771383: gcc-4.9: Please revert disabling of DEB_CROSS_NO_BIARCH builds

2014-11-28 Thread Wookey
Package: gcc-4.9 Version: 4.9.2-3 Severity: normal Tags: patch gcc 4.9.1-19 removed the top-level option to set no_biarch_libs = yes when building crosscompilers. -ifdef DEB_CROSS_NO_BIARCH - no_biarch_libs := yes -endif +no_biarch_libs := Then 4.9.2-2 removed another related stanza - ifdef

Bug#770413: libgcc1 dependency not strict enough in cross-compiler builds

2014-11-20 Thread Wookey
of an issue. Wookey Index: cross-gcc/debian/rules.conf === --- cross-gcc.orig/debian/rules.conf +++ cross-gcc/debian/rules.conf @@ -91,7 +91,7 @@ ifeq ($(with_shared_libgcc),yes) LIBGCC_DEP := libgcc$(GCC_SONAME)$(LS)$(AQ

Re: Bug#766708: Processed: Re: Bug#766708: breaks multiarch cross building

2014-11-03 Thread Wookey
+++ Helmut Grohne [2014-11-01 10:38 +0100]: On Sat, Nov 01, 2014 at 01:46:48AM +, Wookey wrote: To me that sounds like this method is actually the current de-facto default in Debian - it is certainly at least on a par. I don't think that a feature being de-facto default is a good

Re: Bug#766708: Processed: Re: Bug#766708: breaks multiarch cross building

2014-10-31 Thread Wookey
to keep the cross-binutils and cross-gcc packages in sync. these bugs ? It seems to me that it would be easy to come up with a workflow that allowed Matthias to usertag these kind of bugs and hand them over to the cross teams. Sounds reasonable to me. Asking Wookey whether he would like

Bug#755061: GCC 4.9 produces a bad binary on arm64

2014-08-23 Thread Wookey
Package: gcc-4.9 Followup-For: Bug #755061 More investigation has tracked this down to a missing patch in the Debian glibc vs the Ubuntu glibc. So merging this bug with #759042. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#757738: Internal compiler error in simplify_const_unary_operation while building libwebp for arm64.

2014-08-12 Thread Wookey
+++ peter green [2014-08-12 04:14 +0100]: Filed upstream with Linaro to see if they can shed any light. https://bugs.linaro.org/show_bug.cgi?id=368 Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM http://wookware.org/ -- To UNSUBSCRIBE, email to debian-gcc-requ

Bug#757153: gcc-4.9: FTBFS on arm64

2014-08-10 Thread Wookey
+++ Matthias Klose [2014-08-09 15:58 +0200]: Am 09.08.2014 um 12:17 schrieb Wookey: +++ Wookey [2014-08-09 11:12 +0100]: Can you please do an upload with this in ASAP as the only package that is out of date (and thus got rejected in the initial upload to the main debian archive) is now

Bug#757153: gcc-4.9: FTBFS on arm64

2014-08-09 Thread Wookey
-intrinsics.texi exists + + -- Wookey woo...@debian.org Sat, 09 Aug 2014 00:09:53 + + gcc-4.9 (4.9.1-4) unstable; urgency=high * Update to SVN 20140731 (r213317) from the gcc-4_9-branch. diff -u gcc-4.9-4.9.1/debian/rules.patch gcc-4.9-4.9.1/debian/rules.patch --- gcc-4.9-4.9.1/debian/rules.patch

Bug#757153: gcc-4.9: FTBFS on arm64

2014-08-09 Thread Wookey
+++ Wookey [2014-08-09 11:12 +0100]: Can you please do an upload with this in ASAP as the only package that is out of date (and thus got rejected in the initial upload to the main debian archive) is now gcc-4.9. And we need that bootstrap set to start the official buildds next week. Sorry

Bug#755061: GCC 4.9 produces a bad binary on arm64

2014-08-09 Thread Wookey
not at all clear which package/binary is actually at fault. Needs more investigation. Wookey -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140810004046.4936.33105

Bug#757153: gcc-4.9: FTBFS on arm64

2014-08-05 Thread Wookey
Package: gcc-4.9 Version: 4.9.1-4 Severity: important User: debian-...@lists.debian.org Usertag: arm64 Latest gcc failed to build for arm64: http://buildd.debian-ports.org/status/fetch.php?pkg=gcc-4.9arch=arm64ver=4.9.1-4stamp=1406833943 make[5]: *** No rule to make target

Bug#756945: Hangs when building with -g on armhf

2014-08-04 Thread Wookey
+++ Lisandro Damián Nicanor Pérez Meyer [2014-08-03 16:40 -0300]: Copied up to Linaro toolchain team at: https://bugs.linaro.org/show_bug.cgi?id=314 Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM http://wookware.org/ -- To UNSUBSCRIBE, email to debian-gcc-requ

Re: preparing for GCC 4.9 (bug squashing on May 16/17)

2014-05-15 Thread Wookey
than 4.8 except for things that are broken for all arches. Did you try an arm64 rebuild with 4.9 in Ubuntu? Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM http://wookware.org/ -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject

Bug#742165: gcc-4.8: FTBFS on arm64 due to linaro patch and dfsg docs issue

2014-03-19 Thread Wookey
-4.8.2/debian/changelog gcc-4.8-4.8.2/debian/changelog --- gcc-4.8-4.8.2/debian/changelog +++ gcc-4.8-4.8.2/debian/changelog @@ -1,3 +1,10 @@ +gcc-4.8 (4.8.2-16+arm64.1) unreleased; urgency=low + + * Non-maintainer upload. + * Ensure arm-acle-intrinsics.texi exists + + -- wookey woo...@wookware.org

Bug#741234: src:gcc-4.8: [PATCH] When building cross-compilers using prebuilt libraries, no longer re-build those libraries

2014-03-10 Thread Wookey
) I'm not sure if the same argument applies to the D compiler? Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM http://wookware.org/ -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#696267: gcc-4.7: libgcc2.c includes limits.h, breaking --without-headers bootstrap

2012-12-18 Thread Wookey
Package: gcc-4.7 Version: 4.7.2-12 Severity: normal Tags: upstream patch building cross gcc targetting arm64 fails during the gcc stage1 build due to including limits.h even though stage1 is configured with --without-headers. This is the offending bit of log: /home/wookey/linaro/armv8/toolchain

Bug#680439: gcc-4.7: Fails to build glibc [amd64]

2012-10-05 Thread Wookey
started. Will investigate further. Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM http://wookware.org/ -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http

Re: gcc-h8300-hms (4.1.1-3): FTBFS on arm

2006-11-23 Thread Wookey
point format being odd. There are a few details on http://wiki.debian.org/ArmPort which may provide clues. I think you need to debug the binary giving errors in order to get a better idea where the problem might lie. Wookey -- Aleph One Ltd, Bottisham, CAMBRIDGE, CB5 9BA, UK Tel +44 (0) 1223 811679