Bug#1032275: gcc-12-cross: gfortran-12-ARCH is missing Provides: virtual packages

2023-03-02 Thread Dima Kogan
Package: gfortran-12-aarch64-linux-gnu Severity: normal X-Debbugs-Cc: debian-cr...@lists.debian.org, Dima Kogan Control: affects 983600 Hi. This is the underlying cause of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983600 Installing libopenmpi-dev:foreign is impossible because it

Bug#1023692: gcc-arm-linux-gnueabihf: Compiling anything with fails: error: '_Float128' is not supported on this target

2022-11-14 Thread Dima Kogan
> No, this is totally broken. No package in Debian ships anything in > /usr/include/bits/. If you have anything there, your system is broken > rather than Debian. That's exactly the kind of info I was looking for. Thank you! > The interesting question now is where those files came from. Easy en

Bug#1023692: gcc-arm-linux-gnueabihf: Compiling anything with fails: error: '_Float128' is not supported on this target

2022-11-08 Thread Dima Kogan
Package: gcc-arm-linux-gnueabihf Version: 4:12.2.0-1 Severity: important X-Debbugs-Cc: none, Dima Kogan Hi. I have a "tst.c" which has just one line: #include Cross-compiling it doesn't work: $ arm-linux-gnueabihf-gcc-12 -c -o tst.o tst.c In file included from tst.c:1:

Bug#807383: gcc-doc: Manpage documentation of -l is incorrect

2015-12-08 Thread Dima Kogan
Package: gcc-doc Version: 5:4.9.2-1 Severity: normal Hi. This relates to several details of linking, and I'm not sure if this is a Debian or upstream bug. The 'gcc' manpage says this: -llibrary ... The linker searches a standard list of directories for the

Bug#740005: Patches ported to gcc4.9

2014-03-24 Thread Dima Kogan
Attaching a new set of these patches that apply cleanly to the gcc4.9 tree, at least as of gcc-4.9-4.9-20140303. No noteworthy changes gccpatches.missinglogic.tar.gz Description: Binary data

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

2014-03-10 Thread Dima Kogan
Wookey writes: > Doko pointed out that the java cross-compiler is needed in order to be > able to cross-build the compiler itself. So we probably should build > that by default (and document how to turn it off for bootstrapping or > local-build purposes) > > I'm not sure if the same argument appl

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

2014-03-10 Thread Dima Kogan
Package: src:gcc-4.8 Severity: normal Hi. This is the cross-build-specific half of the patches originally posted in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738152 The first half (filled-in missing logic) is here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740005 This set o

Bug#740005: src:gcc-4.8: [PATCH] Added missing build logic

2014-02-24 Thread Dima Kogan
Package: src:gcc-4.8 Severity: normal Hi doko. This is a subset of patches from #738152. These patches simply fill in missing logic in the rules files. These fill in some missing logic between what is being BUILT and what is being PACKAGED. Note that these are not specific to any particular method

Bug#738152: More patches

2014-02-08 Thread Dima Kogan
Hi. Here are some more patches. I've been talking to Wookey about building cross toolchains, and that effort is the source of all of these. This patch series fills in some missing logic between what is being BUILT and what is being PACKAGED. Furthermore, it limits what is being built, packaged wh

Bug#738152: src:gcc-4.8: XTerm sometimes freezes when building from source

2014-02-07 Thread Dima Kogan
055fa Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 7 Feb 2014 06:07:47 + Subject: [PATCH 1/2] Changed comment to use ASCII "" This makes my terminal emulator happier --- rules.d/binary-libgcc.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.d/bin